html {
	height: 100%;
}

body {
	min-height: 100%;
	padding:0;
	margin:0;
}

html, body {
	overflow: hidden;
}

input[type=text], textarea {
	border:1px solid #9a9a9a;	
}

.mobile-only {
	display:none;	
}

[canvas=container] {
	overflow-x: hidden;
	/*margin-top: 85px;
	height: calc(100% - 85px);*/
	height:100%;
}

[off-canvas] {
	border-left: 5px solid #403e3f;
	background-color: white;
}

.mobile-menu {
	min-height: 100%;
	padding: 10px;
	color:  black;
}

.mobile-menu .menu-holder .menu .cmsMenuItem a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	color: white;
	background-color: #2d2d2f;
}

.clear {
	clear:both;
}
.fancybox-title {
	text-align:center;	
}

header {
	height:155px;
	
	width:1180px; 
	margin:auto;
	padding-top:15px;
	
	position:relative;
	
	
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: visible;
	z-index: 2 !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	background-color: white;*/
}
header .logo-holder {
	float:left;	
	margin-left:25px;
	position:relative;
	z-index:3;
}

header .logo-holder img {
	width:240px;
	height:auto;	
}
header .topright {
	float:right;
}	
header .topright .contact {
	display:inline-block;
	text-align:center;
	float:right;
	margin-right:25px;
}
header .topright .contact .phone {
	font-size:34px;	
	color:#414141;
	border-bottom:1px solid #d16a00;
	text-transform:uppercase;
}
header .topright .contact .phone a {
	text-decoration:none;
	color:#414141;
		
}
header .topright .contact .phone .fa {
	color:#d16a00;
	display:inline-block;
	margin-right:10px;
	font-size:0.8em;
}
header .topright .contact .text {
	padding:5px;
	font-size:13px;
	text-transform:uppercase;
}
header .menu-holder {
	position:absolute;
	border-bottom:1px solid #d9d9d9;
	left:0;
	top:105px;
	text-align:right;
	width:100%;
	font-size:18px;
	text-transform:uppercase;	
	clear:right;
}
header .menu-holder .cmsMenuItem  {
	display:inline-block;
}

header .menu-holder .cmsMenuItem.cmsMenuItemOver a, header .menu-holder .cmsMenuItem a:hover {
	border-bottom:1px solid #f07d06;	
}

header .menu-holder .cmsMenuItem .cmsSubmenu {
	display:none;
	border-top:1px solid #d9d9d9;
	text-align:left;
	position:absolute;
	z-index:3;
	font-size:14px;
	padding:16px 10px 10px 10px;
	margin-left:25px;
	background:#fff;
}
header .menu-holder .cmsMenuItem .cmsSubmenu a {
	border-bottom:none!important;
	margin:0;
	padding:3px;
}
header .menu-holder .cmsMenuItem .cmsSubmenu a:hover {
	color:#f07d06;
}


header .menu-holder a {
	margin:0 25px;
	display:inline-block;	
	padding:5px;
	text-decoration:none;
	color:#414141;
	border-bottom:1px solid rgba(255,255,255,0);
}

main {
	padding:0 0 50px 0;
	/*background:red;*/
	position:relative;
	z-index:2;
	min-height:360px;
	background:url(/monstercmslite/userdata/syddjursbyg/images/woodbg.jpg?2018) bottom center no-repeat;

}
main.Page1379 {
	background:none;	
}
footer {
	background:url(/monstercmslite/userdata/syddjursbyg/images/footerbg.png);
	border-top:10px solid #e2e2e2;
	border-bottom:10px solid #e2e2e2;
	position:relative;
}
footer::before, footer::after {
	content: '';
	width:164px;
	height:35px;
	position:absolute;
	top:-35px;
	z-index:2;
}
footer::before {
	background:url(/monstercmslite/userdata/syddjursbyg/images/footer-left.png) no-repeat;
	left:0;
}
footer::after {
	background:url(/monstercmslite/userdata/syddjursbyg/images/footer-right.png) no-repeat;
	right:0;
}

footer .actualfooter {
	width:1110px;
	margin:auto;
	color:#fff;	
	padding:30px 0;
}

.footertable {
	display:table;
	width:100%;	
}
.footertable .column {
	display:table-cell;
	width:33,33%;	
	vertical-align:top;
}
.footertable .column .title {
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:20px;	
}
.footertable .column .text {
	line-height:35px;	
}
.footertable .column a {
	color:#fff;
	text-decoration:none;	
}
.footertable .column .text .fa {
	width:20px;
	font-size:22px;
	vertical-align:middle;	
	text-align:center;
	margin-right:25px;
}

.footertable .column .text .days {
	display:inline-block;
	width:150px;	
}
.footertable .column .text .times {
	display:inline-block;
}

.footertable .column .contact {
	display:inline-block;
	text-align:center;
	margin:0 auto 25px auto;
}
.footertable .column .contact .phone {
	font-size:34px;	
	border-bottom:1px solid #d16a00;
	text-transform:uppercase;
}
.footertable .column .contact .phone a {
	text-decoration:none;
		
}
.footertable .column .contact .phone .fa {
	color:#d16a00;
	display:inline-block;
	margin-right:10px;
	font-size:0.8em;
}
.footertable .column .contact .text {
	padding:5px;
	font-size:13px;
	text-transform:uppercase;
	line-height:normal;
}

.footertable .column .guarantee {
	padding-top:20px;
}
.footertable .column .guarantee img {
	width:100px;
	height:auto;	
}

.footertable .column:nth-child(1) {
	width:40%;	
}
.footertable .column:nth-child(3) {
	text-align:right;	
	vertical-align:middle;
}

.websiteby {
	text-align:center;
	font-size:12px;	
	padding:62px 0;
}
.websiteby a {
	color:rgba(59,57,52,0.6);
	text-decoration:none;
}
.websiteby a:hover {
	color:rgba(59,57,52,0.8);
	text-decoration:underline;
}

.mcmsGalleryHolder {
	padding-bottom:50px;	
}

.Module_PhotoGallery {
	text-align:center;	
	display:none;
	clear:both;
}
.Module_PhotoGallery .modpgPic {
	display:inline-block;
	margin:3px 5px;
}
.Module_PhotoGallery .modpgPicDesc {
	display:none;	
}
.Module_PhotoGallery .modpgPic a {
	transition:all ease-in-out 0.2s;
	opacity:0.8;	
}
.Module_PhotoGallery .modpgPic img {
	width:200px;
	height:auto;	
}
.Module_PhotoGallery .modpgPic a:hover {
	opacity:1;	
}
.Module_PhotoGallery .modpgPic a:hover img {
	box-shadow:0 0 10px rgba(0,0,0,0.3);	
}