@charset "UTF-8";
.animate * {
  transition: all .4s;
}
.debug1 {
  border: 1px dotted lime;
}
.debug2 {
  border: 1px dotted red;
}
.shadow {
  -webkit-box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
  -moz-box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
  box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
}
.gradient {
  background: #77e000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3ZTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#77e000 0%,#137700 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#77e000),color-stop(100%,#137700));
  background: -webkit-linear-gradient(top,#77e000 0%,#137700 100%);
  background: -o-linear-gradient(top,#77e000 0%,#137700 100%);
  background: -ms-linear-gradient(top,#77e000 0%,#137700 100%);
  background: linear-gradient(to bottom,#77e000 0%,#137700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77e000',endColorstr='#137700',GradientType=0);
}
.uppercase {
  text-transform: uppercase;
}
.zero {
  padding: 0;
  margin: 0;
}
.desature {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.onHoverUnsature:hover {
  filter: none !important;
  -webkit-filter: grayscale(0%) !important;
  -moz-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  -o-filter: grayscale(0%) !important;
}
textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126,239,104,0);
  box-shadow: 0 1px 1px rgba(0,0,0,0) inset, 0 0 8px rgba(126,239,104,0);
  outline: 0 none;
  border: 1px solid #4b4b4b;
}
.form-control:focus {
  border-color: rgba(126,239,104,0);
  box-shadow: 0 1px 1px rgba(0,0,0,0) inset, 0 0 8px rgba(126,239,104,0);
  outline: 0 none;
  border: 1px solid #4b4b4b;
}
.nav-tabs {
  border-bottom: none;
  margin-left: 5px !important;
}
.nav-tabs>li>a {
  text-decoration: none;
  color: #555;
  border-radius: 4px 4px 0 0;
}
.nav-tabs>li {
  list-style: none !important;
  margin: 0 !important;
  margin-right: 5px !important;
  padding: 0 !important;
  background: none !important;
  background-color: #f8f8f8 !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
.panel-default>.panel-heading {
  background: #22993b;
}
.panel-default>.panel-heading .panel-title {
  color: #fff;
}
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.table-noborder tbody tr td,
.table-noborder thead tr th {
  border: none;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  text-align: left;
  float: left;
  margin: 10px 10px 10px 0px;
}
.alignright {
  text-align: right;
  float: right;
  margin: 10px 0 10px 10px;
}
.aligncenter {
  text-align: center;
  float: none;
  margin: 10px auto;
}
.linklove {
  display: none !important;
}
.cleaner {
  clear: both;
}
.edit {
  position: absolute;
  right: 5px;
  top: -5px;
}
.edit * {
  transition: all .4s;
}
.edit a {
  text-decoration: underline;
  color: #22993b;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.edit a:hover {
  text-decoration: none;
  background: #dddddd;
}
.wp-homepage .edit {
  top: 0;
}
.greytext {
  color: #888;
}
.wp-stante-se-dealerem #main img,
#wp-become-a-dealer #main img {
  width: 100px;
  margin: 0 auto;
}
.wp-stante-se-dealerem .dealBox,
#wp-become-a-dealer .dealBox {
  margin: 50px 0 50px;
}
.table {
  width: 100% !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.table>tbody>tr>td:first-child {
  font-weight: bold;
}
.table-hand {
  width: 300px;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-style: italic;
  background: transparent url(../images/table-hand.png) no-repeat left top;
  background-size: contain;
  color: #000;
  font-size: 16px;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu {
  top: 5px;
  float: right;
  display: inline-block;
  width: auto;
  height: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li {
  height: 40px;
  background: none;
  float: right;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li .fa-lg {
  font-size: 24px;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li a {
  padding: 10px 10px;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li a:after {
  display: none;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li #polylangMenuMobile {
  width: 40px;
  display: inline-block;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li #polylangMenuMobile .sub-menu {
  display: none;
  top: 40px;
  position: absolute;
  left: 0px;
  padding: 0;
  margin: 0;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li #polylangMenuMobile .sub-menu li {
  padding: 0;
  margin: 0;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li #polylangMenuMobile:hover .sub-menu {
  display: block;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li#currencyMobile .sub-menu {
  display: none;
  top: 40px;
  position: absolute;
  left: 0px;
  padding: 0;
  margin: 0;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li#currencyMobile .sub-menu li {
  padding: 0;
  margin: 0;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li#currencyMobile:hover .sub-menu {
  display: block;
}
#mobileFixed .dl-menuwrapper #mobile-head-menu li.work {
  background: red;
}
body {
  font-family: 'Titillium Web', sans-serif;
  padding-top: 150px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 50px;
  }
}
body.wp-homepage {
  padding-top: 0px;
}
@media (max-width: 767px) {
  body.wp-homepage {
    background-image: none;
  }
}
@media (max-width: 1199px) {
  body.wp-homepage {
    padding-top: 50px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}
h2 {
  font-size: 50px;
  margin: 30px auto 20px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 40px;
  }
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}
a {
  color: #22993b;
}
a img {
  border: none;
}
a:hover {
  color: #22993b;
}
.textbox {
  color: #5f5f5f;
  font-size: 19px;
  padding-bottom: 30px;
}
.textbox h1 {
  padding-bottom: 30px;
  background: transparent url('../images/underline-brand.svg') no-repeat center bottom;
}
.textbox h2 {
  font-size: 38px;
}
.textbox p {
  margin-bottom: 20px;
}
.textbox p a {
  color: #22993b;
  text-decoration: underline;
}
.textbox p a img {
  border: none;
}
.textbox p a:hover {
  text-decoration: none;
}
.textbox .table thead tr td {
  background: #22993b;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 10px;
}
.textbox .table td {
  border-right: 1px solid #fff;
  border-top: none;
}
.floatingHeader {
  transition: all .4s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.floatingHeader * {
  transition: all .4s;
}
#header1 {
  transition: all .4s;
  padding: 15px 0;
  border-bottom: 1px solid #8d8b8b;
  background: #4b4b4b;
  color: #fff;
  font-size: 18px;
}
#header1 * {
  transition: all .4s;
}
#header1 a {
  color: #fff;
  text-decoration: none;
}
#header1 a:hover {
  text-decoration: none;
}
#header1 .fa {
  color: #b1b1b1;
}
#header1 .fa-shopping-basket {
  color: #22993b;
}
.wp-homepage #header1 {
  background: transparent;
}
#header2 {
  background: #4b4b4b;
  padding-top: 16px;
}
#header2 * {
  transition: all .4s;
}
#header2 #logo {
  display: block;
}
#header2 #menu1 {
  margin-top: 10px;
  float: left;
  width: 100%;
  padding-top: 3px;
}
#header2 #menu1>ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: space-between;
}
#header2 #menu1>ul>li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  padding-bottom: 27px;
}
#header2 #menu1>ul>li>a {
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#header2 #menu1>ul>li>a:hover {
  text-decoration: underline;
}
#header2 #menu1>ul>li.current-menu-item > a {
  color: #22993b;
}
#header2 #menu1>ul>li:hover > a {
  text-decoration: underline;
}
#header2 #menu1>ul>li:hover .sub-menu {
  display: block;
}
#header2 #menu1>ul>li .sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 52px;
  z-index: 1000;
  background: #4b4b4b;
  border-left: 6px solid #22993b;
}
#header2 #menu1>ul>li .sub-menu li {
  display: block;
}
#header2 #menu1>ul>li .sub-menu li a {
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 300px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#header2 #menu1>ul>li .sub-menu li a:hover {
  text-decoration: underline;
}
.wp-homepage #header2 {
  background: transparent;
}
#footer {
  padding-top: 78px;
  color: #fff;
  background: #4b4b4b;
  font-size: 19px;
}
#footer a {
  color: #2ab647;
}
#footer h2 {
  color: #fff;
  font-size: 29px;
  margin-bottom: 50px;
}
#footer hr {
  border-top: 1px solid #c1c1c1;
  margin-bottom: 45px;
}
#footer .fa {
  color: #fff;
}
#footer ul li {
  margin-bottom: 0px;
}
#footer ul li a {
  text-decoration: underline;
  color: #2ab647;
}
#footer #copyright {
  margin-bottom: 80px;
  display: block;
  max-width: 300px;
  position: relative;
  float: left;
}
#footer #copyright a {
  color: #fff;
}
#footer #logoDev {
  display: block;
  overflow: hidden;
  margin-bottom: 80px;
  width: 120px;
  height: 20px;
  background: url(../images/logo-dev-white.svg) no-repeat left top;
  transition: all 0.5 linear;
  float: right;
}
.wp-error .textbox h1 {
  margin-bottom: 50px;
}
.wp-error .textbox img {
  margin: 20px auto 60px;
  max-height: 300px;
}
.wp-error h2 {
  font-size: 32px !important;
  padding-bottom: 20px;
  background: transparent url("../images/underline-brand.svg") no-repeat center bottom;
}
.main {
  padding-bottom: 40px;
}
#sliceBox {
  margin: 10px 0 30px;
}
.sliceBox {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.sliceBox * {
  transition: all .4s;
}
.sliceBox.sliceBox-brousek {
  background: transparent url('../images/brousek2.jpg') no-repeat center center;
}
.sliceBox.sliceBox-kolobezka {
  background: transparent url('../images/kolobezka2.jpg') no-repeat center center;
}
.sliceBox:hover .sliceBox-green {
  background-color: #1A732C;
}
.sliceBox:hover .sliceBox-gray {
  background-color: #292929;
}
.sliceBox .sliceBox-green {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  width: 60%;
  background-color: #22993b;
  position: relative;
  left: -70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .sliceBox .sliceBox-green {
    width: 100%;
  }
}
.sliceBox .sliceBox-green .sliceBox-green-title {
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  color: #fff;
  font-size: 51px;
  text-align: center;
}
@media (max-width: 500px) {
  .sliceBox .sliceBox-green .sliceBox-green-title {
    font-size: 38px;
  }
}
.sliceBox .sliceBox-green .sliceBox-green-more {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 80%;
}
.sliceBox .sliceBox-green .sliceBox-green-more:hover {
  opacity: 0.6;
}
.sliceBox .sliceBox-green .sliceBox-green-more .sliceBox-green-more-text {
  color: #fff;
  padding-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  float: left;
  margin-left: 160px;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
}
.sliceBox .sliceBox-green .sliceBox-green-more .sliceBox-green-more-plus {
  color: #000;
  float: right;
  margin-right: 40px;
  font-size: 36px;
  position: relative;
  top: -13px;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
}
.sliceBox .slice-tit {
  text-transform: uppercase;
}
.sliceBox .sliceBox-gray {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  width: 60%;
  background-color: #4b4b4b;
  position: relative;
  right: -70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .sliceBox .sliceBox-gray {
    width: 100%;
  }
}
.sliceBox .sliceBox-gray .sliceBox-gray-title {
  color: #fff;
  font-size: 51px;
  text-align: center;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
}
@media (max-width: 500px) {
  .sliceBox .sliceBox-gray .sliceBox-gray-title {
    font-size: 38px;
  }
}
.sliceBox .sliceBox-gray .sliceBox-gray-more {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 80%;
  padding-bottom: 10px;
}
.sliceBox .sliceBox-gray .sliceBox-gray-more:hover {
  opacity: 0.6;
}
.sliceBox .sliceBox-gray .sliceBox-gray-more .sliceBox-gray-more-text {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  float: right;
  margin-right: 160px;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
}
.sliceBox .sliceBox-gray .sliceBox-gray-more .sliceBox-gray-more-plus {
  color: #22993b;
  float: left;
  margin-left: 40px;
  font-size: 36px;
  position: relative;
  top: -13px;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
}
.sliceBox .sliceBox-image {
  width: 40%;
}
@media (max-width: 768px) {
  .sliceBox .sliceBox-image {
    width: 0%;
  }
}
.breadcrumb {
  color: #22993b;
  padding: 0;
  margin: 15px 0;
  font-weight: 700;
  vertical-align: middle;
  list-style-type: none;
  font-size: 18px;
  background: transparent;
}
.breadcrumb strong {
  display: none;
}
.breadcrumb a {
  font-size: 18px;
  color: #4b4b4b;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.breadcrumb span:last-child a {
  color: #22993b;
}
.switcher {
  float: right;
  display: flex;
}
.switcher div {
  margin: 0 2px;
}
.switcher div:nth-child(2) {
  border-left: 2px solid green;
  padding-left: 10px;
  float: left;
}
#polylangMenu {
  float: right;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
}
#polylangMenu ul {
  padding-left: 0;
}
#polylangMenu li {
  list-style-type: none;
  position: relative;
}
#polylangMenu li .sub-menu {
  display: none;
  width: 26px;
  top: 20px;
  position: absolute;
  left: -5px;
  padding: 0;
  margin: 0;
}
#polylangMenu li:hover .sub-menu {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  background: #aaa;
}
#polylangMenu:hover {
  background: #aaa;
}
.cureencyBox ul {
  padding: 0;
  margin: 0;
}
.cureencyBox ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  list-style: none;
  text-align: left;
  min-width: 45px;
}
.cureencyBox ul li:hover {
  background: #aaa;
}
.cureencyBox ul li:hover .sub-menu {
  display: block;
}
.cureencyBox ul li .sub-menu {
  min-width: 45px;
  position: absolute;
  background: #aaa;
  padding-left: 10px;
  left: -10px;
  display: none;
}
.cureencyBox ul li .sub-menu a {
  position: relative;
  padding-right: 10px;
  text-align: left;
}
.cureencyBox ul li .sub-menu a:hover {
  color: #4b4b4b !important;
}
.cureencyBox:hover {
  background: #aaa;
}
.slickHP {
  outline: none;
}
.slickHP div {
  outline: none;
}
.slickHP .inside {
  height: 100vh;
  text-align: center;
}
@media (max-width: 1199px) {
  .slickHP .inside {
    height: 400px;
  }
}
.slickHP .inside .firstLine {
  text-transform: uppercase;
  margin-top: 40vh;
  font-size: 14vh;
  line-height: 1.0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 16px #969696;
}
@media (max-width: 1199px) {
  .slickHP .inside .firstLine {
    margin-top: 100px;
    font-size: 48px;
  }
}
.slickHP .inside .secondLine {
  font-size: 9vh;
  font-weight: 600;
  color: #000;
  text-shadow: 0px 0px 16px #bebebe;
}
@media (max-width: 1199px) {
  .slickHP .inside .secondLine {
    font-size: 32px;
  }
}
.slickHP .inside .whiteButton {
  display: inline-block;
  width: auto;
  border: 3px solid #fff;
  background: #000;
  background: rgba(0,0,0,0.2);
  padding: 10px 70px;
  margin: 30px auto;
  color: #fff;
  text-decoration: none;
  font-size: 4vh;
  transition: background ease-in-out 0.4s;
}
.slickHP .inside .whiteButton:hover {
  transition: background ease-in-out 0.4s;
  color: #fff;
  background: rgba(34,153,59,0.7);
  text-decoration: none;
}
.whiteBox {
  background: #fff;
}
.whiteBox h1 {
  padding-top: 80px;
  padding-bottom: 30px;
  background: transparent url('../images/underline-brand.svg') no-repeat center bottom;
}
.prednostiBar {
  background: #fff url(../images/prednostiBar.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.prednostiBar h2 {
  color: #000;
  text-align: center;
}
.prednostiBar .prednostWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
}
.prednostiBar .prednostWrapper .prednost {
  font-weight: 300;
  font-size: 30px;
  width: 25%;
  display: block;
  text-align: center;
}
.prednostiBar .prednostWrapper .prednost img {
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .prednostiBar .prednostWrapper .prednost img {
    margin: 30px auto 20px;
  }
}
@media (max-width: 767px) {
  .prednostiBar .prednostWrapper .prednost {
    width: 50%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prednostiBar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.nazoryBar {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.nazoryBar h2 {
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: transparent url('../images/underline-brand.svg') no-repeat center bottom;
}
.formBox form .wpcf7-response-output.alert-warning {
  display: none;
}
.greenBar {
  background-color: #22993b;
  padding-top: 80px;
  padding-bottom: 100px;
}
.greenBar h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  background: transparent url('../images/underline-black.svg') no-repeat center bottom;
}
.greenBar p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-align: left;
}
.greenBar .fa-envelope {
  font-size: 120px;
  color: #fff;
}
@media (max-width: 767px) {
  .greenBar {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  .greenBar .fa-envelope {
    margin: 0 auto 15px;
    font-size: 60px;
  }
  .greenBar p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.greenBar form {
  display: flex;
  justify-content: space-between;
}
.greenBar form input {
  border: 1px solid #fff;
  width: 100%;
  color: white;
  background: transparent;
  font-size: 20px;
  padding: 8px 14px;
  float: left;
}
.greenBar form input:focus {
  border: 1px solid #fff;
}
.greenBar form input.wpcf7-text {
  text-transform: uppercase;
  width: 220px;
  float: right;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.bgoff .fiftyPercent {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .bgoff .fiftyPercent {
    width: 100% !important;
  }
}
.bgoff .fiftyPercent.fiftyPercentCover {
  min-height: 200px;
  background: transparent url('../images/budova.jpg') no-repeat center top;
  background-size: cover;
}
.bgoff .fiftyPercent .textbox {
  padding: 20px 20px 40px;
}
@media (max-width: 767px) {
  .bgoff .fiftyPercent .textbox {
    padding: 20px 0px 40px;
  }
}
.bgoff h2 {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: transparent url('../images/underline-brand.svg') no-repeat left bottom;
}
.bgoff .container {
  visibility: hidden;
}
.wpcf7-form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.wpcf7-form label {
  width: 100%;
  max-width: 500px;
  display: block;
}
.wpcf7-form label span {
  font-weight: 200;
  color: #999;
  font-size: 0.8em;
}
.wpcf7-form input {
  color: #222;
}
.wpcf7-form select {
  padding: 2px 12px;
}
.wpcf7-form .wpcf7-form-control {
  font-weight: 200;
  font-size: 1em;
  margin: 10px 0 10px;
}
.wpcf7-form .wpcf7-form-control[type=submit] {
  padding: 5px 40px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .wpcf7-form .wpcf7-form-control[type=submit] {
    padding: 5px 0;
    text-align: center;
  }
}
.wpcf7-form .wpcf7-form-control[type=file] {
  font-size: 0.6em;
}
.wpcf7-form .alert-warning {
  text-align: center;
}
.alert-success {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
  background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  color: #2a8405;
}
.btn-primary {
  background: #22993b;
  border-color: #22993b;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #164e0a;
  border-color: #164e0a;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background: #164e0a;
}
.textbox .btn-grey {
  border: 2px solid #676767;
  border-radius: 0;
  color: #676767 !important;
  margin: 40px 0 25px;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.textbox .btn-grey:hover,
.textbox .btn-grey:focus {
  color: #fff !important;
  background: #676767 !important;
}
.formBox {
  display: block;
  width: 100%;
}
.formBox form {
  display: block;
  max-width: 10000px !important;
}
.formBox form .form-group {
  float: left;
  display: block;
  width: 30%;
}
.formBox form .form-group input {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 4px;
}
.formBox form .form-group input:last-child {
  min-width: 250px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 400px) {
  .formBox form .form-group input:last-child {
    min-width: 0;
  }
}
.formBox form .form-group input[type="email"] {
  color: #000;
  text-transform: none;
}
.formBox form .form-group.your-email {
  width: 70%;
}
.formBox form .has-error .form-control {
  border-color: #FFA3BC !important;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.formBox form .has-error .checkbox,
.formBox form .has-error .checkbox-inline,
.formBox form .has-error .control-label,
.formBox form .has-error .help-block,
.formBox form .has-error .radio,
.formBox form .has-error .radio-inline,
.formBox form .has-error.checkbox label,
.formBox form .has-error.checkbox-inline label,
.formBox form .has-error.radio label,
.formBox form .has-error.radio-inline label {
  color: #FFA3BC !important;
}
.formBox form .wpcf7-response-output {
  clear: both;
  width: 100%;
  float: none;
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.slick1 {
  outline: none;
}
.slick1 .slick-arrow {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 50px;
  overflow: hidden;
  color: #000;
  background-size: contain;
  border: none !important;
  padding-left: 30px;
}
.slick1 .slick-arrow.slick-prev {
  background: transparent url("../images/angle-left-brand.svg") no-repeat center center;
  background-size: contain;
}
.slick1 .slick-arrow.slick-prev:hover {
  background: transparent url("../images/angle-left.svg") no-repeat center center;
  background-size: contain;
}
.slick1 .slick-arrow.slick-next {
  background: transparent url("../images/angle-right-brand.svg") no-repeat center center;
  background-size: contain;
}
.slick1 .slick-arrow.slick-next:hover {
  background: transparent url("../images/angle-right.svg") no-repeat center center;
  background-size: contain;
}
.slick1 div {
  outline: none;
}
.slick1 .inside {
  box-shadow: none;
  -moz-box-shadow: none;
  line-height: 30px;
  text-align: left;
  height: 330px;
  line-height: 330px;
}
@media (max-width: 767px) {
  .slick1 .inside {
    height: auto;
  }
}
.slick1 .inside .imageContainer {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.slick1 .inside .imageContainer img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slick1 .inside .imageContainer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.slick1 .inside .theSpan {
  display: inline-block;
  vertical-align: middle;
  text-align: justify;
  line-height: normal;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .slick1 .inside .theSpan {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slick1 .inside .theSpan .title {
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .slick1 .inside .theSpan .title {
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
  }
}
.slick1 .inside .theSpan .theSpan__text {
  font-size: 16px;
}
.slick1 .inside .theSpan .name .strong {
  color: #22993b;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .slick1 .inside .theSpan .name .strong {
    font-size: 16px;
  }
}
.slick1 .inside .theSpan .name .role {
  padding-left: 20px;
  color: #9a9a9a;
  font-weight: 300;
  font-size: 25px;
  font-style: italic;
}
@media (max-width: 767px) {
  .slick1 .inside .theSpan .name .role {
    font-size: 16px;
  }
}
.slick1 .inside img {
  margin: 0 auto;
  max-height: 315px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.radejiSePodivejte h2 {
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  background: transparent url('../images/underline-brand.svg') no-repeat center bottom;
}
.gradient2 {
  background-image: -moz-linear-gradient(90deg,#ededed 0%,#ffffff 100%);
  background-image: -webkit-linear-gradient(90deg,#ededed 0%,#ffffff 100%);
  background-image: -ms-linear-gradient(90deg,#ededed 0%,#ffffff 100%);
}
.wp-single.wp-eshop .textbox h2,
.wp-single.wp-eshop .textbox h3 {
  font-size: 25px;
  margin-top: 35px;
}
.wp-single.wp-eshop .textbox h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.wp-single.wp-eshop .textbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-single.wp-eshop .textbox ul li {
  background: transparent url('../images/li.svg') no-repeat left 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.wp-single.wp-eshop .textbox .shopDetailTop {
  padding-bottom: 30px;
}
.wp-single.wp-eshop .textbox .shopDetailTop .price {
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
.singleVideo {
  margin-top: 40px;
}
.objednavka-dokoncena .text1 {
  font-size: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.objednavka-dokoncena .text2 {
  padding: 0;
  margin: 0;
  font-size: 19px;
  padding: 10px 0;
  margin-bottom: 30px;
}
.objednavka-dokoncena .img-ok {
  margin: 0 auto;
  margin-bottom: 30px;
}
.objednavka-dokoncena .text3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.objednavka-dokoncena .fa {
  color: #4b4b4b;
}
#leftCol {
  margin-bottom: 40px;
}
.slickShopSingleFull {
  outline: none;
}
.slickShopSingleFull div {
  outline: none;
}
.slickShopSingleFull .inside {
  border: 1px solid #d0d0d0;
  text-align: center;
}
.slickShopSingle {
  outline: none;
}
.slickShopSingle div {
  outline: none;
}
.slickShopSingle .inside {
  margin: 40px 10px;
  border: 1px solid #d0d0d0;
  text-align: center;
  overflow: hidden;
}
.slickShopSingle .inside.slick-current {
  border: 1px solid #22993b;
}
#contentPhoto3D {
  width: 100%;
  border: 1px dotted #cecfd2;
}
.red {
  color: #db2424;
}
.wpcf7-submit {
  color: white !important;
}
.btn-green {
  border: 2px solid #22993b;
  padding: 10px 20px;
  font-size: 19px;
  color: #22993b;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 370px) {
  .btn-green {
    padding: 10px;
    font-size: 16px;
  }
}
.btn-green:focus,
.btn-green:active,
.btn-green:hover {
  color: #fff !important;
  background: #22993b;
  text-decoration: none;
}
.btn-green:focus a,
.btn-green:active a,
.btn-green:hover a {
  color: #fff;
}
.btn-green.pull-right {
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-gray {
  text-transform: uppercase;
  border: 2px solid #4b4b4b;
  color: #4b4b4b;
  padding: 10px 20px;
  font-size: 19px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  background: #fff;
}
.btn-gray:focus,
.btn-gray:active,
.btn-gray:hover {
  color: #fff;
  background: #4b4b4b;
  text-decoration: none;
}
.categoryItem {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
}
.categoryItem a img {
  border: 1px solid #ababab;
}
@media (max-width: 767px) {
  .categoryItem a img {
    margin: 0 auto 30px;
  }
}
.categoryItem h2 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.categoryItem .pub {
  font-size: 20px;
  color: #ababab;
}
.categoryItem .more {
  text-transform: uppercase;
  border: 2px solid #22993b;
  padding: 10px 40px;
  text-align: center;
  font-size: 19px;
  text-decoration: none;
  transition: 0.1s ease-in;
}
.categoryItem .more:hover {
  text-decoration: none;
  background: #22993b;
  color: white;
  transition: 0.3s ease-in;
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform * {
  transition: all .4s;
}
.searchform .btn-search {
  background: transparent;
  border: none;
}
.searchItem {
  margin-bottom: 35px;
}
.searchItem h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
}
.searchItem p {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.eshopRozcestnik {
  display: flex;
  justify-content: center;
}
.eshopRozcestnik a {
  width: 27%;
  text-align: center;
  margin: 0 1%;
}
.eshopRozcestnik a.active {
  background: #22993b;
  color: #fff;
}
@media (max-width: 767px) {
  .eshopRozcestnik a {
    width: 98%;
  }
}
.hrefFce {
  cursor: pointer;
}
.eshopItemContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.eshopItemContainer .shopItem {
  margin-top: 60px;
}
.eshopItemContainer .shopItem .shopItem-image {
  position: relative;
  border: 1px solid #d0d0d0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.eshopItemContainer .shopItem .buttinbasket {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(34,153,59,0.76);
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  color: white;
}
.eshopItemContainer .shopItem .buttinbasket>span {
  display: inline;
  width: 100%;
}
.eshopItemContainer .shopItem .buttinbasket a:hover {
  text-decoration: none;
}
.eshopItemContainer .shopItem .buttinbasket:hover {
  background: #22993b;
}
.eshopItemContainer .shopItem h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  padding-top: 40px;
  padding-bottom: 22px;
  font-weight: 600;
}
.eshopItemContainer .shopItem .description {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.eshopItemContainer .shopItem .price {
  padding-top: 10px;
  font-size: 21px;
  font-weight: 600;
}
#mobileFixed {
  -webkit-box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
  -moz-box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
  box-shadow: 0px 4px 25px rgba(50,50,50,0.26);
  background-color: #22993b !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileFixed * {
  transition: all .4s;
}
#mobileFixed .mobile-logo {
  max-width: 140px;
  max-height: 33px;
  margin-top: 10px;
  margin-left: 10px;
}
#mobileFixed .dl-menuwrapper button {
  margin-right: 15px;
  border-radius: 0;
  background-color: #22993b;
}
#mobileFixed .dl-menuwrapper li a {
  padding: 7px 20px;
}
#mobileFixed .dl-menuwrapper li.dl-back a {
  padding: 10px 30px;
}
#mobileFixed .mobileCart {
  display: block;
  width: 80px;
  height: 30px;
  font-size: 18px;
  float: right;
  top: 10px;
  position: relative;
}
#mobileFixed .mobileCart .fa {
  margin-right: 6px;
}
#mobileFixed .current-menu-ancestor,
#mobileFixed .current-menu-item {
  background: #54575a;
}
#mobileFixed .cartClass a {
  background: url(../images/basket.png) no-repeat;
  background-position: right 10px center;
}
#mobileFixed .cartClass a:hover {
  background: url(../images/basket.png) no-repeat;
  background-position: right 10px center;
}
#sliceboxB {
  overflow: hidden;
}
@media (max-width: 767px) {
  #sliceboxB {
    padding-left: 0;
    padding-right: 0;
  }
  #sliceboxB .sliceBox-green,
  #sliceboxB .sliceBox-gray {
    opacity: 0.7;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    left: 0px;
    right: 0;
  }
  #sliceboxB .sliceBox-green-title,
  #sliceboxB .sliceBox-gray-title {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
  }
  #sliceboxB .sliceBox-green-more,
  #sliceboxB .sliceBox-gray-more {
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
  }
  #sliceboxB .sliceBox {
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #sliceboxB {
    width: auto;
  }
}
.wpcf7-display-none.alert {
  text-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(0.9) rotate(4deg);
  transform: scale(0.9) rotate(4deg);
}
.gallery img {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .gallery-columns-2 .gallery-item dt img,
  .gallery-columns-3 .gallery-item dt img,
  .gallery-columns-4 .gallery-item dt img {
    padding: 0px;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n) {
    width: 48% !important;
    margin: 2% 0 2% 2%;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1) {
    width: 48% !important;
    margin: 2% 2% 2% 0;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n+1) {
    width: 48% !important;
    margin: 2% 2% 2% 0;
    height: auto;
  }
  .gallery-columns-2 .gallery-item:nth-child(3n+2) {
    width: 48% !important;
    margin: 2% 0 2% 2%;
    height: auto;
  }
  .gallery-columns-3 .gallery-item {
    width: 32% !important;
  }
  .gallery-columns-3 .gallery-item:nth-child(4n+2) {
    width: 32% !important;
    margin: 2% 2%;
  }
  .gallery-columns-4 .gallery-item {
    width: 23% !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+1),
  .gallery-columns-4 .gallery-item:nth-child(5n+4) {
    width: 23% !important;
    margin: 2% 0%;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+3) {
    margin: 2% 2.6666666666666666666666666666% 0 1.333333333333333333333333333333%;
  }
  .gallery-columns-4 .gallery-item:nth-child(5n+2) {
    margin: 2% 1.333333333333333333333333333333% 0 2.6666666666666666666666666666%;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    width: 100% !important;
    clear: both;
    padding: 0;
    margin: 0;
  }
}
div.wpcf7 .ajax-loader {
  background-image: url('../images/ajax-loader.gif') !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 10px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 25px;
    padding-top: 0;
    font-size: 14px;
  }
  #footer h2 {
    margin-bottom: 10px;
    padding-top: 25px;
  }
  #footer h2.invisible {
    display: none;
  }
  #logo {
    margin: 0;
    margin-top: 25px;
  }
  #logo img {
    margin: 0 auto;
    text-align: center;
  }
  #side {
    margin-bottom: 40px;
  }
  #footer #copyright {
    text-align: center;
    width: 100%;
  }
  #footer #logoDev {
    float: none;
    margin: 10px auto;
  }
  .textbox h1 {
    font-size: 34px !important;
  }
  .textbox  h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .leftPad {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .mapBox {
    padding: 25px;
    width: auto;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  aspect-ratio: 1.3333333333333;
  object-fit: contain;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
