
/***************  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;
	}
	.mandurah .menu .shortcuts li.more,
	.brisbane .menu .shortcuts li.more,
	.margatebeach .menu .shortcuts li.more {
	  display: inline-block;
	}
	.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;
	}

	.brisbane .navigation .has-submenu .weddings,
	.margatebeach .navigation .has-submenu .weddings,
	.brisbane  .navigation .has-submenu .attractions,
	.margatebeach  .navigation .has-submenu .attractions,
	.margatebeach  .navigation .has-submenu .gallery{
		 display: none;
	}
	.mandurah .menu .shortcuts .level1.gallery,
	.mandurah .menu .shortcuts .level1.directions,
	.mandurah .menu .shortcuts .level1.contact,
	.mandurah .menu .shortcuts .level1.blog,
	.brisbane .menu .shortcuts .level1.directions,
	.margatebeach .menu .shortcuts .level1.directions,
	.brisbane .menu .shortcuts .level1.contact,
	.margatebeach .menu .shortcuts .level1.contact{
		 display: none;
	}
	
}
@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;
	}
	.mandurah .menu .shortcuts .level1.home,
	.brisbane .menu .shortcuts .level1.home,
	.margatebeach .menu .shortcuts .level1.home{
		display:none;
	}
	
}

/* 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 .shortcuts > li.has-submenu.open{
	  margin-bottom: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%;
	}
	.modal .sm-icon.instagram::after{
		background-size:25px;
		top:4px!important;
		background-position:0px 5px;
		background-image: url(/templates/main/images/instam.png);
	}
	.modal .sm-icon.tripadvisor::after{
		top:3px;
	}

	/* 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;
	}
	.mandurah .main .rfp.button, .main .intro-downloads {
		max-width: 60%;
		float: none;
		margin: 8px auto 20px;
	}
	.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;
	}
	.sm-icon.instagram::after{
		top: -1px !important;
		background-position:0px 5px;
	}
	.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,.booking-footer .booking-cell span {
	  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 .booking-cell span:after {
	  content:'\e820';
	  font-family:"sprite-icons-font";
	  vertical-align:middle;
	  font-size:7px;
	  margin-left:50px
	}
	.booking-footer .booking-cell span.open:after {
	  content:'\e81e';
	}
	ul.booking-dropdown{
		 background: none repeat scroll 0 0 #002f5f;
		 display:none;
	}
	.booking-footer ul.booking-dropdown li a{
		  box-shadow: none!important;
		  font-size:19px;
	}
	ul.booking-dropdown.open{
		 display:block;
	}
	.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;
	}
	.docklands #footer-bottom ul li {
		margin-top: 39px;
	}
	.docklands #footer-bottom .partner-logo.sebellogo {
		width: 69px !important;
		height: 66px !important;
	}
	.docklands #footer-bottom .partner-image.sebellogo {
		height: auto;
		width: 100%;
	}
	.docklands #footer-bottom .partner-logo.sebel a {
		display: inline-block;
		height: 40px;
		margin-left: 13px;
		margin-right: 27px;
		width: 107px;
	}
	.docklands #footer-bottom ul li.partner-logo.sebellogo {
		margin-right: 27px;
		margin-top: 15px;
	}
		
	#footer-bottom .partner-logo.accor{
		width: 165px;
	}

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

	.phone{
		float: left;
	}
	.sebeldocklandsredesign-logos.logo-img {
    width: 180px;
    height: 103px;
		background-size: 100% auto;
	}
	
	/*404*/
	.main-info .notfound-btn{
		margin:0 0 10px 0;
	}
	
	iframe#videoPlayerMeetings{
		width: 300px;
		height: 169px;
	}
	
	
	/*popupX*/
	.popupX{
	    display: block;
		width: 236px;
	}
	.popupXimage {
		height: 150px;
	}
	
	.bookatablepopup {
		width: 76%;
	}
	.booking-footer .booking-button.footerbookatable{
		/* background: #000000; */
		width: 50%;
	}	
	 
	
	
}

/**-- 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;
	}
	.mandurah .navigation .shortcuts > li {
	  margin-left: 20px;
	}
	#branding {
	  margin-left: 50px;
	}
}	

/***************  templates/main/css/template.subpage.css  ***************/
/* MainVisual  ======= */
.main-visual {
  margin-top: 0;
  padding-top: 25.75%;
}

/* Breadcrumb  ======= */
.breadcrumb {
  color: #19325d;
  font-size: 17px;
  margin: 10px 0 12px;
  padding-left: 0;
  text-transform: none;
  width: 970px;
  z-index: 1;
}
.breadcrumb-main{
	min-height: 35px;
}
	.breadcrumb-item{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		cursor: pointer;
	}
	.breadcrumb a, .breadcrumb-sep{
		color:#19325d;
		text-transform:none;
	}
	.breadcrumb-item.active{ 
		cursor: text;
	}
	.breadcrumb-sep {
	  font-size: 15px;
	  margin-left: -4px;
	  margin-right: 0;
	  padding: 0;
	}
	/*
	.breadcrumb .subpage {
	  color: #e0ba74;
	}
	*/
	.breadcrumb-item.active{
		 color: #19325d;
	}
	
/* Main  ======= */

.main-intro {
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
.main .respwidget {
  height: auto;
  min-height: 100px;
  padding-top: 28px;
  position: relative;
  width: 100%;
}
.wrapper, .bottomAdvice {
  padding-left: 87px;
  width: 970px;
}
.readmore-wrapper-slider .readmore-links {
  text-align: center;
}

/* Intro text buttons ======= */
.has-topButton .main-intro{
	width:85%;
}
.rfp.button{
	position:absolute;
	top:10px;
	right:0;
	max-width:25%;
	padding:0 10px;
}
#page_weddings .main-title {
	margin-top: 62px;
}
.conference--wrapper{
	display:none;
}
.has-conferenceButton .rfp.button{
	position:relative;
	top:auto;
	right:auto;
	max-width:100%;
}

.has-conferenceButton .conference--wrapper{
	display:inline-block;
}
.main.has-conferenceButton .con-rfp-button-wrapper{
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0 10px;
	display: block;
}
#page_weddings .main.has-conferenceButton .con-rfp-button-wrapper {
	top: 58px;
}
.has-conferenceButton .rfp-wrapper{
  float:right;
  margin-left: 10px;
}
.has-conferenceButton .conference--wrapper{
   float:right;
}
.has-not-conferenceButton{
	
}


.has-topButton .readmore-links{
	margin-right:15px;
}
.black.button{
	background:#000;
}
.black.button:hover{
	background:#95a2b2;
}
.intro-downloads{
	position:absolute;
	top:0;
	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.top .wrapper-max::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(26, 28, 23, 0) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 9999;
}


#booking-mask-wrapper.fixed-bk {
  top: 31px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
#booking-mask-wrapper.fixed-bk.top .wrapper-max {
  background:#ddd;
  height: 31px;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
}
#booking-mask-wrapper.fixed-bk.open .wrapper-max {
  background:#ddd;
  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: #19325d;
  font-family:"garamond-bold";
  font-size: 33px;
  text-align: center;
}
/*
#page_meetings-overview .main h1 {
  max-width: 44%;
  margin: 0 auto;
}
*/
/* 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;
}
.sm-icon.email:after {
	content: '';
}

.item-bottom-bar .sm-share .sm-icon.share-this::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #dfb974;
    display: block;
    font-size: 18px;
    height: 30px;
    left: 5px;
    top: 5px;
    width: 30px;
}
.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;
}
.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-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;
}
.item-bottom-bar-wrapper {
	position:relative;
}
.bottom .sm-share li {
  display: inline-block;
  height: 52px;
  margin-right: 8px;
  position: relative;
}
.bottom.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;
  padding-top: 22px;
  text-align: center;
  width: 100%;
}
#page_sitemap .main-info {
  width: 100%;
}
ul.sitemap li.data-section > span {
  text-transform: capitalize;
}
.sitemap a:hover {
  color: #e0ba74;
  text-decoration: underline;
}

/* === RFP ===*/
div.rfp-wrapper{
    display: block;
    position: static;
}
.rfp-wrapper .editableLinkIcon{
	position: absolute;
	right: 0;
	top: 44px;
}

/* Dining detail page accordign styles*/
.acco-block-wrp .acco-itm .accordionTitle {
	color: #e0b974;
	background: #e3e3e3;
	font-size: 17px;
	padding: 9px 24px 9px 27px;
	width: 96%;
	margin: 20px 0;
	cursor: pointer;
	position: relative;
}
.acco-block-wrp .acco-itm .accordionTitle:after{
	width: 27px;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
	font-family: "sprite-icons-font";
	display: inline-block;
}
.acco-block-wrp .acco-itm .accordionTitle:after {
	content: '\e820';
	float: right;
	vertical-align: top;
	font-size: 8px;
	margin: 6px 8px 0 0;
}
.acco-block-wrp .acco-itm .expanded.accordionTitle:after {
	content: '\e81e';
}
.acco-block-wrp .acco-itm .expanded.accordionTitle {
	color: #fff;
	background: #e0b974;
}
.acco-block-wrp .acco-itm .acco-itm-cnt {
	line-height: 25px;
	display: none;
}
.acco-block-wrp .acco-itm .acco-itm-cnt.contact-detail {
	line-height: 35px;
}
#page_404 .breadcrumb-item.details-page{
	display:none;
}
#page_sitemap .sitemap-wrapper li{
	margin:10px 0 10px;
}
#page_sitemap .sitemap-wrapper .menuLevel2.slideFX{
	max-height:none;
	margin-left:20px;
}

.vimeo-video-wrapper{
	width: 100%;
	text-align: center;
	margin: 25px auto 0;
}


#page_weddings.margatebeach .conference--wrapper.video-btn{
	margin-right: 10px;
}

#page_weddings.margatebeach .conference--wrapper .button{
	font-size: 13px;
}


/* === LocalUsers Module ===*/
#page_privateAreaLogin .main-info{
	width:100%;
}
#mod_localUsers {
	position:relative;
	float:left;
	width:100%;
	min-height:65px;
	display:block;
}
#mod_localUsers .flexibleForm{
	width:95%;
	padding:45px 0 45px 45px;
	margin:50px auto;
	background-color:#ededed;
	display:table;
}
#mod_localUsers.login .flexibleForm{
	width:72%;
}
#mod_localUsers.login h3, #mod_localUsers.signup h3, #mod_localUsers.login .taskContent > p, #mod_localUsers.login .taskContent > .textSwitchHolder, #mod_localUsers .taskContent > p, #mod_localUsers .flexibleForm .newPassword .fieldLabel, #mod_localUsers.accountRequired .taskMenu, #mod_localUsers.signUp h3, #mod_localUsers.signUp .taskMenu{
	display:none;
}
#mod_localUsers .taskMenu{
	position:absolute;
	bottom:0;
	left:0;
}
#mod_localUsers .taskContent{
	position:relative;
	float:left;
	margin:15px 0;
}
#mod_localUsers .flexibleForm .fieldLabel, #mod_localUsers .fieldBlock.newPassword .flexFormBlockLabel {
  color: #000;
  font-family: 'Istok Web', sans-serif;
  
  font-size: 14px;
  margin: 0 0 8px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#mod_localUsers .flexibleForm .fieldBlock.invalid .fieldLabel {
  color: #ff2020;
}
#mod_localUsers .flexibleForm  .fieldBlock, #mod_localUsers .flexibleForm  .flexFormInputSubBlock{
	width:270px;
	float:left;
	position:relative;
	margin:0 37px 30px 0;
}
#mod_localUsers.login .flexibleForm .fieldBlock{
	width:310px;
}
#mod_localUsers .fieldBlock.newPassword{
	width:615px;
	margin-right:0;
}
#mod_localUsers .fieldBlock.newPassword input{
	width:270px;
	float:left;
}
#mod_localUsers .flexibleForm   input.fieldInput, #mod_localUsers .fieldBlock.newPassword input{
	background-color: #fff !important;
	background: #fff !important;
	border: medium none;
	border-radius: 0;
	color: #888e98;
	height: 30px;
	padding: 3px 3%;
	width: 94%;
}
#mod_localUsers form.flexibleForm button.submit{	
	background: none repeat scroll 0 0 #000;
	border: medium none;
	color: #fff;
	float: right;
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	margin-right: 42px;
	min-width: 215px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	cursor:pointer;
}
#mod_localUsers.signUp form.flexibleForm button.submit{
	min-width: 184px;
	margin:29px 36px 0 0;
	margin-left:0;
}
#mod_localUsers.lostPassword form.flexibleForm button.submit{
	margin-top:30px;
}
#mod_localUsers form.flexibleForm button:hover{
	background:#95a2b3;
}
#mod_localUsers .flexibleForm select.fieldInput{
	width:100%;
	height:36px;
	border-radius: 0;
	border-style: none;
	text-indent: 2px;
	border: 0;
	background: #fff;
	color:#888e98;
}
#mod_localUsers .flexibleForm input.fieldInput, #mod_localUsers .flexibleForm textarea.fieldInput,
#mod_localUsers .flexibleForm select.fieldInput{
	-webkit-appearance: none;
}
#mod_localUsers .flexibleForm .type_selectInPageEditable:before,
#mod_localUsers .flexibleForm .type_selectCountry:before{
    bottom: 0px;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0px;
}
#mod_localUsers .flexibleForm .type_selectInPageEditable:before,
#mod_localUsers .flexibleForm .type_selectCountry:before {
    height: 23px;
    width: 30px;
	padding:13px 0 0;
	content: '\e820';
	background:#fff;
	z-index: 1;
	color:#000;
	font-family:"sprite-icons-font";
}
#mod_localUsers .flexibleForm .type_selectInPageEditable:before,
#mod_localUsers .flexibleForm .type_selectCountry:before {
  font-size:0.5em;
}
#mod_localUsers select.fieldInput, #mod_localUsers button{
	cursor:pointer;
}

#page_private-area-default .blog-widget .right-col .newsletter{
	display:none;
}
#page_private-area-default .private-area-logout{
	position:absolute;
	top:18px;
	right:0;
	text-transform:uppercase;
	text-decoration:underline;
	color:#003366;
}

@media(min-width: 768px) {
	#page_dining.aucklandviaductharbour .item-details-list .dining .block.right-block {
	  float: left;
	  margin-left: 350px;
	}	

	
	
}
@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: 18px;
	}
	.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: 10px;
	}
	#page_weddings .main-title {
		margin-top: 100px;
	}
	#page_weddings.margatebeach .conference--wrapper.video-btn.wedding-spc {
		margin-right: 0;
		margin-top: 10px;
	}
	
	#mod_localUsers.login .flexibleForm .fieldBlock{
		width:247px;
	}
	#mod_localUsers .flexibleForm .fieldBlock, #mod_localUsers .flexibleForm .flexFormInputSubBlock{
		width:260px;
	}
	#mod_localUsers .fieldBlock.newPassword{
		width:100%;
	}
	#mod_localUsers .flexibleForm{
		width:75%;
	}
	#mod_localUsers.lostPassword form.flexibleForm button.submit{
		margin-left:0;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.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; */
	  padding-left: 0;
	  width: 600px;
	}
	.main h1 {
	  line-height: 1;
	}
	.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;
	}
	/**/
	.main.has-conferenceButton .con-rfp-button-wrapper{
		width:60%;
	}
	.has-conferenceButton .main-title{
		margin-top:42px;
	}
	div.main.has-conferenceButton .rfp.button{
		top:auto;
	}
	.has-conferenceButton .rfp-wrapper {
		margin-bottom: 4px;
	}

	#page_weddings.margatebeach .conference--wrapper.video-btn{
		margin-right: 0px;
		margin-top: 5px;
	}
	#page_weddings .main-title {
		margin-top: 170px;
	}
	#page_weddings.margatebeach .conference--wrapper.video-btn.wedding-spc {
		margin-right: 0;
		margin-top: 5px;
	}
	
	#mod_localUsers.login .flexibleForm .fieldBlock{
		width:447px;
	}
	#mod_localUsers.lostPassword form.flexibleForm button.submit{
		margin-left:0;
	}
	#mod_localUsers.lostPassword .flexibleForm .fieldBlock{
		width:325px;
	}
}

/* MOBILE to portrait tablet */
@media (max-width: 767px) {
	.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;
	  text-align:left;
	  width:70%;
	}
	.breadcrumb-sep {
	  font-size: 8px;
	  margin: 0;
	  padding: 0;
	}
	.wrapper {
	  padding: 100px 0 0;
	  width: 96%;
	}
	.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:0 0 12px;
		position: fixed;
		background: #fff;
		z-index: 110;
		top: 34px;
		left: 0;
		padding-left: 31%;
		padding-top:12px;
	}
	.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;
	}
  #page_meetings-overview .main .main-intro .readmore-wrapper-slider.custom-key {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 95%;
  }
  #page_meetings-overview .has-topButton .readmore-links {
    display: block !important;
    margin:15px 0 25px;
  }
   #page_meetings-overview .main h1 {
    margin-bottom: 0;
  }
   #page_meetings-overview .readmore-wrapper-slider .short-text p:first-child {
    padding-top: 5px;
  }
  #page_meetings-overview .contact-box {
    background-color: rgb(239, 239, 239);
    height: auto;
    padding: 10px;
    text-align: center;
    width: auto;
  }
  #page_meetings-overview.mandurah .contact-box { 
	display: none;
  }
  
  

  #page_meetings-overview .contact-box  .icon-phone_riging , 
  #page_meetings-overview .contact-box .contact-box-phone,
  #page_meetings-overview .contact-box .icon-arrow_right  {
	display: inline-block;
	color: rgb(220,185,101);
  }
  #page_meetings-overview .contact-box .contact-box-phone {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	}
	#page_meetings-overview .contact-box .contact-box-text{
		display: block;
	}
	#page_meetings-overview .contact-box  .icon-arrow_right::after {
		content: none;
	}
	
	#main .con-rfp-button-wrapper{
		display:none;
	}
	
	.vimeo-video-wrapper iframe{
		width: 94%;
	}
	
	
	#mod_localUsers.login .flexibleForm, #mod_localUsers.signUp .flexibleForm, #mod_localUsers.lostPassword .flexibleForm{
		margin:0;
		float:left;
		width:100%;
		padding:45px 20px;
	}
	#mod_localUsers.login .flexibleForm .fieldBlock, #mod_localUsers.signUp .flexibleForm .fieldBlock, #mod_localUsers.lostPassword .flexibleForm .fieldBlock{
		width:258px;
	}
	#mod_localUsers .flexibleForm .fieldBlock, #mod_localUsers .flexibleForm .flexFormInputSubBlock{
		margin-right:20px;
	}
	#mod_localUsers form.flexibleForm button.submit{
		margin-left:0;
		margin-right:49px;
		min-width:190px;
	}
	#mod_localUsers .taskMenu{
		left:20px;
		bottom:9px;
	}

	
}

@media (min-width: 410px) and (max-width: 767px) {
	.breadcrumb {
	  padding-left: 35%;
	  padding-right: 25%;
	  width:230px;
	}
}
/***************  templates/main/css/module.mailingList.css  ***************/
.wrapper {
    padding-left: 0;
}
.main {
    clear: both;
    overflow: hidden;
    position: relative;
}
.main h1{
	text-transform: uppercase;
}
#mod_mailingList{
	clear: both;
	padding:40px 50px;
	margin:60px 0;
	background:#faf7f2;
}
#mod_mailingList .fieldLabel, .mandatory{
	width:100%;
	margin:0 0 8px;

	text-align:left;
	color:black;
	text-transform: uppercase;
	font-size: 14px;
}
#mod_mailingList  .fieldBlock{
	width:260px;
	float:left;
	position:relative;
	margin:0 44px 26px 0;
	color: #666;
}
#mod_mailingList  .fieldBlock.type_email{
	width:564px;
}
#mod_mailingList .fieldBlock.lastName, #mod_mailingList  .fieldBlock.type_selectCountry{
	margin-right:0;
}
#mod_mailingList .type_selectTitle:before, #mod_mailingList .type_selectCountry:before{
    bottom: 0px;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0px;
}
#mod_mailingList .type_selectTitle:before, #mod_mailingList .type_selectCountry:before {
    width: 32px;
    height: 23px;
	padding:13px 0 0;
	content: '\e820';
	text-indent:6px;
	background:#fff;
	z-index: 1;
	
	font-size:0.5em;
	color:black;
	font-family:"sprite-icons-font";
}

select.fieldInput, button{
	cursor:pointer;
}

#mod_mailingList select.fieldInput, #mod_mailingList  input.fieldInput{
	width:94%;
	height:30px;
	border:none;
	padding:3px 3%;
	color:#666;
	background:#fff;
	font-size:12px;
}
#mod_mailingList select.fieldInput{
	width:100%;
	height:36px;
}

button{	
	float:right;
	padding:0 30px;
	width:auto;
	min-width:210px;
	height:32px;
	line-height:30px;
	border:none;
	text-transform:uppercase;
	text-align:center;
	background:black;
	color:#fff;
	font-size:14px !important;
}
button:hover{
	background:#e0ba74;
	color: black;
}

.mandatory{
	float:left;
	width:auto;
}

.fieldBlock.invalid input,
.fieldBlock.invalid select{
	border: 1px solid red!important;
}
.fieldBlock.invalid:before{
	bottom: 1px !important;
	height: 21px !important;
	right: 1px !important;
}
/* Landscape tablet */	
@media (min-width: 1024px) and (max-width: 1279px) {
	#mod_mailingList{
		padding:50px 90px;
	}
	#mod_mailingList .fieldBlock{
		margin:0 86px 34px 0;
		width: 256px;
	}
	#mod_mailingList  .fieldBlock.type_email{
		width: 256px;
		margin-right: 0;
	}

	#mod_mailingList .fieldBlock.firstName{
		margin-right: 0;
	}
	#mod_mailingList .fieldBlock.country,
	#mod_mailingList .fieldBlock.lastName{
		margin-right: 86px;
	}	
	.mandatory{
		clear: both;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	#mod_mailingList{
		/*padding:50px 90px;*/
	}
	#mod_mailingList .fieldBlock{
		margin:0 66px 34px 0;
		width: 256px;
	}
	#mod_mailingList  .fieldBlock.type_email{
		width: 256px;
		margin-right: 0;
	}

	#mod_mailingList .fieldBlock.firstName{
		margin-right: 0;
	}
	#mod_mailingList .fieldBlock.country,
	#mod_mailingList .fieldBlock.lastName{
		margin-right: 66px;
	}	
	.mandatory{
		clear: both;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
.mandatory{
	margin-bottom:14px;
}
#mod_mailingList{
	width:88%;
	padding:5px 6% 45px;
}
#mod_mailingList .fieldLabel, .mandatory{
	font-size:15px;
}
#mod_mailingList .fieldBlock, #mod_mailingList .fieldBlock.type_email{
	margin:0 0 20px;
	width:100%;
}
#mod_mailingList .type_selectTitle:before, 
#mod_mailingList .type_selectCountry:before{
	width:26px;
}
button{
	min-width:215px;
}
}