/* CSS Document */

/*---------Typography------*/
.accP-h1,
.accP-h2,
.accP-heading-large
{
	font-family: 'Conv_AvenirLTStd-Heavy';
	color:#fff;
	display:block;
	font-weight:bold;
}

.accP-h1
{
	font-size:60px;
}
.accP-h2
{
	font-size:34px;
	margin-bottom:10px;
	letter-spacing:-1px;
}
.accP-heading-large
{
	text-transform:uppercase;
	font-size:75px;
}
.black-text
{
	color:#000;
}
.center-text
{
	display:block;
	width:100%;
	text-align:center;
}
.thin-txt
{
	font-family: 'Conv_AvenirLTStd-Light';
	font-weight:normal;
}
.accP-details
{
	font-family: 'Conv_AvenirLTStd-Light';
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
	background:url(../images/acc-images/arrow.png) no-repeat center bottom;
	padding-bottom:30px;
	margin:50px auto 0 auto;
	display:block;
	text-align:center;
}
.accP-buynow 
{
    border: 8px solid #ffffff;
    color: #ffffff;
	text-align:center;
	height: 216px;
    width: 216px;	
	padding:52px 30px 0 30px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	display:block;
	font-size:38px;
	text-decoration:none;
	cursor:pointer;
	font-family: 'Conv_AvenirLTStd-Light';
	margin-top:30px;
}
.accP-orange-bg
{
	background-color: #ff6633;
}
.accP-green-bg
{
	background-color: #99cc33;
}
.accP-blue-bg
{
	background-color: #52c7ea;
}
.accP-black-bg
{
	background-color:#000; 
}

/*Filter Section**********************************************/

/*
****Filter header
*/
.accP-filter-header
{
	width:100%;
	padding:65px 0;
	position:relative;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	font-family: 'Conv_AvenirLTStd-Light';
}
.accP-filter-header .accP-bag
{
	background:url(../images/acc-images/filter-pic.png) no-repeat;
	width:498px;
	height:639px;
	position:absolute;
	right:0;
	top:0;
}
.accP-titlebar
{
	width:100%;
	background:#4c4c4c;
	padding:50px 0;
	overflow:hidden;
	margin:157px 0 80px 0;
}
.accP-heading
{
	width:50%;
	float:left;
}
.accP-filter-header .accP-details,
.accP-mb2e-header .accP-details
{
	margin:50px 0 0 120px;	
	float:left;
}
.accP-filter-header .accP-bag .accP-buynow,
.accP-mb2e-header .accP-mb .accP-buynow
{
	position:absolute;
	left:50%;
	top:50%;
	margin:-30px 0 0 -130px;
}
/*End Filter Section*****************************************/
/*Intro Section**********************************************/
.accP-intro
{
	padding:90px 0;
	width:100%;
	clear:both;
	font-family: 'Conv_AvenirLTStd-Light';
	font-weight:normal;
}
.accP-intro p,
.accP-intro ul li
{
	
	font-size:28px;
	line-height:42px;
	color:#000;
}

.accP-intro ul
{
	margin:0;
}
.accP-intro ul li
{
	background:url(../images/acc-images/bullet.png) no-repeat left 12px;
	margin-left:0;
	padding-left:20px;
	margin-bottom:15px;
}
.accP-intro .accP-h2
{
	margin-bottom:40px;
}
.accP-intro.mb p,
.accP-intro.mb ul li
{
	color:#FFF;
}

.accP-intro.mb ul li
{
	background:url(../images/acc-images/white-bullet.gif) no-repeat left 12px;
}
/*Intro Section**********************************************/

/*Tips Section**********************************************/
.accP-tips
{
	width:100%;
	overflow:hidden;
}
.accP-tips.filter
{
	background:url(../images/acc-images/filter-bg-2.jpg) no-repeat;
	background-size:cover;
}
.accP-tips-left
{
	float:left;
	width:50%;
	background:rgba(0,0,0,0.7);
	display:block;
	min-height:850px;
	padding:60px 0 90px 0;
}
.accP-tips-content
{
	float:right;
	margin:0px 60px 0 0;
	width:60%;
	color:#FFF;
	font-family: 'Conv_AvenirLTStd-Light';	
}
.accP-tips-content p
{
	line-height:42px;
	font-size:24px;
}
/*Tips Section**********************************************/

/*Recommend Section**********************************************/

.accP-recom-section,
.accp-owner-section
{
	width:100%;
	overflow:hidden;
	padding:70px 0;
}
.accP-recom-section .thumbnail-container
{
	width:700px;
	margin:50px auto;
}
/*Recommend Section**********************************************/
/*Base Recipe Section**********************************************/
.accP-base-recipe
{
	padding:70px 0;
	text-align:center;
}
.accP-base-recipe ul
{
	margin:50px 0;
}
.accP-base-recipe li{
	text-align: center;
	display: inline-block;
	float: none;
}
/*Base Recipe Section**********************************************/
.accP-bottom
{
	width:100%;
	overflow:hidden;
	
}
.accP-bottom.filter
{
	background:url(../images/acc-images/filter-bg-3.jpg) no-repeat;
	background-size:cover;
	height:900px;
	position:relative;
}
.accP-bottom .accP-buynow
{
	position:absolute;
}
.accP-bottom.filter .accP-buynow
{
	left:55%;
	top:40%;
}
.accP-purify-label
{
	position:absolute;
	left:20%;
	top:40%;
}

/*MB2E Section**********************************************/


.accP-mb2e-header
{
	
	background:url(../images/acc-images/bg-img-3.jpg) no-repeat top center;
	background-size:cover;
	overflow:hidden;
	position:relative;
	padding:30px 0;
}

.accP-mb2e-header .accP-titlebar
{
	background:rgba(0,0,0,0.7);
}
.accP-mb2e-header .accP-mb

{
	background:url(../images/acc-images/mb-image.png) no-repeat top center;
	background-size:cover;
	width:531px;
	height:630px;
	position:absolute;
	right:100px;
	bottom:0;
}
.accP-tips.mb2
{
	background:url(../images/acc-images/mb-right-img.jpg) no-repeat top right;
	background-size:60%;
	padding-top:0px;
	padding-bottom:0px;

}
.accP-tips.mb2 .accP-tips-left
{
	background:#99cc33;
	padding:80px 0;
	min-height:290px;
}
.accP-tips.mb2 .accP-tips-left p
{
	color:#000;
	font-size:23px;
	}

/*Owner Section**********************************************/

.accp-owner-section 
{
	padding-bottom:90px;
}

.accp-owner-section .accP-buynow

{
	border-color:#99cc33;
	font-size:22px;
	width:183px;
	height:183px;
	padding:68px 0 0 0;
	float:left;
	margin:-60px 41px 0 140px;

}
.accp-owner-section .accP-recom-section
{
	padding:80px 0 15px 0;
	margin-top:30px;
}

.accp-owner-section .accP-recom-section .accP-h2
{
	line-height:25px;
	font-size:25px;
}

.accp-owner-section .accP-buynow:hover
{
	color:#FFF;
}
.accp-owner-green-txt
{
	color:#99cc33;
}
/*Owner Section**********************************************/
.accP-bottom.mb2
{
	background:url(../images/acc-images/bg-img-5.jpg) no-repeat;
	background-size:cover;
	height:620px;
	position:relative;
	padding-bottom:120px;
}

.accP-bottom.mb2 .accP-buynow
{
	right:5%;
	top:53%;
	position:absolute;
}
.accP-bottom.mb2 .accP-purify-label
{
	position:absolute;
	left:16%;
	top:8%;
}
.accP-bottom.mb2 .accP-purify-label img
{
	max-width:100%;
	height:auto;
}
/*MB2E Section**********************************************/

/*Glove Section**********************************************/
.accP-glove-header
{
	background:url(../images/acc-images/glove.jpg) no-repeat center center;
	width:100%;
	padding:65px 0;
}
.accP-glove-header .accP-titlebar
{
	background:rgba(0,0,0,0.7);
}
.accP-glove-header .accP-buynow
{
	float:right;
	margin-top:10px;
}
.accP-glove-header .accP-heading
{
	width:48%;
}
.accP-bottom.glove
{
	background:url(../images/acc-images/bg-img-2.jpg) no-repeat center center;
	background-size:cover;
	height:700px;
	clear:both;
	position:relative;
}
.accP-bottom.glove .accP-buynow
{
	left:50%;
	top:50%;
	margin:-108px 0 0 -108px;
}
.accP-bottom.glove .accP-purify-label
{
	position:absolute;
	left:100px;
	top:0;
}
/*Glove Section**********************************************/
