@import 'https://fonts.googleapis.com/css?family=Fjalla+One|Source+Sans+Pro:400,200,300,600';
body{
	margin:0px;
	font-family: 'Source Sans Pro', sans-serif;
}
.mainBtn{
	display:block;
	padding:10px;
	color:white;
	background:black;
	border: 1px solid black;
	text-decoration:none;
	cursor:pointer;
	border-radius:5px;
}
.mainBtn:hover{
	background:rgba(255,255,255,0.5);
	color:black;
}
.contentContainer{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
}

.productHeaderContainer{
	width:100%;
}
.productHeaderWrapper{
	width:95%;
	max-width:1000px;
	margin:auto;
	padding:12px 0px 7px 0px;
	border-bottom:1px solid rgb(220,220,220);
}
.productHeaderWrapper h1{
	font-size:2em;
	font-weight:300;
	letter-spacing:2px;
	margin:0px;
	display:inline-block;
}
.productHeaderWrapper .btn{
	float:right;
	margin-top:7px;
	font-size: 14px;
	display:inline-block;
}

.prev{
	position:absolute;
	top:190px;
	z-index:2;
}
.next{
	position:absolute;
	top:190px;
	right:0px;
	z-index:2;
}



/*__________________________________________PRODUCT_________________________________________________*/
.center div{
	text-align:center;
}
.center img{
	margin:auto;
	width:350px;
}
.center .slick-slide{
	opacity :0.5;
}
.center .slick-center{
	opacity :1;
}
.contentPar{
	width:95%;
	max-width:1000px;
	margin:auto;
	text-align:center;
	margin-top:50px;
	letter-spacing:1px;
	line-height: 150%;
}
.productDetailWrapper{
	position:relative;
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
}
.productDetailWrapper.px800{
	max-width:800px;
}
.productDetailWrapper h2{
	font-size:2.5em;
	font-weight:300;
}
.productDetailWrapper p{
	letter-spacing:1px;
	line-height: 150%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.productImage{  
	vertical-align:middle;
	display:inline-block;
	width:50%;
	text-align:center;
    box-sizing: border-box;
}
.productImage img{
	height:100%;
}
.productDetail{
	vertical-align:middle;
	display:inline-block;
	height:auto;
	width:50%;
    box-sizing: border-box;
	padding: 0px 50px;
}
.productDetail h3{
	margin-top:0px;
	font-size:2.5em;
	font-weight:600;
}
.imgCenter{
	width:100%;
	text-align:center;
}
@media screen and (max-width: 900px)
{
	
.productDetailWrapper{
	margin-top:0px;
}
.productDetailWrapper.px800{
	max-width:initial;
}
.left, .right{
	clear:both;
}
.productImage, .productDetail{ 
	width:100%;
	height:auto;
	clear:both;
	display:block;
}
.productDetail{
	padding:initial;
	margin-top:40px;
}
.productImage{
	margin-top:40px;
}
.productDetailBox{
	position: relative;
	top: initial;
	transform: initial;
}
.productImage img{
	width:95%;
	max-width:450px;
	height:initial;
}
.productImage .hImage{
	width:initial;
	height:400px;
}
}
/*__________________________________________PRODUCT_________________________________________________*/