@charset "utf-8";
/* CSS Document */
@-ms-viewport{
	width: device-width;
}
* {	
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
 	box-sizing: border-box;
}
html, body {
    height: 100%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
	clear: both;
}
.imgresponsive {
	max-width:100%;
	margin:0px;
	height:auto;
}
.yellow-green {
		color:#ffff00;
}
.blue {
	color:#3aa0f6;
}
Body { 
	background: url(../images/bg-white.jpg) no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#252525;
}
#MainWrap { 
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -40px;
	position:relative;
}	
.push {
	height:40px;
	clear:both;
}
#HeaderWrap {
}
#Header {
	text-align:center;
	width:100%;
	margin: 0 auto;
	padding:20px;
}
#videowrap {
	text-align:center;
	width:960px;
	margin: 0 auto;
	padding:20px 0px;
}
#videoplayer {
	width:800px;
	margin:0 auto;
}
.container {
	width:960px;
	margin:0 auto;
	background:#fff;
}
#FooterWrap {
	position:relative;
	background:#1A1A1A;
	padding:10px 0px;
}
#Footer {
	width:100%;
	color:#eaebff;
	text-align:center;
	font-size:15px;
}


/* styles */

.section1-head {
	text-align:center;
	padding:30px 20px 0px;
	border-top:15px #3aa0f6 solid;

}
.section1-head  h1{
	font-size:3em;font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-style:italic;
	line-height:1.1em;
	letter-spacing:-.03em;
}
.bullet {
}
.bullet ul {
	list-style:none;
	padding:20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:center;
	align-items: stretch;
	align-content: flex-start;
}	
.bullet ul li {
	border:thin solid #E5E5E5;
	margin:10px;
	width:40%;
	padding:10px 20px 20px 20px;
}	
.bullet ul li:nth-child(9) {
	width:82%;
}
.bullet ul li:nth-child(even) {
}
.bullet ul li h2 {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	text-align:center;
}
.bullet ul li h3 {
	display:block;
	width:50%;
	margin:0 auto;
	margin-top:-20px;
	margin-bottom:10px;
	text-align:center;
	padding:15px;
	background:#FFFFFF;
	border:thin solid #DDDDDD;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;

}
.bullet ul li p{
	line-height:1.5em;
}
.bullet ul li img {
	display:block;
	width:50%;
	margin:0 auto;
	height:auto;
}
.section3 {
	text-align:center;
	padding:20px;
	background:#f9f9f9;
	margin-top:30px;
}
.section3 h1 {
	font-size:2em;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:-.03em;
}
.bonus {
}
.bonus-head {
	padding:0px 20px;
}
.bonus-badgehor {
	display:none;
}
.bonus-badge{
	float:left;
}
.bonus-section {
	width:90%;
	margin:0 auto;
	padding:30px;
}
.bonus-head h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-style:italic;
	color:#FFFFFF;
	font-size:2.1em;
	line-height:1em;
	padding:40px 20px 40px 300px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
	margin-bottom:0;
}
.bonus-section-img {
	text-align:center;
	width:35%;
	float:left;
}
.bonus-section-img img {
	max-width:100%;
	height:auto;
}
.bonus-section-copy {
	width:60%;
	padding:20px 0px;
	float: right;
}
.bonus-section-copy h2 {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:thin solid #CBCBCB;
}
.time-ad {
	text-align:center;
	padding:20px 10%;
	border-top:1px #f6f6f6 solid;
	border-bottom:1px #f6f6f6 solid;
}
.claims {
	background:#f9f9f9;
	text-align:center;
	padding:2% 15%;
}
.divider {
	height:1px;
	background:#cccccc;
	width:100%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}

@media only screen
and (min-width : 768px )
and (max-width : 980px ) {
	.container {
	width:760px;
	}
	.section1-head  h1{
	font-size:2.5em;
	}
	.bullet ul li {
	width:45%;
	}
	.bullet ul li:nth-child(9) {
	width:93%;
	}
	.bonus-section {
	width:90%;
	margin:0 auto;
	padding:20px 0px;
	}
	.bonus-section-img {
		text-align:center;
		width:30%;
		float:left;
	}
	.bonus-section-img img {
		max-width:100%;
		height:auto;
	}
	.bonus-section-copy {
		width:65%;
		padding:20px 0px;
		float: right;
	}
	.bonus-head h2 {
		padding:40px 20px 40px 250px;
}
}
@media only screen
and (min-width : 635px )
and (max-width : 767px) {
	.container {
	width:95%;
	}
	.section1-head  h1{
	font-size:2.25em;
	}
	.bullet ul li {
	width:45%;
	}
	.bullet ul li:nth-child(9) {
	width:93%;
	}
	.bonus-section {
	width:90%;
	margin:0 auto;
	padding:20px 0px;
	}
	.bonus-section-img {
		text-align:center;
		width:30%;
		float:left;
	}
	.bonus-section-img img {
		max-width:100%;
		height:auto;
	}
	.bonus-section-copy {
		width:65%;
		padding:20px 0px;
		float: right;
	}
	.bonus-head {
		padding:0px;
	}
	
	.bonus-head h2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:700;
		font-style:italic;
		color:#FFFFFF;
		font-size:2em;
		line-height:1em;
		padding:40px 20px 40px 0px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
		margin-bottom:0;
	}
}
@media screen
and (max-width : 634px ) {
	.container {
	width:95%;
	}
	.section1-head  h1{
	font-size:2em;
	}
	.bonus-section {
	width:90%;
	margin:0 auto;
	padding:20px 0px;
	}
	.bonus-section-img {
		text-align:center;
		width:100%;
		float:none;
	}
	.bonus-section-img img {
		max-width:50%;
		height:auto;
	}
	#collage-box-change {
		content:url(../images/3d_boxes-bonus1-hor.png);
		-webkit-content:url(../images/3d_boxes-bonus1-hor.png);
		-moz-webkit-content:url(../images/3d_boxes-bonus1-hor.png);
		max-width:635px;
		height:auto;
		margin-bottom:10px;
	}
	.bonus-section-copy {
		width:100%;
		padding:0px 0px;
		float: none;
	}
	.bonus-section-copy h2 {
		text-align:center;
	}
	.bullet ul {
		list-style:none;
		padding:20px;
		display: block;
		-webkit-flex-wrap: no-wrap;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;	
	}	
	.bullet ul li {
		width:95%;
		margin:0 auto;
		padding:10 20px 20px 20px;
		margin-bottom:20px;
	}
	.bullet ul li:nth-child(9) {
		width:95%;
		margin:0 auto;
		padding:10 20px 20px 20px;
		margin-bottom:20px;
}
	.bonus-bar {
		width:100%;
	}
	.bonus-head {
		text-align:center;
		padding:10px;
	}
	.bonus-head h2 {
		padding:30px 10px 20px 10px;
	}
	.bonus-badge {
		float:none;
		display:none;
	}
	.bonus-badgehor {
		display: block;
		width:80%;
		margin:0 auto;
		margin-bottom:-20px;
	}
}
@media screen and (max-width:489px) {
	.section3 h1 {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:-.03em;
}
	.bonus-head h2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:700;
		font-style:italic;
		color:#FFFFFF;
		font-size:1.8em;
		line-height:1em;
		padding:20px 10px 20px 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
		margin-bottom:0;
	}
	.bonus-section-img img {
		max-width:70%;
		height:auto;
	}
	
}
