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

/* Jssort Caption Positions */
.capt-top-left {
	left: 20px;
}

.capt-top-right {
	right: 20px;
}

.capt-bottom-left {
	left: 20px;
}

.capt-bottom-right {
	right: 20px;
}

/* RTL Mode */
.rtl .capt-top-left {
	right: 20px;
	left: auto;
}

.rtl .capt-top-right {
	left: 20px;
	right: auto;
}

.rtl .capt-bottom-left {
	right: 20px;
	left: auto;
}

.rtl .capt-bottom-right {
	left: 20px;
	right: auto;
}

/* Social Share Button */
.sospos_soctopleft {
	top: 6px;
	left: 6px;
	right: auto;
}

.sospos_soctopright {
	top: 6px;
	right: 6px;
	left: auto;
}

.sospos_socbotleft {
	bottom: 6px;
	left: 6px;
	right: auto;
}

.sospos_socbotright {
	bottom: 6px;
	right: 6px;
	left: auto;
}

/* RTL Mode */
.rtl .sospos_soctopleft {
	top: 6px;
	right: 6px;
	left: auto;
}

.rtl .sospos_soctopright {
	top: 6px;
	left: 6px;
	right: auto;
}

.rtl .sospos_socbotleft {
	bottom: 6px;
	right: 6px;
	left: auto;
}

.rtl .sospos_socbotright {
	bottom: 6px;
	left: 6px;
	right: auto;
}

.capt-bottom-block {
	width: 100% !important;
	max-width: 100% !important;
}

.capt-bottom-block .capholder {
	display: block !important;
	border-radius: 0 !important;
	border: none !important;
}

/* FlexSlider */
.ewic-slider-pro-widget {
	display: none;
	background: none !important;
	border: none !important;
	margin-bottom: 0px !important;
	overflow: hidden !important;
}

.ewic-slider-pro-widget .slides {
	height: 100%;
}

.flex-control-nav,
.flex-direction-nav {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.flex-direction-nav {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 999;
}

.flex-direction-nav li {
	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: 100%;
	padding: 2% 2% 2% 4%;
	left: 0;
	right: auto;
	bottom: auto;
	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 !important;
	margin: 0 !important;
}

.rtl .flex-caption {
	right: 0;
	left: auto;
	padding: 2% 4% 2% 2%;
}

#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;
}

li.ewic-slider {
	padding: 0 !important;
}

.ewic-slider a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ewic-wid-imgs {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.flexslider .slides>li {
	border: none !important;
}

/* Lightbox */
.lb-closeContainer {
	top: 10px;
}

.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;
}

@media (max-width: 768px) {
	.flexslider .slides img {
		width: auto !important;
		margin: 0 auto !important;
		display: block;
	}
}