/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&subset=latin-ext');

@font-face {
    font-family:'AvenirNext';
    src: url('../fonts/AvenirNext-UltraLight.woff') format('woff'),
        url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'AvenirNext';
    src:    url('../fonts/AvenirNext-Regular.woff') format('woff'),
        url('../fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'AvenirNext';
    src: 	url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

/* Global properties ======================================================== */

.myImgCrop {
    width: 350px; 
    height: 300px;
    object-fit: cover;
    /* border: 5px solid black; */
    padding: 5px; 
    /* max-width: 300px; */
}

.myImgCrop:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* transform: translate(-50%, -50%);  */
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

.mySmallImgCrop {
    width: 200px; 
    height: 100px;
    object-fit: cover;
    /* border: 5px solid black; */
    padding: 5px; 
    /* max-width: 300px; */
}

.mySmallImgCrop:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* transform: translate(-50%, -50%);  */
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

.myShipImgCrop {
    width: 150px; 
    height: 100px;
    object-fit: cover;
    /* border: 5px solid black; */
    padding: 5px; 
    /* max-width: 300px; */
}

.myShipImgCrop:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* transform: translate(-50%, -50%);  */
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

.mySiteImgCrop {
    width: 350px; 
    height: 300px;
    object-fit: cover;
    /* border: 5px solid black; */
    padding: 5px; 
    /* max-width: 300px; */
}

a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a{ color:#4e82c7; text-decoration: none; outline:none}
a:hover{ color:#4e82c7; text-decoration: none; outline:none}

body{ background-color: #ffffff; border:0; font-size: 13px; color:#2d313f ; line-height:1.5; min-width:320px; font-family:'AvenirNext'; font-weight: 400;}


.container { position: relative; min-width: 320px;}

.top2_wrapper .container {}

#main{margin: 0 auto; position: relative; overflow: hidden;}

/* Page Animated item Styles */
.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

#map {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    background: #fff;
    border: none;
    line-height: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* ============================= header ====================== */
#top0{position: relative; background: #fff; z-index: 1;}

.ic1{font-size: 14px; line-height: 20px; color: #a5a5a5; padding-top: 4px; padding-bottom: 3px;}
.ic1 i{color: #00e6ff; line-height: 20px; float: left; padding-right: 10px;}
.ic1 span{display: table;}
.ic1 span a{color: #a5a5a5; text-decoration: none;}

.mail1_wrapper{float: left; padding-right: 20px;}

.skype1_wrapper{float: left; padding-right: 20px;}

.login1_wrapper{float: right; padding-left: 20px;}

.register1_wrapper{float: right;}



#top1{width: 100%;  /*z-index: 99;*/ min-width: 320px; height: auto; border-bottom: 2px solid #000000;}
.admin-front #top1{width: 100%;  /*z-index: 99;*/ min-width: 320px; height: auto; border-bottom: 1px solid #262524;}

#top2-sticky-wrapper{width: 100%; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;}

.sticky-wrapper.is-sticky {width: 100%; height: auto;}

#top2 {position: relative; z-index: 40; width: 100%; height: auto; }
#top3 {position: relative;
       z-index: 3;
       width: 100%;
       height: auto;
       background: #fff;
}

.top2_wrapper{background: none; position: absolute;z-index: 30; background: #58595b; box-shadow: 0 0 3px rgba(0,0,0,0.28);
              transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.admin-front .is-sticky .top2_wrapper{box-shadow: 0 0 3px rgba(0,0,0,0.28);}



.top2{position: relative; margin-top: 10px;
      transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;}

header{position: absolute; top:0px; width: auto; margin-top: 0px; z-index: 99; margin-left: 40px;}
.logo_wrapper {
    width: auto;
    height: auto;
    padding: 12px 0px 5px 0px; text-align: center; margin: 0px auto;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.logo_wrapper img {position: relative; float: left; height: 40px;}

.call1_wrapper{float: right; margin-top: 11px;}
.call1{position: relative; padding-left: 40px; padding-right: 50px; text-align: center; text-transform: uppercase; font-size: 16px;}
.call1 i{font-size: 37px; line-height: 1; color: #00e6ff; position: absolute; right: 0; top: 0;}
.call1 .txt1{display: block; color: #c9c9c9;}
.call1 .txt2{display: block; color: #000000;}



/* ============================= content ====================== */
.listing4-big-image{margin-bottom: 40px;}
.listing7-big-image{margin-bottom: 20px;}

.page-listing7 #google_map{height: 200px;}

.page-listing7 #google_maps{height: 200px;}

.listing4-overview-wrapper{background: #f8f8f8; border: 1px solid #ededed; padding: 20px; margin-bottom: 20px;}
.listing4-overview-wrapper .title{font-size: 24px; padding-bottom: 10px;}
.listing4-overview-wrapper dl{font-size: 14px;}
.listing4-overview-wrapper .dl-horizontal dt{width: 60px; margin-bottom: 5px; float: left;}
.listing4-overview-wrapper .dl-horizontal dd{margin-left: 80px; margin-bottom: 5px;}

.listing7-overview-wrapper{background: #f8f8f8; border: 1px solid #ededed; padding: 15px; margin-bottom: 20px;}
.listing7-overview-wrapper .title{font-size: 24px; padding-bottom: 10px;}
.listing7-overview-wrapper dl{font-size: 13px; margin-bottom: 0;}
.listing7-overview-wrapper .dl-horizontal dt{width: 60px; margin-bottom: 5px; float: left; text-align: left;}
.listing7-overview-wrapper .dl-horizontal dd{margin-left: 70px; margin-bottom: 5px;}

.listing4-description-wrapper{margin-bottom: 20px;}
.listing4-description-wrapper .title{font-size: 24px; padding-top: 20px; padding-bottom: 15px;}

.listing7-description-wrapper{margin-bottom: 20px;}
.listing7-description-wrapper .title{font-size: 24px; padding-top: 15px; padding-bottom: 15px;}

.listing4-agent-wrapper{position: relative; margin-bottom: 20px;}

.listing7-agent-wrapper{position: relative; margin-bottom: 20px;}



.recent_wrapper{padding: 30px 30px 10px; background: #f8f8f8; margin-bottom: 20px;}

.recent1{position: relative; margin-bottom: 20px;}
.recent1 a{display: block; text-decoration: none;}
.recent1 a figure{float: left; margin-right: 15px;}
.recent1 a .caption{display: block; overflow: hidden;}
.recent1 a .caption .txt1{display: block; font-size: 14px; font-style: italic; color: #aeaeae;}
.recent1 a:hover .caption .txt1{color: #2d313f;}
.recent1 a .caption .txt2{display: block; color: #2d313f; font-size: 15px;}
.recent1 a:hover .caption .txt2{color: #aeaeae;}

/* ============================= blog ====================== */
.post{margin-bottom: 50px;}

.post .post-story-info{margin-bottom: 25px; color: #d6d6d6;}
.post .post-story-info .date1{ color: #76ad88;}
.post .post-story-info .by{ color: #76ad88;}
.post .post-story-info .by a{text-decoration: none; color: #76ad88;}

.post .post-header{position: relative; margin-bottom: 15px;}
.post .post-header .post-img{position: relative; border-right: 2px solid #eaeaea; border-bottom: 3px solid #eaeaea;}
.post .post-header .post-img img{width: 100%;}

.post .post-story{}
.post .post-story .post-story-body{margin-bottom: 15px;}
.post .post-story .post-story-link{}

.num-comments{font-size: 16px; color: #2d313f; font-weight: 600; padding: 20px 0;}
.num-comments span{color: #00e6ff;}

.comment-block{margin-bottom: 20px;}
.comment-block.left1{margin-left: 87px;}
.comment-block figure{float: left; margin-right: 15px; border-right: 2px solid #eaeaea; border-bottom: 3px solid #eaeaea;}
.comment-block figure.author{border-color: #d6e6db;}
.comment-block figure img{}
.comment-block .caption{overflow: hidden;}
.comment-block .caption .top{padding-bottom: 10px; color: #2d313f; font-size: 16px; font-weight: 400;}
.comment-block .caption .top span{display: inline-block; margin: 0 10px; background: url(../images/marker.png) center center no-repeat; width: 3px; height: 3px; vertical-align: middle;}
.comment-block .caption .top .txt1{display: inline-block;}
.comment-block .caption .top .txt1 a{color: #2d313f; text-decoration: none;}
.comment-block .caption .top .txt1 em{font-style: normal; background: #00e6ff; font-size: 14px; line-height: 15px; padding: 0 5px; color: #fff; margin-left: 10px;}
.comment-block .caption .top .txt2{display: inline-block; font-size: 14px; color: #b0b0b0;}
.comment-block .caption .txt{padding-bottom: 10px;}
.comment-block .caption .txt3{display: inline-block;}
.comment-block .caption .txt3 a{color: #b0b0b0; text-decoration: none;}


.live-comment{padding-top: 20px; padding-bottom: 20px;}
.live-comment .live-comment-title{font-size: 16px; color: #2d313f; font-weight: 600; padding: 20px 0;}
.live-comment .live-comment-title span{color: #00e6ff;}





/* ============================= blog end ====================== */






.breadcrumbs1{padding: 5px 0px 30px 0px; margin-top: 0px; font-weight: 400; line-height: 20px; color: #262524; font-size: 14px; list-style: none;}
.breadcrumbs1 li {float: left;}
.breadcrumbs1>li+li:before {
    content: "> ";
    padding: 0 5px;
    color: #5f6062;
}
.breadcrumbs1 a{color: #262524; text-decoration: none;}
.breadcrumbs1 a:hover{color: #000; text-decoration: none;}
.breadcrumbs1 span{color: #262524; padding: 0 10px 0 0px;}

.sidebar1{padding-top: 20px; padding-bottom: 20px;}

.content1{padding-top: 20px; padding-bottom: 20px;}

.border-right{padding-right: 29px; border-right: 1px solid #f0f0f0;}


#content{position: relative; padding-top: 50px; padding-bottom: 50px;}

#header_map{position: relative; margin-bottom: 50px;}

#header_map #google_map{height: 0; padding-bottom: 51%; position: relative;}

#header_map #google_maps{height: 0; padding-bottom: 51%; position: relative;}

.header_block1 .title{float: left;}

.header_block1 .view_block1{float: right;}

.view_block1{padding-top: 20px; padding-bottom: 20px; white-space: nowrap; }

.view_list1{padding: 0; margin: 0; line-height: 1; display: inline-block; vertical-align: middle; padding-right: 30px;}
.view_list1 li{display: inline-block; font-size: 24px; line-height: 1; padding: 0 2px;}
.view_list1 li a{color: #c9c9c9;
                 transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.view_list1 li a:hover{color: #00e6ff;}
.view_list1 li.active a{color: #00e6ff;}

.view_txt1{display: inline-block; vertical-align: middle; padding-right: 15px;}

.view_select1{display: inline-block; vertical-align: middle; width: 100px;}

.pins{position: absolute; left: 50%; top: 0; width: 1170px; margin-left: -585px;}
.type-vertical-search .pins{margin-left: -765px;}
.pin1, .pin0{width: 90px; height: 119px; background: url(../images/pin1.png) 0 0 no-repeat; text-align: center; padding-right: 4px; padding-top: 26px; position: absolute;}
.pin0{background: url(../images/pin0.png) 0 0 no-repeat;}
.pin1 > i, .pin0 > i{line-height: 1; font-size: 28px; color: #000000;}
.p1{left: 150px; top: 130px;}
.p2{left: 250px; top: 280px;}
.p3{left: 360px; top: 195px;}
.p4{left: 560px; top: 60px;}
.p5{left: 900px; top: 30px;}
.p6{left: 1000px; top: 140px;}
.p0{left: 690px; top: 370px;}
.p0:hover .popup_wrapper{opacity: 1; filter:alpha(opacity=100); display: block;}


.popup_wrapper{position: absolute; display: none; left: 50%; margin-left: -227px; top: -180px; opacity: 0; filter:alpha(opacity=0);
               transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.popup{position: relative; width: 448px; background: #fff; box-shadow: 0 6px 9px rgba(0,0,0,.28);}
.popup:after{content: ''; position: absolute; width: 0px; height: 0px; border: 20px solid transparent; border-top: 20px solid #fff;  z-index: 1; margin-left: -20px; left: 50%; top: 100%;}

.popup figure{margin: 0; width: 50%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.popup figure img{width: 100%;}
.popup .caption{background: #f9f9f9; width: 50%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.popup .caption .txt{position: relative; padding: 10px;}
.popup .caption .txt1{font-weight: 400; font-size: 16px; line-height: 1.2; color: #2d313f; text-align: left;}
.popup .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.popup .caption .add1{border-bottom: 1px solid #ececec; border-top: 1px solid #ececec;}
.popup .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 14px; line-height: 20px; padding: 10px 3px;}
.popup .caption .add1 .details:first-child{border-left: none;}
.popup .caption .add1 .details i{font-size: 18px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 3px;}
.popup .caption .add2{background: #ececec;}
.popup .caption .add2 .price{float: left; line-height: 20px; padding: 10px; color: #2d313f; font-size: 16px; font-weight: 600;}
.popup .caption .add2 .btn_wrapper{float: right;}



#home{ position: relative; height:auto; overflow: hidden; }
.slider-video {position: absolute;     display: inline-block;
               vertical-align: baseline;
               top: -10%;
               left: 0;
               right: 0;
               margin-left: auto;
               margin-right: auto;
               z-index: 99;
               height: max-content;
}
.swiper-slide {
    height:800px!important;
}
.no-front .swiper-slide {
    height:100%!important;
}
.swiper-slide img {position: relative; margin: auto; visibility: visible; width: 100%; margin-top: -2%;}

.no-front #home{ position: relative; height:60vh; overflow: hidden; background: #fff;}
.no-front .slider-video {position: relative;     -webkit-box-align:center;
                         -webkit-box-pack:center;
                         display:-webkit-box; visibility: visible; height: auto; width: 100%;}
#home .home_title_prestige {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    z-index: 19;
    text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}
#home .title {position: absolute; bottom: 50px; width: 1200px; left: 0; right: 0; margin-left: auto; margin-right: auto; color: #fff; font-size: 50px; font-weight: 600; z-index: 9; padding-left: 15px; padding-right: 15px; text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}
#home .title2 {position: absolute; top: 550px; left: 0; right: 0; margin-left: auto; margin-right: auto; color: #eee; font-size: 22px; font-weight: 400; z-index: 9; text-align: center; text-transform: uppercase;
}
#home .title3 {position: absolute; top: 570px; left: 0; right: 0; margin-left: auto; margin-right: auto; color: #fff; font-size: 50px; font-weight: 600; z-index: 9; text-align: center;
               text-transform: uppercase;
               text-shadow: 0 1px 8px rgba(0,0,0,0.65);
}


.horisontal_search_wrapper{position: absolute; width: 1170px; left: 50%; margin-left: -585px; bottom: 50px; background: #fff;}
.vertical_search_wrapper{position: absolute; width: 310px; right: 50%; margin-right: -585px; top: 50%; margin-top: -220px; background: #f8f8f8;}


.horisontal_search_buttons{position: relative;}

.search_block{position: absolute; left: 0; top: -70px;}
.vertical_search_buttons .search_block{position: absolute; left: -70px; top: -70px;}
.search-wrapper{}
.search{padding-left: 70px; background: #0edff6; background: rgba(14, 223, 246, 0.7)}
.search input { width: 330px; height: auto; font-size: 24px; line-height: 30px; color:#fff; background: none; border: none; margin: 0; padding: 20px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-align: center; font-weight: 900;}
.vertical_search_buttons .search input{width: 310px;}
.search input:focus {color: #fff;  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: none;}
.search a{position: absolute; left: 0; top: 0; width: 70px; height: 70px; font-size: 32px; line-height: 70px; text-align: center; background: #00e6ff; color: #fff; text-decoration: none;}
.not-front .search a{background: #000;}

.search_location{position: absolute;right: 0; top: -70px;}
.vertical_search_buttons .search_location{position: absolute;right: 100%; top: 10px;}
.search_location a{position: relative; display: block; text-decoration: none;}
.search_location a i{display: block; width: 70px; height: 70px; line-height: 70px; text-align: center; color: #fff; background: #00e6ff; font-size: 32px;
                     transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.not-front .search_location a i{background: #000;}
.search_location a:hover i{background: #0288ad;}
.search_location a .txt1{position: absolute; right: 90px; top: 0; background: #009ac4; background: rgba(0, 154, 196, 0.6); white-space: nowrap; font-size: 24px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 70px; padding: 0 25px;
                         opacity: 0; filter:alpha(opacity=0);
                         transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.search_location a .txt1:after{content: ''; display: block; position: absolute; right: -14px; top: 50%; margin-top: -7px; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 14px; border-color: transparent transparent transparent #009ac4; border-color: transparent transparent transparent rgba(0, 154, 196, 0.6);}
.search_location a:hover .txt1{opacity: 1; filter:alpha(opacity=100);}

.horisontal_search{background: url(../images/px1.jpg) left bottom repeat-x #fff; padding: 50px 20px 40px 20px;}
.vertical_search{padding: 10px 0;}
.vertical_search2{padding: 30px 0 20px; background: #f8f8f8; margin-bottom: 20px;}

.form1{display: block;}
.form2{display: block;}
.form3{display: block;}
.form1 .select1_row{position: relative; margin-left: -10px; margin-right: -10px;}
.form2 .select1_row{position: relative; }
.form3 .select1_row{position: relative; }
.form1 .select1_col{float: left; width: 20%; padding: 0 10px; margin-bottom: 20px;}
.form2 .select1_col{padding: 0 30px; margin-bottom: 10px;}
.form3 .select1_col{padding: 0 30px; margin-bottom: 20px;}


.select1_wrapper{}

.select1_inner{position: relative; background: #fff; height: 42px; position: relative;}
.select1_inner:after{content: ''; display: block; width: 10px; height: 7px; background: url(../images/a1.png) 0 0 no-repeat; position: absolute; right: 10px; top: 17px;}

.select2{width: 100%; border: 1px solid #e8e8e8;}
.select2 *:focus{outline: none!important;}

.select2-container--default .select2-results > .select2-results__options{max-height: 500px;}
.select2-container--default .select2-selection--single{background: none;border-radius: 0; border: none; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 16px; line-height: 20px; padding: 10px 20px 10px 15px; color: #2d313f;}
.select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-dropdown{background: none;border-radius: 0; z-index: 10; min-width: 0px;}
.select2-container--open .select2-dropdown--below{border: none;}

.select2-results__option{padding: 3px  5px 3px 15px; background: #fff; font-size: 16px; line-height: 20px; color: #2d313f; }
.select2-results__option:first-child{border-top: none;}

.select2-container--default .select2-results__option[aria-selected=true]{background: #f3f3f3; color: #2d313f;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #f3f3f3; color: #2d313f;}

.btn-form1-submit{border: none; font-family: 'AvenirNext'; font-size: 18px; font-weight: bold; padding: 11px 5px; background: #000; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 0; color: #fff;
                  transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form1-submit:hover{background: #ff0000; color: #fff;}
.btn-form1-submit:focus{outline: none;}

.btn-form2-submit{border: none; font-family: 'AvenirNext'; font-size: 20px; font-weight: bold; padding: 20px 5px; background: #000; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 20px; color: #fff;
                  transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form2-submit:hover{background: #00e6ff; color: #fff;}
.btn-form2-submit:focus{outline: none;}

.btn-form3-submit{border: none; font-family: 'AvenirNext'; font-size: 24px; font-weight: bold; padding: 20px 5px; background: #000; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 10px; color: #fff;
                  transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form3-submit:hover{background: #00e6ff; color: #fff;}
.btn-form3-submit:focus{outline: none;}

.splash1_wrapper{position: relative; padding-top: 30px; padding-bottom: 10px;border-top: 8px #000000 solid;}

.splash3_wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #58595b;
    background-size: cover;
    border-top: 2px #000000 solid;
}
.col-front-cat {
    position: relative;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    width: 16.66666667%;
}
.splash3_wrapper .thumb2 a .caption .ship_title2 {
    font-size: 19px;
    color: #fff;
    padding: 5px 15px;
}
.splash3_wrapper .thumb2 {
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
}
.splash3_wrapper .thumb2 .title11 {
    padding-bottom: 5px;
    color: #ddd;
}
.splash3_wrapper .thumb2 a figure {
    position: relative;
    height: 200px;
    background: none;
    border-bottom: 4px solid #ffffff;
}
.splash3_wrapper .thumb2 a figure .arrow-up2 {
    border-bottom: 20px solid #ffffff;
}
.splash3_wrapper .thumb2 a figure img {
    width: auto;
    height: 100%;
}
.splash3_wrapper .thumb2 a:hover figure img {height: 120%;width: auto;}
.splash2_wrapper{position: relative; padding-top: 30px; padding-bottom: 90px;}

/* ============================= banner ====================== */
#banner{position: relative;padding-top: 0px; padding-bottom: 0px;}

.banner_title{font-family: 'AvenirNext'; font-size: 36px; line-height: 1.1; font-weight: 100; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 0px; padding-bottom: 50px; padding-right: 82px;}

.banner_prev{display: block; width: 40px; height: 40px; position: absolute; right: 41px; top: 0; z-index: 10;}
.banner_prev span{display: block; width: 100%; height: 100%; background: url(../images/prev.png) left top no-repeat #000;}
.banner_prev span:hover{background-position: bottom; background-color: #00e6ff;}

.banner_next{display: block; width: 40px; height: 40px; position: absolute; right: 0; top: 0; z-index: 10;}
.banner_next span{display: block; width: 100%; height: 100%; background: url(../images/next.png) left top no-repeat #000;}
.banner_next span:hover{background-position: bottom; background-color: #00e6ff;}

#banner .carousel-box{position: relative;}
#banner .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#banner .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#banner .caroufredsel_wrapper{padding: 0; margin: 0;}
#banner .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#banner .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
/* ============================= banner end ====================== */

#agents{position: relative; background: url(../images/px2.jpg) #e2e3e4; background-size: cover; padding-top: 100px; padding-bottom: 100px;}

/* ============================= agent ====================== */
#agent{position: relative;padding-top: 0px; padding-bottom: 0px;}

.agent_title{font-family: 'AvenirNext'; font-size: 36px; line-height: 1.1; font-weight: 100; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 0px; padding-bottom: 50px; padding-right: 82px;}

.agent_prev{display: block; width: 40px; height: 40px; position: absolute; right: 41px; top: 0; z-index: 10;}
.agent_prev span{display: block; width: 100%; height: 100%; background: url(../images/prev.png) left top no-repeat #000;}
.agent_prev span:hover{background-position: bottom; background-color: #00e6ff;}

.agent_next{display: block; width: 40px; height: 40px; position: absolute; right: 0; top: 0; z-index: 10;}
.agent_next span{display: block; width: 100%; height: 100%; background: url(../images/next.png) left top no-repeat #000;}
.agent_next span:hover{background-position: bottom; background-color: #00e6ff;}

#agent .carousel-box{position: relative;}
#agent .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#agent .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#agent .caroufredsel_wrapper{padding: 0; margin: 0;}
#agent .caroufredsel_wrapper > ul{padding: 0; margin: 0;}
#agent .carousel-box > ul > li, #agent .caroufredsel_wrapper > ul > li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
/* ============================= agent end ====================== */

.social_wrapper{}
.social{ display: block; margin: 0; padding: 0; list-style: none;}
.social li{display: inline-block; margin: 7px 3px;}
.social li:first-child{}
.social li a{display: block; text-decoration: none; font-size: 16px; color: #a5a5a5; text-align: center; width: 25px; line-height: 25px; background: #eeeeee; -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15);
             transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.social li a:hover{color: #fff; background: #00e6ff;}

.social-links {
    float: right;
    font-size: 1.538em;
}
.social-links ul {
    margin: 6px 0 13px;
    list-style: none;
    padding: 0 15px;
}
.social-links ul li {
    float: left;
}
.social-links ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 2;
    color: #dddddd;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social-links ul li a .adatv { text-transform: none;}
.social-links ul li a:hover{color:#ffffff;}


#google_map{position: relative; width: 100%; height: 400px;}

#google_maps{position: relative; width: 100%; height: 400px;}

#contacts{position: relative; padding-top: 60px; padding-bottom: 50px;}


/* ============================= footer ====================== */
.bot1_wrapper{position: relative; background: url(../images/bot1.jpg) 0 0 repeat-x #212121; padding-top: 90px; padding-bottom: 90px; color: #ececec;}

.bot1_title{margin-top: 30px; color: #fff; padding-bottom: 30px; font-size: 16px; font-weight: 900;}

.featured1{margin-bottom: 30px;}
.featured1 figure{float: left; margin-right: 20px;}
.featured1 .caption{}
.featured1 .caption .txt1{font-style: italic; padding-bottom: 5px; font-size: 14px;}

.ul0{padding: 0; margin: 0; list-style: none;}
.ul0 li{display: block; color: #ececec; border-top: 1px solid #414141; padding: 3px 0;}
.ul0 li:first-child{border-top: none;}
.ul0 li a{color: #ececec; text-decoration: none; display: block;}
.ul0 li a:hover{text-decoration: underline; color: #fff;}

.tags1{ display: block; margin: 0; padding: 0; list-style: none; text-align: left;}
.tags1 li{display: inline-block; margin: 0 5px 5px 0px; float: left;}
.tags1 li a{ display: inline-block; background: #000; padding: 5px 7px; font-size: 14px; font-weight: 400; color: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none;
             transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags1 li a:hover{background: #00e6ff; color: #000;}

.tags2{ display: block; margin: 0 0 20px; padding: 0; list-style: none; text-align: left;}
.tags2 li{display: inline-block; margin: 0 3px 3px 0px; float: left;}
.tags2 li a{ display: inline-block; background: #2d313f; padding: 6px 10px; font-size: 14px; font-weight: 400; color: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none;
             transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags2 li a:hover{background: #00e6ff; color: #fff;}

.bot2_wrapper{position: relative; background: #58595b; padding-top: 20px; padding-bottom: 20px; color: #ececec; border-bottom: 2px solid #000000;}
.bot3_wrapper{position: relative; background: #fff; padding-top: 20px; padding-bottom: 20x; color: #262524;}
.bot3_nav{display: block; margin: 0 auto; padding: 0; width: 1230px; text-align: center; padding-bottom: 20px;}
.bot3_nav li{position: relative; display: inline-block; float: none; background: none; text-align: -webkit-match-parent;}
.bot3_nav li a {color: #262524; text-decoration: none; padding: 8px; font-size: 14px;
                font-weight: 500; text-transform: uppercase;
                transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.bot3_nav li a:hover {color: #0e4852;}

.copyrights{float: left;
            color: #dddddd;
            font-size: 14px;
            padding-top: 15px;}
.copyrights span{font-size: 12px;}

.logo2_wrapper{float: right;}



/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none; padding-top: 90px; padding-bottom: 90px; }
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax .parallax-content { position: relative; }






.bg1 { background-image: url(../images/parallax1.jpg); }
.bg2 { background-image: url(../images/parallax2.jpg); }





#parallax1{padding-top: 0px; padding-bottom: 0px;}
#parallax1 .parallax1_w{display: table;}
#parallax1 .parallax1_wrapper{display: table-cell; width: 25%; text-align: center; background: #2a2b2c; background: rgba(42, 43, 44, 0.8); vertical-align: middle; padding: 160px 50px 70px; text-align: center; color: #fff;
                              transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#parallax1 .parallax1_wrapper:hover{background: #00e6ff; background: rgba(0, 230, 255, 0.8);}
#parallax1 .parallax1_wrapper .txt1{font-size: 48px; font-weight: 600;}
#parallax1 .parallax1_wrapper .txt2{font-size: 14px; font-weight: 600; text-transform: uppercase; padding-bottom: 10px;}
#parallax1 .parallax1_wrapper .txt3{font-size: 14px; font-weight: 400; padding-bottom: 30px;}
#parallax1 .parallax1_wrapper .txt4{opacity: 0; filter:alpha(opacity=0);
                                    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#parallax1 .parallax1_wrapper:hover .txt4{opacity: 1; filter:alpha(opacity=100);}

#parallax2{padding-top: 0px; padding-bottom: 0px; color: #fff;}
#parallax2 .parallax-content{padding-top: 50px; padding-bottom: 50px; border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8; margin-top: 5px; margin-bottom: 5px;}

#parallax2 .txt1{font-size: 24px; font-weight: 600; text-transform: uppercase; padding-bottom: 5px;}















/* ============================= main menu ====================== */
.navbar_ { 
    margin: 0; 
    padding: 0; 
    background: none; 
    border:none; 
    width: 100%;  
    min-height: 0; 
    padding-top: 2px; 
    padding-bottom: 3px;
}
.navbar_ .navbar-toggle { 
    background: #fff; 
    border: none;box-shadow: none; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    margin-top: 13px; 
    margin-bottom: 15px; 
    margin-right: 0px;
}
.navbar_ .navbar-toggle:hover,
.navbar_ .navbar-toggle:focus{
    background: #eee;
}
.navbar_ .navbar-toggle .icon-bar{
    background: #000;
}
.navbar-collapse_{
    padding-left: 0; 
    padding-right: 0; 
    border: none;
}
.navbar-collapse {
    margin-left: 300px; 
}
.navbar_ .nav{
    display: flex;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.navbar_ .nav > li{
    position: relative; 
    display: flex; 
    float: left; 
    background: none; 
    text-align: match-parent;
}
.navbar_ .nav > li > a span {
    position: absolute; 
    bottom: 0px; 
    width: 0px; 
    height: 4px; 
    background: none;   
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.navbar_ .nav > li > a:hover span,
.navbar_ .nav > li > a:focus span,
.navbar_ .nav > li.active > a span  {
    width: 100%; background: none;
}
.navbar_ .nav > li:first-child{
    margin-left: 0;
}
.navbar_ .nav > li > a{
    position: relative; 
    display: block; 
    text-decoration: none; 
    background-color: transparent;
    font-family: 'AvenirNext'; 
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase; 
    text-shadow:none; 
    padding: 10px 17px 20px 18px; 
    border: none; 
    margin: 0; 
    z-index: 2;
    transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a i{margin-left: 5px;}

.navbar_ .nav > li > a:hover, 
.navbar_ .nav > li.sfHover > a, 
.navbar_ .nav > li.sfHover > a:hover, 
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus{
    color: #b5b5b5; 
    text-decoration: none; 
    box-shadow: none; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    border-radius:0; 
    -moz-border-radius:0; 
    -webkit-border-radius:0; 
    background: none;
}
.navbar-default .navbar-nav > li > a:focus {
    /* color: white; */
    color: #b5b5b5;

}

.navbar-brand-logo {
    display: flex;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.navbar-brand-logo > li{
    position: relative; 
    display: flex; 
    float: left; 
    justify-content: center;
    background: none;
    text-align: center;
    width: 20%;
    padding: 10px 0px;
}
.navbar-brand-logo > li img {
    height: 70px;
    width: auto;
}


.sub-menu ul{ position: absolute; display: block; left: 0; top: 100%; list-style: none; zoom: 1; z-index: 1; margin: 0; padding:5px 0; background: #fff; text-align: left; border: none; margin-top: 0px;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);}
.sub-menu li{ margin: 0; position: relative; zoom: 1; display: block;}
.sub-menu li:first-child{border-top: none;}
.sub-menu li a{display: block; position: relative; font-family:'AvenirNext'; font-weight: 400; font-size: 16px; line-height: 26px; color: #2b2b2b; text-decoration: none; padding: 0px 25px 0 15px; background: none;
               transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #2b2b2b; background: #f3f3f3;}




.sub-menu-1 > ul{}

.sub-menu-2 > ul{left: 100%; margin-left: 1px; background: #fff;}


.submenu {
    position: absolute; 
    width: 100%; 
    z-index: 28; 
    top: -850px; 
    background: #fff; 
    /* border-top: 1px solid #CCC; */
    transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -webkit-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
.submenu_open { top: 65px; }

.submenu-box {
    position: relative; 
    float: left; 
    margin: 0 auto; 
    padding: 5px 0px 20px 0px; 
    display: block; 
    float: none; 
    width: 1200px; 
    overflow: hidden;}
.submenu-box-title {
    font-family: 'AvenirNext'; 
    font-size: 25px; 
    line-height: 25px; 
    font-weight: 400; 
    /* color: #262524;  */
    color: white;
    text-align: center; 
    text-transform: uppercase; 
    padding: 5px 0px;}
.submenu-box-title2 {
    font-family: 'AvenirNext'; 
    font-size: 13px; 
    padding: 5px 0px; 
    line-height: 1.1; 
    font-weight: 400; 
    /* color: #262524;  */
    color: white;
    text-align: center; 
    text-transform: uppercase;
    transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -webkit-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
.submenu-box-title21 {
    padding: 16px 0px;
}
.submenu-box-title2:hover {
    color: #0e4852;
}
.submenu-box a .line {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 140px;
    width: 24%;
    padding: 0 9px;
    margin-top: 27px;
    margin-bottom: 27px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.line-in {margin-top: 0; text-align: center; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.line-in a {text-decoration: none;}
.line_up {margin-top: -27px;}
.submenu-box a .line span {position: absolute; bottom: 0px; width: 0px; height: 4px; background: none;   left: 0; right: 0; margin-left: auto; margin-right: auto;
                           transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
}
.submenu-box a:hover .line span, .submenu-box a:focus .line span {width: 100%;}

.line-sub {position: absolute; bottom: 10px; left: -100%; width: 100%; border-top: 1px solid #CCC; padding: 16px 10px 4px 10px; background: none;
           transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
}
.line-sub-text {opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); text-align: left; color:#262524; font-size: 14px;
                transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -o-transition: all 1s ease-in-out;}
.line-sub-text a {text-decoration: none; color:#262524; padding: 0px 15px;
                  transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -o-transition: all 1s ease-in-out;
}
.line-sub-text a:hover {
    color: #0e4852;
}
.line-sub-text span a {
    /* color:gray;  */
    color: white;
    font-size: 1.2em;
}
.line_submenu_open {left: 0px; }
.line_submenu_open  .line-sub-text {opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); text-align: center;}


.prestige-category {
    position: relative;
    float: left;
    width: 31%;
}

.line-sub2 {
    width: 100%; 
    padding: 18px 10px 4px 10px; 
    background: none;
    transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.line-sub2-text {
    text-align: center; 
    /* color:#262524;  */
    color: white;
    font-size: 14px;
    transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -webkit-transition: all 2s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
.line-sub2-text a {
    text-decoration: none; 
    /* color:#262524;  */
    color:white;
    padding: 0px 15px;
    transition: all 2s ease-in-out; 
    -moz-transition: all 2s ease-in-out; 
    -webkit-transition: all 2s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
.line-sub2-text a:hover {
    color: #0e4852;
}
.line-sub2-text span a {
    /* color:gray;  */
    color:white;
    font-size: 1.2em;
}


.mobil_sub_menu_close {display: none;}

.boath-menu-img {position: relative; width: 100%; text-align: center; overflow: hidden; min-height: 90px; }
.boath-menu-img img {position: relative; width: 250px; float: bottom;}

/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:75px; left:50%; margin-left: -20px; z-index: 1000; overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; background:url(../images/totop.png) no-repeat left top; }
#toTopHover { background:url(../images/totop.png) no-repeat left bottom; width:40px; height:40px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }


/* ============================= main layout ====================== */
.title1{font-family: 'AvenirNext'; font-size: 31px; line-height: 1.1; font-weight: 400; color: #5f6062; text-align: left; padding-top: 10px; padding-bottom: 25px;}
.title11{font-family: 'AvenirNext'; font-size: 17px; line-height: 1.2; font-weight: 400; color: #5f6062; text-align: left; padding-top: 10px; padding-bottom: 25px; text-align: center;}

.title2 {
    font-family: 'AvenirNext';
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    color: #262524;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.title3{font-family: 'AvenirNext'; font-size: 20px; line-height: 1.1; font-weight: 600; color: #262524; text-align: left; text-transform: uppercase; padding-top: 30px; padding-bottom: 10px;}

.title4{font-family: 'AvenirNext'; font-size: 28px; line-height: 1.1; font-weight: 400; color: #5f6062; text-align: left; padding-top: 20px; padding-bottom: 30px; border-top: 1px solid #CCC;}

.title5{font-family: 'AvenirNext'; font-size: 20px; line-height: 1.1; font-weight: 400; color: #6f6f6f; text-align: left; padding-top: 0px; padding-bottom: 20px;}

.title6{font-family: 'AvenirNext'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #6f6f6f; text-align: left; padding-top: 10px; padding-bottom: 20px;}

.title7{font-family: 'AvenirNext'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #000d1e; text-align: left; padding-bottom: 20px; padding-top: 20px;}

.title8{font-family: 'AvenirNext'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #000d1e; text-align: left; padding-bottom: 30px; padding-top: 20px;}

.title9{font-family: 'AvenirNext'; font-size: 24px; line-height: 1.1; font-weight: 900; color: #2d313f; text-align: left; padding-top: 30px; padding-bottom: 50px;}
.title9 span{font-size: 20px; font-style: italic; color: #6f6f6f; font-weight: 400;}



h2{display: block; font-family:'AvenirNext'; font-weight:900; font-size:24px; color:#2d313f; line-height:1.1; padding:30px 0 0px 0; margin: 0;}


.yachts-title {color: #0e4852!important;}

.img-responsive-old{display: block; max-width: 100%; height: auto;}

.img-responsive{width: auto \9;}

.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}





/* === */
.links_block{padding-bottom: 40px;}

.phone_ic{font-size: 16px; line-height: 20px; text-transform: uppercase; font-weight: 400; padding-bottom: 5px;}
.phone_ic i{float: left; padding-right: 10px; color: #6a7c94; font-size: 14px; line-height: 20px;}
.phone_ic span{display: table;}
.email_ic{font-size: 16px; line-height: 20px; padding-bottom: 0px;}
.email_ic i{float: left; padding-right: 10px; color: #6a7c94; font-size: 14px; line-height: 20px;}
.email_ic span{display: table;}


.ic2{font-size: 14px; line-height: 20px; color: #2d313f; padding-top: 4px; padding-bottom: 3px;}
.ic2 i{color: #2d313f; line-height: 20px; float: left; padding-right: 5px; min-width: 20px;
       transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ic2 span{display: table;}
.ic2 a{display: block;text-decoration: none;}
.ic2 a span{color: #2d313f; text-decoration: none;}
.ic2 a:hover i{color: #00e6ff;}

.social2_wrapper{}
.social2{ display: block; margin: 0; padding: 0; list-style: none;}
.social2 li{display: inline-block; margin: 7px 3px;}
.social2 li:first-child{}
.social2 li a{display: block; text-decoration: none; font-size: 16px; color: #a5a5a5; text-align: center; width: 25px; line-height: 25px; background: #eeeeee; -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
              transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social2 li a:hover{color: #fff; background: #00e6ff;}

.horizontal-line{border-bottom: 1px solid #ededed; margin-top: 30px; margin-bottom: 10px;}

.category_wrapper{background: #f8f8f8; padding: 30px; margin-bottom: 20px;}

.ul1{padding: 0; margin: 0; list-style: none;}
.ul1 li{display: block; color: #2d313f; border-top: 1px solid #e3e4e8; padding: 10px 0;}
.ul1 li:first-child{border-top: none;}
.ul1 li a{color: #2d313f; text-decoration: none; display: block; line-height: 20px; padding-left: 20px; background: url(../images/li_st1.png) 0 4px no-repeat;}
.ul1 li a:hover{text-decoration: none; color: #00e6ff; background-image: url(../images/li_st1_hover.png);}

/*-----btn-----*/
.btn-default.btn1{ font-family: 'AvenirNext'; display: block; color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 600; padding: 15px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #00e6ff; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn1:hover{color: #fff; background: #ff0000;}

.btn-default.btn2{ font-family: 'AvenirNext'; display: block; color: #fff; border: none; font-size: 24px; line-height: 30px; font-weight: 600; padding: 20px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #ff0000; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn2 i{margin-left: 5px; line-height: 30px; vertical-align: top;}
.btn-default.btn2:hover{color: #fff; background: #00e6ff;}

.btn-default.btn3{ font-family: 'AvenirNext'; display: inline-block; color: #fff; border: none; font-size: 14px; line-height: 20px; font-weight: 600; padding: 10px 35px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; background: #262524; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn3:hover{color: #fff; background: #2d313f;}

.click_new_ship,.click_new_sub, .click_new_main {float:right;}

.btn-default.btn4{  font-family: 'AvenirNext'; display: inline-block; color: #fff; border: none; font-size: 14px; line-height: 18px; font-weight: 600; padding: 10px 10px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin: 0px 0px 0px 15px; background: #262524; position: relative; text-align: center;
                    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn4:hover{color: #fff; background: #2d313f;}

.btn-default.btn5{ font-family: 'AvenirNext'; display: inline-block; color: #fff; border: none; font-size: 16px; line-height: 18px; font-weight: 600; padding: 10px 15px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #00e6ff; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn5 i{line-height: 18px; vertical-align: top;}
.btn-default.btn5:hover{color: #fff; background: #ff0000;}

.btn-default.btn6{ font-family: 'AvenirNext'; display: block; color: #000; border: none; font-size: 18px; line-height: 30px; font-weight: 600; padding: 10px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #d2d1d1; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn6:hover{color: #fff; background: #00e6ff;}

.btn-default.btn7{ font-family: 'AvenirNext'; display: block; color: #fff; border: none; font-size: 16px; line-height: 30px; font-weight: 600; padding: 10px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #00e6ff; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn7:hover{color: #000; background: #d2d1d1;}

.btn-default.btn8{ font-family: 'AvenirNext'; display: block; color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 600; padding: 15px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #00e6ff; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn8:hover{color: #fff; background: #ff0000;}

.btn-default.btn9{ font-family: 'AvenirNext'; display: inline-block; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 600; padding: 10px 25px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; background: #000; position: relative; text-align: center;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn9 i{line-height: 20px; vertical-align: top; margin-left: 5px;}
.btn-default.btn9:hover{color: #fff; background: #00e6ff;}


.more-info-button {float: left; width: 100%; padding: 10px 25px; background: #262524; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#fff; margin-top: 20px; text-align: center;
                   transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.more-info-button:hover {padding: 10px 25px; background: #a7a9ac; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#262524;}

.more-info-button2 {float: left; width: auto; padding: 10px 25px; background: #262524; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#fff; margin-top: 20px; text-align: center; margin-top: 25px; margin-bottom: 25px;
                    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.more-info-button2:hover {padding: 10px 25px; background: #a7a9ac; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#262524;}

.margin-top10 {margin-top: 10px;}



/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: none; border: 1px solid #cfcfcf;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.thumbnail{line-height: inherit;}
.thumbnail .caption{padding: 0; color: inherit;}

.thumb1 {margin-bottom: 50px; margin-top: 0px; background: #262524; cursor: pointer; }
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{position: relative; padding: 0; border: none; opacity: 1; filter:alpha(opacity=100); border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;
                   transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.thumb1 figure{position: relative; height: 330px; margin: 0; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; overflow: hidden;}
.thumb1 figure img{position:absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1:hover figure img{width: 115%; }
.thumb1 .caption{position: absolute; opacity: 1; filter:alpha(opacity=100); top: 32%; left: auto; width: 100%; z-index: 2; font-weight: 600; font-size: 40px; color: #fff;
                 text-shadow: 0 1px 8px rgba(0,0,0,0.65);
                 text-transform: uppercase;
                 line-height: 1em;
                 margin-bottom: 15px;
                 text-align: center;
                 transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.thumb1 .caption .caption-button {padding: 10px 25px; background: #fff; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#262524;
                                  transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.thumb1:hover .caption .caption-button {padding: 10px 25px; background: #262524; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#fff;}
.thumb1 .caption .txt1{font-weight: 600; font-size: 18px; line-height: 20px; color: #000000; border-bottom: 1px solid #ececec; padding: 17px 15px;}
.thumb1 .caption .add1{border-bottom: 1px solid #ececec;}
.thumb1 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb1 .caption .add1 .details:first-child{border-left: none;}
.thumb1 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 5px;}
.thumb1 .caption .add2{border-top: 1px solid #fff; background: #000;}
.thumb1 .caption .add2 .price{float: left; width: 50%; line-height: 20px; padding: 15px; color: #fff; font-size: 18px; font-weight: 600;}
.thumb1 .caption .add2 .btn_wrapper{float: right; width: 50%;}



.thumb2 {margin-bottom: 50px; margin-top: 0px; cursor: pointer; height: 380px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 a .thumbnail{position: relative; padding: 0; border: none; opacity: 1; filter:alpha(opacity=100); border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;
                     transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.thumb2 a figure{position: relative; height: 210px; margin: 0; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; overflow: hidden;}
.thumb2 a figure img{position:absolute; width: 110%; top: 50%; left: 50%; transform: translate(-50%, -50%);
                     transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb2 a:hover figure img{width: 120%; }
.thumb2 a .caption{position: relative; float:left; width: 100%; font-weight: 400; 
                   font-size: 13px;
                   color: #2d313f;
                   line-height: 1.5;
                   margin-bottom: 15px;
                   margin-top: 20px;
                   text-decoration: none;
}
.thumb2 a .caption .ship_title {font-weight: 600; font-size: 35px; color: #262524;
                                text-transform: uppercase;
                                line-height: 1em;
                                padding: 15px;
                                text-align: center;
                                text-decoration: none;
}
.thumb2 a .caption .ship_title2 {font-weight: 600; font-size: 22px; color: #262524;
                                 text-transform: uppercase;
                                 line-height: 1em;
                                 padding: 15px;
                                 text-align: center;
                                 text-decoration: none;
}
.thumb2 a .caption .caption-button {padding: 10px 25px; background: #fff; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#262524;
                                    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.thumb2 a:hover .caption .caption-button {padding: 10px 25px; background: #262524; widht: 100px; font-size: 20px; font-weight: 400; text-shadow: none; color:#fff;}
.thumb2 .caption .txt1{font-weight: 600; font-size: 18px; line-height: 20px; color: #000000; border-bottom: 1px solid #ececec; padding: 17px 15px;}
.thumb2 .caption .add1{border-bottom: 1px solid #ececec;}
.thumb2 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb2 .caption .add1 .details:first-child{border-left: none;}
.thumb2 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 5px;}
.thumb2 .caption .add2{border-top: 1px solid #fff; background: #000;}
.thumb2 .caption .add2 .price{float: left; width: 50%; line-height: 20px; padding: 15px; color: #fff; font-size: 18px; font-weight: 600;}
.thumb2 .caption .add2 .btn_wrapper{float: right; width: 50%;}




.thumb3 {margin-bottom: 0px; margin-top: 0px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; }
.thumb3 figure{margin: 0; float: none; margin:0px 0px 0px 0px; background: #00e6ff; border: none; padding: 0; position: relative; overflow: hidden;}
.thumb3 figure img{width: 100%;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover figure img{opacity: 0.3; filter:alpha(opacity=30);}
.thumb3 figure a{display: inline-block; font-size: 34px; line-height: 34px; width: 34px; color: #fff; position: absolute;left: 0; bottom: 100%; text-align: center;opacity: 0; filter:alpha(opacity=0);
                 transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 figure a i{display: inline-block;opacity: 0.5; filter:alpha(opacity=50);
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 figure a:hover i{opacity: 1; filter:alpha(opacity=100);}
.thumb3 figure a.more1{margin-left: -34px;}
.thumb3 figure a.more2{left: 100%;}
.thumb3 .thumbnail:hover figure a{opacity: 1; filter:alpha(opacity=100); left: 50%; bottom: 10px;}
.thumb3 .thumbnail:hover figure a.more1{left: 50%;}
.thumb3 .caption{background: #fff; border-bottom: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; color: #2d313f;
                 transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover .caption{border-bottom-color: #00e6ff;}
.thumb3 .caption .txt1{font-size: 18px; font-weight: 600; color: #2d313f; padding-bottom: 10px;}
.thumb3 .social_widget{background: #f9f9f9; padding: 7px; text-align: center;}

.thumb4 {margin-bottom: 40px; margin-top: 0px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;}
.thumb4 figure{margin: 0; width: 370px; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.thumb4 figure img{width: 100%;}
.thumb4 .caption{background: #f9f9f9; width: auto; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb4 .caption .txt{position: relative; padding: 30px;}
.thumb4 .caption .txt1{font-weight: 600; font-size: 18px; line-height: 1; color: #000; padding-bottom: 10px;}
.thumb4 .caption .txt1 span{font-size: 16px; font-weight: 400; font-style: italic; color: #5e5e5e;}
.thumb4 .caption .txt2{color: #2d313f;}
.thumb4 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;border-bottom: 1px solid #ececec; border-top: 1px solid #ececec; }
.thumb4 .caption .add1{position: absolute; left: 25%; top: 0; right: 25%; z-index: 3;}
.thumb4 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb4 .caption .add1 .details:first-child{border-left: none;}
.thumb4 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 3px;}
.thumb4 .caption .add2{background: #f9f9f9; position: relative; z-index: 2;}
.thumb4 .caption .add2 .price{float: left; width: 25%; line-height: 30px; padding: 10px 0 10px 30px; color: #2d313f; font-size: 18px; font-weight: 600;}
.thumb4 .caption .add2 .btn_wrapper{float: right; width: 25%;}

.thumb5 {margin-bottom: 0px; margin-top: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;width: 100%;}
.thumb5 figure{margin: 0; width: 58%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top; }
.thumb5 figure img{width: 100%; position: relative;}
.thumb5 figure:after{display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #f9f9f9 transparent transparent; position: absolute; right: 0; top: 20px;}
.thumb5 .caption{background: #f9f9f9; width: 42%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb5 .caption .txt{position: relative; padding: 15px;}
.thumb5 .caption .txt1{font-weight: 400; font-size: 17px; line-height: 1.1; color: #2d313f; padding-bottom: 10px;}
.thumb5 .caption .txt2{}
.thumb5 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.thumb5 .caption .add1{border-top: 1px solid #ececec; text-align: center; padding: 5px 0;}
.thumb5 .caption .add2{background: #000;}

.thumb6 {margin-bottom: 50px; margin-top: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;}
.thumb6 figure{margin: 0; width: 48%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.thumb6 figure img{width: 100%;}
.thumb6 figure .img-caption{position: absolute; left: 0; top: 0; background: #00e6ff; background: rgba(0, 230, 255, 0.5); line-height: 70px; font-size: 32px; padding-right: 30px; font-weight: 400; color: #fff;}
.thumb6 figure .img-caption i{width: 70px; color: #fff; text-align: center; font-size: 32px;background: #00e6ff; display: inline-block; line-height: 70px; vertical-align: top; margin-right: 30px;}
.thumb6 .caption{background: #f9f9f9; width: 52%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb6 .caption .txt{position: relative; padding: 20px;}
.thumb6 .caption .txt1{font-weight: 600; font-size: 18px; line-height: 1.1; color: #2d313f; padding-bottom: 10px;}
.thumb6 .caption .txt2{color: #2d313f;}
.thumb6 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.thumb6 .caption .add1{border-top: 1px solid #ececec;}
.thumb6 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb6 .caption .add1 .details:first-child{border-left: none;}
.thumb6 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 8px;}
.thumb6 .caption .add2{background: #000;}
.thumb6 .caption .add2 .price{float: left; width: 50%; line-height: 20px; padding: 15px; color: #fff; font-size: 18px; font-weight: 600;}
.thumb6 .caption .add2 .btn_wrapper{float: right; width: 50%;}



.thumb0 {margin-bottom: 20px; margin-top: 0px;}
.thumb0.last {margin-bottom: 0px;}
.thumb0 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb0 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb0 figure img{width: 100%;}
.thumb0 .caption{font-size: 15px;}



/*================= Contacts =========================*/
.form-group {
    margin-bottom: 10px;
}
#note{ }
.notification_error { position: relative; float: left; color:#fff; background: #d36b4f; padding: 6px 15px; width: 100%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.notification_ok{ text-align: left; padding-bottom:10px; }

#ajax-contact-form .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form .form-group label{color: #b0b0b0; font-weight: normal; font-size: 11px; margin-bottom: 2px;}
#ajax-contact-form .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #838383; background: #fff;border: 1px solid #dadada;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic;}
#ajax-contact-form .form-control:focus{border-color: #95accc; color: #000d1e;}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit{position: relative; font-family: 'AvenirNext'; display: inline-block; background: #ff0000; color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 400; padding: 15px 30px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px;}
.btn-default.btn-cf-submit:hover{background: #000;}

#ajax-contact-form2 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form2 .form-group label{color: #333333; text-transform: uppercase; display: none;}
#ajax-contact-form2 .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #838383; background: #fff;border: 1px solid #dadada;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic;}
#ajax-contact-form2 .form-control:focus{border-color: #95accc; color: #000d1e;}
#ajax-contact-form2 textarea.form-control {height: auto;}
#ajax-contact-form2 .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form2 .form-group.capthca input{width: 170px;}
#ajax-contact-form2 .form-group.img{float: left;}
#ajax-contact-form2 .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf2-submit{position: relative; font-family: 'AvenirNext'; display: inline-block; background: #000; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 400; padding: 10px 30px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 10px; letter-spacing: 0px; float: right;}
.btn-default.btn-cf2-submit:hover{background: #ff0000;}

/*================= Contacts3 =========================*/
#note3{ }
.notification_ok3{ text-align: left; padding-bottom:10px; }

#ajax-contact-form3 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form3 .form-group label{color: #141414; font-weight: 400; text-transform: uppercase; display: none;}
#ajax-contact-form3 .form-control{height: 50px; padding: 14px 12px; font-size: 14px; line-height: 20px; color: #2d313f; background: #fff; ; border: 1px solid #e8e8e8;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form3 .form-control:focus{border-color: #00e6ff; color: #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 230, 255, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 230, 255, .3);}
#ajax-contact-form3 textarea.form-control {height: 144px;}
#ajax-contact-form3 .form-group.capthca{float: left; margin-right: 20px;}
#ajax-contact-form3 .form-group.capthca input{width: 170px;}
#ajax-contact-form3 .form-group.img{float: left;}
#ajax-contact-form3 .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit3{display: block; width: 100%; background: #00e6ff; color: #fff; font-family: 'AvenirNext'; font-size: 24px; line-height: 20px; font-weight: 600; padding: 15px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;
}
.btn-default.btn-cf-submit3:hover{color: #bdb254; background: #e8df8b;}


.input-append01 { position: relative; float: left; width: 70%; }
.input-append021 { position: relative; float: left; width: 30%; }

.input-append02 { position: relative; float: left; width: 50%; }

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    font-size:13px;
    float: left;
    margin-left: 10px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-4px 5px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet2.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(check_radio_sheet2.png) -57px top no-repeat;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    font-size:13px;
    float: left;
    margin-left: 10px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-4px 5px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet2.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet2.png) -57px top no-repeat;
}

.label_title { 
    position: relative;
    float: left;
    width: 100%;
    padding: 3px 8px;
    font-size: 14px!important;
    line-height: 1.3;
    color: #333333!important;
}

.news-box {position: relative;
           display: inline-block;
           width: 33%;
           padding-left: 15px;
           padding-right: 15px;
           padding-top: 10px;
           padding-bottom: 20px;
           vertical-align: top;
           border: none;
           margin-bottom: 3px;}
.news-box2 {position: relative; display: inline-block; width: 99.5%; padding-left: 15px; padding-right: 15px; margin-bottom: 20px; vertical-align: top; border: none;}

.news-item a {text-decoration: none;text-align: center; }
.news_title {
    position: relative;
    float: none;
    font-family: 'AvenirNext';
    font-size: 21px;
    font-weight: 500;
    color:#838383;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-item a .title {
    color: #262524;
    font-family: 'AvenirNext';
    font-size: 24px;
    margin: 20px 0;
    line-height: 1em;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.news-item a .resume {
    color: #666;
    font-family: 'AvenirNext';
    font-weight: 500;
    font-size: 1.15384615em;
    margin: 15px 0;
    line-height: 1.25em;
    height: 45px;
}
.news-item a .image {
    background-color: #efefef;
    background-position: center center;
    height: 200px;
    background-size: cover;
    border-bottom: 4px solid #58595b;
}
.news-box2 .news-item a .image {
    background-color: #efefef;
    background-position: center center;
    height: 390px;
    background-size: cover;
}
.news-item a .date {
    position: relative;
    margin: -23px auto 0 auto;
    font-family: 'AvenirNext';
    font-size: 14px;
    font-weight: 500;
    background-color: #58595b;
    color: #dddddd;
    text-align: center;
    width: 130px;
    height: 40px;
    display: flex;
}

.news-item .date span {
    line-height: 1;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-item .date .d {font-size: 1.5em;}
.news-item .date .m {font-size: 1em; line-height: 19px;}


.documents {position: relative; float: left; width: 100%; margin-top: 20px;}
.documents ul {
    text-transform: uppercase;
    color: #a7a9ac;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block;
}
.documents ul li {
    border-top: 1px solid #CCC;
    float: none;
    position: relative;
    display: block;
}
.documents ul li a {
    color: #a7a9ac;
    padding: 12px 6px;
    position: relative;
    display: block;
    text-decoration: none;
}
.documents ul li a i {
    color: #CCC;
    margin-right: 6px;
    font-size: 1.5em;
    vertical-align: -20%;
}
/*----- media queries ------*/
.caption1 {display: block;}
.caption1_close {display: none;}
.caption2 {display: none;}
.caption2_open {display: block;}

.interior-button, .interior-button2 {cursor: pointer;}
.interior_gallery { display: none; height: 0px; 
                    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.interior_gallery_open {display: block; height: 100%; }
.close-button1, .close-button2, .close-button3, .close-button-technikal {position: absolute; right: 15px; top: -50px; width: 30px; height: 30px; z-index: 9; display: none; font-size: 28px; text-align: center; font-weight: 400; color: #002c5b; padding-top: 2px; cursor: pointer; 
                                                                         transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.close-button1:hover, .close-button2:hover, .close-button3:hover, .close-button-technikal:hover {font-weight: bold;}

.arrow-up {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50%; transform: translate(-50%, 0); 
    width: 0; 
    height: 0; 
    opacity: 0; filter:alpha(opacity=0);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9f9;
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

.arrow-up_t {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 50%; transform: translate(-50%, 0); 
    width: 0; 
    height: 0; 
    opacity: 0; filter:alpha(opacity=0);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

.arrow-up2 {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 50%; transform: translate(-50%, 0); 
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}

#home .arrow-up {
    border-bottom: 20px solid #000000;
    opacity: 1;
    bottom: 0px;
    left: calc(50% - 565px);
}

.gallery_box {position: relative; float: left; width: 33.3333333%; height: 300px; display: block; border: 4px solid #f9f9f9; overflow: hidden;}
.site-front .gallery_box {width: 25%; height: 200px;}
.gallery_box img{position:absolute; width: 160%; top: 50%; left: 50%; transform: translate(-50%, -50%); 
                 transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.gallery_box:hover img{width: 190%; }


.technikal_box01 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.technikal_box01 img {
    position: relative;
    width: 100%;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.technikal_box01:hover img{width: 110%; margin-left: -5%; }

.technikal_box02 {position: relative; float: left; width: 50%; height: 270px; display: block; overflow: hidden; border: 4px solid #fff;}
.technikal_box02 img{position:absolute; width: 160%; top: 50%; left: 50%; transform: translate(-50%, -50%);
                     transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.technikal_box02:hover img{width: 190%; }

.technikal_box {position: relative; float: left; font-family: 'AvenirNext'; font-size: 14px; line-height: 1.6; font-weight: 400; color: #5f6062; border-left: 1px solid #CCC; text-align: left; padding-left: 20px; padding-bottom: 5px;}
.technikal_box .technikal_data {float: left; width: 100%; margin-bottom: 10px;}
.technikal_box .technikal_data span {font-weight: 400; padding-right: 10px;}

.technikal_button {
    height: 40px;
    line-height: 1.54em;
    font-size: 1.2em;
    position: relative;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    z-index: 1;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    width: 100%;
    color: gray;
    background-color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #999;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 0;
    user-select: none;
}
.technikal_button_box { height: 0px; width: 100%; position: relative; text-transform: uppercase; font-family: 'AvenirNext'; border-left: 1px solid #999; border-right: 1px solid #999; padding: 0px 12px; overflow: hidden; margin-top: -1px; 
                        transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out;
}
.technikal_button_box a {line-height: 2em;}
.technikal_button_box_open { height: auto; padding: 10px 12px; border-bottom: 1px solid #999; background: #fff; z-index: 1;}

.box_360 {position: fixed; top:-120%; left:0px; z-index: 9998; background: #000;
          transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;
}
.box_360_open {position: fixed; widht:100%; height: 100vh; top:0px; left:0px; }
.close-360, .close-brossura {position: absolute; right: 20px!important; top: 40px; z-index: 9999; width: 80px; font-size: 38px; line-height: 15px; text-align: center; font-weight: 400; color: #262524; padding-top: 2px; cursor: pointer; 
                             transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.close-360 span, .close-brossura span {font-size: 13px;}

.form-group iframe { 
    width: 100%!important;
}
.modal-body iframe, .box_360 iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh!important;        /* Viewport-relative units */
    width: 100vw!important;
}

a.pp_next {
    background-color: transparent;
}

.edit a, .edit_popover {padding: 6px; font-size: 20px; color:#00e6ff;
                        transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.edit a:hover, .edit_popover:hover {color:#262524;}
.pointer {cursor: pointer;}

.modal-lg {
    height: -webkit-fill-available;
}
.modal-content .iframe {
    width: 897px!important;
    padding: 0px;
    margin: auto;
    height: max-content;
}

.edit_category {height: 0px; border-bottom: #eee solid 0px; display: none;
                opacity: 0;
                -moz-opacity: 0;
                filter: alpha(opacity=0);
                transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; -o-transition: all 1s ease-out;
}
.edit_category_open {display: block; height: auto; border-bottom: #262524 solid 3px;
                     opacity: 1;
                     -moz-opacity: 1;
                     filter: alpha(opacity=100);
}

.sub_img_small_td {width: 80px;}
.sub_img_small {position: relative; float: left; height: 30px;}
.sub_img_small img {height: 30px;}

.edit_bg {background: #eee; padding-bottom: 25px;}

.em_uploaded_item_img_box {position: relative; float: left; width:100%; background: #6d6e71; border: 1px solid #d4d5d6; padding: 5px 0px; }
.em_uploaded_item_img { position: relative; display: block; float: left; width: 15.66666667%; height: 150px; background: #fff; margin-left: 0.5%; margin-right:  0.5%; margin-bottom: 15px; overflow: hidden; }
.border_1 { border: 4px solid #d4d5d6; }
.border_2 { border: 4px solid #bf1e2e; }
.em_uploaded_item_img img {position: absolute;  height: 200px; width: auto; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.em_uploaded_item_img_delete { position: absolute; top: -10px; left: 0px; }
.em_uploaded_item_img_delete a{ width: auto; font-family: Arial, Helvetica, sans-serif; display: inline-block; color: #000; border: none; font-size: 16px; line-height: 20px; font-weight: 400; padding: 0; text-decoration: none; margin: 10px 0px; padding: 5px 8px 3px 8px; background: #d4d5d6; position: relative; border: none; border-bottom-right-radius: 4px; -moz-border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;
                                transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.em_uploaded_item_img_delete a:hover{ background: #bf1e2e; color: #fff; }

.em_uploaded_item_img_first { position: absolute; bottom: -10px; left: 0px; }
.em_uploaded_item_img_first a{ width: auto; font-family: Arial, Helvetica, sans-serif; display: inline-block; color: #000; border: none; font-size: 12px; line-height: 18px; font-weight: 400; padding: 0; text-decoration: none; margin: 10px 0px; padding: 5px 10px 3px 10px; background: #d4d5d6; position: relative; border: none; border-top-right-radius: 4px; -moz-border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px;
                               transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.em_uploaded_item_img_first a:hover, .em_uploaded_item_img_first a.active{ background: #bf1e2e; color: #fff;}
.em_uploaded_item_img_first a.active{ cursor: default; }

/* ============================= Pager ====================== */

.pages { position: relative; }

.pages a { color:#262524; text-decoration: none; }

.pager
{
    width: 100%;
    min-height: 30px;
    padding: 10px 0px;
}
.pager div.short input
{
    width: 30px;
    border: 1px solid #262524;
    color: #262524;
    padding: 8px;
    box-shadow: none;
    margin-left: 8px;
    margin-right: 4px;
    float: right;
    border-radius: 0px;
    -moz-border-radius: 0px;
}
.pager div.short input:focus
{
    border: 1px solid #0e4852; color: #0e4852;
}
.pager div.short .pagerbutton {
    width:auto;
}
.pager ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 4px;
}
.pager ul li
{
    display: inline;
    margin-left: 2px;
}
.pager ul li a
{
    text-decoration: none;
    display: inline-table;
    padding: 8px 15px;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
}
.pager span
{
    margin-left: 8px;
    margin-top: 10px;
    color: #0e4852;
    float: right;
}
.pager .pagerbutton
{
    display: block;
    text-align: center;
    float: left;
    padding: 8px;
    margin: 0;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pager.disabled
{
    color: #A0A0A0 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
/*black*/.black
.black.normal
{
    background-color: #fff;
    border: 1px solid #002c5b;
    color: #002c5b;
}
.black.normal.active
{
    background-color: #fff;
    border: 1px solid #0e4852;
    color: #0e4852
}
.pager.black .pagerbutton
{
    background-color: #fff;
    border: 1px solid #002c5b;
    color: #002c5b;
}

.front-big-img {
    width: 120vw;
    margin-left: -25vw;
}
/* Large desktop */
@media (min-width: 1230px) {
    #header_map #google_map{padding-bottom: 45%;}


}
@media (min-width: 1230px) {
    #header_map #google_maps{padding-bottom: 31%;}


}
/* Default landscape and desktop to large desktop */
@media (max-width: 1229px) {
    .navbar_ .nav{width: auto;}
    .navbar_ .nav > li > a {
        font-size: 0.91em;
        padding: 10px 15px 20px 15px;
    }
    .submenu-box {
        width: 970px;
    }
    .submenu-box a .line {
        padding: 0 6px;
    }
    .submenu-box-title2 {
        font-size: 12px;
    }
    .horisontal_search_wrapper{width: 940px; margin-left: -470px;}

    #parallax1 .parallax1_wrapper .txt1{font-size: 36px;}

    /*.pins{width: 940px; margin-left: -470px;}*/

    .pins{top: -200px;}

    .no-front #home {
        height: 460px;
    }
    #home{ height:480px;}
    #home .title {width: 970px; font-size: 41px;}

    .swiper-slide img {
        width: 120%;
    }
    .site-front .gallery_box {width: 25%; height: 150px;}
}
@media (min-width: 992px) {
    .listing7-agent-wrapper .btn-default.btn7{line-height: 20px; font-size: 11px; line-height: 14px;}
    .listing7-agent-wrapper .social2 li a{line-height: 20px; width: 20px; font-size: 12px;}
    .listing7-agent-wrapper .social2 li{margin: 2px 0px;}
    .listing7-agent-wrapper .thumb5 .caption .txt{padding: 10px;}
    .listing7-agent-wrapper .thumb5 .caption .txt1{font-size: 14px;}
    .listing7-agent-wrapper .thumb5 .caption .add1{padding: 0;}
    .listing7-agent-wrapper .ic2{font-size: 10px; line-height: 15px;}
    .listing7-agent-wrapper .ic2 i{min-width: 15px; line-height: inherit;}

}
@media (min-width: 992px) and (max-width: 1229px) {

    .horisontal_search_wrapper .btn-form1-submit{font-size: 14px;}

    .horisontal_search{padding-top: 20px; padding-bottom: 10px;}

    .thumb2 .caption .txt1{font-size: 20px;}
    .thumb2 .caption .txt{padding: 20px;}
    .thumb2 .caption .txt2{font-size: 12px;}

    .btn-default.btn6{font-size: 16px;}

    .thumb4 .caption .txt2{font-size: 14px;}

    .type-vertical-search #header_map #google_map{padding-bottom: 65%;}

    .type-vertical-search #header_map #google_maps{padding-bottom: 65%;}

    .type-vertical-search .vertical_search_wrapper{margin-right: -470px;}

    .type-vertical-search .pins{margin-left: -875px; top: 0px;}

    .thumb6 .caption .txt1{font-size: 16px;}

    .thumb6 .caption .txt2{font-size: 12px;}


    .navbar-nav {
        float: none;
    }




}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

    .navbar_ .nav > li > a {
        padding: 10px 5px 20px 5px;
    }
    .navbar-collapse {
        margin-left: 200px;
    }
    .submenu-box {
        width: 750px;
    }
    .call1_wrapper{display: none;}

    .navbar_{border-right: none; padding-right: 0;}

    .horisontal_search_wrapper{width: 720px; margin-left: -360px;}
    .thumb1 figure{height: 270px;}
    .gallery_box {
        width: 50%;
        height: 300px;
    }
    .site-front .gallery_box {width: 33.3333333%; height: 150px;}
    .thumb2 .thumbnail{display: block;}

    .thumb2 figure{width: 100%; display: block;}

    .thumb2 .caption{width: 100%; display: block;}

    .thumb2 .caption .add{position: relative; left: auto; bottom: auto;}

    #parallax1 .parallax1_wrapper{padding-left: 20px; padding-right: 20px;}

    #parallax1 .parallax1_wrapper .txt1{font-size: 30px;}

    /*.pins{width: 720px; margin-left: -360px;}*/

    .p0{display: none;}

    .thumb4 .caption .txt{padding: 15px;}



    .thumb4 .caption .add1{position: relative;left: auto;right: auto;}

    .thumb4 .caption .add2 .price{width: 50%; padding-left: 15px; color: #fff;}

    .thumb4 .caption .add2 .btn_wrapper{width: 50%;}

    .thumb4 .caption .add2{border-top: 1px solid #ececec; background: #000000;}

    .thumb4 .caption .add{border-bottom: none;}

    .btn-default.btn6{background: #00e6ff; color: #fff;}
    .btn-default.btn6:hover{background: #ff0000; color: #fff;}

    .thumb6 .thumbnail{display: block;}

    .thumb6 figure{width: 100%; display: block;}

    .thumb6 .caption{width: 100%; display: block;}

    .thumb6 .caption .add{position: relative; left: auto; bottom: auto;}

    #home{ height:350px;}
    #home .title {width: 970px;}

    .swiper-slide img {
        width: 140%;
        margin-left: -15%;
    }

    .news-box {width: 49%; }
    .splash3_wrapper .thumb2 a figure img {
        width: auto;
        height: auto;
    }
    .col-front-cat {
        width: 33.33333336%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .horisontal_search_wrapper .btn-form1-submit{font-size: 10px;}

    .horisontal_search{padding-top: 20px; padding-bottom: 10px;}

    .horisontal_search_buttons .search input{font-size: 18px; width: 260px;}
    .horisontal_search_buttons .search_location a .txt1{font-size: 18px;}

    .thumb1 .caption .add1 .details{font-size: 12px;}
    .thumb1 .caption .add1 .details i{font-size: 16px;}
    .thumb1 .caption .add2 .price{font-size: 14px;}
    .thumb1 .caption .add2 .btn_wrapper .btn-default{font-size: 12px;}

    .thumb4 .caption .txt2{font-size: 14px; text-overflow: ellipsis; overflow: hidden; height: 100px; position: relative;}

    .type-vertical-search #header_map #google_map{padding-bottom: 80%;}

    .type-vertical-search .vertical_search_wrapper{margin-right: -360px;}

    .type-vertical-search .pins{margin-left: -665px; top: 110px;}

    .horisontal_search_wrapper{bottom: 30px;}


    .navbar-nav {
        float: none;
    }













}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-left: 0px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 1px;
    }
    .top2{margin-top: 0px; }
    .is-sticky .top2 {
        position: relative;
        margin-top: 0px;
    }
    header {
        width: 27%;
        z-index: 9;
        left: 10px;
        transform: none;
    }
    .mail1_wrapper{float: none; padding-right: 0;}
    .skype1_wrapper{float: none; padding-right: 0;}
    .login1_wrapper{float: none; padding-left: 0;}
    .register1_wrapper{float: none;}


    .navbar_ {float: none; height: 43px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
    .navbar-collapse_{clear: both; margin-left: -15px; margin-right: -15px;}
    .navbar_ .nav{display: block; background: none; border-right: none;background: #fff; border: none; padding: 0;}
    .navbar_ .nav > li{float: none; display: block; background: none; border-left: none; margin-left: 0; border-top:1px solid #eeeeee; background: none;}
    .navbar_ .nav > li > a{margin-bottom: 0; padding-top: 10px!important; padding-bottom: 10px!important; border: none;}
    .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{}
    .sub-menu ul{position: relative; left: 0; top: 0; margin-top: 0;}
    .navbar_ .nav > li > a:hover span, .navbar_ .nav > li > a:focus span, .navbar_ .nav > li.submenu_active > a span {
        width: 0px;
    }
    .submenu {
        width: 100%;
        z-index: 99;
        top: -100%;
    }    
    .submenu-box {
        width: 100%;
    }
    .submenu-box a .line {
        display: block;
        height: auto;
    }
    .submenu_open {
        top: 90px!important;
    }
    .submenu-box a .line {
        width: 100%;
        margin-top: 56px;
    }
    .prestige-category {
        width: 100%;
    }
    .line-sub {
        position: relative;
        float: left;
        top: -27px;
        left: 0px;
        width: 100%;
    }
    .line-sub-text {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        text-align: center;
    }
    .line_up {
        margin-top: 0px;
    }
    .line-sub-text a {
        text-decoration: none;
        color: #262524;
        padding: 0px 10px;
    }
    .mobil_sub_menu_close {position: absolute; display: block; top: 10px; right: 10px; cursor: pointer; z-index: 999;}       

    .horisontal_search_wrapper{position: relative; width: auto; margin-left: 0; left: 0; bottom: auto;}
    .horisontal_search{padding-left: 15px; padding-right: 15px; padding-top: 20px; padding-bottom: 10px;}

    .form1 .select1_col{float: none; width: auto;}

    .horisontal_search_buttons{display: none;}

    .thumb2 figure .img-caption{font-size: 26px;}

    .thumb2 .caption .txt{padding: 15px;}

    .thumb2 .caption .txt1{font-size: 20px;}

    .thumb2 .caption .add1 .details{font-size: 16px; padding-top: 13px; padding-bottom: 13px;}

    .thumb2 .caption .add1 .details i{font-size: 20px;}

    .thumb2 .caption .add2 .price{padding: 15px; line-height: 20px; font-size: 18px;}

    .btn-default.btn2{padding-top: 15px; padding-bottom: 15px; font-size: 16px; line-height: 20px;}
    .btn-default.btn2 i{line-height: 20px;}

    #parallax1 .parallax1_w{display: block;}

    #parallax1 .parallax1_wrapper{display: block; width: auto; padding-bottom: 10px; padding-top: 10px;}

    #parallax2{text-align: center;}
    #parallax2 .txt3{margin-top: 15px;}

    .copyrights{float: none; padding-bottom: 15px;}

    .logo2_wrapper{float: none;}

    #header_map #google_map{padding-bottom: 300px;}

    .header_block1 .title{float: none; padding-bottom: 20px;}

    .header_block1 .view_block1{float: none;}

    /*.pins{position: relative; width: auto; margin-left: 0; left: 0; top: auto;}*/

    .pins{display: none;}

    .thumb4 .thumbnail{display: block;}

    .thumb4 figure{display: block; width: auto;}

    .thumb4 .caption{display: block; width: auto;}

    .thumb4 .caption .add{position: relative;}

    .btn-default.btn6{font-size: 16px;}

    .vertical_search_buttons{display: none;}

    .vertical_search_wrapper{position: relative; width: auto; right: auto; margin-right: 0; top: auto; margin-top: 0;}

    .vertical_search{padding: 10px 15px;}

    .form2 .select1_col{padding: 0;}

    .btn-form2-submit{padding-top: 11px; padding-bottom: 11px; font-size: 18px;}

    .thumb5 .thumbnail{display: block;}

    .thumb5 figure{display: block;width: auto;}

    .thumb5 figure:after{display: none;}

    .thumb5 .caption{display: block;width: auto;}

    .thumb5 .caption .add{position: relative; width: auto;}

    .border-right{padding-right: 0; border-right: none;}

    .sidebar1{margin-bottom: 20px;}

    .content1{margin-bottom: 20px;}

    .thumb6 .caption .txt{padding: 15px;}

    .btn-default.btn8{font-size: 16px;}


    .thumb1 figure {
        height: 240px;
    }

    .gallery_box {
        height: 200px;
    }
    .site-front .gallery_box {
        width: 50%;
        height: 200px;
    }
    .no-front #home {
        height: 350px;
    }
    #home {
        height: 350px;
    }
    .swiper-slide {
        height: 350px!important;
    }
    .slider-video {
        height: auto;
        width: 130%;
    }
    .swiper-slide img {
        height: 400px;
        width: auto;
        margin-left: -30%;
    }
    .news-box {width: 100%; }
    #home .home_title_prestige {
        top: 280px;
        font-size: 33px;
    }
    .col-front-cat .thumb2 {
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
    }
    .navbar-brand-logo > li img {
        height: 40px;
        width: auto;
    }
}
@media (min-width: 481px) and (max-width: 767px) {



}
/* Landscape phones and down */
@media (max-width: 480px) {

    #home {
        height: 195px;
    }
    #home .home_title_prestige {
        bottom: 50px;
        top: auto;
        font-size: 32px;
    }
    .no-front #home {
        height: 300px;
    }
    .swiper-slide img {
        height: 300px;
        width: auto;
        margin-left: -30%;
    }
    #home .title {
        font-size: 35px;
    }
    .splash1_wrapper {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .gallery_box {
        height: 130px;
    }
    .site-front .gallery_box {
        height: 130px;
    }
    .col-front-cat {
        width: 50%;
    }
.navbar-brand-logo > li img {
    height: 30px;
    width: auto;
}
.news-box {
    padding-bottom: 0px;
}
.news_title {
    font-size: 19px;
    padding: 10px 0 10px 0;
    height: 70px;
}
.news-item a .title {
    font-size: 22px;
    margin: 20px 0 0px 0;
    line-height: 1.2em;
    height: auto;
}
}
