/**
 * 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 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;*/
	/*-webkit-box-shadow: 0 0 5px #ccc;*/
	/*box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	/*left: -5px;*/
	background: #fff;

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

.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-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	bottom: 60px;
	z-index: 10;
}

.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: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.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-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*OUR SETTINGS*/
.bxslider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bxslider-overlay {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 485px;
	background-color: rgba(50,29,2,0.45);
	z-index: 2;
}
.bxslider-main-img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.bxslider-wrapper {
	padding: 75px 0 0px;
}

.bxslider-welcome {
	text-align: center;
	color: #f9fbfc;
	font-size: 24px;
	font-family: "Roboto Condensed",sans-serif;
}

.bxslider-title {
	padding-bottom: 20px;
	font-weight: 900;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 1;
}
.bxslider-sub-title {

}

.bxslider-descr {
	padding-bottom: 15px;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1;
}

.bxslider-btn-wrapper {}

.bxslider-btn-wrapper .btn {}
.bxslider-btn-wrapper .btn:after {}

.bx-controls {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	bottom: -25px;
	font-size: 0;
}

.bx-wrapper .bx-pager .bx-pager-item {

}

.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	background: #fdfcfc;
	opacity: 0.7;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {background: none;}

.bx-pager.bx-default-pager a.active {
	background: #94bb66 !important;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	opacity: 1;
}

.bx-controls-direction {}
.bx-controls-direction a {
	opacity: 0.7;
	background-color: #9c1408 !important;
	background-position: center !important;
	border-radius: 0;
}
.bx-controls-direction a:hover {
	opacity: 1;
}
.bx-controls-direction .bx-prev {background-image: url("../../images/bx_item_prev.png");}
.bx-controls-direction .bx-next {background-image: url("../../images/bx_item_next.png");}

/*OUR SETTINGS*/

/*ITEMS BX pics preview*/
.bx.item-pics-wrapper {}
.item-pics-wrapper .item-preview-pic {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bx.item-pics-wrapper .item-large-preview {}
.bx.item-pics-wrapper .item-large-preview {
	width: 100%;
	height: 450px;
	display: block;
	margin-bottom: 0;
	position: relative;
}
.bx.item-pics-wrapper .item-small-preview {}

.bx.item-pics-wrapper .big-pic-wrapper {}
.bx.item-pics-wrapper .big-pic-wrapper {
	margin-bottom: 20px;
}
.bx.item-pics-wrapper #bxslider-large {}
.bx.item-pics-wrapper #bxslider-large li {}
.bx.item-pics-wrapper #bxslider-large li.active {}
.bx.item-pics-wrapper #bxslider-large li a {}
.bx.item-pics-wrapper #bxslider-large li a:hover {}

/*control buttons*/
.bx.item-pics-wrapper .bx-controls {}
.bx.item-pics-wrapper .bx-controls-direction {}
.bx.item-pics-wrapper .bx-controls-direction a {
	display: block;
	background-color: rgba(0,0,0,0.78);
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	left:auto;
	right: auto;
	outline: 0;
	text-indent: -9999px;
	z-index: 10;
}
.bx.item-pics-wrapper .bx-controls-direction a:hover {
	background-color: rgba(0,0,0,0.88);
}

.bx.item-pics-wrapper .bx-controls-direction a.bx-prev {}
.bx.item-pics-wrapper .bx-controls-direction a.bx-next {}


.bx.item-pics-wrapper .big-pic-wrapper .bx-controls {}
.bx.item-pics-wrapper .big-pic-wrapper .bx-controls-direction {}
.bx.item-pics-wrapper .big-pic-wrapper .bx-controls-direction a{
	width:50px;
	height:40px;
	top: 50%;
	margin-top: -20px;
	background-size: 21px;
}
.bx.item-pics-wrapper .big-pic-wrapper .bx-controls-direction a:hover {}
.bx.item-pics-wrapper .big-pic-wrapper .bx-controls-direction a.bx-prev {
	background-image: url("../../images/bx_item_prev.png") !important;
	left: 3px;
}
.bx.item-pics-wrapper .big-pic-wrapper .bx-controls-direction a.bx-next {
	background-image: url("../../images/bx_item_next.png") !important;
	right: 3px;
}

.bx.item-pics-wrapper .small-pic-wrapper .bx-controls {}
.bx.item-pics-wrapper .small-pic-wrapper .bx-controls-direction {}
.bx.item-pics-wrapper .small-pic-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	top: 50%;
	margin-top: -15px;
	background-size: 15px;
	opacity: 0.8;
}
.bx.item-pics-wrapper .small-pic-wrapper .bx-controls-direction a:hover {
	opacity: 0.9;
}
.bx.item-pics-wrapper .small-pic-wrapper .bx-controls-direction a.bx-prev {
	background-image: url("../../images/bx_item_prev.png") !important;
	left: 10px;
}
.bx.item-pics-wrapper .small-pic-wrapper .bx-controls-direction a.bx-next {
	background-image: url("../../images/bx_item_next.png") !important;
	right: 10px;
}
/*control buttons*/

.bx.item-pics-wrapper {}
.bx.item-pics-wrapper .small-pic-wrapper {}
.bx.item-pics-wrapper .small-pic-wrapper .bx-wrapper {/*overflow: hidden;*/}
.bx.item-pics-wrapper .small-pic-wrapper .bx-viewport {/*overflow: visible;*/}
.bx.item-pics-wrapper #bxslider-pager {}
.bx.item-pics-wrapper #bxslider-pager li {
	opacity: 0.7;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	position: relative;
	z-index: 1;
}
.bx.item-pics-wrapper #bxslider-pager li:hover {
	opacity: 0.9;
	/*-webkit-transform: scale(1.3);*/
	/*-moz-transform: scale(1.3);*/
	/*-ms-transform: scale(1.3);*/
	/*-o-transform: scale(1.3);*/
	/*transform: scale(1.3);*/
	z-index: 2;
}
.bx.item-pics-wrapper #bxslider-pager li.active {
	opacity: 1;
}
.bx.item-pics-wrapper #bxslider-pager li a {
	width: 100%;
	height: 180px;
	margin-right: 0 !important;
	float: none !important;
	display: block;
}
.bx.item-pics-wrapper #bxslider-pager li a:hover {}

/*ITEMS BX pics preview*/