/*  Author:   Martin Stettler (http://dieweberei.ch/)
  	Version:  02222015
*/

/*  DEV


.card-header {
  border: 1px dashed #f227f9;
}
*/
/* ==========================================================================
   BASE STYLES
   ========================================================================== */

html,
body,
ul {
  margin:0;
  padding:0;
  background-color: #9fce56;
  font-family: 'Open Sans', Arial, sans-serif; /* no color def for form! */
  font-size: 17px;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  line-height: 1.3;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1  {
  text-align: center;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: calc( 24px + (80 - 24) * (100vw - 320px)/(1280 - 320));
}

h2,
h3,
h3 a,
h4,
h4 strong {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
  font-size: calc( 32px + (40 - 32) * (100vw - 320px)/(1280 - 320));
  margin-bottom: 15px;
}

.article-collapse h2,
h2.panel-title  {
  font-size: 28px;
  font-size: calc( 28px + (48 - 28) * (100vw - 320px)/(1280 - 320));
  line-height: 1.3;
}

h3  {
  font-size: 21px;
  font-size: calc( 21px + (28 - 21) * (100vw - 320px)/(1280 - 320));
}

h3 span,
.article-collapse h2 span,
h2.panel-title span {
  font-size: 21px;
  font-size: calc( 21px + (28 - 21) * (100vw - 320px)/(1280 - 320));
  text-transform: none;
}

.article-collapse h2 span,
h2.panel-title span {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

h3 a {
  border-bottom: 1px solid rgba(0, 50, 99, 1);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}

h3 a:hover {
  border-bottom: 1px solid rgba(0, 50, 99, 0);
}

p.h-link,
h3.h-link  {
  margin-bottom: 3vw;
}

h3 a:hover,
h3 a:active {
  color: #000;
}

h4 {
  font-size: 18px;
  font-size: calc( 18px + (24 - 18) * (100vw - 320px)/(1280 - 320));
  margin: 5px 0 15px 0;
}

.logo a span {
  position: absolute;
  top: 25px;
  left: 15px;
  display: block;
  text-indent: -9999px;
  width: 10%;
  height: auto;
  width: 250px;
  height: 42px;
  background-image: url(../graphics/logo-seilpark-gantrisch.svg);
  background-size: 100% 100%;
}

@media (min-width: 481px) {
  .logo a span {
    width: 350px;
    height: 59px;
  }
  h1 {
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .logo a span {
    top: 3vw;
    left: 5vw;
    width: 350px;
    height: 59px;
}
  h1 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
.logo a span {
    width: 425px;
    height: 71px;
}
  h1 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1170px) {

  h1 {
    margin-bottom: 30px;
  }
}


p {
  letter-spacing: 1px;
}

.card-body,
.card-body p {
  margin-bottom: 25px;  }

.getting-there p {
  margin-bottom: 0;
}

.p-20 {
  padding-bottom: 20px; }

strong {
  font-weight: 700;
}

a,
.important li {
  font-weight: 700;
}

a {
  color: #000;
}

.main a {
  text-decoration: underline;
}

a:hover,
a:active {
  color: #000;
}

a,
a:hover {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
}

p:last-child {
  padding-bottom: 30px;
}

.content img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.highlight {
  padding-top: 30px !important;
}

.highlight {
  background-color: #f2f2f2;
  padding: 5px 15px;
  margin: 20px 0;
}

.highlight p {
  margin-bottom: 25px; }

.highlight p:last-child {
  margin-bottom: 0; }

.highlight img {
  margin-bottom: 15px; }

.highlight img:last-child {
  margin-bottom: 0; }

p.before-list {
  margin-bottom: 0 !important;
}

:-moz-selection {
    text-shadow: none;
    background: #f7f7f7;
}

::selection {
    text-shadow: none;
    background: #f7f7f7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #f7f7f7;
}

/* ==========================================================================
   Browse Happy prompt lt IE 7
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #cc0033;
  color: #FFF;
  padding: 0.5em;
}

.browsehappy a {
  color: #FFF;
  text-decoration: underline;
}

.browsehappy a:hover {
  text-decoration: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
section.header {
  background-color: #9fce56;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: transparent;
}

.header-graphic {
  position: absolute;
  bottom: 0;
}
header img {
  width: 100%;
  height: auto; }


.claim {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner {
  text-align: center;
  padding: 20px 0;
}

.banner a {
  background: #FFF;
  padding: 10px 30px;
  color: #9fce56;
  border: 1px solid #9fce56;
}

.banner a:hover {
  background: #9fce56;
  color: #FFF;
  border: 1px solid #FFF;
}

.banner a:after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 15px;
  height: 13px;
  background: url(../graphics/arrow.svg);
}

.banner a:hover:after {
  background: url(../graphics/arrow2.svg);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
nav {
  position: relative;
  background-color: #9fce56;
  padding: 0;
  margin: 0;
}

.navbar {
  min-height: 0;
  background-color: transparent;
}

.navbar-toggle {
    top: 65px;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggle.shrink {
    top: 0;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: #9fce56;
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #9fce56;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default {
  position: fixed;
  top: 10px;
  right: 0px;
  border: 0;
  border-radius: 0;
  z-index: 1000;
}

.navmenu,
.navbar-offcanvas {
  width: 250px;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}

.navbar-nav {
  background-color: #f8f8f8;
}

.navbar-default .navbar-nav > li > a  {
  color: #000; /* d.blau */
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9fce56;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #9fce56;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, /* for dropdown active */
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #9fce56;
  background-color: transparent;
}

.navmenu,
.navbar-offcanvas {
  padding-top: 8px; /* top first menu */
}

.dropdown-menu {
  padding-left: 0px;
  margin: 0;
  font-size: 14px;
}

.dropdown-menu > li > a {
  color: #000!important; /* d.blau */
  font-size: 18px;
  font-weight: 400;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #9fce56!important;
  background-color: transparent!important;
}

@media (min-width: 768px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navmenu,
  .navbar-offcanvas {
    padding-top: 0;
  }

  .navbar-default {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    width: 740px; /* has to be fix width */
  }

  .navbar-default ul {
    text-align:center;
    margin: 0 auto;
  }

  .navbar-default ul li {
    display:inline;
  }

  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 1px solid #000;
    text-transform: uppercase;
    color: #000!important; /* hellblau */
  }

  .navbar-nav > li:first-child > a {
    border-left: 0;
  }

  .navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #FFF!important;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF!important;
    background-color: transparent;
  }

   .nav {
    background-color: transparent;
  }

  .dropdown-menu { /* bootstrap line 3411 */
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid #000;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu > li > a {
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-transform: uppercase;
    padding-left: 5px;
  }

  .dropdown-menu > li.active > a,
  .dropdown-menu > li.active > a:hover,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #9fce56!important;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .open > a, /* for dropdown title active */
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: transparent;
    border-color: #b8d4d2;
  }

}

/* ==========================================================================
   CONTENT
   ========================================================================== */
section.content {
  position: relative;
  background-color: #FFF;
}

@media (min-width: 1600px) {
  .tree {
    position: absolute;
    bottom: -1px;
    left: -200px;
    width: 552px;
    height: 594px;
    background-image: url(../graphics/baum.svg);
    background-size: 100%;
  }
}

/* Columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

.main,
.sidebar {
  padding-top: 20px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .main,
  .sidebar {
    padding-top: 40px;
  }
  h3.h-link:first-child {
    padding-top: 10px;
  }
}

.main {
  background-color: transparent;
  padding-bottom: 20px;
}

.sidebar {
  vertical-align: top; /* for equal columns */
  background-color: #d2e8b0;
}

.card {
  background-color: #9fce56;
  padding: 5px 15px;
  margin: 20px 0;
}

.img-frame {
  padding: 10px 0;
}

/* List */
ul.default  {
    padding: 0;
    margin: 0 0 30px 0;
    background-color: transparent;
}

ul.default li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 17px; }

ul.default li:before {
    position: relative;
    display: block;
    top: 0;
    left: -20px;
    height: 0;
    content: "–";
    color: #000; }


/* Tabs */
dl {
  margin-bottom: 10px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 50%;
    text-align: left;
  }

  .dl-horizontal dd {
    margin-left: 20px;
    text-align: right;
  }

}

/* Collapsing article 
    (https://disjfa.github.io/bootstrap-tricks/card-collapse-tricks/) 
*/

.article-collapse h2 {
  color: #000;
  font-weight: 400;
}

@media (min-width: 768px) {
    .article-collapse h2 {
      color: #FFF;
      font-weight: 400;
    }
}

i.open {
    position: absolute;
    bottom: -13px;
    right: 0; }

.pull-right i.icon {
  color:  #000;
  transition: all 0.5s;
  padding: 0 !important; }

.pull-right i.icon:hover {
  transition: all 0.5s;
  transform: translateY(-5px); }


/*
i.open {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #000 transparent;
  transition: all 0.5s; }
*/
i.open:hover {
    transition: all 0.5s;
    border-color: transparent transparent #9fce56 transparent; }

.card-header .open {
  transition: .3s transform ease-in-out; }

.card-header .collapsed .open {
  -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.card-header {
  position: relative; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    i.close:before { 
        background: none; }
}

/* Collapsing article NEW
      https://codepen.io/delonnkoh/pen/LRWgPP
*/

#accordion .panel {
  background-color: #9fce56;
  padding: 5px 15px;
  margin: 20px 0;
  border-radius: 0;
}

.panel-title a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.panel-body {
  border-top: 0px transparent !important;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  transition: all 0.2s ease-in;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
}

#accordion .panel-heading a:not(.collapsed) {
  transition: all 0.2s ease-in;
}

.panel-title:hover {
  cursor: pointer;
}

h2.panel-title a {
  color: #000;
  font-weight: 400;
}

@media (min-width: 768px) {
    h2.panel-title a {
      color: #FFF;
    }
}
.panel-title {
  position: relative;
}
.panel-title a i.icon {
    position: absolute;
    bottom: 0px;
    right: 0; }

#accordion .panel-heading .accordion-toggle i.icon {
  color:  #000;
  transition: all 0.5s;
  padding: 0 !important;
  transform: rotate(0deg);
  transition: all 0.2s ease-in; }

#accordion .panel-heading .accordion-toggle i.icon:hover {
  transition: all 0.5s;
  transform: translateY(5px); }

#accordion .panel-heading .accordion-toggle.collapsed i.icon {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in;
}

/* Tables */
table {
    width: 100%;
    margin-bottom: 35px; }

table > thead > tr > th,
table > tbody > tr > td {
    width: auto;
    padding: 2px 5px 2px 0;
    line-height: 1.4;
    vertical-align: top;
    border: 0;
    font-size: 12px;
    font-size: calc( 14px + (17 - 14) * (100vw - 320px)/(576 - 320)); }

table > thead > tr > th:last-child,
table > tbody > tr > td:last-child {
    padding-right: 0; }

table > thead > tr > th {
    font-weight: 600; }

table > tbody > tr > td > p {
    margin-bottom: 0; }


table.opening-hours > thead > tr > th,
table.opening-hours > tbody > tr > td  {
  font-weight: 700;
  border: 1px solid #000;
  padding: 5px 10px;
}

td.special {
  font-size: 21px;
  font-weight: 700 !important;
}

td.holiday {
  background-color: #d2e8b0;
  color: #000;
}

table.parcours > thead > tr > th,
table.parcours > tbody > tr > td {
  padding: 5px 10px;
  border: 1px solid #000;
}

/* Parcours Icons */
.parcours-container {
    margin-top: 30px;
}

table.parcours th,
table.parcours td {
    display: table-cell;
    vertical-align: middle;
}

table.parcours.action th:last-child,
table.parcours.action td:last-child {
    display: none;
}

td.parcours-title h4 {
    min-height: 50px;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-size: calc( 12px + (21 - 12) * (100vw - 320px)/(576 - 320)); }

@media screen and (min-width: 576px) {
    table > thead > tr > th,
    table > tbody > tr > td {
         font-size: 17px; }

    table.parcours.action th:last-child,
    table.parcours.action td:last-child {
        display: table-cell;
    }

    td.parcours-title h4 {
         font-size: 21px; }
}

td.parcours-title h4:before {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 20px 10px 0;
}

.maus h4:before {
    background: url(../graphics/maus.svg) no-repeat; }

.ameise h4:before {
    background: url(../graphics/ameise.svg) no-repeat; }

.fledermaus h4:before {
    background: url(../graphics/fledermaus.svg) no-repeat; }

.dachs h4:before {
    background: url(../graphics/dachs.svg) no-repeat; }

.fuchs h4:before {
    background: url(../graphics/fuchs.svg) no-repeat; }

.reh h4:before {
    background: url(../graphics/reh.svg) no-repeat; }

.hoeiguemper h4:before {
    background: url(../graphics/hoeiguemper.svg) no-repeat; }

.eichhoernchen h4:before {
    background: url(../graphics/eichhoernchen.svg) no-repeat; }

.kauz h4:before {
    background: url(../graphics/kauz.svg) no-repeat; }

.adler h4:before {
    background: url(../graphics/adler.svg) no-repeat; }

.schmetterling h4:before {
    background: url(../graphics/schmetterling.svg) no-repeat; }

.pendel h4:before {
    background: url(../graphics/pendel.svg) no-repeat; }

.sprung h4:before {
    background: url(../graphics/sprung.svg) no-repeat; }

.freierFall h4:before {
    background: url(../graphics/freierFall.svg) no-repeat; }

/* Table Getting there */
table.icon-table {
    margin-bottom: 15px; }

/* Table Prices */
table.price-table thead td {
  background-color: #9fce56;
  color: #FFF;
  padding: 5px;
  font-size: 12px;
  font-size: calc(12px + (17 - 12) * (100vw - 320px)/(1440 - 320));
}

table.price-table tbody td {
  padding: 5px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-size: calc(12px + (17 - 12) * (100vw - 320px)/(1440 - 320)); 
}

table.price-table thead tr td:last-child,
table.price-table tbody tr td:last-child {
  width: 35%;
}

p.text-small {
  font-size: 14px;
  font-size: calc( 12px + (14 - 12) * (100vw - 320px)/(1440 - 320)); 
  margin-top: -30px;
}

@media (min-width: 1441px) {
  table.price-table thead tr td,
  table.price-table tbody tr td {
    font-size: 17px;
  }

  p.text-small {
    font-size: 14px;
  }
}

/* Google Map */
#map_canvas {
    height: 400px;
    margin-bottom: 10px;
}

@media (min-width: 768px ) {
    #map_canvas {
        height: 400px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px ) {
    #map_canvas {
        height: 400px;
        margin: 32px 0 10px 0;
    }
}

/* Voucher */
.v-frame {
    border: 1px solid #9fce56;
}

/* Carousel */
/* Multi-template version (not block-tag): http://forum.grabaperch.com/forum/11-18-2015-bootstrap-carousel-template-for-perch */
.carousel-control.left,
.carousel-control.right {
    background-image: none; /* Shadows */
}

/* Icons 
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    font-size: 50px;
}*/
.carousel-control .icon-prev:before {
  content: '';
}
.carousel-control .icon-next:before {
  content: '';
}

.carousel-inner {
   margin-bottom: 40px; /* space for carousel-indicators below */
}

.carousel-indicators {
  position: absolute;
  bottom: -40px; /* 10px for inside */
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

@media (max-width: 599px) {

  .carousel-indicators {
    display: none;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d2e8b0;
  border: 1px solid #d2e8b0;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px;
  background-color: #9fce56;
  border: 1px solid #9fce56;
}

/* Fading */
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
    opacity: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/* Meteo Widget */

.meteo-container iframe {
  width: 100%;
  height: 300px;
  border: 0;
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .meteo-container iframe {
    width: 50%;
    height: 250px; }
}

@media (min-width: 992px) {
  .meteo-container iframe {
    width: 100%; }
}

/* Form */
form {
  padding: 30px 10px;
  margin-bottom: 20px;
  background-color: #9fce56;
}

label {
  font-weight: 400;
}

section.content .form-group {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  section.content .form-group {
    margin-bottom: 10px;
  }
}

section.content .form-group input,
section.content .form-group textarea {
  padding: 5px;
  background-color: #FFF;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}

section.content .form-group label.radio-inline {
  font-weight: 400;
}

section.content .form-group input.price {
  width: 50px;
}

section.content .form-group input.form-control {
  height: 35px;
}

section.content .form-group textarea.form-control {
  height: 236px;
}

section.content .form-control:focus {
  border-color: #9fce56;
  box-shadow: none;
}

section.content::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  color: #bbb;
}

section.content:-moz-placeholder {
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  color: #bbb;
}

section.content::-moz-placeholder {
  text-transform: uppercase;
  font-family: ,Arial,sans-serif;
  color: #bbb;
}

section.content:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  color: #bbb;
}

section.content .text-danger {
  color: #e74c3c;
}

section.content button {
  float: right;
}

.form-group p:last-child {
  padding-bottom: 0;
}

p.help-block {
  margin-left: 30px;
}

section.content .alert-success {
  border-radius: 0;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"]{
   background-color:transparent!important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    border-color: #666;
    color: #fff;
    background-color: #999;
}

.btn-default {
    padding: 10px 40px;
    border-color: #f2f2f2;
    color: #000;
    background-color: #f2f2f2;
    border-radius: 0;
    font-size: 18px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border-color: #d2e8b0!important;
    color: #000!important;
    background-color: #d2e8b0!important;
}

/* Getting there - icons */
.getting-there span {
  white-space: nowrap;
  padding-right: 10px; }

i.icon {
  padding: 10px 10px 10px 0; }

.icon-map {
  padding-left: 10px !important; }

a .icon,
a .icon:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

a .icon:hover {
  color: #9fce56; }

/* Events */
.anchor {
    display: block;
    height: 50px; /* same height as header */
    margin-top: -50px; /* same height as header */
    visibility: hidden; }

.event-container {
  margin-bottom: 20px; }

.event {
  margin-bottom: 20px; }

.event:last-child {
  margin-bottom: 0; }

.date {
  background: #9fce56;
  text-align: left;
  padding: 15px; }

.date h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 !important;
  margin: 0 !important; }

.details {
  background: #9fce56;
  padding: 15px; }

.details p:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .date {
    text-align: center; }
}

/* Voucher */
.v-frame {
    border: 1px solid #9fce56;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
}

footer p:last-child {
  padding-bottom: 0;
}

footer a,
footer a:hover,
footer a:active {
  color: #000;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #000;
}

@media (min-width: 768px) {
  .flex-container {
  display: flex;
}
.flex-item.social {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
}
ul.social-buttons {
  background: transparent;
}

ul.social-buttons li {
    display: inline-block;
    padding: 10px;
    outline: 0;
}

ul.social-buttons li a {
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover {
  color: #FFF;
  cursor: pointer; }

.social-buttons li {
  list-style-type: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
