@charset "UTF-8";
h1, h3, p {
	/*text-align: center;*/
}
#addressheader {
	text-align:center;
	font-family:source-sans-pro, sans-serif;
	letter-spacing:.01em;
	color:#5E5E5E;
	width: 85%;
	margin-left:7.5%;
	margin-right:7.5%;
	font-weight:200;
}
#main {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
footer {
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #383838;
	color: #F5F5F5;
	text-align: center;
}
.navbar.navbar-default {
	border-width: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.image-fill {
	width: 100%;
}
.map-fill {
	width:90%;
}
#wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

#wrappergallery {
	/*position: relative;
	padding: 0;
	margin: 0 auto;
	/*background-image: url("images/background.jpg");*/
	/*width:auto;
	height: 550px;
	max-width:1020px;*/
}

#content1 {
	clear: both;
}

#caption1 {
	float: right;
	width: 20%;
	text-align: right;
	margin: 480px 15px 0 0;
	padding: 0;
	color: #737373;
	font-size:.5em;
	font-family: source-sans-pro, sans-serif;
}

#caption2 {
	float: left;
	width: 20%;
	text-align: left;
	margin: 20px 0 0 50px;
	padding: 0;
	color: #737373;
	font-size:.5em;
	font-family: source-sans-pro, sans-serif;
}

/* START HERE FOR GALLERY */

#gallery {
	/*position: relative;*/
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background-color:#fff;
	padding: 40px 0 40px 0;
}
#gallery h2 {
	font-family:source-sans-pro, sans-serif;
	font-weight:500;
	letter-spacing:.05em;
	color:#333333;
	text-align:left;
	margin: 0 0 0 50px;
	/*letter-spacing: 0.1em;
	font-size: 36px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	text-align:center;*/
	/*color:white;*/	
}

#gallery h4 {
	margin: 0;
	font-family:source-sans-pro, sans-serif;
	font-weight:500;
	letter-spacing:.05em;
	color:#333333;
}

#gallery h3 {
	font-family:source-sans-pro, sans-serif;
	letter-spacing:.01em;
	color:#5E5E5E;
	text-align:left;
	width: 85%;
	margin-left:7.5%;
	margin-right:7.5%;
	font-weight:400;
	/*font-family: "Abril Text Italic", "Georgia Italic", "Times New Roman Italic", "Times Italic", serif;
	text-align: center;
	font-style: italic;
	font-size: 26px;
	font-weight: normal;
	color:white;*/
}

#headerimg {
	background-color: #333333;
	/* height:500px;*/
	margin: 0;
	padding: 0;
}

#gallery p {
	/*display: block;*/
	width: 85%;
	margin-left:7.5%;
	margin-right:7.5%;
	padding-top: 15px;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
	/*margin: 4px 24px 12px;
	color:white;
	font-family:sans-serif;*/
}

#lightboxWrap {
	text-align: center;
	/*align-content:center;*/
	margin: 7.5% 0 0 7.5%;
	width:85%;
	padding: 0;
}

#gallery img {
	width: 100%;
	opacity: .7;
	outline: none;
}
#gallery a:hover img {
	/*opacity settings below*/
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

#gallery .imgGallery .thumbnailCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 0%;
	overflow: hidden;
	padding: 0px;
	font: 1em/1.2em source-sans-pro, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(55, 192, 253, 0.0);
}
#gallery .imgGallery:hover .thumbnailCaption {
	height: 25%;
	padding: 5% 5%;
	background-color: rgba(255,255,255,.6);
	-moz-transition: height .4s, background-color .3s ease;
}
.imgGallery {
	position: relative;
	display: inline-block;
	outline: none;
	width: 22.5%;
	/*margin: 0 1.33% 0 0;*/
	margin: 5px; /*added*/
}
.thumbnailWrapper{
	background-color: #000000;
}

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

/*contact form css below*/
input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro;
}

.subscribeForm {
	display: block;
	margin: 20px 0 0 0;
	width: 90%;
}

#fname{
	width:100%;
}

#lname{
	width:100%;
}

#email {
	width:100%;
}

#phone {
	width: 100%;
}
#real {
	width: 100%;
}
#reset {
	display: inline;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px 15px 0;
	background: #eee;
	color: #333;
	text-align: center;
	transition: background, color, .5s ease 0;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

#reset:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

#submit {
	display: inline;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px 15px 0;
	background: #eee;
	color: #333;
	text-align: center;
	transition: background, color, .5s ease 0;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

#subscribeBox {
	position: relative;
	margin: 0 auto;
	padding:10px 0;
	height: auto;
	width: 50%;
	min-width: 325px;
}

.thin {
	font-weight:200;
}

