.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;
    color: #C99969;
}
a:hover{
	text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #000;
}
img{
max-width: 100%;
}

ul,ol{
	padding: 0;
	margin: 0;
}
p{
	line-height: 2em;
	direction: rtl;
}

.col-xs-12{
	padding: 0;
}
/**/


@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}


html {
    margin-top: 0  !important;
}
#wpadminbar{
	display: none;
}

body{
    color: #000;
    font-size: 15px;
	font-family: 'Amiri', serif;
		font-family: 'NeoSansArabic', serif;	
    padding: 0;
	transition: all 0.5s ease 0s;
    margin: 0;
    text-align: right;
}
html, button, input, select, textarea {
    font-family: Amiri;
    	font-family: 'NeoSansArabic', serif;	
}
/*===================
 header
===================*/


.top{
	padding: 6px 20px 3px;
 background: #6a516e;
color: #fff;
}
.top .icon{
	float: right;
}
.top .icon .fa{
	color: #fff;
	font-size: 17px;
	margin: 0 2px;
}
.top .phone,
.top .whatsapp{	
	display: none;
}
.top img {
    width: 16px !important;
    height: 16px !important;
    margin: -6px 2px 0 !important;
}



.adrss{
	float: left;
	font-size: 13px;
}
.adrss .fa{
	margin:  0 3px 0 15px;
}
/**/
header{
	padding: 10px 20px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
header .row{
	position: relative;
}
header img {
    padding: 0;
    width: 160px;
    float: none;
    height: auto;
    margin: 0 auto;
    display: block;
}
@media (max-width: 769px) {
	header{
	padding: 10px 20px;
	position: sticky;
	z-index: 99999;
}
	header img{
	position: relative;
	top: auto;
	right: auto;
	background: #fff;
	padding: 0;
	width: 70px;
	float: right;
}
}
/**/
.minuo{
	min-height: 60px;
	padding: 10px 0 0 0;
}
@media (max-width: 769px) {
	.minuo{
	padding: 50px 0 0 20px;
	background: #fff;
	position: fixed;
	top: 0;
	left: -220px;
	width: 220px;
		direction: rtl;
	z-index: 9999;
}
}
.minuo ul{
	list-style: none;
	direction: rtl;
	float: none;
	text-align: center;
}
.minuo ul li{
	float: none;
	list-style: none;
	position: relative;
	display: block;
}
@media (max-width: 769px) {
.minuo ul{
	float: none;
}
.minuo ul li{
	float: none;
}	
}
.minuo ul li a{
	display: block;
	padding: 25px 15px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}
.minuo ul li:hover > a{
	color: #6a516e;
}
@media (max-width: 769px) {
.minuo ul li a{
	padding:  15px;
}
}
.minuo ul li.current-menu-item > a{
	text-decoration: none;
	font-weight: bold;
}
.minuo ul li ul{
	display: none;
}
.minuo ul li:hover ul{
	display: block;
	position: absolute;
	top: 99.5%;
	right: 0;
	width: 220px;
	z-index: 999;
	padding: 10px 0 0;
	text-align: right;
}
@media (max-width: 769px) {
.minuo ul li:hover ul{
	display: block;
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}	
}
.minuo ul li li{
	float: none;
	text-align: right;
	display: block;
}
.minuo ul li li a{
	padding: 10px 15px;
	color: #000;
	background: #fff;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}



/**/

/**/
.bar{
	float: left;
	width: 30px;
	height: 22px;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}
.bar:before,
.bar:after{
	content: "";
	width: 100%;
	position: absolute;
    transition: all 0.5s ease 0s;
	top: 0;
	left: 0;
	border-bottom: 1px solid  #faae37;
}
.bar:before{
	left: 0;
	top: 100%;
}

header .open:before{
    transition: all 0.5s ease 0s;
	  transform: rotate(45deg);
	  top: 10px;
}
header .open:after{
    transition: all 0.5s ease 0s;
	  transform: rotate(130deg);
	  top: 10px;
}
.main{
    transition: all 0.5s ease 0s;
	left: 0;
}
.main2{
	transition: all 0.5s ease 0s;
	margin-left: 250px;
	margin-right: -250px;
	overflow: hidden;
}





.plus{
	padding: 5px 15px;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	 background: #6a516e; 
	float: left;
    margin: 20px 0 0;
    text-decoration: none;
    outline: none;
}
.plus .fa{
	float: right;
	font-size: 14px;
	margin: 5px 0 0 5px; 
}
/**/
.slider{
	position: relative;
	padding: 0;
	margin: 0;
	direction: ltr;
}
.slider img{
	width: 100%;
	height: 80vh;
}
.slider .itme{
	position: relative;
	padding: 0;
	margin: 0;
}
.itme .text{
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	text-align: center;

	display: flex;
flex-direction: column;
justify-content: center;
font-size: 25px;
}

.text span{
color: #000;
font-size: 35px;
padding: 50px ;
 background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
}
.owl-prev,
.owl-next{
	position: absolute;
	top: 45%;
	right: 15px;
	width: 30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background: #fff !important;
	font-size: 0;
	z-index: 999;
}
.owl-prev{
	right: auto;
	left: 15px;
}

.owl-prev:after,
.owl-next:after{
	content: "\f105";
	font-family: fontawesome;
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000 !important;
}
.owl-prev:after{
	content: "\f104";
}
.owl-theme .owl-controls{
	margin: 0;
}

/**/
section{
	padding: 30px 20px;
	clear: both;
	display: block;
}
.box-search{
	background: #6a516e;
	padding: 0 20px ;
}

.search{
	padding: 15px;
	 border-radius: 15px;
	 min-height: 170px;
	 max-width: 900px;
	 margin: 0 auto;
}
@media (max-width: 769px) {
	.box-search{
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	padding: 30px 20px ;
}
.search{
	overflow: hidden;
}
}
.fild{
	float: right;
	padding: 10px;
	text-align: right;
	color: #6a516e;
	display: block;
	direction: rtl;
}
.fild select,
.fild .boxx{
	width: 100%;
	padding: 10px;
	color: #6a516e;
	background: #fff;
	outline: none;
	border-radius: 8px;
	border: none;
	min-height: 50px;
}
.boxx2{
	box-shadow: none !important;
	padding: 0 !important;
}


.fild span{
	float: right;
	width: 33.333%;
	padding: 0 15px;

}
.fild .input{
	float: right;
	padding: 4px 10px;
	border-radius: 7px;
	margin: 0 1%;
	width: 50px;
	color: #6a516e;
	width: 30%;
	border: 1px solid #dfdfdf; 
	outline: none;
	text-align: center;
}
.submit{
	font-family: fontawesome;
	padding: 10px  ;
	border-radius: 7px;
	background: #e7b844; 
	color: #6a516e;
	display: block;
	border: none;
	outline: none;
	width: 100%;
	font-size: 25px;
	min-height: 50px;
}
/**/
.about{
	padding: 40px 20px;
	border-bottom: 1px solid #eee;
}
.about .blocks{
	text-align: right;
	direction: rtl;
	float: right;
	padding: 15px 25px;
}

@media (max-width: 769px) {
	.about .blocks{
	text-align: center;
}
}


/**/
.tmyozall{
	padding: 0;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.vce-text-block ul{
	padding: 30px 0 0;
	list-style: none !important;
}
.vce-text-block ul li{
	padding: 5px 30px 5px 0;
	list-style: none !important;
	position: relative;
	display: block;
	color: #e5b747;
}
.vce-text-block ul li:after{
	content: "\f100";
	font-family: fontawesome;
	position: absolute;
	top: 5px;
	right: 0;
	
}
.vce-row--col-gap-30#el-56bfc88f > .vce-row-content > .vce-col--md-auto {
    padding: 10px 30px;
}


.tmyoz{
	background: #6a516ede;
	padding: 60px 20px;
	color: #e7b844;
	text-align: center;
	font-size: 20px;
}
.tmyoz p{
	margin: auto;
	display: block;
	direction: rtl;
}
.tmyoz .box{
	padding: 15px 25px;
	float: right;
}


/**/

.new-proj{
	background: #eee;
}

.title{
	display: block;
	margin: 0 0 15px;
	text-align: right;
	direction: rtl;
	font-size: 25px;
	padding-right: 10px;
}
.new-proj .title{
	color: #e93538;
}
/**/
.projects{
	padding: 10px;
	float: right;
}
.projects .box{
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
}
.projects .box img{
	width: 100%;
	height: 300px;
	margin: 0 0 15px;
}
.projects .box span{
	padding: 0 15px 15px 90px;
	position: relative;
	display: block;
	direction: rtl;
}
.projects .box span h4{
	display: block;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 17px;
}
.projects .box span strong{
		display: block;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 17px;
}
.projects .box span strong a{
	color: #999;
	text-decoration: none;
	font-size: 14px;
}
.projects .box span .price{
	display: block;
	margin: 0 ;
	font-size: 20px;
	color: #c20a0b;
}
.projects .box span a.det{
	position: absolute;
	top: 30px;
	padding: 5px 10px;
	left: 15px;
	font-size: 17px;
	border-radius: 5px;
	color: #fff;
	 background: #6a516e; 
text-decoration: none;
}

/**/
.prj-slider{
}
@media (max-width: 769px) {
	.prj-slider{
	padding: 0;
}
}

.prj-slider .owl-prev:after,
.prj-slider .owl-next:after{
	border-radius: 50%;
	background: #f29d18;
	color: #fff !important;
}

/**/
.banar{}
.banar img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 10px auto -10px;
}
@media (max-width: 769px) {
.banar img{
	padding: 0 20px;
}	
}

/**/
.stars-proj{}
.stars-proj .title{
	color: #f29d18;
}

/**/
.ads{
	float: right;
	padding: 15px;
}
.ads img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
/**/
.companys{
	text-align: center;
	display: block;
	direction: rtl;
	color: #6a516e;
	font-size: 25px;
}
.companys .title2{
	display: block;
	margin: 0 0 30px;
}
.client{
	box-shadow: 0 0 20px #eee;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 15px;
	margin: 0 10px;
}
.client img{
	display: inline-block;
	float: none;
	width: 210px;
	height: 100px;
	padding: 10px;
	margin: 10px 0;
}
@media (max-width: 769px) {
	.client img{
	width: 30%;
	height: auto;
	padding: 5px;
	margin: 10px 0;
}
}

/**/
footer{
	display: block;
	clear: both;
	padding: 30px 20px ;
	color: #000;
	border-bottom: 1px solid #6a516e;
}
footer .foot{
	padding: 15px;
	float: right;
	text-align: right;
	direction: rtl;
	display: block;
}
.foot .cool{
	text-align: center;
	display: block;
	direction: ltr;
}
.foot .cool .fa{
color: #fff;
font-size: 25px;
margin: 0 2px;
}
.foot  span{
	display: block;
	padding: 0 0 15px;
}
.foot  span .fa{
	color: #6a516e;
	width: 30px;
	font-size: 20px;
}
 iframe{
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;

}
.textwidget  iframe{
	margin: 0 0 -23px;
}
footer{
	background: #311335;
	padding: 20px;
		overflow: hidden;
}
footer img{
	display: block;
	width: 400px;
	height: auto;
	max-width: 100%;
	margin:  auto;
}

.copy{
	text-align: center;
	padding: 10px 20px;
	direction: rtl;
	background:#e7b844;
	color: #000;
	display: block;
}
.copy h5{
	padding: 0 ;
	margin:  0;
}
.copy span {
    color: #000;
    text-decoration: none;
    padding: 10px 0 0;
    display: inline-block;
	font-size: 10px;
}





/**/
.headpage{
	padding: 0;
	background-size: cover;
	background-position: center !important;
}
.cover{
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	background-color: rgb(231, 184, 68);
}

/**/
.contents{
	padding: 10px 20px;
}
.content,.sidbar{
	float: right;
	padding: 15px;
}
.tit{
	padding: 5px;
	float: right;
	display: block;
	color: #000;
}
.tit span{
	background: #f8f8f8;
	display: block;
	padding: 15px;
	font-size: 25px;
	border-radius: 15px;
}
.tit-price{
	text-align: center;
	color: #c20a0b;
	direction: rtl;
}
/**/
.h2{
	color: #fbb241;
	display: block;
	padding: 20px 5px;
	margin: 0;
	font-size: 25px;
	width: 100%;
	clear: both;
}
.p{
	background: #f8f8f8;
	display: block;
	padding: 15px;
	font-size: 16px;
	border-radius: 10px;
	color: #909090;
}
.p p{
	padding: 0 10px;
}
.p .block{
	float: right;
	padding: 5px;
	text-align: right;
	direction: rtl;
	margin: 0;
	color: #C99969;
}
.p .block span{
	float:right;
	color: #909090;
	width: 90px;
}
.map{
	display: block;
	padding: 20px 0 0;
}
.map iframe {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	padding: 0;
	margin: 0;
}
.vid{
	display: block;
	padding: 0;
}
.vid iframe {
	width: 100%;
	border-radius: 15px;
	padding: 0;
	margin: 0;
}
.image{
	display: block;
	margin: 25px auto;
	float: none;
	max-width: 600px;
	height: auto;
	max-height: 600px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
}



/**/
.box2{
	padding: 20px;
}
.projects-smoll{
	display: block;
	overflow: hidden;
	padding: 0 0 15px;
	text-align: right;
	font-size: 15px !important;
}
.projects-smoll a{
	height: 60px;
}
.projects-smoll img{
	width: 60px !important;
	height: 60px !important;
	margin: 0 0 0 10px !important;
	float: right;
	border-radius: 10px;
}
.projects-smoll span{
	color: #c20a0b;
	display: flex;
}
/**/
.widget{
	padding: 25px 0 0;
}
.widget img{
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
	height: auto;
}
.sidbar .fild{
	width: 100% !important;
}

/**/
.add{
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 0 20px #eee;
	min-height: 170px;
/* 	max-width: 900px; */
	margin: -80px auto 0;
	overflow: hidden;
}
.add p .fa{
	float: right;
	font-size: 22px;
	margin: 0 0 0 20px;
	color: #d79e1c;
	width: 20px;
	
}



ul.wpuf-form li {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px;
    float: right;
    width: 46%;
    margin: 5px 2% 10px;
    border-radius: 15px;
    padding: 10px 20px 0;
    min-height: 70px;
    direction: rtl;
}
ul.wpuf-form li.full,
ul.wpuf-form li.featured_image{
	width: 100% !important
}
ul.wpuf-form li.image{
	width: 20% !important;
	float: right;
}

@media (max-width: 769px) {
	ul.wpuf-form li{
		width: 100% !important
	}
	ul.wpuf-form li.image{
	width: 40% !important;
	float: right;
}
}

ul.wpuf-form li .wpuf-fields {
    float: left;
    width: 100%;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
    float: left;
    width: 100%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
    float: left;
    width: 100%;
}
ul.wpuf-form li .wpuf-fields input[type="text"], ul.wpuf-form li .wpuf-fields input[type="password"], ul.wpuf-form li .wpuf-fields input[type="email"], ul.wpuf-form li .wpuf-fields input[type="url"], ul.wpuf-form li .wpuf-fields input[type="number"], ul.wpuf-form li .wpuf-fields textarea,
ul.wpuf-form li .wpuf-fields input[type="text"], ul.wpuf-form li .wpuf-fields input[type="password"], ul.wpuf-form li .wpuf-fields input[type="email"], ul.wpuf-form li .wpuf-fields input[type="url"], ul.wpuf-form li .wpuf-fields input[type="number"] {
    padding: 5px 10px;
    border: 1px solid #fff;
    box-shadow: none;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    border-radius: 5px;
    margin: 5px 0 0;
    outline: none;
    width: 100%;
}
ul.wpuf-form li .wpuf-fields select {
    border: 1px solid #fff;
    padding: 2px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    min-width: 150px;
    max-width: 100%;
    width: 100%;
    padding: 5px 10px;
    outline: none;
    box-shadow: 0 0 10px #eee;
}
label {
    font-weight: normal;
}
/**/

ul.wpuf-form li.wpuf-submit{
	width: 100%;
	margin: 15px 0;
}
ul.wpuf-form .wpuf-submit input[type="submit"] {
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 15px;
    font-size: 22px;
    border-radius: 5px;
background: #6a516e;
width: 100%;
}







a.phone{
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999999;
}
a.phone img{
	width: 40px;
	height: 40px;
}
a.whatsapp{
	right: 20px;
	left: auto;
}

/****************/

.nav-tabs{
	border: none;
	text-align: center;
	direction: rtl;
	padding: 30px 0;
}
.nav-tabs li{
	display: inline-block;
	float: none;
	margin: 0;
	width: 19%;
	padding: 5px;
}
@media (max-width: 769px) {
	.nav-tabs li{
	width: 100%;
		display: block;
}
}
.tab-content a {

    clear: both;
    color: #e7b844;
    padding: 10px 20px;
    background: #512f56;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    float: none !important;
    text-align: center;
    max-width: 200px;

}
.nav-tabs > li > a,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: 1px solid #6a516e;	
	background: #6a516e;
	color: #fff;
	padding: 15px 0;
	display: block;
}
.nav-tabs > li > a:hover,.nav-tabs li.current-menu-item > a{
	border: 1px solid #e7b844;	
	background: #e7b844;
	color: #6a516e;
}




.tab-content{
	padding: 15px 20px;
	direction: rtl;
}
.tab-content a{
	clear: both;
	float: right;
	color: #e7b844;
	
}






 button, input, select, textarea {

    font-family: 'NeoSansArabic', serif;
    padding: 15px;
    border: 1px solid #ddd;
    max-height: 150px;
    outline: none;
    width: 1000px;
    max-width: 100%;

}

/*  */
.foot{
    float: right;
    padding: 15px 20px;
    color: #48214e;
    text-align: right;
    direction: rtl;
  }
.footdown{
	background: #311335;
}


.foot img {
    margin: 50px auto 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
}
.foot h2{
  font-size: 20px;
  margin: 15px 0 25px;
  color: #f7a72b;
}
.foot ul{
  display: block;
  margin: 0 ;
  list-style: none;
}
.foot ul li {
    list-style: none;
    float: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.foot ul.adresss li {
    padding: 15px 10px;
    margin: 0 0 5px;
    border: 1px dashed #e6b843a1;
    box-shadow: 1px 0px 10px #ddd;
}
.foot ul.adresss li .fa{
	float: right;
	margin: 0 0 0 9px;
	color: #e6b843;
}
.foot ul li a{
  color: #48214e;
  text-decoration: none;
}
.foot ul li a:hover{
  text-decoration: none;
  color: #f7a72b;
}










@media (max-width: 769px) {
}

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


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


.en{
	display: none !important
}







/*
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); }
}

