@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,600,300);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
	background: url(../images/bg-contentlength.png) repeat-x left top;
	font-family: Open+Sans, sans-serif;
	font-size: 18px;
	min-width: 960px;
	margin: 0;
	padding: 0;
}

#bgbody{
	background: url(../images/bg-body.jpg) repeat;
	margin: 0;
	padding: 0;
}

#page {
	width: 1020px;
	margin: 0 auto;
}

#pagesecond {
	width: 960px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #51575b; }

h1 {
  font-size: 50px;
  font-family: 'Limelight', cursive; }

h2 {
  font-size: 40px;
  line-height: 70px;
  font-family: 'Limelight', cursive; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin: 15px 5;
	padding: 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase; 
}
 
h4 {
  font-size: 24px; 
}
h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

h6 {
  font-size: 17px;
  line-height: 20px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

strong {
  font-weight: 700; }
/********************************************/
/*=======================================================
                       Main Layout
=========================================================*/
* + h1 {
  margin-top: 30px; }

* + h2 {
  margin-top: 30px; }

* + h3 {
  margin-top: 30px; }

* + h4 {
  margin-top: 30px; }

* + h5 {
  margin-top: 25px; }

* + h6 {
  margin-top: 33px; }

* + p {
  margin-top: 30px; }

* + dl {
  margin-top: 46px; }

* + hr {
  margin-top: 25px; }

* + table {
  margin-top: 45px; }

* + cite {
  margin-top: 9px; }

* + .btn {
  margin-top: 32px; }

* + .btn.mode_1 {
  margin-top: 25px; }

* + .map {
  margin-top: 51px; }

* + .contact-form {
  margin-top: 50px; }

* + .subtitle {
  margin-top: 14px; }

* + .offset3 {
  margin-top: 20px; }

* + .offset4 {
  margin-top: 50px; }

* + .offset5 {
  margin-top: 27px; }

* + .offset5 {
  margin-top: 27px; }

* + .offset6 {
  margin-top: 35px; }

h1 + p {
  margin-top: 35px; }

h2 + * {
  margin-top: 40px; }

h2 + p {
  margin-top: 39px; }

h2 + .row {
  margin-top: 49px; }

h2 + .owl-carousel {
  margin-top: 53px; }

h2 + .owl-carousel-03 {
  margin-top: 63px; }

h2 + .contact-form {
  margin-top: 51px; }

h2 + .resp-tabs {
  margin-top: 51px !important; }

h2 + .img {
  margin-top: 50px; }

h2 + .accordion {
  margin-top: 52px; }

h3 + p {
  margin-top: 20px; }

h3 + ul {
  margin-top: 20px; }

h3 + .row {
  margin-top: 30px; }

h4 + p {
  margin-top: 10px; }

h6 + p {
  margin-top: 23px; }

.offset1 {
  margin-top: 6px; }

.offset2 {
  margin-top: 12px; }

.subtitle + .row {
  margin-top: 48px; }

* + time {
  margin-top: 10px; }

h5 + time {
  margin-top: 5px; }

h5 + p {
  margin-top: 4px; }

time + p {
  margin-top: 8px; }

time + h4 {
  margin-top: 10px; }

dd + dt {
  margin-top: 30px; }

dt + dd {
  margin-top: 13px; }

dl + a {
  margin-top: 28px; }

address + dl {
  margin-top: 10px; }

hr + * {
  margin-top: 25px; }

.icon + * {
  margin-top: 31px; }

.row + .row {
  margin-top: 48px; }

.row + .btn-wr {
  margin-top: 35px; }

.img + * {
  margin-top: 25px; }

.img + h5 {
  margin-top: 35px; }

.img + h3 {
  margin-top: 35px; }

.img + .row {
  margin-top: 38px; }

p + .row {
  margin-top: 34px; }

.row + .offset4 {
  margin-top: 60px; }

.row + .offset6 {
  margin-top: 35px; }

blockquote + p {
  margin-top: 9px; }

cite + p {
  margin-top: 9px; }

.img + p {
  margin-top: 25px; }
/************************************/

#more {
	background: #365a04;
	width: 200px;
	height: 40px;
	border: none; 
	border-radius: 3px; 
	color: #ffffff; 
	cursor: pointer; 
	font-size: 16px;
	padding: 5px; 
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

	
#more:hover, .contactform:hover {
	color: #000000;
}

.popup {background: #dcded7; color: #544b34; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; text-align: left; text-decoration: none;}


.contactheader {
	background: url(../images/border-line.png) repeat-x bottom left;
	width: 580px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 10px;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

/**** Contact Form ****/
.contactform { 
	margin: 15px -20px 10px 15px;
	color: #544b34;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; text-align: left; 
	line-height: 20px;
}
input, textarea { 
	margin-left: 15px;
    border:1px solid #aaa;
    border-radius:2px;
}
input {
	width:300px;
	height: 30px;
	float: right;
	margin: -25px 165px 15px 165px;
}
input:focus, textarea:focus {
    background: #fff; 
    border:1px solid #555; 
}
.submit {
	float: left;
	background: #365a04;
	width: 200px;
	height: 40px;
	border: none; 
	border-radius: 3px; 
	color: #ffffff; 
	cursor: pointer; 
	font-size: 16px;
	padding: 5px; 
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

/**** Header ****/
#header {
	background: url(../images/topheaderbg3SM.jpg) repeat;
	margin: 0;
	padding: 0 0 0px;
}

#header a.logo {
	display: block;
	height: 210px;
	margin: 0 auto;
	padding: 10px 0 0px;
	width: 1000px;
}
#header a.logo img {
	border: 0;
}

#header ul {
	background: url(../images/menu-border.gif) no-repeat bottom right;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 1px;
	width: 681px;
	
}
#header ul li {
	background: url(../images/bg-menu.gif) repeat-x bottom center;
	border-top: 2px solid #4f5342;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header ul li a {
	background: url(../images/menu-border.gif) no-repeat bottom right;
	color: #ffffff;
	font-weight: bold;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 52px;
	width:193px;
	letter-spacing: 1px;
	line-height: 52px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li.selected a {
	color: #14100d;
	background: #e5e5e5;
}
#header ul li a:hover {
	color: #4b1932;
}

/**** Slideshow ****/

#bigPic{
 	list-style:none;
    margin:35px 0px 0px 0px;
    padding:0;
    width:722px;
	height:383px;
}
#bigPic img{
	position:absolute;
	display:none;
}

/**** nav slideshow ****/

div.introdright ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 210px; z-index: 15;
}
	div.introdright ul#nav li#prev {
		float: left; margin: 0 0 0 40px;
	}
	div.introdright ul#nav li#next {
		float: right; margin: 0 50px 0 0;
	}
	div.introdright ul#nav li a {
		display: block; width: 80px; height: 80px; text-indent: -9999px;
	}
		div.introdright ul#nav li#prev a {
			background: url(images/prev.png);
		}
		div.introdright ul#nav li#next a {
			background: url(images/next.png);
		}

	div.introdright #bigPic {
		list-style: none;
	}
		div.introdright #slides li {
			margin: 0 0 20px 0;
		}

/**** Introduction header ****/

.introd {
	width: 1060px;
	height: 383px;
	margin: 0 auto;
	padding: 0;
}

.introdleft {
	float: left;
	background: url(../images/bg-sectionleft.jpg) no-repeat;
	height: 383px;
	margin: 35px auto 35px;
	padding: 0;
	width: 338px;
}

.introdleft div {
	margin: 0;
	padding: 0 0 0 10px;
	height: 385px;
	width: 330px;
}

.introdleft div img {
	position: relative;
	left: 60px;
	width: 207px;
	height: 252px;
	margin: 0;
}

.introdleft div h1 {
	color: #fff;
	font-family:a song for jennifer, Arial, Helvetica, sans-serif;
	font-size: 38px;
	letter-spacing: 2px;
	margin: 0;
	padding: 20px 0 20px;
	text-transform:uppercase;
}

.introdleft div h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 0px 10px;
	text-transform: uppercase;
	text-align: center;
}

.introdleft div p {
	font-family: Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin: 0;
	padding: 6px 15px 0;
	text-align: center;
}

.introdright {
	float: right;
	width: 722px;
	height: 383px;
	margin: 0 auto;
	padding: 0;
}

.content {
	margin: 0 auto;
	min-height: 960px;
	overflow: hidden;
	padding: 0;
	width: 920px;
}

.content h3 {
	color: #544b34;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.content h4 {
	color: #544b34;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.content p {
	color: #544b34;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-shadow: 0 1px 0 #c7b997;
}

.content p a {
	color: #544b34;
}

.content p a:hover {
	color: #403721;
	text-decoration: underline;
}

.content ul {
	margin: 0;
	padding: 5px 0 0;
}

.content ul li {
	background: url(../images/bullet.png) no-repeat 0 15px;
	color: #544b34;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	text-shadow: 0 1px 0 #c7b997;
}

.contentdash {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 920px;
}

.contentdash div {
	float: left;
	margin: 0;
	padding: 0;
}

.contentdash h3 {
	background: url(../images/border-line.png) repeat-x bottom left;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.contentdash h4 {
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.contentdash p {
	color: #544b34;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
	text-shadow: 0 1px 0 #c7b997;
}

.contentdash ul {
	margin: 0;
	padding: 5px 0 0;
}

.contentdash ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 19px;
	color: #26810d;
	padding-right: 10px;
}
.contentdash ul li {
	color: #544b34;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	list-style: none;
	margin-left: 35px;
 	padding-left: 1em;
 	text-indent: -30px;
	text-shadow: 0 1px 0 #c7b997;
}
.contentdash strong {
	font-weight: bold;
}
.contentdash strongem {
	font-weight: bold;
	font-style: italic;
}

#contentsecond {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

#contentsecond .column2 {
	float: left;
	width: 380px;
	margin: 0 10px;
}
.section h4 {
	clear:both;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 0;
	text-transform: uppercase;
}

/**** blog ****/

#page .content .blog {
	float: left;
	margin: 0;
	padding: 0;
	width: 660px;
}
#page .content .blog p {
	padding: 0 0 30px;
}
#page .content .sidebar {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 230px;
}
#page .content .sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 36px;
}
#page .content .sidebar ul li a {
	text-decoration: none;
}
#page .content .sidebar ul li a:hover {
	text-decoration: underline;
}

/*------------------- Box --------------------------*/
#box {
	display: inline-block;
	height: 1170px;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
}

#box > div.info {
	background-color: #dcded7;
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
	height: 1260px;
	width: 980px;
	padding: 20px;
	position: absolute;
	left: auto;
	right: auto;
	top: 0;
}

.info h3 {
	background: url(../images/border-line.png) repeat-x bottom left;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.info h5 {
	color: #544b34;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 20px 5px 5px 0;
	padding: 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.info p {
	color:#544b34;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0 0px 0;
	padding: 10px 0px;
	text-shadow: 0 1px 0 #c7b997;
}

.info p.highlight {
	font-size: 21px;
}

#bullet ul li {
	background: url(../images/bullet.png) no-repeat left 9px;
	color: #544b34;
	line-height: 25px;
	list-style: none;
	margin: 0px 0 0 30px;
	padding: 0 0 0 20px;
	text-shadow: 0 1px 0 #c7b997;
}

	
.info ul {
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
	width: 960px;
}
.info ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 23px;
	padding: 0;
	position: relative;
}

.info ul li:first-child {
	margin-left: 20px;
}

.info ul li img {
	border: 1px solid #a5a5a5;
	margin: 0;
	padding: 0;
}

.info ul li a {
	background: url(../images/bg-label.png) repeat-x top center;
	color: #fff;
	display: block;
	height: 95px;
	left: 0;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	position: absolute;
	text-decoration: none;
	top: 264px;
	width: 222px;
	z-index: 3;
}

.info ul li a:hover {
	opacity: 0.9;
}

.info ul li a b {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 25px 0 2px;
	text-transform: uppercase;
}

.info ul li a span {
	background: url(../images/arrow.png) no-repeat center right;
	padding: 0 12px 0 0;
}

/**** subcontent ****/	

.subcontent {
	background: url(../images/bg-content.jpg) repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 50px;
	width: 920px;
	margin-top: 150px;
}
.subcontent div {
	margin: 0;
	padding: 0;
}
.subcontent div.paralength {
	background:url(../images/bg-content.jpg) repeat;
	width: 893px;
    margin-left: auto;
    margin-right: auto;

}
.subcontent div.paralength h3 {
	font-weight: 700;
}
.subcontent div.paralength a {
	font-family:Arial, Helvetica, sans-serif;
	color: #3f3862;
	text-decoration: underline;
}

.subcontent div.paralength a:hover {
	color: #3c5904;
	text-decoration: underline;
}

.subcontent div.paralength ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 19px;
	color: #26810d;
	padding-right: 10px;
}
.subcontent div.paralength ul li {
	color: #544b34;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	list-style: none;
	margin-left: 35px;
 	padding-left: 1em;
 	text-indent: -30px;
	text-shadow: 0 1px 0 #c7b997;
}
.subcontent div.subtitle {
	float: left;
	font-family: "Times New Roman", Times, serif;
	padding: 25px 0 2px;
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}

.subcontent div .highlight {
	color: #365a04;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 21px;
	padding: 25px 0 2px;
	text-transform: uppercase;
}

.subcontent div.column1 {
	float: left;
	width: 433px;
	margin-left: 30px;
}

.subcontent div.column1 p a {
	color: #095801;
	text-decoration: underline;
}

.subcontent div.column1 p a:hover {
	color: #551a8b;
	text-decoration: underline;
}

.subcontent div.column1blog {
	margin: 0 0 0 25px;
	width: 433px;
	
}
.subcontent div.column2 {
	float: right;
	margin: 0 0 0 5px;
	width: 433px;
}

.subcontent div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #544b34;
	line-height: 24px;
	margin: 0;
	padding: 10px 10px 10px 0;
	text-shadow: 0 1px 0 #c7b997;
}

.subcontent div h3 {
/*	background: url(../images/border-line.png) repeat-x bottom left; */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

/**** updated date ****/

span.updateddate2 {
	float: right;
	color: #544b34;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	margin: 5px 20px 0px 0;
}

/**** close updated date ****/
	
.subcontent div h3 a {
	color: #095801;
	text-decoration: none;
}

.subcontent div h3 a:hover {
	color: #551a8b;
}

.subcontent div h5 {
	color: #544b34;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 20px 5px 5px 0;
	padding: 0;
	text-shadow: 0 1px 0 #c7b997;
	text-transform: uppercase;
}

.subcontent div ul {
	margin: 0;
	padding: 0;
}

.subcontent div ul li p {
	color: #185414;
	margin-left: 80px;
	text-shadow: 0 1px 0 #c7b997;
}

.subcontent div ul li p a {
	color: #095801;
	text-decoration: underline;
}

.subcontent div ul li p a:hover {
	color: #551a8b;
	text-decoration: underline;
}

.subcontent div ul li:first-child p {
	background: none;
}

/**** Columns 2 for calendar ****/

.subcontent div.column2 {
	width: 425px;
}

.subcontent div.column2 ul li {
	overflow: hidden;
}

.subcontent div.column2 ul li div {
	float: left;
	margin: 0 20px 0 0;
	padding: 13px 0 0;
	text-align: center;
	width: 25px;
}

.subcontent div.column2 ul li div span {
	color: #544b34;
	text-transform: uppercase;
}

.subcontent div.column2 ul li div span b {
	font-size: 20px;
}

.subcontent .bypara {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/**** End of Columns 2 for calendar ****/

.subcontent div.calendar {
	width: 893px;
	margin-left: auto;
    margin-right: auto;
}

.subcontent div.calendar ul li {
	width: 893px;
	margin: 0 20px 0 0;
}

.subcontent div.calendar ul li div {
	float: left;
	margin: 0 20px 0 0;
	padding: 13px 0 0;
	text-align: center;
	width: 25px;
}

.subcontent div.calendar ul li div span {
	color: #544b34;
	text-transform: uppercase;
}

.subcontent div.calendar ul li div span b {
	font-size: 20px;
}

/**** Misc. ****/

hr {
  height: 30px;
  background: url(../images/HRimageSM.png) repeat top center;
  border: 0;
}

.officers {
	color:#544b34;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
}

/**** to top ****/

#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:99;
}
#back-top a {
	display:block;
	width:50px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	border-radius: 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#333; }
#back-top span {
	display:block;
	margin-bottom:7px;
	width:50px;
	height:50px;
	background:#024724 url(../images/up-arrow.png) no-repeat center center;
	border-radius: 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-desktop {
    display: none !important ;
  }
}

/**** clearfix ****/

.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }

/**** title box primary ****/
.title-box { margin-bottom:1em; }

.title-box_primary {
	border:none;
	background:none;
	padding:0;
	margin:0;
}

.title-box_primary { font-size:34px; }

/**** photo gallery ****/

.wrap2 {
	position:relative;
	padding-bottom:78px;
}
@media (max-width: 767px) {
	.wrap2 { padding-bottom:30px; }
}
.wrap2:before {
	content:"";
	display:block;
	width:165%;
	left:-32%;
	height:100%;
	position:absolute;
	top:0;
	background:url(images/wrap2.jpg) 50% no-repeat;
	background-size:cover;
	z-index:-1;
	border-top:8px solid #fff;
}
.home3-title {
	font:400 34px/1.2em Sanchez;
	text-align:center;
	margin-bottom:55px;
}
.home3-title:before {
	border-top:1px solid #e4e4e4;
	width:800%;
	left:-400%;
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:14px;
}
.home3-title h2 { padding-top:59px; }

/**** Footer ****/

footer {
  	background: url(../images/footerbg.jpg) repeat;
	border-top: 4px solid #333333;
	margin: 0;
	padding: 20px 0 10px;
}
footer h3 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-top: 25px;
	padding: 0;
	text-shadow: 0 4px 0 #3d2424;
	text-transform: uppercase; 
}
footer img:hover {
	opacity: 0.7; 
}
footer ul li:before {
	content: '\f139';
	font-family: FontAwesome;
	font-size: 19px;
	color: #26810d;
	padding-right: 10px;
}
footer ul li {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}

footer * + hr {
	margin-top: 20px; 
}
footer hr + * {
	margin-top: 20px; 
}
footer .center {
	text-align: center;
}
footer .req {
	margin-left: 70px;
	text-align:left;
}
footer .fa {
	color: #26810d;
	font-size: 50px;
	margin-top: 20px;
}
footer .fa:hover {
	opacity: 0.7;
}
	
footer .copyright {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff; 
}
footer .copyright .copyright-inner {
	color: #fff; 
}
footer .copyright .copyright-inner #copyright-year {
	position: relative;
	padding-right: 12px; 
}
footer .copyright .copyright-inner #copyright-year:after {
  	content: "";
  	position: absolute;
  	top: 7px;
  	left: 39px;
  	background: #f49941;
  	width: 5px;
  	height: 5px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	-moz-transition: 0.3s;
  	-o-transition: 0.3s;
  	-webkit-transition: 0.3s;
  	transition: 0.3s; 
}
footer .copyright .copyright-inner a {
	color: #f49941; 
}
footer .copyright .copyright-inner a:hover {
  	color: #fff; 
}
footer .copyright .copyright-inner a:hover #copyright-year:after {
	background: #fff; 
}

