/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#231f20;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#a13d36;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#de6536;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start skew*/
.skew:after{
	content:"";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #a13d36;
	opacity:0;
	z-index:-1;
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	transform: skewX(25deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.skew:hover:after{
	opacity:1;
}
.skew_border{
	position:absolute;
	width:1px;
	background-color:rgba(255,255,255,0.1);
	height:100%;
	top:0;
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	transform: skewX(25deg);	
	right:0;
}
/*end skew*/
/*start top*/
#top{
	background-color:#231f20;
	width:100%;
	z-index:1000;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	display:block;
	height:40px;
}
.welcome{
	float:left;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#fff;
	line-height:40px;
	padding:0px 15px;
}
.welcome.skew:after{
	opacity:1;
}
.welcome span{
	color:#fff;
}
.social{
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	display: block;
	color: #bbb;
	z-index:11;
	padding: 0px 18px;
	font-size:12px;
	position:relative;
	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";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header{
	background-color:#fff;
	background-image:url(../images/bg/bg23.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:130px;
	clear:both;
	float:right;
	position:relative;
	z-index:1000;
}
.logo {
	float: left;
	margin-top: 33px;
}
.logo img {
	height: 60px;
}
.head_left {
	float: right;
	margin-top: 18px;
}
.head_txt {
	clear: both;
	display: block;
	height:85px;
}
.head_data {
	margin-right: 45px;
	overflow: hidden;
	height: 100%;
}
.head_data li {
	display: block;
	float: left;
	line-height: 1;
	text-transform:capitalize;
	padding: 23px 20px;
	height: 100%;
}
.head_data li i {
	display: block;
	float: left;
	color:#555;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 35px;
}
.head_data li span {
	margin-left: 55px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #a13d36;
	padding-top: 5px;
}
.head_data li span p {
	display: block;
	color: #231f20;
	font-weight: 600;
	margin-top: 8px;
}
/*end header*/
/*start nav*/
.icon_menu_open{
	float:left;
}
#nav {
	position: absolute;
	bottom: -55px;
	right: 0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	width: 100%;
}
.scrolled #nav {
	position: fixed;
	top: 0;
	z-index:7000;
	bottom: auto;
	background: #231f20;
}
#nav .width{
	position:relative;
	height:55px;
}
#nav .width:after{
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #231f20;
}
.nav_contact {
	float: right;
	position: relative;
}
#nav ul{
	float:left;
}
#nav li{
	display:block;
	float:left;
	position:relative;
}
#nav li a,.nav_contact a{
	display: block;
	color: #bbb;
	height:55px;
	text-transform:uppercase;
	line-height:55px;
	padding: 0px 20px;
	font-weight:600;
	position:relative;
	font-size:14px;
	z-index:105;
}
#nav li a:hover,#nav li:hover a,.nav_contact a{
	color:#fff;
	background:#a13d36;
}
#nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 8px 14px -4px rgba(0, 0, 0, 0.15);
	display:none;
	top:55px;
	border-bottom:1px solid #e0e2fc;
	left:0px;
	background: #fff;
	z-index:200;
}
#nav li:hover .sub ul{
	float:none;
}
#nav li:hover .sub ul li{
	float:none;
	display:block;
}
#nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:600;
	font-size:12px;
	color:#333;
	height:auto;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #eee;
}
#nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	font-weight:normal;
	content:"\f0a9";
	vertical-align:middle;
	margin-right:10px;
}
#nav li:hover .sub ul li a:hover{
	color:#fff;
	background:#a13d36;
	padding-left:13px;
}
#nav li:before{
	display:none;
}
#nav li a:before{
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:5px;
	font-weight:normal;
	display:inline-block;
}
/*end nav*/
/*start footer*/
#footer{
	background-color:#231f20;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	float:none;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.33);
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#bbb;
	text-align:center;
	border-radius:100px;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #a13d36;
	background:#a13d36;
	border-radius:100px;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#bbb;
	overflow:hidden;
}
.foot_loop h2 {
	font-weight: 700;
	font-size: 14px;
	text-transform:uppercase;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
}
.foot_loop h2.skew:after{
	opacity:1;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	position:relative;
	text-transform:uppercase;
	color:#bbb;
	font-size:13px;
	font-weight:600;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#a13d36;
	padding-left:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #aaa;
	display: block;
	text-transform:uppercase;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color: #aaa;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.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";
}
.foot_loop ul.foot_branch li {
	display: block;
	float: left;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 400;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a{
	color:#fff;
	background:#a13d36;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#a13d36;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#231f20;
}
/*end totop*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	text-transform:uppercase;
	float:right;
	height:45px;
	background-color:#111;
	border-top:1px solid rgba(255,255,255,0.05);
	color:#aaa;
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#a13d36;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	height:420px;
	margin-bottom:50px;
	position:relative;
	float:right;
	background:#fff;
}
#slideshow .width{
	height:100%;
	position:relative;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:2000;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.1);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:rgba(33,33,33,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	right:0;
	z-index:1001;
	cursor:pointer;
}
#slideshow .prev{
	margin-top:10px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#a13d36;
}
.cycle-pager {
	position: absolute;
	z-index:1400;
	font-size:0px;
	right:60px;
	top:50%;
	margin-top:-20px;
	width:20px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#a13d36;
}
.cycle-pager span {
	margin:4px 0px;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,0.7);
	cursor:pointer;
	display:inline-block;
}
.slidebg{
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.slideshow{
	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% !important;
	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;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:50px 0 0px;
}
.slider_cont_left{
	float:left;
	max-width:700px;
	text-align:left;
}
.slider_cont_right{
	float:right;
	max-width:700px;
	text-align:left;
}
.slider_cont_center{
	max-width:700px;
	margin:0px auto;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.3;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:35px;
	margin-bottom: 15px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont a{
	background:#a13d36;
	clear:both;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slider_cont a:hover{
	color:#81111d;
	background:#fff;
}
/*end slideshow*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title span{
	font-size:15px;
	color:#777;
	margin-bottom:15px;
	display:block;
}
.pages_title h2 {
	font-weight:700;
	margin-bottom:5px;
	text-transform:uppercase;
	display:block;
	font-size: 35px;
}
.pages_title h1 {
	font-weight: 600;
	color:#a13d36;
	text-transform:capitalize;
	display:block;
	margin-bottom:10px;
	font-size: 25px;
}
.pages_title p{
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#a13d36;
}
.pages_title.withwhite p{
	display:none;
}
/*end pages_title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	margin-bottom:50px;
	overflow:hidden;
	width:100%;
}
#aboutus ol{
	clear:both;
	display:block;
}
#aboutus ol li{
	width:33.33%;
	float:left;
	text-align:center;
	padding:20px 30px;
	overflow:hidden;
}
#aboutus ol li:nth-child(3n+3) .aboutus_all{
	background:#fff4f3;
}
.aboutus_all {
	background: #f8f8f8;
	padding: 20px 10px 35px;
}
.aboutus_all span {
	display: block;
	margin-bottom: 5px;
	font-family: FontAwesome;
	font-size: 45px;
	color: #000;
}
.aboutus_all b {
	font-weight: 700;
	font-size: 15px;
	color: #d94546;
	text-transform:uppercase;
	margin-bottom: 10px;
	display: block;
}
.aboutus_all p {
	font-size: 14px;
	color: #555;
	padding: 0px 35px;
	height: 75px;
	overflow: hidden;
}
/*end aboutus*/
/*start services*/
#services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	overflow:hidden;
	margin-bottom:30px;
	direction:rtl;
}
.serv{
	overflow:hidden;
}
.serv li{
	width:33.33%;
	float:left;
	padding:15px 25px;
	direction:ltr;
	overflow:hidden;
}
.serv_all {
	width: 100%;
	display: block;
}
.serv_img {
	clear: both;
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden;
	background:#231f20;
	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: #a13d36;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
	width: 70px;
	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: 140px 0 0 70px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	top: 0;
	right: -70px;
}
.serv_txt {
	clear: both;
	display: block;
	overflow: hidden;
	text-align:left;
}
.serv_txt h2 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #231f20;
	text-transform:uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serv_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 85px;
	overflow: hidden;
	font-weight:600;
	margin-bottom: 20px;
}
.serv_more {
	clear: both;
	overflow: hidden;
	direction:ltr;
	display:block;
	padding-left:10px;
}
.serv_more a:before{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f061";
	float:left;
}
.serv_more a{
	display:block;
	padding:10px 15px;
	color:#fff;
	position:relative;
	text-transform:uppercase;
	float:left;
	font-size:13px;
}
.serv_more a.skew:after{
	opacity:1;
}
.serv_more a.skew:hover:after{
	background:#231f20;
}
.serv_slider{
	visibility:hidden;
}
.serv_slider.slick-initialized {
	visibility:visible;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:50px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 2px solid #231f20;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#a13d36;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	overflow:hidden;
	margin-bottom:30px;
	position: relative;
	direction:rtl;
}
.partners_slide{
	visibility:hidden;
	overflow:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 150px;
	margin: 0px auto;
	background: #fff;
}
.partners_all div{
	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%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	margin-top:290px;	
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:left;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
	border-left:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
}
.news_ul li:nth-child(3n+3) .news_txt{
	border-right:1px solid #f8f8f8;
}
.news_ul li:nth-child(1) .news_txt,.news_ul li:nth-child(2) .news_txt,.news_ul li:nth-child(3) .news_txt{
	border-top:1px solid #f8f8f8;
}
.news_txt h2 {
	font-weight: 800;
	font-size:21px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	text-transform:capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	margin-top:15px;
}
.news_more a {
	display: block;
	background: #f8f8f8;
	padding: 7px 10px;
	font-weight:400;
	color: #000;
	text-transform:uppercase;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #81111d;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/