#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	z-index: 10000;
	display: table;
}
.overlayblack {
	background-color: rgba(0,0,0,1)!important;	
}

@media screen and (max-width: 720px) { 
	.mob {
		position: fixed;
	}
	
	p {
		clear:both!important;	
	}

	html {
		-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	}
	
	body * {
		box-sizing: border-box;
	}
	
	.homepageslideshowholder {
		background:#FFF!important;
		position:static!important;
		padding-top:64px;
	}
	#homepageslideshow {
		position:static!important;	
		width:100%;
		background-size:cover!important;
		height:275px!important;

		
	}
	.homepageslideshowbg {
		display:none!important;	
	}
	.slideshowtopbox {
		display:none!important;	
	}
	
	.slideshowholder {
		display: none !important;
	}
	
	.unslider {
		display: none;
	}
	
	.Page601 {
		padding-top:0px!important;	
	}
	
	.Page601 img {
		display:none;	
	}
	.Page601 td:first-child {
		display:none;	
	}
	.Page601 td {
		padding-bottom:50px;	
	}
	.Page601 .button2 {
		text-align:right;	
	}
	
	.template1 {
			
	}
	.template1 .td1 img {
		width:100%!important;
		height:auto!important;
	}
	.template1 .td2 {
		display:none;	
		
	}
	
	.template1 .td3 {
		padding:20px 0px 20px 0px;	
	}
	
	.template1 .td3 br {
		display:none;	
	}
	
	.template1 .td3 img {
		float:left;	
		width:33%!important;
		height:auto!important;
	}
	
	table {
		width:100%!important;	
	}
	
	table td {
		width:100%!important;
		float:left;
	}
	
	.template2 table {
		border-collapse: collapse !important;
	}
	
	.template2 table td {
		width:100%!important;
		float:none !important;
		border: 1px solid #999;
		padding: 5px;
	}
	
	.template2 table tr:first-child td {
		white-space:nowrap;
	}
	
	header {
		display: block;
		height:50px!important;
		width:100%;
		border-bottom: 0px solid #fff;
	}
	
	header .logo img {
		width: auto;
		height:auto;
		display: none;
	}
	
	header .logotext {
		font-size:18px!important;
		padding-top:0px!important;
		display:none;
		position:relative;
		top:-5px;
	}
	
	.actualheader {
		width:100%!important;	
		height:50px;
	}
	
	.actualheader .flags {
		position: absolute !important;
	}
	
	.headerright {
		display:none;	
	}
	
	header .headersplit {
		display:none;	
	}
	
	header .menu {
		position:static!important;	
		padding-top:0px!important;
	}
	
	.menuholder {
		padding: 0px 15px;
		display: none;
		background:#2a2a2a;
		text-align:left !important;
		overflow:hidden !important;
		box-shadow: 0px 3px 8px black;
		font-family: 'Comfortaa-Regular', arial;
	}
	
	.menuholder .cmsMenuItem {
		width: 100% !important;
		display:block !important;
		background: none !important;
		margin: 15px 0px !important;
	}
	
	.cmsMenuItem .cmsmiLeft {
		display: none !important;
	}
	
	.cmsMenuItem .cmsmiMid {
		display: block !important;
		background-color: #6f8c82;
		border-radius: 10px;
		z-index: 1;
		position: relative;
	}
	
	.cmsMenuItem .cmsmiMid a {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
	
	.menuholder .cmsMenuItem a {
		color: white;
		text-decoration: none;
		text-shadow: 1px 1px 1px black;
		font-size: 16px;
		letter-spacing: 1px;
	}
	
	.cmsSubmenu {
		position:static!important;
		background: rgba(255,255,255,0.1);
		border: none !important;
		padding: 10px 0px 0px 0px !important;
		overflow: hidden !important;
		margin: -15px 0px 0px 0px !important;
		z-index: 1;
		transform:none;
	}
	
	.cmsSubmenu .cmsMenuSubItem {
		margin: 10px 0px 10px 10px;
	}
	
	.cmsSubmenu .cmsMenuSubItem:last-child {
		margin-bottom: 0px !important;
	}
	
	.cmsSubmenu .cmsmiMid {
		border: none !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	
	.cmsSubmenu .cmsmiMid a {
		color: white !important;
	}
	
	.cmsSubmenu .cmsmiMid a:hover {
		color: white !important;
	}
	
	.cmsSubmenu .arrowholder {
		display: none !important;
	}
	
	.cmsSubmenu .cmsMenuItemHOver .cmsmiMid {
		background: none !important;
	}
	
	.cmsSubmenu .cmsMenuItemHOver .cmsmiMid a {
		color: white !important;	
	}
	
	.subMenuicon {
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
		float: right;
	}
	
	.subMenuicon.closed {
		-ms-transform: rotate(270deg); /* IE 9 */
		-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
		transform: rotate(270deg);
	}
	
	.subMenuicon.opened {
		-ms-transform: rotate(540deg); /* IE 9 */
		-webkit-transform: rotate(540deg); /* Chrome, Safari, Opera */
		transform: rotate(540deg);
	}
	
	.closeSub {
		padding: 10px;
		background-color: white;
		border-radius: 10px;
		text-align: center;
		cursor: pointer;
		margin: 0px 10px 10px 10px;
	}
	
	.hplinkinfo {
		padding-bottom: 10px;
		text-align: center;
		width: 100%;
		color: gray;
		font-size: 12px;
	}
	
	.blushojlogo {
		cursor: pointer;
	}
	
	.actualfooter {
		width:100%!important;
		text-align:center!important;
		padding: 10px !important;
	}
	.actualfooter .websiteby {
		float:none;
		display:none;
		padding-top:20px;
	}
	
	.website .content {
		padding-top:0px;	
		width:100%!important;
		box-shadow:none!important;
	}
	
	.Page598 .whitebackground {
		text-align:center !important;
		padding-top: 0px !important;
	}
	
	.whitebackground {
		padding: 10px !important;
		padding-top: 0px !important;
		min-height: 100px !important;
	}
	
	.whitebackground h1, .ftitle, .factitle {
		text-align: center !important;
	}
	
	.blushojlogo {
		width: 252px !important;
		height: 112px !important;
		display: block !important;
		margin: 0px auto 10px auto;
	}
	
	.template2, .templatecontent {
		float: left;
		width: 100% !important;
	}
	
	.leftboxes {
		width: 100% !important;
		float: none;
		padding: 0px !important;
	}
	
	.lbboxholder, .lbbox {
		width: 100% !important;
		padding: 10px !important;
	}
	
	.mobileObject {
		display:block!important;	
	}
	
	#GoogleMapModule_12_1 {
		display:none;	
	}
	
	.Module_EmailForm {
		width:90%!important;	
	}
	
	.Module_EmailForm input, .Module_EmailForm textarea, .Module_EmailForm select {
		width:100%!important;	
	}
	.Module_EmailForm input[type=radio] {
		width:auto!important;	
	}
	.Module_EmailForm .tdTitle {
		padding-bottom:0px!important;	
	}
	.Module_EmailForm .tdField {
		padding-bottom:12px!important;	
	}
	
	.mobMenuHandle {
		height: 50px !important;
		width: 50px !important;
		float: left;
		cursor: pointer;
		position: absolute !important;
		top: 0px;
		left: 0px;
	}
	
	.flags {
		height: 50px;
		position: fixed !important;
		right: 0px;
		top: 8px;
	}
	
	.homepagecontent {
		padding: 0px !important;
	}
	
	.tblHomepage td:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.tblHomepage td {
		padding: 20px;
	}
	
	.tblHomepage td img {
		margin-bottom: 10px;
		width: 100% !important;
		height: auto !important;
		border: 10px solid #98b7ac !important;
	}
	
	.tblHomepage td div {
		clear: both;
	}
	
	.tblHomepage td .tdhText {
		padding: 0px !important;
		overflow: visible !important;
	}
	
	.tblHomepage td a {
		padding: 5px 10px !important;
		position: static !important;
		display: block;
	}
	
	.actualfooter .contactinfo {
		display: block;
		clear: both;
	}
	
	.Module_GoogleMap, .whitebackground iframe {
		width: 100% !important;
	}
	
	.iframe img {
		margin-top: -3px;	
	}
	
	.tblThingsList td {
		padding-bottom: 20px !important;
	}
	
	.tblThingsList img {
		display: block !important;
		margin: 20px auto 0px auto !important;
		border-radius: 3px;
		box-shadow: 0px 2px 5px black;
		width: 100% !important;
		height: auto !important;
	}
	
	.tblThingsList .Module_PhotoGallery {
		width: auto !important;
	}
	
	.tblThingsList .Module_PhotoGallery .modpgPic:first-child {
		display: block !important;
		margin: 0px 0px 10px 0px !important;
		float: none !important;
		width: 100% !important;
	}
	
	.tblThingsList .Module_PhotoGallery .modpgPic:not(:first-child) {
		box-shadow: none !important;
		width: 25% !important;
		padding: 5px !important;
		margin: 0px !important
	}
	
	.tblThingsList .Module_PhotoGallery .modpgPic:not(:first-child) img {
		box-shadow: none !important;
		margin: auto !important;
		border: 1px solid black !important;
		width: 100% !important;
		height: auto;
	}
	
	.tblThingsList .Module_PhotoGalleryWrap .modpgPic {
		width: auto !important;
	}
	
	.tblThingsList h3 {
		text-align: center !important;
	}
	
	.tblThingsList .price {
		display: block;
		clear:both;
	}
	
	.tblThingsList a {
		display: block;
		width: 100%;
		text-align: center !important;
		padding: 10px 20px !important;
		margin-top: 0px;
	}
	
	.facility {
		width: 100% !important;
	}
	
	.facility br {
		display: none;	
	}
	
	.facility img {
		display: block !important;
		margin: 20px auto 5px auto !important;
		border-radius: 3px;
		box-shadow: 0px 2px 5px black;
	}
	
	.factext {
		text-align: center !important;
		margin-bottom: 10px !important;
	}
	
	.Module_EmailForm {
		width:90%!important;	
	}
	
	.Module_EmailForm input, .Module_EmailForm textarea, .Module_EmailForm select {
		width:100%!important;	
	}
	.Module_EmailForm input[type=radio] {
		width:auto!important;	
	}
	.Module_EmailForm .tdTitle {
		padding-bottom:0px!important;	
	}
	.Module_EmailForm .tdField {
		padding-bottom:12px!important;	
	}
	
	.Module_EmailForm {
		width: 100% !important;
	}
	
	.Module_EmailForm input, .mcmsTemplate2 .Module_EmailForm select, .Module_EmailForm textarea {
		width: 100% !important;
		padding: 10px 10px;
		resize:none;
	}
}