* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px;
}

html,
body {
	height: 100%;
	font-size: 16px;
}

body {
	font-family: "Roboto Condensed",sans-serif;
	color: #353535;
	background: #f0f0f0;
}

.interior h1 {
	border-bottom: 4px solid #bb2124;
	padding-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;	
	color: #005593;
}

h1,h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: black;
}

h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

h5 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #353535;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

h6 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #575757;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
    float: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.img-responsive {
	max-width: 400px;
	max-height: 340px;
	border: 1px solid #ccc;
}

.img-right {
	float: right;
	margin: 0px 0px 0px 30px;
}

.img-left {
	float: left;
	margin: 0px 30px 0px 0px;
}

.img-inline {
	display: inline;
	max-height: 234px;
	border: 1px solid #ccc;
}

.img-full-width {
	display: block;
	/*max-width: 680px;
	max-height: 600px;
	height: 100%;
	width: 100%;*/
	max-width: 100%;
	height: auto;
	max-height: 600px;
	border: 1px solid #ccc;
	margin: 30px 0px;
}

.img-center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.img-text-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-text-bottom {
	margin-bottom: 30px;
}

a {
	color: #001a63;
}

a.white-link {
	color: #fff;
}

a.white-link:hover,
a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

.home_footer_nav ul {
	list-style-type: none;
	/*padding-top: 16px;*/
	text-align: center;
}

.home_footer_nav li {
	display: inline-block;
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 14px;
}

.home_footer_nav li a {
	color: #fff;
	display: block;
	padding: 4px;
	text-decoration: none;
}

.home_footer_nav li a:hover {
	background: #5A7394;
}

#home_header {
	background: url('../images/home-header-bg.gif') repeat-x;
	width: 100%;
	height: 295px;
}

.home_logo_social {
	width: 200px;
	float: left;
	text-align: center;
	color: #081a34;
	font-size: 17px;
	font-family: 'Fjalla One', sans-serif;

	margin: 18px 0;
}

.home_logo_social > a {
	color: #091a34;
}

.home_logo_social > a:hover {
	color: #fff;
}

.home_logo {
	margin-top: 20px;
}

.home_social {
	margin: 10px 0px 10px 0px;
}

.home_phone {
	color: #da1f24;
	font-size: 22px;
	text-shadow: 2px 2px #999;
}

#home_slider {
	width: 739px;
	height: 253px;
	float: left;
	margin: 20px 0px 0px 10px;
}

.tagline {
	width: 465px;
	float: left;
	margin: 20px 10px 0px 0px;
}

.home_optin {
	width: 400px;
	float: left;
	margin: 40px 0px 0px 50px;
}

.home_optin_left {
	width: 170px;
	float:left;
}

.home_optin_right {
	width: 200px;
	float: left;
}

#home_opt_in {
	background: url('../images/sub-bg.gif') repeat-x;
	width: 100%;
	height: 119px;
	color: #005694;
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	float: left;
}

.home-video {
	margin: 0px;
	background-color: #b11d20;
	float: left;
	width: 100%;
}

.home-video .video {
	width: 600px;
	float: left;
}

.home-video .callout {
	width: 340px;
	float: right;
	padding: 40px 30px 20px 10px;
	box-sizing: border-box;
	color: #fff;
}

.home-video .callout h1,
.home-video .callout h2 {
	color: #fff;
}

.home-video .callout h2 {
	font-size: 20px;
}

#home_content {
	background: url('../images/home-content-bg.gif') repeat-x #fff;
	width:100%;
	float: left;
	clear: left;
}

#home_testimonials {
	background: rgb(176,28,32);
	background: -moz-linear-gradient(rgba(176,28,32,1) 0%, rgba(107,13,16,1) 100%);
	background: -webkit-linear-gradient(rgba(176,28,32,1) 0%, rgba(107,13,16,1) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(176,28,32,1)), to(rgba(107,13,16,1)));
	background: -o-linear-gradient(rgba(176,28,32,1) 0%, rgba(107,13,16,1) 100%);
	background: linear-gradient(rgba(176,28,32,1) 0%, rgba(107,13,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01c20', endColorstr='#6b0d10',GradientType=0 );
	width: 100%;
	height: auto;
	border-top: 2px solid #bdbebe;
	border-bottom: 2px solid #bdbebe;
	clear: left;
	padding: 30px 0px;
	color: #fff;
	float: left;
}

#home_testimonials h2 {
	color: #fff;
}

.testimonial-logo {
	width: 200px;
	height: 220px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 8px;
}

.testimonial-logo img {
	width: auto!important;
	max-width: 100%!important;
	max-height: 100%!important;
	margin: 0 auto!important;
	float: none!important;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.testimonial-text {
	width: 720px;
	height: 280px;
	float: right;
	font-size: 20px;
}

.testimonial-text blockquote {
	margin-bottom: 30px;
}

.rslides_tabs {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.rslides_tabs li {
	float: left;
	margin: 0px 6px 6px 0px;
	padding: 8px;
	background: #091a34
}

.rslides_tabs li a {
	color: #fff;
	text-decoration: none;
	padding: 8px;
}

.rslides_tabs li:hover,
li.rslides_here {
	background: #264165!important;
}

#home_offers {
	background: url('../images/blue-bg.gif') repeat-x;
	width: 100%;
	height: 265px;
	padding-top: 50px;
	clear: left;
}

.bullseye_footer {
	background: url('../images/footer-1.gif') repeat-x;
	width: 100%;
	height: 181px;
}

.bullseye_footer_left {
	/*width: 400px;*/
    width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

.bullseye_footer_logo {
	width: 203px;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.footer_associations {
	padding: 18px 0px;
	text-align: center;
}

.footer_associations img {
	height: 72px;
	display: inline;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
	box-sizing: border-box;
}

p.ppai {
	clear: both;
	margin: 20px 0px;
	text-align: left;
	font-size: 13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16px;
}

.home_footer_nav {
	/*background: url('../images/footer-bg.gif') repeat;*/
	background: linear-gradient(to bottom, #010b18 1%,#16273e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 80px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_associations {
	width: 100%;
	height: 127px;
}

.optin_text_input {
	background: url('../images/search-bg.gif') repeat-x;
	width: 148px;
	height: 21px;
	border: 1px solid #a0aab7;
	padding: 4px;
	color: #333;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
}

.optin_button {
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	background: #1e2f45;
	padding: 4px;
	color: #fff;
}

.optin_button:hover {
	background: #6c0d10;
	cursor: pointer;
	color: #ccc;
}

.small_light_blue {
	text-transform: uppercase;
	color: #6c95cd;
	font-size: 12px;
}

.home_content_box {
	/*float: left;
	width: 540px;
	overflow-y: auto;
	height: 400px;*/
	background: #fff;
	/*margin: 30px 10px 30px;*/
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.home_content_box p,
.blog_headlines p {
	margin-bottom: 30px;
	line-height: 24px;
}

.home_content_box ul {
	margin: 10px 40px 20px;
}

.home_content_box ul li {
	margin-bottom: 8px;
}

.box {
	padding: 20px 30px;
	box-sizing: border-box;
	margin: 20px 0px 40px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}

.box h5 {
	color: rgba(176,28,32,1.0);
	margin-bottom: 20px;
}


.blog_headlines {
	/*float: left;
	width: 300px;*/
	/*margin: 30px 10px 30px;
	height: 400px;
	overflow-y: auto;*/
	clear: left;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	background: #ededed;
	float: left;
	margin: 30px 0px;
}

#interior_content.blog h2 {
	/*border-bottom: 2px solid #ccc;*/
	font-size: 20px;
	padding-bottom: 12px;
}

.blog_headlines article h2 {
	font-size: 20px;
	margin: 0px 0px 6px;
}

.blog_headlines article p.date {
	margin-bottom: 0;
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #666;
}

.blog_headlines article p {
	font-size: 14px;
}

article blockquote {
    font-style: italic;
    border: 1px solid #ccc;
    background: #ededed;
    padding: 20px;
}

.shadow {
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 6px 4px -1px #888;
}

.home_footer_address {
	/*width: 160px;*/
	float: left;
	font-family: 'Fjalla One', sans-serif;	
	font-size: 16px;
	color: #1e2f45;
	line-height: 18px;
}

.footer_hours {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.footer_hours p {
    margin-bottom: 8px;
    font-family: 'Fjalla One', sans-serif;
    color: #1e2f45;
}

.footer_hours p span {
    border-bottom: 1px dotted #1e2f45;
}

.interior_address .blue_round_button,
.home_footer_address .blue_round_button {
	margin: 0px 0px 0px 0px;
	width: auto;
}

.home_address_text {
	margin-bottom: 12px;
}

.home_phone_numbers {
	color: #3f5570;
	margin-top: 0px;
}

a.button {
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	background-color: #1e2f45;
	line-height: 24px;
	margin: 0px;
}

a.button:hover {
	background-color: #6c0d10;
	color: #ccc;
}

.button-center {
	display: block;
	width: 260px;
	margin: 0 auto!important;
	text-align: center;
}

.blue_round_button {
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	background: url('../images/raquo.gif') no-repeat right #1e2f45;
	padding: 8px 40px 8px 20px;
	color: #fff;
	margin: 20px 0px;
	text-decoration: none;
	display: block;
	width: 200px;
}

.blue_round_button:hover {
	background: url('../images/raquo-hover.gif') no-repeat right #6c0d10;
	cursor: pointer;
	color: #ccc;
}

/*interior*/

.interior {
	background: url('../images/interior-header-bg.gif') repeat-x;
}

#interior_content {
	width: 680px;
	float: left;
	background: #fff;
	margin: 18px 0px 80px 30px;
	padding: 30px 20px;
	min-height: 600px;
}

#full-width {
    width: 100%;
    background: white;
    padding: 30px 0 60px;
}

#interior_content h2 {
	color: #005593;
	/*border-bottom: #005593 4px solid;*/
	/*padding-bottom: 6px;*/
	font-size: 22px;
}

#interior_content h2 span.badge {
	vertical-align: top;
	background: lightgray;
	font-size: 13px;
	display: inline-block;
	padding: 4px;
	margin-left: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #5c5c5c;
}

#interior_content .index h2 {
	font-size: 20px;
	border-bottom: none;
}

#interior_content p {
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 26px;
	text-align:justify;
	text-justify:inter-word;
	font-weight: 400;
}

.interior_address {
	width: 200px;
	float: left;
	font-family: 'Fjalla One', sans-serif;	
	font-size: 15px;
	color: #1e2f45;
	line-height: 22px;
	margin-top: 16px;
}

.interior_address_text {
	margin-bottom: 12px;
}

#interior_banners {
	margin: 0 auto;
	border: 1px solid #1c2b3f;
	clear: both;
	width: 190px;
	height: 455px;
	background: url('../images/reghi.png');
}

#player {
    padding-right: 50px;
}

#player audio {
	width: 100%;
    margin-bottom: 30px;

}

#player audio::-webkit-media-controls-panel {
    background: white;
}

#player audio::-webkit-media-controls-timeline {
    display: none;
}

#player audio controls {
    border-radius: 0;
    background: white;
}

#interior_content .left_col {
	width: 46%;
	float: left;
}

#interior_content .right_col {
	width: 46%;
	float: right;
	position: relative;
}

#interior_content .left_col .phone {
	float: left;
	margin-right: 6px;
}

#interior_content .left_col .phone.new {
	clear: left;
}

#email_form .form_row {
	margin-bottom: 18px;
}

#email_form .form_row.last-row {
	margin-bottom: 24px;
}

#email_form input[type="text"],
#email_form textarea,
#email_form input[type="tel"]{
	/*width: 90%;*/
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	border: 2px solid #ccc;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #a41a19;	
}
#email_form textarea {
	height: 100px;
}


#email_form button[type="submit"] {
	font-family: "Roboto Condensed",sans-serif;
	width: max-content;
	padding: 8px 16px;
	border: 2px solid #ccc;
	background: #ededed;
	text-transform: uppercase;
	cursor: pointer;
}
	
#email_form button[type="submit"]:hover {
	background: #1e2f45;
	color: #fff;
}

#email_form label {
	font-size: 13px;
	margin-bottom: .5rem;
	display: block;
}

#google-maps {
	clear: both;
}

#google-maps a,
#google-maps a:hover,
#google-maps a:visited,
#google-maps a:focus {
	color: #000;
}

#google-maps iframe {
	width: 100%;
	height: 450px;
	border: none;
}

#accordion section {
	border: 1px solid #ccc;
	padding: 12px 24px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

#accordion section h2 a:before {
	content: "\00BB";
	font-size: 16px;
	color: #cc0000;
	padding-right: 8px;
}

#accordion section h2 {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#accordion section h2 a {
	display: block;
	text-decoration: none;
	color: #005593;
	font-size: 22px;
	text-transform: capitalize;
}

#accordion section h2 a:hover {
	color: #cc0000;
}

/*#accordion section p {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	line-height: 0px;
	margin-bottom: 0px;
}

#accordion section p.active {
	visibility: visible;
	opacity: 1;
	line-height: 26px;
	margin-top: 12px;
}*/

#accordion section div {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	line-height: 0px;
	margin-bottom: 0px;
	height: 0;
}

#accordion section div.active {
	visibility: visible;
	opacity: 1;
	line-height: 26px;
	margin-top: 12px;
	height: auto;
}

#show-menu,
#mobile-menu,
.top_bar {
	display: none;
}

#catalog-iframe {
	width: 100%;
	height: 800px;
	overflow: scroll;
}

#catalog-iframe.sa {
    height: 1200px;
}

.catalog-header {
	background-color: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 54px;
}

.catalog-wrapper {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.catalog-wrapper img {
	width: 100%;
	height: auto;
	max-width: 280px;
	margin: 0 auto 20px;
}

/*product page*/

.mill-wrapper {
	float: left;
	width: 18.5%;
	margin-right: 1%;
	margin-bottom: 60px;
	border: 1px solid #ccc;
	background-color: #8a8a8a;
}

.mill {
	display: table;
	width: 100%;
	height: 150px;
	float: left;
	margin-right: 1%;
	background-color: #fff;
}

.mill-img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	box-sizing: border-box;
}

.mill-img img {
	width: 100%;
}

.mill-text {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	height: 46px;
	float: left;
	text-align: center;
	line-height: 16px;
	padding-top: 3px;
}

#size-charts {
	display: none;
}

.size-chart {
	width: 100%;
	max-width: 680px;
	margin: 20px 0px;
	border: 2px solid #ccc;
	padding: 30px;
	box-sizing: border-box;
}

.apparel-header {
	float: left;
	width: 100%;
	position: relative;
}

.apparel-heading {
	width: 100%;
	float: left;
}

.charts {
	position: absolute;
	top: 0px;
	right: 0px;
}

.size-chart-pdf {
	float: right;
	background-color: #6b81a1;
	color: #fff;
	padding: 4px;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
}

.size-chart-pdf:hover {
	background-color: #1e2f45;
	color: #ccc;
}

/*blog*/

#interior_content article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#interior_content article h2 {
	font-size: 20px;
	border-bottom: none;
	margin: 0px;
}

#interior_content article p.date {
	font-size: 12px;
	margin: 0;
	color: #666;
	float: left;
}

#facebook {
	margin-bottom: 16px;
	float: right;
}

#twitter,
#linkedin {
    float: right;
    margin-right: 4px;
}

#linkedin,
#twitter {
	margin-bottom: 6px;
}

#interior_content article p {
	clear: both;
}

#interior_content article.wrap-img p {
	clear: none;
}

/*gallery*/

.gallery {
	border: 1px solid #ededed;
	padding: 15px 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#custom-gallery h5,
.gallery h5 {
	margin-bottom: 15px;
	background: #ededed;
	color: #666;
	padding: 8px;
}

.gallery a img {
	display: inline;
	height: 150px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}

.gallery a img:hover {
	opacity: .8;
}

.gallery figure.inline-gallery {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay .content {
	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 12px;
	box-sizing: border-box;
	background: rgba(30,47,69,0.95);
}

.overlay .content .close {
	float: right;
	color: #fff;
	font-size: 30px;
}

.overlay .content .close:hover {
	color: rgba(255,255,255,0.5);
}

.overlay .content figcaption {
	color: #fff;
	text-align: center;
}

figcaption {
	/*padding: 5px 0 10px;*/
	padding: 5px 0;
	text-align: center;
	margin-bottom: 30px;
	font-style: italic;
	font-size: 14px;
}

#construction-gallery {
    clear: both;
    margin-bottom: 40px;
}

#construction-gallery-slider h2 {
    /*display: none;*/
}

#construction-gallery-slider li {
    position: relative;
}

#construction-gallery-slider .caption {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
    background: rgba(0,85,147,0.8);
    color: white;
    font-size: 24px;
    padding: 8px;
}

.column-left {
    float: left;
    width: 70%;
    margin-bottom: 20px;
}

.column-right {
    float: right;
    width: 30%;
}

.gallery-slider img {
    width: 100%;
    height: auto;
}

.lSPager li.active img {
    opacity: .7;
}


@media (min-width: 320px) and (max-width: 1065px) {
/* menu */
	.top_bar {
		width: 100%;
		height: 55px;
		display: block;
		background: rgba(9,26,52,0.95);
		top: 0px;
		right: 0px;
		padding: 4px;
		box-sizing: border-box;
		position: fixed;
		z-index: 100;
		border-bottom: 2px solid #ba2124;
	}
	
	.mobile_logo {
		float: left;
		color: #fff;
		font-family: 'Volkhov', serif;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 700;
		padding-top: 12px;
		padding-left: 4px;
		display: block;
	}
	
	#show-menu {
		display: inline-block;
		margin-top: 2px;
		width: 48px;
		box-sizing: border-box;
		color: #fff;
		font-size: 28px;
		padding: 6px;
		border: 1px solid #264166;
		text-align: center;
		right: 4px;
		position: absolute;
		z-index: 101;
	}
	
	#show-menu:hover {
		color: #f0f0f0;
	}
	
	#show-menu.open {
		background: #bb2124;
	}
	
	.wrapper,
    .catalog-wrapper {
		width: 100%;
		display: block;
	}
	
/* home logo, slider */
	#home_header {
		margin-top: 54px;
		height: auto;
	}
	
	.home_logo_social {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	
	#slider_mobile_wrap {
		background-color:#0b274c;
		width: 100%;
		padding: 20px 0px;
	}
	
	#home_slider {
		width: 100%;
		max-width: 765px;
		height: auto;
		float: none;
		margin: 20px auto 0px;
		border: none;
		text-align: center;
	}
	
	#home_slider img {
		width: 100%;
		max-width: 765px;
	}
	
/* optin, opt in*/
	
	#home_opt_in {
		background: rgb(253,253,254); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(253,253,254,1) 0%, rgba(198,208,221,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(198,208,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(253,253,254,1) 0%,rgba(198,208,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#c6d0dd',GradientType=0 ); /* IE6-9 */
		width: 100%;
		height: auto;
		float: none;
		padding: 30px 0px 60px;
		margin-bottom: 0px;
		border-bottom: 2px solid #838e9e;
	}
	
	.tagline {
		width: 100%;
		float: none;
		margin: 0px 0px;
		text-align: center;
	}
	
	.tagline img {
		width: 96%;
		max-width: 465px;
	}
	
	.home_optin {
		width: 100%;
		height: auto;
		float: none;
		margin: 0px 0px;
	}
	
	.home_optin_left {
		width: 100%;
		float: none;
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.home_optin_right {
		width: 100%;
		float: none;
		text-align: center;
	}

	.optin_text_input {
		background: #fff;
		display: block;
		margin: 0 auto 12px;
		width: 80%;
		max-width: 320px;
		height: auto;
		padding: 6px 8px;
		color: #333;
		font-family: 'Roboto Condensed',sans-serif;
		font-size: 16px;
		text-align: center;
	}
	
	.optin_button {
		width: 50%;
		max-width: 240px;
		padding: 8px 12px;
		color: #fff;
		display: block;
		margin: 0 auto;
	}
	
	.optin_button:hover {
		background: #6c0d10;
		cursor: pointer;
		color: #ccc;
	}	
/* home content */
	#home_content {
		background: url('../images/home-content-bg.gif') repeat-x #fff;
		width:100%;
		float: none;
	}

	#home_offers {
		background: url('../images/blue-bg.gif') repeat-x;
		width: 100%;
		height: auto;
		padding: 50px 0px;
	}	
	

	.home-video {
		margin-top: 0px;
	}
	
	.home-video .video {
		width: 100%;
		text-align: center;
		padding: 20px 0px;
	}
	
	.home-video .video iframe {
		width: 100%;
		max-width: 560px;
	}
	
	.home-video .callout {
		padding: 20px;
		width: 100%;
		text-align: center;
	}
	
	.home-video .callout h1,
	.home-video .callout h2 {
		color: #fff;
	}
	
	.home-video .callout h2 {
		font-size: 20px;
	}	
	
	/*testimonials*/
	
	#home_testimonials {
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
	}
	
	#testimonials-slider {
		margin: 0 auto;
	}
	
	.testimonial-logo {
		width: 100%;
		height: 180px;
		float: none;
	}
	
	.testimonial-logo img {
		max-width: 100%;
	}
	
	.testimonial-text {
		width: 100%;
		height: auto;
		float: none;
		padding: 20px;
		display: block;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.testimonial-text blockquote {
		padding-top: 20px;
	}

	/* footer */
	.bullseye_footer {
		background: #fff;
		width: 100%;
		height: auto;
	}
	
	.bullseye_footer_left {
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	.bullseye_footer_logo {
		width: 100%;
		float: none;
		padding: 0px 0px;
		margin-bottom: 20px;
		text-align: center;
	}

	.home_footer_address {
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.home_address_text {
		margin-bottom: 12px;
		text-align: center;
	}
	
	.home_phone_numbers {
		color: #3f5570;
		margin-top: 12px;
	}
	
/*footer nav*/	
	.home_footer_nav {
		background: #091a34;
		height: auto;
		text-align: center;
	}

	.home_footer_nav ul {
		list-style-type: none;
	}
	
	.home_footer_nav li {
		display: block;
		margin: 0px 0px;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	.home_footer_nav li a {
		color: #fff;
		display: block;
		border-bottom: 1px solid #274266;
		padding: 16px 0px;
	}
	
	.footer_associations {
		background: #f0f0f0;
		width: 100%;
		height: auto;
		padding: 20px 0px;
	}
	
/* interior */
	.interior .home_logo_social {
		display: none;
	}
	#interior_content {
		width: 100%;
		background: #fff;
		margin: 54px 0px;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	
	#interior_content h2 {
		color: #005593;
		border-bottom: #005593 4px solid;
		padding-bottom: 6px;
		font-size: 28px;
	}
	
	#interior_content p {
		font-size: 16px;
		margin-bottom: 22px;
		line-height: 26px;
		text-align:justify;
		text-justify:inter-word;
		font-weight: 400;
	}
	
/* contact */
	#interior_content .left_col,
	#interior_content .right_col {
		width: 100%;
		float: none;
		clear: both;
	}
	
	#interior_content .right_col {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#email_form .form_row {
		width: max-content;
		margin-right: 60px;
	}
	#email_form input[type="tel"],
	#email_form input[type="text"],
	#email_form textarea {
		max-width: 220px;
	}
    
    #full-width {
        margin-top: 30px;
    }
    
    #full-width .wrapper {
        padding: 30px;
        box-sizing: border-box;
    }
    
    .column-left,
    .column-right {
        display: none;
    }
}

.video-wrapper {
	width: 100%;
	text-align: center;
}

.blog-video {
	margin: 0 auto 30px;
}

@media screen and (max-width: 1065px) {
    .footer_hours {
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-bottom: 30px;
    }
}

@media (min-width: 750px) and (max-width: 1065px) {
	.img-full-width {
		max-height: 380px;
	}
}

@media (min-width: 320px) and (max-width: 749px) {
	.img-responsive {
		display: block;
		margin: 15px auto;
		max-width: 100%;
	}
	
	.img-left,
	.img-right {
		float: none;
		display: block;
	}
	
	.img-full-width	{
		margin: 15px 0px;
		max-height: 380px;
	}
	
	.img-inline {
		display: block;
		max-width: 100%;
		max-height: 380px;
		margin: 30px auto;
	}
	.rslides_tabs {
		display: none;
	}
	
	.blue_round_button {
		width: auto;
	}
	
	.gallery a img {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
		max-height: 300px;
	}
}

@media screen and (max-width: 479px) {
    #construction-gallery-slider .caption {
        position: relative;
        top: auto;
        left: auto;
        background: rgba(0,85,147,1.0);
    }
	.gallery figure.inline-gallery {
		display: block;
		width: 100%;
		text-align: center;
	}
	.gallery figure.inline-gallery .img-full-width {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 320px) and (max-width: 400px) {
	.mill-wrapper {
		clear: both;
		width: 100%;
		margin-bottom: 60px;
	}
	
	.size-chart-pdf {
		float: none;
		text-align: center;
		margin-top:12px;
		width: 180px;
	}
	
	.size-chart {
		padding: 6px;
		margin: 20px auto;
		display: block;
	}	
}