/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0; min-height: 100%; box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {                            
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! GRID 12 */@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width:767px) {
    .visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs, td.visible-xs {
    display: table-cell !important;
}
}@media (max-width:767px) {
    .visible-xs-block {
    display: block !important;
}
}@media (max-width:767px) {
    .visible-xs-inline {
    display: inline !important;
}
}@media (max-width:767px) {
    .visible-xs-inline-block {
    display: inline-block !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block !important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row !important;
}
th.visible-sm, td.visible-sm {
    display: table-cell !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
    display: block !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
    display: inline !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
    display: inline-block !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block !important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row !important;
}
th.visible-md, td.visible-md {
    display: table-cell !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
    display: block !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
    display: inline !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
    display: inline-block !important;
}
}@media (min-width:1200px) {
    .visible-lg {
    display: block !important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg, td.visible-lg {
    display: table-cell !important;
}
}@media (min-width:1200px) {
    .visible-lg-block {
    display: block !important;
}
}@media (min-width:1200px) {
    .visible-lg-inline {
    display: inline !important;
}
}@media (min-width:1200px) {
    .visible-lg-inline-block {
    display: inline-block !important;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none !important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none !important;
}
}.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
    display: block !important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
}.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
    display: block !important;
}
}.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
    display: inline !important;
}
}.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block !important;
}
}@media print {
    .hidden-print {
    display: none !important;
}
}.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1200px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}.clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix, .clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.clear {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-v-l {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pd-v-md {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pd-v-sm {
    padding-top: 35px;
    padding-bottom: 35px;
}
.pd-v-xs {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pd-v-xxs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pd-sm {
    padding: 30px;
}
.mg-md {
    margin: 50px;
}
.mg-sm {
    margin: 35px;
}
.mg-t-l {
    margin-top: 70px;
}
.mg-t-md {
    margin-top: 50px;
}
.mg-t-sm {
    margin-top: 35px;
}
.mg-t-xs {
    margin-top: 20px;
}
.p-0 {
    padding: 0;
}
.p-l-0 {
    padding-left: 0;
}
.p-r-0 {
    padding-right: 0;
}
.pd-h-md {
    padding-left: 60px;
    padding-right: 60px;
}
.mg-l-l {
    margin-left: 137px;
}
@media (max-width:767px) {
    .pd-v-l {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pd-h-md {
    padding-left: 10px;
    padding-right: 10px;
}
}/*! TYPE */input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #0878b4;
    text-decoration: none;
}
a:hover, a:focus {
    color: #48aada;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #333;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 22px;
}
h4, .h4 {
    font-size: 20px;
    line-height: 1.6;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
    line-height: 1.6;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}small, .small {
    font-size: 85%}
.large {
    font-size: 1.3em;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after {
    clear: both;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
/*! BUTTONS */.btn {
    background: #c01c27;
    text-decoration: none;
    padding: 0 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border: none;
}
.btn.border {
    background: none;
    border: 2px solid #fff;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #93161e;
}
.btn.type-1 {
    padding: 0;
    margin-top: 30px;
}
.btn.type-2 {
    margin: 0 auto;
    display: inline-block;
}
.btn.blue {
    background: #48aada;
    color: #fff;
}
.btn.white {
    background: #fff;
    color: #888;
}
.btn.gray {
    background: #e8e8e8;
    color: #888;
}
.btn.fb {
    background: #4867aa;
}
.btn.fb:hover {
    background: #395186;
}
#admin .btn {
    background: #ff5c00;
}
#admin .btn.green {
    background: #24aa09;
    color: #fff;
}
#admin .btn.red {
    background: #c01c27;
    color: #fff;
}
#admin .btn.blue {
    background: #48aada;
    color: #fff;
}
#admin .btn.gray {
    background: #e8e8e8;
    color: #888;
}
/*! Bootstrap Carousel */.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel {
    position: relative;
    margin-top: 30px;
    padding-bottom: 50px;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner>.item.next, .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%,  0,  0);
    transform: translate3d(100%,  0,  0);
    left: 0;
}
.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    left: 0;
}
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    left: 0;
}
}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,  rgba(0, 0, 0, 0.5) 0,  rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left,  rgba(0, 0, 0, 0.5) 0,  rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear,  left top,  right top,  from(rgba(0, 0, 0, 0.5)),  to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.5) 0,  rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,  rgba(0, 0, 0, 0.0001) 0,  rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left,  rgba(0, 0, 0, 0.0001) 0,  rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear,  left top,  right top,  from(rgba(0, 0, 0, 0.0001)),  to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.0001) 0,  rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #e8e8e8;
}
.bg-gray .carousel-indicators li {
    background-color: #fff;
}
.carousel-indicators .active, .bg-gray .carousel-indicators .active {
    background-color: #ca444d;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
}::selection {
    background: rgba(72, 170, 218, 0.7);
}
::-moz-selection, textarea::-moz-selection, input::-moz-selection {
    background: rgba(72, 170, 218, 0.7);
}
.bg-blue {
    background-color: #0878b4;
    color: #fff;
}
.bg-red {
    background-color: #c01c27;
    color: #fff;
}
.bg-pink {
    background-color: #d95860;
    color: #fff;
}
.bg-dark {
    background-color: #333;
    color: #fff;
}
.bg-gray {
    background-color: #e8e8e8;
}
.bg-dark-gray {
    background-color: #333;
}
.bg-light-blue {
    background-color: #deeff7;
}
.bg-white {
    background-color: #fff;
}
.red {
    color: #c01c27;
}
.blue {
    color: #0878b4;
}
.green {
    color: #24aa09;
}
.bg-b-1 {
    background-color: #90cfee;
}
.bg-b-2 {
    background-color: #5ab2de;
}
.bg-b-3 {
    background-color: #2a8fc2;
}
.bg-b-4 {
    background-color: #0878b4;
}
h3 span {
    color: #888;
}
hr {
    border-color: #e8e8e8;
}
.alert {
    color: #c01c27;
}
.alert i {
    margin: 0 6px 0 -5px;
    font-size: 115%}
.beta p {
    margin: 10px;
    font-weight: 600;
}
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #888;
    -webkit-font-smoothing: antialiased !important;
}
img, iframe {
    max-width: 100%}
iframe {
    display: block;
}
strong {
    color: #333;
    font-weight: normal;
}
.strike {
    text-decoration: line-through;
}
h2.blue {
    text-transform: none;
    font-size: 2.25em;
    font-weight: 300;
    margin: 0 0 30px 0;
}
h3.blue {
    margin: 0 0 15px 0;
}
.full-title {
    border-bottom: 1px solid #48aada;
    text-align: center;
}
.full-title h3 {
    display: inline-block;
    background-color: #48aada;
    color: #fff;
    margin: 0;
    padding: 17px 20px 14px;
    min-width: 215px;
    font-size: 17px;
    text-transform: uppercase;
}
.line {
    margin: 50px 0;
    height: 1px;
    background: #eee;
}
.line-dotted {
    margin: 30px 0;
    height: 1px;
    background: url('../images/line-dotted.png') no-repeat left center;
}
img.border {
    border: 7px solid #d9d9d9;
}
.logo {
    background: url(../images/acsi_logo.png) no-repeat center top;
    background-size: 100% auto;
    width: 319px;
    height: 102px;
    max-width: 100%;
    margin: 0 0 0 0;
    position: relative;
    z-index: 111;
}
.logo a {
    display: block;
    text-indent: -9999px;
    font-size: 14px;
    height: 100%}
.top-nav {
    float: right;
    padding-right: 16px;
    margin-right: 32px;
    background: url('../images/divider-2.png') no-repeat right center;
}
.top-nav li {
    display: inline-block;
    margin-right: 16px;
}
.top-nav li a, .drop-nav li a {
    font-size: .9em;
}
.drop-nav {
    float: right;
}
.drop-nav>li {
    display: inline-block;
    position: relative;
    background: url('../images/select-blue.png') no-repeat right center;
}
.drop-nav>li>a {
    padding-right: 15px;
}
.drop-nav li a>img {
    margin: -2px 10px 0 0;
}
.drop-nav>li:hover ul {
    display: block;
}
.drop-nav li ul {
    display: none;
    position: absolute;
    background-color: #fff;
}
.search-bar {
    border: 1px solid #e6e6e6;
    margin: 34px 0 0 0;
    position: relative;
}
.search-bar input {
    border: none;
    outline: none;
    width: 100%;
    padding: 8px 10px;
}
.search-bar button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: block;
    border: none;
    background: #fff url('../images/icon-search.png') no-repeat center center;
}
.head-action {
    margin: 22px 0 0 20px;
    padding-left: 20px;
    float: left;
    position: relative;
    background: url('../images/divider-1.png') no-repeat left center;
}
.head-action .nav-float {
    position: absolute;
    font-size: 12px;
    bottom: -26px;
    line-height: 16px;
    white-space: nowrap;
}
.head-action .img {
    margin-right: 20px;
    float: left;
    position: relative;
}
.head-action span {
    float: left;
    width: 110px;
    margin-top: 9px;
    line-height: normal;
    font-size: .95em;
}
.notification {
    position: absolute;
    z-index: 11;
    color: #fff;
    background-color: #c01c27;
    line-height: 14px;
    padding: 2px 7px 3px;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.head-action .notification {
    top: 0;
    right: 0;
    font-size: 11px;
}
.modal {
    display: none;
    position: absolute;
    top: 100%;
    margin: 18px -20px 0 -20px;
    width: auto;
    line-height: normal;
    padding: 18px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    z-index: 1111;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.modal.open {
    display: block;
}
.modal:after, .modal:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.modal:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}
.modal:before {
    border-bottom-color: #e5e5e5;
    border-width: 16px;
    margin-left: -16px;
}
.modal h2 {
    margin: 0;
    font-size: 1em;
}
.modal p {
    font-size: .75em;
    line-height: 1.3em;
    margin: 10px 0;
}
.modal p:last-child {
    margin-bottom: 0;
}
.modal .or {
    margin: 14px 0;
    text-align: center;
}
.modal input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    font-size: .85em;
    padding: 6px 8px;
}
.modal button {
    width: 100%}
.divider-1 {
    position: relative;
}
.divider-1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 1px;
    height: 61px;
    background: url('../images/divider-1.png') no-repeat right center;
}
nav.main {
    position: relative;
}
nav.main ul li {
    display: inline-block;
    margin-right: 25px;
    line-height: 70px;
}
nav.main ul li a {
    color: #fff;
    font-size: 1.25em;
    display: block;
}
nav.main ul li>ul {
    display: none;
    position: absolute;
    background-color: #48aada;
    width: 100%;
    line-height: 50px;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    padding-left: 30px;
}
nav.main ul li>ul li {
    line-height: 50px;
}
nav.main ul li>ul li a {
    font-size: 14px;
}
nav.main ul .sub-level>a {
    background: url('../images/menu-v.png') no-repeat right center;
    padding-right: 10px;
}
nav.main ul .sub-level:hover ul {
    display: block;
}
nav.main ul .sub-level:hover:after {
    content: '';
    position: absolute;
    background: url('../images/menu-beak.png') no-repeat center bottom;
    width: 19px;
    height: 11px;
    bottom: -1px;
    left: 0;
}
.slide {
    height: 400px;
    border-bottom: 1px solid #bedfef;
}
.carousel.slide {
    border: 0;
    height: auto;
}
.slide-1 {
    background: url('../images/slide-img-1.png') no-repeat center top;
}
.slide .quotes>div {
    position: absolute;
    padding: 13px 20px;
}
.slide .quotes .quote {
    text-transform: uppercase;
}
.slide-1 .green {
    background-color: #94a54c;
    color: #fff;
    font-size: 30px;
    top: 65px;
    right: 60px;
}
.slide-1 .quotes .orange {
    background-color: #ff6703;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    top: 133px;
    right: 0;
    padding: 5px 20px;
}
.slide-1 .blue {
    background-color: #5582c7;
    color: #fff;
    font-size: 20px;
    top: 226px;
    right: 221px;
}
.slide-1 .quotes .link {
    top: 290px;
    right: 0;
    padding-right: 0;
}
.slide-1 .link p {
    line-height: 1.3em;
    color: #333;
}
.slide-1 .link a {
    background-color: #c01c27;
    color: #fff;
    padding: 10px 20px;
    margin-left: 20px;
    text-transform: uppercase;
}
.slide-1 .link a:hover {
    background-color: #a61822;
    text-decoration: none;
}
.slide-nav {
    text-align: center;
}
.slide-nav li {
    display: inline-table;
    line-height: 40px;
    width: 40px;
    margin: 0 -1px;
}
.slide-nav li a {
    display: block;
    background-color: #e5e5e5;
    color: #888;
}
.slide-nav li.active a {
    background-color: #bedfef;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 1px;
}
.slide-nav li:hover a {
    background-color: #bedfef;
    color: #fff;
    text-decoration: none;
}
.sub-menu {
    margin-bottom: 30px;
}
.sub-menu li {
    width: 20%;
    float: left;
}
.sub-menu li a {
    color: #fff;
    background-color: #48aada;
    display: block;
    margin: 10px 1px 0 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.sub-menu li:last-child a {
    margin-right: 0;
}
.sub-menu li a:hover {
    text-decoration: none;
    background-color: #2893c7;
}
.sub-menu li.active a {
    margin-top: 0;
    background-color: #c01c27;
    line-height: 70px;
    font-size: 1.9em;
    position: relative;
}
.sub-menu li.active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #c01c27;
}
.sub-menu li a span {
    background-color: #fff;
    color: #48aada;
    width: 28px;
    line-height: 28px;
    font-size: 13px;
    position: absolute;
    top: 11px;
    right: 10px;
}
.sub-menu li.active a span {
    color: #c01c27;
    top: 21px;
}

.ads-list {width:100%;}
.ads-list li {width:50%;}

.news-list li {
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}
.news-list li:last-child {
    margin-bottom: 0;
}
.news-list a {
    display: block;
}
.news-list .img {
    margin-left: -15px;
    margin-right: -15px;
}
.news-list span {
    font-size: .8em;
}
.news-list p {
    font-size: .9em;
    line-height: 1.15em;
    margin: 15px 0 0 0;
}
.news-list li .day, .news-list li .month, .news-list li .year {
    text-align: center;
    line-height: 30px;
    margin: 0 15px 1px 0;
    color: #fff;
    float: left;
    width: 99%}
.news-list li .date {
    margin-right: 15px;
    width: 60px;
    float: left;
}
.news-list li .day, .news-list li .month {
    float: left;
    width: 29px;
    margin-right: 0;
}
.news-list li .day {
    margin-right: 1px;
}
.news-list li:first-child .day, .news-list li:first-child .month {
    background-color: #c01c27;
}
.news-list li:first-child .year {
    background-color: #e75b64;
}
.news-list li:nth-child(2) .day, .news-list li:nth-child(2) .month {
    background-color: #0878b4;
}
.news-list li:nth-child(2) .year {
    background-color: #2caff6;
}
.news-list li .day, .news-list li .month, .news-list.sequel li:first-child .day, .news-list.sequel li:nth-child(2) .day, .news-list.sequel li:first-child .month, .news-list.sequel li:nth-child(2) .month {
    background-color: #b4b4b4;
}
.news-list li .year, .news-list.sequel li:first-child .year, .news-list.sequel li:nth-child(2) .year {
    background-color: #d3d3d3;
}
.news-list li .lines {
    display: block;
    border-width: 1px 0;
    border-image: url('../images/line-dotted.png') 1 3 repeat;
    padding: 10px 0;
    margin-top: 15px;
}
.news-list.type-2 p {
    margin: 0;
}
.news-list.type-3 li {
    padding: 0 15px;
}
.product-list {
    margin: 0 -15px;
}
.product-list p {
    font-size: .9em;
    line-height: 1.15em;
    margin: 15px 0 20px 0;
    border-width: 0 0 1px 0;
    border-image: url('../images/line-dotted.png') 1 3 repeat;
    padding-bottom: 20px;
}
.product-list li .img {
    margin-bottom: 24px;
    display: block;
}
.product-list li {
    margin-bottom: 10px;
}
.product-list li .title {
    height: 25px;
    overflow: hidden;
    display: block;
}
.product-list li .price {
    font-size: .9em;
    padding: 15px 0;
    text-align: center;
}
.product-list li .price.member {
    color: #fff;
    background-color: #c01c27;
}
.product-list li .price h3 {
    margin: 5px 0;
}
.product-list li .price.member h3 {
    color: #fff;
}
.product-list li .place {
    text-align: right;
    color: #333;
    font-size: .9em;
    line-height: 28px;
}
.product-list select {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 8px 12px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    background: url('../images/select.png') no-repeat right center;
}
.product-list.bazar li {
    margin-bottom: 40px;
}
.product-list.bazar p {
    margin: 15px 0 0 0;
    border-width: 1px 0 0 0;
    padding: 20px 0 0 0;
    min-height:52px;
}
.product-list.bazar li .price {
    color: #c01c27;
    font-size: 1.25em;
    padding: 0;
}
.product-list .green {
    display: block;
    line-height: 40px;
}
.show-more {
    border-top: 1px solid #e8e8e8;
    text-align: right;
    margin-top: 30px;
    padding-top: 15px;
    clear: both;
}
.show-more ul {
    float: left;
}
.show-more ul li {
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
}
.show-more ul li img {
    margin-right: 5px;
}
.show-more.dark {
    border-color: #c1c1c1;
}
.check-video h2 {
    margin: 0;
}
.check-video p {
    margin-top: 10px;
    line-height: 1.2em;
}
.check-video a {
    margin: 10px 0 0 20px;
}
.videos h4 {
    text-align: center;
    color: #0878b4;
    padding: 12px 0;
    margin: 0;
    height: 50px;
    overflow: hidden;
}
.videos h4 a {
    text-align: left;
    display: block;
}
.videos .no-name {
    text-align: center;
    display: block;
    font-size: .8em;
    line-height: 50px;
}
.videos p {
    font-size: .9em;
    line-height: 1.25em;
    color: #333;
    padding: 15px 0;
    margin-bottom: 15px;
    border-width: 1px 0;
    border-image: url('../images/line-dotted.png') 1 repeat;
}
.videos .small {
    font-size: .7em;
}
.videos .btn {
    font-size: .9em;
    line-height: 30px;
    background-color: #ca444d;
    padding: 0;
}
.videos .btn:hover {
    background-color: #ab3039;
}
.videos .show-more {
    border-color: #c7c7c7;
}
.benefits .num {
    color: #fff;
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    line-height: 160px;
    margin-left: -15px;
}
.benefits h4 {
    margin: 0;
    line-height: normal;
}
.benefits p {
    margin: 15px 0 0 0;
    line-height: normal;
}
.colPd>div {
    padding: 15px;
}
.extraNum {
    color: #5ab2de;
    font-weight: 300;
    margin: 0 0 20px;
    letter-spacing: -10px;
}
h1.extraNum {
    font-size: 100px;
    line-height: 100px;
}
h2.extraNum {
    font-size: 70px;
    line-height: 70px;
}
.writers .item>div {
    background: url('../images/line-dotted-v.png') repeat-y right top;
}
.writers .item>div:last-child {
    background: none;
}
.writers h4 {
    margin: 15px 0 0 0;
}
.writers .rating {
    margin: 0 0 15px 0;
}
.writers p {
    margin: 0 0 20px 0;
}
.writers cite {
    font-size: .95em;
}
.logos a {
    display: inline-block;
    margin: 0 10px 20px;
}
.social {
    position: fixed;
    left: 0;
    top: 40%}
.kurz-info {
    font-size: 1.25em;
}
.kurz-info p {
    margin: 10px 0;
}
.kurz-info strong {
    color: #333;
    font-weight: normal;
}
.kurz-info small {
    font-size: .8em;
}
.kurz-info .line-dotted {
    margin: 5px 0;
}
.kurz-info .alert {
    font-size: .7em;
    margin-top: 15px;
}
.kurz-info span.alert {
    float: right;
    margin-top: 5px;
}
.kurz-place p {
    margin: 10px 0;
    line-height: 1.2em;
}
.kurz-place small {
    font-size: .75em;
    color: #333;
}
.kurz-place .line-dotted {
    margin: 5px 0;
}
.map {
    margin-bottom: 25px;
}
.circle {
    font-size: 1.25em;
    line-height: 50px;
    width: 50px;
    margin: 15px 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.circleTimeline {
    font-size: 1.25em;
    line-height: 50px;
    width: 50px;
    margin: 15px 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.kosik .kurz-info {
    font-size: 1em;
}
.kosik .kurz-info .alert {
    font-size: .9em;
}
.kosik .kurz-info h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.kosik .kurz-info h2 .trash {
    float: right;
}
.kosik .box .title {
    background-color: #48aada;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
}
.kosik .box ul {
    background-color: #e8e8e8;
    padding: 0 20px;
}
.kosik .box ul li {
    padding: 20px 0;
    font-size: 14px;
    background: url('../images/line-dotted.png') repeat-x left bottom;
}
.kosik .box ul li:last-child {
    font-size: 16px;
    background: none;
}
.kosik .box ul .thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.kosik .box ul .thumb img {
    width: auto;
    height: 50px;
    max-width: none;
}
.kosik .box ul a {
    display: block;
    margin: 3px 0 0 0;
}
.kosik .box ul a.dim {
    color: #888;
}
.kosik .box ul p {
    padding: 0;
    margin: 0;
    color: #333;
}
.kosik .mg {
    margin-top: 10px;
}
.kosik .pd {
    padding-right: 20px;
}
.kosik .sum {
    padding: 20px 0;
    margin-bottom: 50px;
    line-height: 40px;
}
.kosik .sum input {
    height: 40px;
    border: none;
    padding: 0 10px;
    margin-left: -20px;
}
.kosik .sum span, .kosik .sum strong {
    font-size: 1.2em;
}
.kosik .radios h4 {
    margin: 0;
}
.kosik .radios p {
    margin: 0;
    padding: 0;
}
.kosik .radios .small {
    line-height: 1.2em;
}
.kosik .radios .line-dotted {
    margin: 10px 0;
}
.kosik .radios li {
    margin: 17px 0;
}
.kosik .radios input {
    margin-top: 50px;
}
.kosik .radios .simple input {
    margin-top: 9px;
}
.kosik .radios.type-2 li {
    margin: 4px 0;
}
.kosik .tree {
    width: 100%;
    overflow: auto;
    background: url('../images/tree.png') no-repeat 15px top;
    margin-top: 15px;
    padding: 6px 0 0 60px;
}
.kosik .tree strong {
    display: block;
}
.ubytovani {
    margin: 20px 0 0 0;
    padding: 0;
}
.ubytovani .info h3 {
    margin: 0 0 12px 0;
    color: inherit;
}
.ubytovani .info p img {
    margin-right: 10px;
}
.ubytovani .info strong {
    font-weight: normal;
    color: #333;
}
.ubytovani .info small {
    color: inherit;
}
.ubytovani .gallery a {
    padding: 0;
}
.ubytovani .gallery a img {
    padding: 5px;
}
.ubytovani .gallery .more {
    text-decoration: none;
}
.ubytovani .gallery .more span {
    line-height: 121px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #e8e8e8;
    margin: 5px;
    display: block;
}
.line-dotted.in {
    margin: 30px 15px;
    text-align: center;
}
.line-dotted.in span {
    background-color: #fff;
    padding: 5px 20px;
    margin: -20px 0 0 0;
    display: inline-table;
    font-size: 20px;
}
ul.lined {
    border-left: 3px solid #b4b4b4;
    padding-left: 15px;
}
.lined._blue {
    border-color: #0878b4;
}
.lined._pink {
    border-color: #d95860;
}
.lined._red {
    border-color: #c01c27;
}
.program ul.lined {
    min-height: 170px;
}
.program ul.lined li {
    font-weight: 300;
    line-height: 1.8em;
}
.program ul.timeline {
    margin: 30px 0;
    overflow: auto;
}
.program ul.timeline li {
    float: left;
    width: 11%;
    line-height: 30px;
    margin-right: 1px;
    text-align: center;
}
.program ul.timeline li.bg-gray {
    background-color: #b4b4b4;
    color: #fff;
}
.storno h4 {
    margin: -5px 0 0 0;
}
.storno p {
    margin: 0;
    line-height: 1.2em;
}
.switch {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 12px;
}
.switch li {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.switch li.active a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
.switcher {
    background-color: #bbb;
    width: 52px;
    height: 26px;
    display: block;
    margin: 0 20px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.switcher:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fff;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.switcher.right:after {
    left: auto;
    right: 5px;
}
.form-1 input, .form-1 textarea {
    width: 100%;
    margin-top: 10px;
    padding: 6px 10px;
    border: 1px solid #ddd;
}
.form-1 .radios {
    margin: 10px 0;
}
.form-1 .radios input, .form-1 .radios label {
    float: left;
    width: auto;
}
.form-1 .radios input {
    margin: 3px 6px 0 0;
}
.form-1 .radios label {
    margin: 0 25px 0 0;
}

.article .detail-images {padding:0 15px;}

.article .detail {
    margin-top: 50px;
}
.article .detail h2 {
    color: #0878b4;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 25px 0;
    text-transform: none;
    width: 80%}
.article .detail .line-dotted {
    margin: 6px 2px;
}
.article .detail .perex small strong {
    margin-right: 10px;
}
.article .detail .perex p {
    margin-top: 15px;
    line-height: 1.2em;
}
.article .detail .tags {
    float: right;
    background: url('../images/icon-tag.png') no-repeat left center;
    padding-left: 36px;
}
.article .detail .tags li {
    display: inline-block;
    font-size: 12px;
    margin-left: 12px;
}
.article .detail .content {
    margin-top: 50px;
}
.article .detail .content p {
    color: #333;
    margin-bottom: 20px;
}
.article .detail .content .extra {
    float: right;
    background-color: #deeff7;
    padding: 10px 20px;
    margin: 40px 0 40px 40px;
}
.article .detail .content .extra p {
    color: #888;
    line-height: 1.2em;
    margin-top: 20px;
}
.article .detail .content .extra ul {
    text-align: center;
    width: 100%}
.article .detail .content .extra ul li {
    display: inline-block;
    margin: 10px 14px;
}
.video-analyze {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.video-analyze .shadow {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.video-analyze.face-join .window {
    background-color: #4867aa;
    color: #fff;
    min-height: 400px;
}
.video-analyze.face-join .window .btn {
    margin: 12px 0 0 0;
    background-color: #758dc2;
}
.video-analyze.face-join h2, .video-analyze.face-join h3 {
    color: #fff;
}
.video-analyze.face-join b {
    font-weight: 600;
}
.video-analyze.face-join ul {
    margin: 30px 0 60px 20px;
}
.video-analyze.face-join ul li {
    padding: 3px 0 3px 20px;
    background: url('../images/dot.png') no-repeat left 11px;
}
.video-analyze.face-join hr {
    border-color: #758dc2;
}
.video-analyze.face-join a {
    color: #fff;
    margin: 20px 0;
}
.video-analyze .window {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 644px;
    min-height: 500px;
    max-height: 100%;
    transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    z-index: 99;
    padding: 25px 45px;
    overflow: auto;
}
.video-analyze .window.large {
    width: 1200px;
    max-width: 100%}
.video-analyze .window.wider {
    width: 730px;
}
.video-analyze .window .exit {
    margin: 20px 0 0 0;
}
.video-analyze .window textarea {
    width: 100%;
    height: 88px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    resize: none;
    margin-bottom: 30px;
}
.video-analyze .window input {
    border: 1px solid #e6e6e6;
    line-height: 38px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}
.video-analyze .window input[type=checkbox] {
    width: auto;
}
.video-analyze .window .filtr {
    margin: 0 0 10px 0;
}
.video-analyze .window .select-file {
    margin: 40px 0 30px;
}
.video-analyze .window .select-file input[type=text] {
    border: 1px solid #e5e5e5;
    line-height: 38px;
    width: 370px;
}
.video-analyze .window .select-file input[type=file] {
    display: none;
}
.video-analyze .window .btn {
    float: right;
    margin-bottom: 50px;
}
.video-analyze .window .btn.blue, .video-analyze .window .btn.red {
    margin-bottom: 0;
}
.video-analyze .window .btn[disabled] {
    background-color: #e5e5e5;
}
.video-analyze .window.login form {
    margin: 40px 0 0 0;
}
.video-analyze .window.login form input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 30px;
}
.video-analyze .window.login .btn {
    width: 100%;
    margin: 0;
}
.video-analyze .message {
    background-color: #24aa09;
    color: #fff;
    text-align: center;
    padding: 18px 20px;
    margin-top: 15px;
    width: 100%}
.video-analyze .message.error {
    background-color: #c01c27;
}
.video-analyze .loader {
    width: 100%;
    height: 20px;
    background-color: #e8e8e8;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.video-analyze .loader .status {
    background-color: #48aada;
    height: 20px;
    position: absolute;
}
.left-side {
    float: left;
    width: 830px;
}
.left-side .pd {
    padding: 25px 30px 25px 0;
}
.right-side {
    float: left;
    width: 340px;
    padding: 0 30px;
    background: #fff;
}
.analyze .detail {
    width: 250px;
}
.analyze .detail small {
    font-size: 12px;
}
.analyze .detail h4 {
    margin: 0;
}
.analyze .detail p {
    font-size: 14px;
    line-height: 1.25em;
}
.analyze .detail p.small {
    font-size: 12px;
}
.share {
    margin: 15px 0 50px 0;
}
.share a {
    margin-left: 5px;
}
.analyzer {
    background-color: #deeff7;
    padding: 30px;
    min-height: 430px;
}
.analyzer .icon {
    width: 60px;
    float: left;
}
.analyzer .top {
    overflow: hidden;
}
.analyzer small {
    font-size: 12px;
}
.analyzer h4 {
    margin: 0;
    line-height: 1em;
}
.analyzer p {
    font-size: 12px;
}
.analyzer .line-dotted {
    margin: 20px 0;
}
.rates img {
    vertical-align: top;
}
.rates .rating {
    color: #c01c27;
    font-size: 40px;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    line-height: 50px;
    padding: 0 35px;
    margin-left: 30px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.search .large {
    font-size: 40px;
    font-weight: 300;
    padding: 0 6px;
}
.search .link-menu li {
    display: inline-block;
    background: url('../images/divider-2.png') no-repeat right center;
    line-height: 30px;
    padding-right: 15px;
    margin: 3px 10px 3px 0;
}
.search .link-menu li a span {
    background-color: #e8e8e8;
    color: #888;
    margin-left: 10px;
    padding: 2px 4px;
}
.search .shop h4 {
    margin: 5px 0 0 0;
    line-height: 1.3;
}
.search .shop p {
    line-height: 1.1em;
    font-size: 14px;
}
.search .users h4 {
    line-height: 1.3em;
}
.small-cols .col {
    width: 12.5%;
    margin: 15px 0;
}
.breadcrumb {
    margin: 30px 0 20px;
}
.breadcrumb li {
    display: inline-block;
    padding-right: 11px;
    margin-right: 5px;
    background: url('../images/crumb.png') no-repeat right center;
}
.breadcrumb li:last-child {
    background: none;
}
.brands a {
    border: 1px solid #e5e5e5;
    width: 52px;
    height: 52px;
    float: left;
    overflow: hidden;
    margin: 3px 6px 3px 0;
}
.brands .slide-wrap {
    width: 100%;
    height: 122px;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 5px;
}
.brands .slide-wrap .slide {
    width: 800px;
}
.brands .divider {
    background: url('../images/divider-3.png') no-repeat right center;
}
.brands .slider {
    background-color: #e5e5e5;
    height: 5px;
    position: relative;
    margin-bottom: 30px;
}
.brands .slider .holder {
    height: 9px;
    width: 30%;
    position: absolute;
    top: -2px;
    background-color: #48aada;
    cursor: pointer;
}
.filtr {
    margin-top: 20px;
}
.filtr .by {
    margin-top: 13px;
}
.filtr .col {
    padding: 5px;
}
.filtr .col:first-child {
    padding-left: 15px;
}
.filtr select {
    width: 100%;
    height: 38px;
    padding: 0 34px 0 12px;
    margin: 5px 0 0;
    line-height: 38px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: url('../images/select.png') no-repeat right center;
}
.schools h4 {
    margin: 0 0 16px;
}
.schools h5 {
    margin: 0 0 5px;
}
.schools p {
    font-size: 14px;
    line-height: 1.3em;
}
.schools .place {
    background: url('../images/pin.png') no-repeat left center;
    padding-left: 30px;
    margin-top: 10px;
}
.schools .rating img {
    height: 21px;
}
.schools .list {
    margin: 5px 0;
}
.schools .list li {
    font-size: 14px;
    background: url('../images/dot-blue.png') no-repeat left 11px;
    padding: 1px 0 1px 20px;
}
.schools .divider {
    background: url('../images/divider-4.png') no-repeat right center;
}
.schools .btn {
    padding: 0 15px;
}
.schools form {
    margin-top: 30px;
}
.schools form input {
    height: 40px;
    padding: 0 20px;
    width: 380px;
    max-width: 100%;
    margin-bottom: 15px;
}
.photos>div {
    padding-bottom: 30px;
}
.photos>img {
    padding-bottom: 15px;
}
.contact-list li {
    padding: 3px 0;
}
.contact-list li img {
    margin-right: 15px;
}
.contact-cards .card {
    border: 1px solid #eee;
    padding: 25px;
}
.contact-cards .card h6 {
    color: #00add0;
    font-size: 20px;
}
.contact-cards .card ul li {
    font-size: 14px;
}
.contact-cards .card a i {
    font-size: 24px;
    color: #d4d4d4;
    margin: 8px 6px 0 0;
}

.contact-cards .card a i:hover {color:#48aada  !important;}

.contact-cards .card .avtr {
    /*width: 120px;
    height: 120px;*/
}
.avtr {
    /*overflow: hidden;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.avtr img {
    height: 100%;
    max-width: none;
}
.rel {
    position: relative;
}
.rel .mark {
    position: absolute;
    background: url('../images/mark-star.png') no-repeat center center;
    width: 36px;
    height: 36px;
    right: 7px;
    top: 3px;
    z-index: 99;
}

.markA, .markD {
    position: absolute;
    padding:1px 0;
    width: 80px;
    right: -30px;
    z-index: 99;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color:#fff;font-size:85%;
}
.markA a, .markD a {color:#fff;font-size:85%;}
.markA {
    background:#008000;
    top: -20px;
}

.markD {
    background:#ce0000;
    top: 9px;
}

.title:hover:after {
    content: attr(data-title);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    top: 100%;
    color: #888;
    display: block;
    left: 50%;
    padding: 20px;
    margin-top: 14px;
    position: absolute;
    white-space: nowrap;
    z-index: 99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transform: translate(-50%,  0);
    -webkit-transform: translate(-50%,  0);
    -moz-transform: translate(-50%,  0);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.title:hover:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 0 15px 15px 15px;
    top: 100%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    z-index: 100;
    transform: translate(-50%,  0);
    -webkit-transform: translate(-50%,  0);
    -moz-transform: translate(-50%,  0);
}
.loginMobile {
    width: 100%}
.loginMobile input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-size: .85em;
    padding: 10px 8px;
}
.loginMobile .btn {
    width: 100%}
.loginMobile p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.vyhody {
    text-align: center;
    overflow: auto;
}
.vyhody>div {
    padding: 1px;
    min-height: 370px;
    background: url('../images/divider-5.png') no-repeat right 75px;
}
.vyhody>div:last-child {
    background: none;
}
.vyhody img {
    display: block;
    margin: 0 auto;
    max-width: 130px;
    max-height: 130px;
}
.vyhody h4 {
    color: #888;
    font-size: 16px;
    background-color: #e8e8e8;
    padding: 8px 0;
    margin: 10px 0 25px;
}
.vyhody h5 {
    padding: 0 15px;
    font-size: 16px;
}
.vyhody p {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
    margin: 0;
}
.vyhody .strike {
    font-size: 16px;
}
.vyhody .price {
    font-size: 26px;
    color: #c01c27;
}
.sbor {
    margin-top: 15px;
    margin-bottom: 30px;
}
.sbor .col {
    width: 240px;
    padding: 15px;
}
.sbor .col>div {
    height: 460px;
    text-align: center;
    padding: 1px;
}
.sbor .col>div>div {
    padding: 25px 35px;
}
.sbor .col .small {
    margin: 0;
}
.sbor .col ul {
    margin: 20px 15px 0;
    font-size: 12px;
}
.sbor .col ul .stars {
    margin-top: -10px;
}
.sbor .col ul .soc {
    margin-top: 5px;
}
.sbor .col ul .soc a {
    color: #fff;
    font-size: 22px;
    margin: 0 5px;
}
.sbor .col .extraNum {
    font-size: 100px;
    color: #fff;
    line-height: 400px;
}
.sbor .col .bg-white .extraNum {
    color: #d4d4d4;
}
.p-l {
    padding: 0 0 0 15px;
}
.mobile-nav-bar, .mobile-nav {
    display: none;
}
footer {
    padding: 30px 0;
    font-size: .9em;
}
footer a {
    color: #48aada;
}
@media (min-width:1200px) {
    .mobile-nav-bar, .mobile-nav {
    display: none !important;
}
}@media (max-width:1199px) {
    .mobile-nav-bar {
    display: block;
    border-bottom: 4px solid #0878b4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 999;
}
.mobile-nav-bar .logo {
    max-height: 100%;
    height: 50px;
    margin: 20px 0;
    background-size: auto 100%}
.mobile-nav-bar .openMenu {
    background-color: #2893c7;
    color: #fff;
    line-height: 50px;
    width: 50px;
    margin: 20px 0;
    text-align: center;
    font-size: 1.2em;
    float: right;
}
.mobile-nav-bar .openUserMenu {
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}
.mobile-nav-bar .openUserMenu img {
    height: 50px;
}
.mobile-nav-bar .flags {
    display: inline-block;
    margin-top: 20px;
}
.mobile-nav-bar .flags a {
    display: block;
}
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 998;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.mobile-nav>ul {
    margin-top: 94px;
    background-color: #0878b4;
}
.mobile-nav>ul.bg-blue {
    border-bottom: none;
}
.mobile-nav>ul.bg-blue a {
    color: #fff;
}
.mobile-nav ul li {
    border-bottom: 1px solid #eee;
    color: #fff;
}
.mobile-nav ul li a {
    padding: 15px 10%;
    display: block;
    color: #fff;
}
.mobile-nav ul li>ul {
    background-color: #fff;
}
.mobile-nav ul li>ul li a {
    color: #0878b4;
    padding: 8px 12%}
.mobile-nav ul .bg-blue .slides, .mobile-nav .first-block {
    margin-top: 94px;
}
.slides, .first-block {
    margin-top: 90px;
}
.head-action {
    line-height: 60px;
    margin-left: 13px;
    padding-left: 15px;
}
.head-action .img {
    width: 40px;
    margin-right: 10px;
    margin-top: 0;
}
.left-side {
    width: 595px;
}
.analyze .video {
    width: 375px;
}
.video-analyze .window input {
    width: 100%}
.video-analyze .window .btn {
    display: block !important;
    float: none !important;
    margin: 5px 0;
}
}@media (min-width:992px) {
    .news-list.type-2 .img-wrap {
    width: 61px;
}
}@media (max-width:991px) {
    .sub-menu li a {
    font-size: .9em;
}
.sub-menu li.active a {
    font-size: 1.4em;
}
nav.main li {
    margin-right: 18px;
}
nav.main li a {
    font-size: 1.05em;
}
.product-list li .price {
    font-size: .8em;
}
.product-list li .price h3 {
    font-size: 1em;
    font-weight: bold;
}
.writers .rating img {
    width: 24px;
}
.left-side {
    width: 420px;
}
.analyze .video {
    width: 50%}
.analyze .detail {
    width: 50%}
.right-side {
    width: 300px;
    padding: 0 15px;
}
.small-cols .col {
    width: 25%}
.schools h5 {
    margin: 20px 0 5px;
}
}@media (max-width:855px) {
    .social {
    position: static;
    text-align: center;
}
.social li {
    display: inline-block;
}
}@media (max-width:767px) {
    h4 span {
    display: block;
}
.mobile-nav-bar .logo {
    height: 44px;
    margin: 10px 0;
}
.mobile-nav-bar .openMenu {
    line-height: 44px;
    width: 44px;
    margin: 10px 0;
}
.mobile-nav-bar .openUserMenu {
    margin: 10px;
}
.mobile-nav-bar .openUserMenu img {
    height: 44px;
}
.mobile-nav-bar .flags {
    margin-top: 10px;
}
.mobile-nav>ul {
    margin-top: 68px;
}
.slides, .first-block {
    margin-top: 68px;
}
.slide-1 .quotes .green {
    font-size: 20px;
    top: 30px;
    right: 0;
}
.slide-1 .quotes .orange {
    font-size: 30px;
    top: 95px;
}
.slide-1 .quotes .blue {
    font-size: 16px;
    top: 160px;
    right: 0;
}
.slide-1 .quotes .link {
    top: 220px;
}
.slide-1 .quotes .link p {
    line-height: 1.2em;
    font-size: .8em;
    text-align: right;
}
.slide .quotes>div {
    position: static !important;
    margin-top: 10px;
    font-size: 20px !important;
}
.sub-menu li {
    display: block;
    float: none;
    width: auto;
}
.sub-menu li.active a:after {
    display: none;
}
.check-video a {
    margin: 10px 0;
}
.videos>div {
    margin-bottom: 20px;
}
.news-list li .day, .news-list li .month {
    margin: 0 5px 1px 0;
}
.news-list li .day, .news-list li .month, .news-list li .year {
    width: 99%}
.writers .item>div:nth-child(2n) {
    background: none;
}
.writers cite {
    font-size: .75em;
    line-height: 1.1em;
    margin-bottom: 20px;
    display: block;
}
.carousel-inner.logos>.item>a>img {
    height: 80px;
}
.kurz-info span.alert {
    float: none;
    display: block;
}
.kosik .box {
    margin-top: 20px;
}
.kosik .pull-left, .kosik .pull-right {
    float: none !important;
    margin: 10px 0;
}
.kosik .sum input {
    margin: 5px 0 15px 0;
}
.kosik .sum .text-right {
    text-align: left;
}
.kosik .sum strong {
    margin-top: 20px;
    font-size: 1.3em;
    display: block;
}
.ubytovani .info img {
    display: none;
}
.ubytovani .info .mg-l-l {
    margin-left: 0;
}
.program ul.timeline li {
    float: none;
    width: auto;
    margin-bottom: 1px;
}
.article .detail h2 {
    width: auto;
}
.article .detail .tags {
    float: none;
}
.article .detail .content .extra {
    float: none;
    margin: 20px 0;
}
.video-analyze .window {
    left: auto;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 0 0 0;
    padding: 15px 25px;
    transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    overflow: auto;
}
.video-analyze .window.wider, .video-analyze .window.large {
    width: 100%}
.video-analyze .window input {
    max-width: 100%}
.left-side {
    width: 100%}
.left-side p {
    font-size: .9em;
}
.analyze .video {
    width: 100%}
.analyze .detail {
    width: 100%}
.right-side {
    width: 100%;
    padding: 0 15px;
}
.rates img {
    width: 24px;
}
.rates .rating {
    width: 100%;
    margin: 15px 0 0 0;
    display: block;
    text-align: center;
}
.small-cols .col {
    width: 50%}
.schools h4 {
    margin: 20px 0 16px;
}
.schools .divider {
    background: none;
}
.schools .btn {
    margin-top: 10px;
}
footer .text-right {
    text-align: left;
}
}@media (max-width:400px) {
    .writers .rating img {
    width: 16px;
}
.filtr li .col, .filtr .col {
    width: 100% !important;
    text-align: left !important;
}
}@media (max-width:340px) {
    .social li a img {
    width: 59px;
}
}@media (min-width:768px) {
    #vlozeni-inzeratu {
    background-image: url(../images/progressbar-dots.png);
    background-repeat: repeat-y;
    background-position: 26px top;
}
#vlozeni-inzeratu .block.first:before, #vlozeni-inzeratu .block.last:before, #vlozeni-inzeratu .block.no-progressbar:before {
    content: "";
    position: absolute;
    left: 26px;
    height: 50%;
    width: 5px;
    z-index: 1;
    background: white;
}
#vlozeni-inzeratu .block.first:before {
    top: 0;
}
#vlozeni-inzeratu .block.last:before {
    bottom: 0;
}
#vlozeni-inzeratu .block.no-progressbar:before {
    top: 0;
    height: 100%}
}#vlozeni-inzeratu .block {
    position: relative;
}
#vlozeni-inzeratu .block .progress-bar, #vlozeni-inzeratu .block .content {
    display: inline-block;
    vertical-align: middle;
}
#vlozeni-inzeratu .block .progress-bar {
    background-repeat: no-repeat;
    background-position: left center;
    height: 60px;
    position: relative;
    z-index: 2;
}
#vlozeni-inzeratu .block .progress-bar.check {
    background-image: url(../images/progressbar-check.png);
}
#vlozeni-inzeratu .block .progress-bar.cross {
    background-image: url(../images/progressbar-cross.png);
    cursor:pointer;
}
#vlozeni-inzeratu .block .progress-bar.in-progress {
    background-image: url(../images/progressbar-wait.png);
}
#vlozeni-inzeratu .block .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-image: url(../images/line-dotted.png);
    background-position: left bottom;
}

#vlozeni-inzeratu .block .content input[type='text'].titleAd {width:100%;}

#vlozeni-inzeratu .block .content textarea, #vlozeni-inzeratu .block .content input[type='text'] {
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: white;
    max-width: 100%}
#vlozeni-inzeratu .block .content textarea {
    width: 100%;
    margin-bottom: 10px;
    min-height: 190px;
}
#vlozeni-inzeratu .block .content h3 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}
#vlozeni-inzeratu .block .content ul.radiogroup {
    margin: 0;
    padding: 0;
}
#vlozeni-inzeratu .block .content ul.radiogroup li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
#vlozeni-inzeratu .block .content ul.radiogroup input {
    margin-right: 5px;
}
#vlozeni-inzeratu .block .content input.date {
    background: url('../images/icon-cal.png') no-repeat 94% center;
    margin-right: 20px;
    margin-left: 10px;
    max-width: 100%}
#vlozeni-inzeratu .block .content p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}
#vlozeni-inzeratu .block .content button {
    display: inline-block;
}
#vlozeni-inzeratu .block .content .photos {
    text-align: center;
}
@media (min-width:768px) {
    #vlozeni-inzeratu .block .content .photos {
    text-align: left;
}
}#vlozeni-inzeratu .block .content .photos .photo {
    margin-right: 15px;
    position: relative;
    display: inline-block;
}
#vlozeni-inzeratu .block .content .photos .photo img {
    max-width: 130px;
}
#vlozeni-inzeratu .block .content .photos .photo .remove {
    opacity: 1;
    transition: opacity 200ms;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: transparent;
    background-image: url(../images/remove.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#vlozeni-inzeratu .block .content.center {
    text-align: center;
}
#vlozeni-inzeratu .block .content {
    width: 100%;
    padding: 30px 10px;
}
#vlozeni-inzeratu .block .progress-bar {
    display: none;
}
@media (min-width:768px) {
    #vlozeni-inzeratu .block .content {
    width: 610px;
    padding: 30px 50px;
}
#vlozeni-inzeratu .block .progress-bar {
    display: inline-block;
    width: 100px;
}
}@media (min-width:992px) {
    #vlozeni-inzeratu .block .content {
    width: 770px;
}
#vlozeni-inzeratu .block .progress-bar {
    width: 160px;
}
}@media (min-width:1200px) {
    #vlozeni-inzeratu .block .content {
    width: 1000px;
}
}@media (max-width:768px) {
    #vlozeni-inzeratu .buttons-main .text-left, #vlozeni-inzeratu .buttons-main .text-right {
    text-align: center;
}
#vlozeni-inzeratu .buttons-main .btn {
    margin-bottom: 15px;
}
}


.owl-theme .owl-controls {margin-top:20px !important;}
#hp-slider .owl-theme .owl-controls .owl-page span {background: #BFBFBF; border-radius: 0; border: 1px solid #BFBFBF; display: block; height: 10px; margin: 5px 5px; xopacity: 0.5; width: 10px; border-radius: 10px; box-sizing: border-box;}
.owl-theme .owl-controls .owl-page.active span {background: #fff; border: solid 2px #c01c27; height: 14px; width: 14px; margin: 3px 3px 4px 3px !important; box-sizing: border-box;}

#c-chanblock a {color: #25539C;}
#c-chanblock a.YCanal {line-height:22px;}
#c-chanblock a:hover {text-decoration: none !important;}
#c-chanblock .boxe {float: left; width: 50%; box-sizing: border-box; xbackground: yellow; padding:0 15px;}
#c-chanblock .boxe .box-in {height: 312px; box-sizing: border-box; background: #E7E7E7;}
#c-chanblock .boxe h2 {padding-left: 0;}
#c-chanblock .boxe .more-video {text-align:right;}
#c-chanblock .art-img {height: auto;  min-height: 150px; background: transpaent;}
.art-box .blog-art h3 {font-size: 16px; padding: 17px 0 4px 0; margin: 0; line-height: auto; color: #25539C; font-weight: 500;}
#c-chanblock .boxe h3 a {color: #25539C; text-decoration: underline;}

#c-chanblock .blog-box h2.h2email {padding-top:20px;}

.chanel-box {}
.chanel-box .ch-video {width: 29.8%; float: left; margin-right: 5.2%; margin-bottom: 20px;}

.top-chvideo .ch-info {margin-bottom:10px;}
.top-chvideo .ch-info .icon {width:57px;float:left;}
.top-chvideo .ch-info .odber {font-size:90%;line-height:140%;}
.top-chvideo .ch-info .odber img {margin-top:5px;}

.chanel-box .ch-video:nth-child(3n+0) {margin-right: 0;}

.chanel-box .chanel-img img {max-width: 100%; float: left;}
.chanel-box .ch-video .top-link {font-size: 13px;}
.chanel-box .ch-video h3 {font-weight: normal; padding: 10px 0 7px 0; margin: 0; font-size: 14px; height: 40px; overflow: hidden; xbackground: yellow;}
.chanel-box .ch-video .top-link .ch-info {float: left; padding-top: 2px; color: #333333;}
.chanel-box .ch-video .top-link .ch-info .autor {color: #888888;}
.chanel-box .ch-video .top-link .ch-info .visitors {font-weight: 500;}
.chanel-box .ch-video .top-link .ch-info .time {font-weight: 500;}
.chanel-box .more-video {text-align: right; margin-top: 16px;}

.chanel-news .top-chvideo {margin-bottom: 10px;}