
/* page: */
html {
	font-family: 'Open Sans', sans-serif;
	background: #ffc8a4 url('https://www.lukes.co.nz/images/bg/1.jpg') no-repeat center center fixed;
	background-size: cover;
	overflow-y: scroll;
}
.container {
	margin: 50px auto;
	width: 70%;
	max-width: 960px;
	background: white;
	filter: drop-shadow(-5px 5px 10px rgba(0,0,0,0.1));
	padding: 15px 0;
}
.containercontainer {
	margin: 50px auto;
	width: 70%;
	max-width: 960px;
	background: white;
	filter: drop-shadow(-5px 5px 10px rgba(0,0,0,0.1));
	padding: 0;
}
.innercontainer {
	width: 100%;
	background: white;
	padding: 15px 0;
}
.containertop {
	margin-top: -10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
.fixednavbar {
	position: fixed;
	width: 960px;
	top: 0;
	left: 50%;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -480px;
	z-index: 100;
}
.containermid {
	padding-bottom: 25px;
}
.containerbottom {
	background: #ff7f2a;
	text-align: center;
}

.containerbottom a:link,
.containerbottom a:visited {
	color: #fff;
}
.containerbottom a:hover {
	color: #666;
}
.corner {
	background: none;
	width: 80px;
	height: 80px;
	border-radius: 80px 0 0 0;
	position: fixed;
	right: 0;
	bottom: 0;
	filter: drop-shadow(-2px 2px 5px rgba(0,0,0,0.1));
	z-index: 0;
	border-top: none;
	border-left: none;
}
#toparrow {
	text-align: center;
	margin: auto;
	margin-top: 100vh;
	margin-bottom: 20px;
	width: 100px;
	height: 51px;
	filter: drop-shadow(-5px 5px 10px rgba(0,0,0,0.2));
	border-radius: 0;
	background-image: url(/images/toparrow.png);
	cursor: pointer;
	opacity: 0.9;
}
#toparrow:hover {
	filter: drop-shadow(0 0 10px rgba(255,255,255,0.8));
	opacity: 1;
}



/* header: */
#logo {
	margin: 0;
	width: 200px;
	height: 120px;
}

.topimg {
	display: inline-block;
	margin: 15px 8px;
	text-align: center;
	width: 160px;
	height: 80px;
	background-size: 160px;
	background-position: center;
	border-bottom: 1px #ddd solid;
	box-shadow: 0 0 30px 0px white inset;
}

.topimg:hover {
}

#topimg1 {
	background-image: url(/images/navbar/1a.png?=16Aug17);
}
#topimg2 {
	background-image: url(/images/navbar/2a.png?=16Aug17);
}
#topimg3 {
	background-image: url(/images/navbar/3a.png?=16Aug17);
}
#topimg4 {
	background-image: url(/images/navbar/4a.png?=16Aug17);
}
#topimg1:hover {
	background-image: url(/images/navbar/1c.png);
}
#topimg2:hover  {
	background-image: url(/images/navbar/2c.png);
}
#topimg3:hover  {
	background-image: url(/images/navbar/3c.png);
}
#topimg4:hover  {
	background-image: url(/images/navbar/4c.png);
}

h2 {
	font-family: "Open Sans";
	font-weight: normal;
	margin: 10px 0 0 0;
}

/* other: */

p {
	padding: 0 20px;
}

a {
	text-decoration: none;
	color: #666;
}

p a:link {
	color: #888;
}

p a:visited {
	color: #aaa;
}

a:hover,
p  a:hover {
	color: #ff7f2a;
}

.mobnavlink:link {
	color: #666; 
}

a.fblink2 {
	color: #fff;
}

a.fblink:hover{
	color: #4862a3 !important;
}

a.fblink2:hover {
	background-color: #4862a3;
	color: #fff;
	border-left: #4862a3 3px solid;
	border-right: #4862a3 3px solid;
	border-radius: 5px;
	margin-left: -3px;
	margin-right: -3px;
}

a.twitterlink:hover {
	color: #55acee;
}

a.gpluslink:hover {
	color: #dc4a38;
}

th, td {
    padding: 5px;
	text-align: center;
}

td {
	border: 1px #eee solid;
	width: 80px;
}

.banner {
	display: block;
	margin: 10px auto;
	border-radius: 20px 20px;
}

.cornerbanner {
	width: 260px;
	height: 260px;
	position: relative;
	left: -10px;
	margin: 0;
	float: left;
	padding: 0;
	margin-bottom: -260px;
	margin-right: -260px;
	z-index: 999;
}
	
img {
	max-width: 90%;
}

.textheader {
	margin: 1em 40px 0 40px;
	clear: left;
}

.textbody,
.textbodylist {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	text-align: justify;
	margin: 10px;
	padding: 5px 30px;
}

.textbodylist {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	text-align: left;
	margin: 2px 20px;
	padding: 3px 30px;
}

.contacttext {
	margin: 20px 30px;
}

.faq {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 10px;
	margin-bottom: -22px;
	padding: 10px 30px;
}

.footnote {
	width: 85%;
	margin: auto;
	margin-bottom: 1em;
	font-family: sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #999;
	padding: 2px;
}

#bg {
	color: white;
    font-size: 120%;
	margin-top: -80px;
	margin-bottom: 0;
	max-width: 40%;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}

.bgstats {
    font-size: 50%;
    margin-top: -15px;
}

.bgawards {
    color: #ffff88;
    font-size: 50%;
    margin-top: -10px;
}

.centerimg,
.rightimg,
.leftimg {
	border: 5px solid white;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
	clear: both;
	margin: 20px 40px;
}

.centerimg {
	display: block;
	left: 0;
	right: 0;
}

.rightimg {
	float: right;
}

.leftimg {
	float: left;
}
.center {
	text-align: center;
}

.textbreakhr {
	background: #eeeeee;
	margin: 0 40px 5px;
	border: 0;
	height: 1px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.mobile,
.mobilespan {
	display: none;
}

.fb-page {
	display: block;
	left: auto;
	right: auto;
	margin: auto;
}

.contactformdiv {
	margin: auto 40px;
	font-weight: bold;
}

.contactformsend {
	font-size: 14pt;
	margin-top: 5px;
	padding: 3px 5px;
	background: #ff7f2a;
	color: white;
	border: 0;
	border-radius: 2px;
}

.contactformsend:hover {
	margin: -2px;
	margin-top: 3px;
	background: #ff8f3a;
	border: 2px #ff8f3a solid;
	cursor: pointer;
	border-radius: 4px;
}

/* gallery: */

.galleryimage1 {
	display: block;
	max-width: 80%;
	max-height: 600px;
	margin: 40px auto;
	border: 10px solid white;
	box-shadow: -1px 3px 20px 0px rgba(0,0,0,0.1);
}


.galleryimage1:hover {
	max-width: 90%;
	max-height: 800px;
	border: 13px solid white;
	margin: 20px auto;
	box-shadow: -4px 10px 30px 5px rgba(0,0,0,0.15);
}

.galleryimage2 {
	display: none;
}

.galleryimage3 {
	display: none;
}


@media (max-width:1400px) {
	#logo {
		display: block;
		margin: auto; !important
	}
	.containertop,
	.containerbottom {
		max-width: 700px;
	}
	.topimg {
		margin: 4px;
		width: 150px;
		height: 80px;
		background-size: 160px;
		background-position: center;
	}
}

@media (max-width:960px) {
	.containertop,
	.containerbottom {
		max-width: 500px;
	}
    .bigdesktop {
        display: none !important;
    }
	/* header: */
	.topimg {
		text-align: center;
		margin: 0;
		width: 80px;
		height: 40px;
		background-size: 80px;
	}
	#topimg1:hover {
		background-image: url(https://lukes.co.nz/images/navbar/1b.png?=16Aug17);
	}
	#topimg2:hover {
		background-image: url(https://lukes.co.nz/images/navbar/2b.png?=16Aug17);
	}
	#topimg3:hover {
		background-image: url(https://lukes.co.nz/images/navbar/3b.png?=16Aug17);
	}
	#topimg4:hover {
		background-image: url(https://lukes.co.nz/images/navbar/4b.png?=16Aug17);
	}
	#bg {
		margin-top: -90px;
	}
}

@media (max-width:760px) {
	html {
		background: #ffc8a4 url('https://www.lukes.co.nz/images/bg/1.jpg') no-repeat center center fixed !important;
		background-size: cover !important; 
		background-position: 0 0 !important;
	}
	.container {
		width: 95%;
	}
	.containertop {
		padding: 30px 0;
	}
	.containerbottom {
		margin-bottom: 50px;
	}
    .desktop,
    #bg,
	#toparrow	{
        display: none !important;
    }
	.mobile {
		display: block !important;
	}
	.mobilespan {
		display: inline !important;
	}
	.textheader {
		text-align: center;
	}
	.textbody {
		text-align: left;
	}
	.rightimg,
	.leftimg {
		display:block;
		margin: auto;
		float: none;
		max-width: 80%;
	}
	.galleryimage1 {
		margin: 25px auto;
		padding: 0;
	}
}

@media (max-width:450px) {
	.submobile {
        display: none !important;
    }
	.textbody,
	.faq {
		margin-left: 0;
		margin-right: 0;
	}
	.footnote {
		max-width: 75%;
	}
	.containertop {
		max-width: 250px;
		padding: 30px 10px;
	}
}
