/* == COMMON == */
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select::-ms-expand {
    display: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
}
input[type="text"]::-ms-clear {
    display: none;
}
input[type="password"]::-ms-clear, input[type="password"]::-ms-reveal {
    display: none;
}
.f0{
    font-size: 0;
}
.small_c{
    max-width: 780px;
    padding: 0 60px;
    margin: auto;
}
.section_pad{
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_pad_small{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_title{
    font-size: 48px;
    line-height: 1;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.section_title:after{
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #18233a;
}
.section_desc{
    font-size: 18px;
    color: #18233a;
    line-height: 1.3;
}
.grid_cat{
    font-size: 18px;
    font-family: 'proxima_nova_rgbold';
    line-height: 1;
}
.grid_title{
    font-family: 'proxima_nova_ltlight';
    font-size: 38px;
    line-height: 1;
    padding-top: 10px;
}
.btn, .dd_select .dd{
    font-family: 'proxima_nova_ltlight';
    display: inline-block;
    padding: 20px 35px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid;
    cursor: pointer;
}
.dd_select .dd{
    position: relative;
    background: none;
    color: inherit;
    border: none;
    padding: 20px 60px 20px 35px;
    min-width: 190px;
    cursor: pointer;
}
.btn_blue, .dd_select{    
    background-color: #18233a;
    border-color: #18233a;
    color: #fff;
}
.has-no-touchevents .btn_blue:hover, .has-no-touchevents .dd_select:hover{
    background-color: #fff;
    color: #18233a;
    border-color: #d7d7d7;
}
.btn_white{
    background-color: #ffffff;  
    border-color: #d7d7d7;
    color: #18233a;
}
.has-no-touchevents .btn_white:hover, .cat-name.active, .intr_name.active{  
    background-color: #18233a;
    border-color: #18233a;
    color: #fff;
}
.mt25{
    margin-top: 25px;
}
.mt35{
    margin-top: 35px;
}
.mt50{
    margin-top: 50px;
}
.mt0{
    margin-top: 0 !important;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mt40{
    margin-top: 40px;
}
.ml10{
    margin-left: 10px;
}
.db{
    display: block;
}
.dib{
    display: inline-block;
}
.vab{
    vertical-align: bottom;
}
.gray_bg{
    background-color: #fbfbfb;
}
.dd_select .dd option{
    background-color: #fff;
    color: #162239;
}
.dd_select{
    position: relative;
    border-radius: 5px;
    border: 1px solid;    
    transition: all 0.5s ease;
}
.dd_select:before{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 1;
    color: #a3a7b0;
    margin-right: 25px;
}
.white_section + .white_section{
    margin-top: -70px;
}
/* == COMMON == */
.top-logo .fd-link:before, .top-logo .fd-link:after {
    width: 100%;
    height: 23px;
    display: block;
    content: '';
}
/* == TOURISM == */
.img_block{
    position: relative;
    background-color: #fbfbfb;
}
.img_block + .img_block{
    margin-top: 5px;
}
.txt_blk{
    width: 37%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
}
.img_blk{
    width: 63%;
    position: absolute;
    top: 0;
    height: 100%;
}
.txt_blk .sizer{    
    padding-top: 88.8%;
}
.txt_blk .sizer, .carousel_content .sizer, .video_content .sizer{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    top: 0;
}
.txt_blk_content{
    padding: 40px;
    width: 72%;
    max-width: 610px;
    margin: auto;
}
.abs_img{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}
.img_block.left_block .img_blk{
    left: 0;
}
.img_block.right_block .img_blk{
    right: 0;
}
.img_block.left_block .txt_blk{
    margin-left: 63%;
}
.grid{
    display: inline-block;
}
.col_1_4{
    width: 25%;
}
.col_1_2{
    width: 50%;
}
.col_3_4{
    width: 75%;
}
.col_1{
    width: 100%;
}
.grid_head{
    padding: 30px;
}
.grid_head .grid_head_hold{
    width: calc(100% - 1px);
    display: inline-block;
    vertical-align: middle;
}
.grid_head:after{
    width: 1px;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.col_1_4 .grid_img{    
    padding-top: 63.71%;
}
.col_1_2 .grid_img{    
    padding-top: 31.86%;
}
.col_3_4 .grid_img{    
    padding-top: 21.23%;
}
.col_1 .grid_img{    
    padding-top: 15.92%;
}
.grid_img{
    position: relative;
}
.grid_blocks .grid_img{
    background-color: #0F1A2F;
}
.has-no-touchevents a.grd_lnk:hover .bgimage{
    opacity: 0.7;
}
.grid_blocks .grid:nth-child(even) .grid_head, .grid_blocks.three_column .grid:nth-child(1) .grid_head, .grid_blocks.three_column .grid:nth-child(3) .grid_head{
    background-color: #fbfbfb;
}
.grid_blocks.three_column .grid:nth-child(2) .grid_head{
    background-color: transparent;
}
.carousel_block, .video_block{
    position: relative;
    background-color: #fbfbfb;
}
.carousel_img, .video_img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.carousel_content, .video_content{
    margin-left: 50%;
}
.carousel_cont{
    padding: 40px;
    width: 66.42%;
    max-width: 640px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}
.carousel_slide, .carousel_content {
    height: 100%;
}
.carousel_slide{
    width: 100%;
}
.carousel_content{
    position: relative;
    text-align: center;
}
.carousel_content .sizer{
    padding-top: 85%;
}
.carousel_cont_hei {
    display: block;
    font-size: 0;
    height: 100%;
}
.carousel_cont_hei:after{
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.custom-pager{
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
}
.pager{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #b6bac3;
    margin: 0 5px;
}
.pager.cycle-pager-active{
    background-color: #162239;    
}
.video_cont{
    padding: 40px;
    width: 65%;
    max-width: 565px;
    margin: auto;
}
.v_link_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 1;
}
.v_link_btn .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    font-size: 35px;
    color: #fff;
    transition: color 0.4s;
}
.has-no-touchevents .v_link_btn:hover{
    background-color: #fff;
}
.has-no-touchevents .v_link_btn:hover .fa{
    color: #18233a;
}
.video_content{
    position: relative;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_content .sizer{
    padding-top: 65.71%;
}
.hightlight_block_img{
    text-align: center;
}
.section_logo{
    display: inline-block;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
.section_logo:before{
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #18233a;    
}
.section_logo img{
    height: 60px;
}
.title_block{
    padding: 55px 0px;
}
.title_block_title{
    font-size: 48px;
    line-height: 1;
}
.title_block .title_block_title, .title_block .btn{
    display: inline-block;
}
.title_block .c{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_block .btn{
    float: right;
}
/* == TOURISM == */
/* == ACCOMMODATION == */
.accomodation .head{
    padding: 50px 0;
}
.btn_group{
    padding-top: 30px;
    font-size: 0;
    margin: 0 -10px;
}
.btn_group .left, .btn_group .right, .dd_text, .dd_select{
    display: inline-block;
    vertical-align: middle;
}
.btn_group .left, .btn_group .right{
    vertical-align: top;
}
.btn_group .left{
    width: 70%;
}
.btn_group .left .btn{
    margin-left: 10px;
    margin-top: 10px;
}
.btn_group .right{
    width: 30%;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.dd_text{
    font-size: 18px;
    margin-right: 15px;
}
.btn_group .btn, .btn_group .dd_select .dd{
    min-width: 190px;
    padding: 20px 10px;
    cursor: pointer;
    text-align: center;    
    text-align-last: center;
}
.btn_group .dd_select .dd{
    padding: 20px 60px 20px 20px;
}
.grid_cat a{
    display: inline-block;
}
.grid_cat span{
    font-family: 'proxima_nova_ltlight';
    display: inline-block;
    padding: 0 5px;
}
.has-no-touchevents .grid_cat a:hover{
    color: #79818c;
}
.img-lnk{
    height: 100%;
    background-color: #18233a;
}
.has-no-touchevents a.img-lnk:hover .bgimage{
    opacity: 0.7;
}
/* == ACCOMMODATION == */

/* == ITINERARIES == */
.days_count_desc{
    margin-top: 50px;
}
.days_count, .days_count_desc .section_desc{
    display: inline-block;
}
.days_count{
    width: 40%;
    text-align: left;
}
.days_count_desc .section_desc{
    width: 60%;
    padding-left: 30px;
}
.days span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.day{
    font-size: 90px;
}
.day_txt{
    font-size: 38px;
    padding-left: 20px;
}
.keyword{
    display: block;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-top: 15px;
    line-height: 1;
}
.itine_blocks .keyword:first-child{
    margin-top: 0;
}
.title_block .right{
    float: right;
}
.itine_blocks .days_count_desc .days_count, .itine_blocks .days_count_desc .section_desc{
    display: block;
    width: 100%;
}
.itine_blocks .days_count .days, .itine_blocks .days_count .keywords{
    display: inline-block;
    vertical-align: middle;
}
.itine_blocks .days_count .days{
    padding-right: 45px;
}
.itine_blocks .days_count_desc .section_desc{
    padding-left: 0;
    padding-top: 30px;
}
.itine_blocks .days_count_desc{
    margin-top: 25px;
}
/* == ITINERARIES == */

/* == INTERESTS == */
.btn_group.btn_group_right{
    float: right;
    padding-top: 0;
}
.btn_group_right .btn{
    margin-left: 10px; 
    float: none;
}
/* == INTERESTS == */
/* == SUB MENU == */
.sub_menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color:rgba(24, 30, 41, 0.9);
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .01s .3s;    
    font-family: 'proxima_nova_ltlight', arial, sans-serif;
}
.open-sub-menu .sub_menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}
.menu_left, .menu_right{
    display: inline-block;
}
.menu_left{
    width: 31.07%;
    padding: 70px 0 35px 0;
}
.menu_left .heading{
    font-size: 32px;
    color: #fff;
    line-height: 1;
    padding: 0 70px;
}
.menu_left .link{
    color: #7a838c;
    font-size: 18px;
    display: block;
    padding: 10px 70px;
    margin: 15px 0;
    line-height: 1;
}
.menu_left .link:hover{
    color: #fff;
}
.menu_right .links, .menu_right .link_img{
    display: inline-block;
    padding: 70px;
}
.menu_right .links{
    width: 37.3%;
    position: relative;
}
.menu_right .links:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 140px);
    content: '';
    background-color: #b8b8b8;
}
.menu_right .links .head{
    font-size: 24px;
    font-family: 'proxima_nova_rgbold';
    line-height: 1;
    padding-bottom: 20px;
}
.menu_right .links .link,.con_mnu .link {
    font-size: 18px;
    display: block;
    line-height: 1;
    padding: 10px 0;
    margin: 5px 0;
}
.menu_right .links .link:hover,.con_mnu .link:hover {
    font-weight: bold;
}
.menu_right .link_img{
    width: 62.7%;
}
.menu_right .btn{
    padding: 20px 15px;
    margin-top: 50px;
}
.menu_head{
    font-size: 32px;
    line-height: 1;
}
.menu_img{
    position: relative;
    padding-top: 51.04%;
    margin-top: 40px;
    border: 1px solid #b8b8b8;
}
.logo_img{
    width: auto;
    height: 53px;
}

/* == SINGLE == */

.single_container{
    max-width: 1365px;
    margin: auto;
    padding: 0 60px;
}
.overview{
    margin: 0 75px;
    background-color: #fbfbfb;
    font-size: 0;
    position: relative;
}
.overview:before{
    width: 30.9%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f6f6f6;
}
.overview .left, .overview .right{
    display: inline-block;
}
.overview .left{
    padding: 50px 35px; 
    width: 30.9%;
    position: relative;
}
.overview .right{
    padding: 50px;
    width: 69.1%;
}
.overview .left .keyword, .overview .right .keyword{
    margin-top: 0;    
    margin-bottom: 15px;
}
.overview .left .k_d{
    border-bottom: 1px solid #18233a;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.rate_star li{
    display: inline-block;
    margin-left: 10px;
}
.rate_star li:first-child{
    margin-left: 0;
}
.rate_star li .fa{
    font-size: 35px;
    line-height: 1;
    color: #b3b6bd;
}
.rate_star li .fa.active{
    color: #18233a;
}
.rate_status{
    font-size: 18px;
    padding-top: 20px;
    line-height: 1;
}
.overview .right .keyword{
    margin-bottom: 0;
}
.short_desc{
    font-size: 18px;
    color: #18233a;
    padding-top: 20px;
    line-height: 1.3;
}
.overview .right .keywords{
    padding-top: 30px;
}
.overview .right .keywords .keyword{
    margin-bottom: 10px;
}
.contain_content{
    margin: 130px -45px 0 -45px;
    font-size: 0;
    position: relative;
}
.contain_content .block{
    display: inline-block;
    padding: 0 45px;
}
.contain_content .left{
    width: 70.68%;
}
.contain_content .right{
    width: 29.32%;
    position: absolute;
    top: 0;
}
.single_slide{
    position: relative;
    padding-top: 56.68%;
    width: 100%;
}
.single_slides .controls{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 110;
    cursor: pointer;
}
.single_slides .prev{
    left: 0;
    margin-left: -40px;
}
.single_slides .next{
    right: 0;
    margin-right: -40px;
}
.single_slides .fa{
    font-size: 35px;
    transition: color 0.5s;
    font-style: normal;
}
.single_slides .controls:hover .fa{
    color: #b3b6bd;
}
.sidebar .grid{
    margin-top: 10px;
    width: 100%;
}
.sidebar .grid:first-of-type{
    margin-top: 30px;
}
.sidebar .grid_head{
    padding: 20px;
    background-color: #fbfbfb;
}
.sidebar .grid_img{
    padding-top: 63.60%;
}
.know_grids{
    font-size: 0;
    padding: 0 30px;
    margin-top: 50px;
}
.know_grid{
    width: 25%;
    display: inline-block;
    padding: 45px 30px 0 30px;
    text-align: center;
}
.grd_img{
    position: relative;
    width: 190px;
    height: 190px;
    display: inline-block;
    border-radius: 50%;
}
.grd_img .bgimage, .grd_img_hover{
    border-radius: 50%;    
}
.grd_img_hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grd_img_hover span{
    font-size: 18px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    transform: translateY(15px);
    transition: transform 0.5s;
}
.grd_img:hover .grd_img_hover{
    opacity: 1;
    visibility: visible;
}
.grd_img:hover .grd_img_hover span{
    transform: translateY(0);
}
.know_grid .title{
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    margin-top: 25px;
}
.know_grid .grd_desc{
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.3;
}
.interested_grid .grid_blocks{
    margin-top: 40px;
}
.facts_sidebar{
    background-color: #fbfbfb;
    padding: 45px 35px;
    margin-top: 35px;
}
.facts_sidebar .head{    
    font-family: 'proxima_novasemibold';
    font-size: 24px;
    margin-top: 40px;
}
.facts_sidebar .head:first-child{
    margin-top: 0;
}
.facts_sidebar .value{
    font-size: 18px;
    margin-top: 10px;
}
.facts_sidebar .value .small{
    font-size: 18px;
}

/* == TYPOGRAPHY == */

.editor > *:first-child{
    margin-top: 0;
}
.editor h1, .h1, .editor h2, .h2, .editor h3, .h3, .editor h4, .h4, .editor h5, .h5, .editor h6, .h6, .single_slides, .block .map-outer,.editor table {
    margin-top: 60px;
    line-height: 1;
}
.editor h1, .h1{
    font-size: 54px;
}
.editor h2, .h2{
    font-size: 48px;
}
.editor h3, .h3{
    font-size: 44px;
}
.editor h4, .h4{
    font-size: 38px;
}
.editor h5, .h5{
    font-size: 32px;
}
.editor h6, .h6{
    font-size: 28px;
}
.editor p{
    font-size: 18px;
    margin-top: 30px;
}
.editor p:after {
    clear: both;
    display: block;
    content: '';
}
.editor ul, .editor li, .editor ol{
    list-style: none;
}
.editor ul, .editor ol{
    margin-top: 30px;
}
.editor ol{
    counter-reset: item;
}
.editor ul li, .editor ol li{
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #18233a;
    margin-top: 20px;
}
.editor ul li:first-child, .editor ol li:first-child{
    margin-top: 0;
}
.editor ol li{
    counter-increment: item;
}
.editor ul li:before{
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #18233a;    
}
.editor ol li:before{
    position: absolute;
    left: 0;
    top: 3px;
    content: counter(item)'.';
    font-size: 13px;
    color: #18233a;    
}
.editor strong{
    font-weight: bold;
}
.editor img.alignright { float: right; margin: 0 0 1em 1em; }
.editor img.alignleft { float: left; margin: 0 1em 1em 0; }
.editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.editor .alignright { float: right; }
.editor .alignleft { float: left; }
.editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.editor figure {
    width: auto !important;
    max-width: 100%;
}
.editor a{
    word-break: break-word;
    border-color : transparent;
    font-weight: 600;
    color: #66696f;
    transition: border-color .5s;
}
.has-no-touchevents .editor a:hover{
    border-bottom: 1px solid #66696f;
}
.editor i, .editor em{
    font-style: italic;
}
/* == FOOTER OPENED == */

.foot-top:hover, .foot-top.active{
    background-color: #273249;
}
.f_menus{
    background-color: #273249;
    padding: 0px 0px 45px;
    border-right: 1px solid #fff;
}
.f_menus_col{
    display: inline-block;
    padding: 45px 50px 0;
    max-width: 25%;
}
.f_menus_col .link{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    display: block;
    line-height: 1;
}
.f_menus_col > .link{
    font-family: 'proxima_novasemibold'; 
    margin-top: 0px;   
}
.has-no-touchevents .f_menus_col .link:hover{
    color: #79818c;
}

/* == INVESTMENT == */

.invest_grids{
    font-size: 0;
    margin: 0 -20px;
    padding-bottom: 100px;
}
.invest_grid{
    display: inline-block;
    padding: 0 20px;
    width: 25%;
    text-align: center;
}
.invest_grid .grid_img{
    position: relative;
    width: 230px;
    height: 230px;
    display: inline-block;
}
.invest_grid .grid_img .bgimage{
    border-radius: 50%;
}
.invest_grid .title{
    font-size: 24px;
    font-family: 'proxima_novasemibold';
    margin-top: 30px;
}
.invest_grid .grid_desc{
    font-size: 18px;
    margin-top: 25px;
}
.glance{
    padding: 70px 0;
}
.glance_contain{
    max-width: 1100px;
    margin: auto;
    padding: 0 60px;
}
.glance_grids{
    font-size: 0;
    border-right: 1px solid #e6ebec;
    border-bottom: 1px solid #e6ebec;
    margin-top: 70px;
}
.glance_grid{
    display: inline-block;
    width: 25%;
    text-align: center;
    border-left: 1px solid #e6ebec;
    border-top: 1px solid #e6ebec;
}
.glance_grid .title{
    font-size: 20px;
    padding: 30px 15px;
}
.glance_grid .title:after{
    width: 1px;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.glance_grid .title span{
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 1px);
}
.glance_grid .value {
    color: #fff;
    padding: 30px 5px;
    position: relative;
}
.glance_grid .value:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top: 13px solid #fff;
    margin: auto;
}
.glance_grid .value_blk{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1px);
}
.glance_grid .value:after{
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.glance_grid:nth-child(2n) .title{
    background-color: #fbfbfb;
}
.glance_grid .big{
    font-size: 60px;
    line-height: 1;
}
.glance_grid .medium{
    font-size: 27px;
    line-height: 1;
}
.glance_grid .medium_large{
    font-size: 40px;
    line-height: 1;    
}
.glance_grid .small{
    font-size: 20px;
    line-height: 1;
}
.glance_grid .black{
    background-color: #111e37;
}
.glance_grid .blue{
    background-color: #1c3054;
}
.glance_grid .dark_green{
    background-color: #1c4354;
}
.glance_grid .green{
    background-color: #1c544f;
}
.img_block_half .img_blk, .img_block_half .txt_blk{
    width: 50%;
}
.img_block_half.left_block .txt_blk {
    margin-left: 50%;
}
.img_block_half .txt_blk .sizer{
    padding-top: 66.18%;
}

/* == MEDIA == */

.video_grids .v_link_btn{
    width: 65px;
    height: 65px;
}
.video_grids .v_link_btn .fa{
    font-size: 28px;
}
.video_grids .grid_img:after, .video_block .video_img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 35, 58, 0.39);
}

/* == MEDIA GALLERY == */

.download_img.btn_group{
    padding-top: 0;
    margin: 0 -20px;
}
.download_img .btn {
    min-width: 250px;
    float: none;
}
.download_img > *{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.radio_group input{
    display: none;
}
.lbl{
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}
.lbl_txt{
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
}
.lbl_indi{
    width: 30px;
    height: 30px;
    border: 1px solid #18233a;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    position: relative;
}
.radio_group input + .lbl .lbl_indi:before{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    content: '';
    background-color: transparent;
    border-radius: 50%;
    transition: background-color 0.4s;
}
.radio_group input:checked + .lbl .lbl_indi:before{
    background-color: #18233a;
}
.deselect{
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    position: relative;
    padding-bottom: 3px;
}
.deselect:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #18233a;
    transition: width 0.4s;
}
.deselect:hover:after{
    width: 0;
}
.gallery_imgs {
    margin-top: -20px;
    font-size: 0;
}
.gallery_imgs .grid:nth-child(even) .grid_head {
    background-color: #fbfbfb;
}
.gallery_imgs .grid{
    margin-top: 20px;
}
.img_input{
    display: none;
}
.lbl_img{
    cursor: pointer;
    display: block;
    position: relative;
}
.lbl_img:before, .lbl_img:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    box-sizing: border-box;
    transition: all 0.6s;
}
.lbl_img:before{
    left: 0;
    top: 0;    
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
}
.lbl_img:after{
    right: 0;
    bottom: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.img_input:checked + .lbl_img:before, .img_input:checked + .lbl_img:after{
    border-color: #162239;
}
.check_clr{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-radius: 50%;
    background-color: rgba(255,255,255,0.35);
    margin-left: 20px;
    margin-bottom: 20px;
}
.check_clr:before{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transition: background-color 0.4s;
}
.img_input:checked + .lbl_img .check_clr:before{
    background-color: #18233a;
}
.lbl_img:hover .bgimage{
    opacity: 0.8;
}

/* == WHY INVESTMENT == */

.invest_tab{
    font-size: 0;
    margin: 0 -22.5px;
    position: relative;
}
.invest_tab:before{
    width: calc(21.25% - 22.5px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fbfbfb;
    content: '';
}
.invest_tab .block{
    display: inline-block;
    padding: 0 22.5px;
}
.invest_tab .left{
    width: 78.75%;
    overflow: hidden;
}
.invest_tab .right{
    width: 21.25%;
    float: right;
}
.invest_tab:after{
    clear: both;
    content: '';
    display: block;
}
.tab_link{
    font-size: 22px;
    color: #162239;
    display: block;
    padding: 25px 35px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    position: relative;
    line-height: 1;
}
.tab_link:before{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    content: '';
    transition: border 0.4s;
}
.tab_link:first-child{
    border-top: 1px solid #d7d7d7;
}
.tab_link:hover, .tab_link.active{
    background-color: #162239;
    color: #fff;
}
.tab_link:hover:before, .tab_link.active:before{
    border-right-color: #162239;
}
.invest_tab .title{
    max-width: 800px;
    padding: 60px;
    margin: auto;
    text-align: center;
    line-height: normal;
}
.invest_block{
    position: relative;
}
.invest_blocks .img_blk, .invest_blocks .txt_blk{
    width: 50%;
}
.invest_blocks .img_block.left_block .txt_blk{
    margin-left: 50%;
}
.invest_blocks .sizer{
    /*padding-top: 130.84%;*/
    padding-top: 95%;
}
.invest_blocks .txt_blk_content{
    max-width: 570px;
    width: 90%;
}

/* == CONTACT == */

.contact_form_section{
    padding: 55px 0;    
}
.contact_pad{
    padding-bottom: 55px;
}
.contact_form{
    max-width: 995px;
    margin: auto;
    padding: 0 60px;
}
.field_groups{
    font-size: 0;
    margin: 0 -20px;
}
.field_groups .field_group{
    display: inline-block;
    padding: 0 20px;
}
.field_groups .field_group:first-child{
    width: 60.2%;
}
.field_groups .field_group:nth-child(2){
    width: 39.8%;
}
.field_group .form_control{
    border:1px solid #d3d4d9;
    width: 100%;
    padding: 20px 25px;
    font-size: 28px;
    line-height: 1;
}
.field_group .form_control option{
    font-size: 18px;
}
.field_lbl{
    color: #18233a;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    display: block;
    margin-bottom: 15px;
}
.field_group .wpcf7-text, .field_group .wpcf7-select{
    height: 70px;
}
.field_group .wpcf7-text, .field_group .wpcf7-textarea{
    background-color: #fbfbfb;
}
.field_group .form_control.wpcf7-select {
    padding-right: 60px;
}
.field_group .wpcf7-form-control-wrap{
    display: block;
    position: relative;
}
.field_select .wpcf7-form-control-wrap:before{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #18233a;
    margin-right: 25px;
}
.field_select select{
    position: relative;
    background-color: transparent;
}
.contact_form .btn{
    min-width: 160px;
    transition: all 0.4s;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    font-size: 14px;
}
.wpcf7-validation-errors,.wpcf7-spam-blocked {
    border: none !important;
    font-size: 18px;
    text-align: center;
}
div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    pointer-events: none;
}
.field_group{
    position: relative;
}
.contact_detail{
    background-color: #fbfbfb;
    padding: 55px 0;
}
.contact_contain{
    margin: auto;
    padding: 0 60px;
    max-width: 1090px;
    font-size: 0;
}
.contact_detail .blocks{
    margin: 0 -40px;
}
.contact_detail .block{
    width: 28%;
    padding: 0 40px;
    display: inline-block;
}
.contact_detail .block:nth-of-type(2){
    width: 44%;
}
.contact_detail .head{
    color: #18233a;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
}
.contact_detail .c_link, .contact_detail .text , .contact-details-phone{
    font-size: 18px;
    line-height: normal;
    margin-top: 4px;
    position: relative;
}
.contact_detail .c_link:before{
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #18233a;
    transition: width 0.4s;
}
.has-no-touchevents .contact_detail .c_link:hover:before{
    width: 100%;
}
.has-no-touchevents .contact_detail .c_link.p_no:hover:before{
    width: 0%;
}
.contact_detail .c_link.p_no span ,.contact-details-phone a{
    transition: border-bottom-color .5s;
    border-bottom: 1px solid transparent;
}
.has-no-touchevents .contact_detail .c_link.p_no:hover span {
    border-bottom-color: #18233a;
}
.has-no-touchevents .contact-details-phone a:hover{
    border-bottom-color: #18233a;
}
.s_link{
    width: 45px;
    height: 45px;
    background-color: #24303c;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
}
.s_link:first-of-type{
    margin-left: 0;
}
.s_link .fa{
    font-size: 27px;
}
.s_link:hover{
    color: #cacaca;
}

.footer-link-item{
    display: inline-block;
}
.burger_menu {
    position: relative;
    width: 27px;
    height: 23px;
    display: none;
    vertical-align: middle;
    margin-left: 30px;
}
.burger_menu .lines{
    width: 100%;
    height: 3px;
    background-color: #18233a;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    transition: background-color 0.01s;
}
.burger_menu .lines:before, .burger_menu .lines:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background-color: #18233a;
    transition: transform 0.4s, background-color 0.4s;
}
.burger_menu .lines:before{
    top: -8px;    
}
.burger_menu .lines:after{
    top: 8px;    
}
.open-menu .burger_menu {
    width: 27px;
}
.open-menu .burger_menu .lines{
    background-color: transparent;
}
.open-menu .burger_menu .lines:before, .open-menu .burger_menu .lines:after{
    top: 0;    
}
.open-menu .burger_menu .lines:before {
    transform: rotate(45deg);
}
.open-menu .burger_menu .lines:after {
    transform: rotate(-45deg);
}

.rwand-shape img{
    height: 100px;
    width: auto;
}
.banner-logo img{
    height: 108px;
    width: auto;
}

div.wpcf7-mail-sent-ok {
    border: none;
    font-size: 18px;
    text-align: center;
}
div.wpcf7-response-output{
    padding: 0;
    margin: 30px 15px 0px 15px;
}

/* == VIDEO == */

.video_overlay{
    background-color: #18233a;
}
.video_section{
    max-width: 1030px;
    margin: auto;
    padding: 60px;
}
.video_section .title{
    color: #fff;
    font-size: 38px;
}
.video_hold{
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
}
.video{
    position: relative;
}
.video .sizer{
    padding-top: 62.64%;
}
.video iframe, .video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_foot{
    font-size: 0;
    text-align: right;
    margin-top: 20px;
}
.video_foot .inf_txt{
    color: #fff;
    font-size: 18px;
}
.video_foot .inf_txt, .video_foot .btn{
    display: inline-block;
    vertical-align: middle;
}
.video_foot .btn{
    margin-left: 20px;
}
.video_foot .btn:hover{
    background-color: #000;
}
.field_groups .field_group.field_hidden {
    display: none;
}
.bloga_block .grid_img_hover, .news_block .grid_img_hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.5s;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;    
}
.bloga_block .news_text, .news_block .news_text{
    font-size: 18px;
    color: #fff;
    transform: translateY(15px);
    transition: transform 0.5s;    
}
.bloga_block .grd_lnk:hover .news_text, .news_block .grd_lnk:hover .news_text{
    transform: translateY(0);
}
.bloga_block .grd_lnk:hover .grid_img_hover, .news_block .grd_lnk:hover .grid_img_hover{
    opacity: 1;
    visibility: visible;    
}