html,body{height:100%;}
body{
	background: #b7a38a;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#889297;
	position:relative;
	min-width:960px;
	-webkit-text-size-adjust: none;
}
/*********************************header*************************************/
header{
	width:100%;
	background:url(../images/content-tail.gif) center top repeat;
	padding:30px 0 35px;
}
	#page1 header{padding:20px 0 31px;}
header .indent-bottom{padding-bottom:15px;}
h1{float:left;}
	h1 a{
		display:block;
		width:200px;
		height:80px;
		overflow:hidden;
		text-indent:-100%;
		font-size:0;
		line-height:0;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
		h1 a:hover{text-decoration:none;}

/********************************* Content **********************************/
#content{
	width:100%;
	background:url(../images/content-tail.gif) center top repeat;
	padding-bottom:54px;
}

/* ---------- Titles ---------*/
h3{
	font:400 20px/24px 'Oswald', sans-serif;
	color:#596266;
	text-transform:uppercase;
	word-spacing:2px;
	padding-top:12px;
	border-top:5px solid #d4d8d9;
}
	h3.title1{padding-top:0; border-top:none; line-height:20px;}
	h3.title2{padding-top:0; border-top:none; color:#2c2c2c;}
	h3 a{color:inherit; text-decoration:none;}
		h3 a:hover{color:#2c2c2c; text-decoration:none;}
h6{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#2c2c2c;}

/*---------- Columns --------*/
.col-9{float:right; margin-left:10px; margin-right:10px; width:700px;}
/*----------- Other -----------*/
.fleft{float:left; width:75%;}
.fright{float:right;}
.aright{text-align:right;}
/*---------- Links ----------*/
a{color:#2c2c2c; outline:none; cursor:pointer; text-decoration:underline;}
	a:hover{text-decoration:none;}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
	display:inline-block;
	cursor:pointer;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:6px 13px 7px;
	background:#2c2c2c;
}
	.button:hover{text-decoration:none; background-color:#313639;}
.magnify{
	display:block;
	width:34px;
	height:35px;
	overflow:hidden;
	background:url(../images/magnify.png) center top no-repeat;
}
	.magnify:hover{background-position:center -57px;}
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;} 
.list-1 li{
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	padding-left:9px;
	background:url(../images/marker-1.gif) 0 7px no-repeat;
	margin-bottom:5px;
}
	.list-1 a{text-decoration:none; color:#2c2c2c;}
		.list-1 a:hover{text-decoration:none; color:inherit;}
/*---------- Indents ---------*/
p{margin-bottom:22px}
	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}	.p3-1{margin-bottom:18px}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1{padding-top:6px;}
.indent-bottom4-1{padding-bottom:23px;}
.indent-bottom5{padding-bottom:25px;}
.indent-bottom6-1{padding-bottom:33px;}
.indent-bottom8{padding-bottom:40px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:255px;}
#map dl{width:100%; position:relative; overflow:hidden;}
#map dt{font:400 20px/27px 'Oswald', sans-serif; color:#2c2c2c; text-transform:uppercase; word-spacing:2px; margin-bottom:10px;}
#map dl span {float:left; width:84px;}
#map dl a{text-decoration:none;}
	#map dl a:hover{text-decoration:underline;}
/************************************** Footer *************************************/
footer{width:100%; padding:48px 0; line-height:24px;}
	footer h3{
		padding-top:0;
		border-top:0;
		font-size:24px;
		line-height:30px;
		color:#fff;
	}
	footer h6{font-weight:bold; color:#fff; line-height:inherit;}
	.social-icons{overflow:hidden;}
		.social-icons li{float:left; width:50%; padding-bottom:6px;}
		.social-icons a{
			display:inline-block;
			color:#fff;
			text-decoration:none;
			padding-left:27px;
			background-position: 0 4px;
			background-repeat:no-repeat;
		}
			.social-icons a:hover{color:#889297; text-decoration:none;}
			.social-icons a.icon-1{background-image:url(../images/icon1.jpg);}
			.social-icons a.icon-2{background-image:url(../images/icon2.jpg);}
			.social-icons a.icon-3{background-image:url(../images/icon3.jpg);}
			.social-icons a.icon-4{background-image:url(../images/icon4.jpg);}
	.footer-text{color:#fff;}
		.footer-text strong{font-weight:bold;}
		.footer-text a{color:inherit; text-decoration:none;}
			.footer-text a:hover{color:#889297; text-decoration:none;}

/*----------- Back to top --------------*/
#toTop {
	display:none;
	width:55px;
	height:55px;
	overflow:hidden;
	background:url(../images/totop.jpg) center top no-repeat;
	position:fixed;
	margin-right:-560px !important;
	right:50%;
	bottom:100px;
	z-index:999;
}
#toTopHover {
	float:left;
	display:block;
	background:url(../images/totop.jpg) center -70px no-repeat;
	width:55px;
	height:55px;
	overflow:hidden;
	opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	p, .p3, .p3-1{margin-bottom:15px}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
	.img-indent:not(.img-indent-none-tp) img{width:auto;}
	.col-9{width:556px;}
	.indent-bottom6-1, .indent-bottom8{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:768px;}
	.social-icons li{float:none; width:100%;}
	#toTop {display:none !important;}
}

@media only screen and (max-width: 767px) {
	.img-indent:not(.img-indent-none-ml) img{width:auto;}
	.col-9{float:none; margin:0 0 30px; width:100%;}
	.indent-top1{padding-top:0;}
	.indent-bottom4-1, .indent-bottom5{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:420px;}
	.social-icons li{float:left; width:50%;}
}

@media only screen and (max-width: 479px) {
	.img-indent:not(.img-indent-none-mp) img{width:auto;}
	/*-----------------------------------------*/
	body{min-width:300px;}
}