/*
Theme Name: Bizcor2018
Theme URI:
Description: Bizcor2018 Theme
Author: Bizcor
Author URI:
Version: 1.00
*/

/*Standart Settings*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html {
    margin: 0 !important;
}
body{
    font-size: 16px;
    /*font-weight: 300;*/
    font-family: 'Work Sans', sans-serif;
    color: #000;
    /*margin-top: -32px;*/
    position: relative;
    background: #fff;
}
body > .content{
    min-height: 650px;
}
ul{
    list-style-position: inside;
}
.customClear:before, .customClear:after{
    content:"";
    display:block;
    height:0;
    overflow:hidden;    
    clear:both;
}
footer ul, header ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.aligncenter{
    display: block;
    margin: 0 auto;
}
a:hover, button, input[type="submit"], a img{
    transition:all 0.4s linear;
}
input.form-control::-moz-placeholder, textarea::-moz-placeholder{
    color: #868686;
    opacity: 1!important;
}
input.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #868686;
}
input:not([type="checkbox"]), select{
    -moz-appearance: none;
    -webkit-appearance: none;    
}
select.form-control{
    color: #7D7D7D;
}
.mobileAppear{
    display: none;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: #868686;
}
.header > .container-fluid{
    padding: 0;
}
iframe, img{
    max-width: 100%;
}
a img{
    border: none;
}
.forLink{
    display: none;
}
a.button{
    display: inline-block;
    padding: 10px 18px;
}
/*Bootstrap resets*/
.home p, .home h1, .home h2, .home h3, .home h4, .home h5, .home h6,
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
header p, header h1, header h2, header h3, header h4, header h5, header h6{
    margin: 0;
}
input, textarea, select,
.customView input, .customView textarea, .customView select{
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/*End Standart Settings*/

/*modul*//*modul*//*modul*/
/*positioned*/
.positioned{
    position: absolute;
    width: 100%;
    left: 0;
}
.positioned.centered{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
/*on a hover image*/
.onAhover{
    position: relative;
    cursor: pointer;
}
.onAhover img{
    transition: opacity 0.3s;
}
.onAhover img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.onAhover:hover img:nth-child(2){
    opacity: 1;
}
.onAhover:hover img:first-child{
    opacity: 0;
}
/*logo hover*/
.logo:hover img{
    opacity: 0.7;
}
/*Calendar Customization*/
#ui-datepicker-div{
    background: rgba(255, 255, 255, 0.9)!important;
    z-index:999999!important;
}
#ui-datepicker-div .ui-widget-header{
    /*background: #ADBECF;
    color: #fff!important;
    border: 2px solid #fff!important;*/
}
/*#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default{
    color: #ADBECF;
}
#ui-datepicker-div .ui-state-default:hover, 
#ui-datepicker-div .ui-widget-content .ui-state-default:hover, 
#ui-datepicker-div .ui-widget-header .ui-state-default:hover{
    background: #ADBECF !important;
    color: #fff!important;
}*/
/*.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-radius: 0;
}*/
.ui-datepicker th {
    color: #ADBECF;
}
.slash_logic .ui-datepicker-unselectable span.ui-state-default{
    background: #000!important;
    color: #fff !important;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all{
    position: absolute!important;
   /* top: 3px!important;
    bottom: 2px!important;*/
    /*background: #fff!important;*/
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev{
    left: 2px!important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next{
    right: 2px!important;
}
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*End modul*//*End modul*/

/*header*//*header*//*header*/
/*header{
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #000;
}*/
.rightPart{
    position: relative;
}
.mobileMenu{
    display: none;
}
.menu-item-has-children ul{
    position: absolute;
    top: 100%;
    display: none;
    min-width: 100%;
    left: 0;
}
.menu-item-has-children > ul {
    padding-top: 26px;
}
.menu-item-has-children ul li{
    display: block;
    margin-right: 0!important;
    position: relative;
}
.menu-item-has-children ul li a{
    color: #29272F;
    padding: 10px 15px;
    display: block;
    text-align: left;
    background: #fff;
    border-left: 3px solid #00bfff;
    text-shadow: none;
}
.menu-item-has-children ul li a:hover {
    background: #00bfff;
    color: #fff;
}
.menu-item-has-children ul ul{
    top: 0;
    left: 100%;
    padding-top: 0;
}
.header-nav .caret{
    color: #fff;
}
.menus {
    /*position: absolute;*/
    top: -32px;
    right: 0;
    text-align: center;
    /*font: 16px 'Proxima Nova Rg';*/
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 8px;
}
.menus ul {
    text-align: right;
}
.menus a{
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 5px;
    color: #ADBECF;
    transition: .3s;
}
.menus a:hover{
    color: #28262f;    
}
.menus li:not(:last-child) a {
    letter-spacing: 2px;
}
.menus li:last-child a {    
    letter-spacing: 2px;
}
.menus a:hover{
    /*text-decoration: underline;*/
}
.menus li{
    display: inline-block!important;  
    margin-bottom: 15px;
}
.menus li:not(:first-child) {
    /*border-left: 1px solid #808285;*/
    padding-left: 0;
    margin-left: 26px;
}
.menu-header-menu-container li .caret{
    top: 50%;
    right: 5px;
    left: calc(100% - 20px);
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed #707070;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: border-color 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5px;
}
.openMenu{
    display: block!important;
}
.sub-menu .sub-menu{
    padding-top: 0!important;
}
.fixing > .container-fluid, .topPart > .container-fluid{
    padding: 0;
}
header nav{
    background: #333231;
    text-align: center;
}
header nav ul {
    text-align: right;
}
header nav li{
    position: relative;
    font-weight: 500;
}
header nav li a{
    white-space:nowrap;
    padding: 10px 15px;
    color: #fff;
    display: block;    
}
header nav li a:hover{
    color: #fff;
    background: #00274D;
}
header nav .sub-menu li{
    width: auto;
    min-width: 100%;
}
.sub-menu{
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}
header nav > .menu-header-menu-container > ul > li{
    display: inline-block;
}
header nav > .menu-header-menu-container > ul > li > a{
    /*text-transform: capitalize;*/
    font-family: 'Roboto', sans-serif;
}

.CustomMobileMenu{
    position:fixed;
    width:300px;
    background: #fff;
    transition: all 0.4s;
    overflow: auto;
    z-index: 9;
    top:0;
    overflow: auto;
    right:-300px;
    /*height: 2000px; */
    transition:0.4s;   
    box-shadow: 0 0 15px #ADBECF;
}
.admin-bar .CustomMobileMenu{
    /*top:32px;*/
}
.CustomMobileMenu.visible{
    right:0;
}
.CustomMobileHead{
    padding: 15px;
    background: #2A2A2A;
}
.CustomMobileMenu .counter{
    padding: 30px;
}
.CustomMobileMenu .counter article{
    text-align: center;
    margin-top: 10px;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
}
.CustomMobileMenu .counter article a{
    color: #707070;
    font-size: 18px;
    font-weight: 700;
}
.CustomMobileMenu .counter article a:hover{
    color: #29272F;
}
.CustomMobileMenu .topM{
    padding: 10px 0 0;
    text-align: center;
    margin-bottom:0;
}
.CustomMobileMenu .topM a{
    display: inline-block;
    position: relative;
}
.CustomMobileMenu .exclusive {
	font-size: 13px;
}
.CustomMobileMenu .counter.first {
	padding: 0;
}
.CustomMobileMenu .counter.first .box {
	background: #2a2a2a;
}

.CustomMobileMenu .topM a:hover img{
    opacity: 0.8;
    text-decoration: none;
}
.CustomMobileMenu .counter.first a{
	text-decoration: none;
    color: #c77962;
}
.CustomMobileMenu .counter.first a:hover{
	text-decoration: none;
}
body .CustomMobileMenu .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}
.CustomMobileMenu .topM .img_box {
    padding-left: 15px;
}
.CustomMobileMenu .topM a img{
    width: 100%;
    max-width: 170px;
    transition: 0.3s;
}
.CustomMobileMenu .topM .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.CustomMobileMenu .topM .links a:not(:last-child) {
    margin-right: 7px;
}
.CustomMobileMenu .topM .links a img {
    width: 25px;
    height: 25px;
}
.mobileMenuClose i{
    transition: 0.3s;
    color:#BEAB5F;
    font-size: 30px;
}
.mobileMenuClose i:hover{
    opacity: 0.5;
}
.numbers p {
	text-transform: uppercase;
	color: #00BBCE;
	margin-top: 15px;
}
.numbers a {
	color: #000;
}
.mobileMenuClose{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    padding: 3px;
}
.CustomMobileMenu input, .CustomMobileMenu textarea{
    border:0;
    border-bottom: 1px solid #000!important;
    color: #000!important;
    font-size: 14px;
    padding-left: 10px!important;
    background: transparent!important;
    padding-left: 2px!important;
    outline: none;
}
.CustomMobileMenu textarea{
    height: 100px!important;
}
.CustomMobileMenu .gform_wrapper .gform_footer input{
    background:#00884C!important;
    font-size: 16px!important;
    font-weight: 400;
    letter-spacing:1px;
    color: #fff!important;
    text-transform: uppercase;
    border: none!important;
    width:100%!important;
    padding:12px!important;
}
.CustomMobileMenu .gform_wrapper .gform_footer input:hover{
    background: #BEAB5F!important;
}
.CustomMobileMenu input::-moz-placeholder, .CustomMobileMenu textarea::-moz-placeholder{
    color: #868686!important;
    font-size: 14px;
    text-transform: uppercase;
}
.CustomMobileMenu input::-webkit-input-placeholder, .CustomMobileMenu textarea::-webkit-input-placeholder{
    color: #868686!important;
    font-size: 14px;
    text-transform: uppercase;
}
.CustomMobileMenu .gform_wrapper label{
    display:none!important;
}
.CustomMobileMenu .gform_wrapper li{
    padding-right:0!important;
}
.CustomMobileMenu .gform_footer{
    padding:0!important;
}
.CustomMobileMenu .validation_error{
    display:none!important;
}
.CustomMobileMenu .gform_wrapper .gfield_error .ginput_container{
    margin-top: 0!important;
}
.CustomMobileMenu .gform_wrapper li.gfield.gfield_error{
    padding-top:0;
}
.CustomMobileMenu .gform_wrapper{
    margin:0!important;
}
header .menu-item-310 > a,
header .menu-item-180 > a{
    /*pointer-events:none;*/
}
/*sticky header*/
/*.fixing{
    top: -70px;
    transition: top 0.3s
}
.fixing.activated{
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
}*/
/*Mobile Menu*/
.mobileMenu{
    display: none;
    cursor: pointer;
    float: right;
    height: 92px;
    padding: 20px 10px 12px;
    width: 100px;
}
.iconAnime{
    position: relative;
    width: 30px;
    height: 53px;
    display: inline-block;
    top: 0px;
    width: 100%;
}
.iconAnime span{
    height: 5px;
    width: 100%;
    border-radius: 3px;
    background: #ADBECF;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
}
.iconAnime span:first-child{
    top: 0;
    transition: all 0.25s;
}
.iconAnime span:nth-child(2){
    top: calc(50% - 3px);
    transition: all 0.25s;
}
.iconAnime span:last-child{
    bottom: 0;
    transition: all 0.25s;
}
.mobileMenuOpen .iconAnime span:first-child{
    top: calc(50% - 3px);
    transform: rotate(225deg);
}
.mobileMenuOpen .iconAnime span:nth-child(2){
    top: calc(50% - 2px);
    display:none;
}
.mobileMenuOpen .iconAnime span:last-child{
    top: 24px;
    transform: rotate(135deg);
}
.menu-item-has-children .thereCaret.active img{
    transform: rotate(270deg);
}
.menu-item-has-children .menu-item-has-children .thereCaret img{
    height: 30px;
}
.menu-item-has-children .thereCaret{
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    display: block;
    z-index: 2;
}
.thereCaret img{
    height: 40px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
/*end header*//*end header*/


/*General slick slider full-width version*//*General slick slider full-width version*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.slick-list:focus{
    outline: none;
}
.slick-current{
    position: relative;
    z-index: 2;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    max-width: none;
    width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    margin: 0px;
}
.slick-prev,
.slick-next {
    width: 64px;
    height: 130px;
    display: block;
    border: none!important;
    background: none;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
}
.slick-arrow img{
    opacity: 0.45;
    transition: all 0.4s;
}
.slick-arrow:hover img{
    opacity: 1;
}
.slick-next{
    right: 10px;
}
.slick-prev{
    left: 10px;
}
.slick-list, .slick-track, .slick-slide{
    height: 100%;
}
.slick-dots{
    padding: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.slick-dots li{
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}
.slick-dots li:hover, .slick-dots li.slick-active{
    background: #1C4074;
}
.slick-dots li button{
    height: 100%;
    width: 100%;
    display: block!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0!important;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: none!important;
}
.slick-dots li:not(:last-child){
    margin-right: 5px;
}
/*End General slick slider*//*End General slick slider*/
/*gForm fix*//*gForm fix*//*gForm fix*/
.gform_wrapper{
    margin: 0!important;
}
.gform_wrapper .gform_body{
    width: 100%!important;
}
.gform_wrapper .gform_body li{
    padding: 0!important;
    width: 100%!important;
    max-width: 100%!important;
}
.gform_wrapper .gform_body li:first-child,
.gform_wrapper .gform_body li:first-child div{
    margin-top: 0!important;
}
.gform_wrapper .gform_body label{
    display: none!important;
}
.gform_wrapper .gform_body li input, 
.gform_wrapper .gform_body li select{
    width: 100%!important;
    max-width: 100%!important;
    height: 40px;
}
input::placeholder{
    color: #868686;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder{
    color: #868686;
    opacity: 1!important;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder{
    color: #868686;
}
.gform_wrapper .gform_footer{
    margin: 15px 0 0!important;
    padding: 0!important;
}
.gform_wrapper .gform_footer input{
    width: 100%!important;
    margin: 0!important;
    height: 40px;
    background: #D9B668!important;
}
.gform_wrapper .gform_footer input:hover{
    background: #fff!important;
    color: #F3C45C;
}
.gform_wrapper .gform_body label .gfield_required{
    display: none!important;
}
/*error fixes*/
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    padding: 0!important;
    margin: 15px 0!important;
}
.gform_wrapper .gfield_description.validation_message{
    padding-top: 0!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100%!important;
}
/*End gForm fix*//*End gForm fix*/


/*Responsivness*//*Responsivness*//*Responsivness*/
@media(max-width: 991px){
.fixing nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.slider-content h1 {
    font-size: 61px;
    margin-bottom: 14px;
    padding: 0px 0px !important;
}
.mobileMenu{
    display: block;
    float: right;
    width: 95px!important;
}
.checkin {
    width: 100% !important;
    margin-right: -34px;
    margin-left: 0px !important;
}
.ckbtn #homesearch{
    width: 100% !important;
}
.destination-form-box .box-inner {
    position: relative;
        padding: 15px 0px 10px 0px !important;
}
.header-content{
    padding: 0px 5px 0px 19px;
}
.about-image-main .img-1{
    width: 100% !important;
    display: none;
}
.about-image-main .img-2{
    display: none;
}
header nav{
    background: #0C683D;
    padding: 0;
}
header nav li{
    float: none!important;
    display: block!important;
    text-align: left;
}
header nav li a{
    color: #fff!important;
    background: none!important;
}
header nav li a{
    display: block;
}
.fixing nav > div > ul > li:last-child a{
    background: none!important;
}
.menu-item-has-children ul li a{
    padding: 5px 15px;
}
.sub-menu, .sub-menu .sub-menu{
    background: none!important;
    position: static;
    box-shadow: none!important;
}
.header-nav .menu-header-menu-container > ul > li{
    margin-right: 0!important;
}
.header-nav .menu-header-menu-container > ul > li > a{
    text-transform: uppercase;
    padding: 10px 15px!important;
    border-bottom: 1px solid #F3C45C!important;
}
.header-right-part{
    margin-top: 20px;
}
.sub-menu, .sub-menu .sub-menu{
    background: none!important;
    position: static!important;
    box-shadow: none!important;
}
.sub-menu{
    padding-left: 20px!important;
    text-transform: uppercase;
}
}

@media(max-width:600px){
.fixing.activated{
    top:0!important;
}
}





/*Banner*/

.banner {
    position: relative;
}

.banner .img_box {
    max-height: 730px;
    overflow: hidden;
}

.banner .img_box img,
.banner .img_box video {
    width: 100%;
    height: 657px;
    object-fit: cover;
}

.banner .widget_wrapper {
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .widget_wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
    text-shadow: 0 0 8px rgba(0,0,0,.45);
    margin: 0;
    margin-bottom: 10px;
}
.banner .widget_wrapper h1 span {
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
}

.banner .widget_wrapper h4 {
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.45);
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.banner .widget_wrapper #resortpro-widget-form > .row {
    background: rgba(255,255,255,.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px 25px;
}

.banner .widget_wrapper #resortpro-widget-form .c-search-widget__item {
    width: 25%;
    padding: 0 10px;
    font-size: 14px;
}

.banner .widget_wrapper #resortpro-widget-form .c-search-widget__item:nth-child(3) {
    /*order: -1;*/
}

.banner .widget_wrapper .form-group {
    margin-bottom: 0;
    height: 100%;
}

.banner .widget_wrapper .form-group label {
    display: none;
}

.banner .widget_wrapper .form-group button {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border: none;
    background: #29272F;
    border: 1px solid #29272F;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.banner .widget_wrapper .form-group button:hover {
    background: transparent;
    color: #29272F;
}

.banner .widget_wrapper .form-control {
    height: 41px;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #29272F;
    box-shadow: none;
    padding: 0 12px;
}

.banner .widget_wrapper .c-select-list select {
    color: #868686;
    text-transform: uppercase;
}

.banner .widget_wrapper .form-control::-webkit-input-placeholder {
    color: #868686;
}

.banner .widget_wrapper .form-control::-moz-placeholder {
    color: #868686;
    opacity: 1;
}

.banner .widget_wrapper .input-group {
    height: 100%;
    display: block;
}

.banner .widget_wrapper .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
}

.banner .widget_wrapper .btn-default {
    background: transparent;
    border: none;
}

/*End Banner*/


/*Items*/

#items {
    position: relative;
    padding: 90px 0;
}

#items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/bizcor2018/images/shell.png) center no-repeat;
    opacity: .25;
    z-index: -1;
}

#items .flex_wrapper {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#items .item {
    max-width: 700px;
    text-align: center;    
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

/*#items .item:nth-child(1) {
    padding-right: 70px;
}*/

/*#items .item:nth-child(3) {
    padding-left: 70px;
}*/

/*#items .item:nth-child(2) {
    border-left: 1px solid #808285; 
    border-right: 1px solid #808285; 
    padding: 0 70px;
}*/

#items .item i {
    font-size: 58px;
    color: #ADBECF;
}

#items .item h3 {
    font-size: 34px;
    color: #00bfff;
    margin-bottom: 5px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 2px;
}

#items .item p {
    text-align: center;
    line-height: 1.6;
    color: #00bfff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#items hr {
    border-color: #808285;
    width: 60px;
    display: block;
    text-align: center;
    margin: 50px auto 0;
    border-top: 2px solid #808285;
}
hr {
    border-top: 1px solid #eee !important;
}
/*End Items*/


/*Listings*/

.listings {
    padding: 70px 10px 0px;
    position: relative;
    background: #FFF;
}
.nir-btn{
    border: none;
}
/*.home section h2 {
    font-size: 38px;
    color: #00bfff;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 0px 313px;
    line-height: 47px;
}*/
.section-title h2 span, .section-title-w h2 span {
    color: #02c3ff;
    font-weight: 700;
}
.listings .subtitle, 
.blog_posts .subtitle, 
.packages .subtitle{
    color: #868686;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 900px;
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    padding-top: 33px;
}
.listings .slider_wrapper {
    /*max-width: 1645px;
    padding: 0 115px;*/
    margin: 54px 25px 9px;
    /*display: flex;*/
}

.listings .slider_wrapper .slide {
    position: relative;
    width: calc(100% / 1);
    /*margin: 0 20px;*/
    background: #fff;
    margin-bottom: 80px;
}

.listings .slider_wrapper .slide .img_wrap {
    width: 49%;
    overflow: hidden;
}
.view_botton{
    font-size: 20px;
    /*margin-top: 35px;*/
    padding: 20px;
}
.view_botton a{
    color: #fff;
    width: 20%;
    background: #00bfff;
    padding: 10px 20px;
    font-weight: 400;
}
.listings .slider_wrapper .slide .img_wrap img {
    width: 100%;
    min-height: 250px;
    /*height: 300px;*/
    object-fit: cover;
    transition: transform .3s;
}

.listings .slider_wrapper .slide:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.listings .slider_wrapper .slide .wrap {
    padding: 24px;
    text-align: left;
    box-shadow: 0px 0px 10px 3px #e9e9e9;
    width: 49%;/*
    border-left: 0px solid;*/
}
.line{
    width: 100px;
    height: 2px;
    background: #00bfff;
    margin-bottom: 18px;
    margin: 0px auto;
    margin-top: 23px;
}
.review-slider1{
    margin-top: 30px;
}
.listings .slider_wrapper .slide .wrap h5 {
    font-size: 27px;
    color: #00bfff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2.5px;
    font-weight: 500;
    border: 1px dashed #f1f1f1;
    border-width: 1px 0 1px;
    margin-bottom: 10px;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}
.listings .slider_wrapper .slide .wrap ul li {
    display: inline-block;
    color: #29272f;
    font-size: 18px;
    margin-right: 42px;
    margin-bottom: 10px;
    font-weight: 500;
}
.listings .slider_wrapper .slide .wrap ul li i {
    display: block;
    font-size: 25px;
    margin-bottom: 8px;
    color: #00bfff;
}
.footer_sec{
    display: flex;
    justify-content: space-between;
    background: #64646424;
    margin-top: 20px;
}
.footer_sec .price{
    padding: 20px 20px 20px 10px;
}
.listings .slider_wrapper .slide .wrap ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #e9e9e9;
    padding-top: 31px;
}
.main_content p{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 30px;
    color: #868686;
    font-family: 'Work Sans', sans-serif;
    text-align: justify;
    margin: 0 auto 31px;
    max-width: 900 px;
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    padding-top: 1px dashed #f1f1f1;
}
.listings .slider_wrapper .slide .locations i{
    color: #00bfff;
}
.slider-content {
    text-align: center;
    margin-top: 100px;
}
.slider-content h2 {
    font-size: 118px !important;
}

.slider-content h2 {
    font-size: 64px;
    color: #fff;
    text-shadow: 1px 2px 10px #1d1d1d;
}
.slider-content h2 {
    font-size: 64px;
    color: #fff;
    text-shadow: 1px 2px 10px #1d1d1d;
}
.slider-content p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}

.slider-content p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}
.slider-content p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 28%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slider-content h1{
    font-family: 'Tangerine';
    font-size: 95px;
    line-height: 1;
    color: #fff;
    margin-bottom: 14px;
    padding: 0px 200px;
    padding-top: 76px;
    text-shadow: 0px 0px 5px #02353c;
}
.slider-content p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 28%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.listings .slider_wrapper .slide .wrap span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #868686;
    /*font-weight: bold;*/
}
.links .fa-facebook{
        width: 40px;
    height: 40px;
    background: #adbecf;
    border-radius: 40px;
    color: #242424;
    /* align-items: center; */
    /* display: flex; */
    /* text-align: center; */
    padding-top: 12px;
    font-size: 20px;
}
.links .fa-instagram{
        width: 40px;
    height: 40px;
    background: #adbecf;
    border-radius: 40px;
    color: #242424;
    /* align-items: center; */
    /* display: flex; */
    /* text-align: center; */
    padding-top: 10px;
    font-size: 20px;
}
.room-features li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
}
.room-features li i {
    font-size: 24px;
    color: #00bfff;
}
.room-features li p {
    font-size: 15px;
    color: #707079;
    margin-bottom: 0;
    margin-top: 0px !important;
    padding: 0px !important;
}

.room-features p {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 15px;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}
.listings .slider_wrapper .slide .location {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255,255,255,.7);
    border-radius: 20px;
    padding: 8px 14px;
    color: #29272F;
    font-size: 12px;
}
.main_content{
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}
.listings .slider_wrapper .slide .locations {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,.7);
    border-radius: 20px;
    padding: 8px 14px;
    color: #29272F;
    font-size: 12px;
}
.listings .slider_wrapper .slide .location i {
    color: #00bfff;
    padding-right: 5px;
}

.slick-prev, .slick-next {
    width: auto;
    height: auto;
    font-size: 60px;
    color: #ADBECF;
    top: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    outline: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*End Listings*/


/*Blog Posts*/

.blog_posts {
    position: relative;
    padding: 50px 10px 0;            
}

/*.blog_posts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/bizcor2018/images/list-your-property-bw.jpg) center no-repeat;
    opacity: .1;
    z-index: -1;
}*/

.posts {
    max-width: 1500px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ADBECF;
}

.posts .post_wrap {
    width: 25%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s linear;
}
.posts .post_wrap:nth-child(even) {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.posts .text_box {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.posts .text_box h5 {
    position: relative;
    color: #29272F;
    font-size: 16px;
    line-height: 1.6;
}

.posts .text_box h5::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20%;
    height: 2px;
    background: #ADBECF;
}

.posts .text_box span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #ADBECF;
    transition: .3s;
}

.posts .post_wrap:hover .text_box span {
    background: #29272F;
} 

.posts .img_box {
    width: 100%;
    overflow: hidden;
}

/*.posts .img_box a {
    display: block;
    height: 100%;
}*/

.posts .img_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;   
}

/*.posts .text_box:hover ~ .img_box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/

.posts .post_wrap:hover .img_box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*.posts .post_wrap:nth-child(odd) .text_box::before {  
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 9;
}*/

/*.posts .post_wrap:nth-child(even) .text_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: 9;
}*/

/*End Blog Posts*/


/*Property*/

.property {
    padding: 0px 0 40px;
    /*background: #29272F;*/
}

.property .flex_wrapper {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-evenly;
}

.property .img_box {
    width: 45%;
    overflow: hidden;
}

.property .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property .property_text {
    width: 50%;
    position: relative;
    padding: 30px;
    border: 2px solid #ADBECF;
    text-align: center;
    z-index: 0;
}

.property .property_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/bizcor2018/images/shell.png) center no-repeat;
    opacity: .25;
    z-index: -1;
}

.property .property_text h5 {
    font-size: 34px;
    color: #00bfff;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 4px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;   
}

.property .property_text p {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
    line-height: 34px;
    color: #29272F;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.property .property_text a {
    display: inline-block;
    background: #ADBECF;
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #ADBECF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.property .property_text a:hover {
    background: #29272F;
    border-color: #29272F;
}
.slide a{
    /*display: flex;*/
    /*border: 2px solid #ADBECF;*/
}

/*End Property*/


/*Packages*/

.packages {
    position: relative;
    padding: 100px 0 20px;
    background: #fff;
}

.packages .flex_wrapper {
    padding: 25px 10px 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.packages .item {
    position: relative;
    width: calc(20% - 20px);
    margin: 0 10px;
}

.packages .item a {
    display: block;
    position: relative;
}

.packages .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.video-wrap {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    /*margin-bottom: 40px;*/
}

.packages .item a:hover::before {
    background: rgba(0,0,0,.2);
}

.packages .item .img_box {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.packages .item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packages .item h3 {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #fff;
    z-index: 3;
    text-align: center;
}

/*End Packages*/

.hbspt-form{
    display: none;
}

/*Responsive*/
@media(min-width: 992px) {
nav .menu-top-header-menu-container{
    display: none;
}
}

@media(max-width: 1400px) {    
}

@media(max-width: 1300px) {
    .banner .widget_wrapper h4 {
        font-size: 16px;
    }

    .listings .slider_wrapper {
        padding: 0 90px;
    }

    .packages .item h3 {
        font-size: 18px;
    }

    .testimonials_container .item {
        padding: 10px;
    }
}

@media(max-width: 1199px) {
    .banner .widget_wrapper {
        width: 60%;
        top: 50%;
    }

    .banner .widget_wrapper h1,
    .banner .widget_wrapper h4 {
        white-space: nowrap;
    }

    .banner .widget_wrapper #resortpro-widget-form > .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .banner .widget_wrapper #resortpro-widget-form .c-search-widget__item {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .banner .widget_wrapper .input-group {
        width: 100%;
    }

    .banner .widget_wrapper .form-control {
        padding-bottom: 5px;
    }

    #items {
        padding: 70px 0;
    }
    #items .flex_wrapper{
        padding: 0 15px;
    }
    #items .item{
        padding: 0 15px;    
    }
    /*#items .item:nth-child(1) {
        padding-right: 10px;
    }

    #items .item:nth-child(2) {
        padding: 0 20px;
    }

    #items .item:nth-child(3) {
        padding-left: 10px;
    }*/

    .property .property_text {
        padding: 35px;
    }

    .posts .post_wrap {
        width: 50%;
    }

    .posts .img_box img {
        height: 333px;
    }

    .posts .text_box h5 {
        font-size: 24px;
    }

    .packages .item .img_box {
        height: 400px;
    }
}
@media(max-width: 991px) {
    .menus{
        display: none;
    }
    .banner .widget_wrapper {
        width: 70%;
    }

    .home section h2 {
        font-size: 32px;
    }    
    #items .item {
        width: 100%;
    }

    #items .flex_wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #items .item:nth-child(1),
    #items .item:nth-child(2),
    #items .item:nth-child(3) {
        padding: 0;
        border: none;        
    }
    #items .item p{
        max-height: none;
    }
    .blog_posts {
        padding-bottom: 50px;
    }

    .property {
        padding: 10px 0;
    }

    .property .flex_wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .property .img_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .property .img_box img {
        max-height: 350px;
    }

    .property .property_text {
        width: 100%;
    }

    .packages .flex_wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .packages .item {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .packages .item a::before {
        background: rgba(0,0,0,.3);
    }

    .packages .item .img_box {
        height: auto;
    }

    .packages .item h3 {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 28px;
    }

    .packages .item .img_box img {
        max-height: 437px;
    }
    .banner .widget_wrapper h1, .banner .widget_wrapper h4 {
        white-space: normal;
    }
    .banner .widget_wrapper h1{
        font-size: 32px;
    }    
}

@media (min-width: 770px) and (max-width: 991px){
.checkin {
    width: 100% !important;
    margin-right: -47px !important;
    margin-left: 0px !important;
}
.about-imagelist ul li img {
    height: 113px !important;
    object-fit: cover;
}
.trending.trending1{
    margin-top: 140px !important;
    padding-bottom: 57px;
}
.trending.trending1 img{
    width: 100% !important;
}
}
@media(max-width: 650px){
    header .contact .link{
        margin-right: 0 !important;
        text-align: center;
    }
    header .contact .phone{
        border-left: 0 !important;
        padding-left: 0 !important;
        margin-top: 5px;
    }    
}
 
@media(max-width: 767px){
    .banner .widget_wrapper h1 {
        font-size: 26px;
    }
    .banner .img_box img,
    .banner .img_box video {
        height: 500px;
    }
    #items .item p {
        font-size: 18px;
    } 
    #items .item h3 {
        font-size: 30px;
    }   
    #items hr{
        margin-top: 20px;
    }       
}
@media(max-width: 550px) {
    #content{
       margin-top:0!important; 
    }
    .banner .widget_wrapper {
        width: 90%;
    }   

    .banner .widget_wrapper h1 {
        font-size: 24px;
    }
.banner .img_box img,
    .banner .img_box video {
        height:auto;
    }

    .listings .slider_wrapper {
        padding: 0 40px;
    }

    .listings .slick-next {
        right: -2%;
    }

    .posts .post_wrap {
        width: 100%;
    }

    .posts .text_box {
        border-bottom: 1px solid #ADBECF;
        height: 290px;
    }

    .packages .item h3 {
        font-size: 20px;
        white-space: nowrap;
        width: 100%;
    }

    .posts .img_box img {
        height: auto;
    }

    .posts .text_box h5 {
        font-size: 20px;
    } 

    .listings .slider_wrapper .slide .img_wrap img {
        height: auto;
    }
    .posts .post_wrap:nth-child(odd){
        flex-direction: column-reverse;
    } 
}

@media(max-width: 400px) {    

    .packages .item h3 {
        white-space: normal;
    }

    .home section h2 {
        font-size: 24px;
    }
    .banner .img_box img,
    .banner .img_box video {
        height:auto !important;
    }

}

@media only screen and (max-width:1299px) and (min-width:1200px){
	.media span{
		font-size:12px!important;
	}
}