/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 *
 * FONTS
 *
 */
/*
 *
 * BASIC ELEMENTS
 *
 */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0 0 35px 0;
  font: normal 15px/25px Trebuchet MS, sans-serif;
  color: #161920;
  background: #fff;
}
body.home {
  padding-top: 0;
}
h1 {
  margin: 0 0 1em 0;
  font: normal 40px/1.2 eksterregular, sans-serif;
  text-align: center;
  color: #3d4456;
}
h1.has-line {
  margin: 0;
  padding-bottom: 35px;
  text-align: center;
  background: url(../images/bg-line.png) no-repeat center bottom;
}
h1.has-border {
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 3px solid #9fa0a2;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.single-header h1 {
  margin: 0;
}
.branding {
  padding-top: 122px;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.branding .boxed {
  max-width: 1062px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .branding {
    padding-top: 0;
  }
}
h2.big {
  margin: 0 0 1em 0;
  font: normal 40px/1.2 Play, sans-serif;
  text-align: center;
  color: #3d4456;
}
h2.big.has-line {
  margin: 0;
  padding-bottom: 35px;
  text-align: center;
  background: url(../images/bg-line.png) no-repeat center bottom;
}
@media screen and (max-width: 900px) {
  h1 {
    font: normal 36px/1.2 Play, sans-serif;
  }
  h1.has-line {
    padding-bottom: 31px;
  }
  h1.has-border {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font: normal 32px/1.2 Play, sans-serif;
  }
  h1.has-line {
    padding-bottom: 27px;
  }
  h1.has-line {
    padding-bottom: 24px;
  }
}
h2 {
  font: normal 22px/1.2 Play, sans-serif;
  color: #3d4456;
}
h2 a {
  color: #3d4456 !important;
}
.entry > h2,
h2.section--headline {
  color: #3d4456;
  font: 40px/1.2 Play, sans-serif !important;
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .entry > h2,
  h2.section--headline {
    font: 22px/1.2 Play, sans-serif !important;
  }
}
.entry > h3 {
  color: #3d4456;
  font: 22px/1.2 Play, sans-serif;
}
h3 {
  font: normal 15px/1.2 eksterregular, sans-serif;
  color: #3d4456;
}
a {
  color: #9b9ca1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-section-menu a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.main-section-menu a:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
hr {
  height: 1px;
  margin: 50px 0;
  background: #ebebef;
  border: none;
}
form .fieldset {
  margin-top: 16px;
}
form .fieldset:first-child,
form .fieldset.fieldset--first {
  margin-top: 0;
}
form .submit {
  margin: 50px 0 0 0;
  text-align: center;
}
form label {
  margin: 0 0 8px 0;
  display: block;
  color: #161920;
}
form small {
  margin: -8px 0 8px 0;
  display: block;
}
form input[type=text],
form input[type=email],
form input[type=date],
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c6c8ce;
  background: #f9f9fa;
}
form input[type=text].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=date].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  border-color: #0C9549;
}
form input[type=submit] {
  display: inline-block;
  padding: 12px 65px;
  font: bold 14px/1.2 eksterbold, sans-serif;
  text-transform: uppercase;
  color: #0C9549;
  background: #fff;
  border: 1px solid #0C9549;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form input[type=submit]:hover {
  color: #fff;
  background: #0C9549;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-list-item {
  display: block;
}
form .wpcf7-list-item input {
  margin-right: 0.25em;
}
form.searchform-body input[type=text] {
  width: 30%;
}
/*
 *
 * BASIC CLASSES
 *
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.container--form {
  max-width: 590px;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 1em auto;
  }
}
.button {
  display: inline-block;
  padding: 25px 40px;
  font: bold 20px/1.2 eksterbold, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  background: #0C9549;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover {
  text-decoration: none;
  background: #ab1a21;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button--small {
  padding: 12px 40px;
  font: normal 14px/1.2 eksterregular, sans-serif;
  text-transform: none;
}
.button--blue {
  border: solid 1px #08bcf0 !important;
  background-color: #08bcf0 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  position: relative;
  left: 1px;
  font-weight: bold;
}
.button--margin-50 {
  margin-top: 50px;
}
.button--white {
  padding: 16px 32px 16px 55px;
  font: normal 14px/1.2 eksterregular, sans-serif;
  text-transform: none;
  text-shadow: none;
  color: #0C9549 !important;
  background: #fff url(../images/double-arrow-down.png) no-repeat 30px 19px;
  border: 1px solid #0C9549;
}
.button--white:hover {
  color: #fff !important;
  background: #ab1a21 url(../images/double-arrow-down.png) no-repeat 30px -81px;
  border-color: #ab1a21;
}
.button--download {
  padding: 0 30px 0 55px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #fff url("../images/double-arrow-down.png") no-repeat scroll 14px 12px;
}
.button--download:hover {
  background: #ab1a21 url(../images/double-arrow-down.png) no-repeat 14px -88px !important;
}
.main-feature-list {
  padding: 0;
  list-style-type: none;
}
.main-feature-list li {
  padding-left: 30px;
  background: url('../images/check_bullet.png') left 6px no-repeat;
  margin-bottom: 1.25em;
  font-size: 16px;
}
.cta-stripe {
  padding: 20px 0;
  background: #f9f9fa;
}
.cta-stripe .col {
  line-height: 42px;
}
.cta-stripe .col input[type="text"] {
  background: #fff;
}
@media screen and (max-width: 900px) {
  .button {
    padding: 21px 33px;
    font: bold 18px/1.2 eksterbold, sans-serif;
  }
  .button--small {
    padding: 12px 40px;
    font: normal 14px/1.2 eksterregular, sans-serif;
  }
  .button--white {
    padding: 16px 32px 16px 55px;
    font: normal 14px/1.2 eksterregular, sans-serif;
  }
}
@media screen and (max-width: 700px) {
  .button {
    padding: 17px 27px;
    font: bold 15px/1.2 eksterbold, sans-serif;
  }
  .button--small {
    padding: 12px 40px;
    font: normal 14px/1.2 eksterregular, sans-serif;
  }
  .button--white {
    padding: 16px 32px 16px 32px;
    font: normal 14px/1.2 eksterregular, sans-serif;
    background-image: none !important;
  }
  .main-feature-image {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.no-margin {
  margin: 0;
}
.margin-top-30 {
  margin-top: 30px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*
 *
 * LAYOUT
 *
 */
.row {
  margin-left: -20px;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.row .col {
  float: left;
  padding-left: 20px;
}
.row .col:last-child {
  /*float: right;*/
}
.row .width1-1 {
  width: 100%;
}
.row .width3-4 {
  width: 75%;
}
.row .width2-3 {
  width: 66.666666%;
}
.row .width1-2 {
  width: 50%;
}
.row .width1-3 {
  width: 33.333333%;
}
.row .width1-4 {
  width: 25%;
}
.row .width1-5 {
  width: 20%;
}
.row .width2-5 {
  width: 40%;
}
.row .width3-5 {
  width: 60%;
}
.row .width4-5 {
  width: 80%;
}
.row .width1-12 {
  width: 12.5%;
}
.row .col > *:first-child {
  margin-top: 0;
}
.row .col > *:last-child {
  margin-bottom: 0;
}
.row--gutter30 {
  margin-left: -30px;
}
.row--gutter30 > .col {
  padding-left: 30px;
}
.row--no-gutter {
  margin-left: 0;
}
.row--no-gutter .col {
  padding-left: 0;
}
.popup-gallery .row {
  margin-left: -10px;
}
.popup-gallery .row .col {
  padding-left: 10px;
  padding-bottom: 10px;
}
.popup-gallery .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .row .width3-4,
  .row .width1-4 + .width1-2,
  .row .width1-4 {
    float: none;
    width: 100%;
    padding-top: 35px;
  }
  .row .width3-4:first-child,
  .row .width1-4 + .width1-2:first-child,
  .row .width1-4:first-child {
    padding-top: 0;
  }
  .container--pricelist .col {
    float: left;
  }
  .container--pricelist .width1-4 {
    width: 25%;
  }
  .container--pricelist .width3-4 {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .row .col {
    float: none;
    width: 100%;
    padding-top: 35px;
  }
  .row .col:first-child {
    padding-top: 0;
  }
}
/*
 *
 * HEADER
 *
 */
header .top-menu {
  position: relative;
  z-index: 401;
  color: #fff;
  background: #4a535c;
}
header .top-menu:before,
header .top-menu:after {
  content: ' ';
  display: table;
}
header .top-menu:after {
  clear: both;
}
header .top-menu:before,
header .top-menu:after {
  content: ' ';
  display: table;
}
header .top-menu:after {
  clear: both;
}
header .top-menu ul {
  float: right;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .top-menu ul li {
  float: left;
  height: 100%;
}
header .top-menu ul li a {
  opacity: 0.5;
  display: block;
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
header .top-menu ul li a:hover {
  opacity: 1;
}
header .top-menu ul li a.icon {
  padding: 0;
  text-indent: -999em;
  height: 60px;
  overflow: hidden;
}
header .top-menu ul li a.icon img {
  margin-top: 3px;
  display: block;
}
header .top-menu ul li a.icon:hover {
  padding-bottom: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  height: auto;
}
header .top-menu ul li a.icon--altanky {
  width: 137px;
  background: url(../images/topmenu-altanky.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--garaze {
  width: 126px;
  background: url(../images/topmenu-garaze.png) no-repeat 0 8px;
  border-bottom: 3px solid transparent;
}
header .top-menu ul li a.icon--garaze:hover {
  border-bottom: 3px solid #d6363d;
  background-color: #d6363d;
}
header .top-menu ul li a.icon--ihriska {
  width: 113px;
  background: url(../images/topmenu-ihriska.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--kresla {
  width: 121px;
  background: url(../images/topmenu-kresla.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--pristresky {
  width: 130px;
  background: url(../images/topmenu-pristresky.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--pristresky:hover {
  border-bottom: 3px solid #f79400;
  background-color: #f79400;
}
header .top-menu ul li a.icon--sklady {
  width: 124px;
  background: url(../images/topmenu-sklady.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--zahradnedomceky {
  width: 136px;
  background: url(../images/topmenu-zahradnedomceky.png) no-repeat 5px 8px;
  height: 63px;
  border-bottom: 3px solid transparent;
}
header .top-menu ul li a.icon--zahradnedomceky:hover {
  border-bottom: 3px solid #7ebb18;
  background-color: #7ebb18;
}
header .top-menu ul li a.icon--zahradnehojdacky {
  width: 134px;
  background: url(../images/topmenu-zahradnehojdacky.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--zahradnihoupacky {
  width: 134px;
  background: url(../images/topmenu-zahradnihoupacky.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--pergoly {
  width: 127px;
  background: url(../images/topmenu-pergoly.png) no-repeat 0 8px;
}
header .top-menu ul li a.icon--pergoly:hover {
  border-bottom: 3px solid #3aa9e2;
  background-color: #3aa9e2;
}
header .top-menu ul li.selected a {
  opacity: 1;
}
header .top-menu ul li.selected a.icon {
  height: 63px;
  background-position: 0 -41px;
  background-color: #fff;
  border-bottom: none;
}
header .top-menu .tinynav {
  display: none;
}
header .primary-menu {
  position: relative;
  z-index: 400;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
header .primary-menu .container .inner {
  padding: 14px 0 24px 0;
  border-top: 3px solid #d6363d;
}
header .primary-menu .container .inner:before,
header .primary-menu .container .inner:after {
  content: ' ';
  display: table;
}
header .primary-menu .container .inner:after {
  clear: both;
}
header .primary-menu .container .inner:before,
header .primary-menu .container .inner:after {
  content: ' ';
  display: table;
}
header .primary-menu .container .inner:after {
  clear: both;
}
header .primary-menu .container .logo {
  float: left;
}
header .primary-menu .container .logo img {
  display: block;
  max-width: 230px;
}
header .primary-menu .container .searchform {
  float: right;
}
header .primary-menu .container .searchform div {
  padding: 25px 0 0 30px;
  position: relative;
}
header .primary-menu .container .searchform div input[type=text] {
  position: absolute;
  top: 15px;
  right: 23px;
  z-index: 410;
  width: 0;
  padding: 10px 0;
  font: 13px/1.2 "Open Sans", sans-serif;
  color: #272e38;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container .searchform div input[type=submit] {
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  background: url(../images/icon-search.png) no-repeat;
  border: none;
}
header .primary-menu .container .searchform div:hover input[type=text] {
  width: 150px;
  padding: 10px;
  border: 1px solid #c6c8ce;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container .show-menu,
header .primary-menu .container input#show-primary-menu {
  display: none;
}
header .primary-menu .container nav {
  float: right;
  padding: 25px 0 0 0;
  font: 16px/18px eksterregular, sans-serif;
}
header .primary-menu .container nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .primary-menu .container nav ul:before,
header .primary-menu .container nav ul:after {
  content: ' ';
  display: table;
}
header .primary-menu .container nav ul:after {
  clear: both;
}
header .primary-menu .container nav ul:before,
header .primary-menu .container nav ul:after {
  content: ' ';
  display: table;
}
header .primary-menu .container nav ul:after {
  clear: both;
}
header .primary-menu .container nav ul li {
  position: relative;
  display: inline;
  margin: 0 0 0 30px;
}
header .primary-menu .container nav ul li:first-child {
  margin-left: 0;
}
header .primary-menu .container nav ul li a {
  display: inline-block;
  padding: 0 0 5px 0;
  color: #272e38;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container nav ul li a:hover {
  color: #0C9549;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container nav ul li.current-menu-item > a,
header .primary-menu .container nav ul li.current-menu-parent > a {
  color: #0C9549;
  border-bottom: 1px solid #0C9549;
}
header .primary-menu .container nav ul li ul {
  position: absolute;
  left: 0;
  top: 25px;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #0C9549;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container nav ul li ul li {
  display: block;
  margin: 0;
  padding: 6px 0;
  white-space: nowrap;
}
header .primary-menu .container nav ul li ul li a {
  padding: 0;
}
header .primary-menu .container nav ul li ul li.current-menu-item > a,
header .primary-menu .container nav ul li ul li.current-menu-parent > a {
  border-bottom: none;
}
header .primary-menu .container nav ul li ul.with-images {
  width: 360px;
}
header .primary-menu .container nav ul li ul.with-images li {
  float: left;
  width: 170px;
  padding-left: 20px;
}
header .primary-menu .container nav ul li ul.with-images li:nth-child(odd) {
  width: 150px;
  padding-left: 0;
}
header .primary-menu .container nav ul li ul.with-images li .img {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
}
header .primary-menu .container nav ul li ul.with-images li .img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0C9549;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container nav ul li ul.with-images li .img img {
  display: block;
}
header .primary-menu .container nav ul li ul.with-images li:hover .img:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .primary-menu .container nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.https-123garagen-at header .top-menu ul li a.icon--garaze {
  width: 141px;
  background: url(../images/topmenu-garaze-de.png) no-repeat 0 8px;
}
.https-123garagen-at header .top-menu ul li a.icon--garaze:hover {
  border-bottom: 3px solid #d6363d;
  background-color: #d6363d;
}
.https-123garagen-at header .top-menu ul li a.icon--pristresky {
  width: 130px;
  background: url(../images/topmenu-pristresky-de.png) no-repeat 0 8px;
}
.https-123garagen-at header .top-menu ul li a.icon--pristresky:hover {
  border-bottom: 3px solid #f79400;
  background-color: #f79400;
}
.https-123garagen-at header .top-menu ul li a.icon--zahradnedomceky {
  width: 161px;
  background: url(../images/topmenu-zahradnedomceky-de.png) no-repeat 5px 8px;
}
.https-123garagen-at header .top-menu ul li a.icon--zahradnedomceky:hover {
  border-bottom: 3px solid #7ebb18;
  background-color: #7ebb18;
}
.https-123garagen-at header .top-menu ul li.selected a {
  opacity: 1;
}
.https-123garagen-at header .top-menu ul li.selected a.icon {
  height: 63px;
  background-position: 0 -41px;
  background-color: #fff;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .https-123garagen-at header .top-menu-new a.garaze,
  .https-123garagen-at header .top-menu-mobile a.garaze {
    width: 136px;
    background: url(../images/topmenu-garaze-de.png) no-repeat center 8px;
  }
  .https-123garagen-at header .top-menu-new a.domceky,
  .https-123garagen-at header .top-menu-mobile a.domceky {
    width: 157px;
    background: url(../images/topmenu-zahradnedomceky-de.png) no-repeat center 8px;
  }
  .https-123garagen-at header .top-menu-new a.pristresky,
  .https-123garagen-at header .top-menu-mobile a.pristresky {
    width: 129px;
    background: url(../images/topmenu-pristresky-de.png) no-repeat center 8px;
  }
  .https-123garagen-at header .top-menu-new a.active,
  .https-123garagen-at header .top-menu-mobile a.active {
    background-position: 0 -41px;
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  header .primary-menu .container .logo {
    float: none;
  }
  header .primary-menu .container .logo img {
    margin: 0 auto;
  }
  header .primary-menu .container nav {
    float: none;
  }
  header .primary-menu .container nav ul {
    text-align: center;
  }
  header .primary-menu .container nav ul ul {
    text-align: left;
  }
}
header .top-menu-new,
header .top-menu-new-container,
header .top-menu-mobile,
header .top-menu-mobile-container {
  display: none;
}
.new-mobile-navigation .slick-active {
  background-size: 0 0;
}
@media screen and (min-width: 700px) {
  .new-mobile-navigation .slick-active {
    background-size: cover !important;
  }
}
@media screen and (max-width: 700px) {
  .new-mobile-navigation {
    /*novy mobilny banner*/
  }
  .new-mobile-navigation .primary-menu {
    display: none;
  }
  .new-mobile-navigation .slick-slider .slick-list {
    height: auto;
  }
  .new-mobile-navigation #videoPlay {
    display: none !important;
  }
  .new-mobile-navigation .slick-active {
    background: #fff !important;
    padding: 0;
  }
  .new-mobile-navigation .slick-active.intro {
    padding: 0 !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo h1 {
    font-size: 16px !important;
    text-align: left !important;
    text-transform: none;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .subtitle {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .subtitle i {
    background: #fff !important;
    color: red !important;
    padding: 0 !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo > a.button {
    display: none;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .row {
    margin-left: -10px !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .row .col {
    float: left !important;
    padding-top: 0 !important;
    padding-left: 10px !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .row .col.width2-3 {
    width: 66.666666% !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .row .col.width1-3 {
    width: 33.333333% !important;
  }
  .new-mobile-navigation .slick-active.intro .cta.cta--xmas-promo .row .col.width1-3 .button {
    padding-bottom: 18px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /*.zahradnedomceky .button--white{
		color: #2eb81d !important;
		border: solid 1px #2eb81d !important;
		background: #fff !important;
	}*/
  /*.pergoly .button--white{
		color: #3aa9e2 !important;
		border: solid 1px #3aa9e2 !important;
		background: #fff !important;
	}*/
  .show-menu {
    display: none;
  }
  header {
    position: relative;
    z-index: 200;
  }
  header .top-menu {
    padding: 15px 0;
  }
  header .top-menu ul {
    display: none;
  }
  header .top-menu .tinynav {
    display: block;
    width: 100%;
    color: #3d4456;
  }
  header .top-menu .contacts {
    float: none;
    display: block;
    height: auto;
    margin: 0 0 20px 0 !important;
  }
  header .top-menu .contacts li {
    float: none;
  }
  header .top-menu .contacts li a {
    height: 30px;
    line-height: 30px;
  }
  header .top-menu-new,
  header .top-menu-mobile {
    display: block;
    background: #272e38;
    padding: 0;
    height: 56px;
  }
  header .top-menu-new a.phone,
  header .top-menu-mobile a.phone,
  header .top-menu-new a.email,
  header .top-menu-mobile a.email,
  header .top-menu-new a.garaze,
  header .top-menu-mobile a.garaze,
  header .top-menu-new a.domceky,
  header .top-menu-mobile a.domceky,
  header .top-menu-new .burger,
  header .top-menu-mobile .burger,
  header .top-menu-new a.hojdacky,
  header .top-menu-mobile a.hojdacky,
  header .top-menu-new a.altanky,
  header .top-menu-mobile a.altanky,
  header .top-menu-new a.pergoly,
  header .top-menu-mobile a.pergoly,
  header .top-menu-new a.pristresky,
  header .top-menu-mobile a.pristresky {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    background: url(https://garazenakluc.sk/wp-content/themes/gnk/images/icon-phone2.png) no-repeat center center;
    border-right: solid 1px #4a535c;
  }
  header .top-menu-new a.email,
  header .top-menu-mobile a.email {
    background: url(https://garazenakluc.sk/wp-content/themes/gnk/images/icon-mail.png) no-repeat center center;
  }
  header .top-menu-new a.garaze,
  header .top-menu-mobile a.garaze {
    width: 116px;
    background: url(../images/topmenu-garaze.png) no-repeat center 8px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new a.domceky,
  header .top-menu-mobile a.domceky {
    width: 139px;
    background: url(../images/topmenu-zahradnedomceky.png) no-repeat center 8px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new a.pristresky,
  header .top-menu-mobile a.pristresky {
    width: 137px;
    background: url(../images/topmenu-pristresky.png) no-repeat center 8px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new a.hojdacky,
  header .top-menu-mobile a.hojdacky {
    width: 136px;
    background: url(../images/topmenu-zahradnehojdacky.png) no-repeat center 5px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new a.altanky,
  header .top-menu-mobile a.altanky {
    width: 136px;
    background: url(../images/topmenu-altanky.png) no-repeat center 8px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new a.pergoly,
  header .top-menu-mobile a.pergoly {
    width: 136px;
    background: url(../images/topmenu-pergoly.png) no-repeat center 8px;
    border-right: none;
    text-indent: -9999px;
  }
  header .top-menu-new .burger,
  header .top-menu-mobile .burger {
    float: right;
    background: url(https://garazenakluc.sk/wp-content/themes/gnk/images/hamburger.png) no-repeat center center;
    border-right: none;
    border-left: solid 1px #4a535c;
    cursor: pointer;
  }
  header .top-menu-mobile {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  header .top-menu-mobile:after {
    content: "";
    position: absolute;
    height: 56px;
    width: 20px;
    right: 0;
    bottom: 55px;
    top: 0;
    background: url(../images/nav_shadow.png) right top repeat-y;
  }
  header .top-menu-mobile-container {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  header .top-menu-mobile-container:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 20px;
    right: 0;
    bottom: 0;
    background: url(../images/nav_shadow_white.png) right top repeat-y;
  }
  header .top-menu-mobile {
    overflow-y: hidden;
  }
  header .top-menu-mobile a {
    display: inline-block !important;
    float: none !important;
    opacity: 0.5;
  }
  header .top-menu-mobile a.active {
    opacity: 1;
    background-position: 0 -41px;
    background-color: #fff;
    position: relative;
    height: 59px;
    z-index: 10000;
  }
  header .top-menu-mobile-container {
    display: block;
    background: #fff;
  }
  header .top-menu-mobile-container input#show-new-primary-menu:checked ~ nav {
    display: block;
  }
  header .top-menu-mobile-container .sub-menu {
    background: #fff;
    display: none;
    position: absolute;
    top: 92px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .top-menu-mobile-container .sub-menu li {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 50px !important;
  }
  header .top-menu-mobile-container .sub-menu li a {
    display: block;
    border-bottom: solid 1px #ccc;
    line-height: 50px;
    font-size: 13px;
    color: #000;
  }
  header .top-menu-mobile-container .sub-menu li a span.img {
    clear: both;
    float: right;
    line-height: 0;
    padding-top: 6px;
  }
  header .top-menu-mobile-container .sub-menu li a span.img img {
    height: 40px;
    width: auto;
  }
  header .top-menu-mobile-container .sub-menu li:last-child a {
    border-bottom: none;
  }
  header .top-menu-mobile-container ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  header .top-menu-mobile-container ul.menu > li {
    display: inline-block;
  }
  header .top-menu-mobile-container ul.menu > li > a {
    display: block;
    line-height: 40px;
    padding: 0 7px;
    color: #000;
    font-size: 13px;
  }
  header .top-menu-mobile-container ul.menu > li:first-child > a {
    padding-left: 10px;
  }
  header .top-menu-mobile-container .menu-item-has-children > a::after {
    content: " ▾";
  }
  header .top-menu-mobile-container .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  header .top-menu-new-container {
    display: block;
  }
  header .top-menu-new-container input#show-new-primary-menu:checked ~ nav {
    display: block;
  }
  header .top-menu-new-container nav {
    display: none;
  }
  header .top-menu-new-container nav ul {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  header .top-menu-new-container nav ul li {
    display: block;
    margin: 1px 0 0 0;
  }
  header .top-menu-new-container nav ul li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    background: #272e38;
  }
  header .top-menu-new-container nav ul li a:hover {
    color: #fff;
  }
  header .top-menu-new-container nav ul li.current-menu-item > a,
  header .top-menu-new-container nav ul li.current-menu-parent > a {
    color: #fff;
    background: #0C9549;
    border-bottom: 0;
  }
  header .top-menu-new-container nav ul li ul {
    display: none;
    position: static;
    height: 0;
    padding: 0;
    background: #fff;
    border-top: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  header .top-menu-new-container nav ul li ul li {
    display: block;
    margin: 1px 0 0 0;
    padding: 0;
    white-space: wrap;
  }
  header .top-menu-new-container nav ul li ul li a {
    padding: 10px 30px 10px 60px;
    background: #3a414a;
  }
  header .top-menu-new-container nav ul li ul.with-images {
    width: 100%;
  }
  header .top-menu-new-container nav ul li ul.with-images li {
    float: none;
    width: 100%;
    padding: 0;
  }
  header .top-menu-new-container nav ul li ul.with-images li:nth-child(odd) {
    width: 100%;
  }
  header .top-menu-new-container nav ul li ul.with-images li .img {
    display: none;
  }
  header .top-menu-new-container nav ul li:hover ul {
    height: auto;
  }
  header .primary-menu .container {
    padding: 0;
  }
  header .primary-menu .container .searchform {
    display: none;
  }
  header .primary-menu .container .show-menu {
    display: block;
    margin: 35px 0 0 0;
    font: 15px/18px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
  header .primary-menu .container .show-menu label {
    display: inline-block;
    padding: 0 0 0 17px;
    color: #313132;
    background: url(../images/icon-menu.png) no-repeat left center;
    background-size: 12px 10px;
    cursor: pointer;
  }
  header .primary-menu .container input#show-primary-menu:checked ~ nav {
    display: block;
  }
  header .primary-menu .container nav {
    display: none;
  }
  header .primary-menu .container nav ul {
    text-align: left;
  }
  header .primary-menu .container nav ul li {
    display: block;
    margin: 1px 0 0 0;
  }
  header .primary-menu .container nav ul li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    background: #272e38;
  }
  header .primary-menu .container nav ul li a:hover {
    color: #fff;
  }
  header .primary-menu .container nav ul li.current-menu-item > a,
  header .primary-menu .container nav ul li.current-menu-parent > a {
    color: #fff;
    background: #0C9549;
    border-bottom: 0;
  }
  header .primary-menu .container nav ul li ul {
    position: static;
    height: 0;
    padding: 0;
    background: #fff;
    border-top: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  header .primary-menu .container nav ul li ul li {
    display: block;
    margin: 1px 0 0 0;
    padding: 0;
    white-space: wrap;
  }
  header .primary-menu .container nav ul li ul li a {
    padding: 10px 30px 10px 60px;
    background: #3a414a;
  }
  header .primary-menu .container nav ul li ul.with-images {
    width: 100%;
  }
  header .primary-menu .container nav ul li ul.with-images li {
    float: none;
    width: 100%;
    padding: 0;
  }
  header .primary-menu .container nav ul li ul.with-images li:nth-child(odd) {
    width: 100%;
  }
  header .primary-menu .container nav ul li ul.with-images li .img {
    display: none;
  }
  header .primary-menu .container nav ul li:hover ul {
    height: auto;
  }
  .slick-slider {
    z-index: 99;
  }
}
/*
 *
 * FOOTER
 *
 */
footer {
  padding: 30px 0 40px 0;
  color: #9b9ca1;
  background: #3a414a url(../images/bg-line.png) no-repeat center top;
}
footer a:hover {
  text-decoration: none;
  color: #76767a;
}
footer p {
  margin: 0;
}
footer p.phone,
footer p.email {
  font: normal 20px/1.2 eksterregular, sans-serif;
  line-height: 68px;
}
footer p.phone a,
footer p.email a {
  padding: 0 0 0 25px;
  background: url(../images/icon-phone2.png) no-repeat left center;
}
footer p.email a {
  padding: 0 0 0 30px;
  background: url(../images/icon-mail.png) no-repeat left center;
}
footer hr {
  margin: 25px 0 30px 0;
  background: #4e5053;
}
footer nav {
  float: left;
  margin: 10px 0 0 0;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
footer nav ul li {
  display: inline;
  margin: 0 0 0 25px;
}
footer nav ul li:first-child {
  margin-left: 0;
}
footer ul.social {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul.social li {
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 0;
}
footer ul.social li:first-child {
  margin-left: 0;
}
footer ul.social li a {
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  background: url(../images/social.png) no-repeat;
}
footer ul.social li a.facebook {
  background-position: 0 0;
}
footer ul.social li a.youtube {
  background-position: -40px 0;
}
footer ul.social li a.pinterest {
  background-position: -80px 0;
}
footer ul.social li a.instagram {
  background-position: -120px 0;
}
footer ul.social li a.googleplus {
  background-position: -160px 0;
}
footer ul.social li a.twitter {
  background-position: -200px 0;
}
.certificates {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.certificates li {
  margin: 15px 20px 0 20px;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  footer nav {
    float: none;
  }
  footer nav ul {
    text-align: center;
  }
  footer ul.social {
    float: none;
    margin: 25px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  footer .row .col {
    padding-top: 0;
  }
  footer p.phone {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer p.phone a {
    margin: 0;
    padding: 0 0 0 25px;
    background: url(../images/icon-phone2.png) no-repeat left center;
  }
  footer p.email {
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    text-align: center;
  }
  footer p.email a {
    margin: 0;
    background: url(../images/icon-mail.png) no-repeat left center;
  }
  footer hr {
    margin: 25px 0;
  }
  footer nav {
    float: none;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav ul li {
    display: block;
    margin: 1px 0 0 0;
  }
  footer nav ul li a {
    display: block;
    padding: 10px 30px;
    background: #4f555c;
  }
  footer p.copyright {
    text-align: left;
  }
}
/*
 *
 * INTRO
 *
 */
.slick-slider {
  margin: 0;
  max-height: 450px;
  overflow-y: hidden;
}
.slick-track {
  background: #ebebef;
}
.sale-block .slick-track {
  background: none;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-dots {
  bottom: 0;
}
.slick-dots li,
.slick-dots li.slick-active {
  margin: 0;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #fff;
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes gentle-pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.4;
  }
}
.intro {
  padding: 80px 0 20px 0;
  min-height: 450px;
  background: url(../images/bg-intro.jpg) no-repeat center center;
  background-size: contain;
}
.intro .cta {
  display: inline-block;
  left: 4%;
  margin: 0;
  min-width: 270px;
  position: relative;
  text-align: left;
  width: auto;
}
.intro .cta.cta--position-right {
  left: 60%;
}
.intro .cta.cta--xmas-promo {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  max-width: 400px;
  padding: 20px;
}
.intro .cta.cta--xmas-promo h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.intro .cta.cta--xmas-promo h1 big {
  font-size: 50px;
  font-weight: 800;
  line-height: 0.6;
}
.intro .cta.cta--xmas-promo h1 span {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
.intro .cta h1 {
  font: 24px/1.333 "Open Sans", sans-serif;
  margin: 0 0 10px;
  min-width: 270px;
  color: #fff;
  text-align: left !important;
  text-shadow: 0 0 5px #333;
}
.intro .cta h1 .subtitle {
  display: block;
  margin: 12px 0 0 0;
  font: normal 17px/1.2 eksterregular, sans-serif;
  text-indent: 0;
  text-transform: none;
  color: #fff;
}
.intro .cta .subtitle {
  color: #fff;
  display: block;
  font: bold 21px/1.333 "Open Sans", sans-serif;
  margin-bottom: 20px;
  text-shadow: 0 0 2px #333;
}
.intro .cta .subtitle i {
  background: #0C9549 none repeat scroll 0 0;
  font-style: normal;
  padding: 1px 7px;
}
.intro .cta .button {
  width: 100%;
}
.intro #videoPlay {
  display: block;
  width: 114px;
  height: 94px;
  background: url(../images/play.png) no-repeat center center;
  position: absolute;
  left: 33%;
  top: 45%;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding-top: 98px;
  text-align: center;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
}
.intro #videoPlay:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.intro .container-cta--position-left #videoPlay {
  left: auto;
  right: 35%;
}
.zahradnedomceky #videoPlay {
  /*left: 33%;*/
  /*right: 24.5%;*/
}
.page-id-5 #videoPlay {
  left: 42%;
  top: 40%;
}
.mfp-iframe-scaler--gnk {
  overflow: visible !important;
  text-align: center;
}
.mfp-iframe-scaler--gnk .button {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .intro {
    padding: 45px 0;
    min-height: auto;
    background-size: cover;
  }
  .intro #videoPlay {
    left: 30%;
  }
  .zahradnedomceky #videoPlay {
    left: auto;
    right: 22%;
  }
}
@media screen and (max-width: 900px) {
  .intro .cta.cta--position-right {
    left: 45%;
  }
  .intro #videoPlay {
    left: 18%;
    top: 42%;
  }
  .zahradnedomceky #videoPlay {
    left: auto;
    right: 20%;
  }
}
@media screen and (max-width: 700px) {
  .intro .cta {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .intro .cta.cta--position-right {
    left: 0;
  }
  .intro .cta.cta--xmas-promo {
    background: transparent;
    min-width: 100%;
  }
  .intro .cta.cta--xmas-promo h1 {
    font: bold 28px/1.333 eksterbold, sans-serif;
    text-align: center !important;
  }
  .intro .cta h1 {
    font: normal 22px/1.333 eksterregular, sans-serif;
    color: #000;
    text-shadow: none;
  }
  .intro .cta h1 .subtitle {
    font: normal 16px/1 eksterregular, sans-serif;
  }
  .intro .cta .subtitle {
    color: #000;
    text-shadow: none;
    font: bold 18px/1.333 "Open Sans", sans-serif;
    text-align: center;
  }
  .intro .cta .subtitle i {
    color: #fff;
  }
  .intro #videoPlay {
    position: static;
    margin: 20px auto 0;
    left: 0;
    top: 0;
  }
  .zahradnedomceky.page-id-5464 .intro,
  .garazenakluc-sk.page-id-5 .intro {
    background-image: none !important;
    padding-bottom: 20px !important;
    min-height: 0 !important;
  }
  .zahradnedomceky.page-id-5464 .slick-list,
  .garazenakluc-sk.page-id-5 .slick-list,
  .zahradnedomceky.page-id-5464 .slick-track,
  .garazenakluc-sk.page-id-5 .slick-track {
    height: 100% !important;
  }
  .zahradnedomceky.page-id-5464 .slick-slider,
  .garazenakluc-sk.page-id-5 .slick-slider {
    height: auto !important;
  }
  .zahradnedomceky.page-id-5464 .mobile-slider-image,
  .garazenakluc-sk.page-id-5 .mobile-slider-image {
    display: block !important;
    background-image: url("https://garazenakluc.sk/wp-content/themes/gnk/images/domcek_mobile.jpg") !important;
    background-size: cover;
    margin-bottom: 48px;
    height: 185px;
    padding-top: 134px;
  }
  .zahradnedomceky.page-id-5464 .mobile-slider-image a.button,
  .garazenakluc-sk.page-id-5 .mobile-slider-image a.button {
    position: relative;
    bottom: -46px;
    width: 100%;
  }
  .garazenakluc-sk.page-id-5 #videoPlay {
    display: none;
  }
  .garazenakluc-sk.page-id-5 .mobile-slider-image {
    height: 250px;
    background-image: url("https://garazenakluc.sk/wp-content/themes/gnk/images/garaze-mob.jpg") !important;
    background-position: center center;
    padding-top: 200px;
    margin-bottom: 48px;
  }
  .garazenakluc-sk.page-id-5 .mobile-slider-image a.button {
    position: relative;
    bottom: -46px;
    width: 100%;
  }
}
/*
 *
 * HIGHLIGHTS
 *
 */
.highlights {
  position: relative;
  z-index: 99;
  color: #b5b5b5;
}
.highlights:before {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 63px;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #3a414a;
}
.highlights .row {
  display: table;
  margin: 0;
  background: #272e38 url(../images/bg-highlights.png) repeat left top;
  margin-left: 0 !important;
}
.highlights .row:before,
.highlights .row:after {
  display: table-row;
}
.highlights .row .col {
  position: relative;
  display: table-cell;
  float: none;
  padding: 30px 40px 60px 40px;
  text-align: center;
  background: url(../images/bg-highlights-left.png) no-repeat left top;
}
.highlights .row .col:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../images/bg-highlights-bottom.png) no-repeat center bottom;
}
.highlights .row .col:first-child {
  background: none;
}
.highlights .row .col h2 {
  margin: 0;
  font: normal 22px/1.2 Play, sans-serif;
  color: #fff;
}
.highlights .row .col p {
  margin: 0.25em 0 1em 0;
}
.highlights .row .col a {
  color: #08bcf0;
  font: bold 15px/1.2 eksterbold, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlights .row .col a:hover {
  color: #069fc9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlights .row .col a.phone {
  padding-left: 27px;
  font: bold 26px/1.2 Play, sans-serif;
  background: url(../images/icon-phone.png) no-repeat left center;
}
.highlights .row .col a.email {
  font: normal 13px/1.2 eksterregular, sans-serif;
  text-transform: none;
}
.highlights .row .col a.icon-more {
  padding-right: 29px;
  background: url(../images/icon-more.png) no-repeat right center;
}
.highlights .row .col a.icon-cog {
  padding-right: 27px;
  background: url(../images/icon-cog.png) no-repeat right center;
}
.highlights .row .col a.icon-download {
  padding-right: 27px;
  background: url(../images/icon-download.png) no-repeat right center;
}
.highlights .row .col a.icon-facebook {
  padding-right: 22px;
  background: url(../images/icon-facebook.png) no-repeat right center;
}
.highlights .scroll-arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/scroll-arrow.png) no-repeat center center;
}
.slick-slider ~ .highlights,
.intro ~ .highlights {
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .highlights .row {
    display: block;
  }
  .highlights .row .col {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    padding: 30px;
    background: none;
    border-top: 1px solid #464c55;
  }
  .highlights .row .col:after {
    display: none;
  }
  .highlights .row .col:first-child {
    border-top: none;
  }
  .highlights .row .col:last-child {
    padding-bottom: 50px;
  }
  .highlights .row .col:last-child:after {
    display: none;
  }
  .intro ~ .highlights {
    margin-top: -10px;
  }
}
/*
 *
 * PHOTOS
 *
 */
.photos {
  background: #ededf3;
}
.photos:before,
.photos:after {
  content: ' ';
  display: table;
}
.photos:after {
  clear: both;
}
.photos:before,
.photos:after {
  content: ' ';
  display: table;
}
.photos:after {
  clear: both;
}
.photos .photo {
  float: left;
  width: 100%;
  height: auto;
}
.photos .photo .overlay {
  position: absolute;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 20px 40px;
  text-align: center;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.photos .photo .overlay h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.photos .photo .overlay h2 i {
  background: #0C9549 none repeat scroll 0 0;
  font-style: normal;
  padding: 1px 7px;
}
.photos .photo .overlay h3 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
.photos .photo .overlay h3 a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.photos .photo .overlay h3 img {
  width: auto;
  height: 22px;
  display: inline;
  top: 3px;
  position: relative;
  margin-right: 3px;
}
.photos img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .photos .photo .overlay {
    position: static;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding: 10px 20px 40px;
  }
}
.photos--2 .photo {
  width: 50%;
}
.photos--2 .photo:nth-child(1):before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ededf3;
}
.photos--3 .photo {
  width: 33.333333%;
}
.photos--3 .photo:nth-child(1) {
  width: 66.666666%;
}
.photos--3 .photo:nth-child(1):before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ededf3;
}
.photos--3 .photo:nth-child(3):before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededf3;
}
.photos--4 .photo {
  width: 50%;
}
.photos--4 .photo:nth-child(1):before,
.photos--4 .photo:nth-child(3):before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ededf3;
}
.photos--4 .photo:nth-child(3):after,
.photos--4 .photo:nth-child(4):before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededf3;
}
.rounded-photos {
  margin: 2em 0 0 0;
  padding: 0;
  list-style-type: none;
}
.rounded-photos li {
  display: inline;
  margin: 0 5px 0 0;
}
.rounded-photos li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*
 *
 * MAP
 *
 */
.map-container {
  position: relative;
}
#map {
  height: 465px;
}
#map .leaflet-popup-content-wrapper {
  position: relative;
  font: normal 13px/1.2 eksterregular, sans-serif;
  color: #727785;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
#map .leaflet-popup-content-wrapper .map-popup-contact {
  margin: 10px 15px 15px 15px;
  font: 400 15px/22px eksterregular, sans-serif;
}
#map .leaflet-popup-content-wrapper .map-popup-project {
  width: 280px;
  margin: 10px 15px 15px 15px;
}
#map .leaflet-popup-content-wrapper .map-popup-project nav {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 21px;
  white-space: nowrap;
}
#map .leaflet-popup-content-wrapper .map-popup-project nav a {
  overflow: hidden;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-indent: -999em;
  vertical-align: top;
  background: url(../images/prev-next.png) no-repeat left top;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#map .leaflet-popup-content-wrapper .map-popup-project nav a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#map .leaflet-popup-content-wrapper .map-popup-project nav a.prev {
  margin: 0 1px 0 5px;
}
#map .leaflet-popup-content-wrapper .map-popup-project nav a.next {
  background-position: -22px 0;
}
#map .leaflet-popup-content-wrapper .map-popup-project h2 {
  margin: 0 0 12px 0;
  font: normal 15px/1.2 eksterregular, sans-serif;
  color: #3d4456;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:before,
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:after {
  content: ' ';
  display: table;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:after {
  clear: both;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:before,
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:after {
  content: ' ';
  display: table;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:after {
  clear: both;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li:nth-child(n+2) {
  display: none;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li img {
  float: left;
  margin: 0 15px 0 0;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li ul.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#map .leaflet-popup-content-wrapper .map-popup-project ul.projects > li ul.tags li:before {
  content: '\b7\a0';
  /* \b7 is a middot, \a0 is a space */
}
#map .leaflet-popup-close-button {
  display: none;
}
#map .leaflet-popup-tip {
  background: #fff;
}
/* MAP SHOWCASE */
#map .showcase-pin {
  background: url(../images/showcase_pin.png) no-repeat left top;
  position: relative;
}
#map .showcase-pin .showcase-thumbnail {
  position: absolute;
  width: 58px;
  z-index: 1000;
}
#map .showcase-pin .showcase-thumbnail img {
  margin: 6px 0 0 8px;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#map .showcase-pin .showcase-info {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 1px;
  left: 38px;
  z-index: 900;
  color: #fff;
  padding: 10px 0 10px 0;
  background: #0eaad7 url(../images/showcase_arrow.png) no-repeat right center;
  white-space: nowrap;
  font-size: 13px;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
#map .showcase-pin:hover .showcase-info {
  width: auto;
  padding: 10px 40px 10px 39px;
  opacity: 1;
  overflow: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* END MAP SHOWCASE */
#map-menu {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  font: normal 13px/1.2 eksterregular, sans-serif;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
#map-menu a {
  display: block;
  margin: 0;
  padding: 10px 20px 10px 30px;
  color: #a0a5b3;
  background-position: 10px center;
  border-top: 1px solid #f3f3f2;
}
#map-menu a:hover {
  color: #08bcf0;
  text-decoration: none;
}
#map-menu a.active {
  color: #08bcf0;
  background: url(../images/check.png) no-repeat 10px center;
}
#map-menu li:first-child a {
  border-top: none;
}
/*
 *
 * MAIN
 *
 */
.main {
  color: #161920;
  background: #fff;
}
.main:before,
.main:after {
  content: ' ';
  display: table;
}
.main:after {
  clear: both;
}
.main:before,
.main:after {
  content: ' ';
  display: table;
}
.main:after {
  clear: both;
}
.main .lead {
  font: normal 17px/26px eksterregular, sans-serif;
}
.main a {
  color: #2774d7;
}
.main a.more {
  color: #0C9549;
}
.main a.button {
  color: #fff;
}
.main section {
  margin: 80px 0;
}
.main section.margin-50 {
  margin: 50px 0;
}
.main section.margin-30 {
  margin: 30px 0;
}
.main section.no-margin {
  margin: 0 !important;
}
.main section:last-child {
  margin-bottom: 80px;
}
.main section.dark {
  padding: 80px 0;
  color: #727785;
  background: #ebebef;
}
.main section.testimonials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main section.testimonials ul li {
  margin: 0;
  padding: 0 160px;
}
.main section.testimonials li:before,
.main section .testimonial:before,
.main section.testimonials li:after,
.main section .testimonial:after {
  content: ' ';
  display: table;
}
.main section.testimonials li:after,
.main section .testimonial:after {
  clear: both;
}
.main section.testimonials li:before,
.main section .testimonial:before,
.main section.testimonials li:after,
.main section .testimonial:after {
  content: ' ';
  display: table;
}
.main section.testimonials li:after,
.main section .testimonial:after {
  clear: both;
}
.main section.testimonials li img,
.main section .testimonial img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main section.testimonials li blockquote,
.main section .testimonial blockquote {
  margin: 0 0 0 130px;
  padding: 0;
}
.main section.testimonials li blockquote p,
.main section .testimonial blockquote p {
  font-style: italic;
}
.main section.testimonials li blockquote p .author,
.main section .testimonial blockquote p .author {
  font-style: normal;
  color: #000;
}
.main section.testimonials li blockquote.noimage,
.main section .testimonial blockquote.noimage {
  margin: 0 0 0 0;
}
.main section .testimonial {
  margin: 1em 0;
}
.main section.steps {
  text-align: center;
}
.main section.steps h2 {
  font: normal 15px/1.2 eksterregular, sans-serif;
  color: #3d4456;
}
.main section.types .type {
  margin-top: 20px;
  color: #727785;
  background: #f9f9fa;
  border: 1px solid #f9f9fa;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.types .type .image-container {
  padding: 15px;
  background: #fff url(../images/bg-line.png) no-repeat center bottom;
  position: relative;
}
.main section.types .type .image-container .price-tag {
  position: absolute;
  left: 17px;
  bottom: 10px;
  color: #0C9549;
  font-size: 17px;
  font-weight: bold;
}
.main section.types .type:hover {
  margin-top: 0;
  margin-bottom: -20px;
  background: #f0f0f4;
  border: 1px solid #d6d6df;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.types .type:hover .content {
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.types .type:hover .content .button {
  color: #fff;
  background: #0C9549;
}
.main section.types .type:hover .content .button:hover {
  color: #fff;
  background: #ab1a21;
  border-color: #ab1a21;
}
.main section.types .type img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 3px;
}
.main section.types .type .content {
  padding: 0 19px 30px 19px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.types .type .content h2 {
  font: bold 15px/1.2 eksterbold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #3d4456;
}
.main section.types .type .content .button {
  width: 100%;
  text-shadow: none;
  color: #0C9549;
  background: transparent;
  border: 1px solid #0C9549;
}
.main section.sale-list .row {
  margin-top: 50px;
}
.main section.sale-list .row:first-child {
  margin-top: 0;
}
.main section.sale-list .type {
  color: #727785;
  background: #f9f9fa;
  border: 1px solid #f9f9fa;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.sale-list .type:hover {
  background: #f0f0f4;
  border: 1px solid #d6d6df;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main section.sale-list .type:hover .content .button {
  color: #fff;
  background: #0C9549;
}
.main section.sale-list .type:hover .content .button:hover {
  color: #fff;
  background: #ab1a21;
  border-color: #ab1a21;
}
.main section.sale-list .type .photo {
  position: relative;
}
.main section.sale-list .type .photo .discount {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px 10px 10px 20px;
  font: normal 26px/1.2 Play, sans-serif;
  color: #0C9549;
  background: #fff;
}
.main section.sale-list .type .photo .discount:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 0;
  width: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
}
.main section.sale-list .type .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 3px;
  background: url(../images/bg-line.png) no-repeat center bottom;
}
.main section.sale-list .type .content {
  padding: 0 10px 10px;
  font-size: 13px;
}
.main section.sale-list .type .content table {
  line-height: 1.5;
  margin: 10px 0;
}
.main section.sale-list .type .content table td {
  vertical-align: top;
}
.main section.sale-list .type .content table tr td:first-child {
  padding-right: 5px;
  color: #727785;
}
.main section.sale-list .type .content table tr td:last-child {
  color: #3d4456;
}
.main section.sale-list .type .content h2 {
  font: bold 15px/1.2 eksterbold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #3d4456;
}
.main section.sale-list .type .content p.price {
  margin: 0;
  font: bold 26px/1.2 eksterbold, sans-serif;
  text-align: center;
  color: #08bcf0;
}
.main section.sale-list .type .content .button {
  text-transform: uppercase;
  text-shadow: none;
  color: #0C9549;
  background: transparent;
  border: 1px solid #0C9549;
}
.main section.sale-list .type .content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.main section.sale-list .type .content ul li {
  padding-left: 1em;
  position: relative;
}
.main section.sale-list .type .content ul li:before {
  content: "\b7\a0";
  position: absolute;
  left: 0;
}
.main section.sale-block h2 {
  margin: 0;
  padding: 12px;
  font: bold 26px/1.2 Play, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #08bcf0;
}
.main section.sale-block .slider {
  margin-bottom: 45px;
}
.main section.sale-block .slider .slick-track {
  left: -130px;
}
.main section.sale-block .slider .slick-active + .slick-slide {
  opacity: 0.25;
}
.main section.sale-block .slider .slick-dots {
  bottom: -40px;
}
.main section.sale-block .slider .slick-dots li {
  margin: 0;
}
.main section.sale-block .slider .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
}
.main section.sale-block .sale-items {
  padding: 40px 40px 30px 40px;
  color: #b5b5b5;
  background: #272e38 url(../images/bg-line.png) no-repeat center bottom;
}
.main section.sale-block .sale-items .sale-item {
  padding: 0 50px 0 0;
}
.main section.sale-block .sale-items .sale-item:before,
.main section.sale-block .sale-items .sale-item:after {
  content: ' ';
  display: table;
}
.main section.sale-block .sale-items .sale-item:after {
  clear: both;
}
.main section.sale-block .sale-items .sale-item:before,
.main section.sale-block .sale-items .sale-item:after {
  content: ' ';
  display: table;
}
.main section.sale-block .sale-items .sale-item:after {
  clear: both;
}
.main section.sale-block .sale-items .sale-item .photo {
  position: relative;
  float: left;
}
.main section.sale-block .sale-items .sale-item .photo .discount {
  position: absolute;
  top: 10px;
  left: -3px;
  padding: 10px 10px 10px 20px;
  font: normal 26px/1.2 Play, sans-serif;
  color: #0C9549;
  background: #fff;
}
.main section.sale-block .sale-items .sale-item .photo .discount:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 0;
  width: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
}
.main section.sale-block .sale-items .sale-item .content {
  margin-left: 230px;
}
.main section.sale-block .sale-items .sale-item .content h3 {
  margin: 0;
  font: bold 15px/1.2 eksterbold, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.main section.sale-block .sale-items .sale-item .content p.price {
  margin: 0;
  font: bold 26px/1.2 eksterbold, sans-serif;
  color: #08bcf0;
}
.main section.sale-block .sale-items .button {
  text-transform: uppercase;
  text-shadow: none;
  color: #f9f9fa;
  background: transparent;
  border: 1px solid #f9f9fa;
}
.main section.sale-block .sale-items .button:hover {
  color: #272e38;
  background: #f9f9fa;
}
.main section.faq dt {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #0C9549;
  border-top: 1px solid #ebebef;
  cursor: pointer;
}
.main section.faq dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.main section.faq dt:before {
  content: "+ ";
}
.main section.faq dt.expanded:before {
  content: "- ";
}
.main section.faq dd {
  margin: 10px 0 0 0;
}
.main section.features h2 {
  margin: 1.25em 0;
  font: normal 30px/1.2 Play, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.main section.features .row:first-child h2 {
  margin-top: 0;
}
.main section.features .row:nth-child(odd) .zigzag-photos {
  float: right;
}
.main section.features .row:nth-child(odd) .zigzag-content {
  float: left;
}
.main section.features .row:nth-child(even) .zigzag-photos {
  float: left;
  text-align: right;
}
.main section.features .row:nth-child(even) .zigzag-content {
  float: right;
}
.main section.features .content ul {
  padding: 0 0 0 20px;
  list-style-type: none;
}
.main section.features .content ul li:before {
  content: '\b7\a0';
  /* \b7 is a middot, \a0 is a space */
}
.main section.projects {
  font-size: 13px;
  color: #727785;
}
.main section.projects ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main section.references .row {
  margin-top: 80px;
}
.main section.references .row:first-child {
  margin-top: 0;
}
.main section.search .row {
  margin-top: 30px;
}
.main section.search .row:first-child {
  margin-top: 0;
}
.main section.gallery .row {
  margin-top: 20px;
}
.main section.gallery .row:first-child {
  margin-top: 0;
}
.main section.gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main section.people .container {
  max-width: 830px;
}
.main section.people .row {
  margin-top: 30px;
}
.main section.people .row:first-child {
  margin-top: 0;
}
.main section.people img {
  display: block;
}
.main section.people p {
  margin: 0;
  padding: 15px;
  text-align: center;
  background: #fafafc;
}
.main section.blog .width1-3:nth-child(1),
.main section.blog .width1-3:nth-child(2) {
  float: left;
}
.main section.blog .excerpt {
  margin: 0 0 20px 0;
  background: #f9f9fa;
}
.main section.blog .excerpt h2 {
  margin: 0;
  padding: 20px;
  color: #727785;
  background: #f9f9fa;
}
.main section.blog .excerpt .meta {
  padding: 10px 20px 0;
  font-size: 80%;
  color: #727785;
}
.main section.blog .excerpt .content p {
  margin-top: 0;
}
.main section.article .meta {
  padding: 10px 0 0;
  font-size: 80%;
  color: #727785;
}
.main section.pricelist h2 {
  font: bold 17px/1.2 eksterbold, sans-serif;
  text-align: center;
  color: #161920;
}
.main section.pricelist h2.light {
  font-weight: normal;
}
.main section.pricelist .empty-filter {
  text-align: center;
  background: url(../images/filter-arrow.png) no-repeat left center;
}
.main section.pricelist table {
  width: 100%;
}
.main section.pricelist table thead {
  color: #fff;
  background: #4a535c;
}
.main section.pricelist table thead th {
  padding: 10px;
  font-weight: normal;
  text-align: left;
}
.main section.pricelist table thead th:first-child {
  border-left: 1px solid #4a535c;
}
.main section.pricelist table tbody tr:nth-child(2n+2) {
  background: #f9f9fa;
}
.main section.pricelist table tbody td {
  padding: 10px;
  border-right: 1px solid #c6c8ce;
  border-bottom: 1px solid #c6c8ce;
}
.main section.pricelist table tbody td:first-child {
  border-left: 1px solid #c6c8ce;
}
.main section.pricelist .sale {
  margin-top: 90px;
}
.main section .excerpt h2 {
  margin-top: 0;
}
.main section .excerpt img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main section .excerpt .content {
  padding: 0 20px 20px 20px;
  color: #727785;
  background: #f9f9fa;
}
.main section .excerpt .content:before,
.main section .excerpt .content:after {
  content: ' ';
  display: table;
}
.main section .excerpt .content:after {
  clear: both;
}
.main section .excerpt .content:before,
.main section .excerpt .content:after {
  content: ' ';
  display: table;
}
.main section .excerpt .content:after {
  clear: both;
}
.main section .entry img.alignleft,
.main section .entry img.alignright,
.main section .entry img.aligncenter {
  max-width: 100%;
  height: auto;
}
.main section .pricelist-item {
  margin-bottom: 60px;
}
.main section .pricelist-item .pricelist-item-thumbnail {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  position: relative;
}
.main section .pricelist-item .pricelist-item-thumbnail .pricetag {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #5bcc2a;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
.main section .pricelist-item .pricelist-item-thumbnail .pricetag:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 15px;
  top: 0;
  left: -8px;
  background: #5bcc2a;
  -ms-transform: skewX(45deg);
  /* IE 9 */
  -webkit-transform: skewX(45deg);
  /* Safari */
  transform: skewX(45deg);
}
.main section .pricelist-item .pricelist-item-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.main section .pricelist-item .pricelist-item-thumbnail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5) url(../images/lupa.png) no-repeat center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
}
.main section .pricelist-item h3 {
  font: normal 18px/1.2 Play, sans-serif;
  color: #0C9549;
}
.main section .pricelist-item table {
  margin-bottom: 20px;
}
.main section .pricelist-item table tr:first-child td {
  color: #788695;
  font-size: 12px;
  line-height: 14px;
}
.main section .pricelist-item table td {
  padding-right: 50px;
}
.main section .pricelist-item .button {
  line-height: 1.1;
  width: 100%;
  height: auto;
  padding: 22px 10px;
  border: solid 1px #0C9549;
  margin-bottom: 5px;
}
.main section .pricelist-item .button .button--download {
  background: #fff url("../images/double-arrow-down.png") no-repeat scroll 14px 16px;
}
.main section .pricelist-item .button .button--download:hover {
  background: #ab1a21 url("../images/double-arrow-down.png") no-repeat scroll 14px -83px !important;
}
.main section .pricelist-item .bottom-claim {
  color: #788695;
  font-size: 12px;
}
.zahradnedomceky .main section .pricelist-item h3 {
  color: #2eb81d;
}
.zahradnedomceky .main section .pricelist-item .button {
  color: #fff !important;
  border: solid 1px #2eb81d;
}
.zahradnedomceky .main section .pricelist-item .button--download:hover {
  background: #36d121 url(../images/double-arrow-down.png) no-repeat 14px -88px !important;
}
@media screen and (max-width: 700px) {
  .main section .pricelist-item table td {
    padding-right: 10px;
  }
}
.highlights ~ .main {
  margin-top: -23px;
  padding-top: 45px;
}
.sidebar-post-thumb {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-post-thumb img {
  width: 100%;
  height: auto;
}
.sidebar-post-thumb h3 {
  margin: 0;
}
.sidebar-post-thumb .meta {
  font-size: 80%;
}
.sidebar-post-thumb .content p {
  margin: 0;
}
.sidebar-post-thumb:last-child {
  border-bottom: none;
}
/*
 *
 * PAGINATION
 *
 */
ul.pagination {
  position: relative;
  margin: 60px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination li a {
  display: block;
  padding: 5px 15px;
  color: #727785;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.pagination li a:hover {
  text-decoration: none;
  background: #ab1a21;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.pagination li.pagination__current {
  padding: 5px 15px;
  background: #0C9549;
  color: #fff;
}
@media screen and (max-width: 900px) and (min-width: 701px) {
  .main section.steps .row {
    margin-left: 0;
  }
  .main section.steps .col {
    position: relative;
    float: none;
    width: 100%;
    min-height: 94px;
    margin: 20px 0 0 0;
    padding: 0 30px;
    text-align: center;
  }
  .main section.steps .col:first-child {
    margin-top: 0;
  }
  .main section.steps .col h2 {
    margin: 0 0 0.5em 0;
  }
  .main section.steps .col img {
    position: static;
  }
  .main section.steps .col p {
    margin: 0.5em 0 0 0;
  }
  .main section.types .row {
    margin-left: 0;
  }
  .main section.types .width1-3,
  .main section.types .width1-4 {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 35px;
  }
  .main section.types .width1-3:first-child,
  .main section.types .width1-4:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .main section.types .type {
    margin-top: 0;
  }
  .main section.types .type:before,
  .main section.types .type:after {
    content: ' ';
    display: table;
  }
  .main section.types .type:after {
    clear: both;
  }
  .main section.types .type:before,
  .main section.types .type:after {
    content: ' ';
    display: table;
  }
  .main section.types .type:after {
    clear: both;
  }
  .main section.types .type:hover {
    margin-bottom: 0;
  }
  .main section.types .type:hover .content {
    padding: 10px 20px 20px 20px;
  }
  .main section.types .type img {
    /*float: left;*/
    width: 100%;
    margin: 0 0 0 0;
    padding-bottom: 0;
    background: none;
  }
  .main section.types .type .content {
    padding: 10px 20px 20px 20px;
  }
  .main section.types .type .content h2 {
    text-align: left;
  }
  .main section.types .type .content .button {
    width: auto;
    text-shadow: none;
    color: #0C9549;
    background: transparent;
    border: 1px solid #0C9549;
  }
  .main section.gallery .row .width1-4 {
    float: left;
    width: 25%;
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .main .lead {
    font: normal 16px/26px eksterregular, sans-serif;
  }
  .main section.testimonials ul li {
    padding: 0 80px;
  }
  .main section.pricelist .empty-filter {
    background: none;
  }
  .main section.sale-list .row {
    margin-top: 35px;
  }
  .main section.sale-list .row:first-child {
    margin-top: 0;
  }
  .main section.sale-block .slider .slick-track {
    left: 0;
  }
  .main section.sale-block .sale-items .sale-item .photo .discount {
    left: 0;
  }
  ul.pagination li.pagination__prev,
  ul.pagination li.pagination__next {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0 14px;
  }
  .main section.testimonials ul li {
    padding: 0;
  }
  .main section.testimonials li,
  .main section .testimonial {
    text-align: center;
  }
  .main section.testimonials li img,
  .main section .testimonial img {
    float: none;
  }
  .main section.testimonials li blockquote,
  .main section .testimonial blockquote {
    margin: 0;
  }
  .main section.types .type {
    margin-top: 0;
  }
  .main section.types .type:hover {
    margin-bottom: 0;
  }
  .main section.types .type:hover .content {
    padding: 0 19px 30px 19px;
  }
  .main section.features h2 {
    font: normal 26px/1.2 Play, sans-serif;
  }
  .main section.features ul.rounded-photos {
    text-align: center;
  }
  .main section.sale-block .sale-items .sale-item {
    padding: 0;
    text-align: center;
  }
  .main section.sale-block .sale-items .sale-item .photo {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .main section.sale-block .sale-items .sale-item .content {
    margin-left: 0;
  }
  .main section.sale-block .sale-items .button {
    text-transform: uppercase;
    text-shadow: none;
    color: #f9f9fa;
    background: transparent;
    border: 1px solid #f9f9fa;
  }
  .main section.sale-block .sale-items .button:hover {
    color: #272e38;
    background: #f9f9fa;
  }
}
/*
 *
 * SIDEBAR
 *
 */
.sidebar h2 {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  font: 24px/1.2 Play, sans-serif;
  border-bottom: 1px solid #ebebef;
}
.sidebar a {
  color: #0C9549;
}
.sidebar .widget {
  margin: 30px 0 0 0;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .searchform {
  margin-bottom: 30px;
}
.sidebar .searchform div {
  position: relative;
}
.sidebar .searchform div input[type=text] {
  font: 13px/1.2 "Open Sans", sans-serif;
  color: #272e38;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: 1px solid #c6c8ce;
}
.sidebar .searchform div input[type=submit] {
  position: absolute;
  right: 10px;
  top: 12px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  background: url(../images/icon-search.png) no-repeat;
  border: none;
  margin-left: 10px;
}
.sidebar .subnav ul,
.sidebar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .subnav ul li,
.sidebar .widget_nav_menu ul li {
  padding: 1px 0 0 0;
}
.sidebar .subnav ul li:first-child,
.sidebar .widget_nav_menu ul li:first-child {
  padding-top: 0;
}
.sidebar .subnav ul li a,
.sidebar .widget_nav_menu ul li a {
  display: block;
  padding: 12px 40px;
  font: normal 14px/1.2 eksterregular, sans-serif;
  /*text-shadow: 0 -1px rgba(0, 0, 0, 0.5);*/
  color: #3a414a;
  background: #e7e9ef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar .subnav ul li a:hover,
.sidebar .widget_nav_menu ul li a:hover {
  text-decoration: none;
  background: #d4d7e0;
  border-color: #ab1a21;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar .subnav ul li.current-menu-item > a,
.sidebar .widget_nav_menu ul li.current-menu-item > a {
  color: #3a414a;
  border-color: #ab1a21;
  font-weight: bold;
}
.sidebar .subnav ul li.menu-item-has-children > a,
.sidebar .widget_nav_menu ul li.menu-item-has-children > a,
.sidebar .subnav ul li.menu-item-5084 > a,
.sidebar .widget_nav_menu ul li.menu-item-5084 > a {
  background: #d4d7e0;
  padding-left: 25px;
}
.sidebar .subnav .menu-item ul.sub-menu > li > a,
.sidebar .widget_nav_menu .menu-item ul.sub-menu > li > a {
  background: #e7e9ef;
  padding-left: 30px;
}
.sidebar .subnav .menu-item ul.sub-menu li ul.sub-menu li > a,
.sidebar .widget_nav_menu .menu-item ul.sub-menu li ul.sub-menu li > a {
  background: #f3f4f7;
  padding-left: 40px;
}
.sidebar .subnav ul.menu > li > a,
.sidebar .widget_nav_menu ul.menu > li > a {
  background: #d4d7e0;
  padding-left: 25px;
}
.sidebar .filter ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .filter ul:first-child {
  margin-top: 0;
}
.sidebar .filter ul li {
  padding: 1px 0 0 0;
}
.sidebar .filter ul li:first-child {
  padding-top: 0;
}
.sidebar .filter ul li a,
.sidebar .filter ul li span {
  display: block;
  padding: 12px 20px;
  font: normal 14px/1.2 eksterregular, sans-serif;
  color: #3a414a;
  background: #e7e9ef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar .filter ul li a:hover {
  text-decoration: none;
  background: #d4d7e0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar .filter ul li.active a {
  color: #fff;
  background: #08bcf0;
}
.sidebar .filter ul li span {
  opacity: 0.3;
}
.sidebar .block-content {
  padding: 25px 20px;
  color: #161920;
  background: #ebebef;
}
.sidebar .block-content p {
  margin: 1em 0 0 0;
}
.sidebar .block-content p:first-child {
  margin-top: 0;
}
.sidebar .block-content a {
  color: #2774d7;
}
/*
 *
 * SIDEBAR POPUP
 *
 */
.sidebar-popup {
  position: fixed;
  top: 200px;
  left: 100%;
  width: 355px;
  min-height: 270px;
  background: #fff;
  padding: 30px 30px 30px 85px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 10000;
}
.sidebar-popup.sidebar-popup-open {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: -355px;
}
.sidebar-popup.sidebar-popup-ready {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: -70px;
}
.sidebar-popup .sidestrip {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  width: 55px;
  background: #0C9549 url("../images/sidebarpopup_arrow.png") no-repeat scroll 23px 17px;
  color: #fff;
}
.sidebar-popup .sidestrip span {
  padding-left: 37px;
  background: rgba(0, 0, 0, 0) url("../images/telefon.svg") no-repeat scroll 10px 18px;
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  white-space: nowrap;
  line-height: 55px;
  font-size: 20px;
  position: absolute;
  bottom: -30px;
}
.sidebar-popup p {
  margin-top: 0;
}
.sidebar-popup input {
  width: 100%;
}
.sidebar-popup input.loading {
  background: #f9f9fa url("../images/loader.gif") no-repeat scroll 96% center;
}
.sidebar-popup input[type="text"] {
  height: 41px;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .sidebar-popup {
    left: 0;
    top: auto;
    bottom: -300px;
    width: 100%;
    height: 300px;
    padding: 70px 15px 15px 15px;
    margin-left: 0 !important;
  }
  .sidebar-popup .sidestrip {
    background: #0C9549;
    height: 55px;
    width: 100%;
  }
  .sidebar-popup .sidestrip span {
    background: rgba(0, 0, 0, 0) url("../images/telefon.svg") no-repeat scroll 17px 18px;
    transform: none;
    -webkit-transform: none;
    position: static;
    padding-left: 50px;
  }
  .sidebar-popup.sidebar-popup-open {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    bottom: 0;
    margin-left: 0;
    height: auto;
  }
  .sidebar-popup.sidebar-popup-ready {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    bottom: -245px;
    margin-left: 0;
  }
}
/*
 *
 * EMBED
 *
 */
.iframe-outer-container {
  max-width: 100%;
  margin: 0 auto;
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.page-template-page-home .iframe-outer-container {
  max-width: 100%;
}
.page-template-page-home .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
/*
 *
 * POPUP
 *
 */
.popup {
  position: relative;
  width: auto;
  max-width: 690px;
  margin: 20px auto;
  padding: 50px;
  background: #fff;
}
.sticky-sidebar {
  position: relative;
}
.sticky-sidebar .sticky {
  position: absolute;
  right: 0;
}
.sticky-preview {
  position: relative;
}
.sticky-preview .sticky-preview .sticky {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 900px) {
  .sticky {
    position: static !important;
  }
}
#grid[data-columns]::before {
  content: '3 .column.size-1of3';
}
.column {
  float: left;
}
.size-1of3 {
  width: 33.333%;
}
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
/*
 *
 * CONFIGURATOR
 *
 */
.configurator {
  /* :TEMP: */
  /*
	.step {
		display: block !important;
		margin-top: 50px;
	}
	#steps-navigation > .step {
		margin-top: 0;
	}
	*/
}
.configurator #steps-navigation {
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none;
}
.configurator #steps-navigation li {
  position: relative;
  display: inline-block;
  padding: 10px 24px 12px 44px;
  font-size: 15px;
  color: #9fa0a2;
  background: #f9f9fa;
  border: 1px solid #e0e0e4;
  vertical-align: top;
  cursor: pointer;
}
.configurator #steps-navigation li span {
  display: block;
  color: #161920;
}
.configurator #steps-navigation li span.step-number {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background: #9fa0a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.configurator #steps-navigation li.active {
  color: #0C9549;
  background: none;
  border: 1px solid #fff;
  cursor: auto;
}
.configurator #steps-navigation li.active span.step-number {
  background: #0C9549;
}
.configurator .step .hidden {
  display: none;
}
.configurator .step ul.construction-types {
  max-width: 650px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.configurator .step ul.construction-types:before,
.configurator .step ul.construction-types:after {
  content: ' ';
  display: table;
}
.configurator .step ul.construction-types:after {
  clear: both;
}
.configurator .step ul.construction-types:before,
.configurator .step ul.construction-types:after {
  content: ' ';
  display: table;
}
.configurator .step ul.construction-types:after {
  clear: both;
}
.configurator .step ul.construction-types li {
  float: left;
  width: 33.3%;
  margin: 0 0 20px 0;
  text-align: center;
}
.configurator .step ul.construction-types li img {
  display: block;
  margin: 0 auto 12px auto;
}
.configurator .step ul.construction-types li a {
  position: relative;
  top: 0;
  color: #3d4456;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.configurator .step ul.construction-types li a:hover {
  position: relative;
  top: -3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.configurator .step ul.construction-types-new {
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 0 -65px;
}
.configurator .step ul.construction-types-new li {
  display: block;
  margin-bottom: 40px;
  padding-left: 65px;
}
.configurator .step ul.construction-types-new li:nth-child(3n+1) {
  clear: left;
}
.configurator .step ul.construction-types-new li .thumbnail {
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.configurator .step ul.construction-types-new li .thumbnail:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.configurator .step ul.construction-types-new li .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.configurator .step ul.construction-types-new li .thumbnail .label {
  position: absolute;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
  padding: 1.5px 10px;
  color: #fff;
  line-height: 1.15;
}
.configurator .step ul.construction-types-new li .thumbnail .label.green {
  background: #5bcc2a;
}
.configurator .step ul.construction-types-new li .thumbnail .label.orange {
  background: #dd971d;
}
.configurator .step ul.construction-types-new li .thumbnail .label.purple {
  background: #ce2762;
}
.configurator .step ul.construction-types-new li h3 {
  text-align: center;
}
.configurator .step ul.construction-types-new li h3 a {
  color: #dc232d;
  font-size: 16px;
  font-weight: bold;
}
.configurator .step ul.construction-types-new li p {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}
.configurator .step label.section {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 22px;
  font-size: 17px;
  cursor: pointer;
}
.configurator .step label.section:before,
.configurator .step label.section:after {
  content: ' ';
  display: table;
}
.configurator .step label.section:after {
  clear: both;
}
.configurator .step label.section:before,
.configurator .step label.section:after {
  content: ' ';
  display: table;
}
.configurator .step label.section:after {
  clear: both;
}
.configurator .step label.section input[type=radio] {
  position: absolute;
  top: 6px;
  left: 0;
}
.configurator .step .options-block {
  margin: 0 0 5px 0;
  padding: 20px 40px;
  background: #f9f9fa;
  border: 1px solid #f9f9fa;
}
.configurator .step .options-block:before,
.configurator .step .options-block:after {
  content: ' ';
  display: table;
}
.configurator .step .options-block:after {
  clear: both;
}
.configurator .step .options-block:before,
.configurator .step .options-block:after {
  content: ' ';
  display: table;
}
.configurator .step .options-block:after {
  clear: both;
}
.configurator .step .options-block--wider {
  padding-right: 10px;
}
.configurator .step .options-block--with-label {
  padding: 0;
}
.configurator .step .options-block--with-label label.section {
  margin: 0;
  padding: 20px 40px 20px 62px;
}
.configurator .step .options-block--with-label label.section input[type=radio] {
  top: 26px;
  left: 40px;
}
.configurator .step .options-block--with-label label.section.section--label-icon input[type=radio] {
  top: 32px;
}
.configurator .step .options-block--with-label .options {
  padding: 0 40px 20px 62px;
}
.configurator .step .options-block--active {
  background: #fefcef;
  border: 1px solid #e0e0e4;
}
.configurator .step .options-block--icon {
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
.configurator .step .options-block--icon label.section,
.configurator .step .options-block--icon .options {
  padding-left: 82px;
}
.configurator .step .options-block--icon--odkvap {
  background-image: url(../library/configurator/images/addon/odkvap.png);
}
.configurator .step .options-block--icon--dvere {
  background-image: url(../library/configurator/images/addon/dvere.png);
}
.configurator .step .options-block--icon--okno {
  background-image: url(../library/configurator/images/addon/okno.png);
}
.configurator .step .options-block--icon--svetlik {
  background-image: url(../library/configurator/images/addon/svetlik.png);
}
.configurator .step .options-block--icon--led {
  background-image: url(../library/configurator/images/addon/led.png);
}
.configurator .step .options {
  padding-left: 22px;
}
.configurator .step .color {
  margin: 10px 0 15px 0;
}
.configurator .step .color:before,
.configurator .step .color:after {
  content: ' ';
  display: table;
}
.configurator .step .color:after {
  clear: both;
}
.configurator .step .color:before,
.configurator .step .color:after {
  content: ' ';
  display: table;
}
.configurator .step .color:after {
  clear: both;
}
.configurator .step .color label {
  float: left;
  width: 90px;
  padding: 0 10px 0 0;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  color: #727785;
  cursor: pointer;
}
.configurator .step .color input[type=radio] {
  display: none;
}
.configurator .step .color img {
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.configurator .step .color input[type=radio]:checked + img {
  padding: 2px;
  border: 3px solid #0C9549;
}
.configurator .step .color input[type=radio]:checked + img + span {
  color: #0C9549;
}
.configurator .step .color div.custom-color-wrapper {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.configurator .step .color div.custom-color {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.configurator .step .color input[type=radio]:checked + div.custom-color-wrapper {
  padding: 2px;
  border: 3px solid #0C9549;
}
.configurator .step .color input[type=radio]:checked + div.custom-color-wrapper + span {
  color: #0C9549;
}
.configurator .step .color2 {
  margin: 10px 0 15px 0;
}
.configurator .step .color2:before,
.configurator .step .color2:after {
  content: ' ';
  display: table;
}
.configurator .step .color2:after {
  clear: both;
}
.configurator .step .color2:before,
.configurator .step .color2:after {
  content: ' ';
  display: table;
}
.configurator .step .color2:after {
  clear: both;
}
.configurator .step .color2 label {
  float: left;
  width: 28px;
  height: 28px;
}
.configurator .step .color2 label:before,
.configurator .step .color2 label:after {
  content: ' ';
  display: table;
}
.configurator .step .color2 label:after {
  clear: both;
}
.configurator .step .color2 label:before,
.configurator .step .color2 label:after {
  content: ' ';
  display: table;
}
.configurator .step .color2 label:after {
  clear: both;
}
.configurator .step .color2 input[type=radio] {
  /*display: none;*/
  position: absolute;
  left: -999em;
}
.configurator .step .color2 span {
  overflow: hidden;
  float: left;
  width: 27px;
  height: 27px;
  margin: 0 1px 1px 0;
  text-indent: -999em;
  cursor: pointer;
}
.configurator .step .color2 input[type=radio]:checked + span {
  position: relative;
  top: -1px;
  left: -1px;
  width: 29px;
  height: 29px;
  border: 2px solid #d52621;
}
.configurator .step .col-centered {
  width: 40%;
  margin: 0 auto;
}
.configurator .step .col-centered-brana {
  width: 100%;
}
.configurator .step .col-centered-brana .options-block--with-label label.section {
  padding: 20px;
  min-height: 90px;
}
.configurator .step .col-centered-brana .options-block--with-label label.section input {
  opacity: 0;
}
.configurator .step .col-centered-brana .options-block--with-label .options {
  padding: 0 33px 20px;
}
.configurator .step label {
  display: block;
  margin: 0;
}
.configurator .step input[type=text],
.configurator .step textarea {
  max-width: 260px;
  margin: 0 0 15px 0;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #e0e0e4;
}
.configurator .step input[type=text]:focus,
.configurator .step textarea:focus {
  border-color: #161920;
}
.configurator .step textarea {
  max-width: 100%;
}
.configurator .step .next-step {
  margin: 30px 0 0 0;
  text-align: center;
}
.configurator .step .next-step .button {
  position: relative;
  padding-right: 50px;
  text-transform: uppercase;
}
.configurator .step .next-step .button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/next-arrow.png) no-repeat;
}
.configurator .step .next-step .submit {
  margin: 0;
  padding-right: 40px;
}
.configurator .step .next-step .submit:after {
  display: none;
}
.configurator .preview {
  position: relative;
  width: 475px;
  min-height: 272px;
  padding-top: 77%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  /*background: url(../library/configurator/images/preview.png);*/
}
.configurator .preview__door,
.configurator .preview__walls,
.configurator .preview__walls-texture,
.configurator .preview__ceiling,
.configurator .preview__sidepanel-left,
.configurator .preview__sidepanel-right,
.configurator .preview__sidepanel-rear,
.configurator .preview__roof,
.configurator .preview__roof-texture,
.configurator .preview__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.configurator .preview__walls {
  z-index: 20;
}
.configurator .preview__walls-texture {
  z-index: 30;
}
.configurator .preview__ceiling {
  z-index: 40;
}
.configurator .preview__roof {
  z-index: 50;
}
.configurator .preview__roof-texture {
  z-index: 60;
}
.configurator .preview__sidepanel-rear {
  z-index: 10;
}
.configurator .preview__sidepanel-left {
  z-index: 20;
}
.configurator .preview__labels {
  z-index: 70;
}
.configurator .preview__labels .preview__labels__bg-walls,
.configurator .preview__labels .preview__labels__bg-roof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.configurator .preview__labels .preview__labels__walls,
.configurator .preview__labels .preview__labels__roof {
  position: absolute;
  z-index: 120;
  padding: 1px 12px;
  font-size: 12px;
  color: #9f9f9f;
  background: #fff;
  border: 1px solid #e1e1e3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.configurator .preview__labels .preview__labels__width,
.configurator .preview__labels .preview__labels__depth {
  position: absolute;
  z-index: 130;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #9f9f9f;
}
.configurator .preview__labels--p1 .preview__labels__walls {
  bottom: 269px;
  right: 361px;
}
.configurator .preview__labels--p1 .preview__labels__roof {
  bottom: 301px;
  right: 303px;
}
.configurator .preview__labels--p1 .preview__labels__width {
  top: 283px;
  left: 259px;
  width: 217px;
  transform: rotate(-13deg) skewX(45deg);
}
.configurator .preview__labels--p1 .preview__labels__depth {
  top: 272px;
  left: 6px;
  width: 227px;
  transform: rotate(16deg) skewX(-45deg);
}
.configurator .preview__labels--s1 .preview__labels__walls {
  bottom: 268px;
  right: 361px;
}
.configurator .preview__labels--s1 .preview__labels__roof {
  bottom: 299px;
  right: 301px;
}
.configurator .preview__labels--s1 .preview__labels__width {
  top: 269px;
  left: 265px;
  width: 159px;
  transform: rotate(-9deg) skewX(45deg);
}
.configurator .preview__labels--s1 .preview__labels__depth {
  top: 261px;
  left: 49px;
  width: 191px;
  transform: rotate(12deg) skewX(-45deg);
}
.configurator .preview__labels--p2_1b .preview__labels__walls {
  bottom: 251px;
  right: 364px;
}
.configurator .preview__labels--p2_1b .preview__labels__roof {
  bottom: 281px;
  right: 314px;
}
.configurator .preview__labels--p2_1b .preview__labels__width {
  top: 249px;
  left: 203px;
  width: 266px;
  transform: rotate(-10deg) skewX(45deg);
}
.configurator .preview__labels--p2_1b .preview__labels__depth {
  top: 246px;
  left: 1px;
  width: 178px;
  transform: rotate(14deg) skewX(-45deg);
}
.configurator .preview__labels--p2_2b .preview__labels__walls {
  bottom: 256px;
  right: 356px;
}
.configurator .preview__labels--p2_2b .preview__labels__roof {
  bottom: 286px;
  right: 307px;
}
.configurator .preview__labels--p2_2b .preview__labels__width {
  top: 250px;
  left: 199px;
  width: 275px;
  transform: rotate(-8deg) skewX(45deg);
}
.configurator .preview__labels--p2_2b .preview__labels__depth {
  top: 248px;
  left: 2px;
  width: 175px;
  transform: rotate(12deg) skewX(-45deg);
}
.configurator .preview__labels--s2_1b .preview__labels__walls {
  bottom: 265px;
  right: 362px;
}
.configurator .preview__labels--s2_1b .preview__labels__roof {
  bottom: 301px;
  right: 324px;
}
.configurator .preview__labels--s2_1b .preview__labels__width {
  top: 256px;
  left: 203px;
  width: 267px;
  transform: rotate(-9deg) skewX(45deg);
}
.configurator .preview__labels--s2_1b .preview__labels__depth {
  top: 253px;
  left: 2px;
  width: 176px;
  transform: rotate(14deg) skewX(-45deg);
}
.configurator .preview__labels--s2_2b .preview__labels__walls {
  bottom: 265px;
  right: 362px;
}
.configurator .preview__labels--s2_2b .preview__labels__roof {
  bottom: 301px;
  right: 324px;
}
.configurator .preview__labels--s2_2b .preview__labels__width {
  top: 257px;
  left: 202px;
  width: 264px;
  transform: rotate(-9deg) skewX(45deg);
}
.configurator .preview__labels--s2_2b .preview__labels__depth {
  top: 254px;
  left: 1px;
  width: 175px;
  transform: rotate(14deg) skewX(-45deg);
}
.configurator .preview__labels--radove .preview__labels__walls {
  bottom: 256px;
  right: 357px;
}
.configurator .preview__labels--radove .preview__labels__roof {
  bottom: 286px;
  right: 307px;
}
.configurator .preview__labels--radove .preview__labels__width {
  top: 241px;
  left: 168px;
  width: 321px;
  transform: rotate(-8deg) skewX(45deg);
}
.configurator .preview__labels--radove .preview__labels__depth {
  top: 244px;
  left: 1px;
  width: 142px;
  transform: rotate(14deg) skewX(-45deg);
}
.configurator .preview__labels--domcek .preview__labels__walls {
  bottom: 276px;
  right: 352px;
}
.configurator .preview__labels--domcek .preview__labels__roof {
  bottom: 310px;
  right: 293px;
}
.configurator .preview__labels--domcek .preview__labels__width {
  top: 280px;
  left: 223px;
  width: 171px;
  transform: rotate(-11deg) skewX(45deg);
}
.configurator .preview__labels--domcek .preview__labels__depth {
  top: 276px;
  left: 67px;
  width: 132px;
  transform: rotate(15deg) skewX(-45deg);
}
.configurator .preview__labels--domcek-pultova .preview__labels__walls {
  bottom: 270px;
  right: 352px;
}
.configurator .preview__labels--domcek-pultova .preview__labels__roof {
  bottom: 310px;
  right: 302px;
}
.configurator .preview__labels--domcek-pultova .preview__labels__width {
  left: 223px;
  top: 315px;
  transform: rotate(-13deg) skewX(45deg);
  width: 171px;
}
.configurator .preview__labels--domcek-pultova .preview__labels__depth {
  left: 50px;
  top: 298px;
  transform: rotate(27deg) skewX(-45deg);
  width: 132px;
}
.configurator .preview__labels--domcek-sedlova .preview__labels__walls {
  bottom: 264px;
  right: 352px;
}
.configurator .preview__labels--domcek-sedlova .preview__labels__roof {
  bottom: 301px;
  right: 303px;
}
.configurator .preview__labels--domcek-sedlova .preview__labels__width {
  left: 214px;
  top: 301px;
  transform: rotate(-11deg) skewX(45deg);
  width: 171px;
}
.configurator .preview__labels--domcek-sedlova .preview__labels__depth {
  left: 54px;
  top: 291px;
  transform: rotate(29deg) skewX(-45deg);
  width: 132px;
}
.configurator .preview__labels--pristresok .preview__labels__walls {
  bottom: 257px;
  right: 362px;
}
.configurator .preview__labels--pristresok .preview__labels__roof {
  bottom: 284px;
  right: 303px;
}
.configurator .preview__labels--pristresok .preview__labels__width {
  left: 196px;
  top: 341px;
  transform: rotate(-2deg) skewX(0);
  width: 158px;
}
.configurator .preview__labels--pristresok .preview__labels__depth {
  left: -25px;
  top: 341px;
  transform: rotate(13deg) skewX(-31deg);
  width: 174px;
}
.configurator .preview__labels--pergola .preview__labels__walls {
  display: none;
}
.configurator .preview__labels--pergola .preview__labels__roof {
  display: none;
}
.configurator .preview__labels--pergola .preview__labels__width {
  left: 206px;
  top: 321px;
  transform: rotate(-3deg) skewX(-2deg);
  width: 158px;
}
.configurator .preview__labels--pergola .preview__labels__depth {
  left: -10px;
  top: 335px;
  transform: rotate(18deg) skewX(21deg);
  width: 175px;
  font-size: 14px;
}
.configurator .preview__labels--gardeon .preview__labels__walls {
  display: none;
}
.configurator .preview__labels--gardeon .preview__labels__roof {
  display: none;
}
.configurator .preview__labels--gardeon .preview__labels__width {
  left: 246px;
  top: 327px;
  transform: rotate(-3deg) skewX(-2deg);
  width: 158px;
}
.configurator .preview__labels--gardeon .preview__labels__depth {
  left: -10px;
  top: 335px;
  transform: rotate(18deg) skewX(21deg);
  width: 175px;
  font-size: 14px;
}
.configurator .preview__labels--gardeon-double .preview__labels__walls {
  display: none;
}
.configurator .preview__labels--gardeon-double .preview__labels__roof {
  display: none;
}
.configurator .preview__labels--gardeon-double .preview__labels__width {
  left: 206px;
  top: 281px;
  transform: rotate(-3deg) skewX(-2deg);
  width: 158px;
}
.configurator .preview__labels--gardeon-double .preview__labels__depth {
  left: -35px;
  top: 286px;
  transform: rotate(16deg) skewX(21deg);
  width: 175px;
  font-size: 14px;
}
.configurator .preview__labels--pristresok-double .preview__labels__walls {
  bottom: 257px;
  right: 362px;
}
.configurator .preview__labels--pristresok-double .preview__labels__roof {
  bottom: 284px;
  right: 303px;
}
.configurator .preview__labels--pristresok-double .preview__labels__width {
  left: 116px;
  top: 283px;
  transform: rotate(-1.5deg) skewX(0);
  width: 268px;
}
.configurator .preview__labels--pristresok-double .preview__labels__depth {
  left: -12px;
  top: 290px;
  transform: rotate(12deg) skewX(-41deg);
  width: 100px;
}
.configurator .icon-door {
  display: table-cell;
  height: 35px;
  padding: 0 0 0 75px;
  vertical-align: middle;
  background: transparent no-repeat 10px center;
}
.configurator .icon-door--ziadna {
  background-image: url(../library/configurator/images/door/ziadna.png);
}
.configurator .icon-door--vyklopna {
  background-image: url(../library/configurator/images/door/vyklopna.png);
}
.configurator .icon-door--segmentova {
  background-image: url(../library/configurator/images/door/segmentova.png);
}
.configurator .shed-walls input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.configurator .shed-walls .sidewall-texture {
  cursor: pointer;
}
.configurator .shed-walls .sidewall-texture.active {
  border: 2px solid #d52621;
}
.configurator .step--contact .col-centered {
  width: 100%;
  max-width: 600px;
}
.configurator .step--contact .label--checkbox {
  margin-top: 26px;
}
.configurator .contact--new input[type="text"],
.configurator .contact--new textarea {
  max-width: 999px !important;
  border: solid 2px #afb8d2;
}
.configurator .contact--new .green-message {
  border-left: solid 3px #5bcc2a;
  color: #44981f;
  margin-bottom: 30px;
}
.configurator .contact--new label {
  margin-bottom: 5px;
}
.configurator .contact--new .infobox {
  background: url(../images/male_i.png) no-repeat left center;
  color: #8493ba;
  font-size: 11px;
  padding-left: 24px;
  line-height: 15px;
  margin-top: 32px;
}
.configurator .next-step-sticky-wrapper {
  position: fixed;
  background: #e6e6e9;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0 10px 0;
  z-index: 10000;
}
.configurator .next-step-sticky-wrapper .next-step {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .configurator .contact--new input[type="text"],
  .configurator .contact--new textarea {
    max-width: 999px !important;
    border: solid 2px #afb8d2;
    margin-bottom: 5px !important;
  }
  .configurator .contact--new .width2-5 {
    padding-top: 0 !important;
  }
  .configurator .contact--new .infobox {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }
  .configurator .step ul.construction-types-new {
    margin-left: -15px;
  }
  .configurator .step ul.construction-types-new li {
    width: 50%;
    float: left;
    padding-left: 15px;
    margin-bottom: 25px;
    padding-top: 0;
  }
  .configurator .step ul.construction-types-new li:nth-child(3n+1) {
    clear: none;
  }
  .configurator .step ul.construction-types-new li h3 {
    margin-bottom: 0;
    margin-top: 12px;
  }
  .configurator .step ul.construction-types-new li h3 a {
    font-size: 13px;
  }
  .configurator .step ul.construction-types-new li p {
    display: none;
  }
}
.configurator--loading {
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.configurator--loading:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background: url(../images/loader_big.gif) no-repeat;
}
.configurator--loading > div {
  display: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.configurator-help {
  margin: 0px 20px 30px 20px;
  padding: 0 0 45px 0;
  font: 400 18px/24px eksterregular, sans-serif;
  text-align: center;
  color: #3a414a;
  background: url(../images/pomoc_sipka.png) no-repeat center bottom;
}
/* LANDING PAGES */
.lp-block {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.lp-block h1 {
  font-weight: 700;
}
.lp-block .old-price {
  text-decoration: line-through;
}
.lp-block .new-price {
  font-size: 40px;
  font-weight: bold;
  color: #0C9549;
}
.lp-block .offer {
  width: 100%;
  padding-bottom: 36.7346939%;
  background-size: contain;
  position: relative;
  border-top: solid 3px #d6363d;
}
.lp-block .offer .deal-block {
  position: absolute;
  width: 30%;
  left: 60%;
  top: 20%;
}
.lp-block .offer .deal-block .deal {
  padding: 2em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #3d4456;
  font-size: 17px;
  text-align: center;
}
.lp-block .offer .deal-block .deal p {
  margin-top: 0;
}
.lp-block .offer .deal-block .cta {
  width: 100%;
  margin-top: 3px;
}
.lp-block .lp-cols {
  background: #ebebef url("../images/bg-line.png") no-repeat scroll center top;
}
.lp-block .lp-cols h3 {
  background: transparent url("../images/bg-line.png") no-repeat scroll center top;
  font: bold 22px/1.2 Play, sans-serif;
  color: #161920;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.lp-block .lp-cols p {
  padding: 0 1em;
  margin-top: 0;
}
.lp-block .lp-cols ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lp-block .lp-cols ul li {
  padding-left: 10px;
}
.lp-block .lp-cols ul li:before {
  content: '\b7\a0';
  /* \b7 is a middot, \a0 is a space */
}
.lp-block .lp-cols .col {
  padding-bottom: 15px;
  color: #66676b;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.lp-block .lp-cols .col:first-child {
  padding-left: 35px;
}
.lp-block .lp-cols .col:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 178px;
  background: url(../images/lp_col_delimiter.png) no-repeat;
  right: 0;
  top: 0;
}
.lp-block .lp-cols .col:last-child:after {
  display: none;
}
.valign-middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.valign-middle > * {
  margin-right: 20px;
}
.valign-middle > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .lp-block .offer .deal-block {
    width: 45%;
    left: 52.5%;
    top: 5%;
    padding: 1em;
    font-size: 80%;
  }
}
@media screen and (max-width: 700px) {
  .popup {
    padding: 15px;
  }
  .popup .row .col {
    padding-top: 15px;
  }
  .lp-block .offer {
    margin-bottom: 170px;
  }
  .lp-block .offer .deal-block {
    width: 100%;
    left: 0;
    top: 100%;
  }
  .lp-block .offer .deal-block .deal {
    padding: 0 0 0.5em;
  }
  .lp-block .lp-cols .col {
    padding-left: 35px;
    padding-top: 0;
  }
  .lp-block .lp-cols .col:after {
    display: none;
  }
  .valign-middle {
    display: block;
    text-align: center;
  }
  .valign-middle > * {
    margin-right: 0px;
  }
}
.row--dark-blocks .col:last-child .dark-block {
  border-right: none;
}
.row--dark-blocks .col:nth-child(2) .dark-block {
  padding-top: 15px;
  position: relative;
  top: -15px;
}
.row--dark-blocks .col:nth-child(2) .dark-block .description {
  margin-top: 43px;
}
.row--dark-blocks .col:nth-child(1) a.button,
.row--dark-blocks .col:nth-child(3) a.button {
  background: #07b8e8 none repeat scroll 0 0;
  border-color: #038cb2;
  color: #3d4456;
  text-shadow: none !important;
}
.row--dark-blocks .col:nth-child(1) a.button:hover,
.row--dark-blocks .col:nth-child(3) a.button:hover {
  background-color: #fff;
}
.dark-block {
  background: #3a414a;
  border-right: solid 1px #636c78;
  padding: 0;
  text-align: center;
}
.dark-block p {
  color: #fff;
  padding: 0 1.5em;
  margin: 0;
}
.dark-block .icon {
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
}
.dark-block .button {
  text-transform: uppercase;
  border: solid 1px #868b90;
}
.dark-block .description {
  margin-top: 2em;
  padding: 1.5em;
  background: #31373f;
  color: #f9f9fa;
  font-size: 14px;
  text-align: center;
}
.video-stripe {
  background: transparent;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 30px 0;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-stripe video {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-stripe h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
.video-stripe .play {
  display: block;
  width: 104px;
  padding-top: 100px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: url(../images/play.png) center top no-repeat;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-stripe:hover {
  padding: 40px 0;
  margin-bottom: 10px !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-stripe:hover .play {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .video-stripe .play {
    display: none;
  }
}
.partners ul {
  text-align: center;
  padding: 0;
}
.partners ul li {
  display: inline-block;
  padding: 5px 20px;
}
@media screen and (max-width: 700px) {
  .partners ul li img {
    width: 100%;
    height: auto;
  }
}
.wpcf7 .configurator .step .color2 span {
  border: 1px solid #c6c8ce;
}
.zahradnedomceky .button {
  background: #2eb81d;
}
.zahradnedomceky .button:hover {
  background: #36d121;
}
.zahradnedomceky .main section.sale-list .type .content .button {
  color: #2eb81d;
  border: 1px solid #2eb81d;
}
.zahradnedomceky .main section.sale-list .type:hover .content .button {
  color: #fff;
  background: #2eb81d;
  border-color: #2eb81d;
}
.zahradnedomceky form input[type="submit"] {
  border: solid 1px #2eb81d;
  color: #2eb81d;
}
.zahradnedomceky form input[type="submit"]:hover {
  color: #fff;
  background: #2eb81d;
  border-color: #2eb81d;
}
.zahradnedomceky .sidebar-popup .sidestrip {
  background: #2eb81d;
}
.pristresky .button {
  background: #f79400;
}
.pristresky .button:hover {
  background: #ff9900;
}
.pristresky .main section.sale-list .type .content .button {
  color: #f79400;
  border: 1px solid #f79400;
}
.pristresky .main section.sale-list .type:hover .content .button {
  color: #fff;
  background: #f79400;
  border-color: #f79400;
}
.pristresky form input[type="submit"] {
  border: solid 1px #f79400;
  color: #f79400;
}
.pristresky form input[type="submit"]:hover {
  color: #fff;
  background: #f79400;
  border-color: #f79400;
}
.pristresky .sidebar-popup .sidestrip {
  background: #f79400;
}
.pergoly .button {
  background: #3aa9e2;
}
.pergoly .button:hover {
  background: #42befc;
}
.pergoly .main section.sale-list .type .content .button {
  color: #3aa9e2;
  border: 1px solid #3aa9e2;
}
.pergoly .main section.sale-list .type:hover .content .button {
  color: #fff;
  background: #3aa9e2;
  border-color: #3aa9e2;
}
.pergoly form input[type="submit"] {
  border: solid 1px #3aa9e2;
  color: #3aa9e2;
}
.pergoly form input[type="submit"]:hover {
  color: #fff;
  background: #3aa9e2;
  border-color: #3aa9e2;
}
.pergoly .sidebar-popup .sidestrip {
  background: #3aa9e2;
}
#cookie-consent {
  display: none;
  width: 100%;
  padding: 0 20px;
  color: #333;
  opacity: 0.8;
  margin-top: 15px;
  text-align: center;
}
#cookie-consent,
#cookie-consent:before,
#cookie-consent:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cookie-consent .container {
  max-width: 960px;
  margin: 0 auto;
  border-top: solid 1px #eee;
}
#cookie-consent a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
#cookie-consent a.btn {
  float: right;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #fff;
  position: relative;
  top: 23px;
}
#onlineCounter {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #0C9549;
  border-radius: 5px 5px 0 0;
  bottom: -2px;
  left: 20px;
  position: fixed;
  text-align: center;
  width: 250px;
  z-index: 15000;
}
#onlineCounter .discount {
  background: #0C9549 none repeat scroll 0 0;
  color: #fff;
  line-height: 140%;
  padding: 5px 10px;
}
#onlineCounter .counter {
  padding: 10px;
}
#onlineCounter .counter strong {
  font-size: 120%;
}
@media screen and (max-width: 700px) {
  #onlineCounter {
    position: static;
    bottom: auto;
    left: auto;
    width: 90%;
    margin: 10px auto;
  }
}
#breadcrumbs {
  font-size: 80%;
  color: #666;
  padding: 10px 20px;
  background: #ededf3;
}
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  padding: 0 5px;
}
.product-meta {
  display: none;
}
.product-ratings {
  padding-top: 30px;
}
.product-rating {
  margin-bottom: 30px;
}
.downloads {
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
}
.downloads li {
  display: block;
  padding: 0;
  margin-bottom: 2px;
}
.downloads li a {
  display: block;
  padding: 10px 15px;
  background: #eee;
  color: #161920;
}
.downloads li a:hover {
  text-decoration: none;
  background: #ddd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.advantage {
  padding-left: 75px;
}
.advantage.advantage-money {
  background: url(../images/icons/money.png) no-repeat left top;
}
.advantage.advantage-time {
  background: url(../images/icons/time.png) no-repeat left top;
}
.advantage.advantage-space {
  background: url(../images/icons/space.png) no-repeat left top;
}
.advantage.advantage-maintenance {
  background: url(../images/icons/bezudrzbove.png) no-repeat left top;
}
.advantage.advantage-security {
  background: url(../images/icons/bezpecnost.png) no-repeat left top;
}
.advantage.advantage-grspace {
  background: url(../images/icons/space_green.png) no-repeat left top;
}
.advantage h2 {
  margin-bottom: 7px !important;
  min-height: 56px;
}
.advantage p {
  margin-top: 10px;
}
.advantage p b {
  font-weight: normal;
  color: #0C9549;
}
.zahradnedomceky .advantage p b {
  color: #2eb81d;
}
.gallery-filter ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.gallery-filter ul:first-child {
  margin-top: 0;
}
.gallery-filter ul li {
  padding: 1px 0 0 0;
  display: inline-block;
  margin-bottom: 3px;
}
.gallery-filter ul li:first-child {
  padding-top: 0;
}
.gallery-filter ul li a,
.gallery-filter ul li span {
  display: block;
  padding: 12px 14px;
  font: normal 14px/1.2 eksterregular, sans-serif;
  color: #3a414a;
  background: #e7e9ef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-filter ul li a:hover {
  text-decoration: none;
  background: #d4d7e0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-filter ul li.active a {
  color: #fff;
  background: #08bcf0;
}
.gallery-filter ul li span {
  opacity: 0.3;
}
@media screen and (max-width: 700px) {
  .gallery-filter ul li {
    display: block;
  }
}
/* Vianocna ylava velky banner na homepage */
.discount-promo-container {
  height: 90px;
  background: #ffdc64;
  border-top: solid 1px #e4b947;
  padding: 20px 0;
  overflow: visible;
}
.discount-promo-container div.col {
  position: relative;
}
.discount-promo-container div.col span {
  display: block;
  max-width: 220px;
  position: relative;
  text-align: center;
}
.discount-promo-container div.col:first-child span {
  color: #404655;
  font-size: 14px;
  font-weight: bold;
  float: right;
  line-height: 1.4;
}
.discount-promo-container div.col:first-child:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 70px;
  width: 66px;
  height: 63px;
  background: url(../images/discount_percentage.png) no-repeat;
}
.discount-promo-container div.col:last-child span {
  color: #e7373a;
  font-size: 20px;
  float: left;
  top: -10px;
}
.discount-promo-container div.col:last-child span b {
  font-size: 30px;
}
.discount-promo-container div.col:last-child span a {
  color: #e7373a;
  text-decoration: underline;
}
.discount-promo-container div.col:last-child span:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -50px;
  width: 32px;
  height: 32px;
  background: url(../images/discount_arrow.png) no-repeat;
}
.discount-promo-container div.col:last-child:after {
  content: "";
  position: absolute;
  top: -27px;
  right: 0px;
  width: 66px;
  height: 63px;
  background: url(../images/discount_percentage.png) no-repeat;
}
.discount-promo-container-thp div.col:last-child span {
  max-width: 330px;
  position: relative;
  padding-left: 120px;
}
.discount-promo-container-thp div.col:last-child span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 99px;
  background: url(../images/thp.gif) no-repeat right top;
  left: 0;
  top: -30px;
  z-index: 10;
}
.discount-promo-container-sidedoor div.col:last-child span,
.discount-promo-container-garagedoor div.col:last-child span {
  max-width: 330px;
  position: relative;
  padding-left: 120px;
}
.discount-promo-container-sidedoor div.col:last-child span:before,
.discount-promo-container-garagedoor div.col:last-child span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 109px;
  background: url(../images/dvere.gif) no-repeat right top;
  left: 0;
  top: -40px;
  z-index: 1000;
}
.discount-promo-container-garagedoor div.col:last-child span {
  max-width: 370px;
}
.discount-promo-container-garagedoor div.col:last-child span:before {
  width: 120px;
  height: 129px;
  background: url(../images/brana.gif) no-repeat right top;
  top: -36px;
  background-size: contain;
  left: -15px;
}
.discount-promo-container-garagedoor div.col:last-child span:after {
  right: -36px;
}
@media screen and (max-width: 800px) and (min-width: 701px) {
  .discount-promo-container-garagedoor .row .width1-2:first-child {
    width: 40%;
  }
  .discount-promo-container-garagedoor .row .width1-2:first-child span {
    z-index: 1000;
  }
  .discount-promo-container-garagedoor .row .width1-2:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .discount-promo-container-thp div.col:first-child,
  .discount-promo-container-sidedoor div.col:first-child,
  .discount-promo-container-garagedoor div.col:first-child {
    padding-left: 110px;
  }
  .discount-promo-container-thp div.col:first-child span,
  .discount-promo-container-sidedoor div.col:first-child span,
  .discount-promo-container-garagedoor div.col:first-child span {
    padding-left: 25px;
  }
  .discount-promo-container-thp div.col:last-child span:before,
  .discount-promo-container-sidedoor div.col:last-child span:before,
  .discount-promo-container-garagedoor div.col:last-child span:before {
    width: 95px;
    height: 120px;
    top: auto;
    bottom: -30px;
    left: -15px;
  }
  .discount-promo-container-thp div.col:last-child span.highlighted,
  .discount-promo-container-sidedoor div.col:last-child span.highlighted,
  .discount-promo-container-garagedoor div.col:last-child span.highlighted {
    padding-left: 100px;
  }
  .discount-promo-container-thp div.col:first-child span {
    padding-left: 100px;
    text-align: center;
  }
  .discount-promo-container-sidedoor div.col:first-child {
    padding-left: 80px;
  }
  .discount-promo-container-sidedoor div.col:last-child span:before {
    bottom: -20px;
  }
  .discount-promo-container-sidedoor div.col:last-child span.highlighted {
    padding-left: 90px;
  }
  .discount-promo-container-garagedoor div.col:last-child span:before {
    width: 105px;
    height: 120px;
    bottom: -27px;
    left: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .discount-promo-container-thp div.col:last-child:after,
  .discount-promo-container-sidedoor div.col:last-child:after,
  .discount-promo-container-garagedoor div.col:last-child:after {
    display: none;
  }
  .discount-promo-container-thp div.col:last-child span:after,
  .discount-promo-container-sidedoor div.col:last-child span:after,
  .discount-promo-container-garagedoor div.col:last-child span:after {
    display: none;
  }
}
.discount-promo-container--content-builder {
  height: 80px;
}
.discount-promo-container--content-builder div.col:last-child span:before {
  height: 109px;
}
@media screen and (max-width: 700px) {
  .discount-promo-container {
    height: auto;
  }
  .discount-promo-container div.col:first-child span,
  .discount-promo-container div.col:last-child span {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .discount-promo-container div.col:first-child:after,
  .discount-promo-container div.col:last-child:after {
    opacity: 0.5;
  }
  .discount-promo-container div.col:first-child:after {
    left: 0;
  }
  .discount-promo-container div.col:last-child {
    padding-top: 20px;
  }
}
.configurator-discount {
  padding-top: 70px;
  background: url(../images/discount_label.png) no-repeat center top;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.configurator-discount span.red {
  display: block;
  color: #e7373a;
  font-size: 20px;
}
.configurator-discount span.red a {
  color: #e7373a !important;
  text-decoration: underline !important;
}
.configurator-discount span.red b {
  font-size: 30px;
}
.configurator-discount span.gray {
  color: #404655;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0 20px;
}
.configurator-discount span.usage {
  color: #e7383a;
  border: solid 1px #cfd7ea;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .configurator-discount {
    padding-top: 0px;
    background: none;
    padding-bottom: 33px;
  }
  .configurator-discount span.usage {
    border: none;
    padding: 2px;
    margin-top: 5px;
  }
  .configurator-discount span.gray {
    margin-bottom: 5px;
  }
  .configurator .mobile-preview-container .preview-price {
    padding-bottom: 0 !important;
  }
}
.technical-block {
  position: relative;
  margin-bottom: 30px !important;
}
.technical-block img {
  width: 100%;
  height: auto;
  z-index: 10;
}
.technical-block .tooltip-placeholder {
  color: white;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5) !important;
  background: linear-gradient(135deg, #73a5ff, #5477f5) !important;
  letter-spacing: 0.5px;
  border: none;
  font-size: 1.2rem;
  padding: 0.35rem 1rem;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 50;
  opacity: 0.7;
  animation-name: gentle-pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-animation-name: gentle-pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
}
.facebook-references .col:nth-child(2n+1) {
  clear: left;
}
#menu-item-16357 a,
#menu-item-17771 a {
  position: relative;
}
#menu-item-16357 a:after,
#menu-item-17771 a:after {
  content: "NOVINKA";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  right: 0;
  top: 0;
  color: #0C9549;
}
/* mobilne menu */
#menu-item-9079 a,
#menu-item-17772 a {
  position: relative;
}
#menu-item-9079 a:after,
#menu-item-17772 a:after {
  content: "NOVINKA";
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  right: 88px;
  top: 2px;
  color: #0C9549;
}
.swal-footer {
  text-align: center !important;
}
.iti {
  width: 100%;
}
.int-tel {
  padding-left: 46px !important;
}
img.alignnone {
  max-width: 100%;
  height: auto !important;
}
.wpcf7-form .wpcf7-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #c6c8ce;
  background: #f9f9fa;
}
