
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic&subset=latin,latin-ext);

body {
	background: #faf7f7;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.container {
	width: 960px;
	min-height: 90%;
	background: #ffffff;
	border: 10px solid #fdfcfc;
	margin: 20px auto 0px auto;
}

.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.container div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span-2-3 {
	width: 66.6%;
	display: inline-block;
	float: left;
}
.span-1-3 {
	width: 33.4%;
	display: inline-block;
	float: left;
}

.span-1-1 {
	width: 100%;
	display: inline-block;
	float: left;
}

.span-2-3:after, .span-1-3:after, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


.header {
	clear: both;
	height: 200px;
}

.header .logo {
	width: 40%;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 30px;
}
.header .moto {
	width: 60%;
	text-align: right;
	display: inline-block;
	float: right;
}
.header .moto h1 {
	font-size: 150%;
	color: #4a7068;
	padding-right: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 70px;
}

.info {
	background: #4a7068;
	color: #ffffff;

}

.info .address {
	width: 50%;	
	display: inline-block;
	float: left;
}

.img-left {
	height: 150px;
	line-height: 150px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.img-left img{
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	margin: 0px 15px;	
}

.img-left + div,  .img-left + dl{
	display: inline-block;
	vertical-align: middle
}

.info .hours {
	display: inline-block;
	float: right;
	width: 50%;
}

.info .hours dl {

}
.info .hours dl dt{
	display: inline-block;
	float: left;
	width: 20px;	
}
.info .hours dl dd{
	display: inline-block;
	float: left;
	text-align: right;
	width: 100px;
	font-size: 1.1em;
	margin: 0px;
}

.info .hours dl dd + dt, .info .hours dl dd + dd {
    clear: left;
}

.header-img {
	position: relative;
	height: 350px;
	overflow: hidden;
}
.header-img img {
	width: 100%;	
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}
.header-img h2.name {
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 2.5em;
	line-height: 2em;
	text-align: center;
	margin: 0px;
}

.extra-info {	
	font-size: 1.1em;
	border: 5px solid #4a7068;
}
.extra-info h3 {
	text-align: center;
	color: #c64908;
}
.extra-info p {
	text-align: center;
}

.content {
	padding: 0em 2em;
}

.content p {	
	font-size: 1.1em;
}

.content h2 {
	color: #89b1a8;
}

.content ul.services li {
	font-size: 1.1em;
	color: #c64908;
}

.box {
	margin: 1em 0em;
	padding: 1em;
	text-align: center;
}
.box h3 {
	margin: 0px;
	padding: 0px;
	color: #4a7068;
}

.box.new {
	background: #bfe6e5;
	color: #d10000;
}
.box.new h3{	
	color: #d10000;
}

.box.img img{
	max-width: 100%;
}

.footer {
	width: 960px;
	margin: 10px auto 20px auto;
	text-align: right;
	color: #666666;
}

@media only screen and (max-device-width: 980px), only screen and (max-width: 980px) { 
	.container, .footer {
		width: 96%;
	}
	.info .address {
		width: auto;
	}
	.info .hours {
		width: auto;
		margin-right: 2em;
	}
	
	.header-img h2.name {
		height: auto;
		line-height: 1.1em;
		padding-bottom: 0.5em;
	}
}

@media only screen and (max-device-width: 800px), only screen and (max-width: 800px) { 
	.info .img-left {
		display: block;
		height: auto;
		line-height: 4em;
	}
	.info .address {
		text-align: center;
		margin: 0px;
	}
	.info .address .text {		
		margin: 0em 2em;
	}
	.info .hours {
		text-align: center;
		margin: 0px;
	}	
	.info .hours .text {		
		margin: 0em 2em;
	}
	.header-img h2.name {
		height: auto;
		line-height: 1.1em
	}
}


@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {
	.span-1-3, .span-2-3 {
		width: 100%;
		float: none;
	}
	.info .address {
		width: 50%;
		text-align: center;
		margin: 0px;
	} 
	.info .hours {
		width: 50%;
		text-align: center;
		margin: 0px;
	}
	.header-img {
		width: 350px;
		margin-left: auto;
		margin-right: auto;
	} 
}

@media only screen and (max-device-width: 400px), only screen and (max-width: 400px) { 
	.info .address {
		width: 100%;		
	} 
	.info .hours {
		width: 100%;
	}
	.header {
		height: auto;
	}
	.header .moto {
		width: 100%;		
		text-align: center;
		margin: 0px;
	} 
	.header .logo {
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.header .moto h1{
		margin: 1em 0em;
		padding: 0px
	}
}
