@font-face {
	font-family:'Gotham-Book';
	src: url('fonts/Gotham-Book_gdi.eot');
	src: url('fonts/Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Book_gdi.woff') format('woff'),
		url('fonts/Gotham-Book_gdi.ttf') format('truetype'),
		url('fonts/Gotham-Book_gdi.otf') format('opentype'),
		url('fonts/Gotham-Book_gdi.svg#Gotham-Book') format('svg');
	font-weight: 0;
	font-style: normal;
	font-stretch: squinchy;
	unicode-range: U+0020-2248;
}

@font-face {
	font-family:'Gotham-Light';
	src: url('fonts/Gotham-Light_gdi.eot');
	src: url('fonts/Gotham-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Light_gdi.woff') format('woff'),
		url('fonts/Gotham-Light_gdi.ttf') format('truetype'),
		url('fonts/Gotham-Light_gdi.otf') format('opentype'),
		url('fonts/Gotham-Light_gdi.svg#Gotham-Light') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2248;
}

@font-face {
	font-family:'Gotham-Medium';
	src: url('fonts/Gotham-Medium_gdi.eot');
	src: url('fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Medium_gdi.woff') format('woff'),
		url('fonts/Gotham-Medium_gdi.ttf') format('truetype'),
		url('fonts/Gotham-Medium_gdi.otf') format('opentype'),
		url('fonts/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2248;
}

body {
    font-family:'Gotham-Book';
    color: #53514f;
}
header{
    background: #3a393a;
    min-height: 45px;
    border-bottom: 0px solid #ffffff;
    z-index: 999;
}

#content img{
    width: 100%;
}

#content .slide img{
    width: 100%;
}

.sub-menu{
    display: none;
}
a{
    color: #2e5c80;
}
.calendar .event p a {
font-style: italic;
    color: #96005d;
    font-size: 17px;
}
.sidebar{
    display: none !important;
}


#content-holder {
    margin: 57px 0 35px;
    height: auto !important;
    min-height: 245px;
    float: left;
    width: 100%;
}
a.logo img {
    height: auto;
    float: none;
    margin: auto;
    width: 100%;
}
#header img {
    width: 100%;
    height: auto;
}
.logo-content {
    text-align: center;
    background: url(../images/header.jpg) no-repeat center #31261b;
    background-size: auto 100%;
    height: 82px;
}
.logo-content a.logo{
    height: 78px;
    display: block;
    width: 110px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.quads {
	text-align: center;
}
.quads img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#map_canvas {
margin: 0;
padding: 0;
height: 100%;
}

#home .logo-content a{
    display: none;
}

#rooms #content-holder .content h1 {
    letter-spacing: 2px;
    text-align: center;
}
ul.accordion li a {
    background: none;
}
#home-image img {
    width: 100% !important;
    height: auto !important;
}
a {
    color: #fff;
}


.content a {
    color: #2e5c80;
    font-family: 'DIN', Arial;
}
footer .book-now {
    background: #2A1D13;
    color: #b2a496;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    line-height: 45px;
    right: 0;
}

footer ul li{
    display: inline;
    margin-left: 10px;
}

footer .label{
    margin-bottom: 10px;
}

footer .other-properties li a {
text-transform: uppercase;
color: #df7eaa;
font: 0.9em/24px 'DIN';
margin-top: -16px;
position: relative;
}

#home-image {
    height: auto!important;
}
#home-image a{
    display: block;
}
#booking-form .field{

    border-bottom: 1px solid #baaf98;


    padding: 10px 0;

}


#booking-form .field input::-webkit-input-placeholder {
   color: #000;
}

#booking-form .field input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

#booking-form .field input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

#booking-form .field input:-ms-input-placeholder {
   color: #000;
}
input  {
	width: 100%;
	margin-bottom: 10px;
}
input[type=checkbox] {
	width: 10%;
}
input[type=text] {
	height: 15px;
	border: 1px solid #ccc;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 2em;
	opacity: 0;
	padding-left: 60px;
	display: inline-block;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display: inline-block;
  margin-left: 2em;
  line-height: 1.5em;
  font-size: 14px;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: none;
  background: rgb(255,255,255);
  background-image: rgba(255,255,255,1);
  vertical-align: bottom;
  border: 1px solid #ccc;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image:   rgba(255,255,255,1);
}
input[type=checkbox]:not(old):checked + label > span:before{
  content: '✓';
  display: block;
  width: 1em;
  color: rgba(255,255,255,1);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  background-color: #9f8a57;
}
.checkboxs {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 30px;
}
textarea {
	width: 100%;
    border: 1px solid #ccc;
}
#booking-form select,
#booking-form input{
    background: #ddd6c7;
    font-family: 'DIN', Arial;
    border: 0;
    text-align: center;
    display: block;
float: none;
font-size: 1.25em;
overflow: hidden;
padding: 0.75em 15px;
text-overflow: ellipsis;
white-space: nowrap;
    margin: 0 auto;
}

.info {
    color: #b3b3b3;
}
ul#rooms li div.showContent ul li {
    color: #b3b3b3;
}
#nav li.roatan a span {
    background: url(../images/beach-icon.png) no-repeat;
}
#nav li.meeting a span {
    background: url(../images/meeting-icon.png) no-repeat;
}
.logo span {
    position: relative;
    top: 13px;
    left: 68px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #ffffff;
}
#nav li.residence a span {
    background: url(../images/residence-icon.png) no-repeat;
}
label {
	font-family: 'Gotham-Book';
	margin-bottom: 5px;
	display: inline-block;
}
.info .map {
    color: #ffffff;
    background-color: #3465A1;
    font-family: 'DIN', Arial;
    font-size: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
    #nav li.roatan a span {
        background: url(../images/beach-icon-2x.png) no-repeat;
        background-size: 18px 18px;
    }
    #nav li.meeting a span {
        background: url(../images/meeting-icon-2x.png) no-repeat;
        background-size: 18px 18px;
    }
    #nav li.residence a span {
        background: url(../images/residence-icon-2x.png) no-repeat;
        background-size: 18px 18px;
    }
}
header #nav-toggle {
    height: 40px;
    line-height: 42px;
}
ul#rooms li a.heading {
    background: url("../images/plus.png") no-repeat scroll right center #3465A1;
    color: #ffffff;
    font-family: 'DIN', Arial;
    font-size: 1.2em;
    border: 1px solid #000;
}
ul#rooms li.current a.heading {
    background: url("../images/minus.png") no-repeat scroll right center #3465A1;
    color: #fff;
    font-family: 'DIN', Arial;
    letter-spacing: 2px;
    font-size: 1.2em;
    border: none;
}
#nav li a {
    border-color: #1C1A1B;
    font-family: 'DIN', Arial;
    text-transform: uppercase;
}
#location #content-holder {
    margin-top: 10px;
}
#location #content-holder .content {
    margin-top: 62px;
    padding: 0;
}

#content-holder .content-heading {
padding: 15px;
}

#content-holder .content-heading .title {
font-family: 'Georgia';
color: #000;
font-size: 24px;
text-transform: capitalize;
font-style: italic;
margin: 0;
}

 .field-name-body{
    width: 100%;
    float: left;
 }
#content-holder #content {

margin-top: 80px;
float: left;
width: 100%;
}
#entertainment #content-holder .outer #content{
margin-top: 0px;

}

#content-holder .content h2, #content-holder .content h3{
    color: #1d1211;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 19px;
    font-family: 'DIN', Arial;
    margin-bottom: 8px;
    font-weight: 300;
    float: left;
    width: 100%;
    font-weight: 700;
}


#content-holder .content h4 {
    color: #1d1211;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 19px;
    font-family: 'DIN', Arial;
    margin-bottom: 8px;
    font-weight: 300;
    float: left;
    width: 100%;
    font-weight: 700;

}

body#gallery-page #content-holder{
    margin-top: 58px;
}

#specials #content-holder .content h3 {
    font-size: 16px;
    font-family: 'DIN', Arial;
color: #2e5c80;
margin-bottom: 15px;
}

#content-holder .content li {
color: #000;
font-size: 14px;
margin-bottom: 5px;
list-style: disc;
margin-left: 17px;
float: left;
width: 100%;
}
#specials #content-holder .content {
    margin-top: 10px;
}
#specials #content-holder ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

#specials #content-holder ul li li {
    list-style: disc;
    margin-left: 18px;
    border-bottom: 0px solid #000;
    padding: 0;
    margin-bottom: 4px;
}

#specials ul li .desc h2 {
    font-size: 21px;
    margin-bottom: 10px;
    font-family: 'DIN', Arial;
    color: #2e5c80;
    text-transform: capitalize;
}
#specials ul li .desc p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
p.disclaimer {
    font-size: 10px !important;
    line-height: 12px !important;
    color: #555;
    padding: 0;
    font-family: "DIN";
    text-align: justify;
    font-style: italic;
    letter-spacing: 1px;
}
a.book {
    background: #000;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 7px 10px 7px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
}
#rooms #content-holder .content {
}
body#gallery-page #content-holder {
    padding-top: 0px !important;
}
#gallery-page #gallery {
    height: 410px !important;
}

footer {
    position: fixed;
    float: left;
    width: 100%;
    background: #23160d;
    color: #fff;
    text-align: center;
    height: 23px;
    padding: 6px 0;
    z-index: 999;
    display: none;
}

strong, b{
    font-weight: 600;
}


footer .phone {
    color: #ffffff;
    font-weight: bold;
}
footer .phone a {
    color: #ffffff;
}
footer .book-now {
    background: url(../images/booknow.png) left;
    padding-left: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}
h1.title {
    margin-top: 40px;
}
a.btn, a.book-now {
    background: #af9965;
    text-align: center;
    color: #ffffff;
    padding: 5px 0 !important;
    width: 140px;
    font-size: 1.1em;
    display: block;
    letter-spacing: 2px;
    line-height: 26px;
    height: 25px;
    margin-top: 10px;
    margin-left: 10px;
}
#content-holder .content p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    font-family: 'DIN', Arial;
    float: left;
    width: 100%;
}
#content-holder .content h1 {
    color: #31261b;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 0px;
}
#content-holder .content h1 span {
	font-family: "NexaRust", Georgia;
    font-weight: 300;
    text-transform: lowercase;
}
.header span {
    background: #fff;
    color: #000000;
    font-size: 1em;
}

.gallery-mobile .thumb{
    width: 46%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
}

.gallery-mobile .thumb img{
    width: 100%;
}

.book-now{
    background: #000;
    color: #ffffff;
}

ul.accordion li a.book-now{
    background: #af9965;
    color: #ffffff;
    border:0px !important;
    border-radius: 0;
    margin-bottom: 30px;
    float: left;
}

/*COVEHAVEN*/

#welcome {
position: relative;
}

#welcome img{
    width: 100%;
}


#content-holder #home.content{
    padding: 0
}

#welcome .welcome-message {
position: absolute;
left: 50%;
top: 50%;
margin-top: 0px;
width: 80%;
height: 70px;
background-size: contain;
margin-left: -37%;
}




.our-resorts {
background-color: #96005d;
text-align: center;
float: left;
display: inline;
width: 100%;
}

.our-resorts .name {
font: 1.8em 'DIN';
text-transform: uppercase;
letter-spacing: 0.2em;
color: #fff;
margin-top: 5px;
margin-bottom: 5px;
}

.each-resort {
float: left;
display: inline;
width: 100%;
background-color: #000;
height: 277px;
text-align: center;
position: relative;
overflow: hidden;
}


.each-resort .name {
position: absolute;
width: 100%;
margin-top: 55px;
text-indent: -9999px;
height: 57px;
}

.each-resort.cove .name {
background: url(../images/cove-haven-white-logo.png) no-repeat center;
}

.each-resort.Delaware .name {
background: url(../images/Delaware-palace-white-logo.png) no-repeat center;
}

.each-resort.paradise .name {
background: url(../images/paradise-stream-white-logo.png) no-repeat center;
}

.calendar .categories {
display: inline-block;
width: 45%;
background: #21170b;
margin: 0 9% 20px 0;
overflow: hidden;
float: left;
}

.calendar .categories select {
background: url(../images/arrow-down-pink.png) no-repeat 85% center #21170b;
padding: 10px;
width: 110%;
border: 0;
color: #fff;
}




.calendar .months {
display: inline-block;
width: 45%;
background: #21170b;
margin: 0 9% 20px 0;
overflow: hidden;
float: left;
}

.calendar .months select {
background: url(../images/arrow-down-pink.png) no-repeat 85% center #21170b;
padding: 10px;
width: 110%;
border: 0;
color: #fff;
}

.calendar .list {
padding: 30px 10px;
background: #dcd6cb;
background: -moz-radial-gradient(center, ellipse cover, #dcd6cb 0%, #cec6b7 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#dcd6cb), color-stop(100%,#cec6b7));
background: -webkit-radial-gradient(center, ellipse cover, #dcd6cb 0%,#cec6b7 100%);
background: -o-radial-gradient(center, ellipse cover, #dcd6cb 0%,#cec6b7 100%);
background: -ms-radial-gradient(center, ellipse cover, #dcd6cb 0%,#cec6b7 100%);
background: radial-gradient(ellipse at center, #dcd6cb 0%,#cec6b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd6cb', endColorstr='#cec6b7',GradientType=1 );
float: left;
}

.calendar .event {
border-bottom: 1px solid #c6bdab;
padding-bottom: 25px;
margin-bottom: 25px;
}

.calendar .event img {
float: left;
margin-right: 30px;
border: 2px solid #e0d9c9;
max-width: 200px;
}

 #content-holder .content .events h3 {
text-transform: uppercase;
color: #2e5c80;
font: 16px 'DIN';
margin-bottom: 11px;
text-align: left;
margin-top: 10px;
font-weight: 300 ;
}


.outer #content .content h3 {
font: 300 1.4em/1.3em 'DIN';
color: #2e5c80;
margin-bottom: 15px;
}
.calendar .event p {
line-height: 1.3em!important;
}

.calendar .event h3 {
text-transform: uppercase;
margin-bottom: 5px!important;
}

.events p {
line-height: 1.3em!important;
color: #231f20!important;
text-align: left !important;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}


.events p a {
color: #2e5c80!important;
font-style: italic;
text-align: left !important;

}



/************************************************************************
 NEW TEMPLATE
 **************************************************************************/





#nav-toggle {
    display: none;
}
.nav-btn, .nav-btn a {
    color: #444;
}
.nav-btn {
    border-color: #555555;
}
.nav-btn {
    line-height: 1.1;
}
.menu-btn, .call-btn, .map-btn {
    width: 20%;
    cursor: pointer;
    border-right: 1px solid #31261b;
    border-bottom: 3px solid #fff;
    margin: 0;
}
.res-btn {
    width: 40%;
    background: #af9965;
    color: #FFF;
}
.request-info {
	float: right !important;
}
.phone-width {
	width: 40% !important;
}
.horizontal.logo {
    position: relative;
    z-index: 9;
    width: 100%;
    top: 0px;
    height: 0;
    overflow: hidden;
}
.nav-btn {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'DIN', Arial;
    border-bottom: 1px solid #292929;
}
.menu-btn .iconfont {
    background: url(../images/menu-icon.png) no-repeat center center;
}
.call-btn .iconfont {
    background: url(../images/phone-icon.png) no-repeat center center;
}
.map-btn .iconfont {
    background: url(../images/map-icon.png) no-repeat center center;
}
.res-btn .iconfont {
    background: url(../images/calendar-icon.png) no-repeat center center;
}
.nav-btn span.btn-label {
    padding: .55em 0;
    display: block;
    color: #f6efe6;
}

.nav-btn .quickrevBtn span.btn-label {
    color: #ffffff;

}

.nav-btn .iconfont {
    height: 24px;
    margin: 0 auto 0;
    display: block;
}
.nav-tree {
    width: 100%;
    background: #3a393a;
    top: 57px;
    text-align: center;
    left: 0;
    display: block;
    position: fixed;
    -webkit-transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    -o-transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    z-index: 999;
    overflow: hidden;
}

.slideUp .nav-tree{
    height: 0px;

}

.slideUp .nav-tree.open{
    height: 180px;
}

.slideSide .nav-tree{
    height: 100%;

    left: -100%;
    text-align: right;
}

.slideSide .nav-tree li a{
    font-size:14px;
    float: right;
    padding-right: 22px;
}

.slideSide .nav-tree.open{
    left: 0%;
}


.nav-tree li {
    float: left;
    width: 100%;
}
.nav-tree li a {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #313031;
    text-transform: uppercase;
    font-family: 'DIN', Arial;
    font-size: 15px;
    font-weight: 300;
    color: #f6efe6;
}

#map_canvas{
    z-index: 99;
}



.swipe {
    overflow: hidden;
    visibility: hidden;
    z-index: 100;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

    .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
    }

    .swipe a {
        display: block;
        width: 320px;
    }

.position {
    /*display: none;*/
    position: absolute;
    text-align: center;
    bottom: 10px;
    z-index: 200;
    width: 100%;
}

    .position em {
        font-family: sans-serif;
        font-style: normal;
        padding: 0;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
        width: 17px;
        color: #ffffff;
        font-size: 55px;
    }

        .position em.on {
            color: #cfb5be;
        }

.image-slider {
    position: relative;
}

img {
	max-width: 100%;
}
.contentVillasDropdown {
	display: none;
	margin-bottom: 30px;
}
.villa-search-drop {
	margin-left: 17px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block;
}
.search {
	background: #c0ab7a;
    background: -moz-linear-gradient(top, #c0ab7a 0%, #a18b59 50%, #887445 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ab7a), color-stop(50%,#a18b59), color-stop(100%,#887445));
    background: -webkit-linear-gradient(top, #c0ab7a 0%,#a18b59 50%,#887445 100%);
    background: -o-linear-gradient(top, #c0ab7a 0%,#a18b59 50%,#887445 100%);
    background: -ms-linear-gradient(top, #c0ab7a 0%,#a18b59 50%,#887445 100%);
    background: linear-gradient(to bottom, #c0ab7a 0%,#a18b59 50%,#887445 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ab7a', endColorstr='#887445',GradientType=0 );
    padding: 6px 17px !important;
    display: inline-block;
    display: inline;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-family: 'Gotham-Light';
    border: none;
    float: right;
    margin-right: 25px;
    margin-top: 3px;
}
.villa-search-drop select {
	height: 30px;
    border: none;
    margin-left: 25px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 140px;
    background: url('images/dropdownarrow.png') no-repeat 120px #fff;
    font-size: 13px;
    border: 1px solid #888;
    border-radius: 0px;
}


/* ***************************************************************************
ACCOMMODATIONS - within accordions */
/* UNIT - within accordions */
/* UNIT - within accordions */
.main-image {
	margin-top: 50px;
    margin-bottom: -10px;
}
.top-blue-bar {
    width: 260px;
    background: #75cbfc;
    height: 10px;
    position: absolute;
    right: 40px;
    top: -10px;
}
ul.accommodations {
    font-size: 14px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}
ul.accommodations .room {
    display: none;
    position: relative;
    margin: 0px!important;
    z-index: 97;
}
ul.accommodations  .room:last-child {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
}
ul.accommodations .room.noncollapsible hr {
    height: 1px;
    background-color: #1f1f1f;
    width: 100%;
}
ul.accommodations  hr.selected {
    border: 0;
    background-color: #1f1f1f;
    height: 1px;
    width: 100%;
}
ul.accommodations .unit-content .divider {
    margin-top: 0px;
    height: 40px;
    border-top: 3px double #999;
}
ul.accommodations .unit-header {
    color: #1f1f1f;
    line-height: 50px;
    position: relative;
    padding: 0;
}
ul.accommodations .unit-header .image {
    overflow: hidden;
}
ul.accommodations .unit-header .slides {
    height: 327px;
}
ul.accommodations .unit-header .slides img {
    width: 100%;
}
ul.accommodations .unit-close {
    position: relative;
    float: right;
    margin-top: -41px;
    width: 33px;
    height: 33px;
    background: url('../images/accordion-close.png') no-repeat 8px;
    cursor: pointer;
    padding-right: 10px;
}
ul.accommodations .unit-close:hover {
    background: url('../images/accordion-close.png') no-repeat bottom;
    cursor: pointer;
}
ul.accommodations .unit-close.selected {
    background: url('../images/accordion-close-selected.png') no-repeat top;
    cursor: pointer;
}
ul.accommodations .unit-close.selected:hover {
    background: url('../images/accordion-close-selected.png') no-repeat bottom;
    cursor: pointer;
}
ul.accommodations .unit-content {
    margin: 0;
    padding: 0;
    background: none;
}
ul.accommodations .unit-content .group {
    display: block;
}
ul.accommodations .unit-content .group ul:last-child {
    border-bottom: 1px solid #E2E2E2;
}
ul.accommodations .unit-content .group ul {
    margin: 0px 0px;
}
ul.accommodations  .unit-content .table .row .col {
    display: block;
    width: 105px;
    vertical-align: top;
    line-height: 50px;
    padding: 0;
    margin: 0;
    float: left;
}
ul.accommodations .unit-content .table ul li:first-child {
    margin: 0px;
    vertical-align: top;
}
ul.accommodations .unit-content .table ul li:last-child {
    margin-right: 0px;
    vertical-align: top;
}
ul.accommodations .unit-content .table ul li {
    margin-right: 0px;
    vertical-align: top;
}
ul.accommodations  .room .paragraph {
    display: block;
    position: relative;
    width: 350px;
}
ul.accommodations  .room .paragraph:first-child {
    margin-right: 30px;
}
ul.accommodations  .room .paragraph.single {
    width: 546px;
}
ul.accommodations .room .paragraph p, ul.accommodations .room .paragraph ol, ul.accommodations .room .paragraph ul, ul.accommodations .room .row p, ul.accommodations .room .row li {
    line-height: 20px;
    margin-bottom: 20px;
}
ul.accommodations  .room .row p {
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.accommodations .room .paragraph ol, ul.accommodations .room .paragraph ul, ul.accommodations .room .paragraph li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 16px;
}
.unit.accordion .room .unit-content .copy .paragraph {
    float: left;
}
ul.accommodations .titles {
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 50px;
    background: #3a393a;
    background-size: 4%;
}
ul.accommodations .titles .name {
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0px 0 0 20px;
    text-transform: uppercase;
}
ul.accommodations .titles .name span {
    font-family: 'DIN', Arial;
}


ul.accommodations .selected .titles {
    background: #af9965 url(../images/arrow-white-down.png) 93% center no-repeat;
    background-size: 4%;
}


ul.accommodations .selected .titles .name {
    color: #fff;

}




ul.accommodations .titles .open {
    color: #000;
    display: block;
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 2em;
    padding: 10px 72px 10px 40px;
    text-transform: uppercase;
    margin-right: 48px;
    font-family: 'DIN', Arial;
    letter-spacing: 4px;
    position: relative;
}
span.arrow {
    background: url("template/arrow-down-black.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin-left: -10px;
    position: relative;
    width: 20px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    right: 25px;
    position: absolute;
    top: 15px;
}
ul.accommodations .selected .titles .open span.arrow {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Opera, Chrome, and Safari */
    background: url("template/arrow-down-blue.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
ul.accommodations .selected .titles .open {
    background: #333333;
    color: #75cbfc;
}
ul.accommodations .full-description .amenities-list {
    position: relative;
    top: inherit;
    width: 94%;
    margin-left: 5%;
}
ul.accommodations .full-description .amenities-list ul {
    list-style: none;
}
ul.accommodations .full-description .amenities-list ul li {
    padding: 0 0 0 3%;
    list-style: disc;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 0px;
    padding-left: 0%;
    margin-right: 0;
    padding-right: 0;
    width: 80%;
}
ul.accommodations .full-description .amenities-list ul li:last-child {
    border-bottom: 0px solid #75cbfc;
}
ul.accommodations .full-description {
    padding: 0;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
}

ul.accommodations .full-description .slides{
    width: 100%;
    height: 130px;
    overflow: hidden;
}

ul.accommodations .full-description .slides img {
    width: 100%;
}
.content-heading .title {
    color: #F0F0F0;
    font-size: 2.3em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.accommodations .full-description p, ul.accommodations .full-description ul li {
    list-style: disc;
    width: 94%;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 19px;
    padding: 0 3%;
    color: #000;
    font-family: 'DIN', Arial;
}
.specials.accommodations .full-description p, .specials.accommodations .full-description ul li {
    font-size: 14px;
    color: #fff;
    list-style: disc;
    width: 100%;
}
#home ul.accommodations .full-description p, #home ul.accommodations .full-description ul li {
    width: 100%;
}
ul.accommodations .full-description ul li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 0;
}
ul.accommodations .full-description .book-now { float: right; margin-right: 20px; }

ul.villas-dropdown li {
	list-style: none !important;
	border-bottom: 1px solid #ccc;
	margin-left: 0px !important;
	width: 100% !important;
	padding: 8px 15px !important;
}
.details-villa-drop {
	
}
.villas-dropdown h4 {
	display: inline !important;
	float: left;
}
h2.villa-title {
	color: #333 !important;
    font-size: 1.5em !important;
    padding-left: 10px !important;
    margin-top: 10px !important;
}
p.villa-price {
	margin-top: 20px !important;
}
.prevslideshow {
	position: absolute;
    background: url('../images/left-arrow.png') no-repeat;
    width: 35px;
    height: 36px;
    margin-top: -135px;
    z-index: 9999;
    left: 0px;
}
.nextslideshow {
	position: absolute;
    background: url('../images/right-arrow.png') no-repeat;
    width: 35px;
    height: 36px;
    margin-top: -135px;
    z-index: 9999;
    right: 0px;
}
ul.villa-highlights li {
	border-right: 1px solid #333;
	display: inline-block !important;
	list-style: none !important;
	margin-right: 6px !important;
    padding-right: 12px !important;
	width: auto !important;
	margin-left: 0px !important;
}
ul.villa-highlights li:first-child {
	margin-left: 12px !important;
}
ul.villa-highlights li:last-child {
	border-right: none !important;
}
p.details-villa-drop {
	text-align: right;
}
.headDetails {
	padding-right: 20px;
}
table {
	width: 100%;
	border:none;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #333;
}
tr {
	text-align: center;
}
td, th {
	border-left: 1px solid #eeece3;
	border-right: 1px solid #eeece3;
}
table td:first-child, table th:first-child {
	border-left: none;
}

table td:last-child, table th:last-child {
	border-right: none;
}
td, th {
	padding: 13px;
}
th {
	font-family:'Gotham-Medium';
	text-transform: uppercase;
}
ul.accommodations .full-description p img {
	width: 100%;
	height: auto;
	display: none;
}

/*SPECIALS ACCORDIONS*/

/* ***************************************************************************
specials - within accordions */
/* UNIT - within accordions */
/* UNIT - within accordions */
.top-blue-bar {
    width: 260px;
    background: #75cbfc;
    height: 10px;
    position: absolute;
    right: 40px;
    top: -10px;
}
ul.specials {
    font-size: 14px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}
ul.specials .room {
    display: none;
    position: relative;
    margin-bottom: 0px;
    z-index: 97;
}

#content-holder .content ul.specials li{
    margin: 0;
    margin-bottom:30px;
}
ul.specials  .room:last-child {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
}
ul.specials .room.noncollapsible hr {
    height: 1px;
    background-color: #1f1f1f;
    width: 100%;
}
ul.specials  hr.selected {
    border: 0;
    background-color: #1f1f1f;
    height: 1px;
    width: 100%;
}
ul.specials .unit-content .divider {
    margin-top: 0px;
    height: 40px;
    border-top: 3px double #999;
}
ul.specials .unit-header {
    color: #1f1f1f;
    line-height: 50px;
    position: relative;
    padding: 0 0 30px 0;
}
ul.specials .unit-header .image {
    overflow: hidden;
}

ul.specials .unit-header .image img{
width: 100%;
}
ul.specials .unit-header .slides {
    height: 327px;
}
ul.specials .unit-header .slides img {
    width: 100%;
}
ul.specials .unit-close {
    position: relative;
    float: right;
    margin-top: -41px;
    width: 33px;
    height: 33px;
    background: url('../images/accordion-close.png') no-repeat top;
    cursor: pointer;
}
ul.specials .unit-close:hover {
    background: url('../images/accordion-close.png') no-repeat bottom;
    cursor: pointer;
}
ul.specials .unit-close.selected {
    background: url('../images/accordion-close-selected.png') no-repeat top;
    cursor: pointer;
}
ul.specials .unit-close.selected:hover {
    background: url('../images/accordion-close-selected.png') no-repeat bottom;
    cursor: pointer;
}
ul.specials .unit-content {
    margin: 0;
    padding: 0;
    background: none;
}
ul.specials .unit-content .group {
    display: block;
}
ul.specials .unit-content .group ul:last-child {
    border-bottom: 1px solid #E2E2E2;
}
ul.specials .unit-content .group ul {
    margin: 0px 0px;
}
ul.specials  .unit-content .table .row .col {
    display: block;
    width: 105px;
    vertical-align: top;
    line-height: 50px;
    padding: 0;
    margin: 0;
    float: left;
}
ul.specials .unit-content .table ul li:first-child {
    margin: 0px;
    vertical-align: top;
}
ul.specials .unit-content .table ul li:last-child {
    margin-right: 0px;
    vertical-align: top;
}
ul.specials .unit-content .table ul li {
    margin-right: 0px;
    vertical-align: top;
}
ul.specials  .room .paragraph {
    display: block;
    position: relative;
    width: 350px;
}
ul.specials  .room .paragraph:first-child {
    margin-right: 30px;
}
ul.specials  .room .paragraph.single {
    width: 546px;
}
ul.specials .room .paragraph p, ul.specials .room .paragraph ol, ul.specials .room .paragraph ul, ul.specials .room .row p, ul.specials .room .row li {
    line-height: 20px;
    margin-bottom: 20px;
}
ul.specials  .room .row p {
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.specials .room .paragraph ol, ul.specials .room .paragraph ul, ul.specials .room .paragraph li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 16px;
}
.unit.accordion .room .unit-content .copy .paragraph {
    float: left;
}
ul.specials .titles {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 50px;
    background: #31261b url(../images/arrow-black-down.png) 93% center no-repeat;
    background-size: 7%;
}
ul.specials .titles .name {
    color: #f6efe6;
    float: left;
    font-family: 'DIN', Arial;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0px 0 0 20px;
    text-transform: uppercase;
}
ul.specials .titles .name span {
    font-family: 'DIN', Arial;
}


ul.specials .selected .titles {
    background: #2e5c80 url(../images/arrow-white-down.png) 93% center no-repeat;
    background-size: 7%;
}


ul.specials .selected .titles .name {
    color: #fff;

}

ul.specials li a.book-now{
    float: left !important;
    width: 225px;
    margin: 0;
}


ul.specials .titles .open {
    color: #000;
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 2em;
    padding: 10px 72px 10px 40px;
    text-transform: uppercase;
    margin-right: 48px;
    font-family: 'DIN', Arial;
    letter-spacing: 4px;
    position: relative;
    display: none;
}
span.arrow {
    background: url("template/arrow-down-black.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin-left: -10px;
    position: relative;
    width: 20px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    right: 25px;
    position: absolute;
    top: 15px;
}
ul.specials .selected .titles .open span.arrow {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Opera, Chrome, and Safari */
    background: url("template/arrow-down-blue.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
ul.specials .selected .titles .open {
    background: #333333;
    color: #75cbfc;
}
ul.specials .full-description .amenities-list {
    position: relative;
    top: inherit;
    width: 94%;
    margin-left: 5%;
}
ul.specials .full-description .amenities-list ul {
    list-style: none;
}
ul.specials .full-description .amenities-list ul li {
    padding: 0 0 0 3%;
    list-style: disc;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 0px;
    padding-left: 0%;
    margin-right: 0;
    padding-right: 0;
    width: 80%;
}
ul.specials .full-description .amenities-list ul li:last-child {
    border-bottom: 0px solid #75cbfc;
}
ul.specials .full-description {
    padding: 0;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
}

ul.specials .full-description .slides{
    width: 100%;
    height: 160px;
    overflow: hidden;
}

ul.specials .full-description .slides img {
    width: 100%;
}
.content-heading .title {
    color: #F0F0F0;
    font-size: 2.3em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.specials .full-description p, ul.specials .full-description ul li {
    list-style: disc;
    width: 94%;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 19px;
    padding: 0 3%;
}
.specials.specials .full-description p, .specials.specials .full-description ul li {
    font-size: 14px;
    color: #fff;
    list-style: disc;
    width: 100%;
}
#home ul.specials .full-description p, #home ul.specials .full-description ul li {
    width: 100%;
}
ul.specials .full-description ul li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 0;
}

.get-weather table{
    color: #000;
}
.get-weather table td{
    float: left;
    width: 100%;
}

.get-weather .temperature{
    font-size:56px; font-weight:bold;line-height: 84px;
}

.get-weather .forecas{
float: left;
width: 100%;
letter-spacing: 0px;
margin-bottom: 10px;
font-size: 13px;
}

/*
SOCIAL MEDIAS*/

footer h2{
    color: #558b44;
font-size: 15px;
text-transform: uppercase;
text-align: center;
font-family: 'DIN', Arial;
margin-bottom: 9px;
    padding-top: 9px;
}

 .social-media {
float: left;
background: none!important;
height: auto!important;
width: 100%;
text-align: center;
}

.social-media .icons{
    background: #313031;
}


.social-media .icons a {
display: inline-block;
background: transparent url(../images/social-medias.png) no-repeat;
height: 28px;
margin: 8px 12px;
text-indent: -5000px;
width: 28px;
}
.social-media .icons a.facebook {
    background-position: center 0;
 }
.social-media .icons a.google { background-position: 0 -39px; }
.social-media .icons a.instagram { background-position:0 -78px; }
.social-media .icons a.youtube { width: 22px; background-position: center -100px; }
.social-media .icons a.mail { background-position: 0 -157px; }
.social-media .icons a.tripadvisor { background-position: 0 -117px; }



 .social-media .share {
background: url(../images/share-icon.png) no-repeat left center;
padding-left: 20px;
margin-right: 15px;
}

#sub-footer .social-media .subscribe {
background: url(../images/subscribe-icon.png) no-repeat left center;
padding-left: 30px;
}

 .social-media .share, .social-media .subscribe {
float: none;
color: #fff;
text-transform: uppercase;
font: 1em/25px 'DIN';
margin-top: 10px;
cursor: pointer;
display: inline;
}

/* ***************************************************************************
/* MODAL WINDOW*********************************************************** */
.panelOverlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
#contactHotel.modal {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    padding: 0 0 6px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    top: 20%;
}

body.modal-res{
    overflow: hidden;
}


.modal-res #contactHotel.modal {
    visibility: visible;
    opacity: 1;
    top: 30%;
}
.modal-res .panelOverlay {
    visibility: visible;
    opacity: 1;
}
div.modal {
    margin-top: 0px;
    padding: 0px;
}
.modal {
    left: 10px;
    margin: 0;
    padding: 10px;
    position: fixed;
    right: 10px;
    top: auto;
    width: auto;
}
.modal {
    z-index: 1031;
}
#contactHotel .modal-content {
    background-color: rgba(0, 0, 0, 0);
}
.modal-content {
    width: 100%;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
#contactHotel .modal-header {
    webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
#contactHotel .modal-header, #contactHotel .modal-body {
    background-color: #fff;
    text-align: center;
}
.modal-header {
    padding: 6px;
    border-bottom: 1px solid #baaf98;
    min-height: 16.428571429px;
}
#contactHotel .modal-header h3 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'DIN', Arial;
    color: #000;
    text-transform: uppercase;
}
#contactHotel .modal-body {
    webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}
#contactHotel .modal-body {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0;
}
#contactHotel .modal-header, #contactHotel .modal-body {
    background-color: #ddd6c7;
    text-align: center;
}
.modal-body {
    padding: 10px;
}
.modal-body {
    position: relative;
    padding: 20px;
}
#hotelSocialMediaContainer .hotelPhoneFaxContainer a, #hotelSocialMediaContainer .hotelPhoneFaxContainer a:link, #contactHotel.modal a, #contactHotel.modal a:link, #hotelSocialMediaContainer .totalReviews, .hotelMapAddress, .panel-heading .accordion-toggle .header {
    color: #000;
}
#contactHotel .modal-body .emailAddress, #contactHotel .modal-body .phoneNumber, #contactHotel .modal-body .bookOnline {
    display: block;
    float: none;
    font-size: 1.1em;
    overflow: hidden;
    padding: 0.75em 15px;
    text-overflow: ellipsis;
    font-family: 'DIN', Arial;
    white-space: nowrap;
}

 #contactHotel .modal-body .bookOnline {
    background: #b5228a;

    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0px 0px 6px 6px;
}


#contactHotel .modal-body .emailAddress {
}
#contactHotel .modal-footer {
    webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    margin-top: 0px;
}
#contactHotel .modal-footer {
    background-color: #ddd6c7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0;
    position: relative;
    top: 6px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
#contactHotel .modal-footer .cancelCTA {
    display: block;
    font-size: 1.25em;
    padding: 0.75em 15px;
    text-align: center;
}

#location .address{
    text-align: center;
    margin-top: 15px;
}

#location .address h3{
    text-align: center;
    color: #2e5c80;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}


#location .address p{
   text-align: center;
color: #000;
font-size: 16px;
line-height: 20px;
}

#specials .desc{
    margin-bottom: 30px;
}
#specials .desc a.book-now{ float: right; }
#specials .desc table {
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #2e5c80;
}
#specials .desc table th {
	background-color: #2e5c80;
	color: #fff;
	text-align: center;
	padding: 8px 2px;
}
#specials .desc table td {
	padding: 12px 8px;
	text-align: center;
}

#location .logo-content, #formRFP{
    display: none;
}