/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 14px;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
html, body {
	height: 100%;
}
a {
	text-decoration: underline;
	color: #887d73;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
input, textarea, select {
	font: 100% 'Lato', sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
	outline: none;
}
input, textarea {
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #887d73;
}
textarea {
	width: 300px;
	min-height: 145px !important;
}
input[type="submit"] {
	background: #887d73;
	color: #fff;
	cursor: pointer;
	border: 0;
	height: 24px;
}
label {
	vertical-align: middle;
}
button, input {
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 19px;
}
h2 {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 1px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 1px;
}
h4 {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}
h5 {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}
h6 {
	font-size: 9px;
	line-height: 11px;
	margin: 0;
}
p {
	margin: 0 0 10px;
}
i, cite, em, var, dfn, address {
	font-style: italic;
}
u, ins {
	text-decoration: underline;
}
s, strike, del {
	text-decoration: line-through;
}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote {
	margin-left: 20px;
}
blockquote cite {
	display: block;
	padding: 5px 0 0;
	font-weight: bold;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
.odd td {
	background: #efefef;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 5px;
}
ul {
	margin-left: 1px;
}
ul li, ol li {
	list-style-position: inside;
}
ul li {
	list-style-type: disc;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 30px;
}
ol {
	height: 1%;
	overflow: hidden;
	counter-reset: item;
	padding: 0 0 0 11px;
}
ol li {
	display: block
}
ol > li:before {
	content: counter(item) " ";
	counter-increment: item;
	color: #666;
	margin: 0 5px 0 0;
}
code, kbd, pre {
	font: 0.85em 'Lato', sans-serif;
}
sub, sup {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	bottom: -2px;
	font-size: 0.8em;
}
sup {
	vertical-align: top;
	bottom: auto;
	top: -2px;
}
header, footer, article, section, hgroup, nav, figure, aside, main {
	display: block;
}
figure {
	margin: 0;
	padding: 0;
}
input[type="image"] {
	padding: 0;
	border: none;
}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.aligncenter {
	text-align: center;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 1px 20px 0 0;
}
.alignright {
	float: right;
	margin: 1px 0 0 20px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}
.commentlist {
	padding: 0;
}
.commentlist .children {
	margin-left: 30px;
	padding: 0;
}
.commentlist .children li {
	padding: 0;
}
.commentlist .children li:after {
	display: none;
}
.comments ul li, .comments ol li {
	list-style: none;
}
.comments li:before {
	display: none;
}
.comments .avatar {
	float: left;
	margin: 0 20px 0 0;
}
.comments .meta {
	width: auto;
	clear: none;
}
.comments p, .comments .edit-link {
	width: 100%;
	display: block;
	clear: both;
}
.comments .edit-link {
	padding: 10px 0 0;
}
.comment-respond label {
	float: left;
	margin: 0 0 4px;
}
.comment-respond input[type="text"], .comment-respond textarea {
	float: left;
	clear: both;
}
.comment-form p {
	height: 1%;
}
.comment-form p:after {
	content: "";
	display: block;
	clear: both;
}
body {
	margin: 0;
	color: #9c9b9b;
	font: 15px/17px 'Lato', sans-serif;
	background: #fff;
	min-width: 1003px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
#wrapper {
	overflow: hidden;
}
.top-bar {
	background: #006700;
	padding: 12px 0;
}
.top-bar .holder {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	
}
.top-bar .phone {
	
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-style: normal;
	display: block;
}
.top-bar .phone .fa { color:#fff; }
header {
	
	top:0;
}
.logo {
	width: 227px;
	height: 91px;
	float: right;
	overflow: hidden;
	margin: 0;
}
.logo a {
	display: block;
	height: 100%;
}
.open-close {
	position: relative;
	overflow: hidden;
}
.open-close .js-slide-hidden {
	position: static !important;
}
.open-close .opener {
	display: none;
}
#nav ul {
	padding: 40px 0 0;
	margin: 0;
	overflow: hidden;
	font: 15px/17px 'Lato', sans-serif;
	text-transform: uppercase;
}
#nav ul li {
	list-style: none;
	float: left;
	margin: 0 19px 0 0;
}
#nav ul li a {
	color: #006700;
	display: block;
	padding: 0 8px 50px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li.active a {
	color: #f69a24;
	text-decoration: none;
	border-bottom: 1px solid #f8b054;
}
.slider {
	overflow: hidden;
	border-top: 3px solid #b2b2b2;
}
.slideshow {
	position: relative;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow .slide img {
	display: block;
	width: 100%;
	height: auto;
}
.slideshow .slide .frame {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
}
.slideshow .slide .holder {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.slideshow .slide .caption {
	width: 400px;
	overflow: hidden;
	font-size: 40px;
	line-height: 42px;
	color: #F69A24;
}
.slide .caption .title {
	font-size: 30px;
	line-height: 30px;
	color: #006700;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin: 0 0 3px;
}
.slide .caption p {
	margin: 0 0 3px;
}
.slide .caption em {
	font-style: normal;
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #006700;
}
#main {
	overflow: hidden;
	padding-top:157px;
}
.about {
	/*padding: 90px 0 184px;*/
}

#main .about .holder {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.about .description {
	font-size: 15px;
	line-height: 17px;
	color: #9c9b9b;
	/*padding: 225px 0 0;*/
	margin: 0 -70px 0 0;
	margin-top:100px;
}
#main .about .description .title {
	font-size: 20px;
	line-height: 22px;
	color: #006700;
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
	text-align:left;
}
#main .about .description p {
	margin: 0 0 15px;
}
#main .about .align-right {
	float: right;
	width: 58%;
}
#main .about .align-right img {
	display: block;
}
.services {

	background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(15%, #fafafa), color-stop(35%, #fdfffe), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
}
.services .holder {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 195px 0 185px;
}
.services .holder:after {
	display: block;
	content: "";
	clear: both;
}
.services .paint {
	position: absolute;
	top: -51px;
	left: -394px;
	background: url(../images/img-paint.png) no-repeat;
	width: 500px;
	height: 345px;
}
.services h2 {
	font-size: 40px;
	line-height: 42px;
	color: #006700;
	margin: 0 0 80px;
	text-align: center;
	text-transform: uppercase;
}
.services .img-holder {
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 166px;
	height: 166px;
	margin: 0 auto 18px;
}
.services .img-holder img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.services .title {
	font-size: 26px;
	line-height: 28px;
	color: #006700;
	display: block;
	border-bottom: 3px solid #006700;
	padding: 0 0 12px;
	margin: 0 0 23px;
	text-transform: uppercase;
	text-align:center;
}
.services a.readmore {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #f49a26;
	font-size: 19px;
	line-height: 21px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #f69a24;
	text-decoration: none;
	margin:0 auto;
}
.services a:hover {
	border: 2px solid #006700;
	color: #006700;
}

.news .holder {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 195px 0 120px;
}
.news .holder:after {
	display: block;
	content: "";
	clear: both;
}
.news .paint {
	position: absolute;
	top: -135px;
	right: -418px;
	background: url(../images/img-paint-1.png) no-repeat;
	width: 500px;
	height: 345px;
}
.news h2 {
	font-size: 40px;
	line-height: 42px;
	color: #006700;
	margin: 0 0 85px;
	text-align: center;
	text-transform: uppercase;
}
.news h3 { margin:0 0 10px; color:#006700; font:18px 'Lato', sans-serif; letter-spacing:0; }
.news-title { text-align:left !important; margin-bottom:10px !important; font-size:24px !important; line-height:120% !important; }
.news ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.news ul li {
	list-style: none;
	margin: 0 0 81px;
}
.news .post-date {
	float: left;
	border: 2px solid #006700;
	margin: 0 24px 0 0;
	width: 100px;
	padding: 12px 5px;
}
.news .date {
	font-style: normal;
	display: block;
	font-size: 42px;
	line-height: 42px;
	color: #006700;
	font-weight: bold;
	text-align: center;
	line-height:75%;
}
.news .date span {
	display: block;
	color: #9c9b9b;
}
.news .description {
	overflow: hidden;
	font-size: 15px;
	line-height: 17px;
	color: #9c9b9b;
}
.news .title {
	font-size: 20px;
	line-height: 22px;
	color: #006700;
	display: block;
	margin: 0 0 15px;
}
.news .title a {
	color: #006700;
	text-decoration: none;
}
#main .news .title a:hover {
	text-decoration: underline;
}
.news .description p {
	margin: 0 0 5px;
	line-height:22px;
}
.news .description > a {
	font-size: 19px;
	line-height: 21px;
	color: #f69a24;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}
.news .description > a:hover {
	color: #006700;
}
.home-news { margin-bottom:20px; }
#footer {
	background: #f2f2f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZkZmZmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(15%, #fafafa), color-stop(35%, #fdfffe), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 15%, #fdfffe 35%, #ffffff 100%);
	border-top: 8px solid #f69a24;
}
#footer .f1 {
	border-bottom: 2px solid #b2b2b2;
	padding: 82px 0 66px;
}
#footer .holder {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .f1 .column {
	width: 29.5%;
	float: left;
	border-left: 1px solid #dfe0e1;
	padding: 30px 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #9c9b9b;
	min-height: 240px;
}
#footer .f1 .column:first-child {
	border: none;
}
#footer .f1 .column img {
	display: block;
	margin: 0 auto 63px;
}
#footer .f1 .column .title {
	display: block;
	margin: 0 0 20px;
	font-weight: normal;
}
#footer .f1 .column a {
	color: #9c9b9b;
	text-decoration: none;
}
#footer .f1 .column a:hover {
	color: #006700;
}
#footer .f1 .column span {
	display: block;
}
#footer .f1 .column address {
	font-style: normal;
	display: block;
}
#footer .f2 {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	padding: 48px 0;
}
#footer .f2 .info {
	overflow: hidden;
	background: url(../images/ico-info.png) no-repeat;
	padding: 0 0 0 30px;
	font-size: 15px;
	line-height: 17px;
	color: #9c9b9b;
}
#footer .f2 .info span {
	display: block;
}
#footer .f2 .info a {
	color: #9c9b9b;
	text-decoration: none;
}
#footer .f2 .info a:hover {
	color: #006700;
}
@media only screen and (max-width: 1100px) {
	body {
		min-width: 320px;
	}
	.top-bar {
		padding: 0 10px;
	}
	#header {
		padding: 0 10px;
	}
	.slideshow .slide .holder {
		padding: 0 10px;
	}
	#main .about .holder {
		padding: 0 10px;
	}
	#main .services .holder {
		padding: 195px 10px 185px;
	}
	#main .services ul li {
		margin: 0 32px 0 0;
		width: 21.7%;
	}
	#main .news .holder {
		padding: 195px 10px 120px;
	}
	#footer .holder {
		padding: 0 10px;
	}
	#footer .f1 .column {
		padding: 30px 10px 0;
		width: 31.2%;
	}
	#footer .f2 {
		padding: 48px 10px 2px;
	}
}
@media only screen and (max-width: 1023px) {
	.slideshow .slide .caption {
		font-size: 30px;
		line-height: 32px;
	}
	.slide .caption .title {
		font-size: 25px;
		line-height: 27px;
	}
	.slide .caption em {
		font-size: 18px;
		line-height: 20px;
	}
	#main .about {
		padding: 30px 0 50px
	}
	#main .about .description .title {
		font-size: 16px;
		line-height: 18px;
	}
	#main .about .align-right {
		width: 54%;
	}
	#main .about .description {
		width: 55%;
	}
	#main .services .holder {
		padding: 90px 10px 90px
	}
	#main .services h2 {
		font-size: 30px;
		line-height: 32px;
	}
	#main .services ul li {
		width: 20.7%;
	}
	.services ul li .title {
		font-size: 18px;
		line-height: 20px;
	}
	.services ul li a {
		font-size: 14px;
		line-height: 16px;
		padding: 10px;
	}
	#main .news .holder {
		padding: 100px 10px;
	}
	#main .news h2 {
		font-size: 30px;
		line-height: 32px;
	}
	#main .news ul li .title {
		font-size: 16px;
		line-height: 18px;
	}
	#main .news ul li .align-left .date {
		font-size: 36px;
		line-height: 38px;
	}
	#footer .f1 .column {
		float: none;
		overflow: hidden;
		border-top: 1px solid #dfe0e1;
		border-left: none;
		width: 100%;
		padding: 30px 0;
		min-height: inherit;
	}
	#footer .f2 {
		text-align: center;
	}
	#footer .f2 .info {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	#main .news ul li .description > a {
		font-size: 16px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 767px) {
	#wrapper .top-bar {
		text-align: center;
	}
	#wrapper .top-bar .phone {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 20px;
	}
	#header {
		padding: 0;
	}
	.logo {
		float: none;
		margin: 0 auto 10px;
	}
	.open-close .js-slide-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}
	.open-close {
		position: relative;
		width: 100%;
		float: none;
		overflow: hidden;
		top: 0;
		border: none;
		margin: 0 0 20px;
	}
	.open-close .opener {
		background: #f69a24;
		width: 100%;
		height: 21px;
		margin: 0;
		display: block;
		font-size: 20px;
		line-height: 22px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 9px 0;
	}
	.open-close .slide {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	#nav {
		float: none;
		overflow: hidden;
		padding: 2px 0;
	}
	#nav ul {
		padding: 0;
	}
	#nav ul li {
		float: none;
		margin: 0;
	}
	#nav ul li a:hover, #nav ul li.active a {
		background: #006700;
		border: none;
	}
	#nav ul li a {
		display: block;
		padding: 10px 20px;
	}
	#nav ul li a:hover, #nav ul li.active a {
		color: #fff;
	}
	.slideshow .slide .frame {
		display: none;
	}
	#main .about .description {
		padding: 10px 0 0;
		margin: 0;
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#main .about .align-right {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#main .about .align-right img {
		width: 100%;
		height: auto;
	}
	#main .about .description .title {
		font-size: 14px;
		line-height: 16px;
	}
	#main .services h2, #main .news h2 {
		font-size: 22px;
		line-height: 24px;
	}
	#main .services ul {
		margin: 0;
	}
	#main .services ul li {
		width: 100%;
		float: none;
		margin: 0 0 40px;
		overflow: hidden;
	}
	#main .news ul li .title {
		font-size: 14px;
		line-height: 16px;
	}
	#main .news ul li .align-left {
		float: none;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 0 20px;
	}
	#main .news ul li .align-left .date {
		font-size: 22px;
		line-height: 24px;
	}
	#main .news ul li .align-left {
		padding: 5px;
	}
	#footer .f1 .column {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (min-width: 1200px) {
  .col-md-12, .container {
    width: 1080px;
	margin:auto; 
  }
}
.clearfix { clear:both; }
.clear30 { clear:both; height:30px; }

.navbar-fixed-top { top: auto; }
.navbar-default { background-color:transparent; border:0; border-radius:0; }	  
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background:none; color:##f69a24; border-bottom:1px solid #f8b054; }
.navbar-nav > li { margin:0 19px 0 0; }
.navbar-nav > li > a { text-decoration: none; padding:0 8px 40px; text-transform:uppercase; }
.navbar-nav { padding:47px 0 0; background-color:#fff; }
.navbar-default { height:111px; background-color:#fff !important; border-bottom:2px solid #b2b2b2; }





section { border-bottom:2px solid #b2b2b2 !important; }
section h1 { 
    color: #006700;
    display: block;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 23px;
    text-transform: uppercase; 
	text-align:center;
	font-style:normal;
}
.news, .services, .about { padding:100px 0; }
.f-icon { text-align:center; }
.f-icon .fa { font-size:50px; color:#006700; }
.f1 h3, .f1 p { text-align:center; }
.f1 h3 { font-size: 16px; margin-bottom:20px; }

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media all and (max-width:767px) {
	.cd-header { height:32px; }
	.top-bar { padding:5px 10px; }
	#cd-intro { height:auto; }
	#cd-intro #cd-intro-tagline { padding-top:32px; }
	.hero-video { height:auto; }
	.about { padding:10px 0; }
	.about .description { margin: atuo; }
}
@media all and (max-width:480px) {
	.hero-video { height:138px; }
	.navbar-collapse { border-top:0; }
	.top-bar .phone { text-align:center; }
}

.logo-xs { margin::0; }
.logo-xs.logo { float:right; background-size:100%; width:175px; margin-right:10px !important; margin-top:15px; }
.navbar-toggle { float:left; margin:32px 0 0 10px }

/*--- Inner Pages Styles ---*/
.static-page h2 { text-align:center; color:#006700; font-size:18px; margin-bottom:5px; text-transform:uppercase; font-style:normal; margin-top:0; }
.static-page h3 { text-align:center; font-size:30px; color:#006700; line-height:25px; font-style:normal; margin:0; }
.orange{ color:#f69a24; }
.highlight { color:#006700; font-weight:bold; }
.page-title { margin-bottom:20px; }

.section-padding { padding:100px 0; }

.user-profile { text-align:center; margin-bottom:20px; }
.user-img { margin-bottom:10px; }
.profiles .title { color:#f69a24; font-size:24px; text-transform:uppercase; margin-bottom:5px; line-height:25px; }
.profiles h3 { font-size:16px; color:#006700; text-transform:uppercase; margin-bottom:15px; }
.profiles .bio { font-size:13px; }

label { color:#006700; text-transform:uppercase; }
.text-field, input { border:1px solid #006700 !important; border-radius:0; font-size:11px !important; width:80%; height:34px; padding:6px 12px !important; }
.text-area, textarea { width:445px; border:1px solid #006700 !important; border-radius:0; font-size:11px; resize:none; }
.btn-submit {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #f49a26;
	border-radius:0;
	font-size: 19px;
	line-height: 21px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #f69a24;
	text-decoration: none;
}

.contact-info h4 { font-size:15px; text-transform:uppercase; color:#006700; margin:0 0 20px; }
.contact-info p { margin:0 0 10px; }
.contact-summary { margin-bottom:25px; }
.contact-detail { padding:20px 0; border-top:2px solid #006700; border-bottom:2px solid #006700; }
.contact-detail .fa { color:#f69a24; }
.post-detail { text-align:center; color:#f69a24; clear:both; margin:5px 0 !important; }
.logo-contact { text-align:center; margin-top:50px; }

@media all and (max-width:767px) {
	.navbar-nav > li > a { padding:8px; }
	.navbar-nav { padding-top:0; }
	.hero-text { padding-top:10px; }
	
	.navbar-collapse { margin:0 !important; padding:inherit; width:100%; }
}
@media all and (max-width:568px) {
	.hero-text p { font-size:16px; }
	.hero-text h2 { font-size:20px; }
}
@media all and (min-width:769px) and (max-width:991px) {
	.navbar-nav > li {margin:0 5px 0 0} 
}
#iframeMap { height:450px; width:100%; margin:0; line-height:100%; }

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu>li>a {
font-weight: 600;
text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a { color:#006700; font-weight:bold;  }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color:#f69a24; border-bottom:2px solid #f69a24; }
.current-menu-item a, .current_page_item a { color:#f69a24 !important; border-bottom:2px solid #f69a24 !important; }
.navbar-collapse { float:left; }

.readmore-post {
	font-size: 18px;
	line-height: 21px;
	color: #f69a24;
	text-decoration: none;
	display:block;
	text-align:right;
	margin-top:10px;
	
}

.about-paint-splash {
	position: absolute;
	top: 328px;
	left: -216px;
	background: url(../images/img-paint-1.png) no-repeat;
	width: 500px;
	height: 345px;
	background-size:80%;
}
.about-splsh-yellow { background: url(../images/splash-yellow.png) no-repeat; width:338px; height:490px; position:absolute; right:-65px; top:400px; background-size:75%; }

.single-news { padding-top:50px; }
.single-news h1 { color:#006700; font-size:40px; margin-bottom:10px; }
.single-news .post-header { margin-bottom:20px; }

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus { background:#006700; }
.navbar-default .navbar-toggle .icon-bar { background-color:#ccc; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color:transparent; }
.navbar-collapse ul li { list-style:none; }