

/*font-family: 'Montserrat', sans-serif;*/

/*font-family: 'Open Sans', sans-serif;*/


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0; -webkit-text-size-adjust: none;}
article,aside,figure,figure img,figcaption,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{position:relative}
figure img{width:100%}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:33px;
    line-height:33px;
    color:#fefefe;
}
h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 31px;
    color: #566270;
}
h3 {
    font-size:24px;
    line-height:33px;
    color: #fefefe;
}
h4 {
    font-size: 18px;
    line-height: 30px;
    color: #647083;
}
p {
    font-size: 14px;
    line-height:26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #717277;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select
{
    -moz-appearance: none;
    -webkit-appearance: none !important;
}
input::-webkit-placeholder {
    opacity: 1;
    color: #909caa;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #909caa;
}
input:-ms-input-placeholder {
    opacity: 1;
    color: #909caa;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #909caa;
}
:-moz-placeholder {
    opacity: 1;
    color: #909caa;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #909caa;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 0;
}
input {
    -webkit-border-radius:0;
    border-radius:0;
    box-shadow: none;
}
::-o-placeholder {
    color: #909caa;
    opacity: 1;
}
::-webkit-textarea-placeholder {
    color: #909caa;
    opacity:  1;
}
:-ms-textarea-placeholder {
    color: #909caa;
    opacity:  1;
}
:-o-textarea-placeholder {
    color: #909caa;
    opacity:  1;
}
/*.clearfix:after {
    content:" ";
    visibility:hidden;
    display:block;
    height:0;
    clear:both;
}
.clearfix:after {
    content:"";
    display:table;
    clear:both;
}*/
.btn {
    background: #f74130;
    border: none;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 24px 6px 27px;
    letter-spacing: 0.1px;
    border-radius:10px;
    transition:all 0.6s ease 0s;
    -webkit-transition:all 0.6s ease 0s;
    -moz-transition:all 0.6s ease 0s;
    -ms-transition:all 0.6s ease 0s;
    -o-transition:all 0.6s ease 0s;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.btn:focus, .btn:hover {
    background: #717277;
    color: #FFFFFF;
}
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.wrapper {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.header_box{
    padding:28px 0 21px;
}
.header_logo {
    width: 20%;
    float: left;
}
.header_menu{
    width:50%;
    float: left;
}
.header_menu > ul{
    margin:0;
    padding:0;
}
.header_menu > ul > li {
    display: inline-block;
    padding: 16px 17px 0 18px;
    position: relative;
}
.header_menu > ul > li > a{
    color: #566270;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.header_menu > ul > li:hover > a {
    color: #f74130;
}
.submenu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 210px;
    background: #fff;
    z-index: 111;
    padding: 50px 0 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}
.submenu li {
    display: block;
}
.submenu li > a {
    display: block;
    color: #566270;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec; 
}
.submenu li:last-child > a {
    border-bottom: none; 
}
.submenu li:hover > a {
    color: #f74130;
}
.header_menu > ul > li:hover .submenu {
    opacity: 1;
    visibility: visible;
}


.contact_box {
    width: 30%;
    float: left;
    margin: -15px 0 0 0;
}
.header_social {
    width: auto;
    float: right;
}
.header_social a {
    color: #8d939a;
    font-size: 18px;
    padding: 0px 0 0 20px;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -19px;
}
.header_social a.login-label {
    color: #566270;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.header_social a:hover{
    color: #f74130;
}
.responsive_menu{
    display: none;
}
.contact_box a {
    float: right;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    width: 156px;
    height: 46px;
    margin-top: 9px;
    font-family: 'Montserrat', sans-serif;
    line-height: 37px;
}
.contact_box span {
    font-size: 14px;
    color: #566270;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 8px 0 0 58px;
    display: block;
    line-height: 21px;
}
.contact_box span.contact_bar {
    font-size: 22px;
    line-height: 25px;
    color: #566270;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 0;
    display: block;
    padding: 0 0 0 58px;
}
.banner{
    position:relative;
}
.banner img {
    width:100%;
    height: 601px;
}
.banner_text{
    position: absolute;
    top:190px;
    left:0;
    right:0;
    z-index:1;
    text-align:center ;
}
.banner_bar h1{
    text-transform: uppercase;
    line-height: 43px;
}
.vacation {
    margin: -143px 0 0 0;
}
.property {
    position: relative;
    z-index:1;
}
.find_box {
    background: #ffffff;
    padding: 15px 29px 10px 30px;
    box-shadow: 0 15px 21px 0px rgba(0, 0, 0, 0.04);
    right:0;
    position: relative;
    margin: 0 20px 48px 0;
}
.find_row h3 {
    font-size: 17px;
    color: #909caa;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    /*width: auto;*/
    /*float: left;*/
    margin: 0 15px 0 0;
}
.find_row h3 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #566270;
}
.find_row .checkbox, .radio{
    display: inline-block;
    margin:0;
}
.find_row .checkbox label, .radio label{
    padding-left:40px;
    font-size: 15px;
    color: #909caa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.find_row .radio input[type="radio"], .radio-inline input[type="radio"]{
    top:5px;
}
input::-moz-placeholder, textarea::-moz-placeholder{

}
.form-group input{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    color: #909caa;
    padding:0 17px;
}
.form-group select{
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #fff url("../images/new/icon_1.png") no-repeat right;
    width:100%;
    background-position:90%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    color: #909caa;
    padding:0 15px;
}
.form-group input.btn{
    width: 100%;
    background:#566270;
    height: 50px;
    color: #ffffff;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.form-group input.btn:hover{
    background: #A2AEBC;
    color: #ffffff;
}


.international {
    position: relative;
    left: -7px;
    z-index:1;
}
.international_bar {
    /*position: absolute;*/
    /*top: -145px;*/
    /*left: -13px;*/
    /*right: 0;*/
}
.international_col{
    background: rgba(0, 0, 0, 0.7);
    padding:23px 58px 28px 58px;
}
.international_col ul{
    margin:0;
    padding:0;
}
.international_col ul li {
    display: inline-block;
    padding: 0 0 0 46px;
    position: relative;
    width: 32%;
    margin: 0 0 0 0;
    /* text-align: center; */
}
.international_col ul li:first-child{
    padding:0 0 0 0;
}
.international_col ul li::after {
    position: absolute;
    border-right: 1px solid #FFFFFF;
    content: "";
    top: -4px;
    left: -8px;
    right: 0;
    width: 1px;
    height: 60px;
}
.international_col ul li:first-child::after{
    display: none;
}
.international_col ul li.rent{
    padding:0 0 0 90px;
}
.international_col ul li a{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.international_col ul li a img {
    margin: 0 20px 0 0;
}
.welcome {
    position: relative;
    right: 0;
    left: -5px;
    padding: 69px 0 51px;
}
.welcome_box{
    width:50%;
    float: left;
    margin:0;
}
.welcome_box iframe{
    width:100%;
}
.welcome_box span {
    display: inline-block;
    font-size: 13px;
    color: #566270;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.welcome_box h2 {
    margin: 0 0 28px;
}
.welcome_box img {
    float: right;
    padding: 11px 0 0 0;
    margin: 0 -11px 0 0;
}
.welcome_box p{
    margin:0 0 5px 0;
}
.welcome_box p a {
    color: #f74130;
}
.welcome_box p a:hover {
    color: #717277;
}
.welcome_box a.btn{
    width:136px;
    height: 46px;
    border-radius: 0;
    margin-top: 30px;
}
.welcome_box a.btn:hover{

}

.owners {
    background: #f99c39;
    padding: 22px 20px 24px;
    margin:0 20px 37px 0;
}
.owners_bar{
    background: #566270;
    background: -webkit-linear-gradient(#566270, #3e4f62);
    background: -o-linear-gradient(#566270, #3e4f62);
    background: -moz-linear-gradient(#566270, #3e4f62);
    background: linear-gradient(#566270, #3e4f62);
    padding:23px 26px 18px  ;
}
.owners_row{
    width:80px;
    margin:3px 18px 0 0;
    float: left;
}
.owners_row.owners_text {
    margin: 0 15px 0 0;
}
.owners_col {
    display: table;
}
.owners_col h3 {
    font-size: 23px;
    font-weight: 400;
    color: #fefeff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: -2px 0 7px 0;
    line-height: 27px;
}
.owners_col p{
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 16px;
    line-height:18px;
}
.owners_col a.btn {
    width: 136px;
    height: 35px;
    background: #d98b3a;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    line-height: 35px;
}
.owners_bar p{
    /*margin:0;*/
}
.owners_col span {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.owners_col span a {
    color: #fff;
}
.owners_col span a:hover {
    color: #f74130;
}
.owners_col a.btn:hover{
    background: #000000;
}
.resale {
    position: relative;
    left: -5px;
    margin:0 0 30px 0;
}
.resale_box {
    background: #f4f4f4;
    padding: 28px 0 35px;
    width: 58%;
    float: left;
}
.resale_bar{
    width: 60%;
    float: left;
}
.resale_box h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #566270;
    line-height: 27px;
    padding: 0 0 0 25px;
}
.resale_box h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #566270;
    padding: 0 0 0 40px;
}
.resale_box h3 span.blod {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #f1404b;
    font-size: 23px;
    padding: 0 0 0 10px;
}
.resale_col{
    position: relative;
    z-index:1;
}
.resale_col::before {
    background: url("../images/new/images-1.png") no-repeat;
    position: absolute;
    top: -27px;
    content: '';
    width: 227px;
    height: 115px;
    right: -9px;
    z-index:-1;
}
.resale_col h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    padding: 0 20px 0 0;
    float: right;
}
.resale_col h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
}
.resale_col h3 span.blod {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #f99c39;
    font-size: 23px;
    padding:0;
}
.extreme {
    width: 40%;
    float: right;
    background: #566270;
    padding: 15px 7px 16px 24px;
    margin: 0 -13px 0 0;
}
.extreme_row{
    width:96px;
    float: left;
    margin-right: 15px;
    margin-top: 20px; 
}
.extreme_row img {
    width: 96px;
}
.extreme_col{
    padding:13px 0 0 0;
    overflow: hidden;
}
.extreme_col h3 {
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    padding: 0 20px 0 0;
    /*float: right;*/
}
.extreme_col h3 span {    
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 0 0 0px;
}
.extreme_col h3 span.blod {    
    font-weight: 700;
    color: #FFFFFF;
    font-size: 20px;
}





.featured_bar h2{
    margin:0 0 21px -3px;
}

.resort_box {
    background: #fdfdfd;
    width: 100%;
    display: inline-block;
    margin:0 0 22px 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.featured .row .col-md-4{
    padding: 0 10px;
}
.featured .row .col-md-4:nth-child(3n+1) {
    clear: left;
}
.btn01 {
    width: 100%;
    overflow: hidden;
    height: 170px;
    position: relative;
    /*-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);*/
}
.btn01 img {
    width: 100%;    
    height: 100%;
    object-fit: cover;
}
.btn01 .ovrly {
    background: rgba(85, 97, 111, 0.3);
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ovrly a {
    display: block;
    height: 100%;
}
.btn01 .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn01 .buttons .fa {
    margin: 0 1px;
    background: rgb(247, 65, 47);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
}
.btn01:hover .buttons {
    top: 50%;
}
.btn01:hover .ovrly {
    top: 0;
}
.Price_row{
    padding:16px 10px 10px 20px;
}
.Price_row h3{
    color: #566270;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
.price{
    width:50%;
    float: left;
}
.price span {
    font-size: 13px;
    color: #f74130;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.price span.price_bar{
    color: #3f5063;
    display: block;
}
.location{
    width:50%;
    float: left;
}
.location span{
    font-size: 13px;
    color: #f74130;
    line-height:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


.view_btn{
    text-align: center;
    display: inline-block;
    width:100%;
    padding: 29px 0 42px 0;
}
.view_btn a.btn{
    width:170px;
    height: 46px;
    border-radius: 0;
    line-height: 32px;
}
.view_btn a.btn:hover{

}
.timeshare {
    background: #f8f8f8;
    padding: 19px 30px;
    margin: 0 20px 0 0;
}
.timeshare_bar h3{
    font-size: 17px;
    color: #556270;
    line-height: 27px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.timeshare_bar h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #556270;
    margin:0 0 7px ;
}



.radio-half span.span_yas{
    /*position: inherit;
    font-size: 15px;
    color: #909caa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;*/
}
.radio-half {
    display: inline-block;
    /*width:18%;*/
    margin: 0 20px 0 0;
}

.check {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.check input {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.check label {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}
.check label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
    background:#F1404B;
    border-radius: 50%;
    display: none;
}
.radio-half span.span_yas{
    /*position: inherit;
    font-size: 15px;
    color: #909caa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 0 0 30px;*/

}
.check input[type="radio"]:checked + label {
    border: 1px solid #374e59;
}
.check input[type="radio"]:checked + label:after {
    display: block;
}

.check-box-in {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;    
}
.form-group input.check-input {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.check-box-in label {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #b3b3b3;
}
.check-box-in label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
    background:#F1404B;
    display: none;
}
span.span_yas{
    position: inherit;
    font-size: 15px;
    color: #909caa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 0 0 10px;
}
.check-box-in input[type="checkbox"]:checked + label {
    border: 1px solid #374e59;
}
.check-box-in input[type="checkbox"]:checked + label:after {
    display: block;
}

.form-group textarea{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border:1px solid #e6e6e6;
    resize: none;
    padding:0 15px;
    font-weight: 400;
    height:105px;
}
.logo_box{
    text-align: center;
    margin:30px 0 0 0;
    display: inline-block;
    width:100%;
}
.logo_box img {
    margin: 0 17px;
}
.affiliate{
    background: #f8f8f8;
    float: left;
    width:100%;
    padding:35px 0 38px 0;
    text-align: center;
    margin:0 0 40px 0;
}
.affiliate h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin:0 0 26px;
}
.affiliate h2 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #373737;
    font-size: 24px;
}
.affiliate ul{
    margin:0;
    padding:0;
}
.affiliate ul li{
    display: inline-block;
    padding:0 25px;
}
.affiliate ul li a img{
    margin:0;
}

.footer{
    background: #f7f7f7;
    padding:40px 0;
    position: relative;
}
.footer_icon {
    width:100%;
    text-align: center;
    display: inline-block;
}
.footer_icon a{
    display: inline-block;  
    font-size: 18px;
    color: #8a8c94;
    padding:0 11px;
}
.footer_icon a:hover{
    color: #f74130;
}
.footer_menu {
    width:100%;
    text-align: center;
    display: inline-block;
}
.footer_menu ul{
    margin:0;
    padding:0;
}
.footer_menu ul li{
    display: inline-block;
    padding:0 10px;
    position: relative;
}
.footer_menu ul li:before{
    border-left:1px solid #7d7d7d;
    width:1px;
    height:15px;
    position: absolute;
    content: "";
    left:-2px;
    top:10px;
}
.footer_menu ul li:first-child:before{
    display: none;
}
.footer_menu ul li a{
    font-size: 15px;
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.footer_menu ul li a:hover{
    color: #f1404b;
}
.footer_menu span {
    font-size: 12px;
    color: #7d7d7d;
}
.footer_menu span a {
    color: #7d7d7d;
}
.footer_menu span a:hover {
    color: #f1404b;
}


.banner .owl-carousel {
    width: 100%;
}
.banner .owl-carousel .owl-item img {
    width: 100%;
    height: 603px;
    object-fit: cover;
}
/*.owl-theme .owl-nav.disabled + .owl-dots {*/
    /*width: 1300px;*/
    /*max-width: 100%;*/
    /*text-align: right;*/
/*}*/
.banner .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin:0 0 0 10px;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#f1404b;
}
.banner .owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 150px;
    right: 0;
    left: 0;
    max-width: 1280px;
    text-align: right;
    margin: 0 auto;
}
.banner .owl-carousel .owl-dot {
    bottom: 140px;
    right: 320px;
    display: inline-block;
}
.banner .owl-carousel .owl-nav .owl-prev{
    font-size: 0px;
}
.banner .owl-carousel .owl-nav .owl-next {
    font-size: 0px;
}


.inner-banner:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 290px;
    width: 100%;
}
.inner-banner img {
    height: 290px;
    object-fit: cover;
}
.inner-banner .banner_text {
    top: 50%;
    transform: translateY(-50%);
}
.banner_bar span {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-vacation {
    padding: 50px 0;
}
.inner-vacation .find_box {
    background: #f8f8f8;
    box-shadow: none;
}
.inner-vacation .welcome {
    padding-top: 0; 
}
.inner-vacation .welcome_box {
    width: 100%;
}

.form-propery p {
    margin: 0 0 15px;
}
.submit-btn {
    text-align: right;
}
.submit-btn input.btn {
    width: 192px;
}


.content-page ul {
    padding: 0 0 0 15px;
    margin: 0 0 15px;
}
.content-page li {    
    color: #717277;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.content-page li a {
    color: #717277;
}
.content-page li a:hover {
    color: #f74130;
}
.content-page a {
    color: #717277;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.content-page a:hover {
    color: #f74130;
}
.content-page {
    color: #717277;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.content-page p {
    margin: 0 0 20px;
}


.search-section {
    padding: 30px 0 0;
}
.search-res-box {
    background: #fdfdfd;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 25px;
}
.search-resclub-block {
    /*display: flex;*/
}
.search-res-img {
    float: left;
    width: 250px;
    height: 188px;
}
.search-res-cont {
    overflow: hidden;
}
.search-res-right {
    padding: 20px 20px;
    min-height: 188px;
}
.search-res-img > a {
    display: block;
    height: 100%;
}
.search-res-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.search-res-right h3 {
    color: #566270;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
}
.search-res-right h4 {
    color: #566270;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}
.search-res-right p {
    margin: 0 0 10px;
}
.search-club-details {
    text-align: right;
    padding: 15px 0 0;
}
.search-club-details a {
    border-radius: 3px; 
}
.pagination-bx strong {
    color: #556270;
}
.pagination-bx ul {
    display: inline-block;
    list-style: none;
}
.pagination-bx ul li {
    display: inline-block;
    /*padding: 0 5px;*/
}
.pagination-bx ul li a {
    padding: 2px 13px;
    display: block;
    color: #566270;
    background: #f8f8f8;
    line-height: 25px;
}
.pagination-bx ul li.search_page_selected a {
    background: #f74130;
    color: #fff;
}


.view-post {
    background: #f8f8f8;
    margin: 0 0 20px;
}
.view-post-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.view-post-title h2 {
    display: inline-block;
}
.view-post-title span {
    float: right;
    color: #556270;
}
.view-desc-mid {
    padding: 10px 15px;
}
.view-desc-mid h4 {
    display: inline-block;
}
.view-desc-mid span {
    float: right;
}
.view-desc-mid span a {
    color: #f74130;
}
.view-desc-mid span a i {
    margin-right: 5px; 
}
.view-desc-sec {
    padding: 15px;
}
.view-price-tag .price-bx {
    color: #556270;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}
.view-list ul {
    list-style: none;
}
.view-list ul li {
    display: block;
}
.view-list ul li span {
    font-size: 16px;
    line-height: 20px;
    color: #556270;
    display: block;
}
.view-list ul li p {
    margin: 0 0 15px;
}
.view-bott-desc span {
    margin: 15px 0;
    display: block;
}
.view-bott-desc ul {    
    list-style: none;
}
.view-bott-desc ul li {
    display: inline-block;
}
.view-bott-desc ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #556270;
}
.view-bott-desc span a.btn {
    border-radius: 3px; 
}
.popup-title {
    padding: 10px;
}
.popup-form {
    padding: 10px;
}
.form-group label {
    display: block;
    line-height: 20px;
}
#fancybox-wrap {
    padding: 0 !important;
}
#fancybox-content {
    border: none !important;    
}
#fancybox-content > div {
    overflow: inherit !important;
}
.view-popup {
    width: 600px;
    padding: 0 0 0 15px;
}
.view-popup-moreinfo {
    width: 350px;
    padding: 0 0 0 15px;
}
.popup-searchassistant {
    width: 524px;
    padding: 0 0 0 15px;
}
.popup-searchassistant p {
    margin: 0 0 10px;
}

.cont-form input {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #909caa;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    padding: 0 17px;
    width: 50%;
    display: block;
    margin: 0 0 15px;
}
.form-sub2 input[type="submit"] {
    background: #566270;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: auto;
    border-radius: 3px;
    padding: 6px 15px;
}
.form-sub2 input[type="submit"]:hover {
    background: #a2aebc;
    color: #ffffff;
}


.side-left {
    float: left !important;
}
.side-rigth {
    float: right !important;
}


#filters {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
#filterByText {
    color: #255379;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding-left: 18px;
    padding-top: 40px;
}
#filters ul {
    float: left;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 28px 0 0 4px;
}
#filters ul li {
    display: block;
    float: left;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;  
    line-height: 90px;
    text-align: center;
    width: 150px;
}
#filterByDate {
    background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll center 0;
}

#filterByDate.active {
    background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll center 0;
}
#RCSfilterByDate.active {
    background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll center 0;
}
#filterByOfferType {
    background: rgba(0, 0, 0, 0) url("../images/filter.png") no-repeat scroll center 0;
}
#RCSfilterByOfferType {
    background: rgba(0, 0, 0, 0) url("../images/filter.png") no-repeat scroll center 0;
}
#filterByOfferType.active {
    background: rgba(0, 0, 0, 0) url("../images/filter.png") no-repeat scroll center 0;
}
#callForHelpBorder {
    background-color: #ffffff;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 2px;
    display: block;
    float: right;
    margin: 22px;
    padding: 0;
}
#callForHelp {
    background-color: #eeeeee;
    display: inline-block;
    font-size: 17px;
    margin: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}
#callForHelp a {
    color: #f74130;
}
#filterSentence {
    background-color: #ffffff;
    border-color: currentcolor #eeeeee #eeeeee;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    clear: left;
    display: block;
    margin: 0;
    padding: 12px;
    width: 100%;
    z-index: 1;
}
#resultsSentence {
    clear: both;
    display: block;
    padding-top: 15px;
}
table#offers {
    width: 100%;   
}
table#offers, table#offers, table#offers th {
    border: 4px none rgba(0, 0, 0, 0);
}
table#offers tr th,table#event tr th {
    background: #f74130;
    color: #ffffff;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 4px 10px 10px;
    text-align: left;
}
table#offers tr td {
    font-size: 15px;
    overflow: hidden;
    padding: 10px 5px 10px 10px;
    color: #000000;
}
table#offers tr.even td {
    background: #eeeeee none repeat scroll 0 0;
}
table#offers tr.odd td {
    background: #ffffff none repeat scroll 0 0;
}

.dataTables_wrapper  {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}
.dataTables_length {
    margin: 0 0 30px;
    float: left;
}
.dataTables_length label {
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
    font-weight: normal;    
}
.dataTables_length label select {
    background: #ffffff url("../images/new/icon_1.png") no-repeat scroll 90% center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #909caa;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    padding: 0 15px 0 10px;
}
.dataTables_filter {
    margin: 0 0 30px;
    float: right;
}
.dataTables_filter label {
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
    font-weight: normal;       
}
.dataTables_filter label input {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #909caa;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    padding: 0 15px;
}
.dataTables_info {
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
}
.paging_simple_numbers {
    float: right;
    margin-top: 15px; 
}
.paging_simple_numbers a.previous, .paging_simple_numbers a.next {
    background: #c24747;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.paging_simple_numbers span {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.paging_simple_numbers span a.paginate_button{
    cursor: pointer;
}
.paging_simple_numbers span a.paginate_button.current {
    border:1px solid #f74130;
    padding: 8px 10px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
}
.paging_simple_numbers span a.paginate_button.current {
    background: #566270;
    color: #fff;
    border-color: #566270;
}
.paging_simple_numbers span a.paginate_button:hover {
    background: #566270;
    color: #fff;
    border-color: #566270;
}



.extreme-bx {
    background: #f8f8f8;
}
.extreme-bx h3 {
    color: #909caa;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd; 
    padding: 10px 20px;
}
.tacking-bx {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
}
.tacking-bx label {
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
}
.tacking-bx span {
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #909caa;
}


.title-company h2 {
    margin: 0 0 15px;
}
.title-company p {
    margin: 0 0 30px;
}
.title-company .col-md-4:nth-child(3n+1) {
    clear: left;
}
.title-company-bx {
    background: #fdfdfd;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 30px;
    padding: 20px 20px 20px;
    min-height: 255px;
}

.pagecontainer{
    width: 100%;
    float:left;
}
.pagecontainer-box {
  background: #f1f1f1 none repeat scroll 0 0;
  display: inline-block;
  margin: 0 10px 26px 0;
  padding: 15px 10px;
  text-align: center;
  width: 23%;
}
.pagecontainer-box:hover{
    background: #fff;
    transition:all 0.6s ease 0s;
    -webkit-transition:all 0.6s ease 0s;
    -moz-transition:all 0.6s ease 0s;
    -ms-transition:all 0.6s ease 0s;
    -o-transition:all 0.6s ease 0s;
}
.pagecontainer-box img{
    margin: 0 0 10px 0;
}
.pagecontainer-box span {
  color: #0e4e5d;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.pagecontainer-box span.hours{
    color: #000000;
    font-size: 18px;
    font-weight:400;
    line-height: normal;
}
.welcome_text strong{
    text-align: center;
    display:block;
}
.welcome_text h2{
    margin: 0;
    text-align:center;
}
.paginate_button{
    background: #c24747;
     border: 1px solid #c24747;
    color: #ffffff;
    margin: 0 0 0 10px; 
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 22px;
    padding: 8px 10px;
    vertical-align: middle;
}
.filterbox{
    background: #ffffff none repeat scroll 0 0;
    border-color: #1b3f53 #eeeeee #eeeeee;
    border-style: solid;
    border-width: 4px 2px 2px;
    color: #ffffff;
    display: block;
    float: left;
    height: 120px;
    left: auto;
    margin: 61px 0 0;
    padding: 0;
    position: absolute;
    top: auto;
    width: 302px;
    z-index: 1;
}
.filterboxarrow img {
  bottom: 27px;
  left: 60px;
  position: relative;
}
.filterbox label {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left:10px;
}
.filterbox input, .filterbox select {
  background: #fafafa none repeat scroll 0 0;
  border-color: #cccccc;
  border-radius: 4px;
  border-width: 1px;
  color: #888888;
  height: 30px;
  margin-left: 30px;
  padding-left: 8px;
  width: 240px;
}


.type_filter{
 background: #ffffff none repeat scroll 0 0;
    border-color: #1b3f53 #eeeeee #eeeeee;
    border-style: solid;
    border-width: 4px 2px 2px;
    color: #ffffff;
    display: block;
    float: left;
    height: 120px;
    left: auto;
    margin:61px 0 0 152px;
    padding: 0;
    position: absolute;
    top: auto;
    width: 302px;
    z-index: 1;

}
.filterboxarrow label {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left:10px;
}
.filterboxarrow_bar select{
    background: #fafafa none repeat scroll 0 0;
    border-color: #cccccc;
    border-radius: 4px;
    border-width: 1px;
    color: #888888;
    height: 30px;
    margin-left: 30px;
    padding-left: 8px;
    width: 240px;
}



.event-table table#event tr th {
    background: #566270;
    border-top: none;
    border-left: none;
    border-right: none;
}
.event-table table#event tr td {
    border-top: none;
    border-left: none;
    border-right: none;
}
.event-table table td a {
    color: #717277;
}
.event-table table td a b {
    color: #566270;
}
.event-table table td a span {
    color: #a1a2a7;
    font-weight: 400;
    font-size: 14px;
}
.event-date-info {
    background: #999999;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.event-month {
    font-size: 14px;
    margin-bottom: 2px;
    padding: 5px;
}
.event-day {
    font-size: 20px;
}
.event-year {
    font-size: 12px;
    margin-top: -5px;
    padding-bottom: 5px;
    padding-top: 5px; 
}

.graph-images {
    padding: 25px 0 0;
}
.graph-image {
    margin: 0 0 25px;
}

.event-banner {
    margin-bottom: 20px; 
    width: 95%;
}
