/**
 * 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;
	*zoom: 1;
	max-height: 892px;
	z-index: 995;
	top: -100px;

}

.bx-wrapper img {
	width: 100%;

}

.bx-product1 {
	position: absolute;
	z-index: 996;
	top: 60%;
	right: 16%;
	width: 320px;
	display: none;
}

.bx-product2 {
	position: absolute;
	z-index: 997;
	top: 56%;
	right: 3%;
	width: 400px;
	display: none;
}

.bx-wrapper li .slideimg {

	padding-bottom: 200px;
}

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

.bx-wrapper .bx-viewport {
	/*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: relative;
	bottom: 260px;
	width: 100%;
	padding-bottom: 1em;
}

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

}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-top: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;

}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

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

}

/*  */

.bx-wrapper .bx-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 36%;
	bottom: 36%;
	color: #FFFFFF;
	font-weight: 700;
	min-width: 40%;

}

.bx-wrapper .bx-caption-img {

	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 70px;

}

.bx-wrapper .bx-caption-img img {
	height: 100%;
	width: auto;

}

.small-caption {
	/*padding-bottom:.4em; */
	font-weight: 700;
	font-size: 1.8em;
	letter-spacing: 2px;
	width: auto;
	margin: 0 auto;
	text-shadow: 1px 1px 2px black;
	text-align: center;
	display: none;
}

.medium-caption {
	/*padding-top:.8em; */
	font-weight: 700;
	font-size: 2.6em;
	letter-spacing: 2px;
	padding: .3em;
	width: auto;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	display: none;
}

.big-caption {
	line-height: 1em;
	font-weight: 700;
	font-size: 6em;
	letter-spacing: 2px;
	width: auto;
	margin: 0 auto;
	padding-bottom: .1em;
	text-align: center;
	text-shadow: 3px 3px 12px black;
	display: none;
}

.cucarda_left {
	position: absolute;
	z-index: 100;
	top: 168px;
	left: 0;
	width: 210px;
	height: 210px;

}

.cucarda_right {
	position: absolute;
	z-index: 100;
	top: 168px;
	right: 0;
	width: 210px;
	height: 210px;

}

.cucarda_right img,
.cucarda_left img {
	width: 100%;
}



.slidevideo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	right: 50%;
	left: 50%
}

.img-opacity {
	opacity: 0
}

.slidevideo video {
	bottom: 185px;
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 177.77777778vh;
	/* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw;
	/* 100 * 9 / 16 */
}

.img-desktop {
	display: block;
}

.img-mobile {
	display: none;
}

@media screen and (max-width: 1760px) {

	.bx-product1 {
		/*top: 60%;*/
		right: 16%;
	}

	.bx-product2 {
		/*top: 56%;*/
		right: 2%;
	}

}

@media screen and (max-width: 1620px) {

	.bx-wrapper .bx-caption {
		top: 30%;
	}

	.bx-wrapper {

		max-height: 780px;
	}

	.bx-product1 {
		top: 57%;
		right: 18%;
	}

	.bx-product2 {
		top: 52%;
		right: 2%;
	}


}

@media screen and (max-width: 1490px) {
	.bx-product1 {
		top: 55%;
		right: 15%;
		width: 260px;
	}

	.bx-product2 {
		top: 50%;
		right: 1%;
		width: 340px;
	}

	/*.bx-wrapper .bx-caption {
		top: 28%;
	}*/
	.bx-wrapper {

		max-height: 690px;
	}


	.cucarda_left,
	.cucarda_right {

		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width: 1340px) {

	.bx-wrapper {
		max-height: 580px;
	}

	.bx-product1 {
		top: 55%;
		right: 16%;
		width: 260px;
	}

	.bx-product2 {
		top: 50%;
		right: 0;
		width: 340px;
	}

}

@media screen and (max-width: 1240px) {

	.bx-wrapper {
		max-height: 540px;
	}

	.bx-product1 {
		top: 54%;
		right: 15%;
		width: 245px;
	}

	.bx-product2 {
		top: 50%;
		right: 0;
		width: 300px;
	}
}

@media screen and (max-width: 1160px) {

	.cucarda_left,
	.cucarda_right {

		top: 158px;
		width: 150px;
		height: 150px;

	}


	.bx-wrapper .bx-caption {
		/*top: 22%;*/
	}




	.bx-product1 {
		top: 54%;
		right: 16%;
		width: 245px;
	}

	.bx-product2 {
		top: 50%;
		right: 0;
		width: 300px;
	}

	/*.bx-wrapper .bx-pager {
	    
	    text-align:left;
	    width: auto;
	    left:0;
	    max-width:100%;
	    padding-left:80px;
	}*/


	.small-caption {

		font-size: 1.45em;

	}

	.medium-caption {

		font-size: 2.1em;

	}

	.big-caption {

		font-size: 4.8em;

	}





}

@media screen and (max-width: 1024px) {


	.cucarda_left,
	.cucarda_right {

		top: 68px;


	}

	.bx-wrapper {
		height: 640px;
		max-height: 640px;
	}


	.bx-product1 {
		top: 50%;
		right: 17%;
		width: 230px;
	}

	.bx-product2 {
		top: 47%;
		right: 0;
		width: 280px;
	}


	.bx-wrapper {

		top: -10px;
	}


	.bx-wrapper .bx-caption {

		top: 26%;
		bottom: 26%;
		min-width: 40%;

	}

}


@media screen and (max-width:950px) {


	.cucarda_left,
	.cucarda_right {

		top: 50px;


	}

	.bx-wrapper .bx-caption {

		top: 22%;
		bottom: 22%;
		/*min-width:40%;*/

	}

	.bx-wrapper {

		top: 10px;
	}


}

@media screen and (max-width:860px) {

	.cucarda_left,
	.cucarda_right {

		top: 0;
		width: 130px;
		height: 130px;

	}

	.bx-product1 {
		top: 50%;
		right: 20%;
		width: 220px;
	}

	.bx-product2 {
		top: 47%;
		right: 0;
		width: 272px;
	}



	.bx-wrapper li .slideimg {

		padding-bottom: 160px;
	}


	.bx-wrapper {

		top: 60px;
	}

	.bx-wrapper .bx-caption {

		top: 18%;
		bottom: auto;
		/*min-width:40%;*/

	}


	.small-caption {

		font-size: 1.2em;

	}

	.medium-caption {

		font-size: 1.75em;

	}

	.big-caption {

		font-size: 4.1em;

	}

	.bx-wrapper .bx-caption-img {


		height: 60px;

	}




}

@media screen and (max-width:760px) {

	.bx-wrapper .bx-caption-img {

		padding-left: 1em;
		text-align: left;
		padding-bottom: .5em;

	}

	.img-desktop {
		display: none;
	}

	.img-mobile {
		display: block;
	}

	.bx-product1 {
		top: 53%;
		right: 22%;
		width: 210px;
	}

	.bx-product2 {
		top: 48%;
		right: 0;
		width: 262px;
	}


	.big-caption {
		text-align: left;
		font-size: 4.3em;
		padding-left: .4em;
	}

	.medium-caption {
		text-align: left;
		font-size: 2em;
		padding-left: 1em;

	}

	.small-caption {
		text-align: left;
		font-size: 1.4em;
		padding-left: 1.5em;

	}


	.bx-wrapper {

		top: 60px;
	}

	.bx-wrapper .bx-caption {

		top: 21%;
		bottom: auto;

		/*min-width:40%;*/

	}




	.bx-wrapper .bx-pager {
		/* margin-top: 4.5em;
		text-align: left;
		top: -695%;
		padding-left: 1.4em; */
		display: none;

	}

	/*.bx-wrapper .bx-pager.bx-default-pager a {
	    
	    width: 9px;
	    height: 9px;
	    margin: 0 5px;

		}*/
}



@media screen and (max-width:670px) {


	.big-caption {
		text-align: left;
		font-size: 3.8em;
		padding-left: .4em;
	}

	.medium-caption {
		text-align: left;
		font-size: 1.8em;
		padding-left: 1em;

	}

	.small-caption {
		text-align: left;
		font-size: 1.3em;
		padding-left: 1.5em;

	}


	.bx-wrapper .bx-caption {

		top: 16%;


	}




	.cucarda_left,
	.cucarda_right {

		top: 0;
		width: 120px;
		height: 120px;

	}





}

@media screen and (max-width:580px) {


	.bx-wrapper li .slideimg {
		width: 120%;
	}


	.bx-product1 {
		top: 52%;
		right: 22%;
		width: 170px;
	}

	.bx-product2 {
		top: 48%;
		right: 0;
		width: 208px;
	}



	.bx-wrapper .bx-caption {

		width: 98%;


	}


	.big-caption {

		font-size: 3.3em;
		padding-left: .4em;
	}

	.medium-caption {

		font-size: 1.5em;
		padding-left: 1em;

	}

	.small-caption {

		font-size: 1.2em;
		padding-left: 1.5em;

	}

	.bx-wrapper .bx-caption-img {


		height: 50px;

	}



}

@media screen and (max-width:520px) {




	.big-caption {

		font-size: 2.5em;
		padding-left: .4em;
	}

	.medium-caption {

		font-size: 1.2em;
		padding-left: 1em;

	}

	.small-caption {

		font-size: .9em;
		padding-left: 1.3em;

	}

	.bx-product1 {
		top: 50%;
		right: 25%;
		width: 170px;
	}

	.bx-product2 {
		top: 46%;
		right: 0;
		width: 208px;
	}


	.bx-wrapper li .slideimg {
		width: 138%;
	}





}


/* fix height */

@media screen and (max-width: 1024px) {
	.bx-wrapper {
		max-height: 520px;
	}
}

@media screen and (max-width: 950px) {
	.bx-wrapper {
		max-height: 490px;
	}
}

@media screen and (max-width: 760px) {
	.bx-wrapper {
		max-height: 520px;
	}
}

@media screen and (max-width: 520px) {
	.bx-wrapper {
		max-height: 460px;
	}
}