
/***************  templates/main/css/template.home.css  ***************/
/* Header ======= */
.main-visual{
	/*padding-top:56.25%;*/
	padding-top:40%;
}
/* MAIN VISUAL CAPTION */
.main-visual .slideshow-caption{
	position:relative; float:left; width:380px; left:50px; height:245px; bottom:250px; overflow:visible; z-index:500; color:#fff;
}
.main-visual .slideshow-caption:before{
	content:"";
	position:absolute; width:625px; height:400px; bottom:-95px; left:-60px; display:block; overflow:visible; z-index:-1;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzljOWM5YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%, rgba(156,156,156,0) 83%, rgba(188,188,188,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.25)), color-stop(83%,rgba(156,156,156,0)), color-stop(100%,rgba(188,188,188,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.25) 0%,rgba(156,156,156,0) 83%,rgba(188,188,188,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00bcbcbc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.whatson-wrapper .whatson-title {
	font-family: 'Maven Pro', sans-serif;
	color: #632c6a;
	font-size: 26px;
}
.main-visual .slideshow-caption > div{
	overflow:hidden;
}
	.main-visual .cycle-caption{
		min-height: 130px;
		padding: 14px;
		background-color: rgba(0,0,0,.3);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4C000000', endColorstr='#4C000000')"; 
		bottom:0;
	}
	.main-visual .cycle-caption .title{
		margin-bottom:5px;
		line-height:29px;
		font-size: 28px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.main-visual .cycle-caption .cycle-link{
		float: right;
		color: white;
		text-transform: uppercase;
		position: relative;
		padding-right: 18px;
	}
	.main-visual .cycle-caption .cycle-link:before {
	    position: absolute;
		right: -3px;
		top: 2px;
	}
	.main-visual .slide-img {
		width: 100%;
		height: auto;
	}

/* Slider controls */	
.main-visual .mainSliderControls {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
	.main-visual .mainSliderControls .nav-arrows {
		position: absolute;
		display: block;
		top: 50%;
		margin-top: -40px;
		width: 32px;
		height: 80px;
		z-index: 11;
		background: white;
	}
	.nav-arrows:before{
		line-height: 80px;
	}
	.nav-arrows.prev {
		left: 0;
		border-radius: 0 10px 10px 0;
	}
	.nav-arrows.next {
		right: 0;
		border-radius: 10px 0 0 10px;
	}

/* Pager */
.main-visual .pager-wrapper{
}
	.main-visual .pager-wrapper ul{
		padding: 0;	
		margin: 0;
	}
	.main-visual .pager-wrapper ul li{
		display: inline-block;
		list-style: none;
		width: 74px;
		height: 8px;
		background-color: rgba(0,0,0,.43);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6D000000', endColorstr='#6D000000')"; 
		padding: 0;
		margin: 0 8px 0 0;
		cursor: pointer;
	}	
	.main-visual .pager-wrapper ul li.cycle-pager-active{
		background-color: white;
	}
	.main-visual .pager-wrapper ul li:last-child{
		margin-right: 0;
	}

/* WEATHER & VIDEO BUTTON */

.weather-widget, .main-visual .video{
	position:relative;
	float:right;
	bottom:95px;
	height:50px;
	overflow:hidden;
	z-index:500;
}
.weather-widget{
	width:auto;	
	min-width:220px;
	color:white;
	background-color: rgba(0,0,0,.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4C000000', endColorstr='#4C000000')"; 
	pointer-events:none;
}


	.weather-widget h2, .weather-text, 
	.weather-widget.C .weather-tempF, .weather-widget.F .weather-tempC{
		display:none;
	}
	.weather-date{
		color: white;
		display: block;
		font-size: 16px;
		line-height: 49px;
		margin: 0;
		padding: 0 68px 0 82px;
		white-space: nowrap;
	}
	.weather-widget a{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		color:white;
	}
	.weather img{
		margin:3px 0 0 14px;
		width:18%;/*22%*/
	}
	.weather .weather-tempC, .weather .weather-tempF{
	    position: absolute;
	    font-size: 24px;
	    font-weight: 700;
	    right: 10px;
	   /* bottom: 14px;*/
	   bottom: 6px;
	}
	.no-date .weather .weather-tempC, .no-date .weather .weather-tempF{
		left:60px;
	}
	.weather-widget:hover a{
		color:#fff;
	}
	
.kooindah #video-iframe{
	width:100%;
	height:96%;
}
	
.main-visual  .video{
	width:100px;
	line-height:50px;
	color:white;
	background-color: rgba(0,0,0,.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4C000000', endColorstr='#4C000000')"; 
	cursor:pointer;
	text-transform: uppercase;
	font-size: 16px;
}
	.main-visual  .video:hover{
		color:#E0E0E0;
	}
	.main-visual  .video.icon-play:before{
		font-size:30px;
		margin-left:10px;
		margin-right: 10px;
		vertical-align:middle;
	}

.main-visual .video-embed{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.sydneyparramatta .main-visual .video-embed,
.brisbane .main-visual .video-embed{
	display: block;
}
	.main-visual .video-embed object,
	.main-visual .video-embed embed,
	.main-visual .video-embed iframe{
		width: 100%;
		height: 100%;
		border:0;
	}
	.main-visual .video-embed-close{
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		top: 18px;
		right: 18px;
		background-color: #1b1b1b;
		cursor: pointer;
	}
	.main-visual .video-embed-close:before{
		color:white;
		font-size: 32px;
		text-align: center;
		margin-left: 13px;
		line-height: 58px;
	}

.video-open .main-visual .video-embed{
	display: block;
}

/**/
.main-visual .googleview {
    position: relative;
	float:right;
    bottom:95px;
	width: 111px;
    height: 50px;
    overflow: hidden;
    z-index: 500;
	cursor: pointer;
	background: url(/templates/main/images/360-icon.png) no-repeat 0 0;
}

.main-visual .video-embed, .main-visual .googleview-embed{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.googleview-open .main-visual .googleview-embed{
	display: block;
}
	.main-visual .googleview-embed-embed object,
	.main-visual .googleview-embed-embed embed, 
	.main-visual .googleview-embed-embed iframe{
		width: 100%;
		height: 100%;
		border:0;
	}
	.main-visual .googleview-embed-close{
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		top: 18px;
		right: 18px;
		background-color: #1b1b1b;
		cursor: pointer;
	}
		.main-visual .googleview-embed-close:before{
			color:white;
			font-size: 32px;
			text-align: center;
			margin-left: 13px;
			line-height: 58px;
		}
/**/

.video-open  #booking-mask-wrapper, .googleview-open  #booking-mask-wrapper,
.video-open .main-visual .slideshow,
.video-open .main-visual .mainSliderControls, .googleview-open .main-visual .mainSliderControls,
.video-open .main-visual .slideshow-caption, .googleview-open .main-visual .slideshow-caption,
.video-open .main-visual .video, .googleview-open .main-visual .video,
.video-open .main-visual .weather-widget, .googleview-open .main-visual .weather-widget{
	display: none !important;
}

/* Main  ======= */
.main h1{
	margin-bottom: 16px;
}
.main h2{
	color: black;
	font-size: 18px;
}
.main ul{
	list-style:none;
}
	.main li{
		position: relative;
		padding-left: 20px;
		line-height: 22px;
	}
	.main li:before {
		position:absolute;
		content:"\002022";
		font-size:10px;
		left: 3px;
		top: -1px;
	}

/* Features  ======= */
.main .features{
	margin-top: 36px;
}
	.main .features .features-header{
		font-size: 24px;
		margin-bottom: 14px;;
	}
	.main .features .features-content{
		display: table;
		height: 220px;
		width: 100%;
		text-align: left;
	}
	.main .features .features-list,
	.main .features .tripadvisor-rating{
		display: table-cell;
	}
	.main .features .features-list{
		vertical-align:top;
	}
	.main .features .features-list .list-content{
		margin-top: 26px;
		display: block;
	   	-moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	}
	.main .features.no-tripadvisor .features-list .list-content{
		-moz-column-count: 3;
	    -webkit-column-count: 3;
	    column-count: 3;
	}
	.ie9 .main .features .features-list .list-content p,
	.ie9 .main .features .features-list .list-content ul li{
		display: inline-block;
		width: 45%;
	}
	.ie9 .main .features.no-tripadvisor .features-list .list-content p,
	.ie9 .main .features.no-tripadvisor .features-list .list-content ul li{
		width: 28%;
	}
	.main .features .tripadvisor-rating{
		width: 250px;
		vertical-align: top;
		display: block;
		margin:auto;
	}
	/* Table plus ======= */
	
	.main #table-plus-launcher{
		width:300px;
		
		box-sizing:border-box;
		
	}
	.main #datePickerRow{
		
	}
	#table-plus-launcher .launcher-col-small, #table-plus-launcher .launcher-col-middle{
    width: 50%;
	float:left;
	padding: 0 15px;
}
#table-plus-launcher .launcher-col-large{
    width: 100%;
	float:right;
}
#table-plus-launcher #table-plus-date{
	height:15px;
}
#table-plus-launcher  #childrenRow{
	float:right;
	margin-top:-45px;
	padding-left:20px;
	

}
#table-plus-launcher #mealTimeRow{
	float:right;
	
	margin-left:-19px;
}
.main #table-plus-launcher .launcher-col-small, #table-plus-launcher .launcher-col-middle, #table-plus-launcher .launcher-col-large {
   width: 120px;
   padding:0 15px;
}


/* What's On ======= */
.whatson-wrapper{
	margin-top: 20px;
	padding: 34px 0;
	background-color: #f7f7f7;
	clear:right;
}
	.whatson-shadow{
	    position: absolute;
		height: 20px;
	    top: -20px;
	    left: 0;
	    right: 0;
		box-shadow: inset 0px -20px 20px -20px rgba(0,0,0,0.3);

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";

		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
	}

/* Maps ======= */
#map-wrapper{
	position: relative;
	margin-bottom: 80px;
	height: 442px;
}
	.map-top-shadow{
	    position: absolute;
		height: 20px;
	    top: 0;
	    left: 0;
	    right: 0;
		box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	}

	/* Contact box */
	.map-contact-box{
		position: absolute;
		padding: 18px;
		/*width: 204px;*/
		top:80px;
		right: 50px;
		background-color: rgba(0,0,0,0.8);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000')"; 
	}
	
	.map-contact-box.close{
		display: none;
	}

	.map-contact-box .close-btn{
		position: absolute;
		top: 10px;
		right: 10px;
		color: white;
		cursor: pointer;
	}
	.map-contact-box > .title{
		color:white;
		font-weight: 700;
		font-size: 17px;
		text-transform: uppercase;
		margin-bottom: 16px;
	}
	.map-contact-box .address{
		font-size: 12px;
	}
	.map-contact-box .address p{
		margin: 0;
	}
	.map-contact-box .address .address1,.map-contact-box .address .address2{
		margin-bottom: 5px;
	}
	.more-link-btn{
		display: inline-block;
		min-width: 180px;
		margin-top: 20px;
		font-size: 14px;
		padding: 10px 0;
		color: white!important;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		background-color:#622c6a;
		cursor: pointer;
		position: relative;
	}
	.more-link-btn.icon-arrow_right:before {
		display: none;
	}
	.more-link-btn.icon-arrow_right:after {
	    content: "";
	    display: inline-block;
	    font-family: "sprite-icons-font";
	    font-style: normal;
	    font-variant: normal;
	    font-weight: normal;
	    line-height: 1em;
	    margin-left: 0.2em;
	    margin-right: 0.2em;
	    text-align: center;
	    text-decoration: inherit;
	    text-transform: none;
	    width: 1em;
	}
	
/* Section Boxes  ======= */
.section-boxes ul{
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}
	.section-boxes ul li{
		vertical-align: top;
		display: inline-block;
		text-align: center;
	}
	.section-boxes ul:after {
	    content: "";
	    display: inline-block;
	    width: 100%;
	}
	.section-box{
		width: 300px;
		height: 250px;
		margin-bottom: 30px;
		position: relative;
	}
	.section-box .editableLinkIcon{
		position: relative;
	}
	.section-box-img{
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.section-box-img img{
		z-index: -1;
	}
	.section-box-overlay {
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	} 
	.editMode .section-box-overlay{
		z-index: -2;
	}
	.section-box.first .section-box-overlay{
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  	background-color: #998643;
	}
	.section-box.alt .section-box-overlay{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	  	background-color: #632c6a;
	}
	.section-box.tri .section-box-overlay{
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	  	background-color: #000000;
	}
	.section-box:hover .section-box-overlay {
	    opacity: 0.9;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	.section-box-content{
		width: 250px;
		margin: 0 auto;
	}
	.section-box a{
		color:white;
		position: relative;
		text-decoration: none;
	}
	.section-box .box-title{
		font-weight: bold;
		font-size: 28px;
		text-transform: uppercase;
		margin-top: 64px;

		text-shadow: 0px 0px 38px rgba(0,0,0,.8);
	}
	 .section-box .box-title-line-2{
	 	margin-top: 50px;
	 }
	 .section-box .box-title-line-3{
	 	margin-top: 34px;
	 }
	 .section-box .box-text{
	 	text-shadow: 0px 0px 8px rgba(0,0,0,.9);
	 }
	.section-box .box-link{
		position: relative;
		font-size: 14px;
		text-transform: uppercase;
		padding-right: 12px;
	}
	.section-box .box-link.icon-arrow_right:before {
	    position: absolute;
	    top: 3px;
	    right: -8px;
	    text-align: left;
	}

/* Follow US   ======= */	
.followus{
	margin-top: 0;
}

/* ------- styles for home popup  ---------*/

body.popup {
    background: #fff;
}
.fancybox-opened,.fancybox-inner{
	width:500px !important;
}
.loggedIn .hPopup{
	width:500px;
}
.loggedIn .image-wrapper .editableLinkIcon{
	position:absolute;
	bottom:0;
}
.hPopup{
	width: calc(100% - 10px); 
	height: auto;  
	text-align: center;
    padding: 5px 0;
	margin:0 auto;
	position: relative;
}
.hPopup .image-wrapper{
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    max-height: 285px;
    padding-bottom: 5px;
    position: relative;
	z-index:0;
}
.hPopup .image-wrapper img.bkg-popup{
    width: 100%;
    height: auto;
}
.hPopup .image-wrapper .popupBookNow, .hPopup form.flexibleForm button.submit{
    background: #998543 none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    display: block;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.hPopup .image-wrapper .popupBookNow:hover, .hPopup form.flexibleForm button.submit:hover{
	background-color: #fff;
	color: #998543;
}
.hPopup .image-wrapper .popupBookNow{    
    bottom: 25px;
    left: 0;
    right: 0;
    width: 75%;
	 height: 35px;
	position: absolute;
	text-decoration: none;
	margin:0 auto;
    z-index: 1;
}
.hPopup  form.flexibleForm button.submit{
    height: 45px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance:none;
}

.popup-info-wrapper .popup-form{
    border: 1px solid #d2d3d5;
    padding: 5px;
}
.hPopup .pageContents{
	position: relative;
	margin: 0 auto;
}
.hPopup #mod_flexibleForms form.flexibleForm label.fieldLabel{
    display: none;
}
.hPopup #mod_flexibleForms form.flexibleForm .fieldInput{
    background: #d2d3d5 none repeat scroll 0 0;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
    padding: 0;
}
/* ------- end styles for home popup  ---------*/


/* Mobile to Portrait tablet */


.main .hasTablePlusMicrositeName.features .features-list .list-content{
	column-count: 1;
} 
.main .hasTablePlusMicrositeName .features-list{
	display:inline-block;
	width:49%;
}
.hasTablePlusMicrositeName .table-plus-wrapper{
	width: 300px;
	height: 300px;
	vertical-align: top;
	display: block;
	margin: 10px auto auto;
}
.wrapper-right{
	float:right;
}

.hasTablePlusMicrositeName .wrapper-right{
	width:49%;
	float:left;
}

.main .features.hasTablePlusMicrositeName .tripadvisor-rating{
	margin:35px auto auto;
	width: 243px;
}

.fancybox-wrap .fancybox-close{
	position:absolute !important;
	top: -18px !important;
	right: -18px;
	width: 36px;
	height: 36px;
	padding-right:0;
	line-height:0;
	background:url(/templates/main/libs/jquery/fancybox/fancybox_sprite.png);
	background-size:auto;
	background-position:none;
}

@media (min-width: 1024px) and (max-width: 1279px) { 
	.hasTablePlusMicrositeName .table-plus-wrapper{
		/* margin-left: 21px; */
	}
	.hasTablePlusMicrositeName  .features-list{
		width: 66%;
	}
	.main .features.hasTablePlusMicrositeName .tripadvisor-rating{
		margin-top:13px;
	}
	#page_home.goldcoast .readmore-links.active {
		margin-top: 40px;
	}
	#page_home.goldcoast .main .features .tripadvisor-rating {
		width: 241px;
	}
	#page_home.goldcoast .wrapper-right::after {
		width: calc(100% + 1px);
		height: calc(100% + 26px);
		top: -13px;
		left: -2px;
	}
	#page_home.goldcoast .guess-images.wrapper {
		margin-top: 40px;
	}
	#page_home.goldcoast #map-wrapper {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px){
	.section-box:nth-child(3n+2):last-child{ /* greater than 2 */
		display: block;
		margin: -280px auto 0  auto;
		vertical-align: top;
		border: 1px solid transparent;
	}
	.sydneyparramatta .main-visual .video-embed object,
	.sydneyparramatta .main-visual .video-embed embed,
	.sydneyparramatta .main-visual .video-embed iframe
	{
		width: 100%;
		height: 140%;
		border:0;
		margin-top:-7%;
	}
	
}


/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) { 
	/* Main ======= */
	.features .features-list .list-content{
		margin-top: 0;
	}
	.main-visual{
		padding-top:56.25%;
	}
	.main-visual .cycle-caption {
		padding: 7px;
	}
	.main-visual .slideshow-caption{
		
		width:309px; 
		bottom:97px;
		position:absolute;
		/*
		height:245px; 
		left:50px; 
		*/
	}

	.main-visual .cycle-caption .title{
		font-size: 23px;
	}
	/* Section Boxes  ======= */
	.section-boxes.wrapper{
		width: 647px;
	}

	/* Maps ======= */
	#map-wrapper{
		height: 438px;
	}
	.swanston .map-contact-box{
		top:auto;
		bottom:16px;
		right:14px;
	}
	.kooindah #video-iframe{
		height:95%;
	}
 	
/* .main .hasTablePlusMicrositeName.features .features-list .list-content{
	column-count: 2;
} */
.main .hasTablePlusMicrositeName .features-list{
	margin-bottom: 45px;
}
.main .hasTablePlusMicrositeName{
	
}
.hasTablePlusMicrositeName .table-plus-wrapper {
    margin-left: 27px;
}
.main .features.hasTablePlusMicrositeName .tripadvisor-rating {
    margin-left: 55px;
	display: inline-block;
} 
 
.main .features.hasTablePlusMicrositeName .tripadvisor-rating{
	margin-top:13px;
}
#page_home.goldcoast .wrapper-right::after {
	width: calc(100% + 8px);
	height: calc(100% + 20px);
	top: -10px;
	left: -9px;
}	
#page_home.goldcoast .readmore-links.active {
	margin-top: 40px;
}
#page_home.goldcoast .main .features {
	margin-top: 28px;
}
#page_home.goldcoast .wrapper-right {
	margin-top: 26px;
}
#page_home.goldcoast .guess-images.wrapper {
	margin-top: 40px;
}
#page_home.goldcoast #map-wrapper {
	margin-bottom: 29px;
}

}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
.container{
/* 	overflow:hidden; */
}
	
	/* Header ======= */
	.main-visual{
		padding-top:56.25%;
	}
	.main-visual .slideshow-caption{
		float:none;
		width:115px;
		height:35px;
		bottom:42px;
		margin:0 auto;
	}
	.main-visual .cycle-caption{
		display:none !important;
	}
	.main-visual  .video{display:block;}
	
	/* Main ======= */
	.main h2 { 
		font-size:15px; 
	}
	.features .features-content{
		display: inline-block;
		height: auto;
	}
	.features .features-list{
		display: inline-block;
	}
	.features .features-list .list-content,
	.features.no-tripadvisor .features-list .list-content{
	   	-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	    margin-bottom: 10px;
	}	
	.features .features-header{
		line-height:32px;
		font-size: 18px;
		margin-bottom: 0;
	}
	.features .features-header:after{
		content: '\e814';
		font-family: "sprite-icons-font";
		font-size:14px;
		vertical-align:middle;
		float:right;
		margin-right:15px;
		font-weight: 700;
	}
	.features .features-header.open:after{
		content: '\e832';
	}
	.features-list.slideDownFX{
		max-height:400px;
	}
	.features .tripadvisor-rating{
		display: table;
		margin: 0 auto;
	}
	/*tableplus*/
	div#table-plus-modal {
    margin-left: 715px;
}
	/* What's On ======= */
	.whatson-title {
	    margin: 0 12px 32px;
	}

	/* Maps ======= */
	#map-wrapper{
		height: 418px;
		margin-bottom: 12px;
	}
	.map-contact-box{
		width: auto;
		top:auto;
		left: 0;
		right: 0;
		bottom:0;
	}
	.map-contact-box > .title{
		margin-bottom: 7px;	
	}
	.map-contact-box .address p{
		display: inline;
	}
	.map-contact-box .address .address1,.map-contact-box .address .address2{
		margin-bottom: 0;
	}
	.map-contact-box .more-link-btn{
		display: table;
		margin: 20px auto auto auto;
	}
	
	/* Section Boxes  ======= */
	.section-box{
		height: 112px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.main .section-box{
		padding:0;
	}
	.section-box .box-title{
		margin-top: 35px;
		margin-bottom: 4px;
		font-size: 24px;
	}
	 .section-box .box-title-line-2{
	 	margin-top: 18px;
	 }
	 .section-box .box-title-line-3{
	 	margin-top: 18px;
	 	font-size: 22px;
	 }	
	.section-box-img{
		overflow: hidden;
		text-align: left;
	}
	.section-box-img img{
		position: absolute;
		top: -34%;
	}
	.loggedIn .section-box-img img{
		top: -34%!important;
	}
	.main .features .features-list,
	.main .features .tripadvisor-rating{
		display: block;
	}
	
	/*popup*/
	
	.fancybox-opened,.fancybox-inner{
		width:300px !important;
	}
	
	/*table plus*/
	.wrapper-right {
		float: none;
	}
	.main .hasTablePlusMicrositeName .features-list{
		width:100%;
	}
	.hasTablePlusMicrositeName .wrapper-right{
		width:100%;
		overflow:hidden;
	}
	.main .hasTablePlusMicrositeName.features .features-list .list-content{
		column-count: 2;
	} 
	.fancybox-wrap .fancybox-close{
		right:0;
	}
	
	
}