/* CSS Document */
body {
	margin: 0;
	font-family: Arial;
	background-color: #242424;
}
.spacer {
	height: 10px;
	width: 10px;
}
.clearboth {
	clear: both;
}

.image{
    width: 100%;
    height: auto;
}
img{
    max-width: 100%;
    height: auto;
}
.enclosure_header {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #242424;
}
.header_logo {
	float: left;
	height: auto;
	max-width: 840px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
margin-left: auto;
margin-right:auto;
text-align:center;
}
.header_social_media {
	text-align: right;
	float: right;
	width: 150px;
	padding-top: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #242424;
}
.topnav_enclosure {
	float: right;
	height: auto;
	max-width: 800px;
}

.topnav a {
	float: left;
	display: block;
	color: #afb0b0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
}

.active {
  background-color: #fff;
  color: #000;
}

.topnav .icon {
  display: none;
}

.dropdown_main{
    float: left;
    overflow: hidden;
}

.dropdown_main .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #afb0b0;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
		text-transform: capitalize;
}

.topnav a:hover, .dropdown_main:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown_main:hover .dropdown-content {
    display: block;
}
.header_spacer_grey{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #AFB0B0;
}

.bg_home_top {
	background-image: url(gfx/bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 420px;
	background-position: center center;
}
.bg_top2 {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 420px;
	background-position: center center;
}

/* START THE SLIDER CSS */
   .container {
      width: 100%;
      height: 420px;
      position: relative;
    }

    .container .other-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 2;
      padding: 30px;
      font-size: 50px;
      color: white;
    }

    .container .slide {
      z-index: 1;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      transition: opacity 1s ease-in-out;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
    }

    .container .slide.show {
      opacity: 1;
    }

/* END THE SLIDER CSS */

.bg_base {
	background-image: url(gfx/bg_base.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 230px;
	background-position: center center;
}
.bg_map {
	width: 100%;
	height: auto;
	background-color: #AFB0B0;
}
.content_enclosure {
	width: 100%;
	background-color: #FFF;
	background-image: url(gfx/bg_content.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.content_general {
	padding: 10px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.content_general h1{
	font-size: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #2c2c2c;
}
.content_general h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #2c2c2c;
}

.gallery{
	width:300px;
	Height: 300px;
	float: left;
	padding: 10px;
}

.map_container {
    width:980px;;
    height:100%;
	margin-left:auto;
	margin-right:auto;
}
.archive-map {
    width:780px;
    height:400px;
	float:left;
}
.map_nav {
    background:rgba(0, 0, 0, 0.5);
    width:200px;
    text-align:left;
    margin:0;
    padding-left:0;
	float:left;
	list-style:none;
}
.map_nav li {
}
.map_nav li a {
    color:#fff;
    padding:5px;
    display:block;
    position:relative;
    z-index:100;
	text-decoration:none;
}

.footer{
	background-color: #000;
	height: auto;
	width: 100%;
	color: #FFF;
	font-size: 12px;
}
.footer_content {
	padding: 10px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer_content a{
	color: #FFF;
	text-decoration: none;
}

.footer_contact {
	width: 330px;
	float: left;
	padding-bottom:15px;
}
.footer_social_media {
	margin: 0px;
	float: left;
	width: 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 160px;
	float: left;
}
form header {
  margin: 0 0 20px 0;
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 0px 0;
  background-color:#CCC;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
    	text-align: right;
}
form > div > div,
form > div > fieldset > div {
  width: 73%;
  float: right;

}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

select {
	width:20%
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 80%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media screen and (max-width: 600px) {
.topnav_enclosure {
	float:none;
	height: auto;
	width: 100%;
}
.header_logo {
	float: left;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

  .topnav a:not(:first-child), .dropdown_main .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
.bg_home_top {
	height: 200px;
}
.bg_top2 {
	height: 200px;
}
   .container {
      width: 100%;
      height: 200px;
      position: relative;
    }
.footer_column{
	width: 100%;
}
.footer_cities a{
	padding:10px;
	margin:10px;

}
  form > div {
    margin: 0 0 0px 0;
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 0px 0;
	  	text-align: right;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown_main{float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown_main .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}
