/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/
.sweetheart{ font-family:'Sweetheart Script W00'; }
.futura{ font-family:'L Futura W01'; }
.kg{ font-family:'KGYouWontBringMeDownW00'; }
.avenir{ font-family:'Avenir Next W01'; }



/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
body{
    height: auto;
}
.body-section, p{
    font-family: 'Avenir Next W01';
    font-size:15px;
    color:#506270;
}
.wrapper {
    width: 100%;
	margin: 0 auto;
    display: block;
    position: relative;
}
.green{
    color:#72bf44;
}
.blue{
    color: #7ba6bb;
}
.orange{
    color:#f58220;
}
h1 {
	font-family:'L Futura W01';
	color: #7ba6bb;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
}
h2 {
	font-family:'Sweetheart Script W00';
	color: #7ba6bb;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
    /*font-weight: 700;*/
}
h3 {
	font-family:'Sweetheart Script W00';
	color: #7ba6bb;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 700;
}
h4 {
	font-family:'L Futura W01';
	color: #7ba6bb;
    font-size: 20px;
    line-height: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    font-weight: 700;
}
h5 {
	font-family:'L Futura W01';
	font-weight: 500;
	color: #7ba6bb;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}
h6 {
	font-family: 'KGYouWontBringMeDownW00';
	color: #7ba6bb;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}
/*make all linked headers orange*/
h1 a{ color: #f58220; }
h2 a{ color: #f58220; }
h3 a{ color: #f58220; }
h4 a{ color: #f58220; }
h5 a{ color: #f58220; }
h6 a{ color: #f58220; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{ color: #df6c13; }

.center{
    text-align: center;
}
.main_container p:first-of-type{
	font-family:'Avenir Next W01';
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #506270;
    margin: 0 0 20px;
}
.inline-list {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.2;
    border-radius: 0;
    background: none;
}
.inline-list li {
    float: none;
    clear: both;
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.2;
    border-radius: 0;
    background: none;
}
ul{
	list-style-position: inside;
	margin-bottom: 25px;
}
ul, ul li{
	font-family:'Avenir Next W01';
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
    color: #506270;
}
.wrapper img {
	border: medium none;
}
a, a:link, a:visited, a:focus {
	font-weight: normal;
	outline: 0 none;
	text-decoration: none;
	color: #f58220;
	font-family: inherit;
	border-bottom: solid 1px rgba(245,130,32, 0);
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
a:hover {
    color: #f58220;
    text-decoration: none;
}
p a:hover{border-bottom: solid 1px rgba(245,130,32, 0.5);}
hr{
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #cbddeb;
    margin-bottom: 35px;
    margin-top: 30px;
}
.wrapper .ui-datepicker select {
	padding: 0;
}
.ui-datepicker {
	z-index: 100 !important;
}
.clear {
	clear: both;
	line-height: 1px;

}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

/* blue button / default */
.button,
input[type="submit"],
button{
	background-color: transparent;
    color: #7ba6bb;
    font-family:'Avenir Next W01';
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 44px;
    padding: 1px 12px;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #7ba6bb;
    position: relative;
    cursor: pointer;
	-webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
}
.button:hover,
input:hover[type="submit"],
button:hover{
	background-color: transparent;
    box-shadow: 0 0 2px 0 #7ba6bb;
    color: #7ba6bb;
}
.button:active,
input:active[type="submit"],
button:active{
	background-color: transparent;
    box-shadow: 0 0 2px 0px #7ba6bb inset;
    color: #7ba6bb;
}
.button:focus,
input:focus[type="submit"],
button:focus{
	background-color: transparent;
	color: #7ba6bb;
}
body .wrapper .row{
	max-width: 995px;
}

/************** REMOVE WHEN PLACEHOLDER ARE GONE ****************/
img.placehold{width: 100%;}
/************** REMOVE WHEN PLACEHOLDER ARE GONE ****************/


/*
|-----------------------------------------------------------------------------------------------------------
| PANEL STYLES
|-----------------------------------------------------------------------------------------------------------
*/
.layout-panel{
	padding: 25px 0;
}
.contentRender.gradient{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(81,114,153,0.08) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(81,114,153,0.08) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(81,114,153,0.08) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a517299',GradientType=0 ); /* IE6-9 */
}
.title-panel{
	margin-bottom: 20px;
	margin-top: 20px;
    position: relative;
}
.title-panel .title{
    position: relative;
	color: #7ba6bb;
    font-family: "L Futura W01";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 33px;
    text-align: center;
}
.title-panel .sidebtn {
    color: #7ba6bb;
    font-size: 15px;
    padding: 8px 13px;
    font-family:'Avenir Next W01';
    position: absolute;
    top:-2px;
    right: 0.9375rem;
    background-color: #fff;
    border: 1px #7ba6bb solid;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.title-panel .sidebtn:hover {
    color: #fff;
    background-color: #7ba6bb;
}



/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-section{
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 100;
    height: 160px;
    border-bottom: 1px solid #ccc;
}
.header-section .logo{
	padding-bottom: 25px;
    padding-top: 20px;
    text-align: center;
}
.header-section .logo .desktop{
	display: none;
}
.header-section .headerRight{
	padding: 0 15px;
	position: relative;
}
.header-section .section-tripbuilder{
	display: none;
}
.header-section .section-second-nav{
	display: none;
}
.header-section .section-weather{
	float: left;
    position: relative;
    top: 5px;
}
.header-section .section-search{
	position: absolute;
    right: 121px;
}




/*
|-----------------------------------------------------------------------------------------------------------
| SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.section-slideshow{
   	position: relative;
    display: inline-block;
    width: 100%;
    z-index: 80;
}


/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer-section{
	display: inline-block;
	width: 100%;
	position: relative;
}
.footer-section .main{
	padding-top: 40px;
	padding-bottom: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #323e48;
    color: #ffffff;
    font-size: 15px;
    font-family:'Avenir Next W01';
    line-height: 25px;
    text-align: center;
}
.footer-section .logoFooter{
	padding-bottom: 28px;
}
.footer-section .section-address{ margin-bottom: 40px; }
.footer-section .section-address .bold{ font-weight: 600; }
.footer-section .rightSide{ padding: 0 15px; }
.footer-section .section-translate{ margin-bottom: 40px; }
.footer-section .section-footer-nav{ margin-bottom: 33px; }
.footer-section .lower{padding: 0 15px;}
.footer-section .section-copyright{ margin-bottom: 29px; }
.footer-section .section-social-links{ margin-bottom: 29px; }

.footer-section .DMAP {
    padding: 100px;
}
.footer-section .DMAP img{
    height: 120px;
    margin-top: 25px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| Social LInks Widget
|-----------------------------------------------------------------------------------------------------------
*/
.section-social-links .fa{font-family: FontAwesome; color: #323e48;}
.section-social-links .link:hover .fa{color: #323e48;}
.section-social-links .link{ font-size: 24px; text-align: center; }
.section-social-links .link span{
	background-color: #72bf44;
    height: 50px;
    margin-bottom: 21px;
    margin-right: 7px;
    max-height: 50px;
    padding-left: 2px;
    padding-top: 12px;
    width: 50px;
    border: 1px solid #72bf44;
	-webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -o-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
.section-social-links .link:last-child span{ margin-right: 0; }
.section-social-links .link span:hover{
	border: 1px solid rgba(50, 62, 72, 0.63);
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.85);
}
.section-social-links .link span:active{
	border: 1px solid rgba(50, 62, 72, 0.63);
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.85);
}
.section-social-links .ta{/* no font awesome for this one */
	background-image: url("/includes/public/assets/images/icon-tripadvisor.png");
    background-position: center 17px;
    background-repeat: no-repeat;
    background-size: 26px auto;
    display: inline-block;
    vertical-align: top;
}
.booking .intro .title{
    font-family: 'L Futura W01';
    font-weight: 700;
    font-size: 60px;
    color:#7ba6bb;
    line-height: 96px;
}
.booking .intro .title span{
    font-family: 'Sweetheart Script W00';
    font-weight:400;
    font-size:88px;
    color:#f58220;
}
.booking .intro .text{
    color:#506270;
    font-family: 'Avenir Next W01';
    font-size:17px;
    margin-bottom: 30px;
}
.booking .intro .text span{
    font-weight:800;
}
.book-widget {
	position:relative;
    margin-top:47px;
}
.book-widget select {
	color: #757575;
}
.book-widget .tabs {
	background: #fff;
	display: block;
	height: 30px;
	width: 100%;
	padding-bottom: 0px 10px;
}
.book-widget .tabs div {
	display: inline-block;
	float: left;
    color:#7ba6bb;
    font-family:'Avenir Next W01' ;
    font-weight: 800;
    font-size: 17px;
	line-height: 30px;
	margin: 0;
	display: block;
	cursor: pointer;
    text-align: center;
}
.book-widget .tabs div[data-tab="hotels"]{
    width:25%;
}
.book-widget .tabs div[data-tab="attractions"]{
    width:35%;
}
.book-widget .tabs div[data-tab="restaurants"]{
    width:40%;
}
.book-widget .tabs div.active span {
  background: url("/includes/public/assets/images/selected.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  display: block;
  height: 13px;
  position: relative;
  top: 0px;
}
.book-widget .tabs div.active {
	display: block;
    color:#f58220;
}

.book-widget .tabContent {
    display: none;
    background-color: #323e48;
    padding: 28px 10px 0px;
}
.book-widget .tabContent.active {
	display: block;
}

.row .shared-filter .searchToolsContainer .row{
    margin-right:0px;
}
.shared-filter .searchToolsContainer{
    background: #506270;
    padding:20px 7px;
}
.shared-filter input[type="text"]{
    background-color: #ffffff;
    height: 36px;
    color: #404040;
    font-family:'Avenir Next W01' ;
    font-size: 15px;
    margin-bottom: 14px;
    cursor: auto;
    padding: 0px 3px;
    width: 100%;
    box-shadow: none;
    transition: none;
}
.shared-filter input[type="text"]:hover{
    background-color: #fff;
    border: solid 1px #858585;
}
.shared-filter form{
    position: relative;
}
.shared-filter.hidden{
    display: none;
}
.shared-filter input.datepicker{
    cursor: pointer;
}
body div .shared-filter input.datePicker{
    background-color: #fff;
}
.shared-filter .datePickOuter img{
    cursor: pointer;
}
.shared-filter select{
    background-color: #ffffff;
    height: 36px;
    color: #404040;
    font-family:'Avenir Next W01' ;
    font-size: 15px;
    margin-bottom: 14px;
    cursor: pointer;
    padding: 0px 3px;
    width: 100%;
    -moz-appearance: none;
    background-image: url("/includes/public/assets/images/down-arrow.png");
    background-position: 94% center;
}
.shared-filter select:hover{
    background-color: #ffffff;
    border: solid 1px #858585;
}
.shared-filter select:focus{
    box-shadow: 0 0 5px #999999;
}
.shared-filter input[type="submit"]{
    background-color: #f58220;
    height: 36px;
    border: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-image: url("/includes/public/assets/images/icon-search-orange.jpg");
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
.shared-filter input[type="submit"]:hover, .shared-filter input[type="submit"]:focus{
    background-color: #f58220;
    box-shadow: none;
}
.shared-filter input[type="submit"]:active{
    background-color: #f58220;
    box-shadow: none;
}
.shared-filter #label_amenities{
    background: #fff;
    color: #404040;
    font-family:'Avenir Next W01' ;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0px 8px;
    position: relative;
    margin-bottom: 0px;
    z-index: 45;
}
.shared-filter #label_amenities span{
    background-color: transparent;
    background-image: url("/includes/public/assets/images/icon-plus.jpg");
    background-position: 94% center;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    position: absolute;
    right: 6px;
    top: 0px;
    width: 42px;
    z-index: 55;
}
.shared-filter #label_amenities.close{
    margin: 0;
    z-index: 55;
}
.shared-filter #label_amenities.close span{
    background-image: url("/includes/public/assets/images/icon-minus.jpg");
}
.shared-filter .amenities{
    background-color: #fff;
    border: medium none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 16px;
    width: 100%;
    z-index: 50;
    -webkit-transition: all 115ms ease-in-out;
       -moz-transition: all 115ms ease-in-out;
         -o-transition: all 115ms ease-in-out;
            transition: all 115ms ease-in-out;
}
.shared-filter .amenities.open{
    border: 1px solid #cacaca;
    margin-bottom: 14px;
    max-height: none;
    padding: 10px 1px 15px;
    width: 100%;
    border-radius: 3px;
}
.shared-filter .amenityFieldContainer label{
    color: #403f3b;
    font-family: "Avenir LT W01_35 Light1475496",sans-serif;
    font-size: 14px;
    line-height: 36px;
}
.shared-filter .amenityFieldContainer input{
    margin: 0 4px 0 0;
    position: relative;
}
.shared-filter .dateinput{
    position: relative;
}
.shared-filter .dateinput img{
    height: 28px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 26px;
}
.datePickOuter{position: relative;}
.datePickOuter .ui-datepicker-trigger{
    height: 22px;
    position: absolute;
    right: 22px;
    top: 7px;
    width: 31px;
}
.datePickOuter.noPadRight .ui-datepicker-trigger{
    right: 7px;
}
.footerGoogleTranslate {
    max-width: 428px;
    margin:auto;
    margin-right: 0;
}
.footerGoogleTranslate .translateFlags{
    padding-left:0px;
}
.footerGoogleTranslate .translateDropdown{
    padding-right:0px;
    padding-left: 0px;
}
.footerGoogleTranslate .germanFlag {
    background: url("/includes/public/assets/googletranslate/german.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin: 0 8px 0 0;
    width: 32px;
}

.footerGoogleTranslate .frenchFlag {
    background: url("/includes/public/assets/googletranslate/french.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin: 0 8px 0 0;
    width: 32px;
}

.footerGoogleTranslate .spanishFlag {
    background: url("/includes/public/assets/googletranslate/spanish.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin: 0 8px 0 0;
    width: 32px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| Common callout STyles
|-----------------------------------------------------------------------------------------------------------
*/


.callout_1 .vgtitle .first {
	font-family:'L Futura W01';
	font-size: 60px;
	color: #7ba6bb;
	font-weight: bold;
}
.callout_1 .vgtitle .second {
	font-family:'Sweetheart Script W00';
	font-size: 95px;
	color: #53bee3;
}
.callout_1 img {
	float: left;
}
.enews.callout_1 img{
    margin-left:95px;
}
.callout_1 .vgcont{
	float:right;
	width:49%;
	padding-top: 40px;
}
.callout_1 .vgcont .desc{
	color:#7ba6bb;
	font-size:24px;
    line-height: 28px;
	font-family:'L Futura W01';
	/*font-weight: bold;*/
}
.callout_1 .vgcont .sidebtn {
	margin-top:24px;
	font-size:15px;
	padding: 18px 15px;
	font-family:'Avenir Next W01';
	float:left;
	color:#7ba6bb;
	background-color:#fff;
	border:1px #7ba6bb solid;
    position: relative;
    top: inherit;
    right: inherit;

		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.callout_1 .vgcont .sidebtn:hover {
	background-color:#7ba6bb;
	color:#fff;
}

.callout_1 .sv-pinit {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 150px;
    left: 25px;
}
.callout_1:hover .sv-pinit {display:block}
.callout_1 .sv-pinit:hover {display:block}
@media only screen and (max-width: 1025px) {
    .enews.callout_1 img{
        margin-left:0px;
    }
	.callout_1 .vgtitle .first {
		font-size:35px;
	}
    .callout_1 .vgtitle .second {
    	font-size:62px;
    }
	.callout_1 .vgcont{
		width:45%;
		padding-top:0px;
	}
    .enews.callout_1 .vgcont{
		width:50%;
    }
}

@media only screen and (max-width: 641px) {
	.callout_1 .vgtitle{
		text-align: center;
	}
    .callout_1 img {
        display: none;
    }
    .enews.callout_1 .vgcont,
	.callout_1 .vgcont{
		float:none;
		width:100%;
		padding-top: 0px;
		text-align: center;
	}
	.callout_1 .vgcont .desc{
		padding:0px 20px 40px 20px;
	}
	.callout_1 .vgcont .sidebtn {
		/*float:none;*/
	}
}


/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40.063em){
    .body-section{
        margin-top: 12px;
    }
    .title-panel {
        margin-bottom: 100px;
    }
    .title-panel .sidebtn {
        top:inherit;
        bottom:16px;
        position: absolute;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
    .title-panel .columns.main{
        padding-bottom: 50px;
    }
    .header-section .section-weather{
        z-index: 102;
    }
    .booking .intro {
        padding:0px;
        text-align: center;
    }
    .booking .intro .title{
        font-size: 35px;
        line-height: 60px;
    }
    .booking .intro .title span{
        font-size:55px;
    }
    .book-widget{
        margin-top:0px;
    }
}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
	/*
	|------------------------
	| GLOBAL STYLES
	|------------------------

	p  { font-size: 20px; line-height: 32px; }
    */
	.title-panel .title{ text-align: left; }
	.title-panel .text{ background-color: #fff; padding-right: 23px; position: relative; z-index: 100; }
	.title-panel .lineRight{
		border-bottom: 1px solid #7ba6bb;
		display: block;
		height: 1px;
		position: absolute;
		top: 18px;
		width: 95.5%;
	}

	/*.button, input[type="submit"], button{ height: 45px; font-size: 18px; line-height: 40px; padding: 2px 12px; }*/
	/*
	|------------------------
	| HEADER SECTION -- .header-section{}
	|------------------------
	*/
	.header-section .section-tripbuilder{ display: inline-block;}

	/*
	|------------------------
	| SLIDESHOW SECTION -- .section-slideshow{}
	|------------------------
	*/

	/*
	|------------------------
	| BODY SECTION -- .body-section{}
	|------------------------
	*/

	/*
	|------------------------
	| FOOTER SECTION -- .footer-section{}
	|------------------------
	*/

}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/*
	|------------------------
	| GLOBAL TAG STYLES
	|------------------------
	*/
	h1 { font-size: 40px; line-height: 65px; text-align: left; }
	h2 { font-size: 32px; line-height: 36px; }
	h3 { font-size: 26px; line-height: 31px; }
	h4 { font-size: 22px; line-height: 26px; }
	h5 { font-size: 20px; line-height: 24px; }
	h6 { font-size: 20px; line-height: 24px; }
	body .wrapper .row{
		max-width: 640px;
	}


	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.header-section{
		height: 123px;
    	padding-top: 10px;
    	margin-bottom: -7px;
	}
	.header-section .headerLeft{
		float: left;
	}
	.header-section .headerRight{
		float: right;
	    padding: 0;
	    position: relative;
	    top: 32px;
	    width: 300px;
	}
	.header-section .headerRow{
		margin: 0 auto;
		padding: 0 15px;
	}
	.header-section .section-weather{ display: inline-block; margin-right: 13px; position: relative; top: 3px; z-index: 102; }
	.header-section .section-tripbuilder{ position: relative; display: inline-block; top: 3px; z-index: 102;}
	.header-section .section-search{ top: 0; }
	.header-section .section-main-nav{ top: 0; }
	/*
	|------------------------
	| SLIDESHOW SECTION -- .section-slideshow{}
	|------------------------
	*/

    /*
	|------------------------
	| FOOTER SECTION -- .footer-section{}
	|------------------------
	*/
	.footer-section .main{ padding-top: 51px; }
	.footer-section .upper{
		margin: 0 auto;
	    padding: 0 15px;
	    width: 640px;
	    max-width: 100%;
	    text-align: left;
	}
	.footer-section .leftSide{ float: left; padding-right: 43px; width: 50%; }
	.footer-section .rightSide{	float: left; width: 50%; }
	.footer-section .logoFooter { padding-bottom: 36px; }
	.footer-section .lower{ display: inline-block; margin-top: 16px; width: 100%; }
	.footer-section .section-social-links{ margin-bottom: 21px; }
	.footer-section .section-footer-nav { margin-bottom: 14px; }
	.footer-section .section-copyright { margin-bottom: 7px; }
    .booking .intro {
        padding:0px;
    }
    .booking .intro .title{
        font-size: 35px;
        line-height: 60px;
    }
    .booking .intro .title span{
        font-size:60px;
    }
    .book-widget{
        margin-top:0px;
    }
}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	/*
	|------------------------
	| GLOBAl
	|------------------------
	*/
	h1 { font-size: 60px; line-height: 67px; text-align: left; }
	h2 { font-size: 66px; line-height: 55px; }
	h3 { font-size: 44px; line-height: 46px; }
	h4 { font-size: 38px; line-height: 40px; }
	h5 { font-size: 32px; line-height: 34px; }
	h6 { font-size: 22px;line-height: 28px; }
	.title-panel{ margin-top: 50px; margin-bottom: 30px; }
	.title-panel .lineRight { width: 97%; }
	.title-panel .title{ font-size: 40px; }
	.title-panel .title .text{ padding-right: 50px; }

	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.header-section{ height: 115px; margin-bottom: -7px; }
	.header-section .headerRow{ margin: 0 auto; padding: 0; width: 965px; }
	.header-section .headerLeft{ float: left; width: 300px; }
	.header-section .headerRight {
		float: left;
		padding: 17px 0 0;
		position: relative;
		width: 660px;
		text-align: right;
		min-height: 100px;
	}
	.header-section .logo { padding-top: 23px; text-align: center; }
	.header-section .logo .mobile{ display: none; }
	.header-section .logo .desktop{ display: block; }
	.header-section .lower{ display: inline-block; padding-top: 9px; width: 100%; }
	.header-section .section-second-nav {
		display: inline-block;
    	float: right;
    	height: 34px;
    	position: relative;
    	top: -4px;
   	}
	.header-section .section-tripbuilder { margin-right: 15px; float: right; }
	.header-section .section-weather {	float: right; margin-right: 17px; top: 0;}
	.header-section .section-search { float: right; margin-left: 27px;  position: relative; right: auto; }
	.header-section .section-main-nav .nav-primary{
        width: 520px;
        top: 72px;
        left: 50%;
        margin-left: -82px;
        position: absolute;
     }


	/*
	|------------------------
	| BODY SECTION -- .body-section {}
	|------------------------
	*/

    /*
	|------------------------
	| FOOTER SECTION -- .footer-section{}
	|------------------------
	*/
	.footer-section .main{ padding-top: 51px; }
	.footer-section .leftSide{ float: left; padding-right: 43px; width: 50%; }
	.footer-section .rightSide{	float: left; width: 50%; padding-right: 0; }
	.footer-section .upper{
		text-align: left;
		margin: 0 auto -39px;
		padding: 10px 10px 0;
		width: 985px;
		overflow: hidden;
		position: relative;
		top: -10px;
	}
	.footer-section .lower{
		text-align: left;
		margin: 0 auto;
		padding: 0;
		width: 965px;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.footer-section .section-social-links{ text-align: right; margin-bottom: 38px; padding-right: 10px; position: relative; right: -10px;}
	.footer-section .section-translate{ text-align: right; }
	.footer-section .section-footer-nav{ text-align: right;  margin-bottom: 25px; }
	.footer-section .logo-simpleview{ bottom: 2px; position: absolute; right: 0; }
	.footer-section .section-copyright { display: inline-block; margin-bottom: 0; }

	/*
	|----------------------
	| SOCIAL LINKS WIDGET
	|---------------------
	 */

}

/* t - 248750 */
div.contentRender_name_plugins_core_textbox ul, div.contentRender_name_plugins_core_textbox ol{list-style-position: outside;}




/* BEGIN Booking Wide */
.booking-wide {
    position: relative;
    margin-top: 0px;
    background: #72bf44;
}
.booking-wide .wrapper { max-width: 965px; }
.booking-wide .top { 
    height: 90px; 
    padding-top: 5px;
}
.booking-wide .bottom { height: 70px; }
.booking-wide .title {
    font-family: 'L Futura W01';
    font-size: 40px;
    color:#FFF;
    line-height: 60px;
}
.booking-wide .title span {
    font-family: 'Sweetheart Script W00';
    font-weight:400;
    font-size:88px;
    color:#f58220;
}

.booking-wide select {
    color: #404040;
    border: none;
    background-image: url(/includes/public/assets/images/arrow-down-orange.png);
    background-position: right 20px center;
    font-family:'Avenir Next W01';
    font-size: 15px;
}
.booking-wide .tabs {
    position: relative;
    background: transparent;
    display: block;
    height: 30px;
    width: 100%;
    margin-top: 25px;
}
.booking-wide .tabs div {
    position: relative;
    display: inline-block;
    float: left;
    color: #FFF;
    font-family:'Avenir Next W01';
    font-weight: 800;
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 0 40px;
    display: block;
    cursor: pointer;
    text-align: left;
    border: 1px solid #FFF;
    padding-left: 15px;
    background: #72bf44;
}
.booking-wide .title-wrapper {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.booking-wide .tabs-wrapper {
    display: inline-block;
    float: right;
}
.booking-wide .tabs div.bg-divider {
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    right: 0px;
    top: 50%;
    border: none;
}
.booking-wide .column-standard {
    width: 26%;
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
    vertical-align: middle;
}
.booking-wide .column-button {
    width: 14%;
    display: inline-block;
}

.booking-wide .tabs div[data-tab="hotels"]{
    width: 150px;
    height: 30px;
}
.booking-wide .tabs div[data-tab="attractions"]{
    width: 150px;
    height: 30px;
}
.booking-wide .tabs div[data-tab="restaurants"]{
    width: 150px;
    height: 30px;
}
.booking-wide .tabs div span {
    background: url("/includes/public/assets/images/arrow-up-white.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    right: 10px;
    top: 8px;
    position: absolute;
    width: 14px;
    height: 11px;
}
.booking-wide .tabs div.active span {
    background: url("/includes/public/assets/images/arrow-down-orange.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    width: 14px;
    height: 10px;
    top: 10px;
}
.booking-wide .tabs div.active {
    display: block;
    color:#f58220;
    background: #FFF
}

.booking-wide .tabContent {
    display: none;
    background-color: transparent;
    padding: 0px;
}
.booking-wide .tabContent.active {
    display: block;
}
.booking-wide input {
    border: none;
    color: #404040;
    font-size: 15px;
}
.booking-wide input.btn-search {
    background: #506270;
    color: #FFF;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    font-weight: normal;
}
.booking-wide .datePickOuter .ui-datepicker-trigger {
    width: 15px;
    height: 17px;
    top: 10px;
}

@media only screen and (max-width: 64.063em) {
    .booking-wide select {
        background-position: right 22px center;
    }
    .booking-wide .title-wrapper, .booking-wide .tabs-wrapper {
        display: block;
        float: none;
        max-width: 640px;
        margin: 0px auto;
    }
    .booking-wide .tabs-wrapper {
        margin: 0 auto 15px;
    }
    .booking-wide .bottom, .booking-wide .top {
        height: auto;
        clear: both;
    }    
    .booking-wide .tabs {
        margin: 0 0 10px;
    }
    .booking-wide .tabs div {
        margin: 0 0 0 45px;
    }
    .booking-wide .column-standard {
        margin-right: 10px;
    }
    .booking-wide .column-button {
        margin-top: 2px;
    }
}
@media only screen and (max-width: 40.063em) {
    .booking-wide {
        padding: 0 15px 10px;
    }
    .booking-wide .tabs div {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .booking-wide .title {
        font-size: 28px;
        line-height: 50px;
    }
    .booking-wide .column-standard, .booking-wide .column-button {
        width: 100%;
        display: block;
    }
    .booking-wide .tabs div span, .booking-wide .tabs div.bg-divider {
        display: none;
    }
    .booking-wide .tabs div[data-tab="hotels"] {
        width: 25%;
    }
    .booking-wide .tabs div[data-tab="attractions"] {
        width: 30%;
    }
    .booking-wide .tabs div[data-tab="restaurants"] {
        width: 45%;
    }
}
/* END Booking Wide */
