.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

body
{
	background: url('../images/background.jpg') no-repeat center center fixed;
	background-size: cover;
	min-height:600px;
	min-width: 940px;

}

.topnav
{
	margin:0;
	padding:0;
	background-color: rgba(25, 25, 25, 0.76);
	height: 40px;
	width: 100%;
}

.topnav h4, .topnav h5, .topnav a
{
	margin:0;
	padding:0;
	line-height: 35px;
	color: rgba(225,225,225,1);
}

.topnav #logo
{
	float: left;
	margin-left: 10px;
}

.topnav #step
{
	float:left;
	margin-left: 160px;
}

.topnav #about
{
	float: right;
	margin-right: 10px;
}

.topnav #about a
{

}

#bottom_nav
{
	display:none;
}

.well
{
	background-color: rgba(25, 25, 25, 0.76);
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.welcome
{
	margin:auto;
	margin-top: 250px;
}

.welcome h1, .welcome h2, .welcome h3, .welcome p, .getquotes h1, .getquotes h2, .getquotes h3, .getquotes p, .getquotes label
{
	color: rgba(225,225,225,1);
}


.welcome h1, .welcome h2, .welcome h3
{
	line-height:10px;
	padding-top: 10px;
}

.welcome h1
{
	font-size: 42px;
	padding-bottom: 14px;
}

.welcome p
{
	font-size: 20px;
}

.welcome input, .welcome .button, .getquotes .button, .getquotes input[type=text], .getquotes input[type=number], .getquotes input[type=phone]
{
	font-size: 36px;
	height: 60px;
}

input[type=phone]
{
	width:100%;
}

.welcome .details, .welcome form
{
	margin-top: 20px;
}

.welcome .details p
{
	font-size: 16px;
}

.getquotes 
{
	margin: auto;
	margin-top: 20px;
	width:940px;
	background-color: rgba(25, 25, 25, 0.9);
}

.getquotes input[type=radio], .getquotes input[type=checkbox]
{
	font-size:150%;
}

.getquotes input[type=text]
{
	display:inline;
}

.getquotes h2
{
	line-height: 32px;
}

.getquotes fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

.getquotes label
{
	font-size:24px;
	display:inline;
	line-height:32px;
}

.getquotes textarea
{
	font-size: 32px;
}

.getquotes .question
{
	margin-bottom: 25px;
}

.getquotes .buttons
{
	float:left;
	margin-left: 5px;
}
.getquotes .badges
{
	float:right;
	margin-right:10px;
}
#page_1, #page_2, #thank_you
{
	padding: 10px;
}

#page_2, #thank_you
{
	display: none;
}

input.error
{
	background-color:rgba(255,255,255,1);
	border-width:4px;
}
input.error:focus
{
	background-color:rgba(255,255,255,1);
}

#tbog
{
	margin-top: 20px;
}

#tbog label
{
	padding: 3px;
	width: 400px;
	margin-right: 10px;
	height: 100%;
	display: inline-block;
}


.tbog_item
{	
	height: 68px;
	width: 400px;
	display: inline-block;
	border: 1px solid #DCDCDC;
}

.tbog_picture
{
	height: 100%;
	width: 60px;
	display: inline-block;
}

.tbog_check_row
{
	height: 100%;
	display: inline-block;
	width: 325px;
}

.tbog_check
{
	width: 20px;
	float: left;
}

.tbog_text
{
	margin-left: 6px;
	font-size: 20px;
	line-height: 30px;
	float: left;

}

#tbgs
{
	width:100%;
}

#tbog_controls
{
	margin-top:20px;
	width:100%;
}

