/*****LATO FONTS*****/

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype'),
         url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff'),
         url('../fonts/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts/lato-bolditalic-webfont.eot');
    src: url('../fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('../fonts/lato-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*****MASTER RESET*****/
body,html,tr,td,th,tbody,thead,tfoot,table,form,
header,footer,article,section,nav,main,hgroup,
span,img,input,button,textarea,select,div,iframe,
applet,blockquote,abbr,address,big,small,cite,code,
del,dfn,em,font,ins,kbd,q,s,samp,strike,strong,sub,
sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,
caption,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 100%;
    font-family: 'latoregular', Arial, sans-serif;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {-webkit-font-smoothing: antialiased;}

input,select,textarea {
    margin: 0;
    padding: 4px;
    font-size: 14px;
    font-family: inherit;
    line-height: 20px;
    border: 1px solid;
}

input[type="radio"] {
    border: none;
    outline: none;
}

td,th,ol,ul,li {
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
}

ol,ul {
    margin: 0 0 15px 20px;
}

td,th {
    vertical-align: top;
    text-align: left;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    font-size: inherit;
    color: #217AA9;
    text-decoration: none;
    word-wrap: break-word;
}

a,a img {
    border: none;
    outline: none;
}

a img {
    display: inline-block;
}

strong {
    font-weight: bold;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px 0;
    line-height: 100%;
}

p {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

p sup {
    position: relative;
    top: -4px;
    font-size: 8px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color: #217AA9;
    text-transform: uppercase;
}

h3 {
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #173A64;
    line-height: 24px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

input[readonly="readonly"] {
    opacity: 0.6;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/*****MAIN ID'S*****/
#site-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1020px;
    height: auto;
    background: #4D4D4D;
    box-shadow: 0 0 70px -15px rgba(0,0,0,0.5);
}

@-moz-document url-prefix() {
    #site-wrapper {
        box-shadow: 0 0 50px -20px rgba(0,0,0,0.5);
    }
}

#site-wrapper #header-top-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #4D4D4D;
}

#site-wrapper #header-top-wrapper header#top {
    position: relative;
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    height: auto;
    color: #fff;
    display: block;
}

#site-wrapper #header-top-wrapper header#top a {
    color: #fff;
}

#site-wrapper #header-top-wrapper header#top img {
    vertical-align: middle;
}

#site-wrapper #header-top-wrapper header#top h3 {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 11px 1px;
    font-family: 'latolight', Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
    text-transform: none;
    background: url(../img/vertical-radial-border.png) repeat-x 0 0;
}

#site-wrapper #header-top-wrapper header#top h3 span {
    padding: 14px;
    font-family: 'latolight', Arial, sans-serif;
    background: #4D4D4D;
}

#site-wrapper #header-bottom-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff url(../img/background-header-bottom-wrapper.png) repeat-x 0 0;
    border-radius: 0 60px 0 0;
}

#site-wrapper #header-bottom-wrapper header#bottom {
    position: relative;
    margin: 0;
    padding: 52px 42px 36px 42px;
    width: 100%;
    height: auto;
    min-height: 250px;
    display: block;
    overflow: auto;
}

#site-wrapper #header-bottom-wrapper header#bottom sup {
    position: relative;
    top: -7px;
    font-size: 8px;
}

#site-wrapper #header-bottom-wrapper header#bottom h1 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'latobold', Arial, sans-serif;
    line-height: 24px;
    color: #4D4D4E;
}

#site-wrapper #header-bottom-wrapper header#bottom h1 a {
    color: #4D4D4E;
}

#site-wrapper #header-bottom-wrapper header#bottom h1 span {
    font-family: 'latobold_italic', Arial, sans-serif;
}

#site-wrapper #header-bottom-wrapper header#bottom h2 {
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #247AA9;
}

#site-wrapper #header-bottom-wrapper header#bottom h3 {
    margin: 0;
    font-family: 'latoitalic', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #ED2124;
}

#site-wrapper #header-bottom-wrapper header#bottom h3 a {
    color: #ED2124;
    text-transform: none;
}

#site-wrapper #content-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

#site-wrapper #content-wrapper #content {
    position: relative;
    margin: 0;
    padding: 52px 40px;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0 0 0 60px;
}

#site-wrapper #content-wrapper #content h2 sup {
    position: relative;
    top: -12px;
    font-size: 14px;
}

#site-wrapper #content-wrapper #content h3 sup {
    position: relative;
    top: -7px;
    font-size: 8px;
}

#site-wrapper #content-wrapper #content img {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

#site-wrapper #footer-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

#site-wrapper #footer-wrapper footer {
    position: relative;
    margin: 0;
    padding: 30px;
    width: 100%;
    height: auto;
    display: block;
}

#site-wrapper #footer-wrapper footer p,
#site-wrapper #footer-wrapper footer a,
#site-wrapper #footer-wrapper footer h3 {
    margin: 0;
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}

#site-wrapper #footer-wrapper footer h3 {
    font-family: 'latolight', Arial, sans-serif;
}

#site-wrapper #footer-wrapper footer a {
    font-size: 16px;
    text-decoration: none;
}

#site-wrapper #footer-wrapper footer h3 {
    font-size: 22px;
    font-weight: normal;
}

/*****NAV STYLES*****/
nav {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
}

nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 0 60px 0 0;
    list-style: none;
    overflow: hidden;
}

nav ul li {
    position: relative;
    margin: 0 0 0 -4.91%;
    padding: 1.6% 2.9% 1.6% 5.5%;
    width: 21.57%;
    height: auto;
    text-align: center;
    float: left;
    background: #009ddc;
    border-radius: 0 60px 0 0;
    box-shadow: 0 0 20px 6px rgba(0,0,0,0.5), inset 0px -15px 50px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}

nav ul li:last-child {
    box-shadow: inset 0px -15px 50px 0px rgba(0,0,0,0.5);
}

nav ul li:hover,
nav ul li.active {
    background: #4d4d4d;
}

nav ul li:nth-child(1) { z-index: 6; }
nav ul li:nth-child(2) { z-index: 5; }
nav ul li:nth-child(3) { z-index: 4; }
nav ul li:nth-child(4) { z-index: 3; }
nav ul li:nth-child(5) { z-index: 2; }
nav ul li:nth-child(6) { z-index: 1; }

nav ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 90%;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
}

.el-one   { z-index: 6; }
.el-two   { z-index: 5; }
.el-three { z-index: 4; }
.el-four  { z-index: 3; }
.el-five  { z-index: 2; }
.el-six   { z-index: 1; }

#mobile-nav-wrapper { display: none; }

/*****CUSTOM CLASSES*****/
.row {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.col {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    float: left;
}

.col.last {
    padding-right: 0 !important;
}

.round-corners {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.horizontal-gradient {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 4px;
    background: #4d4d4d;
    background: -moz-linear-gradient(left,  #4d4d4d 0%, #ffffff 45%, #ffffff 55%, #4d4d4d 100%, #4d4d4d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(45%,#ffffff), color-stop(55%,#ffffff), color-stop(100%,#4d4d4d), color-stop(100%,#4d4d4d));
    background: -webkit-linear-gradient(left,  #4d4d4d 0%,#ffffff 45%,#ffffff 55%,#4d4d4d 100%,#4d4d4d 100%);
    background: -o-linear-gradient(left,  #4d4d4d 0%,#ffffff 45%,#ffffff 55%,#4d4d4d 100%,#4d4d4d 100%);
    background: -ms-linear-gradient(left,  #4d4d4d 0%,#ffffff 45%,#ffffff 55%,#4d4d4d 100%,#4d4d4d 100%);
    background: linear-gradient(to right,  #4d4d4d 0%,#ffffff 45%,#ffffff 55%,#4d4d4d 100%,#4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d',GradientType=1 );
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 14px 36px;
    width: auto;
    height: auto;
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 18px; color: #fff;
    background: #009ddc;
    box-shadow: inset 0px -15px 50px 0px rgba(0,0,0,0.5);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}

.btn:hover {
    background: #4D4D4D;
}

.block-grey {
    margin: 0 0 15px 0;
    padding: 25px;
    width: 100%;
    height: auto;
    text-align: left;
    background: #E6E6E6 url(../img/background-block-grey-flat-bottom.png) no-repeat 0 0;
    border-radius: 6px;
}

.block-grey	p,
.block-grey	p a {
    font-family: 'latobold_italic', Arial, sans-serif;
    color: #666;
}

.block-grey	p {
    margin: 0;
}

.block-grey	p a {
    color: #217AA9;
    text-decoration: underline;
}

.block-grey	.testimonial-image {
    margin: 0 auto 10px auto;
    text-align: center;
}

.block-grey	h4,
.block-grey	h4 a {
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #173A64;
    text-transform: uppercase;
    text-decoration: none;
}

.block-grey	h4 span {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    color: #666;
}

.block-grey	h4 sup {
    position: relative;
    top: -6px;
    font-size: 10px;
}

.fine-print,
#site-wrapper #content-wrapper #content p.fine-print {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
}

.latobold,
#site-wrapper #content-wrapper #content p.latobold {
    font-family: 'latobold', Arial, sans-serif;
}

.latoitalic-pricing,
#site-wrapper #content-wrapper #content p.latoregular-pricing {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 12px;
}

.latoregular,
#site-wrapper #content-wrapper #content p.latoregular {
    font-family: 'latoregular', Arial, sans-serif;
}

.underline {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

div.col.r {
	float:right;
}

div.langToggle {
	font-size: 14px;
	float:right;
    margin-top: 20px;

}
div.langToggle a:hover {
	text-decoration: underline;
}

.accordion-wrapper-small .accordion .trigger span.points,
.accordion-wrapper-small .accordion.open .trigger span.points,
.points,
.nights,
.accordion-wrapper-small .accordion .trigger span.nights {
    display: inline;
    font-family: inherit;
    color: inherit;
}

.apply-now {
    font-size: 18px;
}

.pl-42 { padding-left: 42px; }

.pdf-header {
    line-height: 16px;
}

.pdf-click-here {
    font-size: 14px;
    text-transform: lowercase;
}

/*****CUSTOM IDS*****/
#brands {
    margin: 45px 0 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
}

#brands img {
    width: 800px;
    max-width: 100%;
}

/*****FORM STYLES*****/
.form-wrapper,.form-wrapper a {
    font-size: 12px;
    line-height: 16px;
}

.form-wrapper .field-container {
    margin: 0 0 8px 0;
    width: 300px;
    clear: both;
}

.form-wrapper .field-container .field {
    margin: 0;
    font-size: 12px;
}

.form-wrapper .field-container .field-l {
    margin-right: 5px;
    width: 75px;
    float: left;
}

.form-wrapper .field-container .field-r {
    width: 210px;
    float: left;
}

/*****ACCORDION STYLES*****/
.accordion-wrapper-small {
    width: 100%;
}

.accordion-wrapper-small .accordion {
    margin: 0;
    padding: 15px 0;
    width: auto;
    height: auto;
    background: #fff;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-wrapper-small .accordion .trigger,
.accordion-wrapper-small .accordion.open .trigger {
    padding: 0 0 0 42px;
    min-height: 24px;
    font-size: 18px;
    color: #217AA9;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    background-repeat: no-repeat;
    font-weight: normal;
}

.accordion-wrapper-small .accordion .trigger span,
.accordion-wrapper-small .accordion.open .trigger span {
    font-size: 18px;
    color: #173A64;
}

.accordion-wrapper-small .accordion .trigger sup,
.accordion-wrapper-small .accordion.open .trigger sup {
    font-size: 10px;
    position: relative;
    top: -7px;
}

.accordion-wrapper-small .accordion .trigger {
    font-family: 'latoblack', Arial, sans-serif;
    background-image: url(../img/icon-closed.png);
}

.accordion-wrapper-small .accordion.no-drop .trigger {
    background: transparent;
}

.accordion-wrapper-small .accordion.no-drop.open .trigger {
    background: transparent;
}

.accordion-wrapper-small .accordion.open .trigger {
    background-image: url(../img/icon-open.png)
}

.accordion-wrapper-small .accordion .trigger span {
    font-family: 'latobold', Arial, sans-serif;
    display: block;
    margin: 0;
    line-height: 22px;
}

.accordion-wrapper-small .accordion-content {
    position: relative;
    margin: 0;
    padding: 0 0 0 42px;
    width: 100%;
    height: auto;
}

.accordion-wrapper-small .accordion-content * {
    margin: 0;
}

.accordion-wrapper-small .accordion-content sup {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.accordion-wrapper-small .accordion-content img {
    position: relative;
    margin: 15px 0 0 !important;
    width: 100%;
    max-width: 100%;
}

.accordion-wrapper-small .accordion-content ul,
.accordion-wrapper-small .accordion-content ol {
    margin: 15px 0 15px 18px;
}

.accordion-wrapper-small .accordion-content ul li,
.accordion-wrapper-small .accordion-content ol li {
    font-size: 14px;
    line-height: 18px;
}

#site-wrapper #content-wrapper #content .accordion-wrapper-small .accordion-content p,
#site-wrapper #content-wrapper #content .accordion-wrapper-small .accordion-content li {
    margin-top: 10px;
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

#site-wrapper #content-wrapper #content .accordion-wrapper-small .accordion-content li {
    margin-top: 0;
}

.accordion-wrapper-large {
    width: 100%;
}

.accordion-wrapper-large .accordion {
    margin: 0 0 3px 0;
    padding: 0;
    width: auto;
    height: auto;
    clear: both;
}

.accordion-wrapper-large .accordion .trigger,
.accordion-wrapper-large .accordion.open .trigger {
    padding: 8px;
    min-height: 12px;
    font-size: 16px;
    color: #013562;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    background: #ececec;
    border-radius: 6px 6px 0 0;
}

.accordion-wrapper-large .accordion .trigger span,
.accordion-wrapper-large .accordion.open .trigger span {
    font-size: 14px;
    color: #333;
}

.accordion-wrapper-large .accordion .trigger sup,
.accordion-wrapper-large .accordion.open .trigger sup {
    font-size: 10px;
    position: relative;
    top: -7px;
}

.accordion-wrapper-large .accordion .trigger .button,
.accordion-wrapper-large .accordion.open .trigger .button {
    background-repeat: no-repeat;
    background-position: 99.5% 50%;
}

.accordion-wrapper-large .accordion .trigger .button {
    font-family: 'latoblack', Arial, sans-serif;
    background-image: url(../img/icon-arrow-right.png);
}

.accordion-wrapper-large .accordion.open .trigger .button {
    background-image: url(../img/icon-arrow-down.png);
}

.accordion-wrapper-large .accordion-content {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    border: 1px solid #E9E9E8;
    border-top: none;
}

.accordion-wrapper-large .accordion-content * {
    margin: 0;
}

.accordion-wrapper-large .accordion-content sup {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.accordion-wrapper-large .accordion-content p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.accordion-wrapper-large .heading {
    padding: 8px;
    min-height: 12px;
    font-size: 16px;
    color: #013562;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    background: #ececec;
    border-radius: 6px;
}

.accordion-wrapper-large .heading sup {
    font-size: 10px;
    position: relative;
    top: -7px;
}

.accordion-wrapper-large .heading a {
    color: #013562;
    font-family: 'latoblack', Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 0;
}

/*****DIV/TABLE CLASSES*****/
.th,
.td {
    display: block;
    margin: 0 0 2% 0;
    padding: 10px 20px;
    width: 100%;
    height: 9%;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 8px;
}

.th {
    font-family: 'latoblack', Arial, sans-serif;
    background: #ececec;
}

.td {
    font-family: 'latobold', Arial, sans-serif;
    background: #f5f5f5;
}

.accordion-wrapper-small .accordion-content .th,
.accordion-wrapper-small .accordion-content .td {
    display: block;
    margin: 0 0 1% 0;
    padding: 10px 14px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
}

.accordion-wrapper-small .accordion-content .th {
    line-height: 20px;
    background: #ececec;
}

.accordion-wrapper-small .accordion-content .th {
    font-family: 'latoblack', Arial, sans-serif;
    height: auto;
}

.accordion-wrapper-small .accordion-content .td {
    height: auto;
    font-family: 'latobold', Arial, sans-serif;
    line-height: 12px;
    background: #f5f5f5;
}

.brtl,
.accordion-wrapper-small .accordion-content .brtl {
    border-radius: 6px 0 0;
}

.brbl,
.accordion-wrapper-small .accordion-content .brbl {
    border-radius: 0 0 0 6px;
}

.brtr,
.accordion-wrapper-small .accordion-content .brtr {
    border-radius: 0 6px 0 0;
}

.brbr,
.accordion-wrapper-small .accordion-content .brbr {
    border-radius: 0 0 6px 0;
}

.cdb,
.accordion-wrapper-small .accordion-content .cdb {
    color: #173A64;
}

.clb,
.accordion-wrapper-small .accordion-content .clb {
    color: #217AA9;
}

.accordion-wrapper-small .accordion-content .mr1p { margin-right: 0.4%; }
.accordion-wrapper-small .accordion-content .mr2p { margin-right: 2%; }
.accordion-wrapper-small .accordion-content .mr3p { margin-right: 3%; }
.accordion-wrapper-small .accordion-content .mr4p { margin-right: 4%; }
.accordion-wrapper-small .accordion-content .mr5p { margin-right: 5%; }

/*****CALCULATOR STYLES*****/
.value-slider,
.value-slider-multiplied {
    display: inline-block;
    margin: 15px 8px 0 8px;
    padding: 10px;
    width: 80px;
    color: #fff;
    text-align: center;
    background: #4d4d4d;
    border-radius: 6px;
    box-shadow: inset 0 0 20px #000;
}

.output-estimated span {
    display: inline-block;
    padding: 10px;
    width: 150px;
    height: 38px;
    background: #4d4d4d;
    color: #fff;
    font-family: 'latobold', Arial, sans-serif;
    border-radius: 6px;
    box-shadow: inset 0 0 20px #000;
}

#calculator .bg-grey {
    padding: 15px;
    height: 100%;
    background: url(../img/background-block-grey-large.jpg) no-repeat -70px 0;
    border-radius: 6px 0 0 0;
}

#calculator .bg-grey .col {
    padding: 0 12px 0 0;
}

#calculator .bg-blue {
    padding: 138px 15px;
    height: 100%;
    text-align: center;
    background: #173A64;
    border-radius: 6px 0 0 0;
}

#calculator .bg-light-blue {
    padding: 15px;
    background: #227aaa;
    color: #fff;
    text-align: center;
    border-radius: 0;
}

#calculator .bg-light-blue .col:first-child {
    padding-right: 15px;
}

#calculator .bg-light-blue h2,
#calculator .bg-light-blue h3 {
    margin: 0;
    color: #fff !important;
}

#calculator .bg-light-blue h2 {
    font-family: 'latoregular', Arial, sans-serif !important;
    text-transform: none;
}

#calculator .bg-light-blue h2 span {
    font-family: 'latobold_italic', Arial, sans-serif !important;
}

#calculator .bg-light-blue h3 {
    font-size: 32px !important;
    line-height: 60px !important;
}

#calculator .bg-blue.bottom {
    padding: 15px;
    border-radius: 0 0 0 6px;
}

#calculator .slider {
    margin: 6px 0 0 !important;
    width: 88%;
}

#calculator .slider .track {
    margin-left: 0;
    width: 116% !important;
}

#calculator .slider > .track,
#calculator .slider > .highlight-track {
    height: 20px;
    background: #fff;
    border: none;
    box-shadow: inset 0 3px 0px #d1d1d1;
}

#calculator .slider .dragger {
    top: 60% !important;
    width: 14px;
    height: 14px;
    margin-left: 3px;
}

#calculator .slider > .dragger {
    margin-left: 2px !important;
    border: 1px solid #fff;
    background: #0377a8;
    background: -moz-linear-gradient(-45deg,  #0377a8 0%, #003766 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0377a8), color-stop(100%,#003766));
    background: -webkit-linear-gradient(-45deg,  #0377a8 0%,#003766 100%);
    background: -o-linear-gradient(-45deg,  #0377a8 0%,#003766 100%);
    background: -ms-linear-gradient(-45deg,  #0377a8 0%,#003766 100%);
    background: linear-gradient(135deg,  #0377a8 0%,#003766 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0377a8', endColorstr='#003766',GradientType=1 );
}

#calculator .output-estimated span {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 32px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

#calculator input {
    padding: 4px 4px 2px 4px;
    width: 100%;
    border: none;
    box-shadow: inset 0 3px 0 #d1d1d1;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

#calculator input.prefixed {
    padding-left: 12px;
}

#calculator span.prefix {
    position: absolute;
    font-size: 14px;
    margin: 6px 0 6px 3px;
}

#calculator span.output-total {
    color: #fff;
}

/****FRENCH FIX FOR CALCULATOR HEADINGS****/
span.th.brtl.cdb {
	font-size: 11px;
}

span.th.brtr.clb {
	font-size: 11px;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue h2 {
    font-family: 'latobold_italic', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: none;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue h3 {
    font-family: 'latobold_italic', Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    text-transform: none;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey h3 {
    font-size: 12px;
    line-height: 18px;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey h4 {
    margin: 0;
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey .label h4,
#site-wrapper #content-wrapper #content #calculator .bg-grey .label img {
    display: inline-block;
    max-height: 25px;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey .label h4 {
    margin-right: 5px;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey .label img {
    margin: 6px 0 0;
}

#site-wrapper #content-wrapper #content #calculator .bg-grey h4 span {
    font-family: 'latobold_italic', Arial, sans-serif;
    color: #217AA9;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h2 {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h2.large {
    font-size: 24px;
    line-height: 32px;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h2 span {
    font-family: 'latobold_italic', Arial, sans-serif;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h2 span.free-nights {
    font-family: 'latobold', Arial, sans-serif;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h3 {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom h4 {
    margin: 10px 0 0;
    font-family: 'latobold_italic', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

#site-wrapper #content-wrapper #content #calculator .bg-blue.bottom span.output-total {
    display: inline-block;
    margin: 0 0 5px 0;
    font-family: 'latoblack', Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
}

#calculator .slider {
    margin: 2px 0 0 !important;
}

#calculator .slider > .dragger {
    margin-top: 0 !important;
    margin-left: -1px !important;
    border: 2px solid white;
    z-index: 3;
}

#calculator .slider .dragger {
    top: 0 !important;
    width: 22px;
    height: 22px;
}

#calculator .slider > .track {
    z-index: 0;
}

#calculator .slider > .highlight-track {
    border-radius: 12px;
    box-shadow: none;
    background: #003765;
    background: -moz-linear-gradient(left,  #003765 0%, #0077ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#003765), color-stop(100%,#0077ab));
    background: -webkit-linear-gradient(left,  #003765 0%,#0077ab 100%);
    background: -o-linear-gradient(left,  #003765 0%,#0077ab 100%);
    background: -ms-linear-gradient(left,  #003765 0%,#0077ab 100%);
    background: linear-gradient(to right,  #003765 0%,#0077ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003765', endColorstr='#0077ab',GradientType=1 );
    z-index: 1;
}

#category-select {
    position: relative;
    top: -4px;
    margin-right: 5px;
    border: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.category-hover.active {
    background: #ececec;
}

.category-image,
.category-hover-image {
    margin: 0 !important;
    display: none;
}

.category-image-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    line-height: 0;
}

.category-image-wrapper:after {
    display: block;
    content: " ";
    clear: both;
}

.category-image.visible,
.category-hover-image-1 {
    display: inline-block;
}

img.category-image {
    position: relative;
}

#site-wrapper #content-wrapper #content p.category-info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin-right: 15px !important;
    padding: 6px;
    color: #fff !important;
    font-weight: 600;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    text-shadow: 0 0 5px #000;
    z-index: 1;
}

#site-wrapper #content-wrapper #content p.category-info sup {
    top: 0;
    font-size: inherit;
}

/*****slider styles*****/
.content-slider {
    opacity: 0;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.content-slider .slider-viewport {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.content-slider .slider-viewport .slide-wrapper {
    width: 100%;
    height: 225px;
}
.content-slider .slider-viewport .slide-wrapper .slide {
    position: relative;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    line-height: 0;
    vertical-align: middle;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-slider .slider-viewport .slide-wrapper .slide:hover {
    opacity: 0.8;
}
.content-slider .slider-viewport .slide-wrapper .slide img {
    position: relative;
    margin: 0 !important;
    max-height: 450px;
}
.content-slider .slider-viewport .slide-wrapper .slide p.category-info {
    display: block !important;
}
.content-slider .slider-viewport .slide-wrapper.active .slide {
    /*-ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;*/
}
.content-slider .slider-viewport .slide-wrapper.paused .slide {
    opacity: 1;
}
.content-slider .slider-viewport .slide-wrapper.paused.active .slide {
    opacity: 0;
}
.content-slider .button-wrapper {
    position: absolute;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.content-slider .button-wrapper .prev,
.content-slider .button-wrapper .next {
    position: absolute;
    top: 100px;
    display: inline-block;
    width: 18px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-slider .button-wrapper .prev:hover,
.content-slider .button-wrapper .next:hover {
    opacity: 0.75;
}
.content-slider .button-wrapper .prev {
    left: 0;
    background: url(../img/icons/slider-arrow-left.png) no-repeat 0 0;
}
.content-slider .button-wrapper .next {
    right: 0;
    background: url(../img/icons/slider-arrow-right.png) no-repeat 0 0;
}
.content-slider .slider-item-container {
    margin: 12px 0 0 0;
    padding: 0;
    text-align: center;
}
.content-slider .slider-item-container .auto-activator {
    position: relative;
    top: 2.5px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: #26B95E;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content-slider .slider-item-container .auto-activator:hover {
    background: #1b8041;
}
.content-slider .slider-item-container .auto-activator.off {
    background: #D9372D;
}
.content-slider .slider-item-container .auto-activator.off:hover {
    background: #9e2721;
}
.content-slider .slider-item-container .slide-duration-progress-wrapper {
    display: block;
    margin: 0 auto 5px auto;
    height: 7px;
    overflow: hidden;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.content-slider .slider-item-container .slide-duration-progress-wrapper .slide-duration-progress {
    opacity: 0.4;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.content-slider .slider-item-container .slider-item {
    position: relative;
    display: inline-block;
    opacity: 0.4;
    margin: 0 10px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: #716c69;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-slider .slider-item-container .slider-item:last-child {
    margin: 0;
}
.content-slider .slider-item-container .slider-item:hover,
.content-slider .slider-item-container .slider-item.active {
    opacity: 1;
}



/*****WIDTH/HEIGHT % CLASSES*****/
.w5p   { width: 5%; }
.w10p  { width: 10%; }
.w15p  { width: 15%; }
.w20p  { width: 20%; }
.w22p  { width: 22%; }
.w25p  { width: 25%; }
.w30p  { width: 30%; }
.w32p  { width: 32.6%; }
.w33p  { width: 33.3%; }
.w35p  { width: 35%; }
.w40p  { width: 40%; }
.w45p  { width: 45%; }
.w48p  { width: 48%; }
.w50p  { width: 50%; }
.w55p  { width: 55%; }
.w60p  { width: 60%; }
.w65p  { width: 65%; }
.w69p  { width: 69%; }
.w70p  { width: 70%; }
.w75p  { width: 75%; }
.w78p  { width: 78%; }
.w80p  { width: 80%; }
.w85p  { width: 85%; }
.w90p  { width: 90%; }
.w95p  { width: 95%; }
.w100p { width: 100%; }

.h5p   { height: 5%; }
.h10p  { height: 10%; }
.h14p  { height: 14%; }
.h15p  { height: 15%; }
.h20p  { height: 20%; }
.h25p  { height: 25%; }
.h30p  { height: 30%; }
.h35p  { height: 35%; }
.h40p  { height: 40%; }
.h45p  { height: 45%; }
.h50p  { height: 50%; }
.h55p  { height: 55%; }
.h60p  { height: 60%; }
.h65p  { height: 65%; }
.h70p  { height: 70%; }
.h75p  { height: 75%; }
.h80p  { height: 80%; }
.h85p  { height: 85%; }
.h90p  { height: 90%; }
.h95p  { height: 95%; }
.h100p { height: 100%; }

/*****WIDTH px CLASSES*****/
.w25  { width: 25px; }
.w50  { width: 50px; }
.w75  { width: 75px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w175 { width: 175px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w250 { width: 250px; }
.w275 { width: 275px; }
.w300 { width: 300px; }
.w325 { width: 325px; }
.w350 { width: 350px; }
.w375 { width: 375px; }
.w400 { width: 400px; }
.w425 { width: 425px; }
.w450 { width: 450px; }
.w465 { width: 465px; }
.w475 { width: 475px; }
.w500 { width: 500px; }
.w525 { width: 525px; }
.w550 { width: 550px; }
.w575 { width: 575px; }
.w600 { width: 600px; }
.w625 { width: 625px; }
.w630 { width: 630px; }
.w650 { width: 650px; }
.w675 { width: 675px; }
.w700 { width: 700px; }
.w725 { width: 725px; }
.w750 { width: 750px; }
.w775 { width: 775px; }
.w800 { width: 800px; }
.w825 { width: 825px; }
.w850 { width: 850px; }
.w875 { width: 875px; }
.w900 { width: 900px; }
.w925 { width: 925px; }
.w950 { width: 950px; }
.w960 { width: 960px; }

.h298 { height: 298px; }
.h430 { height: 430px; }
.h485 { height: 485px; }
.h500 { height: 500px; }

/*****POSITIONAL CLASSES*****/
.clr  { clear: both; }
.s5   { clear: both; height: 5px; }
.s10  { clear: both; height: 10px; }
.s15  { clear: both; height: 15px; }
.s20  { clear: both; height: 20px; }
.s25  { clear: both; height: 25px; }
.s30  { clear: both; height: 30px; }
.db   { display: block; }
.di   { display: inline; }
.dib  { display: inline-block; }
.oa   { overflow: auto; }
.oh   { overflow: hidden; }
.l    { text-align: left; }
.c    { text-align: center; }
.r    { text-align: right; }
.fl   { float: left; }
.fr   { float: right; }
.mn   { margin: 0; }
.mt5  { margin-top: 5px; }
.mr5  { margin-right: 5px; }
.mb5  { margin-bottom: 5px; }
.ml5  { margin-left: 5px; }
.ma5  { margin: 5px; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.ma10 { margin: 10px; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px; }
.mb15 { margin-bottom: 15px; }
.ml15 { margin-left: 15px; }
.ma15 { margin: 15px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mr1p { margin-right: 1%; }
.mr2p { margin-right: 2%; }
.mr3p { margin-right: 3%; }
.mr4p { margin-right: 4%; }
.mr5p { margin-right: 5%; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.ma20 { margin: 20px; }
.mt25 { margin-top: 25px; }
.mr25 { margin-right: 25px; }
.mb25 { margin-bottom: 25px; }
.ml25 { margin-left: 25px; }
.ma25 { margin: 25px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
.ma30 { margin: 30px; }
.pn   { padding: 0; }
.pr0  { padding-right: 0 !important; }
.pt5  { padding-top: 5px; }
.pr5  { padding-right: 5px !important; }
.pb5  { padding-bottom: 5px; }
.pl5  { padding-left: 5px; }
.pa5  { padding: 5px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }
.pa10 { padding: 10px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }
.pa15 { padding: 15px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.pl20 { padding-left: 20px; }
.pa20 { padding: 20px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }
.pl25 { padding-left: 25px; }
.pa25 { padding: 25px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }
.pl30 { padding-left: 30px; }
.pa30 { padding: 30px; }

.mt1p { margin-top: 1%; }
.mr1p { margin-right: 1%; }

/*****FONT SIZES*****/
.fs10,.fs10 * { font-size: 10px; line-height: 16px; }
.fs12,.fs12 * { font-size: 12px; line-height: 18px; }
.fs14,.fs14 * { font-size: 14px; line-height: 20px; }
.fs16,.fs16 * { font-size: 16px; line-height: 22px; }
.fs18,.fs18 * { font-size: 18px; line-height: 24px; }
.fs20,.fs20 * { font-size: 20px; line-height: 26px; }
.fs22,.fs22 * { font-size: 22px; line-height: 28px; }
.fs24,.fs24 * { font-size: 24px; line-height: 30px; }
.fs26,.fs26 * { font-size: 26px; line-height: 32px; }
.fs28,.fs28 * { font-size: 28px; line-height: 34px; }
.fs30,.fs30 * { font-size: 30px; line-height: 36px; }
.fs32,.fs32 * { font-size: 32px; line-height: 38px; }
.fs34,.fs34 * { font-size: 34px; line-height: 40px; }
.fs36,.fs36 * { font-size: 36px; line-height: 42px; }
.fs38,.fs38 * { font-size: 38px; line-height: 44px; }
.fs40,.fs40 * { font-size: 40px; line-height: 46px; }
.fs42,.fs42 * { font-size: 42px; line-height: 48px; }

/*****FONT STYLES*****/
.fwb,.fwb * { font-weight: bold; }
.fwn,.fwn * { font-weight: normal; }
.fsi,.fsi * { font-style: italic; }
.ttn,.ttn * { text-transform: none; }
.ttu,.ttu * { text-transform: uppercase; }

/*****FONT COLORS*****/
.cb,.cb * { color: #000; }
.cw,.cw * { color: #fff; }