body {
    /*#f39c12;*/
    /*text-align: center;*/
}

.center-on-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table {
    margin-left: auto;
    margin-right: auto;
}

header {
    font-size: 25px;
    /*font-weight: bold;
            text-align: center;*/
    color: #666;
    background-color: #fff;  /* #1b75bb;*/
    /*#77c83e;*/
    /*#3366ff;*/
    padding: 20px 20px;
}

footer {
    font-size: 18px;
    /*color: white;
    background-color: #666;*/
    color: #333;
    background-color: #F1C594;
    padding: 40px 20px;
}

footer a {
    /*color: #ffffbf !important;*/
    color: #518A63 !important;
}

footer a:hover, footer a:visited {
    text-decoration: underline;
}

.language-bar {
    float: right !important;
    font-size: 18px;
}

.language-bar a {
    color: #666;
    text-decoration: none;
}

.language-bar a:hover, .language-bar a.selected {
    color: #333;
    text-decoration: underline;
}

@keyframes blink {
   50% { border-color: #ff0000; }
}

#xloc_box, #yloc_box {
    padding-top: 5px;
    padding-bottom: 5px;
}

.highlight {
    /*animation: blink .5s step-end infinite alternate;*/
    background-color: yellow; /*#72df05; /*aquamarine;*/
}

#content-header {
    padding: 30px 0px;
    background-color: #f0f0f0; /*#1b75bb; /*#38b449;*/
    /*#eefb1a;*/
    color: #333;
}

#content-slideshow {
    background: #bfff00; /*#ffffbf; /*#1b75bb; /*#38b449; /*#ffffbf;*/
    padding: 60px 0px;
}

#content-photos {
    background: #518A63; /*#38b449; /*#bfff00; /*#38b449; /*#1b75bb;*/
    padding: 60px 0px;
}

.location {
    padding: 5px 0px;
}

.form-label {
    /*font-size: 1.5em;*/
    font-weight: normal;
}

/*.imgx {
    width: 95%;
}*/

option:disabled {
    color: #b8b8b8; /*#c0c0c0; /*graytext;*/
}


h1 {
    text-align: center;
}

/* Reset Select */
/*select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      outline: 0;
      box-shadow: none;
      border: 0 !important;
      background: #2c3e50;
      background-image: none;
}*/

/* Custom Select */
.select {
    position: relative;
    display: inline-block;
    /*width: 10em;*/
    overflow: hidden;
    vertical-align: middle;
}
/*
select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    cursor: pointer;
}
*/
/*
        select::-ms-expand {
          display: none;
        }*/
/* Arrow */
/*.select::after {
          content: '\25BC';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          padding: 0 1em;
          background: #34495e;
          pointer-events: none;
        }*/
/* Transition */
/*.select:hover::after {
          color: #f39c12;
        }
        .select::after {
          -webkit-transition: .25s all ease;
          -o-transition: .25s all ease;
          transition: .25s all ease;
        }*/
.thumbnail {
    box-shadow: 0 0 5px #ccc;
    border: 20px solid #fff;
    position: relative;
    padding: 0px;
}

.thumbnail .caption {
  padding: 0px;
}

.thumbnail .caption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;*/
  background-color: #666;
  color: #fff;
}

.thumbnail .caption .move {
  padding: 5px 10px;
  background-color: #333;
  /*height: 100%;
  min-width: 0;*/
}

.thumbnail .caption .description {
  padding: 5px 5px 5px 10px;
}

/*.thumbnail div {
    font-size: 1em !important;
}
*/

.thumbnail span {
    /*position: absolute;*/
    bottom: inherit;
    top: 0;
    left: 0;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 1em !important;
    background: #333; /*rgba(80, 80, 80, .75);*/
    text-align: center;
    /*width: 100%;*/
}

.thumbnail span,
.lb-caption {
    font-size: 1em !important;
}

.bxslider {
    margin-bottom: 60px;
}

.bx-wrapper {
    border-width: 20px;
    border-radius: 4px;
}

.bx-wrapper .bx-caption {
    bottom: inherit;
    top: 0px;
}

.bx-wrapper .bx-caption span {
    font-size: 1em;
    font-family: "RobotoCondensed", "Open Sans", "Microsoft JhengHei", Verdana, Arial, sans-serif;
    text-align: center;
    padding: 10px
}

.bx-wrapper .bx-pager {
    margin-bottom: -15px;
}

@media (max-width: 500px) {
    .bx-wrapper .bx-caption span {
        font-size: .75em;
    }
    .thumbnail span,
    .lb-caption {
        font-size: .75em !important;
    }

    .bx-wrapper {
        border-width: 10px;
    }

    .thumbnail {
        border: 10px solid #fff;
    }

    .bx-wrapper .bx-pager {
        margin-bottom: -5px;
    }

}

/* ===================== */
.photoContainer {
  position: relative;
  display: block;
}

.photoImage {
  display: block;
  width: 100%;
  height: auto;
}

.photoArrowOverlay {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
}

a.questionaire {
  display: block;
  padding: 40px;
  background-color: greenyellow;
  font-size: 22px;
  text-align: center;
}

a.questionaire:hover {
  background-color: #fff100;
  text-decoration: none;
}

.btn-primary {
    background-color: #518A63;
    border-color: #518A63;
}
