html { -webkit-font-smoothing: antialiased; }
body{
	margin: 0;
	padding: 0;
}
.didot{
	font-family: Didot,"Times New Roman", Times, serif;
}
.helvetica{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}


/* VIDEO CONTAINER*/
#videocontainer{
	display: none;
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 0px;
	z-index: 9999999;
}
.vidheader{
	display: block;
	height: 0px;
	background: #000;
	float: right;
}
#vidclose{
	display: block;
	width: 24px;
	height: 24px;
	float: right;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 28px;
	cursor: pointer;
}
#vidplayer{
	display: block;
	background: #000;
	height: 390px;
	padding-top: 24px;
}

#vidplayer > iframe{
	postion: relative;
	height: 100%;
}

/* STOP VIDEO CONTAINER*/



.clear{
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#pcontent{
	display: block;	
	width: 100%;
	max-width: 738px;
	min-height: 200px;
	margin: 0 auto;
	background-color: #fff;
	overflow-x: hidden;
}

.playcontainer{
	display: block;	
	position: relative;
	width: 100%;
	height: 0px;
}
.playvideo{
	display: block;
	width: 10%;
	margin: 0 auto;
	padding-top: 32%;
	text-align:center;
}
.playvideo>img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.playbut{
	cursor: pointer;
}
.header{
	display: block;
	width: 100%;
	background: #eee;	
}
.hederimage{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hederimage > .lgimg{
	display: block;
	width: 100%;
}
.hederimage > .smimg{
	display: none;
}
.headertext{	
	display: block;
	width: 46%;
	position: relative;
	height: 0;
	float: left;
}
.htext{
	display: block;
	text-align: center;
	padding-top: 8%;
}
.ht1{
	display: block;
	font-size: 17px;	
	padding-bottom: 2%;	
	font-style: italic;
}
.ht2{
	display: block;
	font-size: 26px;
	padding-bottom: 2%;		
}
.ht3{
	display: block;
	font-size: 12px;
	max-width: 160px;
	margin: 0 auto;	
}
.ht4{
	display: block;
	font-size: 46px;
	padding-bottom: 2%;		
}





.prods{
	display: table;
	width: 100%;
	table-layout: fixed;
	
	background-image: url('../img/top-prods-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100% auto;
	
}
.prods > .rw{
	display: table-cell;
}
.pleft{
	width: 26%;
	text-align: right;
	vertical-align: middle;
}
.pcenter{
	width: 48%;
	vertical-align: bottom;
}
.pright{
	width:26%;
	text-align: left;
	vertical-align: middle;
}

.tableproducts{
	display: block;
	width: 100%;
	margin-top: -55%;
}

.shopbutbox{
	display: inline-block;
	width: 100%;
	max-width: 120px;
	min-width: 85px;
	padding: 2px;
	text-align: center;
}
.shoptext{
	font-size: 11px;
	letter-spacing: 0.5px;
}
.shopprice > .pn{
	font-size: 38px;
	letter-spacing: -1.5px;
}
.shopprice > .pd{
	font-size: 22px;
	letter-spacing: -1px;
	vertical-align: top;
}
.shopbut{
	display: inline-block;
	text-align: center;
	background: #000;
	color: #eee;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
	cursor: pointer;
}
.shopbut:hover{
	color: #fff;
}


.prodtexts{
	
	
	
}

.prodtexts{
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align:center;
}
.prodtexts > .rw{
	display: table-cell;
}
.ptitle{
	display: block;
	margin-bottom: 10px;
}
.ptext{
	font-size: 14px;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 10px;
}
.hr{
	display: block;
	width: 12%;
	height: 3px;
	background: #333;
	margin: 5px auto;
}




.bonustitle{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f4f4f4;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bonusimages{
	display: table;
	width: 100%;
	table-layout: fixed;
	min-height: 90px;	
}
.bonusimages > .tw{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: bottom;
}
.bonusimages > .tw > img{
	display: inline-block;
	margin-top: -8%;
}

.bonusleft{
	border-right: solid 5px #fff;	
	background-image: url('../img/bonus-bg-left.png');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: auto 100%;
}
.bonusright{
	border-left: solid 5px #fff;
	background-image: url('../img/bonus-bg-right.png');
     background-repeat: no-repeat;
    background-position: top right;
	background-size: auto 100%
}




.newprod{
	display: table;
	width: 100%;
	table-layout: fixed;
	min-height: 90px;
	background: #faf5f4;
	margin-top: 10px;	

	background-image: url('../img/new-elegance-bg.jpg');
     background-repeat: no-repeat;
    background-position: top left;
	background-size: auto 100%;

}
.newprod > .tw{
	display: table-cell;	
	text-align: center;
	vertical-align: middle;
}
.npleft{
	width: 60%;
}
.smlogom{
	display: none;
}

.nptable{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.npimage{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.npimage > img{
	display: inline-block;
	width: 100%;
	max-width: 152px;
}
.npcta{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;	
}
.npcta > a{
	margin-top: 10px;
}



.npright{
	width: 40%;
}
.newptitle{
	display: block;
	margin-bottom: 10px;
}
.newptext{
	font-size: 13px;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 10px;
}


.bestsellerbox{
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #080a0c;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bestsellerbox > .tw{	
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;	
}
.bsleftbox{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.bsleftbox > .tw{
	display: table-cell;
	width: 50%;
	vertical-align: middle;	
}
.bstext > div{
	display: block;
	padding: 20px;	
}

.shopbutblack{
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
	cursor: pointer;
}
.shopbutblack:hover{
	background: #eee;
}

.bsright{
	overflow: hidden;
}
.bsright > img{
	display: block;
	margin-top: -5%;
	margin-bottom: -20%;
	margin-left: -8%;
	width: 115%;
}


/* ACTIVATE AT 400px MOBILE */
.mprods{
	display: none;
	
}
.mprods.bg1{
	background-image: url('../img/bgm-1.jpg');
     background-repeat: no-repeat;
    background-position: top;
	background-size: 100% auto;
}
.mprods.bg2{
	background-image: url('../img/bgm-2.jpg');
     background-repeat: no-repeat;
    background-position: top;
	background-size: 100% auto;
}
.mimgcta{
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.mimgcta > .tw{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.mtext{
	text-align: center;	
}
.smtext{
	font-size: 12px;
	margin-top: 10px;
}
.mimg > img{
	margin-top: -55%;
	width: 110%;
	max-width: 227px;
}




@media only screen and (max-width : 560px) {
	#videocontainer{
		width: 96%;		
	}
	#vidplayer{
		height: 320px;
	}
	
	.ht1{
		font-size: 14px;
		padding-left: 6px;
		padding-right: 6px;
	}
	.ht2{
		font-size: 22px;
		padding-left: 6px;
		padding-right: 6px;		
	}
	.ht3{
		font-size: 10px;
		padding-left: 6px;
		padding-right: 6px;
	}
	
}

@media only screen and (max-width : 520px) {
	.bestsellerbox > .tw.bsleft{
		width: 65%;
	}
	.bestsellerbox > .tw.bsright{
		width: 35%;
	}
	.bstext > div {
		display: block;
		padding: 10px;
	}
}







/* MOBILE */
@media only screen and (max-width : 450px) {
	
	.bestsellerbox > .tw.bsleft{
		display: block;
		width: 100%;
	}
	.bestsellerbox > .tw.bsright{
		display: block;
		width: 100%;
	}
	.bstext > div {
		display: block;
		padding: 10px;
	}
	
	
	.newprod{
		display: block;
		background-image: url('../img/new-elegance-bg.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}
	.newprod > .tw.npleft{
		display: block;
		width: 100%;
	}
	.newprod > .tw.npright{
		display: none;
	}
	.npcta{
		padding: 10px;
	}
	.smlogom{
		display: block;
	}
	.npleft{
		width: 40%;
	}
	.npimage{
		width: 40%;
		vertical-align: bottom;
	}
	
	.playvideo{
		width: 15%;
		padding-top: 53%;
	}
	
	.headertext{
		width: 100%;
	}
	.hederimage > .smimg{
		display: block;
		width: 100%;
	}
	.hederimage > .lgimg{
		display: none;
	}
	.ht1{
		font-size: 16px;
		padding-left: 6px;
		padding-right: 6px;
	}
	.ht2{
		font-size: 28px;
		padding-left: 6px;
		padding-right: 6px;		
	}
	.ht3{
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.playbut{
		display: block;
		width: 16%;
		margin: 0 auto;
		padding-top:64%;
		text-align:center;
	}
		
}


@media only screen and (max-width : 400px) {
	.prods, .prodtexts, .bonustitle, .bonusimages{
		display: none;	
	}
	.mprods{
		display: block;	
	}
	
}


@media only screen and (max-width : 290px) {

	#vidplayer{
		height: 240px;
	}
	
	.ht1{
		font-size: 14px;
		padding-left: 6px;
		padding-right: 6px;
	}
	.ht2{
		font-size: 21px;
		padding-left: 6px;
		padding-right: 6px;		
	}
	.ht3{
		font-size: 10px;
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (max-width : 200px) {
	#vidplayer{
		height: 200px;
	}
	
}




















