/*start body*/
#wraps_is{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	min-height:100%;
	padding:50px 20px;
	background:#fff;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
body,html{
	height:100%;
}
body.bodyin{
	background-color:#f1f1f1;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:droid,raleway,Arial, Helvetica, sans-serif;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#7aa93c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e74c3c;
	text-decoration:none;		
}
img{
	max-width:100%;
	border:none;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
/*start header_all*/
#header_all{
	width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}
/*end header_all*/
/*start top*/
#top{
	float:right;
	width:100%;
	background:#272727;
	height:40px;
	overflow:hidden;
}
.top{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a {
	display: block;
	color: #bbb;
	height:40px;
	font-family: cocon;
	line-height:40px;
	padding:0px 10px;
	font-size: 14px;
	direction: ltr;
	letter-spacing:1px;
}
.s_contact li a:before{
	vertical-align:-1px;
	display:inline-block;
	margin-right:5px;
	font-family:FontAwesome;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li a:hover{
	background:#ecb338;
	color:#fff;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	height:40px;
	color: #bbb;
	padding:0px 10px;
	line-height:40px;
}
.social li a:hover{
	color:#fff;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
/*end top*/
/*start header*/
#header{
	background:rgba(37, 53, 38, 0.85);
	width:100%;
	height:94px;
	float:right;
}
.header{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}
.logo {
	float: right;
	padding-top: 5px;
	padding-bottom: 28px;
	line-height:1.4;
}
.logo a{
	display:block;
}
.logo img {
	float: right;
	margin-left: 15px;
	max-height: 85px;
}
.logo b {
	font-weight: normal;
	color: #fff;
	display:none;
	font-family: cocon;
	font-size: 17px;
}
.logo b i {
	display: block;
	color: #a2baa3;
	font-style: normal;
	font-size: 14px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a{
	height:94px;
	color:#fff;
	font-size:12px;
	padding:0px 15px;
	display:block;
	line-height:94px;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	font-family:FontAwesome;
	color:#fff;
	vertical-align:middle;
	margin-left:8px;
}
.nav li a:hover,.nav li:hover a{
	color:#90ba92;
}
.nav li:hover a:after{
	opacity:1;
	right:0;
}
.nav li a:after{
	content:"";
	display:block;
	width:100%;
	position:absolute;
	background:#90ba92;
	height:3px;
	bottom:0px;
	opacity:0;
	right:-130px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	position:static;
	width:100%;
	background:none;
	border:none;
}
.sub {
	width: 190px;
	display:none;
	position: absolute;
	background: #1c1c1c;
	right: 0px;
	z-index:1000;
	top: 94px;
}
.sub ul{
	float:none;
}
.sub ul li{
	float:none;
	display:block;
}
.sub ul li a,.nav li:hover .sub ul li a{
	display:block;
	height:auto;
	padding:12px;
	border-bottom:1px solid #493e2b;
	color:#f4f4f4;
	line-height:normal;
}
.sub ul li a:hover,.nav li:hover .sub ul li a:hover{
	color:#eddbc0;
}
.sub ul li a:after,.sub ul li a:before{
	display:none;
}
/*end header*/
/*start footer*/
#footer {
  padding-top:25px;	
  background:#231e18;
  clear: both;
  width:100%;
  float:right;
  overflow: hidden;
  position: relative;
  padding-bottom:10px;
}
.footer{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}
.foot {
  width: 33.33%;
  float: right;
  padding:0px 15px;
  overflow: hidden;
}
.foot h2 {
  color: #fff;
  display: block;
  font-size: 17px;
  font-family:cocon;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 13px;
}
.foot h2:before {
  content: "\f10d";
  vertical-align: 0px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 9px;
}
.foot p {
  clear: both;
  color: #bfbfbf;
  display: block;
  font-size: 12px;
  line-height: 2;
  text-align: right;
  padding-left: 20px;
}
.foot ul li {
  display: block;
  border-bottom: 1px solid #382f24;
  padding-bottom: 8px;
  padding-top: 8px;  
}
.foot ul li:before {
	display: none;
}
.foot ul li a {
  color:#bfbfbf;
  font-size:12px;
}
.foot ul li a:before {
  content: "\f14c";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  color:#fff;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#fff;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #bfbfbf;
  display: block;
  font-family: droid,raleway;
  font-size: 12px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#fff;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #fff;
}
.contactus li a {
  color: #bfbfbf;
  font-size: 12px;
}
.contactus li a:hover {
  color: #fff;
  text-decoration:underline;
}
/*end footer*/
/*start bottom*/
#bottom {
  background:#191612;
  clear: both;
  width:100%;
  float:right;
}
.bottom{
	position:relative;
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.copyright {
  float: right;
  padding: 20px;
  color: #888;
  overflow:hidden;
  font-size: 12px;
}
.design {
	float: left;
	font-size: 12px;
	padding: 20px;
	color: #666;
}
.bottom .social{
	padding:10px;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	background:#231e18;
	overflow:hidden;
	width:100%;
	position:relative;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(00,00,00,0.4);
}
#slideshow:hover .next,#slideshow:hover .prev{
	opacity:0.8;
}
.next,.prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:40px;
	text-align:center;
	position:absolute;
	top:400px;
	color:#eee;
	left:30px;
	opacity:0;
	right:auto;
	z-index:200;
	cursor:pointer;
}
.next{
	right:30px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.slideshow{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	background-position:center;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
	z-index:100;
	position:relative;
}
.slider_cont_all{
	width:100%;
	font-family:cocon;
	display:block;
	text-align:center;
	padding-top:50px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position: relative;
	font-weight: normal;
	display: inline-block;
	color: #2d2418;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 20px 20px;
	background: rgba(0, 0, 0, 0.5);
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data {
	border-top: 5px solid #3f3221;
	background: #2d2418;
	float: right;
	width: 100%;
}
.data {
	width: 1170px;
	display:table;
	margin-right: auto;
	color:#fff;
	text-align:center;
	margin-left: auto;
}
.data_loop {
	width: 33.33%;
	display: table-cell;
	vertical-align: top;
	padding:65px 15px;
}
.data_loop:nth-child(2) {
	background:#3f3221;
}
.data_loop span:before {
	display: block;
	border: 1px solid #bbb;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	line-height: 55px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
}
.data_loop h2 {
	font-weight: normal;
	font-family: cocon;
	font-size: 22px;
	display: block;
	margin-bottom: 25px;
}
.data_loop p {
	color: #fff;
	font-size: 12px;
	color: #eee;
	padding: 0px 16px;
}
/*end data*/
/*start aboutus*/
#aboutus{
	float:right;
	width:100%;
	background-image:url(../images/about.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#fdc027;
}
.aboutus{
	width:1170px;
	margin-right:auto;
	padding:80px 0px;
	margin-left:auto;
}
.aboutus h2{
	color:#3f3221;
	font-weight:normal;
	font-size:30px;
	font-family:cocon;
	display:block;
	margin-bottom:25px;
}
.aboutus h2:before {
	content: "\f129";
	font-family: FontAwesome;
	background: #3f3221;
	width: 50px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 52px;
	border-radius: 50px;
	font-size: 23px;
	margin-left: 16px;
	color: #fff;
}
.aboutus p{
	line-height:2;
	color:#3f3221;
}
.aboutus p:before{
	content:"\f10e";
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	color:#fff;
	font-family:FontAwesome;
}
.aboutus p:after{
	display:inline-block;
	content:"\f10d";
	vertical-align:middle;
	margin-right:10px;
	color:#fff;
	font-family:FontAwesome;
}
/*end aboutus*/
/*start services*/
#services{
	float:right;
	width:100%;
	clear:both;
	display:block;
	margin-top:60px;
	margin-bottom:60px;
}
.services{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.service_title{
	border-bottom:2px solid #dddddd;
	overflow:hidden;
	display:block;
	margin-bottom:25px;
	margin-right:15px;
	margin-left:15px;
	padding:10px 15px;
}
.service_title span {
	background: #5dc269;
	color: #fff;
	width: 45px;
	display: block;
	font-size:15px;
	float: right;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	margin-left: 10px;
}
.service_title span:before {
	font-family: FontAwesome;
}
.service_title h2 {
	display: block;
	float: right;
	margin-top: 8px;
	font-weight: normal;
	font-family: cocon;
	font-size: 24px;
}
.service_title a {
	display: block;
	float: left;
	margin-top: 11px;
}
.service_title a:after {
	content:"\f100";
	font-family:FontAwesome;
	margin-right:5px;
	vertical-align:middle;
}
.serv_loop {
	width: 25%;
	float: right;
	overflow: hidden;
	padding: 15px;
}
.serv_all {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	height: 150px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 3px;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_img a:hover img{
	transform:scale(1.1);
}
.serv_img a:hover span{
	opacity:1;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.5);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_img a span:before {
	content: "\f0c1";
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	display: block;
	text-align: center;
	padding-top: 57px;
}
.serv_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: cocon;
	font-size: 18px;
}
.serv_cats {
	clear: both;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.serv_cats a {
	display: inline-block;
	color: #aaa;
	font-size: 14px;
	font-family: cocon;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 12px;
	color: #666;
	height: 70px;
	overflow: hidden;
}
/*end services*/
/*start media*/
#media{
	width:100%;
	margin-bottom:60px;
	float:right;
}
.media{
	width:100%;
	direction:ltr;
	display:table;
	background:#1c1e17;
}
.media_left{
	display:table-cell;
	background-position:center;
	background-size:cover;
	width:50%;
	height:100%;
}
.media_right{
	padding:90px 65px 90px 65px;
	width:50%;
	text-align:right;
	display:table-cell;
}
.media_right span {
	color: #9cc327;
	font-family: cocon;
	font-size: 15px;
	display: block;
	margin-bottom: 14px;
}
.media_right h2:after {
	content: "";
	background: #9cc327;
	width: 69px;
	height: 3px;
	display: block;
	clear: both;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.media_right h2 {
	position: relative;
	display: block;
	font-weight: normal;
	color: #fff;
	font-family: cocon;
	font-size: 25px;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.media_right p {
	color: #bbb;
	font-size: 12px;
	line-height: 2;
}
/*end media*/
/*start news*/
#news{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.news{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.news_title_h2 {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 15px;
	text-align: center;
}
.news_title_h2 h1 {
	font-weight: normal;
	color: #9cc327;
	font-family: cocon;
	font-size: 17px;
	margin-bottom: 5px;
	display: block;
}
.news_title_h2 h2 {
	font-weight: normal;
	font-family: cocon;
	font-size: 30px;
	color: #000;
}
.news_title_h2 h2:after {
	content: "";
	height: 3px;
	width: 50px;
	background: #9cc327;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 13px;
}
.news_loop {
	float: right;
	width: 33.33%;
	padding: 15px;
	overflow: hidden;
}
.news_loop img {
	width: 100%;
	height: 255px;
	margin-bottom: 15px;
}
.news_loop b {
	font-family: cocon;
	color: #9cc327;
	font-size: 16px;
	font-weight:normal;
	display: block;
	margin-bottom: 5px;
}
.news_title {
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.news_title a {
	display: block;
	font-family: cocon;
	font-size: 22px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_title a:hover {
	color: #9cc327;
}
.news_loop p {
	color: #555;
	font-size: 12px;
	height: 230px;
	overflow: hidden;
}
/*end news*/
/*start projects*/
#projects_top{
	clear:both;
	float:right;
	border-top:1px solid #eee;
	padding-top:50px;
	width:100%;
}
.projects_top{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}
#projects{
	width:100%;
	float:right;
}
.projects{
	width:100%;
}
.projects li:before{
	content:"";
	background:rgba(156,195,39,0.80);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	width:100%;
	height:100%;
}
.projects li:hover:before{
	opacity:1;
}
.projects li{
	width:25%;
	height:230px;
	overflow:hidden;
	position:relative;
	float:right;
}
.projects li img{
	display:block;
	width:100%;
	height:100%;
}
.projects li:hover a.proj_link, .projects li:hover a.proj_img{
	opacity:1;
}
.projects li a.proj_link, .projects li a.proj_img {
	background: #fff;
	width: 40px;
	height: 40px;
	text-align:center;
	color:#aaa;
	display: block;
	position: absolute;
	top: 10px;
	right: 35%;
	top:100px;
	opacity:0;
	border-radius: 40px;
	line-height: 40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.projects li a.proj_img{
	right:52%;
}
.projects li a.proj_link:before{
	content:"\f0c1";
	font-family:FontAwesome;
	font-size:15px;
}
.projects li a.proj_img:before{
	content:"\f002";
	font-family:FontAwesome;
	font-size:15px;
}
.projects li a.proj_link:hover,.projects li a.proj_img:hover{
	background:rgba(156,195,39,1);
	color:#fff;
}
/*end projects*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:1px solid #7aa93c;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#7aa93c;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	width: 40px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-family: cocon;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #7aa93c;
	color:#7aa93c;
}
.pagination span.current{
	border:1px solid #7aa93c;
	background:#7aa93c;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end pagination*/
/*start page_title*/
#page_title{
	clear:both;
	display:block;
	overflow:hidden;
	background-color:#7aa93c;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-size:cover;
	position:relative;
}
.page_title{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	padding-top:180px;
	padding-bottom:55px;
	min-height:460px;
	position:relative;
}
.page_title h2 {
	font-weight: normal;
	color: #fff;
	font-family: cocon;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}
.page_title p {
	color: #fff;
	font-size: 12px;
	line-height: 2;
	display: block;
	margin-bottom: 10px;
}
.precemp{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	border-radius:9px 9px 0px 0px;
	background:rgba(37, 53, 38, 0.75);
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.5);
}
.precemp li{
	float:right;
	line-height:50px;
	height:50px;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li:after{
	content:"|";
	color:#fff;
	display:inline-block;
}
.precemp li a,.precemp li span{
	display:inline-block;
	padding:0px 15px;
	font-size:12px;
	color:#fff;
}
.precemp li span{
	color:#90ba92;
}
.precemp li a:hover{
	color:#eee;
}
/*end page_title*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	float: right;
	max-width:50%;
	margin-left: 20px;
}
.postin_img img{
	max-width:100%;
	height:auto;
	width:auto;
}
.postin_txt{
	display:block;
	line-height:2;
	color:#666;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start contactus*/
.contactus{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
	margin:30px 0px 30px;
}
.contact_table{
	clear:both;
	overflow:hidden;
	display:table;
	position:relative;
	width:100%;
}
.contact_right{
	position:relative;
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
}
.contact_right ul li{
	display:block;
	font-family:cocon;
	font-size:19px;
	padding:10px 0px;
	color:#666;
}
.contact_right ul li span{
	color:#000;
}
.contact_right ul li a{
	color:#666;
	display:inline-block;
	letter-spacing:1px;
	direction:ltr;
	font-family:Raleway;
}
.contact_right ul li a:hover{
	color:#7aa93c;
}
.contact_right .social{
	margin-top:20px;
	text-align:center;
}
.contact_right .social li{
	float:none;
	display:inline-block;
}
.contact_left{
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.contact_left label{
	display:block;
	margin-bottom:15px;
	position:relative;
	width:100%;
}
.contact_left label input,.contact_left label textarea{
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	background:#fff;
	color:#777;
	font-size:13px;
	font-family:droid,Raleway;
	padding:12px;
	border:1px solid #ddd;
}
.contact_left label input:focus,.contact_left label textarea:focus{
	border:1px solid #7aa93c;
}
.contact_right .social{
	float:none;
}
.contact_right .social li a{
	color:#000;
	font-size:13px;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
}
.contact_left label textarea{
	height:150px;
}
.contact_left button:hover{
	opacity:0.8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300msa;
	-o-transition: all 300ms;	
}
.contact_left button{
	float:right;
	display:block;
	background:#7aa93c;
	border:none;
	font-family:cocon;
	font-size:17px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-moz-border-radius:40px;
	padding:10px 30px;
	cursor:pointer;
	color:#fff;
}
#maphome {
	clear: both;
	display: block;
	width: 100%;
	height: 350px;
	border: 1px solid #ddd;
	margin-top: 50px;
}
.mapouter,.gmap_canvas,.gmap_canvas iframe{
	width:100% !important;
	height:100% !important;
}
/*end contactus*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-size: 12px;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #7aa93c;
	border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #4a4a4a;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin-left:10px;
	font-family: droid,raleway;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #7aa93c;
}
.post_tags {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #777;
	font-size: 12px;
	padding: 2px 5px;
}
.post_tags ul li a:hover {
	background: #ddd;
}
.title_page_same {
	font-family: cocon;
	font-size: 25px;
	color: #000;
	border-bottom:1px solid #eee;
	padding-bottom:12px;
	display: block;
	margin-top: 50px;
	margin-bottom: 14px;
}
/*end single post*/