@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Archivo+Narrow:400,700";

@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two|Roboto+Condensed:400,700,400italic,700italic);

body { 
	font: normal 16px/21px Arial,Helvetica,sans-serif;
	color: #212121;
	background: #e8e8e8;
	margin: 0;
	padding: 0;
}

img.scale-with-grid {
		max-width: 100%;
		height: auto; 
}
img.white-border {
    border: 3px #fff solid;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.container { 
	max-width: 890px;
	margin: 0 auto;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.65);
}

.content {
	background: #fff;
    padding: 10px 57px 27px 57px;   
}

.topsection {
		margin: -27px -67px 20px;
		background: #c0000c;
		background: -moz-linear-gradient(top,  #c0000c 0%, #900009 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0000c), color-stop(100%,#900009));
		background: -webkit-linear-gradient(top,  #c0000c 0%,#900009 100%);
		background: -o-linear-gradient(top,  #c0000c 0%,#900009 100%);
		background: -ms-linear-gradient(top,  #c0000c 0%,#900009 100%);
		background: linear-gradient(to bottom,  #c0000c 0%,#900009 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0000c', endColorstr='#900009',GradientType=0 );
	    box-shadow: 0 0 4px 0 rgba(0,0,0,0.69);
		position: relative;
		padding: 27px 0px;
}
	
.topsection .left:after, .topsection .right:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
}

.topsection .left:after {
	left: 0;
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-color: transparent #000 transparent transparent;
}
.topsection .right:after {
	right: 0;
    bottom: -10px;
    border-width: 10px 10px 0 0;
    border-color: #000 transparent transparent;
}


.content p {
    margin-bottom: 20px;
}

h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
	letter-spacing:-1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
h2 { font-size: 37px; line-height: normal; font-weight: 700;  }
h3 { font-size: 32px; line-height: normal; font-weight: 700; }
h4 { font-size: 21px; line-height: normal; font-weight: 400; }

h2.headline { font-size: 51px; text-align:center;margin-bottom:5px; }
h3.headline { font-size: 38px; text-align:center; font-weight: 400; }
h3.headline2 { font-size: 30px; text-align:center; font-weight: 400; }
h3.subheadline { font-size: 32px; margin-top: 5px; text-align:center; font-weight: 700; }

.topsection h2 { color: #FFFF33; text-align:center; font-size: 82px; line-height: 82px; margin: 0px 0px 20px; text-shadow: 1px 1px #000; }
.topsection h3 { color: #FFF; font-size: 52px; line-height: 1.15em; text-align:center; margin: 0px; text-shadow: 1px 1px #000; }

.alignright { float: right; margin-left: 20px; margin-bottom: 20px; }
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }

.highlight { background: #FFFF66; padding: 2px 5px; }
.highlight2 {
background: #ffeb00;
border-bottom: solid 1px rgba(0, 0, 0, 0.07);
border-right: solid 1px rgba(0, 0, 0, 0.07);
padding: 4px 6px 3px 6px;
text-transform: none;
}
.red { color: #C00; }
.darkred { color: #900; }
.blue { color: #326295; }
.green { color: #2c9a65; }
.purple { color: #810082; }
/*.yellow { color: #FFFF33; }*/
.yellow { color: #ffeb00; }

.factbox {
	border: 1px dotted #666;
	padding: 10px 20px;
	background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #fcf2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcf2f2));
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcf2f2 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#fcf2f2 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#fcf2f2 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#fcf2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcf2f2',GradientType=0 );
}

.wrongforyou { background: #fee6e6; border: 1px solid #f20d0d; padding: 10px 20px; }

#footer { 
	padding: 15px 0px; 
	margin-bottom: 25px; 
	max-width: 850px;
	margin: 0 auto;
}
#footer p { font-size: 12px; color: #666; }
#footer p a { color: #666; }
#footer p a:hover { color: #000; }
#footer .leftside { width: 50%; float: left; }
#footer .rightside { width: 50%; float: right; text-align:right; }
#footer .references { border-top: 1px dotted #666; padding-top: 15px; }
#footer .references h4 { color: #666; margin-top: 0px; font-weight: 400; letter-spacing: normal; }

.didyouknow { 
	width: 380px; 
	background: #CCC; 
	margin: 20px -67px 20px 50px;
	color: #FFF;
}
.didyouknow .inside {
	position: relative;
    z-index: 2;
    margin-top: -20px;
    padding: 20px 20px 15px 28px;
    /*background: #568ddc;*/
	background: #326295;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.69);
}
.didyouknow .inside:before, .didyouknow .inside:after {
	display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.didyouknow .inside:before {
	top: -10px;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #25486e;
}
.didyouknow .inside:after {
	bottom: -10px;
    border-width: 10px 10px 0 0;
    border-color: #25486e transparent transparent;
}
.didyouknow h3 { color: #FFF; margin: 0; font-family: 'Shadows Into Light Two', cursive; letter-spacing: normal; font-weight: 400; }
.didyouknow h3.yellow { color: #ffeb00; text-shadow: 1px 1px #000; }

.phasebar { width: 400px; margin: 20px 50px 20px -67px; color: #FFF; }
.phasebar .inside { position: relative; z-index: 3; margin-top:-20px; padding: 20px 20px 15px 28px; 
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.69); 
	background: #c0000c;
	background: -moz-linear-gradient(top,  #c0000c 0%, #900009 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0000c), color-stop(100%,#900009));
	background: -webkit-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: -o-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: -ms-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: linear-gradient(to bottom,  #c0000c 0%,#900009 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0000c', endColorstr='#900009',GradientType=0 );
}
.phasebar.lean .inside {
	background: #499900;
	background: -moz-linear-gradient(top,  #86d800 0%, #499900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86d800), color-stop(100%,#499900));
	background: -webkit-linear-gradient(top,  #86d800 0%,#499900 100%);
	background: -o-linear-gradient(top,  #86d800 0%,#499900 100%);
	background: -ms-linear-gradient(top,  #86d800 0%,#499900 100%);
	background: linear-gradient(to bottom,  #86d800 0%,#499900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86d800', endColorstr='#499900',GradientType=0 );
}

.phasebar.build .inside {
	background: #333333;
	background: -moz-linear-gradient(top,  #666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #666 0%,#333333 100%);
	background: -o-linear-gradient(top,  #666 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #666 0%,#333333 100%);
	background: linear-gradient(to bottom,  #666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86d800', endColorstr='#333333',GradientType=0 );
}

.phasebar .inside:before {
	display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
}
 
.phasebar .inside:before { left:0; border-width: 0 10px 10px 0; border-color: transparent #000 transparent transparent; }
.phasebar h3 { color: #FFF; margin: 0; }

.leftcol { width: 50%; float: left; }
.rightcol { width: 50%; float: right; }

.techniques {
	margin: 0 -57px 20px;
	padding: 0px 60px 20px 60px;
	box-shadow: 0 4px 6px 0px rgba(0,0,0,0.25);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}

.bannerred {
	background: #c0000c;
	background: -moz-linear-gradient(top,  #c0000c 0%, #900009 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0000c), color-stop(100%,#900009));
	background: -webkit-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: -o-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: -ms-linear-gradient(top,  #c0000c 0%,#900009 100%);
	background: linear-gradient(to bottom,  #c0000c 0%,#900009 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0000c', endColorstr='#900009',GradientType=0 );
	padding: 20px 60px 20px 60px;
	margin: 0px -67px 20px;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.69);
}

.banner { 
	background: #4ab61f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#4ab61f 0%,#3a8d19 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4ab61f),color-stop(100%,#3a8d19));
    background: -webkit-linear-gradient(top,#4ab61f 0%,#3a8d19 100%);
    background: -o-linear-gradient(top,#4ab61f 0%,#3a8d19 100%);
    background: -ms-linear-gradient(top,#4ab61f 0%,#3a8d19 100%);
    background: linear-gradient(to bottom,#4ab61f 0%,#3a8d19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ab61f',endColorstr='#3a8d19',GradientType=0);
	padding: 20px 60px 20px 60px;
	margin: 0px -67px 20px;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.69); 
}
.banner h3, .bannerred h2 { margin: 0px; color: #FFF; text-shadow: 1px 1px #000; text-align:center; }

.banner .left:before, .banner .left:after, .banner .right:before, .banner .right:after, .bannerred .left:before, .bannerred .left:after, .bannerred .right:before, .bannerred .right:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.banner .left:before, .banner .left:after, .bannerred .left:before, .bannerred .left:after { left: 0; }
.banner .right:before, .banner .right:after, .bannerred .right:before, .bannerred .right:after { right: 0; }

.banner .left:before, .bannerred .left:before {
    top: -10px;
    border-width: 10px 10px 0 0;
    /*border-color: transparent #333 transparent transparent;*/
	border-color: transparent;
}
.banner .left:after, .bannerred .left:after {
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-color: transparent #333 transparent transparent;
}
.banner .right:before, .bannerred .right:before {
    top: -10px;
    border-width: 10px 0 0 10px;
    /*border-color: transparent transparent transparent #333;*/
	border-color: transparent;
}
.banner .right:after, .bannerred .right:after {
    bottom: -10px;
    border-width: 10px 10px 0 0;
    border-color: #333 transparent transparent;
}
.wisedecision { 
	background: #fffaea;
	padding: 20px 60px 20px 60px;
	margin: 0px -67px 20px;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.69);
}

.recap { background: #eef8e7;
	padding: 20px 60px 20px 60px;
	margin: 0px -67px 20px;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(68,133,15,0.69);
}
.recap h4, .wisedecision h4 { margin-top: 0px; color: #212121; font-weight: 700; font-size: 2em; }
.recap .left:before, .recap .left:after, .recap .right:before, .recap .right:after, .wisedecision .left:before, .wisedecision .left:after, .wisedecision .right:before, .wisedecision .right:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.recap .left:before, .recap .left:after, .wisedecision .left:before, .wisedecision .left:after { left: 0; }
.recap .right:before, .recap .right:after, .wisedecision .right:before, .wisedecision .right:after { right: 0; }
.recap .left:before, .wisedecision .left:before {
    top: -10px;
    border-width: 10px 10px 0 0;
    border-color: transparent #999 transparent transparent;
}
.recap .left:after, .wisedecision .left:after {
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-color: transparent #999 transparent transparent;
}
.recap .right:before, .wisedecision .right:before {
    top: -10px;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #999;
}
.recap .right:after, .wisedecision .right:after {
    bottom: -10px;
    border-width: 10px 10px 0 0;
    border-color: #999 transparent transparent;
}

ul.greencheck3, ul.red-x, ul.asterisk {
    margin: 0px;
	list-style: none;
}
ul.asterisk li {
    margin-bottom: 15px;
    padding-top: 4px;
    padding-left: 35px;
    min-height: 30px!important;
    background: url(images/asterisk.png) no-repeat 0 0;
}
ul.greencheck3 li {
    margin-bottom: 15px;
    padding-top: 4px;
    padding-left: 35px;
    min-height: 30px!important;
    background: url(images/greencheck3.png) no-repeat 0 0;
}
ul.red-x li {
    padding: 0 0 20px 30px;
    background: url(images/red-x.png) no-repeat 0 3px;
    /*font: bold 21px/23px Arial,helvetica,sans-serif;*/
}

.notebox { background: #e8e8e8; padding: 0px 20px; border: 1px dotted #666; margin-right: 15px; margin-top: 20px; }
.rightcol .notebox { margin-right: 0px; margin-left: 15px; }
.notebox h3 {
	font-family: 'Shadows Into Light Two', cursive;
    letter-spacing: normal;
    font-weight: 400;
	margin: 0px;
}

.warningbox {
	width: 75%;
	margin: 35px auto 0px;
    border: 3px solid #FC3;
    padding: 5px 75px 5px 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #fffaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#fffaea));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#fffaea 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#fffaea 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#fffaea 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%,#fffaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#fffaea',GradientType=0 );
}
.warningbox h3 { margin: 0; }

.guaranteebg { 
	background: url(images/guaranteebg1b.jpg) top center no-repeat;
	padding: 65px 70px 65px;
	min-height: 429px;
}
.guaranteebg p { margin-top: 8px; }
.guaranteebg h3 { margin: 0px; }
.guaranteebg h4 { margin: 0px; font-weight: 400; letter-spacing: normal; }

.totalcontrol {
	margin: 0 -57px 20px;
    padding: 1px 60px 20px 60px;
    box-shadow: 0 4px 6px 0px rgba(0,0,0,0.25);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eef8e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef8e7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eef8e7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eef8e7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eef8e7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eef8e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef8e7',GradientType=0 );
}

#wait_coupon_apply{	
		clear: both;	
		display: none;
	}
	#price_p{
		font-family: cursive;
		font-size:30px;
		margin-bottom: 0;
	}
	#price_p1{
		font-family: cursive;
		font-size:40px;
		margin-left: -200px;
		font-weight: bold;
		margin-top: 0;
	}
	
	#wait_coupon_message{
		width: 400px;
		margin: 0 auto;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
			padding-top: 30px;
		padding-bottom: 30px;
	}
	#wait_coupon_message h2{
   		font-size:32px;
   }
	#wait_coupon_message h3{
   		font-size:28px;
   }
	#wait_coupon_message_details{
		display: none;
}

.coverbox {
    margin: 50px -37px 50px -37px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
    border: 2px solid #900;
    padding: 15px 25px;
    margin-bottom: 30px;
    background: #ffffff;
	min-height: 275px;
}
.coverbox h4 { margin: 0px 0px 15px; font-size: 32px; }

.topsection{padding: 20px !important;}
.clear {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;
}
.fb-like{margin-bottom: 30px;}

.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 9999999;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
html.popup-open .popup{
	opacity: 1;
	visibility: visible;
}
.popup-container{
	background-color: #fff;
	max-width:350px;
	width: 95%;
	position:fixed;
	display: block;
	top: 30px;
	left: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%,-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.popup-container h3{
	margin-top:15px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.popup-container p{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}
.popup-container .popup-btn{
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#021462;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:3% 5%;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.popup-container .popup-btn:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.popup-container .no-thanks{
	text-decoration: underline;
	text-transform: none;
	font-size: 13px;
}
.popup-close{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 10px;
	font-family: Arial;
	font-size: 17px;
	background-color: #d1d1d1;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.content { padding: 20px; }
	.bannerred, .techniques, .banner, .totalcontrol, .recap, .wisedecision { margin: 0px -25px 20px; padding: 25px; }
	.coverbox { margin: 25px 0px 25px 0px; }
	.didyouknow { width: 100%; margin:20px 0px; }
	.didyouknow .inside { padding: 20px; }
	.phasebar { margin-left: -25px; }
	.leftcol, .rightcol { width: 100%; float: none; }
	.rightcol .notebox, .leftcol .notebox { margin-right: 0px; margin-left: 0px; }

	.techniques{margin: 0 auto; padding: 20px;}
	img.alignright{float: left;}
	.techniques img.white-border{display: block;float: none;margin: 0 auto;}

	.mblock{display: block;margin: 0 auto 20px auto !important; float: none !important;}

	.warningbox{padding: 20px !important;}
	.warningbox img{float: none;display: block;margin: 0 auto !important;}
	.warningbox h3{text-align: center;}
	ul.red-x{padding: 0;}
	.notebox{padding: 20px;}
	.guaranteebg {background: #fffada none repeat scroll 0 0;border: 5px solid #2e5c8e;min-height: 429px;padding: 30px;}
	#footer{padding: 15px !important;}

	.mnone{display: none !important;}
	.mleft{margin-left: 0 !important;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		img { max-width: 100%; height: auto; }
		
		.holman { max-width: 110px; }
		.fb_iframe_widget_fluid { display: inline-block; }	

		.greencheck3{padding-left: 0;}

		h3 br{display: none;}

		.mh1{font-size: 30px !important;}
		.mh2{margin-right: 0 !important;}
	}