 

img {
  width: auto\9;
  height: auto;
  /*max-width: 100%;*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
 
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block; 
  vertical-align: middle;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

select:focus,
textarea:focus, 
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,	
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: 0 \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: -1px 0 0;
  margin-top: -1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
 

select { 
	padding:0 0 0 2px;  
	vertical-align:middle;
	height: 30px; 
	font-size:12px;
	background: url(''.png) no-repeat right #fff;
	border: 1px solid #dbdbdb;
	min-width:60px;
}


input[type="text"]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9d9d9d; 
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9d9d9d; 
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9d9d9d; 
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9d9d9d; 
}

/**********************************************************************/ 
header {
  z-index: 1000; /* for IE and for OpenLayers */
  background: #F9F9F9;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
}
header .logo {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  opacity: 0.8;
  padding: 0px;
}

header .logo:hover {
  opacity: 1.0;
  cursor: pointer;
  text-decoration: none;
}

header .spacer {
  width: 100%;
}

header .nav {
  white-space: nowrap;
  vertical-align: top;
  margin-top: 5px;
}

header .nav-item {
  display: inline-block;
  margin: 0 0 0 25px;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}

header a.nav-item:link,
header a.nav-item:visited {
  color: #333333;
}

header a.nav-item:hover {
  opacity: 1.0;
  cursor: pointer;
  text-decoration: none;
}
.full-spot-map header {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background-color: #1D4BA6;
  display: flex;
  z-index: 999;
  height: 50px;
}
.Main_Titlelabel {
  font-size: 15px;
}
.Titlelabel {
  font-family: Verdana;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  bottom: 0px;
  top: 8px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
/*** responsive things *******************************************************/
@media screen and (max-width: 768px) {
  .Main_Titlelabel {
    font-size: 24px;
  }
}
/**********************************************************************/ 