﻿@charset "utf-8";
html,
html * {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-width: 360px;
}

@media screen and (max-width:1179px) {
    html,
    html * {
        font-size: 13px;
    }
}

@media screen and (min-width:1200px) {
    html,
    html * {
        font-size: 14px;
    }
}

body,
input,
span,
p,
a {
    font-size: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
th,
td {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup,
sub {
    vertical-align: baseline;
}

a,
button,
input,
label,
ul,
li,
span {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    outline: 0;
    background: transparent;
}

button,
label,
a,
p,
em,
span,
strong,
i,
b,
u,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none;
}

*:focus,
*:active,
*:hover {
    outline: 0;
}
em {
    font-style: normal;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

img:active {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

menu,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
thead,
tbody,
tr,
th,
td {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none !important;
}

templete,
noscript {
    display: none !important;
}

svg:not(:root) {
    overflow: hidden;
}

img:not([src]) {
    visibility: hidden;
    transition: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer !important;
    border: 0;
}

button[disabled],
input[disabled] {
    cursor: default !important;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

input[type="checkbox"],
input[type="radio"],
input[type="range"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="hidden"] {
    display: none !important;
}

input[type="number"] {
    padding-right: 0 !important;
}

input[type="button"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="number"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly]:not(.cloned-text-input),
textarea[readonly]:not(.cloned-text-input),
select[readonly] {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

input:required:invalid,
input:focus:invalid {
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

div,
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
details,
main,
dialog,
menu {
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

figure {
    overflow: hidden;
}

label,
button,
input,
select,
textarea {
    font-size: 100%;
}

label,
input,
select,
textarea {
    vertical-align: middle;
}

legend {
    display: none;
}
form *[disabled], form *[readonly], form .selectric-disabled {
    cursor: not-allowed !important;
}
.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    clear: both;
    zoom: 1;
}

:-ms-input-placeholder {
    color: #cccccc !important;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    line-height: 24px\9;
}

::-webkit-input-placeholder {
    color: #cccccc !important;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    line-height: 24px\9;
}

::-moz-placeholder {
    color: #cccccc !important;
    font-size: 14px;
}

:-moz-placeholder {
    color: #cccccc !important;
    font-size: 14px;
}

.press {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.5 !important;
    filter: alpha(opacity=50);
}

label.error {
    display: none !important;
}