@charset "UTF-8";
/* CSS Document */
/* blue #111c4e p2766c rgba(17,28,78,1)  
yellow #f6b436 p143c rgba(246,180,54,1)*/

<style>  html {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none
}
h1 {
	font-size: 1.3em
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em
}
h3 {
	font-size: 1.1em
}
h4 {
	font-size: 1.0em
}
body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 1.3em
}
#container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#topbar {
	width: 100%;
	height: 30px;
	background: #f6b436;
	font-size: .85em;
	text-align: right;
	padding-top: 5px;
}
#topbar a, #topbar a:link, #topbar a:visited {
	color: black;
	text-decoration: none;
	padding: 3px;
	border: 0px solid #999;
	border-radius: 5px;
}
#toplinks {
	padding-right: 1em
}
#menubar {
	width: 100%;
	padding: .5em 0;
	background: #111c4e;
}
.half {
	position: relative;
	width: 50%;
	float: left;
}
#menubar .third {
	position: relative;
	width: 100%;
	float: left;
	background: #111c4e;
}
.third {
	position: absolute;
	width: 33%;
	float: left;
}
.twothirds {
	position: relative;
	width: 66%;
	float: left;
}
#menubar img {
	float: left;
	width: 33%;
}
#menu {
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: "texgyreadventorregular", "open sans", arial, sans-serif;
	letter-spacing: .14em;
	color: #f6b436;
}
#menup {
	position: absolute;
	left: 33%;
	bottom: 12%;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	width: 100%;
	white-space: nowrap;
}
ul li:hover {
	background: #f6b436;
}
#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menubar li {
	float: left;
}
#menubar li:hover {
	color: #111c4e;
	transition: all .1s;
}
#menubar li a {
	padding: .5em 1em;
	color:inherit;
}
#menubar li.akt a {
	
border-bottom:1px rgba(246,180,54,.2) solid;
}

#menubar li.akt ul li.akt a {
	
background: rgba(246,180,54,.2);
}

#menubar li ul {
	color: #111c4e;
	position: absolute;
	z-index: 1000;
	font-size: .9em;
	display: none;
	opacity: 0;
	background: rgba(255,255,255,.05);
	float: none;
	box-shadow: rgba(0,0,0,.9) .1em .1em .4em;
}
#menubar li:hover ul {
	display: block;
	opacity: 100;
	background: rgba(255,255,255,.95);
	transition: all .2s;
}
#menubar li:hover li {
	float: none;
	letter-spacing: .1em;
}
#menubar li li {
	border-top: 1px solid #eeeeee;
	float: none;
}
#menubar li li:hover {
	border-top: 1px solid #eeeeee;
	float: none;
	background: #f6b436;
}
#slider {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #111c4e;
	padding-top: 1%;
}
.slide {
	position: relative;
	width: 100%;
}
#slideimg img {
	width: 100%;
}
#slideimg {
	width: 100%;
	float: left;
}
#slidecaption {
	position: absolute;
	left: 50%;
	bottom: 4%;
	max-width: 45%;
	min-width: 30%;
	background: rgba(255, 255, 255, .9);
	border: 0px solid red;
	padding: 1% 2%;
	overflow: hidden;
	line-height: 1.5em;
	box-shadow: 1px 1px 27px rgba(0, 0, 0, 0.2);
	border-radius: 1em;
}
#slidecaption h2 {
	font-size: 1.2em;
	font-size: 1.2rem;
	margin: .3em 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #111c4e;
}

#pagerbar {
	min-height: 20px;
	height: 10px;
	text-align: right;
	clear: both;
}
#pager {
	color: rgba(255,255,255,1);
}
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: 455px;
	overflow: hidden;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #fff;
	opacity: .8;
}
.cycle-pager > * {
	cursor: pointer;
	opacity: .4;
	transition: all 1s;
}
/* prev / next links */
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 45%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-prev {
	left: 0;
	background: url(img/left.png) 5% 50% no-repeat;
}
.cycle-next {
	right: 0;
	background: url(img/right.png) 95% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}
#space {
	height: 4.3em;
	background: #111c4e url(img/spacetext.png) no-repeat;
	background-size: contain;
}
#spacing {
	height: 5em;
}
#space .intro {
	color: white;
	padding: .5em;
	font-family: Times, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	display: none;
}
.intro {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #111c4e;
}
#intext {
	float:left;
	width:65%;
	margin:0 1%;
}
#seal {
	width:32%;
	float:left;
}
#seal img{
	width:100%;
	padding:2em;
}
h1.intro {
	font-size: 1.35em
}
#main {
	margin-top:1.5em;
	clear: both;
	padding: 0 2em;
}
#footer {text-align:center; font-size:.8em; margin-top:2em
}
#footer a, #footer a:link,#footer a:visited{text-decoration:none;color:rgb(49,124,180)}
#footer a:hover{color:white}

.homebox13 {
	position: relative;
	border: 0px dotted #CCCCCC;
	min-width: 300px;
	width: 32%;
	height: 300px;
	float: left;
	margin: 0 0 1% 1%;
	transition: all .5s ease-out;
	-webkit-transition: all .3s ease-out;
	
}
.box13 {
	position: relative;
	min-width: 300px;
	width: 32%;
	height: auto;
	float: left;
	margin: 0 0 1% 1%;
	transition: all .5s ease-out;
	-webkit-transition: all .3s ease-out;
	
}
.homebox23 {
	position: relative;
	border: 0px dotted #CCCCCC;
	min-width: 150px;
	width: 65%;
	float: left;
	margin: 0 0 1% 1%;
	transition: all .5s ease-out;
	-webkit-transition: all .3s ease-out;

}
.h150 {
	height: 150px;
}
.c1 {
	background-color: rgb(16,118,118);
	background-image: url(img/test/quote.png), url(img/test/quoteend.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
		
		min-height:300px
}
.c2 {
	background: #f6b436;
	height: auto;
	padding:0 1em;
		min-height:300px
}
.f1 {
	background: #CC9 url(img/bk-theon.jpg) center center no-repeat;
	background-size: 100%;
}
.f2 {
	background: #CC9 url(img/bk-res.jpg) center center no-repeat;
	background-size: 100%;
}
.f3 {
	background: #CC9 url(img/bk-sub.jpg) center center no-repeat;
	background-size: 100%;
}
.f4 {
	background: #CC9 url(img/bk-septic1.jpg) center center no-repeat;
	background-size: 100%;
}
.f5 {
	background: #CC9 url(img/bk-lake1.jpg) center center no-repeat;
	background-size: 100%;
}
.f6 {
	background: #CC9 url(img/bk-shoreland1.jpg) center center no-repeat;
	background-size: 100%;
}
.ce1 {
	background: #CC9 url(img/bk-avis.jpg) center center no-repeat;
	background-size: 100%;
}
.z:hover {
	background-size: 105%;
}
.more {
	opacity: 0;
	right: 2em;
	background: rgba(246, 179, 50,1);
	border: 1px solid rgb(51,51,51);
	text-transform: uppercase;
	font-size: .8em;
	width: auto;
	padding: .1em .3em;
	position: absolute
}
.hi:hover .more {
	transition: opacity 0.2s 1s;
	-webkit-transition: opacity 0.2s 1s;
	transition: opacity 0.2s 1s;
	opacity: 100;
}
.hi {
	background: rgba(255,255,255,0);
	height: 100%;
	width: 100%;
	padding: 0em;
}

.hi:hover {
	background: rgba(255,255,255,.88);
	padding: 1em 1em;
}
.hi h2 {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: rgba(246,180,54,1);
	color: rgba(17,28,78,1);
	text-shadow: 0px 0px 0px rgb(0,0,0);
	margin: 0 auto;
	font-size: 1.2em;
	
	padding: .5em;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.hi:hover h2 {
	color: black;
	text-shadow: none;
	font-size: 1.2em;
	bottom: auto;
	top: 1em;
	background: rgba(17,28,78,0) ;
	padding: 0;
	width: 90%;
}
.hi p {
	-webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.25s 0s;
	transition: opacity 0.3s 0.1s, transform 0.25s 0s;
	opacity: 0;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}
.hi:hover p {
	opacity: 100;
	-webkit-transform: translate3d(0, 2em, 0);
	transform: translate3d(0, 2em, 0);
}
.hi2 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	height: 100%;
	width: 100%;
	padding: .5em 1em;
}
.hc {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: rgba(255,255,255,0);
	height: 100%;
	width: 100%;
	padding:1em;
}
.c1 .hc{
	padding: 2em;
}
.hc:hover {
	xbackground: rgba(255,255,255,.6);
}
.hc h2 {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	color: white;
}
.hc:hover h2 {
	color: black;
}
.hc p {
	-webkit-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 90;
}
.hc:hover p {
	opacity: 100;
}
.c1 .hc:hover {
	background: rgba(0,255,255,0);

}
.testname {
	float: right;
	font-size: .9em;
	color: rgb(200,190,180);
	margin: .5em 0;
}
.hc:hover .testname {
	opacity: 0;
}
.testtext {
	margin-top: .5em;
	color: rgb(255,250,240);
	line-height: 1.6em;
}
.testcaption {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: .2em .5em;
	font-size: .8em;
	text-transform: uppercase;
	opacity: 0;
	position: absolute;
	bottom: 1.5em;
	right: 0.5em;
}
.hc:hover .testcaption {
	background: rgba(255,255,255,.75);
	opacity: 1;
	bottom: 0.5em;
	right: 0.5em;
}
.hc:hover .testtext {
	color: rgb(60,50,40);
	opacity: 0;
}
.hc:hover .testhead {
	opacity: 0;
}
#footer {
	padding: 2%;
	clear: both;
	background: #111c4e;
}
.clear, #clear {
	clear: both
}
.boxg {
	font-size: .9em;
}
.boxg .fr {
	width: 30%
}
.boxg h4 {
	margin-bottom: .3em
}
.boxg img {
	width: 100%
}
.fr {
	margin-left: 1em;
	float: right;
	font-size: .8em
}
.staff {
	width: 30%;
	margin: 0 0 2% 2%;
	background: rgba(22,68,122,.3);
	padding: 1em;
}
.xsmall {
	font-size: .8em;
	line-height: 1.2em
}
#maintext {
	float: left;
    width: 60%;
    max-width: 700px;
    margin-right: 1%;
    font-size: 1.1em;
    line-height: 1.5;
}
#maintext h4 {
	margin-top:2em;
	text-transform: uppercase;
	color: #111c4e
}
#example {
	float: left;
	width: 35%;
	margin-left:2%;
}
.examplebox {
	position: relative;
	border: 0px dotted #CCCCCC;
	min-width: 150px;
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
	transition: all .5s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.exampletext {
	position: relative;
	border: 0px dotted #CCCCCC;
	min-width: 150px;
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
	transition: all .5s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.exampleimg {
}

#example .homebox23{
width:100%;
margin:0;	
}
#example .homebox23 img{
	width:100%;
}

.lorange{
	background:rgba(246,180,54,.2);
	padding:0.5em 1em;
	}
.box12{
	
	width:48%;
	float:left;
	margin-left:2%;
	}	
.staffleft{
	width:40%;
	padding-right:1em;
	border:1px solid rgba(17,28,78,1);
	border-width: 0 1px 0 0;
	float:left;
	margin-right:1em;
	
	}
.staffright{
	float:right;
	width:56%;
	margin: -1.4em 0 0 0
}




@media screen and (max-width:1024px){
#menu {
	    font-size: 1em;
    position: absolute;
    left: 35%;
    bottom: 6%;
}

#menu:after{
clear:both;	
}

#menubar img {
     float: left; 	
    width: 33%;
    padding: 0px ;
}

#menup {
    position: RELATIVE;
    left:0%;
    bottom: 0;
}

#maintext {
	width: 60%;
}

#maintext h1{
	font-size:1.15em;
}

.intro{
	font-size:1em
}
#example .cycle-slideshow{

}

#example {
	margin-top:4em;
}
.homebox23, #example .homebox23 {
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
}
.lorange {
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
}


#example #clear{
	clear:none;
	
}
#lorange:after{
clear:both;	
}
#clearall{
clear:both;	
}
.staffright{width:54%}
}




@media screen and (max-width:768px){
#menu {
	font-size: 1em;
	position: relative;
	left:0;
}

#menubar img {
     float: none; 	
    width: 100%;
    padding: 0px 12%;
}

#menup {
    position: RELATIVE;
    left:auto;
    bottom: auto;
}

#maintext {
	width: 60%;
}

#maintext h1{
	font-size:1.15em;
}

.intro{
	font-size:1em
}
#example .cycle-slideshow{

}

#example {
	margin-top:4em;
}
.homebox23, #example .homebox23 {
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
}
.lorange {
	width: 100%;
	float: left;
	margin: 0 0 1% 1%;
}


#example #clear{
	clear:none;
	
}
#lorange:after{
clear:both;	
}
#clearall{
clear:both;	
}
.box12{
	
	width:98%;
	float:left;
	margin-left:2%;
	}	
.staffleft{height:auto}

}


@media screen and (max-width:480px){
#intext {
    width: 100%;
}
#intext p{
margin-top:.5em;	
}
.cycle-pager {
    position: absolute;
    top: 0;
}
#menu{
	font-size:.8em
	}
#menup {
    position: relative; 
    left: 0;
    bottom: auto;
}
#menubar img{
	float:none
	}

#menubar li {
    float: none;
}

#menup ul li.akt a{
	border-left:1px solid rgba(246,180,54,1);	
border-width:0 0 0 .5em;

}
#menup ul li.akt a:hover{
	margin-left:30%;
}

#menup ul li ul{
	margin-left:30%;
}

#seal{
display:none;	
}


body {
	font-size: .9em
}

#menubar img {
	width: 100%;
}
.intro {
	font-size: 1.05em;
	max-width: 20em;
	margin: 0 auto;
}
#slidecaption {
	max-width: 100%;
	margin: auto;
	left: 2%;
	right: 2%;
	text-align: center;
	background: none;
	box-shadow: none;
}
#slidecaption h2 {
	font-size: .9em;
	color: #fff;
	text-shadow: #000 2px 2px 6px;
}
#slidecaption p {
	display: none;
}
.cycle-prev, .cycle-next {
	background-size: 30%;
}
#space {
	display: none
}
#main {
	padding: 0 .5em;
}
#testimonial {
	margin: 0 .5em 0 0;
}
.homebox23 {
	width: 100%;
}
#maintext {
	width: 100%;
}
#example {
	width: 97%;
}
.examplebox {
	width: 100%;
	float: left;
}
.exampletext {
	width: 100%;
	float: left;
}
.box12{
	
	width:98%;
	float:left;
	margin-left:2%;
	}	
.staffleft{height:auto}

}




 </style>
