﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}


table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 
/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/***** Overall *****/
html {
	width: 100%;
	height: auto;
}

body {
	width: 100%;
	height: auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	font-size: 0px;
}

* {
	box-sizing: border-box;
}

p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/********** Header **********/
.heading {
	width: 100%;
	height: auto;
	position:  relative;
	display: inline-block;
	background-color: #7F1416;
}

.heading .left {
	width: auto;
	height: auto;
	margin: 20px;
	position: relative;
	display: inline-block;
	float: left;
	*background-color: green;
}

.heading .left img {
	width: 150px;
	height: auto;
	display:  inline-block;
	vertical-align: middle;
}

.heading .left h1 {
	display: inline-block;
	margin-left: 20px;
	font-size: 94px;
	font-weight: 900;
	letter-spacing: -2px;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
}

.heading .right {
	width: auto;
	height: auto;
	margin: 20px;
	position:  relative;
	display: inline-block;
	float: right;
	*background-color: green;
}

.heading .right .state, .heading .right .address, .heading .right .phone {
	width: auto;
	height: auto;
	margin: 0px 15px;
	position:  relative;
	display: inline-block;
	vertical-align: top;
	*background-color: pink;
}

.heading .right .address a, .heading .right .phone a {
	color: #fff;
	text-decoration: none;
}

.heading .right .mobile-logo a {
	text-decoration: none;
}

.heading .right .address p, .heading .right .phone p {
	font-size: 24px;
	text-align:  left;
	color: #fff;
}

.heading .right .address img, .heading .right .phone img {
	display: none;
}

.heading .right .state img {
	width: 150px;
	height: auto;
	position: relative;
	display: inline-block;
}

.heading .right .mobile-logo {
	display: none;
}

/********** Content **********/
.content1 {
	width: 100%;
	height: auto;
	position:  relative;
	display: inline-block;
	background: url(../siteart/images/IMG_1527.JPG);
	background-position: top;
	background-size: cover;
	*background-attachment: fixed;
	*background-color: pink;
}

.content1 .photo1 {
	width: 1200px;
	height: 525px;
	margin: 60px auto;
	position:  relative;
	display: block;
	border: 10px solid #7f1416;
	background: url(../siteart/images/IMG_1525.jpg);
	background-position: center;
	background-size: cover;
	*background-color: green;
}

.content1 .photo2 {
	width: 1200px;
	height: 525px;
	margin: 60px auto;
	position: relative;
	display: block;
	border: 10px solid #7f1416;
}

.content1 .photo3 {
	width: 700px;
	height: 500px;
	margin: 10px;
	position: relative;
	display: inline-block;
	border: 10px solid #7F1416;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.content1 .summary1 {
	width: 80%;
	height: auto;
	padding: 20px;
	margin: 60px auto;
	text-align: center;
	display: block;
	background-color: rgba(35, 31, 32, 0.85);
}

.content1 .summary1 h1 {
	font-size: 24px;
	color: #fff;
	text-transform:  uppercase;
}

.content1 .summary1 p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

/********** Form **********/


/********** Footer **********/
.footing {
	width: 100%;
	height: auto;
	position:  relative;
	text-align: center;
	display: inline-block;
	background-color: #7F1416;
}

.divfooter {
	width: 80%;
	font-size: 12px;
	margin: 20px auto;
	color: #fff;
}

.footerlink {
	color: #fff;
}

/********** ATTACHMENTS PAGE **********/

.attachment-search.no-print {display: none!important;}
div#wide_col {
    max-width: 100%!important;
    width: 100%!important;
}
.listings-wrapper.NoLeftMenu.attachment-list {
    margin: 0;
}

/************************************************ Responsive Styles **/
@media screen and (max-width: 1550px) and (min-width: 1281px) {
	.heading .left img {
		width: 135px;
	}
	
	.heading .left h1 {
		font-size: 72px;
	}
	
	.heading .right .address p, .heading .right .phone p {
		font-size: 20px;
	}
	
	.content1 .photo3 {
		width: 500px;
		height: 300px;
	}
}


@media screen and (max-width: 1280px) and (min-width: 1025px) {
	.heading .left img {
		width: 120px;
	}
	
	.heading .left h1 {
		font-size: 50px;
	}
	
	.heading .right {
		margin: 20px 20px 20px 0px;
	}
	
	.heading .right .address p, .heading .right .phone p {
		font-size: 18px;
	}
	
	.heading .right .state img {
		width :120px;
	}
	
	.content1 .photo1, .content1 .photo2 {
		width: 950px;
	}
	
	.content1 .photo3 {
		width: 450px;
		height: 300px;
	}
}


@media screen and (max-width: 1024px) and (min-width: 771px) {
	.heading .right .state {
		display: none;
	}
	
	.heading .left {
		display: none;
	}
	
	.heading .right {
		margin: 20px auto;
		float: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.heading .right .address p, .heading .right .phone p {
		display: none;
	}
	
	.heading .right .address img, .heading .right .phone img {
		display: inline-block;
		width: 100%;
		max-width: 36px;
		height: 36px;
	}
	
	.heading .right .mobile-logo {
		display: inline-block;
		width: 80%;
	}
	
	.heading .right .mobile-logo img {
		width: 135px;
		height: auto;
		margin: 0px auto;
	}
	
	.heading .right .mobile-logo h1 {
		font-size: 36px;
		text-transform:  uppercase;
		font-weight:  900;
		color: #fff;
		text-align: center;
	}
	
	.heading .right .address {
		display: inline-block;
	}
	
	.heading .right .phone {
		display: inline-block; 
		text-align: right;
	}
	
	.content1 .photo1, .content1 .photo2 {
		width: calc(100% - 72px);
		height: 350px;
	}
	
	.content1 .summary1 {
		width: calc(100% - 72px);
	}
	
	.content1 .photo3 {
		width: 500px;
		height: 300px;
		margin: 10px auto;
	}
}


@media screen and (max-width: 770px) {
	.heading .right .state {
		display: none;
	}
	
	.heading .left {
		display: none;
	}
	
	.heading .right {
		margin: 20px auto;
		float: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.heading .right .address p, .heading .right .phone p {
		display: none;
	}
	
	.heading .right .address img, .heading .right .phone img {
		display: inline-block;
		max-width: 36px;
		width: 100%;
		height: 36px;
	}
	
	.heading .right .mobile-logo {
		display: inline-block;
		width: 80%;
	}
	
	.heading .right .mobile-logo img {
		width: 120px;
		height: auto;
		margin: 0px auto;
	}
	
	.heading .right .mobile-logo h1 {
		font-size: 24px;
		text-transform:  uppercase;
		font-weight:  900;
		color: #fff;
		text-align: center;
	}
	
	.heading .right .address, .heading .right .phone {
		display: block;
		width: 100%;
	}
	
	.heading .right .phone {text-align: right;}
	
	.content1 .photo1, .content1 .photo2 {
		width: calc(100% - 36px);
		height: 350px;
	}
	
	.content1 .summary1 {
		width: calc(100% - 36px);
	}
	
	.content1 .summary1 h1 {
		font-size: 26px;
	}
	
	.content1 .summary1 p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.content1 .photo3 {
		width: calc(100% - 72px);
		height: 250px;
		margin: 10px auto;
	}
}



@media screen and (max-width: 640px) {
	.heading .right .mobile-logo {
		display: inline-block;
		width: 75%;
	}
}

@media screen and (max-width: 450px) {
	.heading .right .mobile-logo {
		display: inline-block;
		width: 70%;
	}
}

@media screen and (max-width: 350px) {
	.heading .right .mobile-logo {
		display: inline-block;
		width: 65%;
	}
	.heading .right .mobile-logo h1 {font-size: 22px;}
}