/**
 * 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
===================================*/
/** .bxslider
===================================*/

.bxslider1 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.bxslider1 .slide-content {
	width: 35%;
	padding: 80px 0 0 10%;
	color: #ffffff;
	display: block;
	z-index: 9997;
	text-align: left;
}
.bxslider1 .slide-content p {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.0em;
	margin: 0 0 25px 0;
}
.bxslider1 h1 {
	font-size: 70px;
	text-transform: uppercase;
	line-height: 1.0em;
	font-weight: 700;
	color: #FFF;
}
.bxslider1 .slide-content a {
	font-size: 16px;
	color: #ffffff;
	background-color: #009ebb;
	display: inline-block;
	padding: 10px 40px 10px 40px;
}
.bxslider1 .slide-content a:hover {
	text-decoration: none;
	background: #04759a;
}
.bx-wrapper {
	margin-left: 0px !important;
	/*background: #dbebf3;*/
}
.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);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 550px;
	width: 100%;
	border: 0px solid #f00;
	text-align: center;
}

/* 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 {
	/*
	font-size: .85em;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	z-index: 9998;
	*/
}
.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: #009ebb;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}
/* 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;
}

/** .bxsliderCarousel1
===================================*/
.bxsliderCarousel1 {
	position: absolute;
	top: 0px;
}
.carousel_item {
	min-height: 440px;
	text-align: left;
	width: 260px !important;
}
.carousel_item img {
	width: 100%;
	margin-bottom: 10px;
}
.carousel_item .date {
	font-size: 14px;
}
.product_list_item {
	min-height: 440px;
	text-align: center;
}
.carousel_item h3,.product_list_item h3 { 
	font-size: 22px;
	line-height: 28px;
	padding-top: 5px;
	min-height: 70px;
}
.carousel_item h3 a,.product_list_item h3 a {
	color: #0a498a;
	text-decoration: none;
}
.carousel_item h3 a:hover,.product_list_item h3 a:hover {
	color: #4689ce;
	text-decoration: none;
}
.carousel_item p,.product_list_item p {
	margin-top: 15px;
	padding-top: 0px;
	font-size: 18px;
	color: #000;
	letter-spacing: 0px;
	font-weight: 700;
}
.carousel_item p a,.product_list_item p a {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 32px;
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	background-image: url(/images/design/icon-cart-small.png);
}
.carousel_item p a:hover,.product_list_item p a:hover {
	color: #4689ce;
	text-decoration: none;
}
.product_list_item img {
	width: 100%;
	max-width: 260px;
	
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(/images/arrows.png) no-repeat 0 -60px;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url(/images/arrows.png) no-repeat -32px -60px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0px 0px;
}
.bx-wrapper .bx-next:hover {
	background-position: -32px 0px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 310px;
	outline: 0;
	width: 32px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}








/* ==================================================
#Media Queries
================================================== */

	@media only screen and (min-width: 747px) {
		.bxslider1 .slide-content {
		position: absolute;
		top: 0px;
		}
	}

	@media only screen and (max-width: 1500px) {	
		.bxslider1 h1 {
			font-size: 60px;
			line-height: 60px !important;
		}
	}

	@media only screen and (max-width: 1300px) {	
		
		.banner-offset {
			background: #fff;
		}
		.bx-viewport {
			
			
		}
		.bx-wrapper .bx-pager,
		.bx-wrapper .bx-controls-auto {
			/*top: 600px;*/ /*530px*/
		}
		.bx-wrapper .bx-controls-direction a {
			bottom: 225px;
		}
		.bxslider1 a {
			top: 0px;
		}
		.bxslider1 h1 {
			font-size: 50px;
			line-height: 34px !important;
			color: #fff !important;
			margin: 0 0 10px 0;
		}
		.bxslider1 .slide-content {
			text-align: center !important;
			width: 100% !important;
			padding: 80px 0 0 0;
			margin: 0 auto !important;
			position: absolute;
			right: 0px;
			left: 0px;
			z-index: 99;
		}
		.bxslider1 .slide-content p {
			font-size: 26px !important;
			line-height: 1.2em;
			margin: 0 0 25px 0;
			color: #fff;
		}
		.carousel_item {
			width: 300px !important;
		}
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
				
		.banner-offset {
			
		}
		.bxslider1 .slide-content {
			/*top: 80px;
			height: 380px !important;*/
		}
		.carousel_item {
			width: 230px !important;
		}
		.carousel_item img {
			width: 100%;
		}
		.bx-wrapper .bx-controls-direction a {
			bottom: 250px;
		}
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		
		.banner-offset {
			
		}
		.bx-viewport {
			
		}
		.bxslider1 {
			
		}
		.bx-wrapper .bx-pager,
		.bx-wrapper .bx-controls-auto {
			top: 650px;
		}
		.bxslider1 h1 {
			font-size: 34px;
			line-height: 1.2em !important;
			margin: 0 0 5px 0;
		}
		.bxslider1 .slide-content {
			padding: 60px 0 0 0;
		}
		.bxslider1 .slide-content p {
			font-size: 24px !important;
			margin: 0 0 25px 0;
		}

		.bx-wrapper .bx-pager {
			/*
			padding-top: 20px;
			top: -10px;
			*/
		}
		.bx-wrapper .bx-controls-direction a {
			bottom: 260px;
		}
		.motto {
			font-size: 20px;
			line-height: 22px;
			letter-spacing: 1px;
		}
		.carousel_item {
			width: 420px !important;
		}
	}
	@media only screen and (max-width: 420px) {

		.bxslider1 h1 {
			font-size: 26px;
			line-height: 1.2em !important;
			margin: 0 0 0px 0;
		}
		.bxslider1 .slide-content {
			padding: 30px 0 0 0;
		}
		.bxslider1 .slide-content p {
			font-size: 20px !important;
			margin: 0 0 25px 0;
		}
		
	}