.container{
	max-width: 960px;
}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #999;
	transition: all .2s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #000;
	transition: all .2s ease-in-out;
}

div,img{
	transition: all .2s ease-in-out;
}
div:hover,img:hover{
	transition: all .2s ease-in-out;
}
img:hover{
	opacity: 1;
}



/* Regular */
/*@font-face {
	font-family: 'ge';
	src: url('fonts/ge_ss_two_light.eot');
	src: local('☺'), url('fonts/ge_ss_two_light.woff') format('woff'), url('fonts/ge_ss_two_light.ttf') format('truetype'), url('fonts/ge_ss_two_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'ge';
	src: url('fonts/Emad.eot');
	src: local('☺'), url('fonts/Emad.woff') format('woff'), url('fonts/Emad.ttf') format('truetype'), url('fonts/Emad.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face{font-family:gr;
	src:url('fonts/Greta_Arabic_Regular.eot');
	src:url('fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Greta_Arabic_Regular.woff') format('woff'),
	url('fonts/Greta_Arabic_Regular.otf') format("opentype");
}



/**/
@media (min-width: 768px){

}






.all{
    position: relative;
    animation-name: example;
	background-color: #fff;
    animation-duration: 10s;
}
@keyframes example {
    0%   {background-color: #fff; left:-1400px; top:0px;}
    25%  {background-color: #fff; left:0px; top:0px;}
    50%  {background-color: #fff; left:0px; top:0px;}
    75%  {background-color: #fff; left:0px; top:0px;}
    100% {background-color: #fff; left:0px; top:0px;}
}
/**/

body{
	font-family: tahoma;
}
header,.header .row{
	position: relative;
	z-index: 9;
}
.header{
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
	min-height: 155px;
	background-color: rgba(201,227,252,0.6);
}
@media (max-width: 768px){
	.header{
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
	min-height: 155px;
	background-color: rgba(201,227,252,0.6);
}
}
.logo{
	float: left;
}
@media (max-width: 768px){
.logo{
	float: none;
	width: 100%;
	max-width: 176px;
	display: block;
	margin: 0 auto;
}	
}
.phone{
	position: absolute;
	right: 10px;
	top: 20px;
	color: #3b307e;
	font-size: 15px;
	font-weight: normal;

}
.phone .fa{
	font-size: 28px;
	margin-right: 7px;
}
@media (max-width: 768px){
.phone{
	position: relative;
	left: 0;
	top: auto;
	right: 0;
	color: #3b307e;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;

}
.phone .fa{
	display: none;
}
}
/**/
.nav-bar{
	position: absolute;
	left: 180px;
	top: 80px;
	right: 0;
}
@media (max-width: 768px){
	.nav-bar{
	position: relative;
	right: 0;
	top: auto;
	left: 0;
}
}

/**/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: inherit;
    border-radius: 5px;
}

.navbar-default{
	border-radius: 0px;
	padding: 0;
	margin: 0;
}
@media (min-width: 768px){

.navbar{
	border: none;
	border-radius: 0px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: inherit;
	border-radius: 0;
	min-height: 0;
}
.navbar ul{
	float: left;
	margin: 0;
	padding:  0;

}
.navbar li{
	float: left;
	position: relative;
}
.navbar-default .navbar-nav > li > a{
color: #3b307e;
font-size: 18px;
padding:   15px 14px 35px;
background-color: inherit;
margin: 0px;
font-weight: normal;
}
.navbar-default .navbar-nav > li:hover > a{
	border-bottom:5px solid #0475bb;
	color: #fff;

}
.sub-menu{
	display: none;
}

.sub-menu li .sub-menu{
	display: none;
}
.navbar li:hover .sub-menu{
	display: block;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 70px;
	list-style: none;
	text-align: left;
	direction: ltr;
	z-index: 9999;
	width: 220px;
	padding: 10px;
	background-color: #0475bb;
}
.navbar li:hover .sub-menu .sub-menu{
	display: none;
}
.navbar .sub-menu li:hover .sub-menu{
	display: block;
	padding: 10px;
	position: absolute;
	left: 200px;
	top: -5px;
	background-color: #0475bb;
	list-style: none;
	text-align: left;
	direction: ltr;
	z-index: 9999;
	background-image: none;
}
.sub-menu li {
	float: none;
	width: 100%;
}
.sub-menu li a{
    padding: 2px 10px;
    text-align: left;
    text-decoration: none;
    direction: ltr;
    font-size: 13px;
    color: #fff;
    float: none;
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #036faf;
    border-top: 1px dashed #0487d5;
}


.sub-menu li:hover > a{
	background-color: #fff;
	color: #0475bb;
    border: 1px solid ;

}
}


.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
	margin: 0;
}





@media (max-width: 768px){
.navbar-header{
	background-color: inherit;
	padding: 0;
	margin: 0;
	background-color: inherit;
}
.navbar{
	border: none;
	margin: 0 0;
	padding: 0;
}

.navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: #fff;

}
.navbar-default .navbar-nav > li:hover > a{
	color: #000;
	padding-right: 20px;
	background-color: #ddd;
}
.sub-menu{
	display: none;
}
.navbar li:hover .sub-menu .sub-menu{
	display: none;
}
.navbar li:hover .sub-menu{
	display: block;
	padding: 10px;
	background-color: #fff;
	list-style: none;
	text-align: left;
	direction: ltr;
	box-shadow: 0px 1px 2px #666;
	border: 5px solid #dfeefd;
}
.sub-menu li:hover > a{
	background-color: #ddd;
	color: #000;
}

.navbar .sub-menu li:hover .sub-menu{
	display: block;
	padding: 10px;
	background-color: #fff;
	list-style: none;
	text-align: left;
	direction: ltr;
	box-shadow: 0px 1px 2px #666;
	border-radius: 0;
}


.sub-menu li a{
	padding: 7px;
	text-align: left;
	text-decoration: none;
	direction: ltr;
	font-size: 13px;
	color: #000;
	float: none;
	display: block;
	border-bottom: 1px solid #eee;
}
.sub-menu li a:hover{
	background-color: #ddd;
	color: #000;
	border-radius: 7px;
}
}





@media (max-width: 768px){
.navbar-toggle{
	background-color: #55b5ff;
	float: none;
	display: block;
	margin: 0 auto;
	border-color: transparent;
}
}

.navbar-toggle:hover{
	background-color: #000;
	color: #000;
	border-color: transparent;
}
.navbar-default .navbar-toggle{
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;

}
.navbar-default{
	background-color: inherit;
	border-color: transparent;
}
/**/


.cool{
	position: absolute;
	right: 10px;
	top: 90px;
	font-size: 17px;
	text-align: left;
}
@media (max-width: 768px){
	.cool{
	position: relative;
	left: 0;
	top: auto;
	right: 0;
	font-size: 17px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0;
}
}
.cool .fa{
	color: #fff;
	padding: 3px;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 25px;
	margin: 1px;
	transition: all .2s ease-in-out;
}

.cool .fa-facebook{
	background-color: #3d5b9b;
}
 .cool .fa-linkedin{
	background-color: #2c89f0;
}
 .cool .fa-twitter{
	background-color: #40cdd7;
}
 .cool .fa-instagram{
	background-color: #436887;
}
.cool .fa-google-plus{
	background-color: #f73e29;
}
.cool .fa-youtube{
	background-color: #bb0004;
}
.cool .fa:hover{
	opacity: 1;
	background-color: #000;
	    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .3s ease-in-out;
}



/**/

.slider img{
width: 100%;
height: 830px;	
}
@media (max-width: 768px){
.slider img{
width: 100%;
height: 300px;	
min-height: 300px;
}
}
.carousel-indicators li{
	float: left;
	border-radius:0;
	margin: 0 3px;
	height:12px;
	width: 12px;
	background-color: #fff;
}
.carousel-indicators .active{
	color: #39abea;
	background-color: #39abea;
	margin: 0 3px;
	border-color: #39abea;
}
.carousel-caption h1{
	float: left;
	padding: 10px;
	color: #fff;
	font-size: 50px;
	display: block;
	max-width: 450px;
	clear: left;
	margin: 0;
	text-align: left;
	direction: ltr;
}
@media (max-width: 768px){
	.carousel-caption h1{
	font-size: 25px;

}
}
.carousel-caption p{
	float: left;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	color: #fff;
	max-width: 300px;
	clear: left;
	display: block;
	font-size: 15px;
	direction: ltr;
}
/**/
.hagez{
	display: block;
	clear: both;
}
.hagez .box{
	margin: -482px 0 0 400px;
	display: block;
}
@media (max-width: 768px){
	.hagez .box{
	margin: 5px 0;
	display: block;
}
}

.hagez .nav-tabs { right; border: none;}
.hagez .nav-tabs > li{
 float: left; 
 border: none;

}
.hagez .nav-tabs > li > a{
	border-color: transparent;
	border-radius: 0;
	color: #2f2f79;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
}

.hagez .nav-tabs > li.active > a, .hagez .nav-tabs > li.active > a:hover, .hagez .nav-tabs > li.active > a:focus{
		border-color: transparent;
	border-radius: 0;
	background-color: #2f2f79;
	color: #fff;
}
.hagez .tab-pane{
	background-color: rgba(0,0,0,0.7);
	min-height: 280px;
	padding: 15px;
	color: #fff;
	text-align: left;
	direction: ltr;
	/*overflow: hidden;*/
}
.hagez .tab-pane .tab-pane{
	background-color: inherit;
	min-height: auto;
	padding: 0;
	color: #fff;
}
/**/
.tab-pane .nav-tabs { right; border: none;}
.tab-pane .nav-tabs > li{
 float: left; 
 border: none;
 margin: 0;

}
.tab-pane .nav-tabs li .single{
	border-color: transparent;
	border-radius: 0;
	color: #fff;
	background-color: inherit;
	padding: 6px;
	font-size: 13px;
	background-image: url("../img/00_05.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.tab-pane .nav-tabs > li.active > a, .tab-pane .nav-tabs > li.active > a:hover, .tab-pane .nav-tabs > li.active > a:focus{
	border-color: transparent;
	border-radius: 0;
	background-color: inherit;
	background-image: url("../img/00_03.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}
/**/
.nice-select span, .nice-select ul li{color:#000}

.input{
	float: left;
	padding: 10px 1px;
}
.input select{
	width: 100%;
	text-align: left;
	direction: ltr;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #fff;
		padding: 8px 5px 9px;
}

.input-single input, .select-single .nice-select, .nice-select{
	width: 100%;
	text-align: left;
	direction: ltr;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #fff;
		padding: 6px 5px;
}
.input option{
	background-color: rgba(255,255,255,0.9);
}
.input .date{
	width: 100%;
	text-align: left;
	direction: ltr;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #fff;
	padding: 1px 7px;
}


.submit{
	border: 1px solid #fff;
	padding: 12px 0;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background-color: #2f2f79;
	display: block;
	width: 100%;
}

.submit:hover, button.submit:hover{
	opacity: 0.8;
}

/**/
.bg{
	background-color: #2f2f79;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 15px;
	min-height: 250px;
}
.rr,.ll{
	float: left;
	color: #fff;
	text-align: right;
}
.tit{
	text-align: left;
	display: block;
	direction: ltr;
	background-image: url("../img/gosor_06.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 0px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
.rr .carousel-indicators{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	float: right;
	width: 100%;
}
.rr .carousel-indicators li {
    float: none;
    border-radius: 0;
    margin: 0 3px;
    height: auto;
    width: auto;
    width: 100%;
    text-align: left;
    border: none;
    color: #fff;
     background-color: #2f2f79;
    padding:  10px;
    font-size: 16px;
    text-indent: 0;
}
.rr .carousel-indicators .active {

    color: #6d6bb6;
    background-color: #2f2f79;
    background-image: url("../img/gosor_11.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}
.ll{
	background-color: #454488;
	padding: 15px;
	min-height: 400px;
}
.ll .item img{
	float: left;
	width: 100%;
	max-width: 223px;
	margin: 35px 15px 100px;
	display: block;
}
@media (max-width: 768px){
	.ll .item img{
	float: none;
	width: 100%;
	max-width: 223px;
	margin: 10px auto;
	display: block;
}
}
.ll .item h3{
	text-align: left;
	display: flex;
	direction: ltr;
	padding: 10px 0;
}
.ll .item p{
	text-align: left;
	display: flex;
	direction: ltr;
	line-height: 1.7em;
}
.ll .item a{
	background-image: url("../img/gosor_14.jpg");
	float: left;
	width: 35px;
	height: 35px;
}
.ll .item a:hover{
	opacity: 0.8;
}
/**/
.bg2{
	background-color: #f8f8f8;
	padding: 25px 10px;
	color: #000;
	min-height: 100px;
	overflow: hidden;
	font-size: 16px;
}

.bg2 span{
	color: #2f2f79;
	font-size: 30px;
	padding: 10px;
	background-image: url("../img/gosor_19.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.servess{
	float: left;
	padding: 10px;
	text-align: left;
}
.servess img{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.servess strong{
	color: #2f2f79;
	display: flex;
	text-align: left;
	direction: ltr;
	font-size: 18px;
}
.servess p{
	display: flex;
	direction: ltr;
	padding: 10px 0;
}
/**/
.taaap,.cont{
	background-image: url("../img/gosor_44.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 350px;
	background-color: #fff;
	padding: 50px 10px;
	overflow: hidden;
}

.taaap .nav-tabs{
	direction: ltr;
	display: block;
	text-align: center;
	border-color: #fff;
	margin-bottom: 35px;
}
.taaap .nav-tabs > li{
	float: none;
	display: inline-block;
}

.taaap .nav-tabs > li > a{
	color: #000;
	font-size: 17px;
	border: 2px solid #fff;
	border-radius: 10px;
}
.taaap .nav-tabs > li.active > a,.taaap .nav-tabs > li.active > a:hover,.taaap .nav-tabs > li.active > a:focus{
	color: #28a9e2;
	border: 2px solid #28a9e2;
}
.taaap .tab-pane{
	text-align: left;
	direction: ltr;
	margin: 0 auto;
	max-width: 930px;
}
/**/
.contry{
	float: left;
	padding: 5px;
	text-align: left;
	direction: ltr;
	display: block;
	position: relative;
	color: #fff;
}
.contry img{
	width: 100%;
	max-height: 347px;
	background-color: #28a9e2;
}
.contry img:hover{
	opacity: 0.8;
	background-color: #28a9e2;
}
.contry span{
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
	z-index: 99;
	font-size: 20px;
}
/**/
footer{
	background-color: #f8f8f8;
	display: block;
	min-height: 200px;
	clear: both;
	overflow: hidden;
	padding: 20px 5px;
}
.foot{
	float: left;
	padding: 5px;
	text-align: left;
	display: block;
	direction: ltr;
	text-align: center;
}
.foot img{
	display: inline-block;
	float: none;
	margin: 3px;
}
.foot a img:hover{
	opacity: 0.8;
}
.foot h4{
	display: block;
	color: #2f2f79;
	text-align: left;
	direction: ltr;
	font-size: 16px;
	padding: 10px 0;
}
.foot ul{
	float: left;
	list-style: none;
	display: block;
	text-align: left;
	direction: ltr;
}
.foot li{ float: none; list-style: none; text-align: left;}
.foot li a{ 
	color: #999;
	text-align: left;
	direction: ltr;
}
.foot li a:hover{ 
	color: #000;
}
/**/
.copy{
	background-color: #2f2f79;
	color: #fff;
	padding: 15px;
	text-align: center;
	direction: ltr;
	display: block;
	clear: both;
}
.copy a{
	color: #fff;
}
.copy a:hover{
	text-decoration: underline;
}

/**/
.cont{
	text-align: left;
	display: block;
	direction: ltr;
	overflow: hidden;
	color: #999;
	font-family: tahoma;
	font-size: 15px;
	padding-bottom: 200px;
}
.title{
	padding: 10px 0;
	color: #2f2f79;
	font-size: 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.cont img{
	max-width: 100%;
}




@media (max-width: 768px){
}











/*************************************************/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	margin: 0 auto; 
	padding: 0;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;

	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

@media (min-width: 768px){
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -35px;
	width: 100%;
}
}
@media (max-width: 768px){
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: -35px;
	width: 100%;
}
}
@media (max-width: 768px){
.slider .bx-pager{
	position: absolute;
	top: -35px;
	width: 100%;
}
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat ;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: normal;
	color: #666;
	padding-top: 0px;
}
.bx-wrapper .bx-pager{
	left: 0;
	max-width: 150px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;

}


@media (min-width: 768px){
.bx-default-pager{
	position: absolute;
	top: 90%;
	right: 10px;
}
}
@media (max-width: 768px){
.bx-default-pager{
	position: absolute;
	top: 80%;
	right: 10px;
}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a90005;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.slid .bx-prev {
	left: -25px;
	background-image: url("../img/ctr.png");
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.slid .bx-next {
	right: -25px;
	background-image: url("../img/ctr.png");
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.5;

}

.slid .bx-prev:hover {
	opacity: 1;
}

.slid .bx-next:hover {
	opacity: 1;
}



.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

/**/
.bx-pager{
	overflow: hidden;
	direction: ltr;
	position: absolute;
	right: 0;
}

.bx-pager-link{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: block;
	margin: 3px;
	float: right;
	color: inherit;
	border: 1px solid #dddddd;
	font-size: 0;
	background-color:#dddddd;
}
.bx-pager .active{
	background-color: #55b5ff;
	color: #55b5ff;
}
















/*****************  bag images*******************/
#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:auto;
	background-color:#000;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:99999;
	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: left;
	color: #000;
	background-color: #d7d2d2;
	direction: ltr;
	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');
} 















/*//////////////////////////////////*/

/*
skins available:
	- sweet
	- powerful
	- charming
*/

/* the container */
.allinone_carousel {
	position:relative;
}
.allinone_carousel img {
	max-width:none;
	max-height:none;
}
.allinone_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.allinone_carousel .contentHolder {
	position:relative;
	overflow:hidden;margin-top: 0px;

}
.mycanvas {
	position:absolute;
	top:0px;
	right:48%;
	z-index:1000;
}

.myloader {
	background:url(skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}


/***charming SKIN***/

.allinone_carousel.charming .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:452px;
	height:302px;
	overflow:hidden;
	cursor: pointer;
	background:url(skins/charming/empty.gif) repeat;
}



.allinone_carousel.charming .elementTitle {
	position:absolute;
	left:0;
	top:40px;
	width:100%;
	text-align:center;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:capitalize;
}



.allinone_carousel.charming .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(skins/charming/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.charming .playOver:hover {
	background:url(skins/charming/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.charming .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.charming .leftNav {
	position:absolute;
	left:5px;
	width:47px;
	height:47px;
	background:url(skins/charming/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.charming .leftNav:hover {
	background:url(skins/charming/leftNavON.png) 0 0 no-repeat;
}
.allinone_carousel.charming .rightNav {
	position:absolute;
	right:5px;
	width:47px;
	height:47px;
	background:url(skins/charming/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.charming .rightNav:hover {
	background:url(skins/charming/rightNavON.png) 0 0 no-repeat;
}
.allinone_carousel.charming .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}
.allinone_carousel.charming .bottomNavButtonOFF {
	float:left;
	display:block;
	width:19px;
	height:19px;
	background:url(skins/charming/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_carousel.charming .bottomNavButtonON {
	float:left;
	display:block;
	width:19px;
	height:19px;
	padding-left:9px;
	background:url(skins/charming/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_carousel.charming .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.allinone_carousel.charming .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.allinone_carousel.charming .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(skins/charming/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	xleft:0px;
	margin-left:-25px;
}
.allinone_carousel.charming .bottomOverThumb img {
	border:4px solid #22032e;
}


/*******/

/***sweet SKIN***/

.allinone_carousel.sweet .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:520px;
	height:385px;
	overflow:hidden;
	cursor: pointer;
	/*border:1px #F00 solid;*/
	background:url(skins/sweet/empty.gif) repeat;
}


.allinone_carousel.sweet .elementTitle {
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:capitalize;
}
.allinone_carousel.sweet .playOver {
	position:absolute;
	width:100px;
	height:70px;
	background:url(skins/sweet/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.sweet .playOver:hover {
	background:url(skins/sweet/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.sweet .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.sweet .leftNav {
	position:absolute;
	left:-5px;
	width:110px;
	height:157px;
	background:url(skins/sweet/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.sweet .leftNav:hover {
	background:url(skins/sweet/leftNavON.png) 0 0 no-repeat;
}
.allinone_carousel.sweet .rightNav {
	position:absolute;
	right:-5px;
	width:110px;
	height:157px;
	background:url(skins/sweet/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.sweet .rightNav:hover {
	background:url(skins/sweet/rightNavON.png) 0 0 no-repeat;
}
.allinone_carousel.sweet .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}
.allinone_carousel.sweet .bottomNavButtonOFF {
	float:left;
	display:block;
	width:11px;
	height:11px;
	background:url(skins/sweet/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_carousel.sweet .bottomNavButtonON {
	float:left;
	display:block;
	width:11px;
	height:11px;
	padding-left:9px;
	background:url(skins/sweet/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_carousel.sweet .bottomNavLeft {
	position:absolute;
	width:63px;
	height:35px;
	bottom:-10px;
	z-index:140;
}
.allinone_carousel.sweet .bottomNavRight {
	position:absolute;
	width:63px;
	height:35px;
	bottom:-10px;
	z-index:140;
}

.allinone_carousel.sweet .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(skins/sweet/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_carousel.sweet .bottomOverThumb img {
	border:4px solid #FFFFFF;
}







/***powerful SKIN***/

.allinone_carousel.powerful .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:326px;
	height:329px;
	overflow:hidden;
	cursor: pointer;
	background:url(skins/powerful/empty.gif) repeat;
}

.allinone_carousel.powerful .elementTitle {
	position:absolute;
	left:0;
	top:370px;
	width:100%;
	text-align:center;
	font: bold 16px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform: uppercase;
}
.allinone_carousel.powerful .playOver {
	position:absolute;
	width:100px;
	height:100px;
	background:url(skins/powerful/play_over.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.powerful .playOver:hover {
	background:url(skins/powerful/play_over2.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.text {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	font-weight: normal;
	color:#FFFFFF;
	text-transform: none;
}


.allinone_carousel.powerful .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.powerful .leftNav {
	position:absolute;
	left:-23px;
	width:110px;
	height:157px;
	background:url(skins/powerful/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.powerful .leftNav:hover {
	background:url(skins/powerful/leftNavON.png) 0 0 no-repeat;
}
.allinone_carousel.powerful .rightNav {
	position:absolute;
	right:-23px;
	width:110px;
	height:157px;
	background:url(skins/powerful/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.powerful .rightNav:hover {
	background:url(skins/powerful/rightNavON.png) 0 0 no-repeat;
}
.allinone_carousel.powerful .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	margin-left:-3px;
	z-index:140;
}
.allinone_carousel.powerful .bottomNavButtonOFF {
	float:left;
	display:block;
	width:13px;
	height:13px;
	background:url(skins/powerful/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_carousel.powerful .bottomNavButtonON {
	float:left;
	display:block;
	width:13px;
	height:13px;
	padding-left:9px;
	background:url(skins/powerful/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_carousel.powerful .bottomNavLeft {
	position:absolute;
	width:0px;
	height:35px;
	bottom:-10px;
	z-index:140;
}
.allinone_carousel.powerful .bottomNavRight {
	position:absolute;
	width:0px;
	height:35px;
	bottom:-10px;
	z-index:140;
}

.allinone_carousel.powerful .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(skins/powerful/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_carousel.powerful .bottomOverThumb img {
	border:4px solid #FFFFFF;
}



.hideElement {
	display:none;
}

/*----------------extra----------------*/
.box .tab-body .row{ margin:0px;}
.box .tab-body .row .col-md-6{ padding:10px 1px;}
.box .tab-body .nice-select .list{ max-height:110px;}
.header .phone .dropdown-menu{    left: 329px; min-width:100px;}
.header .phone a.dropdown-toggle{ color:#fff; margin-left:15px; padding:8px 12px; background-color:#3b307e; border:1px solid #fff; display:inline-block;}
header .logo{ width:auto;}
.slider{ height:auto;}
a{ text-decoration:none;}
.box .tab-content .tab-footer input[type="submit"], .box .tab-content .tab-footer button.submit{ display:inline-block; width:30%; float:right;}
.box .tab-content .tab-footer button.submit{ margin-top:10px;}
.box .tab-content .tab-footer:after{ content:''; clear:both; display:block;}
.datepicker{ transition:none;}
.cool .fa{transform:none;}
.box #fromtoall{ margin-top:10px;}
.box #fromtoall .col-md-4{ padding-bottom:7px;}
/*#hottle .row{ margin:0px -15px;}*/
#hottle .hagez .tab-pane .tab-pane, .hagez .tab-pane .tab-pane{ background-color:initial;}
.carousel-caption{ padding-bottom:80px;}
.cont button{ float:right;}
.cont .captcha{ float:left;}
textarea{ resize:none;}
.box ul.d-option li.active div.single{background-color: inherit;
background-color: inherit;
background-image: url("../img/00_03.jpg");
background-position: left center;
background-repeat: no-repeat;
border-color: transparent;
border-radius: 0;
color: #fff;
font-size: 13px;
padding: 6px 6px 6px 30px;}
.tab-pane .nav-tabs li, .tab-pane .nav-tabs li label{ cursor:pointer;}
#Main{ margin-top:42px !important; }

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@media (min-width: 600px){
#bannerBg{
	background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
	min-height: 350px;
}
}
@media (max-width: 600px){
#bannerBg{
	background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
	min-height: 150px;
}
}

#containingDiv {
	width:100%;margin:0 auto; padding: 0;	
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:100px; text-align:center;
}

@media screen and (min-width:1200px){
#bannerBg{
	background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
}
#containingDiv {
	width:960px;margin:0 auto; padding: 0;	
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:100px; text-align:center;
}
}

@media screen and (max-width:767px){
#bannerBg {
	background:url(preview_images/responsive/opportuneResponsive767.jpg) center top no-repeat;
}
#containingDiv {
	width:100%;margin:0 auto;padding:10px 0 0 0;	
}	
#bottomText {
	width:100%;font:14px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:50px; text-align:center;
}
}











/**
 * PgwSlider - Version 1.2
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

.pgwSlider {
    float: right;
    width: 100%;
}
@media (min-width: 768px){
.pgwSlider .ps-current {
    float: right;
    height: 500px;
    margin: 0;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
}
@media (max-width: 768px){
.pgwSlider .ps-current {
    float: right;
    height: 500px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
}

@media (min-width: 768px){
.pgwSlider .ps-current img {
    height: 500px;
    margin-right: 0;
    margin-top: 0px;
    max-width: 100%;
    min-height: 500px;
    min-width: 100%;
}
}

@media (max-width: 768px){
.pgwSlider .ps-current img {
    height: 200px;
    margin-right: 0;
    margin-top: 0px;
    max-width: 100%;
    min-height: 200px;
    min-width: 100%;
}
}

@media (min-width: 768px){
ul.pgwSlider, .pgwSlider > ul {
    background-image: none;
    border: medium none;
    float: right;
    list-style: none outside none;
    margin: -120px 15% 0 0;
    min-height: 70px;
    padding: 0px;
    width: 100%;
}
}
@media (max-width: 768px){
ul.pgwSlider, .pgwSlider > ul {
    background-image: none;
    border: medium none;
    float: left;
    list-style: none outside none;
    margin: 10px 0 0;
    min-height: 70px;
    padding: 0px;
    width: 100%;
}
}

@media (min-width: 768px){
ul.pgwSlider > li, .pgwSlider > ul > li {
    border: 1px solid #cdd29a;
    float: right;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-top: 0px;
    max-height: 85px;
    max-width: 85px;
    min-height: 85px;
    min-width: 85px;
    opacity: 0.8;
    overflow: hidden;
    position: relative;
    margin-right: 1px;
}
}

@media (max-width: 768px){
ul.pgwSlider > li, .pgwSlider > ul > li {
    border: 1px solid #cdd29a;
    float: left;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-top: 0px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    margin-right: 1px;
}
}


ul.pgwSlider a {
    background-color: #fff;
}
ul.pgwSlider > li:last-child, .pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}
.pgwSlider span {
    background-color: #000;
    bottom: 6px;
    color: #83b636;
    direction: ltr;
    display: block;
    font-family: em;
    font-size: 13px;
    left: 2px;
    min-width: 270px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: left;
    text-decoration: none;
}
.pgwSlider span:hover {
    color: #fff;
}
ul.pgwSlider > li span b, .pgwSlider > ul > li span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 194px;
    color: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    width: 100%;
}
ul.pgwSlider > li:hover, .pgwSlider > ul > li:hover {
    border: 1px solid #2f2677;
    box-shadow: 0 2px 10px #466a6a;
    opacity: 1 !important;
}
@media (min-width: 768px){
ul.pgwSlider > li img, .pgwSlider > ul > li img {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: 0;
    max-height: 85px;
    min-height: 85px;
    width: 85px;
}
}

@media (max-width: 768px){
ul.pgwSlider > li img, .pgwSlider > ul > li img {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: 0;
    max-height: 45px;
    min-height: 45px;
    width: 45px;
}
}



