@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
/**
 * #1 Typography & Elements
 */

	/* General */	
	body {
		background-image: url(../images/footer-bg.jpg);
		background-position: top left;
		background-repeat: repeat;
		background-color: #ececec;
		color: #525252;
		font: 14px/1.8 'Roboto Condensed', sans-serif;
	}
	
	.content {
		float: left;
		padding: 150px 0 20px 0;
	}
	
	.img-border {
		position: relative;
		border: 1px solid #cccccc;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 2px;
	}
	
	img.pull-left {
		margin: 0 10px 0 0;
	}
	
	img.pull-right {
		margin: 0 0 0 10px;
	}
	
	#gallery a img {
		text-align: center;
		margin: 10px 0 20px 0;
	}
	
	#gallery a img:hover {
		opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		box-shadow: 0 0 0 3px #00933f inset;
		transition:all 0.2s ease 0s;
	}
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 1px;
		padding: 0px
	}
	/* Headings */

	h1, h2, h3, h4, h5, h6 {
		color: #00933f;
		font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
		text-transform: none;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

	h1 {
		font-size: 38px;
		line-height: 1;
	}

	h2 {
		font-size: 30px;
		line-height: 1;
	}

	h3 {
		font-size: 25px;
		line-height: 1.3;
	}

	h4 {
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0;
		font-weight: normal;
	}

	h5 {
		font-size: 18px;
		line-height: 1.5;
	}

	h6 {
		font-size: 16px;
		line-height: 1.5;
	}
	/* Form */

	input[type="password"], input[type="text"], input[type="email"], textarea, select { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box; 
		background: #fdfdfd;
		border: 1px solid #cccccc;
		color: #c7c7c7;
		font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		padding: 10px;
		width: 100%;
	}

	button {
		cursor: pointer;
	}

	textarea {
		line-height: 1.5;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		color: #c7c7c7;
		padding-top: 3px;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #c7c7c7;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #c7c7c7;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #c7c7c7;
	}

	/* Paragraphs */

	p {
		margin: 0 0 25px 0;
	}

	#footer p {
		margin: 0 0 13px 0;
	}

	p:last-child {
		margin-bottom: 0;
	}
	
	p img {
		margin: 0;
	}

	/*	Blockquotes  */

	blockquote, 
	blockquote p { 
		color: #777; 
		font-size: 17px; 
		font-style: italic;
		line-height: 24px; 
	}

	blockquote p {
		color: inherit;
		font-size: inherit;
		font-style: normal;
		font-family: inherit;
		font-weight: inherit;
		line-height: inherit;
		letter-spacing: inherit;
	}

	blockquote { 
		margin: 0 0 20px; 
		line-height: 35px;
		width: 30%;
		background: #415769;
		border: 0;
		padding: 25px;
		color: #fff;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		font-size: 23px;
		letter-spacing: -0.08em;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	blockquote cite { 
		display: block;
		font-size: 12px;
		color: #c6c6d1;
		letter-spacing: 0em;
		font-style: italic;
		margin-top: 5px;
	}

	blockquote cite:before { 
		content: "\2014 \0020";
	}
	
	blockquote cite a, 
	blockquote cite a:visited, 
	blockquote cite a:visited {
		color: #555;
	}

	hr { 
		border: solid #ddd; 
		border-width: 1px 0 0; 
		clear: both; 
		margin: 10px 0 30px;
		height: 0;
	}
	
	.heading_line{
		height: 1px;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 5px;
		clear: left;
		float: left;
		background-color: #00933f;
	}
	
	.heading_line span.overlay{
		height: 1px;
		width: 85%;
		position: relative;
		float: right;
		background-color: #bbbbbb;
	}

	/* Links */

	a { 
		color: #79bf5f;
		font-style: italic;		
		font-weight: 600;
		text-decoration: none; 
		outline: 0;
		-webkit-transition: all 120ms ease-in;
		-moz-transition: all 120ms ease-in;
		transition: all 120ms ease-in;
	}

	ul a, ol a {
		font-style: normal;
	}
	
	a:hover, 
	a:focus {
		text-decoration: none;
	}

	#footer a {
		color: #fff;
	}

	#footer .widget a:hover {
		color: #2e9df7;
	}

	#footer li a {
		display: inline-block;
	}

	/* Lists */

	ul, 
	ol { 
		margin-bottom: 20px;
	}
	
	ul { 
		list-style: none outside;
	}
	
	ol { 
		list-style: decimal; 
		margin-left: 30px;
	}

	ul ul, 
	ul ol,
	ol ol, 
	ol ul { 
		margin: 4px 0 5px 30px;
	}

	ul ul li,
	ul ol li,
	ol ol li,
	ol ul li { 
		margin-bottom: 6px;
	}
	
	li { 
		margin-bottom: 12px;
	}

	#footer .widget li {
		border-bottom: 1px solid #474e56;
		margin: 0 0 14px 0;
		padding: 0 0 14px 0;
	}

	#footer .widget li.event,
	#footer .widget li.cause {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#footer .widget .social-icons li {
		border: none;
		margin: 0;
		margin-right: 10px;
		padding: 0;
	}

	#footer .widget li:last-child {
		border: 0;
	}

	ul.list {
		list-style: square outside;
		margin-left: 30px;
		font-family: 'Open Sans', sans-serif;
		color: #9393a0;
		font-size: 14px;
		line-height: 23px;
		font-weight: 600;
	}

	/* Other */

	table { 
		border: 1px solid #e0e0e0; 
		border-spacing: 0; 
		margin: 0 0 20px 0; 
		width: 100%; 
	}
		table caption {
			font-weight: bold; 
			margin-bottom: 10px;
		}
		
		td {
			background: #f8f8f8;
			border: 1px solid #e0e0e0;
			padding: 5px;
		}
		
		th {
			background: #fff;
			padding: 5px;
		}
	
	.multicol-colors {
		overflow: hidden;
	}

		.multicol-colors ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			.multicol-colors li {
				display: block;
				float: left;
				height: 5px;
				margin: 0 !important;
				padding: 0 !important;
				border: 0 !important;
			}		

/**
 * #2 Footer
 */	
	footer, .footer-bottom {
		width: 100%;
		position: relative;
		padding: 10px 0;
		color: #f8f8f8;
		background: #172129;
	}
	
	.footer-bottom {
		color: #172129;
		border-top: 1px solid #111111;
		background-image: url(../images/footer-bg.jpg);
		background-position: top left;
		background-repeat: repeat;
		background-color: #ececec;
		overflow: hidden;
	}
	
	.footer-colors {
		position: static;
		bottom: 0;
	}
	footer h4,
	footer a,
	footer a:hover {
		color: #f5f5d9;
	}
	
	.footer-bottom a,
	.footer-bottom a:hover{
		color: #172129;
	}
	
	footer h4 {
		padding-bottom: 5px;
		border-bottom: 1px solid #f5f5d9;
	}
	
	footer a:hover,
	.footer-bottom a:hover {
		text-decoration: underline;
	}
	
	footer img {
		margin-right: 10px;
	}
	
	.copyright {
		padding: 15px 0;
		font-size: 11px;
	}
	
/**
 * #3 Header
 */		
	.navbar {
		background: #172129;	
	}
		.navbar .navbar-brand {
			padding-top: 20px;
		}
		.navbar .navbar-toggle {
			margin: 50px 0;
			border: none;
			background-color: #00933f;
		}
		
		.navbar .navbar-toggle:hover,
		.navbar .navbar-toggle:focus {
			background-color: #79bf5f;
		}
		
		.navbar .navbar-toggle .icon-bar {
			background-color: #ffffff;
		}
	/* Essential styles for superfish menu */
	.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
	.sf-menu { line-height: 1.0; }
	.sf-menu ul { position: absolute; top: -15px; width: 135px; /* left offset of submenus need to match (see below) */ }
	.sf-menu ul li { width: 100%; }
	.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
	.sf-menu li { position: relative; }
	.sf-menu a { display: block; position: relative; }
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: -15px; left: 100%; /* match top ul list item height */ z-index: 1500;  }
	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-15px; } 
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top: 0; left: 100%;  }
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -15px; }
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 100%; /* match ul width */ }

	.nav {
		float: left;
		font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 40px 0 25px;
	}

		.nav a {
			display: block;
			position: relative;
			font-weight: bold;
		}
		.nav > div {
			float: left;
			margin-right: 20px;
		}

			.nav .sf-menu {
				border-left: 1px solid #3c4247;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				.nav .sf-menu > li {
					display: block;
					margin: 0 0 17px 20px;
				}

					.nav .sf-menu > li > a {
						color: #84848c;
						font-size: 12px;
						line-height: 1;
						text-transform: uppercase;
					}

					.nav .sf-menu > li.current-menu-item > a,
					.nav .sf-menu li.current-menu-ancestor > a,
					.nav .sf-menu > li.active > a,
					.nav .sf-menu > li.hover > a {
						color: #fff;
						text-decoration: none;
					}

					.nav .sub-menu {
						padding-left: 13px;
						min-width: 87px;
						width: auto;
						opacity: 0;
						-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					}

					.nav .sub-menu > li:first-child:after {
						right: 100%;
						border: solid transparent;
						content: " ";
						height: 0;
						width: 0;
						position: absolute;
						pointer-events: none;
					}

					.nav .sub-menu > li:first-child:after {
						border-color: rgba(34, 48, 59, 0);
						border-right-color: #22303b;
						border-width: 6px;
						top: 15px;
					}

						.nav .sub-menu li {
							background: #22303b;
							padding: 8px 15px;
							white-space: nowrap;
							width: auto;
							text-transform: uppercase;
						}

						.nav .sub-menu li:first-child {
							border-radius: 3px 3px 0 0;
							padding-top: 15px;
						}

						.nav .sub-menu li:last-child,
						.nav .sub-menu li.last-child {
							border-radius: 0 0 3px 3px;
							padding-bottom: 15px;
						}

							.nav .sub-menu li a {
								color: #84848c;	
								display: block;
								line-height: 1;
							}

							.nav .sub-menu li.current-menu-item a,
							.nav .sub-menu li a:hover {
								color: #fff;
							}

							.nav .sub-menu li:last-child a {
								
							}
						
						.navbar .nav> li {
							padding: -35px 0;
						}
						.navbar .nav> li a:hover,
						.navbar .nav> li a:focus {
							color: #ffffff;
							background-color: transparent;
						}
						.navbar .nav .mobile-nav li {
							padding: 12px 0;
							text-align: right;
						}
						.navbar .nav .mobile-nav li a{
							text-align: right;
							color: #ffffff;
						}
				.carousel {
				  margin: 150px 0 20px 0;
				}
				
					.carousel-caption {
					  z-index: 10;
					}
					
					.carousel .item {
					  height: 400px;
					  background-color: #777777;
					  border-bottom: 1px solid #ececec;
					}
					.carousel-inner > .item > img {
					  position: absolute;
					  top: 0;
					  left: 0;
					  min-width: 100%;
					  height: 400px;
					}
					.carousel .item h1 { color: #efefef; }
					.carousel .item { background-color: #444444;}
					.carousel-caption { color: #efefef; }
					
					.carousel-control {
					  /*position: absolute;
					  top: 0;
					  bottom: 0;
					  left: 0;
					  width: 15%;
					  font-size: 20px;*/
					  color: #ffffff;
					  /*text-align: center;
					  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
					  opacity: 0.5;
					  filter: alpha(opacity=50);*/
					}
					
					.carousel-control.left {
					  background-color: rgba(0, 0, 0, 0.0001);
					  background-color: transparent;
					  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
					  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
					  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
					  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
					  background-repeat: repeat-x;
					  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
					}
					
					.carousel-control:hover,
					.carousel-control:focus {
					  color: #79bf5f;
					  text-decoration: none;
					  opacity: 0.9;
					  filter: alpha(opacity=90);
					}
					
					.carousel-indicators li {
					  border: 1px solid #79bf5f;
					}
					
					.carousel-indicators .active {
					  background-color: #79bf5f;
					}
					
					.carousel-caption {
					/*  position: absolute;
					  right: 15%;
					  bottom: 20px;
					  left: 15%;
					  z-index: 10;
					  padding-top: 20px;
					  padding-bottom: 20px;*/
					  color: #ffffff;
					  text-align: center;
					  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
					}

/**
 * #4 Form & Contact
 */
 	#map-canvas{
		position: relative;
		width: 100%;
		height: 350px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 2px;
		margin: 0 0 20px 0;
	}
 	input[type="text"] {
		font-size: 14px;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	
	#mailus .form-control, #mailus .form-control {
		float: left;
		width: 100%;
		margin: 0 10px 10px 0;
	}
	
	#mailus textarea {
		height: 175px;
	}
	
	.form-control:focus,
	.form-control:active {
		color: #525252;
		border-color: #f5f5d9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
				box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
	}
	
	.btn-primary {
		color: #f5f5d9;
		background: transparent !important;
		background-color: #3e6146!important;
		border-color: #3e6146!important;
	}
	
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active {
		color: #00933f;
		background-color: #f5f5d9!important;
		border-color: #f5f5d9!important;
		-webkit-box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
				box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
	}
	
	form#subscribe .input-group {
		margin: 5px 0;
	}
	
	#subscribe .btn {
		color: #3e6146;
		background-color: #f5f5d9!important;
		border-color: #d9d9a3!important;
	}
	#subscribe .btn:hover,
	#subscribe .btn:focus,
	#subscribe .btn:active,
	#subscribe .btn.active {
		color: #3e6146;
		-webkit-box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
			  box-shadow: inset 0 1px 1px #f5f5d9, 0 0 8px #f5f5d9;
	}
	
	.contact-error {
		color: #ff0000;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		position: absolute;
		top: -10px;
		right: 0;
	}
	.form-control .error {
		border: 1px solid #ff0000;
	}

/**
 * #4 Slimbox
 */

	#lbOverlay {
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		cursor: pointer;
	}
	
	#lbCenter, #lbBottomContainer {
		position: absolute;
		z-index: 9999;
		overflow: hidden;
		background-color: #fff;
	}
	
	.lbLoading {
		background:url(../images/loading.gif);
		background-repeat:no-repeat;
		background-position:center;
		background-color:#fff;
	}
	
	#lbImage {
		position: absolute;
		left: 0;
		top: 0;
		border: 10px solid #fff;
		background-repeat: no-repeat;
	}
	
	#lbPrevLink, #lbNextLink {
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		outline: none;
	}
	
	#lbPrevLink {
		left: 0;
	}
	
	#lbPrevLink:hover {
		background:url(../images/prevlabel.gif) no-repeat 0 15%;
	}
	
	#lbNextLink {
		right: 0;
	}
	
	#lbNextLink:hover {
		background:url(../images/nextlabel.gif) no-repeat 100% 15%;
	}
	
	#lbBottom {
		font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
	}
	
	#lbCloseLink {
		display: block;
		float: right;
		width: 66px;
		height: 22px;
		background:url(../images/closelabel.gif);
		background-repeat:no-repeat;
		background-position:center;
		margin: 5px 0;
		outline: none;
	}
	
	#lbCaption, #lbNumber {
		margin-right: 71px;
	}
	
	#lbCaption {
		font-weight: bold;
	}
	
@media only screen and (min-width: 768px) and (max-width: 959px){
	.content {margin: 5px 0 20px 0;}
	.carousel {margin: 80px 0 20px 0;}
}
@media (max-width: 768px) {
	.content {margin: 5px 0 20px 0;}
	.carousel {margin: 100px 0 20px 0;}
	.carousel .item,
	.carousel-inner > .item > img {height: 40%;}
}