/* =================================================================== */
/* 
/*  Main Stylesheet
/*
/*  ------------------------------------------------------------------ */

@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("simple-line-icons/simple-line-icons.css");


body {
    background: #ECEAD8; 
	font: 16px/1.5em Helvetica, "lucida grande","lucida sans unicode", sans-serif;
	font-weight: normal;
	color: #000000;
	}

/* Links
---------------------------------------------------------------------- */
a, a:visited {
	color: #8A2629;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover, a:focus {
	color: #369; /* blue */
	}

/* Typography
--------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family: "raleway-bold", sans-serif;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 0;
	}
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-weight: inherit;
	}
h1 {
	font: 24px "raleway-heavy", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2.5px;
	color: #8A2629;
	margin-bottom: 18px;
	padding: 45px 0px 5px 0px;
	}
h2 {
	font-size: 24px;
	color: #663;
	}
h3 {
	font: 21px;
	color: #993;
	padding-bottom: 8px;
	}
h4 {
	font-size: 18px;
	color: #666;
	padding-bottom: 12px;
	}
h5 {
	font-size: 16px;
	}
p {
	margin: 15px 0 15px 0;
	color: #333;
	}
p img {
	margin: 0;
	}
em {
	font: 15px/30px "helvetica-italic", serif;
	font-style: oblique;
	}
strong, b {
	font-weight: bold;
	}
small {
	font-size: 11px;
	line-height: inherit;
	}
blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
	}
blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
	}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	}
blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	}
blockquote cite:before {
	content: "\2014 \0020";
	}
blockquote cite a, blockquote cite a:visited {
	color: #333;
	border: none;
	}
abbr {
	font-family: "helvetica-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
	}
pre, code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}
code {
	padding: 3px;
	background: #ecf0f1;
	color: #333;
	border-radius: 3px;
	}
del {
	text-decoration: line-through;
	}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
	}
mark {
	background: #cccc99; 
	color: #000;
	}
hr {
	border: solid white;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
	}

/* Lists
--------------------------------------------------------------------- */
ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
	}
ul {
	list-style: disc;
	margin-left: 17px;
	}
dl {
	margin: 0;
	}
dt {
	margin: 0;
	color: #8A2629;
	}
dd {
	margin: 0 0 0 20px;
	}

/* Floated Image
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
	}
img.pull-left {
	margin: 12px 18px 0px 0px;
	}

/* 
/* c. Forms
/* =================================================================== */
form {
	margin-bottom: 24px;
	}
fieldset {
	margin: 0 0 24px 0;
	padding: 0;
	border: none;
	}
input, button {
	-webkit-font-smoothing: antialiased;
	}
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
select {
	display: block;
	padding: 12px 15px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #a3a4a6;
	font-family: "raleway-regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: transparent;
	border: 3px solid #a9aaab;
	}
textarea {
	min-height: 162px;
	}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
textarea:focus {
	background: white;
	}
label, legend {
	font: 15px/30px "raleway-bold", sans-serif;
	margin: 12px 0;
	color: #252525;
	display: block;
	}
label span, legend span {
	color: #575859;
	font: 15px/30px "helvetica-bold", serif;
	}
input[type="checkbox"], input[type="radio"] {
	font-size: 15px;
	color: #575859;
	}
input[type="checkbox"] {
	display: inline;
	}

/* Preloader
/* =================================================================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #12151b;
	z-index: 99999;
	height: 100%;
	}
.no-js #preloader {
	display: none;
	}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
	}
#status img {
	display: none;
	}

.loader {
	background-image: url("../images/loader.gif");
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #8A2629;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	}
.loader, .loader:after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	}

/* for ie8 */
.ie8 #status img {
	display: block;
	}
.ie8 .loader {
	display: none;
	}

/* Buttons
/* =================================================================== */
.button, 
.button:visited, 
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}	
.button:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background: #b4b47c; /* darker green */
	color: #FFF;
	}

/* Pagination
/* ------------------------------------------------------------------ */
.pagination {
	margin: 30px auto;
	text-align: center;
	}
.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	}
.pagination .page-numbers {
	font: 15px/24px "raleway-bold", sans-serif;
	display: inline-block;
	padding: 6px 12px;
	height: 36px;
	margin-right: 3px;
	margin-bottom: 6px;
	color: #333;
	background-color: #dde4e6; /*grey*/
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	background-clip: padding-box;
	}
.pagination .page-numbers:hover {
	background: #94aab0;
	color: #FFF;
	}
.pagination .current, .pagination .current:hover {
	background-color: #8A2629;
	color: #FFF;
	}
.pagination .inactive, .pagination .inactive:hover {
	background-color: #ecf0f1;
	color: #a3a4a6;
	}

/* Header Styles
/* =================================================================== */
header {
	height: 60px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 990;
	background: #33460C; /*logo green*/
	background: rgba(51, 70,12, 0.5);
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	}
header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0;
	padding: 0;	
	/* add position relative since z-index only applies to
	elements that have been given an explicit position */
	position: relative;
	z-index: 992;
	}
header .logo a {
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 280px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("../images/logo.png");
	}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	header .logo a {
		background-image: url("../images/logo-@2x.png");
		-webkit-background-size: 210px 14px;
		-moz-background-size: 210px 14px;
		background-size: 210px 14px;
	}
	}
.opaque {
	background: #33460C; /*logo green*/
	}

/* Content Styles
/* =================================================================== */
#content {
	background: white;
	padding-top: 66px;
	padding-bottom: 102px;
	}
#content #main {
	padding-top: 6px;
	}
#content #sidebar {
	padding-top: 12px;
	padding-left: 30px;
	}


/* Footer Styles
/* =================================================================== */
footer {
	background: #e0dfcd;
	padding-top: 20px;
	padding-bottom: 24px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	color: #3C4142;	
	}
/*footer a, footer a:visited {
	color: #666633; 
	}
footer a:hover, footer a:focus {
	color: #999933;
	}
footer h3 {
	font: 13px/24px "raleway-bold", sans-serif;
	margin-bottom: 0;
	color: #8A2629;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
footer p {
	margin: 12px 0;
	}

footer .footer-about {
	padding-right: 60px;
	}
footer .right-cols .columns {
	width: 50%;
	word-wrap: break-word;
	}
footer ul {
	margin: 12px 0;
	padding: 0;
	list-style: none;
	}
footer ul li {
	margin: 0;
	padding-left: 0;
	line-height: 24px;
	}
footer ul li a, footer ul li a:visited {
	color: #3C4142;
	}*/
footer .copyright {
	font: 11px/21px Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 18px 6px 18px;
	clear: both;
	}

/* back to top */
footer #go-top {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 900;
	display: none;
	}
footer #go-top a {
	display: block;
	padding: 12px 30px;
	background: #8A2629; 
	color: #FFF;
	text-align: center;
	font: 12px/24px "raleway-heavy", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
footer #go-top a span {
	margin-right: 10px;
	}
footer #go-top a:hover {
	background: #cc6666; /* lighter red */
	color: #ffffff;
	}

footer .day { min-width: 180px; }

/* 
/* j. Common and shared styles
/* =================================================================== */

hr {
	border: solid #8A2629;
	border-width: 3px 0 0;
	width: 90px;
	margin: 11px auto 15px;
	height: 0;
	clear: both;
	text-align: center;
	}

/* section head
---------------------------------------------------------------------- */
.section-head {
	text-align: center;
	}
.section-head h1 {
	text-align: center;
	}

/* page title
---------------------------------------------------------------------- 
#page-title {
	background: #12151b url(../images/hero-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	padding-top: 108px;
	padding-bottom: 60px;
	text-align: center;
}

#page-title .row {
	max-width: 724px;
}
#page-title h1 {
	font: 54px/1.3 "raleway-bold", sans-serif;
	color: #FFF;
	letter-spacing: -1px;
	margin-bottom: 0;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);	
}
#page-title h1 span {
	color: #8A2629;
}
#page-title p {
	color: #cfd9db;
	margin: 0;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}



/* Hero Section
/* =================================================================== */

#hero {
	max-width:100%;
	}

.ie8 #hero { background: #12151b; }


/*  Intro Section
/* =================================================================== */
#intro {
	background: #ECEAD8;
	padding-bottom: 40px;
	}
.ie #intro .row.items {
	width: 1140px;
	}
#intro .row.items {
	max-width: 1200px;
	}

/*  About Section
/* =================================================================== */

#about {
	background: #e0dfcd;
	text-align: center;
	padding-bottom: 40px;
	}
#about .about-content {
	max-width: 934px;
	}
#about .left {
	padding-right: 30px;
	}
#about .right {
	padding-left: 30px;
	}

/*  Services Section
/* =================================================================== */
#services {
	padding-bottom: 40px;
	text-align: center;
	}
.service-list {
	margin: 15px -22px 0 -22px;
	}
.service-list .bgrid {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 22px;
	list-style: none;
	}
.service-list .icon-part {
	color: #FFF;
	width: 65px;
	padding: 15px 3px;
	font-size: 40px;
	border-radius: 3px;
	margin: 0 auto;
	}
.service-list p {
	color: #333;
	position: relative;
	top: -6px;
	}
/* gallery Section
/* =================================================================== */
#gallery {
	background: white;
	}
.ie #gallery .row.items {
	width: 1140px;
	}
#gallery .row.items {
	max-width: 1200px;
	}

/* gallery wrapper */
#gallery-wrapper {
	margin-top: 20px;
	}

/* gallery items */
.item .item-wrap {
	overflow: hidden;
	position: relative;
	}
.item .item-wrap a {
	display: block;
	cursor: pointer;
	}
.item .item-wrap .overlay {
	background: #ed560e;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;	
	}
.item .item-wrap img {
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.item .item-wrap .gallery-item-meta {
	position: absolute;
	top: 10%;
	left: 10%;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	}
.item .item-wrap .gallery-item-meta h5 {
	font: 15px/21px "raleway-heavy", sans-serif;
	margin: 0;
	color: #FFF;
	word-wrap: break-word;
	}
.item .item-wrap .gallery-item-meta p {
	font: 14px/18px "raleway-semibold", sans-serif;
	color: #fbcab3;
	margin: 0;
	}

/* on item hover */
.item:hover .overlay {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	}
.item:hover .gallery-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	}
.item:hover .item-wrap img {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	}
	
/* gallery Entry
/* =================================================================== */
#gallery {
	background: #e0dfcd;
	padding-top: 0px;
}

.gallery-content .entry header {
	text-align: center;
}
.gallery-content .entry .entry-content-media {
	margin: 30px 0 0;
}
.gallery-content .entry .entry-content-media img {
	margin-bottom: 24px;
}
.gallery-content .entry .pagenav {
	margin-top: 0;
}
.gallery-content .entry .pagenav a[rel="next"]:after {
	float: right;
}
	
/* Team Section
/* -------------------------------------------------------------------- 
#about #team {
	background: #ecf0f1;
	margin-top: 66px;
	padding-top: 78px;
	padding-bottom: 120px;
}
#team-wrapper {
	margin: 24px -18px 0 -18px;
}
#team-wrapper .bgrid {
	padding: 0 18px;
}
#team-wrapper .member {
	margin-top: 18px;
	margin-bottom: 36px;
}
#team-wrapper .member-header {
	position: relative;
	margin-bottom: 15px;
}
#team-wrapper .member-pic {
	width: 78px;
	height: 78px;
	display: inline-block;
	position: relative;
	top: 12px;
}
#team-wrapper .member-pic img {
	border-radius: 100%;
}
#team-wrapper .member-name {
	display: inline-block;
	padding-top: 9px;
	margin-left: 12px;
}
#team-wrapper .member-name h3 {
	font: 21px/42px Helvetica, sans-serif;
	font-weight: bold;
	color: #663;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 6px;
}
#team-wrapper .member-name span {
	position: relative;
	top: -6px;
	font-size: 13px;
	line-height: 18px;
	color: #8A2629;
	display: block;
}
#team-wrapper .member-social {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 12px 0 0 0;
	padding: 0;
}
#team-wrapper .member-social li {
	display: inline-block;
	margin-right: 15px;
}
#team-wrapper .member-social li a {
	color: #252525;
}
#team-wrapper .member-social li a:hover {
	color: #8A2629;
}


/*  Contact Section
/* =================================================================== */
#contact {
	background: #ECEAD8;
	overflow: hidden;
	}
#contact .row {
	}
.contact-list {
	margin: 15px -22px 0 -22px;
	}
.contact-list .bgrid {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 22px;
	list-style: none;

	}
.contact-list .icon-part {
	color: #FFF;
	width: 65px;
	padding: 15px 3px;
	font-size: 40px;
	border-radius: 3px;
	margin: 0 auto;
	}
.map {
margin-top: 15px;
	}
#contact .day { min-width: 160px; }


/* contact form */
#contact form {
	margin-top: 30px;
	margin-bottom: 30px;
	}
#contact label {
	font: 14px/30px "raleway-heavy", sans-serif;
	color: #7d7e80;
	display: none;
	}
#contact label span {
	color: #8A2629;
	display: inline-block;
}
#contact input, 
#contact textarea, 
#contact select {
	padding: 18px 20px;
	margin-bottom: 42px;
	font-size: 15px;
	width: 100%;
	background: #ECEAD8;
	border: 3px solid #FFFFFF;
	}
#contact textarea {
	height: 252px;
	}
#contact input:focus, 
#contact textarea:focus, 
#contact select:focus {
	color: #FFF;
	border-color: #FFF;
	}
#contact button.submit {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 18px 20px;
	margin-bottom: 36px;
	line-height: 24px;
	display: block;
	border: 3px solid #8A2629;
	color: #FFF;
	background: transparent;
	}
#contact button.submit:hover {
	color: #FFF;
	background: #8A2629;
	}

/* for ie9 and lower */
.ie #contact label {
	display: block;
	}
.ie #contact input, .ie #contact select {
	margin-bottom: 6px;
	}
.ie #contact textarea {
	margin-bottom: 48px;
	}

/* Style Placeholder Text */
::-webkit-input-placeholder {
	color: #575859;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #575859;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #575859;
}
:-ms-input-placeholder {
	color: #575859;
}
.placeholder {
	color: #575859 !important;
}



/* more projects
/* ------------------------------------------------------------------- 
.more-projects {
	margin-top: 60px;
}
.more-projects h1 {
	font: 30px/36px "raleway-bold", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.more-projects .gallery-wrapper {
	text-align: left;
}
