/**
 * 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 {
	padding: 0;
	position: relative;
	margin: 0 auto;
}
.bx-wrapper img {
	display: block;
	max-width: 100%; 
	height: auto;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*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);
	z-index: 1;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-viewport ul {
	margin: 0;
	padding: 0;
}
.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 20px;
	bottom: -113px;
	width: auto;
	left: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bbb;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 3px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	cursor: pointer;
	z-index: 9999;
	position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none repeat scroll 0 0 #f26529;
	border: medium none;
	height: 5px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next {
	right: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: rgba(54, 54, 54, 0.4);
}
.bx-wrapper .bx-prev {
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bx-viewport:hover .bx-wrapper .bx-prev {
	left: 10px;
}
.bx-viewport:hover .bx-wrapper .bx-next {
	right: 1px;
	background: #526aff !important;
}
.bx-controls-direction {
	margin: 30px 0 0;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	display: inline-block;
	height: 50px;
	margin: 0;
	outline: 0 none;
	text-decoration: none !important;
	top: 0;
	width: 50px;
	z-index: 9;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(54, 54, 54, 0.95);
}
.bx-wrapper .bx-controls-direction a {
	border: 0 none;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	padding: 10px 0;
	transform-style: flat;
	position: absolute;
	background-color: rgba(54, 54, 54, 0.4);
	text-align: center;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a i {
	display: block;
}
.bx-wrapper .bx-controls-direction a.disabled {
	opacity: 0.6;
}
html .carousel-brand .bx-controls-direction a {
	background: none repeat scroll 0 0 #adadad;
	border: 1px solid #adadad;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 12px;
	position: absolute;
	top: 25px;
}
html .carousel-brand .bx-controls-direction a i {
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
html .carousel-brand .bx-controls-direction a.bx-next {
	background: #526aff !important;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 12px;
}
/* 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;
}
/* CUSTOM ARROW*/

.entry-thumbnail:hover .outside {
	opacity: 1;
}
.outside {
	opacity: 0;
	bottom: 0;
	position: absolute;
	right: 20px;
	z-index: 7777;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.outside span {
	background: none repeat scroll 0 0 #ffc300;
	border: 0 none;
	color: #fff !important;
	font-size: 18px;
	font-weight: normal;
	transform-style: flat;
	display: inline-block;
	height: 32px;
	margin: 0;
	outline: 0 none;
	text-decoration: none !important;
	top: 0;
	width: 32px;
	z-index: 9;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none !important;
}
.outside span i {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	color: #000;
	outline: medium none;
	text-decoration: none !important;
}
.outside span a {
	padding: 6px 12px;
	display: inline-block;
	color: #000;
	outline: medium none;
	text-decoration: none !important;
}
.outside span:hover {
	background: none repeat scroll 0 0 #526aff;
	color: #fff !important;
}
.outside span:hover i {
	color: #fff !important;
}
