/*
Name: WebPro
*/
/* Mixins */
/* --------------------
 Meyer Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
h1 {
  font: 700 3.2em/1.8 sans-serif;
  color: #000;
}
h2 {
  font: 700 2.6em/1.8 sans-serif;
  color: #000;
}
h3 {
  font: 700 2.2em/1.8 sans-serif;
  color: #000;
}
h4 {
  font: 700 1.8em/1.8 sans-serif;
  color: #000;
}
h5 {
  font: 700 1.8em/1.8 sans-serif;
  color: #000;
}
h6 {
  font: 700 1.6em/1.8 sans-serif;
  color: #000;
}
a {
  color: #b5b5b7;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a[href^='tel'] {
  cursor: default;
}
p {
  padding: 0 0 20px;
}
p {
  line-height: 2;
  font-size: 1.6em;
}
strong,
b {
  font-weight: 700;
  color: #b5b5b7;
}
em,
i {
  font-style: italic;
}
address {
  font-style: normal;
}
label {
  font-weight: 700;
  color: #000;
}
input,
textarea,
select {
  display: block;
  font: 400 1em/1.3 sans-serif;
  width: 100%;
  padding: 15px 15px;
  background: transparent;
  border: 2px solid #b5b5b7;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 99999em;
}
select {
  color: #b5b5b7;
}
option {
  color: #000;
}
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='time'],
input[type='date'],
input[type='search'],
input[type='url'] {
  height: 50px;
}
input[type='time'],
input[type='date'] {
  color: #b5b5b7;
}
input[type='radio'],
input[type='checkbox'] {
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
input[type='radio'] {
  -webkit-appearance: radio;
}
textarea {
  resize: none;
  overflow: hidden;
}
button,
input[type='submit'],
input[type='button'] {
  width: auto;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #000;
  font: 700 1em/2 sans-serif;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: background 0.4s ease, color 0.3s ease;
  -moz-transition: background 0.4s ease, color 0.3s ease;
  -o-transition: background 0.4s ease, color 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease;
}
button,
select,
textarea,
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='time'],
input[type='date'],
input[type='search'],
input[type='url'],
input[type='submit'],
input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder {
  color: #b5b5b7;
  font-style: normal;
}
:-moz-placeholder {
  color: #b5b5b7;
  font-style: normal;
}
::-moz-placeholder {
  color: #b5b5b7;
  font-style: normal;
}
:-ms-input-placeholder {
  color: #b5b5b7;
  font-style: normal;
}
:focus {
  outline: none;
}
.rq:after {
  content: "*";
  display: inline;
  padding: 0 5px;
  color: #ff0000;
}
.sr {
  position: absolute;
  top: -99999em;
  left: -99999em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
a[href^='http://maps.google.com/maps'],
.gmnoprint a,
.gmnoprint span,
.gm-style-cc a {
  display: none!important;
}
::selection {
  background: #000;
  color: #fff;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  font-size: 100%;
}
.button {
  display: block;
  font: 700 1em/2 sans-serif;
  padding: 7px 20px;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: background 0.4s ease, color 0.3s ease;
  -moz-transition: background 0.4s ease, color 0.3s ease;
  -o-transition: background 0.4s ease, color 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease;
}
.switch {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 0 0 auto;
  font-size: 1.6em;
}
html,
body {
  height: 100%;
}
body {
  font: 400 normal 62.5%/1 sans-serif;
  color: #999;
  background: #f8f8f8;
  scroll-behavior: smooth;
}
#mobile {
  display: none;
}
.login {
  max-width: 400px;
  margin: 100px auto 30px;
  padding: 30px;
  background: #FFF;
  border: 1px solid #c6c6c8;
  border-radius: 25px;
}
.login p {
  padding: 0 0 20px;
}
.login label {
  display: block;
  padding: 0 0 10px;
}
.login input[type='submit'] {
  width: 100%;
}
.login a {
  display: inline-block;
  font: 700 1.4em/2 sans-serif;
  color: #000;
  text-align: right;
}
.login .submit {
  padding: 20px 0 20px;
}
.login .forgotten {
  text-align: right;
}
.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 150px;
  background: #f0f1f1;
  border-right: 1px solid #c6c6c8;
}
.nav ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.nav li {
  flex: 1 1 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
  border-top: 1px solid #c6c6c8;
  font: 700 1.6em/2 sans-serif;
  color: #000;
}
.nav li:first-child {
  border: 0;
}
.nav li:last-child {
  margin-top: auto;
}
.nav a {
  display: block;
  color: #000;
}
.nav .active {
  background: #000;
}
.nav .active a {
  color: #fff;
}
.sub {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 150px;
  z-index: 1;
  width: 150px;
  background: #f0f1f1;
  border-right: 1px solid #c6c6c8;
}
.sub ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.sub li {
  flex: 1 1 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
  font: 700 1.6em/2 sans-serif;
  color: #000;
}
.sub a {
  display: block;
  color: #000;
}
.sub .ln {
  border-top: 1px solid #c6c6c8;
}
.sub .active {
  background: #000;
}
.sub .active a {
  color: #fff;
}
.main {
  padding: 80px 40px 40px 340px;
}
.main:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.container {
  display: flex;
}
.top {
  margin: 0 0 40px;
}
.left {
  flex: 1 1 66.66%;
  padding: 0 40px 0 0;
}
.right {
  flex: 1 1 33.33%;
  padding: 0 0 0 40px;
}
.status {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 99999em;
}
.green {
  background: #4dc54d;
}
.red {
  background: #ff0000;
}
.update {
  font-style: italic;
  color: #b5b5b7;
}
.cog {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url('img/config-up.png') 0 0 no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.pen {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url('img/edit-up.png') 0 0 no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.flag {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url('img/flag-up.png') 0 0 no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.bin {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url('img/bin-up.png') 0 0 no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.cam {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #000;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 25px;
}
.blank {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent;
  vertical-align: middle;
}
.heading {
  display: flex;
  margin: 0 0 20px;
  padding: 10px 0;
  background: #b5b5b7;
  color: #000;
}
.heading .cell {
  font-weight: 700;
}
.heading_data {
  margin: 0;
}
.sort {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.sort:after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  font-size: 50px;
  overflow: hidden;
}
.asc:after {
  content: "\01F893";
}
.desc:after {
  content: "\01F891";
}
.data {
  margin: 0 0 40px;
}
.row {
  display: flex;
  padding: 10px 0;
  border-bottom: 2px solid #b5b5b7;
}
.row_header {
  display: flex;
  padding: 10px 0;
}
.row_body {
  display: flex;
  padding: 10px 0;
}
.row_body .cell {
  color: #b5b5b7;
}
.row_footer {
  display: flex;
  padding: 10px 0;
}
.row_footer .cell {
  color: #000;
}
.row_end {
  border-bottom: 2px solid #b5b5b7;
}
.cell {
  flex: 1 1 100%;
  padding: 0 15px;
  font: 400 1.6em/2 sans-serif;
  color: #000;
}
.cell:empty:after {
  content: "\00a0";
}
.cell a {
  color: #000;
}
.cell_edit {
  flex: 0 1 auto;
}
.cell_camera {
  flex: 0 1 auto;
}
.cell_guid {
  flex: 1 1 auto;
}
.status_1 {
  background: #8ae2ab;
}
.status_2 {
  background: #ffd396;
}
.status_3 {
  background: #a0e7f6;
}
.status_4 {
  background: #c7fef5;
}
.status_5 {
  background: #ffb6b7;
}
.form {
  margin: 0 0 40px;
}
.form label {
  display: block;
  padding: 0 0 10px;
}
.form ul {
  display: flex;
  flex-direction: column;
}
.form li {
  flex: 1 1 100%;
  margin: 0 0 10px;
  font: 700 1.6em/2 sans-serif;
  color: #000;
}
.form li span {
  display: inline-block;
  width: 25px;
  height: 40px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.checkboxes label {
  flex: 1 1 auto;
}
.checkboxes span {
  display: inline-block;
  margin: 0 5px;
  color: #b5b5b7;
}
.checkboxes input {
  display: inline-block;
}
.checkboxes .cb_label {
  flex: 1 1 100%;
}
.add {
  padding: 10px 0 20px;
}
.add button {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  background: transparent;
  border: 2px solid #c6c6c8;
  border-radius: 25px;
  text-indent: -99999em;
  overflow: hidden;
}
.add button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 4px;
  margin: -12px 0 0 -2px;
  background: #c6c6c8;
}
.add button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 4px;
  margin: -2px 0 0 -12px;
  background: #c6c6c8;
  transform: rotate(180deg);
}
.add label {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -15px;
  padding: 20px 0 0;
  overflow: hidden;
}
.buttons .button {
  flex: 1 1 auto;
  margin: 0 0 15px 15px;
  font-size: 1.6em;
}
.cols {
  display: flex;
}
.cols .col_1 {
  flex: 1 0 0%;
  padding: 0 40px 0 0;
}
.cols .col_2 {
  flex: 1 0 0%;
  padding: 0 0 0 40px;
}
.cols_side {
  display: flex;
}
.cols_side .col_1 {
  flex: 1 0 0%;
  padding: 0 20px 0 0;
}
.cols_side .col_2 {
  flex: 1 0 0%;
  padding: 0 0 0 20px;
}
.recordings {
  color: #000;
}
.recordings p {
  padding: 0;
  font-weight: 700;
}
.recordings .count {
  font-size: 5em;
  line-height: 1;
}
.ctr {
  margin: 0 auto;
  max-width: 1160px;
}
.pc ol,
.pc ul {
  margin: 0 0 0 10px;
  padding: 0 0 40px 10px;
}
.pc ul {
  list-style: disc;
}
.pc ul ul,
.pc ul ol {
  padding-bottom: 0;
}
.pc ol {
  list-style: decimal;
}
.pc ol ul,
.pc ol ol {
  padding-bottom: 0;
}
.pc li {
  line-height: 2;
  font-size: 1.6em;
}
.pc li li {
  font-size: 100%;
}
.pc table:after {
  content: "";
  display: block;
  clear: both;
  height: 40px;
}
.pc tr {
  text-align: left;
}
.pc th,
.pc td {
  background: #fff;
  font-size: 1.6em;
  line-height: 2;
  border: 1px solid #f8f8f8;
}
.pc th {
  padding: 20px;
  font-size: 1.9em;
  font-weight: 700;
  color: #c6c6c8;
}
.pc td {
  padding: 20px;
  color: #999;
}
.pc img {
  max-width: 100%;
  height: auto;
}
.pc p {
  padding: 0 0 30px;
}
.pc h2 {
  margin: 0 0 20px;
  text-align: center;
}
.pc h3 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  color: #b5b5b7;
  border-bottom: 2px solid #000;
}
.pc h4,
.pc h5,
.pc h6 {
  margin: 0 0 10px;
}
.pc {
  margin: 0 auto 60px;
  width: 900px;
}
.pi {
  margin: 0 0 40px;
}
.pi img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cr {
  text-align: center;
}
.error {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  padding: 25px 20px 0;
  background: #fff;
  font: 400 2.6em/1.4 sans-serif;
  color: #b5b5b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.error span {
  font-size: 1.8em;
  font-weight: 700;
}
.copy {
  font: 700 1.4em/2 sans-serif;
  color: #000;
}
.address {
  font: 400 1.4em/2 sans-serif;
  color: #b5b5b7;
}
.nav_seo {
  display: flex;
  flex-wrap: wrap;
}
.nav_seo li {
  flex: 0 1 auto;
}
.nav_seo a {
  display: block;
  padding: 10px 40px 0 0;
  background: transparent;
  font: 400 1.8em/1.8 sans-serif;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav_seo .tab_active {
  color: #fff;
}
.panel {
  padding: 0;
  clear: both;
}
.panel h2 {
  margin: 0 0 20px;
  text-align: center;
}
.panel h3 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  color: #b5b5b7;
  border-bottom: 2px solid #000;
}
.panel p {
  padding: 0 0 30px;
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.stats_1 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 0 0 -40px;
  text-align: center;
}
.stats_1 li {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  margin: 0 0 40px 40px;
  background: white;
}
.stats_1 span {
  display: block;
}
.stats_1 div {
  flex: 1 1 0%;
  padding: 40px 20px;
}
.stats_1 .val {
  font: 700 2.6em/1.8 sans-serif;
  color: #c6c6c8;
}
.stats_1 .val:empty:after {
  content: "\002D";
}
.stats_1 .lab {
  font: 400 1.6em/2 sans-serif;
  color: #c6c6c8;
}
.stats_a .val {
  font-size: 5em;
}
.stats_2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.stats_2 li {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
}
.stats_2 li:nth-of-type(1) {
  background: #f0f1f1;
}
.stats_2 li:nth-of-type(2) {
  background: #000;
}
.stats_2 li:nth-of-type(3) {
  background: #c6c6c8;
}
.stats_2 li:nth-of-type(3) .lab {
  color: #fff;
}
.stats_2 span {
  display: block;
}
.stats_2 div {
  flex: 1 1 0%;
}
.stats_2 .val {
  font: 700 3.2em/1.8 sans-serif;
  color: #fff;
}
.stats_2 .val:empty:after {
  content: "\002D";
}
.stats_2 .lab {
  font: 400 1.6em/2 sans-serif;
  color: #b5b5b7;
}
.table a {
  border-bottom: 1px solid #b5b5b7;
  color: #b5b5b7;
}
.table .trow {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-top: 2px solid #f8f8f8;
  color: #c6c6c8;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.table .trow_1 {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-top: 2px solid #f8f8f8;
  color: #c6c6c8;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.table .thead {
  background: #f0f1f1;
  border: 0;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.table .thead .tcell {
  font-weight: 700;
}
.table .thead_1 {
  background: #c6c6c8;
  border: 0;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.table .thead_1 .tcell {
  font-weight: 700;
}
.table .tfoot {
  background: #f0f1f1;
  border: 0;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.table .tfoot .tcell {
  font-weight: 700;
}
.table .tcell {
  flex: 1 1 0%;
  padding: 15px;
  font: 400 1.6em/2 sans-serif;
}
.table .tcell_1 {
  flex: 1 1 auto;
  padding: 15px;
  font: 400 1.6em/2 sans-serif;
}
.table .tcell_1:empty:after {
  content: "\00a0";
}
.table .tcell_2 {
  flex: 0 0 70px;
  border-left: 2px solid #f8f8f8;
  padding: 15px;
  font: 400 1.6em/2 sans-serif;
  text-align: center;
}
.table .tcell_2:empty:after {
  content: "\00a0";
}
.table .tcap {
  display: none;
}
.table .tdata:empty:after {
  content: "\00a0";
}
.table .tpage {
  flex: 3 0 0%;
  overflow: hidden;
}
.table .tpage .tdata {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two_column {
  display: flex;
}
.two_column .column {
  flex: 1 1 50%;
  padding: 0 20px 0 0;
}
.two_column .column:nth-of-type(2n) {
  padding: 0 0 0 20px;
}
.sta_1,
.sta_2,
.sta_3 {
  font-weight: 700;
  text-transform: uppercase;
}
.sta_1 {
  color: #e2d205;
}
.sta_2 {
  color: #5dbd4c;
}
.sta_3 {
  color: #eb4244;
}
.tmgn {
  margin: 0 0 40px;
}
.traffic {
  display: flex;
  margin: 0 0 40px;
}
.traffic .box_1 {
  flex: 1 1 auto;
}
.traffic .box_2 {
  flex: 0 0 260px;
}
.traffic .table {
  padding: 0 40px 0 0;
}
.selectbox {
  display: block;
  width: 260px;
  margin: 0 auto 40px;
  padding: 10px 0px 10px 20px;
  background: #c6c6c8;
  border: none;
  font: 700 2em/2 sans-serif;
  color: #fff;
  cursor: pointer;
  border-radius: 99999em;
}
.que {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 5px;
  background: #c6c6c8;
  font: 700 0.875em/20px sans-serif;
  color: #fff;
  border-radius: 99999em;
}
.tick,
.cross,
.note {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 20px;
}
.tick:before {
  content: "";
  display: block;
  width: 14px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -6px;
  border: 4px solid #5dbd4c;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.cross:before,
.cross:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 30px;
  margin: 0 0 0 -2px;
  background: #ffa500;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.note span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #b5b5b7;
  border-radius: 99999em;
  animation: shake 1s infinite;
}
.note span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
  width: 0;
  height: 15px;
  margin: 0 0 0 -2px;
  border: 2px solid #FFF;
}
.note span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 22px;
  width: 0;
  height: 0;
  margin: 0 0 0 -2px;
  border: 2px solid #FFF;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  5% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  10% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  15% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  20% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  25% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  30% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  35% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  40% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  45% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
html input[type='submit']:hover {
  background: #000;
  color: #fff;
}
html .button:hover {
  background: #000;
  color: #fff;
}
html .row_parent:hover,
html .row:hover {
  background: #f0f1f1;
}
html .cog:hover {
  background: transparent url('img/config-over.png') 0 0 no-repeat;
}
html .pen:hover {
  background: transparent url('img/edit-over.png') 0 0 no-repeat;
}
html .flag:hover {
  background: transparent url('img/flag-over.png') 0 0 no-repeat;
}
html .bin:hover {
  background: transparent url('img/bin-over.png') 0 0 no-repeat;
}
@media only screen and (max-width: 75em) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .ctr {
    width: auto;
    padding: 0 20px;
  }
  .container {
    flex-wrap: wrap;
  }
  .left {
    flex: 1 1 100%;
    padding: 0;
  }
  .right {
    flex: 1 1 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 60em) {
  #mobile {
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: rbga(0, 0, 0, 0);
  }
  #mobile span {
    position: relative;
    top: 23px;
    right: 0;
    display: block;
    height: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #mobile span:before,
  #mobile span:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: #b5b5b7;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobile span:before {
    top: -12px;
  }
  #mobile span:after {
    top: 12px;
  }
  .m1 span {
    background: #b5b5b7;
  }
  .m2 span {
    background: transparent;
  }
  .m2 span:before {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg) translate(7px, 10px);
    -moz-transform: rotate(45deg) translate(7px, 10px);
    -o-transform: rotate(45deg) translate(7px, 10px);
    -ms-transform: rotate(45deg) translate(7px, 10px);
    transform: rotate(45deg) translate(7px, 10px);
  }
  .m2 span:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg) translate(7px, -10px);
    -moz-transform: rotate(-45deg) translate(7px, -10px);
    -o-transform: rotate(-45deg) translate(7px, -10px);
    -ms-transform: rotate(-45deg) translate(7px, -10px);
    transform: rotate(-45deg) translate(7px, -10px);
  }
  .n1 {
    max-height: 60px;
  }
  .n2 {
    max-height: 3000px;
  }
  .stats_1 {
    flex-flow: wrap;
  }
  .stats_1 li {
    flex: 1 1 220px;
  }
  .stats_1 div {
    flex: 1 1 0%;
  }
  .stats_2 {
    flex-flow: row wrap;
  }
  .stats_2 li {
    flex: 1 1 220px;
  }
  .stats_2 div {
    flex: 1 1 0%;
    padding: 40px 20px;
  }
  .traffic {
    display: flex;
    flex-flow: column-reverse;
  }
  .traffic .box_2 {
    flex: 1 1 auto;
    margin: 0 0 40px;
  }
  .traffic .table {
    padding: 0;
  }
}
@media only screen and (max-width: 53.125em) {
  .two_column {
    flex-wrap: wrap;
  }
  .two_column .column {
    flex: 1 1 100%;
    padding: 0;
  }
  .two_column .column:nth-of-type(2n) {
    padding: 0;
  }
}
@media only screen and (max-width: 46.875em) {
  .pc th {
    position: absolute;
    top: -99999em;
    left: -99999em;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .pc tr {
    display: block;
    float: left;
    width: 100%;
  }
  .pc td {
    display: block;
    float: left;
    width: 100%!important;
    border: 0;
  }
  .pc td:first-child {
    background: transparent;
    font-weight: 700;
    color: #c6c6c8;
    font-size: 1.9em;
    border-bottom: 1px solid #cccccc;
  }
  .nav_seo {
    display: block;
  }
  .nav_seo li {
    display: block;
    border-bottom: 1px solid #f0f1f1;
  }
  .nav_seo li:last-child {
    border: 0;
  }
  .nav_seo a {
    padding: 10px 0;
  }
  .table .trow {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
  }
  .table .trow:last-child {
    margin: 0;
  }
  .table .thead {
    display: none;
  }
  .table .thead2 {
    display: block;
  }
  .table .tcell {
    display: flex;
    flex: 1 1 auto;
  }
  .table .tcell:first-child {
    background: #f0f1f1;
    color: #fff;
  }
  .table .tcell:first-child a {
    color: #fff;
    border-color: #fff;
  }
  .table .tcap {
    display: block;
    flex: 1 1 0%;
    padding: 0 15px 0 0;
  }
  .table .tdata {
    display: block;
    flex: 2 1 0%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background: url('img/arrow.svg') 100% 50% no-repeat, transparent;
    padding-right: 50px;
  }
}
@supports (-webkit-appearance:none) {
  select {
    background: url('img/arrow.svg') 100% 50% no-repeat, transparent;
    padding-right: 50px;
  }
}
/*# sourceMappingURL=main.css.map */