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

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Marvel:400);
@import url(//fonts.googleapis.com/css?family=Marvel:700);

html {width: 100%;}
body {color: #000000; font:14px/20px 'Open Sans', sans-serif; min-width: 1200px; margin: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; color: #313030; font-family: 'Roboto Condensed', sans-serif;}
h1 {font-size: 36px; line-height: 36px; padding-top: 14px; margin-bottom: 20px;}
h2 {margin-bottom: 23px; font-size: 20px; line-height: 20px;}
h3 {font-size: 36px; line-height: 36px; padding-top: 14px; margin-bottom: 20px;}

.cushycms {}
.clear {float:none; clear:both;}
.red-text {color: #D51A2B;}

/*=====HEADER=====*/
header {margin: 0 0 20px 0; padding: 0; background: url(../images/menu_bg.png) repeat-x; background-color: #d8d8db; height: 80px; }
.logo {float: left; margin: 10px 50px 0 50px;}
nav {float: left; width: auto; margin: 0 auto;}
nav ul {text-align: center; width: auto;}
nav li { display: inline-block; font-size: 24px; line-height: 20px; margin-top: 20px; padding-bottom: 10px;}
nav li a {font-family: 'Roboto Condensed', sans-serif; text-align: center; color: #313030; padding: 0 20px 0 20px; text-decoration: none;}


nav li a:hover {padding-bottom: 5px; border-bottom:3px solid #d51a2b;}
nav li a.current {padding-bottom: 5px; border-bottom:3px solid #d51a2b;}
header.desktop-nav .phone {float: right; margin: 15px 50px 0 0;}
header .phone a {font-size: 24px; text-decoration: none; color: #000000;}
header.mobile-nav {display: none;}

/*=====HOME PAGE=====*/
.banner {width: 100%;}
.banner img {width: 100%; height:auto;}
.content-home {width: 1200px; margin: 0 auto;}
.home-box {float: left; width: 25%; margin: 50px 15px; background-color: #e5e5e7; padding: 0 30px 24px 40px;}
.home-icon {float:left; margin: 15px 15px 0 0;}
.arrow-home {vertical-align: middle;}
/*=====CONTENT=====*/
.content {width: 1200px; margin: 0 auto 0 auto; padding-bottom: 40px;}
.column-1 {float: left; width: 760px; margin-right: 40px; margin-bottom: 40px;}
.column-1 img {box-shadow: 5px 5px 5px #888888;}/*box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;*/
.column-2 {float: left; width: 360px; margin-left: 40px; margin-bottom: 40px;}
.column-1 img, .column-2 img {float: left; margin: 0 20px 20px 0;}
.DAT {float: left; width: 315px; margin: 40px 0 0 40px; background-color: #efefef; padding:20px;}
/*=====FORMS=====*/
.btn {
    display: inline-block;
    background-color: #d51a2b;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 26px 8px 25px;
	text-decoration:none;
}

.btn:hover {background-color: #585757; text-decoration:none;}
.contact-column-1 {float: left; width: 460px; margin-right: 40px; margin-bottom: 40px;}
.contact-column-2 {float: left; width: 660px; margin-left: 40px; margin-bottom: 40px;}
#form {padding-top: 15px;}

#form input {
	width: 100%;
	height: 31px;
	float:left;
	background: #fefefe;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #878787;
    font: 14px/20px 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    padding: 5px 18px 7px;
}

#form textarea {
	width: 100%;
	height: 221px;
	background: #fefefe;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #878787;
    font: 14px/20px 'Open Sans', sans-serif;
    border: 1px solid #ccc;

    padding: 11px 18px 7px;
}

#form .message ._placeholder {padding-top: 22px;}
#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #878787;
    font: 14px/20px 'Open Sans', sans-serif;
	border: 1px solid transparent;
    padding: 5px 28px 5px;
	height: 30px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

#form ._placeholder.hidden {display: none;}
#form ._placeholder.focused {opacity: 0.3;}
#form .message ._placeholder {height: 100% !important;}
#form label {
	position:relative;
	display: block;
	min-height: 40px;
	float: left;
	width: 170px;
}

#form label+label {margin-left: 30px;}
#form label.message {width: 100%; position: relative; margin-left: 0;}
#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	bottom: -3px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form .message .error-message, #form .message .empty-message {bottom: -16px;}
#form .invalid .error-message, #form .empty .empty-message {opacity: 1;}

.btns {
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding-top: 28px;
}

.btns a.btn {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 85px;
	display: inline-block;
	text-align: center;
}

.btns a.btn+a.btn {
	margin-left: 8px;
}
.phone {position: relative;}
.message br {height: 0; line-height: 0;}
#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fffec2;
    border: 1px solid #f0efef;
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 9px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form.success .success-message {display: block; opacity: 1;}
.success_wrapper {position: relative;}



/*=====FOOTER=====*/
footer {
	clear: both;
	background:url(../images/footer_bg.png) repeat-x;
	background-color: #e6e6e8;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #2a2929;
	text-align: center;
	margin: 40px 0;
	padding: 30px 0;
	height: 20px;
	}
footer .wrapper {margin: 0 auto; width: auto;}
footer .copyright {}
footer .phone {text-decoration: none; color: #313030; margin: 0 30px; }
footer .social {}
footer .social img {margin: 0 10px 0 10px; vertical-align:middle;}

/*=====RESPONSIVE LAYOUTS=====*/

@media only screen and (max-width: 680px) {
body {width: 100%; min-width: 100% !important;}
header {position: absolute; top: 0; left: 0;}
header.desktop-nav {display: none;}
header.mobile-nav {display: inline !important; margin: 0 0 20px 0; padding: 0; background: url(../images/menu_bg.png) repeat-x; background-color: #d8d8db; height: 80px; width: 100%; z-index: 50;}



ul.topnav {list-style-type: none; margin: 0; padding: 0; /*overflow: hidden; background-color: #d8d8db;*/ float: left;}
ul.topnav li {float: left;}
ul.topnav li a {display: inline-block; color: #000; text-align: center; padding: 14px 16px; font-size: 17px;}
header.mobile-nav img.logo {position: absolute; left: 20px; top: 5px; height: auto !important; width:60% !important;}
header.mobile-nav div.phone {width: 100%; text-align: center; float: none !important; position: relative; top: 90px; margin: 0 0 0 -30px !important; padding: 0 !important;}
ul.topnav li:not(:first-child) {display: none;}
ul.topnav li.icon {float: left; display: inline-block; font-size: 20px;}
ul.topnav.responsive {position: relative; width: 100%;}
ul.topnav.responsive li.icon {position: absolute; left: 0; top: 0; background: none;}
ul.topnav.responsive li {position: relative; top: 50px; float: none; display: inline; padding-bottom: 0 !important;}
ul.topnav.responsive li a {display: block; text-align: left; padding-bottom: 5px !important; background-color: #d8d8db;}
ul.topnav.responsive li a:hover {/*border-bottom: none;*/}



h1 {font-size: 30px !important; margin-bottom:0 !important;}
h2 {font-size: 25px !important; margin-bottom:0 !important;}
.content-home, .content {width: 100% !important; margin: 0; position:relative !important; top: 110px;}
.column-1, .column-2, .DAT {width: 100% !important; margin: 0; float: none; position:relative !important; top: 20px;}
.home-box, .column-1, .column-2, .DAT, .contact-column-1, .contact-column-2 {position: relative; float: none; width: 100% !important; margin: 20px 0; padding: 0 !important;}
/*.content {padding-bottom: 10px !important; position: relative !important;}*/
.banner {position: relative; top: 130px;}
.home-box {position: relative; top: 30px;}
.home-box p {padding: 0 15px 15px 15px !important;}
.home-icon {margin: 0 !important;}
.column-1 p, .column-2 p, .content h1, .content h2, .DAT p, .contact-column-1 p, .contact-column-2 p {padding: 0 15px 0 15px !important;}
.content img, .DAT img {width: 100% !important; height: auto;}
.DAT img {padding-top: 15px !important;}
.DAT .btn {margin-bottom: 15px !important;}
.contact-column-2 input, .contact-column-2 textarea {margin: 0 15px !important; width: 100% !important;}

#form textarea {height: 150px !important;}
#form {padding-right: 0;}
#form label {float: none !important; width: 100%; margin-left: 0 !important;}
#form input {margin-bottom: 10px;}
#form .success-message {width: 100%;}
#form label.email {width: 100%; margin: 0;}
.btns { padding-bottom: 0; margin-right: 15px !important;}
footer {position: relative !important; float: none; margin-top: 0 !important; height: 70px !important; margin-bottom: 0 !important;}
footer .copyright, footer .phone, footer .social {display: block !important; margin-bottom: 5px !important;}
}
@media only screen and (orientation: landscape) {
header.mobile-nav img.logo {position: absolute; left: 20px; top: 5px; height: auto !important; width:60% !important;}
}