html {
	font-family: sans-serif;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;

}

body {
	margin: 0;
}


footer,
header,
nav {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
	color: #000080;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	height: 0;
	box-sizing: content-box;
}

code {
	font-family: monospace, monospace;
	font-size: 1em;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
}

@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h2,
	p {
		orphans: 3;
		widows: 3;
	}

	h2 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

* {
	box-sizing: border-box;
}

:after,
:before {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #2b6b29;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #44a841;
	text-decoration: underline;
}

a:focus {
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
}

[role=button] {
	cursor: pointer;
}

.h1,
.h2,
.h4,
h1,
h2,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1,
.h2,
h1,
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h4,
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h1,
h1 {
	font-size: 36px;
}

.h2,
h2 {
	font-size: 30px;
}

.h4,
h4 {
	font-size: 18px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 20px;
	}
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-muted {
	color: #777;
}

.bg-info {
	background-color: #E4E4E4;
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

.logo-image {
	top:20%;
	z-index: 3;
	margin: auto;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: auto;
}

@media (max-width: 600px) {
	.logo-image {
		width: 11.5vw;
		top:5%;
	}
}

@media (max-width: 767px) {
	.fb-page {
		margin: 0px -10px auto;
		display: block;
		text-align: center;
		transform: scale(0.9);
	}
}

code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1450px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}


.col-lg-10,
.col-lg-3,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-9,
.col-sm-6,
.col-sm-8,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {

	
	.col-sm-6,
	.col-sm-8 {
		float: left;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}
}

@media (min-width: 992px) {

	
	.col-md-12,
	.col-md-4,
	.col-md-6,
	.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 1200px) {

	
	.col-lg-10,
	.col-lg-3,
	.col-lg-9 {
		float: left;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-3 {
		width: 25%;
	}
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

#mymap{
    background: url(/img/google-maps.webp); 
    background-size: cover;
    position: relative;
    overflow: hidden;
	width: 100%;
    height: 320px;
}
#mymap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav>li>a>img {
	max-width: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: transparent solid 1px;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgb(255, 255, 255, 0.1) inset;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	
	.navbar-fixed-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}


.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {

	
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}


.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {

	
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}


.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {

	
	.navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: transparent solid 1px;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) {

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media {
	overflow: hidden;
}


.media>.pull-right {
	padding-left: 10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	transition: left 0.6s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1;
}

@media all {
	.carousel-inner>.item {
		transition: transform 0.6s ease-in-out;
		backface-visibility: hidden;
		perspective: 1000px;
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		transform: translate3d(100%, 0, 0);
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		transform: translate3d(-100%, 0, 0);
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgb(0, 0, 0, 0.6);
	background-color: rgb(0, 0, 0, 0);
	opacity: 0.5;
}

.carousel-control.left {
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.0001) 0, rgb(0, 0, 0, 0.5) 100%);
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: rgb(0, 0, 0, 0);
	border: #fff solid 1px;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

@media screen and (min-width: 768px) {

	.carousel-indicators {
		bottom: 20px;
	}
}


.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}


.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 20px;
	}
}

@media (width: 384px) {
	.lead {
		font-size: 10px;
	}
}

html {
	font-family: sans-serif;
	background-color: #ffffff;
}