@media (max-width: 991px) {
  .mobile-off {
    display: none;
  }
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 500px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.sgs-wrapper {
  float: right;
}
.sgs-wrapper .sgs-a:hover {
  text-decoration: none;
}
.sgs-wrapper .sgs-logo {
  transition-duration: 10s;
  transition-property: transform;
  transform: initial;
  vertical-align: top;
}
.sgs-wrapper .sgs-a:hover .sgs-logo {
  -ms-transform: rotate(-10800deg);
  /* IE 9 */
  -webkit-transform: rotate(-10800deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10800deg);
}
.sgs-wrapper .sgs-text {
  text-align: right;
  margin-left: 10px;
  max-width: 5em;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
.bold {
  font-weight: 500;
}
.medium {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.purple-background {
  background: #7b4192;
}
.green-background {
  background: #00894e;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: right;
}
.sgs-text {
  color: #767576;
}
#map {
  height: 200px;
}
.nav-fixed {
  padding-top: 185px;
}
.nav-fixed .navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}
.nav-fixed .navbar .navbar-brand img {
  height: 50px;
}
.nav-fixed .navbar .navbar-nav {
  margin-top: 40px!important;
}
.navbar-fixed-top .navbar-brand img {
  height: 50px;
}
.navbar-fixed-top .navbar-nav {
  margin-top: 40px!important;
}
.navbar {
  border-radius: 0;
  background: white;
  border: 0;
  margin-bottom: 0;
}
.navbar .container-main {
  border-bottom: 8px solid #7b4192;
}
.navbar .navbar-brand {
  height: auto;
  padding-left: 0;
}
@media (max-width: 890px) {
  .navbar .navbar-brand {
    padding-left: 15px!important;
    padding: 5px;
  }
  .navbar .navbar-brand img {
    height: 60px;
  }
}
.navbar .navbar-nav {
  margin-right: 0;
  margin-top: 145px;
}
.navbar .navbar-nav > li {
  padding-right: 6px;
  font-weight: 300;
  font-size: 2rem;
  color: #1d1d1b;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav > li:after {
  content: "|";
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 500;
  color: #7b4192;
}
.navbar .navbar-nav > li:last-of-type {
  padding-right: 0px;
}
.navbar .navbar-nav > li:last-of-type:after {
  display: none;
}
.navbar .navbar-nav > li:hover > a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: #7b4192;
  color: white;
}
.navbar .navbar-nav > li > a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav > li > a.active {
    background: #7b4192;
    color: white;
  }
}
.navbar .navbar-nav > li ul {
  display: none;
  padding: 3px 10px;
  width: 130px;
  text-align: left;
  background: #7b4192;
  list-style-type: none;
  right: 0;
  border-radius: 0;
  border: 0;
}
.navbar .navbar-nav > li ul li {
  padding-right: 0px;
  font-size: 2rem;
}
.navbar .navbar-nav > li ul li:not(:last-of-type) {
  border-bottom: 2px solid white;
}
.navbar .navbar-nav > li ul li a {
  color: white;
  white-space: inherit;
  font-weight: 100;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-nav > li ul li a:hover {
  background-color: #5c316d;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: white!important;
}
.navbar .navbar-nav > li ul li a.active {
  color: white!important;
}
.navbar .navbar-nav > li:hover > ul {
  display: block;
}
@media (max-width: 890px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin: 18px 15px;
    background-color: #7b4192 !important;
    border-color: #7b4192 !important;
  }
  .navbar-toggle .icon-bar {
    background-color: white!important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.in .navbar-nav {
    margin-top: 0!important;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px 0;
    margin-top: 0!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li:after {
    display: none;
  }
  .navbar-nav > li ul {
    display: block!important;
    position: relative!important;
    width: 100%!important;
    box-shadow: none!important;
    background: transparent!important;
    float: none!important;
  }
  .navbar-nav > li ul li:after {
    display: none!important;
    content: "" !important;
  }
  .navbar-nav > li ul li a {
    color: #777!important;
    font-weight: inherit!important;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  padding-top: 6px;
  background: #00894e;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 1px 1px 0px #484848;
  -moz-box-shadow: 0px 1px 1px 0px #484848;
  box-shadow: 0px 1px 1px 0px #484848;
  cursor: pointer;
}
.back-to-top:hover {
  color: white;
  background: #036d3f!important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.container-main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-main {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container-main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  [class*="col-md"] {
    text-align: center;
  }
}
@media (max-width: 767px) {
  [class*="col-sm"] {
    text-align: center;
  }
  table {
    margin: 0px auto;
  }
  .cell.text-right {
    text-align: center!important;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #7b4192;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
body.modal-open {
  padding: 0!important;
}
.main-heading-purple {
  color: #7b4192;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.main-heading-purple .heading-bold {
  font-weight: 400;
}
.main-heading-purple .heading-underlined {
  border-bottom: #7b4192 solid 8px;
}
.main-heading-green {
  color: #00894e;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.main-heading-green .heading-bold {
  font-weight: 400;
}
.main-heading-green .heading-underlined {
  border-bottom: #00894e solid 8px;
}
.main-heading-white {
  color: #00894e;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.main-heading-white .heading-bold {
  font-weight: 400;
}
.main-heading-white .heading-underlined {
  border-bottom: #00894e solid 8px;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: white;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  padding: 0 35px;
  line-height: 40px;
  margin-top: 15px;
  border-radius: 0;
  outline: 0;
}
.btn:hover,
.btn:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: #ddd;
}
.btn-green {
  color: #00894e;
}
.btn-purple {
  color: #7b4192;
}
.btn-bg-green {
  background: #00894e;
  color: white;
}
.btn-bg-green:hover,
.btn-bg-green:focus {
  background: #036d3f!important;
  color: white!important;
}
.product {
  margin-bottom: 50px;
}
.product .info {
  padding: 30px;
  text-align: center;
  color: white;
}
.product .info .name {
  border-bottom: white solid 8px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product .info .description {
  font-size: 20px;
  font-weight: 300;
}
.product .info .description p {
  margin-bottom: 15px;
}
.product .info .description .price {
  font-size: 30px;
  margin: 40px 0;
}
.product .info .description ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.product .product-green {
  background: #00894e;
}
.product .product-purple {
  background: #7b4192;
}
.product .background-ucho {
  background-size: cover;
  background-image: url('images/ucho.jpg');
  background-repeat: no-repeat;
}
.product .background-painting {
  background-size: cover;
  background-image: url('images/product_painting.jpg');
  background-repeat: no-repeat;
}
.product .background-dalsi {
  background-size: cover;
  background-image: url('images/product_dalsi.jpg');
  background-repeat: no-repeat;
}
.section {
  margin-bottom: 80px;
}
.odstranime-wrapper {
  background-size: cover;
  background-image: url('images/odstranime-backdrop.jpg');
  background-repeat: no-repeat;
}
.odstranime-wrapper .icon-wrapper {
  text-align: center;
}
.odstranime-wrapper .icon-wrapper .icon {
  height: 96px;
}
.odstranime-wrapper .icon-wrapper h3 {
  font-weight: 400;
}
.odstranime-wrapper .icon-row {
  padding: 30px 0 30px 0;
}
.o-nas-wrapper {
  background-size: cover;
  background-image: url('images/o-nas-2.jpg');
  background-repeat: no-repeat;
  min-height: 590px;
}
.o-nas-wrapper .main-heading-purple {
  margin-bottom: 0;
  margin-top: 35px;
}
.o-nas-wrapper .o-nas-image {
  width: 100%;
}
.desatero-wrapper {
  color: #7b4192;
  background-size: cover;
  background-image: url('images/desatero.jpg');
  background-repeat: no-repeat;
}
.desatero-wrapper .desatero-list {
  margin: 0 0 1.5em 30px;
  padding: 0;
  font-weight: 300;
  counter-reset: item;
}
.desatero-wrapper .desatero-list > li {
  font-size: 20px;
  padding: 6px 0 6px 2em;
  margin: 0;
  font-weight: 300;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
  line-height: 1.8;
}
.desatero-wrapper .desatero-list > li .desatero-highlight {
  font-weight: 400;
  padding: 10px 30px 4px;
  text-indent: 0;
}
.desatero-wrapper .desatero-list > li:before {
  font-size: 20px;
  display: inline-block;
  width: 1em;
  padding-right: 1.5em;
  font-weight: 400;
  text-align: right;
  content: counter(item) ".";
}
.produkty-wrapper .produkty-header {
  margin-bottom: 50px;
}
.produkty-wrapper .bg {
  background-repeat: no-repeat;
  background-position-x: right;
}
.produkty-wrapper .bg-painting {
  background-image: url('images/product_painting.jpg');
  background-color: #7b4192;
}
.produkty-wrapper .bg-other {
  background-image: url('images/product_dalsi.jpg');
  background-color: #00894e;
  background-position-x: left!important;
}
.produkty-wrapper .bg-other .name {
  margin-top: 60px;
}
.produkty-wrapper .bg-ear {
  background-image: url('images/ucho.jpg');
  background-color: #7b4192;
}
.produkty-wrapper .bg-ear .name {
  margin-top: 90px;
}
.produkty-wrapper .bg-ear p:first-of-type {
  padding-top: 60px;
}
.produkty-wrapper .bg-ear p:last-of-type {
  padding-bottom: 40px;
}
.sluzby-wrapper {
  background-size: cover;
  background-image: url('images/services_background.jpg');
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.sluzby-wrapper .service {
  color: white;
  padding: 30px;
}
.sluzby-wrapper .services-wrapper {
  padding: 20px;
  text-align: left;
}
.sluzby-wrapper .services-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.sluzby-wrapper .service {
  float: left;
  width: 96%;
  margin: 5px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .sluzby-wrapper .service {
    min-height: 272px;
  }
}
@media (max-width: 991px) {
  .sluzby-wrapper .service {
    min-height: 185px;
  }
}
.sluzby-wrapper .service.purple {
  background: rgba(123, 65, 146, 0.7);
}
.sluzby-wrapper .service.green {
  background: rgba(0, 137, 78, 0.7);
}
.copyright {
  color: #7b4192;
  font-size: 20px;
  padding: 20px 0;
}
.copyright .copyright-text {
  line-height: 2.3;
}
.footer-logo-box {
  color: #767576;
  font-weight: 400;
}
.footer-logo-box img {
  transition-duration: 10s;
  transition-property: transform;
  width: auto;
}
.footer-logo-box:hover {
  text-decoration: none;
  color: #767576;
}
.footer-logo-box:hover img {
  -ms-transform: rotate(10800deg);
  -webkit-transform: rotate(10800deg);
  transform: rotate(10800deg);
}
.contact {
  color: white;
}
.contact a {
  color: white;
}
.contact a:hover,
.contact a:focus {
  color: #ddd;
  text-decoration: none;
}
.contact .icon {
  height: 48px;
  padding: 0 6px 0 6px;
}
.contact .tel,
.contact .cont-name {
  font-size: 55px;
  word-break: break-all;
  overflow: hidden;
}
.contact .tel .name,
.contact .cont-name .name {
  font-size: 25px;
  font-weight: 400;
  padding-left: 15px;
}
.contact .tel .ico,
.contact .cont-name .ico {
  padding: 0 10px;
}
.contact .fb-link {
  font-size: 55px;
  padding-right: 10px;
}
.contact .cont-prac {
  font-size: 23px;
  line-height: 3.4;
}
.contact .cont-quot {
  font-size: 21px;
  line-height: 3.8;
  font-style: italic;
}
.contact-details {
  padding: 30px 0;
}
.contact-details .map {
  margin: 0px auto;
}
.contact-details .logo {
  margin: 40px auto 0;
}
.contact-details .address {
  margin-top: 5px;
  text-align: left;
  display: inline-block;
  color: #7b4192;
  font-size: 16px;
}
.contact-details .address h4 {
  font-weight: 400;
  font-size: 22px;
}
.contact-header {
  margin-top: 50px;
}
.contact-form-btn-wrapper {
  text-align: center;
  line-height: 0;
}
.contact-form-btn-wrapper .contact-form-btn {
  font-size: 30px;
  padding: 10px 20px;
  margin-bottom: -90px;
  margin-top: 0;
}
#contactModal {
  font-size: 20px;
  font-weight: 400;
  padding: 0!important;
}
#contactModal .close {
  text-shadow: none;
  color: white;
  opacity: 1;
}
#contactModal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #00894e;
  color: white;
}
#contactModal .modal-content .modal-body {
  padding: 15px;
}
#contactModal .modal-content .modal-body textarea {
  min-height: 215px;
  resize: vertical;
}
#contactModal .modal-content .modal-header {
  border-bottom: 0;
}
#contactModal .modal-content .modal-header h4 {
  font-size: 26px;
  border-bottom: 8px solid white;
  display: inline-block;
}
#contactModal input,
#contactModal textarea {
  color: black;
  padding: 8px;
  width: 100%;
}
#contactModal .lbl {
  padding-left: 5px;
  margin-top: 8px;
}
#contactModal .col-sm-12 {
  padding: 0;
}
#contactModal .input-row {
  padding: 5px;
}
#contactModal textarea {
  resize: vertical;
  width: 100%;
}
#contactModal .header {
  border-bottom: white solid 8px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
}
.modal-backdrop {
  background-color: rgba(20, 20, 20, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
}
