@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);
/* ==========================================================================
		HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
	 ========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background-color: #6F9E40;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.padding-left-20 {
	padding-left: 20px;
}

/* ==========================================================================
	HEADING
	========================================================================== */
.heading {
	width: 100%;
	color: #0177BD;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: rgba(0,0,0,0.8);
	}
.header {
	max-width:1200px;
	text-align: center;
	color: #0177BD;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: none;
	}

.heading img {
	max-width: 95%;
	}



/* ==========================================================================
  TOPMENU
  ========================================================================== */
.site-header {
	background: rgba(139,69,19,0.8);
	color: #FBCB06;
	border-bottom: 1px solid #FBCB06;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	margin: 0px;
	padding: 0px;
	}

nav {
	width: 100%;
	margin: 0px; 	
	padding: 0px 12px;
}

.topmenu {
	max-width: 1170px;
	width: 100%;
	margin: 0px auto; 	
	padding: 0px;
}

.navbar {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	}

.navbar-default .navbar-toggle {
	background-color: transparent;
	border-color: #FBCB06;
	color: #FBCB06;
	margin-top: 18px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: rgba(0,0,0,0.5);
	border: 1px solid #FBCB06;
	}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #FBCB06;
	}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	}

.navbar-header {
	padding-bottom: 15px;
	}

.navbar-default .navbar-nav > li > a {
	border-radius: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid transparent;
	}

.navbar-default .navbar-nav > li > a:hover {
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	border: 1px solid #FBCB06;
	}

.navbar-default .navbar-nav .active {
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	border: 1px solid #FBCB06;
	}

.navbar-default .navbar-nav > li {
	padding: 5px 1px 5px 1px;
	margin: 0px 0px 0px 0px;
	}

.navbar-default .navbar-nav > li:first-child {
	border-left: 0px solid #1eb0ca;
	}

/* ==========================================================================
	BODY
	========================================================================== */
.main-container { 
	max-width: 1200px;
	margin: 15px auto 15px auto;	
	padding: 0px 15px;
	border: 0;
	border-radius: 0px;
	background:none;
}

.content-container {
	box-sizing: border-box;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto; 	
	padding: 15px;
	background: rgba(139,69,19,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0, 0.6);
}

.container { 
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	padding: 15px 15px 0px 0px;
	border: 0;
	background: none;
	}

.maps { 
	width: 100%;
	min-height: 300px;
	background: none;
	margin: 0px 0px -3px 0px;
	padding: 0px;
	}

.spacer { 
	width: 100%;
	min-height: 20px;
	border-top: 1px solid #FBCB06;
	border-bottom: 1px solid #FBCB06;
	background: rgba(60,60,0,0.7);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
	}

.spacer h3 { 
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	line-height: 1.0;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 10px 0;
}

.spacer p { 
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	line-height: 1.0;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 10px 0;
}

.form-page {
	border: 0px;
	width: 100%;
	min-height: 670px;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

h1 {
	width: 100%;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 36px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 10px 0;
}

h2 { 
	width: 100%;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 0px 0;
	}

h2, h3 { font-weight: 300; }

h3, footer i { font-size: 14px; }

h3 {
	width: 100%;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 20px;
	color: #25477F;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 0px 0;
	padding: 5px 20px 5px 20px;
	border: 0;
}

h4 {
	width: 100%;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 0px 10px;
	background: rgba(195,33,48,0.7);
	padding: 5px;
	border: 1px solid #FBCB06;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}

p { 
	padding-left: 0px;
	margin: 10px 0px 10px 20px;
	color: #FFF;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
	}

p b { 
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
	}

p strong { 
	color: #25477F;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	}

p a { 
	color: #25477F;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p a:hover { 
	color: #FFF;
	text-decoration: none;
	}

.center-text {
	text-align: center;
}
.pic {
	margin: 0px 0px;
	padding: 0px;
	width:100%;
	}
.picsize {
	margin: 0px 0px;
	padding: 0px;
	width:100%;
	border: 1px solid #FBCB06;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	}
.gallerypic {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width:100%;
	border: 1px solid #FBCB06;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	}
.gallerypic:hover {
	opacity: 0.7;
	}

.logolink {
	margin: 10px auto;
	padding: 10px;
	max-width:100%;
	border: 0;
	border-radius: 8px;
	background: rgba(30,77,48,0.7);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}

.logolink:hover {
	background: rgba(105,18,33,0.7);
	}

.greenbutton {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin: 5px 0px 10px 15px;
	padding: 10px;
	width: 95%;
	border: 1px solid #FBCB06;
	border-radius: 6px;
	background: rgba(30,77,48,0.7);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.greenbutton:hover {
	color: #FBCB06;
	background: rgba(0,20,0,0.8);
	text-decoration: none;
	}
	
.greenbuttonselect, .greenbuttonselect:hover {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin: 5px 0px 10px 15px;
	padding: 10px;
	width: 95%;
	border: 1px solid #FBCB06;
	border-radius: 6px;
	background: rgba(60,0,0,0.7);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.docs {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin: 5px 0px 10px 15px;
	padding: 15px;
	width: 95%;
	border: 1px solid #FBCB06;
	border-radius: 6px;
	background: rgba(30,77,48,0.7) url(../images/pdf.png) no-repeat center right;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.docs:hover {
	color: #FBCB06;
	background-color: rgba(0,20,0,0.8);
	text-decoration: none;
	}
	
.paypal {
	float: none;
	text-decoration: none;
	margin: 5px 0px 10px 15px;
	padding: 0px;
	border: 0;
	border-radius: 6px;
	color: #FFF;
	background: none;
	}
	
.inputmenu {
	float: none;
	text-decoration: none;
	margin: 5px 0px 10px 10px;
	padding: 2px 5px 2px 3px;
	font-size: 13px;
	border: 1px solid #FBCB06;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 6px;
	color: #000;
	background: white;
	}
	
.inputform {
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	border-radius: 6px;
	color: #fff;
	border: 1px solid #FBCB06;
	border-radius: 6px;
	background: rgba(30,77,48,0.7);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.paypal:hover {
	text-decoration: none;
	opacity: 0.7;
	}
	
.greenbuttonon {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	margin: 5px 0px 10px 15px;
	padding: 10px;
	width: 95%;
	border: 1px solid #FBCB06;
	border-radius: 6px;
	color: #FFF;
	background: rgba(90,0,0,0.8);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.border-bottom {
	border-bottom: 1px solid #25477F;
	padding-bottom: 10px;
	}
	
.fb-page {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 950px;
	border: none;
	}
	

/* ==========================================================================
	FOOTER
	========================================================================== */
footer {
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px 0px;
	}

.shop-list h4 {
	background: none;
	box-shadow: none;
	border: 0;
	}

.shop-list ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-shadow: none;
	}

.shop-list ul li {
	list-style: none;
	font-size: 14px;
	margin: 0px 10px 5px 10px;
	text-shadow: none;
	text-transform: none;
	color: #FFFFFF;
	}

.shop-list i {
	font-size: 18px;
	margin-right: 5px;
	color: #FFFFFF;
	}

.shop-list a {
	text-transform: uppercase;
	color: #25477F;
	font-weight: 700;
	font-size: 13px;
	text-shadow: none;
	}

.shop-list a:hover {
	color: #607AA7;
	}

.more-info h4 {
	background: none;
	box-shadow: none;
	border: 0;
	}

.more-info p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}

.bottom-footer {
	text-align: left;
	padding: 60px 0 15px 0;
	}

.bottom-footer p {
	font-size: 12px;
	text-align: left;
	}

/* ==========================================================================
	MEDIA QUERIES
	========================================================================== */
@media screen and (max-width: 806px) and (min-width: 701px) {
	.navbar-header {
		padding-bottom: 5px;
		}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		}	
}
@media screen and (max-width: 700px) {
	.navbar-header {
		padding-bottom: 5px;
		}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		}	
}
@media screen and (max-width: 600px) {
	.navbar-header {
		padding-bottom: 5px;
		}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		}	
}
@media screen and (max-width:480px) {
	.navbar-header {
		padding-bottom: 5px;
		}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		}	
}
@media screen and (max-width:400px) {

}