@charset "utf-8";
/* CSS Document */
.top_banner {
    border-bottom: 2px solid #848484;
    background: #ffebd7;
}
.top_banner .vch2019.w100{
    max-width: 900px;
}
.top_banner .vch2019 .box-in a{
    color: #00595f;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%
}
html{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    line-height: 1;
    background: #f0f0f0!important;
    color: #383838;
    font-family: 'robotoregular';
    line-height: 1.5em;
}

a {
    font-family: inherit;
}

small {
    font-size: 0.7em;
}

.clear {
    clear: both;
}

.fw {
    margin-left: -2rem;
    margin-right: -2rem;
}
.mw{
    margin: auto;
    max-width: 1230px;
}
.mw2{
    margin: auto;
    max-width: 1200px;
}
p:last-child,
ul:last-child,
li:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans Condensed', sans-serif;
}
h1 a, h2 a, h3 a, h4 a{
    color: #383838!important;
}
.list-unstyled{
    list-style: none;
}
/********************************************/
/*                   FORMS                  */
/********************************************/
.form-control {
    border-radius: 0;
    font-family: 'robotomedium';
    padding: 9px 20px;
    height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
/********************************************/
/*              SUBSCRIBE FORM              */
/********************************************/

.subscribe_form {
    text-align: center;
    overflow: hidden;
}
.title_form {
    font-family: 'robotobold';
    display: inline-block;
    margin: 0 auto 15px;
    position: relative;
    line-height: 1.25;
    padding: 0 15px;
    font-size: 20px;
    color: #000;
}
.title_form:after,
.title_form:before {
    background-color: #c3c3c3;
    position: absolute;
    margin-top: -1px;
    width: 1200px;
    content: "";
    height: 1px;
    top: 50%;
}
.title_form:after {
    left: 100%;
}
.title_form:before {
    right: 100%;
}
.subscribe_form p {
    margin: 0 auto 30px;
    line-height: 1.39;
    max-width: 720px;
    font-size: 18px;
}
.dispatch_form {
    text-align: left;
    max-width: 660px;
    margin: 0 auto;
}
.subscribe_form .btn {
    width: 100%;
}
.dispatch_form .btn {
    max-width: 250px;
}

@media screen and (max-width: 991px) {
    .title_form {
        font-size: 18px;
    }
    .subscribe_form p {
        max-width: 640px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe_form .form-group {
        margin: 0 auto 15px;
        max-width: 400px;
    }
    .subscribe_form .btn {
        max-width: 250px;
    }
    .dispatch_form {
        text-align: center;
        max-width: 400px;
    }
}
@media screen and (max-width: 519px) {
    .title_form {
        padding: 0;
    }
    .title_form:after,
    .title_form:before {
        display: none;
    }
}

/********************************************/
/*                  BUTTONS                 */
/********************************************/

a, .btn, .anim {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a:focus,
button:focus {
    outline: none!important;
}
.btn {
    display: inline-block;
    font-family: 'robotobold';
    text-transform: uppercase;
    padding: 13px 15px 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
    border-radius: 0;
    font-size: 16px;
    border: 0;
    text-align: center;
}
.btn.smaller {
    padding: 10px 15px 8px;
    font-size: 12px;
}
.btn-dark-green {
    background-color: #00595f;
    color: #fff;
}
.btn-dark-green:hover,
.btn-dark-green:focus {
    background-color: #04858e;
    color: #fff;
}

.btn-green {
    background-color: #009a82;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus {
    background-color: #15b89f;
    color: #fff;
}


/********************************************/
/*                  CAPTIONS                */
/********************************************/
h1.gen_title,
h2.gen_title {
    font-family: 'robotobold';
    margin: 0 auto 10px;
    line-height: 1.25;
    font-size: 28px;
}
h1.gen_title a,
h2.gen_title a{
    color: #383838!important;
}
h1.lined_title,
h2.lined_title {
    font-family: 'robotobold';
    margin: 0 auto 30px;
    position: relative;
    line-height: 1.07;
    font-size: 28px;
}

h1.lined_title:after,
h2.lined_title:after {
    background-color: #c3c3c3;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 14.5px;
    left: 0;
}
h1.lined_title span,
h2.lined_title span {
    background-color: #fff;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 3;
}
a.title_link {
    font-family: 'robotoregular';
    background-color: #fff;
    padding: 0 10px 0 15px;
    position: absolute;
    line-height: 20px;
    font-size: 16px;
    color: #383838;
    display: block;
    z-index: 3;
    right: 0;
    top: 5px;
}
a.title_link:hover {
    color: #999999;
}
a.title_link img {
    margin-top: 3.5px;
}
a.title_link:hover img {
    margin-right: -5px;
    margin-left: 5px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    h1.gen_title,
    h2.gen_title {
        font-size: 24px;
    }
    h1.lined_title,
    h2.lined_title {
        text-align: center;
        font-size: 24px;
    }
    h1.lined_title span,
    h2.lined_title span {
        padding: 0 0 10px;
        display: block;
    }
    h1.lined_title:after,
    h2.lined_title:after {
        display: none;
    }
    a.title_link {
        display: inline-block;
        position: relative;
    }
    a.title_link > span {
        padding-right: 15px;
    }
}
@media screen and (max-width: 519px) {
    h1.gen_title,
    h2.gen_title {
        font-size: 22px;
    }
    h1.lined_title,
    h2.lined_title {
        text-align: center;
        font-size: 22px;
    }
    a.title_link {
        font-size: 14px;
    }
}
/* CAPTIONS END */

/********************************************/
/*                  HEADER                  */
/********************************************/
.main-header{
    background: #fff;
}
#head {
    border-bottom: 1px solid #c3c3c3;
    padding: 1.8rem 0 0.5rem;
}
#head .logo{
    width: 220px;
}
#head .description {
    font-family: 'robotolight';
    line-height: 1;
    padding: 0.5rem 0;
    color: #999;
}
/***************************************/
/***********     Search      ***********/
/***************************************/
#head .search-box{
    float: right;
    margin-right: 34px;
    width: 334px;
}
#head .search-box form {
    position: relative;
}
#head .search-box .input-group{
    display: table;
}
#head .search-box input {
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: #555;
    font-family: 'robotomedium';
    height: 2rem;
    height: 34px;
    outline: none;
    padding: 0.5rem;
    width: 100%;
}
#head .search-box input:focus {
    box-shadow: 0 0 5px #fff;
}
#head input::-webkit-input-placeholder {
    font-style: italic;
    background: #fff;
}
#head input:-moz-placeholder {
    font-style: italic;
    background: #fff;
}
#head input:-ms-input-placeholder {
    font-style: italic;
    background: #fff;
}
#head input::placeholder {
    color: #fff;
}
#head .search-box button {
    background: #ffffff;
    border: none;
    border-radius: 0 4px 4px 0;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
    height: 2.1rem;
    height: 34px;
    position: absolute;
    right: -32px;
    top: 0;
}
#head .search-box button img{
    margin-top: 4px;
}
#head .search-box button:hover{
    background: #ccc;
}


@media screen and (max-width: 768px){
    #head .search-box{
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    #head {
        text-align: center;
    }
    .head_logo {
        display: inline-block;
        max-width: 60%;
    }
    #head .description{
        padding-top: 0;
    }
}

/***************************************/
/***********     Social      ***********/
/***************************************/
header .social {
    float: right;
    list-style: none;
    margin: 0.5rem 0;
}
header .social li {
    background-color: #fff;
    border-radius: 4px;
    float: left;
    height: 25px;
    margin: 0 0.5rem 0 0;
    width: 25px;
}

header .social li:last-child {
    margin-right: 0;
}
header .social li a {
    display: block;
}
header .social li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 900px){
    #head{
        padding-bottom: 1rem;
    }
    #head .description{
        padding: 0.8rem 0;
    }
    header .social{
        margin: 1.4rem 0;
    }
}


/***************************************/
/***********   content_box   ***********/
/***************************************/

#content-box {
    -webkit-box-shadow: 0px 2px 6.58px 0.42px rgba(39, 36, 37, 0.25);
    -moz-box-shadow: 0px 2px 6.58px 0.42px rgba(39, 36, 37, 0.25);
    box-shadow: 0px 2px 6.58px 0.42px rgba(39, 36, 37, 0.25);
    background-color: #fff;
    padding-top: 1.8rem;
    margin: auto;
}
#content-box > div{
    //margin: auto;
    //max-width: 1170px;
}
/***************************************/
/***********      footer     ***********/
/***************************************/

#footer {
    background-color: #303030;
    color: #fff;
    padding: 50px 0 35px;
}

.footer_box {
    padding-bottom: 50px;
    min-height: 136px;
}

.footer_box h3 {
    border-bottom: 1px solid #6f6f6f;
    color: #fff!important;
    font-family: 'robotomedium';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0 auto 10px;
    line-height: 20px;
}
.footer_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_box li {
    font-family: 'robotolight';
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.footer_box .long_list {
    margin-right: -15px;
    margin-left: -15px;
}
.footer_box .long_list li {
    padding: 0 15px;
    width: 33.33%;
    float: left;
}
.footer_box a {
    color: #fff;
}
.footer_box a:hover {
    text-decoration: none;
    color: #ccc;
}
/* -------------------- */
#footer_info {
    padding-bottom: 30px;
}
#footer_info ul {
    float: right;
    list-style: none;
    margin-bottom: 1rem;
}
#footer_info ul li {
    margin: 0 0.5rem 0 0;
    float: left;
}
#footer_info ul li a {
    display: block;
    height: 35px;
    width: 35px;
    opacity: 1;
}
#footer_info ul li a:hover {
    opacity: 0.6;
}
#footer_info img {
    float: right;
}

.copyright {
    text-transform: uppercase;
    background-color: #000;
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #e7e7e7;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer_box h3 {
        font-size: 12px;
    }
    .footer_box li {
        font-size: 12px;
    }
    #footer_info ul {
        float: left;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    #footer_info ul {
        float: left;
    }
}
@media screen and (max-width: 519px) {
    .footer_box {
        text-align: center;
    }
    .footer_box .long_list {
        margin-right: 0;
        margin-left: 0;
    }
    .footer_box .long_list li {
        width: 100%;
        float: none;
        padding: 0;
    }
    #footer_info {
        text-align: center;
    }
    #footer_info ul {
        display: inline-block;
        float: none;
    }
    #footer_info img {
        display: block;
        float: none;
        margin: auto;
    }
}

/***************************************/
/**********   THANKS WINDOW  ***********/
/***************************************/
#seolight {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999999;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.text-seolight {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    white-space: nowrap;
    padding: 65px 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    position: fixed;
    z-index: 999;
    color: #000;
    left: 50%;
    top: 50%;
}
@media screen and (max-width: 519px) {
    .text-seolight {
        white-space: normal;
        padding: 35px 10px;
        min-width: 270px;
        font-size: 14px;
    }
}
.close_window {
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
    padding: 0;
    right: 10px;
    border: 0;
    top: 5px;
}










.age18 {
    background-image: url(img/18+.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.5rem;
    padding-left: 2.4rem;
    margin: 0.5rem  0;
    line-height: 1.5rem;
}

.menu_txt {
    color: #fff;
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 2%;
    float: right;
}

.menu_txt:hover {
    color: #17A6B6;
}

.sidebar {
    float: left;
    position: fixed;
    top: 0;
    width: 5rem;
    height: 100%;
    background-color: #182A5D;
    z-index: 100;
    border-right: 1px solid;
    text-align: center;
}

.sidebar a {
    color: #FFFFFF;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 5rem;
    font-size: 1rem;
    vertical-align: top;
}

.sidebar-menu > li.active,
.sidebar-menu > li:hover {
    overflow: visible;
    background-color: #fff;
}

.sidebar-menu > li > a {
    padding: 10px 3px 10px 3px;
    display: block;
    text-align: center
}

.sidebar-menu > li > a > .pull-right {
    display: none !important;
}

.sidebar-menu > li.active > a {
    /*margin-left: 1px;*/
    /*border-right: 1px solid rgb(77, 132, 179);*/
}

.sidebar-menu > li.treeview:hover > a {
    margin-left: 1px;
    border-right: 1px solid #FFF;
    background-color: #eee;
}

.sidebar .logo {
    display: inline-block;
    width: 80px;
    height: 45px;
    text-align: center;
    float: left;
    padding-top: 15px;
}

.sidebar-menu > li > a > small {
    display: block;
    font-size: 12px;
    font-family: "Open Sans Condensed";
    padding-top: 0.5em;
    white-space: normal;
    line-height: 0.9em;
}

.sidebar-menu > li > a > i {
    display: inline-block;
    font-size: 1.5rem;
}

.sidebar .label {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    position: absolute;
    top: 9px;
    right: 0px;
    text-align: center;
    padding: 2px 3px;
    line-height: .9;
}
/*
.sidebar-menu .submenu {
    position: fixed;
    top: 0;
    height: 100%;
    background: #eee;
    z-index: 100;
    width: 0px;
    overflow-y: auto;
    margin-left: 80px;
    -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #333;
    text-align: left;
    padding: 3em;
    font-size: 1rem;
    display: none;
    margin-top: 0;
    margin-bottom: 3em;
    box-sizing: border-box;
}

.sidebar-menu ul.submenu li {
    color: #333;
    border: 0;
    text-align: left;
    margin: 15px 0;
    list-style: none;
}

.sidebar-menu .submenu li a {
    color: #333;
    border: 0;
}

.sidebar-menu .submenu li h2 {
    color: #333;
    font-size: 1.2em;
    margin: 0;
}

.sidebar-menu .submenu li a:hover {
    border-bottom: 1px solid #333;
}

.sidebar-menu > li:active .submenu,
.sidebar-menu > li:hover .submenu {
    width: 360px;
    display: block;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;

}
*/
#reg:checked ~ .b-auth {
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #333333;
    padding: 2em;
    right: 0;
    border: 1px solid #000;
}

.content {
    margin-top: 2rem;
}

section.content:after {
    content: "";
    display: block;
    clear: both;
}
/*
.content-header {
    position: relative;
    padding-left: 5em;
    padding-right: 5em;
    z-index: 12;
    padding-top: 3em;
    background-color: #e2e9ec;
    margin-top: 0px;
    min-height: 5em;
    box-sizing: border-box;
    color: #005b8e;
}

.content-header .contact {
    margin-top: 0px;
}

.content-header .header-search {
    padding-top: 28px;
    padding-right: 339px;
    padding-left: 342px;
    padding-bottom: 0;
    top: 50%;
    margin-top: -23px;
    left: 0;
    right: 0;
    z-index: 200;
}

.content-header .header-search .btn {
    display: block;
    position: absolute;
    right: 377px;
    top: 53px;

}

.content-header .header-search input[type="text"] {
    background: #fff;
    border: 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 16px 20px;
    outline: none;
    border: 2px solid #fff;
    width: 100%;
}

.content-header .header-search .search {
    width: 19px;
    height: 19px;
    background-position: 0 -200px;
    background-color: #fff;
    border: 0;
    font-size: 0;
    position: absolute;
    right: 405px;
    top: 16px;
}
*/
.categories-list {
    margin-left: 0;
}

.categories-list > li {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 1em;
    margin-left: 0.5em;
}

.categories-list .sw-item.active {
    background-color: #9F191A;
    padding: 0.1em 0.5em;
    color: #fff;
    margin: -0.1em 0.5em -0.1em 0em;
}

.categories-list > li > a {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.categories-list > li.active > a {
    color: #fff;
    border: none;
}

.categories > h1 {
    margin-bottom: 0.3em;
}

.categories {
    margin-bottom: 2em;
}

input.i_t {
    border: 1px solid #ccc;
    padding: 0.3em;
    font-size: 1.3em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

label.l_t {
    font-weight: bold;
    font-size: 0.8em;
}

.typo b,
.typo strong {
    font-weight: bold;
}

.typo h1 {
    color: #9F191A;
    font-weight: 700;
    margin-top: 2em;
    font-size: 3em;
    font-family: "Open Sans Condensed", sans-serif;
}

.typo h2 {
    color: #9F191A;
    font-weight: 700;
    margin-top: 2em;
    font-size: 2.5em;
    font-family: "Open Sans Condensed", sans-serif;
}

.typo p {
    font-weight: 400;
    margin-top: .7em;
    font-size: 1.2em;
    font-family: "open sans", sans-serif;
}

.typo h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #9F191A;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.typo td {
    padding: 1em;
    border: 1px solid #cccccc;
}

.typo td p {
    line-height: 1em;
}

.typo li,
.typo p {
    font-size: 1.2em;
    line-height: 1.5em;
}

.typo h1:first-child,
.typo h2:first-child,
.typo h3:first-child {
    margin-top: 0;
}

.typo li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 2em;
}

.typo blockquote {
    padding: 1em 4em;
    position: relative;
    margin-bottom: 2em;
    font-size: 1.2em;
}

.typo blockquote:before {
    content: '\201c';
    font-size: 4em;
    color: #9F191A;
    margin-left: -0.7em;
    width: 0.7em;
    position: absolute;
}

.typo blockquote div:after {
    content: "";
    display: block;
    clear: both;
}

.typo blockquote div p,
.typo blockquote div {
    margin-left: 0%;
    width: 80%;
    font-style: normal;
    font-size: 1em;
}

.typo blockquote div img {
    margin-right: 1em;
    float: left;
}

.typo i,
.typo em {
    font-style: italic;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 1em 2em 1em 1em;
    border-left: 5px solid #eee;
}

.callout.callout-danger {
    border-color: #c23321;
    color: #fff !important;
}

.callout h4 {
    margin-top: 0;
    font-weight: 600;
}

.callout p {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.rouble {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.2em;
}

.rouble:before {
    display: block;
    content: "\2013";
    position: absolute;
    top: 0.35em;
    left: -0.0em;
    line-height: 0.6em;
}
/*
.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    text-decoration: none;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
}

.btn-transp {
    color: inherit;
    background-color: transparent;
}

.btn-red {
    background-color: #c51616;
    border-color: #c41515;
    color: #fff;
}

.btn-gray {
    background-color: #bcbabc;
    border-color: #a9a8a6;
    color: #fff;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: inherit;
}
*/

.detail-picture {
    float: right;
    margin: 0 2em 2em 2em;
}

.detail-picture .photo_description {
    font-size: 0.8em;
}

.small-box {
    border-radius: 2px;
    position: relative;
}

.small-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.small-box .title {
    margin-left: 5rem;
}

.small-box .title:after {
    content: "";
    display: table;
    clear: both;
}

.small-box a {
    text-decoration: none;
}

.small-box .icon {
    font-size: 3.5rem;
    margin-left: -5rem;
    float: left;
}

.small-box a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {

    aside.sidebar {
        position: fixed;
        bottom: 0 !important;
        width: 100%;
        height: 5em;
        border-top: 1px solid #dedede;
        border-right: none;
        min-height: 2em;
        top: inherit;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
    }

    .fw {
        margin-left: -1em;
        margin-right: -1em;
    }

    .sidebar-menu > li {
        width: 5rem;
        height: 5rem;
    }

    .sidebar-menu > li > a > .fa {
        font-size: 18px;
    }

    .sidebar .logo {
        display: none;
    }

    .sidebar-menu > li.active > a {
        border-top-color: #d6d6d6;
    }

    .sidebar-menu > li > a > small {
        /* white-space: nowrap; */
    }

    .footer {
        display: none;
    }

    .sidebar-menu .submenu {
        position: fixed;
        height: 50%;
        background: #fff;
        z-index: 100;
        width: 0px;
        overflow: hidden;
        margin-left: 0px;
        -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        bottom: 60px;
        top: auto;
    }

}

img .wa {
    max-width: 100%;
}

/********************************************/
/*               Button Small               */
/********************************************/
.button_s{
    border:none;
    cursor:pointer;
    display: inline-block;
    font-family: 'Open Sans', cursive;
    line-height: 1.2em;
    outline:none;
    position:relative;
    padding: 0.5em 0.8em;
    text-align: center;
}

.button_s:before,.button_s:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
}
.button_s:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
}
.button_s:hover:before,.button_s:hover:after{
    transition:800ms ease all;
    width:100%;
}

.button_s{
    background:#005b8b;
    color:#fff!important;
    transition:800ms ease all;
}
.button_s:hover{
    background:#fff;
    color:#005b8b!important;
}
.button_s:before,.button_s:after{
    background: #005b8b;
    transition:400ms ease all;
}

.border{
    border: 1px solid #d7e0e3;
}

header.b_header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'PT Sans Narrow';
    border-bottom: 2px solid #88c425;
    color: #005b8b;
}
.border header.b_header {
    padding-left: 1.5rem;
}


.main_header {
    padding: 1rem;
    margin: -1rem -1rem 1rem -1rem;
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'PT Sans Narrow';
    border-bottom: 2px solid #d7e0e3;
    clear: both;

    color: #005b8b;
    border-color: #88c425;
}
.fade {
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.fade:before {
    content: ' ';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    z-index: 10;
    background: linear-gradient(to top, rgba(255, 255, 255, 255), rgba(255, 255, 255, 0));
}

.table{
    margin: 1rem auto;
}
.table th{
    font-weight: bold;
    text-align: left;
}
.table tr{
    border: 1px solid #eee;
    border-collapse: collapse;
}
.table td, .table th{
    padding: 0.5rem 2rem;
}

/********************************************/
/*              content-header              */
/********************************************/

.nav {
    display: inline-block;
    margin: 0 0 0 1rem;
}

.nav-menu {
    list-style: none;
    margin: 0;
}

.nav-menu li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    margin: 0;
}

.nav-menu li:hover {
    cursor: pointer;
}

.nav-menu li a {
    color: inherit;
    display: block;
    font-family: 'PT Sans';
    font-size: 0.7rem;
    line-height: 2.5rem;
    padding-bottom: 0.7rem;
    text-transform: uppercase;
}

/********************************************/
/*          content-header b-search         */
/********************************************/
/*
.search-box{
    width: 25%;
}
.search {
    height: 2.1rem;
    padding-top: 0.3rem;
    position: relative;
}

.input-search {
    border: 1px solid #d7e0e3;
    box-sizing: border-box;
    padding: 0 0.5rem;
    width: 100%;
    line-height: 2rem;
}

.search button {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    background: none;
    cursor: pointer;
    border: none;
    height: 1rem;
    margin-top: -0.5rem;
    width: 2rem;
}
.search i{
    color: #ace;
}
.search-min{
    border: 1px solid #d7e0e3;
    display: none;
    height: 2.3rem;
    line-height: 2.3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.search-box a:hover{
    cursor: pointer;
}

.search-box a i{
    vertical-align: baseline;
    vertical-align: -moz-baseline-with-baseline;
    vertical-align: -webkit-baseline-baseline;
}
@media only screen and (max-width: 1024px){
    .search-box{
        width: auto;
    }
    .search-min{
        display: block;
    }
    .search{
        display: none;
    }
}
@media (max-width: 768px){
    .menu{
        height: auto;
    }
    .nav {
        display: block;
        clear: both;
        margin: 0;
        padding-top: 0.5rem;
    }
    .nav li{
        height: auto;
    }
    .nav li a{
        line-height: 1rem;
        padding: 0;
    }

}
@media(max-width:480px){
    .input-search{
        height: 25px;
        font-size: 1em;
    }
}
*/
.img_bg_box {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    opacity: 1;
    position: relative;
    width: 100%;
}
.img_bg_box img{
    width: auto;
    opacity: 1;
    position: relative;
    background: #fff;
    display: block;
    margin: auto;
}
.img_bg_box a{
    background-size: cover;
    background-position: center;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    background: #03A9F4;
}
.aw-image {
    background-size: cover;
    background-position: 50%;
    height: 100%;
    padding-bottom: 100%;
}