body {
	background: url(../images/background.png);
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.6;
	color: #575756;
	padding-top: 95px;
}


a {
	color: #e20613;
}

a:hover {
	color: #f29100;
}

.product-slider ul {
	margin: 0;
	padding: 0;
}

/* HEADER / NAV */

.navbar-default {
	background: #fff;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #000;
}

.navbar {
	border-radius: 0;
	min-height: 65px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #000 ;
    margin: 5px 8px;
    padding: 0 0 4px 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #545454 ;
}

.opening-statement {
	background-color: #e20613;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.opening-statement h1 {
	font-size: 12px;
	margin: 5px 0;
}

.navbar-nav {
	margin-top:0;
}

.nav-phone {
	font-size: 26px;
	line-height: 24px;
	color: #e20613;
}


.active {
	color: #40A52B !important;
}


a.active:hover {
	color: #545454 !important;
}

a.underline1 {
	border-bottom: 6px solid #e20613;
}

a.underline2 {
	border-bottom: 6px solid #e5332a;
}

a.underline3 {
	border-bottom: 6px solid #e84e1b;
}

a.underline4 {
	border-bottom: 6px solid #f29100;
}

a.underline5 {
	border-bottom: 6px solid #f8a629;
}

.header-logo {
	width: 340px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 5px;
}


.phone-large {
	margin: 0;
	font-weight: 700;
	color: #e20613;
	font-size: 20px;
	line-height: 20px;
}

.email-large {
	margin: 0;
	font-weight: 500;
	color: #e20613;
	margin-top: 5px;
}


.btn-primary {
	background-color: #e20613;
    border-color: #e20613;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #f29100;
    border-color: #f29100;
}

.btn-primary:active {
	background-color: #f29100 !important;
    border-color: #f29100 !important;
}

.btn-primary:focus {
	background-color: #f29100;
    border-color: #f29100;
}






/* HOME --------------------------------------------*/


.carousel-wrapper, .content-box {
	background: #a9a9a8 url('../images/background-dark.png');
}

.gradient-horizontal {

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjA2MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f29100 0%, #e20613 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f29100), color-stop(100%,#e20613)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #f29100 0%,#e20613 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #f29100 0%,#e20613 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #f29100 0%,#e20613 100%); /* IE10 preview */
background: linear-gradient(to right,  #f29100 0%,#e20613 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29100', endColorstr='#e20613',GradientType=1 ); /* IE6-8 */

}


.intro {
	padding-top: 30px;
	padding-bottom:30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


.content-box {
	padding: 20px;
	margin-bottom: 20px;
}

.content-box h2 {
	margin-top: 0;
	color: #e20613;
}

.content-call h2 {
	margin-top: 20px;
	color: #e20613;
}

.content-box-phone {
	color: #e20613;
	font-weight: 700;
	font-size: 32px;
}

.content-box-btn {
	margin-top: 25px;
	margin-bottom: 10px;
}



/* PRODUCTS --------------------------------------------*/

.heading {
	padding-top: 40px;
	padding-bottom: 40px;
}

.heading h2 {
	font-size: 22px;
	margin: 0;
	color: #fff;
}

.product-signoff {
	background: #a9a9a8 url('../images/background-dark.png');
	padding-top: 25px;
	padding-bottom: 25px;
}

.product-signoff p {
	font-size: 18px;
}



.accordion-header {
	font-size: 16px;
	background: #f29100;
	margin: 10px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
}

.active-header {
	background: url(../images/active-header.gif) #e20613;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(../images/active-header.gif) #e20613;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.gif) #f29100;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../images/inactive-header.gif) #e20613;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 10px 0;
	border-top: 0;
}

.accordion-content h4 {
	color: #e20613;
}


/* CONTACT --------------------------------------------*/

#map {
	height: 200px;
}

.contact-phone {
	font-weight: 700;
	font-size: 32px;
	color: #e20613;
	margin-top: 25px;
}

.contact-email {
	font-weight: 700;
	font-size: 26px;
	color: #e84e1b;

}

.contact-address {
	font-weight: 700;
	font-size: 18px;
	color: #f29100;
}

.contact-info h2 {
	font-weight: 700;
	color: #e20613;
}


/* FOOTER --------------------------------------------*/

footer {
	background: #7e7e7d url('../images/background-darker.png');
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	border-top: 10px solid #e20613;
}

.footer-info {
	color: #fff;
}

.footer-info a {
	color: #fff;
	text-decoration: underline;
}

.footer-info a:hover {
	color: #f29100;
	text-decoration: underline;
}

.website-by {
	font-size: 12px;
	display: inline-block;
	float: right;
}





/* GENERAL HACKS -----------------------------------*/


.space40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.spacetop40 {
	margin-top: 40px;
}

.spacetop20 {
	margin-top: 20px;
}

.no-padding-right {
	padding-right: 0;
}


@media(min-width:465px) and (max-width:767px) {
.nav-logo {
	padding-right: 20%;
}


}


@media(max-width:767px){
	.contact-form {
		margin-top: 35px;
	}
	.content-box h2 {
		font-size: 26px;
	}
}
@media(min-width:768px){
	#map {
		height: 300px;
	}
	.opening-statement h1 {
		font-size: 15px;
	}
	body {
		padding-top: 90px;
	}
	.content-box h2 {
		min-height: 60px;
		font-size: 22px;
	}
	.product-signoff p {
		font-size: 20px;
	}
	.heading h2 {
		font-size: 34px;
	}
	.navbar-default {
	font-size: 14px;
	}
}
@media(min-width:992px){
	body {
		padding-top: 110px;
	}
	#map {
		height: 400px;
	}
	.opening-statement h1 {
		font-size: 20px;
	}
	.product-signoff p {
		font-size: 28px;
	}
	.heading h2 {
		font-size: 40px;
	}
	.contact-address {
		font-size: 20px;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	    margin: 15px 9px;
	}
	.navbar-default {
		font-size: 18px;
	}
	.phone-large {
		font-size: 26px;
	}

	.intro {
		font-size: 16px;
	}
	.content-box h2 {
		min-height: 80px;
		font-size: 30px;
	}
}
@media(min-width:1200px){
	#map {
		height: 500px;
	}
	.navbar-nav {
		margin-top:8px;
	}
	body {
		padding-top: 120px;
	}
	.intro {
		font-size: 18px;
	}
	.product-signoff p {
		font-size: 32px;
	}
}