.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: 1170px;
  }
}

.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%;
  }
}
.layout_2columns {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 50px 0 0 0;
  /*set left/right padding according to needs*/
}
.layout_2columns .table-row {
  height: 100%;
  display: table-row;
}
.layout_2columns .table-row .col {
  display: table-cell;
  float: none;
}
.layout_2columns .table-row .col.col-sm-3 {
  border-right: 1px solid #999999;
}
.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;
}

.vmiddle {
  vertical-align: middle;
}

div.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(104, 32, 45, 0.9);
  border-top: 1px solid #68202d;
  text-align: center;
  color: gainsboro;
  z-index: 1;
  padding: 1.5rem 0;
}
div.cookies .container {
  background: transparent;
  box-shadow: none;
}
div.cookies .cookies-nazov {
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  div.cookies .cookies-nazov {
    flex-wrap: wrap;
  }
  div.cookies .cookies-nazov .btn-main {
    margin-top: 10px;
  }
}
@media (max-width: 734px) {
  div.cookies .cookies-nazov .btn-dark {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 299px) {
  div.cookies .cookies-nazov .btn-main {
    margin-left: 5px;
  }
}
div.cookies .btn-main {
  margin-left: 30px;
}
div.cookies .btn-dark {
  margin-left: 20px;
}

.btn-main {
  background: rgba(237, 28, 36, 0.9);
  color: white;
}

.btn-dark {
  background: #68202d;
  color: gainsboro;
}

.btn-bottom {
  padding: 5px 15px;
  text-decoration: none;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-bottom:hover, .btn-bottom:focus {
  text-decoration: none;
  color: white;
}
.btn-bottom:hover.btn-main, .btn-bottom:focus.btn-main {
  color: #eeeeee;
}

/* ************************************************* HTML */
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html .btn, body .btn {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
html .btn-dark, body .btn-dark {
  color: white;
  background-color: #2d3036;
  border-color: #2d3036;
}
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: #16171a;
  border-color: #111215;
}
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: #2d3036;
  border-color: #2d3036;
}
html .btn-dark .badge, body .btn-dark .badge {
  color: #2d3036;
  background-color: white;
}
html .btn-dark-light, body .btn-dark-light {
  color: #999999;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
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: #999999;
  background-color: #dddddd;
  border-color: #d7d7d7;
}
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: #f6f6f6;
  border-color: #f6f6f6;
}
html .btn-dark-light .badge, body .btn-dark-light .badge {
  color: #f6f6f6;
  background-color: #999999;
}
html .btn-secondary, body .btn-secondary {
  color: white;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
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: #c61017;
  border-color: #bd0f16;
}
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: #ed1c24;
  border-color: #ed1c24;
}
html .btn-secondary .badge, body .btn-secondary .badge {
  color: #ed1c24;
  background-color: white;
}
html .form-control, body .form-control {
  background-color: white;
}
html h1, html .h1, body h1, body .h1 {
  text-transform: uppercase;
  padding: 0;
  margin-top: 0;
  color: #68202d;
}
@media (max-width: 767px) {
  html h1, html .h1, body h1, body .h1 {
    padding-top: 30px;
    text-align: center;
  }
}
html h2, html .h2, body h2, body .h2 {
  text-transform: uppercase;
  margin-top: 1em;
  color: #68202d;
  font-family: "Roboto Condensed", sans-serif, "Arial", sans-serif, "Tahoma", sans-serif;
}
html h2 a, html .h2 a, body h2 a, body .h2 a {
  color: #ed1c24;
}
html h2 a:hover, html .h2 a:hover, body h2 a:hover, body .h2 a:hover {
  color: #c61017;
}
html h3, body h3 {
  margin-top: 0;
  color: #68202d;
}
html h3 a, body h3 a {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #68202d;
}
html div.container, body div.container {
  background-color: white;
  padding: 0 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
html div.left_frame, body div.left_frame {
  padding-right: 0;
  float: left;
}
@media (max-width: 767px) {
  html div.left_frame, body div.left_frame {
    float: none;
    padding-right: 15px;
  }
}
html div.left_frame div.kontakt_background, body div.left_frame div.kontakt_background {
  background-image: url(../images/design/kontakt_bg.jpg);
  margin-top: 6px;
}
html div.left_frame div.kontakt_background div.kontakt, body div.left_frame div.kontakt_background div.kontakt {
  padding: 34px 30px;
}
html div.left_frame div.kontakt_background div.kontakt h2, body div.left_frame div.kontakt_background div.kontakt h2 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
}
html div.left_frame div.kontakt_background div.kontakt address, body div.left_frame div.kontakt_background div.kontakt address {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0;
}
html div.left_frame div.kontakt_background div.kontakt address a, body div.left_frame div.kontakt_background div.kontakt address a {
  color: #000000;
}
html div.right_frame, body div.right_frame {
  background-color: white;
  padding-left: 0;
}
html div.right_frame div.content, body div.right_frame div.content {
  padding: 30px;
}

/* ************************************************* HEADER */
.navbar-inverse {
  border: 0;
}
.navbar-inverse div.navbar-header {
  float: none;
}
.navbar-inverse .navbar-toggle {
  background-color: #68202d;
  margin-left: 15px;
  z-index: 10;
  margin-right: 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #ed1c24;
}
.navbar-inverse div.menu {
  margin-top: 30px;
  height: 277px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .navbar-inverse div.menu {
    height: auto;
    margin-top: 50px;
    padding-right: 0;
  }
}
.navbar-inverse div.menu .navbar-collapse {
  padding: 0;
  border: 0;
}
.navbar-inverse.navbar {
  background-color: white;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .navbar-inverse.navbar ul.nav.nav-stacked {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.navbar-inverse.navbar ul.nav.nav-stacked li:hover {
  background-image: url("../images/design/menu_bg.jpg");
}
.navbar-inverse.navbar ul.nav.nav-stacked li a {
  text-transform: uppercase;
  font-size: 1.5em;
  text-decoration: none;
  color: #07213c;
  padding-left: 45px;
  line-height: 15px;
}
.navbar-inverse.navbar ul.nav.nav-stacked li a:hover, .navbar-inverse.navbar ul.nav.nav-stacked li a:focus {
  background-color: transparent;
  background-image: url("../images/design/blesk_menu.png");
  height: 35px;
  background-repeat: no-repeat;
  color: white;
}
@media (max-width: 991px) {
  .navbar-inverse.navbar ul.nav.nav-stacked li {
    text-align: center;
  }
}
.navbar-inverse.navbar ul.nav.nav-stacked li.open, .navbar-inverse.navbar ul.nav.nav-stacked .active {
  background-image: url("../images/design/menu_bg.jpg");
}
.navbar-inverse.navbar ul.nav.nav-stacked li.open a, .navbar-inverse.navbar ul.nav.nav-stacked .active a {
  background-color: transparent;
  background-image: url("../images/design/blesk_menu.png");
  height: 35px;
  background-repeat: no-repeat;
  color: white;
}
.navbar-inverse.navbar ul.nav.nav-stacked li.open.dropdown ul.dropdown-menu, .navbar-inverse.navbar ul.nav.nav-stacked .active.dropdown ul.dropdown-menu {
  background-image: url("../images/design/menu_bg.jpg");
  margin-top: 0;
  color: #68202d;
  font-size: 9px;
  border-right: 0;
  border-left: 0;
}
@media (max-width: 767px) {
  .navbar-inverse.navbar ul.nav.nav-stacked li.open.dropdown ul.dropdown-menu, .navbar-inverse.navbar ul.nav.nav-stacked .active.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative;
  }
}
.navbar-inverse.navbar ul.nav.nav-stacked li.open.dropdown ul.dropdown-menu li a, .navbar-inverse.navbar ul.nav.nav-stacked .active.dropdown ul.dropdown-menu li a {
  background-image: none;
  padding-left: 13px;
}

.nav > li {
  padding: 0;
}

@media (max-width: 767px) {
  .nav > li:first-child {
    padding: 0 0.5em;
  }
}

img.logo {
  margin: auto;
  padding-top: 25px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  img.logo {
    padding-top: 8px;
  }
}

/* ************************************************* BANNER */
#main-slider {
  position: relative;
  margin: 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 .item.active .carousel-caption {
  text-align: right;
  right: 8%;
  top: 5%;
}
@media (max-width: 767px) {
  #main-slider .carousel .item.active .carousel-caption {
    padding-top: 10px;
  }
}
#main-slider .carousel .item.active .carousel-caption h3 {
  font-size: 44px;
  line-height: 1em;
  color: white;
  font-weight: 300;
}
@media (max-width: 991px) {
  #main-slider .carousel .item.active .carousel-caption {
    font-size: 1em;
    line-height: 1em;
  }
}

/* ************************************************* GALLERY */
.gallery {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .gallery {
    float: none;
    margin: 0;
  }
}
.gallery figure {
  margin-bottom: 30px;
}
.gallery img {
  margin: auto;
}

.certifikat figure {
  margin-bottom: 30px;
}

/* ************************************************* CLANKY */
.clanok {
  background-image: url("../images/design/menu_bg.jpg");
  height: 220px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.clanok img {
  opacity: 0.7;
  padding-top: 0.5em;
}
.clanok a:hover img {
  opacity: 1;
}
.clanok a.viac {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  color: #68202d;
  padding: 0.25em 1em;
  border-radius: 1px;
  text-transform: uppercase;
}
.clanok a.viac:hover {
  background: none;
  color: white;
}
.clanok h2 {
  padding: 0 10px;
  color: white;
  font-size: 1em;
  text-transform: none;
}
.clanok h2 a {
  color: white;
}
.clanok h2 a:hover {
  color: white;
}

/* ************************************************* FOOTER */
footer {
  color: white;
  font-size: 12px;
  text-align: center;
  background-color: #1e1e1e;
  padding: 15px 0;
}
footer a {
  color: white;
}
footer a:hover, footer a:focus {
  color: white;
}

blockquote footer {
  background: #68202d;
  color: white;
  padding: 0.5em;
  text-align: right;
  font-style: italic;
}

.bg-info {
  background: #68202d;
  color: white;
  padding: 0.5em;
  font-size: 1.5em;
}

.gdpr {
  display: block;
  margin-bottom: 13px;
  font-weight: lighter;
  font-size: 13px;
}

#mapa {
  width: 100%;
  height: 180px;
}
@media (max-width: 991px) {
  #mapa {
    margin: 2rem 0;
  }
}

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