div.break1 {
  margin: 0px auto;
  height: 10px; }

div.endcolumn {
  clear: both; }

div.freefloatleft {
  float: left; }

div.freefloatright {
  float: right; }

/* Custom Popup ----------------------------------------------------------------------- */
.custom-popup .leaflet-popup-content-wrapper {
  /* background-color: #805C0C */
  padding: 0px;
  margin: 0px;
  color: #1f2154;
  font-size: 16px;
  line-height: 18px;
  border: 0px solid #B58314;
  border-radius: 0px; }

.custom-popup .leaflet-popup-content-wrapper a {
  color: rgba(255, 255, 255, 0.5); }

.custom-popup .leaflet-popup-tip-container {
  width: 30px;
  height: 15px; }

.custom-popup .leaflet-popup-tip {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFF; }

.popupbackbrown {
  padding: 10px 10px 10px;
  padding-top: 10px;
  padding-right: 20px;
  border-radius: 5px;
  background-color: white; }

.popupbackred {
  padding: 10px 10px 10px;
  padding-top: 10px;
  padding-right: 20px;
  border-radius: 5px;
  background-color: #560F0F; }

.popupbackblack {
  padding: 10px 10px 10px;
  padding-top: 10px;
  padding-right: 20px;
  border-radius: 5px;
  background-color: #3F3F3F; }

.popuptitle {
  color: #1f2154;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: port-lligat-slab; }

.popupdesc {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

.popupdesc a:link, .popupdesc a:visited .popupdesc a:active {
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #FFF; }

.popupdesc a:hover {
  color: #000;
  font-size: 14px;
  background-color: #FFF;
  text-decoration: none;
  font-weight: bold; }

div.popupline {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  line-height: 16px; }

.map_nums {
  padding: 1px 3px 1px 3px;
  z-index: 30;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  background-color: white; }

.map_nums_2 {
  opacity: 0;
  visibility: hidden; }

/* Leaflet Popup ----------------------------------------------------------------------- */
.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all; }

.leaflet-popup-content {
  padding: 0px 0px 0px;
  margin: 0;
  line-height: inherit; }

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 0px; }

.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative; }

.leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  box-shadow: none; }

.leaflet-popup-close-button {
  text-indent: -999em;
  position: absolute;
  top: 10px;
  right: 0;
  pointer-events: all; }

.leaflet-popup-close-button :hover {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #FFF; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

/* Leaflet Fade Animation -------------------------------------------------------------- */
.leaflet-fade-anim .leaflet-popup, .leaflet-fade-anim .leaflet-tile {
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup, .leaflet-fade-anim .leaflet-tile-loaded {
  opacity: 1; }

/* Leaflet Scale ------------------------------------------------------------------------ */
.leaflet-left .leaflet-control-scale {
  top: -78px;
  left: 145px;
  margin-left: 5px;
  font-family: port-lligat-slab;
  color: white;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(31, 33, 84, 0); }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  background-color: rgba(31, 33, 84, 0.8);
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-top: 0;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden; }

.leaflet-control-scale-line :not(first-child) {
  border-top: 2px solid white;
  border-top-color: rgba(31, 33, 84, 0.1);
  border-bottom: 0;
  margin-top: -2px; }

.leaflet-control-scale-line :not(first-child) :not(last-child) {
  border-bottom: 2px solid white; }

.leaflet-bar a {
  content: "+";
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #E4C785;
  vertical-align: middle;
  background-repeat: no-repeat; }

.leaflet-bar a {
  display: block; }

.leaflet-bar, .leaflet-control-layers {
  top: 0px;
  left: 100px;
  color: #42320f;
  background-color: #EBC46C;
  border: 0px solid #999;
  border-color: #4B4236;
  border-radius: 0px;
  box-shadow: none; }

.leaflet-bar a, .leaflet-bar a:hover {
  color: #ad1f24; }

.leaflet-bar a:active, .leaflet-bar a:hover {
  color: white;
  background-color: #ad1f24;
  cursor: pointer; }

.leaflet-bar a:hover:first-child {
  border-radius: 0px 0px 0 0;
  border-bottom: 1px Solid #e7b23e; }

.leaflet-bar a:hover:last-child {
  border-bottom: 0;
  border-radius: 0 0 0px 0px; }

.leaflet-bar a:hover:only-of-type {
  border-radius: 0px; }

.leaflet-bar .leaflet-disabled {
  color: white;
  cursor: default;
  opacity: 1; }

.leaflet-left .leaflet-control-scale {
  margin-left: 15px;
  z-index: 200px; }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  z-index: 200px;
  font-size: 26px;
  display: block;
  content: "+";
  text-indent: -999em;
  color: white;
  background-color: rgba(255, 255, 255, 0.7); }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  z-index: 200px;
  color: #ad1f24;
  opacity: 1;
  content: "";
  background-image: url(icons-black.png);
  background-repeat: no-repeat;
  background-size: 34px 340px;
  background-color: white; }

.leaflet-control-zoom-in, .leaflet-control-zoom-out:before {
  z-index: 200px;
  color: white;
  opacity: 1;
  /*background-image: url(https: //api.tiles.mapbox.com/mapbox.js/v2.1.4/images/icons-ffffff@2x.png) */
  content: "";
  background-size: 34px 340px;
  background-color: white; }

.leaflet-control-zoom-in {
  background-position: 0 0; }

.leaflet-control-zoom-out {
  background-position: 0 -17px; }

/* Feedback ---------------------------------------------------------------------------- */
div.feedbackbutton {
  position: absolute;
  bottom: 20px;
  right: 250px;
  z-index: 10;
  border-radius: 0px; }

div.feedbox {
  position: absolute;
  z-index: 9;
  bottom: 70px;
  right: 250px;
  width: 330px;
  height: 310px;
  padding: 10px;
  text-align: left;
  border: 0px solid #E7B23E;
  background-color: #4B4236;
  line-height: 13px; }

div.sideboxfloat {
  position: absolute;
  z-index: 9;
  top: 275px;
  left: 145px;
  width: 430px;
  height: 422px;
  padding: 10px;
  text-align: left;
  border: 0px solid #E7B23E;
  background-color: #1f2154;
  line-height: 13px; }

.feedforminput {
  height: 30px;
  border: 0px solid #000000;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px;
  padding-top: 3px;
  padding-left: 6px;
  border-radius: 3px;
  resize: none; }

.feedformtextarea {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  border: 0px;
  overflow: auto;
  resize: none; }

div.feedresults {
  position: absolute;
  bottom: 70px;
  right: 250px;
  z-index: 9;
  border-radius: 0px;
  padding: 5px;
  background-color: #4B4236;
  color: #EBC46C;
  font-size: 14px;
  text-decoration: none;
  text-align: right;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal; }

div.sideresults {
  position: absolute;
  top: 610px;
  left: 145px;
  z-index: 9;
  border-radius: 0px;
  padding: 5px;
  background-color: #1f2154;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal; }

div.latlongresults {
  position: absolute;
  top: 180px;
  left: 960px;
  z-index: 9;
  border-radius: 0px;
  padding: 5px;
  background-color: #4B4236;
  color: #EBC46C;
  font-size: 16px;
  text-decoration: none;
  text-align: right;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.formtextsmall {
  color: white;
  padding: 2px;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal; }

.formtextsmallblack {
  color: white;
  padding: 2px 0px 2px 0px;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal; }

/* Drag Measure ------------------------------------------------------------------------ */
div.measure1 {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 150px;
  left: 10px;
  z-index: 20;
  background-color: #c72c2f;
  border: 1px solid #000; }

div.measure2 {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 190px;
  left: 10px;
  z-index: 20;
  background-color: #4b6ae0;
  border: 1px solid #000; }

div.ui-distance {
  position: absolute;
  bottom: 230px;
  left: 10px;
  z-index: 20;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px; }

div.ui-distancemod {
  position: absolute;
  top: 10px;
  left: 960px;
  z-index: 20;
  padding: 5px 10px;
  background: #6F6147;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0px; }

/* ------------------------------------------------------------------------------------- */
div.wrap2 {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

div.bookad {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 10;
  width: 200px;
  height: 130px; }

div.dg2cmast {
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 80px;
  z-index: 7;
  padding: 10px;
  text-align: left;
  border-radius: 0px 0px 0px 0px;
  background-color: #1f2154; }

div.maptitle {
  position: absolute;
  bottom: 90px;
  left: 80px;
  z-index: 7;
  width: 325px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: white;
  text-decoration: none;
  border-radius: 8px 8px 8px 8px;
  background-color: #4B4236; }

div.screenblack {
  position: absolute;
  display: block;
  z-index: 1200;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7); }

div.formbox {
  position: absolute;
  bottom: 0px;
  left: 350px;
  z-index: 7;
  padding-left: 0px;
  text-align: left;
  background-color: #4B4236; }

div.formboxsmall {
  position: absolute;
  bottom: 10px;
  left: 425px;
  z-index: 7;
  padding: 10px;
  text-align: left;
  border: 1px solid #EBC46C;
  background-color: #4B4236; }

div.formboxcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 180px;
  margin-top: -90px;
  margin-left: -125px;
  z-index: 1201;
  padding-left: 0px;
  text-align: left;
  border: 1px solid #EBC46C;
  background-color: #4B4236; }

div.adminbox {
  margin: 0 auto;
  padding: 10px;
  text-align: left; }

div.sidebox {
  position: absolute;
  top: 350px;
  left: 0px;
  z-index: 2;
  width: 82px;
  padding: 10px;
  text-align: center;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 15px;
  color: #EBC46C;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #e7b23e;
  border-style: solid;
  background-color: #4b4236; }

div.sidebox3 {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 0px;
  width: 72px;
  padding: 10px;
  text-align: center;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #EBC46C;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #e7b23e;
  border-style: solid;
  background-color: #1f2154; }

div.sidebox2 {
  position: absolute;
  z-index: 7;
  top: 10px;
  right: 650px;
  width: 82px;
  height: 350px;
  padding: 10px;
  text-align: center;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 15px;
  color: #EBC46C;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #e7b23e;
  border-style: solid;
  background-color: #4b4236; }

div.sideboxdark {
  position: relative;
  z-index: 9;
  width: 125px;
  top: 0px;
  left: -10px;
  padding: 5px;
  text-align: center;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: white;
  border: 2px solid #ad1f24;
  background-color: #1f2154; }

div.sidemap {
  position: relative;
  left: -10px;
  margin-top: 10px; }

div.sidegap {
  width: 80px;
  margin-top: 10px;
  border-top: 1px solid #292929; }

div.sidegaplight {
  width: 80px;
  margin-top: 10px;
  border-top: 1px solid white; }

div.side a {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
  border: 1px solid rgba(231, 178, 62, 0.7); }

div.side a:hover {
  display: block;
  opacity: 0.85;
  background-color: #ad1f24;
  border-color: #ad1f24; }

div.side120x60 a {
  float: left;
  width: 120px;
  height: 60px;
  margin-bottom: 6px;
  border: 1px solid #ad1f24; }

div.side120x60 a:hover {
  display: block;
  opacity: 0.85;
  background-color: #ad1f24;
  border-color: #ad1f24; }

.sidetext {
  color: white;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  font-family: port-lligat-slab; }

.sidetext a:link, .sidetext a:visited, .sidetext a:active {
  color: white;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: port-lligat-slab; }

.sidetext a:hover {
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: port-lligat-slab; }

/* Info Box -------------------------------------------------------------------------- */
div.info {
  position: absolute;
  width: 570px;
  top: 80px;
  left: 150px;
  z-index: 500;
  padding: 0px;
  text-align: left;
  background-color: #1f2154;
  background-image: url(dragboxtext.png);
  background-repeat: no-repeat;
  background-position: left 4px top 35px; }

div.infotest {
  position: absolute;
  width: 570px;
  top: 80px;
  left: 150px;
  z-index: 500;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background-color: #6F6147;
  background-image: url(dragboxtext.png);
  background-repeat: no-repeat;
  background-position: left 4px top 35px; }

div.infoleft {
  float: left;
  width: 500px;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  border-color: #313131;
  border-style: solid;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 18px;
  color: #1f2154;
  line-height: 17px; }

div.infostuff {
  float: left;
  padding: 3px;
  margin-top: 4px;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #1f2154; }

div.infostuff2 {
  float: left;
  padding: 3px;
  margin-top: 4px;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #1f2154; }

div.empty {
  float: left; }

.cb {
  padding: 2px;
  margin-top: 4px;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: white;
  background-color: #ad1f24; }

div.inforight {
  float: left;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  border-color: #313131;
  border-style: solid;
  text-align: left;
  line-height: 17px; }

div.infoclose {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url(close_button.gif);
  background-repeat: no-repeat;
  background-size: 30px 30px; }

div.infoclose:hover {
  display: block;
  opacity: 0.3;
  cursor: pointer;
  background-color: #D7C462; }

div.buttonbox {
  float: left;
  margin-left: 0px;
  width: 40px;
  height: 40px; }

div.buttonbox:hover {
  display: block;
  opacity: 0.5;
  cursor: pointer;
  background-color: #E9CB32; }

div.buttonboxinactive {
  float: left;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4; }

img.buttoninactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4; }

img.buttoninactive:hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0; }

div.storyclose {
  float: left;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  background-image: url(story_open.gif);
  background-repeat: no-repeat;
  background-size: 40px 40px; }

div.storyclose:hover {
  display: block;
  opacity: 0.5;
  cursor: pointer;
  background-color: #E9CB32; }

div.storyopen {
  float: left;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  background-image: url(story_closed.gif);
  background-repeat: no-repeat;
  background-size: 40px 40px; }

div.storyopen:hover {
  display: block;
  opacity: 0.5;
  cursor: pointer;
  background-color: #E9CB32; }

div.buttonpics {
  float: left;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  background-image: url(button_pics.gif);
  background-repeat: no-repeat;
  background-size: 40px 40px; }

div.buttongap {
  float: left;
  width: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-top: 1px solid #584D38; }

div.backbrown {
  padding: 10px;
  background-color: white;
  opacity: 1; }

div.backred {
  padding: 10px;
  background-color: #560F0F;
  opacity: 1; }

div.backblack {
  padding: 10px;
  background-color: #3F3F3F;
  opacity: 1; }

.infotitle {
  color: #1f2154;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  font-family: port-lligat-slab; }

.infotext {
  color: #1f2154;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  font-family: port-lligat-slab; }

.infotext a:link, .infotext a:visited, .infotext a:active {
  color: #1f2154;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: port-lligat-slab; }

.infotext a:hover {
  color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ad1f24; }

div.storybox {
  margin: 0 auto;
  margin-top: 6px;
  padding: 4px 4px 6px 4px;
  line-height: 15px;
  background-color: #1f2154;
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-family: port-lligat-slab; }

div.storybox2 {
  margin: 0 auto;
  margin-top: 0px;
  padding: 0px;
  height: 0px;
  line-height: 15px;
  background-color: #EBD490;
  color: #3D2E0F;
  font-size: 14px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

.storytext {
  color: #3D2E0F;
  font-size: 14px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

div.videoempty {
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

div.videobox {
  margin: 0 auto;
  margin-top: 25px;
  padding: 4px 4px 6px 4px;
  line-height: 15px;
  background-color: #EBD490;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

.videotext {
  margin-top: 25px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

.after-iframe {
  position: absolute;
  bottom: -20px;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }
  .after-iframe div {
    display: block;
    padding: 0 5px; }
    .after-iframe div.details-link {
      float: left; }
      .after-iframe div.details-link a {
        color: white;
        font-weight: bold; }
        .after-iframe div.details-link a:hover {
          color: white; }
    .after-iframe div.social-buttons {
      float: right; }

.credit {
  margin: 4px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
  background-color: #FFF;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; }

/* Info Box Mobile ----------------------------------------------------------------------- */
div.infomobile {
  position: absolute;
  bottom: -5px;
  left: 0px;
  z-index: 60;
  padding: 0px;
  text-align: left;
  background-color: #1f2154; }

div.infomobileleft {
  position: relative;
  left: 20px;
  top: -20px;
  margin-bottom: 20px;
  padding: 0px;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 18px;
  color: #1f2154; }

div.infomobilestuff {
  float: left;
  padding: 3px;
  margin-top: 4px;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 12px;
  color: white;
  background-color: #1f2154; }

div.infomobilestuff2 {
  float: left;
  padding: 3px;
  margin-top: 4px;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  font-size: 12px;
  color: white;
  background-color: #1f2154; }

div.empty {
  float: left; }

.mobilecb {
  padding: 2px;
  margin-top: 0px;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: white;
  background-color: #ad1f24; }

div.infomobileright {
  position: relative;
  top: 0px;
  left: 0px;
  padding-bottom: 0px;
  text-align: left;
  border-top-right-radius: 10px; }

div.infomobileclose {
  width: 20px;
  height: 20px;
  background-image: url(close_button.gif);
  background-repeat: no-repeat;
  background-size: 20px 20px; }

div.mobilebackbrown {
  padding: 5px;
  margin-right: 20px;
  line-height: 15px;
  background-color: white;
  opacity: 1; }

div.mobilebackred {
  padding: 5px;
  margin-right: 20px;
  line-height: 15px;
  background-color: #560F0F;
  opacity: 1; }

div.mobilebackblack {
  padding: 5px;
  margin-right: 20px;
  line-height: 15px;
  background-color: #3F3F3F;
  opacity: 1; }

.infomobiletitle {
  color: #1f2154;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: port-lligat-slab; }

.infomobiletext {
  color: #1f2154;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  font-family: port-lligat-slab; }

.infomobiletext a:link, .infomobiletext a:visited, .infomobiletext a:active {
  color: #1f2154;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: port-lligat-slab; }

.infomobiletext a:hover {
  color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ad1f24; }

/* ----------------------------------------------------------------------------------- */
.menu-ui {
  background: #E5C57E;
  position: absolute;
  top: 10px;
  left: 65px;
  z-index: 1;
  border-radius: 10px;
  width: 200px;
  border: 2px solid #B58314; }

.menu-ui a {
  font-size: 15px;
  color: #2B2007;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #B58314;
  text-align: center;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: bold; }

.menu-ui a:first-child {
  border-radius: 10px 10px 0 0; }

.menu-ui a:last-child {
  border: none;
  border-radius: 0 0 10px 10px; }

.menu-ui a:hover {
  background-color: #49360D;
  color: #E9D29D; }

.menu-ui a.active,
.menu-ui a.active:hover {
  background: #49360D;
  color: #E9D29D; }

.menu-alt {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 70;
  border-radius: 0px;
  width: 75px;
  border: 0px solid rgba(231, 178, 62, 0.7); }

.menu-alt a {
  font-size: 18px;
  color: #EDD192;
  display: block;
  margin: 0;
  padding: 4px;
  padding-left: 7px;
  text-decoration: none;
  border-bottom: 1px solid #E8DABC;
  text-align: left;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: normal;
  background-color: #785c35; }

div.headgap {
  height: 15px; }

.headbox {
  color: #EBC46C;
  background-color: #4B4236;
  font-size: 22px;
  display: block;
  margin: 0;
  padding: 4px;
  text-decoration: none;
  border-bottom: 0px solid #e7b23e;
  text-align: left;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.menu-alt a:only-of-type {
  background-color: #987444; }

.menu-alt a:last-child {
  border: none; }

.menu-alt a:hover {
  color: #474135;
  background: #E8DABC; }

.menu-alt a.active,
.menu-alt a.active:hover {
  color: #474135;
  background-color: #E8DABC;
  font-weight: bold; }

div.show {
  position: absolute;
  top: 10px;
  left: 500px;
  z-index: 70;
  border-radius: 0px; }

div.count {
  position: absolute;
  top: 50px;
  left: 500px;
  padding: 10px;
  z-index: 70;
  border-radius: 0px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #EDD192;
  background-color: #785c35; }

div.list {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 70;
  border-radius: 0px;
  width: 210px; }

.menu-list a {
  float: left;
  height: 28px;
  font-size: 18px;
  color: white;
  display: block;
  margin: 0;
  padding: 7px 5px 1px 5px;
  text-decoration: none;
  border-bottom: 0px solid #E8DABC;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: normal;
  background-color: #1f2154; }

.headbox {
  float: left;
  height: 28px;
  color: white;
  background-color: #ad1f24;
  font-size: 22px;
  display: block;
  margin: 0;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  border-bottom: 0px solid #e7b23e;
  text-align: left;
  font-family: port-lligat-slab;
  font-weight: bold; }

.gap {
  float: left;
  height: 28px;
  background-color: white;
  display: block;
  font-size: 22px;
  margin: 0;
  padding: 4px 1px 4px 1px; }

.menu-list a:only-of-type {
  background-color: #1f2154; }

.menu-list a:last-child {
  border: none; }

.menu-list a:hover {
  color: white;
  background: #ad1f24; }

.menu-list a.active,
.menu-list a.active:hover {
  color: #1f2154;
  background-color: white;
  font-weight: bold; }

/* List---------------------------------------------------------------------------- */
div.redblock {
  display: block;
  z-index: 80;
  width: 250px;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  background-color: #a61717; }

div.titlebeer {
  position: relative;
  display: block;
  width: 250px;
  left: -15px;
  padding: 5px;
  margin: 10px;
  margin-bottom: 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: #1f2154; }

.titlecider {
  color: #FFF;
  font-size: 18px;
  font-weight: bold; }

div.titlewine {
  position: relative;
  display: block;
  width: 250px;
  left: -15px;
  padding: 5px;
  margin: 10px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background-color: #560f0f; }

div.titlespirits {
  position: relative;
  display: block;
  width: 250px;
  left: -15px;
  padding: 5px;
  margin: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  background-color: #FFF; }

div.markerlist {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 210px;
  bottom: 0px;
  overflow-x: auto;
  margin: 0px;
  margin-top: 55px;
  padding: 5px;
  border-top: 2px Solid #1f2154;
  font-size: 14px;
  color: white;
  font-family: port-lligat-slab; }

div.markerlist li {
  padding: 5px;
  margin: 0px;
  list-style-type: none; }

div.markerlist li:hover {
  color: #42320f;
  background: #E4C785;
  border-radius: 3px; }

div.brownlist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  color: white;
  list-style-type: none;
  background-color: #1f2154; }

div.brownlist:hover {
  color: white;
  background: #ad1f24;
  border-radius: 0px; }

div.redlist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  margin: 0;
  color: #f0dcd1;
  list-style-type: none;
  background-color: #9e1818; }

div.redlist:hover {
  color: #9e1818;
  background: #f0dcd1;
  border-radius: 0px; }

div.blacklist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  margin: 0;
  color: #FFF;
  list-style-type: none;
  background: #000; }

div.blacklist:hover {
  color: #000;
  background: #FFF;
  border-radius: 0px; }

div.closedlist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  margin: 0;
  color: white;
  list-style-type: none;
  background-color: #ef2b2b; }

div.closedlist:hover {
  color: #9e1818;
  background: white;
  border-radius: 0px; }

div.greenlist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  color: #D2F0D4;
  list-style-type: none;
  background-color: #12781a; }

div.greenlist:hover {
  color: #12781a;
  background: #e4f3e5;
  border-radius: 0px; }

div.bluelist {
  position: relative;
  left: -5px;
  top: -10px;
  display: block;
  width: 210px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  color: #D2D9F0;
  list-style-type: none;
  background-color: #284caf; }

div.bluelist:hover {
  color: #284caf;
  background: #D2D9F0;
  border-radius: 0px; }
