.container{
	max-width: 960px;
	width: 100%;
}
@media (max-width: 769px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 770px) {
  .visible-xs { 
    display: block !important;
  }
}




*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover{
	text-decoration: none;
    transition: all 0.3s ease 0s;
}
img{

}

ul,ol{
	padding: 0;
	margin: 0;
}
p{
    font-weight: normal !important;
    font-size: 13px;
    line-height: 2;
    direction: rtl;
}
.col-xs-12{
	padding: 0;
}
/**/

@font-face {
  font-family: 'mic';
  src: url('fonts/MicrosoftUighur.eot');
  src: url('fonts/MicrosoftUighur.woff2') format('woff2'),
       url('fonts/MicrosoftUighur.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mic';
  src: url('fonts/MicrosoftUighur.woff') format('woff'),
       url('fonts/MicrosoftUighur.ttf') format('truetype'),
       url('fonts/MicrosoftUighur.svg#MicrosoftUighur') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    color: #000;
    font-size: 14px;
	font-family: 'Changa', sans-serif;
    padding: 0;
    margin: 0;
    text-align: right;
}

/*===================
 header
===================*/

header{
	background: #fff;
	padding: 20px 15px;
}
header img{
	width: auto;
	max-width: 100%;
	float: right;
}
@media (max-width: 769px) {
header img{
	max-width: 170px;
}
}

.cool{
	padding: 80px 0 10px 0;
	float: left;
}
.cool .fa{
	float: left;
	font-size: 14px;
	margin: 2px 5px;
	color: #000;
	text-decoration: none;
}
.mnuoo{
	background-color: #030b78;
	margin: 0 0 3px;
}


.mnuoo ul{
	list-style: none;
	float: right;
}
.mnuoo li{
	float: right;
	list-style: none;
	position: relative;
}
.mnuoo li a{
	color: #fff;
	text-decoration: none;
	padding: 15px;
	display: block;
}
.mnuoo li:hover > a{
	text-decoration: none;
	color: #030b78;
	background-color: #fff;
}
.mnuoo li ul{
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 220px;
	padding: 30px 0 0;
	z-index: 999;

}
.mnuoo li:hover ul{
	display: block;
}
.mnuoo li li{
	float: none;
	width: 100%;
}
.mnuoo li li a{
	display: block;
	background: #030b78;
	text-align: right;
	direction: rtl;
	color: #fff;
	padding: 10px 15px;
	font-size: 11px;
	margin: 0 0 1px;
}
.mnuoo li li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #000;
}




header .fa-bars{
	float: left;
	font-size: 20px;
	margin: 15px 10px;
	cursor: pointer;
	color: #0b65a1;
}
.navbarheader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background: #fff;
	z-index: 999999999;
	text-align: center;
	display: none;
	padding: 50px 25px;
}
.navbarheader ul{
	display: block;
	padding: 25px;
	direction: rtl;
}
.navbarheader ul li{
	float: none;
	display: block;
}
.navbarheader ul li a{
text-decoration: none;
    display: block;
    padding: 18px 0;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #f1f1f1;
}
.navbarheader ul li:hover > a{
	color: #e1b200;
	text-decoration: none;
}
.navbarheader ul li ul{
	display: none;
}
.navbarheader ul li:hover ul{
	display: block;
}
.navbarheader ul li li a{
	padding: 7px 0;
}
/**/
section{
	padding: 60px 15px;
}


/**/
.abouut{
		background-image: url("img/bg_06.png");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 20px;
}
.abouut .box{
	float: right;
	padding: 25px;
	text-align: right;
	display: block;
	direction: rtl;
}
.abouut .box img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.abouut .box i{
	font-size: 12px;
	font-style: inherit;
}
.abouut .box h1{
	font-weight: normal;
	font-size: 35px;
	display: block;
	margin: 0 0 25px;
	color: #fff;
}

.abouut .box p{
	color: #fff;
	margin: 0 0 25px;
}

.abouut .box a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 5px;
	border: 1px solid #fff;
}
.abouut .box a:hover{
		color: #bb2727;
		background-color: #fff;
	text-decoration: none;
}
/**/


/*order*/
.order{
	background-color: #000;
	background-image: url("img/bg_07.png");
	background-size: cover;
	padding: 40px 20px;
}
.blockord{
	float: right;
	padding: 15px;
	text-align: right;
	direction: rtl;
	display: block;
	color: #fff;
}
@media (max-width: 769px) {
.blockord{
	text-align: center;
}
}
.blockord span{
	display: block;
	font-size: 25px;
	padding: 0;
	border-right: 10px solid #bd2729;
	padding-right: 15px;
	margin: 0 0 10px;
}
.blockord a{
	width: 200px;
	margin: 5px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding:  15px 0;
	display: inline-block;
	font-size: 15px;
	border-radius: 3px;
	text-align: center;
}
.blockord a:hover{
	background-color: #bb2727;;
	border: 1px solid #bb2727;
	color: #fff;
}


/**/
.servess{
	text-align: right;
	direction: ;
	color: #0f253d;
}
.tit{
	display: block;
	text-align: right;
	font-size: 30px;
	font-weight: normal;
	margin: 0 auto 50px;
	position: relative;
	padding: 10px ;
}
.tit:after{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 30px;
	background-color: #bd2729;
	height: 3px;
}
.tit:before{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 1px;
	width: 100px;
	background-color: #ccc;
	height: 1px;
}

.serv{
	padding: 10px;
	text-align: right;
	direction: rtl;
	color: #000;
	float: right;
	margin: 0 0 20px;
	position: relative;
}
.serv img{
	width: 100%;
	height: 250px;
	background-color: #000;
}
.serv i{
	position: absolute;
	top: 210px;
	right: 10px;
	transition: all 0.5s ease 0s;
	background-color: #bc252a;
	color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
.serv i:hover {
    transition: all 0.5s ease 0s;
	color: #fff;
	background-color: #000;
}
.serv strong{
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding: 20px 0 15px;
	display: block;
}

/**/
.bg2{
	background-image: url("img/bg_12.png");
	background-attachment: fixed;
}
.bg2 .tit{
	color: #000;
	margin: 0 0 25px;
}
.bg2 .block{
	float: right;
	padding: 10px;
	color: #6679a6;
	text-align: right;
	direction: rtl;
	display: block;
}
.bg2 .block .tit:after{
	background-color: #3c3fc4;
}

.bg2 .block img{
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.bg2 .block h2{
	display: block;
	color: #000;
	margin: 20px 0;
	font-size: 17px;
}
/*album*/
.album{
	text-align: center;
	direction: rtl;
}
.tit2{
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	position: relative;
	color: #000;
	margin: 0 0 40px;
	font-size: 30px;
	border-bottom: 1px solid #cccccc;
}
.tit2:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 40%;
	width: 20%;
	height: 2px;
	background-color: #bc252a;
}

/**/
.photo{
	float: right;
	padding: 0;
	border: 7px solid #fff;
	overflow: hidden;
	background-color: #030b78;

}
.photo img{
    transition: all 0.5s ease 0s;
	width: 100%;
	height: 220px;
}
.photo img:hover{
    transition: all 0.5s ease 0s;
    	transform: scale(1.2);
    	opacity: 0.7;
}

@media (max-width: 769px) {
.photo img{
	width: 100%;
	height: 100px;
}
}












@media (max-width: 769px) {

}

/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
    	transform: scale(1.2);
*/







.copy{
	padding: 15px;
	text-align: center;
	display: block;
	direction: rtl;
	color: #fff;
	line-height: 2;
	background-color: #030b78;
	text-decoration: none;
	font-size: 11px;
}
@media (max-width: 769px) {
.copy{
	text-align: center;
}	
}
.copy a{
	color: #fff;
	text-decoration: none;
}
.copy a:hover{
	color: #000;
	text-decoration: none;
}
.copy .fa{
float: left;
font-size: 17px;
margin: 0 10px;
    transition: all 0.5s ease 0s;
color: #cccccc;
}

.copy .fa:hover{
    transition: all 0.5s ease 0s;
	color: #33464d;
	text-decoration: none;
}
/*footer*/
footer{
	padding: 50px 20px;
	clear: both;
	display: block;
	overflow: hidden;
	background-color: #f8f8f8;
}

.foot{
	float: right;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.foot img{
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}

.foot ul{
	list-style: none;
	display: block;
}
.foot ul li{
	list-style: none;
	float: right;
	width: 180px;
	text-align: right;
	padding:  5px;
}
.foot ul li a{
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
.foot ul li a:hover{
	text-decoration: none;
	color: #000;
}
.foot .fa{
	color: #000;
	margin: 0 5px;
	font-size: 15px;
	text-decoration: none;
}

/*ظظظظظظظظظظظظظظظظظظظظظظظظظظظظ*/



/**/
.headpage{  
	background-image: url("img/bg_06.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	color: #000;
	font-size: 13px;
	clear: both;
	padding: 30px 15px;
}
.headpage h2{
	color: #fff;
	margin: 0 auto;
	display: block;
	padding: 15px 10px 10px ;
	max-width: 450px;
	font-size: 25px;
}
.headpage p{
	color: #fff;
	margin: 0 auto;
	display: block;
	padding:  0 10px 15px ;
	max-width: 450px;
}
.headpage a{
	text-decoration: none;
	color: #fff;
}
/**/
.word{}
.word .blocks{
	float: right;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	text-align: right;
}
.word .nav-tabs{
	text-align: right;
	border: none;
	width: 100%;
	padding: 30px;
	background-color: #f8f8f8;
}
.word .nav-tabs li{
	text-align: right;
	width: 100%;
	display: block;
}
.word .nav-tabs li a{
	color: #868686;
	text-align: right;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	background: inherit;
	border: none;
}
.word .nav-tabs li a:hover{
	color: #2f3765;
}
.word .nav-tabs > li.active > a,.word .nav-tabs > li.active > a:hover,.word .nav-tabs > li.active > a:focus{
	color: #2f3765;
	border: none;
	background: inherit;
}
.word .tit{
	color: #2f3765;
	text-align: right;
	display: block;
	font-size: 22px;
	padding: 15px 0;
	font-weight: normal;
	background: inherit;
	border: none;
}
.boxs{
	border-left: 2px solid #eeeeee;
	overflow: hidden;
	display: block;
	padding: 0 0 0 30px;
}
@media (max-width: 769px) {
.boxs{
	border-left: none;
	padding: 0 ;
}
}
.wpcf7-text,.wpcf7-textarea{
	width: 100%;
	display: block;
    transition: all 0.5s ease 0s;
	direction: rtl;
	outline: none;
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
	background: #fff;
	max-height: 150px;
	margin: 0 0 10px;
}
.wpcf7-text:focus,.wpcf7-textarea:focus{
    transition: all 0.5s ease 0s;
	border-bottom: 1px solid #5977ad;
}
.wpcf7-submit{
	width: 100%;
	display: block;
	direction: rtl;
	outline: none;
	border: none;
	padding: 25px 0;
	color: #fff;
    transition: all 0.5s ease 0s;
	font-size: 25px;
	text-align: center;
	background: #5977ad;
	max-height: 150px;
	margin: 15px 0 0;
}
.wpcf7-submit:hover{
	opacity: 0.7;
    transition: all 0.5s ease 0s;
}
/**/
.word .box{
	float: right;
	padding: 15px 0;
}
.word .box img{
    max-width: 100%;
    width: 80%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
}
@media (max-width: 769px) {
	.word .box img{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding: 0;
    float: none;
}
}
.word .box ul{
	list-style: none;
	width: 100%;
	direction: rtl;
	display: block;
}
.word .box ul li{
	border: 3px solid #fff;
	background: #f4f4f4;
	padding-right: 15px;
	font-size: 12px;
	overflow: hidden;
	line-height: 2.2;
}
.word .box ul li span{
	background: #f9f9f9;
	border-right: 6px solid #fff;
	line-height: normal;
	padding: 5px 15px;
	width: 65%;
	min-height: 28px;
	float: left;
	margin: 0 5% 0 0;

}
.word .fa-star{
	background: inherit;
	color: #cd9e54;
	float: right;
	margin: 0 0 0 5px;
}
.word .block .nav-tabs{}
.word .block .nav-tabs li a{
	padding: 20px;
	background: #12684b;
	color: #fff;
	margin: 0 0 2px;
	border-radius: 0;
	border: none;
}








@media (max-width: 769px) {

}

/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
    	transform: scale(1.2);
*/



/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/










/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
    	transform: scale(1.2);
*/

















/*****************  bag images*******************/
#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index: 999999999999999999999999999999999999;
	width:100%;
	height:auto;
	background-color:#000;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:9999999999999999999999999999999999999;
	text-align:center;
	color:#151410;
	line-height:0;
}
#vlb1lightbox td{
	vertical-align:top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom:none;
	color:#FFFFFF;
	text-decoration:underline;
}

#vlb1lightbox a img{ border:none;}

#vlb1outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#vlb1lightboxImage{
	width:100%;
	height:100%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}

#vlb1imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1imageContainer{
	width:150px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#vlb1loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#vlb1loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#vlb1hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9997;
}
#vlb1imageContainer>#hoverNav{ left:0;}
#vlb1prevLinkImg{
	top:50%;
	margin-top:-16px;
	width:38px;
	height:33px;
	position:absolute;
	z-index:9998;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background-position: 0 0; 
	background:none;
	}
#vlb1nextLinkImg{
	top:50%;
	margin-top:-16px;
	width:38px;
	height:33px;
	position:absolute;
	z-index:9998;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background-position: 100% 0; 
	background:none;
	}	
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: 0px; }
#vlb1nextLinkImg { right: 0px; }
#vlb1imageContainerMain:hover #vlb1prevLinkImg:hover, 
#vlb1imageContainerMain:hover #vlb1prevLinkImg.hover, 
#vlb1imageContainerMain:hover #vlb1prevLinkImg:visited:hover { 
    background-position: 0 100%;  
}
#vlb1imageContainerMain:hover #vlb1nextLinkImg:hover, 
#vlb1imageContainerMain:hover #vlb1nextLinkImg.hover, 
#vlb1imageContainerMain:hover #vlb1nextLinkImg:visited:hover { 
    background-position: 100% 100%; 
} 
#vlb1imageContainerMain:hover #vlb1prevLinkImg{
	background-image:url(images/arrows.png);
	background-position: 0 0;
}
#vlb1imageContainerMain:hover #vlb1nextLinkImg{
	background-image:url(images/arrows.png);
	background-position: 100% 0;
}
* html #vlb1prevLinkImg{
	background-image:url(images/arrows.png);
}
* html #vlb1nextLinkImg{
	background-image:url(images/arrows.png);
} 

#vlb1imageDataContainer{
	font: 20px 'Prosto One', "Comic Sans MS",cursive;
	line-height: 22px;
	color: #333333;
	text-shadow: -1px 1px 1px #000;
	width: auto;
	position: absolute;
	z-index:9999;
	bottom: 25px;
	left: 8px;
	opacity:1;	
}

#vlb1imageData{
	overflow:hidden;
	background:#eeeeee;
	background:-webkit-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:-moz-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:-o-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:linear-gradient(to bottom, #eeeeee, #BBBBBB);
	border-width: 1px;
	border-style: solid;
	border-color: #fafafa #cbc8c8 #bbbbbb #cbc8c8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 	
	text-align:center; 
	position: relative;
	z-index:9999;
	margin-right: 8px;
}
#vlb1imageDetails{ width:100%; padding:0;}
#vlb1caption{
	padding: 10px;
	display:block;
	text-align: right;
	color: #000;
	background-color: #d7d2d2;
	direction: rtl;
	font-family: flat;
}
#vlb1numberDisplay{ display:none;text-align:right;}
#vlb1detailsNav{display:none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl{display:none;}

#vlb1close{
	position:relative;
	width:100%;
	height:0;
	z-index:21;
}
#vlb1closeLink {
	position:absolute;
	top:8px;
	right:7px;
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:38px;
	height:33px;
	background-position: 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close.png', sizingMethod='scale');
	background-image: url(images/close.png);
	background-repeat: no-repeat;
}
#vlb1closeLink:hover {
	background-position: 0 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close.png', sizingMethod='scale');	
	background-image: url(images/close.png);
	background-repeat: no-repeat;
}   

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}	

#vlb1outerImageFrame{
	border:none;
	height:100%;
	width:100%;
	position:absolute;
}

#vlb1outerImageContainer{
	overflow:visible;
}
#vlb1outerImageContainer td{
	text-align:center;
	padding:0;
}

#vlb1lightboxFrameBody{
	background-color:#FFFFFF;
	padding: 10px;
}

#vlb1outerImageContainer td, #vlb1outerImageContainer tr{
	font-size:0;
	border:0 none;
}

#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br{
	height:7px;
	width:7px;
}
.vlb{display:none;}
#vlb1outerImageContainer td.tl{
	margin-top: 1px;
	background-image:url(images/borderTopLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tc{
	background-image:url(images/borderTopCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopCenter.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tr{
	background-image:url(images/borderTopRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopRight.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.ml{
	background-image:url(images/borderMiddleLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderMiddleLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.mr{
	background-image:url(images/borderMiddleRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderMiddleRight.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bl{
	background-image:url(images/borderBottomLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bc{
	background-image:url(images/borderBottomCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomCenter.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.br{
	background-image:url(images/borderBottomRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomRight.png', sizingMethod='scale');
} 



















/* 
 * 	Core Owl Carousel CSS File
 *	v1.23
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

