@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,600,700,900);
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  box-sizing: border-box;
  font-size: 10px;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  background-color: white;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #ffeb3b;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/**
 * Basic typography style for copy text
 */
h3 {
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: black;
  display: block;
  padding: 0px;
  margin: 0px;
}

h6 {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding: 0px;
  margin: 0px;
}

.main-title {
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding: 0px;
  margin: 15px auto 35px auto;
}

.main-title ~ .sub-title {
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .main-title ~ .sub-title {
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .main-title ~ .sub-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main-title ~ .sub-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 992px) {
  .main-title {
    font-size: 3rem;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 2.2rem;
  }
}

.sub-title {
  font-size: 2.9rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding: 0px;
  margin: 15px auto 35px auto;
}

.main-text {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  color: #999999;
  display: block;
  padding: 0px;
  margin: 25px 0px 0px 0px;
}

.main-text > p {
  font-size: 1.4rem;
  margin: 0px;
  padding: 0px;
}

.main-text-layout p {
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #999999;
}

.main-text-layout h6 {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding: 0px;
  margin: 0px;
}

.p1,
.p2 {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  color: #999999;
}

.p1 > p,
.p2 > p {
  margin: 0px;
}

.p2 {
  font-size: 1.6rem;
  font-weight: 300;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pad-b-0 {
  padding-bottom: 0px !important;
}

.pad-t-0 {
  padding-top: 0px !important;
}

.mar-b-0 {
  margin-bottom: 0px !important;
}

.mar-t-15 {
  margin-top: 15px !important;
}

.drhodinar-app {
  position: relative;
  width: 100%;
}

.drhodinar-app .jumbotron {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .drhodinar-app .jumbotron {
    height: 60vh;
  }
}

.drhodinar-app .jumbotron::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.drhodinar-app .jumbotron.without-overlayer::before {
  display: none;
}

.drhodinar-app .jumbotron .jumbotron-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.drhodinar-app .jumbotron .jumbotron-header h2 {
  font-size: 4.3rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 992px) {
  .drhodinar-app .jumbotron .jumbotron-header h2 {
    font-size: 3.6rem;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .drhodinar-app .jumbotron .jumbotron-header h2 {
    font-size: 3rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  .drhodinar-app .jumbotron .jumbotron-header h2 {
    font-size: 2.6rem;
    line-height: 1.3em;
  }
}

.drhodinar-app .jumbotron .jumbotron-header p {
  position: relative;
  font-size: 2.2rem;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 3em;
  letter-spacing: 0.05em;
  color: white;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .drhodinar-app .jumbotron .jumbotron-header p {
    font-size: 2rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  .drhodinar-app .jumbotron .jumbotron-header p {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}

.drhodinar-app .jumbotron .jumbotron-header p::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  margin: 0 auto;
}

.drhodinar-app section .section-heading {
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #5B5B5B;
  display: block;
  padding: 0px;
  margin: 35px auto;
}

@media screen and (max-width: 992px) {
  .drhodinar-app section .section-heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .drhodinar-app section .section-heading {
    font-size: 2.4rem;
  }
}

.drhodinar-app section .main-image {
  width: 100%;
}

.drhodinar-app section .main-image > img {
  max-width: 100%;
}

.drhodinar-app section .content-block {
  padding-top: 45px;
  padding-bottom: 45px;
}

.drhodinar-app section .content-block p {
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  color: #999999;
  display: block;
  padding: 0px;
  margin: 0px;
}

.section-wrapper .content-jumbotron {
  position: relative;
  width: 100%;
  height: 0px;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30%;
}

.section-wrapper .content-jumbotron::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.section-wrapper .content-jumbotron.big {
  padding-bottom: 46%;
}

.section-wrapper .content-jumbotron .jumbotron-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-wrapper .content-jumbotron .jumbotron-header h3 {
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 992px) {
  .section-wrapper .content-jumbotron .jumbotron-header h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .section-wrapper .content-jumbotron .jumbotron-header h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .section-wrapper .content-jumbotron .jumbotron-header h3 {
    font-size: 2rem;
  }
}

.section-wrapper .content-jumbotron .jumbotron-header h3.bottom-line::after {
  content: '';
  width: 180px;
  height: 1px;
  background-color: white;
  display: block;
  margin: 0 auto;
}

.section-wrapper .content-jumbotron .jumbotron-header p {
  font-size: 2rem;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 0px;
  margin: 15px 0px;
}

.section-wrapper .content-block > img {
  max-width: 100%;
}

.section-wrapper .content-block .two-col-layout {
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -webkit-column-rule: 0px dotted black;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -moz-column-rule: 0px dotted black;
  column-count: 2;
  column-gap: 40px;
  column-rule: 0px dotted black;
  font-size: 2.9rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
}

.section-wrapper .content-block > h6 {
  padding-left: 15px;
  padding-right: 15px;
}

.image-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrap.rect {
  padding-bottom: 55%;
}

.image-wrap.square {
  padding-bottom: 100%;
}

.image-wrapped-rb {
  padding-right: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .image-wrapped-rb {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.image-wrapped-lb {
  padding-left: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .image-wrapped-lb {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

.waterproof-table {
  background-color: #F8F8F8;
  border-left: 8px solid #ffeb3b;
  padding: 20px 0px;
  margin-bottom: 10px;
}

.waterproof-table .offered-service h6,
.waterproof-table .offered-service p {
  text-align: left;
}

.search-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: black;
  padding: 20px 35px;
  z-index: 999;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out 0s;
}

.search-bar.is-visible {
  transform: translateY(0%);
}

.search-bar input {
  width: 70%;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 15px;
  color: white;
  font-weight: 100;
  line-height: 40px;
}

.search-bar .search-submit {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.search-bar .search-submit:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 1.6rem;
  line-height: 40px;
  color: white;
}

.search-container {
  margin-top: 60px;
}

.row-eq-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .row-eq-height {
    display: table;
  }
}

.search-results .app-main .content-area {
  min-height: 500px;
}

.welcome-banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.welcome-banner .banner-content {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 550px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  font-size: 1.4rem;
  line-height: 1.3em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 55px 0px;
  background: linear-gradient(to right, #ddd 0%, #ffffff 100%);
  color: black;
}

.welcome-banner .banner-content input {
  color: black;
}

.welcome-banner .banner-content label,
.welcome-banner .banner-content input {
  display: inline-block;
}

.welcome-banner .banner-content .wysija-input {
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  border: 1px solid black;
  padding-left: 15px;
  color: black;
  font-weight: 100;
  line-height: 40px;
}

.welcome-banner .banner-content .widget_wysija_cont .wysija-submit {
  background-color: #ffeb3b;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #222121;
  padding: 12px 30px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.formError {
  top: 106px!important;
}

@media screen and (min-width: 767px) {
  .welcome-banner .banner-content .widget_wysija p:nth-child(2) {
    padding-left: 1em;
  }
  .welcome-banner .banner-content .widget_wysija p:nth-child(3) {
    padding-left: 2.5em;
  }
}

.footer-banner .footer-content .widget_wysija p:nth-child(1) {
    float: left;
    margin-right: 3px;
}
.footer-banner .footer-content .widget_wysija p:nth-child(1),
.footer-banner .footer-content .widget_wysija p:nth-child(2) {
  display: block;
  color: #fff;
}
.footer-banner .footer-content .widget_wysija p:nth-child(3) {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-banner .footer-content .widget_wysija input[type="submit"] {
  display: inline-block;
  background-color: #ffeb3b;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.02em;
  color: #222121;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 480px) {
  .welcome-banner .banner-content {
    width: 80%;
  }
}

.welcome-banner.is-visible {
  opacity: 1;
  visibility: visible;
}

.welcome-banner.is-visible .banner-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.welcome-banner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.welcome-banner .close-btn::after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: black;
}

.app-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding-top: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.is-stick .app-header {
  background-color: rgba(34, 33, 33, 0.8);
  padding-top: 0px;
}

.app-header .header-wrapper {
  position: relative;
}

.app-header .header-wrapper .logo {
  width: 260px;
}

.app-header .header-wrapper .logo img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .app-header .header-wrapper .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  .app-header .header-wrapper .logo {
    top: 12px;
    width: 150px;
  }
}

.app-header .header-wrapper .language-selecter {
  position: absolute;
  top: 0px;
  right: 45px;
  width: 60px;
  height: 60px;
}

.app-header .header-wrapper .language-selecter button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  color: white;
  height: 60px;
}

.app-header .header-wrapper .search {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 40px;
  height: 60px;
}

.app-header .header-wrapper .search .icon-search {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.app-header .header-wrapper .search .icon-search::after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 60px;
  color: white;
}

.app-header .header-wrapper .search .icon-search:hover::after {
  color: #ffeb3b;
}

.grid-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-wrapper .grid-col-2 {
  width: 20%;
  padding: 30px 15px;
}

.price-list {
  padding: 105px 85px 45px 85px;
}

@media screen and (max-width: 1200px) {
  .price-list {
    padding: 105px 15px 45px 15px;
  }
}

.price-list h5 {
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #4C4C4C;
  display: block;
  padding: 15px 0px;
  margin: 0px;
}

.price-list .opetaion-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 25px;
}

.price-list .opetaion-list > li {
  position: relative;
  width: 100%;
  height: 80px;
  display: block;
  padding: 20px 0px;
  margin: 10px 0px;
  background-color: #F8F8F8;
  border-left: 8px solid #ffeb3b;
}

@media screen and (max-width: 480px) {
  .price-list .opetaion-list > li {
    height: auto;
    padding: 15px 0px;
  }
}

.price-list .opetaion-list > li .operation-name,
.price-list .opetaion-list > li .operation-desc {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #777777;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px;
}

@media screen and (max-width: 480px) {
  .price-list .opetaion-list > li .operation-name,
  .price-list .opetaion-list > li .operation-desc {
    padding-left: 15px;
    padding-right: 60px;
  }
}

.price-list .opetaion-list > li .operation-desc {
  color: #9D9D9D;
}

.price-list .opetaion-list > li .operation-price {
  position: absolute;
  top: 50%;
  right: 35px;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #4C4C4C;
  display: block;
  padding: 0px 25px;
  margin: 0px;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .price-list .opetaion-list > li .operation-price {
    right: -15px;
    font-size: 1.4rem;
  }
}

.services .jumbotron {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.services .jumbotron .jumbotron-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .services-content {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about-us .about-us-content {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about-us .about-us-content .about-us-photo {
  width: 100%;
}

.about-us .about-us-content .about-us-faq {
  margin: 35px auto;
}

.straps .straps-pdf {
  text-align: center;
  margin: 25px auto;
}

.straps .straps-faq {
  margin: 45px auto;
}

.article .article-jumbotron {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.article .article-jumbotron .jumbotron-header {
  vertical-align: bottom;
}

.popup-window {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.popup-window.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-window .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px;
  height: 220px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .popup-window .popup-content {
    max-width: 100%;
    height: auto;
  }
}

.popup-window.image-popup .popup-content {
  min-width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .popup-window.image-popup .popup-content {
    max-width: 100%;
    height: auto;
  }
}

.popup-window.image-popup .popup-content > img {
  max-width: 100%;
}

.row-content {
  padding-bottom: 25px;
}

.navigation {
  display: block;
}

.navigation.pagination {
  text-align: center;
  margin-top: 35px;
}

.search-results .entry-title a,
.search-results .link-more a {
  color: #222222;
}

.nav-links .page-numbers {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  color: #231F20;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0s;
}

.nav-links .page-numbers .meta-nav {
  display: none;
}

.nav-links .page-numbers.prev {
  display: none;
}

.nav-links .page-numbers.current {
  background-color: #231F20;
  color: white;
}

.nav-links .page-numbers:hover {
  background-color: #f2f5f8;
}

.nav-links .page-numbers:focus {
  text-decoration: none;
}

.image-center {
  width: 100%;
  text-align: center;
  margin: 15px auto;
}

.image-center > img {
  max-width: 100%;
}

.app-footer {
  width: 100%;
  background-color: #231F20;
  padding: 40px 0 95px;
}

.app-footer .footer-wrapper {
  position: relative;
}

.app-footer .footer-wrapper .copyright {
  font-size: 1.3rem;
  color: #7C7A7B;
  padding: 15px 10px;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-nav ul > li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .footer-nav ul > li {
    display: block;
  }
}

.footer-nav ul > li a {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .footer-nav ul > li a {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.footer-nav ul > li a:hover {
  color: #ffeb3b;
}

.footer-nav ul > li a:focus {
  text-decoration: none;
  outline: none;
}

.social-strip {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 1200px) {
  .social-strip {
    position: relative;
    left: 0px;
    padding: 15px 0px;
  }
}

.social-strip ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .social-strip ul {
    text-align: right;
  }
}

.social-strip ul > li {
  display: inline-block;
}

.social-strip ul > li a {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 5px 10px;
}

@media screen and (max-width: 1200px) {
  .social-strip ul > li a {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.social-strip ul > li a:hover {
  color: #ffeb3b;
}

.social-strip ul > li a:focus {
  text-decoration: none;
  outline: none;
}

.social-strip ul > li a::after {
  content: '';
  font-family: FontAwesome;
  font-size: 2.4rem;
}

.social-strip ul > li a.icon-fb::after {
  content: '\f09a';
}

.social-strip ul > li a.icon-in::after {
  content: '\f16d';
}

.social-strip ul > li a.icon-yt::after {
  content: '\f167';
}

.app-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #222121;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .app-hero {
    height: 60vh;
  }
}

.app-hero .hero-slider {
  height: 100%;
  list-style: none;
  padding-left: 0;
}

.app-hero .hero-slider .hero-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.app-hero .hero-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.app-hero .hero-slider .slider-content h1 {
  font-size: 6rem;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 0px;
  margin: 15px 0px;
}

@media screen and (max-width: 992px) {
  .app-hero .hero-slider .slider-content h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .app-hero .hero-slider .slider-content h1 {
    font-size: 2.4rem;
  }
}

.app-hero .hero-nav-dotted {
  position: absolute;
  bottom: 45px;
  left: 50%;
  height: 12px;
  transform: translateX(-50%);
  padding: 0 5px;
  z-index: 200;
}

.app-hero .hero-nav-dotted > span {
  width: 12px;
  height: 12px;
  font-size: 0px;
  text-indent: -9999px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  background-color: white;
  opacity: 0.6;
}

.app-hero .hero-nav-dotted > span:first-of-type {
  margin-left: 0px;
}

.app-hero .hero-nav-dotted > span.cycle-pager-active {
  background-color: white;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .app-hero .hero-nav-arrows {
    display: none;
  }
}

.app-hero .hero-nav-arrows .arrow-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 200;
}

.app-hero .hero-nav-arrows .arrow-prev::after {
  content: '\f104';
  position: absolute;
  top: 0px;
  left: 50%;
  font-family: FontAwesome;
  font-size: 6rem;
  line-height: 60px;
  text-align: center;
  color: white;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0.6;
}

.app-hero .hero-nav-arrows .arrow-prev:hover::after {
  opacity: 1;
}

.app-hero .hero-nav-arrows .arrow-next {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 200;
}

.app-hero .hero-nav-arrows .arrow-next::after {
  content: '\f105';
  position: absolute;
  top: 0px;
  left: 50%;
  font-family: FontAwesome;
  font-size: 6rem;
  line-height: 60px;
  text-align: center;
  color: white;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0.6;
}

.app-hero .hero-nav-arrows .arrow-next:hover::after {
  opacity: 1;
}

.app-hero .hero-nav-arrows .arrow-next:focus {
  outline: none;
}

.app-nav {
  position: absolute;
  top: 0px;
  right: 105px;
  width: 75%;
  height: 60px;
  transition: transform 0.3s ease-in-out 0s;
}

@media screen and (max-width: 1200px) {
  .app-nav {
    top: 60px;
    left: 0px;
    width: 290px;
    min-height: 90vh;
    background-color: #222121;
    transform: translateX(-100%);
    overflow: auto;
  }
  .is-open + .app-nav {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 480px) {
  .app-nav {
    width: 100%;
  }
}

.app-nav > ul {
  text-align: right;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.app-nav > ul > li {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li {
    display: block;
  }
}

.app-nav > ul > li > a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.03em;
  color: white;
  display: block;
  padding: 20px 12px;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > a {
    font-size: 1.4rem;
    padding: 10px 25px;
  }
}

.app-nav > ul > li > a::after {
  position: absolute;
  bottom: 10px;
  left: 0px;
  content: '';
  width: 100%;
  height: 0px;
  background-color: #ffeb3b;
  transition: height 0.3s ease-in-out 0s;
}

.app-nav > ul > li > a.active::after {
  height: 5px;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > a.active::after {
    height: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > a.active {
    color: #231F20;
    background-color: #ffeb3b;
  }
}

.app-nav > ul > li > a:hover::after {
  height: 5px;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > a:hover::after {
    height: 0px;
    background-color: #ffeb3b;
  }
}

.app-nav > ul > li > a:focus {
  text-decoration: none;
  outline: none;
}

.app-nav > ul > li.current-menu-item a::after {
  height: 5px;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li.current-menu-item a::after {
    height: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li.current-menu-item a {
    color: #231F20;
    background-color: #ffeb3b;
  }
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li.menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '\f067';
    font-family: FontAwesome;
    color: white;
  }
}

.app-nav > ul > li:hover > ul {
  display: block;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li:hover > ul {
    display: none;
  }
}

.app-nav > ul > li > ul {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 220px;
  list-style: none;
  display: none;
  padding: 0px 0px 35px 0px;
  margin-bottom: 0px;
  background-color: #222121;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > ul {
    position: relative;
    top: 0px;
    width: 100%;
    display: none;
    padding: 0px;
  }
}

.app-nav > ul > li > ul > li {
  display: block;
}

.app-nav > ul > li > ul > li a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.03em;
  color: white;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 1200px) {
  .app-nav > ul > li > ul > li a {
    font-size: 1.4rem;
    padding: 10px 0px 10px 55px;
  }
}

.app-nav > ul > li > ul > li a:hover {
  color: #231F20;
  background-color: #ffeb3b;
}

.app-nav > ul > li > ul > li a:focus {
  text-decoration: none;
  outline: none;
}

.mobile-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 60px;
  display: none;
  background-color: #ffeb3b;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .mobile-nav {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mobile-nav {
    width: 60px;
  }
}

.mobile-nav .menu-text,
.mobile-nav .close-text {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #222121;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.3s ease-in-out 0s;
}

@media screen and (max-width: 480px) {
  .mobile-nav .menu-text,
  .mobile-nav .close-text {
    display: none;
  }
}

.mobile-nav .menu-text {
  opacity: 1;
}

.is-open .menu-text {
  opacity: 0;
}

.is-open .close-text {
  opacity: 1;
}

.hamburger-btn {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-left: 10px;
  padding: 0px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

@media screen and (max-width: 480px) {
  .hamburger-btn {
    margin-left: 0px;
  }
}

.hamburger-btn:focus {
  outline: none;
}

.hamburger-btn span {
  position: absolute;
  top: 29px;
  left: 12px;
  width: 36px;
  height: 2px;
  background-color: #222121;
  transition: background 0s 0.3s;
}

.hamburger-btn span::before, .hamburger-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222121;
  display: block;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.main-nav .hamburger-btn span::before, .main-nav .hamburger-btn span::after {
  height: 3px;
  background-color: white;
}

.hamburger-btn span::before {
  top: -8px;
  transition-property: top, transform;
}

.hamburger-btn span::after {
  bottom: -8px;
  transition-property: bottom, transform;
}

.is-open > .hamburger-btn > span {
  background: none;
}

.is-open > .hamburger-btn > span::before, .is-open > .hamburger-btn > span::after {
  transition-delay: 0s, 0.3s;
}

.is-open > .hamburger-btn > span::before {
  top: 0;
  transform: rotate(45deg);
}

.is-open > .hamburger-btn > span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.panel-group .panel {
  background-color: #F8F8F8;
  border: none;
  border-left: 8px solid #ffeb3b;
  border-radius: 0px;
}

.panel-group .panel .panel-heading {
  padding: 25px 15px;
  background-color: transparent;
  border: none;
}

.panel-group .panel .panel-heading a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #222121;
  display: block;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 480px) {
  .panel-group .panel .panel-heading a {
    padding-right: 35px;
  }
}

.panel-group .panel .panel-heading a:focus {
  text-decoration: none;
  outline: none;
}

.panel-group .panel .panel-heading a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 1px;
  background-color: #222121;
}

@media screen and (max-width: 480px) {
  .panel-group .panel .panel-heading a::after {
    right: 0px;
  }
}

.panel-group .panel .panel-heading a::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(0deg);
  content: '';
  width: 24px;
  height: 1px;
  background-color: #222121;
  transition: transform 0.3s ease-in-out 0s;
}

@media screen and (max-width: 480px) {
  .panel-group .panel .panel-heading a::before {
    right: 0px;
  }
}

.panel-group .panel .panel-heading a.collapsed::before {
  transform: rotate(90deg);
}

.panel-group .panel .panel-collapse .panel-body {
  padding-right: 65px;
  border: none;
}

.btn {
  background-color: #ffeb3b;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #222121;
  padding: 20px 75px;
  margin: 15px auto;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out 0s;
}

.btn.small {
  padding: 15px 55px;
}

@media screen and (max-width: 480px) {
  .btn.small {
    padding: 15px 35px;
  }
}

.btn.medium {
  padding: 15px 75px;
}

@media screen and (max-width: 480px) {
  .btn.medium {
    padding: 15px 35px;
  }
}

.btn.large {
  font-size: 1.6rem;
  padding: 22px 100px;
}

@media screen and (max-width: 480px) {
  .btn.large {
    font-size: 1.3rem;
    width: 100%;
    padding: 18px 20px;
  }
}

.btn.full {
  width: 100%;
  font-size: 1.6rem;
  padding: 25px 30px;
}

@media screen and (max-width: 480px) {
  .btn.full {
    font-size: 1.3rem;
    padding: 25px 10px;
  }
}

.btn.width-380 {
  width: 380px;
}

.btn:hover {
  background-color: #ffe608;
}

@media screen and (max-width: 480px) {
  .btn {
    max-width: 100%;
    padding: 10px;
  }
}

.btn-strip {
  text-align: center;
  margin: 25px auto;
}

.btn-load-more {
  background-color: #ffeb3b;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #222121;
  display: block;
  padding: 20px 75px;
  margin: 35px auto;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  transition: background-color 0.3s ease-in-out 0s;
}

.btn-load-more:hover {
  background-color: #ffe608;
}

@media screen and (max-width: 480px) {
  .btn-load-more {
    max-width: 100%;
    padding: 10px;
  }
}

.article {
  width: 100%;
  padding-bottom: 55px;
}

.article .article-content p {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  color: #999999;
  display: block;
  padding: 0px;
  margin: 25px 0px 0px 0px;
}

.article .article-meta {
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.article .article-meta .author-photo {
  width: 100px;
}

.article .article-meta .author-photo > img {
  max-width: 100%;
}

.article .article-meta .author-meta {
  margin-left: 45px;
  padding-top: 20px;
}

.article .article-meta .author-meta .author-name {
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: black;
}

.article-jumbotron {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
}

.article-jumbotron::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.article-jumbotron .jumbotron-header {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.article-jumbotron .jumbotron-header .header-title {
  position: relative;
  text-align: left;
}

.article-jumbotron .jumbotron-header h3 {
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: white;
  display: block;
  padding: 0px;
  margin: 0px;
}

.article-jumbotron .jumbotron-header span {
  font-size: 1.9rem;
  font-weight: 200;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: white;
  padding: 0px;
  margin: 0px;
}

.article-jumbotron .jumbotron-header span.article-author {
  margin-left: 15px;
}

.breadcrumb a {
  color: #7C7A7B;
}

.products {
  padding-top: 60px;
  padding-bottom: 45px;
}

.products .products-header {
  width: 100%;
  height: 100px;
  background-color: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .products .products-header {
    height: auto;
  }
}

.products .products-header .products-header-wrap {
  position: relative;
}

.products .products-header .products-filter > a {
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 100px;
  letter-spacing: 0.05em;
  color: #5e5e5e;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .products .products-header .products-filter > a {
    font-size: 1.5rem;
    line-height: 45px;
    padding: 0px 18px;
  }
}

.products .products-header .products-filter > a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 60%;
  height: 0px;
  background-color: #ffeb3b;
  transition: height 0.3s ease-in-out 0s;
}

.products .products-header .products-filter > a:focus {
  outline: none;
  text-decoration: none;
}

.products .products-header .products-filter > a.active::after {
  height: 8px;
}

@media screen and (max-width: 1200px) {
  .products .products-header .products-filter > a.active::after {
    height: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .products .products-header .products-filter > a.active {
    color: #231F20;
    background-color: #ffeb3b;
  }
}

.products .products-header .products-search {
  position: absolute;
  top: 27px;
  right: 0px;
}

.products .products-header .products-search::after {
  content: '\f002';
  position: absolute;
  left: 15px;
  top: 0px;
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 46px;
  color: #9b9b9b;
}

.products .products-header .products-search input[type="text"] {
  width: 280px;
  height: 46px;
  border: 1px solid #a2a2a2;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.05em;
  padding-left: 45px;
}

.products .products-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .products .products-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.products .products-wrapper .product-row {
  margin-bottom: 45px;
}

.products .products-wrapper .product-row .product-image {
  width: 100%;
}

.products .products-wrapper .product-row .product-image > img {
  max-width: 100%;
}

.products .product-load {
  text-align: center;
}

.product {
  width: 25%;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .product {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .product {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product .product-image {
  width: 100%;
}

.product .product-image > img {
  max-width: 100%;
}

.product .product-meta {
  position: relative;
  width: 100%;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F9F9F9;
  border-bottom: 10px solid #ffeb3b;
}

.product .product-meta .prodct-sku,
.product .product-meta .prodct-price {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #5e5e5e;
  display: inline-block;
  margin: 0px;
}

.product .product-meta .prodct-price {
  position: absolute;
  right: 15px;
  font-weight: 900;
  color: #231f20;
}

.product.is-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

section.blog {
  padding-top: 120px;
  padding-bottom: 60px;
}

section.blog .blog-article {
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  section.blog .blog-article {
    margin-top: 25px;
  }
}

section.blog .blog-article:first-of-type {
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  section.blog .blog-article:first-of-type {
    padding-right: 15px;
  }
}

section.blog .blog-article:last-of-type {
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  section.blog .blog-article:last-of-type {
    padding-left: 15px;
  }
}

section.blog .blog-article:only-child {
  padding-left: 15px;
  padding-right: 30px;
}

section.blog .blog-article .blog-article-wrap {
  display: block;
  padding: 20px 20px 0px 20px;
  background-color: #f9f9f9;
  border-bottom: 10px solid #ffeb3b;
}

section.blog .blog-article .blog-article-image {
  width: 100%;
  margin-bottom: 15px;
}

section.blog .blog-article .blog-article-image > img {
  max-width: 100%;
}

section.blog .blog-article .blog-article-title,
section.blog .blog-article p {
  font-size: 1.6rem;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: inline-block;
  padding: 5px 0px;
  margin: 0px;
}

section.blog .blog-article .blog-article-title {
  display: block;
}

section.blog .blog-article p {
  font-weight: 400;
  color: #919191;
}

section.blog .blog-article .blog-article-meta {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 35px;
}

section.blog .blog-article .blog-article-meta .blog-article-date,
section.blog .blog-article .blog-article-meta .blog-article-author {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #b1b1b1;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

section.blog .blog-article .blog-article-meta .blog-article-author {
  position: absolute;
  right: 0px;
}

.contact {
  padding-top: 120px;
  padding-bottom: 60px;
}

.contact .contact-block {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .contact .contact-block {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact .contact-block .contact-info {
  padding: 20px 20px 20px 20px;
  background-color: #f9f9f9;
  border-bottom: 10px solid #ffeb3b;
}

.contact .contact-block h5 {
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #b1b1b1;
  display: block;
  padding: 0px;
  margin: 0px;
}

.contact .contact-block p,
.contact .contact-block a {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #b1b1b1;
  display: block;
  padding: 0px;
  margin: 0px;
}

.contact .contact-block p.company-name,
.contact .contact-block a.company-name {
  padding: 15px 0px;
}

.contact .contact-block p.ico, .contact .contact-block p.or,
.contact .contact-block a.ico,
.contact .contact-block a.or {
  padding-top: 15px;
}

.contact .contact-block .position {
  padding-bottom: 15px;
}

.contact .contact-block .position::before {
  content: '\f05b';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-block .address::before {
  content: '\f05b';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-block .address + p {
  padding-left: 26px;
}

.contact .contact-block .telephone {
  padding-top: 15px;
}

.contact .contact-block .telephone::before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-block .mail::before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-block .opening-hour {
  padding-top: 15px;
}

.contact .contact-block .opening-hour::before {
  content: '\f017';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-block .credit-card {
  padding-top: 15px;
}

.contact .contact-block .credit-card::before {
  content: '\f283';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.4em;
  margin-right: 10px;
}

.contact .contact-map {
  height: 305px;
}

.services-icons {
  padding-top: 35px;
  padding-bottom: 35px;
}

.services-icons .icon {
  text-align: center;
  display: block;
}

.services-icons .icon.time-icon::after {
  content: '\f017';
  font-family: FontAwesome;
  font-size: 6rem;
  text-align: center;
}

.services-icons h6 {
  font-size: 1.7rem;
  text-align: center;
  color: #4a4a4a;
  padding: 15px 0px;
}

.services-icons p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4em;
  color: #8c8c8c;
}

.services-grid {
  margin-top: 45px;
  margin-bottom: 45px;
}

.services-grid .service-col {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .services-grid .service-col {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .services-grid .service-col .col-text-wrap {
    width: 50%;
    margin-left: 30px;
  }
}

.services-grid .service-col .service-photo {
  width: 100%;
}

.services-grid .service-col .service-photo > img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .services-grid .service-col .service-photo {
    width: 50%;
  }
  .services-grid .service-col .service-photo > img {
    min-width: 100px;
  }
}

.services-grid .service-col .col-image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .services-grid .service-col .col-image {
    min-height: 100px;
    padding-bottom: 100%;
  }
}

.services-grid .service-col .col-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  color: #4a4a4a;
  padding: 10px 0px;
}

@media screen and (max-width: 768px) {
  .services-grid .service-col .col-title {
    padding-top: 0px;
  }
}

.services-grid .service-col .col-text {
  font-size: 1.4rem;
  font-weight: 200;
  text-align: left;
  line-height: 2em;
  color: #8c8c8c;
}

.services-description {
  padding-top: 35px;
  padding-bottom: 35px;
}

.services-description .service-description {
  padding-top: 35px;
  padding-bottom: 35px;
}

.services-description .image-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  background-size: cover;
}

.services-description h5 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #4a4a4a;
  padding: 15px 0px;
}

.services-description p {
  font-size: 1.6rem;
  font-weight: 200;
  text-align: left;
  line-height: 2.4em;
  color: #8c8c8c;
}

.complete-services,
.services-video {
  padding-top: 35px;
  padding-bottom: 35px;
}

.complete-services .video-wrap,
.services-video .video-wrap {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .complete-services .video-wrap,
  .services-video .video-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.complete-services .video,
.services-video .video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-size: cover;
}

.complete-services .video::after,
.services-video .video::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

.complete-services .video .video-trigger,
.services-video .video .video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  text-align: center;
  border: 7px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 500;
  transition: border-color 0.3s ease-in-out 0s;
}

.complete-services .video .video-trigger::after,
.services-video .video .video-trigger::after {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  content: '\f04b';
  font-family: FontAwesome;
  font-size: 3rem;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease-in-out 0s;
}

.complete-services .video .video-trigger:hover,
.services-video .video .video-trigger:hover {
  border-color: white;
}

.complete-services .video .video-trigger:hover::after,
.services-video .video .video-trigger:hover::after {
  color: white;
}

.complete-services .video-text,
.services-video .video-text {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .complete-services .video-text,
  .services-video .video-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.complete-services .highlighted,
.services-video .highlighted {
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
}

.offered-services {
  padding-top: 35px;
  padding-bottom: 35px;
}

.offered-services-list {
  list-style: none;
  padding-left: 0px;
}

.offered-services-list .offered-service-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #F8F8F8;
  border-left: 8px solid #ffeb3b;
  margin-bottom: 10px;
  transition: background-color 0.3s ease-in-out 0s;
  display: block;
}

.offered-services-list .offered-service-wrap .offered-service {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 480px) {
  .offered-services-list .offered-service-wrap .offered-service {
    position: relative;
    left: auto;
    transform: translate(0%, -50%);
    display: block;
    padding: 10px 15px;
  }
}

.offered-services-list .offered-service-wrap .offered-service h6,
.offered-services-list .offered-service-wrap .offered-service p {
  text-align: center;
  line-height: 1.2em;
  color: #4a4a4a;
}

@media screen and (max-width: 768px) {
  .offered-services-list .offered-service-wrap .offered-service h6 {
    font-size: 1.6rem;
  }
}

.offered-services-list .offered-service-wrap-last:hover {
  background-color: #dfdfdf;
}

.next-services {
  padding-top: 35px;
  padding-bottom: 35px;
}

.next-services .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.next-services .next-services-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 992px) {
  .next-services .next-services-wrap {
    height: 190px;
    margin-bottom: 25px;
  }
}

.next-services .next-services-wrap > .next-services-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  display: block;
  padding: 0px 20px;
  margin: 0px;
  background-color: #ffeb3b;
}

@media screen and (max-width: 992px) {
  .next-services .next-services-wrap > .next-services-text {
    font-size: 1.3rem;
    line-height: 16px;
    padding-top: 10px;
  }
}

.next-services .next-services-wrap > .next-services-text:focus {
  text-decoration: none;
}


.partners-strip {
    width: 100%;
    background-color: #f4f4f4;
    padding: 15px 0px;
}

.partners-strip .partners-carousel {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.partners-strip .partners-carousel .partner {
    width: 160px;
    height: 100px;
    display: inline-block;
    padding-right: 35px;
}

.partners-strip .partners-carousel .partner>img {
    max-width: 100%;
    height: auto;
    opacity: 0.62;
    -webkit-transition: opacity 0.36s;
    transition: opacity 0.36s;
}

.partners-strip .partners-carousel .partner:hover>img {
    opacity: 0.9;
}

.info-aside {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 50;
}

.info-aside-shop {
  position: fixed;
  right: 0;
  bottom: 240px;
  z-index: 50;
}

.info-aside .aside-btn {
  position: relative;
  width: 200px;
  color: white;
  display: block;
  padding: 15px 15px 15px 70px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(140px);
}

.info-aside-shop .aside-btn {
  position: relative;
  width: 200px;
  color: white;
  display: block;
  padding: 15px 15px 15px 70px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(140px);
}

.info-aside .aside-btn:hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.info-aside-shop .aside-btn:hover {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.info-aside .aside-btn.btn-servis {
    background-color: rgba(0, 0, 0, 1);
}

.info-aside-shop .aside-btn.btn-servis {
  background-color: rgba(0, 0, 0, 1);
  height: 60px;
}

.info-aside .aside-btn.btn-servis:hover {
    background-color: rgba(0, 0, 0, 1);
}

.info-aside-shop .aside-btn.btn-servis:hover {
  background-color: rgba(0, 0, 0, 1);
}

.info-aside .aside-btn .info-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  text-align: center;
}

.info-aside-shop .aside-btn .info-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  text-align: center;
}

.info-aside .aside-btn .info-icon img {
  width: 60px;
  height: 50px;
}

.info-aside-shop .aside-btn .info-icon img {
  width: 60px;
  height: 60px;
}
