/*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:#b97f2d;
	-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-image:url(../images/bg4.png);
	background-repeat:repeat;
	background-color:#34495e;
	height:50px;
}
.top{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}
.lang{
	float:right;
}
.lang li{
	float:right;
}
.lang li a {
	line-height: 50px;
	text-transform: capitalize;
	color: #fff;
	display: block;
	padding: 0px 15px;
}
.lang li a:hover{
	color:#555;
	background-image:url(../images/bg4.png);
	background-repeat:repeat;
	background-color:#fff;
}
.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: #fff;
	padding:0px 10px;
	line-height:50px;
	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:#555;
	background-image:url(../images/bg4.png);
	background-repeat:repeat;
	background-color:#fff;
}
.social{
	float:right;
	margin-right:20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	z-index:11;
	padding: 0px 20px;
	position:relative;
	line-height: 50px;
}
.social li a:hover{
	color:#555;
	background-image:url(../images/bg4.png);
	background-repeat:repeat;
	background-color:#fff;
}
.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%;
}
.header{
	width:1170px;
	margin-right:auto;
	margin-left:auto;
}
.logo {
	float: right;
	padding: 15px 0px 11px;
}
.logo a{
	display:block;
}
.logo a img{
	height:100px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	font-family:FontAwesome;
	display:block;
	font-size:15px;
	margin-bottom:5px;
	color:#be833f;
	clear:both;
}
.nav li a {
	display: block;
	color: #333;
	padding: 29px 16px;
	position:relative;
	z-index:105;
	text-align: center;
}
.nav li a i{
	display:block;
	margin-top:5px;
	color:#aaa;
	font-size:9px;
}
.nav li a:after{
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	height:100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	width:0;
	height:100%;
	background:#fff;
	content:"";
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
	background-image:url(../images/bg4.png);
	background-repeat:repeat;
	background-color:#34495e;
}
.nav li a:hover:before,.nav li:hover a:before{
	color:#56a4bb;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 200px;
	display:none;
	top: 133px;
	right: 0;
	z-index:200;
	background: #fff;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom: 2px dashed #be833f;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a i{
	display:none;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	font-size:13px;
	color:#555;
	text-align:right;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f8f8;
	padding-right:13px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#2c3e50;
  	background-image:url(../images/bg3.png);
  	background-repeat:repeat;
}
.bottom{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:13px;
	padding:20px 0px 20px;
	overflow:hidden;
}
.copyrights{
	float:right;
}
.copyrights span{
	color:#fff;
}
.design{
	float:left;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#fff;
	text-decoration:underline;
}
/*end bottom*/
/*start footer*/
#footer{
	clear:both;
	display:block;
	position:relative;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	padding:40px 0px;
	background-color:#34495e;
	border-top:5px dashed #4da1c5;
	float:right;
	width:100%;
}
.footer{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.foot{
	float:right;
	width:33.33%;
	padding-left:30px;
	overflow:hidden;
	display:block;
}
.foot h2{
	color:#fff;
	font-family:cocon;
	font-weight:normal;
	display:block;
	border-bottom:1px solid #3d556d;
	font-size:20px;
	padding:40px 0px 15px;
	position:relative;
}
.foot h2:after{
	content:"";
	display:block;
	width:25%;
	height:3px;
	background:#4da1c5;
	right:0px;
	bottom:0px;
	position:absolute;
}
.foot_txt{
	clear:both;
	display:block;
	padding:25px 10px;
	font-size:13px;
}
.foot_txt p{
	color:#bbb;
}
.foot_txt ul li{
	display:block;
	float:right;
	width:50%;
}
.foot_txt ul li:before{
	display:none;
}
.foot_txt ul li ul{
	display:none;
}
.foot_txt ul li a{
	padding:5px 0px;
	color:#bbb;
	display:inline-block;
}
.foot_txt ul li a:before {
	font-family: FontAwesome;
	margin-left: 5px;
	vertical-align: 0px;
	color:#d69b4d;
	content: "\f100";
	font-size: 15px;
}
.foot_txt ul li a:hover{
	color:#d69b4d;
}
.form_footer {
	clear: both;
	display: block;
	overflow: hidden;
}
.form_foot_mult{
	clear:both;
	overflow:hidden;
}
.form_footer .form_foot_mult input{
	float:right;
	width:49%;
	margin-left:2%;
}
.form_footer .form_foot_mult input:last-child{
	margin-left:0;
}
.form_footer input, .form_footer textarea {
	background:none;
	border:1px dotted #5b80a4;
	font-family:jozoor;
	font-size: 12px;
	margin-bottom: 10px;
	padding:8px 10px;
	display: block;
	width: 100%;
	color: #bbb;
}
::-webkit-input-placeholder {
  color:#949393;
}
.form_footer input:focus, .form_footer textarea:focus{
	background:none;
	border:1px dotted #d69b4d;
}
.form_footer button {
	display: block;
	clear: both;
	width: 100%;
	background-image:url(../images/bg5.png);
	background-repeat:repeat;
	background-color:#d69b4d;
	border: none;
	color: #fff;
	font-family: jozoor;
	font-size: 14px;
	padding:10px 4px;
	border-radius: 3px;
	cursor: pointer;
}
.form_footer button:hover{
	background-image:url(../images/bg5.png);
	background-repeat:repeat;
	background-color:#58a7c6;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.foot_txt p img {
	display: block;
	margin-bottom: 10px;
	height: 60px;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	height:100%;
	width:100%;
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-color:#54a3c2;
}
.slideshow {
	position: relative;
	width: 100%;
	height:100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.slido {
	height: 100%;
	position: relative;
}
.slider:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	z-index:99;
	top:0;
	background-repeat:repeat;
}
.slider{
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.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%;
	display:block;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    animation-name: slideInRight 1s forwards;
}
.slider_cont h2{
	position:relative;
	background:rgba(255,255,255,0.6);
	display:inline-block;
	color:#333;
	padding:10px 15px;
	font-size:37px;
	font-family:cocon;
	text-transform:uppercase;
	text-align:center;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
}
.slider_cont p {
	position:relative;	
	display:inline-block;
	margin-top:5px;
	padding:10px 15px;
	color: #fff;
	font-family: cocon;
	text-transform:capitalize;
	font-size: 20px;
	padding-top: 17px;
	background:rgba(33,33,33,0.6);
}
#progress{
	position:absolute;
	z-index:102;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.3);
	height:10px;
	width:100%;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	right: 50px;
	bottom: 20px;
	color: #fff;
	font-family: arial;	
}
.cycle-pager .cycle-pager-active {
	font-size: 50px;
	position: relative;	
	top: 6px;
}
.cycle-pager span {
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
	padding:0px 1px;
	cursor:pointer;
	font-size: 30px;
	display:inline-block;
}
@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: 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.withwhite p{
	color:#e0f1f8;
}
.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*/
/*aboutus*/
#aboutus{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	clear:both;
	margin-bottom:60px;
}
.aboutus{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.aboutus_text {
	clear: both;
	display: block;
	overflow: hidden;
}
.aboutus_text_info_title {
	font-family:cocon;
	font-size: 22px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.aboutus_text_info_title:before{
	content:"\f128";
	color:#aaa;
	font-family:FontAwesome;
	display:inline-block;
	vertical-align:-2px;
	margin-left:5px;
}
.aboutus_text_info {
	float: right;
	width: 50%;
	line-height: 2;
	font-size: 14px;
	overflow: hidden;
	padding: 20px;
}
.aboutus_text img {
	float: left;
	max-width: 50%;
}
/*aboutus*/
/*start prop*/
#prop{
	background-color:#555;
	background-image:url(../images/bg5.png);
	background-repeat:repeat;
	position: relative;
	margin-top:30px;
	margin-bottom:30px;
	clear: both;
	display: block;
}
.prop {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 1170px;
	padding:80px 0px;
}
.prop_loops{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
	margin-top:20px;
}
.prop_loop{
	width:25%;
	float:right;
	display:block;
	overflow:hidden;
}
.prop_loop_all{
	padding-right:15px;
	overflow:hidden;
	width:100%;
}
.propimg{
	width:100%;
	position:relative;
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	height:180px;
}
.propimg img{
	width:100%;
	height:100%;
}
.prop_loop:nth-child(2) .propimg span{
	background:#2c3e50;
}
.prop_loop:nth-child(3) .propimg span{
	background:#2980b9;
}
.prop_loop:nth-child(4) .propimg span{
	background:#f39c12;
}
.propimg span{
	position:absolute;
	background:#8e44ad;
	color:#fff;
	text-transform:uppercase;
	min-width:70px;
	font-size:11px;
	text-align:center;
	padding:3px 10px;
	border-radius:5px;
	bottom:-10px;
	left:5px;
}
.proptxt{
	border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	-ms-border-radius:0px 0px 3px 3px;
	-o-border-radius:0px 0px 3px 3px;
	-moz-border-radius:0px 0px 3px 3px;
	padding:20px 10px;
	color:#fff;
	height:83px;
	overflow:hidden;
	text-transform:capitalize;
}
.prop_loop_all a:hover{
	opacity:0.7;
}
.more_prop{
	display:block;
	text-align:center;
	overflow:hidden;
	clear:both;
}
.more_prop a{
	display:inline-block;
	color:#bbb;
	text-transform:uppercase;
	border:2px dashed #aaa;
	padding:10px 30px;
	font-size:17px;
	font-family:cocon;
}
.more_prop a:hover{
	background:#fff;
	color:#555;
}
/*end prop*/
/*start news*/
#news{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.news{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.news_loop {
	float: right;
	width: 33.33%;
	padding: 15px;
	overflow: hidden;
}
.news_loop img {
	width: 100%;
	height: 255px;
	margin-bottom: 15px;
}
.news_loop b {
	color: #c28922;
	font-size: 13px;
	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:20px;
	color: #438daa;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_title a:hover {
	color: #000;
}
.news_loop p {
	color: #555;
	font-size: 12px;
	height: 185px;
	overflow: hidden;
}
/*end news*/
/*start services*/
#services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-top: 60px;
	border-bottom: 3px dashed #eee;
	padding-bottom: 40px;
}
.services{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.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:hover{
	color:#c28922;
}
.serv_title a {
	color:#438daa;
	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: 65px;
	overflow: hidden;
}
/*end services*/
/*start host*/
#host{
	background-color:#555;
	background-image:url(../images/bg5.png);
	background-repeat:repeat;
	clear:both;
	display:block;
	margin-bottom:60px;
	padding:80px 0px;
}
.host{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.host_txt{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
}
.host_slider{
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}
.host_slider{
	margin-bottom: 50px;
	overflow: hidden;
}
.host_slider li {
	display: block;
	float: right;
	width: 25%;
	padding:5px;	
	overflow: hidden;
	position: relative;
}
.host_all {
	width: 100%;
	height: 210px;
	background:rgba(255,255,255,0.99);
	border:1px solid #666;
	padding:10px;
	text-align:center;
	overflow: hidden;		
}
.host_all span{
	position:relative;
	width:100%;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display:flex;	
	height:100%;
}
.host_all span p{
	text-align:center;
	display:block;
	width:100%;
	height:auto;
}
.host_all img {
	max-width:100%;
	max-height:100%;
}
/*end host*/
/*start projects*/
#projects{
	width:100%;
	float:right;
}
.projects{
	width:100%;
}
.projects li:before{
	content:"";
	background:rgba(77,161,197,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: 120px;
	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: 50%;
	margin-right: -19px;
}
.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:#be833f;
	color:#fff;
}
/*end projects*/
/*start partners*/
#partners{
	clear:both;
	padding:50px 0px;
	display:block;
	background:#fff;
	border-top:1px solid #f6f6f6;
	overflow:hidden;
}
.partners_div{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.partners_title{
	overflow:hidden;
	margin-bottom:25px;
	display:block;
	padding:10px 0px 12px;	
	border-bottom:1px solid #ddd;	
}
.partners_title h2{
	color:#0e5295;
	font-family:cocon;
	float:right;
	font-size:17px;
	font-weight:normal;
}
.partners_title h2:before{
	font-family:FontAwesome;
	content:"\f08e";
	vertical-align:-2px;
	margin-left:10px;
}
.p_next, .p_prev {
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	line-height: 20px;
	z-index:100;
	float:left;
	margin-right:5px
}
.p_next:before,.p_prev:before{
	font-family:FontAwesome;
	font-weight:bold;
	font-size:20px;
	color:#888;
}
.p_next:before{
	content:"\f105";
}
.p_prev:before{
	content:"\f104";
}
.partners_full {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
}
.partners_slide {
	overflow: hidden;
	display: block;
	width: 100%;
}
.partners.slick-initialized {
	visibility:visible;
}
.partners{
	visibility:hidden;
	direction:ltr;
}
.partners li{
	padding:5px;
	float:right;
}
.partners li .partners_img {
	overflow: hidden;
	text-align: center;
	padding:10px;
	width: 100%;
	height: 90px;
	border: 1px solid #eee;
}
.partners li .partners_img img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
/*end partners*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:1px solid #5398b9;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#5398b9;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start precemp*/
#precemp {
	clear: both;
	width: 100%;
	position:relative;
	background-image:url(../images/bg4.png);
	background-color:#34495e;
	margin-bottom: 30px;
	padding: 10px 15px;
}
.precemp{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.precemp li {
	display: inline-block;
	color:#eee;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#eee;
}
.precemp li a {
	display: inline-block;
	font-size:12px;
	color:#fff;
}
.precemp li span{
	font-size:12px;
	color:#ccc;
}
.precemp li a:hover{
	color:#f5ce63;
}
/*end precemp*/
/*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: #5a7793;
	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: #bb7a23;
}
.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: #5a7793;
}
.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*/
/*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 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 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:#cd9956;
	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:#cd9956;
}
.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 #cd9956;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#cd9956;
	font-family:jozoor;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#73b7d8;
}
/*end contact_form*/
/*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 #c37e2e;
	color:#c37e2e;
}
.pagination span.current{
	border:1px solid #c37e2e;
	background:#c37e2e;
	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*/
.postin_txt h2 {
	font-weight: normal;
	font-family: cocon;
	font-size: 30px;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.postin_txt h3 {
	font-family: cocon;
	font-size: 25px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.postin_txt blockquote {
	display: block;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom:10px;
}
.postin_txt ul li {
	list-style: inside;
}
.postin_txt table {
	width: 100%;
}
.postin_txt table td {
	border: 1px solid #eee;
	padding: 10px;
}
.postin_txt table th {
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #eee;
}