@import url("../css/normalize.css");
@import url("../css/bootstrap.min.css");
@import url("../css/wordpress-core.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext");

.ninjaform-checkbox-wb-gdpr{
  display: inline-block!important;
  vertical-align: text-bottom!important;
  width: 20px!important;
  height: 20px!important;
}
.ninjaform-checkbox-wb-gdpr-wrap .ninja-forms-field-description{
  display: inline-block;
}
.col-md-6.xx.model-wrap-text{
  padding: 0;
  background-size: 102%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-transition: all 0.3s ease-in-out;
}
.col-md-6.xx.model-wrap-text:hover{
  transform: scale(1.2,1.2);
  -webkit-transition: all 0.3s ease-in-out;
}

div.paralax.hidden-sm.hidden-xs ul{
  color: white;
  list-style-type: none;
  padding-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
div.paralax.hidden-sm.hidden-xs li{
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6{
  clear: both;
}

.ninja-forms-form-wrap .field-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f898b;
}
.ninja-forms-form-wrap .field-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #8f898b;
}
.ninja-forms-form-wrap .field-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #8f898b;
}
.ninja-forms-form-wrap .field-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #8f898b;
}
.container-fluid.main-info h1{
  margin-top: 20px;
}

.container-fluid.main-info h1:first-child{
  margin-top: 0;
}
.container-fluid.main-info h1 + h2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 35px;
}
.mia_slider_id{
  width: 100%;
  height: auto;
  position: relative;
}

.img_container_id{
  width: 100%;
}

.mia_menu{
  float: left;
  /*width: 10%;*/
  width: 100%;
}


.varianta-spicka{
  width: 100%;
  padding: 5px 5px;
  cursor: pointer;
}

.varianta-spicka-popis {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #0d3a63;
  margin-bottom: 0;
}

div.ninja-forms-field-error,
span.ninja-forms-req-symbol{
  color: #c02945;
}

div.ninja-forms-required-items{
  font-size: 1.125em;
  color: #8f898b;
  text-indent: 0em;
  text-align: inherit;
  padding-bottom: 20px;
}

.form-float-wrap label{
  color: #8f8a8b;
  font-size: 24px;
}

.ninja-forms-form-wrap .field-wrap textarea{
  border-color: #ddd;
}
.ninja-forms-form-wrap .field-wrap input,
.ninja-forms-form-wrap .field-wrap select{
  line-height: 45px;
  text-indent: 20px;
  width: 100%;
}
div.field-wrap {
  float: left;
  padding: 5px;
  min-height: 64px;
  padding-bottom: 0px;
}
.field-wrap > label + select,
.field-wrap > label + input{
  margin-top: 0;
}

.ninja-forms-form-wrap.btn{
  display: inline-block;
}

.ninja-forms-form .label-above label, .ninja-forms-form .label-below label,
.text-wrap.label-above label, .textarea-wrap.label-above label{
  color: #0d3a63;
}


.ninja-forms-form-wrap .field-wrap input.btn-form{
  width: auto;
  text-indent: 0;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
}

.btn-form-wrap{
  text-align: center;
  width: 100%;
}


.popisek > p{
  color: #0d3a63;
  font-weight: bold;
  min-height: 49px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 49px;
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: left;
}

.ninja-forms-form-wrap input{
  border: 1px solid #ddd;
  /*margin-bottom: 10px;*/
  margin-bottom: 0px;
  /*margin-top: 0px;*/
  margin-top: 25px;
  color: #8f8a8b;
}

.ninja-forms-form-wrap.btn-wrap{
  text-align: center;
}

.ninja-forms-form-wrap select{
  border: 1px solid #ddd;
  line-height: 50px;
  margin-top: 25px; /*0*/
  color: #8f8a8b;
  text-indent: 20px;
  padding: 13px 0 13px 0;

}
.ninja-forms-form-wrap input[type="checkbox"]{
  width: 49px;
  height: 49px;
  margin-top: 0;
}

.ninja-forms-form-wrap.checkbox-wrap > input[type="checkbox"]{
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 3px;
}

.form-float-wrap.checkbox-wrap > .ninja-forms-field-description{
  display: inline-block;
}

.ninja-forms-error-msg{
    font-size: 1.625em;
    text-indent: 0em;
    text-align: inherit;
    padding-bottom: 20px;
    color: #c02945;
}

.input-12-wrap {
    width: 100%;
}

.input-6-wrap {
  width: 50%;
}

.input-4-wrap {
  width: 33.33%;
}

.input-3-wrap {
  width: 25%;
}

.input-2-wrap {
  width: 16.6666%;
}


@media (max-width: 767px) {
  .input-12-wrap {
    width: 100%;
  }

  .input-6-wrap {
    width: 100%;
  }

  .input-4-wrap {
    width: 100%;
  }

  .input-3-wrap {
    width: 100%;
  }

    .input-2-wrap {
        width: 100%;
    }


}

.uvodni-text-modely{
  padding: 0 130px;
}

.model-wrap-detail:after {
  content: "";
  width: 100%;
  height: 30px;
  top: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: inset 0px 31px 28px -27px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 31px 28px -27px rgba(0,0,0,0.75);
  box-shadow: inset 0px 31px 28px -27px rgba(0,0,0,0.75);
}

.model-wrap-detail-new{
  /*padding: 0px 180px;*/
  padding: 0px 10%;
  background-color: #e5e5e5;;
  position: relative;
}

.model-wrap{
  /*padding-bottom: 15px;*/
  padding: 0;
}
.mmodel{
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #5fa4df;
  background-color: inherit;
}
.mmodel h2{
  margin: 0;
  padding-top: 15px;
  padding-left: 15.4%;
  padding-right: 15px;
  color: #19446a;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

.mmodel img{
  display: inline-block;
  max-width: 74%;
  width: 74%;
  padding: 15px 40px;
  padding-top: 0px;
  /*opacity: 0.9;*/
  opacity: 1;
  transition: all .4s ease-out;
}

.model-active > .mmodel > img{
  opacity: 1;
}
/*.mmodel:hover img{*/
  /*opacity: 1;*/
/*}*/

.model-wrap-text{
  background-color: #19446a;
  color: #5fa4df;
  padding: 20px 40px;
  position: relative;
  min-height: 250px;
}

.model-wrap-detail.category-inner{
  display: none;
  /*background-size: cover;*/
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
/*.model-wrap-detail.category-inner:hover{*/
  /*transition: background 0.5s ease;*/
  /*background-size: 54%;*/
  /*background-position: -1% 50%;*/
/*}*/



/*.model-wrap:hover > .model-wrap-detail.category-inner,*/
/*.model-wrap:focus > .model-wrap-detail.category-inner,*/
/*.model-wrap:active > .model-wrap-detail.category-inner*/
/*{*/
  /*display: block;*/
/*}*/


/*.cut{*/
  /*position: relative;*/
  /*min-height: 250px;*/
/*}*/
/*.cut:after{*/
  /*content:'';*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*width: 0;*/
  /*height: 0;*/
  /*border-style: solid;*/
  /*border-width: 0 0 250px 80px;*/
  /*border-color: transparent transparent #19446a transparent;*/
/*}*/

/*test*/
.main-info-content h1 + h2.h2-uvod{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 35px;
}

a{
  color: #5fa4df;
}

a:hover, a:active{
  color: #67b2f2;
}

.navbar-default, h1, h3, .carousel-inner .text h3, .carousel-inner .text p {
  font-weight: normal;
  text-transform: uppercase; }

.clear {
  clear: both;
  float: none; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.img-responsive {
  height: auto;
  width: 100%; }

.bold {
  font-weight: bold; }

.color-dark-bg {
  background-color: #0d3a63; }

.white-bg {
  background-color: #fff; }

.flexy {
  flex: 1; }

@-ms-viewport {
  width: device-width; }
@-webkit-keyframes jumpingScroll {
  0% {
    margin-top: 3px; }
  50% {
    margin-top: -10px; }
  100% {
    margin-top: 3px; } }
@keyframes jumpingScroll {
  0% {
    margin-top: 3px; }
  50% {
    margin-top: -10px; }
  100% {
    margin-top: 3px; } }
@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left,
  .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px; }

  .collapse.in {
    display: block !important; } }
.no-fixed {
  position: relative; }

.absolute {
  height: 100%;
  position: absolute;
  width: 100%; }
  .absolute:hover {
    text-decoration: none; }

html {
  background-color: #5fa4df;
  font-size: 16px; }

body {
  background-color: inherit;
  font-family: 'Open Sans', sans-serif; }

@media only screen and (min-width: 1366px) {
  .container {
    width: 1500px; } }

a.text:hover {
  text-decoration: none; }
  a.text:hover h3 {
    text-decoration: none; }

nav {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 30px #4f4f4f; }
  nav.f-nav {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.navbar-default {
  padding-left: 130px;
  padding-right: 130px;
  background-color: #fff;
  border: 0;
  height: 110px;
  margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .navbar-default {
      height: 56px;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .navbar-default {
      padding: 0; } }
  .navbar-default .language-buttons {
    background-color: #5fa4df;
    margin-left: 10px; }
    @media only screen and (max-width: 991px) {
      .navbar-default .language-buttons .dropdown-menu {
        margin-top: 0;
        position: relative; }
      .navbar-default .language-buttons li {
        display: inline-block !important; } }
    .navbar-default .language-buttons > a {
      color: #fff !important; }
  .navbar-default .navbar-brand {
    height: 110px;
    position: absolute;
    z-index: 100; }
    @media only screen and (max-width: 1366px) {
      .col-md-6.xx.model-wrap-text{
        background-size: 120%;
      }
      .model-wrap-text p{
        font-size: 0.95rem;
      }
      .model-wrap-detail.category-inner{
        background-size: 55%;
      }
      .navbar-default .navbar-brand {
        position: relative; } }
    @media only screen and (max-width: 991px) {
      .navbar-default .navbar-brand {
        height: 56px;
        max-width: 60%;
        padding: 0 14px; } }
  .navbar-default .navbar-center {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 1366px) {
      .navbar-default .navbar-center {
        float: right;
        position: relative;
        text-align: right;
        top: -50px; } }
    @media only screen and (max-width: 991px) {
      .navbar-default .navbar-center {
        float: none;
        text-align: left;
        top: 0;
        width: 100%; } }
  .navbar-default .navbar-right {
    margin-right: 0;
    padding-top: 37px;
    position: absolute;
    right: 130px;
    color: #5fa4df;
    display: inline;
    text-transform: lowercase;
    top: 0; }

    @media only screen and (max-width: 1366px) {
      .navbar-default .navbar-right {
        padding-top: 14px; } }
    @media only screen and (max-width: 991px) {
      .navbar-default .navbar-right {
        padding-top: 0;
        position: relative; } }
  .navbar-default .navbar-nav > li {
    display: inline-block;
    float: none;
    padding: 30px 0; }
    @media only screen and (max-width: 1366px) {
      .navbar-default .navbar-nav > li {
        padding: 0; } }
    @media only screen and (max-width: 991px) {
      .navbar-default .navbar-nav > li {
        display: block; } }
    .navbar-default .navbar-nav > li.current-menu-item > a {
      color: #5fa4df;
      font-weight: bold; }
    .navbar-default .navbar-nav > li > a {
      color: #666;
      font-weight: normal; }
      .navbar-default .navbar-nav > li > a:hover {
        color: #5fa4df; }
      @media only screen and (max-width: 1366px) {
        .mia_menu{
          width: 100%;
        }
        .navbar-default .navbar-nav > li > a {
          padding-left: 5px; } }
  .navbar-default .navbar-collapse {
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .navbar-default .navbar-collapse {
        background-color: #fff;
        border-bottom: 1px solid #e7e7e7;
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        text-align: left; } }
  .navbar-default .navbar-toggle {
    background-color: #5fa4df;
    border-color: #666; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
      background-color: #5fa4df; }
    .navbar-default .navbar-toggle:hover .menu-text, .navbar-default .navbar-toggle:focus .menu-text, .navbar-default .navbar-toggle:active .menu-text {
      color: #67b2f2; }
    .navbar-default .navbar-toggle .menu-icon-bar {
      float: right;
      margin-left: 16px;
      position: relative;
      top: 3px; }
    .navbar-default .navbar-toggle .menu-text {
      color: #fff;
      float: left; }
  @media only screen and (max-width: 991px) {
    .navbar-default .hp-contacts {
      border-bottom: 1px solid #e7e7e7;
      display: none;
      padding-top: 5px; } }
  .navbar-default .hp-contacts li {
    color: #5fa4df;
    display: inline;
    text-transform: lowercase; }
    .navbar-default .hp-contacts li a {
      color: #5fa4df; }
    .navbar-default .hp-contacts li span {
      font-weight: normal; }
  .navbar-default .hp-contacts .caret {
    margin-left: 12px; }
  .navbar-default .hp-contacts > ul > li:first-child::after {
    color: #5fa4df ;
    /*content: '/';*/
    content: none;
    font-weight: normal;
    margin: 0 14px 0 20px; }
    @media only screen and (max-width: 991px) {
      .navbar-default .hp-contacts > ul > li:first-child::after {
        content: none; } }
  @media only screen and (max-width: 991px) {
    .navbar-default .hp-contacts {
      background-color: #fff;
      margin-left: -14px;
      margin-right: -14px;
      right: 0; }
      .navbar-default .hp-contacts ul {
        padding-left: 0; }
      .navbar-default .hp-contacts li {
        display: block;
        text-align: center; } }

.center-img {
  display: table-cell;
  float: none;
  height: 82px;
  vertical-align: middle; }
  @media only screen and (max-width: 991px) {
    .center-img {
      height: 56px; }
      .center-img img {
        max-height: 56px;
        max-width: 100%; } }

.search-button {
  cursor: pointer; }

#mapa iframe {
  width: 100% !important;
}

ul.sub-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  position: absolute;
  text-align: left; }
  @media only screen and (max-width: 1366px) {
    ul.sub-menu {
      margin-top: 0; } }
  @media only screen and (max-width: 991px) {
    ul.sub-menu {
      border: 0; } }
  ul.sub-menu li {
    padding: 12px 14px; }
    ul.sub-menu li a {
      color: #666;
      display: block;
      font-weight: normal;
      white-space: nowrap;
      width: 100%; }
      ul.sub-menu li a:hover {
        color: #67b2f2;
        text-decoration: none; }

.navbar .menu-item-has-children i {
  background-color: #5fa4df;
  color: #fff;
  display: none;
  height: 40px;
  margin-right: 28px;
  padding: 13px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  @media only screen and (max-width: 991px) {
    .navbar .menu-item-has-children i {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .navbar .menu-item-has-children i {
      margin-right: 0; } }
.navbar .menu-item-has-children:hover .sub-menu {
  display: block; }
  @media only screen and (max-width: 991px) {
    .navbar .menu-item-has-children:hover .sub-menu {
      display: none;
      position: relative; } }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh; }

main {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  padding-top: 110px; }
  @media only screen and (max-width: 991px) {
    main {
      padding-top: 56px; } }

h1 {
  font-size: 42px;
  font-size: 3rem;
  font-weight: bold;
  color: #0d3a63;
  margin-top: 0; }

h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  color: #0d3a63;
  text-transform: uppercase; }

h1 + h2 {
  margin-bottom: 30px;
  margin-top: 0; }

h3 {
  color: #0d3a63; }

p {
  font-size: 18px;
  text-align: justify;
  font-size: 1.125rem; }

.contacts p{
  text-align: inherit;
}

.main-info > .row {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .main-info > .row {
      display: block; } }
.main-info .main-back {
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%; }
.main-info .main-info-content {
  background-color: rgba(255, 255, 255, 0.94);
  background-repeat: no-repeat;
  padding: 55px 130px;  }
  .main-info .main-info-content.products, .main-info .main-info-content.category-list {
    padding: 60px; }
    @media only screen and (max-width: 767px) {
      .main-info .main-info-content.products, .main-info .main-info-content.category-list {
        padding-left: 14px;
        padding-right: 14px; } }
  .main-info .main-info-content a {
    color: #5fa4df;
    font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .main-info .main-info-content {
      padding: 60px; } }
  @media only screen and (max-width: 767px) {
    .main-info .main-info-content {
      padding: 30px;
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 14px; } }
.main-info .detail-info-content {
  padding: 60px; }
  @media only screen and (max-width: 767px) {
    .main-info .detail-info-content {
      padding: 30px; } }
  .main-info .detail-info-content a {
    color: #5fa4df;
    font-weight: bold; }
  .main-info .detail-info-content.category-list {
    overflow-x: hidden;
    padding-right: 0; }
    @media only screen and (max-width: 991px) {
      .main-info .detail-info-content.category-list {
        padding-bottom: 0;
        padding-right: 60px; } }
    @media only screen and (max-width: 767px) {
      .main-info .detail-info-content.category-list {
        padding-right: 30px; } }
    .main-info .detail-info-content.category-list h3 .fa {
      cursor: pointer;
      margin-left: 20px; }
.main-info .plain-row {
  height: 100%;
  /*overflow-y: hidden;*/ /*filip */
  position: relative; }
.main-info .plain-left-col {
  height: 100%; }
.main-info .plain-right-col {
  background-color: #fff;
  height: calc(100% - 40px);
  margin-top: 40px; }
  @media only screen and (max-width: 991px) {
    .main-info .plain-right-col {
      display: none; } }
.main-info .plain-detail {

  background-color: #fff;
  margin-top: 40px; }
  @media only screen and (max-width: 991px) {
    .main-info .plain-detail {
      margin-top: -1px;
    padding-top: 50px;
      padding-left: 14px;
      padding-right: 14px;} }
.main-info .plain-back {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto; }
  .main-info .plain-back img {
    height: auto;
    width: 75%;
    max-width: 800px;}
  .main-info .plain-back .plain-back-cover {
    /*background: -webkit-radial-gradient(60% 55%, farthest-side, blue, green, yellow, black);*/
    /* Safari 5.1 to 6.0 */
    /*background: -o-radial-gradient(60% 55%, farthest-side, blue, green, yellow, black);*/
    /* For Opera 11.6 to 12.0 */
    /*background: -moz-radial-gradient(60% 55%, farthest-side, blue, green, yellow, black);*/
    /* For Firefox 3.6 to 15 */
    /*background: radial-gradient(farthest-side at 60% 44%, rgba(0, 0, 255, 0), rgba(33, 17, 57, 0.74), rgba(33, 17, 57, 0.58), #211139);*/
    /*background: radial-gradient(farthest-side at 60% 44%, rgba(095, 164, 223, 0), rgba(95, 164, 223, 0.74), rgba(33, 17, 57, 0.58), #5fa4df);*/

    background: rgba(95,163,223,0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(95,163,223,0) 0%, rgba(95,164,223,1) 75%, rgba(95,164,223,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(95,163,223,0)), color-stop(75%, rgba(95,164,223,1)), color-stop(100%, rgba(95,164,223,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(95,163,223,0) 0%, rgba(95,164,223,1) 75%, rgba(95,164,223,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(95,163,223,0) 0%, rgba(95,164,223,1) 75%, rgba(95,164,223,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(95,163,223,0) 0%, rgba(95,164,223,1) 75%, rgba(95,164,223,1) 100%);
    background: radial-gradient(ellipse at center, rgba(95,163,223,0) 0%, rgba(95,164,223,1) 75%, rgba(95,164,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa3df', endColorstr='#5fa4df', GradientType=1 );

    /* Standard syntax (must be last) */
    height: 100%;
    position: absolute;
    width: 100%; }

.main-links {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .main-links {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 767px) {
    .main-links {
      padding-left: 14px;
      padding-right: 14px; } }
  .main-links .main-links-content {
    bottom: 0;
    height: 50%;
    padding-bottom: 33%;
    position: absolute; }
    @media only screen and (max-width: 991px) {
      .main-links .main-links-content {
        bottom: unset;
        height: unset;
        margin-bottom: 20px;
        padding-bottom: unset;
        position: unset; } }

.news {
  background-color: #fff;
  padding: 40px 130px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .news {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 767px) {
    .news {
      padding-left: 14px;
      padding-right: 14px; } }
  .news .news-item h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase; }
  .news .news-item .button-main {
    background-image: url("../img/magnifier.png");
    bottom: unset;
    z-index: 300; }
  .news .news-item img {
    height: auto;
    width: 100%; }
  .news .news-item .photo-filter {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #211139;
    background: -webkit-linear-gradient(to top, #211139, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(to top, #211139, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(to top, #211139, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #211139, rgba(255, 255, 255, 0));
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 200; }
  .news .news-content {
    margin-top: 75px; }
    .news .news-content p {
      font-size: 14px;
      font-size: 0.875rem; }
  .news .news-photo {
    max-height: 210px;
    overflow: hidden;
    position: relative; }
    .news .news-photo img {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .news .news-photo:hover img {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1.1); }

.contacts {
  color: #0d3a63;
  background-color: #fff;
  padding-top: 50px; }
  .contacts .find {
    color: #5fa4df; }
  .contacts .button-main {
    background-image: url("../img/map-sign.png");
    cursor: default;
    position: relative; }
  .contacts .info-box {
    margin-top: 30px; }
    .contacts .info-box strong {
      font-size: 18px;
      font-size: 1.125rem; }

.map {
  cursor: pointer;
  overflow: hidden; }

.contact-form {
  background-color: #f7f7f7; }
  .contact-form p {
    color: #0d3a63; }

.category-heading {
  padding: 60px; }

.category-list .category:hover {
  text-decoration: none; }
.category-list .category-inner {
  display: block;
  height: 280px;
  margin-bottom: 28px;
  max-height: 280px;
  overflow: hidden;
  position: relative; }
  .category-list .category-inner:hover {
    text-decoration: none; }
    .category-list .category-inner:hover .name {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #5fa4df; }
    .category-list .category-inner:hover .cover {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: rgba(13, 58, 99, 0.95);;
      color: inherit;
    }
    .category-list .category-inner:hover .photo {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1.1); }
.category-list .photo {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50%;
  overflow: hidden; }
.category-list .name {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #5fa4df ;
  color: #fff;
  height: 50%;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 10; }
  .category-list .name .name-content {
    display: table;
    height: 100%;
    padding: 20px;
    width: 100%; }
    .category-list .name .name-content p {
      font-size: 16px;
      font-size: 1rem;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }

.cover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
  padding: 10px 20px;;
  color: transparent;
  padding-bottom: -webkit-calc(50% + 10px);
  padding-bottom: -moz-calc(50% + 10px);
  padding-bottom: calc(50% + 10px);
}

.cover.no-category-image{
  padding-bottom: 10px;
  padding-top: -webkit-calc(50% + 10px);
  padding-top: -moz-calc(50% + 10px);
  padding-top: calc(50% + 10px);
  color: inherit;
  background: rgba(13, 58, 99, 0.95);
}

.product-wrap-description{
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
}
.product-wrap-description > p{
  display: table-cell;
  vertical-align: top;
  font-size: inherit;
  font-weight: 400;
}

.product-item {
  margin-bottom: 30px; }

.product-inner {
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  position: relative; }
  .product-inner:hover .cover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #0d3a63; }
  .product-inner:hover .name {
    background: #67b2f2; }
  .product-inner .photo {
    border: 1px solid #ccc;
    height: 100%; }
  .product-inner .name {
    background-color: #5fa4df;
    bottom: 0;
    color: #fff;
    height: 20%;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 10; }
    .product-inner .name .name-content {
      display: table;
      height: 100%;
      padding: 5px 10px;
      width: 100%; }
      .product-inner .name .name-content p {
        font-size: 14px;
        font-size: 0.875rem;
        display: table-cell;
        padding: 0;
        text-align: center;
        vertical-align: middle; }

.product-detail h1 {
  margin-top: 0; }
.product-detail img {
  border: 1px solid #ccc; }

.blog-list a:hover {
  text-decoration: none; }
.blog-list h1 {
  margin-bottom: 0;
  margin-top: 0; }
  .blog-list h1:hover {
    color: #5fa4df; }
.blog-list p {
  text-align: justify; }

.blog-item {
  margin-bottom: 60px; }
  .blog-item img {
    float: left;
    height: auto;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .blog-item img {
        margin-bottom: 20px; } }

.date-added {
  color: #0d3a63;
  margin-bottom: 20px;
  text-transform: uppercase; }

footer {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #0d3a63;
  color: #F7F7F7;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: 135px;
  padding-top: 80px;
  padding-bottom: 100px; }
footer .text-left{
  padding-left: 128px;
}
  @media only screen and (max-width: 991px) {
    footer {
      padding-top: 15px;
      text-align: center; }
    footer .text-left{
      padding-left: 0px;
      display: inline-block;
    }}
  footer .footer-logo {
    position: relative; }
    @media only screen and (max-width: 991px) {
      footer .footer-logo {
        margin: 20px 0; } }
  footer .socials {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      footer .socials {
        display: inline-block; } }
    footer .socials a {
      display: inline-block;
      height: 30px;
      margin: 0 0 0 30px;
      width: 30px; }
      @media only screen and (max-width: 991px) {
        footer .socials a {
          margin: 0 15px; } }

.modal {
  left: 3%;
  margin: 0;
  position: fixed;
  right: 3%;
  top: 3%;
  width: auto; }

.modal-body {
  height: 60%;
  max-height: 350px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 15px; }

.carousel-indicators {
  left: 130px;
  margin-left: 0;
  width: auto; }
  .carousel-indicators li {
    background-color: #fff;
    height: 12px;
    margin: 0 16px;
    width: 12px; }
    .carousel-indicators li:first-of-type {
      margin-left: 0; }
    .carousel-indicators li:last-of-type {
      margin-right: 0; }
  .carousel-indicators .active {
    background-color: #5fa4df ;
    border-color: transparent;
    box-shadow: 0 0 30px 3px #5fa4df;
    margin: 0 16px; }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner .text {
  bottom: 15%;
  padding: 0 130px;
  position: absolute; }
  .carousel-inner .text h3 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff; }
  .carousel-inner .text p {
    font-size: 1.825rem;
    color: #5fa4df; }
    @media only screen and (max-width: 1366px) {
      .main-info .main-info-content {
        padding: 55px 80px;
      }
      .navbar.navbar-default.navbar-fixed-top{
        padding: 0;
      }
      .navbar-default .navbar-brand{
        height: 82px;
      }
      .popisek > p {
        line-height: 1;
        margin-top: 3px;
      }
      .carousel-inner .text h3,
      h3{
        font-size: 54px;
      }
      .carousel-inner .text p {
        font-size: 21px;
        font-size: 1.3125rem; } }
.carousel-inner .item .row {
  display: flex; }
  .carousel-inner .item .row .col-md-6 {
    flex: 1;
    padding: 0; }
.carousel-inner .left-side {
  background-color: #0d3a63; }
.carousel-inner .right-side {
  max-height: 400px;
  overflow: hidden; }
  .carousel-inner .right-side img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .carousel-inner .right-side img:hover {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1.1); }

.contact-form {
  padding: 65px 130px 25px; }
  @media only screen and (max-width: 991px) {
    .contact-form {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      padding-left: 14px;
      padding-right: 14px; } }

.cont_form .wpcf7-form-control-wrap input,
.cont_form .wpcf7-form-control-wrap textarea {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  border: 1px solid #0d3a63;
  border-radius: 10px;
  color: #0d3a63;
  margin-bottom: 14px;
  padding: 14px 24px;
  width: 100%; }
.cont_form .big-href {
  margin: 0; }

.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 input:focus,
.wpcf7 input[type]:focus {
  border-color: #5fa4df;
  box-shadow: 0 1px 1px #5fa4df inset, 0 0 8px #5fa4df;
  outline: 0 none; }

::-webkit-input-placeholder {
  color: #0d3a63;
  opacity: 1; }

:-moz-placeholder {
  color: #0d3a63;
  opacity: 1; }

::-moz-placeholder {
  color: #0d3a63;
  opacity: 1; }

:-ms-input-placeholder {
  color: #0d3a63;
  opacity: 1; }

.button-main {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #5fa4df;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: -50px;
  cursor: pointer;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  width: 100px;
  z-index: 500; }
  .button-main:hover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #67b2f2;
    box-shadow: 0 0 125px #67b2f2; }

.big-href {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #5fa4df;
  background-position: center;
  background-repeat: no-repeat;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
  width: auto; }
  .big-href:hover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #67b2f2;
    box-shadow: 0 0 45px #67b2f2;
    color: #fff;
    text-decoration: none; }
  .big-href.contacts-href {
    padding: 20px 80px;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      .big-href.contacts-href span {
        display: none; } }
    .big-href.contacts-href a {
      color: #fff;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .uvodni-text-modely{
          padding: 0px 14px;
        }

        .model-wrap-detail-new{
          padding: 0;
        }
        .model-wrap-text p {
          font-size: 1rem;
        }
        .model-wrap-text{
          padding: 20px 14px;
        }

        .mmodel img{
          padding: 15px 0;
        }

        .mmodel h2{
          padding-right: 0;
          padding-left: 0;
        }

        .button-next{
          display: none;
        }
        .big-href.contacts-href a {
          display: block;
          margin-bottom: 10px; } }
      .big-href.contacts-href a:last-of-type {
        margin-bottom: 0; }

.dropdown-menu {
  border-radius: 0;
  min-width: 0; }

.category-menu a {
  color: #67b2f2;
  display: table-cell;
  vertical-align: middle; }
.category-menu h3 {
  border-bottom: 1px solid #ccc;
  color: #2b2b2b;
  font-size: 33px;
  margin-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }
.category-menu ul {
  padding-left: 0; }
.category-menu li {
  line-height: 40px;
  list-style-type: none;
  width: 100%; }
  .category-menu li.active {
    background-color: #211139; }
    .category-menu li.active a,
    .category-menu li.active .toggler {
      color: #fff; }
  .category-menu li.hovered {
    background-color: #5fa4df;
    color: #fff; }
    .category-menu li.hovered a,
    .category-menu li.hovered .toggler {
      color: #fff; }
  .category-menu li .toggler {
    color: #5fa4df;
    display: table-cell;
    font-family: FontAwesome;
    text-align: center;
    vertical-align: middle;
    width: 40px; }
    .category-menu li .toggler.normal {
      font-size: 6px; }
    .category-menu li .toggler.closed, .category-menu li .toggler.opened {
      cursor: pointer; }
.category-menu .sub-menu {
  display: none; }

.category-sub-menu {
  background-color: #fff;
  display: none; }
  .category-sub-menu li a, .category-sub-menu li .toggler {
    color: #5fa4df !important; }
  .category-sub-menu li:hover a, .category-sub-menu li:hover .toggler {
    color: #fff !important; }
  .category-sub-menu .toggler {
    padding-left: 40px !important;
    padding-right: 14px; }

.search-popup {
  background-color: #1e0599;
  display: none;
  float: right;
  height: 100px;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 10000; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 2px solid #f7e700;
  color: #0d3a63!important;
  font-size: 20px;
  font-weight: bold; }
div.wpcf7-mail-sent-ok {
  border: 2px solid #4cae4c!important;
}

span.wpcf7-not-valid-tip {
  background: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center; }

.scroller {
  background-image: url("../img/scroller.png");
  background-position: center 25px; }
  .scroller .arrow {
    background: url("../img/arrow-small.png") no-repeat scroll 0 0;
    display: block;
    height: 12px;
    margin: auto;
    margin-top: 46px;
    position: relative;
    top: 20px;
    width: 10px; }

.scroll-up .arrow {
  -webkit-animation: jumpingScroll 1s infinite;
  animation: jumpingScroll 1s infinite;
  background: url("../img/arrow.png") no-repeat scroll 0 0;
  display: block;
  height: 23px;
  margin: auto;
  position: relative;
  top: 39px;
  width: 43px; }

.back-button {
  left: unset;
  position: absolute;
  right: -50px;
  top: 220px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }
  @media only screen and (max-width: 991px) {
    .back-button {
      display: none; } }
  .back-button .arrow {
    animation: none; }

.button-next {
  /*-ms-transform: rotate(-180deg);*/
  /*!* IE 9 *!*/
  /*-webkit-transform: rotate(-180deg);*/
  /*!* Chrome, Safari, Opera *!*/
  /*transform: rotate(-180deg); }*/
}
  .button-next .arrow {
    animation: none; }

.paralax {
  height: 360px; }

.socials .site-pinterest {
  background-image: url("../img/pinterest-icon.png"); }

.socials .site-google {
  background-image: url("../img/google-icon.png"); }

.socials .site-youtube {
  background-image: url("../img/youtube-icon.png"); }

.socials .site-linkedin {
  background-image: url("../img/linkedin-icon.png"); }

.socials .site-facebook {
  background-image: url("../img/facebook-icon.png"); }

.socials .site-twitter {
  background-image: url("../img/twitter-icon.png"); }

.socials .site-spotify {
  background-image: url("../img/spotify-icon.png"); }

div.pages {
  float: right; }
  @media only screen and (max-width: 991px) {
    div.pages {
      float: none; } }

.wp-pagenavi {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center; }
  .wp-pagenavi a {
    color: #666; }
    .wp-pagenavi a:hover {
      color: #5fa4df;
      text-decoration: none; }
  .wp-pagenavi span.current {
    background-color: #5fa4df;
    border-radius: 50%;
    color: #fff;
    font-weight: normal; }
  .wp-pagenavi .page {
    min-height: unset; }

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: transparent;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  padding: 9px; }

.fa.rotated {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }

.spice-col-1{
  float: left;
  width: 50%;
}

/*# sourceMappingURL=style.css.map */
