/*
 * Easy Slider Widget ( Pro )
 * Frontend Layout & Style
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/


/* Images */	
.jssort01 .w img, .jssort02 .w img, .jssort03 img {
	margin: 0px !important;
	}

.sldrimg {
	border-radius: 0px !important;
	color: #191919 !important;
	max-width : inherit !important;
	margin: 0px !important;
	padding: 0px !important;
	}
	
.ewic-wid-imgs {
	width: 100%;
	max-width: 100%;
	height: auto;
	}
	
/* FlexSlider */
.ewic-slider-pro-widget {
	display: block;
	background: none !important;
	border: none !important
}

.ewic-slider-pro-widget.ready_to_show {
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.10);
	border: 4px solid #fff !important;
}

.flex-direction-nav a:before {
	color: rgba(57, 57, 57, 0.8) !important;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon" !important;
	font-size: 24px !important;
}

.flex-direction-nav a {
	outline: none !important;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
					
.flex-caption {
  position: absolute;
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.53);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0 !important;
}
	
#latest-box .bx-controls-auto {
	display: none !important;
	}	
	
#latest-box {
	padding: 5px;
	position: relative;
	}
	
#latest-box .bx-caption {
	font-size:14px;
	text-align:center;
	margin-bottom: 0px !important;
	bottom: 0px;
	background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.60) !important;
	}

/* Lightbox */	
.lb-closeContainer{
	top: 10px;
}

.lb-number {
	/* display: none !important; */
	}
	
.ewc_close {
	z-index:9995;
	}
	

/* License Notification */
		
#ewic-license-logo-front{
	width:57%;
	border: solid 1px #DDD;
	padding:10px;
	margin: 0 auto;
}

.ewic-activatelicensekey {
	border-radius: none !important;
	box-shadow: none !important;
	width:32px;
	height:32px;
	vertical-align:middle;
	margin-right:10px;
}	

.ewic-frontactivatenot {
	color:red;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.ewic-center { clear: both; display: block; text-align:center; margin-left: auto; margin-right: auto; }
.sliderpreloader {width:100% !important; height:32px !important; background:url(../images/assets/ajax-loader.gif) center center no-repeat !important; text-align:center;}

.ppt {display:none !important;}

.ajax-share {
			background:url(../images/assets/ajax-share.gif) center center no-repeat #ffffff !important;
			background: #333;
			}			
			
/* Caption */	
			
.captionBlack {
	text-align: center;
	width:auto;
	max-width: 90%;
        }
		
.captionBlack .capholder {
	width:auto !important;
	display: inline-block;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
    border-radius: 4px;
    color: #fff;
	font-size: 16px !important;
	font-weight:bold;
	font-family: verdana;
	background: #000;
	border: solid 1px #999;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
}

.slider_notice {
	padding: 15px 15px 20px 15px;
	border: 1px solid #e3e3e3;
	margin: 10px 0 10px 0;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}

.slider_notice_logo {
	display: block !important;
	position: relative;
	margin: 0 auto;
	font-size: 55px !important;
	color: #bbb;
	height: auto !important;
	width: auto !important;
}

.slider_notice_note {
	display: block;
	margin-bottom: 10px;
}

.apply_stt {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  background: #3498db;
  padding: 7px 23px 7px 23px;
  text-decoration: none;
}

.apply_stt:hover {
  background: #31a1e6;
  text-decoration: none;
}