/*#FF3300; /*#056937; /*#8F2467; /*#F05F40;*/
/*#F5F5DC;*/
/*
@gray-l4:     #ddd;
@gray-l3:     #ccc;
@gray-l2:     #aaa;
@gray-l1:     #999;
//@gray-base:   #737373;
@gray-d1:     #666;
@gray-d2:     #555;
@gray-d3:     #333;
@gray-d4:     #222;

/*@gray-light: @gray-l3;
@gray-dark:  @gray-d3;
*/
/******************

@brand-primary: @brand7-primary; //#67b5d1;
@brand-success: #5cb85c;
@brand-warning: #f0ad4e;
@brand-danger:  #d9534f;
@brand-info:    #5bc0de;

@brand-red: @brand7-red;
@brand-yellow: @brand7-yellow;
@brand-orange: @brand7-orange;
@brand-green: @brand7-green;
@brand-light: @brand7-lighten;
@brand-dark: @brand7-dark;

@brand1: #67b5d1;
@brand2: #66A7CD;
@brand3: #f3d93b;
@brand4: #489805;
@brand5: #e5e5e5;
@brand6: #64B4DC;
@brand: #64B4D4; //#489805; //#f3d93b; //#5CD72E; // #f8e109

@brand7-primary: #64B4D4;
@brand7-darken: #4199BA;
@brand7-dark: #247D9F;
@brand7-lighten: #8FCEE6;
@brand7-light: #C5E8F6;

@brand7-red: #FD5431;
@brand7-yellow: #FDC231;
@brand7-orange: #FD9B31;
@brand7-green: #15BD2D;

@brand7-danger: #F9303A; //#FD5431;

/** Colors **
@brand-primary: #64B4D2;        /* Main Primary color [blue] *
@brand-primary-l2: #C5E9F6;
@brand-primary-l1: #8FCEE6;
@brand-primary-d1: #4199BA;
@brand-primary-d2: #247D9F;

@brand-secondary-1-0: #FFD774;    /* Main Secondary color (1) [yellow] *
@brand-secondary-1-l2: #FFF0CA;
@brand-secondary-1-l1: #FFE29B;
@brand-secondary-1-d1: #FFCD52;
@brand-secondary-1-d2: #FDC231;

@brand-secondary-2-0: #FF8C74;    /* Main Secondary color (2) [red] *
@brand-secondary-2-l2: #FFD3CA;
@brand-secondary-2-l1: #FFAC9B;
@brand-secondary-2-d1: #FF7052;
@brand-secondary-2-d2: #FD5431;

@brand-complement-0: #FFBC74;    /* Main Complement color [apricose] *
@brand-complement-l2: #FFE5CA;
@brand-complement-l1: #FFCF9B;
@brand-complement-d1: #FFAC52;
@brand-complement-d2: #FD9B31;

@brand-green: #15BD2D;
@brand-red: #FD5431;
@brand-blue: @brand-primary;
@brand-yellow: #FDC231;
@brand-orange: #FD9B31;


/*
@gray-base:              #000;
@gray-darker:            lighten(@gray-base, 13.5%); // #222
@gray-dark:              lighten(@gray-base, 20%);   // #333
@gray:                   lighten(@gray-base, 33.5%); // #555
@gray-light:             lighten(@gray-base, 46.7%); // #777
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee
*





@siteheader-bg: @white;
@siteheader-color: @brand-primary-d2;

@page-bg: #fff;
@border-color: @gray-l4; //#dcdcdc;

//general
@heading-color: @gray-dark; //#333538;


@link-color:       @brand-primary-d1; //#67b5d1;
@link-color-hover: /*@brand7-dark; //#3184a1; //*darken(@link-color, 15%);

@font-family-base: 'Open Sans', sans-serif;

@table-border-color: #e6e6e6;
@line-color: @gray-light;*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
address {
  font-size: 16px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.bg-light-gray {
  background-color: #555555;
  color: white;
}
.bg-header {
  background-color: blanchedalmond;
  color: #333;
}
.bg-blue {
  background-color: blue;
  color: yellow;
}
.bg-red {
  background-color: red;
  color: white;
}
.bg-green {
  background-color: greenyellow;
  color: #333333;
}
.bg-yellow {
  background-color: yellow;
  color: #333333;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 85px 0;
}
aside {
  padding: 50px 0;
}
.small-padding {
  padding: 20px 0;
}
.no-padding {
  padding: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.rcontainer {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.rcontainer iframe,
.rcontainer object,
.rcontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.3em;
  /*text-transform: uppercase;*/
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(51, 51, 51, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #333333;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(51, 51, 51, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #333333;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    /*font-size: 14px;*/
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}
header,
.html5-header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: blanchedalmond;
  color: #333;
  text-align: center;
}
header .header-inner,
.html5-header .header-inner {
  /*background-color: aquamarine;*/
  height: 100%;
  display: block;
  /*padding-top: 0;*/
  margin: 0px auto;
  padding: 10px 15px;
  width: 100%;
}
header .header-logo,
.html5-header .header-logo {
  position: relative;
  text-align: center;
  margin-top: 50px;
  width: 100%;
  background-position: top center;
  background-image: url('../img/kirche.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  padding-top: 95%;
  /* (img-height / img-width * container-width) */
  /* IE Backgroundsize Fix */
}
header .header-content,
.html5-header .header-content {
  position: relative;
  text-align: center;
  /*padding: 15px 15px 100px;*/
  margin-top: 10px;
  width: 100%;
}
header .header-content .header-content-inner h1,
.html5-header .header-content .header-content-inner h1 {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
header .header-content .header-content-inner h2,
.html5-header .header-content .header-content-inner h2 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
header .header-content .header-content-inner h2#event-location,
.html5-header .header-content .header-content-inner h2#event-location {
  margin-bottom: 40px;
}
header .header-content .header-content-inner hr,
.html5-header .header-content .header-content-inner hr {
  margin: 20px auto;
}
header .header-content .header-content-inner p,
.html5-header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
header a#more-infos,
.html5-header a#more-infos,
header .btn-header,
.html5-header .btn-header {
  /*display: block;*/
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  header,
  .html5-header {
    /* 768px */
    min-height: 100%;
    /*margin-top: 0;*/
  }
  header .header-inner,
  .html5-header .header-inner {
    position: relative;
    max-width: 1200px;
    /*margin: 0px auto 0;*/
    padding: 60px 15px;
  }
  header .header-logo,
  .html5-header .header-logo {
    margin: auto;
    margin-top: 0;
    background-size: 30%;
    background-position: bottom left;
    overflow: visible;
    margin-bottom: 20px;
    padding-top: 50%;
  }
  header .header-content,
  .html5-header .header-content {
    text-align: center;
    padding: 0;
    width: 70%;
    display: block;
    margin: 0;
    /*max-height: 45%;*/
    position: absolute;
    bottom: 0;
    right: 0;
  }
  header .header-content .header-content-inner,
  .html5-header .header-content .header-content-inner {
    /*border: 2px solid blue;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  header a#more-infos,
  .html5-header a#more-infos,
  header .btn-header,
  .html5-header .btn-header {
    margin: 30px auto;
    font-size: 1.4em;
  }
}
@media (min-width: 800px) and (min-width: 1000px) {
  header .header-content .header-content-inner,
  .html5-header .header-content .header-content-inner {
    margin-top: 0;
  }
  header .header-content .header-content-inner h1,
  .html5-header .header-content .header-content-inner h1 {
    font-size: 3.6em;
  }
  header .header-content .header-content-inner h2,
  .html5-header .header-content .header-content-inner h2 {
    font-size: 3em;
  }
  header .header-content .header-content-inner h2#event-location,
  .html5-header .header-content .header-content-inner h2#event-location {
    margin-bottom: 20px;
  }
  header .header-content .header-content-inner hr,
  .html5-header .header-content .header-content-inner hr {
    margin: 20px auto;
  }
  header .header-content .header-content-inner p,
  .html5-header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
.no-svg header .header-logo {
    background-image: url(../img/Logo_small.png);    
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/Logo_small.png', sizingMethod='scale');
    
    @media (min-width: 600px) {
      background-image: url(../img/Logo_big.png);
      //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/Logo_big.png', sizingMethod='scale');
    }
}*/
.section-heading {
  margin-top: 0;
  font-size: 3em;
}
.heading-icon {
  margin-bottom: 20px;
}
#tickets h3#sale-start {
  font-weight: 600;
  font-size: 2em;
}
.tickets-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .tickets-box {
    margin: 20px auto 0;
    min-height: 220px;
  }
}
.tickets-box p {
  margin-bottom: 0;
  font-size: 16px;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
#events h3#sale-start {
  font-weight: 600;
  font-size: 2em;
}
.event-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 50px auto 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 992px) {
  .event-box {
    margin: 20px auto 0;
    min-height: 220px;
    border-bottom: none;
  }
}
.event-box h3,
.event-box h4,
.event-box h5 {
  font-weight: 600;
  line-height: 1.35;
}
.event-box h3 {
  font-size: 2.1em;
  margin: 0.8em 0;
}
.event-box h4 {
  font-size: 1.3em;
}
.event-box .booking-period {
  margin: 10px 0;
  display: block;
}
.event-box p {
  margin-bottom: 10px;
  font-size: 16px;
}
.event-box a.button {
  margin-top: 10px;
}
.additional-info h3 {
  margin: 0 auto;
  font-weight: 600;
}
.additional-info h4 {
  margin: 0 auto 15px;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
article {
  margin-top: 50px;
  padding: 50px 20px;
  min-height: 90%;
}
article h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}
article h2,
article h3,
article h4,
article h5 {
  font-weight: 600;
  line-height: 1.35;
  margin: 0.8em 0;
}
article h4,
article h5 {
  margin: 0.6em 0;
}
article p {
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  word-wrap: break-word;
}
article address {
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  article {
    /* 768px */
    min-height: 90%;
  }
  article h1 {
    font-size: 4em;
    width: 80%;
  }
}
footer {
  background-color: #222222;
  color: white;
  /*min-height: 40px;*/
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0 0;
}
footer .footer-links {
  /*margin-top: 15px;*/
  list-style: none;
  text-align: center;
  padding: 0;
}
footer .footer-links li {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  min-width: 30%;
}
footer p {
  font-size: 14px;
  /*margin-top: 15px;*/
  padding: 5px;
}
.container-bubbles {
  margin: 0 auto;
  max-width: 800px;
}
.bubble-xl {
  width: 270px;
  height: 270px;
  -moz-border-radius: 135px;
  -webkit-border-radius: 135px;
  border-radius: 135px;
  behavior: url(vendor/pie/PIE.htc);
  text-align: center;
  position: relative;
  float: left;
  margin: 10px 15px 0;
}
@media (max-width: 500px) {
  .bubble-xl {
    margin-bottom: 10px;
  }
}
.bubble-xl p {
  position: absolute;
  display: inline-block;
  top: 12.5%;
  left: 10%;
  width: 80%;
  height: 60%;
  margin: 0;
  padding: 0 9px;
  font-size: 22px;
  /*font-weight: 600;*/
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.bubble-right {
  float: right;
}
@media (min-width: 600px) {
  .bubble-right {
    margin-top: 75px;
  }
}
.bubble-right p {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222222;
}
.btn-primary {
  color: #fff;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: #fff;
}
.btn-submit {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit.focus,
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  color: #fff;
  background-color: #262626;
  border-color: #212121;
}
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  background-image: none;
}
.btn-submit.disabled,
.btn-submit[disabled],
fieldset[disabled] .btn-submit,
.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus,
.btn-submit.disabled.focus,
.btn-submit[disabled].focus,
fieldset[disabled] .btn-submit.focus,
.btn-submit.disabled:active,
.btn-submit[disabled]:active,
fieldset[disabled] .btn-submit:active,
.btn-submit.disabled.active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-submit .badge {
  color: #333333;
  background-color: #fff;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 30px;
}
.red-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #fed2c9;
  border-bottom-color: #FD5431;
  color: inherit;
}
.yellow-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #feeab9;
  border-bottom-color: #FDC231;
  color: inherit;
}
.orange-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #fed8af;
  border-bottom-color: #FD9B31;
  color: inherit;
}
.green-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #a9f5b4;
  border-bottom-color: #15BD2D;
  color: inherit;
}
.blue-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #d0e8f2;
  border-bottom-color: #64B4D4;
  color: inherit;
}
.white-box {
  border: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: inherit;
  border-bottom-color: inherit;
  color: inherit;
}
.grey-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #ddd;
  border-bottom-color: #999;
  color: inherit;
}
.dark-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #666;
  border-bottom-color: #333;
  color: #fff;
}
.primary-box {
  margin: 0 0 30px 0;
  padding: 15px;
  overflow: hidden;
  /*font-size: 0.9375rem;
    line-height: 1.45;*/
  border-bottom: 5px solid #777777;
  background-color: #fbd6ce;
  border-bottom-color: #F05F40;
  color: inherit;
}
div#goto-booking-form {
  text-align: center;
  margin: 10px auto;
}
@media (min-width: 800px) {
  div#goto-booking-form .btn-xl {
    /* 768px */
    font-size: 1.4em;
  }
}
form.booking-form h5 {
  font-size: 15px;
}
@media (min-width: 800px) {
  form.booking-form h5 {
    /* 768px */
    font-size: 16px;
  }
}
form.booking-form p {
  font-size: 16px;
  line-height: 1.4;
}
form.booking-form .btn-default {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: normal;
}
form.booking-form .btn-default:hover,
form.booking-form .btn-default:focus,
form.booking-form .btn-default.focus,
form.booking-form .btn-default:active,
form.booking-form .btn-default.active,
.open > .dropdown-toggleform.booking-form .btn-default {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #656565;
}
form.booking-form .btn-default:active,
form.booking-form .btn-default.active,
.open > .dropdown-toggleform.booking-form .btn-default {
  background-image: none;
}
form.booking-form .btn-default.disabled,
form.booking-form .btn-default[disabled],
fieldset[disabled] form.booking-form .btn-default,
form.booking-form .btn-default.disabled:hover,
form.booking-form .btn-default[disabled]:hover,
fieldset[disabled] form.booking-form .btn-default:hover,
form.booking-form .btn-default.disabled:focus,
form.booking-form .btn-default[disabled]:focus,
fieldset[disabled] form.booking-form .btn-default:focus,
form.booking-form .btn-default.disabled.focus,
form.booking-form .btn-default[disabled].focus,
fieldset[disabled] form.booking-form .btn-default.focus,
form.booking-form .btn-default.disabled:active,
form.booking-form .btn-default[disabled]:active,
fieldset[disabled] form.booking-form .btn-default:active,
form.booking-form .btn-default.disabled.active,
form.booking-form .btn-default[disabled].active,
fieldset[disabled] form.booking-form .btn-default.active {
  background-color: #777777;
  border-color: #777777;
}
form.booking-form .btn-default .badge {
  color: #777777;
  background-color: #fff;
}
form.booking-overview table.booking-order tr th:nth-child(1),
form.booking-overview table.booking-order tr th:nth-child(3),
form.booking-overview table.booking-order tr th:nth-child(4) {
  text-align: right;
}
form.booking-overview table.booking-order tr td:nth-child(1),
form.booking-overview table.booking-order tr td:nth-child(3),
form.booking-overview table.booking-order tr td:nth-child(4) {
  text-align: right;
}
/*** Forms (like Bootstrap) ***/
/* resets */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
/* form styling */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 90%;
  height: 30px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #777777;
  -webkit-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-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:hover {
  border-color: #000;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #333333;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio.checked label,
.checkbox.checked label {
  font-weight: 600;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 7px;
  color: #777777;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal {
  margin-bottom: 15px;
  display: block;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
  .form-horizontal .col-1 {
    width: 22%;
  }
  .form-horizontal .col-2 {
    width: 44%;
  }
  .form-horizontal .col-3 {
    width: 66%;
  }
  .form-horizontal .col-4 {
    width: 100%;
  }
  .form-horizontal .col-1,
  .form-horizontal .col-2,
  .form-horizontal .col-3,
  .form-horizontal .col-4 {
    position: relative;
    float: left;
    margin-right: 4%;
  }
  .form-horizontal .col-right {
    float: right !important;
    margin-left: 4%;
  }
  .form-horizontal label.text-right {
    text-align: right;
  }
}
/* feedback */
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #ebccd1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #dca7b0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #ebccd1;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #faebcc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #f5d89e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #FD5431;
}
.has-error .form-control {
  border-color: #FD5431;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #dca7b0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #FD5431;
  background-color: #f2dede;
  border-color: #FD5431;
}
.has-error .form-control-feedback {
  color: #FD5431;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
/* custom */
form .hidden,
form input[type="hidden"] {
  display: none;
}
.form-group.required label:after,
.checkbox.required label:after {
  content: " *";
  color: #cc0000;
  font-weight: bold;
}
.form-antispam .control-label {
  margin-bottom: 5px;
}
.form-antispam img.antispam-picture {
  display: block;
  margin: 0 auto 10px;
}
form p.antispam-explanation {
  font-size: 0.9em;
}
form p.required-explanation {
  float: right;
}
form p.required-explanation span {
  color: #cc0000;
  font-weight: bold;
}
/* ssl info box */
.info-box-ssl a:hover {
  text-decoration: none !important;
}
.info-box-ssl i.fa {
  margin-right: 5px;
}
.info-box-ssl > i.fa {
  font-size: 1.4em;
}
form .btn {
  margin-bottom: 20px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
/*# sourceMappingURL=main.css.map */