/* sliderbasic CSS - start */
img.lazy {
	max-width: 100%;
	display: inline-block;
	min-width: 48px;
	min-height: 48px;
	width: 100%;
}
img.lazy,
li img.t_lazy {
	background-repeat: no-repeat;
	background-image: url("../img/ajax-loader.gif");
}
.centeralignment {
	text-align: center;
}

div.bjqs {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
	float: left 
}

div.bjqs-slide {
	position: absolute;
	display: none;
	margin: 0;
	overflow: hidden;
}
/* .bjqs-slide-inner {
	text-align: center;
	position: absolute;
	top: 0;
	right: -200%;
	bottom: 0;
	left: -200%;
} */
.bjqs-slide-inner {
	text-align: center;
	width: 100%;
/* position: absolute;*/
}
.bjqs-slide-inner img {
	width: 100%;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background: none;
}
ol.bjqs-markers li, 
ol.bjqs-markers li a {
	display: inline-block;
}

ol.bjqs-thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
}

ul.bjqs-thumb_controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-thumb_controls.v-centered li a {
	position: absolute;
}
ul.bjqs-thumb_controls.v-centered li.bjqs-thumb_next a {
	right: 0;
}
ul.bjqs-thumb_controls.v-centered li.bjqs-thumb_prev a {
	left: 0;
}

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

ol.bjqs-dotmarkers {
	margin: 0;
	bottom: 0;
	position: absolute;
	display: block;
	padding: 2%;
	width: 96%;
}
ol.bjqs-dotmarkers li {
	display: inline;
}
ol.bjqs-dotmarkers li a {
	display: inline-block;
}

/* sliderbasic CSS - end*/

/* sliderstyle CSS - start*/

ul.bjqs-controls li.disable, 
ul.bjqs-thumb_controls li.disable {
	display: none;
}

ol.bjqs-dotmarkers li a.active-dotmarker,
ol.bjqs-dotmarkers li a:hover,
ol.bjqs-markers li a.active-marker, 
ol.bjqs-markers li a:hover {
	background: #f8f8f8;
}

ul.bjqs-controls.v-centered li a {
	display: block;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-decoration: none;
	z-index: 50;
}
ul.bjqs-controls.v-centered li a:hover {
	background: rgba(255,255,255,0.5);
}

p.bjqs-caption {
	background: rgba(255,255,255,0.5);
}

ul.bjqs-dotmarkers {
	text-align: center;
	list-style: circle;
}
ol.bjqs-dotmarkers li a {
	padding: 5px 5px;
	margin: 2px;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 7px;
}

ol.bjqs-thumbnails li {
	text-align: center;
	opacity: 0.7;
}
ol.bjqs-thumbnails li.active-thumbnail, 
ol.bjqs-thumbnails li:hover {
	opacity: 1.0;
	border-color: #C96F0E;
}

ul.bjqs-thumb_controls.v-centered li a {
	display: block;
	padding: 3px;
	background: #fff;
	color: #000;
	text-decoration: none;
}
ul.bjqs-thumb_controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}

ol.bjqs-markers {
	background: #c9c9c9;
}
ol.bjqs-markers li {
	position: relative;
	margin: 0;
	background: #c9c9c9;
}
ol.bjqs-markers li.active-marker a {
	background: #f9f9f9;
}
ol.bjqs-markers li a {
	text-decoration: none;
	text-align: center;
	background: #fff;
	color: #000;
	overflow: hidden;
	font-size: 0.8em;
	font-weight: normal;
	box-sizing: border-box !important;
}
ol.bjqs-markers .active-marker:after, 
ol.bjqs-markers .active-marker:before {
	bottom: 100%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ol.horizontal {
	height: 50px;
	top: 0;
	position: absolute;
}
ol.horizontal li a {
	height: 100%;
	width: inherit !important;
	margin: 0px 1px;
}
ol.horizontal li a .first-line , 
ol.horizontal li a .second-line {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ol.horizontal li a .first-line {
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	font-weight: bold;
}
ol.horizontal li a .second-line {
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 5px 10px;
}
ol.horizontal li:first-child a {
	margin-left: 0px;
}
ol.horizontal li:last-child a {
	margin-right: 0px;
}
ol.horizontal .active-marker a {
	border-bottom: 3px solid #0381E4;
}
ol.horizontal .active-marker:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFFFFF !important;
	left: 50%;
	margin-left: -5px;
}

ol.verticle {
	float: left;
}
ol.verticle li {
	width: 100%;
	display: list-item !important;
	min-height: 40px;
}
ol.verticle li a {
	width: 100%;
	height: inherit !important;
	margin: 1px 0px;
}
ol.verticle li:first-child a {
	margin-top: 0px;
}
ol.verticle li:last-child a {
	margin-bottom: 0px;
}
ol.verticle .active-marker a {
	border-right: 3px solid #0381E4;
}
ol.verticle .active-marker:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #fff;
	left: -6px;
	top: 50%;
	margin-top: -6px;
}

/* sliderstyle CSS - End*/

#banner-slide {
	margin: 0 auto 10px;
}
.bjqs-slide img,
.bjqs-thumbnails li img {
	border: none !important;
	border-radius: 0 !important;
}
.bjqs-thumbnails li {
	margin: 2px;
	padding: 0;
	border: 3px solid #FFF;
	border-radius: 5px;
}
.bjqs-slide-thumbnails {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bjqs-thumbnails-slide a,
.bjqs-thumbnails-slide a img {
	width: inherit;
	height: inherit;
} 