::-ms-clear {
    display: none;
}

@media only screen and (max-device-width: 667px) {
    div.ui-datepicker{
		font-size:18px !important;
        z-index: 1000 !important;
		colorXX: #1481F1 !important;
        widthXX: 80% !important;
    }
}


@media only screen and (max-device-width: 1024px) and (min-device-width: 668px) {
    div.ui-datepicker{
        font-size:22px !important;
    }
}


@media only screen and (max-device-width: 667px) {
    .mobileheader .title-btn{
        background: #424242;
        border: 1px solid #c1c1c1;
        color: #FFF;
        colorXX: #555;
        width: 45%;
        box-sizing: border-box;
        display: inline-block;
        margin: 0px 0px 10px 0px;
        padding: 2px 0px 2px 0px;
    }

    .mobileheader .title-btn:hover{
        background: #525252;
        colorXX: #2d354f;
    }

    .mobileheader .title-btn a{
        text-align: center;
        color: #FFF;
        width: 100%;
        marginXX: 0 auto;
        display: block;
        displayXX: inline-block;

    }

    .mobileheader .title-btn a,.mobileheader .title-btn a:link,.mobileheader .title-btn a:visited,.mobileheader .title-btn a:hover,
    .mobileheader .title-btn a:active{
        color: #FFF;
        text-decoration: none;
    }

    .mobileheader .left{
        float: left;
        margin-left: 15px;
    }
    .mobileheader .right{
        float: right;
        margin-right: 15px;
    }
    .mobileheader{
        width: 100%;
        margin: 0px 0px 10px 0px;
        paddingXX: 0px 0px 10px 0px;
        font-size: 16px;
        font-weightXX: 700;
    }

    .icon-next::before {

        contentXX: "\e618";
        content: ">";
        display: none;

        font-size: 10px;
        position: relative;
        top: 1px;
        color: #14b8d5;
    }
}



#cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}

#cover.visible{
    display:block;
}

.hamburger{
    background:none;
    position:absolute;
    top:0;
    right:0;
    line-height:45px;
    padding:0px 15px 0px 15px;
    color:#111;
    border:0;
    font-size:32px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
    font-family: sans-serif;
}
.cross{
    background:none;
    position:absolute;
    top:0px;
    right:0;
    line-height:45px;
    padding:0px 15px 0px 15px;
    color:#111;
    border:0;
    font-size:32px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
    display: none;
    font-family: sans-serif;
}
.menu-nav {z-index:1000000;
    font-weight:bold;
    font-size:0.8em;
    width:80%;
    background:#f1f1f1;
    position:absolute;
    margin-left:20%;
    leftXX:50px;
    text-align:center;
    font-size:12px;
    floatXX:right;
    padding-topXX: -10px;
    margin-topXX: -10px;
    display: none;
}
.menu-nav ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu-nav li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu-nav li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu-nav a, .menu-nav a:link, .menu-nav  a, .menu-nav a:visited
{ text-decoration:none;
    margin: 0px;
    color:#0E0E0E !important;
}
.menu-nav ul li a:hover
{  color: #666; text-decoration:none;
}
.menu-nav a{text-decoration:none; color:#666;}
.menu-nav a:hover{text-decoration:none; color:#666;}

.menu-nav li.nav-separator  {border-topXX:#1fEE33 1px solid;backgroundXX:#313131;
    padding:5px 0 5px 0;
}
.menu-nav li.nav-separator.nav-first  {
    padding:15px 0 15px 0;
}
.menu-nav li.nav-separator:hover{ background:#f1f1f1;}

.menu-nav li.currency  {padding:5px 0 5px 0;
}

.testXX {
    background: #000;

    opacity: 0.2;

    margin-top: 1.5em;

    margin-bottom: 1.5em;
}

.glyphicon-home{
    color:white;
    font-size:1.5em;
    margin-top:5px;
    margin:0 auto;
}
headerXX{display:inline-block; font-size:12px;}
spanXX{padding-left:20px;}
aXX{color:#336699;}






.trace{
	position: fixed;
    top:1em;
    right: 0.5em;
	background:#1AAAAA;
	width:205px;
	height:700px;
	padding: 5px 0px 0px 5px;
    font-size: 12px;
}

@media only screen and (max-device-width: 667px) {
    .trace{
        top:20em;
    }
}

.trace input{
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 2px 0px;
}

.trace select{
    paddingXX: 2px 2px 2px 2px;
    margin: 0px 2px 0px 0px;
}

.neverdisplay {display: none;}

.alwaysdhidden {visibility: hidden;}

input[type=checkbox] {
    -webkit-appearance:checkbox;
}

input, textarea {
 -webkit-appearance: none;
 -webkit-border-radius: 0;
}

.dialog_disc_info{
    display: none;		
}

.show_disc_info{
	background: url("../images/question_mark-16.png") no-repeat right bottom;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	padding: 0px 0px 0px 4px;
}

#captcha_element {
    float:right; margin-right:14px;
}

#emailForm  .tooltip, #secureForm  .tooltip  {
    display: none;
}

#emailForm .tooltip.visible, #secureForm .tooltip.visible {
    display: block;
}

#emailForm .field, #secureForm .field {
    margin-bottom: 10px;
    position: relative;
}

.modal {
    margin: 0 auto;
}
.modal .content {
    background-color: #fff;
    position: fixed;
    z-index: 1001;
}
.modal h2 {
    font-size: 24px;
}
.modal .canvas {
    clear: both;
}
.modal .banner {
    background-color: #f1f1f1;
    padding: 25px 0;
    text-align: center;
}
.modal .banner h2 {
    float: none;
    font-size: 30px;
    text-shadow: 0 -1px 0 #ddd;
}

#modal-overlay {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	height: 7000px; 
	opacity: 0.5; 
	visibility: hidden;
}

#modal-overlay.visible  {
	visibility: visible;
}

#contact-modal .content {
    height: 612px;
    margin: 0 auto;
    padding: 0;
    width: 910px;
    visibility:hidden;
}
#contact-modal .canvas {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 910px;
}

#contact-thankyou {
	padding-top: 120px !important;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
}
#contact-modal .tooltip {
    display: none;
}
#contact-modal .tooltip.visible {
    display: block;
}
.tooltip  .arrow_box:after,.tooltip  .arrow:before {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}
.tooltip  .arrow:after {
    border-color: rgba(204, 0, 0, 0) #cc0000 rgba(204, 0, 0, 0) rgba(204, 0, 0, 0);
    border-width: 6px;
    margin-top: -6px;
}
.tooltip .arrow:before {
    border-color: rgba(204, 0, 0, 0) #cc0000 rgba(204, 0, 0, 0) rgba(204, 0, 0, 0);
    border-width: 9px;
    margin-top: -9px;
}
#contact-modal .contact-header {
    background: none repeat scroll 0 0 #ecede9;
    border-bottom: 1px solid #dedfdb;
    height: 182px;
    width: 100%;
}
#contact-modal .contact-header-type {
    height: 100%;
    overflow: hidden;
    width: 800px;
	display: inline-block;
	padding-left: 50px;
}
#contact-modal .contact-header-type .main-title {
    color: #000;
    display: block;
    font-size: 26px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

#contact-modal .contact-header-type .subtitle {
    color: #000;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 2px;
    text-alignXX: center;
    width: 100%;
}

#contact-modal .contact-header {
    background: none repeat scroll 0 0 #ecede9;
    border-bottom: 1px solid #dedfdb;
    height: 50px;
    width: 100%;
}

#contact-modal .contact-header .close {
	background: url("../images/close.png") no-repeat scroll top 8px  right 8px #ecede9;
    color: #8c8c8c;
    cursor: pointer;
	float : right;
	width: 40px;
	height: 40px;
}

#contact-modal .contact-footer {
    background: none repeat scroll 0 0 #ecede9;
    border-top: 1px solid #dedfdb;
    height: 64px;
    width: 100%;
}

#contact-modal #submit_button {
    background: linear-gradient(to bottom, #008ec5 0px, #0070c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;	
	margin: 8px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #008ec5;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
	
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 150px;	
}

#contact-modal .step {
    background-color: #131216;
    border-radius: 24px;
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
    width: 48px;
}
#contact-modal .step-detail {
    display: inline-block;
    margin-left: 30px;
    width: 677px;
}

#contact-modal .input-wrap {
    display: block;
    float: left;
    position: relative;
}
#contact-modal .dates-wrap {
    display: block;
    float: left;
}
#contact-modal .dates-wrap input {
    background: url("../images/calendar.png") no-repeat scroll 107px 50% #ffffff !important;
    color: #777777;
    width: 125px;
}

#contact-modal #contact-adults {
	width: 110px;
}

#contact-modal #contact-children {
	width: 160px;
}

#contact-modal .guests-wrap  .input-wrap{
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 2px;	
}

 

#contact-modal .module {
    border-top: 1px solid #dddddd;
    padding: 13px 0 0px 25px;
    position: relative;
}
#contact-modal .module.top-module {
    border-top: medium none;
}
#contact-modal .module h2 {
    color: #131216;
    font-size: 23px;
    margin: 9px 0 20px;
}


#contact-modal .field {
    margin-bottom: 10px;
    position: relative;
}

#contact-modal .field label {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    width: 110px;
}

#contact-modal #contact-comments {
    width: 780px;
    height: 71px;
	font-size: 13px;
    padding: 5px;
}

#contact-modal .text {
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
    width: 326px;
}


#contact-modal input {
    border: 1px solid #cccccc;
    font-size: 14px;
    padding: 5px;
    width: 220px;
}

#contact-modal .dates-wrap  input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #C9CAC6 -moz-use-text-color -moz-use-text-color #C9CAC6;
    border-image: none;
    border-right: medium none;
	border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    color: #252525;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 17px;
    padding-left: 8px;
}
#contact-modal .dates-wrap  input:focus {
    outline-color: #FF8821;
}

#contact-modal .requests{
    line-height: 26px;
	width: 500px;
}

.complete .notcompleted p{
	padding: 10px 30px 30px 30px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
}


@media only screen and (max-device-width: 667px) {
    .complete .notcompleted p{
        font-size: 16px;
    }
}


.complete  #page-content {
	background-color: #fff;
}

@media only screen and (max-device-width: 667px) {
    .complete  #page-content {
        width: auto;
        box-sizing: border-box;
        margin: 10px 10px 10px 10px;
        marginXX: 0px 0px 0px 0px;
        position : static;
    }

    .test1 {
        widthXX: 100%;
        box-sizing: border-box;
        margin: 10px 50px 10px 50px;
        marginXX: 0px 0px 0px 0px;
        position : static;
    }

}

.complete .col-left {
    float: left;
    margin: 20px 20px 20px 20px;
    padding-bottom: 80px;
    width: 675px;
}
.complete .col-right {
    background-color: #f5f5f5;
    float: right;
    margin: 10px 20px 20px 0;
    padding: 8px;
    width: 280px;
}
@media only screen and (max-device-width: 667px) {

    .complete .col-left {
        float: none;
        width: auto;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .complete .col-right {
        float: none;
        width: auto;
        box-sizing: border-box;
        margin: 0px 10px 10px 10px;
        paddingXX: 0px 10px 10px 10px;
    }
}
.complete .page-header {
    background: none repeat scroll 0 0 #212121;
    border: 1px solid #5b5b5b;
    color: #fff;
    font-family: georgia,serif;
    overflow: hidden;
    padding: 20px;
}
@media only screen and (max-device-width: 667px) {
    .complete .page-header {
        box-sizing: border-box;
    }
}
.complete h1 {
	font-size: 26px;
}

@media only screen and (max-device-width: 667px) {
    .complete h1 {
        font-size: 20px;
    }
}

.complete  #order-num {
    color: #212121;
    font: bold 16px georgia,serif;
    margin-top: 20px;
}

@media only screen and (max-device-width: 667px) {
    .complete  #order-num {
        color: #212121;
        font: bold 14px georgia,serif;
        margin-top: 20px;
    }

    .complete  #order-num span{
        white-space: nowrap;
    }
}

.complete  #processing {
	line-height: 1.8;
    color: #313131;
	font-size: 14px;
    margin-top: 20px;
}
@media only screen and (max-device-width: 667px) {
    .complete  #processing {
        box-sizing: border-box;
    }
}

.complete  #cc_statement {
	line-height: 1.8;
    color: #515151;
	font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.complete  #appreciate {
	line-height: 1.8;
    color: #515151;
	font-size: 14px;
    margin-top: 5px;

}

.complete .hotel-details {
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    padding: 20px;
}
.complete .hotel-details img {
    float: left;
    margin-right: 20px;
}
.complete .hotel-details h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.complete .hotel-details h5 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.complete .hotel-details address {
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
    margin-top: 6px;
}

.complete  .col-right h3 {
	padding: 7px 10px;
    background-color: #c0c0c0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.complete  .col-right h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.complete  .col-right div.module {
    padding: 15px 10px;
}

.complete .col-right div.questions dl.hcard {
    font-size: 12px;
}
.complete .col-right div.questions dl.hcard dt {
    float: left;
    width: 60px;
}
.complete .col-right div.questions dl.hcard dd {
    margin-bottom: 5px;
}
.complete .col-right div.questions dl.hcard .email {
    font-weight: bold;
}


 .newsletter .visible{
  display : block !important;
 }

.fullwidth{
	position: absolute;
	left: -4000px;
	white-space:nowrap;
	display:inline-block;
}

.ticker-container {
	width: 100%;
	height: 2.9%;
	border: 1px solid;
	overflow: hidden;
}
.ticker-text {
	height: 150%;
	white-space:nowrap;
	display:inline-block;
}
.bannerhomepage2{
	position: absolute; 
	top: 465px;
	left: 22px;
	cursor: pointer;
    background-color: #000000;
	font-family: 'Tenor Sans',Helvetica Neue,Helvetica,Arial,sans-serif !important;
	background: url("../images/circle_arrow_32.png") no-repeat scroll right 20px top 20px rgba(33, 33, 33, 0.7);
}

@media only screen and (max-device-width: 667px) {
    .bannerhomepage2{
        top: 420px;
        left: 22px;
    }
}


.bannerhomepage2 .title{
    color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px; 
	padding : 8px 90px 5px 20px;

}

@media only screen and (max-device-width: 667px) {
    .bannerhomepage2 .title{
        font-size: 48px;
        font-weight: bold;
        line-height: normal;
        paddingXX : 8px 90px 5px 20px;

    }
}



.bannerhomepage2 .subtitle{
    color: #CCC;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px; 
	padding : 0px 90px 5px 20px;
}

@media only screen and (max-device-width: 667px) {
    .bannerhomepage2 .subtitle{
        font-size: 32px;
        font-weight: bold;
        line-height: normal;
    }
}

.bannerhomepage2 .footer{
	display: none;
	width: 100%;
    color: #FFFFFF;
	background: linear-gradient(to bottom, #008ec5 0px, #0070c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 14px;
	padding : 4px 30px 4px 20px;
}

.bannerhomepage2 a, .bannerhomepage2 a:link, .bannerhomepage2 a:visited {
    text-decoration: none;
}

.bannerhomepage2 .footer .currency-view {
	font-weight: bold;
}

.home .col-left {
    background-color: #EDEDED;
    float: left;
    margin-top: 30px;
    width: 655px;
}

@media only screen and (max-device-width: 667px) {
    .home .col-left {
        float: none;
        width: auto;
        box-sizing: border-box;
    }
}

.home .col-right {
    width: 350px;
}

@media only screen and (max-device-width: 667px) {
    .home .col-right {
        display: none;
    }
}
.home .col-right {
    float: right;
    margin-top: 30px;
}

.announce-deal {
	position: relative;
    top: 0px;
	left: 0px;	
}

.col-right .bottom-deal{
	height: 75px;
}
.bottom-deal{
	height: 99px;
	background-color: #000000;
    leftX: 0;
    z-index: 5;
	position: relative;
    top: 0px;
	left: 0px;
	font-family: 'Tenor Sans',Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.bottom-deal p {
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 16px;
    opacity: 1;
    transition: all 300ms ease-in-out 0s;	
}

.bottom-deal p.title {
	color: #E3E3E6;
	font-size: 30px;
	padding-left: 20px;
	padding-top: 20px;
}


.col-right .bottom-deal p.title {
    font-size: 19px;
	padding-left: 17px;
	padding-top: 17px;
}

.bottom-deal p.location {
	color: #7F807A;	
	font-size: 18px;
	padding: 5px 0px 0px 20px;
}

.col-right .bottom-deal p.location {
    font-size: 14px;
	padding: 5px 0px 0px 17px;
}

.banner-deal {
	background: none;
	background-color: #008ec5;
    background: linear-gradient(to bottom, #008ec5 0px, #0070c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    position: absolute;
    top: 10px;
	left: 0px;
    transition: top 200ms ease 0s;
    width: 100%;
    z-index: 4;
	font-size: 15px;
	overflow: hidden;
}

.banner-deal-ipad {
    top: -40px !important;
}

@media only screen and (max-width: 1024px) {
    /* For ipad and tablets */
    .banner-deal {
        top: -40px !important;
    }
}


.banner-deal .title {
	padding: 11px 0px 0px 20px;
	white-space:nowrap;
}

#deal-ticker1 {
	padding: 11px 0px 0px 20px;
	white-space:nowrap;
}

.banner-deal p {
	padding: 10px 0px 0px 20px;
	white-space:nowrap;
	display:inline-block;
}

.ticker-text span{
    background: url("../images/clock-20.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    display: inline;
    margin: 0 5px 0px 0px;
    padding: 11px 0 12px 30px;
}


.banner-deal span {
    background: url("../images/clock-20.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    display: inline;
    margin: 0 5px 0px 0px;
    padding: 11px 0 12px 30px;
}
.deal a:hover .banner-deal {
    top: -40px;
    topXX: 0px;
}
.deal a:hover,.deal a:visited,.deal a:hover ,.deal a:active{
    text-decoration: none;
}
.col-right .deal{
	padding-bottom: 29px;
}

.col-left .image-deal {
	height: 476px;
}
.col-right .image-deal {
	height: 198px;
}

#page-content {
    color: #777;
    margin: 44px auto 15px;
    position: relative;
    width: 1040px;
    z-index: 1;
}

@media only screen and (max-device-width: 667px) {
    #page-content {
        margin: 10px 0px 0px  0px;
        width: auto;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    #page-content.hotel {
        margin: 10px 0px 0px 0px;
        width: 100%;
        position: static;
    }
}


.exclusiveoffers h2 {
    color: #1481F1 !important;
}

#getaquote a{
	text-align: center;
    colorXX: #148101;
	font-size:16px;
	font-weightXX: bold;
	text-decorationXX: underline;
}

.newsletter, .paylater, .coupon {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 30px 25px 20px 30px;
	margin-top: 30px;
}

#response .coupon {
	background: linear-gradient(to bottom, #008ec5 0px, #0070c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #008EC5;
    box-shadow: 4px 4px 3px rgba(0, 70, c5, 0.1);
    display: inline-block;
    padding: 5px 2px 2px 5px;
	margin-top: 3px;
    width: 602px;
}

@media only screen and (max-device-width: 667px) {
    #response .coupon {
        widthXX: 100%;
        width: auto;
    }
}

#response .coupon h2 {
    color: #FFFFFF !important;
    padding: 0px 5px 0px 5px !important;
    margin: 0px 0px 0px 0px !important;
    font-weight: bold;
}

#response .coupon p {
    color: #FFFFFF !important;
    margin: 2px 5px 2px 5px !important;
    padding-top: 0px !important;
}


.newsletter h3, .paylater h3, .coupon h3 {
    color: #131216;
    font-size: 20px;
	margin-bottom: 15px;
}

.newsletter h2, .paylater h2, .coupon h2 {
    color: #131216;
    font-size: 26px;
	margin-bottom: 15px;
}

.paylater h2 {
    color: #008ec5 !important;
}
.coupon h2 {
    color: #008ec5 !important;
}




 .newsletter p , .paylater p, .coupon p{
    color: #777777;
    line-height: 20px;
    margin: 15px 0;
}

.newsletter input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECEDE9;
    border-color: #C9CAC6 -moz-use-text-color -moz-use-text-color #C9CAC6;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    font-size: 12px;
    height: 14px;
    line-height: 16px;
    outline: medium none;
    padding-bottom: 11px;
    padding-left: 20px !important;
    padding-right: 0;
    padding-top: 11px;
    width: 225px;
}

.newsletter .email-arrow,.newsletter .exclusiveoffers-arrow {
    background: url("/images/arrow-email.png") no-repeat scroll center center #008ec5;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    vertical-align: top;
    width: 40px;
}
.newsletter .confirmation-message {
    display: none;
    line-height: 40px;
    text-align: center;
}

.newsletter .bad-email {
    display: none;
    line-height: 40px;
    text-align: center;
}

.bannerhomepage {
position: absolute; 
top: 15px;
left: 22px;
cursor: pointer;
}

.bannerhomepage .details{
	width : 600px;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
}

.semitransparent-box {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);

}

.leftbox {
	margin: 0px 0px 0px 0px;
    font-size: 12px;
	width: 200px; 
	display: inline;
	float: left;
	padding: 0px 0px 4px 3px;
}



.semitransparent-box p{
    display: block;
	font-size: 0.9em;
	margin-top: 5px;
}
.semitransparent-box p.currency-view{
	font-size: 20px;
	margin: -1px 0 -6px;
}

.bannerhomepage .title{
    color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px; 
	text-transform: uppercase;
	padding : 0px 0px 10px 0px;
}
.bannerhomepage .subtitle{
    color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px; 
	text-transform: uppercase;
}

header#main .choosecurrency .ui-widget {
    font-family: monospace !important;
    font-size: 0.9em !important;
    padding-top: .4em;

}

header#main #appendcurrencymenu li {
    font-family: monospace !important;
    font-size: 0.9em !important;
}

header#main .choosecurrency {
    float: right;
    padding-top: 20px;
    padding-right: 0px;
    font-family: monospace;
    font-size: 0.9em;
}


header#main .choosecurrency {
    float: right !important;
	padding-top: 20px !important;
	padding-right: 0px !important;
	font-family: monospace !important;
	font-size: 0.9em !important;
}

#book-with-us {
    margin-top: 0px;
    padding: 30px 30px 15px;
}
#book-with-us ul {
    padding-left: 25px;
}
#book-with-us li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    font-size: 18px;
    list-style-image: url("../images/checked.png");
    margin-bottom: 20px;
    padding-left: 0;
}

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #424242;
	color: #525252;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    min-widthXX: 942px;
    min-width: 1060px;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    body {
        min-width: 320px;
        background-colorXX: #FFFFFF;
    }
}

a, a:link, a:visited {
    color: #008ec5;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
address {
    font-style: normal;
}
img {
    border: medium none;
}
abbr {
    border: medium none;
}
ul, ol {
    list-style-type: none;
}
ins {
    text-decoration: none;
}
fieldset {
    border: medium none;
}
option {
    padding: 0 5px;
}
q:before, q:after {
    content: "";
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.pngfix {
}
section, header, nav {
    display: block;
}

.tenor {
    font-family: 'Tenor Sans',Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.tenorTEST {
    font-family: 'Gotham SSm A','Gotham SSm B','Arial' !important;
}

.page-container {
    margin: 0 auto;
    width: 1040px;
    background-color: #FFFFFF; 
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .page-container {
        width: 100%;
        box-sizing: border-box;
    }
}


#page-content:after, .page-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    #page-contentXX:after, .page-containerXX:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
}


.module {
    background-color: #fff;
}
.module .hd {
    border-bottom: 1px solid #e1e1e1;
}
.module .hd h3 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    padding: 12px 20px;
}
.module .ft {
    border-top: 1px solid #e1e1e1;
}
.price {
    color: #008ec5;
}
button {
    background-color: #008ec5;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    vertical-align: middle;
}
button::-moz-focus-inner {
    padding: 0;
}
button:active, button.active {
    background-color: #008ec5 !important;
    background-image: none !important;
    color: #f5f5f5 !important;
}
button.disabled {
    background: none repeat scroll 0 0 #999 !important;
    border: 1px solid #999 !important;
    color: #eee !important;
    cursor: default;
    text-shadow: none !important;
}

.cta-button {
    background: none repeat-x scroll 0 0 #008ec5;
    border: 1px solid #d87114;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
}
.cta-button.flat {
    background-image: none;
    border: medium none;
}
.cta-button.grey {
    background-color: #ecede8;
    color: #999;
}
.cta-button:active {
    background: none repeat scroll 0 0 #0078ad !important;
}
.cta-button .arrow {
    float: right;
    padding-right: 10px;
}
a.cta-button.disabled, button.cta-button.disabled {
	background: linear-gradient(to bottom, #b7b7b7 0px, #c7c7c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid #bcbcbc !important;
    color: #f5f5f5 !important;
}
a.cta-button {
    color: #fff;
}

.vcard .tel {
    white-space: nowrap;
}
input, textarea {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
textarea {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}
:-moz-placeholder {
    color: #ccc !important;
}
.placeholder {
    color: #ccc !important;
}
input.text, textarea {
    border: 1px solid #ccc;
}
input.radio, input.checkbox {
}
input.highlight, textarea.highlight, .field-highlight {
    border: 3px solid #cc0000 !important;
    margin: -1px;
}
.select-wrapper {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
p.error {
    color: red !important;
}
a.action:hover {
    text-decoration: none;
}

.arrow {
}

.separator {
    border-bottom: 1px solid #3d3d3d;
    margin: 0 auto;
    width: 20px;
}


.unselectable {
    -moz-user-select: none;
    cursor: default;
}



header#main {
    position: relative;
    z-index: 20;
}
header#main, header#main .header-wrap {
    background: none repeat scroll 0 0 #fff;
    height: 125px;
    width: 100%;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    header#main, header#main .header-wrap {
        width: 100%;
        height: 80px;
    }

    header#main.turksandcaicos, header#main.turksandcaicos .header-wrap {
        width: 100%;
        height: 60px;
    }


}

header#main .page-container {
    height: 100%;
    position: relative;
}


@media only screen and (max-device-width: 667px) {
    header#main .page-container {
        height: auto;
    }

}


header#main.fixed {
    z-index: 50;
}
header#main, header#main .header-wrap {
    min-widthXX: 985px;
    min-widthXX: 1040px;
}
header#main.fixed .header-wrap {
    box-shadow: 3px 0 20px #aaa;
    position: fixed;
    top: 0;
}
header#main a.logo {
    display: block;
    float: left;
    heightXX: 28px;
    height: 65px;
	marginXX: 15px 0 0;
	margin: 12px 0 0;
	width: 455px;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    header#main a.logo {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin: 0px 0px 0px 0px;
        padding-right: 55px;

    }
}


header#main a.logo.escape {
    height: 70px;
}
header#main a.logo.wiol {
    height: 70px;
}
header#main a.logo h1 {
    display: block;
    font-size: 0;
    height: 100%;
    text-indent: -99999px;
    width: 100%;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    header#main a.logo h1 {
        margin-left: 10px;
        margin-right: 0px;
        padding-right: 10px;
        margin-topXX: 10px;
        width: 100%;
        box-sizing: border-box;
    }
}

header#main a.sxm h1 {
    background: url("../images/logoSXM.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.anguilla h1 {
    background: url("../images/logoAnguilla.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.turksandcaicos h1 {
    background: url("../images/logoTurksandcaicos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.grenada h1 {
    background: url("../images/logoGrenada.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.stlucia h1 {
    background: url("../images/logoSaintLucia.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.escape h1 {
    background: url("../images/logoyescapade.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
header#main a.wiol h1 {
    background: url("../images/logowiol.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    header#main a.wiol h1 {
        background: url("../images/logowiol-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    header#main a.logo.wiol {
        height: 70px;
    }

    header#main a.turksandcaicos h1 {
        background: url("../images/logoturksandcaicos-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    header#main a.logo.turksandcaicos {
        height: 62px;
    }
}


header#main nav {
    margin-topXX: 8px;
    margin-top: 14px;
    position: relative;
	width: 800px;
}
header#main nav > div {
    display: inline-block;
}
header#main nav ul.tenor {
    display: inline-block;
    height: 20px;
    opacity: 1;
    position: relative;
    transition: all 300ms cubic-bezier(0.54, 1.65, 0.75, 0.84) 0s;
}
header#main nav ul.tenor li {
    float: left;
    height: 100%;
    line-height: 15px;
    padding: 0 25px;
}
header#main nav ul.tenor li:first-child {
    padding-left: 0 !important;
}
header#main nav ul.tenor li a {
    color: #252525;
    font-size: 14px;
    text-decoration: none;
}
header#main nav ul.tenor li:hover span {
    color: #008ec5;
}
header#main nav ul.tenor li:hover a, header#main nav ul.tenor li.active a, header#main nav ul.tenor li.dots:hover a {
    color: #008ec5;
}
header#main nav ul.tenor li.dots {
    border-right: 0 none;
    padding-right: 25px !important;
    position: relative;
}
header#main nav ul.tenor li.dots a {
    color: #a9a9a9;
    display: block;
    font-size: 72px;
    height: 8px;
    letter-spacing: -8px;
    line-height: 0;
    margin: -10px 0 0 -6px;
}

header#main .tagline {
    display: none;
}
#footer {
	background: none repeat scroll 0 0 #131216;
    clear: both;
    color: #7e7e7e;
    font-size: 12px;
    min-widthXX: 985px;
    min-widthXX: 1040px;
    padding-bottom: 10px;
    text-align: center;
}

@media only screen and (max-device-width: 667px) {
    #footer {
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
        positionXX: absolute;
        bottomXX: 0;
        width: 100%;
    }

    #home #footer{
        position: absolute;
        bottom: 0;
    }
}

#footer a {
    color: #ecede9;
}
#footer a:hover {
    color: #f78c0c;
    text-decoration: none;
}
#footer-inner {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
}
#footer .logo {
    background: url("../images/header-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    margin: 40px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 201px;
}
#footer ul li, #footer ul li a {
    color: #ecede9;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
	padding : 0px 30px 2px 30px;
}
#footer ul li a:hover {
    color: #fff;
}


#footer .copyright {
    color: #ecede9;
    display: block;
    font-size: 14px;
    font-style: normal;
	text-align: center;
}
@media only screen and (max-device-width: 667px) {
    #footer .copyright {
        font-size: 12px;
    }
}




#footer .minimal-footer {
    display: block;
    float: left;
    margin-top: 10px;
}
#footer .minimal-footer li {
    float: left;
    margin-right: 5px;
}

.arrow {
}
.tooltip {
    position: absolute;
    z-index: 999;
}
.tooltip .tooltip-content {
    background-color: #000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #eee;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
}
.right-tooltip {
    z-index: 5000;
}
.right-tooltip .arrow {
    background-position: -33px -300px;
    height: 13px;
    left: -6px;
    margin-top: -6px;
    padding-top: 0;
    position: absolute;
    top: 50%;
    width: 7px;
}
.right-tooltip .tooltip-content {
    background-color: #fff;
    border: 1px solid #cc0000;
    color: #cc0000;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    width: 240px;
}
.right-tooltip .tooltip-content a {
    text-decoration: underline;
}