@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Oswald|Raleway|Roboto');
@font-face {
    font-family: 'coalhandluke_avonregular';
    src: url('fonts/chl_avon-webfont.eot');
    src: url('fonts/chl_avon-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/chl_avon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	background: #fff;	
}

/*BBO POPUP*/
#bbopopup {
    display: none;
    width: 960px;
    height: 450px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -225px;
    z-index: 999999999;
}
#bbomask {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 99999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#closepopup {
    display: block;
    width: 960px;
    height: 40px;
}
.closepopupx {
    display: block;
    width: 60px;
    height: 40px;
    float: right;
    text-align: center;
    color: #555;
    background: #fff;
    font-size: 24px;
    line-height: 40px;
    font-family: arial;
    cursor: pointer;
}
.closepopupx:hover {
    color: #000;
    background: #eee;
}
#BBO_iframeContent {
    display: none;
    width: 960px;
    height: 410px;
}

.bbob{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	height: 22px;
	background: #ec008c;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	
}
.bbob:hover{
	background: #c90278;
}
/*STOP BBO POPUP*/


#pcontent{
	display: block;
	width: 100%;
	max-width: 733px;
	/*max-width: 833px;*/
	margin: 0 auto;	
}
.clear{
	display: block;
	clear: both;	
}

.gentitle > .smtitle{
	display: block;
	text-align: center;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 3px;
	
}
.gentitle > .lgtitle{
	display: block;
	text-align: center;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	line-height: 31px;
	margin-top: 3px;
	margin-bottom: 26px;
}
.stepcount{
	display: block;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 18px;	
	text-align: center;
}
.stepq{	
	display: block;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	line-height: 18px;	
	margin-top: 10px;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}
#steps{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
.step{
	display: none;
	text-align: center;
	margin-top: 20px;
}
.stepelement{
	display: inline-block;
	margin: 4px;
	min-width: 130px;
	max-width: 233px;
	width: 100%;
	cursor: pointer;
	background: #fff;
	vertical-align: top;

}
.stepelement > .sarrow{
	display: block;
	width: 100%;
	height: 40px;	
	background: #fff;
	text-align: center;
}
.stepelement > .image{
	display: block;
	width: 100%;
	max-height: 280px;	
	min-height: 253px;	
}
.stepelement > .image > img{
	display: block;
	width: 100%;	
}

.stepelement > .btext{
	display: block;
	background: #fff;
	text-align: center;	
	font-family: 'Open Sans', Avantgarde, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: lighter;
	line-height: 22.4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	text-transform: uppercase;
}
.btext span:hover{
	border-bottom: 2px solid #ff0092;
	color:#ff0092;
}
.bottom-buttons{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	line-height: 20.4px;
	text-align: center;
}
.reload{
	display: block;
	width: 50%;
	float: left;
	cursor: pointer;	
}
.seeall{
	display: block;
	width: 50%;
	float: right;
	cursor: pointer;
}
.reload img{
	margin-top: -2px;
	vertical-align: text-top;	
}
.seeall img{
	margin-top: -2px;
	vertical-align: text-top;	
}
.extlink{
	text-decoration: none;
	color: #000;
	
}


/*RESULTS*/
.a1a{
	color: #fff;
	background: #99a59b;	
	border-color: #fff;
}
.a1b{
	color: #fff;
	background: #dabaa5;	
	border-color: #fff;
}
.a2a{
	color: #fff;
	background: #61414c;	
	border-color: #fff;
}
.a2b{
	color: #fff;
	background: #393430;	
	border-color: #fff;
}
.b1a{
	color: #4b494a;
	background: #e3d8c2;	
	border-color: #fff;
}
.b1b{
	color: #fff;
	background: #ceb3a2;	
	border-color: #fff;
}
.b2a{
	color: #fff;
	background: #a9c887;	
	border-color: #fff;
}
.b2b{
	color: #fff;
	background: #a89da1;	
	border-color: #fff;
}
.c1a{
	color: #fff;
	background: #c35173;	
	border-color: #fff;
}
.c1b{
	color: #fff;
	background: #9d6a3b;	
	border-color: #fff;
}
.c2a{
	color: #fff;
	background: #33383c;	
	border-color: #fff;
}
.c2b{
	color: #fff;
	background: #3d3e39;	
	border-color: #fff;
}
.leftimage{
	dsplay: block;
	float: left;
	width: 50%;	
}
.leftimage > img{
	dsplay: block;
	width: 100%;
}
.righttext{
	dsplay: block;
	float: right;
	width: 50%;
}
.restitle{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 2px solid;
}
.restitle > .t1{
	display: block;
	margin-top: 30px;
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.restitle > .t2{
	display: block;
	margin-top: 10px;
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.restitle > .t3{
	display: block;
	font-family: "coalhandluke_avonregular", Avantgarde, sans-serif;
	text-transform: lowercase;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
.restext{
	display: block;
	padding-top: 24px;
	padding-bottom: 55px;
	margin-left: 20px;
	margin-right: 20px;	
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weigh: 100;
}
.resbuttons{
	display: block;
	width: 50%;
	float: right;
	margin-top: -50px;	
	text-align: center;
	vertical-align: top;
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.lm{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border: 2px solid #fff;	
	text-decoration: none;	
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.buynow{
	display: inline-block;
	padding: 10px;
	background: #000;
	border: 2px solid #000;
	text-decoration: none;	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
}

@media only screen and (max-width : 640px) {
	.gentitle > .smtitle{
		font-size: 18px;
		line-height: 20px;
	}
	.gentitle > .lgtitle{
		font-size: 22px;
		line-height: 24px;
	}
	.stepcount{
		font-size: 14px;
		line-height: 16px;	
	}
	.stepq{	
		font-size: 14px;
		line-height: 16px;
	}
	.stepelement > .btext{
		padding-top: 6px;
		font-size: 18px;
		line-height: 20px;
	}
	.bottom-buttons{
		font-size: 15px;
		line-height: 17px;
	}
	.reload img{
		margin-top: -4px;		
	}
	.seeall img{
		margin-top: -4px;	
	}
	
	.restitle > .t1{
		margin-top: 20px;
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	.restitle > .t2{
		margin-top: 8px;
		font-size: 26px;
		letter-spacing: 0.7px;
	}
	.restitle > .t3{
		margin-top: 8px;
		font-size: 24px;
		line-height: 26px;
		letter-spacing: 0.3px;
	}
	.restext{
		padding-top: 18px;
		font-size: 14px;
		line-height: 16px;
	}
	.resbuttons{
		font-size: 12px;
		letter-spacing: 0.7px;
	}
	
}

@media only screen and (max-width : 550px) {
	.restitle > .t1{
		margin-top: 16px;
		font-size: 12px;
		letter-spacing: 0.1px;
	}
	.restitle > .t2{
		margin-top: 6px;
		font-size: 18px;
		letter-spacing: 0.4px;
	}
	.restitle > .t3{
		margin-top: 5px;
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 0.2px;
	}
	.restext{
		padding-top: 12px;
		font-size: 13px;
		line-height: 15px;
	}
	.resbuttons{
		font-size: 11.5px;
		letter-spacing: 0.8px;
	}
	
	
}

/*min width*/
@media only screen and (max-width : 336px) {
	#pcontent{
		display: block;
		width: 320px;
	}
	
	
}


















