
/***************  templates/main/css/template.mediaquery.css  ***************/
/* Desktop & Landscape*/	
	@media (min-width: 1280px) {
	.navigation {
	  right: 60px;/*125*/
	  top: 0;
	}
	.menu .shortcuts li.none-landscape {
	  display: block;
	}
	.menu .shortcuts li.more {
	  display: none;
	}
	.main-visual {
	  padding-top: 55.7%;
	}
	.mainSliderPager-nav.numbers {
	  bottom: 15px;
	}
	.main-visual .cycle-caption .title {
	  margin-top: 53px;
	}
	.readmore-wrapper-slider .readmore-links {
	  margin-top: 15px;
	}
}
@media (min-width: 1024px) {
	.is-mobile, .modal{
		display:none;
	}
	.is-tablet, .is-desktop{
		display:block;
	}
	
	/* Header  ======= */
	.navigation{
		position:absolute;
		top:0;
		background:#fff;
	}
		.fixed .navigation{
			top:0;
		}
	.navigation .shortcuts > li {
	  margin-left: 20px;
	}
	.navigation .has-submenu > ul {
	  background:#fff;
	  left: -22px;
	  padding-left: 15px;
	  position: absolute;
	  top: 20px;
	  z-index: 100;
	}
	.navigation .has-submenu.more-navigation > ul.slideDownFX{
		max-height: 200px;
	}
		.navigation .has-submenu.open > ul {
		  padding-bottom: 15px;
		}
	.navigation .has-submenu > ul > li {
	  padding: 10px 30px 8px 8px;
	  white-space: nowrap;
	}
	.navigation .more.has-submenu > ul > li {
	  padding: 10px 60px 8px 8px;
	}
	.booking .additionals .checkbox-label {
	  line-height: 13px;
	}
}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {
	.is-desktop, .is-portrait, .is-mobile{
		display:none;
	}
	.is-tablet, .is-landscape{
		display:block;
	}
	.booking .additionals .checkbox-label {
	  line-height: 18px;
	}
	
	/* Wrappers  ======= */
	.wrapper-padding{	
		padding: 0 48px;
	}
	.right-padding{
		right:75px;
	}
	.wrapper{
		width:936px;
	}	
	
	/* Footer  ======= */
	.footer-separator{
		margin: 0 48px;
	}
}

/* Portrait & Mobile */
@media (max-width: 1023px) {
	/* Header  ======= */
	.header .btn-menu {
		color:#1d3a6c;
	}
	.header .icon-mobile_menu:after{
		content: '\e809';
		float:right;
		font-size:25px;
	}
	.logo, .logo .imageSwitchHolder, .logo .imageSwitchHolderAltTextOnly{
		overflow:visible;
		z-index:100;
	}
	#branding {
	  left: 0;
	  position: absolute;
	  top: 0;
	}
	.logo-img {
	  height: 104px;
	  width: 104px;
	}
	.logo-text{
		margin:10px 0 0;
	}
	.header .navigation{
		height:25px;
		line-height:25px;
		margin-top:15px;
		padding-left:20px;
		right:0;
	}
	.header-content {
	  height: 40px !important;
	}
	.header .navigation {
	  float: right;
	  margin-right: 5px;
	  margin-top: 8px;
	}
	.header .btn-menu {
	  color: #e0ba74;
	}
	.header .btn-menu span {
	  color: #fff;
	  font-size: 1.15em;
	  letter-spacing: 1px;
	}
	.languages.is-portrait{
		display:none;
	}
	.header-content:after, .header-content.fixed:after, .booking, .fixed + .booking.open, .booking.fixed-bk{
		top:53px;
	}
	#booking-mask-wrapper {
	  right: -23px;
	  top: 41px;
	}
	.main-visual {
	  margin-top: 40px;
	}
	
	/* MAIN MENU - MODAL */
	.modal-open > .container{
		position:fixed;
		width:100%;
		height:100%;
	}
	.header .shortcuts{
		display:none;
	}
	.modal{
		position:absolute;
		top:0;
		left:0;
		display:table;
		width:100%;
		height:100%;
		overflow:hidden;
		opacity:0;
		background:rgba(65,65,65,.95);
		-webkit-transition:opacity .5s ease-in-out;
		transition:opacity .5s ease-in-out;
		z-index:99999;
	}
	.modal.active{
		opacity:1;
		pointer-events: auto;
	}
	.ie9 .modal{
		opacity:1;
		display:none;
	}
	.modal-wrapper{
		position:relative;
		float:right;
		max-width:0;
		height:100%;
		padding:30px 0 35px;
		background:#fff;
		-webkit-transition:max-width .5s ease-in-out;
		transition:max-width .5s ease-in-out;
	}
	.modal .shortcuts, .modal .sm-wrapper{
		position:relative;
		width:100%;
	}
	.modal .shortcuts > li, .modal .sm-wrapper > div {
	  margin: 0 7.8% 0 6.4%;
	  padding: 0 !important;
	  width: 80.8%;
	}
	.modal .shortcuts > li.active-under .level2 a{
		border:none;
	}
	.modal .shortcuts > li.active,.modal .shortcuts > li.active-under a{
		border-bottom:1px solid #e0ba74;
		height:100%;
	}
	.modal .shortcuts li > a,.modal .shortcuts > li.active-under .level2 a {
	  color: #000;
	  display: block;
	  line-height: 50px;
	  text-align: right;
	  width: 100%;
	}
	.modal .shortcuts li.active > a,.modal .shortcuts > li.active-under a,
	.modal .shortcuts > li.active-under .level2.active a	{
	  color: #e0ba74;
	} 
	.modal .menuLevel2 {
	  margin-top: 0;
	  width: 100%;
	}
	.modal .menuLevel2 > li a, .modal .top-menu-items a{
		line-height:35px;
		font-size:11px;
	}
	.modal .shortcuts > li.active-under .level2 a {
	  line-height: 2;
	  padding: 15px 0 0;
	}
	.modal .shortcuts > li.active-under {
	  margin-bottom: 18px;
	  margin-top: -15px;
	}
	.modal .shortcuts > li.more {
	  display:none;
	}
	.modal .shortcuts > li.none-landscape {
	  display:block;
	}
	.modal li.last{
		border-color:#95a2b2;
	}
	.modal-esc {
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 97%;
    top: 10px;
    width: 115px;
  }
	.mobile .modal-esc.icon-close {
	  color: #fff;
	  right: 60%;
	  width: 135px;
	}
	.modal .shortcuts > li.has-submenu {
	  margin-top: -15px;
	}
	.modal-esc.icon-close > span {
	  color: #e0ba74;
	  float: left;
	  font-size: 15px;
	  letter-spacing: 1px;
	  line-height: 2.5;
	  padding-right: 10px;
	}
	.modal a, .modal .sm-wrapper{
		color: #fff;
		text-transform: uppercase;
		text-decoration:none;
	}
	.modal .sm-wrapper > div{
		line-height:45px;
		text-align:right;
	}
	.modal .sm-label{
		font-size:10px;
	}
	.modal .sm-wrapper > .sm-icons{
		width:auto;
	}
	.modal .sm-icon:after{
		font-size:32px;
	}
	.modal .sm-icon {
		margin-bottom:15px;
	}
	.modal-open #errors{
		display:none;
	}
	/* Main  ======= */	
	.main .main-intro{
		margin-bottom:20px;
	}
	.readmore-wrapper-slider .readmore-links {
	  text-align: right;
	}

	/* Footer  ======= */	
	.footer .btn-menu{
		display:none;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 

	.is-desktop, .is-landscape, .is-mobile, .no-portrait{
		display:none;
	}
	.is-tablet, .is-portrait{
		display:block;
	}

	/* Wrappers  ======= */	
	.wrapper-padding{	
		padding: 0 40px;
	}
	.right-padding{
		right:40px;
	}
	.wrapper{
		width:686px;
	}
	
	/* Header  ======= */
	.active .modal-wrapper {
	  max-width: 32.5%;
	}
	.modal .shortcuts .slideFX{
		max-height:8000px;
		overflow-y:auto;
	}
	.ie9 .modal .shortcuts .slideFX{
		max-height:8000px;
		display:block;
	}
	.modal .shortcuts .has-submenu.icon-arrow_down:after{
		content: "";
		margin: 0;
		padding: 0;
		width: 0;
	}
	.logo strong{
		font-size:14px;
		line-height:14px;
	}
	.header .btn-menu {
	  display: inline-block;
	  height: 25px;
	  overflow: hidden;
	  width: 97px;
	}
	.languages {
	  border-right: 0 none;
	  margin-top: 0;
	  padding-right: 0;
	}
	.lang-dropdown{
		top:17px;
	}
	.main-visual .weather-widget{
		bottom:158px;
		right:-70px;
	}
	
	/* Intro text buttons  ======= */
	.main .has-topButton .main-intro{
		width:63%;
	}
	.main .rfp.button{
		top:135px;
	}
	.main .intro-downloads{
		width:34%;
	}
	
	/* Footer  ======= */
	.footer {
	  overflow: hidden;
	}
	.footer-separator{
		margin: 0 40px;
	}	
	.followus {
	  margin-bottom: 39px;
	  margin-top: 0;
	  padding: 17px 0 35px;
	}
	.followus-text.no-mobile {
	  display: none;
	}
	.followus-socialmedia {
	  margin-top: 26px;
	}
	.main-visual .video-embed {
	  height: 100%;
	  width: 100%;
	}
	.footer-separator {
	  margin: 0;
	}
	.footer-menu ul li {
	  margin-bottom: 5px;
	}
	.footer-address {
	  width: 45%;
	}
	.footer-info.wrapper-padding {
	  padding-bottom: 20px;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.is-desktop, .is-tablet, .is-landscape, .is-portrait, .no-mobile{
		display:none;
	}
	.is-mobile{
		display:block;
	}
	
	/* Wrappers  ======= */	
	.wrapper-padding{	
		padding: 0 12px;
		margin: 0 auto;
    	max-width: 320px;
	}
	.right-padding{
		right:5px;
	}
	.wrapper{
		width:300px;
	}
	
	/* Header  ======= */
	.logo.wrapper-padding{
		padding-left:0;
		margin:0 0 0 -5px;
	}
	.logo, .logo-wrapper{
		margin-top:0;
	}
	.logo .logo-wrapper {
	  padding: 0;
	}
	.logo-img {
	  height: 90px;
	  width: 90px;
	}
	.logo-wrapper:before{
		width:103px;
		height:47px;
		top:38px;
	}
	.logo strong{
		width:70px;
		margin-top:15px;
		font-size:13px;
		line-height:13px;
	}
	.phone-call {
	  border-right: none;
	  float: right;
	  font-size: 25px;
	  margin-right: 42px;
	  margin-top: 4px;
	  padding-right: 12px;
	}
	.languages-mobile {
	  height: 38px;
	  overflow: hidden;
	  display:block;
	  position: absolute;
	  right: 118px;
	  top: 0;
	  -webkit-transition:height 0.5s; 
	  -moz-transition:height 0.5s; 
	  transition:height 0.5s;
	}
	.languages{
		display:none;
	}
	.languages-mobile .active-item-lang a {
	  border-right: 1px solid #474747;
	  display: block;
	  width: 49px;
	}
	.languages-mobile.icon-arrow_down:before {
	  font-size: 8px;
	  left: 33px;
	  position: absolute;
	  top: 15px;
	}
	.languages-mobile a{
		letter-spacing:1px;
	}
	.languages-mobile.active {
	  height: 120px;
	}
	.share-widget-wrapper{
		display:none;
	}
	#modal .share-widget-wrapper {
	  display: block;
	  float: left;
	  position: relative;
	  top: auto;
	  height:75px;

	}
	.languages-mobile .active-item-lang {
	  padding: 12px 0 10px 10px;
	}
  .addthis-bottom-layer.sm-icons-wrapper.custom_images {
    position: absolute;
    right: 20px;
    top: 20px;
  }
	.languages-mobile .lang {
	  background: none repeat scroll 0 0 #000;
	  padding: 0 10px 10px;
	}
	.share-widget-wrapper {
	  width: 100%;
	}
	.share-widget {
	  left: 15px;
	  position: absolute;
	  top: 7px;
	  width: 100%;
	  z-index: 1;
	}
	 .addthis_toolbox.addthis_default_style a div a {
	  width: 48px !important; 
	  height: 36px !important;
	}
	#branding {
	  height: 90px;
	  width: 90px;
	}
	.header .navigation {
	  margin-right: 0;
	  margin-top: 6px;
	}
	.footer-separator{
		margin: 0 auto;
		max-width: 320px;
	}
	
	/* MODAL */
	.active .modal-wrapper{
		max-width:67%;
	}
	.modal-wrapper{
		padding:0 0 25px;
	}
	.modal-esc{
		top:5px;
		right:104%;
	}
	.icon-close:before{
		color:#fff;
	}
	.modal .shortcuts > li, .modal .sm-wrapper > div, .modal .languages{
		margin:0 25px 0 0;
	}
	.modal .shortcuts li > a, .modal .shortcuts > li.active-under .level2 a {
	  line-height: 41px;
	}
	.modal .shortcuts > li.has-submenu {
	  margin:-15px 25px -15px 0;
	}
	.modal-esc.icon-close {
	  right: 84%;
	}
	.modal-esc {
	  top: 10px;
	}
	.modal-esc.icon-close > span{
		display:none;
	}
	.modal .languages{
		float:left;
		padding-bottom:15px;
		border-bottom:1px solid;
	}
	.languages ul, .modal .languages li, .modal .languages .active-item, .modal .lang-dropdown{
		width:100%;
		padding:0;
		text-align:right;
	}
	.modal .languages .active-item, .modal .shortcuts .has-submenu > a{
		width:90%;
	}
	.modal .lang-dropdown{
		top:3px;
	}
	.modal .lang-dropdown li{
		margin:5px 0;
	}
	.shortcuts > li.has-submenu.icon-arrow_down:after{
		content:'\e814';
		position:absolute;
		top:32px;
		right:0;
	}
	.shortcuts > li.has-submenu.icon-arrow_down.open:after{
		content:'\e832';
	}
	.modal .menuLevel2{
		margin-bottom:15px;
	}
	.menu .shortcuts > li {
	  float: right;
	}
	/* follow us socialMedias */
	.followus{
		margin-top:30px;
	}
	.followus li{
		width:33px;
		height:33px;
		margin-right:18px;
	}
	.addthis-button.share-this {
	  display: none;
	}
	.followus .sm-icon:after{
		font-size:26px;
		left:-3px;
		top:8px;
	}
	.followus-title{
		margin-bottom:11px;
	}
	.share-widget-wrapper {
	  background: none;
	}
	.addthis-button.sm-icon:after {
	  color: #e0ba74;
	}
	.modal .sm-icon {
	  margin-bottom: 15px;
	}
	.modal .sm-icon {
	  left: 16px;
	  margin: 10px 0 15px;
	}
	.shareUs-mobile {
	  border-top: 1px solid #ebebeb;
	  color: #e0ba74;
	  display: block;
	  float: right;
	  margin: 0 25px -5px 0;
	  padding-top: 12px;
	  text-align: right;
	  text-transform: uppercase;
	  width: 80%;
	}

	/* Intro text buttons  ======= */
	.main .has-topButton .main-intro{
		width:100%;
		margin-bottom:5px;
	}
	.main .rfp.button, .main .intro-downloads{
		position:relative;
		top:auto;
		width:auto;
		max-width:90%;
		margin:8px 0 20px;
		display:block;
	}
	.main .intro-downloads{
		width:100%;
		max-width:100%;
	}
	.main .intro-downloads .icon-download:before{
		margin-left:25px;
	}

	/* Footer  ======= */
	.footer-separator{
		margin: 0 auto;
		max-width: 320px;
	}
	.footer-left{
		display: table-header-group;
	}
	.footer-right{
		display: table-footer-group;	
	}
	.footer-right .footer-copyright{
		margin-top: 12px;
	}
	.address-details,
	.footer-communication-type {
  	 	line-height: 28px;
	}
	.footer-menu .shortcuts > li{
		margin:3px 0;
	}
	.chatswood  .footer-menu .shortcuts li.advantageplus  {
		border-left: medium none;
		border-right: 1px solid;
	}
	.chatswood  .footer-menu .shortcuts li.accorhotels  {
		border-left: medium none;
	}
	.footer-menu a {
    	line-height: 28px;
    }
	.footer-bar.wrapper-padding {
	    margin: 0 auto;
	    padding: 0;
	    width: 220px;
	}
	#footer-bottom ul li{
		margin-right: 2px;
		margin-top: 15px;
		box-sizing: border-box;
	}
	.footer-row{
		margin-bottom:0;
	}
	
	.booking-footer.is-mobile{
		display: table;
	}
	.followus {
	  margin: 15px auto 30px;
	}
	.followus .followus-title {
	  font-size: 1.7em;
	  letter-spacing: 4px;
	   margin-bottom: 20px;
	}
	
	.followus-title .bar {
	  margin: 11px 35px;
	  position: absolute;
	  top: 25px;
	}

	.followus li, .followus li.last {
	  margin: 0 6px;
	}
	.footer-bar.wrapper-padding {
	  width: 280px;
	}
	.footer-menu {
	  margin: 10px 0 5px;
	}
	.footer-separator {
	  max-width: 300px;
	   border-bottom: 1px solid #464646;
	}
	.address-details, .footer-communication-type {
	  line-height: 16px;
	  color:#ccc;
	}
	.footer-info.wrapper-padding {
	  padding-bottom: 0;
	}
	.footer-details {
	  margin: 13px 0 12px;
	}
	.footer-right .footer-copyright {
	  color: #8c8c8c;
	  font-size: 11px;
	  margin: 15px 10px 10px 0;
	}
	.footer-details {
	  display: block;
	  margin: 13px auto 14px;
	  width:300px;
	}
	.booking-footer .booking-cell a {
	  background: none repeat scroll 0 0 #002f5f;
	  box-shadow: 0 0 15px #000;
	  color: #fff;
	  display: block;
	  font-size: 22px;
	  padding: 4px 0;
	  width: 100%;
	}
	.booking-footer {
	  height: auto;
	}
	.booking-footer .booking-button {
	  background:none;
	}
	.footer {
	  padding-bottom: 40px;
	}
	.footer-menu .shortcuts > li.leclub, .footer-menu .shortcuts > li.Careers, .footer-menu .shortcuts > li.about {
	  border-left: medium none;
	}

	.fancybox-wrap .fancybox-title-float-wrap .child{
		white-space: normal;
		margin-right: 0;
	}	

	.partner-logo.sebel a {
		display: inline-block;
		height: 40px;
		margin-left: 13px;
		margin-right: 27px;
		width: 107px;
	}
		.partner-image.sebel {
			height: auto;
			width: 100%;
		}
    .modal .shortcuts > li.active-under .level2.rfp a {
    padding-top: 0;
  }
  .main-visual .slideshow-caption .mainSliderControls {
    top: -40px;
  }
  #footer-bottom ul li {
	width: 145px;
	}
	
	#footer-bottom .partner-logo.sebel{
		width:120px!important;
	}
	
	#footer-bottom .partner-logo.accor{
		width: 165px;
	}

	.mail1 {
    	float: left;
    	padding-left: 0;
    	margin-left: 0;
    	border: 0;
    	clear: both;
	}

	.phone{
		float: left;
	}
}

/**-- This Query for mobile landscape only --**/
@media (min-width: 479px) and (max-width: 767px) {
	.mobile .modal-esc.icon-close {
		right: 75%;
	}
}

@media (min-width: 1600px) {
	.navigation .shortcuts > li {
	  margin-left: 45px;
	}
	#branding {
	  margin-left: 50px;
	}
}	

/***************  templates/main/css/template.multipurpose.css  ***************/
/* Breadcrumb  ======= */
p.breadcrumb {
  color: #1d3b6d;
  margin: 13px 0 0;
 }
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.breadcrumb a, .breadcrumb-sep{
		color:#95a2b3;
	}
	.breadcrumb-sep{
		padding:0 5px;
	}
.main p {
  line-height: 1.7;
}
.main h1 {
    margin: 20px 0 0;
  }
/* Main  ======= */
.main-intro{
	margin-bottom:45px;
}
.readmore-wrapper-slider .readmore-links {
  margin-bottom: 15px;
  }
.main .respwidget, .blockCollection, .content-blocks-wrapper, .main-info{
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
}
#page_about .main-info{
min-height:60px;
}
.left-side, .right-side{
	position:relative;
	display:inline-block;
	vertical-align:top;
	clear:both;
}
/* Left Side  ======= */
.left-side{
	/*width:300px;*/
	width:100%;
	font-family: "frutiger-light",sans-serif;
	clear:both;
}
.img-wrapper{
	width:300px;
	float:left;
}
.content-wrapper{
	float:right;
	width:636px;
}.item-bottom-bar
.item-image{
	position:relative;
	display:block;
	margin-bottom:10px;
	z-index:10;
}
a.video-link{
	width:100%;
	height:47px;
	line-height:47px;
	margin:5px 0 10px;
	display:block;
	background:#f4f5f7;
}
	.video-link:before{
		font-size:25px;
		padding:0 11px 0 15px;
		vertical-align:middle;
	}
	a.video-link:hover, .type_downloadList:hover, .type_downloadList:hover a, .type_accordionBlock .accordionTitle:hover, .type_accordionBlock.expanded .accordionTitle{
		background-color:#e0b974;
		color:#fff;
	}
.sm-share .label{
	width:100%;
	margin:10px 0 8px;
}
.sm-share li{
	position:relative;
	display:inline-block;
	height:52px;
	margin-right:8px;
}
.sm-share .sm-icon:after{
	font-size:24px;
	left:-5px;
	top:7px;
	color:#fff;
}
.sm-share .sm-icon{
	width:30px;
	height:30px;
	background-color:#94a1b3;
	border-radius:15%;
	text-align:center;
}
.sm-share .sm-icon:hover{
	background-color:#1d3b6e;
}

/* Right Side  ======= */
.right-side{
	width:65.5%;
	float:right;
}
.text-container{
	margin:0.9em 0 1.2em;
	line-height:1.6;
}
.info-box, .type_downloadList{
	margin:30px 0 20px;
	padding:20px 50px 20px 20px;
	background:#f4f5f7;

}
 .type_accordionBlock .accordionTitle{
	margin:30px 0 20px;
	padding:20px 50px 20px 20px;
	background:#faf9f7;
	-webkit-transition: all 0.5s ; 
	-moz-transition: all 0.5s ; 
     transition: all 0.5s ;
	}
.right-side .contentBlock.type_accordionBlock.collapsed .accordionTitle{
	color:#e0b974;
	font-size: 17px;
	padding: 9px 24px 9px 27px;
	width: 96%;
	}
.type_accordionBlock ul{
	color:#aeaeae;
	font-style:italic;
	}
.right-side .contentBlock.type_accordionBlock.expanded .accordionTitle{
	color:#fff;
	background:#e0b974;
	font-size: 17px;
	padding: 9px 24px 9px 27px;
	width:96%;
	
	}
.right-side .contentBlock.type_accordionBlock.expanded .accordionContent{
	font-style:normal;
	
}
.right-side .contentBlock.type_accordionBlock.collapsed .accordionTitle:hover{
	background:#e0b974;
	color:#fff;
}
	.info-box h5{
		margin-bottom:10px;
		color:#95a2b3;
		font-size:17px;
		text-transform:none;
		vertical-align:middle;
	}
	.info-box h5:before{
		width:33px;
		font-size:25px;
		vertical-align:middle;
		text-align:left;
	}
	.info-box .text{
		margin-bottom:14px;
		font-style:italic;
	}
.type_downloadList, .type_accordionBlock .accordionTitle{
	padding:15px 20px;
	text-transform:uppercase;
	
}

	
	.type_downloadList h3:before{
		content: '\e82e';
		font-size:23px;
	}
	.type_downloadList:hover h3{
		color:#fff;
	}
.type_downloadList h3:before, .type_accordionBlock h3:after{
		width:27px;
		vertical-align:middle;
		text-align:left;
		margin-left:10px;
		font-family: "sprite-icons-font";
		display:inline-block;
}	
.type_downloadList h3, .type_downloadList a, .type_accordionBlock h3.accordionTitle{
	color:#94a1b3;
	font-size:14px;
	margin:20px 0;
}

	.type_downloadList h3{
		margin:0;
	}
	.type_accordionBlock h3:after{
		content: '\e820';
		float:right;
		vertical-align:top;
		font-size:8px;
		margin:6px 0 0;
	}
	.type_accordionBlock.expanded h3:after{
		content: '\e81e';
	}
	.accordionContent{
		font-style:italic;
	}
/* MainVisual  ======= */
.main-visual {
  margin-top: 0;
  padding-top: 25.75%;
}

/* Breadcrumb  ======= */
.breadcrumb {
  color: #000;
  font-size: 17px;
  margin: 10px 0 12px;
  padding-left: 0;
  text-transform: none;
  width: 970px;
  z-index: 1;
}
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.breadcrumb a, .breadcrumb-sep{
		color:#000;
		text-transform:none;
	}
	.breadcrumb-sep {
	  font-size: 15px;
	  margin-left: -4px;
	  margin-right: 0;
	  padding: 0;
	}
	.breadcrumb .subpage {
	  color: #e0ba74;
	}
	
/* Main  ======= */

.main-intro {
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
#page_about .main-intro{
	display:none;
}
#page_about .main h1{
	text-align:left;
	margin-top:0;
}
.main .respwidget {
  height: auto;
  min-height: 100px;
  padding-top: 28px;
  position: relative;
  width: 100%;
}
.wrapper {
  padding-left: 87px;
  width: 970px;
}
.readmore-wrapper-slider .readmore-links {
  text-align: center;
}

.item-subheader {
	  font-size: 1.9em;
	  line-height: 0.8;
	}
/* Intro text buttons ======= */
.has-topButton .main-intro{
	width:74%;
	margin-bottom:30px;
	display:inline-block;
}
.rfp.button{
	position:absolute;
	top:127px;
	right:0;
	max-width:25%;
	padding:0 20px;
}
.has-topButton .readmore-links{
	margin-right:15px;
}
.blue.button{
	background:#1d3a6c;
}
.blue.button:hover{
	background:#95a2b2;
}
.intro-downloads{
	position:absolute;
	top:100px;
	right:0;
	width:25%;
}
.downloads-list li{
	width:100%;
	height:47px;
	line-height:47px;
	display:block;
	background:#f4f5f7;
}
.downloads-list{
	display:block;
	width:100%;
	text-transform:uppercase;
	
}
.intro-downloads .icon-download:before{
	width:27px;
	font-size:23px;
	vertical-align:middle;
	text-align:left;
	margin-left:15px;
}

#booking-mask-wrapper.fixed-bk {
  top: 31px;
  box-shadow: 0 0 5px #000;
}
#booking-mask-wrapper.fixed-bk.top .wrapper-max {
  background:#fff;
  height: 31px;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
}
#booking-mask-wrapper.fixed-bk.open .wrapper-max {
  background:none;
  overflow: visible;
  box-shadow: 0 0 0 #000;
}
.booking-content {
  top: 0;
}
.breadcrumb-topbar,#booking-mask-wrapper.fixed-bk.open .wrapper-max .breadcrumb-topbar{
	display:none;
}
#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
  display: block;
  margin: 0 auto;
  width: 970px;
}
.breadcrumb-topbar .breadcrumb {
  padding-left: 35px;
    margin: 5px 0 0;
}
/* Content =====*/

.main h1 {
  color: #000;
  font-family:"garamond-bold";
  font-size: 35px;
  text-align: center;
}
/* Share This ========*/
.sm-icon.foursquare.brand-color div a,.at_PinItButton {
  background: none!important;
}
.sm-icon.email.brand-color:before {
  content: '\e830';
  font-size: 25px;
  left: 7px;
  position: absolute;
  top: 12px;
}
.item-bottom-bar .sm-share .sm-icon:after {
  color: #dfb974;
  font-size: 24px;
  left: -5px;
  top: 7px;
}
.item-bottom-bar .sm-share .sm-icon {
  border: 1px solid #dfb974;
  color: #dfb974;
  background:none;
  border-radius:0;
  height: 42px;
  text-align: center;
  width: 42px;
  -webkit-transition: all 0.5s ; 
  -moz-transition: all 0.5s ; 
  transition: all 0.5s ;
}
.item-bottom-bar .sm-share .sm-icon:after {
  color: #dfb974;
  font-size: 40px;
  left: 0;
  top: 12px;
}
.item-bottom-bar .sm-share .sm-icon.share-this:after {
  font-size: 25px;
  display:none;
}
.item-bottom-bar .sm-share .sm-icon.share-this {
  display:none;
}
.item-bottom-bar .sm-share .sm-icon:hover {
  border: 1px solid #1d3b6e; 
  background:#1d3b6e;
}
.item-bottom-bar {
  border-bottom: 1px solid #e0ba74;
  border-top: 1px solid #e0ba74;
  box-shadow:0 0 10px -5px #000;
  height: 65px;
  margin: 30px 0 20px;
  padding-top: 22px;
  text-align: center;
  width: 100%;
}
.item-bottom-bar .sm-share .label,.none-mobile a.brand-color {
  clear: none;
  color: #000;
  float: none;
  font-size: 13px;
  height: auto;
  letter-spacing: 3px;
  font-family:"frutiger-light",sans-serif;
  margin: 0 4px 0 0;
  padding-right: 5px;
  text-transform: uppercase;
  top: auto;
  width: auto;
}
.sm-icon.brand-color.none-mobile {
  background:#dfb974;
  color: #fff;
  line-height:1.35;
  font-size: 28px;
}
.none-mobile .brand-color {
  color: #fff;
}
.sebel-icon-photo:before {
  margin-left: 1px;
}
.link-icon .label {
  padding-left: 15px;
}
.link-icon  {
  margin-left:40px;
}
.share.label.mobile-only {
  display: none;
}

/* LANDSCAPE TABLET to Desktop */	
@media (min-width: 1024px) and (max-width: 1199px) { 
	.right-side{
		width:100%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.main-visual {
	  margin-top: 0;
	  padding-top: 31.4%;
	}
	.wrapper {
	  padding-left: 124px;
	  width: 796px;
	}
	.breadcrumb {
	  margin: 13px 0 12px;
	  padding-left: 0;
	  width: auto;
	}
	#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
	  width: 760px;
	}
	.button-wrapper {
	  top: 37px;
	}
	.main h1 {
	  line-height: 1;
	  margin-top: 22px;
	}
	.main .respwidget {
	  height: auto;
	  min-height: 100px;
	  padding-top: 14px;
	  position: relative;
	}
	.followus.wrapper {
	  padding: 20px 0 15px;
	}
	.readmore-wrapper-slider .readmore-links {
	  padding-bottom: 15px;
	  padding-top: 2px;
	}
	.content-wrapper {
  	  width: 462px;
	}
	.link-icon {
	  margin-left: 15px;
	}
	
}

/* PORTRAIT TABLET to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {
	.right-side{
		width:100%;
	}
	.info-box{
		padding:20px;
	}
		.main-visual {
	  padding-top: 41.9%;
	}
	#booking-mask-wrapper.fixed-bk {
	  top: 40px;
	}
	.button-wrapper {
	  top: 22px;
	}
	.wrapper {
	  width: 680px;
	  padding-left:0;
	}
	.breadcrumb {
	  margin: 15px 0 20px;
	  padding-left: 69px;
	  width: 600px;
	}
	.main h1 {
	  line-height: 1;
	  margin: 25px 0 4px;
	}
	.main .respwidget {
	  padding-top: 0;
	}
	.followus {
	  margin: 35px auto 39px;
	}
	.breadcrumb-topbar .breadcrumb {
	  font-size: 12px;
	  margin: 5px 0 0;
	  padding-left: 112px;
	}
	.breadcrumb-sep {
	  font-size: 10px;
	  margin-left: 0;
	  margin-right: 0;
	  padding: 0;
	}
	.readmore-wrapper-slider .readmore-links {
	  padding-bottom: 15px;
	  padding-top: 10px;
	}
	.content-wrapper {
  	  width: 346px;
	}
	.item-bottom-bar .sm-share .sm-icon.share-this,
	.item-bottom-bar .sm-share .link-icon .sm-icon{
	  display:inline-block;
	}
	.item-bottom-bar .sm-share .sm-icon.share-this {
	  background:#dfb974;
	}
	.item-bottom-bar .sm-share .sm-icon {
	  display:none;
	}
	.item-bottom-bar .sm-share .sm-icon.share-this:after {
	  background:#fff;
	  border-radius: 100%;
	  display: block;
	  font-size: 20px;
	  height: 32px;
	  left: 4px;
	  line-height: 1.5;
	  top: 4px;
	  width: 32px;
	}
	.link-icon {
	  margin-left: 20px;
	}
}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.left-side{
		margin-bottom:10px;
	}
	.right-side{
		width:100%;
	}
	.info-box{
		padding:0 15px 0;
	}
	.info-box.open{
		padding-bottom:15px;
	}
	.info-box-header{
		line-height:48px;
		min-height:48px;
		color:#94a1b3;
		
		font-size:17px;
	}
	.info-box-header:after{
		content: '\e814';
		font-family: "sprite-icons-font";
		vertical-align: middle;
		font-size:14px;
		float:right;
	}
	.info-box-header.open:after{
		content: '\e832';
	}
	.info-box h5.info-box-header{
		margin-bottom:0;
		font-size:14px;
	}	
	.info-box-content{
		position:relative;
	}
	.info-box-content.slideDownFX{
		max-height:500px;
	}
	.type_downloadList h3:before {
		margin-left:15px;
		width:23px;
	}
	.left-side .sm-share > span{
		display:inline-block;
		float:left;
	}
	.left-side .share.label{
		width:auto;
		padding-left:11px;
		font-size:12px;
	}
	.main-visual {
	  padding-top: 1%;
	}
	#booking-mask-wrapper.fixed-bk {
	  display: block;
	  top: 34px;
	}
	#booking-mask-wrapper .booking-content {
	  display: none;
	}
	#booking-mask-wrapper.fixed-bk.top .wrapper-max {
	  background:#fff;
	  box-shadow: 0 0 0 #000;
	  overflow: visible;
	}
	#booking-mask-wrapper.fixed-bk .wrapper-max .breadcrumb-topbar {
	  width: 300px;
	}
	.breadcrumb-topbar .breadcrumb {
	  padding-left: 88px;
	}
	.breadcrumb {
	  font-size: 11px;
	  width:70%;
	}
	.breadcrumb-sep {
	  font-size: 8px;
	  margin: 0;
	  padding: 0;
	}
	.wrapper {
	  padding: 100px 0 0;
	  width: 100%;
	}
	.main h1 {
	  font-size: 25px;
	}
	.followus .followus-title {
	  display: inline-block;
	  padding: 0 35px;
	  position: relative;
	}
	.followus-title .bar {
	  margin: 13px 0;
	  position: absolute;
	  top: 0;
	}
	.followus-title .bar.left {
	  left: 0;
	}
	.followus-title .bar.right {
	  right: 0;
	}
	.followus.wrapper {
	  margin-top: 30px;
	  padding: 0 0 20px;
	}
	.followus .followus-content {
	  padding-top: 15px;
	}
	.breadcrumb-topbar .breadcrumb {
	  line-height: 2.5;
	  padding-left:25%;
	}
	.breadcrumb {
	color: #000;
	margin: 6px 0 12px;
	position: fixed;
	background: #fff;
	z-index: 110;
	top: 34px;
	left: 0;
	padding-left: 30%;
	}
	.main-info {
	  width: 100%;
	}
	.main .main-intro {
	  display: block;
	}
	.main .main-intro .readmore-wrapper-slider.custom-key {
		display:none;
	}
	.followus.wrapper {
	  margin-bottom: 15px;
	  padding: 0 0 20px;
	}
	.followus .followus-content {
	  margin:0 auto;
	}
	.img-wrapper {
	  margin: 0 auto;
	  position: relative;
	  width: 300px;
	  float:none;
	}
	.content-wrapper {
	  float: none;
	  margin: 0 auto;
	  position: relative;
	  width: 300px;
	}
	.right-side {
	  float: none;
	  margin: 0 auto;
	  position: relative;
	  width: 92%;
	}
	.main h1{
		font-size:26px;
		margin-top:0;
		 text-align: center;
	}
	.right-side .contentBlock.type_accordionBlock.expanded .accordionTitle {
	  background:#deb877;
	 color:#fff;
	 padding: 10px 0 8px 9px;
	  width: 106%;
	}
	.right-side .contentBlock.type_accordionBlock.collapsed .accordionTitle {
	  background: #faf9f7;
	  color: #deb877;
	  padding: 10px 0 8px 9px;
	  width: 106%;
	}
	.blockCollection, .content-blocks-wrapper {
	  margin: 0 auto;
	  position: relative;
	  width: 97%;
	}
	.main .text li {
	  padding: 5px 0 3px 15px;
	 }
	 .main-info{
	 display:none;
	 min-height:0;
	 }
	 .main .main-intro {
	  margin-bottom: 15px;
	}
	.img-wrapper .video-link{
		 display:none;
	}
	#page_about .main h1 {
	  margin: 0 auto 16px;
	   text-align: center;
	 
	}
	.readmore-wrapper-slider .readmore-links{
		text-align:right;
	}
	.item-bottom-bar .sm-share .label {
	  display: none;
	}
	.item-bottom-bar .sm-share .sm-icon {
	  display: none;
	}
	.item-bottom-bar .sm-icon.share-this.mobile-only {
	  background:#dfb974;
	  display: inline-block;
	  left: auto;
	  margin: 0 auto 0 30%;
	  position: relative;
	  text-align: center;
	  top: auto;
	}
	.item-bottom-bar .sm-share .label.mobile-only {
	  display: inline-block;
	  float: none;
	  font-size: 15px;
	  line-height: 3;
	  padding-left: 10px;
	}
	.item-bottom-bar .sm-share .sm-icon.share-this:after {
	  background: #fff;
	  border-radius: 100%;
	  color: #dfb974;
	  display: block;
	  font-size: 18px;
	  height: 30px;
	  left: 5px;
	  top:5px;
	  width: 30px;
	}
	.item-bottom-bar .sm-share .label {
	  clear: none;
	  color: #000;
	  float: none;
	  font-size: 13px;
	  height: auto;
	  letter-spacing: 3px;
	  margin: 0 4px 0 0;
	  padding-right: 5px;
	  text-transform: uppercase;
	  top: auto;
	  width: auto;
	}
	.sm-share.addthis_toolbox{
	  height: 20px;
	  position: relative;
	  width: 100%;
	}
	.item-bottom-bar .sm-icon.share-this.mobile-only {
	  background: none repeat scroll 0 0 #dfb974;
	  display: inline-block;
	  left: auto;
	  margin: 0 auto 0 15%;
	  position: relative;
	  text-align: center;
	  top: auto;
	}
	p.breadcrumb {
	 padding-top:9px;
	 min-height:18px;
	 margin:0;
  }
  .sm-share li.link-icon{
	display:none;
  }
}