/*
Theme Name: Bizcor2018
Theme URI:
Description: Bizcor 2018 Theme
Author: Bizcor
Author URI:
Version: 1.00
*/
*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px; 
}
img, iframe{
    max-width: 100%;
}
a, a:hover{
    text-decoration: none;
}
a, button, input[type="button"], input[type="submit"]{
    transition:0.2s;
}
.container-custom{
    max-width: 1350px;
    margin: 0 auto;
}
ul{
    list-style-position: inside;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
.pull-left {
    float: left;
}
#resortpro-widget-form .c-select-list {
	height: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
@media (max-width: 767px) {
.hidden-xs {
    display: none!important;
}
}
@media (max-width: 767px) {
.visible-xs {
    display: block!important;
}
}
.home .glyphicon {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    background: url(/images/calendar-grey.svg) center no-repeat;
    top: 7px;
    color:#B1B1B1;
}
.ui-datepicker .ui-datepicker-next span {
    background: url(/wp-content/uploads/2019/08/chevron-right-solid.svg) center no-repeat!important;
}
.ui-datepicker .ui-datepicker-prev span {
    background: url(/wp-content/uploads/2019/08/chevron-right-solid.svg) center no-repeat!important;
}
.ui-datepicker-next::before, .ui-datepicker-prev::before{
    display: none;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px!important;
    top: 2px !important;
    border: none !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar thead {
	color: #fff;
}
.cal-available span, .ui-datepicker-calendar .available span {
	font-weight: 700;
	color: #3383bb;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px!important;
    top: 2px !important;
    border: none !important;
    cursor: pointer;
}
#formAutoPopupModal{
    z-index: 99999!important;
    width:400px; 
    position: fixed;
    left:30px;
    bottom: -100%;
    transition: 0.4s;
}
#formAutoPopupModal.active{
    bottom:-1px;
}
#formAutoPopupModal .modal-dialog{
   margin:0;
   width:400px; 
   background: #fff;
}
#formAutoPopupModal .modal-content{
    border-radius:0;
}
#formAutoPopupModal .modal-body{
    padding:0 15px 15px;
}
#formAutoPopupModal .modal-header{
    position: relative;
    border-bottom:0;
    padding: 15px 15px 0;
    display: flex;
    align-items: center;
}
#formAutoPopupModal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: 0;
}
#formAutoPopupModal .modal-title{
    color:#DDBB95;
    font-size:26px;
    font-weight:bold;
    margin-top:26px;
    margin-left:10px;
}
.home #formAutoPopupModal .modal-title {
    margin-top: 0;
}
#gform_wrapper_2{
    margin: 0;
}
#gform_wrapper_2 label{
   display:none; 
}
#gform_wrapper_2 li{
   padding-right:0; 
}
#gform_wrapper_2 input{
    height:35px;
}
#gform_wrapper_2 input,
#gform_wrapper_2 textarea{
    border:1px solid #DDBB95;
    border-radius:5px;
    color:#777;
}
#gform_wrapper_2 input::-webkit-input-placeholder,
#gform_wrapper_2 textarea::-webkit-input-placeholder{
   color:#DDBB95; 
}
#gform_wrapper_2 input::-moz-placeholder,
#gform_wrapper_2 textarea::-moz-placeholder{
   color:#DDBB95;
   opacity:1; 
}
#gform_wrapper_2 textarea{
    height:70px;
    padding-left:5px;
}
#gform_wrapper_2 .gform_footer {
    padding:0;
}
#gform_wrapper_2 .gform_footer input{
    width:100%;
    color: #fff;
    background: #DDBB95;
}
#gform_wrapper_2 .gform_footer input:hover{
    background: #00ABF1;
    border-color:#00ABF1;
}
#gform_wrapper_2 .validation_error{
    display:none;
}
#gform_wrapper_2.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width:none!important;
}
#gform_wrapper_2 #field_2_4{
    display:none;
}

/*** HEADER ***/
.header-logo{
    display:block;
    width: 348px;
    padding: 13px 0;
    position: absolute;
    z-index: 9999;        
}
.header-logo img{
   transition: 0.2s; 
}
.header-logo:hover img{
    filter:brightness(120%);
}
/*.top-header{
    padding-top: 12px;
    padding-bottom:12px
}*/
.top-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 30px;
   height: 90px;
}
.top-header .flex-box{
    display: flex;   
    align-items: center; 
    width: 100%;
    justify-content: flex-end;
}
.top-header .btn{
    padding: 0 8px;
    border-radius: 0;
    /*width: 100px;*/
}
.top-header .btn.favorites-btn{
    padding-right: 0;
}
/*.top-header .btn.favorites-btn{
    border-left: 1px solid rgba(8, 28, 52, 0.25);
}*/
.top-header .btn span{
    color: #111;
    display: block;
    text-transform: uppercase;
    font-size:10px;
    margin-top:7px;
    display: none;
}
.top-header .btn .fa{
    font-size:46px;
    color:#00ABF1;
    transition: 0.2s;
    font-size: 22px;
}
.top-header .btn:hover .fa{
    color:#F69B23
}
.top-header .btn path {
   transition: .3s;
}
.top-header .btn:hover path {
    fill: #F69B23;
}
.top-header .mob-tel-btn,
.top-header .open-menu-btn{
    display:none;
}
.header-tel{
    position: absolute;
    width: 530px;
    top: -20px;
    left: -540px;
    background: #fff;
    padding: 15px;
    border-radius: 25px;
    z-index: 2;
    border: 6px solid #00ABF1;
   -webkit-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.85);
    -moz-box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.85);
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.85);
    transition: 0.3s;
}
 
.header-tel:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -20px;
    top: 20px;
}
.header-tel:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 25px solid #00ABF1;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -28px;
    top: 15px;

}

.header-tel img{
    border-radius:100%;
    margin-right: 10px;
    margin-left: 10px;
}
.header-tel a{
    color: #000;
    font-size: 26px;
    position:relative;
    top:4px;
}
.header-tel a:hover{
    color:#00ABF1;
}
.firstBox {
    width: 60%;
    float: left;
}
.firstBox .titleNum {
    padding-left: 57px;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #111;
    width: 100%;
}
.secondBox {
    width: 40%;
    float: right;
    padding-right: 10px;
}
.secondBox > div:first-child {
    height: 67px;
    border-bottom: 1px solid #00ABF1;
}
.firstBox > div:first-child {
    height: 67px;
    border-bottom: 1px solid #00ABF1;
}
.firstBox > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.firstBox > div a {
    top: 0;
}
.firstBox > div:first-child img,
.firstBox > div:first-child a {
    transform: translateY(-5px);
}
.phones {
    position: relative;
    padding: 0 5px 5px 20px;
    /*width: 120px;*/
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    cursor: pointer;
    z-index:9999!important;
    margin-left: 20px;
    border-left: 1px solid rgba(8, 28, 52, 0.25);
}
.phones .imgPhone {
   margin-right: 5px;
   height: 22px;
}
.phones p {
    color: #111;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 7px;
    display: none;
}
/*header nav{
    background:#00ABF1;
}*/
.contact-box{
    display: flex;
    align-items: center; 
}
.contact-box .contact{
    display: block;
    color: #051931;
    font-size: 16px;
    border: 1px solid #051931;  
    padding: 10px 25px; 
    font-weight: 500;
}
.contact-box .contact:hover{
    background: #F69B23;
    border-color: #F69B23;
    color: #fff;
}
header nav .menu-header-menu-container > ul{
    list-style:none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
header nav .menu-header-menu-container > ul > li{
    padding:26px 0;
}
header nav .menu-header-menu-container > ul li{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size:15px;
    font-weight:600;
}
header nav .menu-header-menu-container > ul li .caret{
    border-top-color: #081C34;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);    
}
header nav .menu-header-menu-container > ul li a{
    display: block;
    color: #081C34;
    padding: 10px 15px;
    font-weight: 500;
    font-family: Raleway;
}
header nav .menu-header-menu-container > ul li a:hover{
    background: #F69B23;
}
/* header.scrolled nav{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 100;
}
.admin-bar header.scrolled nav{
   top:32px; 
} */
.menu-item-has-children ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width:200px;
    z-index: 99;
    display:none;
    background:#00ABF1;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-top: 0;
}
.menu-item-has-children ul li{
    float:none;
    display: block!important;
}
.menu-item-has-children ul li a{
    text-align: left;
}
.menu-item-has-children ul ul{
    left: 100%;
    top: 0;
}
/*#content-wrapper.padding{
    padding-top:50px;
}*/
#headerSearchMobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ABF1;
    z-index: 999999999999999999999;
    display: none;
}
#headerSearchMobile label{
    display:none;
}
#headerSearchMobile .form-group{
    margin-bottom: 0!important;
}
#headerSearchMobile .modal-dialog{
    width: 100%;
    max-width: 990px;
    margin: 50px auto 0;
    padding: 0 15px;
}
 #headerSearchMobile .modal-content{
   background: none; 
   border: 0;
   box-shadow: none;
}
 #headerSearchMobile .modal-header{
   border-bottom: 0; 
   text-align: right;
}
 #headerSearchMobile .modal-header .close{
   color: #fff;
   opacity: 1;
   text-shadow: none;
   font-size: 56px;
   position: relative;
   right: -60px;
   border: 0;
   background: none;
   cursor: pointer;
   outline: none;
}
#headerSearchMobile #resortpro-widget-form{
    border: 2px solid #fff;
    padding-bottom: 0;
}
#headerSearchMobile #resortpro-widget-form input{
    width: 100%;
    border:0;
    border-radius:0;
    box-shadow: none;
    height: 70px;
    background: none!important;
    color: #fff;
    font-size:18px;
    padding: 9px 12px 6px;
    outline: none;
}
#headerSearchMobile .search_widget .resortpro-search-submit-button-block{
    margin-top: 0;
    background: none!important;
    height: 100%;
}
 #headerSearchMobile #resortpro-widget-form input::-webkit-input-placeholder{
    font-size:20px;
    color:#fff;
    text-transform: uppercase;
}
 #headerSearchMobile #resortpro-widget-form input::-moz-placeholder{
    font-size: 20px;
    color:#fff;
    opacity: 1;
    text-transform: uppercase;
}
#headerSearchMobile #resortpro-widget-form button{
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2019/08/search-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 28px;
    background-size: 28px;
    border: 0;
    margin-left: -1px;
    height: 100%;
    width: 100%;
    padding: 0;
    cursor: pointer;
    outline: none;
}
 #headerSearchMobile #resortpro-widget-form button:hover{
    color:#F69B23;
}
 #headerSearchMobile #resortpro-widget-form button i{
    position: relative;
    top: -2px;
    color: #fff!important;
	 display: none;
	 opacity: 0;
}
 #headerSearchMobile #resortpro-widget-form > .row{
    display: flex;
    margin: 0;
}
 #resortpro-widget-form > .row > div{
    padding: 0;
}
#resortpro-widget-form > .row > div.col-lg-2{
    padding-right: 5px;
}
 #headerSearchMobile #resortpro-widget-form > .row > .col-lg-2{
    width:70px;
}
 #headerSearchMobile #resortpro-widget-form > .row > .col-lg-10{
    width:calc(100% - 70px);
}
#headerSearchMobile #resortpro-widget-form > .row > div.col-lg-2{
    padding-right: 0;
}
/*** END HEADER ***/

/*travelChannelModal*/
#travelChannelModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999999999999999999999;
    display: none;
}
#travelChannelModal .modal-dialog {
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    background: #fff;
    border-radius: 5px;
}
#travelChannelModal .modal-header {
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#travelChannelModal .modal-header button {
    background: none;
    font-size: 21px;
    opacity: .2;
    border: 0;
    cursor: pointer;
}
#travelChannelModal .modal-body {
    padding: 15px;
}
/*end travelChannelModal*/

/*datepickers*/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	border: 1px solid #aaa !important;
}
.ui-datepicker{
    border-radius: 0!important;
    background:#000!important;
    z-index:9999999!important;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    background-color:#00ABF1!important;
    background-image: none!important;
    color: #fff;
    border: 1px solid #bbb;
}
.ui-widget-content thead{
    color:#fff;
}
.ui-state-disabled{
    opacity:0.4!important;
}
.ui-datepicker-header .ui-state-hover{
  background: #00ABF1!important; 
  border-color: #fff!important;
  border-radius: 0;
}
.ui-widget-header .ui-icon{
    background-image:url(/images/arrow-white.svg);
    background-size:7px;
    background-position: center;
}
.ui-widget-header .ui-datepicker-prev{
    transform:rotatez(180deg);
}
/*end datepickers*/

/*banner-section*/
.banner-section{
    position:relative;
    overflow: hidden;
    height: 575px;
    background: #000;
}
.banner-section > .row {
    height: 100%;
}
.banner-section .banner-slider,
.banner-section .banner-slider .slick-list .slick-track{
    overflow: hidden;
    height: 100%;
}
.banner-section .banner-slider .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom:0;
}
.banner-section .banner-slider .slick-dots li{
    display:inline-block;
    margin: 0 10px;
}
.banner-section .banner-slider .slick-dots li button{
    width:15px;
    height: 15px;
    border-radius:100%;
    border: 0;
    background: #fff;
}
.banner-section .banner-slider .slick-dots li button:hover,
.banner-section .banner-slider .slick-dots li.slick-active button{
    background:#00ABF1;
}
.banner-section .banner-img{
    width:100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}
.search-wrapper{
    max-width:930px;
    margin: 20px auto;
}
.search-wrapper .tab-pane{
    padding: 0;
    display: none;
}
.search-wrapper .tab-content{
    padding: 0;
    border: 0;
    background: transparent;
}
.search-wrapper .nav-tabs{
    border: 0;
    text-align:center;
}
.search-wrapper .nav-tabs li{
    display: inline-block;
    float:none;
    margin-bottom:0;
    width:380px;
    padding: 0 5px;
    font: 600 18px 'Montserrat';
    letter-spacing: 1px;
}
.search-wrapper .nav-tabs li a{
    display: block;
    border: 0!important;
    color:#fff!important;
    background:rgba(0,0,0,0.6);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px;
}
.search-wrapper .nav-tabs li a:hover,
.search-wrapper .nav-tabs li.active a{
   background:rgba(0,0,0, 0.3); 
}
.search-wrapper #browse .col-lg-10 {
    width: 83.33333333%;
}
.search-wrapper #browse .col-lg-2 {
    width: 16.66666667%;
}
.search-wrapper #browse select{
    padding-left:25px;
}
.banner-section .banner-title{
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
}
.banner-section .banner-title h1,
.banner-section .banner-title h3{
    color:#fff;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 300;
    text-shadow: 1px 1px 10px #404040;
}
.banner-section .banner-title h1{
    font-size:70px;
    letter-spacing: 2px;
}
.banner-section .banner-title h3{
    font-size:18px;
}
.banner-section .banner-title .search_widget{
    position: relative;
    max-width: 1160px;
    padding: 7px;
    background:rgba(0,0,0, 0.3);
    border-radius: 40px;
    margin:0 auto;
}
.banner-section .banner-title .search_widget .row{
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.banner-section .banner-title .search_widget label{
    display:none;
}
.banner-section .banner-title .search_widget #resortpro-widget-form{
    background: #fff;
    border-radius: 40px;
    padding: 5px;
    overflow: hidden;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .form-group{
    position: relative;
    margin-bottom:0;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .form-group .form-control-feedback{
    top:7px;
    color: #B1B1B1;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .form-group .form-control-feedback.caret{
    position: absolute;
    top:22px;
    right: 25px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input,
.banner-section .banner-title .search_widget #resortpro-widget-form button,
.banner-section .banner-title .search_widget #resortpro-widget-form select{
    border: 0;
    box-shadow: none;
    height:50px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input,
.banner-section .banner-title .search_widget #resortpro-widget-form select{
    background: #fff;
    color: #B1B1B1;
    font: 600 13px 'Montserrat';
    width: 100%;
    outline: none;
}
.banner-section .banner-title .search_widget #resortpro-widget-form select{
    -webkit-appearance:none;
    -moz-appearance:none;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input::-webkit-input-placeholder {
    color: #B1B1B1;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input::-moz-placeholder {
    color: #B1B1B1;
    opacity: 1;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3{
    padding: 0 5px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3:nth-child(2){
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.banner-section .banner-title .search_widget #resortpro-widget-form button{
    color: #fff;
    background:#00ABF1;
    width:100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font: 600 24px 'Montserrat';
    letter-spacing: 2px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.banner-section .banner-title .search_widget #resortpro-widget-form button:hover{
    background:#F69B23;
}
/*end banner-section*/

/*propositions*/
.propositions{
    padding:6px 6px 0 6px;
    position: relative;
}
.propositions > .row > div{
   padding: 0 3px; 
   width: 16.66666667%;
}
.propositions > .row{
    display: flex;
    margin-left: -3px;
    margin-right: -3px;
}
.propositions .propositions-item{
    display: block;
    position: relative;
    color: #fff;
    background: #000;
    margin-bottom: 6px;
	height: 100%;
}
.propositions .propositions-item img{
    display: block;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: 0.2s;
}
.propositions .propositions-item:hover img{
    opacity: 0.9;
}
.propositions .propositions-item:hover h3{
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
}
.propositions .propositions-item h3{
    text-transform: uppercase;
    font: 600 24px 'Montserrat';
    padding: 0 15px;
    margin:0!important;
}
.propositions .propositions-item .title{
    position:absolute;
   top:50%;
    left: 50%;
   width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
}
/*.propositions .propositions-item .title > div{
    max-width:310px;
    margin: 0 auto;
}*/

/*end propositions*/

/*home-content*/
.home-content{
    /*background: url(/images/Bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 0;
    text-align: center;
}
.home-content .container-custom > .row {
    display: flex;
}
.home-content .container-custom > .row .col-md-7 {
    width: 58.33333333%;
    padding: 0 15px;
}
.home-content .container-custom > .row .col-md-5 {
    width: 41.66666667%;
    padding: 0 15px;
}
.home-content article h2 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.home-content article p:not(:last-child){
    margin-bottom:25px;
}
.home-content article ul {
    margin-bottom: 10px;
}
.home-content article ul a {
    color: #337ab7;
    line-height: 1.4;
    transition: .3s;
}
.home-content article ul a:hover {
    color: #23527c;
}
.video-box{
  background: #fff;  
  padding: 12px;
  position: relative;
  box-shadow: 0 0 10px #777;
  cursor: pointer;
}
.video-box .title{
   color:#fff;
   position: absolute;
   top: 12px;
   right: 12px;
   left: 12px; 
   padding-top: 10px;
}
.video-box .title h3{
   font: 600 30px 'Montserrat'; 
   margin-top: 0;
}
.video-box .title h5{
   font: 300 16px 'Montserrat'; 
   margin: 10px 0;
}
.video-box .play-button{
    position: absolute;
    bottom:calc(50% - 73px);
    left:calc(50% - 63px);
    transition: 0.2s;
}
.video-box .play-row{
    position:absolute;
    bottom: -20px;
    left: 0;
    right:-20px;
    border-radius: 40px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #777;
}
.video-box .play-row .inner{
    background: #000;
    height: 10px;
    border-radius: 40px;
    transition: 0.2s;
}
.video-box .play {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px #777;
    position: absolute;
    left:-35px;
    bottom: -30px;
    transition: 0.2s;
}
.video-box .play > div {
    background: #02CE0C;
    height: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
    transition: 0.2s;
}
.video-box .play > div img{
    transform: scale(0.8);
    transition: 0.2s;
}
.video-box:hover .play-button{
    transform: scale(1.2);
}
.video-box:hover .play > div{
    background: #00ABF1;
}
.video-box:hover .play-row .inner{
    background: #00ABF1;
}
/*end home-content*/

/*opportunities*/
.opportunities{
    position: relative;
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
}
.opportunities .box h2{
    margin: 0;
    color:#fff;
    font: 600 34px 'Montserrat';
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    top:50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 5px #000;
    
}
.opportunities .box{
     position: relative;
     padding: 4px;
     display: block;
}
.opportunities .box img{
    width:100%;
}
.opportunities .left-sector{
    width: 45%;
}
.opportunities .middle-sector{
   width: 20%; 
}
.opportunities .right-sector{
    width:35%;
}
.opportunities .left-sector .box2{
   width: 40%;
   float:left; 
}
.opportunities .left-sector .box3{
    width: 60%;
    float:left;
}
.opportunities .backHovered{
    background: #000;
}
.opportunities .backHovered > img{
    display: block;
    opacity: 0.75;
    transition: 0.3s;
}
.opportunities .backHovered:hover img{
    opacity: 1;
}
/*.opportunities .left-sector .box2,
.opportunities .left-sector .box3{
    height: 415px;
}
.opportunities .middle-sector .box2{
    height: 495px;
}*/

/*end opportunities*/

/*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%;
}
/*End General slick slider*//*End General slick slider*/

/*testimonials*/
.testimonials{
    padding: 60px 0;
}
.testimonials .item{
    text-align: center;
    padding-bottom: 25px;
}
.testimonials-slider .slick-dots{
   list-style:none;
   margin:0; 
   text-align: center;
}
.testimonials-slider .slick-dots li{
    display:inline-block;
    margin: 0 7px;
}
.testimonials-slider .slick-dots li button{
    width:25px;
    height:25px;
    background: #B7B7B7;
    border: 0;
    border-radius: 100%;
}
.testimonials-slider .slick-dots li button:hover,
.testimonials-slider .slick-dots li.slick-active button{
    background:#00ABF1;
}
.testimonials .img{
  width:105px; 
  height: 105px;
  border-radius:100%;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 0 10px #777;
  float:left;
}
.testimonials .signature{
    overflow: auto;
    display:table;
    margin: 10px auto 0 auto;
}
.testimonials .img img{
    width:100%;
}
.testimonials  h2{
    color: #0E2E4E;
    font: 300 52px 'Montserrat';
    margin-bottom:30px!important;
    text-transform: uppercase;
    text-align: center;
}
.testimonials article{
    font: 400 26px 'Raleway';
    color:#5C5C5C;
    line-height: 1.5;
}
.testimonials h5{
    color:#001C41;
    font-family: 'Times New Roman';
    font-size:20px;
    font-style: italic;
    font-weight: 600;
    float:right;
    margin: 35px 0 0 30px;
}
/*end testimonials*/

/*footer*/
footer ul{
    list-style: none;
}
footer .top-footer{
    background: #000;
    padding: 40px 0;
}
footer .top-footer .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.home footer .top-footer .container > .row {
    display: flex;
    width: 100%;
}
.home footer .top-footer .col-md-3 {
    width: 25%;
    padding: 0 15px;
}
.home footer .top-footer .col-md-6 {
    width: 50%;
}
.home footer .top-footer .col-md-6 > .row {
    display: flex;
}
.home footer .top-footer .col-md-6 > .row > div {
    width: 33.33334%;
    padding: 0 15px;
}
footer .top-footer h4{
    color:#fff;
    text-transform: uppercase;
    font-size:13px;
    font-weight: bold;
    font-family: 'Helvetica';
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .top-footer .address,
footer .top-footer .address a{
    color:#fff;
}
footer .top-footer .address a:hover{
    color:#F69B23;
}
footer .top-footer .address p {
    margin-bottom: 10px;
}
footer .top-footer .address hr {
    margin: 20px 0;
}
footer .top-footer .address span{
    color: #00ABF1;
    display: block;
    margin:20px 0 10px 0;
}
footer .top-footer .footer-menus{
   border-right: 1px solid #777; 
   border-left: 1px solid #777;
}
footer .top-footer .footer-menus li{
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: lighter;
    margin-bottom: 12px;
}
footer .top-footer .footer-menus li a{
    color:#777;
}
footer .top-footer .footer-menus li a:hover{
    color:#F69B23;
}
footer .top-footer .soc{
    margin-bottom: 20px;
}
footer .top-footer .soc li{
    display: inline-block;
    margin-right: 15px;
}
footer .top-footer .soc li:last-child{
    margin-right: 0;
}
footer .top-footer .soc li a{
    color:#fff;
    width:40px;
    height: 40px;
    border-radius: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.2s linear;
    background: #00ABF1;
}
footer .top-footer .soc li a:hover{
    background: #F69B23;
}
footer .top-footer .soc + .btn{
    display: block;
    text-align: center;
    color:#00ABF1;
    border: 1px solid #00ABF1;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    font: 600 16px 'Montserrat';
    padding-top: 13px;
    padding-bottom:13px;
    width:100%;
    margin-bottom: 20px;
}
footer .top-footer .soc + .btn:hover{
   background: #F69B23;
   border-color:#F69B23;
   color:#fff; 
}
/*footer .top-footer .soc li.facebook a{
    background:#3B5998;
}
footer .top-footer .soc li.twitter a{
    background: #56ACEE;
}
footer .top-footer .soc li.google a{
    background: #DC4E41;
}
footer .top-footer .soc li.instagram a{
   background:#A93590 ; 
}
footer .top-footer .soc li.linkedin a{
    background:#007AB8;
}*/
footer .top-footer .soc li a i{
    font-size:24px;
}
footer .top-footer .footer-img h3{
   color:#fff;
   margin-bottom: 10px!important;
}
footer .copyright{
    background:#00ABF1;
    padding: 30px 0;
}
footer .copyright .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .copyright nav ul li{
    float:left;
    text-transform: uppercase;
    margin-right: 30px;
    font: 600 12px 'Montserrat';
}
footer .copyright nav ul li:last-child{
    margin-right: 0;
}
footer .copyright nav ul li a{
    color:#fff;
}
footer .copyright nav ul li a:hover{
    color:#F69B23;
}
footer .copyright p{
    color:#fff;
    margin-bottom: 0;
    font: 400 12px 'Montserrat';
}
footer .copyright .right a{
    color: white;
}
/*end footer*/

/* Start New Header */
header nav {
    text-align: center;
    margin-left: auto;
    margin-right: 20px;
}
header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav > .menu-header-menu-container > ul > li {
    display: inline-block;
}
header nav li {
    position: relative;
}
header nav li a {
    position: relative;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000;
    display: block;
    text-decoration: none!important;
    line-height: 1.2;
}

header .caret {
    border-top: 4px solid #2A2A2A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.thereCaret img {
    height: 13px;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.sub-menu {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}
.menu-item-has-children ul {
    position: absolute;
    top: 100%;
    display: none;
    min-width: 100%;
    left: 0;
    padding-top: 15px;
	margin: 0;
}

header.scrolled nav {
	    position: inherit;
}
.menu-item-has-children ul li {
    display: block;
    margin-right: 0!important;
    position: relative;
}
header nav .menu-header-menu-container > ul > li > a:hover {
	background: transparent;
}
header nav .menu-header-menu-container > ul li .sub-menu {
/* 	padding-left: 30px;
	padding-right: 30px; */
}
header nav .menu-header-menu-container > ul li .sub-menu li a {
	color: rgba(255, 255, 255, .75) !important;
    font-size: 14px !important;
    font-family: Raleway !important;
    font-weight: 500 !important;
	text-transform: capitalize;
}

#checkout-container.chk2 #btn-checkout, #checkout-container.chk2 .panel-footer .btn.btn-green, #checkout-container.chk2 .panel-heading.open, #checkout-container.chk2 .row-due-today{
	background: #00ABF1;
}

/*  */
@media(min-width: 1200px) {
	header nav .menu-header-menu-container > ul li .sub-menu .sub-menu {
		display: block !important;
		position: initial;
		box-shadow: none;
		padding: 0px;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu {
		width: max-content;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu li:not:first-child {
		border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu {
		padding: 30px 0 40px;
		border-radius: 0 0 10px 10px;
		border: 1px solid #707070;
		border-top: 0;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu > li {
		padding: 0 25px;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu > li:has(ul) {
		display: inline-block !important;
		vertical-align:top;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu > li:has(ul):not(:first-child) {
		border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu > li:has(ul) > a {
		font-family: Raleway !important;
		font-size: 18px !important;
		text-transform: uppercase !important;
		font-weight: 700 !important;
		border: none;
		pointer-events: none;
		margin: 0 0 8px 0 !important;
		color: #fff !important;
	}
	header nav .menu-header-menu-container > ul li ul li .caret {
		display: none !important;
	}
	header nav li a {
		white-space: pre-wrap;
	}
	
	/*5 subelements */
	#menu-item-12282 > .sub-menu {
		left: -47vw;
		width: 81vw;
	}

	.back_submenu, 
	.thereCaret, 
	.new_caret {
		display: none!important;
	} 
}
@media(max-width: 1860px) and (min-width: 1200px) {
	#menu-item-12282 > .sub-menu > li {
		width: calc(20% - 4px);
	}
}
@media(max-width: 1550px) and (min-width: 1200px) {
	header nav .menu-header-menu-container > ul > li > .sub-menu > li {
		padding: 0 15px;
	}
	#menu-item-12282 > .sub-menu{
		  left: -40vw;
	}
}

@media(max-width: 1400px) and (min-width: 1200px){
	.contact-box .contact{
		font-size:12px;
		padding: 7px 10px;
	}
}

.header-logo+div { 
		margin-right: 0 !important;
	}

/* Mobile */
.mobileMenu {
    display: none;
    cursor: pointer;
    background: transparent !important;
    float: right;
    height: auto;
    padding-left: 30px;
    width: auto;
}
.iconAnime {
    position: relative;
    width: 45px;
    height: 35px;
    display: inline-block;
    top: 0px;
}
.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: 14px;
    transform: rotate(135deg);
}
.iconAnime span {
    height: 5px;
    width: 100%;
    border-radius: 3px;
    background: #36296D;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
}
@media(max-width: 1199px) {
	header nav .menu-header-menu-container > ul li a {
		line-height: 20px;
	}
	
header.scrolled nav {
	    position: absolute;
} 
	.mobileMenu {
		display: block;
		float: right;
		padding-top: 0;
		padding-bottom: 0;
	}
	header nav {
		background: rgba(0,171,241,1.0);
		overflow: auto;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
	}
	header nav .menu-header-menu-container > ul {
		padding:0;
	}
	header nav li {
		float: none!important;
		display: block!important;
		text-align: left;
	}
	.menu-item-has-children ul.sub-menu, .sub-menu .sub-menu {
		background: none!important;
		position: static !important;
		box-shadow: none!important;
	}
	.caret {
		display: none!important;
	}
	.menu-item-has-children .thereCaret {
		padding: 10px 13px;
		width: 42px;
		height: 43px;
		position: absolute;
		top: 0px;
		right: 0;
		cursor: pointer;
		display: block;
		z-index: 2;
		background: #009AD8;
	}
	.menu-item-has-children .thereCaret.active img {
		transform: rotate(270deg);
	}
	.openMenu {
		display: block!important;
	}
	header nav .menu-header-menu-container > ul > li {
		font-size: 18px;
		padding: 1px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	header nav .menu-header-menu-container > ul li a {
		color: #fff; 
	}
	header nav .menu-header-menu-container > ul > li > .sub-menu > li > a {
		color: #fff !important;
		text-transform: uppercase;
	}
/* 	header nav .menu-header-menu-container > ul li .sub-menu li a {
		padding-left: 35px
	} */
	.menu-item-has-children ul {
		padding: 0
	}
}
/* End New Header */


/*--------------------------------------------------------------------------------------------------------------
*** RESPONSIVNESS *** RESPONSIVNESS *** RESPONSIVNESS *** RESPONSIVNESS *** RESPONSIVNESS *** RESPONSIVNESS ***
-------------------------------------------------------------------------------------------------------------*/
@media(min-width:1200px){
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3{
    width:279px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3:first-child input{
    padding-left:20px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3:last-child{
    width: 75px;
    float: right;
    padding-left: 0;
}   
}

@media(min-width: 768px) {
.hidden-lg {
    display: none !important;
}
}

.hide {
    display: none;
}

@media(max-width:1350px){
.opportunities .box h2{
    font-size:28px;
}
.header-logo img {
    transition: 0.2s;
    /*max-width: 75%;*/
}
#hmenu_load_1 .hmenu_navigation_holder > ul > li > a {
    font-size: 14px;
    font-family: Raleway;
    font-weight: 500;
    color: #081C34!important;
    text-transform: uppercase;
}
#hmenu_load_1 .hmenu_navigation_holder > ul li {
    position: relative!important;
    padding: 0px 0px;
}
}

@media(max-width:1199px){
.banner-section .banner-title h1{
    font-size:56px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3 {
    width: 25%;
}
.search-wrapper #browse select{
    padding-left:15px;
}
.opportunities .sector{
    width:33.333%!important;
} 
.opportunities .box{
    width:100%!important;
}
#hmenu_load_1 .hmenu_navigation_holder{
    overflow: scroll!important;
    height: calc(100vh - 125px)!important;
    position:fixed;
    top:125px;
    left:0;
    right: 0;
    bottom:0;
}
}

@media(max-width:1025px){
.mob-tel-btn {
    display: none !important; 
} 
header nav,
.top-header .search-btn,
.top-header .favorites-btn{
    display:none;
}
.top-header .mob-tel-btn,
.top-header .open-menu-btn{
    display:none;
}
.top-header .btn{
    width:auto;
}
.top-header .btn .fa{
    color: #36296D;
}
.top-header .open-menu-btn{
   background: none; 
}
header nav.container-fluid{
    padding: 0;
    border-bottom:1px solid #fff;
}
#headerSearchMobile .modal-header .close{
    right: 40px!important;
}
header nav .menu-header-menu-container > ul li{
    display: block;
    text-align: left;
}
.dropdown-toggle{
   border: 1px solid #fff; 
   width: 50px;
   height: 50px;
   text-align:center;
   padding-top: 12px;
   position: absolute;
   right: 0;
   top: 0;
}
.dropdown-toggle .caret{
    position: static!important;
}
.menu-item-has-children ul{
    position:static;
    padding-left: 25px;
    box-shadow:none;
}
}

@media(max-width:1025px) and (min-width:768px){
.top-header .btn .fa{
    font-size:66px;
}    
}

@media(max-width:991px){   
.banner-section .banner-title{
    padding:0 15px;
}
.banner-section .banner-title h1{
    font-size:42px;
}
.banner-section .banner-title h3{
    font-size:14px;
}
.propositions > .row {
    flex-wrap: wrap;
}
.propositions > .row > div {
    width: 50%;
}
.home-content .container-custom > .row {
    display: block;
}
.home-content .container-custom > .row > div {
    width: 100% !important;
}
.search-wrapper .nav-tabs li{
    width:300px;
    font-size:14px;
}
.testimonials  h2{
    font-size:38px;
}
.home-content{
    padding-top: 20px;
}
.video-box{
    margin-top:25px;
}
.video-box .play{
    left: -15px;
}
footer .info,
footer .social h4,
footer .top-footer .soc{
    text-align:center;
}
footer .top-footer .soc li{
   display:inline-block;
   float:none; 
} 
footer .top-footer .footer-menus{
    border: 0;
}
.header-tel {
    width: 475px;
    left: -455px;
}
.header-tel a {
    font-size: 18px;
}
footer .top-footer .footer-menus{
    text-align: center;
}
footer .top-footer .address hr{
    margin: 25px auto;
}
.home footer .top-footer .container > .row {
    flex-wrap: wrap;
}
.home footer .top-footer .container > .row > div {
    width: 100% !important;
}
}

@media(max-width:767px){
.banner-section .banner-title .search_widget .row {
    flex-wrap: wrap;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3 {
    width: 100%;
}
.propositions > .row > div {
    width: 100%;
}
#formAutoPopupModal .modal-dialog{
    width:100%;
    margin-left: 0;
    margin-right:0;
}
#formAutoPopupModal .modal-title{
    font-size: 20px;
    margin-top:30px;
}
.header-tel:after {
    right: 20px;
    top: -24px;
    transform: rotate(270deg);
}
.header-tel:before {
    right: 17px;
    top: -36px;
    transform: rotate(270deg);
}   
.phones p {
    display: none;
}
.phones img {
    width: 55%;
}
.phones {
    width: 75px;
}
.header-tel {
    width: 320px;
    left: -240px;
    top: 70px;
}  
.firstBox > div:first-child,
.secondBox > div:first-child {
    border: none;
    height: auto;
}
.firstBox > div:first-child img,
.firstBox > div:first-child a {
    transform: none;
}
.firstBox img {
    width: auto !important; 
}
.firstBox,
.secondBox {
    width: 100%;
}
.header-tel img {
    margin-left: 0;
}

.firstBox .titleNum {
    padding-left: 0;
    padding: 5px 0;
}
.top-header{
    padding-right:0;
    padding-left: 20px;
}
.top-header .btn{
    padding-top:0;
    padding-bottom:0;
}
.mobile-title{
   background:#00ABF1; 
   color:#fff;
   text-align: center;
   text-transform: uppercase;
   padding-top:5px;
   padding-bottom: 5px;
}
.mobile-title h2{
    margin: 0;
    font: 400 12px 'Montserrat';
}
.banner-section{
   height:220px; 
}
.banner-section .banner-img{
    width:160%;
    max-width: none;
    margin-left:-50%;
}
.banner-section .banner-title h1,
.banner-section .banner-title h3{
    display:none;
}
.banner-section .banner-title .search_widget,
.banner-section .banner-title .search_widget #resortpro-widget-form{
    padding: 0;
    background: none;
    border-radius: 0;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .col-lg-3:nth-child(2){
    border: 0;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input, 
.banner-section .banner-title .search_widget #resortpro-widget-form select{
    color:#fff;
    background:rgba(0,0,0,0.4);
    border: 2px solid #fff;
    border-radius: 40px;
    margin-bottom:10px;
    height:40px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form button{
    height:40px;
    border: 2px solid #fff;
    border-radius: 40px;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input::-webkit-input-placeholder{
    color:#fff;
}
.banner-section .banner-title .search_widget #resortpro-widget-form input::-moz-placeholder{
    color:#fff;
    opacity: 1;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .form-group .form-control-feedback.caret{
    top:18px;
    border-top-color: #fff;
}
.banner-section .banner-title .search_widget #resortpro-widget-form .form-group .form-control-feedback{
    color:#fff;
    top:3px;
    right: 5px;
}
.opportunities .sector{
    width:100%!important;
}
.testimonials{
    padding-top:15px;
}
.testimonials  h2{
    font-size:28px;
    margin-bottom: 10px!important;
}
.testimonials h5{
    float:none;
    text-align: center;
    margin-left: 0;
}
.testimonials .img{
    float:none;
    margin: 0 auto;
}
.testimonials article{
    font-size:14px;
    line-height:1.6;
}
footer .top-footer .footer-menus{
    text-align:center;
}
footer .top-footer .footer-menus nav{
    display:none;
}
 footer .copyright nav,
 footer .copyright p{
    float:none!important;
    text-align: center;
 } 
 footer .copyright nav ul li{
    display: inline-block;
    float:none;
 }  
}


@media(max-width:1239px){
div.hmenu_wrapper_state_1{
    height:auto;
}    
}

@media(max-width:767px){
#formAutoPopupModal{
    left:0;
    right:0;
    width:100%;
}
#formAutoPopupModal .modal-dialog{
    width:100%;
}
 #formAutoPopupModal .modal-title{
    font-size: 20px;
    margin-top:30px;
}   
.home footer .top-footer .col-md-6 > .row {
    flex-wrap: wrap;
}
.home footer .top-footer .col-md-6 > .row > div {
    width: 100%;
}
.home .glyphicon {
    right: 12px !important;
    background: url(/wp-content/uploads/2019/08/calendar-white.svg) center no-repeat;
}
}