@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'concielian_condensedcondensed';
    src: url('../fonts/concielian-condensed-webfont.eot');
    src: url('../fonts/concielian-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/concielian-condensed-webfont.woff2') format('woff2'),
         url('../fonts/concielian-condensed-webfont.woff') format('woff'),
         url('../fonts/concielian-condensed-webfont.ttf') format('truetype'),
         url('../fonts/concielian-condensed-webfont.svg#concielian_condensedcondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
/******************************************************************************************/

h1, h2, h3, h4, h5, h6
{
	font-family: 'concielian_condensedcondensed';
	color: #fff;	
	text-shadow: 2px 2px 3px rgba(50, 51, 52, 1);
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	color:#82b527;
}

/* Sidebar Menu */
.sidebar-menu 
{
	background:url(../images/bg-sidebar-menu.jpg) repeat;
}
.sidebar-menu ul li a {
	padding: 0 20px;
	border-bottom: 1px dotted rgba(0,0,0,0.15);
	font-family: 'concielian_condensedcondensed';
	font-size:20px;
	font-weight:300;
	color: #fff;
	text-transform:capitalize;
}
.sidebar-menu ul li:hover {
	background: rgba(82,90,1,0.2);
}
.sidebar-menu ul li.active {
    background: rgba(82,90,1,0.2);
}
.sidebar-menu ul li.current a {
	background: rgba(82,90,1,0.2);
}
.sidebar-menu ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.sidebar-menu ul li:hover i {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.sidebar-menu ul li ul {
	margin: 0;
	width: 220px;
	background: rgba(0,0,0,0.5);
	border-left: 5px solid #FFF;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: 10px;
	left: -9999px;
	z-index: 9999;
	transition: opacity linear 0.25s, top linear 0.25s;
	-ms-transition: opacity linear 0.25s, top linear 0.25s;
	-moz-transition: opacity linear 0.25s, top linear 0.25s;
	-webkit-transition: opacity linear 0.25s, top linear 0.25s;
	-o-transition: opacity linear 0.25s, top linear 0.25s;
}
.sidebar-menu ul li:hover ul {
	opacity: 1;
	top: 0;
	left: 220px;
}
.sidebar-menu ul li ul li a {
	color: #FFF;
	text-align: left;
}
.sidebar-menu ul li ul li a:hover {
	background: rgba(0,0,0,0.25);
}
#slides .slides-container .slides-detail .lead 
{
	font-family: 'concielian_condensedcondensed';
}
.btn
{
	border-radius:9px;
	border:3px solid #8e9385!important;
	padding: 5px 10px!important;
	background: #f4f4f4!important;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: none;	
	box-shadow: none;
	text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
	color:#82b527;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn:hover, .btn:focus
{
	text-shadow: -1px -1px 2px rgba(144, 188, 65, 1);
	color:#8e9285;
}
.btn-large {
    padding: 12px 8px;
}
.sidebar-menu .close-sidebar-menu i
{
	-webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    2px 1px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         2px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.sidebar-menu ul li a
{
	border-bottom: 1px dotted rgba(120,125,120,0.35);
}
.footer p {
	margin: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color: #82b527;
	text-align: center;
	text-transform:capitalize;
}
.footer p span {
	color: #bccf02;
}
.footer .social-links {
	background: rgba(188,207,2,0.1);
	box-shadow: none;
}
.footer .social-links a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:25px;
}
.footer .social-links a i:hover {
	background: rgba(147,189,28,0.1);
	color: #eef1e6;
}
/*********************************************slider**************************************************************/
#slides .slides-container .slides-detail h1 {
	color: #FFF;
	font-family: 'concielian_condensedcondensed';
	font-size:72px;
}

/***************************************************************************************************************/

#about, #services, #portfolio, #blog, #contact
{
	background:url(../images/bg-content.jpg) no-repeat;
}
.lead
{
	font-family: 'concielian_condensedcondensed';
	font-size:24px;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(50, 51, 52, 1);
}

/**************************************************************************************/
.thumbnail-services p
{
	color:#333432;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.thumbnail h3
{
	color:#333432;
	font-size:38px;
}
.thumbnail h3 span
{
	font-weight:400;
}
.thumbnail-services h3
{
	color:#333432;
}

.title-service
{
	color:#333432; 
	font-size:48px;
}
.span-text
{
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: center;
    width: 100%;
    font-weight: normal!important;
	text-shadow:none;
}
.lead-text
{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal!important;
}
.thumbnail-services i, .thumbnail-services h5
{
	color:#bccf02;
}
.thumbnail-services:hover i
{
	background:#bccf02;
}
.thumbnail-services:hover i {
	border-color: #bccf02;
}
.hero-unit
{
	background-color:#82b527;
	padding:24px 0px 12px 0px;
}
.btn-service {
	padding: 5px 10px!important;
	background: #FFF!important;
	border: none!important;
	color:#333432!important;	
	text-transform:capitalize;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn-read-more
{
	border:2px solid #d1cfcf!important;
	background:#f4f4f4!important;
	-webkit-box-shadow: inset 2px 0px 6px 3px rgba(226,226,226,1);
	-moz-box-shadow: inset 2px 0px 6px 3px rgba(226,226,226,1);
	box-shadow: inset 2px 0px 6px 3px rgba(226,226,226,1);
}
.button-learm-more
{
	position:absolute;
	left:30%;
	color:#82b527!important;
	text-shadow: none;
}
.thumbnail-services {
	padding-bottom: 20px;
}
.thumbnail .thumbnail-detail
{
	background:#82b527;
	min-height:330px;
}
.thumbnail h5
{
	color:#bfd205;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
/********************************************************************************************************/

.products-filter p a {
	margin: 0 10px;
	font-size: 22px;
	font-family: 'concielian_condensedcondensed';
	color: #fff;
	text-transform: uppercase;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 1);
}
.products-filter p a:hover, .products-filter p a.active 
{
	color:#282928;
}
#portfolio .masonry-detail
{
	color:#000;
}
#portfolio .masonry-detail .date
{
	color: #bccf02;
}
#portfolio .masonry-detail
{
	background:#f7f9e4;
}
.modal-body span.lead
{
	color:#000;
}
.modal-body .date
{
	color: #bccf02;
}
.progress
{
	background:#282928;
}
.progress .bar
{
	background:#82b527;
}
#map {
    margin-bottom: 40px;
    width: 100%;
    height: 350px;
    border-bottom: 5px solid #FFF;
    box-shadow: 0 -5px 0 #FFF;
}
.contact-form textarea
{
	width:100%;
	min-width:inherit;
	max-width:none;
}
.contact-form input.text-info
{
	width:96%!important;
}
.contact-form input[type=text], .contact-form textarea
{
	width: 98%;
    color: #000;
    padding: 4px 5px;
}

.send-message
{
	background:#82b527;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding: 12px 20px;
	border-left:none;
	border-top:none;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	float:right;
}
address strong
{
	color:#82b527;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
address a
{
	color:#333
}
address a:hover
{
	text-decoration:underline;
}

div.wpcf7-mail-sent-ok 
{
    position: absolute;
    bottom: 0%;
}
div.wpcf7-response-output 
{    
    padding: 0.5em 1em;
}
div.wpcf7-mail-sent-ng 
{
    position: absolute;
    bottom: -4%;
    width: 64%;
}