/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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 */
}
/**
 * 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;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 15px;
  background: #fff;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  overflow-x: hidden;
  background: #fff;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: #8a3335;
  text-decoration: none;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
ol {
  margin: 15px;
}
ol li {
  padding: 0px 0px 10px 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #041319;
  margin: 10px 0;
}
h1 {
  font-size: 45px;
  font-family: 'Radley', serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Radley', serif;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.separator:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.affix {
  position: fixed;
}
.clear {
  clear: both;
}
.margin__vertical--s {
  margin: 5px 0;
}
.margin__vertical--m {
  margin: 10px 0;
}
.margin__vertical--l {
  margin: 15px 0;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-strong {
  font-weight: 700;
}
.txt-semibold {
  font-weight: 600;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.semibold {
  font-weight: 600;
}
.tablet-hide {
  display: block;
}
.tablet-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .tablet-hide {
    display: none;
  }
  .tablet-block {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
.mobile-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile-hide {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}
/***** GRID *****/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/***** GRID *****/
.header {
  float: left;
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0px;
  height: 68px;
  z-index: 1100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sticky-header .header {
  background: #8a3335;
}
.navigation {
  float: left;
  width: 100%;
}
.navigation__ul {
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 991px) {
  .navigation__ul {
    display: none;
  }
}
.navigation__ul li {
  display: inline-block;
  margin: 0px 10px;
}
.navigation__ul li a {
  padding: 20px 12px 20px 0;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.navigation__ul li a:hover {
  color: #8a3335;
}
.navigation__ul li.active a {
  color: #8a3335;
}
.navigation__ul li:first-child {
  margin-left: 0px;
}
.mobile-menu {
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  left: 0px;
  text-align: center;
  right: 0px;
  background: #8a3335;
  top: 68px;
  z-index: 500;
  padding: 25px 0;
}
.mobile-menu ul {
  margin: 0 auto;
  padding: 0;
}
.mobile-menu ul li {
  display: block;
  clear: both;
  margin: 2px 0;
  padding: 2px 0;
}
.mobile-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 4px;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .mobile-menu ul li a {
    color: #ffffff;
  }
}
.mobile-menu ul li a:hover {
  text-decoration: underline;
  color: #8a3335;
}
@media screen and (max-width: 991px) {
  .mobile-menu ul li a:hover {
    color: #19454b;
  }
}
.mobile-menu__open {
  display: none;
  width: 37px;
  height: 30px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mobile-menu__open {
    display: block;
  }
}
.mobile-menu__open-wrap {
  float: left;
  width: 100%;
  cursor: pointer;
  margin: 18px 0 0;
}
.mobile-menu__open:hover span {
  background: #ffffff;
}
.mobile-menu__open span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu__open span:nth-child(1) {
  top: 0px;
}
.mobile-menu__open span:nth-child(2),
.mobile-menu__open span:nth-child(3) {
  top: 10px;
}
.mobile-menu__open span:nth-child(4) {
  top: 20px;
}
.mobile-menu__open.open span {
  background: #ffffff;
}
.mobile-menu__open.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu__open.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu__open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu__open.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.sticky-header .navigation__ul li a {
  color: #fff;
}
.sticky-header .navigation__ul li a:hover {
  color: #000;
}
@media screen and (max-width: 310px) {
  .sticky-header .mobile-menu__open-wrap {
    margin-bottom: 0px;
  }
}
.primary-nav ul li {
  position: relative;
}
@media (min-width: 900px) {
  .primary-nav ul li:hover ul.sub-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50px;
    z-index: 999;
    background-color: #8a3335;
    white-space: nowrap;
  }
}
.primary-nav ul.sub-nav {
  display: none;
  margin-top: 50px !important;
}
.primary-nav ul.sub-nav.active {
  display: block;
  position: relative;
  background-color: #8a3335;
}
.primary-nav ul.sub-nav li {
  display: block;
  padding: 0 15px;
  margin: 0 !important;
}
.pageContent {
  max-width: 1200px;
  margin: 0 auto;
}
.pageContent .hpSlider {
  height: 500px;
}
.pageContent--full .hpBlock {
  max-width: 1500px;
  margin: 0 auto;
}
.hpSlider:before {
  background: rgba(0, 0, 0, 0.26) !important;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hpSlider {
  position: relative;
  width: 100%;
  height: 700px;
  float: left;
  background: url('../images/slider.jpg') no-repeat center top;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1600px) {
  .hpSlider {
    height: 500px;
  }
}
.hpSlider .container {
  z-index: 350;
}
.hpSlider h1 {
  font-size: 80px;
  color: #fff;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .hpSlider h1 {
    font-size: 50px;
  }
}
.hpSlider p {
  color: #fff;
}
.hpBlock {
  clear: both;
}
.hpBlock iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 800px) {
  .hpBlock.contact div.wrapper {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.hpBlock--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .hpBlock--flex {
    display: block;
  }
}
.hpBlock--flex .hpBlock__half {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.hpBlock--flex .hpBlock__half--text {
  padding: 50px;
}
.hpBlock--flex .hpBlock__half--text ul {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .hpBlock--flex .hpBlock__half--text {
    padding: 25px;
  }
}
.hpBlock--flex .hpBlock__quater {
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
.hpBlock--flex .hpBlock__quater--text {
  padding: 50px;
}
.hpBlock--flex .hpBlock__quater--text ul {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .hpBlock--flex .hpBlock__quater--text {
    padding: 25px;
  }
}
.hpBlock--flex .hpBlock__thirder {
  flex-basis: 33%;
  flex-grow: 0;
  flex-shrink: 0;
}
.hpBlock--flex .hpBlock__thirder--text {
  padding: 50px;
}
.hpBlock--flex .hpBlock__thirder--text ul {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .hpBlock--flex .hpBlock__thirder--text {
    padding: 25px;
  }
}
.hpBlock--flex .hpBlock__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .hpBlock--flex .hpBlock__grid {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .hpBlock--flex .hpBlock__grid .gridRow {
    display: block;
    width: 100%;
    float: left;
  }
}
.hpBlock--flex .hpBlock__grid .gridRow__element {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 450px) {
  .hpBlock--flex .hpBlock__grid .gridRow__element {
    flex-basis: 100%;
  }
}
.hpBlock--flex .hpBlock__grid .gridRow__element .elementOverlay {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}
.hpBlock--flex .hpBlock__grid .gridRow__element .elementOverlay.active:hover {
  background: rgba(20, 161, 116, 0.4);
}
.hpBlock:not(.hpBlock--flex) {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .hpBlock:not(.hpBlock--flex) {
    padding: 40px 0;
  }
}
.hpBlock.npd {
  padding-left: 0;
  padding-right: 0;
}
.hpBlock--contact {
  line-height: 23px;
}
@media screen and (max-width: 600px) {
  .hpBlock--contact {
    text-align: center;
  }
  .hpBlock--contact table {
    width: 100%;
  }
  .hpBlock--contact table tr td:first-child {
    text-align: right;
  }
  .hpBlock--contact table tr td:last-child {
    text-align: left;
  }
}
.hpBlock--contact h2 {
  margin-bottom: 70px;
}
.hpBlock--contact h4 {
  color: #909090;
  margin-bottom: 25px;
}
.hpBlock--contact table tr td:first-child {
  padding-right: 25px;
}
.hpMap {
  width: 100%;
  float: left;
  height: 600px;
  background: #f2f2f2;
  position: relative;
  margin-top: 250px;
}
.hpMap.no-contact-form {
  margin-top: 30px;
}
.hpMap #gMap {
  float: left;
  width: 100%;
  height: 100%;
}
.hpMap__form {
  width: 600px;
  padding: 25px;
  background: #e6e6e6;
  position: absolute;
  top: -165px;
  left: 50%;
  margin-left: -300px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .hpMap__form {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
}
.hpMap__form h4 {
  margin: 0px;
}
.hpMap__form input[type="text"],
.hpMap__form input[type="email"],
.hpMap__form textarea {
  padding: 10px 10px 10px 30px;
  background: #e6e6e6;
  border: 0;
  border-bottom: 1px solid #000;
  max-width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-style: italic;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.hpMap__form input[type="text"]:active,
.hpMap__form input[type="email"]:active,
.hpMap__form textarea:active,
.hpMap__form input[type="text"]:focus,
.hpMap__form input[type="email"]:focus,
.hpMap__form textarea:focus {
  border-bottom: 1px solid #8a3335;
}
.hpMap__form textarea {
  margin: 20px 0 0;
  display: inline-block;
  min-height: 10px;
}
.hpMap__form label {
  float: left;
  width: 30px;
  font-size: 16px;
  position: absolute;
  margin-top: 27px;
}
.hpMap__form .hpMap__send {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 20px;
  color: #8a3335;
  background: transparent;
  border: 0px;
  padding: 8px 15px 4px;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.hpMap__form .hpMap__send:hover {
  color: #19454b;
}
.fa-ico {
  font-size: 6.66666667rem;
  color: #8a3335;
  text-align: center;
}
.brand-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .brand-boxes {
    display: block;
  }
}
.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 92px;
  margin: 8px 6px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .brand-box {
    width: 100%;
    height: 160px;
  }
}
.brand-box img {
  max-height: 90px;
}
@media screen and (max-width: 600px) {
  .brand-box img {
    max-height: 150px;
  }
}
.gallery-container div.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
.show-block {
  display: none;
}
.footer {
  width: 100%;
  float: left;
  color: #ffffff;
  padding: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  background-color: #091314;
  /*background-image: url('../images/footer_bg.jpg') no-repeat center top;*/
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .footer {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .footer {
    padding: 30px 10px;
  }
}
.footer ul.list-unstyled {
  list-style: none;
  display: inline-block;
}
.footer ul.list-unstyled li {
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .footer ul.list-unstyled li {
    float: none;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #8a3335;
}
.footer h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .footer h4 {
    margin: 20px 0 8px;
  }
}
.footer__menu {
  margin: 0;
}
.footer__menu li {
  list-style: none;
  display: block;
  margin: 0px;
}
@media screen and (max-width: 450px) {
  .footer__menu li {
    margin: 5px 0;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .footer__menu li.center {
    float: none;
  }
}
.footer__menu li a {
  color: #ffffff;
  padding: 2px 0;
}
.footer__menu li a:hover {
  color: #8a3335;
}
.footer__copyright {
  font-size: 13px;
  color: #b3b3b3;
  text-align: Center;
}
.footer .social-ico {
  color: #ffffff;
  margin-right: 10px;
}
.footer .social-ico i {
  font-size: 25px;
}
.footer .social-ico:hover {
  color: #8a3335;
}
.footer .social-ico:last-child {
  margin-right: 0px;
}
.footer__goTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  float: right;
  width: 45px;
  height: 45px;
  background: #8a3335;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 44px;
  opacity: 0.8;
  display: none;
}
@media screen and (max-width: 992px) {
  .footer__goTop.show {
    display: block;
  }
}
.footer__goTop:hover {
  color: #ffffff;
}
.footer .row:last-child {
  margin-top: 50px;
}
.footer .center {
  text-align: center;
}
.btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 32px;
  width: auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid #8a3335;
  margin: 5px 0px;
  padding: 6px 40px;
  display: inline-block;
  color: #8a3335;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.btn:hover {
  background-color: #8a3335;
  color: #fff;
}
.btn--big {
  height: 50px;
  font-size: 18px;
}
.btn--orange {
  color: #011435;
  background-color: #8a3335;
}
.btn--orange:hover {
  background: #f76500;
}
.btn--transparent {
  background: transparent;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}
.btn--transparent:hover {
  background-color: #fff;
  color: #000;
}
.btn:disabled {
  background-color: #b9b9b9;
  cursor: default;
  font-weight: 300;
}
.btn:disabled:hover {
  background-color: #b9b9b9;
}
.btn:active,
.btn:focus {
  outline: 0;
}
input[type="checkbox"] {
  cursor: pointer;
}
input[type="radio"] {
  cursor: pointer;
}
select {
  cursor: pointer;
}
span.form-error {
  color: #fff;
  background-color: #b94a48;
  padding: 3px 5px;
}
form._ajax label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  padding-top: calc(0.7rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  color: #555;
  background-color: #fff;
  border: 1px solid #b3afaf;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
  padding: 15px 20px;
  width: 100%;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: 0px;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled {
  background: #eeeeee;
}
form._ajax input[type="text"],
form._ajax input[type="email"],
form._ajax input[type="password"] {
  margin-top: 0;
  border: 1px solid #b3afaf;
}
form._ajax textarea {
  height: 80px;
}
textarea {
  border: 1px solid #b3afaf;
  color: #000;
  background-color: #fff;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 20px;
}
textarea:focus {
  outline: 0px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #cdcdcd;
  background: #e5e5e5;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 13px;
  left: 3px;
  font-size: 1em;
  line-height: 0.8;
  color: #a3a3a3;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 30px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 15px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.textInput--icon {
  position: Relative;
}
.textInput--icon:before {
  content: '';
  height: 100%;
  float: left;
  background: #76b82a url('../images/ico_phone_login.png') no-repeat center center;
  padding: 0 25px;
  position: Absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.textInput--icon input {
  margin: 0px;
  padding-left: 60px;
}
.label-line {
  font-size: 14px;
  margin: 20px 0;
}
.select-style {
  border: 2px solid #ccc;
  width: auto;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
  color: red;
}
.select-style select {
  padding: 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}
.select-style:after {
  width: 15px;
  height: 15px;
  font-size: 14px;
  float: right;
  content: '\e64b';
  font-family: 'themify';
  color: #8a3335;
}
@media (max-width: 800px) {
  .empty-form-column {
    display: none;
  }
}
table.table-default {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0px;
  overflow: hidden;
  border-left: 1px solid #8a3335;
  border-top: 1px solid #8a3335;
}
table.table-default > thead th {
  padding: 15px 20px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  border-right: 1px solid #8a3335;
  border-bottom: 1px solid #8a3335;
}
table.table-default > tbody td {
  padding: 15px 20px;
  border-right: 1px solid #8a3335;
  border-bottom: 1px solid #8a3335;
}
.breadcrumb {
  float: left;
  width: 100%;
  padding: 5px 0 22px;
}
.breadcrumb__loggedUser {
  display: inline-block;
  margin-top: 13px;
}
.breadcrumb__loggedUser a {
  font-weight: 600;
}
.breadcrumb__userMessage {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 10px;
  background: url('../images/ico_user_message.png') no-repeat center left;
  position: Relative;
}
.breadcrumb__userMessage span {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -10px;
  top: -11px;
  float: right;
  font-size: 11px;
  line-height: 17px;
  background: #8a3335;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.breadcrumb__autoLogout {
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
}
.breadcrumb__autoLogout strong {
  color: #000;
}
.breadcrumb__selectAccount {
  float: right;
}
.diviner {
  float: left;
  width: 100%;
}
.diviner__transparent--s {
  margin: 20px 0;
}
.diviner__transparent--m {
  margin: 30px 0;
}
.diviner__transparent--l {
  margin: 40px 0;
}
.customList {
  list-style: none;
  margin: 25px 0;
}
.customList li {
  list-style: none;
  margin: 4px 0;
}
.customList li .listIcon {
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  background: url('../images/ico_list_arrow.png') no-repeat;
}
@media screen and (max-width: 600px) {
  .customList li {
    text-align: center;
  }
}
.pagination {
  margin: 15px 0;
  font-size: 17px;
  width: 100%;
  float: left;
}
.pagination__next,
.pagination__prev {
  color: #666;
}
.pagination__next:hover,
.pagination__prev:hover {
  color: #8a3335;
}
.pagination__next i,
.pagination__prev i {
  color: #8a3335;
  font-size: 1.3em;
  position: relative;
  top: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pagination__prev {
  float: left;
}
.pagination__prev i {
  margin-right: 15px;
}
.pagination__prev:hover i {
  margin-right: 10px;
}
.pagination__next {
  float: right;
}
.pagination__next i {
  margin-left: 15px;
}
.pagination__next:hover i {
  margin-left: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8a3335;
}
.select2-container {
  width: 100% !important;
  font-size: 14px;
}
.select2-container--default .select2-selection--single {
  border: 0px;
}
.select2-selection__arrow {
  display: none;
}
.select2-dropdown {
  border: 0px;
}
.select2-results {
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select2-results__option {
  padding: 2px 6px;
}
.select2-search__field:active,
.select2-search__field:focus,
.select2-selection {
  outline: 0;
}
.select2-search--dropdown .select2-search__field {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
}
.select2-selection__rendered {
  font-size: 16px;
}
.select2-selection__rendered:hover {
  color: #8a3335;
}
.testimonials {
  margin: 25px 0;
}
.testimonials__block {
  margin: 15px 0;
}
.testimonials__title {
  font-size: 20px;
}
.testimonials__text {
  font-style: italic;
  margin: 25px 0;
}
.testimonials__date {
  text-align: right;
  color: #8a3335;
}
.header {
  background: transparent;
}
h2 {
  font-family: 'Poppins', sans-serif;
}
.hpSlider {
  background: url(../../files/NMIFyjWaKwR5fopPaRnqNnD58ipNwcrOOZh2w2qN.png) no-repeat center top;
  background-size: cover;
}
.hpSlider p {
  font-family: 'Radley', serif;
}
.sticky-header .header {
  background: #8a3335;
}
.footer {
  color: #fff;
}
.footer h4 {
  color: #fff;
}
.footer .social-ico {
  color: #fff;
}
.footer__menu li a {
  color: #fff;
}
