body {
	background-color: #939598;
	font-family: 'Poppins', sans-serif;
}

/* navigation */

#nav {
	background-color: #fff;
	display: block;
	float: left;
	margin: 0;
	min-height: 100px;
	width: 100%;
}
#home #nav {
	/*background-color: #939598;*/
}
#nav .logo {
	display: block;
	float: left;
	padding: 20px 40px;
}
#nav .logo img {
	height: 100px;
	width: auto;
}
#nav #main-nav {
	display: block;
	float: left;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	height: 100px;
}
#nav #main-nav li {
	display: block;
	float: left;
}
#nav #main-nav li a {
	display: block;
	float: left;
	height: 100px;
	margin-right: 20px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#nav #main-nav li a:hover {
	border: none;
	text-decoration: none;
}
#nav #main-nav li a p {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
	line-height: 20px;
	margin: 0;
	padding: 40px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	z-index: 50;
}
#nav #main-nav li a:hover p {
	border: none;
	color: #fff !important;
	text-decoration: none;
}
#nav #main-nav li a .bg-box {
	height: 5px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 25;
}

#nav .call {
	
	display: block;
	float: right;
	font-size: 12px;
	margin: 0 0 10px 0px;
	padding-left: 20px;
	clear: right;
}

.burgerbar , #mobnav {
	display: none;
}

/* homepage */

.homecont {
	background-color: #fff;
	display: block;
	float: left;
	padding: 100px 25px;
	position: relative;
	width: 100%;
}
.homecont:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.homecont .content {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.homecont .content .welcome {
	font-size: 18px;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
}
.homecont .content h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin: 40px 0 15px 0;
	text-align: center;
	
}
.homecont .content .logotype {
	display: block;
	height: auto;
	margin-top: 100px;
	width: 100%;
}
.homecont .content #homeboxes {
	display: block;
	float: left;
	list-style: none;
	margin: 100px 0;
	padding: 0;
	width: 100%;
}
.homecont .content #homeboxes li {
	display: block;
	float: left;
	position: relative;
	width: 33.333333%;
}
.homecont .content #homeboxes li .box-frame {
	background: #000;
	overflow: hidden;
	padding-bottom: 85%;
	position: relative;
	width: 100%;
}
.homecont .content #homeboxes li .box-frame .box-img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.homecont .content #homeboxes li:nth-child(odd) {
	background-color: rgba(255,255,255,.25);
}
.homecont .content #homeboxes li:nth-child(even) {
	background-color: rgba(255,255,255,.5);
}
.homecont .content #homeboxes li .tree {
	height: auto;
	width: 100%;
}
.homecont .content #homeboxes li a p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 70% 0 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 50;
}
.homecont .content #homeboxes li a .rollover {
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 100;
}
.homecont .content #homeboxes li a .rollover p {
	color: #fff;
	display: block;
	height: 40px;
	left: 50%;
	letter-spacing: 5px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 200px;
}
.homecont .content #homeboxes .box04 a .rollover {
	background-image: url('/assets/img/hp-kinder.jpg');
}
.homecont .content #homeboxes li a:hover .rollover {
	top: 0;
}
.homecont .content #homeboxes .box02 a p {
	color: #b5d678;
}
.homecont .content #homeboxes .box02 a .rollover p {
	background-color: #b5d678;
}
.homecont .content #homeboxes .box04 a p {
	color: #0085ac;
}
.homecont .content #homeboxes .box04 a .rollover p {
	background-color: #0085ac;
}
.homecont .content #homeboxes .box06 a p {
	color: #f58a22;
}
.homecont .content #homeboxes .box06 a .rollover p {
	background-color: #f58a22;
}
.homecont .content strong {
	font-size: 18px;
	line-height: 20px;
}

.wrap {
	width: 80%;
	margin: 0 10%;
}

/* new homepage grid */

#grid {
	background-color: rgba(255,255,255,.5);
	display: block;
	float: left;
	list-style: none;
	margin: 100px 0;
	padding: 0;
	width: 100%;
}
#grid li {
	display: block;
	float: left;
	width: 33.333333%;
}
#grid li .grid-box {
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	width: 100%;
}
#grid li .grid-box .box-img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
#grid li .grid-box .grid-link {
	display: block;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
}
#grid li .grid-box .grid-link:hover {
	text-decoration: none;
}
#grid li .grid-box .grid-link h4 {
	font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-10px);
}
#grid li .grid-box .grid-link .box-icon {
	display: block;
	height: auto;
	margin: auto;
	margin-top: 20px;
	max-height: -webkit-calc(100% - 84px);
	max-height: -moz-calc(100% - 84px);
	max-height: -o-calc(100% - 84px);
	max-height: calc(100% - 84px);
	max-width: 90%;
	width: auto;
}
#grid li .grid-box .grid-link .grid-rollover {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: -100%;
	width: 100%;
}
#grid li .grid-box .grid-link:hover .grid-rollover {
	top: 0;
}
#grid li .grid-box .grid-link .grid-rollover p {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	left: 50%;
    line-height: 40px;
    margin: -20px -75px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	width: 150px;
	z-index: 5;
}
/* content pages */

.titlebox {
	color: #fff;
	display: block;
	float: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 50px;
	width: 100%;
}

.hero {
	display: block;
	float: left;
	overflow: hidden;
	/*padding-bottom: 66.666666%;*/
	position: relative;
	text-shadow: 2px 2px 5px #000;
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-bottom: 50px;
}

.hero.short {
	padding-bottom: 25%;
}

.hero .heroimg {
	height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: 1;
}

.hero .caption {
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 2;
}

.hero .caption h2 {
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}

.hero .caption .hero-txt {
	display: block;
	font-size: 18px;
	margin: 20px auto;
	text-align: justify;
	width: 56%;
}

.textbox {
	color: #fff;
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
          -webkit-column-width: 50px;
     -moz-column-width: 50px;
          column-width: 50px;
	display: block;
	float: left;
	font-size: 18px;
	padding: 50px 20px;
	text-align: justify;
	width: 100%;
}

.textbox.onecol {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.textbox a {
	color: #fff;
	color: rgba(255,255,255,.5);
	text-decoration-color: #fff;
	text-decoration-skip: ink;
	text-decoration-line: underline;
}

.textbox a:hover {
	color: #fff;
	color: rgba(255,255,255,1);
}

.photoboxes {
	display: block;
	width: 100%;
}

.photoboxes .boxes {
	display: block;
	float: left;
	position: relative;
	width: 33.333333%;
}

.photoboxes .boxes .box-interior {
	display: block;
	overflow: hidden;
	padding-bottom: 66.666666%;
	position: relative;
	width: 100%;
}

.photoboxes .boxes .box-interior h2 {
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding: 25px 50px;
	position: absolute;
	text-shadow: 2px 2px 5px #000;
	width: 100%;
	z-index: 2;
}

.photoboxes .boxes .box-interior .img {
	height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: 1;
}

/* contact page */

label {
	font-weight: normal;
	width: 100%;
}

.form-control {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.btn-submit {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	border: none;
	font-weight: bold;
	height: 34px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.form-control:focus , .form-control:hover , .btn-submit:hover {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	box-shadow: none;
}

.map iframe {
	height: 350px;
	width: 100%;
}

/* portfolio pages */

#portfolio {
	list-style: none;
	padding: 0;
}

#portfolio a {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.btn-back-portfolio {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	display: block;
	float: left;
	font-weight: bold;
	margin: 25px 0;
	padding: 10px 25px;
	text-decoration: none !important;
	text-transform: uppercase;
}

#portfolio a:hover , .btn-back-portfolio:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}

#thumbs {
	list-style: none;
	padding: 0;
}

#thumbs li {
	display: block;
	float: left;
	height: 150px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
	width: 150px;
}

#thumbs li .portthumb img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#thumbs li .portthumb:hover img {
	height: 120%;
	width: 120%;
}

/* footers */

#stripes {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	min-height: 10px;
	padding: 0;
	width: 100%;
}
#stripes li {
	display: block;
	float: left;
	height: 10px;
	width: 16.666666%;
}

#footer {
	color: #333;
	display: block;
	float: left;
	font-size: 18px;
	padding: 40px 10px;
	text-align: center;
	width: 100%;
	background: #fff;
}
#footer .links {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
#footer .links a {
	display: inline-block;
	padding: 0 13px;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#footer .links .link01 {
	color: #0086ad;
}
#footer .links .link02 {
	color: #b5d678;
}
#footer .links .link03 {
	color: #f58a22;
}
#footer .links a:hover {
	color: #fff !important;
	text-decoration: none;
}

/* transitions */

a,
.form-control,
.btn-submit,
#thumbs li .portthumb img,
.grid-rollover,
#mobnav
{
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



.eq {
	margin-top: 20px;
	font-size: .75em;
}

.eq a {
	color: #f78f1e;
	font-weight: bold;
}

.bottom-gal {
	float: left;
	padding: 5px;
	width: 50%;
}

.decking-box {
	float: left;
	width: 300px;
	height: 180px;
}
.decking-box:nth-child(2n+2){
	margin-top: 100px;
	margin-left: -50px;
	z-index: 10;
}
.decking-box:last-of-type{
	margin-top: 200px;
	margin-left: -100px;
	z-index: 20;
	margin-bottom: 75px;
}
.decking-copy {
	margin-top: 50px;
	color: #fff;
	font-size: 16px;
}

.gallery-img {
	margin-bottom: 25px;
	
}
.mbot-25 {
	margin-bottom: 25px;
}
.pagecopy {
	margin: 20px 0;
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
}

.home-tel {
	width: auto;
    height: auto;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: -60px;
    right: 0;
}