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

body {
	background-color: white;
	padding: 0;
	margin: 0;
}

/* HEADER */

#header {
	background-color: white;
	min-height: 166px;
}

#header_content {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 1100px) { 
#header_content {
	width: 96%;
	padding: 2%;
	display: table;
}
}

@media screen and (max-width: 768px) { 
#header_content {
	height: 165px;
}
}

	#logo {
		position: absolute;
		top: 25px;
		left: 70px;
	}
	
@media screen and (max-width: 1100px) { 
#logo {
		width: 280px;
		top: 3px;
		left: 50%;
		margin-left: -140px;
	}
}
	
	a#call {
		position: absolute;
		top: 40px;
		left: 500px;
		background-color: #dc323d;
		color: white;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 16px;
		text-decoration: none;
		transition: all .3s ease-in-out;
		padding: 5px 45px;
		border-radius: 5px;
	}
	
@media screen and (max-width: 1100px) { 
	a#call {
		display: none;
	}
}
	
	a#call:hover {
		background-color: #444;
		color: white;
		padding: 5px 55px;
	}
	
	p#phone {
		position: absolute;
		top: 0px;
		right: 70px;
		color: #111;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 26px;
		line-height: 1.1;
		text-align: right;
		font-weight: bold;
	}
	
@media screen and (max-width: 1100px) { 
	p#phone {
		top: 30px;
		right: 50%;
		font-size: 21px;
		margin-right: -60px;
	}
}
	p#phone strong {
		color: #d0000d;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
	}

nav#main-navigation {
	width: 96%;
	clear: both;
	padding: 0 2%;
	position: relative;
	top: 124px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 1100px) { 
nav#main-navigation {
	top: 106px;
}
}

	ul#site-navigation {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul#site-navigation li {
		display: inline-block;
	}
	
	ul#site-navigation li a {
		color: black;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		font-size: 16px;
		padding: 6px 26px;
		text-decoration: none;
		border-right: 2px #bbb solid;
		background-color: white;
	}
	
@media screen and (max-width: 1100px) { 
	ul#site-navigation li a {
		color: black;
		font-size: 15px;
		padding: 3px 9px;
		border-right: none;
	}
}
	
	ul#site-navigation li:last-child a {
		border-right: none;
	}

	ul#site-navigation li a:hover {
		color: #c1212b;
		text-decoration: underline;
	}






/* HERO */

#main_image {
	background: url(images/home_rem_02.jpg) top center no-repeat;
	min-height: 442px;
	position: relative;
}

@media screen and (max-width: 1700px) { 
#main_image {
	background: url(images/home_rem_02.jpg) top left no-repeat;
}
}

@media screen and (max-width: 1300px) { 
#main_image {
	background: url(images/home_rem_02.jpg) -100px 0px no-repeat;
}
}

@media screen and (max-width: 1100px) { 
#main_image {
	background: url(images/home_rem_02.jpg) -300px 0px no-repeat;
}
}

@media screen and (max-width: 968px) { 
#main_image {
	background: none;
	background-color: #535152;
	min-height: 200px;
}
}

@media screen and (max-width: 500px) { 
#main_image {
	min-height: 230px;
}
}

	#textbox {
		width: 470px;
		position: absolute;
		top: 110px;
		left: 50%;
		margin-left: -720px;
	}
	
@media screen and (max-width: 1700px) { 
	#textbox {
		width: 470px;
		top: 110px;
		left: 100px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1100px) { 
	#textbox {
		width: 420px;
		top: 110px;
		left: 40px;
		margin-left: 0;
	}
}

@media screen and (max-width: 968px) { 
	#textbox {
		width: 470px;
		top: -10px;
		left: 50%;
		margin-left: -235px;
	}
}

@media screen and (max-width: 500px) { 
	#textbox {
		width: 300px;
		top: -10px;
		left: 50%;
		margin-left: -150px;
}
}

	#textbox h1 {
		color: white;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 37px;
		font-weight: 500;
	}
	
	#textbox ul li {
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-weight: 400;
	}





/* CONTENT */

#content_container {
	background-color: black;
	margin: 0;
	padding: 0;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

@media screen and (max-width: 1100px) { 
#content {
	width: 90%;
	padding: 5%;
}
}

	#content h1 {
		color: #c1212b;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		font-size: 27px;	
		text-align: center;
		margin: 0;
		padding: 0 0 20px 0;
	}

	#content p {
		color: white;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: normal;
		font-size: 24px;	
		margin: 0;
		padding: 0 0 20px 0;
		line-height: 1.4;
		text-align: justify;
	}
	
@media screen and (max-width: 1100px) { 
	#content p {
		font-size: 20px;	
		line-height: 1.2;
	}
}

	#content img {
		width: 100%;
		height: auto;
	}






/* FOOTER */

#footer {
	min-height: 550px; 
	background-color: #c1212b;
}

@media screen and (max-width: 1100px) { 
#footer {
	min-height: 350px; 
}
}

#footer_content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #c1212b;
	height: auto;
}

@media screen and (max-width: 1100px) { 
#footer_content {
	width: 96%;
	padding: 2%;
	text-align: center;
}
}

a#fb {
	position: absolute;
	top: 7px;
	left: 0px;
	opacity: 1.0;
}

@media screen and (max-width: 1100px) { 
a#fb {
	top: 10px;
	left: 10px;
}
}

a#fb:hover {
	opacity: .7;
}

p#phone_footer {
	position: absolute;
	top: 9px;
	right: 0px;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 36px;	
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1100px) { 
p#phone_footer {
	top: 10px;
	right: 10px;
	font-size: 30px;	
}
}

#map_container {
	position: absolute;
	top: 70px;
	border-top: 1px white dashed;
}

@media screen and (max-width: 1100px) { 
#map_container {
	position: relative;
	top: auto;
	border-top: none;
	width: 95% !important;
	padding: 0 5%;
}
}

#map {
	float: left;
	width: 70%;
	margin: 20px 0 0 0;
	padding: 0;
}

@media screen and (max-width: 1100px) { 
#map {
	float: none;
	width: 100%;
	display: none;
}
}

#map img {
	max-width: 100%;
}

#address {
	float: right;
	width: 26%;
	margin: 20px 0 0 0;
	padding: 0;
}

@media screen and (max-width: 1100px) { 
#address {
	float: none;
	width: 100% !important;
	margin: 60px 0 10px 0;
	padding: 0%;
}
}

#footer_content h2 {
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 24px;	
	margin: 0;
	padding: 0 0 6px 0;
}

#address p {
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 21px;	
}

#address p a {
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 21px;	
}

#address p a:hover {
	color: #000;
	text-decoration: none;	
}

	a#directions {
		background-color: #555;
		color: white;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 16px;
		text-decoration: none;
		transition: all .3s ease-in-out;
		padding: 5px 25px;
		border-radius: 5px;
	}
	
	a#directions:hover {
		background-color: #fff;
		color: #555;
		padding: 5px 35px;
	}

