body{
    color:#003354;
    font:300 14px/20px 'Roboto', sans-serif;
    margin:0px;
    padding:0px;
    background:#1e2530;
    min-width:940px;
}
.wrap{
    margin: 0 auto;
    width: 940px;
}
.header, .footer, .body_wrap, .content{
    float: left;
    width: 100%;
}
.body_wrap{
    background: #fff;
}
strong, b{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}
.content{
    padding-bottom: 75px
}
.home_page .content{
    background: #fff;
    padding-bottom: 30px;
}
/*-----------------------------------header-----------------------------------*/
.header {
    position: relative;
    z-index: 10;
}
.logo{
    float: left;
    margin-right: 92px;
}
.top_header{
    float: left;
    width: 100%;
    padding: 20px 0 20px;
}
.info_head{
    float: left;
    width: 500px;
    margin-top: 16px;
}
.info_head div{
    float: left;
}
.help_box{
    padding-left: 38px;
    margin-right: 54px;
    width: 200px;
    background: url(../img/icon/phone.png) no-repeat left 5px;
}
.help_box a{
    color:#003354;
    text-decoration: none;
}
.help_box a:hover{
    text-decoration: underline;
}
.info_head div h5{
    color:#003354;
    margin-bottom: 8px;
    font-size: 14px;
}
.help_box strong{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    float: left;
}
.help_box span{
    color: #0061a1
}
.phone_box{
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.phone_box ul{
    display: none;
    position: absolute;
    padding: 15px;
    background: #fff;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    width: 130px;
    left: 23px;
    top: 23px;
    z-index: 999
}
.phone_box ul li{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5
}
.phone_box:hover ul{
    display: block;
}
.phone_list{
    float: left;
    border-bottom: 1px dashed #0061a1;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-left: 4px;
}
.phone_list:hover{
    text-decoration: none !important;
    border-color: #fff;
}
.phone_list:after{
    content: "";
    position: absolute;
    right: -9px;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #0061a1 transparent transparent transparent;
}
.login_head{
    float: left;
    width: 200px;
    margin-top: -8px;
}
.link_login{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.search_box{
    float: left;
    width: 100%;
    position: relative;
    max-width: 200px;
}
.search_box input[type="text"], .route_box input[type="text"]{
    border: 1px solid #d9e8f5;
    width: 178px;
    height: 30px;
    padding: 0 10px;
    color: #586369;
    font: 12px/18px 'Roboto', sans-serif;
}
.search_box input.search_button{
    background: url(../img/icon/search.png) no-repeat;
    cursor: pointer;
    height: 12px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
}
.login_head a{
    color:#003354;
    text-decoration: none;
}
.login_head a:hover{
    text-decoration: underline;
}
.lang_box{
    float: right;
    width: 100px;
    position: relative;
}
.lagn_list{
    float: left;
    width: 100%;
    position: absolute;
    top: 4px;
    left: -10px;
    height: 18px;
    overflow: hidden;
    background: #fff;
    padding: 5px 10px;

    /* Dummy. Remove */
    display: none;
}
.lagn_list:hover{
    height: auto;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lagn_list a{
    color: #003354;
    text-decoration: none;
    border-bottom: 1px dashed #003354;
    display: block;
    float: left;  
    position: relative
}
.lagn_list a:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #0061a1 transparent transparent transparent;
}
.lagn_list a:hover{
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    color: #0061a1
}
.lagn_list:hover a{
    text-decoration: none;
    border-bottom-color: #fff;
}
.lagn_list:hover a:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: transparent transparent transparent transparent;
}
.soc_icon{
    float: left;
    width: 100%;
    margin-top: 38px;
}
.soc_icon a, .soc_icon a img{
    float: left
}
.link_box{
    margin: 9px 0 20px 2px;
}
.link_box a{
    cursor: pointer;
    color: #003253;
    background: url(../img/icon/icon3.png) no-repeat left 4px;
    padding-left: 16px;
    text-decoration: none;
}
.link_box a:hover{
    text-decoration: underline;
}
.link_box a + a {
    position: absolute;
    margin: 30px -93px;
}
.nav{
    float: left;
    width: 100%;
    background: #0064a7;
    background: -moz-linear-gradient(top,  #0064a7 0%, #005891 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0064a7), color-stop(100%,#005891));
    background: -webkit-linear-gradient(top,  #0064a7 0%,#005891 100%);
    background: -o-linear-gradient(top,  #0064a7 0%,#005891 100%);
    background: -ms-linear-gradient(top,  #0064a7 0%,#005891 100%);
    background: linear-gradient(to bottom,  #0064a7 0%,#005891 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064a7', endColorstr='#005891',GradientType=0 );
    border-top: 1px solid #004d7f;
    border-bottom: 1px solid #004d7f;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
}
.nav .wrap{
    width: 960px;
}
.nav ul.menu_lvl1{
    border-right: 1px solid #004d7f;
    border-left: 1px solid #0167aa;
}
.nav ul.menu_lvl1 > li{
    float: left;
    position: relative
}
.nav ul.menu_lvl1 > li:first-child{
    border-left: 1px solid #0167aa;
}
.nav ul.menu_lvl1 > li:last-child{
    border-right: 1px solid #004d7f;
}
.nav ul.menu_lvl1 > li > a{
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 0 12px;
    font-size: 13px;
    text-decoration: none;
    border-left: 1px solid #004d7f;
    border-right: 1px solid #0167aa;
    font-weight: 400;
}
.nav ul.menu_lvl1 > li > a:hover, .nav ul.menu_lvl1 > li.active_n > a{
    background: #1978b7;
    border-right: 1px solid #1978b7;
}
.sub_nav_lvl2, .sub_nav_lvl3{
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    background: #f6f9fb;
    width: 295px;
    -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}
.nav ul.menu_lvl1 > li:hover .sub_nav_lvl2,
.sub_nav_lvl2 > li:hover .sub_nav_lvl3{
    display: block
}
.nav ul.menu_lvl1 > li:nth-child(4) .sub_nav_lvl2 .sub_nav_lvl3,
.nav ul.menu_lvl1 > li:nth-child(5) .sub_nav_lvl2 .sub_nav_lvl3,
.nav ul.menu_lvl1 > li:nth-child(6) .sub_nav_lvl2 .sub_nav_lvl3{
    left: -300px;
}
.nav ul.menu_lvl1 > li:last-child .sub_nav_lvl2{
    left: auto;
    right: 0;
}
.sub_nav_lvl2 a{
    text-decoration: none;
    padding: 6px 10px 6px 14px;
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    color: #586369;
    box-sizing: border-box;
}
.sub_nav_lvl2 li{
    border-left: 5px solid #e9eaeb;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative
}
.sub_nav_lvl2 li:hover{
    border-left: 5px solid #045c96
}
.sub_nav_lvl2 a:hover{
    background: #0061a1;
    color: #fff; 
}
.sub_nav_lvl3{
    left: 290px;
    top: 0
}
/*-----------------------------------promo_box-----------------------------------*/
.promo_box{
    float: left;
    width: 100%;
    background: url(../img/promo.jpg) no-repeat center top;
    background-size: cover;
    height: 440px;
    position: relative;
}
.wr_promo {
    left: 50%;
    margin: 150px auto 0 -380px;
    position: absolute;
    text-align: center;
    width: 760px;
}
.wr_promo h1{
    font: normal 36px/48px 'Roboto Condensed', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: none;
}
.wr_promo h1 span{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.button, .button_slide{
    background: #006aa8;
    background: -moz-linear-gradient(top,  #006aa8 0%, #025891 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006aa8), color-stop(100%,#025891));
    background: -webkit-linear-gradient(top,  #006aa8 0%,#025891 100%);
    background: -o-linear-gradient(top,  #006aa8 0%,#025891 100%);
    background: -ms-linear-gradient(top,  #006aa8 0%,#025891 100%);
    background: linear-gradient(to bottom,  #006aa8 0%,#025891 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006aa8', endColorstr='#025891',GradientType=0 );
    border: 1px solid #014e7c;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    height: 42px;
    display: inline-block;
    font: normal 16px/42px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    cursor: pointer;
}
button.button{
    height: 42px;
    line-height: 1;
}
.button:hover{
    background: #025891;
    background: -moz-linear-gradient(top,  #025891 0%, #006aa8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#025891), color-stop(100%,#006aa8));
    background: -webkit-linear-gradient(top,  #025891 0%,#006aa8 100%);
    background: -o-linear-gradient(top,  #025891 0%,#006aa8 100%);
    background: -ms-linear-gradient(top,  #025891 0%,#006aa8 100%);
    background: linear-gradient(to bottom,  #025891 0%,#006aa8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025891', endColorstr='#006aa8',GradientType=0 );
}
.button_slide{
    background: #ee4d2c;
    background: -moz-linear-gradient(top,  #ee4d2c 0%, #ee4238 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4d2c), color-stop(100%,#ee4238));
    background: -webkit-linear-gradient(top,  #ee4d2c 0%,#ee4238 100%);
    background: -o-linear-gradient(top,  #ee4d2c 0%,#ee4238 100%);
    background: -ms-linear-gradient(top,  #ee4d2c 0%,#ee4238 100%);
    background: linear-gradient(to bottom,  #ee4d2c 0%,#ee4238 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4d2c', endColorstr='#ee4238',GradientType=0 );
    border: 1px solid #c72b1e;
    margin-top: 40px;
}
.button_slide:hover{
    background: #bf3228;
    background: -moz-linear-gradient(top,  #bf3228 0%, #ed4730 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf3228), color-stop(100%,#ed4730));
    background: -webkit-linear-gradient(top,  #bf3228 0%,#ed4730 100%);
    background: -o-linear-gradient(top,  #bf3228 0%,#ed4730 100%);
    background: -ms-linear-gradient(top,  #bf3228 0%,#ed4730 100%);
    background: linear-gradient(to bottom,  #bf3228 0%,#ed4730 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3228', endColorstr='#ed4730',GradientType=0 );
}
.arrow_btn{
    display: inline-block;
    background: url(../img/icon/button_icon.png) no-repeat;
    width: 6px;
    height: 12px;
    margin-left: 8px;
}
.slide_prev, .slide_next{
    position: absolute;
    width: 31px;
    height: 57px;
    top: 50%;
    margin-top: -29px
}
.slide_prev{
    background: url(../img/icon/slider_l.png) no-repeat;
    left: 50px;
}
.slide_next{
    background: url(../img/icon/slider_r.png) no-repeat;
    right: 50px;
}
.slide_prev:hover, .slide_next:hover{
    opacity: 0.7;
}
.nav_slider{
    position: absolute;
    width:90px;
    bottom: 10px;
    left: 50%;
    margin-left: -45px;
    cursor: pointer;
}
/*-----------------------------------content-----------------------------------*/
.main_content{
    padding: 43px 0 0;
    float: left;
    width: 100%;
}
.news_box_home{
    width: 678px;
    float: left;
    margin-bottom: 50px;
}
.news_box_home h3{
    float: left;
    font-size: 30px;
    margin-bottom: 28px;
}
.all_news{
    float: left;
    height: 30px;
    line-height: 29px;
    text-decoration: none;
    display: block;
    padding: 0 17px;
    color: #fff;
    background: #91bed4;
}
.all_news:hover{
    background: #262e3a;
}
.list_news_home{
    float: left;
    width: 100%;
}
.list_news_home div{
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.list_news_home span{
    float: left;
    width: 100%;
    display: block;
    color: #00609f;
}
.list_news_home span.date_h_news {
    background: url("../img/icon/date.png") no-repeat 0 center;
    color: #507c91;
    display: block;
    margin-bottom: 5px;
    padding-left: 21px;
}
.list_news_home a{
    color: #586369;
    text-decoration: none;
}
.list_news_home a:hover{
    text-decoration: underline;
    color: #1978b7;
}
.list_news_home a.read_more_news{
    cursor: pointer;
    color: #1978b7;
    background: url(../img/icon/icon3.png) no-repeat right 6px;
    padding-right: 14px
}
.newsletter_link{
    color: #1d5f92;
    float: left;
    margin: 0 0 0 15px;
    padding-left: 21px;
    text-decoration: none;
    background: url(../img/icon/newsletter_ico.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
}
.newsletter_link:hover{
    text-decoration: underline;
}
.discount_home{
    float: left;
    width: 100%;
    background: url(../img/discount_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: -30px;
    padding: 60px 0 70px;
}
.discount_home h3{
    font-size: 30px;
    margin-bottom: 38px;
    color: #586369;
}
.discount_home li{
    list-style-type: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.discount_home li a{
    text-decoration: none;
    color: #586369;
}
.discount_home li a:hover{
    text-decoration: underline;
    color: #1978b7;
}
.all_discount{
    float: left;
    height: 30px;
    line-height: 29px;
    text-decoration: none;
    display: block;
    padding: 0 17px;
    color: #fff;
    margin-top: 20px;
    background: #ee4a2f;
}
.all_discount:hover{
    background: #262e3a;
}
.partner_home{
    float: right;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    width: 200px;
}
.partner_home h6{
    color: #003354;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}
/*-----------------------------------footer-----------------------------------*/
.footer{
    color: #7b8390;
}
.footer a{
    color: #7b8390;
    text-decoration: none;  
}
.footer a:hover{
    text-decoration: underline;
}
.nav_list, .copyright{
    float: left;
    width: 100%;
}
.nav_list{
    background: #262e3a;
    padding: 33px 0 38px;
}
.copyright{
    background: #1e2530;
    height: 48px;
}
.column_footer{
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    width: 20%;
}
.column_footer h6, .column_footer h6 a{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.column_footer h6{
    margin-bottom: 6px;
}
.column_footer ul{
    margin-bottom: 10px;
}
.column_footer a:hover{
    text-decoration: none;
    color: #ee4e2e
}
.contact_box{
    line-height: 26px;
}
.contact_box span{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding-top: 6px;
    display: inline-block
}
.copyright p{
    padding-top: 12px;
    float: left;
}
.soc_icon_footer{
    float: right;
    padding-top: 12px;
}
.soc_icon_footer span{
    padding: 0 5px 0 0;
    float: left;
}
.soc_icon_footer a{
    float: left;
    margin-left: 5px;
}
.soc_icon_footer a img{
    float: left;
}
.soc_icon_footer a:hover{
    opacity: 0.7;
}
/*-----------------------------------breadcrumbs-----------------------------------*/
.breadcrumbs {
    float: left;
    font-size: 14px;
    margin: 15px 0 23px;
    width: 100%;
}
.breadcrumbs a{
    float: left;
    display: block;
    color: #003354;
    text-decoration: none;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs a:before{
    float: right;
    display: block;
    content: "/";
    width: 15px;
    text-align: center;
}
.breadcrumbs span{
    color: #2c3940;
}
/*-----------------------------------about-----------------------------------*/
.content_column{
    float: left;
    width: 700px;
}
.content_column.full_width{
    width: 100%;
}
.content_column p, .content_column strong, .content_column span, .content_column li{
    font-size: 14px;
    line-height: 24px;
    color: #586369
}
.content_column h1{
    font-size: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 17px;
}
.content_column a{
    color: #0061a1;
    text-decoration: underline;
}
.content_column a:hover{
    text-decoration: none;
}
.content_column h2{
    font-size: 22px;
    padding: 10px 0;
}
.content_column p, .content_column ul{
    margin-bottom: 15px;
}
.checklist_content li{
    padding-left: 15px;
    background: url(../img/icon/check_icon.png) no-repeat 0 9px;
}
.partner_box{
    float: left;
    width: 100%;
    line-height: 14px;
    margin-top: 20px;
}
.partner_box h2{
    padding: 10px 0 20px;
}
.partner_box div{
    width: 220px;
    text-align: center;
    float: left;
}
.partner_box div + div{
    margin-left: 10px;
}
.partner_box div em{
    font-style: italic;
    color: #586369;
}
.partner_box div span{
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color:#003354;
    width: 100%;
    float: left;
    display: block;
}
/*-----------------------------------sidebar-----------------------------------*/
.sidebar{
    float: right;
    width: 220px;
}
.sidebar_wr{
    background: #ebf0f4;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar_wr h6{
    background: #91bed4;
    float: left;
    width: 160px;
    color: #fff;
    font-size: 24px;
    text-transform: none;
    padding: 20px 30px;
    font-weight: 300;  
    line-height: 1.2
}
.sidebar_wr ul{
    margin: 0;
}
.sidebar_wr ul li{
    margin: 0;
    float: left;
    width: 100%;
}
.sidebar_wr ul li a{
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #003354;
    padding: 12px 10px 12px 30px;
    box-sizing: border-box;
}
.sidebar_wr ul li a:hover{
    text-decoration: underline;
    color: #e23b30
}
.sidebar_wr ul li.active_nav a{
    color: #e23b30
}
.sidebar_wr ul li + li{
    border-top: 1px solid #d0dde9;
}
.newsletter_news{
    padding: 20px 15px;
    box-sizing: border-box;
}
.newsletter_news input, .block_popup input, .block_popup textarea{
    border: 1px solid #c3cdd2;
    padding: 5px 10px;
    width: 168px;
    height: 20px;
    margin: 10px 0 6px;
}
.newsletter_news button, #route, #clearRoute, a.clear_filter, .block_popup .btn_popup{
    float: left;
    height: 30px;
    line-height: 29px;
    text-decoration: none;
    display: block;
    padding: 0 17px;
    color: #fff;
    background: #91bed4;
    border: none;
    cursor: pointer;
    font: 300 14px/20px "Roboto",sans-serif
}
.newsletter_news button:hover, #route:hover, #clearRoute:hover, a.clear_filter:hover,  .block_popup .btn_popup:hover{
    background: #262e3a;
}
/*-----------------------------------contact-----------------------------------*/
.map_contact, .contact_data{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.map_contact iframe{
    width: 100%;
    float: left;
    height: 430px;
    margin-top: 10px;
}
.contact_column{
    width: 330px;
    float: left;
}
.contact_data b{
    color: #003354;
    line-height: 30px;
    font-size: 22px;
    font-weight: 300
}
.contact_data b span{
    color: #0061a1;
    line-height: 30px;
    font-size: 22px;
}
/*-----------------------------------curs-----------------------------------*/
h3.sub_title{
    color: #0061a1;
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 10px;
}
.table_content{
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #586369;
    margin: 0 0 20px;
}
.list_link_article{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.list_link_article li:before{
    margin: 10px 0 0;
    width: 5px;
    content: "";
    float: left;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #005c99;
}
/*-----------------------------------diler-----------------------------------*/
.diler_map{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.diller_list{
    float: left;
    width: 100%;
}
.diller_list > ul{
    float: left;
    width: 30%;
}
.diller_list > ul + ul{
    margin-left: 5%
}
.diller_list > ul ul{
    margin: 10px 0 10px 20px;
}
.diller_list > ul ul li{
    line-height: 18px;
    margin-bottom: 10px;
}
.diller_list > ul ul a{
    font-size: 14px;
    text-decoration: none;
    color: #586369;
}
.diller_list > ul ul a:hover{
    color: #0061a1;
    text-decoration: underline
}
.diller_sel{
    float: left;
    width: 100%;
    position: relative;
}
.diller_sel .search_box {
    max-width: none;
    width: 300px;
}
.diller_sel .search_box input[type="text"]{
    width: 280px;
}
.map_box{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.diller_region{
    float: left;
    margin-right: 20px;
    border: 1px solid #d9e8f5;
    width: 220px;
    height: 30px;
    padding: 0 10px;
    color: #586369;
    font: 12px/18px 'Roboto', sans-serif;
    background: #fff;
}
a.clear_filter{
    width: 140px;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
.custom_table{
    border-collapse: collapse;
    width: 100%;
    float: left;
    line-height: 20px
}
.custom_table td{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 5px 10px;
    color: #59646a;
}
.custom_table tbody > tr.gray_tr td{
    background: #f3f3f3
}
.custom_table thead td{
    background: #2c76a7;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    height: 55px;
    border-left: 1px solid #256690;
    border-right: 1px solid #256690;
}
/*-----------------------------------login-----------------------------------*/
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 52, 64, 0.7)
}
.popup_wrap{
    background: #fff;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    top: 10%;
    position: absolute;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
.close_pp{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: url(../img/icon/close.png) no-repeat 0 center;
}
.close_pp:hover{
    opacity: 0.7;
}
.popup_content{
    padding: 60px 50px 50px;
    float: left;
}
.popup_content h6{
    font-size: 36px;
    color: #1a78b8;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    line-height: 1;
    margin-bottom: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}
.popup_content p{
    color: #566177;
    font: 300 14px/20px 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.popup_content .form{
    text-align: center;
}
.button_border{
    padding: 0 17px
}
.form input[type="text"], .form input[type="password"]{
    border: 1px solid #d9e8f5;
    width: 338px;
    height: 45px;
    padding: 0 10px;
    color: #586369;
    font: 300 14px/18px 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.popup_footer{
    background: #0c3553;
    padding: 33px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.popup_footer a{
    color: #8ba5b9;
    font: 300 14px/18px 'Roboto', sans-serif;
    text-decoration: none;
    display: block;
    float: left;
}
.popup_footer a:hover{
    text-decoration: underline;
}
.popup_footer a + a{
    float: right;
}
/*-----------------------------------register-----------------------------------*/
.form_register div{
    float: left;
    width: 100%;
}
.form_register div label{
    float: left;
    width: 260px;
    font-size: 14px;
    line-height: 45px;
    color: #2c3940;
    display: block
}
.form_register div label i{
    color: #ee4e2e
}
.form_register div em{
    display: block;
    float: left;
    width: 217px;
    font-size: 12px;
    color: #4f89a9;
    font-style: italic;
    line-height: 16px;
}
.form_register div input::-webkit-input-placeholder{font-style: italic;}
.form_register div input::-moz-placeholder{font-style: italic;}
.form_register div input:-moz-placeholder{font-style: italic;}
.form_register div input:-ms-input-placeholder{font-style: italic;}
.form_register div input, .form_register div select, .form_register div textarea{
    float: left;
    margin-right: 20px;
    font: 300 14px/18px 'Roboto', sans-serif;
    margin-bottom: 20px;
    border: 1px solid #d9e8f5;
    color: #586369;
    width: 420px !important;
    height: 40px !important;
    padding: 0 10px;
}
.form_register div select{
    width: 442px !important;
}
.form_register div textarea{
    height: 130px !important;
    padding: 10px;
}
.error_inp{
    border: 1px solid #f48585 !important
}
.popup_content p.error{
    color: #bb0000;
}
.form_register .button{
    margin-left: 260px;
}
/*-------------------------------------news-------------------------------------*/
.list_news{
    float: left;
    width: 100%;
    margin: 15px 0 30px;
}
.news_item{
    float: left;
    width: 100%;
}
.news_item + .news_item{
    margin-top: 30px;
}
.news_item .title_news{
    color: #0061a1;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}
.news_item .title_news:hover{
    text-decoration: underline;
}
.news_item p{
    color: #586369;
    margin: 0 0 13px;
    line-height: 18px;
    font-size: 13px;
}
.news_item a.read_more{
    display: block;
    float: left;
    padding-right: 15px;
    background: url(../img/icon/icon3.png) no-repeat right 6px;
    color: #0061a1;
    text-decoration: none
}
.news_item a.read_more:hover{
    text-decoration: underline
}
.date_news{
    padding-left: 21px;
    display: block;
    background: url(../img/icon/date.png) no-repeat 0 center;
    color: #586369;
    margin-bottom: 5px;
}
.pagination{
    float: left;
    width: 100%;
}
.pagination a, .pagination strong, .pagination span{
    display: block;
    float: left;
    margin-right: 7px;
}
.pagination a, .pagination strong{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #586369;
    background: #ebf0f4;
    text-align: center;
    text-decoration: none;
}
.pagination a:hover, .pagination strong{
    background: #ee4e2e;
    color: #fff;
    font-weight: normal;
}
.pagination span{
    padding: 0 10px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.pagination .next_pagin a, .pagination .prev_pagin a{
    padding: 0 10px;
    background: #586369;
    color: #fff;
    width: auto;
    font-weight: normal;
}
/*-------------------------------------arhive news-------------------------------------*/
.arhive_box{
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.months_list, .year_list{
    float: left;
    width: 100%;
}
.months_list li{
    float: left;
}
.months_list li + li{
    margin-left: 5px;
}
.months_list li a{
    float: left;
    height: 29px;
    line-height: 29px;
    display: block;
    padding: 0 7px;
    background: #ebf0f4;
    font-size: 12px;
    text-decoration: none;
    color: #586369;
}
.months_list li a:hover, .months_list li.active_month a{
    background: #91bed4;
    color: #fff;
}
.year_list{
    margin-bottom: 13px;
}
.year_list a{
    position: relative;
    float: left;
    height: 29px;
    line-height: 29px;
    display: block;
    background: #586369;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    width: 55px;
    text-align: center;
}
.year_list a:hover, .year_list a.active_year{
    background: #ee4e2e;
}
.year_list a.active_year span{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ee4e2e transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 22px;
}
/*-------------------------------------search_page-------------------------------------*/
.search_page{
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.search_page em{
    float: left;
    width: 100%;
    display: block;
    margin: 16px 0 4px;
    font-style: italic;
    color: #586369;
    font-size: 14px;
}
/*-------------------------------------news_details-------------------------------------*/
.news_details{
    margin: 10px 0 30px;
    float: left;
    width: 100%;
}
.news_title{
    text-transform: none;
    line-height: 1.2;
}
.text_page strong, .text_page b{
    font-weight: bold
}
.text_page em, .text_page i{
    font-style: italic;
}
.text_page ul, .text_page ol{
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 15px 15px;
}
.text_page ol{
    list-style-type: decimal;
}
.text_page ul{
    list-style-type: disc;
}
a.back_list{
    display: block;
    float: left;
    padding-left: 15px;
    background: url(../img/icon/icon4.png) no-repeat left 6px;
    color: #0061a1;
    text-decoration: none
}
a.back_list:hover{
    text-decoration: underline
}
.photo_gallery{
    background: #ebf0f4 !important;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 0 0 40px !important;
    box-sizing: border-box;
}
.flexslider{
    border: 20px solid #ebf0f4 !important;
    box-sizing: border-box
}
.flex-control-thumbs li {
    margin: 0 2% 1.5% 0 !important;
    width: 18.4% !important;
}
.flex-control-thumbs li:nth-child(5n+5){
    margin-right: 0 !important;
}
.flex-control-thumbs{
    margin: 0 !important;
}
.flex-direction-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}
.flex-direction-nav a{
    line-height: 40px;
}
/*-------------------------------------job_item-------------------------------------*/
.job_item{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #586369;
}
.job_item + .job_item{
    margin-top: 40px;
}
.job_item h3{
    text-transform: none;
    color: #0061a1;
    font: 300 22px/24px 'Roboto', sans-serif;
    margin-bottom: 7px
}
.job_item h4{
    text-transform: none;
    color: #0061a1;
    font: 300 14px/24px 'Roboto', sans-serif;
}
.job_item ul{
    list-style-position: outside;
    margin: 0 0 10px 15px;
}
.job_item ul li {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMDA4OTM0RkE2NDkxMUU0QjY3OENDNDMzOTgyODA5RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMDA4OTM0RUE2NDkxMUU0QjY3OENDNDMzOTgyODA5RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZmNlZTZhYzMtMDE1YS0wMzRjLTg4NTAtNWJlY2UzNmU3ZWMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3N0YxMTc0MDcyMDY4MTE4MDgzRUI4M0M2MkJEN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lj0V1QAAAEZJREFUeNpiZIidKcfAwDAHiC2B+DgQp7AAiblA7MIAAa5AvJAJSFgwoAIrkOAJNMFjIMFkIN4DxF+hdALIzEdQs+AAIMAA8FcLQm0IJkAAAAAASUVORK5CYII=');
}
.contact_job{
    float: left;
    width: 100%;
}
.contact_job em{
    font-style: italic
}
/*-------------------------------------download_table-------------------------------------*/
.download_table td{
    color: #2c76a7;
    text-align: center
}
.download_table td.name_file{
    text-align: left
}
/*-------------------------------------services_page-------------------------------------*/
.services_page ul{
    list-style-position: outside;
    margin: 0 0 25px;
}
.services_page ol{
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 25px 15px;
}
.services_page ul li:before{
    display: inline-block;
    content: "»";
    font-size: 18px;
    color: #005d9a;
    padding-right: 3px;
}
.services_page h2{
    font-size: 22px;
    margin-bottom: 5px;
}
.services_page h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.down_box{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.down_box h3{
    margin-bottom: 5px;
}
.down_box a{
    background: #005d9a;
    color: #fff;
    text-decoration: none;
    width: 260px;
    height: 35px;
    display:  block;
    float: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 13px;
    padding: 20px;
}
.down_box a + a{
    margin-left: 20px;
}
.down_box a i{
    width: 30px;
    height: 33px;
    background: url(../img/icon/download_ico.png) no-repeat;
    display: block;
    float: left;
    margin-right: 13px
}
.down_box a:hover{
    background: #1978b7;
}
.features_box{
    padding: 17px 0 0 20px;
    background: #f3f3f3;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.features_box h2{
    text-align: center;
    margin-bottom: 29px;
}
.features_box div{
    float: left;
    width: 305px;
    font-size: 14px;
    line-height: 22px;
    height: 100px;
}
.features_box div span{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2b75a6;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 9px;
}
.features_box div p{
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 235px;
    color: #2c3940;
}
.table_services{
    background: #f3f3f3;
    font-size: 13px;
    color: #586369;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.table_services td{
    padding: 15px 10px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}
.table_services tr:nth-child(2n) td{
    background: #fff;
}
.table_services tr td:first-child{
    width: 180px;
    text-align: left;
    cursor: default;
}
.table_services .check{
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../img/icon/check_ico.png) no-repeat;
}
.table_services tr td.hover .check{
    background: url(../img/icon/check_ico_hover.png) no-repeat;
}
.table_services tr td.hover{
    background: #2b75a6
}
.table_services .del{
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../img/icon/del_ico.png) no-repeat;
}
.table_services tr td.hover .del{
    background: url(../img/icon/del_ico_hover.png) no-repeat;
}
.table_services a{
    text-decoration: none;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 20px 0;
    background: #005d9a;
    font-family: 'Roboto Condensed', sans-serif;
}
.table_services td.hover a, .table_services a:hover{
    background: #313335;
}
.table_services em, .table_services strong, .table_services span{
    display: block;
    width: 102px;
    float: left;
    text-align: center
}
.table_services em{
    font-size: 19px;
    font-weight: 300;
    margin-top: 10px;
}
.table_services tr td.hover em, .table_services tr td.hover strong, .table_services tr td.hover span{
    color: #fff;
}
.table_services tr td strong{
    color: #ee4e2e;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0 3px;
    word-wrap: normal;
}
.table_services span{
    font-size: 16px;
    color: #949494;
    margin-bottom: 20px;
}
/*---------------------------------------discount_list--------------------------------------*/
.discount_list{
    float: left;
    width: 100%;
}
.discount_item{
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
    background: #f6f6f6
}
.discount_item:hover{
    background: #005d99;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.discount_item a{
    font-size: 18px;
    text-decoration: none
}
.discount_item:hover a{
    text-decoration: underline
}
.discount_item:hover a, .discount_item:hover p{
    color: #fff;
}
.discount_item:nth-child(3n+3){
    margin-right: 0;
}
.discount_item div{
    padding: 20px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
/*-------------------------map popup--------------------------*/
.pp_map{
    width: 620px;
    margin-left: -310px;
}
.pp_map .popup_content{
    padding: 30px;
}
.pp_map h5{
    font-size: 18px;
    margin-bottom: 20px;
}
.diller_info{
    float: left;
    width: 230px;
    margin: 10px 15px 0 0;
}
.diller_info_map{
    float: right;
    width: 315px;
}
.diller_info a{
    color: #005d99
}
.diller_info a:hover{
    text-decoration: none;
}
.diller_info span{
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
    display: inline-block
}
.route_box{
    float: left;
    width: 100%;
    margin: 15px 0 0
}
.route_box input[type="text"]{
    width: 250px;
    float: left;
    margin-right: 10px;
}
#route, #clearRoute{
    line-height: 30px;
}
#clearRoute{
    margin-left: 3px
}
#noDealersMsg{
    float: left;
    width: 100%;
    background: #f4d3d3;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-top: 15px;
    color: #9f1f1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.hide{
    display: none !important
}
.main_slider .slick-slide img {
    display: inline-block;
    max-height: 425px;
}
.main_slider .slick-initialized .slick-slide {
    text-align: center;
}
.control_slider{
    position: relative
}
.control_slider .slick-arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0061a1;
    top: 50%;
    margin-top: -15px;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 9999;
    padding: 0
}
.control_slider .slick-arrow.slick-prev{
    left: 0
}
.control_slider .slick-arrow.slick-prev:before,
.control_slider .slick-arrow.slick-next:before{
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background: url(../img/icon/ar_prev.png) no-repeat center center;
    display: block
}
.control_slider .slick-arrow.slick-next:before{
    background: url(../img/icon/ar_next.png) no-repeat center center;
}
.control_slider .slick-arrow.slick-next {
    right: 10px
}
.control_slider .slick-slide{
    padding: 0 10px 0 0;
    cursor: pointer
}
.control_slider .slick-slide img {
    display: inline-block;
    height: 66px;
    max-width: 100%;
}
.control_slider .slick-slide:hover{
    opacity: 0.7
}
#fancybox-wrap{
    z-index: 9999 !important;
}
/*------------------------------------block_newsletter-----------------------------------------*/
.block_newletter{
    margin-top: 20px;
    float: left;
}
.block_newletter .sidebar_wr.newsletter_news p{
    display: none;
}
.block_newletter .sidebar_wr.newsletter_news input[type="text"], .block_newletter .sidebar_wr.newsletter_news input[type="email"]{
    display: block;
}
/*----------------------------------------popup------------------------------------------------*/
.btn_form_message{
    position: fixed;
    bottom: 0;
    right: 100px;
}

.popup_screen{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(50, 52, 64, 0.7);
    z-index: 998;
    transition: all 0.5s linear;
}
.block_popup{
    visibility: hidden;
    width: 300px;
    height: 500px;
    background-color: #ebf0f4;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -250px;
    opacity: 0;
    box-shadow: 0 10px 20px 0 rgba(119,119,119,0.3);
    transition: all 0.5s linear;
    z-index: 999;
}
.block_popup form{
    padding:  0 15px 15px 15px;
    float: left;
}
.block_popup form input, .block_popup textarea{
    width: 100%;
    height: 32px;
    box-sizing: border-box;
}
.block_popup form input[type="checkbox"]{
    width: 16px;
    height: 16px;
}
.block_popup.active, .popup_screen.active{
    visibility: visible;
    opacity: 1;
}
.block_popup h2{
    text-align: center;
    font-size: 24px;
    margin: 35px 0 20px;
}
.block_popup textarea{
    resize: none;
    height: 90px;
    font: 400 13.3333px Arial;
}
.block_popup .btn_popup{
    margin-top: 5px;
}
.check_box{
    font-size: 12px;
    line-height: 14px;
    float: left;
    cursor: pointer;
    margin: 5px 0;
}
.check_box input[type="checkbox"]{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 0px;
    margin-right: 6px;
    margin-bottom: 15px;
}

#big {width: 700px} 
#big:hover {width: 1150px}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1362px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1362px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 80px !important;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1362px){
    .modal-content {
        width: 100%;
    }
}