﻿body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	letter-spacing: 2px;
	word-spacing: 5px;
}
h1 {
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 25px;
	clear: both;
}
h2 {
	font-weight: 700;
	font-size: large;
	margin-bottom: 10px;
	clear: both;
}
h4 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 5px;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}

header {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	margin: 10px auto 10px auto;
}
header .hgreen {
	color: #93C849;
}
header .hgrey {
	color: #666666;
	font-weight: 800;
}
header img {
	width: 10%;
	max-width: 200px;
	margin-bottom: 10px;
}
/**************************************** NAVIGATION *****************************/

nav, ul, li, a  {margin: 0; padding: 0;}
.menu {
	width: 100%;
	background: #93C849;
	display: block;
	position: relative;
	clear: both;
	z-index: 1;
	height: 50px;
}
a {text-decoration: none;}
.container {
	width: auto;
	display: inline-block;
	float: left;
}
.toggleMenu {
    display:  none;
    padding: 10px 15px;
    color: #fff;
}
.nav {
	list-style: none;
*zoom: 1;
	width: auto;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: auto;
}
.nav a {
	padding: 10px 8px 7px 8px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.nav li {
	background-position: center 5px;
	position: relative;
	background-image: url('images/layout/on.png');
	background-repeat: no-repeat;
	padding: 10px 15px 0px 15px;
}
.nav > li {
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #666666;
}
.nav li:hover {
	background-image: url('images/layout/over.png');
	background-repeat: no-repeat;
	background-position: center 5px;
}
.nav li.currentlink {
	background-image: url('images/layout/over.png');
	background-repeat: no-repeat;
	background-position: center 5px;
}

.nav > li > .parent {
    background-image: url("images/layout/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
	border-style: none;
	display: block;
}
.nav li  ul {
	border-style: none;
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	border-style: none;
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #8EC63F;
	position: relative;
	z-index: 99999;
	font-size: small;
	width: 220px;
	left: -5px;
}
.nav li li a:hover {
	background-color: #FFFF66;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
nav a#pull {
	display: none;
}

.links {
	display: inline-block;
	float: right;
	width: auto;
	color: #333333;
	margin-right: 15px;
	margin-bottom: -10px;
	padding-top: 12px;
}
.links img {
	border: none;
	vertical-align: middle;
}
/********************************************** END NAVIGATION *****************************/

.spacer {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	height: 25px;
}
.spacer2 {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	height: 10px;
}

#content {
	display: block;
	clear: both;
	width: 80%;
	margin: 10px auto 15px auto;
	height: 100%;
	position: relative;
}
.side {
	width: 50%;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.side img {
	width: 100%;
	height: auto;
}
.info {
	width: 45%;
	display: inline-block;
	float: left;
	padding: 5px;

}
.info img {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.side3 {
	width: 50%;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.side3 img {
	width: 100%;
	height: auto;
}
.info3 {
	width: 45%;
	display: inline-block;
	float: left;
	padding: 5px;

}
.info3 img {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.info2 {
	width: 55%;
	display: inline-block;
	float: left;
	padding: 5px;

}

.info2 img {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.info2 ul {
	margin-bottom: 15px;
}
.test {
	padding: 7px;
	width: 40%;
	margin-left: 15px;
	display: inline-block;
	float: left;
	background-color: #E1E1E1;
}
.test h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	padding: 6px;
	margin-top: 5px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	background-color: #666666;
	margin-left: -7px;
	width: 40%;
}
.test h1:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 35, 213, 0);
	border-left-color: #666666;
	border-width: 17px;
	margin-top: -17px;
}
.test1 {
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.test1 h2 {
	color: #0079A5;
	margin-bottom: 20px;
}
.test1p {
	padding: 7px;
	border-radius: 5px;
	background-color: #0079A5;
	color: #FFFFFF;
	position: relative;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}
.test1p:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 292px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #0079A5 transparent;
    display: block;
    width: 0;
    z-index: 1;
}
.test2 {
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.test2 h2 {
	color: #FFCC00;
	margin-bottom: 20px;
}
.test2p {
	padding: 7px;
	border-radius: 5px;
	background-color: #FFCC66;
	color: #333333;
	position: relative;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}
.test2p:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 292px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFCC66 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.test3 {
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.test3 h2 {
	color: #93C849;
	margin-bottom: 20px;
}
.test3p {
	padding: 7px;
	border-radius: 5px;
	background-color: #93C849;
	color: #333333;
	position: relative;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}
.test3p:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 292px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #93C849 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.gallery {
	width: 99%;
	margin: 0 auto 0 auto;
	display: block;
}
.gallery img {
	width: 18%;
	padding: 5px;
	max-width: 200px;
	display: inline-block;
}
h2.award {
	text-indent: 30px;
	background-image: url('images/gallery/award.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.blue {
	color: #93C849;
}
.contact {
	width: 90%;
	display: block;
	clear: both;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	margin-left: 15px;
}
.office {
	display: block;
	width: 90%;
	clear: both;
	margin-top: 15px;
	margin-left: 15px;

}
.office p {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
}
.office a {
	color: #93C849;
	text-decoration: none;
}
.nic p, .odie p {
	margin-bottom: 2px;
}
.nic a, .odie a {
	color: #333333;
	text-decoration: none;
}
.nic h4, .odie h4 {
	font-size: 14px;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
}
.nic {
	display: inline-block;
	width: 40%;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #93C849;
}
.odie {
	display: inline-block;
	width: 48%;
	margin-left: 25px;
}
form {
	padding: 7px;
	width: 80%;
	display: block;
	background-color: #E1E1E1;
	margin-left: 15px;
	height: 250px;
}
label {
	display: inline-block;
	font-size: 12px;
	width: 18%;
	margin-bottom: 15px;
}
input, textarea {
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	width: 75%;
	margin-bottom: 15px;
}
textarea {
	height: 50px;
}
input#submit {
	background-color: #93C849;
	border-radius: 7px;
	padding: 5px;
	width: 100px;
	position: relative;
	display: block;
	float: right;
	clear: both;
}
footer {
	margin: 0px;
	padding: 15px;
	width: 98%;
	background-color: #333333;
	color: #FFFFFF;
	display: block;
}
footer p {
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin-bottom: 8px;
	font-size: 12px;
}
.left {
	display: inline-block;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.left a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
.left a:hover {
	color: #93C849;
}
.middle {
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	width: 55%;
}
.right {
	display: inline-block;
	text-align: center;
	width: 20%;
}
.yellow {
	color: #FFCC00;
	font-weight: bold;
}
.inyoni {
	font-size: 24px;
}
.homes {
	font-size: 24px;
	font-weight: bold;
}
.builders {
	font-size: small;
	text-transform: uppercase;
	margin-top: -5px;
}
.tel {
	margin-top: -5px;
}
.tel a {
	color: #93C849;
}

/***************************************************************1280********************************/

@media screen and (max-width: 1280px) {

.office p {
	font-size: 16px;
}

}
/***************************************************************1024********************************/

@media screen and (max-width: 1024px) {

.links {
	font-size: 12px;
}
#content {
	width: 90%;
}
.middle {
	width: 45%;
}
.right {
	width: 30%;
}
.test1 h2, .test2 h2, .test3 h2 {
	font-size: 16px;
}
.test1p, .test2p, .test3p {
	font-size: 12px;
}
.test1p:after, .test2p:after, .test3p:after {
    left: 272px;
}
.gallery img {
	padding: 3px;
}
.nic {
	width: 45%;
}
.odie {
	margin-left: 15px;
}
form {
	width: 90%;
}
.office p {
	font-size: 14px;
}

}
/***************************************************************800********************************/

@media screen and (max-width: 800px) {

.active {
	display: block;
	width: 100%;
	background-color: #93C849;
}
nav {
	background: #93C849;
	border: none;
}
.nav a  {
	color: #FFFFFF;
	background-image: none;
}
.nav li {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('images/layout/son.png');
	margin-left: 25px;
	z-index: 1;
}
.nav li:hover {
	background-image: url('images/layout/sover.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.nav li.currentlink {
	background-image: url('images/layout/sover.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 25px;
}
    .nav > li {
        float: none;
        text-align: left;
        border: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
#content {
	width: 98%;
}
.info2 {
	width: 50%;
}
.test1 h2, .test2 h2, .test3 h2 {
	font-size: 14px;
}
.test1p, .test2p, .test3p {
	font-size: 12px;
}
.test1 p, .test2 p, .test3 p {
	margin-bottom: 5px;
}
.test1p:after, .test2p:after, .test3p:after {
	left: 222px;
}
.side3 {
	display: none;
}
.info3 {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;

}
.nic {
	width: 40%;
}
.odie {
	padding-left: 15px;
}
.office p {
	font-size: 18px;
}
.right {
	width: 40%;
}
.right p, .builders, .yellow {
	font-size: 12px;
}
.middle {
	width: 37%;
}
.middle img {
	width: 50%;
}
.left {
	width: 15%;
}
}

/*************************************************************SMALLER TABLETS / DEVICES******************/

@media screen and (max-width: 640px) {

.middle {
	display: block;
	clear: both;
	padding: 5px;
	width: 98%;
}
.middle img {
	width: 50%;
}
.nic {
	width: 50%;
}
.odie {
	width: 40%;
}
.office p {
	font-size: 16px;
}
.info, .side, .info2, .side2, .test {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.test1p:after, .test2p:after, .test3p:after {
	left: 372px;
}
.left {
	display: block;
	clear: both;
	padding: 5px;
	width: 98%;
	text-align: center;
}
.left p {
	display: inline;
	padding: 10px;
	width: 18%;
	text-align: center;
}
.right {
	display: block;
	clear: both;
	padding: 5px;
	width: 98%;
}
}

