﻿/*
 * INTERFAZ - Responsive One Page Theme
 *
 * Copyright 2013 
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * URL: http://www.basicoh.com
 * Designed and built based on Twitter Bootstrap.
*/

h1, h2, h3, h4, p, a{
	word-spacing: 3px;
}

.features {
	margin-left: 120px;
}
.caps_header {
	margin-top: 40px;
	font-weight: 300 !important;
	color: #FFF !important;
}
a{
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff !important;
}

.blue_button {
	word-spacing: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
background-color: #068D9C;
-webkit-box-shadow: 0 4px 0 0 #016A75;
-moz-box-shadow: 0 4px 0 0 #016A75;
box-shadow: 0 4px 0 0 #016A75;
font-size: 20px !important;
font-family: "omnes-pro", helvetica, sans-serif;
font-weight: 300;
padding: 20px;
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
width: 270px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.blue_button:hover {
	text-decoration: none;
color: white;
background-color: #16a6b6;
}

#yellow_button {
	margin-top: -90px;
word-spacing: 2px;
color: #fff !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
background-color: #f5c53d;
-webkit-box-shadow: 0 4px 0 0 #D1A21B;
-moz-box-shadow: 0 4px 0 0 #D1A21B;
box-shadow: 0 4px 0 0 #D1A21B;
font-size: 20px !important;
font-family: "omnes-pro", helvetica, sans-serif;
font-weight: 300;
padding: 20px;
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
width: 270px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}

#yellow_button2_holder{
	overflow:auto;
	width: 100%;
	padding-bottom: 30px;
}
#app_store_text{
	color:#FFFFFF;
	font-family: "omnes-pro", helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	font-size:14px;
	word-spacing:normal;
}
#app_store_text a:hover{
	opacity: .5;
	text-decoration:underline;
}

#yellow_button2 {
margin: 0 auto;
word-spacing: 2px;
color: #fff !important;
cursor: pointer;
display: block;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
background-color: #f5c53d;
-webkit-box-shadow: 0 4px 0 0 #D1A21B;
-moz-box-shadow: 0 4px 0 0 #D1A21B;
box-shadow: 0 4px 0 0 #D1A21B;
font-size: 20px !important;
font-family: "omnes-pro", helvetica, sans-serif;
font-weight: 600;
padding: 20px;
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
letter-spacing: 1px;
width: 270px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}

#yellow_button:hover, #yellow_button2:hover {
background-color: #F7CA4A;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
text-decoration: none;
color: #fff;
}

.red_button {
margin-top: 40px;
word-spacing: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
background-color: #EE6557;
-webkit-box-shadow: 0 4px 0 0 #D94B3D;
-moz-box-shadow: 0 4px 0 0 #D94B3D;
box-shadow: 0 4px 0 0 #D94B3D;
font-size: 20px !important;
font-family: "omnes-pro", helvetica, sans-serif;
font-weight: 300;
padding: 20px;
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
width: 270px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.red_button:hover {
text-decoration: none;
color: white;
background-color: #F57467;
}

.social {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.brand {
	font-family: "ff-prater-script-web";
	font-size: 24pt;
}
.brand:hover {
	text-decoration: none;
}
.logo:hover {
	text-decoration: none;
}


html,body,div,span,h1,h2,h3,h4,h5,h6,p{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
body{line-height:1}ol,ul{list-style:none}

body{
	background:url(../images/Optimized-home-bg6.png) no-repeat top center;
	background-attachment:fixed;
}

body a{
	text-decoration:none;
}
body a:hover{
	color:#a4c956;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	transition: color 200ms linear;
}
::selection {
	background: #a4c956; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #a4c956; /* Firefox */
	color:#fff;
}
.page-container{
	margin:50px auto 0px;
}
.home-container{
	height:680px;
}
.lock-header{
	position:fixed;
	top:-70px;
	left:0px;
	right:0px;
	padding:15px 0px;
	height:40px;
	background: #16a6b6;
	z-index:1000;
	text-align:center;
	color:#fff;
	font-family:"Arvo", Helvetica, Arial;
	font-weight:300;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.lock-header h4{
	font-size:19px;
	text-align:right;
	position:relative;
	top:8px;
}
.lock-header .container{
	margin:0px auto;
}
.lock-header .span4{
	text-align:left;
}

.agency-wrap{
	position:relative;
}
.page-wrapper{
	position:relative;
	z-index:100;
}

/* nav */

.top-nav .nav{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
.top-nav .nav li{
	float:left;
	margin-left:15px;
	position:relative;
}
.top-nav .nav .sub-nav{
	position:absolute;
	top:30px;
	left:0px;
	margin:0px;
	padding:0px;
	z-index:100;
	display:none;
}
.top-nav .nav li.hovering .sub-nav{
	display:inline;
}
.top-nav .nav li.hovering a{
}
.top-nav .nav .has-sub-nav{
	width:120px;
}
.top-nav .nav .sub-nav li{
	float:none;
	margin-left:0px;
	width:120px;
}
.top-nav .nav .sub-nav li a{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#fff;
}
.top-nav .nav .sub-nav li.drop-down-bottom{
	background:#b1d95c;
	height:5px;
	display:block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.top-nav .nav li a{
	background:#16a6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-decoration:none;
	padding:10px 10px;
	display:block;
	font-size:13px;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;

	
}
.top-nav .nav li a:hover{
	background:#32CADB;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.header-main{
	clear: left;
    margin-top: 80px;
    padding-bottom: 23px;
    text-align: center;
}
.header-main h1, .call-to-action h1, .uh-oh h1, .header-main-phone h1{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:600;
	color:#fff;
	font-size:52px;
	margin-bottom:30px;
	margin-top: -20px;
}

.header-main h2, .call-to-action h2, .uh-oh h2, .header-main-phone h2{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:600;
	color:#fff;
	font-size:36px;
	margin-bottom:25px;
}

.header-main h4, .header-main-phone h4{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;
	color:#f5c53d;
	font-size:21px;
	margin-bottom:0px;
	padding-top:10px;
}

.header-main p, .header-main-phone p{
	color:#fff;
	font-size:17px;
	margin-top:40px;
	line-height:23px;
	margin-bottom:20px;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;
}
.header-main-phone{
	text-align:center;
}



/* theme form */
label.error{
	margin-top:10px;
	display:block;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;

}
textarea, input { outline: none; }
.sign-up-form{
	margin-bottom:80px;
	position:relative;
}

.sign-up-form .watermark{
	left:10px;
}
.theme-form input[type=email], .theme-form input[type=text], #commentform textarea{
	background:#fff;
	border:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:20px 20px;
	height:20px;
	width:230px;
	color:#7f7f7f;
	font-size:17px;
	vertical-align: bottom;
	margin:0;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;
}

.theme-form-white input[type=text]{
	background:#fafafa;
	border:1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	margin-bottom:30px;
	margin-top:5px;
}
.sign-up-form-fixed input[type=email]{
	padding:10px;
	background:#fff;
	width: 170px;
}
.sign-up-form-fixed label.error{
	display:none!important;
}
.sign-up-form-fixed input[type=submit]{
	background:#333;
	border:none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position:relative;
	left:-5px;
	height:40px;
	width: 100px;
	font-size:19px;
	margin:0px;
	font-family:"PT Sans", sans-serif;
	font-weight:700;
	color:#fff;
}
.sign-up-form-fixed .watermark_container .watermark {
	top:-11px!important;
}
.theme-form.sign-up-form input[type=submit]{
	background:url(../images/icon-arrow-right.png) no-repeat 154px 22px #16a6b6;
	border:none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position:relative;
	left:-5px;
	height:60px;
	width:180px;
	font-size:19px;
	margin:0px;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#fff;
	padding-right:20px;
	word-spacing: 4px;
}
.theme-form input[type=submit]:hover{
	background:url(../images/icon-arrow-right.png) no-repeat 154px 22px #32CADB;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	cursor:pointer;
}
.sign-up-form-fixed input[type=submit]:hover{
	background:#111;
}
.theme-form#commentform input[type=email], .theme-form#commentform input[type=text], #commentform textarea{
	background:#eee;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 #commentform textarea{
	height:80px;
}
.watermark_container{
	display:inline!important;
}
.watermark_container .watermark{
	top:-22px!important;
}
#commentform .watermark_container .watermark{
	top:-52px!important;
}
#form-section-comment .watermark_container .watermark{
	top:-92px!important;
}
.comments-textarea .watermark_container .watermark{
	top:-62px!important;
}

/* features */
.full-width-features{
	text-align:center;
}
.full-width-features .next{
	margin:50px 0px 70px;
}
.full-width-features{
	background:#fff;
	padding:50px 0px;
}
.full-width-features.feature-1{
	background:#ecf0f1;
	padding-bottom:120px;
}

.full-width-features p{
	font-size:14px;
	line-height:20px;
}
.full-width-features .span3 p{
	font-size:14px;
	color:#7f8c8d !important;
	line-height:21px;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
}
.full-width-features.feature-2{
	background:#16a6b6;
	padding:50px 0px 150px;
}

.full-width-features.feature-2 h1 {
	color: #fff;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;

}
.full-width-features.feature-2 h2 {
	color: #2c3e50;
}
.full-width-features.feature-2 p {
	color: #2c3e50 !important;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:400 !important;
}
.full-width-features.feature-3{
	background:#dcdcde;
	padding:130px 0px 150px;
}
.full-width-features .container, .container{
	 margin-top:20px;
	 margin:0px auto;
}
.full-width-features h1, .theme-modal h3, h1{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#2c3e50;
	text-align:center;
	font-size:44px;
	margin-top:0px;
	margin-bottom:80px;
}
.full-width-features h1{
	margin-bottom:10px;
}
.full-width-features h2{
	color:#7f8c8d;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:28px;
	font-style: italic;
	margin-bottom:15px;
}
.full-width-features h2{
	font-size:24px;
	line-height:31px;
	margin-bottom:50px;
}
.full-width-features h3{
	color:#2c3e50;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:21px;
	margin-bottom:10px;
	margin-top:30px;
}

.full-width-features .features-wrap{
	margin-bottom:50px;
}



/* call to action */


.call-to-action{
	margin:0px auto;
	text-align:center;
	padding:80px 10px;
}
.call-to-action h2{
	background:none;
}
.call-to-action .scroll-top{
	background:#b1d95c;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	right:-5px;
	width:180px;
	font-size:19px;
	margin:0px;
	font-family:"PT Sans", sans-serif;
	font-weight:700;
	color:#fff;
	padding:20px 30px;
	display:block;
	margin:30px auto 0px;
	text-decoration:none;
}
.call-to-action .scroll-top:hover{
	background:#a4c956;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.call-to-action .scroll-top i{
	position:relative;
	top:2px;
}

/* footer */

.switch-page .contact-form{
	display:block;
}
.contact-form input[type=text], .contact-form input[type=email]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:230px;
	border:none;
	padding:10px 20px;
}
.contact-form textarea{
	width:1130px;
	height:70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding:10px 20px;
	color: #7F7F7F;
    font-size: 17px;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;
	margin-top:20px;
}
.contact-form input[type=submit], .theme-form-white input[type=submit]{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;
	background:#333;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	height:60px;
	width:240px;
	font-size:19px;
	margin:0px;
	color:#fff;
	text-align:center;
	margin:20px auto 50px;
	display:block;
}
.contact-form input[type=submit]:hover{
	background:#111;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	cursor:pointer;
}
.contact-form h1{
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#FFF;
	text-align:center;
	font-size:44px;
	margin-top:0px;
	margin-bottom:80px;
}
.end_page{
	width:100%;
	display:block;
	height:104px;
	color:#fff;
	font-family:"PT Sans", sans-serif;
	text-align:center;
	text-decoration:none;
	font-weight:700;
	font-size:19px;
	padding-top:10px;
}

.footer{
	background:#16a6b6;
	padding:50px 0px;
	color:#fff;
	font-size:13px;
	overflow:auto;
}
.footer .copyright{
	float:left;
	font-family: "omnes-pro", Helvetica, Arial, sans-serif;
	font-weight:500;

}
.footer .container{
	margin:0px auto;
	position:relative;
}
.footer p{
	margin-top:10px;
	line-height:24px;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#fff;
}
.footer .links{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
.footer .links li{
	float:right;
	margin-left:10px;
}

.thank-you-message{
	margin-top: 20px;
	position:absolute;
	width:100%;
	display: none;
}
#thank-you-contact-us{
	margin-top: 450px;
	width:100%;
	display: none;
}

.messageBox{
	position:absolute;
	width: 100%;
	top: -25px;
}

.messageBox label{
	color:#FFFFFF;
	width:450px;
	margin:0 auto;
	text-align:left;
}

#you_da_bomb{
	margin-top: -10px;
}

#picture_holder{
	max-width: 900px;
	margin: 0 auto;
}

#top-holder{
	height: 661px;
}

#top_left_holder{
	z-index: -1;
}
#top_left_holder img{
	z-index: -1;
}

#links_and_description_holder{
	float: left;
	max-width: 460px;
}

#dt_fix{
	height: 750px;
}

#top_left_holder{
	position: relative;
	float: left;
	width: 500px;
	height: 971px;
}

#top_left_holder img{
	position: absolute;
	left: -160px;
}

#top_small_text{
	float: left;
	margin: 20px 0px 10px 0px;
}

#logo_tagline_holder >*, #text_holder >*{
	float:left;
	margin: 0px;
}

#logo_tagline_holder img{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	margin-top: 18px;
	height: 75px;
	width: 75px;
}

#text_holder h1{
	font-size: 70px;
}

#text_holder p{
	clear: left;
	word-spacing:normal;
	margin: 0px 0px 0px 12px;
	font-size: 21px;
}


#top_right_holder h4{
	float: left;
	clear: left;
	margin-top: 35px;
	font-size: 24px;
	text-align:left;
}

#store_links_holder{
	clear: left;
}

#top_small_text{
	font-size:20px;
}

#chicago_il{
	color: #16A6B6;
}

#store_links_holder img{
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #666666;
	margin-right: 10px;
	margin-bottom: 10px;
}
#store_links_holder img:hover{
	cursor:pointer;
	opacity: .6;
}

#top_right_holder form{
	clear: left;
}

#m_email_list{
	display: none;
}
#reg_email_list{
	display: block;
}

#dont_live_in_chi{
	float: left;
	font-size:20px;
	margin: 35px 0px 20px 0px;
}
#next_city_btn{
	margin: 0px;
	word-spacing: 2px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	background-color: #16A6B6;
	-webkit-box-shadow: 0 4px 0 0 #0e6771;
	-moz-box-shadow: 0 4px 0 0 #0e6771;
	box-shadow: 0 4px 0 0 #0e6771;
	font-size: 20px !important;
	font-family: "omnes-pro", helvetica, sans-serif;
	font-weight: 300;
	padding: 20px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	width: 240px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#social_btns_top{
	position:absolute;
	margin-left: -70px;
	margin-top: 5px;
}


/* responsive */
/* Large desktop */
@media (min-width: 1200px) {
	 #commentform textarea{
		width:730px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	.contact-form input[type=text], .contact-form input[type=email], .tshirt-form input[type=text]{
		width:180px;
	}
	.contact-form textarea{
		width:900px;
	}
	 #commentform textarea{
		width:580px;
	}
	.sign-up-form-fixed input[type=email]{
		width:155px;
	}
	.lock-header h4 {
		font-size:19px;
	}
	.header-main{
		clear: left;
	    margin-top: 80px;
	    padding-bottom: 23px;
	    text-align: center;
		width:940px;
	}
	#top_left_holder{
		position:absolute;	
	}
	#top_left_holder img{
		left: -200px;
	}
	#top_right_holder{
		margin-left: 400px;
	}
	#picture_holder{
		max-width: 750px;
	}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.features {
		margin-left: 30px;
	}
	.contact-form input[type=text], .contact-form input[type=email], .tshirt-form input[type=text]{
		width:126px;
	}
	.contact-form textarea{
		width:684px;
	}
	 #commentform textarea{
		width:436px;
	}
	.sign-up-form-fixed input[type=email]{
		width:155px;
	}
	.lock-header h4 {
		font-size:19px;
	}
	.sign-up-form-fixed input[type=submit]{
		width:48px;
		font-size:13px;
		padding: 10px 0 11px;
	}
	.sign-up-form-fixed .watermark{
		 margin-top: 6px;
	}
	.lock-header h4{
		font-size:24px;
	}
	.lock-header h4 span{
		display:none;
	}
	.header-main{
		clear: left;
	    margin-top: 120px;
	    padding-bottom: 23px;
	    text-align: center;
		width:724px;
	}
	#top-holder{
		height: 701px;
	}
	#top_left_holder{
		position:absolute;	
	}
	#top_left_holder img{
		left: -260px;
	}
	#top_right_holder{
		margin-left: 280px;
	}
	#picture_holder{
		max-width: 590px;
	}
}
 
@media (max-width: 920px) {
	#m_email_list{
		display: block;
	}
	#reg_email_list{
		display: none;
	}
}
 
/* Landscape phones and down */
@media (max-width: 766px) { 

	.footer p, .brand {
		margin-left: 20px;
	}
	.features {
		margin-left: 0;
	}
	body{
		padding:0px!important;
		margin:0px;
	}
	.page-container, .full-width-features, .home-container{
		padding:20px;
		padding-bottom:50px;
		height:auto;
	}
	.full-width-features{
		text-align:center;
	}
	.header-main h1, .call-to-action h1, .header-main-phone h1{
		font-size:41px;
	}
	.span6 img{
		margin:20px auto 0px;
	}
	.full-width-features h3{
		margin-bottom:20px;
		margin-top:50px;
	}
	.sign-up-form{
		margin-bottom:50px;
	}
	.sign-up-form input{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width:100%!important;
		padding:20px 0px!important;
		position:static!important;
	}
	.sign-up-form input[type="submit"]{
		background-image:none!important;
	}
	.sign-up-form input[type="email"]{
		text-align:center;
		margin-bottom:20px;
	}
	.footer{
		text-align:center;
	}
	.footer .links{
		position:static;
		float:none;
		margin-top:30px;
	}
	.footer .links li{
		width:25%;
		text-align:center;
		margin:0px;
	}
	.footer .links li a{
		margin:0px auto;
	}
	.contact-form{
		padding:0px 20px;
	}
	.contact-form input[type="text"], .contact-form input[type="email"]{
		width:100%;
		padding:10px 0px;
		margin-top:20px
	}
	.contact-form textarea{
		width:100%;
		padding:10px 0px;
	}

	.agency-wrap .agency-credit{
		position:absolute;
		left:50%;
		bottom:30px;
		width:120px;
		text-align:center;
		margin-left:-60px;
	}
		
	.header-main label.error, .header-main-phone label-error{
		display:none!important;
	}
	.header-main .watermark_container, .header-main-phone .watermark_container{
		width:100%;
	}
	.header-main .watermark_container .watermark, .header-main-phone .watermark_container .watermark{
		left:50%!important;
		margin-left:-80px;
		top:-64px!important;
	}
	#searchform .watermark_container{
		display: inline-block;
	    left: 50%;
	    margin-left: -100px;
	    position: absolute!important;
	    top:100px;
	    width: 200px;
	}
	#searchform .watermark_container .watermark{
		margin-left: 10px;
	    margin-top: 22px;
		top:0px;
		left:0px!important;
	}
	.full-width-features h3 {
		margin-top:10px;
	}
	.full-width-features p{
		margin-bottom:50px;
		color: #7f8c8d !important;
	}
	.feature-1, .feature-2, .feature-3{
		padding-bottom:70px!important;
	}
	.feature-1 .container, .feature-2 .container, .feature-3 .container{
		padding:20px;
	}
	.header-main{
		clear: left;
	    margin-top: 120px;
	    padding-bottom: 23px;
	    text-align: center;
	}
	#yellow_button, .red_button {
		width: 220px;
	}
	.red_button{
		margin-left: -10px;
	}
	.call-to-action {
	background:#ecf0f1 !important;
	}
   .call-to-action h1 {
	   color: #2c3e50; 
	}
	#thank-you-contact-us {
	    margin-top: 20px;
	}
	.messageBox label{
		width: auto;
	}
	#contact-us-form input, #contact-us-form textarea{
		padding-left: 10px;
	}
	#top_left_holder{
		display:none;
	}
	#top_right_holder{
		position: relative;
		margin: 0px auto;
		float: none;
		max-width: 460px;
	}
	.header-main{
		margin-top: 20px;
	}
}

@media (max-width: 400px) { 
	.header-main{
	    margin-top: 0px;
	}
	#top-holder{
		height: 701px;
	}
	#logo_tagline_holder img{
		height: 60px;
		width: 60px;
		margin-top: 0px;
	}
	#text_holder{
		margin-top: -8px
	}
	#text_holder h1{
		margin-top: 0px;
		font-size:48px;
	}
	#text_holder p{
		font-size:14px;	
	}
	#top_right_holder h4{
		font-size: 18px;
		margin-top: 20px;
	}

}
@media (max-width: 300px) { 
	#logo_tagline_holder img{
		height: 40px;
		width: 40px;
	}

	#text_holder h1{
		margin-top: 0px;
		font-size:36px;
	}
	#text_holder p{
		font-size:10px;	
		margin: -5px 0 0 6px;
	}	
	#top_right_holder h4{
		font-size: 12px;
		margin-top: 20px;
	}
}
@media (max-width: 240px) { 
	#logo_tagline_holder img{
		display: none;
	}
}