@charset "UTF-8";
    
/*!
 * Bootstrap v3.3.6 (http: //getbootstrap.com)
 * Copyright 2011-2015 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
	font-family: "Roboto", sans-serif !important;
}
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;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
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[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-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 7px;
	word-wrap:break-word;
	white-space: normal;
}
* {
    box-sizing: border-box;
}
*:after, *:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: #fff;
}
button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
select {
    font-family: inherit;
}

a:focus, a:hover {
    color: #23527c;
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-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 {
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1, .h2, .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, .h5, .h6, h4, h5, 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 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
	line-height: 1.6em;
}
.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%}
.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;
}
.initialism, .text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@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[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
blockquote .small:before, blockquote footer: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 .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%}
.col-xs-2 {
    width: 16.66667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.33333%}
.col-xs-5 {
    width: 41.66667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.33333%}
.col-xs-8 {
    width: 66.66667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.33333%}
.col-xs-11 {
    width: 91.66667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%}
.col-xs-pull-2 {
    right: 16.66667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.33333%}
.col-xs-pull-5 {
    right: 41.66667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.33333%}
.col-xs-pull-8 {
    right: 66.66667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.33333%}
.col-xs-pull-11 {
    right: 91.66667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%}
.col-xs-push-2 {
    left: 16.66667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.33333%}
.col-xs-push-5 {
    left: 41.66667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.33333%}
.col-xs-push-8 {
    left: 66.66667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.33333%}
.col-xs-push-11 {
    left: 91.66667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0%}
.col-xs-offset-1 {
    margin-left: 8.33333%}
.col-xs-offset-2 {
    margin-left: 16.66667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.33333%}
.col-xs-offset-5 {
    margin-left: 41.66667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.33333%}
.col-xs-offset-8 {
    margin-left: 66.66667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.33333%}
.col-xs-offset-11 {
    margin-left: 91.66667%}
.col-xs-offset-12 {
    margin-left: 100%}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%}
.col-sm-2 {
    width: 16.66667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.33333%}
.col-sm-5 {
    width: 41.66667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.33333%}
.col-sm-8 {
    width: 66.66667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.33333%}
.col-sm-11 {
    width: 91.66667%}
.col-sm-12 {
    width: 100%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.33333%}
.col-sm-pull-2 {
    right: 16.66667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.33333%}
.col-sm-pull-5 {
    right: 41.66667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.33333%}
.col-sm-pull-8 {
    right: 66.66667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.33333%}
.col-sm-pull-11 {
    right: 91.66667%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.33333%}
.col-sm-push-2 {
    left: 16.66667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.33333%}
.col-sm-push-5 {
    left: 41.66667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.33333%}
.col-sm-push-8 {
    left: 66.66667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.33333%}
.col-sm-push-11 {
    left: 91.66667%}
.col-sm-push-12 {
    left: 100%}
.col-sm-offset-0 {
    margin-left: 0%}
.col-sm-offset-1 {
    margin-left: 8.33333%}
.col-sm-offset-2 {
    margin-left: 16.66667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.33333%}
.col-sm-offset-5 {
    margin-left: 41.66667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.33333%}
.col-sm-offset-8 {
    margin-left: 66.66667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.33333%}
.col-sm-offset-11 {
    margin-left: 91.66667%}
.col-sm-offset-12 {
    margin-left: 100%}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-1 {
    width: 8.33333%}
.col-md-2 {
    width: 16.66667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333%}
.col-md-5 {
    width: 41.66667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333%}
.col-md-8 {
    width: 66.66667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333%}
.col-md-11 {
    width: 91.66667%}
.col-md-12 {
    width: 100%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%}
.col-md-pull-2 {
    right: 16.66667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.33333%}
.col-md-pull-5 {
    right: 41.66667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.33333%}
.col-md-pull-8 {
    right: 66.66667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.33333%}
.col-md-pull-11 {
    right: 91.66667%}
.col-md-pull-12 {
    right: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%}
.col-md-push-2 {
    left: 16.66667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.33333%}
.col-md-push-5 {
    left: 41.66667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.33333%}
.col-md-push-8 {
    left: 66.66667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.33333%}
.col-md-push-11 {
    left: 91.66667%}
.col-md-push-12 {
    left: 100%}
.col-md-offset-0 {
    margin-left: 0%}
.col-md-offset-1 {
    margin-left: 8.33333%}
.col-md-offset-2 {
    margin-left: 16.66667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.33333%}
.col-md-offset-5 {
    margin-left: 41.66667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.33333%}
.col-md-offset-8 {
    margin-left: 66.66667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.33333%}
.col-md-offset-11 {
    margin-left: 91.66667%}
.col-md-offset-12 {
    margin-left: 100%}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%}
.col-lg-2 {
    width: 16.66667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.33333%}
.col-lg-5 {
    width: 41.66667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.33333%}
.col-lg-8 {
    width: 66.66667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.33333%}
.col-lg-11 {
    width: 91.66667%}
.col-lg-12 {
    width: 100%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%}
.col-lg-pull-2 {
    right: 16.66667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.33333%}
.col-lg-pull-5 {
    right: 41.66667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.33333%}
.col-lg-pull-8 {
    right: 66.66667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.33333%}
.col-lg-pull-11 {
    right: 91.66667%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%}
.col-lg-push-2 {
    left: 16.66667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.33333%}
.col-lg-push-5 {
    left: 41.66667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.33333%}
.col-lg-push-8 {
    left: 66.66667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.33333%}
.col-lg-push-11 {
    left: 91.66667%}
.col-lg-push-12 {
    left: 100%}
.col-lg-offset-0 {
    margin-left: 0%}
.col-lg-offset-1 {
    margin-left: 8.33333%}
.col-lg-offset-2 {
    margin-left: 16.66667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.33333%}
.col-lg-offset-5 {
    margin-left: 41.66667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.33333%}
.col-lg-offset-8 {
    margin-left: 66.66667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.33333%}
.col-lg-offset-11 {
    margin-left: 91.66667%}
.col-lg-offset-12 {
    margin-left: 100%}
}table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
caption, th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset, legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}
input[type=search] {
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control, output {
    display: block;
    color: #555;
}
output {
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
}
.form-control {
    width: 100%;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label, .radio label {
    min-height: 20px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-group-sm select.form-control, select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control, select.input-lg {
    height: 46px;
    line-height: 46px;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}
.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.breadcrumb {
    background-color: #f5f5f5;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
	margin-top: 20px;
}
.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;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
@font-face {
    font-family: 'agforeignerlightcbold';
    src: url("../fonts/agforeignerlightc-bold-webfont.eot");
    src: url("../fonts/agforeignerlightc-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/agforeignerlightc-bold-webfont.woff2") format("woff2"), url("../fonts/agforeignerlightc-bold-webfont.woff") format("woff"), url("../fonts/agforeignerlightc-bold-webfont.ttf") format("truetype"), url("../fonts/agforeignerlightc-bold-webfont.svg#agforeignerlightcbold") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'agforeignerlightcregular';
    src: url("../fonts/agforeignerlightc-webfont.eot");
    src: url("../fonts/agforeignerlightc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/agforeignerlightc-webfont.woff2") format("woff2"), url("../fonts/agforeignerlightc-webfont.woff") format("woff"), url("../fonts/agforeignerlightc-webfont.ttf") format("truetype"), url("../fonts/agforeignerlightc-webfont.svg#agforeignerlightcregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'agforeignerlightcregular', Arial, Helvetica, Verdana, sans-serif;
    color: #000;
    background: #fff;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 21px;
    height: 100px;
}
.disable-scroll-hover, .disable-scroll-hover * {
    pointer-events: none!important;
}
.container {
    width: 990px;
}
.main-content {
    /* padding-top: 30px; */
}
.bg-gray {
    background: #f0f0f0;
}
.m-t-30 {
    margin-bottom: 30px;
}
a {
    color: #0a3b5a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover, p a {
    color: #0a3b5a;
}

a[data-check_sign="true"] {
    display: block;
    /* white-space: pre; */
	
}

a[data-check_sign="true"][rel="noopener"] {
    margin-right: 26px;
}

a[data-check_sign="true"]:hover {
    text-decoration: none;
}

.inner-page-main-content {
    padding-bottom: 60px;
}
.inner-page-main-content p {
    font-size: 18px;
    line-height: 22px;
}
h1, h2, h3 {
    font-family: 'Verdana';
    color: #000;
    font-size: 22px;
    line-height: 25px;
	margin-top: 0px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    margin-top: 20px;
}
h1 img, h2 img, h3 img {
    margin-right: 20px;
}
h3:first-child {
    margin-top: 0;
}
.form-control {
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    padding: 0 20px;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li a {
    color: #9d9d9d;
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 1px;
    color: #9d9d9d;
}
.breadcrumb>.active {
    color: #000;
}
select {
    background: #fff;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 46px;
    border: none;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/arr.png) 95% 50% no-repeat;
    outline: none;
    border-radius: 10px;
}
#CecutientWrapper {
    position: fixed;
    top: 0;
    width: 600px;
    background: #fff;
    height: 55px;
    line-height: 57px;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-size: 16px;
    display: none;
    text-transform: uppercase;
    padding: 0 5px;
}
#CecutientWrapper .head {
    text-transform: none;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    padding-top: 13px;
}
#CecutientWrapper .btn {
    font-size: 16px;
    line-height: 28px;
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0 5px;
    vertical-align: baseline;
    border-radius: 0;
    height: 26px;
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
#CecutientWrapper .btn.cecutientOff {
    padding: 0;
}
#CecutientWrapper .btn.btn-color {
    width: 26px;
    height: 28px;
    padding: 0;
    font-size: 23px;
    line-height: 26px;
    border: 2px solid transparent;
}
#CecutientWrapper .btn.btn-color.active:after {
    left: -2px;
    right: -2px;
}
#CecutientWrapper .btn.active {
    background: #f0f0f0;
    position: relative;
}
#CecutientWrapper .btn.active:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
}
#CecutientWrapper #font-s1 {
    font-size: 16px;
}
#CecutientWrapper #font-s2 {
    font-size: 20px;
}
#CecutientWrapper #font-s3 {
    font-size: 24px;
}
#CecutientWrapper .pull-left, #CecutientWrapper .pull-right {
    margin: 0 10px;
}
#CecutientWrapper #bg-white {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
#CecutientWrapper #bg-black {
    color: #fff;
    background: #000;
}
#CecutientWrapper #bg-blue, #CecutientWrapper #bg-blue.active {
    color: #195183;
    background: #9dd1ff;
}
.cecutientOn, .main-header {
    position: relative;
    z-index: 2;
}
.main-header {
    /* height: 222px;*/
    margin-bottom: 30px;
    z-index: 9999; 
}

.main-header:after, .main-header:before {
    content: " ";
    display: table;
}
.main-header:after {
    clear: both;
}
.main-header>.container {
    /* height: 222px; */
}
.main-header .logo {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    /* padding-top: 30px; */
    margin-left: 28px;
	float: left;
    text-align: center;
}
.logo img{
    width: auto;
    /* height: 168px; */
	margin-top:15px;
	margin-left: -30px;
}
.main-header .logo a {
    display: block;
}
.main-header .header-right {
    float: right;
}
.main-header .header-right:after, .main-header .header-right:before {
    content: " ";
    display: table;
}
.main-header .header-right:after {
    clear: both;
}
.main-header .header-right .top {
    margin-top: 15px;
}
.main-header .header-right .top:after, .main-header .header-right .top:before {
    content: " ";
    display: table;
}
.main-header .header-right .top:after {
    clear: both;
}
.main-header .header-right .top>* {
    line-height: 21px;
    float: right;
    margin-left: 20px;
}
.main-header .header-right .top a {
    text-decoration: underline;
    line-height: 24px;
}
.main-header .header-right .top a:hover {
    color: #000;
}
.main-header .header-right .top .search {
    position: relative;
    width: 107px;
}
.main-header .header-right .top .search input {
    position: relative;
    height: 21px;
    z-index: 1;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 3px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}
.main-header .header-right .top .search input:focus {
    border-bottom-color: #000;
}
.main-header .header-right .top .search button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.main-header .header-right button {
    border: none;
    background: 0 0;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.main-header .header-right .license {
    font-size: 12px;
    margin-top: 25px;
    float: right;
}
.main-header .header-right .license a {
    color: #0a3b5a;
}
.main-header .header-right .license a:hover {
   	color: #000;
}
.main-header .header-right .phone {
    margin-top: 10px;
    float: right;
    font-family: 'agforeignerlightcbold';
    font-size: 32px;
	margin-right: 34px;
	line-height: 1.1;
    color: #2a4a71;
}

.menu-header {
    float: left;
    font-size: 15px;
    line-height: 1.1;
    color: #2a4a71;
	text-decoration: none !important;
	margin-top: 10px;
}

.rikitiki {
	font-size: 15px;
	float: left;
	text-decoration: underline;
}


.main-header .header-right .phone a, .main-header .header-right .phone span {
    font-family: 'agforeignerlightcregular';
    color: #2a4a71;
    font-size: 15px;
    display: block;
}
.main-header .header-right .phone a {
    text-decoration: none;
    float: right;
    font-family: 'agforeignerlightcbold';
    font-size: 32px;
	line-height: 1.1;
    color: #00113d;
	margin-top: 3px;
	margin-right: -15px;
}
.main-header .header-right .phone a:hover {
    color: #2a4a71;
}
.main-header>.main-nav {
    height: 55px;
    background: #00113d;
	margin-top: 20px;
}
.main-header>.main-nav>nav>ul {
    width: 900px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.main-header>.main-nav>nav>ul>li {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    height: 55px;
    font-weight: 500;
}
.main-header>.main-nav>nav>ul>li>a {
    display: inline-block;
    margin-top: 7px;
    background: 0 0;
    /* border-radius: 10px; */
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0 20px;
}
.main-header>.main-nav>nav>ul>li:hover>a, .main-header>.main-nav>nav>ul>li>a:hover {
    box-shadow: 2px 2px 0 #00113d;
    background: #fff;
    color: #000;
}
.main-header>.main-nav>nav>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
}
.main-header>.main-nav>nav>ul>li ul {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 300px;
    list-style: none;
    background: #00113d;
    padding: 5px 0;
    margin: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
}
.main-header>.main-nav>nav>ul>li ul li a {
    display: block;
    text-align: left;
    padding: 10px 5px 10px 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 400px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.main-header>.main-nav>nav>ul>li ul li a:hover {
    color: #000;
    background: #fff;
}
.main-footer {
    background: #f0f0f0;
    padding: 47px 0 0;
}
.main-footer>.container {
    padding-bottom: 40px;
    background: url(../img/olen-footer.png) 100% 100% no-repeat;
}
.main-footer .footer-left {
   /*  width: 355px; */
    float: left;
}
.main-footer .footer-left:after, .main-footer .footer-left:before {
    content: " ";
    display: table;
}
.main-footer .footer-left:after {
    clear: both;
}
.main-footer .footer-left .logo {
    float: left;
}
.main-footer .footer-left .footer-nav {
    float: left;
    padding-top: 15px;
    /* margin-left: 30px; */
}
}
.main-footer .footer-left .footer-nav ul, .page-subnav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-footer .footer-left .footer-nav ul a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}
.main-footer .footer-contacts {
    /* float: left; */
    padding-top: 15px;
    margin-left: 470px;
}
.main-footer .footer-contacts .item {
    font-size: 16px;
    line-height: 30px;
}
.main-footer .footer-contacts .item .item-icon {
    width: 25px;
    margin-right: 10px;
}
.main-footer .footer-contacts .item.item-address {
    margin-top: 7px;
    margin-left: 4px;
    line-height: 22px;
}
.main-footer .footer-contacts .item.item-address .item-icon {
    display: block;
    float: left;
    margin-right: 12px;
}
.main-footer .footer-contacts .item.item-address .item-text {
    float: left;
}
.page-subnav {
    padding: 30px 20px;
    background: #f0f0f0;
}
.page-subnav nav ul li {
    padding-bottom: 20px;
    font-size: 16px;
	list-style: none;
}
.block-link-img .item, .page-subnav nav ul li a {
    text-decoration: none;
}
.block-link-img {
    margin-top: 30px;
}
.block-link-img .item {
    display: block;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
}
.block-link-img .item .img, .block-link-img .item .img-wrap {
    overflow: hidden;
    width: 264px;
    height: 264px;
    border-radius: 265px;
}
.block-link-img .item .img {
    position: relative;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.block-link-img .item .img:after {
    position: absolute;
    content: '';
    height: 88px;
    width: 100%;
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    background: #000;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block-link-img .item .head {
    font-family: 'agforeignerlightcbold';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.block-link-img .item:hover .img:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.dist-edu {
    padding: 40px 0;
}
.dist-edu p {
    font-size: 18px;
}
.dist-edu p:last-child {
    margin-bottom: 0;
}
.srok-podachi {
    padding: 30px 0;
    text-align: center;
}
.srok-podachi .srok-podachi-left, .srok-podachi .srok-podachi-right {
    font-family: 'agforeignerlightcbold';
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    width: 175px;
}
.srok-podachi .srok-podachi-right {
    width: auto;
    margin-left: 50px;
    text-transform: none;
    font-size: 57px;
    line-height: 57px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.main-order {
    background: #0da8c7 50% 50%;
    padding: 30px 0 10px;
}
.main-order:after, .main-order:before {
    content: " ";
    display: table;
}
.main-order:after {
    clear: both;
}
.main-order .main-order-icon {
    width: 170px;
    float: left;
}
.main-order .main-order-form {
    width: 700px;
    float: left;
}
.main-order h2 {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 50px;
}
.main-order form.row {
    width: 626px;
}
.main-order .form-group {
    margin-bottom: 50px;
    padding-right: 30px;
}
.main-order button {
    height: 72px;
    line-height: 56px;
    border: 8px solid #fff;
    background: #0da8c7;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 5px 0 #0a4b50;
    color: #fff;
    font-family: 'agforeignerlightcbold';
    font-size: 24px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.main-order button:hover {
    border-color: #fff;
    color: #1a969f;
    background: #fff;
}
.main-order form.row .col-xs-12 button {
    display: inline-block;
    width: auto;
    padding: 0 100px;
}
.why-us {
    margin: 50px 0;
}
.why-us .item-wrap {
    padding: 8px;
}
.why-us .item {
    position: relative;
    display: block;
    height: 300px;
    background: #f0f0f0;
    text-align: center;
    padding: 50px 0 0;
}
.why-us .item .item-top:after, .why-us .item .item-top:before {
    content: " ";
    display: table;
}
.why-us .item .item-top:after {
    clear: both;
}
.why-us .item .item-top>div {
    padding: 10px 20px 10px 10px;
    text-align: right;
}
.why-us .item .item-top>div.text {
    padding-left: 0;
    padding-right: 15px;
    text-align: left;
    font-size: 14px;
}
.why-us .item .head {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    margin-top: 35px;
    font-size: 29px;
    line-height: 30px;
    text-transform: uppercase;
}
.why-us .item img, .why-us .item:hover img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-us .item:hover {
    color: #000;
}
.why-us .item:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}
.reviews {
    margin-bottom: 55px;
}
.reviews h2 {
    margin-bottom: 30px;
}
.reviews .item .avatar {
    text-align: center;
}
.reviews .item .name {
    margin-top: 30px;
    height: 110px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.reviews .item .name span {
    font-family: 'agforeignerlightcbold';
    display: block;
    color: #000;
    font-size: 24px;
}
.reviews .item .text {
    line-height: 18px;
}
.reviews .all-reviews {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    box-shadow: 2px 2px 0 #71000e;
    background: #000;
    text-decoration: none;
    margin-top: 20px;
}
.reviews .all-reviews:hover {
    background: #861e2d;
}
.news {
    margin: 15px 0;
    padding: 40px 0 30px;
}
.news h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.news .item {
    margin-bottom: 45px;
}
.news .item:after, .news .item:before {
    content: " ";
    display: table;
}
.news .item:after {
    clear: both;
}
.news .item .item-date {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
    font-family: 'agforeignerlightcbold'}
.news .item .item-img {
    width: 40%;
    float: left;
    height: 162px;
    max-width: 162px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.news .item .item-img img {
    min-height: 162px;
    object-fit: cover;
	height: 100%;
    object-position: center;
}
.news .item .item-text {
    padding-left: 25px;
    width: 60%;
    float: left;
}
.news .item .item-text .name {
    display: inline-block;
    font-family: 'agforeignerlightcbold';
    font-size: 16px;
    margin-bottom: 15px;
}
.news .item .item-text p {
    margin-bottom: 0;
}
.news .all-news {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 20px;
    box-shadow: 2px 2px 0 #000;
    background: #fff;
    text-decoration: none;
    margin-top: 20px;
}
.news .all-news:hover {
    background: #000;
    color: #fff;
}
.news-page {
    margin-top: 0;
    padding-top: 0;
}
.news-page h1 {
    margin-bottom: 30px;
}
.news-page .item {
    margin-bottom: 40px;
}
.news-page .item .item-date {
    font-size: 20px;
    margin-bottom: 15px;
}
.news-page .item .item-img {
    width: 307px;
    max-width: 307px;
    height: 205px;
    border-radius: 0;
}
.news-page .item .item-img img {
    min-width: 307px;
    min-height: 0;
}
.news-page .item .item-text {
    width: 563px;
    padding-left: 35px;
}
.news-page .item .item-text .anons, .news-page.news-one .col-xs-12 p {
     /* line-height: 27px; */
}
.news-page.news-one .item {
    padding-right: 0;
}
.news-page.news-one .item-img {
    width: 470px;
    height: 313px;
    max-width: 470px;
    border-radius: 0;
}
.news-page.news-one .item-img img {
    max-width: 470px;
}
.news-page.news-one .item-text {
    width: 400px;
    height: 313px;
    background: #f0f0f0;
}
.news-page.news-one .item-text .item-date {
    margin-top: 30px;
    margin-bottom: 32px;
}
.news-page.news-one .item-text .name {
    font-size: 22px;
    font-family: 'agforeignerlightcregular';
    line-height: normal;
}
.news-page.news-one+.news .all-news {
    background: #e2e2e2;
}
.news-page.news-one+.news .all-news:hover {
    background: #000;
}
.faq-list {
    margin-bottom: 60px;
}
.faq-list #accordion {
    height: auto!important;
}
.faq-list .panel {
    padding-bottom: 5px;
}
.faq-list .panel .panel-title {
    font-size: 18px;
}
.faq-list .panel .panel-title a {
    text-decoration: none;
    border-bottom: 2px dashed #000;
}
.faq-list .panel .panel-title a:focus, .faq-list .panel .panel-title a:hover {
    color: #000;
    border-bottom-color: #000;
}
.faq-list .panel .panel-collapse .panel-collapse-text {
    padding: 20px 0 20px 50px;
    position: relative;
    font-size: 18px;
}
.faq-list .panel .panel-collapse .panel-collapse-text:after {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 26px;
    background: #f0f0f0;
}
.main-order.faq-order {
    padding-bottom: 35px;
}
.main-order.faq-order .main-order-form form.row {
    width: 700px;
}
.main-order.faq-order .form-group {
    margin-bottom: 25px;
}
.main-order.faq-order textarea.form-control {
    height: 144px;
}
.specialties-list {
    margin-top: 50px;
}
.specialties-list:after, .specialties-list:before {
    content: " ";
    display: table;
}
.specialties-list:after {
    clear: both;
}
.specialties-list .item {
    display: block;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.specialties-list .item:after, .specialties-list .item:before {
    content: " ";
    display: table;
}
.specialties-list .item:after {
    clear: both;
}
.specialties-list .item:hover {
    color: #000;
    background: #e2e2e2;
}
.specialties-list .item .item-img {
    float: left;
    width: 311px;
}
.specialties-list .item .item-content {
    position: relative;
    float: left;
    width: 559px;
    height: 260px;
    padding-left: 50px;
}
.specialties-list .item .item-content .item-name {
    font-family: 'agforeignerlightcbold';
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 20px;
}
.specialties-list .item .item-content .item-name span {
    color: #9d9d9d;
}
.specialties-list .item .item-content .item-name-capt {
    font-size: 18px;
}
.specialties-list .item .item-dopinfo {
    position: absolute;
    bottom: 30px;
    left: 50px;
    height: 55px;
    background: url(../img/time-icon.png) 0 0 no-repeat;
    padding-left: 63px;
    font-size: 18px;
    width: 496px;
}
.specialties-list .item .item-dopinfo:after, .specialties-list .item .item-dopinfo:before {
    content: " ";
    display: table;
}
.specialties-list .item .item-dopinfo:after {
    clear: both;
}
.specialties-list .item .item-dopinfo .item-dopinfo-item {
    /* width: 50%; */
    float: left;
    line-height: 25px;
}
.specialties-list .item .item-dopinfo .item-dopinfo-item span {
    display: block;
    font-size: 22px;
}
.specialty-page .specialty-page-icon-block:after, .specialty-page .specialty-page-icon-block:before {
    content: " ";
    display: table;
}
.specialty-page .specialty-page-icon-block:after {
    clear: both;
}
.specialty-page .specialty-page-icon-block .block-icon {
    width: 166px;
    float: left;
}
.specialty-page .specialty-page-icon-block .block-content {
    width: 704px;
    float: left;
}
.specialty-page .specialty-page-icon-block .block-content h1 {
    margin-bottom: 11px;
}
.specialty-page .specialty-page-icon-block .block-content .name-capt {
    font-size: 24px;
    margin-bottom: 30px;
	line-height: 30px;
}
.specialty-page .specialty-page-icon-block .block-content p {
    font-size: 18px;
}
.specialty-page .owl-carousel {
    position: relative;
    margin: 30px -15px;;
}
.specialty-page .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.specialty-page .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
}
.specialty-page .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #000;
    border-radius: 16px;
}
.specialty-page .owl-carousel .owl-dots .owl-dot.active span {
    background: #861e2d;
}
.specialty-page .owl-carousel .owl-dots .owl-dot:hover span {
    opacity: .7;
}
.specialty-page .srok-podachi {
    padding: 60px;
    margin-bottom: 15px;
}
.specialty-page .uch-plan {
    margin: 15px 0;
    padding: 35px 0;
}
.specialty-page .uch-plan .col-xs-12 {
    padding: 0 30px;
}
.specialty-page .uch-plan ul {
    list-style-image: url(../img/bul.png);
}
.specialty-page .uch-plan ul li {
    font-size: 18px;
    line-height: 30px;
}
.specialty-page .specialty-page-tile {
    padding: 20px 0 0;
}
.specialty-page .specialty-page-tile .item {
    width: 408px;
    height: 264px;
    border: 3px solid #294970;
    margin-bottom: 50px;
}
.specialty-page .specialty-page-tile .item .item-head {
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: 'agforeignerlightcbold';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.specialty-page .specialty-page-tile .item .item-content:after, .specialty-page .specialty-page-tile .item .item-content:before {
    content: " ";
    display: table;
}
.specialty-page .specialty-page-tile .item .item-content:after {
    clear: both;
}
.specialty-page .specialty-page-tile .item .item-content .item-icon {
    float: left;
    width: 118px;
    text-align: right;
}
.specialty-page .specialty-page-tile .item .item-content .item-text {
    padding-left: 30px;
    float: left;
    width: 284px;
    font-size: 13px;
}
.specialty-page .specialty-page-tile .item .item-content .item-text span {
    font-size: 18px;
}
.specialty-page .specialty-page-tile .item.item-srok .item-content .item-text span {
    display: block;
}
.specialty-page .specialty-page-tile .item.item-price .item-icon {
    width: 160px;
}
.specialty-page .specialty-page-tile .item.item-price .item-content .item-text {
    width: 242px;
    padding-top: 40px;
}
.specialty-page .specialty-page-tile .item.item-form .item-icon {
    width: 141px;
}
.specialty-page .specialty-page-tile .item.item-form .item-content .item-text {
    width: 261px;
    padding-top: 53px;
    padding-left: 35px;
}
.specialty-page .specialty-page-tile .item.item-ekz .item-icon {
    width: 153px;
}
.specialty-page .specialty-page-tile .item.item-ekz .item-content .item-text {
    width: 249px;
    padding-top: 5px;
    padding-left: 50px;
    font-size: 18px;
}
.specialty-page .specialty-page-docs {
    padding: 60px 0;
}
.specialty-page .specialty-page-docs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.specialty-page .specialty-page-docs ul li {
    padding-bottom: 20px;
}
.specialty-page .specialty-page-docs ul a {
    text-decoration: underline;
}
.specialty-page .other-spec {
    margin-bottom: 15px;
    padding: 50px 0 60px;
}
.specialty-page .other-spec h2 {
    margin-bottom: 30px;
}
.specialty-page .other-spec .block-link-img {
    margin-top: 0;
}
.specialty-page .other-spec .block-link-img .item:after, .specialty-page .other-spec .block-link-img .item:before {
    content: " ";
    display: table;
}
.specialty-page .other-spec .block-link-img .item:after {
    clear: both;
}
.specialty-page .other-spec .block-link-img .item .img {
    float: left;
    width: 211px;
    height: 210px;
}
.specialty-page .other-spec .block-link-img .item .img img {
    max-width: 210px;
}
.specialty-page .other-spec .block-link-img .item .item-content {
    width: 209px;
    float: left;
    text-align: left;
    padding-left: 20px;
}
.specialty-page .other-spec .block-link-img .item .item-content .head {
    font-size: 18px;
    line-height: 24px;
}
.specialty-page .other-spec .block-link-img .item .item-content .capt {
    font-size: 18px;
    line-height: 22px;
}
.contacts-page p {
    font-size: 20px;
    line-height: 25px;
}
.contacts-page .map {
    margin: 30px 0;
}
.contacts-page .rekviziti {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 30px 0;
}
.contacts-page .rekviziti .col-xs-12 {
    padding: 0 40px;
}
.contacts-page .main-order.faq-order {
    margin-bottom: 15px;
}
body.font-s1, body.font-s1 .why-us .item .item-top>div.text {
    font-size: 16px;
}
body.font-s1 .main-header .header-right .top a {
    font-size: 18px;
}
body.font-s1 .main-header .header-right .license, body.font-s1 .main-header .header-right .phone a, body.font-s1 .main-header .header-right .phone span {
    font-size: 14px;
}
body.font-s1 .block-link-img .item, body.font-s1 .main-header .header-right .phone, body.font-s1 .reviews .item .name span, body.font-s1 .specialty-page .specialty-page-tile .item .item-content .item-text, body.font-s1 h1, body.font-s1 h2 {
    font-size: 26px;
}
body.font-s1 .dist-edu p, body.font-s1 .main-header .main-nav ul li, body.font-s1 h3 {
    font-size: 20px;
}
body.font-s1 .block-link-img .item .head {
    font-size: 24px;
}
body.font-s1 .why-us .item .head {
    font-size: 31px;
}
body.font-s1 .reviews .item .name {
    font-size: 18px;
}
body.font-s1 .reviews .item .text {
    font-size: 16px;
    line-height: 21px;
}
body.font-s1 .main-footer .footer-contacts .item, body.font-s1 .main-footer .footer-left .footer-nav ul a, body.font-s1 .page-subnav nav ul li, body.font-s1 .reviews .all-reviews {
    font-size: 18px;
}
body.font-s1 .breadcrumb, body.font-s1 .contacts-page p, body.font-s1 .faq-list .panel .panel-collapse .panel-collapse-text, body.font-s1 .faq-list .panel .panel-title {
    font-size: 20px;
}
body.font-s1 .news .item .item-date {
    font-size: 24px;
}
body.font-s1 .news .all-news, body.font-s1 .news .item .item-text .name, body.font-s1 .news-page .item .item-text .anons, body.font-s1 .specialty-page .specialty-page-tile .item.item-ekz .item-content .item-text, body.font-s2, body.font-s2 .why-us .item .item-top>div.text {
    font-size: 18px;
}
body.font-s1 .news-page.news-one .item-text .name, body.font-s1 .specialties-list .item .item-dopinfo .item-dopinfo-item span, body.font-s2 .dist-edu p {
    font-size: 22px;
}
body.font-s1 .news-page .item .item-date, body.font-s1 .specialties-list .item .item-content .item-name, body.font-s1 .specialties-list .item .item-content .item-name-capt, body.font-s1 .specialties-list .item .item-dopinfo, body.font-s1 .specialty-page .specialty-page-icon-block .block-content p, body.font-s1 .specialty-page .specialty-page-tile .item .item-content .item-text span, body.font-s1 .specialty-page .uch-plan ul li {
    font-size: 20px;
}
body.font-s1 .specialty-page .specialty-page-icon-block .block-content .name-capt, body.font-s1 .specialty-page .specialty-page-tile .item .item-head {
    font-size: 24px;
}
body.font-s1 .specialty-page .other-spec .block-link-img .item .item-content .capt, body.font-s1 .specialty-page .other-spec .block-link-img .item .item-content .head, body.font-s1 .specialty-page .specialty-page-docs ul, body.font-s2 .main-header .header-right .top a, body.font-s2 .main-header .main-nav ul li {
    font-size: 20px;
}
body.font-s2 .main-header .header-right .license, body.font-s2 .main-header .header-right .phone a, body.font-s2 .main-header .header-right .phone span {
    font-size: 16px;
}
body.font-s2 .block-link-img .item, body.font-s2 .main-header .header-right .phone, body.font-s2 .reviews .item .name span, body.font-s2 .specialty-page .specialty-page-tile .item .item-content .item-text, body.font-s2 h1, body.font-s2 h2 {
    font-size: 28px;
}
body.font-s2 .block-link-img .item .head {
    font-size: 26px;
}
body.font-s2 h3 {
    font-size: 22px;
}
body.font-s2 .why-us .item .head {
    font-size: 33px;
}
body.font-s2 .reviews .item .name {
    font-size: 20px;
}
body.font-s2 .reviews .item .text {
    font-size: 18px;
    line-height: 23px;
}
body.font-s2 .main-footer .footer-contacts .item, body.font-s2 .main-footer .footer-left .footer-nav ul a, body.font-s2 .page-subnav nav ul li, body.font-s2 .reviews .all-reviews {
    font-size: 20px;
}
body.font-s2 .breadcrumb, body.font-s2 .contacts-page p, body.font-s2 .faq-list .panel .panel-collapse .panel-collapse-text, body.font-s2 .faq-list .panel .panel-title {
    font-size: 22px;
}
body.font-s2 .news .item .item-date {
    font-size: 26px;
}
body.font-s2 .news .all-news, body.font-s2 .news .item .item-text .name, body.font-s2 .news-page .item .item-text .anons {
    font-size: 20px;
}
body.font-s2 .news-page.news-one .item-text .name, body.font-s2 .specialties-list .item .item-dopinfo .item-dopinfo-item span {
    font-size: 24px;
}
body.font-s2 .news-page .item .item-date, body.font-s2 .specialties-list .item .item-content .item-name, body.font-s2 .specialties-list .item .item-content .item-name-capt, body.font-s2 .specialties-list .item .item-dopinfo, body.font-s2 .specialty-page .specialty-page-icon-block .block-content p, body.font-s2 .specialty-page .specialty-page-tile .item .item-content .item-text span, body.font-s2 .specialty-page .uch-plan ul li {
    font-size: 22px;
}
body.font-s2 .specialty-page .specialty-page-icon-block .block-content .name-capt, body.font-s2 .specialty-page .specialty-page-tile .item .item-head {
    font-size: 26px;
}
body.font-s2 .specialty-page .specialty-page-tile .item.item-ekz .item-content .item-text, body.font-s3 .main-header .main-nav ul li {
    font-size: 20px;
}
body.font-s2 .specialty-page .other-spec .block-link-img .item .item-content .capt, body.font-s2 .specialty-page .other-spec .block-link-img .item .item-content .head, body.font-s2 .specialty-page .specialty-page-docs ul {
    font-size: 22px;
}
body.font-s3, body.font-s3 .why-us .item .item-top>div.text {
    font-size: 19px;
}
body.font-s3 .main-header .header-right .top a {
    font-size: 21px;
}
body.font-s3 .main-header .header-right .license, body.font-s3 .main-header .header-right .phone a, body.font-s3 .main-header .header-right .phone span {
    font-size: 17px;
}
body.font-s3 .block-link-img .item, body.font-s3 .main-header .header-right .phone, body.font-s3 .reviews .item .name span, body.font-s3 .specialty-page .specialty-page-tile .item .item-content .item-text, body.font-s3 h1, body.font-s3 h2 {
    font-size: 29px;
}
body.font-s3 .block-link-img .item .head {
    font-size: 27px;
}
body.font-s3 .dist-edu p, body.font-s3 h3 {
    font-size: 23px;
}
body.font-s3 .why-us .item .head {
    font-size: 34px;
}
body.font-s3 .reviews .item .name {
    font-size: 21px;
}
body.font-s3 .reviews .item .text {
    font-size: 19px;
    line-height: 24px;
}
body.font-s3 .main-footer .footer-contacts .item, body.font-s3 .main-footer .footer-left .footer-nav ul a, body.font-s3 .page-subnav nav ul li, body.font-s3 .reviews .all-reviews {
    font-size: 21px;
}
body.font-s3 .breadcrumb, body.font-s3 .contacts-page p, body.font-s3 .faq-list .panel .panel-collapse .panel-collapse-text, body.font-s3 .faq-list .panel .panel-title {
    font-size: 23px;
}
body.font-s3 .news .item .item-date {
    font-size: 27px;
}
body.font-s3 .news .all-news, body.font-s3 .news .item .item-text .name, body.font-s3 .news-page .item .item-text .anons, body.font-s3 .specialty-page .specialty-page-tile .item.item-ekz .item-content .item-text {
    font-size: 21px;
}
body.font-s3 .news-page.news-one .item-text .name, body.font-s3 .specialties-list .item .item-dopinfo .item-dopinfo-item span {
    font-size: 25px;
}
body.font-s3 .news-page .item .item-date, body.font-s3 .specialties-list .item .item-content .item-name, body.font-s3 .specialties-list .item .item-content .item-name-capt, body.font-s3 .specialties-list .item .item-dopinfo, body.font-s3 .specialty-page .specialty-page-icon-block .block-content p, body.font-s3 .specialty-page .specialty-page-tile .item .item-content .item-text span, body.font-s3 .specialty-page .uch-plan ul li {
    font-size: 23px;
}
body.font-s3 .specialty-page .specialty-page-icon-block .block-content .name-capt, body.font-s3 .specialty-page .specialty-page-tile .item .item-head {
    font-size: 27px;
}
body.font-s3 .specialty-page .other-spec .block-link-img .item .item-content .capt, body.font-s3 .specialty-page .other-spec .block-link-img .item .item-content .head, body.font-s3 .specialty-page .specialty-page-docs ul {
    font-size: 23px;
}
body.bg-black, body.bg-black .main-header .header-right .top a, body.bg-black .main-header .header-right .top a:hover, body.bg-black a, body.bg-black h1, body.bg-black h2, body.bg-black h3, body.bg-black h4, body.bg-black h5, body.bg-black h6 {
    color: #fff;
}
body.bg-black, body.bg-black .main-header {
    background: #000;
}
body.bg-black .main-header .header-right .top .search input {
    border-bottom: 3px solid #fff;
}
body.bg-black .main-header .header-right .top .search input:focus {
    border-bottom-color: #fff;
}
body.bg-black .main-header .header-right .top .search button {
    background: #fff;
    padding: 0 5px;
}
body.bg-black .breadcrumb>li a, body.bg-black .main-header .header-right .license a, body.bg-black .main-header .header-right .license a:hover, body.bg-black .main-header .header-right .phone, body.bg-black .main-header .header-right .phone a, body.bg-black .main-header .header-right .phone a:hover, body.bg-black .main-header .header-right .phone span, body.bg-black .main-header .main-nav ul li a {
    color: #fff;
}
body.bg-black .bg-gray, body.bg-black .main-header .main-nav ul li a:hover {
    background: #000;
    color: #fff;
}
body.bg-black .main-header .main-nav, body.bg-black .main-order {
    background: #000;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
}
body.bg-black button {
    background: #fff;
    color: #000;
    box-shadow: none!important;
    border: 8px solid #fff;
}
body.bg-black .form-control {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
body.bg-black .breadcrumb>li+li:before {
    color: #fff;
}
body.bg-black .breadcrumb>.active, body.bg-black .reviews .item .name span {
    color: #fff;
}
body.bg-black .why-us .item, body.bg-black select {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
body.bg-black .news .all-news, body.bg-black .news-page.news-one+.news .all-news, body.bg-black .reviews .all-reviews {
    background: #fff;
    color: #000;
    box-shadow: none;
}
body.bg-black .news-page.news-one .item-text {
    background: #000;
    color: #fff;
}
body.bg-black .news-page.news-one .item {
    border-bottom: 2px solid #fff;
}
body.bg-black .news .item .item-date {
    color: #fff;
}
body.bg-black .main-footer {
    background: #000;
    border-top: 2px #fff solid;
}
body.bg-black #CecutientWrapper .btn, body.bg-white .main-header .header-right .top a, body.bg-white .main-header .header-right .top a:hover, body.bg-white a, body.bg-white h1, body.bg-white h2, body.bg-white h3, body.bg-white h4, body.bg-white h5, body.bg-white h6 {
    color: #000;
}
body.bg-black .specialties-list .item .item-content {
    background: #000;
    color: #fff;
    border-bottom: 2px #fff solid;
}
body.bg-black .specialty-page .specialty-page-tile .item {
    border-color: #fff;
}
body.bg-white {
    color: #000;
}
body.bg-white, body.bg-white .main-header {
    background: #fff;
}
body.bg-white .main-header .header-right .top .search input {
    border-bottom: 3px solid #000;
}
body.bg-white .main-header .header-right .top .search input:focus {
    border-bottom-color: #000;
}
body.bg-white .main-header .header-right .top .search button {
    background: #fff;
    padding: 0 5px;
}
body.bg-white .breadcrumb>li a, body.bg-white .main-header .header-right .license a, body.bg-white .main-header .header-right .license a:hover, body.bg-white .main-header .header-right .phone, body.bg-white .main-header .header-right .phone a, body.bg-white .main-header .header-right .phone a:hover, body.bg-white .main-header .header-right .phone span, body.bg-white .main-header .main-nav ul li a {
    color: #000;
}
body.bg-white .bg-gray, body.bg-white .main-header .main-nav ul li a:hover {
    background: #fff;
    color: #000;
}
body.bg-white .main-header .main-nav, body.bg-white .main-order {
    background: #fff;
    border: 2px solid #000;
    border-left: none;
    border-right: none;
}
body.bg-white button {
    background: #000;
    color: #fff;
    box-shadow: none!important;
    border: 8px solid #000;
}
body.bg-white .form-control {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
body.bg-white .breadcrumb>li+li:before {
    color: #000;
}
body.bg-white .breadcrumb>.active, body.bg-white .reviews .item .name span {
    color: #000;
}
body.bg-white .why-us .item, body.bg-white select {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
body.bg-white .why-us .item {
    border: 2px solid #fff;
}
body.bg-white .news .all-news, body.bg-white .news-page.news-one+.news .all-news, body.bg-white .reviews .all-reviews {
    background: #000;
    color: #fff;
    box-shadow: none;
}
body.bg-white .news-page.news-one .item-text {
    background: #fff;
    color: #000;
}
body.bg-white .news-page.news-one .item {
    border-bottom: 2px solid #000;
}
body.bg-blue .main-header .header-right .top a, body.bg-blue .main-header .header-right .top a:hover, body.bg-blue a, body.bg-blue h1, body.bg-blue h2, body.bg-blue h3, body.bg-blue h4, body.bg-blue h5, body.bg-blue h6, body.bg-white #CecutientWrapper .btn, body.bg-white .news .item .item-date {
    color: #000;
}
body.bg-white .main-footer {
    background: #fff;
    border-top: 2px #000 solid;
}
body.bg-white .specialties-list .item .item-content {
    background: #fff;
    color: #000;
    border-bottom: 2px #000 solid;
}
body.bg-white .specialty-page .specialty-page-tile .item {
    border-color: #000;
}
body.bg-blue {
    color: #000;
}
body.bg-blue, body.bg-blue .main-header {
    background: #9dd1ff;
}
body.bg-blue .main-header .header-right .top .search input {
    border-bottom: 3px solid #000;
}
body.bg-blue .main-header .header-right .top .search input:focus {
    border-bottom-color: #000;
}
body.bg-blue .main-header .header-right .top .search button {
    background: #fff;
    padding: 0 5px;
}
body.bg-blue .breadcrumb>li a, body.bg-blue .main-header .header-right .license a, body.bg-blue .main-header .header-right .license a:hover, body.bg-blue .main-header .header-right .phone, body.bg-blue .main-header .header-right .phone a, body.bg-blue .main-header .header-right .phone a:hover, body.bg-blue .main-header .header-right .phone span, body.bg-blue .main-header .main-nav ul li a {
    color: #000;
}
body.bg-blue .bg-gray, body.bg-blue .main-header .main-nav ul li a:hover {
    background: #9dd1ff;
    color: #000;
}
body.bg-blue .main-header .main-nav, body.bg-blue .main-order {
    background: #9dd1ff;
    border: 2px solid #000;
    border-left: none;
    border-right: none;
}
body.bg-blue button {
    background: #000;
    color: #9dd1ff;
    box-shadow: none!important;
    border: 8px solid #000;
}
body.bg-blue .form-control {
    background: #9dd1ff;
    color: #000;
    border: 2px solid #000;
}
body.bg-blue .breadcrumb>li+li:before {
    color: #000;
}
body.bg-blue .breadcrumb>.active, body.bg-blue .reviews .item .name span {
    color: #000;
}
body.bg-blue .why-us .item, body.bg-blue select {
    background: #9dd1ff;
    color: #000;
    border: 2px solid #000;
}
body.bg-blue .why-us .item {
    border: 2px solid #fff;
}
body.bg-blue .news .all-news, body.bg-blue .news-page.news-one+.news .all-news, body.bg-blue .reviews .all-reviews {
    background: #000;
    color: #9dd1ff;
    box-shadow: none;
}
body.bg-blue .news-page.news-one .item-text {
    background: #9dd1ff;
    color: #000;
}
body.bg-blue .news-page.news-one .item {
    border-bottom: 2px solid #000;
}
body.bg-blue #CecutientWrapper .btn, body.bg-blue .news .item .item-date {
    color: #000;
}
body.bg-blue .main-footer {
    background: #9dd1ff;
    border-top: 2px #000 solid;
}
body.bg-blue .specialties-list .item .item-content {
    background: #9dd1ff;
    color: #000;
    border-bottom: 2px #000 solid;
}
body.bg-blue .specialty-page .specialty-page-tile .item {
    border-color: #000;
}

.checkbox_form{
    font-size: 15px;
    color: #fff;
   
}
.checkbox_form a{
	text-decoration:underline;
}
.checkbox_form *{
    vertical-align: middle;
    margin: 0 !important;
    color: #fff !important;
}
.pop_up_wrap{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background: rgba(0,0,0,0.5);
	z-index:10;
}
.popup {
    width: 400px;
    background-color: white;
    border-radius: 8px;
    padding: 40px 40px 20px 40px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    margin: auto;
    font-size: 20px;
    text-align: center;
	font-family: 'FiraSans-Regular', Verdana, Tahoma;
    color: #444444;
}
a.close{
	background:url(/images/close.png) top left no-repeat;
	height:33px;
	width:33px;
	position:relative;
	top:-80px;
	right:-400px;
	margin-bottom: -20px;
	display:block;
	color:white
}
.share_buttons_2{
	display:none !important;
}

.error { 
	border: 3px solid red; 
}

.form_status { 
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}



.checkbox-container {

	left: 10px;
	
}





