#mainSlider {
	position: relative;
	height: 40em;
	overflow: hidden;
}
#mainSlider .container, #mainSlider .slide, #mainSlider .left, #mainSlider .right {
	height: 100%;
}
#mainSlider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainSlider .slide:not(:first-child) {
	display: none;
}
#mainSlider .left {
	float: left;
	width: 35%;
	padding-right: 4%;
}
#mainSlider .right {
	float: right;
	width: 65%;
	background-position: center;
	background-size: cover;
}
#mainSlider .arrows a {
	display: inline-block;
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	width: 1.7em;
}
#mainSlider .arrows a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#mainSlider h2 {
	font-size: 4em;
}
#mainSlider h3 {
	font-size: 2.2em;
}

#introWholesale {
	padding: 10em 0;
	background: #e9ece8 url(../images/intro2_bg.jpg) right 2.1% bottom no-repeat;
	background-size: auto 100%;
}
#introWholesale .left {
	float: left;
	width: 55%;
}
#introRetail {
	background: #e9ece8;
	padding: 5em 0;
}
#introRetail ul li {
	float: left;
	width: 14%;
	margin-right: 7.5%;
	font: 1.8em 'muli_bold';
}
#introRetail ul li:nth-child(5) {
	margin-right: 0;
}
#introRetail ul li p {
	margin-top: .7em;
}


@media screen and (max-width:768px) {
	#introWholesale {
		padding: 5em 0;
		background-size: 20em auto;
	}
	#introWholesale .left {
		width: 80%;
	}
}

@media screen and (max-width:740px) {
	#mainSlider {
		height: 50em;
	}
	#mainSlider .left, #mainSlider .right {
		height: 50%;
		float: none;
		width: auto;
	}
	#mainSlider .left {
		padding-right: 0;
		text-align: center;
	}
	#mainSlider h2 {
		font-size: 3em;
	}
}
	
@media screen and (max-width:640px) {
	#introWholesale {
		background: #e9ece8
	}
	#introWholesale .left {
		float: none;
		width: auto;
	}
	#introWholesale h2 {
		text-align: center;
	}
	#introRetail ul li {
		width: 28.33%;
	}
	#introRetail ul li:nth-child(5) {
		margin-right: 7.5%;
	}
	#introRetail ul li:nth-child(3) {
		margin-right: 0;
	}
	#introRetail ul li:nth-child(n+4) {
		margin-top: 2em;
	}
}

