/**
	Developed by Wayne McMahon
*/
@media only screen{
	/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
		color: #000;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/** end of reset***/
	
	h1, h2, h3, h4, h5 , h6{
		font-family: 'Roboto Slab', serif;
	}
	
	h1{
		font-size: 42px;
		border-bottom:0;
	}

	h2{
		font-size: 28px;
	    font-weight: 300;
	    border: 0px;
	}
	
	h3{
		font-size: 20px;
		font-weight: 400;
	}	
	
	h4{
		color: #babd01;
		font-size: 22px;
		line-height: 22px;
		font-weight: 300;
	}

	p{
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
	}

	
	
	
	.icons .icon-button {
		background-color: #babd01;
	}
	
	.font-green{
		color: #babd01;
	}
	
	header .logo {
	    background: url(../../includes/img/logo.png) no-repeat center center;
        background-position: 0 0;
   		background-size: 100%;
 		margin-top: 7px;
	    width: 250px;
	    height: 58px;
	} 

	#hero-content #caption_container { /*Amend the values as per below or remove these css rules from includes_global*/
		padding: 30px 0;
	    width: 60%;
	    margin: 0 auto;
	}
	
	header .dropdown-menu {
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.85);
	}
	
	.container{
		width: 1300px;
		margin: 0 auto;
	} 
	
	body{
		font-family: 'PT Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		color: #000;
		background-color: #fff; 
		width: 100%;
		position: relative;
		min-height: 600px;
		/* opacity: 0;	 */
	}
	
 	.showOnLoad{
		opacity: 1;
		-o-transition: .5s opacity ease;
	    -ms-transition: .5s opacity ease;
	    -moz-transition: .5s opacity ease;
	    -webkit-transition: .5s opacity ease;
	    transition: .5s opacity ease;
	} 
	
	body.noscroll{
	    overflow: hidden;
	    position: fixed;
	} 
	
	.line-separator{
	    border-bottom: 1px solid #ccc;
	}
	
	.clearfix:after { 
	   content: "."; 
	   visibility: hidden; 
	   display: block; 
	   height: 0; 
	   clear: both;
	}
	
	.tooltip{
	    display: inline-block;
	    position: relative;
	}
	
	.box-content{
		padding-bottom: 60px;
	}
	
	.tooltip:hover:after{
	    background: #333;
        background: rgba(0,0,0,.8);
	    display: inline-block;
	    border-radius: 5px;
	    bottom: -30px;
	    color: #fff;
	    content: attr(data-att);
	    left: 0px;
	    padding: 2px 10px;
	    white-space: nowrap;
	    position: absolute;
	    z-index: 98;
	}
	
	.page_404 p{
	    font-size: 20px;
	    letter-spacing: 0.5px;
	    line-height: 38px;
	}
	
	body #page #main .bg_gradient{
		background: rgb(0,0,0);
    	background: rgba(0,0,0,0.5);
	}
	
	.parallax .enable_bg{
		background: rgb(0,0,0);
    	background: rgba(0,0,0,0.5);
	}
	
	/**** Header ******/
	
	header {
		height: auto;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	    padding-top: 15px;
		box-sizing: border-box;
		color: #000;
		font-size: 14px;
		font-family: 'Roboto Slab', serif;
		min-height: 70px;
		background: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, rgba(33, 32, 32, 0.6) ), color-stop( 100%, rgba(255,255,255,0) ) );
	    background: -webkit-linear-gradient( top, rgba(33, 32, 32, 0.6) 0%, rgba(255,255,255,0) 100% );
	    background: -o-linear-gradient( top, rgba(33, 32, 32, 0.6) 0%, rgba(255,255,255,0) 100% );
	    background: -ms-linear-gradient( top, rgba(33, 32, 32, 0.6) 0%, rgba(255,255,255,0) 100% );
	    background: linear-gradient( to bottom, rgba(33, 32, 32, 0.6) 0%, rgba(255,255,255,0) 100% );
	    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0 );
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	}
	
	.showOnLoad.template_quickbook_imagesequencer header:after{
		height: 150px;
	}
	
	header .logo_container{
		position: absolute;
		width: 100%;
		text-align: center;
	}
	
	header .logo_container a{
		display: inline-block;
	}
	
	header > * {
		display: inline-block;
		vertical-align: middle;
	}
	
	/**********Header CSS*********/
	/*****menu CSS*****/
	header .nav{
	    float: right;
    	padding: 12px 0 10px 0;
	}
	
	header .nav ul li {
		display: inline-block;
		margin-right: 20px;
		position: relative;
	}
	
	header .nav ul li:last-child{
		margin-right: 0;
	}
	
	header .nav ul li a {
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .7px;
	}

	header .dropdown-menu{
		display: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		text-transform: capitalize;
		line-height: 24px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 25px;
		background: rgba(255, 255, 255);
	    background: rgba(255, 255, 255, 0.6);
    	font-size: 13px;
    	overflow: hidden;
    	z-index: 99999999;
	}
	
	header .nav .firstlevel .dropdown::after {
		position: relative;
		left: 7px;
		bottom: 3px;
		content: "";
		display: inline-block;
		width: 0.4em;
		height: 0.4em;
		border-right: 0.1em solid;
		border-bottom: 0.1em solid;
		transform: rotate(45deg);
		margin-right: .4em;
		cursor: pointer;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone .dropdown-menu{
		right: 0;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone .dropdown-menu li{
		min-width: 230px;
		float: left;
		line-height: 24px;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone .dropdown-menu li a{
		min-width: initial;
		width: 100%;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone{
		cursor: pointer;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone i{
		vertical-align: middle;
		margin-bottom: 6px;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone .dropdown-title{
		text-align: left;
	}
	
	header .nav .firstlevel .dropdown#menu-item-phone .dropdown-number{
		text-align: right;
		padding-left: 5px;
	}
	
	header .nav ul li .dropdown-menu li{
		margin-right: 0;
		border-top: 0;
		border-bottom: 0;
	    display: inline-block;
	    width: 100%;
	}
	
	header .nav ul li .dropdown-menu li:hover{
	    background: rgba(92,11,77);
	    background: rgba(92,11,77, 0.6);
	}
	
 	header .nav ul li .dropdown-menu li a{
		display: inline-block;
		padding: 8px 25px;
		white-space: nowrap;
	} 
	
	header .nav ul li .dropdown-menu li a:hover{
		background: transparent;
		text-decoration: none;
		color: #fff;
	}
	
	ul li.mobile-enable {
		display: none !important; /****** Hide menu item on mobile******/
	}
	
	/*end menu*/
	/********  End Header***************/
	
	/****** Buttons *******/	
	
		
	header #nav-toggle{
	    background-image: url(../images/hamburger.png);
	    height: 30px;
	    width: 72px;
	    position: relative;
	    background-repeat: no-repeat;
        padding-top: 31px;
	    color: #fff;
	    font-size: 18px;
	    font-family: Roboto, serif;
	    font-weight: 500;
	    padding-left: 5px;
	} 
	header #nav-toggle div {
	  	width: 35px;
	    height: 5px;
	    background-color: #444;
	    
	    margin: 6px 0;
	}
	
	#quickbook_btn{
	    float: right;
	    margin-top: 2px;
	    z-index: 101;
	    text-decoration: none;
	    position: relative;
	    font-weight: 300;
	    font-family: 'Roboto Slab', serif;
	    text-align: center;
	    color: #fff;
	    padding: 5px 15px;
	    margin-right: 30px;
	    font-size: 15px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    cursor: pointer;
	    display: table;
	}
	
	#quickbook_btn span{
		display: table-cell;
		vertical-align: middle;
	    padding-left: 10px;
	}
	
	#quickbook_btn_text{
        font-size: 11px;
	    display: block;
	    margin-top: 5px;
	    color: #d0d0d0;
	}
	
	#quickbook_btn_text #quickbook_btn_icon{
		color: #d0d0d0;
	}
	
	#quickbook_btn.mobile{
		display: none;
		margin: 25px 25px 0 25px;;
	}
	
	.bookbutton, .booknow{
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		color: #000;
	}
	
	.on_hover .bookbutton{
		border-color: #fff;
    	color: #fff;
	}
	
	/****** End Buttons *******/
	
	#hero-content{
		position: relative;
		background-color: #fff;
		opacity: 0;
		overflow: hidden;
		height: 100vh;
	}
	
	.showOnLoad #hero-content{
		opacity: 1;
		-o-transition: .5s opacity ease;
	    -ms-transition: .5s opacity ease;
	    -moz-transition: .5s opacity ease;
	    -webkit-transition: .5s opacity ease;
	    transition: .5s opacity ease; 
	}
	
/*	#hero-content, .bx-wrapper, .bx-viewport, #hero-slider{
		height: 100vh;
	}*/
	 
	#hero-content .bx-controls{
	    position: absolute;
	    top: 50%;
	    width: 100%;
	}
	
	#hero-content .bx-controls .bx-prev, #hero-content .bx-controls .bx-next{
		position: absolute;
	    margin: auto;
	    width: 30px;
	    height: 30px;
	}
	
	#hero-content .bx-controls .bx-prev{
		left: 20px;
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	}
	
	#hero-content .bx-controls .bx-next{
		right: 20px;
	    transform: rotate(315deg);
	    -webkit-transform: rotate(315deg);
	    -moz-transform: rotate(315deg);
	    -o-transform: rotate(315deg);
	    -ms-transform: rotate(315deg);
	    border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	}
	
	#hero-content #hero-slider a{
		height: 100%;
		display: block;
		text-decoration: none;
		width: 100%;
	}
	
	#main .scrollup{
		bottom: initial;
		margin-top: 10px;
	}
	
	#main .scrollup .scrolldown-arrow{
		border-right: 0;
	    border-bottom: 0;
	    border-left: 3px solid;
	    border-top: 3px solid;
	    margin-top: 10px;
	}

	#main .text_container li{
		list-style-position: inside;
	    text-indent: -11px;
	    padding-left: 11px;
	}
	
	#scrolldown-container{
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    margin-left: -23px;
	    border-width: 3px;
	    border-radius: 50%;
	    width: 40px;
	    height: 40px;
	    cursor: pointer;
	}

	#scrolldown-container .scrolldown-arrow{
	    content: "";
	    display: block;
	    width: 15px;
	    height: 15px;
	    border-right: 3px solid;
	    border-bottom: 3px solid;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    margin-left: 11px;
	    margin-top: 1px;
	}
	
	#scrolldown-container .scrolldown-arrow#scrolldown-1{
		margin-top: -5px;
	}
	
	#hero-content #caption_container{
	    margin: 0 auto;
	}
	
	#hero-content #caption_container.bg_container{
	    background-color: rgba(55, 55, 55, 0.55);
	}
	
	#hero-content #caption_container span{
		display: block;
	}
	
	#hero-content .captions{
		font-size: 22px;
		line-height: 30px;
		font-family: 'Roboto Slab', serif;
		letter-spacing: 1.5px;
		color: #fff;
		height: 100%;
		text-align: center;
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#hero-content .captions.default_captions {
		width: 100%;
		position: absolute;
		top: 0;
		color: #fff;
		font-size: 26px;
	}
	
	#hero-content #caption_container .caption1:empty{
		display: none;
	}
	
	#hero-content #caption_container .caption2:empty{
		display: none;
	}
	
	#hero-content #caption_container .caption1:empty ~ .caption2{
		margin-top: 0;
	}
	
	#hero-content .captions .caption1{
		padding-bottom: 20px;
	}
	
	#hero-content .captions .caption2{
		padding-bottom: 15px;
	}
	
	#hero-content .captions #caption_container .caption3{
	    display: inline-block;
	    padding: 8px 0;
	}
	
	#hero-content .captions.large_captions .caption2{
		line-height: 40px;
	}

	#hero-content .caption span{
		width: 70%;
		margin: 0 auto;
	}
	
	.inactiveLink {
		pointer-events: none;
		cursor: default;
	}

	#hero-content, 
	#hero-content .bx-wrapper, 
	#hero-content .bx-viewport, 
	#hero-content .bx-viewport li {
		height: 100vh;
	}
	
	/*.template_video #hero-content .bx-wrapper,
	.template_video #hero-content .bx-viewport,
	.template_video #hero-content .bx-viewport li {
		height: 100vh;
	}*/
	
	/*.template_video .bx-wrapper{
		display: none;
	}*/
	
	/*----- Font & Positional Changes start here-----*/
	#hero-content .captions, .bookbutton, .booknow, .footer#footer-right{
		font-family: 'Roboto Slab', serif;
	}
	
	#hero-content .captions.large_captions .caption2, #main .image_grid .image_grid_content_title, .features .feature .image-text .text, #main .titles, #main .title, .quickbookheader{
		font-family: 'Roboto Slab', serif;
	}
	
	#hero-content .captions  .caption3, #main .image_grid .image_grid_content_subtitle {
		font-family: 'Roboto', serif;
	}
	
	#main .titles .titles_subtitle, #main .subtitle{
		font-family: 'Roboto', serif;
    	font-size: 30px;
	}
	 
	#main .subtitle{
		color: #babd01;
	}

	#main .content_subtitle {
	    color: #babd01;
	    margin-top: 14px;
	    letter-spacing: 1px;
	    font-weight: 400;
	    font-family: 'Roboto', serif;
	}
	
	#main .image_grid .image_grid_content_title{
		font-size: 34px;
	}
	
	body #page #main .border-button {
		border: 1px solid #000;
	    color: #000;
	    font-family: 'Roboto Slab', serif;
	    padding: 15px 20px;
	    text-transform: uppercase;
	    width: 140px !important;
	    display: inline-block;
	    text-align: center !important;
	    cursor: pointer;
	    margin-right: 10px;
	    margin-top: 10px;
	    font-weight: 500;
	}
	
	body #page #main .border-button:hover {
		background-color: #babd01;
		border-color: #babd01;
		color: #fff;
	}

	#supersized.notresize .gallery-title .caption .first{
		font-family: 'Roboto Slab', serif;
	}
	
	#supersized.notresize .gallery-title .caption .second{
		font-family: 'Roboto', serif;
		color: #babd01;
		font-size: 18px;
	}
	
	/*----- Footer -----*/
	.footer#footer-right #address p {
		font-size: 13px;
	}

	footer #footer-container #footer-menu a {
		font-weight: 300;
		text-decoration: none;
		color: #fff;
	}
	
	.footer#footer-right #address {
		text-transform: none;
	}
	.feature .text .title {
		font-size: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 28px;
		font-weight: 400;
	}	
	/*----- Font & Positional changes end here-----*/

	/** Video Grid CSS**/
	.ytp-large-play-button{
		display: none !important;
	}
	
	.video_grid_item{
		height: 45vh;
		overflow: hidden;
	}
	
	#page .video_wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 100%;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	
	.video_wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}
	
	#main .ym-wrapper {
	    max-width: 100%;
	}
	
	/** End Video Grid CSS**/
	
	/*----- Header -----*/
	header .nav ul li a{
		font-size: 14px;
	}
	
	/*----- Text over images -----*/
	#hero-content .captions{
		letter-spacing: 0;
		font-weight: 300;
		letter-spacing: 2px;
	}
	
	#hero-content .captions.large_captions .caption1{
		font-size: 28px;
		text-transform: uppercase;
		text-shadow: 2px 1px 0 #000;
	}
	
	#hero-content .captions.large_captions .caption2 {
		font-size: 40px;
		text-transform: uppercase;
		text-shadow: 2px 1px 0 #000;
	}
	
	#hero-content .captions #caption_container .caption3{
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: 2px 1px 0 #000;
	}
	
	/*----- Page Title -----*/
	#main .titles .titles_title {
		font-size: 32px;
	}
	
	.image_grid_content >div.image_grid_content_cta, body .image_grid_content >div.image_grid_content_cta span, .features.tile .feature-footer .booknow, 
	#main .text_container .bookbutton {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.7px;
	}
	
	.image_grid_content >div.image_grid_content_subtitle{
		color: #babd01;
	}
	
	.image_grid_container_item .image_grid_content {
	    border: 8px solid transparent;
	    box-shadow: inset 0 0 0 1px #fff;
	}
	
	#main .image_grid .is_bg .image_grid_content_text {
		font-size: 18px;
		line-height: 26px;
	}
	
	.text_shadow{
		text-shadow: 2px 1px 0 #000;
	}
	
	/*----- Quickbook -----*/
	.quickbook label {
		font-weight: 400;
	}
	.quickbook{
		font-family: 'Open Sans', sans-serif;
	}
	
	.quickbook label{
		font-weight: 500;
		letter-spacing: 1px;
	}
	
	.quickbook input, .quickbook select {
	   font-family: 'Open Sans', sans-serif;
	}
	
	#sidebar.fixed.maximise .quickbook label {
		letter-spacing: 0.7px; 
	}
	
	#sidebar.fixed.maximise .button {
		font-weight: 300;
		text-align: center;
		z-index: 99;
		color: #fff;
		letter-spacing: 1px;
		text-transform: uppercase;
		/*background: #babd01;*/
		cursor: pointer;
	}
	
	#sidebar.fixed.maximise .button:hover{
		background-color: #9b9e00;
		color: #fff;
	}
	
	.quickbooklinks li {
		line-height: 30px;
	}
	
	/*----- Main -----*/
	#main .text_container p, #main .text_container li, .box-content .sitemap a, .box-content .links a {
	    font-size: 14px;
    	line-height: 22px;
    	color: #000000;
	}
	
	#main .bookbutton:hover {
		background-color: #babd01;
		border-color: #babd01;
		color: #fff;
	}
	
	/* The Overlay (background) */
	header .overlay {
		height: 100%;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed; /* Stay in place */
		z-index: -10; /* Sit on top */
		left: 0;
		top: 0;
		background-color: rgb(0,0,0); /* Black fallback color */
		background-color: rgba(0,0,0,.93); /* Black w/opacity */
		overflow-x: hidden; /* Disable horizontal scroll */
	}

	header .overlay-content .firstlevel .dropdown-menu-two a{
		padding: 0 8px 4px 8px;
	}

	/* The navigation links inside the overlay */
	header .overlay a {
		padding: 8px;
		text-decoration: none;
		color: #fff;
		display: inline-block; /* Display block instead of inline */
		letter-spacing: 2px;
	}

	/* When you mouse over the navigation links, change their color */
	header .overlay a:hover, .overlay a:focus {
		text-decoration: underline;
	}

	/* Position the content inside the overlay */
	header .overlay-content {
		text-align: center; /* Centered text/links */
	}
	
	header .overlay-content .firstlevel{
		padding-left: 0;
		font-size: 16px;
		text-transform: uppercase;
		list-style: none;
	}

	header .overlay-content .firstlevel .dropdown-menu-two{
		display: block !important;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 14px;
		text-transform: capitalize;
		padding-top: 0;
		padding-bottom: 15px;
		margin-top: 0;
	}
	
	/* Position the close button (top right corner) */
	header .overlay #close-nav {
		font-size: 50px;
		text-align: center;
		line-height: 35px;
	    position: fixed;
	    top: 10%;
    	right: 30%;
	}
	
	header #mobileNav.open{
		width: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
		-o-transition: .5s opacity ease;
	    -ms-transition: .5s opacity ease;
	    -moz-transition: .5s opacity ease;
	    -webkit-transition: .5s opacity ease;
	    transition: .5s opacity ease;
	}
	
	
	header #mobileNav.open .overlay-content {
		width: 100%; /* 100% width */
		display: block;
		opacity: 1;
	}
	
	header #mobile-container{
		width: 100%;
		position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
		overflow-y: scroll;
	}
	
	header #mobile-container .overlay-content{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	
	/****************** Center Dynamic Menu Vertically *****************/
	header #mobile-container .overlay-content:before {
	    content: '';
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
  	}
	
	header #mobile-container .overlay-content:after {
	  	content: '';
	}
	
	header .overlay .firstlevel {
	    display: inline-block;
	    vertical-align: middle;
	    text-align: left;
	}
	
	/* Style the buttons that are used to open and close the accordion panel */
	.dropdown {
	    cursor: pointer;
	   /*  padding: 18px;
	    width: 100%;
	    text-align: left;
	    border: none;
	    outline: none;
	    transition: 0.4s; */
	}
	
	#mobileNav .firstlevel li{
		min-width: 300px;
		padding-bottom: 10px;
	}
	
	.dropdown-btn{
	    display: inline-block;
	    font-size: 33px;
	    vertical-align: sub;
	    float: right;
	    font-weight: 500;
	    line-height: 23px;
	    width: 27px;
	    height: 27px;
	    text-align: center;
	    content: "+";
	}
	
	.dropdown-btn.open{
	    content: "-";
	}
	
	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	#mobileNav li.active a, #mobileNav li a:hover {
	    color: #babd01;
	}
	
	/* Style the accordion panel. Note: hidden by default */
	ul.dropdown-menu{
	    padding: 0 18px;
	    display: none;
	    -o-transition: .5s display ease;
	    -ms-transition: .5s display ease;
	    -moz-transition: .5s display ease;
	    -webkit-transition: .5s display ease;
	    transition: .5s display ease
	}
	/****************** Center Dynamic Menu Vertically *****************/
	
	header .overlay-content .firstlevel .dropdown-menu-two{
		display: block !important;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 14px;
		text-transform: capitalize;
		display: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		text-transform: capitalize;
		line-height: 24px;
		padding: 0 0 15px 0;
		margin: 0;
		line-height: 12px;
	}
	
	/******Rates Slider*******/
 	body .rates{
		/* max-width: 250px;
		height: 180px; */
	    margin-top: -200px;
	  /*  height: 176px;*/
	    font-family: 'Roboto Slab', serif;
	} 
	
	body .bx-wrapper .bx-viewport {
		/* height: 177px !important;
		width: 250px !important;
		overflow: hidden !important;*/
		left: 0 !important; 
		border-width: 0;
	}
	
	body .rates .bx-wrapper .bx-pager{
		display: none;
	}
	
	body .rates .bx-wrapper > .bx-viewport > .bx-wrapper > .bx-controls{
		display: block;
	}
	
	.rates .imagewithtext:before{
		  content: "";
		  top: 0;
		  left: 0;
		  position: absolute;
		  height: 100%;
		  width: 100%;
		  background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .5) 100%);
		  /* FF3.6+ */
		  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .5)), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
		  /* Chrome,Safari4+ */
		  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .5) 100%);
		  /* Chrome10+,Safari5.1+ */
		  background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .5) 100%);
		  /* Opera 11.10+ */
		  background: -ms-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .5) 100%);
		  /* IE10+ */
		  background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .5) 100%);
		  /* W3C */
		  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
		  /* IE6-9 */
	}
	
	body .rates .imagewithtext .text {
	    display: block;
		position: absolute;
		right: 0;
		top: 0px;
		left: 0;
	    padding: 12px 0;
	    text-align: center;
	    z-index: 9999999999;
	    width: 100%; 
	    background: rgba(0,0,0,1);
	}
	
	body .rates .imagewithtext .text:empty{
		display: none;
	}
	
	body .rates .imagewithtext .text .description, body .rates .imagewithtext .text .price{
		display: none;
	}
	
	.rates .rates-box .imagewithtext {
	    height: 176px;
	}
	
	.rates .text .title {
	    color: #fff;
        font-weight: 300;
	    letter-spacing: 1px;
   	}
		
	body .rates .imagewithtext img {
	    width: 100%;
	    height: auto;
	    margin: 0;
	    border: 0;
	    padding-top: 20px;
	    z-index: -1;
	}
	
	.rates .imagewithtext .booknow {
	    bottom: 0;
	    right: auto;
	    padding: 5px 0;
	    width:100%;
	    letter-spacing: 2px;
	    border: 0;
        font-size: 16px;
    	font-weight: 300;
    	color: #fff;
	}
	
	.rates .bx-wrapper .bx-next, .rates .bx-wrapper .bx-prev {
	    top: 50%;
	    text-indent: 0;
	    background: none;
	    height: 42px;
	    width: 36px;
	    margin-top: -21px;
	}
	
	.rates .bx-wrapper .bx-next {
	    right: -15px;
	}
	
	.rates .bx-wrapper .bx-prev {
	    left: -15px;
	}
	
	.rates .fa{
	    color: #fff;
	    font-size: 42px;
	}
	
	.rates .bx-wrapper .bx-prev .fa {
		text-indent: 20px;
	}

	/*.rates .bx-wrapper .rates-box .fullimage{
		padding-top: 30px;
	}*/
	/** End Rates Slider****/
	
	/************* Content CSS****************/
	
	#main #quickbook_btn{
        text-decoration: none;
	}
	
	/************* End Content CSS****************/
	
	/******************* Widget Styles*******************************************/
	#main{
		padding-top: 30px;
	}
	
	#main .titles{
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		margin-top: 30px;
		margin-bottom: 30px;
		position: relative;
	}
	
	#main .titles:after{/* Title underline **/
	    content: "";
	    background: #000;
	    position: absolute;
	    left: 0;
	    top: 17px;
	    height: 1px;
	    width: 90%;
	    z-index: -1;
	    margin-left: 5%;
	}
	
	#main .titles .titles_title{
	    display: inline-block;
	    background-color: #fff;
	    padding: 0 40px;
	    position: relative;
	}
	
	#main .section_subtitle {
	    margin-top: 14px;
        letter-spacing: 1px;
    	font-weight: 400;
    	font-family: 'Roboto', serif;
	}
	
	#main .text_container{
		width: 80%;
		margin: 0 auto;
		line-height: 24px;
	}
	
	#main .text_container strong{
		font-weight: 700;
	}
	
	#main .text_container li:before { /** Create bullet points so can reduce spaxce between text**/
	  content: '\2022 \00a0';
	}
	
	#main .text_container .bookbutton{
        border: 1px solid #000;
	    color: #000;
	    font-family: 'Roboto Slab', serif;
	    padding: 15px 20px;
	    text-transform: uppercase;
	    width: 140px !important;
	    display: inline-block;
	    text-align: center !important;
	    cursor: pointer;
	    margin-right: 10px;
	    margin-top: 10px;
	    font-weight: 500;
	    line-height: 14px;
	}

	#main .text_container .bookbutton:hover{
	    border: 1px solid #babd01;
	    background-color: #babd01;
	    color: #fff;
	}
	
	#main .banner_container{
		font-weight: 300;
		margin-top: 24px;
		margin-bottom: 24px;
		text-align: center;
	}
	
	#main .banner_container .border{
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: table;
		text-align: center;
		justify-content: center;
    	align-items: center;
	}
	
	#main .banner_container .title{
    	font-size: 38px;
	    letter-spacing: 1.5px;
	    text-transform: initial;
	    text-transform: uppercase;
	    font-weight: 400;
	}
	
	#main .banner_container .show_info .text{
	    align-items: center;
	    text-align: center;
	    display: table-cell;
    	vertical-align: middle;
    	box-shadow: inset 0 0 0 1px #fff; 
    	border: 8px solid transparent;
	}
	
	.banner.show_info a .overlay span.button, .parallax .overlay a.button, .image-and-text-footer .button {
        border: 1px solid #fff;
	    border-radius: 0;
	    cursor: pointer;
	    color: #fff;
	    text-decoration: none;
	    width: 170px;
    	padding: 12px;
	}
	
	.banner.show_info a .overlay span.button:hover, .parallax .overlay a.button:hover, .image-and-text-footer .button:hover{
		background-color: #babd01;
		border-color: #babd01;
	}
	
	 .parallax .overlay span.title{
	 	font-family: 'Roboto Slab', serif;
	 	font-size: 51px;
 	    line-height: 50px;
	 }
	
	#main .image_grid .image_grid_content_title{
		font-family: 'Roboto Slab', serif;
		/*font-size: 51px;*/
		font-weight: 300;
		letter-spacing: 0;
		text-transform: capitalize
	}
	
	#main .image_grid .is_bg .image_grid_content_title{
		font-size: 32px;
	    width: 85%;
    	margin: 0 auto;
	}
	
	#main .image_grid .is_bg .image_grid_content_text{
	    font-size: 14px;
	    line-height: 20px;
		padding: 2vh 60px 8vh 60px;
	}
	#main .image_grid .is_bg .image_grid_content_title, #main .image_grid .is_bg .image_grid_content_subtitle, #main .image_grid .is_bg .image_grid_content_text {
		color: #444;
	}
	
	.image_grid .image_grid_content >div.image_grid_content_cta span{
		border: 1px solid #fff;
	    color: #fff;
	    font-weight: 400;
	    padding: 15px 20px;
	    text-transform: uppercase;
	    width: 120px !important;
	    display: inline-block;
	    text-align: center !important;
	}
	
	#main .image_grid .image_grid_container_item.title_only .image_grid_content_text{ /****** Fix for title only on image grid*********/
		display: none;
	}
	
	#main .image_grid .image_grid_item.text_left{
		text-align: left;
	}
	
	#main .image_grid .image_grid_item.text_center{
		text-align: center;
	}
	
	#main .image_grid .image_grid_item.text_right{
		text-align: right;
	}
	
	.feature {
		border: 1px solid #ccc;
   		margin: 10px;
	}
	
	.circle_lrgtile.larger_setup .image {
	    margin: 0;
	    border-radius: 12px;
 		-webkit-border-radius: 12px; 
  		-moz-border-radius: 12px; 
	    -webkit-background-clip: padding-box; 
	    -moz-background-clip:    padding; 
	    background-clip:         padding-box;
    	border-radius: 50%;
    	overflow: hidden;
	}
	
	.features .feature .image-text .text{
		font-family: 'PT Sans', sans-serif;
	    font-weight: 400;
	    padding: 5px 0;
	    margin-bottom: 0;
	    color: #444;
	}

	.features .feature .image-text .text .title{
	    font-size: 22px;
	}
	
	#page #main .features .feature .image-text .text .subtitle{
	    font-size: 18px;
	    margin-top: 10px;
	}

	.features.tile .image-text .feature-pusher{
		height: 60px;
	}
	
	.features.circle_lrgtile.larger_setup .image-text .feature-pusher{
		height: 60px;
	}

	.feature .price {
	    color: #fff;
	}

	.features.list .feature .button{
        border: 1px solid #fff;
	    color: #fff;
	    font-weight: 400;
	    padding: 0px 5px;
	    text-transform: uppercase;
	    width: 120px !important;
	    display: inline-block;
	    text-align: center !important;
	}

	.features.list .feature .button:hover{
        border: 1px solid #babd01;
        background-color: #babd01;
	}

	/*.features .image-text .circle_border{
		background-image: url(../images/circle-border.png);
	}*/
	span.circle_border {
	    display: none;
	}

	.features.circle_lrgtile.larger_setup span.circle_border {
	    position: absolute;
	    display: block;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	
	.features.tile .feature-footer {
	    background: none;
	    margin: 0 auto;
	    border-left: 0;
	    border-right: 0;
	    min-height: 35px;
    	line-height: 35px;
    	bottom: 20px;
    	color: #444;
	}

	.features.tile .feature-footer:hover {
		border-color: #babd01;
		color: #babd01;
	} 
	
	#main .features.tile .feature-footer .booknow{
		margin-top: 0;
		font-weight: 400;
		border: 1px solid #000;
    	width: 150px;
	}
	
	#main .features.tile .feature-footer:hover .booknow{
		color: #fff;
		background-color: #babd01;
		border-color: #babd01;
	}

	#main .parallax .text{
		box-shadow: inset 0 0 0 1px #fff;
    	border: 8px solid transparent;
	}
	
	#main .parallax .text_left{
		text-align: left;
	}
	
	#main .parallax .text_center{
		text-align: center;
	}
	
	#main .parallax .text_right{
		text-align: right;
	}
	
	#main .parallax .text_left .text, #main .parallax .text_center .text, #main .parallax .text_right .text{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.images-and-texts{
		background-color: #000
	}
	
	.images-and-texts .title{
		color: #fff;
		font-size: 30px;
	}
	
	#main .images-and-texts .subtitle{
		font-size: 22px;
		margin-top: 10px;
	}
	
	.images-and-texts .description{
		color: #fff;
	}
	
	 .image-and-text-footer .button {
        padding: 15px 30px;
	}
	
	
	/*************************** End Of Widgets*******************************************/
	
	/*************************** Footer CSS ************************************************/
	#main .pusher{
		height: 135px;
	}

	#page footer {
	    border-top-width: 0px; 
	    background-color: #000;
	}
	
	footer #footer-container{
		line-height: 24px;
		text-align: center;
		padding-top: 20px;
		color: #fff;
		min-height: 120px;
	}
	
	footer #footer-container .container{
		border-bottom: 1px solid #babd01;
    	margin-bottom: 30px;
	}
	
	footer #footer-container a{
		color: #babd01;
	    text-decoration: none;
	}
	
	body #page footer #footer-container a:hover{
	    text-decoration: underline;
	    color: #babd01;
	    -o-transition: .3s ease;
	    -ms-transition: .3s ease;
	    -moz-transition: .3s ease;
	    -webkit-transition: .3s ease;
	    transition: .3s ease; 
	}
	
	footer #footer-container p{
		margin-bottom: 0;
	}
	
	/* footer #footer-container #footer-menu a:hover{
	    text-decoration: underline;
	    -o-transition: .3s text-decoration ease;
	    -ms-transition: .5s text-decoration ease;
	    -moz-transition: .5s text-decoration ease;
	    -webkit-transition: .5s text-decoration ease;
	    transition: .5s text-decoration ease; 
	} */
	
	/** Footer Left ***/
	
	.footer .titles{
	    font-size: 20px;	
	}
	
	.footer .titles .header{
	    font-size: 20px;
    	display: inline-block;
  		position: relative;  
  		width: 33%
	}
	
	.titles .header:before,
	.titles .header:after {
      	content: "";
	    position: absolute;
	    height: 5px;
	    border-bottom: 1px solid #babd01;
	    top: 12px;
	    width: 100%;
	}
	
	.titles .header:before {
	  right: 100%;
	}
	.titles .header:after {
	  left: 100%;
	}
	
	/* .footer .titles:after{
	    content: "";
	    background: #babd01;
	    position: absolute;
	    left: 0;
	    top: 17px;
	    height: 1px;
	    width: 90%;
	    z-index: 0;
	    margin-left: 4%;
	} */
	
	.footer#footer-left{
		display: inline-block;
		text-align: left;
		float: left;
	}
	
	.footer#footer-left #footer-left-container{
		margin-left: 15px;
	}
	
	.footer #sign-up-box, .footer #address{
		padding-bottom: 20px;
	}
	
	.footer #sign-up-box #input-box{
		padding: 8px 20px;
    	border: 1px solid #fff;
    	width: 215px;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 14px;
	}
	
	.footer #sign-up-box #input-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  	font-family: 'Open Sans', sans-serif;
	  	color: #000;
	}
	
	.footer #sign-up-box #input-box::-moz-placeholder { /* Firefox 19+ */
	  	font-family: 'Open Sans', sans-serif;
	  	color: #000;
	}
	
	.footer #sign-up-box #input-box:-ms-input-placeholder { /* IE 10+ */
	  	font-family: 'Open Sans', sans-serif;
	  	color: #000;
	}
	
	.footer #sign-up-box #input-box:-moz-placeholder { /* Firefox 18- */
	  	font-family: 'Open Sans', sans-serif;
	  	color: #000;
	}
	
	input:disabled {
	    color: #000;
	    background-color: #fff;
	}
		
	.footer #sign-up-box #submit-btn{
        padding: 0;
	    border: 1px solid #babd01;
	    background-color: #babd01;
	    color: #fff;
	    font-size: 17px;
	    height: 37px;
	    vertical-align: bottom;
	    cursor: pointer;
	    width: 40px;
	    padding-top: 3px;
	}
	footer .social-icons a{
		text-decoration: none !important;
	}
	
	footer .social-icons span{
	    background-color: #babd01;
	    color: #fff;
        border-radius: 50%;
	    margin-left: 6px;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 22px;
	    margin-bottom: 5px;
	}
	
	footer .social-icons span:hover{
	    background-color: #9b9e00
	}
	
	footer .social-icons label{
		font-size: 20px;
		font-family: 'Roboto Slab', serif;
	}
	/** End Footer Left ***/

	/** Footer Center ***/
	.footer#footer-center{
	    display: inline-block;
	}
	.footer#footer-center img{
	    width: 60%;
	}
	/** End Footer Center ***/

	/** Footer Right ***/
	.footer#footer-right{
		float: right;
		font-family: 'Open Sans', sans-serif;
    	font-size: 13px;
    	font-weight: 500;
    	text-align: right;
	}
	
	.footer#footer-right #footer-right-container{
		text-align: center
	}
	
	.footer #address{
		display: inline-block;
    	text-transform: capitalize;
	}
	
	#footer-container .footer#footer-menu .loggedin{
		color: #eb5a46;
	}
	
	footer #footer-menu{
		text-align: center;
		text-transform: uppercase;
		margin-right: 15px;
	}
	
	footer #footer-menu li{
	    display: inline;
	    border-right: 1px solid #babd01;
	    padding: 0 10px;
	    line-height: 13px;
	    font-weight: 700;
	}
	
	footer #footer-menu li:last-child{
		border: none;
		padding-right: 0;
	}
	/** Footer Right ***/
	/** Footer Bottom Row ***/
	footer #footer-logos img{
		margin-right: 15px;
	}
	
	footer #made-by{
		text-align: center;
    	padding: 15px 0;
	}
	
	footer #made-by a{
		cursor: pointer;
		color: #aeaeae;
		text-decoration: none;
	}
	
	footer #made-by a:hover{
		text-decoration: underline;
		color: #babd01;
		-o-transition: .3s ease;
	    -ms-transition: .3s ease;
	    -moz-transition: .3s ease;
	    -webkit-transition: .3s ease;
	    transition: .3s ease; 
	}
	footer #footer-mobile{
		display: none;
	}
	
	.footer2 .footer2_right .booking_form {
	  padding: 10px 30px 60px 30px;
	}
	.footer2 .footer2_right .booking_form .size_half {
	  width: 49.5%;
	}
	.footer2 .footer2_right .booking_form .margin_right {
	  margin-right: 1%;
	}
	
	.booking_form{
		text-align: center;
	}
	
	.booking_form input[type=time] {
	  color: #2d2d30;
	  border: none;
	  margin: 0px;
	  margin-bottom: 7px;
	  padding: 11px;
	  font-size: 13px;
	  outline: none;
	  -webkit-appearance: none;
	  border-radius: 0px;
	}
	.booking_form .size_full {
	  width: 88%;
	}
	.booking_form .size_half {
	  width: 49.3%;
	}
	.booking_form .size_2 {
	  width: 65.6%;
	}
	.booking_form .size_1 {
	  width: 33%;
	}
	.booking_form .size_left {
	  float: left;
	}
	.booking_form .size_right {
	  float: right;
	}
	.booking_form .margin_right {
	  margin-right: 1.4%;
	}
	.booking_form textarea {
	  border: none;
	  font-size: 13px;
	  font-family: 'PT Sans', sans-serif;
	  height: 113px;
	  padding: 9px 12px;
	  color: #2d2d30;
	  outline: none;
	  -webkit-appearance: none;
	  border-radius: 0px;
	  margin-right: 0;
	}
	.booking_form input[type=submit] {
	  padding: 15px;
	  text-align: center;
	  width: 220px;
	  font-size: 15px;
	  font-family: 'Roboto Slab', serif;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  color: #ffffff;
	  -webkit-appearance: none;
	  opacity:1;
	  cursor: pointer;
	  border-radius: 0px;
	  -moz-transition-duration: 0.5s;
	  -ms-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	  -webkit-transition-duration: 0.5s;
	}
	
	.booking_form input[type=submit]:hover{
		background-color: #9b9e00;
	}
	
	.booking_form input[type=button].flashing, a.flashing {
	  padding: 15px;
	}
	.booking_form_footer {
	  max-width: 550px;
	  display: block;
	  margin: 0 auto;
	  position: relative;
	}
	.booking_form_footer input {
	  color: #000;
	  border: none;
	  margin: 0px;
	  margin-bottom: 7px;
	  padding: 12px;
	  font-family: 'PT Sans', sans-serif;
	}
	
	#form-messages{
		height: 30px;
	}
	
	#form-messages.success{
		color: #babd01;
	}
	
	#form-messages.error{
		color: red;
	}
	
	/** End Footer Bottom Row ***/
	/*************************** End Footer CSS ************************************************/


	body.bg-white header, body.template_gallery header, body.template_minimal header, body.template_quickbook_iframe header{
		background: rgba(0, 0, 0, .5);
		/*-o-transition: .3s background ease;
	    -ms-transition: .3s background ease;
	    -moz-transition: .3s background ease;
	    -webkit-transition: .3s background ease;
	    transition: .3s background ease; */
	}
	
	body.bg-white .dropdown-menu, body.template_gallery .dropdown-menu, body.template_minimal .dropdown-menu, body.template_quickbook_iframe .dropdown-menu{
		 background: rgba(0, 0, 0, .5);
	}

	body.bg-white #quickbook p, body.template_gallery  #quickbook p, body.template_minimal  #quickbook p, body.template_quickbook_iframe  #quickbook p {
		color: #383837;
	}

	body.bg-white #quickbook #qb_trigger, body.template_gallery  #quickbook #qb_trigger, body.template_minimal  #quickbook #qb_trigger, body.template_quickbook_iframe #quickbook #qb_trigger{
		background-color: #383837;
		border: 1px solid #383837;
	}
/******************************** End Background White CSS***************************************/

/******************************** Sitemap CSS************************************************/

	.sitemap ul li a{
		color: #444;
		font-family: Roboto, serif;
		font-weight: 400;
	}
	
	.sitemap ul li a:hover{
		text-decoration: underline;
		color: #babd01;
	}

/******************************** End Sitemap CSS************************************************/

/******************************** Template Gallery CSS************************************************/
	.template_gallery #main, .template_minimal #main, .template_quickbook_iframe #main {
	    padding-top: 90px;
	}

	#supersized.notresize li .gallery-title {
	    box-sizing: border-box; /** stop overlay from extending beyond div**/
    	border: 9px solid #fff;
	}
	
	.template_gallery #supersized.notresize li a {
	    border: 9px solid #fff;
	}
	
	.arrow-right {/*-- COLOUR --*/
		border-bottom: 10px solid transparent;
		border-left-style:solid;
		border-left-width:10px;
		border-top: 10px solid transparent;
		border-left-color: #fff;
		height: 0px;
		width: 0px;
	}

	.arrow-left {/*-- COLOUR --*/
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right-style: solid;
		border-right-width: 10px;
		border-right-color: #fff;
		height: 0px;
		width: 0px;
	}
	
	.icons .icon-button {
	    background-color: #000;
	    border-color: #646464;
	    color: #fff;
	}
	
	.icons .icon-button:hover {
	    background-color: #babd01;
	    border-color: #ffffff;
	    color: #ffffff;
	}
	
    #map-canvas {
	    width: 100%;
	    height: 500px;
	}
	
	#map-container{
		position: relative;
		margin-top: 100px;
	}
	
	#map-filters{
        position: absolute;
	    z-index: 1;
	    width: 100%;
	    text-align: center;
	    top: -55px;
   	}
   	
   	.mapfilter{
   	    display: inline-block;
	    width: 80px;
	    height: 80px;
	    background-color: #000;
	    z-index: 999;
	    background: url(../../includes/img/map-icons/icon-bar-food.png);
	    background-size: 100%;
	    cursor: pointer;
    }
/******************************** End Template Gallery CSS***************************************/	

/*****Inline SLider CSS *****/
.inline_wrapper .tos-prev{
	opacity: 1 !important;
    border-radius: 50%;
    height: 50px;
    margin-top: 0;
    left: 5px;
    background-color: #babd01;
    border: none;
    width: 50px;
}

.inline_wrapper .tos-next{
	opacity: 1 !important;
    border-radius: 50%;
    height: 50px;
    margin-top: 0;
    right: 5px;
    background-color: #babd01;
    border: none;
    width: 50px;
}

.inline_wrapper .tos-prev span, .inline_wrapper .tos-close span:before {
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 12px solid #fff;
    border-left: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
    width: 0;
    height: 0;
    top: 26%;
    left: 34%;
}

.inline_wrapper .tos-next span, .inline_wrapper .tos-close span:after{
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: none;
    border-left: 12px solid #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
    width: 0;
    height: 0;
    top: 26%;
    right: 34%;
}

.inline_wrapper .top .title{
	color: #000;
}

#main .inline_wrapper .top .subtitle{
	font-size: 18px;
}
/*******End Inline SLider ******/

/** Show Hamburger Menu***/
header .nav{
	display: none;
}

.navbar-header {
	float: none;
}
header #nav-toggle{
	display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    text-decoration: none;
}

header .dropdown .dropdown-menu {
	opacity: 1 !important;
	position: relative;
	line-height: 12px;
	top: 0;
	font-size: 14px;
    background: rgba(255, 255, 255, 0);
    margin-top: 10px;
}

header .dropdown-menu a{
    padding: 0;
    margin-bottom: 8px;
    font-weight: 300;
    margin-left: 15px;
    font-family: Roboto, serif;
}

header #close-nav{
	text-decoration: none;
}
}

/** End Show Hamburger Menu***/

@media only screen and (max-width: 1299px) {
	.container{
		width: 100% !important;
	}
	
	#main .banner_container .show_info .text{
		padding-top: 2%;
		padding-bottom: 2%;
	}
}


/*** Collapse the menu sooner **/
@media only screen and (max-width: 1210px) {

	#page #hero-content .video_wrapper {
	     display: none; 
	}

	.template_video .bx-wrapper {
	     display: block;
	}

	header .dropdown-menu a {
		margin-bottom: 12px;
	}
	
	/* linearization for YAML grid module */
	.linearize-level-1,
	.linearize-level-1 > [class*="ym-g"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}
	
	/* reset defined gutter values */
	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}
	
	#main .banner_container .text {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	#main .banner_container .text .title{
		font-size:22px;
	}

	#main .banner_container .text .subtitle{
		font-size:18px;
	}
	
	.footer#footer-center{
		display: none;
	}
	
	.footer#footer-mobile{
		display: block;
		padding: 10px;
	}
	
	.footer#footer-left #footer-left-container {
	    margin-left: 0; 	
	}
	
	footer #footer-container #footer-left{
		text-align: center;
	}
	
	footer #footer-container #footer-left .social-icons{
		text-align: center;
	}
	
	footer #footer-container #footer-right{
		text-align: center;
		margin-top: 30px;
	}
	
	footer #footer-menu {
    	text-align: center;
	}
}

@media only screen and (max-width: 991px){
	.feature .text .title{
		font-size: 18px;
		line-height: 21px;
	}
	
	#main .image_grid .image_grid_content_title {
		font-size: 28px;
	}
	
	#main .image_grid .is_bg .image_grid_content_title {
		font-size: 30px;
	}
}


/* Small devices (tablets, 768px and down) */
@media only screen and (max-width: 767px) {
	.container{
		width: 90%;
	}
	
	header #quickbook_btn{
		display: none;
		font-family: 'Open Sans', sans-serif;
	}
	
	header #quickbook_btn_text{
		display: none;
	}

	body header .logo {
		background: url(../../includes/img/logo-small.png) no-repeat center center;
	}
	
	#main #quickbook_btn.mobile {
		display: table;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    margin: 0;
	    padding: 20px 0;
	    font-family: 'Roboto Slab', serif;
	}
	
	#main #quickbook_btn.mobile #book-bed-icon{
		position: absolute;
	    left: 15px;
	    top: 8px;
	}
	
	#quickbook_btn span {
	    font-size: 20px;
	}
	
	#main #quickbook_btn_text {
	    font-size: 12px;
	}
	
	body header .logo {
	    background: url(../../includes_template_gnh_3star/images/logo-small.png) no-repeat center center;
	    background-position: 0 0;
	    background-size: 100%;
	    margin-top: 0;
	}
	
	body footer{
		padding-bottom: 60px;
	}
	
	#page #hero-content .captions .caption2{
		line-height: 50px;
	}
	
	#page #hero-content .captions .caption1 {
	    margin-bottom: 0;
	    font-size: 22px;
	}
	
	#page #hero-content .captions.large_captions .caption2, .parallax .overlay span.title  {
	    font-size: 22px;
	    line-height: 1em;
	}

	body #main .parallax .overlay span.subtitle {
		font-size: 18px;
	}
	
	#page #hero-content .captions #caption_container .caption3 {
	    font-size: 14px;
	    text-shadow: 1px 1px 0 #000;
	    line-height: 17px;
	}
	
	#page #hero-content .bx-controls .bx-prev, #hero-content .bx-controls .bx-next{
		display: none;
	}
	
	#page #main .titles .titles_title {
	    padding: 0 10px;
	}
	
	header .overlay #close-nav {
	    top: 30px;
	    right: 30px;
	}
	
	.features .image-text .feature-pusher {
	    height: 20px;
	}
}

@media only screen and (max-width: 480px) {
	header .logo_container {
    	text-align: right;
    }
    
	body header .logo {
	    background-size: 80%;
	    margin-top: 3px;
	    margin-right: 10px;
	    background-position: right center;
	}

	body header #nav-toggle{
	    background-size: 50%;
	    padding-top: 22px;
	    padding-left: 0;
	    font-size: 15px;
	    margin-left: 15px;
	    margin-top: 15px;
	}

	#hero-content .captions.large_captions #caption_container{
		padding: 20px 15px;
	}
	
	#hero-content .captions.large_captions .caption2{
		font-size: 22px;
		margin-top: 10px;
		line-height: 22px;
	} 
	
	#main .text_container .bookbutton {
	    width: 75%;
	}
	
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
	
	.footer#footer-left #sign-up-box #input-box {
	    padding: 8px 10px;
	    width: 180px;
	    font-size: 12px;
	}
	
	.footer#footer-left #sign-up-box #submit-btn {
	    height: 35px;
	}
	
	#page #supersized.notresize li {
	    width: 100%;
	}
}
@media only screen and (max-height: 600px) {
	#sidebar{
		display: none;
	}
}

/********Image Grid Fix on different screen sizes**********/
/* @media screen and (max-width: 740px){
	.image_grid > .image_grid_item {
	    padding-left: 0;
	    padding-right: 0;
	}
}

@media screen and (max-width: 480px){
	.page_layout_Flexible .box-content > .text_container h3 {
		padding: 0 0 5px 0;
	}
	.page_layout_Flexible .box-content a.ym-button.button.bookbutton {
	    padding: 2px 2px;
	}
	.image_grid_content >div.image_grid_content_text{
	    padding: 0;
	}
}

@media screen and (min-width: 1300px){
	.image_grid_content >div.image_grid_content_title{
	    font-size: 27px;
	}
	.image_grid_content_subtitle {
	    font-size: 17px;
	}
	
	.image_grid_content >div.image_grid_content_text {
	    line-height: 20px;
	    padding: 0px 0px;
	}
	
	.image_grid_container_item .image_grid_content {
	    padding: 0 20px;
	
	}
	.image_grid_content >div{
	 padding: 8px;
	}
}
 */

/*  @media screen and (max-height: 650px)  and (min-width: 996px) and (max-width: 1290px){
	.image_grid_content >div.image_grid_content_text{
	      overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
	}
} */

@media screen and (min-width: 740px) and (max-width: 995px) { 
    .image_grid_content >div.image_grid_content_subtitle {
	    display: none;
	}
}

@media screen and (max-height: 500px) and (min-width: 760px){
	.image_grid_content >div.image_grid_content_text{
	     display: none;
	}
}
 /*** Fixes for image grid on different sizes****/
@media screen and (max-height: 7500px){
	 .image_grid_content >div.image_grid_content_text {
	    padding: 5px;
	}
	
	.image_grid_content >div, .image_grid_content > h1 {
		padding: 5px;
	}
}

@media screen and (max-height: 570px){
	 .image_grid_content >div.image_grid_content_subtitle {
	    display: none;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   footer .ym-g20{ /*IE10*/
   		width: 19% !important;
   }
   *::-ms-backdrop, footer .ym-g20 { 
		width: 19% !important;	
	} /* IE11 */
   
}