.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

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

.margin-top {
  margin-top: 20px;
}

.vmiddle {
  vertical-align: middle;
}

/* ************************************************* HTML */
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html div.background, body div.background {
  background-image: url(../images/design/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html .btn, body .btn {
  font-family: "Alegreya SC", serif, "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
html .btn-dark, body .btn-dark {
  color: white;
  background-color: #150701;
  border-color: #150701;
}
html .btn-dark:hover, html .btn-dark:focus, html .btn-dark:active, html .btn-dark.active, .open > html .btn-dark.dropdown-toggle, body .btn-dark:hover, body .btn-dark:focus, body .btn-dark:active, body .btn-dark.active, .open > body .btn-dark.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
html .btn-dark:active, html .btn-dark.active, .open > html .btn-dark.dropdown-toggle, body .btn-dark:active, body .btn-dark.active, .open > body .btn-dark.dropdown-toggle {
  background-image: none;
}
html .btn-dark.disabled, html .btn-dark.disabled:hover, html .btn-dark.disabled:focus, html .btn-dark.disabled:active, html .btn-dark.disabled.active, html .btn-dark[disabled], html .btn-dark[disabled]:hover, html .btn-dark[disabled]:focus, html .btn-dark[disabled]:active, html .btn-dark[disabled].active, fieldset[disabled] html .btn-dark, fieldset[disabled] html .btn-dark:hover, fieldset[disabled] html .btn-dark:focus, fieldset[disabled] html .btn-dark:active, fieldset[disabled] html .btn-dark.active, body .btn-dark.disabled, body .btn-dark.disabled:hover, body .btn-dark.disabled:focus, body .btn-dark.disabled:active, body .btn-dark.disabled.active, body .btn-dark[disabled], body .btn-dark[disabled]:hover, body .btn-dark[disabled]:focus, body .btn-dark[disabled]:active, body .btn-dark[disabled].active, fieldset[disabled] body .btn-dark, fieldset[disabled] body .btn-dark:hover, fieldset[disabled] body .btn-dark:focus, fieldset[disabled] body .btn-dark:active, fieldset[disabled] body .btn-dark.active {
  background-color: #150701;
  border-color: #150701;
}
html .btn-dark .badge, body .btn-dark .badge {
  color: #150701;
  background-color: white;
}
html .btn-dark-light, body .btn-dark-light {
  color: #dad2cd;
  background-color: #d3d2d2;
  border-color: #d3d2d2;
}
html .btn-dark-light:hover, html .btn-dark-light:focus, html .btn-dark-light:active, html .btn-dark-light.active, .open > html .btn-dark-light.dropdown-toggle, body .btn-dark-light:hover, body .btn-dark-light:focus, body .btn-dark-light:active, body .btn-dark-light.active, .open > body .btn-dark-light.dropdown-toggle {
  color: #dad2cd;
  background-color: #bab8b8;
  border-color: #b5b3b3;
}
html .btn-dark-light:active, html .btn-dark-light.active, .open > html .btn-dark-light.dropdown-toggle, body .btn-dark-light:active, body .btn-dark-light.active, .open > body .btn-dark-light.dropdown-toggle {
  background-image: none;
}
html .btn-dark-light.disabled, html .btn-dark-light.disabled:hover, html .btn-dark-light.disabled:focus, html .btn-dark-light.disabled:active, html .btn-dark-light.disabled.active, html .btn-dark-light[disabled], html .btn-dark-light[disabled]:hover, html .btn-dark-light[disabled]:focus, html .btn-dark-light[disabled]:active, html .btn-dark-light[disabled].active, fieldset[disabled] html .btn-dark-light, fieldset[disabled] html .btn-dark-light:hover, fieldset[disabled] html .btn-dark-light:focus, fieldset[disabled] html .btn-dark-light:active, fieldset[disabled] html .btn-dark-light.active, body .btn-dark-light.disabled, body .btn-dark-light.disabled:hover, body .btn-dark-light.disabled:focus, body .btn-dark-light.disabled:active, body .btn-dark-light.disabled.active, body .btn-dark-light[disabled], body .btn-dark-light[disabled]:hover, body .btn-dark-light[disabled]:focus, body .btn-dark-light[disabled]:active, body .btn-dark-light[disabled].active, fieldset[disabled] body .btn-dark-light, fieldset[disabled] body .btn-dark-light:hover, fieldset[disabled] body .btn-dark-light:focus, fieldset[disabled] body .btn-dark-light:active, fieldset[disabled] body .btn-dark-light.active {
  background-color: #d3d2d2;
  border-color: #d3d2d2;
}
html .btn-dark-light .badge, body .btn-dark-light .badge {
  color: #d3d2d2;
  background-color: #dad2cd;
}
html .btn-secondary, body .btn-secondary {
  color: white;
  background-color: #c0aa88;
  border-color: #c0aa88;
}
html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #ae9267;
  border-color: #ab8d60;
}
html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  background-image: none;
}
html .btn-secondary.disabled, html .btn-secondary.disabled:hover, html .btn-secondary.disabled:focus, html .btn-secondary.disabled:active, html .btn-secondary.disabled.active, html .btn-secondary[disabled], html .btn-secondary[disabled]:hover, html .btn-secondary[disabled]:focus, html .btn-secondary[disabled]:active, html .btn-secondary[disabled].active, fieldset[disabled] html .btn-secondary, fieldset[disabled] html .btn-secondary:hover, fieldset[disabled] html .btn-secondary:focus, fieldset[disabled] html .btn-secondary:active, fieldset[disabled] html .btn-secondary.active, body .btn-secondary.disabled, body .btn-secondary.disabled:hover, body .btn-secondary.disabled:focus, body .btn-secondary.disabled:active, body .btn-secondary.disabled.active, body .btn-secondary[disabled], body .btn-secondary[disabled]:hover, body .btn-secondary[disabled]:focus, body .btn-secondary[disabled]:active, body .btn-secondary[disabled].active, fieldset[disabled] body .btn-secondary, fieldset[disabled] body .btn-secondary:hover, fieldset[disabled] body .btn-secondary:focus, fieldset[disabled] body .btn-secondary:active, fieldset[disabled] body .btn-secondary.active {
  background-color: #c0aa88;
  border-color: #c0aa88;
}
html .btn-secondary .badge, body .btn-secondary .badge {
  color: #c0aa88;
  background-color: white;
}
html .form-control, body .form-control {
  background-color: white;
}
html h1, html .h1, body h1, body .h1 {
  text-transform: capitalize;
  margin: 0;
  padding: 0.8em 0 0.5em 0;
  color: #241d1b;
  line-height: 0.7em;
}
html h1 .light, html .h1 .light, body h1 .light, body .h1 .light {
  color: #c0aa88;
  text-transform: uppercase;
  letter-spacing: -2px;
}
html h2, html .h2, body h2, body .h2 {
  text-transform: uppercase;
  margin-top: 1em;
  color: #2a0f02;
}
html h2 a, html .h2 a, body h2 a, body .h2 a {
  color: #c0aa88;
}
html h2 a:hover, html .h2 a:hover, body h2 a:hover, body .h2 a:hover {
  color: #ae9267;
}
html h3, body h3 {
  margin-top: 0;
  color: #2a0f02;
}
html h3 a, body h3 a {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #2a0f02;
}
html div#map, body div#map {
  width: 100%;
  height: 180px;
  border: 1px solid #9a9a9a;
}
html .page, body .page {
  background-color: white;
}
html .padding, body .padding {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  html .padding, body .padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

/* ************************************************* HEADER */
header div.navbar-header {
  float: none;
  background-color: white;
  margin-top: 50px;
}
@media (max-width: 767px) {
  header div.navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
header .navbar-toggle {
  background-color: white;
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
header .navbar-toggle:hover {
  background: #c0aa88;
}
header .navbar-toggle .icon-bar {
  background: #2a0f02;
}
header.navbar {
  background-color: transparent;
  border-radius: 0px;
  border: 0;
}
header.navbar ul.nav {
  float: none;
}
header.navbar ul.nav.navbar-nav {
  text-align: center;
}
@media (min-width: 768px) {
  header.navbar ul.nav.navbar-nav li, header.navbar ul.nav.navbar-nav li.open, header.navbar ul.nav.navbar-nav li.active {
    display: inline-block;
    float: none;
    padding: 0 1px 0 0;
  }
}
header.navbar ul.nav.navbar-nav li a, header.navbar ul.nav.navbar-nav li.open a, header.navbar ul.nav.navbar-nav li.active a {
  font-family: "Alegreya SC", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #241d1b;
  display: block;
  line-height: 15px;
}
@media (min-width: 768px) {
  header.navbar ul.nav.navbar-nav li a, header.navbar ul.nav.navbar-nav li.open a, header.navbar ul.nav.navbar-nav li.active a {
    padding: 25px 20px;
  }
}
header.navbar ul.nav.navbar-nav li a:hover, header.navbar ul.nav.navbar-nav li a:focus, header.navbar ul.nav.navbar-nav li.open a:hover, header.navbar ul.nav.navbar-nav li.open a:focus, header.navbar ul.nav.navbar-nav li.active a:hover, header.navbar ul.nav.navbar-nav li.active a:focus {
  border-top: 5px solid #241d1b;
  background: none;
}
@media (max-width: 767px) {
  header.navbar ul.nav.navbar-nav li a:hover, header.navbar ul.nav.navbar-nav li a:focus, header.navbar ul.nav.navbar-nav li.open a:hover, header.navbar ul.nav.navbar-nav li.open a:focus, header.navbar ul.nav.navbar-nav li.active a:hover, header.navbar ul.nav.navbar-nav li.active a:focus {
    border-top: 0;
    background-color: #241d1b;
    color: white;
  }
}
header.navbar ul.nav.navbar-nav li.active a {
  background-color: transparent;
  border-top: 5px solid #241d1b;
}
@media (max-width: 767px) {
  header.navbar ul.nav.navbar-nav li.active a {
    border-top: 0;
    background-color: #241d1b;
    color: white;
  }
}
@media (min-width: 768px) {
  header.navbar ul.nav.navbar-nav li a {
    border-top: 5px solid transparent;
  }
}
@media (max-width: 767px) {
  header .nav > li:first-child {
    padding: 0 0.5em;
  }
}

div.strike {
  background-image: url(../images/design/strike.png);
  background-repeat: repeat-x;
  background-position: center;
}
div.strike .logo {
  text-align: center;
  margin: auto;
  background: white;
  padding: 0.5em 1em;
}

.lang {
  float: right;
}
.lang a {
  padding-left: 0.5em;
  color: rgba(255, 255, 255, 0.7);
}
.lang a:hover {
  color: white;
}
.lang a img {
  display: inline-block;
  max-width: 19px;
  margin-right: 3px;
}
.lang .lang-text a {
  padding-left: 10px;
}

/* ************************************************* BANNER */
#main-slider {
  position: relative;
}
@media (max-width: 991px) {
  #main-slider {
    margin-top: 0;
  }
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .carousel .carousel-caption {
  text-align: left;
  left: 30px;
  top: 30px;
  right: 15%;
  padding: 0;
}
#main-slider .carousel .carousel-caption p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.1em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em;
  color: #241d1b;
}
@media (max-width: 991px) {
  #main-slider .carousel .carousel-caption p {
    font-size: 14px;
  }
}
#main-slider .carousel-control span {
  color: rgba(255, 255, 255, 0.33);
  background-color: #241d1b;
  padding: 1em;
  border: 1px solid white;
}

/* ************************************************* GALLERY */
div.gallery {
  overflow: hidden;
}
div.gallery figure {
  margin-bottom: 1em;
  text-align: center;
}
div.gallery figure img {
  margin: 0 auto;
}

/* ************************************************* CLANOK */
div.clanok {
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.clanok h2 {
  margin-top: 0;
}

div.clanok_uvod {
  text-align: center;
}
div.clanok_uvod figure {
  background-color: #d3d2d2;
  padding: 2em 0;
  margin-bottom: 1em;
}
div.clanok_uvod h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 46px;
}
div.clanok_uvod h2 a {
  color: black;
}
div.clanok_uvod h2 a:hover {
  color: black;
}
div.clanok_uvod img {
  margin: 0 auto;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
}

.clanok_galeria_vypis .clanok h2 {
  margin-top: 10px;
  text-align: center;
}
.clanok_galeria_vypis img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clanok_galeria_vypis img {
    max-width: 500px;
    height: 300px;
  }
}

/* ************************************************* FOOTER */
footer {
  background-color: #251e1c;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 20px 10px;
}
footer div.contact {
  font-size: 0.75em;
  padding-top: 0px;
  text-align: center;
}
footer div.contact a {
  color: rgba(255, 255, 255, 0.3);
}
footer div.contact a:hover {
  color: white;
}
footer .navbar.navbar-footer {
  text-align: center;
  min-height: 0;
  margin: 10px 0 0;
}
footer .navbar.navbar-footer .navbar-nav {
  display: inline-block;
  float: none;
}
footer .navbar.navbar-footer .navbar-nav li {
  display: inline-block;
}
footer .navbar.navbar-footer .navbar-nav li a {
  text-transform: uppercase;
  padding: 0 0.5em;
  color: rgba(255, 255, 255, 0.3);
}
footer .navbar.navbar-footer .navbar-nav li a:hover {
  background: none;
  color: white;
}

div.novinky {
  background-color: #2e2523;
  padding-top: 2em;
  overflow: hidden;
}
div.novinky h2 {
  color: white;
  text-transform: capitalize;
  font-size: 2.5em;
  margin-top: 0;
}
div.novinky div.novinka {
  color: #645047;
}
div.novinky div.novinka h3 {
  color: #827470;
  text-transform: none;
  margin-bottom: 0;
}
div.novinky div.novinka h3 a {
  color: #827470;
  text-transform: none;
}
div.novinky div.novinka a.viac {
  color: white;
}
div.novinky div.novinka span.datum {
  display: block;
  float: left;
  color: white;
  font-family: "Alegreya SC", serif, "Open Sans", sans-serif;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: white;
  padding: 0 1em 0 0;
  margin: 0 1em 0 0;
}
div.novinky div.novinka span.datum span {
  display: block;
}
div.novinky div.novinka span.datum span.den {
  font-size: 1em;
  line-height: 1em;
}
div.novinky div.novinka span.datum span.mesiac {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #827470;
}

/* columns of same height styles */
.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: top;
}

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  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;
    vertical-align: top;
  }
}
@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;
    vertical-align: top;
  }
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

/*# sourceMappingURL=screen.css.map */
