@charset "UTF-8";

body, button{
    font-size:14px;
    font-family:'Roboto', Arial, Verdana, sans-serif!important;
}
@media (min-width:768px){
    body{
        font-size:14px
    }
}
@media (min-width:990px){
    body{
        font-size:15px
    }
}
@media (min-width:1280px){
    body{
        font-size:16px
    }
}

/*update 22*/
#top form {
  margin-bottom: 0;
}
#top #gform_wrapper_35 .gform_heading {
    display: none;
}
#top .gfield.ow_hidden_field  {
  display: none;
}
#top .gform_validation_errors {
  display: none;
}

#top .gfield {
  padding: 11px 0;
  display: flex;
  align-items: center;
  border-top: 2px dotted #f0f0f0;
}
#top .gfield .gfield_label {
  width: 33%;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding-right: 10px;
  display: block;
}
#top .gfield .gfield_label .gfield_required {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
    margin-left: 2px;
}
#top .gfield .ginput_container  {
  width: 34%;
}
#top .gfield .validation_message  {
  width: 33%;
  color: #c21b17;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
}
#top .gfield.ow_consent {
  display: block;
}
#top .gfield.ow_consent .gfield_label {
  display: none;
}
#top .gfield.ow_consent .ginput_container  {
  width: 100%;
}
#top .gfield.ow_consent .validation_message  {
  width: 100%;
  font-size: 14px;
  line-height: 1.35em;
  position: relative;
  padding-top: 14px;
  padding-left: 0;
}
#top .gfield.ow_consent .gfield_consent_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35em;
  position: relative;
  color: #fff;
}
#top .gfield.ow_consent .gfield_consent_label a{
  color: #c21b17;
}
#top .gform_footer {
  text-align: center;
}
#top .gform_footer .gform_button {
  background-color: #c21b17;
  color: white;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
  font-size: 22px;
  width: 280px;
}
#top .gform_wrapper .datepicker {display: inline-block;width: calc(100% - 55px);margin-right: 6px;}
@media (max-width:990px){
  #top .gfield {
    display: block;
  }
  #top .gfield .gfield_label {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 8px;
  }
  #top .gfield .ginput_container  {
    width: 100%;
  }
  #top .gfield .validation_message  {
    width: 100%;
    padding-left: 0;
    padding-top: 4px;
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }


#main #container .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    #main #container .container {
      width: 664px; } }
  @media (min-width: 992px) {
    #main #container .container {
      width: 790px; } }
  @media (min-width: 1200px) {
    #main #container .container {
      width: 1024px; } }

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

.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
  .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: 10px;
  padding-right: 10px; }

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none !important; }

div, img, input:focus, textarea:focus {
  outline: none; }

label {
  cursor: pointer; }

button {
  color: inherit; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  min-width: 320px; }

/*prevent body from scrolling when menu is opened */
.no-scroll {
  overflow: hidden; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0; }

.image {
  position: relative; }

.image.center img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.img-center img {
  margin: 0 auto; }

.image p.overlay {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #FFF;
  font-size: 80px;
  font-weight: 100; }

/* Prepreci oznacitev teksta na klik */
.noselect, .noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: normal;
  line-height: 1em;
  margin: 0; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0; }
  p strong {
    font-weight: 700; }

blockquote {
  padding: 0;
  margin: 0;
  font-size: 45px;
  border: none;
  font-weight: 100;
  line-height: 1.1em; }

.wrapper-outer {
  position: relative; }

.wrapper-inner {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

/* 5 cols row */
.row.col5 [class*="col-"] {
  width: 20%; }

/* 1200px */
@media screen and (max-width: 1200px), screen and (max-width: 1200px) {
  .wrapper-inner {
    width: 100%; }
  .image p.overlay {
    font-size: 66px; } }

/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .row.col5 [class*="col-"] {
    width: 100%; }
  .image p.overlay {
    font-size: 60px; } }

/* 768px */
@media screen and (max-width: 768px), screen and (max-width: 768px) {
  .image p.overlay {
    font-size: 42px; } }

/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  p, section.text-page .text ul li {
    font-size: 12px; } }

/* 360px */
@media screen and (max-width: 360px), screen and (max-width: 360px) {
  .image p.overlay {
    font-size: 32px; } }

/* 320px */
@media screen and (max-width: 320px), screen and (max-width: 320px) {
  #container {
    width: 320px; } }

/*******************************************************************************
* 0.1 - GENERAL : Aligning
*******************************************************************************/
.center-h {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px); }

.center-v {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%); }

.center-a {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/*******************************************************************************
* 0.2 - GENERAL : Margins and paddings 
*******************************************************************************/
.no-margin {
  margin: 0; }

/*******************************************************************************
* 0.3 - GENERAL : Cols
*******************************************************************************/
.col-wrap {
  font-size: 0; }

/* Half cols */
.col-wrap .col2 {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

/* Thirds cols */
.col-wrap .col3 {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%; }

/* Fourth cols */
.col-wrap .col4 {
  display: inline-block;
  vertical-align: top;
  width: 25%; }

/* Fifth cols */
.col-wrap .col5 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 2%; }

/*******************************************************************************
* 0.4 - GENERAL : Backgrounds and borders
*******************************************************************************/
/*******************************************************************************
* 0.5 - GENERAL : Buttons
*******************************************************************************/
.button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  text-align: inherit; }

/*******************************************************************************
* 0.8 - GENERAL : Row/Col alignment
*******************************************************************************/
/* Align bottom - metoda 1 */
.container.cols-bottom {
  height: 100%; }

.container.cols-bottom .row {
  height: 100%;
  display: table; }

.container.cols-bottom .row [class*="col-"] {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: bottom; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  /*	.container.cols-bottom .row [class*="col-"] {
		display: block;
	}*/ }

/* Align moja metoda - za slideshow - 2 cols */
.container.align-bottom {
  height: 100%;
  padding: 0; }

.container.align-bottom .row {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

.container.align-bottom .row [class*="col-"] {
  position: absolute;
  bottom: 0;
  left: 0; }

.container.align-bottom .row [class*="col-"] + [class*="col-"] {
  left: 50%; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .container.align-bottom .row [class*="col-"] {
    position: initial;
    bottom: auto;
    left: auto; } }

/* Align bottom - metoda 2 */
.row.align-bottom {
  font-size: 0; }

.row.align-bottom > * {
  float: none;
  display: inline-block; }

.row.align-bottom.vert-bottom > * {
  vertical-align: bottom; }

.row.align-bottom > *:last-child {
  vertical-align: bottom; }

@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .row.align-bottom > * {
    float: initial;
    display: block; } }

/* Align bottom - metoda 3 */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.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;*/
  height: 100%; }

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

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

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

/* Align bottom - metoda 4 */
.row.equal-height > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.row.equal-height {
  overflow: hidden; }

.row.equal-height > [class*="col-"] {
  /*background-color:#eee;*/ }

/* Full height */
.container.full-height,
.container.full-height > .row,
.container.full-height > .row > [class*="col-"] {
  position: relative;
  height: 100%; }

/*******************************************************************************
* 1.0 - TEXT PAGE: Heading
*******************************************************************************/
/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  section.page-heading h1 {
    font-size: 60px; }
  section.page-heading h2 {
    font-size: 40px; }
  section.page-heading.small h1 {
    font-size: 40px; } }

/* 768px */
@media screen and (max-width: 768px), screen and (max-width: 768px) {
  section.page-heading h1 {
    font-size: 48px; }
  section.page-heading h2 {
    font-size: 38px; }
  section.page-heading.small h1 {
    font-size: 38px; }
  section.page-heading.medium {
    padding-bottom: 45px;
    padding-top: 45px; }
  /* Tabs */
  section.page-heading .tabs-nav .nav-arrow {
    height: 72px;
    margin-top: 0;
    top: 0; }
  section.page-heading .tab-header,
  section.page-heading .tab-header aside,
  section.page-heading .tab-header aside.active,
  section.page-heading .tab-header aside:hover,
  section.page-heading .tab-header aside.slick-active.active {
    height: 72px; }
  section.page-heading .tab-header aside,
  section.page-heading .tab-header aside.active,
  section.page-heading .tab-header aside:hover {
    background-color: #fff;
    color: #2a3942;
    padding-left: 75px;
    padding-right: 75px; }
  section.page-heading .tab-header aside {
    border-bottom: 1px solid #2a3942; }
  section.page-heading .tab-header .container,
  section.page-heading .tab-header .container .row,
  section.page-heading .tab-header .container .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%; } }

/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  section.page-heading.tabs {
    height: auto;
    padding-top: 30px; }
  section.page-heading.tabs header {
    margin-bottom: 15px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }
  section.page-heading.tabs header h1 {
    margin-bottom: 15px; }
  section.page-heading.tabs header p {
    font-size: 18px; }
  section#product-selector.page-heading .tab-header {
    position: relative;
    left: auto;
    bottom: auto; }
  section.page-heading h1 {
    font-size: 36px; }
  section.page-heading h2 {
    font-size: 28px; }
  section.page-heading.small h1 {
    font-size: 28px; }
  section.page-heading.tabs header {
    padding-bottom: 0; }
  section.page-heading.medium {
    padding-bottom: 30px;
    padding-top: 30px; } }

/* 360px */
@media screen and (max-width: 360px), screen and (max-width: 360px) {
  section.page-heading.tabs {
    padding-top: 30px; } }

/*******************************************************************************
* 2.0 - TABS
*******************************************************************************/
/*
Uporaba tabov:
Switcherji: parent tab class="tab-header", tab-group="kater-grupo-preklaplja"
			vsak switcher class="tab-switcher", tab="ime taba ki ga prikazuje"
			aktiven switcher: class="active"
Tab containerji: vsak container: class="tab-content" in ime taba, kot v posameznem switcherju npr "tab-switch1"
				 vsak container: enaka grupa kot v tab-headerju, npr tab-group="tab1"
				 aktiven container class="show"
*/
.tab-header {
  counter-reset: section;
  font-size: 0;
  position: relative; }

.tab-header .tab-opener {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.tab-header .tab-opener:after {
  content: "";
  /*
  background: url(../../template/image/icon-arrow-right-dark.png) no-repeat scroll center center/16px auto;
  */
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 27px;
  width: 30px;
  z-index: 9;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

.tab-header.collapse .tab-opener {
  display: block;
  z-index: 9; }

.tab-header.collapse {
  display: block; }

/*.tab-header.collapse ul {border-left-color: transparent;}*/
.tab-header.collapse li {
  display: none; }

.tab-header.collapse li.active {
  display: block;
  margin: 0;
  padding-right: 35px; }

.tab-header.collapse li + li {
  margin: 0; }

.tab-header aside {
  color: #2a3942;
  /*cursor: pointer;*/
  padding: 10px 20px 20px;
  display: inline-block;
  vertical-align: top;
  height: 90px; }

.tab-header aside.disabled {
  opacity: 0.6; }

.tab-header aside p,
.tab-header aside span {
  color: inherit;

  font-size: 16px;
  /*font-weight: 500;*/
  font-weight: 700;
  line-height: 1em;
  padding-left: 25px;
  padding-top: 5px;
  position: relative;
  text-transform: uppercase;
  cursor: default; }

.tab-header aside p:before {
  color: currentcolor;
  content: counter(section, decimal);
  counter-increment: section;
  display: block;
  font-size: 40px;
  font-weight: 100;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
  vertical-align: top; }

.tab-header aside span {
  padding-left: 0;
  color: #2a3942;
  display: block; }

.tab-header aside em {
  display: block;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase; }

.tab-header aside.active {
  background-color: #fff;
  color: #2A3942; }

.tab-content {
  display: block !important;
  height: 0px;
  overflow: hidden; }

.tab-content.show {
  display: block !important;
  height: auto;
  overflow: visible; }

/* 1200px */
/* 992px */
@media screen and (max-width: 992px), screen and (max-width: 992px) {
  .tab-header {
    height: auto; }
  .tab-header aside {
    cursor: default; }
  .tab-header.tab-collapse li:first-child {
    padding-right: 35px; } }

/*******************************************************************************
* 3.0 - GENERAL FORM
*******************************************************************************/
/* 480px */
@media screen and (max-width: 480px), screen and (max-width: 480px) {
  .general-form .input.submit button {
    height: 40px;
    line-height: 40px; }
  .general-form .input input {
    height: 40px; } }

/*******************************************************************************
* 3.1 - FORM - Dropdown fake
*******************************************************************************/
.faker {
  cursor: default;
  height: 50px;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.faker .drop-value {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  left: 0;
  line-height: 48px;
  overflow: hidden;
  padding-right: 30px;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
  font-weight: 400;
  padding-left: 1em;
  color: rgba(93, 111, 122, 0.7);
  border: 1px solid #C3C7CA; }

.faker .drop-value:hover, .faker.open .drop-value {
  color: #2A3942; }

.faker .drop-value, .faker .drop-handle {
  height: 48px; }

.faker .drop-handle {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 34px;
  border-left: 1px solid #C3C7CA;
  background-color: #fff;
  height: 46px; }

.faker .drop-handle:after {
  background-size: 19px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0; }

.faker .drop-value:hover ~ .drop-handle:after,
.faker.open .drop-value ~ .drop-handle:after {
  border-color: #d77c52 transparent transparent; }

.faker .drop-selection {
  background-color: #fff;
  cursor: pointer;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 9; }

.faker.open .drop-selection {
  border-bottom: 1px solid #c3c7ca;
  display: block;
  height: auto;
  max-height: 400px;
  opacity: 1;
  overflow: auto; }

.faker .drop-selection div {
  border-left: 1px solid #c3c7ca;
  border-right: 1px solid #c3c7ca;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.1em;
  line-height: 40px;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.faker .drop-selection div:last-of-type {
  /*border-bottom: 1px solid #c3c7ca;*/ }

.faker .drop-selection div.active,
.faker .drop-selection div:hover {
  background-color: #2A3942;
  color: #fff; }

.faker select {
  display: none !important; }

/* Faker small */
.faker.small {
  display: inline-block;
  height: 26px;
  min-width: 146px;
  width: auto; }

.faker.small .drop-value {
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  color: #2a3942; }

.faker.small .drop-handle {
  height: 24px;
  width: 30px; }

.faker.small .drop-selection {
  top: 26px; }

.faker.small .drop-selection div {
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  letter-spacing: 0; }

/*******************************************************************************
* 3.2 - FORM: Checkers
*******************************************************************************/
div.checker input {
  display: none; }

div.checker span {
  cursor: pointer;
  position: relative;
  display: block; }

div.checker span p {
  display: inline-block;
  position: relative;
  color: #2A3942;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }

div.checker span em {
  border: 1px solid #8d8d8d;
  display: inline-block;
  font-style: normal;
  height: 30px;
  position: absolute;
  vertical-align: top;
  width: 30px;
  left: 0;
  top: 0; }

div.checker span em:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 0.3s ease-in 0s, border 0.2s ease-in 0s;
  width: 20px; }

div.checker.radio span em,
div.checker.radio span em:before {
  border-radius: 100%; }

div.checker span.checked em:before {
  background-color: #2A3942;
  transition: background-color 0.3s ease-in 0s, border 0.2s ease-in 0s; }

/* Small checkers */
.checkers-group div.checker {
  margin-bottom: 0;
  display: block;
  float: left;
  clear: both; }

.checkers-group div.checker span {
  line-height: 0; }

.checkers-group div.checker span p {
  vertical-align: top; }

.checkers-group div.checker span em {
  position: relative;
  top: auto;
  left: auto;
  background-color: #fff; }

/*******************************************************************************
* 3.3 - PAGE: Lazy load
*******************************************************************************/
.lazy-load {
  position: relative;
  display: block;
  margin-top: 45px;
  padding-top: 35px;
  display: none; }

.lazy-load p {
  text-align: center;
  color: #5d6f7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px; }

.lazy-load .spinner,
.lazy-load .spinner > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lazy-load .spinner {
  display: block;
  font-size: 0;
  color: #5d6f7a;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px; }

.lazy-load .spinner > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.lazy-load .spinner > div {
  width: 30px;
  height: 30px;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  border-width: 1px; }

.lazy-load.loading .spinner > div {
  -webkit-animation: lazy-spinner 1.5s linear infinite;
  -moz-animation: lazy-spinner 1.5s linear infinite;
  -o-animation: lazy-spinner 1.5s linear infinite;
  animation: lazy-spinner 1.5s linear infinite; }

/*
 * Animation
 */
@-webkit-keyframes lazy-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes lazy-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes lazy-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lazy-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*******************************************************************************
* 4.0 - PAGE: Sidebar
*******************************************************************************/
/* Floater */
.floater {
  /*	position: absolute;
	right: 0;
	top: 0;*/
  width: 100%;
  z-index: 9; }

.floater.floating {
  position: absolute;
  top: 70px;
  left: 0 !important; }

.floater.fixed {
  position: absolute; }

/*******************************************************************************
* 4.1 - PAGE: Event Calendar
*******************************************************************************/
/*******************************************************************************
* 4.2 - PAGE: Banner
*******************************************************************************/
/*******************************************************************************
* 5 - CAROUSEL - Slick general
*******************************************************************************/
/* Margin med itemi */
.slick-margin {
  margin-left: -15px;
  margin-right: -15px; }

.slick-margin .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

/* full width slick */
.slick-full .slick-list {
  overflow: visible; }

.slick-full .slick-slide {
  opacity: 0.5;
  pointer-events: none; }

.slick-full .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all; }

/* Navigation */
.nav-arrow {
  /*
  background: rgba(42, 57, 66, 0.7) url(../../template/image/carousel-nav-arrow.png) no-repeat scroll center center;
  */
  cursor: pointer;
  height: 80px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  z-index: 2; }

.nav-arrow:hover {
  background-color: #2a3942; }

.nav-arrow.nav-prev {
  left: 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

.nav-arrow.nav-next {
  right: 0; }

.nav-arrow.slick-disabled {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black; }

/*******************************************************************************
* X.9 - Placeholders
*******************************************************************************/
.bl-question.bl-section .text p, .bl-form .intro-text p, .bl-form .field p, .bl-form .field input[type="text"], .bl-form .field input[type="email"], .bl-form .field .faker .drop-value, .bl-form .social p {
  font-size: 18px; }
  @media screen and (max-width: 1200px) {
    .bl-question.bl-section .text p, .bl-form .intro-text p, .bl-form .field p, .bl-form .field input[type="text"], .bl-form .field input[type="email"], .bl-form .field .faker .drop-value, .bl-form .social p {
      font-size: 18px; } }
  @media screen and (max-width: 1000px) {
    .bl-question.bl-section .text p, .bl-form .intro-text p, .bl-form .field p, .bl-form .field input[type="text"], .bl-form .field input[type="email"], .bl-form .field .faker .drop-value, .bl-form .social p {
      font-size: 16px; } }
  @media screen and (max-width: 479px) {
    .bl-question.bl-section .text p, .bl-form .intro-text p, .bl-form .field p, .bl-form .field input[type="text"], .bl-form .field input[type="email"], .bl-form .field .faker .drop-value, .bl-form .social p {
      font-size: 15px; } }
  @media screen and (max-width: 375px) {
    .bl-question.bl-section .text p, .bl-form .intro-text p, .bl-form .field p, .bl-form .field input[type="text"], .bl-form .field input[type="email"], .bl-form .field .faker .drop-value, .bl-form .social p {
      font-size: 14px; } }

.bl-form .field.submit button, .modal button {
  font-size: 22px; }
  @media screen and (max-width: 1200px) {
    .bl-form .field.submit button, .modal button {
      font-size: 20px; } }
  @media screen and (max-width: 1000px) {
    .bl-form .field.submit button, .modal button {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    .bl-form .field.submit button, .modal button {
      font-size: 16px; } }
  @media screen and (max-width: 375px) {
    .bl-form .field.submit button, .modal button {
      font-size: 14px; } }

.bl-section .text p, .bl-question .question-heading {
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    .bl-section .text p, .bl-question .question-heading {
      font-size: 28px; } }
  @media screen and (max-width: 1000px) {
    .bl-section .text p, .bl-question .question-heading {
      font-size: 24px; } }
  @media screen and (max-width: 479px) {
    .bl-section .text p, .bl-question .question-heading {
      font-size: 20px; } }
  @media screen and (max-width: 375px) {
    .bl-section .text p, .bl-question .question-heading {
      font-size: 16px; } }

.bl-section .text.big p, .bl-section .text.big-square p {
  font-size: 28px;font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .bl-section .text.big p, .bl-section .text.big-square p {
      font-size: 58px; } }
  @media screen and (max-width: 1000px) {
    .bl-section .text.big p, .bl-section .text.big-square p {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .bl-section .text.big p, .bl-section .text.big-square p {
      font-size: 30px; } }
  @media screen and (max-width: 479px) {
    .bl-section .text.big p, .bl-section .text.big-square p {
      font-size: 22px; } }
  @media screen and (max-width: 375px) {
    .bl-section .text.big p, .bl-section .text.big-square p {
      font-size: 18px; } }

.bl-form .field.submit button, .modal button {
  background-color: #c21b17;
  color: white;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  outline: none; }
  @media screen and (max-width: 479px) {
    .bl-form .field.submit button, .modal button {
      height: 45px;
      line-height: 45px; } }

/*******************************************************************************
* 0.1 - General styles
*******************************************************************************/
body {
  counter-reset: titles;
  font-weight: 400;
  background-color: #fff;
  color: black; }

@media screen and (max-width: 767px) {
  .container {
    max-width: 460px; } }

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

#container {
  margin: 0 auto;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden; }

#mfPreviewBar {
  display: none; }

.btn {
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 0 10px; }
  .btn > * {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }

.btn-big {
  background-color: #c21b17;
  color: white;
  font-size: 24px;
  height: 100px;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media screen and (max-width: 1000px) {
    .btn-big {
      height: 80px;
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .btn-big {
      height: 60px;
      font-size: 18px; } }
  @media screen and (max-width: 375px) {
    .btn-big {
      height: 45px;
      font-size: 16px; } }

.btn-ghost {
  color: #c21b17;
  border: 1px solid currentColor;
  font-size: 18px;
  height: 60px; }
  @media screen and (max-width: 1000px) {
    .btn-ghost {
      height: 50px; } }
  @media screen and (max-width: 767px) {
    .btn-ghost {
      height: 40px;
      font-size: 16px; } }
  @media screen and (max-width: 375px) {
    .btn-ghost {
      font-size: 15px; } }

.goto-next {
  background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjM1MS4yIDIxNC40IDI1Ny42IDE0NS42Ij48cGF0aCBmaWxsPSIjYzIxYjE3IiBkPSJNNTc1LjcgMjIwLjFjNy42LTcuNSAxOS45LTcuNSAyNy40IDAgNy42IDcuNSA3LjYgMTkuNiAwIDI3LjFMNDkzLjcgMzU0LjRjLTcuNiA3LjUtMTkuOCA3LjUtMjcuNCAwTDM1Ni44IDI0Ny4yYy03LjYtNy41LTcuNi0xOS42IDAtMjcuMXMxOS45LTcuNSAyNy40IDBMNDgwIDMwOGw5NS43LTg3Ljl6Ii8+PC9zdmc+) no-repeat scroll center center/35% auto;
  height: 48px;
  width: 48px;
  bottom: -24px;
  margin-left: -24px;
  border-radius: 100%;
  cursor: pointer;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear; }
  @media screen and (max-width: 1000px) {
    .goto-next {
      height: 36px;
      width: 36px;
      bottom: -18px;
      margin-left: -18px; } }
  .goto-next p {
    font-weight: bold;
    color: #c21b17;
    font-size: 11px;
    line-height: 1em;
    left: 50%;
    position: absolute;
    padding-bottom: 2em;
    text-align: center;
    top: -2em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear; }
  .goto-next.big p {
    font-size: 15px; }
  .goto-next:hover, .goto-next.active {
    background-color: #c21b17;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjM1MS4yIDIxNC40IDI1Ny42IDE0NS42Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTc1LjcgMjIwLjFjNy42LTcuNSAxOS45LTcuNSAyNy40IDAgNy42IDcuNSA3LjYgMTkuNiAwIDI3LjFMNDkzLjcgMzU0LjRjLTcuNiA3LjUtMTkuOCA3LjUtMjcuNCAwTDM1Ni44IDI0Ny4yYy03LjYtNy41LTcuNi0xOS42IDAtMjcuMXMxOS45LTcuNSAyNy40IDBMNDgwIDMwOGw5NS43LTg3Ljl6Ii8+PC9zdmc+); }
    .goto-next:hover p, .goto-next.active p {
      opacity: 1; }
  .goto-next.active:not(.static):hover {
    background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjM1MS4yIDIxNC40IDI1Ny42IDE0NS42Ij48cGF0aCBmaWxsPSIjYzIxYjE3IiBkPSJNNTc1LjcgMjIwLjFjNy42LTcuNSAxOS45LTcuNSAyNy40IDAgNy42IDcuNSA3LjYgMTkuNiAwIDI3LjFMNDkzLjcgMzU0LjRjLTcuNiA3LjUtMTkuOCA3LjUtMjcuNCAwTDM1Ni44IDI0Ny4yYy03LjYtNy41LTcuNi0xOS42IDAtMjcuMXMxOS45LTcuNSAyNy40IDBMNDgwIDMwOGw5NS43LTg3Ljl6Ii8+PC9zdmc+) no-repeat scroll center center/35% auto;
    background-color: white; }
  .goto-next.static {
    cursor: default; }

/* Sections nav */
.section-nav {
  position: fixed;
  right: 45px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .section-nav a {
    border: 1px solid #707070;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    margin: 20px auto;
    width: 18px;
    height: 18px; }
    .section-nav a.active, .section-nav a:hover {
      background-color: #c21b17; }
    .section-nav a:hover {
      -webkit-transition: background-color 100ms ease-in;
      -o-transition: background-color 100ms ease-in;
      transition: background-color 100ms ease-in; }
    .section-nav a.active {
      border: none;
      height: 24px;
      width: 24px; }
  @media screen and (max-width: 867px) {
    .section-nav {
      right: 20px; } }
  @media screen and (max-width: 767px) {
    .section-nav {
      right: 45px; } }
  @media screen and (max-width: 679px) {
    .section-nav {
      right: 20px; } }
  @media screen and (max-width: 579px) {
    .section-nav {
      display: none; } }

.rectangle-container .content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.rectangle-container .container, .rectangle-container .rect-row, .rectangle-container .rect-col, .rectangle-container .rectangle-wrap {
  height: 100%;
  position: relative; }

.rectangle-container .rect-row {
  overflow: hidden; }

.rectangle-container .rectangle {
  border-left: 2px solid #c21b17;
  border-right: 2px solid #c21b17;
  width: 100%;
  position: relative; }
  .rectangle-container .rectangle section {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  .rectangle-container .rectangle .rect-text {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
    position: relative;
    padding: 0 0.4em;
    margin: 0;
    top: 0; }
    .rectangle-container .rectangle .rect-text:before, .rectangle-container .rectangle .rect-text:after {
      content: "";
      position: absolute;
      width: 100000px; }
    .rectangle-container .rectangle .rect-text:before {
      right: 100%; }
    .rectangle-container .rectangle .rect-text:after {
      left: 100%; }
    .rectangle-container .rectangle .rect-text .rect-color {
      color: #c21b17; }
      @media screen and (max-width: 1000px) {
        .rectangle-container .rectangle .rect-text .rect-color {
          display: block; } }
    @media screen and (max-width: 1200px) {
      .rectangle-container .rectangle .rect-text {
        font-size: 54px; } }
    @media screen and (max-width: 1000px) {
      .rectangle-container .rectangle .rect-text {
        font-size: 40px; } }
    @media screen and (max-width: 479px) {
      .rectangle-container .rectangle .rect-text {
        font-size: 28px; } }
  .rectangle-container .rectangle.rect-top {
    border-bottom: 2px solid #c21b17; }
    .rectangle-container .rectangle.rect-top section {
      top: 0; }
    .rectangle-container .rectangle.rect-top .rect-text {
      vertical-align: top; }
      .rectangle-container .rectangle.rect-top .rect-text:before, .rectangle-container .rectangle.rect-top .rect-text:after {
        border-top: 2px solid #c21b17;
        top: 0; }
  .rectangle-container .rectangle.rect-bottom {
    border-top: 2px solid #c21b17; }
    .rectangle-container .rectangle.rect-bottom section {
      bottom: 0; }
    .rectangle-container .rectangle.rect-bottom .rect-text {
      vertical-align: bottom;
      top: 0.2em; }
      .rectangle-container .rectangle.rect-bottom .rect-text:before, .rectangle-container .rectangle.rect-bottom .rect-text:after {
        border-bottom: 2px solid #c21b17;
        bottom: 0.2em; }

/*******************************************************************************
* 1.0 - HEADER
*******************************************************************************/
#header_main {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9; }
  .fixnav #header_main {
    position: fixed; }
  #header_main:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 200%;
  }
  #header_main .content {
    height: 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #header_main .content {
        height: 84px; } }
    @media screen and (max-width: 479px) {
      #header_main .content {
        height: 60px; } }
  #header_main .logo-ai-sec img, #header_main .logo-ai-sec svg {
    height: 20px;
    margin-right: 20px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 479px) {
      #header_main .logo-ai-sec img, #header_main .logo-ai-sec svg {
        max-width: 94px; } }
  #header_main .sublink {
    color: black;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #header_main .sublink span {
      color: #c21b17; }
      @media screen and (max-width: 479px) {
        #header_main .sublink span {
          display: block; } }
  #header_main .kd-tel {
    display: block;
    float: right;
    font-size: 0;
    position: absolute;
    top: 50%;
    height: 20px;
    width: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 479px) {
      #header_main .kd-tel {
        height: 18px; } }
  #header_main .logo-ai {
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 1000px) {
      #header_main .logo-ai {
        top: 30px; } }
    @media screen and (max-width: 767px) {
      #header_main .logo-ai {
        top: 42px; } }
    @media screen and (max-width: 479px) {
      #header_main .logo-ai {
        top: 11px; } }
    @media screen and (min-width: 479px) and (max-width: 767px) {
      .fixnav #header_main .logo-ai, .subpage #header_main .logo-ai {
        top: 20px; } }
    #header_main .logo-ai img, #header_main .logo-ai svg {
      display: block;
      height: 200px;
      width: auto;
      -webkit-transform-origin: center top;
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: all 250ms linear;
      -o-transition: all 250ms linear;
      transition: all 250ms linear; }
      @media screen and (min-width: 479px) {
        .fixnav #header_main .logo-ai img, .fixnav #header_main .logo-ai svg {
          height: 96px; } }
      @media screen and (min-width: 479px) {
        .subpage #header_main .logo-ai img, .subpage #header_main .logo-ai svg {
          height: 96px; } }
      @media screen and (max-width: 1200px) {
        #header_main .logo-ai img, #header_main .logo-ai svg {
          height: 160px; } }
      @media screen and (max-width: 1000px) {
        #header_main .logo-ai img, #header_main .logo-ai svg {
          height: 120px; } }
      @media screen and (max-width: 479px) {
        #header_main .logo-ai img, #header_main .logo-ai svg {
          height: 76px; } }

/*******************************************************************************
* 2.0 - SECTIONS: General
*******************************************************************************/
.bl-section {
  position: relative; }

.container-second {
  padding: 0 40px; }
  @media screen and (max-width: 1200px) {
    .container-second {
      padding: 0; } }

/* General sections */
.bl-section .text {
  color: #2b2b2b;
  text-align: center;
  position: relative; }
  .bl-section .text p {
    font-weight: 400;
    line-height: 1.25em; }
  .bl-section .text strong {
    font-weight: bold;
    /*font-weight: normal;*/
    line-height: inherit;
    font-size: inherit; }
  .bl-section .text.big p {
    line-height: 1em; }
  .bl-section .text.big strong {
    color: #c21b17;
    font-weight: 400; }
  .bl-section .text.big-square {
    background-color: #c21b17;
    color: #fff;
    padding: 30px 0 45px;
    margin-top: 45px; }
    .bl-section .text.big-square:before {
      background-color: #c21b17;
      content: "";
      display: block;
      position: absolute;
      left: -300%;
      top: 0;
      height: 100%;
      width: 700%; }
    @media screen and (max-width: 767px) {
      .bl-section .text.big-square {
        padding-top: 20px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      .bl-section .text.big-square {
        margin-top: 30px; } }
    .bl-section .text.big-square p {
      position: relative;
      z-index: 2; }

/*******************************************************************************
* 2.1 - SECTIONS: Featured
*******************************************************************************/
.bl-featured {
  position: relative;
  min-height: 250px; }
  .bl-featured:before {
    background-color: rgba(0, 0, 0, 0.66);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 190px;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .bl-featured:before {
        height: 150px; } }
    @media screen and (max-width: 1000px) {
      .bl-featured:before {
        height: 120px; } }
  .bl-featured .wall {
    display: block;
    height: auto;
    margin: 0 auto;
    height: 840px;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .bl-featured .wall {
        height: 580px; } }
    @media screen and (max-width: 479px) {
      .bl-featured .wall {
        height: 460px; } }
    .bl-featured .wall img {
      display: block;
      width: 100%;
      height: 100%; }
  .bl-featured .wall .mbYTP_wrapper ~ img {
    display: none; }
  .bl-featured .rect-row {
    padding: 80px 0 76px; }
    @media screen and (max-width: 1200px) {
      .bl-featured .rect-row {
        padding: 56px 0 58px; } }
    @media screen and (max-width: 1000px) {
      .bl-featured .rect-row {
        padding: 45px 0; } }
    @media screen and (max-width: 767px) {
      .bl-featured .rect-row {
        padding: 35px 0 45px; } }
  .bl-featured .content-wrap {
    z-index: 1; }
  .bl-featured .rectangle {
    height: 100%; }
  .bl-featured .bg-image, .bl-featured #video {
    background: black url("") no-repeat center center scroll;
    background-size: 1920px auto; }
    @media screen and (max-width: 1000px) {
      .bl-featured .bg-image, .bl-featured #video {
        background-size: auto 100%; } }
  .bl-featured #video .mbYTP_wrapper {
    background-color: black; }
    .bl-featured #video .mbYTP_wrapper iframe {
      height: 840px !important;
      left: 50% !important;
      margin: 0 !important;
      width: 1920px !important;
      max-width: 1000vw;;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media screen and (max-width: 1000px) {
        .bl-featured #video .mbYTP_wrapper iframe {
          height: 580px !important; } }
      @media screen and (max-width: 479px) {
        .bl-featured #video .mbYTP_wrapper iframe {
          height: 460px !important; } }

/*******************************************************************************
* 2.2 - SECTIONS: Intro
*******************************************************************************/
.bl-intro {
  background-color: #f0f0f0;
  padding-top: 70px; }
  @media screen and (max-width: 1200px) {
    .bl-intro {
      padding-top: 60px; } }
  .bl-intro .section-text {
    margin: 45px 0 60px; }
    @media screen and (max-width: 1000px) {
      .bl-intro .section-text {
        margin-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      .bl-intro .section-text {
        margin-bottom: 15px; } }

.show-lg {
  display: none; }
  @media screen and (min-width: 1000px) {
    .show-lg {
      display: block; } }

.hide-lg {
  display: none; }
  @media screen and (max-width: 1000px) {
    .hide-lg {
      display: block; } }

/*******************************************************************************
* 2.3 - SECTIONS: Know more
*******************************************************************************/
.bl-knowmore .rect-row {
  overflow: hidden;
  padding-bottom: 15px; }

.bl-knowmore.rectangle-container .rectangle.rect-bottom section {
  position: relative;
  left: auto; }

.bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
  color: #c21b17;
  font-size: 50px;
  line-height: 0.7em;
  padding-top: 0.8em;
  top: 0; }
  .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text:before, .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text:after {
    bottom: 0; }
  @media screen and (max-width: 1200px) {
    .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
      font-size: 46px; } }
  @media screen and (max-width: 1000px) {
    .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
      font-size: 32px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
      font-size: 28px; } }
  @media screen and (max-width: 375px) {
    .bl-knowmore.rectangle-container .rectangle.rect-bottom .rect-text {
      font-size: 22px; } }

.bl-knowmore .content {
  padding: 30px 30px 0; }
  @media screen and (max-width: 1200px) {
    .bl-knowmore .content {
      padding-bottom: 60px; } }
  @media screen and (max-width: 1000px) {
    .bl-knowmore .content {
      padding-bottom: 45px;
      padding-top: 15px; } }
  @media screen and (max-width: 767px) {
    .bl-knowmore .content {
      padding: 15px 20px 30px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore .content {
      padding: 15px 0 0; } }

.bl-knowmore .text {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 70px; }
  @media screen and (max-width: 1000px) {
    .bl-knowmore .text {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .bl-knowmore .text {
      margin-bottom: 45px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore .text {
      margin-bottom: 30px; } }
  .bl-knowmore .text h2, .bl-knowmore .text h3 {
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .bl-knowmore .text h2 {
    color: white;
    font-size: 36px; }
    @media screen and (max-width: 1200px) {
      .bl-knowmore .text h2 {
        font-size: 32px; } }
    @media screen and (max-width: 1000px) {
      .bl-knowmore .text h2 {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      .bl-knowmore .text h2 {
        font-size: 22px; } }
    @media screen and (max-width: 479px) {
      .bl-knowmore .text h2 {
        font-size: 20px; } }
    @media screen and (max-width: 375px) {
      .bl-knowmore .text h2 {
        font-size: 18px; } }
  .bl-knowmore .text h3 {
    font-size: 24px; }
    @media screen and (max-width: 1000px) {
      .bl-knowmore .text h3 {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .bl-knowmore .text h3 {
        font-size: 18px; } }
    @media screen and (max-width: 479px) {
      .bl-knowmore .text h3 {
        font-size: 16px; } }
    @media screen and (max-width: 375px) {
      .bl-knowmore .text h3 {
        font-size: 15px; } }

.bl-knowmore .row-expand {
  margin: 0 -10px;
  padding: 5px 40px 40px; }
  @media screen and (max-width: 767px) {
    .bl-knowmore .row-expand {
      padding: 30px 20px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore .row-expand {
      padding: 0; } }

.bl-knowmore .left-side, .bl-knowmore .right-side {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .bl-knowmore .left-side, .bl-knowmore .right-side {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore .left-side, .bl-knowmore .right-side {
      padding: 0; } }

.bl-knowmore .left-side .text p {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 1000px) {
    .bl-knowmore .left-side .text p {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .bl-knowmore .left-side .text p {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    .bl-knowmore .left-side .text p {
      font-size: 16px; } }
  @media screen and (max-width: 375px) {
    .bl-knowmore .left-side .text p {
      font-size: 15px; } }

.bl-knowmore .right-side .text {
  margin-bottom: 15px;
  padding-top: 35px; }
  .bl-knowmore .right-side .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35em; }

.bl-knowmore .right-side .phone {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .bl-knowmore .right-side .phone {
      position: relative;
      bototm: auto;
      right: auto;
      margin-top: 30px; } }
  .bl-knowmore .right-side .phone img {
    display: block;
    margin: 0 auto; }

/*******************************************************************************
* 3.0 - QUESTIONS
*******************************************************************************/
.bl-question {
  padding: 100px 0 150px; }
  @media screen and (max-width: 1200px) {
    .bl-question {
      padding: 80px 0 105px; } }
  @media screen and (max-width: 1000px) {
    .bl-question {
      padding: 80px 0 85px; } }
  @media screen and (max-width: 479px) {
    .bl-question {
      padding: 60px 0; } }
  .bl-question.q-even:before {
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.666;
    z-index: 1; }
  .bl-question.q-even > .container {
    position: relative;
    z-index: 2; }
  .bl-question.q-even .text:not(.question-text) p, .bl-question.q-even .question-tabs .tab li {
    color: white; }
  .bl-question.q-even .question-text {
    border: 1px solid #c21b17;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px; }
  .bl-question .question-heading {
    color: #c21b17;
    font-weight: bold;
    line-height: 1.25em;
    margin: 45px 0; }
    @media screen and (max-width: 1000px) {
      .bl-question .question-heading {
        margin: 30px 0 45px; } }
    @media screen and (max-width: 479px) {
      .bl-question .question-heading {
        margin-bottom: 30px; } }
    @media screen and (max-width: 375px) {
      .bl-question .question-heading {
        margin-bottom: 20px; } }
  .bl-question .question-text {
    border-bottom: 1px solid #c21b17;
    border-top: 1px solid #c21b17;
    position: relative; }
    @media screen and (max-width: 767px) {
      .bl-question .question-text {
        padding: 20px 0; } }
    @media screen and (max-width: 479px) {
      .bl-question .question-text {
        padding: 15px 0; } }
    .bl-question .question-text .handle-mirror {
      background: #fff url(../img/slider-handle-mirror.svg) no-repeat scroll center center/contain;
      height: 24px;
      left: 0;
      position: absolute;
      top: -24px;
      width: 33px; }
      @media screen and (max-width: 767px) {
        .bl-question .question-text .handle-mirror {
          width: 25px;
          height: 30px; } }
    .bl-question .question-text p {
      color: #333333; }
    .bl-question .question-text span {
      color: #c21b17; }
    .bl-question .question-text .inner-text, .bl-question .question-text .default-text {
      display: table;
      height: 100%;
      width: 100%; }
      .bl-question .question-text .inner-text p, .bl-question .question-text .default-text p {
        display: table-cell;
        padding: 30px 0;
        vertical-align: middle;
        width: 100%;
      }
      .bl-question .question-text .inner-text p strong {
        color: #c21b17;
      }
        @media screen and (max-width: 479px) {
          .bl-question .question-text .inner-text p, .bl-question .question-text .default-text p {
            padding: 20px 0; } }
    .bl-question .question-text .inner-text {
      display: none; }
      .bl-question .question-text .inner-text.active {
        display: block; }
  .bl-question div.form-container {
    display: block;
    border: medium none;
    padding-top: 15px; }
  .bl-question#sec4 {
    background: url(../img/kd_odgovor2.jpg) no-repeat scroll center center; }
  .bl-question#sec6 {
    background: url(../img/kd_odgovor4_2.jpg) no-repeat scroll center center; }
  .bl-question.bl-knowmore {
    background: url(../img/kd_featured.jpg) no-repeat scroll center center; }
  .bl-question#sec4, .bl-question#sec6, .bl-question.bl-knowmore {
    background-size: cover; }

.section-title-wrap {
  overflow: hidden;
  padding-bottom: 45px; }
  @media screen and (max-width: 1000px) {
    .section-title-wrap {
      padding-bottom: 30px; } }

.section-title {
  color: #c21b17;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  width: 100%;
  position: relative;
  padding-top: 30px; }
  @media screen and (max-width: 1000px) {
    .section-title {
      padding-top: 20px; } }
  @media screen and (max-width: 375px) {
    .section-title {
      padding-top: 15px; } }
  .section-title.black p {
    color: black; }
  .section-title.black strong {
    color: #c21b17; }
  .section-title div {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%; }
  .section-title p {
    font-weight: 600;
    color: inherit;
    display: inline-block;
    font-size: 28px;
    line-height: 1.28;
    padding: 0 0.5em;
    position: relative;
    vertical-align: bottom;
    top: 0.1em;
    margin: 0;
    z-index: 1; }
    .section-title p:before, .section-title p:after {
      content: "";
      position: absolute;
      width: 100000px;
      border-bottom: 2px solid #c21b17;
      bottom: 0.1em; }
    .section-title p:before {
      right: 100%; }
    .section-title p:after {
      left: 100%; }
    .q-even .section-title p {
      background-color: transparent; }
    @media screen and (max-width: 1200px) {
      .section-title p {
        font-size: 40px; } }
    @media screen and (max-width: 1000px) {
      .section-title p {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .section-title p {
        font-size: 30px; } }
    @media screen and (max-width: 479px) {
      .section-title p {
        font-size: 22px; } }
    @media screen and (max-width: 375px) {
      .section-title p {
        font-size: 18px; } }
    .section-title p span {
      color: #c21b17; }
    .section-title p .break {
      display: none; }
      @media screen and (max-width: 1000px) {
        .section-title p .break {
          display: inline; } }

.question-slider {
  position: relative; }
  .question-slider .question-text {
    margin-top: 30px; }
    @media screen and (max-width: 479px) {
      .question-slider .question-text {
        margin-top: 0; } }
  .question-slider .answers {
    display: table;
    width: 100%; }
    .question-slider .answers .answer {
      color: #2b2b2b;
      display: table-cell;
      position: relative;
      vertical-align: bottom;
      cursor: pointer; }
      .question-slider .answers .answer:before {
        border-right: 1px solid #898989;
        bottom: -20px;
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%; }
      .question-slider .answers .answer:first-child:before {
        border-left: 1px solid #898989; }
      .question-slider .answers .answer.active {
        color: #c21b17; }
      .question-slider .answers .answer p {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.25em;
        padding: 0 1em;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .question-slider .answers .answer p {
            font-size: 16px; } }
        @media screen and (max-width: 1000px) {
          .question-slider .answers .answer p {
            font-size: 14px; } }
        @media screen and (max-width: 479px) {
          .question-slider .answers .answer p {
            font-size: 12px;
            padding: 0 5px; } }
        @media screen and (max-width: 375px) {
          .question-slider .answers .answer p {
            font-size: 10px; } }
      .question-slider .answers .answer br {
        display: none; }
        @media screen and (max-width: 479px) {
          .question-slider .answers .answer br {
            display: block; } }
    .question-slider .answers.num5 .answer {
      width: 20%; }
    .question-slider .answers.num4 .answer {
      width: 25%; }
    .question-slider .answers.num3 .answer {
      width: 33.33%; }
    .question-slider .answers.num2 .answer {
      width: 50%; }
  .question-slider .irs {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .question-slider .irs {
        margin-bottom: 35px; } }
  .question-slider .irs-slider {
    background: url(../img/slider-handle.svg) no-repeat scroll center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 71px;
    width: 34px;
    top: 4px; }
    .question-slider .irs-slider:after {
      background: url(../img/slider-handle-shine.png) no-repeat scroll center center;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .question-slider .irs-slider {
        background-size: cover;
        width: 25px;
        height: 56px;
        top: 10px; } }
  .question-slider .irs-line {
    background-color: #898989;
    border: 1px solid #898989;
    box-shadow: inset -3px -1px 8px 0.2px rgba(0, 0, 0, 0.8); }
  .question-slider .irs-bar, .question-slider .irs-bar-edge, .question-slider .irs-min, .question-slider .irs-max, .question-slider .irs-from, .question-slider .irs-to, .question-slider .irs-single {
    display: none; }

.question-tabs .tabs {
  margin: 0 -3px;
  padding: 6px 0;
  position: relative;
  z-index: 1; }
  .question-tabs .tabs.num5 .tab {
    width: calc(20% + 0.8px); }
  .question-tabs .tabs.num4 .tab {
    width: 25%; }
  .question-tabs .tabs.num3 .tab {
    width: calc(33.33% + 0.8px); }
  .question-tabs .tabs.num2 .tab {
    width: 50%; }

.question-tabs .tab {
  cursor: pointer;
  display: block;
  float: left;
  padding: 0 3px;
  height: 80px;
  border: none; }
  @media screen and (max-width: 767px) {
    .question-tabs .tab {
      width: 100% !important;
      height: auto; } }
  .question-tabs .tab ul {
    border: 1px solid #77787c;
    display: table;
    width: 100%;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .question-tabs .tab ul {
        padding: 5px 0;
        margin: 5px 0; } }
  .question-tabs .tab li {
    font-weight: bold;
    color: #2b2b2b;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .question-tabs .tab li {
        font-size: 16px; } }
    @media screen and (max-width: 1000px) {
      .question-tabs .tab li {
        font-size: 14px; } }
    @media screen and (max-width: 479px) {
      .question-tabs .tab li {
        font-size: 12px; } }
  .question-tabs .tab:hover:not(.active) ul {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  .question-tabs .tab.active ul {
    border-color: #c21b17; }
    .question-tabs .tab.active ul:before {
      background-color: #c21b17;
      content: "";
      display: block;
      position: absolute;
      left: -1px;
      top: -18.5%;
      width: calc(100% + 2px);
      height: 137%;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.66); }
  .question-tabs .tab.active li {
    color: #fff; }

/*******************************************************************************
* 4.0 - ANSWERS
*******************************************************************************/
.bl-heading {
  padding: 80px 0 15px; }
  @media screen and (max-width: 479px) {
    .bl-heading {
      padding-top: 60px; } }

.bl-answer {
  padding: 30px 0 45px; }
  .bl-answer.odd {
    background-color: #f0f0f0; }
  .bl-answer .row {
    margin: 0; }
  .bl-answer [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 479px) {
      .bl-answer [class*="col-"] {
        padding: 0; } }
  .bl-answer .answer-title {
    counter-increment: titles;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 30px;
    position: relative; }
    .bl-answer .answer-title:before {
      content: counter(titles) ".";
      display: block;
      color: #c21b17;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      position: absolute;
      left: -40px;
      top: 0; }
      @media screen and (max-width: 479px) {
        .bl-answer .answer-title:before {
          display: inline-block;
          left: auto;
          top: auto;
          margin-right: 0.5em;
          position: relative;
          vertical-align: top; } }
    @media screen and (max-width: 1000px) {
      .bl-answer .answer-title {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .bl-answer .answer-title {
        font-size: 18px; } }
    @media screen and (max-width: 479px) {
      .bl-answer .answer-title {
        font-size: 16px; } }
    @media screen and (max-width: 375px) {
      .bl-answer .answer-title {
        font-size: 15px; } }
  .bl-answer .answers {
    font-size: 0;
    position: relative; }
    .bl-answer .answers label {
      display: block;
      padding-left: 30px;
      padding-right: 300px;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .bl-answer .answers label {
          padding-right: 0; } }
      @media screen and (max-width: 479px) {
        .bl-answer .answers label {
          padding-left: 20px; } }
    .bl-answer .answers label + label {
      margin-top: 15px; }
    .bl-answer .answers input, .bl-answer .answers p {
      display: inline-block;
      vertical-align: middle; }
    .bl-answer .answers input {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      vertical-align: middle;
      margin: 0; }
      .bl-answer .answers input:checked ~ p {
        font-weight: bold;
        color: #c21b17; }
    .bl-answer .answers p {
      font-weight: 400;
      font-size: 18px;
      line-height: 1.25em; }
      @media screen and (max-width: 767px) {
        .bl-answer .answers p {
          font-size: 16px; } }
      @media screen and (max-width: 375px) {
        .bl-answer .answers p {
          font-size: 14px; } }
  .bl-answer .answer-notice {
    color: #c21b17;
    font-weight: 400;
    border: 1px solid currentColor;
    cursor: default;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 270px;
    z-index: 2; }
    @media screen and (max-width: 1000px) {
      .bl-answer .answer-notice {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 30px;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .bl-answer .answer-notice {
        font-size: 14px; } }
  .bl-answer.not-answered .answer-title {
    color: #c21b17; }
  .bl-answer.not-answered .answer-notice {
    color: white;
    background-color: #c21b17;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .bl-answer.not-answered .answer-notice {
        padding-bottom: 2em; } }
  .bl-answer.cta {
    background-color: #f0f0f0;
    padding: 40px; }
    @media screen and (max-width: 479px) {
      .bl-answer.cta {
        padding: 30px 15px; } }
    .bl-answer.cta .btn {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; }
      @media screen and (max-width: 479px) {
        .bl-answer.cta .btn {
          width: 100%; } }

/*******************************************************************************
* 5.0 - FORM
*******************************************************************************/
.bl-form {
  background: url(../img/kd_featured.jpg) no-repeat scroll center center/cover;
  min-height: 840px; }
  @media screen and (max-width: 1000px) {
    .bl-form {
      min-height: 100%; } }
  .bl-form.bl-featured:before {
    height: 100%;
    z-index: 1; }
  .bl-form .content-wrap {
    padding: 100px 0 160px;
    position: relative;
    left: auto;
    top: auto;
    z-index: 1; }

  .bl-form .form-container {
    border: 2px solid #c21b17;
    padding: 40px 40px 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .bl-form .form-container {
        padding: 20px; } }
    .bl-form .form-container[rel="step1"] {
      padding-bottom: 105px; }
      @media screen and (max-width: 1000px) {
        .bl-form .form-container[rel="step1"] {
          padding-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .bl-form .form-container[rel="step1"] {
          padding-bottom: 45px; } }
      @media screen and (max-width: 479px) {
        .bl-form .form-container[rel="step1"] {
          padding-bottom: 20px; } }
    .bl-form .form-container.black {
      background-color: rgba(0, 0, 0, 0.65);
      border: none; }
      .bl-form .form-container.black .intro-text {
        border-top: none;
        padding-bottom: 30px;
        padding-top: 0; }
  .bl-form .title {
    color: #c21b17;
    font-weight: 600;
    font-size: 1em;
    font-size: 50px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .bl-form .title {
        font-size: 46px; } }
    @media screen and (max-width: 1000px) {
      .bl-form .title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .bl-form .title {
        font-size: 32px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .bl-form .title {
        font-size: 28px; } }
    @media screen and (max-width: 375px) {
      .bl-form .title {
        font-size: 22px; } }
    .bl-form .title strong {
      color: white;
      font-weight: bold;
      display: inline-block;
      vertical-align: top; }
  .bl-form .izracun {
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .bl-form .title {
        font-size: 24px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .bl-form .title {
        font-size: 20px; } }
  .bl-form .intro-text {
    color: white;
    border-top: 2px dotted #f0f0f0;
    text-align: left;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .bl-form .intro-text {
        padding-bottom: 30px; } }
    .bl-form .intro-text p {
      font-weight: 400;
      line-height: 1.25em; }
    .bl-form .intro-text p + p {
      margin-top: 0.5em; }
    .bl-form .intro-text strong {
      display: block;
      line-height: inherit; }
    .bl-form .intro-text .orange {
      color: #c21b17; }
  .bl-form .field {
    padding: 11px 0; }
    .bl-form .field:first-of-type {
      border-top: 1px solid white; }
    .bl-form .field + .field {
      border-top: 2px dotted #f0f0f0; }
    .bl-form .field p {
      color: white;
      font-weight: 400; }
      @media screen and (max-width: 1000px) {
        .bl-form .field p {
          margin-bottom: 0.5em; } }
    .bl-form .field .validation p {
      color: #c21b17;
      font-weight: bold;
      font-size: 13px;
      line-height: 36px;
      text-transform: uppercase; }
.bl-form .field #dateError2.validation p {
  line-height: 1.2em;
}
      @media screen and (max-width: 1000px) {
        .bl-form .field .validation p {
          margin: 0;
          padding: 0.8em 0 0; } }
    @media screen and (max-width: 1000px) {
      .bl-form .field p, .bl-form .field .validation p {
        line-height: 1.2em; } }
    #top.page-template-template-ai-22 .bl-form .field input[type="text"],
    #top.page-template-template-ai-22 .bl-form .field input[type="email"],
    #top.page-template-template-ai-22 .bl-form .field .faker .drop-value,
    #top.page-template-template-ai-termin-22 .bl-form .field input[type="text"],
    #top.page-template-template-ai-termin-22 .bl-form .field input[type="email"],
    #top.page-template-template-ai-termin-22 .bl-form .field .faker .drop-value {
      font-weight: 400;
      height: 36px;
      background-color: white;
      border: none;
      border-radius: 0px;
      color: #0d0d0d;
      margin: 0;
      padding: 0 15px;
      width: 100%; }
    .bl-form .field .faker {
      height: 36px; }
      .bl-form .field .faker .drop-value {
        line-height: 36px;
        position: relative;
        padding-right: 45px; }
        .bl-form .field .faker .drop-value:before {
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMC4wNzMgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwLjA3MyAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxkZWZzPgoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjIwLjA3MyIgaGVpZ2h0PSIyNCIvPgoJPC9kZWZzPgoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCTwvY2xpcFBhdGg+Cgk8cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pOyIgZD0iTTE4LjcxMyw5Ljg4MkwzLjMwMywwLjQ4N0MxLjQ5Ny0wLjYxNCwwLjAxNywwLjIxNiwwLjAxNSwyLjMzMkwwLDIxLjY4MQoJCWMtMC4wMDIsMi4xMTcsMS40NjgsMi45MzUsMy4yNjYsMS44MmwxNS40NjItOS41ODlDMjAuNTI3LDEyLjc5NywyMC41MiwxMC45ODQsMTguNzEzLDkuODgyIi8+CjwvZz4KPC9zdmc+) no-repeat scroll center center/16px auto;
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          height: 36px;
          width: 36px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .bl-form .field .faker .drop-handle {
        display: none; }
      .bl-form .field .faker.open .drop-selection {
        border-radius: 5px;
        padding: 5px 0; }
      .bl-form .field .faker .drop-selection div {
        height: 36px;
        border: none;
        font-size: 12px; }
        .bl-form .field .faker .drop-selection div:hover {
          background-color: #c21b17; }
    .bl-form .field .btn-icon {
      background: white url("") no-repeat scroll center center;
      cursor: pointer;
      width: 36px;
      height: 36px;
      border-radius: 5px; }
    .bl-form .field .btn-date {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNC42MDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDM0LjYwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxkZWZzPgoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjM2IiBoZWlnaHQ9IjM0LjYwMyIvPgoJPC9kZWZzPgoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCTwvY2xpcFBhdGg+Cgk8cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pOyIgZD0iTTMzLjU0NiwxLjg3NmgtMy45OXYzLjM3N2MwLDEuNjM3LTEuMzI3LDIuOTY1LTIuOTY1LDIuOTY1CgkJYy0xLjYzNywwLTIuOTY1LTEuMzI4LTIuOTY1LTIuOTY1VjEuODc2SDEyLjM3NHYzLjM3N2MwLDEuNjM3LTEuMzI4LDIuOTY1LTIuOTY1LDIuOTY1Yy0xLjYzOCwwLTIuOTY1LTEuMzI4LTIuOTY1LTIuOTY1VjEuODc2CgkJaC0zLjk5QzEuMTA2LDEuODc2LDAsMi45ODMsMCw0LjMzdjI3LjgyYzAsMS4zNDgsMS4xMDYsMi40NTMsMi40NTQsMi40NTNoMzEuMDkyYzEuMzQ4LDAsMi40NTQtMS4xMDUsMi40NTQtMi40NTNWNC4zMwoJCUMzNiwyLjk4MywzNC44OTQsMS44NzYsMzMuNTQ2LDEuODc2IE0zMi42MjUsMzEuNTM1SDMuMzc1VjEwLjY3NGgyOS4yNVYzMS41MzV6Ii8+Cgk8cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pOyIgZD0iTTI4LjAyNCwxLjM2NUMyNy45NTcsMC42MDEsMjcuMzIyLDAsMjYuNTM5LDBjLTAuNzgxLDAtMS40MTcsMC42MDEtMS40ODMsMS4zNjV2Mi4xNTYKCQljMC4wNjYsMC43NjQsMC43MDIsMS4zNjUsMS40ODMsMS4zNjVjMC43ODMsMCwxLjQxOC0wLjYwMSwxLjQ4NS0xLjM2NVYxLjM2NXoiLz4KCTxwYXRoIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7IiBkPSJNMTAuNzc0LDEuNjQ2Yy0wLjA2Ny0wLjc2NC0wLjcwMi0xLjM2NS0xLjQ4NS0xLjM2NWMtMC43ODEsMC0xLjQxNywwLjYwMS0xLjQ4MywxLjM2NQoJCXYyLjE1NmMwLjA2NiwwLjc2NCwwLjcwMiwxLjM2NSwxLjQ4MywxLjM2NWMwLjc4MywwLDEuNDE4LTAuNjAxLDEuNDg1LTEuMzY1VjEuNjQ2eiIvPgoJPHBhdGggc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTsiIGQ9Ik0xMi45NTgsMTkuNjUyYzAuMzYzLTAuMDI3LDAuNzAzLTAuMTA3LDEuMDE4LTAuMjQKCQljMC4zMTUtMC4xMzUsMC41NzQtMC4zMjYsMC43NzgtMC41NzhjMC4yMDItMC4yNTIsMC4zMDUtMC41ODgsMC4zMDUtMS4wMDhjMC0wLjYyOS0wLjIxMS0xLjExMy0wLjYzLTEuNDQ5CgkJYy0wLjQyMS0wLjMzNi0wLjkwNC0wLjUwNC0xLjQ1MS0wLjUwNGMtMC43NTUsMC0xLjMyNSwwLjI0OC0xLjcxMSwwLjc0NGMtMC4zODUsMC40OTgtMC41NzEsMS4xMjUtMC41NTYsMS44ODFINy44NzYKCQljMC4wMjgtMC43NTYsMC4xNjQtMS40NDYsMC40MDktMi4wNjljMC4yNDUtMC42MjMsMC41ODktMS4xNTgsMS4wMy0xLjYwNWMwLjQ0MS0wLjQ0OSwwLjk2OC0wLjc5NywxLjU4NS0xLjA0MQoJCWMwLjYxNy0wLjI0NCwxLjMwMi0wLjM2NywyLjA1OC0wLjM2N2MwLjU4NywwLDEuMTc2LDAuMDg4LDEuNzY0LDAuMjYxYzAuNTg4LDAuMTc2LDEuMTE2LDAuNDM4LDEuNTg2LDAuNzg5CgkJYzAuNDY5LDAuMzUsMC44NSwwLjc3NiwxLjE0NCwxLjI4YzAuMjk1LDAuNTA0LDAuNDQxLDEuMDg2LDAuNDQxLDEuNzQ0YzAsMC43MTUtMC4xNzEsMS4zNDQtMC41MTQsMS44OTEKCQljLTAuMzQ0LDAuNTQ0LTAuODU4LDAuOTE2LTEuNTQ0LDEuMTExdjAuMDQzYzAuODExLDAuMTgxLDEuNDQ5LDAuNTc0LDEuOTEyLDEuMTc2YzAuNDYxLDAuNjAxLDAuNjkyLDEuMzIyLDAuNjkyLDIuMTYyCgkJYzAsMC43NzEtMC4xNTEsMS40NTctMC40NTEsMi4wNThjLTAuMzAxLDAuNjAyLTAuNzA0LDEuMTA2LTEuMjA4LDEuNTE0Yy0wLjUwNCwwLjQwNC0xLjA4NiwwLjcxMy0xLjc0MywwLjkyMgoJCWMtMC42NTgsMC4yMTEtMS4zNDQsMC4zMTQtMi4wNTksMC4zMTRjLTAuODI2LDAtMS41NzctMC4xMTctMi4yNTctMC4zNTVjLTAuNjc4LTAuMjM4LTEuMjU3LTAuNTg0LTEuNzMxLTEuMDM5CgkJYy0wLjQ3Ni0wLjQ1NS0wLjg0NC0xLjAxMi0xLjEwMy0xLjY3Yy0wLjI2LTAuNjU4LTAuMzgzLTEuNDE0LTAuMzY4LTIuMjY4aDIuODM0YzAuMDE1LDAuMzkzLDAuMDc4LDAuNzY2LDAuMTg5LDEuMTIzCgkJYzAuMTEzLDAuMzU4LDAuMjc0LDAuNjY0LDAuNDg0LDAuOTI0YzAuMjExLDAuMjYsMC40NzMsMC40NjcsMC43ODgsMC42MTljMC4zMTUsMC4xNTUsMC42ODgsMC4yMzEsMS4xMjMsMC4yMzEKCQljMC42NzEsMCwxLjI0LTAuMjA3LDEuNzAxLTAuNjE5YzAuNDYyLTAuNDEzLDAuNjkzLTAuOTc3LDAuNjkzLTEuNjkyYzAtMC41NTgtMC4xMDgtMC45ODQtMC4zMjUtMS4yNzlzLTAuNDk0LTAuNTA4LTAuODI5LTAuNjQxCgkJYy0wLjMzNy0wLjEzMy0wLjcwNS0wLjIxMS0xLjEwMy0wLjIzYy0wLjM5OS0wLjAyMi0wLjc4MS0wLjAzMy0xLjE0NC0wLjAzM3YtMi4xQzEyLjI1LDE5LjY4MSwxMi41OTMsMTkuNjgxLDEyLjk1OCwxOS42NTIiLz4KCTxwYXRoIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7IiBkPSJNMjQuMDY3LDI4LjQxdi05LjUzNWgtMy42OTZ2LTIuMjQ2YzAuNTE3LDAuMDEzLDEuMDE4LTAuMDI0LDEuNTAyLTAuMTE1CgkJYzAuNDgzLTAuMDksMC45MTctMC4yNTIsMS4zMDItMC40ODNjMC4zODQtMC4yMzIsMC43MS0wLjUzNywwLjk3NS0wLjkxNGMwLjI2Ny0wLjM3OSwwLjQ0MS0wLjg0OCwwLjUyNi0xLjQwNmgyLjM3M1YyOC40MUgyNC4wNjd6CgkJIi8+CjwvZz4KPC9zdmc+);
      background-size: 24px auto; }
    .bl-form .field .btn-arrow {
      position: relative; }
      .bl-form .field .btn-arrow:before {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMC4wNzMgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwLjA3MyAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxkZWZzPgoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjIwLjA3MyIgaGVpZ2h0PSIyNCIvPgoJPC9kZWZzPgoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCTwvY2xpcFBhdGg+Cgk8cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pOyIgZD0iTTE4LjcxMyw5Ljg4MkwzLjMwMywwLjQ4N0MxLjQ5Ny0wLjYxNCwwLjAxNywwLjIxNiwwLjAxNSwyLjMzMkwwLDIxLjY4MQoJCWMtMC4wMDIsMi4xMTcsMS40NjgsMi45MzUsMy4yNjYsMS44MmwxNS40NjItOS41ODlDMjAuNTI3LDEyLjc5NywyMC41MiwxMC45ODQsMTguNzEzLDkuODgyIi8+CjwvZz4KPC9zdmc+) no-repeat scroll center center/16px auto;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .bl-form .field .btn-arrow-down:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .bl-form .field .btn-arrow-up {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

      .bl-form .field .input.input-datum input, .bl-form .field .input.input-hour input {
        width: 100%; }
      .bl-form .field .input.input-datum input, .bl-form .field .input.input-datum .btn-icon, .bl-form .field .input.input-hour input, .bl-form .field .input.input-hour .btn-icon {
        display: inline-block;
        vertical-align: top; }
      .bl-form .field .input.input-datum .btn-icon, .bl-form .field .input.input-hour .btn-icon {
        margin-left: 10px; }
    .bl-form .field .input .icon-wrap {
      position: absolute;
      right: 0;
      top: 0; }
    .bl-form .field .input.input-datum .content {
      padding: 0 46px 0 0; }
    .bl-form .field .input.input-hour .content {
      padding: 0 92px 0 0; }
    .bl-form .field .content {
      position: relative; }
    .bl-form .field.submit {
      border-top: 1px solid white;
      padding-top: 30px;
      padding-bottom: 0; }
      .bl-form .field.submit .terms {
        padding-bottom: 45px; }
        @media screen and (max-width: 1000px) {
          .bl-form .field.submit .terms {
            padding-bottom: 30px; } }
      .bl-form .field.submit p, .bl-form .field.submit .validation {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.35em;
        position: relative;
        padding-left: 2em; }
        @media screen and (max-width: 1000px) {
          .bl-form .field.submit p, .bl-form .field.submit .validation {
            margin-bottom: 30px; } }
        .bl-form .field.submit p a, .bl-form .field.submit .validation a {
          color: #c21b17; }
      .bl-form .field.submit input[type="checkbox"] {
        margin: 0;
        position: absolute;
        top: 0.2em; }
      .bl-form .field.submit .terms .validation {
        color: #c21b17;
        visibility: hidden; }
        .bl-form .field.submit .terms .validation p {
          font-weight: bold;
          padding: 1em 0 0 0; }
          @media screen and (max-width: 1000px) {
            .bl-form .field.submit .terms .validation p {
              padding: 0; } }
  .bl-form .social {
    padding-top: 55px; }
    .bl-form .social p {
      color: white;
      font-weight: 700;
      width: 290px; }
      @media screen and (max-width: 1200px) {
        .bl-form .social p {
          display: block;
          width: auto;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .bl-form .social p {
          margin-bottom: 0; } }
  .bl-form [rel*="step3"] .social {
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .bl-form [rel*="step3"] .social {
        padding-top: 15px; } }
  .bl-form .btn-soc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .bl-form .btn-soc img {
        max-width: 75%; } }
  @media screen and (max-width: 767px) {
    .bl-form .btn-soc + .btn-soc {
      margin-top: 20px; } }

/*******************************************************************************
* 8.0 - MODAL WINDOW
*******************************************************************************/
.modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }
  .modal .container {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .modal .bl-section {
    border: 2px solid #c21b17;
    max-height: 90vh;
    overflow: auto;
    overflow-x: hidden;
  }
  .modal .title {
    border-bottom: 2px solid currentColor;
    color: #c21b17;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2em;
    padding: 30px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .modal .title {
        font-size: 46px; } }
    @media screen and (max-width: 1000px) {
      .modal .title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .modal .title {
        font-size: 32px; } }
    @media screen and (max-width: 479px) {
      .modal .title {
        font-size: 28px;
        padding: 30px; } }
    @media screen and (max-width: 375px) {
      .modal .title {
        font-size: 22px; } }
  .modal .content {
    text-align: center;
    padding: 30px 30px 100px; }
    @media screen and (max-width: 1000px) {
      .modal .content {
        padding-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .modal .content {
        padding-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      .modal .content {
        padding-left: 20px;
        padding-right: 20px; } }
    .modal .content .text {
      margin-bottom: 75px; }
      @media screen and (max-width: 1000px) {
        .modal .content .text {
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .modal .content .text {
          margin-bottom: 30px; } }
    .modal .content p {
      color: white;
      font-size: 27px;
      margin-bottom: 45px; }
      @media screen and (max-width: 1200px) {
        .modal .content p {
          font-size: 26px; } }
      @media screen and (max-width: 1000px) {
        .modal .content p {
          font-size: 22px; } }
      @media screen and (max-width: 767px) {
        .modal .content p {
          font-size: 20px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 479px) {
        .modal .content p {
          font-size: 18px; } }
      @media screen and (max-width: 375px) {
        .modal .content p {
          font-size: 16px; } }
  .modal button {
    max-width: 464px;
    margin: 0 auto; }
    @media screen and (max-width: 479px) {
      .modal button {
        font-size: 12px; } }


.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: 'Roboto', "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #c21b17; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #c21b17 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }


#top.page-template-template-ai-22,
#top.page-template-template-ai-termin-22 {
  overflow: initial;
}
#top.page-template-template-ai-22 a.smoothNav:focus,
#top.page-template-template-ai-22 a.smoothNav:hover {
  text-decoration: none;
}
#top.page-template-template-ai-22 #step1 {
  height: auto;
}
#top.page-template-template-ai-22 form {
  margin-bottom: 0;
}

#top.hide-header #header_meta,
#top.hide-header .kontaktmeniwrap,
#top.hide-header .onasmeniwrap,
#top.hide-header .megameni,
#top.hide-header #header_main .main_menu,
#top.hide-header #header_main #advanced_menu_toggle,
#top.hide-header .rmp_menu_trigger {
  display: none !important;
}

#top.page-template-template-ai-22 #header_main > .container,
#top.page-template-template-ai-22 #header_main > .container .main_menu ul:first-child > li > a,
#top.page-template-template-ai-22 #header_main #menu-item-shop .cart_dropdown_link,
#top.page-template-template-ai-termin-22 #header_main > .container,
#top.page-template-template-ai-termin-22 #header_main > .container .main_menu ul:first-child > li > a,
#top.page-template-template-ai-termin-22 #header_main #menu-item-shop .cart_dropdown_link {
  height: 50px !important;
  line-height: 50px !important;
  display: block !important;
  opacity: 1 !important;
}
#top.page-template-template-ai-22 #header .logo,
#top.page-template-template-ai-22 #header .logo a,
#top.page-template-template-ai-22 #header .logo img,
#top.page-template-template-ai-termin-22 #header .logo,
#top.page-template-template-ai-termin-22 #header .logo a,
#top.page-template-template-ai-termin-22 #header .logo img {
  max-height: 50px !important;
}

#top.page-template-template-ai-termin-22 #header_main .logo-ai svg {
  height: 96px !important;
}

#top.page-template-template-ai-22 #chk_terms {
  z-index: 999;
}

@media screen and (min-width: 768px) {
  #top.page-template-template-ai-22 #main,
  #top.page-template-template-ai-termin-22 #main {
    margin-top: -78px;
  }
}
@media screen and (max-width: 479px) {
  #top.page-template-template-ai-22 #header .logo img,
  #top.page-template-template-ai-termin-22 #header .logo img {
    -webkit-clip-path: polygon(0 0, 28% 0%, 28% 100%, 0% 100%);
    clip-path: polygon(0 0, 28% 0%, 28% 100%, 0% 100%);
  }
}

/*
html.overfloww-ai {
  overflow: hidden !important;
}
html.overfloww-ai body {
  overflow: auto !important;
}
*/
/*# sourceMappingURL=../css/ai-style.css.map */


#top #footer .textwidget p {
  margin: 0.85em 0;
}