/*css*/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);

html, body {
	background: #2a2627;
	width: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #242424;
}

.main_bg { 
	background: url(../images/index_001.jpg) 0 0 repeat;
	position: relative;
	width: 100%;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

* ul { position: relative; list-style: none; }

select { cursor: pointer; }

address {
	font: normal 12px 'Open Sans', sans-serif;
	width: 164px;
	margin-bottom: 15px; 
}

address span { line-height: 24px; float: left; }
address a { display: inline-block; color: #464646; text-decoration: underline; }
address a:hover { text-decoration: none; }
dl dd { line-height: 24px; text-align: right; }

p { line-height: 24px; font-family: 'Open Sans', sans-serif; }

h2, h3, h4 { font-family: 'Open Sans', sans-serif; }

h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 24px;
}

h4 span { font-weight: normal; }

/**********************Header***************************/

.socials {
	padding-top: 16px;
	float: right;
	margin-right: -1px;
}

.socials li {
	float: left;
	margin: 6px 0 0 16px;
}

.socials a { 
	height: 16px;
	display: inline-block;
}

.socials li a i {
	color: #000;
	font-size: 18px;
}

.socials li a i:hover { color: #818167; }

.top_block {
	padding: 10px 0 14px;
}

/******************Content********************/

#content { padding: 32px 0 25px; }
#content_1 {padding: 43px 0 5px; }
#content_2 { padding: 40px 0 35px; }

.content_box {
	position: relative;
}

.thumb {
	position: relative;
	overflow: hidden;
	border: 1px solid #f4f4f4;
	padding: 26px 20px 23px;
	text-align: center;
	margin-bottom: 18px;
	-webkit-box-shadow: inset 0 0 30px #e2e2e2;
	-moz-box-shadow: inset 0 0 30px #e2e2e2;
	-ms-box-shadow: inset 0 0 30px #e2e2e2;
	-o-box-shadow: inset 0 0 30px #e2e2e2;
	box-shadow: inset 0 0 30px #e2e2e2;
	background-color: #09F;
	background-repeat: repeat;
	background-position: 0 0;
}

a.link_1, a.link_2, a.link_3, a.link_6 {
	background: url(../images/index_006.jpg) 0 0 repeat-x;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	color: #393939;
	font: italic 16px/32px 'Open sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	text-decoration: none;
	padding: 0 13px;
	position: relative;
	margin-top: 21px;
	text-align: center;
	border-right: 1px solid #c0c0bf;
	border-bottom: 1px solid #c0c0bf;
	
	-webkit-box-shadow: 0 1px 3px #cccccc;
	-moz-box-shadow: 0 1px 3px #cccccc;
	-ms-box-shadow: 0 1px 3px #cccccc;
	-o-box-shadow: 0 1px 3px #cccccc;
	box-shadow: 0 1px 3px #cccccc;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

a.link_2 {
	background: url(../images/index_007.jpg) 0 0 repeat-x;
	height: 42px;
	font: italic 18px/32px 'Open sans', sans-serif;
	line-height: 42px;
	padding: 0 14px;
	color: #f9cbcb;
	margin: 22px 0 15px;
}

a.link_3 { margin-top: 5px;} 
a.link_6 { margin-top: 22px; }

a.link_1:hover, a.link_2:hover, a.link_3:hover, a.link_6:hover {
	background: url(../images/index_005.jpg) 0 0 repeat-x;
	color: #c3c3c3;
	text-decoration: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a.link_2:hover {
	background: url(../images/index_007.jpg) 0 0 repeat-x;
	color: #000;
}

a.link_4 { color: #1a1a1a; text-decoration:none; }
a.link_4:hover { text-decoration:none; color: #818167; }

.middle_box {
	text-align: center;
	color: #464646;
	margin-top: 21px;
}

.middle_box span {
	color: #f62828;
}

.divider, .divider_1, .divider_2 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #cdcecd;
	border-bottom: 1px solid #f1f1f1;
	margin: 21px 0 24px;
	padding: 0 10px;
}
.divider_1 { margin: 5px 0 20px; padding: 0; }
.divider_2 { margin: 21px 10px 17px; padding: 0; }

.sidebar, .list, .sidebar_1 {
	overflow: hidden;
}

.sidebar { padding-top: 4px; }
.sidebar h4 { margin-bottom: 2px; }
.sidebar li, .list li, .sidebar_1 li {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.sidebar a { color: #242424; text-decoration: none; font-weight: normal; }
.sidebar a:hover { color: #818167; }

.sidebar_1 li { margin-bottom: 14px; }

.sidebar img { margin: 4px 0 0 0; }
.sidebar p { font-style: italic; font-weight: bold; font-size: 12px; }
.sidebar_1 p { font-style: normal; font-weight: 300; line-height: 24px; }

.sidebar_1 h4 { margin: 4px 0 2px; }

.cols, .cols3 { margin-bottom: 20px; }
.cols h2, .cols3 h2 { margin-bottom: 28px; }
.cols img, .cols3 img { 
	width: 100%;
	display: block; 
	margin-bottom: 12px; 

	-webkit-box-shadow: 1px 1px 3px #cccccc;
	-moz-box-shadow: 1px 1px 3px #cccccc;
	-ms-box-shadow: 1px 1px 3px #cccccc;
	-o-box-shadow: 1px 1px 3px #cccccc;
	box-shadow: 1px 1px 3px #cccccc;
}
.cols3 img { margin-bottom: 14px; }

.list { margin-top: -3px; padding: 0 3px; }
.list li {
	background: url(../images/index_014.png) 1px 11px no-repeat;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #cdcdcd;
	height: 34px;
	padding-left: 15px;
	margin-bottom: 0;
}

.list li.first, .list li.first_1 { border-top: none; }
.list li.last, .list li.last_1 { border-bottom: none; }
.list li a {
	line-height: 33px;
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

.list li a:hover { color: #818167; }

.section { position: relative; width: 87%; margin-bottom: 8px; }
.section_1, .section_2 { position: relative; width: 100%; }
.section p, .section_1 p { margin-top: 24px; }
.section_1 a.link_1 { margin-top: 20px; }
.section_2 { padding-bottom: 15px; overflow: hidden; }
.section_2 h4 { margin-bottom: 30px; }
.section_2 img { width: 100%; margin-top: 7px; margin-bottom: 10px; }

.circle {
	position: relative;
	display: block;
	border: 1px solid #fff;
	background: #dcdcdc;
	font-weight: bold;
	font-size: 24px;
	line-height: 53px;
	height: 54px;
	width: 54px;
	text-align: center;
	color: #303030;
	margin-top: 8px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

ul.thumbnails li { position: relative; overflow: hidden; float: left; margin-bottom: 42px; }
ul.thumbnails li img { display: block; margin-bottom: 25px; width: 100%; }
ul.thumbnails li h4 { margin-bottom: 26px; }

ul.news_list li { margin-bottom: 20px; }

ul.schedule li h4 { margin-bottom: 0px; }
ul.schedule li { width: 100%; margin-bottom: 15px; }

ul.gallery {
	width: 100%;
}
ul.gallery li { width: 30%; float: left; margin-right: 30px; }


.capture {
	position: relative;
	background: #dbdbdb;
	padding: 23px 19px 24px;
}

.link_list { margin-bottom: 50px; }
.link_list_last { margin-bottom: 5px; }
.link_list a, .link_list_last a { 
	display: inline-block;
	color: #242424;
	text-decoration: none;
}

a.magnifier {
    background: url(../images/img_hover.png) center center no-repeat #000000;
}

a.magnifier img {
	width: 100%;
	position: relative;
	display: block;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;

    -webkit-box-shadow: 0 0 #fff;
    -moz-box-shadow: 0 0 #fff;
    -ms-box-shadow: 0 0 #fff;
    -o-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
}

a.magnifier:hover img {
    opacity: 0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.image img { width: 100%; margin-bottom: 15px; display: block; overflow: hidden;position: relative; }

.map { position: relative; overflow: hidden; margin-bottom: 20px; }

article.article { position: relative; margin-bottom: 55px; }
article.article h4 { margin-bottom: 26px; }

a.link_5 {
	display: inline-block;
	color: #464646;
	font-weight: 300;
	text-decoration: underline;
	margin-top: -25px;
}

a.link_5:hover { text-decoration: none; }

.map_c {
	width: 100%; 
	height: 371px;
}

/*****************Footer********************/

#footer {
	width: 100%;
	padding: 16px 0 11px;
	background-color: #09F;
}

#footer p {
	color: #fff;
	font: normal 12px 'Open Sans';
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, .link_list a:hover, .link_list_last a:hover { color: #818167; }

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	
	.divider, .divider_1, .divider_2 { 
		padding-right: 0;
		padding-left: 0;
	 }
}

@media only screen and (max-width: 767px) {
	.search_box {
		margin: 38px 0 1px;
	}
	.divider, .divider_1, .divider_2 { 
		padding-right: 0;
		padding-left: 0;
	 }

	.nav_bg {
	padding: 18px 0 14px;
	background-color: #00F;
}
	.section { margin-bottom: 20px; width: 100%; }
	.news_list { margin-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }
	.section_2  { padding-bottom: 20px; }

	.link_list_last { margin-bottom: 50px; }

	.list li.first_1 { border-top: 1px solid #f1f1f1; }
	.list li.last_1 { border-bottom: 1px solid #cdcdcd; }

}

@media only screen and (max-width: 480px) {
	.search_box {
		margin: 38px 0 1px;
	}
	.divider, .divider_1, .divider_2 { 
		padding-right: 0;
		padding-left: 0;
	 }

	.nav_bg { padding: 18px 0 14px; }
	.section { margin-bottom: 20px; width: 100%; }

	.news_list { margin-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }
	.section_2  { padding-bottom: 20px; }
	h1 a img { width: 100%; }

	.link_list_last { margin-bottom: 50px; }
}

@media only screen and (max-width: 320px) {
	.search_box {
		margin: 38px 0 1px;
	}
	.divider, .divider_1, .divider_2 { 
		padding-right: 0;
		padding-left: 0;
	 }

	.section { margin-bottom: 20px; width: 100%; }
	.section_2  {padding-bottom: 20px; }
	.sidebar_1 { margin-top: 20px; }

	.link_list_last { margin-bottom: 50px; }

	h1 img { display: block; width: 100%; height: 100%;}
}
.text1 {
	font-size: 14px;
}
.class_list {
	vertical-align: middle;
}
.r_form {
	width: 800px;
	border: thin solid #0F0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
	right: 300px;
	left: 300px;
	position: relative;
	text-align: left;
}
#name {
	width: 200px;
}
#address {
	width: 600px;
}
#city {
	width: 275px;
}
#state {
	width: 50px;
}
#zip {
	width: 50px;
}
#email {
	width: 200px;
}
.section_1 p {
	width: auto;
}
