/*start body*/
.wraps_is {
	overflow: hidden;
	width: 1170px;
	background:#f9f9f9;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #eee;
	margin-left: auto;
	margin-right: auto;
	padding:50px 20px;
}
body,html{
	height:100%;
}
body{
	background-color:#f1f1f1;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	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:#c28922;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ed7f30;
	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:rgba(255,255,255,1);
	border-bottom:1px dotted #ddd;
	height:50px;
}
.top{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	color:#666;
}
.mydate:before{
	content:"\f073";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
}
.mydate{
	float:right;
	line-height:50px;
}
.mydate span b{
	font-weight:normal;
	color:#c28922;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:last-child a{
	border-left:none;
}
.s_contact li a {
	display: block;
	color: #666;
	text-transform:capitalize;
	padding:0px 10px;
	line-height:50px;
	border-left:1px dotted #ddd;
	direction: ltr;
}
.s_contact li a:before{
	vertical-align:0px;
	display:inline-block;
	margin-right:8px;
	font-family:FontAwesome;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li a:hover{
	color:#c28922;
}
.social{
	float:right;
	margin-right:20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #666;
	z-index:11;
	padding: 0px 20px;
	position:relative;
	line-height: 50px;
	border-right: 1px dotted #ddd;
}
.social li a:hover{
	color:#fff;
}
.social li:hover:after{
	top:0;
}
.social li:after{
	content:"";
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	background:#c28922;
	top:-50px;
	right:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.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 {
	width: 100%;
	float: right;
	position: relative;
	display: block;
	z-index:1000;
	height: 120px;
}
#header.scrolled #headerfix{
	position:fixed;
	top:0;
	right:0;
}
#headerfix{
	width: 100%;
	background:#fff;
	border-bottom:1px dotted #eee;
	float: right;
	position:static;
	top:-100px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	display: block;
	z-index:1000;
	height: 120px;
}
.header{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}
.logo {
	float: right;
	padding:0px;
}
.logo a{
	display:block;
	line-height:1.2;
}
.logo img {
	float: right;
	max-height: 119px;
}
.logo b {
	font-weight: normal;
	color: #563c0e;
	font-family: cocon;
	font-size: 20px;
}
.logo b i {
	display: block;
	color: #dfa949;
	font-style: normal;
	font-size: 14px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a{
	color:#333;
	line-height:120px;
	padding:0px 15px;
	font-size:15px;
	display:block;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	display:none;
}
.nav li a:hover,.nav li:hover a{
	color:#c28922;
}
.nav li a:hover:after{
	opacity:1;
}
.nav li a:after{
	content:"";
	display:block;
	width:100%;
	position:absolute;
	background:#c28922;
	height:5px;
	bottom:0px;
	opacity:0;
	right:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li:hover .sub{
	display:block;
	visibility:visible;
	opacity:1;
	top:115px;
}
.nav li:hover .sub .sub{
	top:0;
	display:none;
}
.nav li:hover .sub ul li:hover .sub{
	display:block;
}
.sub .sub{
	right:190px;
	display:none;
	top:0;
}
.sub {
	opacity:0;
	width: 190px;
	display:block;
	visibility:hidden;
	position: absolute;
	background:rgba(255,255,255,1);
	right: 0px;
	z-index:1000;
	border-top:5px dotted #c28922;
	top:150px;
	-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:14px;
	padding:10px;
	border-bottom:1px dotted #ddd;
	color:#333;
	line-height:normal;
}
.sub ul li a:hover,.nav li:hover .sub ul li a:hover{
	color:#c28922;
	padding-right:15px;
}
.sub ul li a:after,.sub ul li a:before{
	display:none;
}
/*end header*/
/*start social*/
#social{
	position:fixed;
	z-index:2000;
	left:0px;
	top:200px;
}
#social .social{
	float:none;
}
#social .social li:before,#social .social li:after{
	display:none;
}
#social .social li{
	display:block;
	clear:both;
	float:none;
}
#social .social li a span{
	width:0px;
	opacity:0;
	font-size:12px;
	text-transform:capitalize;
	height:35px;
	line-height:35px;
	display:inline-block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
#social .social li a {
	border: none;
	background: #444;
	color:#fff;
	padding: 0px;
	overflow:hidden;
	float:left;
	clear:both;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 2px;
}
#social .social li a:hover{
	background:#c28922;
	width:100px;
}
#social .social li a:hover span{
	opacity:1;
	border-right:1px solid #cd952f;
	width:50px;
	margin-right:10px;
	padding:0px 5px;
}
/*end social*/
/*start totop*/
.toTop{
	position:fixed;
	line-height:40px;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	right:10px;
	bottom:10px;
	display:none;
	width:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:rgba(33,33,33,0.8);
}
.toTop:before{
	font-family:FontAwesome;
	content:"\f062";
}
.toTop:hover{
	background:rgba(194,137,34,0.8);
}
/*end totop*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background:#fff;
	border-top:1px dotted #ddd;
}
.bottom{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	font-size:13px;
	padding:20px 0px 20px;
	overflow:hidden;
}
.copyrights{
	float:right;
}
.copyrights span{
	color:#c28922;
}
.design{
	float:left;
}
/*end bottom*/
/*start footer*/
#footer {
  background:#fff;
  padding:50px 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 {
  color: #000;
  display: block;
  font-size:20px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 13px;
}
.foot h2:after {
	content: "";
	background-image: url(../images/f2.png);
	background-repeat: no-repeat;
	font-family: FontAwesome;
	display: block;
	height: 10px;
	clear: both;
	background-position: right;
	margin-top: 10px;
}
.foot_logo{
	display:block;
	padding-bottom:10px;
	margin-top:19px;
	margin-bottom:15px;
}
.foot_logo img{
	max-height:60px;
}
.foot p {
  clear: both;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 2;
  text-align: right;
  padding-left: 20px;
}
.foot ul li {
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;  
  border-bottom:1px dotted #ddd;
}
.foot ul li a {
  color:#333;
  font-size:13px;
}
.foot ul li a:before {
  content: "\f100";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  color:#c28922;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#c28922;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #666;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#c28922;
  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: #c28922;
}
.contactus li a {
  color: #666;
  font-size: 12px;
}
.contactus li a:hover {
  color: #c28922;
  text-decoration:underline;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	height:120%;
	clear:both;
	float:right;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slideshow{
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.iframe_y{
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	width: 100%;
	height: 100%;
	z-index: 200;
	object-fit: fill;
}
.slider:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	background:rgba(194,137,34,0.2);
	width:100%;
	height:100%;
	z-index:105;
}
.slider:after {
	position: absolute;
	content:"";
	top: 0px;
	right: 0px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #271514 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #271514 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #271514 100%);
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #271514 100%);
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #271514 100%);
	height: 100%;
}
.slider{
	background-color:#c28922;
	height:100%;
	position:relative;
	width:100%;		
}
.img_slider{
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;	
}
.slider.cycle-slide-active .img_slider{
	transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-o-transform-origin:50% 0;
  	-webkit-animation-direction: reverse;
  	-webkit-animation-timing-function: ease-in;
  	animation-timing-function: ease-in;		
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
  	-webkit-animation-name: uk-scale-12;
  	animation-name: uk-scale-12;
	animation-duration:15s;
}
.slider.cycle-after .img_slider{
	transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-o-transform-origin:50% 0;
  	-webkit-animation-direction: reverse;
  	-webkit-animation-timing-function: ease-in;
  	animation-timing-function: ease-in;		
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;	
  	-webkit-animation-name: uk-scale-12;
  	animation-name: uk-scale-12;
	animation-duration:15s;
}
.next,.prev{
	position:absolute;
	z-index:106;
	right:0px;
	top:40%;
	display:block;
	width:40px;
	height:80px;
	text-align:center;
	box-shadow:-2px 0 5px rgba(0, 0, 0, 0.05), inset 1px 0 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:-2px 0 5px rgba(0, 0, 0, 0.05), inset 1px 0 0 rgba(255, 255, 255, 0.1);
	-ms-box-shadow:-2px 0 5px rgba(0, 0, 0, 0.05), inset 1px 0 0 rgba(255, 255, 255, 0.1);
	-o-box-shadow:-2px 0 5px rgba(0, 0, 0, 0.05), inset 1px 0 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:-2px 0 5px rgba(0, 0, 0, 0.05), inset 1px 0 0 rgba(255, 255, 255, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	cursor:pointer;
	background:rgba(194,137,34,0.9);
	color:#fff;
	font-size:30px;
	line-height:75px;
}
.next:before,.prev:before{
	font-family:FontAwesome;
}
.next:before{
	content:"\f105";
}
.next{
	margin-top:-25px;
}
.prev{
	margin-top:55px;
}
.prev:before{
	content:"\f104";
}
.next:hover,.prev:hover{
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
	background:rgba(194,137,34,1);
}
.slider_text {
	position: relative;
	z-index: 110;
	justify-content:flex-start;
	padding:50px 80px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;	
}
.slider_text_full{
	display:block;
	width:50%;
}
.slider_text_full h2 {
	color: #fff;
	font-size:40px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: normal;
	margin-bottom: 10px;
	margin-top:-50px;
}
.slider_text_full p {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: normal;
	font-size:15px;
	margin-bottom: 10px;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	height:160px;
	background:#333436;
	width:100%;
	float:right;
}
.data{
	width:1170px;
	color:#979797;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.goals_empty{
	width:33.33%;
	color:#fff;
	float:right;
	position:relative;
	height:100%;
	padding:50px 30px;
}
.data_list {
	width: 66%;
	float: left;
	overflow:hidden;
	height: 100%;
}
.data_list li:nth-child(1) span{
	background:#d93ad0;
}
.data_list li:nth-child(2) span{
	background:#1e73be;
}
.data_list li:nth-child(4) span{
	background:#ba0417;
}
.data_list li:nth-child(5) span{
	background:#84c54e;
}
.data_list li:nth-child(6) span{
	background:#1e73be;
}
.data_list li span{
	width:55px;
	height:55px;
	line-height:55px;
	background:#e8a429;
	color:#fff;
	display:block;
	float:right;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome;
	font-size:30px;
}
.data_list li p {
	margin-right: 70px;
	overflow: hidden;
	font-size: 12px;
	height: 73px;
}
.data_list li p b {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li {
	display: block;
	float: right;
	width: 33.33%;
	height: 100%;
	padding: 50px 20px 30px;
	overflow: hidden;
}
/*end data*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}
.pages_title span{
	background-image: url(../images/f2.png);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	margin-bottom:10px;
	clear: both;
	background-position:center;
	margin-top: 10px;
}
.pages_title p {
	color: #777;
	font-size: 13px;
	display: block;
	margin-bottom: 2px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h2 {
	font-weight: normal;
	font-size: 30px;
	font-family: cocon;
}
.pages_title b{
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	margin-bottom:10px;
	clear: both;
	background-position:center;
	margin-top: 10px;
}
/*end pages_title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	float:right;
	padding-bottom:40px;
	background:#fff;
	position:relative;
}
.aboutus{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.aboutus_left img {
	float: right;
	width: 250px;
	margin-left: 20px;
}
.aboutus_right{
	float:right;
	width:33.33%;
	background:#ededed;
	position:relative;
	margin-top:-160px;
}
.goals{
	width:100%;
	color:#fff;
	float:right;
	background:#c28922;
	position:relative;
	height:160px;
	padding:50px 30px;
}
.goals:before{
	content:"\f063";
	font-family:FontAwesome;
	font-size:30px;
	color:#fff;
	position:absolute;
	top:65px;
	left:40px;
}
.goals p {
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goals h2{
	font-weight:normal;
	font-size:35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
	font-family:cocon;
	display:block;
	margin-top:5px;
}
.aboutus_right ul{
	clear:both;
	color:#7c7c7c;
	display:block;
	padding:20px;
}
.aboutus_right ul li:last-child{
	border-bottom:none;
}
.aboutus_right ul li{
	border-bottom:2px dotted #ddd;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.aboutus_left {
	width: 66%;
	float: left;
	padding: 30px 20px;
}
/*end aboutus*/
/*start activity*/
#activity{
	background:#fff;
	clear:both;
	padding:50px 0px;
	display:block;
	float:right;
	width:100%;
}
.activity{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.activity_loop {
	width: 33.33%;
	float: right;
	overflow: hidden;
	padding: 15px 0px 15px 30px;
}
.activity_all {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.activity_img {
	height: 220px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}
.activity_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.activity_img a img {
	width: 100%;
	display:block;
	height: 100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.activity_all:hover .activity_img a img{
	transform:scale(1.1);
}
.activity_all:hover .activity_img a span{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
}
.activity_img a span{
	position:absolute;
	transform:scale(0);
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(211,174,84,0.8);
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;		
}
.activity_img a span:after{
	position:absolute;
	content:"";
	width:90%;
	height:90%;
	top:5%;
	left:5%;
	border:1px dashed rgba(255,255,255,0.7);
}
.activity_img a span:before {
	content: "\f0c1";
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	display: block;
	text-align: center;
	padding-top: 90px;
}
.activity_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.activity_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: cocon;
	font-size: 19px;
}
.activity_txt {
	clear: both;
	display: block;
	font-size: 13px;
	color: #666;
	height: 90px;
	overflow: hidden;
}
/*end activity*/
/*start data1*/
#data1{
	clear:both;
	background:#333436;
	width:100%;
	float:right;
	padding:50px 0px;
	display:block;
}
#data1 .data_list{
	margin-top:30px;
	float:none;
	width:100%;
	height:auto;
}
#data1 .data_list li{
	padding:20px 10px;
}
/*end data1*/
/*start vision*/
#vision{
	width:100%;
	margin-bottom:60px;
	clear:both;
	float:right;
	background:#333436;
}
.vision{
	width:100%;
	direction:ltr;
	display:table;
}
.vision_left{
	display:table-cell;
	background-position:center;
	background-size:cover;
	width:50%;
	height:100%;
}
.vision_right{
	padding:90px 65px 90px 65px;
	width:50%;
	text-align:right;
	display:table-cell;
}
.vision_right p {
	color: #bbb;
	font-size: 12px;
	line-height: 2;
}
/*end vision*/
/*start news*/
#news{
	float:right;
	width:100%;
	clear:both;
	display:block;
	margin-bottom:50px;
}
.news{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.news .newsis_loop:nth-child(4){
	width:50%;
	border:none;
}
.newsis_loop {
	width: 25%;
	float: right;
	border:3px dotted #aaa;
	position:relative;
	display: block;
	overflow: hidden;
	padding: 15px;
}
.newsis_txt p {
	display:block;
	margin-top:5px;
	font-size:12px;
}
.newsis_img {
	display: block;
	margin-bottom: 15px;
	height: 185px;
	position:relative;
	overflow: hidden;
}
.news .newsis_loop:nth-child(4) .newsis_img{
	height: 280px;
}
.newsis_img img{
	width:100%;
	height:100%;
}
.news .newsis_loop:nth-child(4) .newsis_txt p{
	display:block;
}
.newsis_img p {
	position: absolute;
	background: rgba(0,0,0,0.7);
	border-radius:3px;
	left: 10px;
	top: 10px;
	color: #fff;
	padding: 8px 8px;
	text-align:center;
}
.newsis_img p b {
	color:#bbb;
	clear: both;
	display: block;
	font-weight: normal;
	font-size: 10px;
	border-top: 1px solid #000;
	margin-top: 2px;
	padding-top: 5px;
}
.newsis_txt h2 a {
	clear: both;
	display: block;
	color: #000;
	font-weight: normal;
	font-family:cocon;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}
.newsis_txt h2 a:hover {
	color: #c28922;
}
/*end news*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:1px solid #c28922;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#c28922;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	background: #333;
	padding: 0px;
}
.precemp{
	width:1170px;
	margin-left:auto;
	font-size:12px;
	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:#c28922;
	padding: 15px 0px;
}
.precemp li a:hover{
	color:#fff;
}
/*end precemp*/
/*start page*/
#postin {
	clear: both;
	overflow: hidden;
	display: block;
	margin:15px;
}
.postin_img {
	clear: both;
	display: block;
	text-align:center;
	margin-bottom:20px;
	overflow: hidden;
}
.postin_img img {
	max-width: 100%;
	width:auto;
	height:auto;
}
.postin_txt {
	line-height: 2;
	color: #444;
}
.postin_txt img{
	width:auto;
	max-width: 100%;
	height:auto;
}
/*end page*/
/*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:#c28922;
}
.contact_right .social{
	margin-top:20px;
	text-align:center;
}
.contact_right .social li{
	float:none;
	display:inline-block;
	padding:0px;
	font-size:13px;
}
.contact_right .social li a{
	display: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 #c28922;
}
.contact_right .social{
	float:none;
	margin-right:0;
}
.contact_right .social li{
	margin-right:2px;
}
.contact_right .social li:after{
	display:none;
}
.contact_right .social li a:before{
	color:#000;
}
.contact_right .social li a{
	border:none;
	color:#000;
	font-size:13px;
	padding:10px;
	width:auto;
	height:auto;
	line-height:normal;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
}
.contact_right .social li a:hover:before{
	color:#c28922;
}
.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:#444;
	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 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 #c28922;
	color:#c28922;
}
.pagination span.current{
	border:1px solid #c28922;
	background:#c28922;
	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: 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: #c2976b;
	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: #c2976b;
}
.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*/
/*start extra page*/
.wraps_is .aboutus_right {
	width: 100%;
	padding: 0px;
	margin: 0;
}
.wraps_is .aboutus_right .goals {
	padding: 20px;
	height: auto;
}
.wraps_is .aboutus_right .goals h2 {
	font-size: 20px;
}
.wraps_is .aboutus_right .goals:before {
	top: 25px;
	font-size: 20px;
}
.users_lista {
	clear: both;
	display: block;
	overflow: hidden;
}
.users_lista li {
	display: block;
	float: right;
	width: 25%;
	padding: 15px;
	overflow: hidden;
}
.users_lista_all {
	background: #fff;
	border: 1px solid #eee;
	padding:25px 15px;
	text-align: center;
	overflow: hidden;
}
.users_lista_all p {
	color: #777;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.users_lista_all img {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	margin-bottom: 10px;
}
.users_lista_all h2 {
	font-weight: normal;
	font-size: 15px;
	color: #000;
	display: block;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end extra page*/