@charset "UTF-8";
@font-face {
    font-family:'c-webfont';
    src: url('../css/fonts/c-webfont.woff2') format('woff2'),
         url('../css/fonts/c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ----------------- Reset all styles ----------------- */
*{
	margin:0;
	padding:0;
	border:0;
}

/* ----------------- Website background and general text colour ----------------- */
body{
	background-color:#000;
	color:#fff;
}

/* ----------------- Wrapper - keeps all content in the center of page -----------------  */
.wrapper{
	margin:auto;
	width:80%;
	height:auto;
}

#top{
	height:40px;
}

#logo{
	margin-top:5%;
	text-decoration:none;
}

#logoimage{
	float:left;
}

#logotitle{
	float:left;
	font-size:315%;
}

#logotitle a{
	color:#fff;
	text-decoration:none;
}

nav{
	float:right;
	width:400px;
	display:block;
	height:40px;
}

nav ul li{
font-family: 'c-webfont';
    font-weight:normal;
    font-style: normal;
    font-size:120%;
	width:90%;
	display:block;
	width:25%;
	float:left;
	text-align:center;	
}

nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	line-height:250%;
	display:block;
	color:#fff;
}

nav ul li a:hover{
	color:#c09b57;
}

nav ul li p{
	font-family: 'c-webfont';
    font-weight:normal;
    font-style: normal;
	width:100%;
	text-decoration:none;
	text-transform:uppercase;
	line-height:250%;
	display:block;
	color:#fff;
}

hr{
	height:1px;
	width:100%;
	background-color:#008248;
	margin:3% 0;
}

header{
	width:100%;
	margin:5% 0 5% 0;
}

header h1{
	font-family:'Abel';
	text-align:center;
	font-size:140%;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:1%;
}

header h1 span{
	color:#c09b57;
	font-weight: bold;
}

header h2{
	font-family:'Abel';
	text-align:center;
	font-size:100%;
	font-weight:normal;
}
	
#slideshow{
	width:100%;
	margin-top:2%;
}


/* - - - - - - - - - - - - - - -  Slider START  - - - - - - - - - - - - - - - */

.html_carousel {
}
.html_carousel div.slide {
	position: relative;
}	
.html_carousel div.slide img {
	width: 100%;
	height: auto;
}

.clearfix {
	float: none;
	clear: both;
}

/* - - - - - - - - - - - - - - -  Slider END  - - - - - - - - - - - - - - - */

.left{
	margin-top:4%;
	width:48%;
	float:left;
	margin-bottom:2%;
}

.left h3{
    font-family: 'c-webfont';
    font-weight:400;
    font-style: normal;
	font-size:180%;
	text-align:center;
	color:#c09b57;
	margin-bottom:5%;
}


.left p{
	font-family:'Abel';
	font-size:110%;
	line-height:140%;
}

.left p a{
	color:#fff;
	text-decoration:none;
}
	
.right{
	margin-top:4%;
	width:48%;
	float:right;
	margin-bottom:2%;
}

.right h3{
font-family: 'c-webfont';
    font-weight:400;
    font-style: normal;
	font-size:180%;
	text-align:center;
	color:#c09b57;
	margin-bottom:5%;

}

.right p{
	font-family:'Abel';
	font-size:110%;
	line-height:140%;
}

.right p a{
	color:#fff;
	text-decoration:none;
}


/* ----------------------- WORK LINKS START ------------------------- */
#work{
	width:1000px;
	margin:3% auto 3% auto;
}

.item{
	width:180px;
	height:185px;
	background-color:#008248;
	margin:10px;
	float:left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;  
	overflow:hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.item:hover{
	-webkit-box-shadow: 0 0 8px #003b21, 0 0 8px #003b21;
    -moz-box-shadow: 0 0 8px #003b21,  0 0 8px #003b21;
    box-shadow: 0 0 8px #003b21,  0 0 8px #003b21; 
}
	

.item img{
	display:block;
	width:100%;
	-webkit-box-shadow: 0 2px 1px #c3c3c3;
    -moz-box-shadow: 0 2px 1px #c3c3c3;
    box-shadow: 0 2px 1px #c3c3c3;
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	
}

.item img:hover{
	opacity:0.8;
}


.item h3{
	font-family:'Abel';
	font-size:105%;
	font-weight:normal;
	padding:5px 0 0 8px;
	color:#fff;
	text-decoration:none;
}

.item h3 a{
	text-decoration:none;
	color:#008248;
}

.item p{
	font-family:'Abel';
	font-size:110%;
	font-weight:normal;
	padding:0 0 0 8px;
	color:#fff;
	text-decoration:none;
}
/* ----------------------- WORK LINKS END ------------------------- */


#bottom h3{
	margin:4% 0 3% 0;
	font-family:'c-webfont';
	font-size:190%;
	font-weight:bold;
	text-align:center;
	color:#c09b57;
}


footer{
	width:100%;
	padding:10px 0;
	background-color:#323232;
}

.icon{
	float:right;
	width:32px;
	margin:95px 0 2px 4%;
	opacity:1;
}

.icon:hover{
	opacity:0.75;
}

.social{
	color:#c09b57;
}


/* ----------------------------- FORM ----------------------------------- */

.left h4{
	font-family:'c-webfont';
	font-size:180%;
	font-weight:normal;
	color:#c09b57;
	margin-bottom:10px;
}

#formwrap{
	width:100%;
}

.formstyle { 
	border: 1px solid #FFF;
	color: #000;
	font-family:'Abel';
	font-size:17px;
	width: 95%;
	background-color:rgba(255,255,255,1);
	margin-bottom:10px;
	opacity:0.9;
	padding:3px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-radius:2px;
}

.formstyletwo { 
	color:#fff;
	font-family:'c-webfont';
	font-size:17px;
	text-align:left;
	width:20%;
	background-color:#008248;
	border:0px;
	
}

.formstyletwo:hover { 
	color:#c09b57;
	cursor:pointer;
}

textarea{ 
color: #000;
	font-family:'Abel';
	font-size:16px;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,1);
	margin-bottom:10px;
	border-radius:2px;
	padding:3px;
	opacity:0.9;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


input:focus, input.focused, textarea:focus, textarea.focused {  color: #008248; opacity:1;}

#error{
	color:#c09b57;
	float:left;
	font-family:'Abel';
	font-size:15px;
}

#error ul{
	list-style-type: none;
	padding-top:5px;
}
#contactForm{
	margin: 0 auto;
	width: 95%;
	
}
form#contact_form {
	color:#c09b57;
	width: auto;
}

form#contact_form .message {
	width: 95%;
}

form#contact_form input[type="text"] {
	font-family:'Abel';
	font-size: 16px;
	border-radius: 5px;
	color: #000;
	height: 30px;
	padding: 0 10px;
	width: 95%;
	margin-bottom:20px;
}
form#contact_form input#email {
	font-family:'Abel';
	font-size: 16px;
	border-radius: 5px;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 95%;
	margin-bottom:20px;
}
form#contact_form textarea {
	border-radius: 5px;
	background-color: white;
	padding: 0 10px;

}
form#contact_form label {
	margin-right: 20px;
	font-family:'Abel';
	font-size: 16px;
	color: #fff;
}
form#contact_form label span {
	color: #fff;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#ccc;
}
form#contact_form input[type="submit"] {
	background: #c09b57;
	font-family:'c-webfont';
	border-radius: 5px;
	padding:10px;
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#contact_form input[type="submit"]:hover {
	color:#008248;
}

/* -- Make the highlight colours pretty -- */
::selection      { background:#008248; color:#c09b57;}
::-moz-selection  { background:#008248; color:#c09b57;}




/* ----------------------RESPONSIVE STUFF---------------------- */


@media only screen and (max-width: 1279px) {
	.wrapper{
		width:90%;
	}
	
}

@media only screen and (max-width: 1105px) {
	
	#work{
		width:900px;
}

	.item{
		width:164px;
		height:170px;
		margin:8px;
	}
}

@media only screen and (max-width: 999px) {
	
	#work{
		width:750px;	
}

	.item{
		width:136px;
		height:144px;
		margin:7px;
	}
	
	.item h3{
		font-size:90%;
	}
	
	.item p{
		font-size:60%;
	}
}

@media only screen and (max-width: 835px) {
	
	#work{
		width:650px;	
}

	.item{
		width:116px;
		height:121px;
		margin:7px;
	}
	
	.item h3{
		font-size:100%;
	}
	
	.item p{
		font-size:40%;
	}
}

@media only screen and (max-width: 860px) {
	header h1{
		font-size:110%;
	}
	
	header h2{
		font-size:110%;
	}
}

@media only screen and (max-width: 720px) {
	
	#logo{
		display:block;
		margin:0 auto;
		margin-bottom:5%;
	}
	
	nav{
		width:100%;
	}
	
	header h1{
		font-size:100%;
		margin-bottom:5%;
	}
	
	header h2{
		font-size:60%;
	}
	
	.left{
		width:100%;
	}
	
	.right{
		width:100%;
	
	}
	
	#work{
		width:460px;	
}

	.item{
		width:210px;
		height:215px;
		margin:10px;
	}
	
	.item h3{
		font-size:130%;
	}
	
	.item p{
		font-size:90%;
	}
}

@media only screen and (max-width: 510px) {
	
	#work{
		width:300px;	
	}

	.item{
		width:136px;
		height:140px;
		margin:7px;
	}
	
	.item h3{
		font-size:75%;
	}
	
	.item p{
		font-size:40%;
	}
}

	
	