/*start body*/
.wraps_is {
	overflow: hidden;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	position:relative;
}
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:jozoor,raleway,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.7;
}
a{
	text-decoration:none;
	color:#35a058;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#3a6bbb;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
/*start top*/
#top{
	width:100%;
	float:right;
	overflow:hidden;
	display:block;
	background-color:#314555;
	border-bottom:1px solid #ededed;
	color:#aaa;
	height:40px;
}
.top{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.welcome{
	float:right;
	line-height:40px;
	margin-right:230px;
	font-size:12px;
	color:#ddd;
}
.social{
	float:left;
	margin-right:20px;
}
.lang{
	float:left;
}
.lang li{
	float:left;
}
.lang li a {
	line-height: 40px;
	text-transform: capitalize;
	color: #fff;
	display: block;
	padding: 0px 15px;
}
.lang li a:hover{
	color:#1a9f57;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	font-size:13px;
	color: #ddd;
	z-index:11;
	padding: 0px 12px;
	position:relative;
	line-height: 40px;
}
.social li a:hover{
	color:#389563;
}
.social li:hover:after{
	top:0;
}
.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: #fff;
	float: right;
	clear: both;
	width: 100%;
	height: 170px;
}
.header{
	width:1170px;
	margin-right:auto;
	height:100%;
	margin-left:auto;
}
.logo {
	float: right;
	margin-top:-40px;
}
.logo a{
	display:block;
}
.logo a img {
	background:#fff;
	height: 209px;
}
.head_text {
	display: block;
	overflow: hidden;
	height:100%;
	margin-right: 240px;
}
.head_loop_all{
	display:block;
}
.head_loop span:before{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:15px;
	color:#35a058;
	font-size:25px;
}
.head_loop span {
	color: #000;
	font-size: 16px;
	display: block;
}
.head_loop p {
	display: block;
	font-size: 14px;
	margin-right: 25px;
	color: #666;
}
.head_loop {
	float: right;
	width: 33.33%;
	padding: 50px 65px;
	height: 100%;
	border-left: 1px solid #ededed;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	display:block;
	height:60px;
	background:#4e77b9;
	position:relative;
}
.nav_bar{
	position:absolute;
	background:#fff;
	height:100%;
	width:50%;
	right:0;
	top:0;
}
#nav:after {
	content: "";
	width: 100%;
	height: 20px;
	background: #4e77b9;
	position:absolute;
	bottom:0px;
	right:0;
	display: block;
}
.nav_left{
	width:1170px;
	margin-right:auto;
	height:100%;
	position:relative;
	margin-left:auto;
}
.nav:before {
	border-right: 19px solid #ffffff;
	border-left: 19px solid transparent;
	border-top: 30px solid #ffffff;
	border-bottom: 30px solid transparent;
	content: "";
	position: absolute;
	right: -1px;
	top: -1px;
}
.nav{
	background:#4e77b9;
	position:relative;
	margin-right:200px;
	padding-right:50px;
	height:100%;
}
.nav li{
	display:block;
	float:right;
	z-index:1000;
	position:relative;
}
.nav li a{
	color:#fff;
	line-height:60px;
	border-left:1px solid #4c73b1;
	padding:0px 20px;
	font-size:13px;
	display:block;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	display:none;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
	background:#34b06d;
}
.nav li:hover .sub{
	display:block;
	visibility:visible;
	opacity:1;
	top:60px;
}
.sub .sub{
	opacity:1;
	position:static;
	background:none;
	border:none;
}
.sub {
	opacity:0;
	width: 190px;
	display:block;
	visibility:hidden;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	position: absolute;
	background:rgba(255, 255, 255, 1);
	right: 0px;
	z-index:1000;
	top:90px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.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;
	font-size:13px;
	background:none;
	border-left:none;
	padding:10px;
	border-bottom:1px solid #eee;
	color:#333;
	line-height:normal;
}
.sub ul li a:hover,.nav li:hover .sub ul li a:hover{
	color:#35a058;
	padding-right:15px;
}
.sub ul li a:after,.sub ul li a:before{
	display:none;
}
/*end nav*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
	float:right;
	background:#232331;
}
.bottom_bar{
	position:absolute;
	height:100%;
	width:50%;
	background:#3a6bbb;
	left:0;
	top:0;
}
.bottom{
	width:1170px;
	background:#232331;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:13px;
	position:relative;
	overflow:hidden;
}
.copyrights{
	float:right;
	height:100px;
	line-height:100px;
	color:#aaa;
}
.copyrights span{
	color:#aaa;
}
.design{
	background:#3a6bbb;
	display:block;
	height:100%;
	position:relative;
	width:30%;
	text-align:center;
	line-height:100px;
	height:100px;
	float:left;
}
.design:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0 0 90px;
	border-color: transparent transparent transparent transparent;
	border-left-color: #3a6bbb;
	position: absolute;
	top: 0;
	right: -90px;
}
.design a{
	color:#fff;
}
/*end bottom*/
/*start footer*/
#footer {
  background:#232331;
  padding:70px 0px;
  clear: both;
  width:100%;
  float:right;
  overflow: hidden;
  position: relative;
}
.footer{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}
.foot {
  width: 25%;
  float: right;
  padding:0px 15px;
  overflow: hidden;
}
.foot h2 {
	overflow:hidden;
  color: #1a9f57;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
  border-bottom:1px solid rgba(255, 255, 255, 0.06);
}
.foot h2 span {
	background: #4e77b9;
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.foot h2 span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50px 0px 0px;
	border-color: transparent transparent transparent transparent;
	border-right-color: #4e77b9;
	position: absolute;
	top: 0;
	left: -50px;
}
.foot p {
  clear: both;
  color: #aaa;
  display: block;
  font-size: 13px;
  line-height: 2;
  text-align: right;
  padding-left: 20px;
}
.foot ul li {
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;  
}
.foot ul li a {
  color:#fff;
  font-size:13px;
}
.foot ul li a:before {
  content: "\f100";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  color:#35a058;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#35a058;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #fff;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#35a058;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.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: #35a058;
}
.contactus li a {
  color: #fff;
}
.contactus li a:hover {
  color: #3a6bbb;
  text-decoration:underline;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#35a058;
	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:1;
}
.next,.prev{
	background:rgba(33,33,33,0.4);
	-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:45%;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	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";
}
.next:hover,.prev:hover{
	background:rgba(12,134,68,0.5);
}
.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 top;
}
.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: #333;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 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 pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title span{
	font-size:13px;
	color:#777;
	display:block;
}
.pages_title.withwhite span{
	color:#aaa;
}
.pages_title h2 {
	font-weight: normal;
	font-size: 25px;
	font-family: cocon;
}
.pages_title p {
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0 auto 0;
}
.pages_title p:before {
	content: "";
	position: absolute;
	width: 97px;
	height: 1px;
	background: #d4dee5;
	left: -32px;
	top: 16px;
	display: block;
}
.pages_title.withwhite p:before{
	background: #414159;
}
.pages_title.withwhite p b{
	background: #414159;
}
.pages_title p b {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 8px solid #ffffff;
	background: #d4dee5;
	display: block;
	position: relative;
	margin: 0 auto;
}
.pages_title p b:after {
	content: "";
	background: transparent;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	position: absolute;
	display: block;
	left: 1px;
	top: 1px;
}
/*end pages_title*/
/*start services*/
#services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.services{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.serv_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.serv_all {
	width: 100%;
	display: block;
	position: ;
}
.serv_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.serv_img img{
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_all:hover .serv_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.serv_img a i {
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	background-color: #fff;
	color: #527cbf;
	font-size: 40px;
	height: 110px;
	line-height: 110px;
	width: 110px;
	text-align: center;
	clear: both;
}
.serv_img a i:before{
	font-family:FontAwesome;
	font-style:normal;
}
.serv_img a i:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 0 0 50px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	top: 0;
	right: -50px;
}
.serv_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.serv_txt h2 {
	font-family: cocon;
	font-weight: normal;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serv_txt p {
	display: block;
	clear: both;
	color: #777;
	font-size: 12px;
	height: 85px;
	overflow: hidden;
	margin-bottom: 20px;
}
.serv_more {
	clear: both;
	overflow: hidden;
	display:block;
}
.serv_more a:after{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_more a{
	display:block;
	background:#527cbf;
	padding:10px 15px;
	color:#fff;
	float:right;
	font-size:13px;
}
.serv_more a:hover{
	background:#33a167;
}
.serv_more a:hover:after{
	margin-right:15px;
}
/*end services*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	width:100%;
	overflow:hidden;
	direction:ltr;
	margin-bottom:50px;
	background-color:#232331;
	color:#fff;
}
.aboutus_left{
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	display:table-cell;
	width:50%;
}
.aboutus_right{
	display:table-cell;
	width:50%;
	position:relative;
	text-align:right;
	padding:50px 40px;
}
.aboutus_right:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 300px 700px 0;
	border-color: transparent;
	border-right-color: #232331;
	position: absolute;
	top: 0;
	left: -300px;
}
.aboutus_right h2:before{
	content:"\\\\";
	font-family:Arial, Helvetica, sans-serif;
	color:#4972b6;
	vertical-align:middle;
	margin-right:15px;
}
.aboutus_right h2:after{
	content:"\\\\";
	font-family:Arial, Helvetica, sans-serif;
	color:#4972b6;
	vertical-align:middle;
	margin-left:15px;
}
.aboutus_right h2{
	font-family:cocon;
	font-size:25px;
	color:#fff;
	display:block;
	margin-bottom:20px;
	font-weight:normal;
	text-align:center;
}
.aboutus_right p{
	line-height:2;
	display:block;
	font-size:13px;
	color:#aaa;
	text-align:center;
}
/*end aboutus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.news{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.news_loop{
	float:right;
	width:33.33%;
	padding:15px;
	overflow:hidden;
}
.news_all{
	width:100%;
	display:block;
}
.news_img {
	width: 100%;
	height: 229px;
	overflow: hidden;
	position: relative;
}
.news_img img{
	width:100%;
	height:100%;
}
.news_img img{
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #4972b6;
	color: #fff;
	padding: 11px 15px;
	font-size: 12px;
	line-height: 1.5;
}
.news_img p b {
	display: block;
	text-align: center;
	font-weight: normal;
	font-family: cocon;
	font-size: 20px;
}
.news_txt {
	padding:34px 23px 36px 34px;
	clear:both;
	display:block;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.news_txt a:hover{
	color:#4972b6;
}
.news_txt a {
	color: #000;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	font-family: cocon;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #666;
	font-size: 13px;
	height: 90px;
	overflow: hidden;
}
/*end news*/
/*start customers*/
#customers{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	padding:50px 0px;
	margin-bottom:50px;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-color:#232331;
	color:#fff;
}
.customers{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.cust_loop{
	width:16.66667%;
	float:right;
	padding:10px;
	display:block;
}
.cust_all span{
	cursor:pointer;
}
.cust_all{
	background:#fff;
	overflow:hidden;
	text-align:center;
	height:85px;
	margin: 15px 0;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #b9babc;
	border-radius: 2px;
	transition: all 100ms ease-out;
	opacity: 0.75;
}
.cust_all img{
	height:auto;
	max-width:100%;
}
.cust_all:hover {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #4ab9cf;
	opacity: 1;
}
/*end customers*/
/*start data*/
#data{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:50px;
}
.data{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}
.data_loop{
	float:right;
	width:33.33%;
	padding:10px;
	overflow:hidden;
	display:block;
}
.data_all {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #b9babc;
	border-top-left-radius: 2px;
	cursor:pointer;
	border-top-right-radius: 2px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	padding: 27px 30px 26px 30px;
}
.data_all:hover {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #4ab9cf;
	opacity: 1;
}
.data_icon{
	float: left;
	font-size: 45px;
	color: #b9babc;
	padding: 10px 10px 10px 0px;
	transition: all 100ms ease-out;
}
.data_icon:before{
	font-family:FontAwesome;
}
.data_txt {
	margin-left: 60px;
}
.data_txt h2 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	letter-spacing: 0px;
	font-family: cocon;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data_txt p {
	color: #777;
	font-size: 12px;
	height: 45px;
	overflow: hidden;
}
/*end data*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:1px solid #4e77b9;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#4e77b9;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*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{
	font-size:15px;
	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 precemp*/
#precemp {
	clear: both;
	width: 100%;
	position:relative;
	background-color:#314555;
	margin-bottom: 30px;
	padding: 10px 15px;
}
.precemp{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.precemp li {
	display: inline-block;
	color:#aaa;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#aaa;
}
.precemp li a {
	display: inline-block;
	font-size:12px;
	color:#fff;
}
.precemp li span{
	font-size:12px;
	color:#aaa;
}
.precemp li a:hover{
	color:#35a058;
}
/*end precemp*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	margin-bottom:5px;
	color: #777;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #333;
	font-size: 13px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#34b06d;
	vertical-align:middle;
	font-size:20px;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#34b06d;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:50%;
	float:right;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	font-family:droid,Raleway;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #34b06d;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#4e77b9;
	font-family:jozoor;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#34b06d;
}
/*end contact_form*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*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 #4e77b9;
	color:#4e77b9;
}
.pagination span.current{
	border:1px solid #4e77b9;
	background:#4e77b9;
	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 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: 13px;
}
.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: #4e77b9;
	border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 12px;
}
.postmeta_cats ul li a:hover {
	background: #333;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 13px;
	margin-left:10px;
}
.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: #4e77b9;
}
.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: 13px;
	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*/