@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* CSS Document */

/*------------------------------------------------------------------------
							Reset
------------------------------------------------------------------------*/

@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear:both;
}
strong {
	font-weight: bold;
}

/*------------------------------------------------------------------------
							Clearfix
------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*------------------------------------------------------------------------
							Global
------------------------------------------------------------------------*/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	letter-spacing: 0.01em;
	overflow-x: hidden;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #ef5000;
}
a:hover {
	color: #84a161;
}
p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
h1, h2 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.f-left {
	float: left;
	margin-right: 15px;	
}
ul li {
	line-height: 1.5em;	
}
.push {
	margin-top: 20px;	
}

/*------------------------------------------------------------------------
							Header
------------------------------------------------------------------------*/

#header {
	background: #c8cdb7;
}
#masthead {
	padding-top: 10px;
	padding-bottom: 10px;
}
#masthead .logo {
	float: left;
}
#masthead .call-now {
	float: right;
	padding-left: 65px;
	background: url(images/phone_icon.png) left center no-repeat transparent;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	color: #547231; 
	line-height: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	min-height: 38px;
	font-weight: bold;
	margin-top: 30px;
}
.call-now span {
	color: #8c8b8b;
	font-size: 22px;
}

/*---- nav -----*/

.navigation {
	border-top: 1px solid #f6712e;
	background: #264304; /* Old browsers */
	background: -moz-linear-gradient(top,  #229158 0%, #1c3103 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#229158), color-stop(100%,#1c3103)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #229158 0%,#1c3103 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #229158 0%,#1c3103 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #229158 0%,#1c3103 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #229158 0%,#1c3103 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229158', endColorstr='#1c3103',GradientType=0 ); /* IE6-9 */
}
.navigation .main-nav {
	padding: 7px 0;
}
.navigation .main-nav li {
	float: left;
	font-family:  'Droid Sans', sans-serif;
	font-size: 16px;
	padding: 10px 17px 10px 19px;
	border-left: 1px solid #628245;
}
.main-nav li a, .footer-nav li a {
	color: #fff;
}
.main-nav li a:hover, .footer-nav li a:hover {
	color: #84a161;
}

/*------------------------------------------------------------------------
							Footer
------------------------------------------------------------------------*/

#footer {
	background-color: #111f01;
	padding: 15px 0;
	color: #fff;
}
#footer .f-left {
	float: left;
	width: 60%;
}
#footer .f-right {
	float: right;
	width: 40%;
}
.social-media-cont {
	text-align: right;
}
.social-media-cont li a {
	width: 48px;
	height: 48px;
	float: right;
}
.footer-nav {
	 margin-bottom: 5px;
	 margin-top: 5px;
}
.footer-nav li {
	font-size: 14px;
	display: inline-block;
	padding: 0 15px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	font-family: 'Droid Sans', sans-serif;
}
.footer-nav li:first-child {
	padding-left: 0;
}
.footer-nav li:last-child {
	border-right: 0;
}
.social-media-cont li {
	text-indent: 100%;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	margin-right: 3px;
}
.social-media-cont .ftr_linkedin {
	background-position: 0 0;
}	
.social-media-cont .ftr_twitter {
	background-position: -48px 0;
}
.social-media-cont .ftr_facebook {
	background-position: -96px 0;
}
.social-media-cont .ftr_linkedin:hover {
	background-position: 0 -48px;
}	
.social-media-cont .ftr_twitter:hover {
	background-position: -48px -48px;
}
.social-media-cont .ftr_facebook:hover {
	background-position: -96px -48px;
}
/*------------------------------------------------------------------------
							Main Content
------------------------------------------------------------------------*/

/*---- banner -----*/

#banner {
	margin-bottom: 30px;
}
#main-cont {
	padding: 40px 0;
	min-height: 580px;
}

.about-sec {
	margin-bottom: 40px;
}
.about-sec p {
	margin-bottom: 15px;
}
.title  {
	color: #1e3403;
	margin-bottom: 15px;
	border-bottom: 1px solid #D1CFCF;
}
.content, .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.content {
	width: 75%;
	padding-right: 15px;
}

/*--- Articles ---*/

.article-cont {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.article-cont:last-child {
	border-bottom: none;
}
.article-cont h2 {
	margin-bottom: 2px;
}
.byline {
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	color: #b7b7b7;
}
.byline li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #b7b7b7;
}
.byline li:first-child {
	padding-left: 0;
}
.byline li:last-child {
	border-right: none;
}

/*--- Index ---*/

h2.featuring {
	font-weight: normal;	
	color: #1E3403;
}
h2.featuring span {
	font-weight: bold;	
}
ul.services-list li {
	list-style: inside circle;	
	line-height: 2em;
	padding-left: 10px;
}
ul.services-list li:nth-child(even){
	background: #eee;
}

/*--- Prices ---*/

ul.services-list .price {
	float: right;
	margin-right: 40px;	
}

/*--- Gallery ---*/

.gallery-thumb {
	float: left;
	margin-right: 15px;	
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------
							Sidebar
------------------------------------------------------------------------*/

.sidebar {
	width: 25%;
}
.side-contact .side-title {
	color: #1e3403;
	border-bottom: 1px solid #d1cfcf;
	line-height: 1.9em;
	margin-bottom: 5px;
}

.side-contact {
	padding: 0 15px;
	margin-bottom: 15px;
}
.coupon-cont {
	padding: 0 15px;
}
.side-contact .address-cont,
.side-contact .time-cont {
	margin-bottom: 20px;
}
.address-cont li,
.time-cont li {
	line-height: 1.8em;
}
.msg-us-cont p {
	font-size: 12px;
	margin-bottom: 10px;
}
.side-form input[type="text"], .side-form input[type="email"], .side-contact textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c3c1c1;
	width: 100%;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	margin-bottom: 8px;
} 
.side-form textarea {
	height: 80px;
}
.side-form button, input#submit_button, .submit, .reg-btn {
	width: 100%;
	cursor: pointer;
	background: #1c3103; /* Old browsers */
	background: -moz-linear-gradient(top,  #229158 0%, #1c3103 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#229158), 	color-stop(100%,#1c3103)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #229158 0%,#1c3103 100%); /* 	Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #229158 0%,#1c3103 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #229158 0%,#1c3103 100%); /* IE10+ */
	background-color: linear-gradient(to bottom,  #229158 0%,#937f53 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229158', 	endColorstr='#1c3103',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	padding: 7px;
	border: none;
}



/*------------------------------------------------------------------------
							form, inputs 
------------------------------------------------------------------------*/


#form .row {
	margin: 0 0 12px;
}
#form label {
	width: 60px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 12px;
	line-height: 30px;
}
#form input[type="text"], #form input[type="email"], #form textarea {
	margin: 0;
	padding: 5px;
}
#form input[type="text"], #form input[type="email"] {
	width: 344px;
}
#form textarea {
	width: 346px;
	min-height: 140px;
}
#form .submit {
	width: 120px;
	margin: 0;
}
#form span {
	font-size: 12px;
	color: #A63737;
	vertical-align: bottom;
	margin-left: 12px;
}
#form .success {
	background: #AAFFAA;
	padding: 5px;
	border: 1px solid #37A637;
}
#form .fail {
	background: #FFAAAA;
	padding: 5px;
	border: 1px solid #A63737;
}



/*------------------------------------------------------------------------
							Contact Us 
------------------------------------------------------------------------*/

.content.contact {
	width: 100%;	
}
.form-cont {
	width: 430px;
	float: left;
}
.contact-info {
	width: 460px;
	float: right;	
}
.contact-info .map {
	border: 1px solid #d1cfcf;
	padding: 5px;
	display: inline-block;
}

.contact-info .map ul li {
	line-height: 1.5;
}


@media (max-width:980px) {
html {
	overflow-x: auto;	
}
body {
	width: 980px;
}
}


