.loading-screen{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background-color: #fff;
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99999999999999999999999;
}



.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{
	line-height: 1.8em;
}

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

body{
     font-family: 'Changa', serif;
    color: #666;
    font-size: 15px;
    padding: 0;
    margin: 0;
    text-align: right;
    background: #fff;
}


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


/**/
header{
	background-color: #fff;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
    transition: all 0.5s ease 0s;
	right: 0;
	z-index: 99999;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.up{
	border-bottom: 1px solid #999;
}
.box-up{
	float: left;
	padding: 15px;
}
.box-up p{
	width: 50%;
	padding: 10px;
	text-align: right;
	direction: rtl;
	display: block;
	font-size: 10px;
	color: #000;
	float: right;
}


.head{
	float: right;
	padding: 0 15px;
	position: relative;
	min-height: 30px;
}
@media (max-width: 769px) {
	.head{
		min-height: 0;
	}
}
.text-dc{
	text-align: left;
	padding: 0;
   "transition":"all 0.5s ease 0s";
	margin: 30px 0 10px;
	font-family: tahoma;
	font-weight: bold;
}
@media (max-width: 769px) {
	.text-dc{
	text-align: center;
	margin: 10px 0;
}
}
.text-dc .fa,.text2-dc .fa{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
    transition: all 0.5s ease 0s;
	border-radius: 0%;
	margin: 1px;
	color: #fff;
	position: relative;

}
.fa-facebook{background: #3d568f}
.fa-twitter{background: #29aae1}
.fa-youtube{background: #b00000}
.fa-instagram{background: #8f7b74}
.fa-google-plus{background: #f00}

.text-dc .fa:hover,.text2-dc .fa:hover{
    transition: all 0.5s ease 0s;
    opacity: 0.5;

}







header .logo{
    display: block;
    margin: 0;
    max-width: 170px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    background: #fff;
    border: 10px solid #fff;

}
@media (max-width: 769px) {
header .logo{
	float: none;
	display: block;
	margin: 20px auto;
	width: auto;
	max-width: 100%;
}	
}
/**/
.naav{
	list-style: none;
	padding: 0 20px;
	margin: 0;
	text-align: right;
	display: block;
	direction: rtl;
	width: 100%;
	float: right;
}
.naav li{
	display: inline-block;
	float: none;
	position: relative;
}
.naav li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	bottom: 15px;
	height: 15px;
	width: 1px;
	background: #f5f5f5;
	z-index: 99;
}

.naav li a{
	padding: 30px 20px;
	text-decoration: none;
	position: relative;
	color: #000;
	font-size: 15px;
	display: block;
}
.naav li a:hover{
	color: #f15a23;
}
.naav li a:after{
	content: "";
	position: absolute;
	bottom: 0;
    transition: all 0.5s ease 0s;
	left: 50%;
	width: 0;
	height: 3px;
	background: inherit;
}
.naav li a:hover:after{
    transition: all 0.5s ease 0s;
	width: 100%;
	left: 0;
	background: #f15a23;
}
/**/
.hamburger img{
	float: right;
	width: 50px;
}
.text2-dc{
	padding:  0;
    text-align: center;
	padding: 0;
	display: block;
   transition:all 0.5s ease 0s;
	margin: 90px 0 0;
	font-family: tahoma;
	font-weight: bold;
	clear: both;
}
/**/

.nav-header-xs{
	background: #fff;
	position: fixed;
	right: -100%;
	top: 75px;
   transition:all 0.5s ease 0s;
	bottom: 0;
	width: 100%;
	z-index: 999999999999999;
}
.nav-header-xs ul{
	list-style: none;
	display: block;
	direction: rtl;
	padding: 20px 10px;
}
.nav-header-xs ul li{
	list-style: none;
	float: none;
	display: block;
}
.nav-header-xs ul li a{
	color: #000;
	padding: 15px;
	text-decoration: none;
	display: block;
}
.nav-header-xs ul li a:hover{}


.main{
   transition:all 0.5s ease 0s;
	right: 0;
}
.main2{
   transition:all 0.5s ease 0s;
	right: -100%;
}

/**/
.slider{
	padding: 0;
	margin: 190px 0 0;
	clear: both;
	position: relative;
}
@media (max-width: 769px) {
.slider{
	margin: 20px 0 0;

}
}
.slider img{
	max-width: 100%;
	width: 100%;
}

.itme{
	position: relative;
	text-align: right;
	display: block;
	direction: rtl;
}
.itme h1{
	position: absolute;
	top: 80px;
	right: 50%;
	left: 15%;
	color: #f15a23;
	font-size: 60px;
	font-weight: 600;
	text-align: right;
}
.itme p{
	position: absolute;
	top: 200px;
	right: 50%;
	left: 15%;
	color: #fff;
	font-size: 15px;
	text-align: right;
	padding: 10px 20px;
	background: #1a75bc;
}

/**/
@media (max-width: 769px) {
	.slider img{
		width: 100%;
		min-height: 180px;
	}
	.itme h1{
	position: absolute;
	top: 25px;
	right: 5%;
	left: 5%;
	color: #f15a23;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.itme p{
	position: absolute;
	top: 90px;
	right: 5%;
	left: 5%;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background: #1c74bc;
}
}
.slider .owl-theme .owl-controls{
	text-align: right;
	padding: 0 25px;
	position: absolute;
	bottom: 10px;
	left: 25px;
	right: 25px;
	z-index: 999;

}
@media (max-width: 769px) {
	.slider .owl-theme .owl-controls{
	text-align: center;
	padding: 0 25px;
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	z-index: 999;

}
}
.owl-theme .owl-controls .owl-page span{
	background: #ddd;
	opacity: 1;
}

.owl-theme .owl-controls .active span{
	background: #f05920;
	opacity: 1;
}
section{
	padding: 60px 15px;
	clear: both;
	position: relative;
}


.about{
	text-align: right;
	direction: rtl;
}

.about .nav-tabs{
	border-color: #000;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	direction: rtl;
	max-width: 600px;
}
.about .nav-tabs li{
	float: none;
	display: inline-block;
}
.about .nav-tabs li a{
	border: none;
	position: relative;
    transition: all 0.5s ease 0s;
	color: #000;
	font-size: 22px;
	padding: 20px 30px;
	background: inherit;
}
@media (max-width: 769px) {
	.about .nav-tabs li a{
	font-size: 14px;
	padding: 10px;
}
}
.about .nav-tabs li a:after{
	content: "";
	background: #f15a23;
	width: 30%;
	bottom: 0px;
    transition: all 0.5s ease 0s;
	left: 35%;
	height: 0px;
	border-radius: 5px;
	position: absolute;
	opacity: 0;

}
.about .nav-tabs li a:hover:after{
    transition: all 0.5s ease 0s;
	height: 5px;
	bottom: -2px;
	opacity: 1;
}

.about .nav-tabs li a:hover{
	background: inherit;
    transition: all 0.5s ease 0s;
	color: #f15a23;
}
.about .nav-tabs > li.active > a,.about .nav-tabs > li.active > a:hover,.about .nav-tabs > li.active > a:focus{
	border: none;
    transition: all 0.5s ease 0s;
	background: inherit;
	color: #f15a23;
	position: relative;
}
.about .nav-tabs > li.active > a:after{
	content: "";
	background: #f15a23;
	width: 30%;
	bottom: -2px;
    transition: all 0.5s ease 0s;
	left: 35%;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	opacity: 1;
}
.about .tab-pane{
	max-width: 850px;
	margin: 0 auto;
}
.about .tab-pane img{
	float: right;
	width: 30%;
	margin: 0 0 80px 50px;
	height: auto;
	max-width: 170px;
}
@media (max-width: 769px) {
	.about .tab-pane img{
	float: none;
	width: 100%;
	margin: 15px auto 40px;
	height: auto;
	max-width: 170px;
	display: block;
}
}
.about .tab-pane p{
	padding: 0 0 20px;
	display: flex;
	color: #000;
}
.about .tab-pane a{
	padding: 0;
	display: inline-block;
	color: #f15a23;
	text-decoration: none;
}
.about .tab-pane a:hover{
	color: #000;
	text-decoration: none;
}
/**/
.order{
	background-image: url("img/engezni_11.png");
	padding: 15px;
	overflow: hidden;
}
.order .box{
	padding: 25px;
	float: right;
	color: #fff;
	font-size: 20px;
	text-align: right;
}
.order .box a{
	background: #1a75bc;
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0 auto;
	float: none;
    transition: all 0.5s ease 0s;
	display: block;
    text-align: center;
    max-width: 300px;
}
.order .box a:hover{
	background: #000;
    transition: all 0.5s ease 0s;
}
/**/
.servies{
	text-align: center;
	direction: rtl;
	display: block;
}
.servies .tit{
	color: #f05922;
	text-align: center;
	display: block;
	direction: rtl;
	font-size: 35px;
	padding: 0 0 15px;
}
.servies span{
	color: #000;
	max-width: 600px;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
}


.servies .nav-tabs{
	border-color: #1a75bc;
	margin: 0 auto 80px;
	display: block;
	text-align: center;
	direction: rtl;
}
.servies .nav-tabs li{
	float: none;
	display: inline-block;
	width: 300px;
	max-width: 100%;
}
.servies .nav-tabs li a{
	border: none;
	position: relative;
    transition: all 0.5s ease 0s;
	color: #FFF;
	font-size: 22px;
	padding: 20px 30px;
	border-radius: 0;
	text-align: center;
	background: #1a75bc;
}
@media (max-width: 769px) {
	.servies .nav-tabs li a{
	font-size: 14px;
	padding: 20px 0;
}
}

.servies .nav-tabs li a:hover{
	background: #f15a23;
    transition: all 0.5s ease 0s;
	color: #fff;
}
.servies .nav-tabs > li.active > a,.servies .nav-tabs > li.active > a:hover,.servies .nav-tabs > li.active > a:focus{
	border: none;
    transition: all 0.5s ease 0s;
	background: #f15a23;
	color: #FFF;
	position: relative;
}
.servies .tab-pane{
	text-align: right;
	direction: rtl;
}

.servies .tab-pane img{
	float: right;
	width: 40%;
	height: auto;
	margin: 0 0 0 50px;
}
@media (max-width: 769px) {
	.servies .tab-pane img{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
}
.servies .tab-pane h2{
	margin: 0 0 20px;
	padding: 0;
	color: #1a75bc;
}
.servies .tab-pane a{
	display: inline-block;
	margin: 20px 0 0 0;
	text-decoration: none;
	color: #1a75bc;
}
.servies .tab-pane a:hover{
	text-decoration: none;
	color: #f05922;
}

/**/
.taaab{
	width: 100%;
	text-align: center;
	display: block;
	direction: rtl;
	border-top: 1px solid #f26837;
	border-bottom: 1px solid #f26837;
	padding: 5px;
	margin: 20px auto 0;
}
/**/

.taaab .nav-tabs{
	border: none;
	margin: 0 auto ;
	display: block;
	text-align: center;
	direction: rtl;
}
.taaab .nav-tabs li{
	float: none;
	display: inline-block;
	max-width: 100%;
}
.taaab .nav-tabs li a{
	border: none;
	position: relative;
    transition: all 0.5s ease 0s;
	color: #000;
	font-size: 22px;
	padding: 20px 30px;
	border-radius: 0;
	text-align: center;
	background: #fff;
}
@media (max-width: 769px) {
	.taaab .nav-tabs li a{
	font-size: 14px;
	padding: 10px;
}
}

.taaab .nav-tabs li a:hover{
	background: #fff;
    transition: all 0.5s ease 0s;
	color: #f26837;
}
.taaab .nav-tabs > li.active > a,.taaab .nav-tabs > li.active > a:hover,.taaab .nav-tabs > li.active > a:focus{
	border: none;
    transition: all 0.5s ease 0s;
	background: #fff;
	color: #f26837;
	position: relative;
}
/**/
.tab-content .itme{
	padding: 10px;
}
.tab-content .itme .img{
	max-width: 100%;
	height: auto;
    transition: all 0.5s ease 0s;
	max-height: 150px;
	margin: 0 auto;
	display: block;
}
.tab-content .itme .img:hover{
    transition: all 0.5s ease 0s;
	opacity: 0.5;
}

/**/
ul.clintes{
	list-style: none;
	display: block;direction: rtl;
}
ul.clintes li{
	list-style: none;
	float: right;
	width: 50%;
	padding: 0px 15px 0;
	height: auto;
	overflow: hidden;
}
ul.clintes li a{
	color: #1a75bb;
	background: #fff;
	text-decoration: none;
	padding: 20px 15px;
	font-size: 22px;
    transition: all 0.5s ease 0s;
	text-align: center;
	border: 1px solid #f1f1f1;
	display: block;
	box-shadow: 0 0 10px #eee;
}
@media (max-width: 769px) {
ul.clintes li{
	list-style: none;
	float: right;
	width: 100%;
	padding: 3px 10px;
	height: auto;
	overflow: hidden;
}
ul.clintes li a{
	padding: 10px;
	font-size: 15px;
}
}
ul.clintes li a:hover{
    transition: all 0.5s ease 0s;
	background: #f15a23;
	color: #fff;
	text-decoration: none;
}
/**/

ul.photo{
	list-style: none;
}
ul.photo li{
	float: right;
	width: 25%;
	overflow: hidden;
}
ul.photo li:nth-child(3){
	width: 50%;
	float: left;
}

ul.photo li img{
    transition: all 0.5s ease 0s;
	width: 100%;
	height: 200px;
}
ul.photo li:nth-child(3) img{
	height: 400px;
}
ul.photo li img:hover{
    transition: all 0.5s ease 0s;
    	transform: scale(1.2);
}
ul.photo li a{
	position: relative;
	display: block;
}
ul.photo li a:after{
	content: "";
	width: 100%;
	height: 0%;
    transition: all 0.5s ease 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(26,117,188,0.3);
}
ul.photo li a:hover:after{
	height: 40%;
    transition: all 0.5s ease 0s;
}
ul.photo li a:before{
	content: "";
	width: 100%;
	height: 0%;
    transition: all 0.5s ease 0s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(26,117,188,0.3);
}
ul.photo li a:hover:before{
	height: 40%;
    transition: all 0.5s ease 0s;
}

@media (max-width: 769px) {
ul.photo li{
	width: 33.333%;
}
ul.photo li img{
	width: 100%;
	height: 80px;
}
ul.photo li:nth-child(3){
	width: 33.333%;
	float: right;
}
ul.photo li:nth-child(3) img{
	height: 80px;
}
}
/**/
footer{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	margin: 0;
	clear: both;
}
@media (max-width: 769px) {
	footer{
	padding: 15px;
	margin: 0;
}
footer img{
	display: none;
}
}
.foot{
	float: right;
	padding: 15px;
}
.foot img{
	display: block;
	margin: 0 0 15px;
	float: right;
	max-width: 100%;
}
@media (max-width: 769px) {
.foot img{
	display: none;
}
}
.foot .text-dc{
	text-align: right;
	width: 100%;
	clear: both;
}
.foot ul{
	list-style: none;
	padding: 20px 0;
	margin: 0;
	text-align: right;
	direction: rtl;
	overflow: hidden;
}
.foot ul li{
	float: right;
	width: 33.33333%;
	padding: 0 10px;
}
@media (max-width: 769px) {
	.foot ul{
		padding: 0;
	}
.foot ul li{
	width: 50%;
	padding: 0 5px;
}
}

.foot ul li a{
	display: inline-block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 12px;
	padding: 5px;
}
.foot ul li a:hover{
	text-decoration: none;
	color: #f15a23;
}

/**/


.mails{
	background-image: url("img/showclick_62.png");
	background-position: center;
	text-align: center;
	display: block;
	direction: rtl;
	margin: 0 auto;
	max-width: 600px;
}
.mails .box{
	float: right;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	color: #fff;
	font-size: 20px;
	line-height: 2;
}
.mails .mail{
	width: 70%;
	padding: 10px 15px;
	background: #f1f1f1;
	color: #999;
    transition: all 0.5s ease 0s;
	float: right;
	border: none;
	outline: none;
	text-align: right;
	margin: 10px 0;
}
.mails .submit{
	width: 30%;
	padding: 10px 0;
	text-align: center;
	background: #f15a23;
	color: #fff;
	float: left;
    transition: all 0.5s ease 0s;
	border: none;
	outline: none;
	margin: 10px 0;
}
.mails .submit:hover{
	opacity: 0.7;
    transition: all 0.5s ease 0s;
}

@media (max-width: 769px) {
	.mails .box{
		text-align: center;
	}
.mails .mail,
.mails .submit{
	width: 100%;
	margin: 5px 0;
}
}
.mail:focus{
    transition: all 0.5s ease 0s;
	box-shadow: 0 0 1px #f15a23 inset;
}




@media (max-width: 769px) {

}

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






.copy{
	text-align: center;
	direction: rtl;
	font-size: 13px;
	padding: 20px;
	color: #555;
	margin: 0 auto;
	float: none;
	background: #fff;
}
.copy a{
	color: #555;
	text-decoration: none;
}
.copy a:hover{
	color: #555;
	text-decoration: underline;
}

/**/
.headpage{
	background-image: url("img/engezni_11.png");
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 180px 0 50px;
}
@media (max-width: 769px) {
.headpage{
	margin: 20px 0 0;
}
}
.headpage a{
	color: #fff;
	text-decoration: none;
}

.headpage a:hover{
	color: #000;
	text-decoration: none;
}

.word{
	text-align: right;
	display: block;
	padding: 35px 0;
}
.word p{
	direction: rtl;
}
.block{
	float: right;
	padding: 15px;
}
.word .block img{
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}
/**/
.bg{
	background: #f8f8f8;
	text-align: right;
	display: block;
}

.bg .block2 h2{
	margin: 0 0 20px;
	color:#1a75bc;
	display: block;
	text-align: right;
	font-size: 25px; 
}
.bg .block2 p{
	font-size: 13px;
	text-align: right;
	direction: rtl;
	display: block;
	margin: 0 0 50px;
}
.tamyoz{
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	min-height: 150px;
}
.tamyoz .tit2{
	color: #fff;
	padding: 15px 20px;
	background: #f05920;
	margin: 0 0 30px;
	text-align: right;
	display: block;
	direction: rtl;
	font-size: 25px;
}
.tamyoz p{
	position: relative;
	padding: 10px 45px 30px;
	font-size: 13px;
	text-align: right;
	direction: rtl;
	display: block;
}
.tamyoz p:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
	background: #f05920;
	z-index: 9;
}
/**/
.e7sa{
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	direction: rtl;
	padding: 25px 15px;
	overflow: hidden;
}
.boxs{
	float: right;
	padding: 25px 15px;
	font-size: 20px;
	font-weight: bold;

}
.boxs span{
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}
.boxs span strong{
	font-size: 30px;
	font-weight: bold;
	padding: 0 5px;
}
.boxs div{
	color: #f05920;
	display: block;
}
/**/
.title{
	color: #f05922;
text-align: center;
display: block;
direction: rtl;
font-size: 35px;
padding: 0 10px 15px;
margin: 0 0 50px;
}
/**/



.title2{
color: #f05922;
text-align: right;
display: block;
direction: rtl;
font-size: 20px;
padding: 0 ;
margin: 0 0 30px;
}
.text{
	float: right;
	width: 100%;
	padding: 15px;
	background: #fff;
	border: none;
	outline: none;
    transition: all 0.5s ease 0s;
	text-align: right;
	display: block;
	direction: rtl;
	color: #999;
	border: 1px solid #fddfd5;
	margin: 0 0 10px;
}

.textarea{
	width: 100%;
	padding: 15px;
	background: #fff;
	border: none;
	outline: none;
	text-align: right;
	display: block;
    transition: all 0.5s ease 0s;
	direction: rtl;
	color: #999;
	border: 1px solid #fddfd5;
	margin: 0 0 10px;
	max-width: 100%;
	height: 170px;
}

.textarea:focus,
.text:focus{
	box-shadow: 0 0 1px #f05920 inset;
}
.send{
    width: 100%;
	padding: 20px 10px;
	background: #f05920;
	border: none;
	outline: none;
	text-align: center;
	display: block;
	direction: rtl;
	color: #fff;
    transition: all 0.5s ease 0s;
	margin: 0 0 10px;
	max-width: 100%;
	font-size: 18px;
}
.send:hover{
	opacity: 0.7;
    transition: all 0.5s ease 0s;
}
/**/
.bg .itme2{
	padding: 15px;
}
.bg .itme2 img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

/**/
.cat{
	float: right;
	padding: 15px;
	text-align: right;
	display: block;
	direction: rtl;
	color: #000;
}
.servies .tab-pane .cat img{
	float: right;
	margin: 0 0 0 15px;
	width: 100px;
	height: 100px;
}
.cat h1{
	display: inline-block;
	margin: 0 0 10px;
	text-align: right;
	color: #1a75bc;
	padding: 0;
	font-size: 18px;
}
.servies .tab-pane .cat a{
	color: #1a75bc;
	text-decoration: none;
	float: right;
}
.servies .tab-pane .cat  a:hover{
	color: #f15a23;
	text-decoration: none;
}
.cat p{
	text-align: right;
	padding: 0;
	display: flex;
	font-size: 13px;
}




@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');
} 

