/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .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-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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("../themes/topklima/assets/css/images/owl-carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'Montserrat';
  src: url('../themes/topklima/assets/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../themes/topklima/assets/fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../themes/topklima/assets/fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../themes/topklima/assets/fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../themes/topklima/assets/fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../themes/topklima/assets/fonts/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/** COLORS **/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #0099bd;
}
a:hover {
  color: #0099bd;
}
a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  color: #313131;
  line-height: 1.1em;
}
p {
  line-height: 1.3em;
  margin: 0 0 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: red;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: red;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: red;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: red;
}
* {
  box-sizing: border-box;
}
/* Fix antialiased */
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
html {
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body {
  box-sizing: content-box;
  color: #313131;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  background: #ffffff;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.sprite {
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
@media (min-width: 1199px) {
  .no-margin > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
.btn-primary {
  color: #fff;
  font-weight: 400;
  background-color: #f26522;
  border-color: #f26522;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #d44d0d;
  border-color: #d44d0d;
  color: #fff;
}
.btn-effect1 {
  color: #fff;
  font-weight: 400;
  background-color: #f26522;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-effect1:after {
  position: absolute;
  content: '';
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d44d0d;
}
.btn-effect1:hover,
.btn-effect1:active {
  background-color: #d44d0d;
  color: #fff;
}
.btn-effect1:hover:after,
.btn-effect1:active:after {
  width: 100%;
}
.btn-effect1:hover:after,
.btn-effect1:active:after {
  width: 100%;
}
.navbar {
  border-radius: 0;
}
.navbar .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-default {
  border: none;
  margin-bottom: 0;
  position: relative;
  background: #0099bd;
  min-height: 30px;
}
.navbar-default:after {
  display: block;
  position: absolute;
  content: '';
  left: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f26522;
}
@media (max-width: 767px) {
  .navbar-default:after {
    display: none;
  }
}
.navbar-default ul {
  width: 100%;
  background: #0099bd;
}
.navbar-default ul:before,
.navbar-default ul:after {
  content: " ";
  display: table;
}
.navbar-default ul:after {
  clear: both;
}
.navbar-default ul:before,
.navbar-default ul:after {
  content: " ";
  display: table;
}
.navbar-default ul:after {
  clear: both;
}
@media (max-width: 767px) {
  .navbar-default ul {
    width: auto;
  }
}
.navbar-default ul.navbar-nav li {
  background: #0099bd;
}
.navbar-default ul.navbar-nav li a {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .navbar-default ul.navbar-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.navbar-nav li a {
    font-size: 12px;
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.navbar-nav li a {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
  }
}
.navbar-default ul.navbar-nav li a:hover {
  color: #ddedf3;
  background: #0091b3;
}
.navbar-default ul.navbar-nav li a:focus {
  color: #fff;
}
.navbar-default ul.navbar-nav li.active a {
  background: #007a97;
  color: #fff;
}
.navbar-default ul.navbar-nav li.active a:hover {
  background: #007a97;
  color: #fff;
}
.navbar-default ul.navbar-nav li.active a:focus {
  background: #007a97;
  color: #fff;
}
.navbar-default ul.navbar-nav li.last {
  position: relative;
  float: right;
  background: #f26522;
}
@media (max-width: 767px) {
  .navbar-default ul.navbar-nav li.last {
    background: #f26522;
    width: 100%;
  }
}
.navbar-default ul.navbar-nav li.last:before {
  position: absolute;
  content: '';
  left: -61px;
  top: 0;
  width: 61px;
  height: 70px;
  background: url('../themes/topklima/assets/images/header-menu-separator.png') no-repeat;
}
@media (max-width: 767px) {
  .navbar-default ul.navbar-nav li.last:before {
    display: none;
  }
}
.navbar-default ul.navbar-nav li.last a {
  padding: 0 50px;
}
.navbar-default ul.navbar-nav li.last a:hover {
  color: #9e441a;
  background: #f26522;
}
@media (max-width: 1199px) {
  .navbar-default ul.navbar-nav li.last a {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.navbar-nav li.last a {
    padding: 0px 4px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.navbar-nav li.last a {
    padding: 0 25px;
  }
}
.navbar-default .navbar-toggle {
  border: none;
  background-color: #0099bd;
}
.navbar-default .navbar-toggle:hover {
  background-color: #0099bd;
}
.navbar-default .navbar-toggle:focus {
  background-color: #0099bd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
}
.navbar-default .container {
  z-index: 10;
  position: relative;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-group {
  text-align: center;
}
.list-group-item {
  border-left: 0;
  border-right: 0;
}
.list-group-item:hover {
  background-color: #fafafa;
}
.list-group-item:hover a {
  text-decoration: none;
}
header {
  border-top: 5px solid #0099bd;
}
.header-main {
  padding: 30px 0;
  line-height: 12px;
}
@media (max-width: 991px) {
  .header-main .con {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-quick-contact {
  float: right;
  padding: 8px 0;
}
.header-quick-contact:before,
.header-quick-contact:after {
  content: " ";
  display: table;
}
.header-quick-contact:after {
  clear: both;
}
.header-quick-contact:before,
.header-quick-contact:after {
  content: " ";
  display: table;
}
.header-quick-contact:after {
  clear: both;
}
@media (max-width: 991px) {
  .header-quick-contact {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .header-quick-contact {
    display: none;
  }
}
.header-quick-contact a {
  position: relative;
  display: block;
  float: left;
  color: #363636;
  font-weight: 600;
  padding: 0 15px 0 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header-quick-contact a {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 991px) {
  .header-quick-contact a {
    padding: 0 0 0 45px;
  }
}
.header-quick-contact a:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
@media (max-width: 1200px) {
  .header-quick-contact a:before {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .header-quick-contact a:before {
    left: 0;
    transform: scale(0.7);
  }
}
.header-quick-contact a:hover {
  text-decoration: none;
}
.header-quick-contact a:hover strong {
  color: #0099bd;
}
.header-quick-contact a.phone {
  margin-bottom: 0;
  line-height: 20px;
}
.header-quick-contact a.mail {
  margin-bottom: 0;
  line-height: 20px;
}
.header-quick-contact a.facebook {
  margin-bottom: 0;
  padding-right: 0;
  line-height: 20px;
}
.header-quick-contact a.phone:before {
  background-position: -50px 0;
}
.header-quick-contact a.mail:before {
  background-position: -50px -50px;
}
.header-quick-contact a.facebook:before {
  background-position: -100px -330px;
}
.header-quick-contact a strong {
  display: block;
  color: #aaaaaa;
  font-weight: 600;
}
.header-quick-contact a + a {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .header-quick-contact a + a {
    margin-left: 15px;
  }
}
@media (max-width: 456px) {
  .header-quick-contact a + a {
    margin-left: 0;
  }
}
.header-quick-contact a + a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 42px;
  top: 0;
  left: -37px;
  background: #e8e8e8;
}
@media (max-width: 1200px) {
  .header-quick-contact a + a:after {
    display: none;
  }
}
.header-logo {
  float: left;
}
@media (max-width: 991px) {
  .header-logo {
    margin: 0 auto;
  }
}
.header-logo img {
  display: block;
  float: left;
  width: 301px;
  height: 58px;
}
@media (max-width: 991px) {
  .header-logo img {
    width: 286px;
    height: 55px;
  }
}
.hp-slider {
  background: #e5e5e5;
}
.hp-slider .carousel-inner {
  max-width: 1920px;
  margin: 0 auto;
}
.hp-slider .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hp-slider .item-inner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hp-slider .carousel-caption {
  position: static;
  max-width: 820px;
  line-height: 1.4;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  padding: 30px;
  background: rgba(0, 153, 189, 0.9);
  text-align: left;
  text-shadow: none;
}
@media (max-width: 1199px) {
  .hp-slider .carousel-caption {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hp-slider .carousel-caption {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hp-slider .carousel-caption {
    font-size: 25px;
  }
}
@media (max-width: 569px) {
  .hp-slider .carousel-caption {
    font-size: 14px;
  }
}
.hp-slider .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  opacity: .7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hp-slider .carousel-control:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 20px;
  height: 30px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  margin-left: -10px;
  margin-top: -15px;
}
.hp-slider .carousel-control:hover {
  opacity: 1;
}
.hp-slider .carousel-control.left {
  left: 0;
  background-image: none;
}
.hp-slider .carousel-control.left:before {
  background-position: -50px -125px;
}
.hp-slider .carousel-control.right {
  right: 0;
  background-image: none;
}
.hp-slider .carousel-control.right:before {
  background-position: -75px -125px;
}
section {
  padding: 80px 0;
  /*
    &.service{
        p {
            text-align: justify;
            margin-bottom: 60px;
            color: #313131;
            font-size: 16px;
            @media(max-width: 1199px){
                font-size: 16px;
            }
            @media(max-width: 991px){
                font-size: 14px;
            }
            @media(max-width: 767px){
                font-size: 13px;
            }
        }
    }
    */
}
@media (max-width: 1199px) {
  section {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 65px 0;
  }
}
section.grey {
  background: #fafafa;
}
section.grey h2:after {
  background: #e0e0e0;
}
section h2 {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  section h2 {
    font-size: 26px;
    margin: 0 0 52px;
  }
}
@media (max-width: 991px) {
  section h2 {
    font-size: 22px;
    margin: 0 0 46px;
  }
}
@media (max-width: 767px) {
  section h2 {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
section h2 > span {
  color: #0099bd;
}
section p {
  max-width: 930px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  section p {
    padding: 0 0 0 0;
  }
}
section .perex {
  font-size: 18px;
}
@media (max-width: 1199px) {
  section .perex {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section .perex {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section .perex {
    font-size: 13px;
  }
}
section .facebook-box {
  position: relative;
  font-size: 16px;
  border: 3px solid #F26522;
  border-radius: 10px;
  padding: 20px;
  padding-left: 70px;
}
section .facebook-box:before {
  position: absolute;
  display: block;
  content: '';
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  background-position: -100px -330px;
  margin-top: -20px;
}
section .facebook-box a {
  color: #F26522;
}
section .section-btn {
  text-align: center;
}
section .section-btn .btn {
  font-size: 18px;
  padding: 15px 50px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section .section-btn .btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section .section-btn .btn {
    font-size: 14px;
  }
}
section .column_contact {
  text-align: center;
}
section .column_contact .contact_name {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
section .column_contact .contact_function {
  font-size: 13px;
  margin-bottom: 13px;
}
section .column_contact .contact_phone {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 600;
}
section .column_contact .contact_mail {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 600;
}
section .contact {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
}
section .contact:before,
section .contact:after {
  content: " ";
  display: table;
}
section .contact:after {
  clear: both;
}
section .contact:before,
section .contact:after {
  content: " ";
  display: table;
}
section .contact:after {
  clear: both;
}
@media (max-width: 1199px) {
  section .contact {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section .contact {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  section .contact {
    font-size: 20px;
  }
}
@media (max-width: 664px) {
  section .contact {
    font-size: 15px;
  }
}
section .contact a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 55px;
  margin: 0 30px;
  line-height: 40px;
  text-decoration: none;
  cursor: default;
}
section .contact a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
@media (max-width: 991px) {
  section .contact a.contact-left {
    margin-bottom: 30px;
  }
}
section .contact a.contact-left:before {
  background-position: -50px 0;
}
section .contact a.contact-right:before {
  background-position: -50px -50px;
}
section .main {
  color: #313131;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1199px) {
  section .main {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section .main {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section .main {
    font-size: 13px;
    padding: 0 15px;
  }
}
section.service {
  text-align: center;
}
section.service ul {
  list-style-position: inside;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 930px;
  color: #313131;
  font-size: 16px;
}
@media (max-width: 1199px) {
  section.service ul {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.service ul {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.service ul {
    font-size: 13px;
  }
}
section.service ul li {
  margin-bottom: 5px;
}
section.service p {
  margin-bottom: 50px;
}
section.service p span {
  color: #0099bd;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  section.service p span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  section.service p span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.service p span {
    font-size: 16px;
  }
}
section.service .row {
  margin: 0;
}
section .references {
  padding: 100px 0 0 0;
}
@media (max-width: 1199px) {
  section .references {
    padding: 88px 0 0 0;
  }
}
@media (max-width: 991px) {
  section .references {
    padding: 74px 0 0 0;
  }
}
@media (max-width: 767px) {
  section .references {
    padding: 64px 0 0 0;
  }
}
.services-tiles {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
@media (max-width: 1199px) {
  .services-tiles {
    margin: 0 0 52px;
  }
}
.services-tiles:before,
.services-tiles:after {
  content: " ";
  display: table;
}
.services-tiles:after {
  clear: both;
}
.services-tiles:before,
.services-tiles:after {
  content: " ";
  display: table;
}
.services-tiles:after {
  clear: both;
}
.services-tiles li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .services-tiles li {
    float: none;
    width: 100%;
    padding: 1px 30px;
  }
}
.services-tiles .tile {
  position: relative;
  display: block;
  background: #fafafa;
  padding: 125px 30px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 5px solid #0099bd;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-tiles .tile:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  top: 20px;
  left: 50%;
  margin-left: -40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
.services-tiles .tile.projection:before {
  background-position: -100px 0;
}
.services-tiles .tile.realization:before {
  background-position: -200px 0;
}
.services-tiles .tile.service:before {
  background-position: -300px 0;
}
.services-tiles .tile.projection:hover:before {
  background-position: -100px -100px;
}
.services-tiles .tile.realization:hover:before {
  background-position: -200px -100px;
}
.services-tiles .tile.service:hover:before {
  background-position: -300px -100px;
}
.services-tiles .tile:hover {
  text-decoration: none;
  background: #0099bd;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.services-tiles .tile:hover p,
.services-tiles .tile:hover h3 {
  color: #fff;
}
.services-tiles h3 {
  color: #0099bd;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .services-tiles h3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .services-tiles h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services-tiles h3 {
    font-size: 16px;
  }
}
.services-tiles p {
  height: 90px;
  color: #313131;
  margin: 0;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 1199px) {
  .services-tiles p {
    height: 136px;
  }
}
@media (max-width: 767px) {
  .services-tiles p {
    height: 56px;
  }
}
@media (max-width: 456px) {
  .services-tiles p {
    height: 116px;
  }
}
@media (max-width: 320px) {
  .services-tiles p {
    height: 116px;
  }
}
.why-tiles {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
@media (max-width: 767px) {
  .why-tiles {
    margin: 0 0 30px;
  }
}
.why-tiles:before,
.why-tiles:after {
  content: " ";
  display: table;
}
.why-tiles:after {
  clear: both;
}
.why-tiles:before,
.why-tiles:after {
  content: " ";
  display: table;
}
.why-tiles:after {
  clear: both;
}
.why-tiles li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 30px;
}
.why-tiles li.why1 h3:before {
  background-position: 0 -200px;
}
.why-tiles li.why2 h3:before {
  background-position: -75px -200px;
}
.why-tiles li.why3 h3:before {
  background-position: -150px -200px;
}
@media (max-width: 767px) {
  .why-tiles li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.why-tiles h3 {
  position: relative;
  color: #0099bd;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-left: 90px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .why-tiles h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .why-tiles h3 {
    font-size: 14px;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .why-tiles h3 {
    font-size: 20px;
  }
}
.why-tiles h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 50px;
  left: 0;
  top: 0;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
.why-tiles h3 span {
  display: block;
  color: #313131;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .why-tiles h3 span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .why-tiles h3 span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .why-tiles h3 span {
    font-size: 14px;
  }
}
.why-tiles p {
  line-height: 1.8;
  text-align: left;
  margin: 0;
  text-align: justify;
}
.big-number {
  padding: 50px 0;
  background: #0099bd;
}
.big-number.grey ul li {
  color: #333;
}
@media (max-width: 767px) {
  .big-number {
    padding: 40px 0;
  }
}
.big-number ul {
  list-style: none;
  margin: 0x;
  padding: 0;
}
.big-number ul:before,
.big-number ul:after {
  content: " ";
  display: table;
}
.big-number ul:after {
  clear: both;
}
.big-number ul:before,
.big-number ul:after {
  content: " ";
  display: table;
}
.big-number ul:after {
  clear: both;
}
.big-number ul li {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  color: #fff;
  font-size: 18px;
  padding: 110px 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .big-number ul li {
    float: none;
    width: 100%;
  }
}
.big-number ul li:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  left: 50%;
  top: 0;
  margin-left: -35px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  opacity: .7;
}
.big-number ul li.years:before {
  background-position: 0 -250px;
}
.big-number ul li.projects:before {
  background-position: -75px -250px;
}
.big-number ul li.projects2:before {
  background-position: -225px -250px;
}
@media (max-width: 767px) {
  .big-number ul li.house {
    margin-top: 40px;
  }
}
.big-number ul li.house:before {
  background-position: -300px -250px;
}
@media (max-width: 767px) {
  .big-number ul li.factory {
    margin-top: 40px;
  }
}
.big-number ul li.factory:before {
  background-position: 0 -325px;
}
@media (max-width: 767px) {
  .big-number ul li.projects {
    margin-top: 40px;
  }
}
.big-number ul li.realization:before {
  background-position: -150px -250px;
}
@media (max-width: 767px) {
  .big-number ul li.realization {
    margin-top: 40px;
  }
}
.big-number ul li strong {
  display: block;
  font-size: 60px;
  font-weight: 800;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .big-number ul li strong {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .big-number ul li strong {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .big-number ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .big-number ul li {
    font-size: 16px;
  }
}
.client-logos {
  padding: 0 0 50px;
}
.client-logos .owl-carousel {
  padding: 0 30px;
}
.client-logos .owl-nav .owl-prev,
.client-logos .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 50px;
  width: 30px;
  font-size: 0;
  opacity: .2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client-logos .owl-nav .owl-prev:before,
.client-logos .owl-nav .owl-next:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 15px;
  height: 25px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  margin-left: -7.5px;
  margin-top: -12.5px;
}
.client-logos .owl-nav .owl-prev:hover,
.client-logos .owl-nav .owl-next:hover {
  opacity: .7;
}
.client-logos .owl-nav .owl-prev.disabled,
.client-logos .owl-nav .owl-next.disabled {
  opacity: .05;
  cursor: not-allowed;
}
.client-logos .owl-nav .owl-prev {
  left: 0;
}
.client-logos .owl-nav .owl-prev:before {
  background-position: -50px -100px;
}
.client-logos .owl-nav .owl-next {
  right: 0;
}
.client-logos .owl-nav .owl-next:before {
  background-position: -75px -100px;
}
.client-logos .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.client-logos .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}
.client-logos .owl-dots .owl-dot.active span {
  background: #0099bd;
}
.client-logos .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #eaeaea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gmap {
  height: 350px;
  background: #f9f9f9;
}
.filling {
  height: 150px;
}
.filling img {
  display: block;
  max-width: 100%;
  height: auto;
}
.thumb {
  max-height: 18em;
}
.thumb .thumbnail {
  height: 150px;
}
.thumb .thumbnail.acson {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-acson.png") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.atrea {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-atrea.png") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.jesy {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-jesy.jpg") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.lg {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-lg.jpg") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.remak {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-remak.jpg") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.sinclair {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-sinclair.jpg") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.toshiba {
  background: url("../themes/topklima/assets/images/for-download-logos/logo-toshiba.png") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.vts {
  background: url("../themes/topklima/assets/images/for-download-logos/vts.jpg") no-repeat center center;
  background-size: contain;
}
.thumb .thumbnail.manual {
  border: 0;
}
.thumb .thumbnail.manual .img-responsive {
  height: 150px;
}
.clients {
  margin-bottom: 60px;
}
.thumbnail.qr-code {
  border: 0;
  margin-top: 20px;
}
.inquiry-form {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border: 2px solid #0099bd;
  outline-offset: 15px;
  padding: 50px 50px;
  margin: 0 auto;
  border-radius: 2px;
  width: 65%;
  text-align: center;
}
@media (max-width: 1199px) {
  .inquiry-form {
    padding: 40px 50px;
  }
}
@media (max-width: 991px) {
  .inquiry-form {
    padding: 40px 50px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .inquiry-form {
    padding: 30px 20px;
    width: 100%;
  }
}
.inquiry-form .form-group {
  text-align: left;
}
.inquiry-form .form-control {
  border-radius: 2px;
  border-color: #0099bd;
  width: 100%;
}
.inquiry-form .btn {
  font-size: 16px;
  padding: 15px 50px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .inquiry-form .btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .btn {
    font-size: 14px;
  }
}
.inquiry-form .btn.btn-default {
  color: #fff;
  font-weight: 400;
  background-color: #f26522;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inquiry-form .btn.btn-default:after {
  position: absolute;
  content: '';
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d44d0d;
}
.inquiry-form .btn.btn-default:hover,
.inquiry-form .btn.btn-default:active {
  background-color: #d44d0d;
  color: #fff;
}
.inquiry-form .btn.btn-default:hover:after,
.inquiry-form .btn.btn-default:active:after {
  width: 100%;
}
.projection-sluzby {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.projection-sluzby:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  background-position: -100px 0;
}
.h2-projection,
.h2-realization,
.h2-adjustment,
.h2-service,
.h2-consultation {
  position: relative;
  padding-top: 130px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.h2-projection:before,
.h2-realization:before,
.h2-adjustment:before,
.h2-service:before,
.h2-consultation:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  top: 30px;
  left: 50%;
  margin-left: -40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
.h2-projection:before {
  background-position: -100px 0;
}
.h2-realization:before {
  background-position: -200px 0;
}
.h2-adjustment:before {
  background-position: -400px -100px;
}
.h2-service:before {
  background-position: -300px 0;
}
.h2-consultation:before {
  background-position: -400px 0;
}
footer {
  padding: 70px 0;
  background: #0099bd;
}
@media (max-width: 767px) {
  footer {
    padding: 10px 0 70px 0;
  }
}
footer h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  footer h4 {
    margin: 60px 0 10px;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 7px 0 7px 17px;
}
footer ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 9px;
  left: 0;
  top: 13px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  background-position: 0 -150px;
}
footer .address {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
}
footer .subdued {
  color: #b8dae6;
}
footer .quick-contact {
  position: relative;
  color: #fff;
  padding: 0 0 0 60px;
  margin: 0 0 20px;
}
footer .quick-contact:before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
}
footer .quick-contact.phone:before {
  background-position: 0 0;
}
footer .quick-contact.mobile:before {
  background-position: 0 -50px;
}
footer .quick-contact.mail {
  margin-bottom: 0;
}
footer .quick-contact.mail:before {
  background-position: 0 -100px;
}
footer .quick-contact strong {
  display: block;
  color: #b8dae6;
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
}
@media (max-width: 991px) {
  footer .quick-contact strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .quick-contact strong {
    font-size: 20px;
  }
}
footer .quick-contact a {
  color: #b8dae6;
  text-decoration: none;
}
footer .quick-contact a:hover {
  color: #fff;
}
.footer-secondary {
  padding: 30px 0;
  color: #cbe0e8;
  background: #0089aa;
}
.footer-secondary:before,
.footer-secondary:after {
  content: " ";
  display: table;
}
.footer-secondary:after {
  clear: both;
}
.footer-secondary:before,
.footer-secondary:after {
  content: " ";
  display: table;
}
.footer-secondary:after {
  clear: both;
}
@media (max-width: 410px) {
  .footer-secondary {
    display: block;
    text-align: center;
  }
}
.footer-secondary p {
  line-height: 20px;
  margin: 0;
}
.footer-secondary .copyright {
  float: left;
}
@media (max-width: 410px) {
  .footer-secondary .copyright {
    display: block;
    float: none;
  }
}
.footer-secondary .created_by {
  float: right;
}
@media (max-width: 410px) {
  .footer-secondary .created_by {
    display: block;
    float: none;
    margin-top: 15px;
  }
}
.footer-secondary .created_by > a {
  display: inline-block;
  width: 43px;
  height: 20px;
  font-size: 0;
  background-image: url('../themes/topklima/assets/images/sprite@2x.png');
  background-repeat: no-repeat;
  background-size: 500px 400px;
  background-position: 0 -175px;
  opacity: .7;
  vertical-align: middle;
  margin-left: 10px;
}
.footer-secondary .created_by > a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
