/*
Theme Name: Cushman & Wakefield
Author: Anonymous
Version: 1.2.0
Description: Cushman & Wakefield theme for WordPress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cushmannewwpthem
Tags: one-column, two-columns
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?5osbsi");
  src: url("fonts/icomoon.eot?5osbsi#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5osbsi") format("truetype"), url("fonts/icomoon.woff?5osbsi") format("woff"), url("fonts/icomoon.svg?5osbsi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hourglass:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e909"; }

.icon-home1:before {
  content: "\e900"; }

.icon-arrow_down:before {
  content: "\e908"; }

.icon-triangle-up:before {
  content: "\e90b"; }

.icon-triangle-down:before {
  content: "\e90d"; }

.icon-user:before {
  content: "\e90a"; }

.icon-home:before {
  content: "\e90c"; }

.icon-football:before {
  content: url(https://www.cushmanwakefield.qa/wp-content/themes/cushmannewwpthem/images/football-icon-001.png); }

.icon-linkedin:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-location:before {
  content: "\e902"; }

.icon-user1:before {
  content: "\e901"; }

.icon-phone:before {
  content: "\e942"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-envelope:before {
  content: "\e907"; }

.main-holder .search-result .characteristic-list, .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.links-holder .nav-holder,
.search-section .tabset,
.social-holder,
[id="sidebar"] .contact-info,
#header .menu,
#header .menu-box,
#header .drop {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.links-holder:after,
.two-col-container:after,
.search-section .tab-row:after,
.search-section .wpcf7-form-control-wrap:after,
.search-section .tab-form .form-item:after,
.info-box .text-box:after,
.content-holder:after,
.content-holder .article-holder .text-holder:after,
.gradient-box:after,
.inline-form-holder:after,
.form-wrap:after {
  content: "";
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #4a4a4a;
  background: #fff;
  font: 16px/1.5 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #4a4a4a;
  padding-left: .5em;
  margin-left: 1.5em; }

th,
td {
  border: 1px solid #4a4a4a;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul,
ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #4a4a4a;
  padding: .4em .7em; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000; }

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4a4a4a; }

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a; }

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4a4a4a; }

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4a4a4a; }

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #4a4a4a; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#content:only-child {
  float: none;
  width: 100%; }

#sidebar #wp-calendar {
  width: 100%; }

.widget {
  margin-bottom: 1.5em; }

.widget ul {
  padding-left: 2em; }

.widget select {
  min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }

.search-form input {
  float: left;
  height: 2em; }

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }

.post-password-form input[type="password"] {
  width: 150px; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 .5em; }

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: .8; }

.commentlist {
  margin: 0 0 1.5em; }

.commentlist .edit-link {
  margin: 0; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

@media screen and (max-width: 767px) {
	.links-holder .nav-holder {
		display: none;
	}
}
.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em;
  width: 100%;
  margin: 50px -3px 21px; }
  @media (min-width: 1024px) {
    .navigation,
    .navigation-comments {
      margin: 123px -3px 21px; } }

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px; }

.navigation .nav-links,
.navigation-comments .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.navigation .page-numbers,
.navigation-comments .page-numbers {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  vertical-align: middle;
  padding: 0 .4em;
  text-decoration: none;
  min-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6e6e6;
  font-weight: 400;
  font-size: 18px;
  margin: 0 3px; }

.navigation .page-numbers.desctop-visible {
  display: none; }
  @media (min-width: 768px) {
    .navigation .page-numbers.desctop-visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .page-numbers:hover {
  background: #e4002b;
  color: #fff; }

.navigation .page-numbers.dots,
.navigation-comments .page-numbers.dots {
  background: none;
  color: #000; }

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  -webkit-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  position: relative;
  vertical-align: middle;
  max-width: 48%;
  background: #e4002b;
  color: #fff;
  padding: .4em;
  text-decoration: none;
  font-weight: 700;
  font-size: 0; }

.navigation .next:before,
.navigation .prev:before,
.navigation-comments .next:before,
.navigation-comments .prev:before {
  font-size: 14px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(100% - 10px);
  height: calc(100% - 10px); }

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: #bdbdbd; }

.navigation .next:before,
.navigation-comments .next:before {
  content: "";
  background-image: url(images/next-arrow.png);
  background-position: 65% 50%; }

.navigation .prev:before,
.navigation-comments .prev:before {
  content: "";
  background-image: url(images/back-arrow.png);
  background-position: 35% 50%; }

.navigation-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navigation-single {
  margin: 0 -3px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navigation-single .next,
.navigation-single .prev {
  display: inline-block;
  margin: 0 3px; }

.navigation-single .next a,
.navigation-single .prev a {
  -webkit-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: .4em;
  text-decoration: none;
  font-weight: 700;
  min-width: 35px;
  height: 35px;
  background: #e4002b;
  font-size: 0; }

.navigation-single .next a:before,
.navigation-single .prev a:before {
  content: "<<";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px; }

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #bdbdbd; }

.navigation-single .next a:before {
  content: ">>"; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #4a4a4a;
  padding: .4em;
  margin-bottom: 1.5em; }

.wp-caption img {
  margin: 0;
  vertical-align: top; }

.wp-caption p {
  margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em;
  width: 100%; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #4a4a4a; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  margin: 0 0 .5em;
  color: #97989a; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 17px;
  line-height: 1.2; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #e4002b;
  font-weight: 500; }

a:hover, a:focus {
  text-decoration: none;
  color: #b10021; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
  border: 1px solid #d3d3d3;
  background: #fff;
  margin: 0 0 12px;
  cursor: pointer; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 23px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #969696;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #d1d1d1; }

html.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

a:hover {
  color: #aa1a00; }

h1 {
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase; }

h2 {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #969696; }

h3,
.price {
  display: block;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.2; }

h3 {
  margin: 0;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #4a4a4a;
  margin-bottom: 8px; }

form input:disabled + .fake-input,
form input:disabled ~ .fake-label {
  opacity: .5; }

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="search"],
form input[type="password"],
form input[type="number"],
form textarea {
  width: 100%;
  height: 22px;
  margin-bottom: 13px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  outline: none; }

form input[type="text"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #000;
  vertical-align: middle; }

form input[type="text"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
  vertical-align: middle; }

form input[type="text"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #000;
  vertical-align: middle; }

form input[type="text"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #000;
  vertical-align: middle; }

form input[type="text"].placeholder,
form input[type="tel"].placeholder,
form input[type="email"].placeholder,
form input[type="search"].placeholder,
form input[type="password"].placeholder,
form input[type="number"].placeholder,
form textarea.placeholder {
  color: #000;
  vertical-align: middle; }

form [type="submit"] {
  white-space: normal; }

form [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

form [type="checkbox"] + .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 7px;
  border: 3px solid #969696;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -4px; }

form [type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0); }

form [type="submit"] {
  border: none; }

form .fake-input {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #d3d3d3;
  background: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 4px; }

form .fake-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px; }

form .wpcf7-list-item-label {
  position: relative; }

form .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #d3d3d3;
  background: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
  margin-top: -3px; }

body {
  font-size: 14px; }

#wrapper {
  position: relative;
  overflow: hidden; }

.border-decoration {
  display: block;
  padding: 17px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }

.title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px; }

.title-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d5d5d5; }

.title-box a {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 30%;
  text-align: right; }

.img-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }



.links-holder {
  padding-bottom: 9px; }

.links-holder .nav-holder {
  padding-top: 8px;
  padding-bottom: 10px; }

.links-holder .nav-holder li {
  display: block;
  vertical-align: middle;
  padding: 0 20px 0;
  margin: 0 0 20px; }

.links-holder .nav-holder li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 25px; }

.links-holder .nav-holder a {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #969696;
  padding-left: 35px; }

.links-holder .nav-holder a:hover {
  color: #e4002b; }

.links-holder .nav-holder a [class^="icon"] {
  color: #e4002b; }

.container,
.container-sm,
.two-col-container,
.content-container {
  padding: 0 15px;
  margin: 0 auto; }

.container {
  max-width: 1330px; }

.container-sm {
  max-width: 1056px; }

.two-col-container {
  max-width: 1266px; }

.two-col-container.title-box {
  margin-bottom: 40px; }

.content-container {
  max-width: 1300px;
  padding-top: 10px; }

.btn,
[id="sidebar"] .tab-form.tab-form .btn-holder {
  display: inline-block;
  vertical-align: middle;
  min-width: 128px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: none; }

.btn.btn-primary,
[id="sidebar"] .tab-form.tab-form .btn-primary.btn-holder,
.btn.btn-info,
[id="sidebar"] .tab-form.tab-form .btn-info.btn-holder {
  -webkit-transition: background-position .3s ease-in-out;
  transition: background-position .3s ease-in-out;
  background-position: 0 0; }

.btn.btn-primary,
[id="sidebar"] .tab-form.tab-form .btn-primary.btn-holder {
  position: relative;
  padding: 10px 15px;
  background: -webkit-linear-gradient(bottom, #e4002b, #ff5d69);
  background: linear-gradient(to top, #e4002b, #ff5d69);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.btn.btn-primary:after,
[id="sidebar"] .tab-form.tab-form .btn-primary.btn-holder:after {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #e4002b, #ff5d69);
  background: linear-gradient(to bottom, #e4002b, #ff5d69);
  opacity: 0;
  z-index: -1; }

.btn.btn-primary:hover,
[id="sidebar"] .tab-form.tab-form .btn-primary.btn-holder:hover {
  background-position: 0 0; }

.btn.btn-primary:hover:after,
[id="sidebar"] .tab-form.tab-form .btn-primary.btn-holder:hover:after {
  opacity: 1; }

.btn.btn-info,
[id="sidebar"] .tab-form.tab-form .btn-info.btn-holder {
  min-width: 130px;
  padding: 2px 5px;
  border: 1px solid #b10000;
  background: -webkit-linear-gradient(bottom, #b7200f 0%, #b7200f 50%, #d72312 50%, #d72312 100%);
  background: linear-gradient(to top, #b7200f 0%, #b7200f 50%, #d72312 50%, #d72312 100%); }

.btn:hover,
[id="sidebar"] .tab-form.tab-form .btn-holder:hover {
  color: #fff; }

.loading {
  position: relative; }

.loading:before,
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.loaded .loading:before,
.loaded .loading:after {
  display: none; }

.loading:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%; }

.loading:after {
  font-family: "icomoon";
  content: "\e90e";
  width: 25px;
  height: 25px;
  font-size: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }

.intro-section {
  padding-bottom: 10px; }

.intro-section .slide-holder,
.intro-section .slide-list {
  position: relative;
  white-space: nowrap;
  overflow: hidden; }

.intro-section .intro.slide .img-holder:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 340px; }

.intro-section .btn,
.intro-section [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .intro-section .btn-holder {
  min-width: 178px; }

.intro,
.intro.slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block !important;
  margin-bottom: 30px; }

.intro:before,
.intro.slide:before {
  left: -140px;
  width: 410px;
  background-color: rgba(255, 0, 20, 0.95);
  mix-blend-mode: color-burn;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg); }

.intro:after,
.intro.slide:after {
  right: -418px;
  width: 110%;
  background: -webkit-linear-gradient(left top, #fff, transparent);
  background: linear-gradient(to right bottom, #fff, transparent);
  -webkit-transform: skewX(54deg);
  -ms-transform: skewX(54deg);
  transform: skewX(54deg);
  opacity: .34; }

.intro .img-holder,
.intro.slide .img-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  white-space: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.intro .img-holder:after,
.intro.slide .img-holder:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 340px; }

.intro .img-holder .title-holder,
.intro.slide .img-holder .title-holder {
  max-width: 850px;
  text-align: center;
  padding: 0 25px; }

.intro .img-holder .title-holder h1,
.intro.slide .img-holder .title-holder h1 {
  position: relative;
  margin-bottom: 20px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.55);
  color: #fff;
  z-index: 10; }

.intro .btn,
.intro [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .intro .btn-holder,
.intro.slide .btn,
.intro.slide [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .intro.slide .btn-holder {
  min-width: 178px;
  margin: 0 auto; }

.btn,
[id="sidebar"] .tab-form.tab-form .btn-holder {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  position: relative;
  min-width: 120px;
  padding: 11px 15px;
  background-color: #e4002b;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 10; }

.btn:hover,
[id="sidebar"] .tab-form.tab-form .btn-holder:hover {
  background-color: #aa1a00;
  color: #fff; }

.search-section {
  margin-bottom: 15px; }

.search-section .tab-row .tab-holder,
.search-section .tab-row .img-box {
  margin-bottom: 15px; }

.search-section .tab-row .img-holder {
  -webkit-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  display: block;
  padding: 2px;
  border: 1px solid #cecece; }

.search-section .tab-row .img-holder:hover {
  box-shadow: 0 0 7px #e40f35; }

.search-section .tab-row .img-holder .img-bg {
  padding-bottom: 144%; }

.search-section .tab-row .btn-holder {
  overflow: hidden; }

.search-section .tab-row .btn,
.search-section .tab-row [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .search-section .tab-row .btn-holder {
  float: right;
  min-width: 131px;
  clear: both; }

.search-section .tab-holder {
  width: 100%; }

.search-section .tabset {
  font-weight: 500;
  border-bottom: 2px solid #b3b3b3;
  border-left: 2px solid #b3b3b3; }

.search-section .tabset li {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
  text-align: center;
  background-color: #e0e0e0;
  border: 2px solid #b3b3b3;
  border-left: none;
  margin: 0 0 -2px -4px; }

.search-section .tabset li:first-child {
  margin-left: 0; }

.search-section .tabset li.active,
.search-section .tabset li:hover {
  background-color: #fff; }

.search-section .tabset li.active {
  border-bottom: 2px solid transparent; }

.search-section .tabset a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #fff; }

.search-section .tab-content {
  position: relative;
  padding: 10px 10px 15px;
  border: 2px solid #b3b3b3;
  border-top: none;
  box-shadow: 0 0 0 2px #fff inset;
  background: -webkit-linear-gradient(bottom, #d8d8d8, #fefefe);
  background: linear-gradient(to top, #d8d8d8, #fefefe); }

.search-section .tab {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  opacity: 0; }

.search-section .tab.active {
  opacity: 1; }

.search-section .wpcf7-form-control-wrap {
  margin-bottom: 15px; }

.search-section .js-tab-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.search-section .tab-form .strong {
  display: block;
  font-weight: 700;
  margin-bottom: 17px; }

.search-section .tab-form .form-item {
  margin-bottom: 15px; }

.search-section .tab-form .form-item:last-child {
  margin-bottom: 0; }

.search-section .tab-form .form-item > .wpcf7-list-item > label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 37%;
  padding-right: 10px; }

.search-section .tab-form .form-item .btn-holder {
  float: right;
  width: 50%; }

.search-section .tab-form .form-item .btn,
.search-section [id="sidebar"] .tab-form .form-item .btn-holder,
[id="sidebar"] .search-section .tab-form .form-item .btn-holder {
  padding-top: 7px;
  padding-bottom: 7px; }

.search-section .tab-form .btn-info {
  position: relative;
  padding: 5px 5px 2px 20px;
  font-size: 14px;
  border: 1px solid #891313;
  box-shadow: 0 0 0 1px #fff; }

.search-section .tab-form .btn-info i {
  position: absolute;
  top: 1px;
  left: -3px;
  font-size: 30px; }

.search-section .tab-form .jcf-select {
  float: right;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 12px; }

.search-section .tab-form .jcf-select.jcf-drop-active {
  border-radius: 6px 6px 0 0; }

.search-section .tab-form .jcf-select.jcf-drop-active .jcf-select-opener {
  border-bottom-right-radius: 0; }

.search-section .tab-form .jcf-select .jcf-select-text {
  margin: 0 25px 0 10px;
  font-weight: 500;
  line-height: 19px; }

.search-section .tab-form .jcf-select .jcf-select-opener {
  border-radius: 0 5px 5px 0;
  background: -webkit-linear-gradient(bottom, #006dff, #73a3f8);
  background: linear-gradient(to top, #006dff, #73a3f8);
  margin: -1px;
  width: 19px; }

.search-section .tab-form .jcf-select .jcf-select-opener:before,
.search-section .tab-form .jcf-select .jcf-select-opener:after {
  border: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  color: #fff;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff; }

.search-section .tab-form .jcf-select .jcf-select-opener:before {
  top: 5px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg); }

.search-section .tab-form .jcf-select .jcf-select-opener:after {
  top: auto;
  bottom: 5px;
  -webkit-transform: translate(-50%, 0) rotate(135deg);
  -ms-transform: translate(-50%, 0) rotate(135deg);
  transform: translate(-50%, 0) rotate(135deg); }

.search-section .tab-form .btn,
.search-section [id="sidebar"] .tab-form .btn-holder,
[id="sidebar"] .search-section .tab-form .btn-holder {
  float: right; }

.search-section .card {
  font-size: 12px; }

.search-section .card h3 {
  font-size: 23px;
  margin-bottom: 35px; }

.search-section .card .price {
  font-size: 12px; }

.search-section .card a {
  font-weight: 500;
  text-decoration: none; }

.search-section .card-item1 {
  background: #e4002b;
  position: relative; }

.search-section .card-item1:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 67px;
  height: 55px; }

.search-section .card-item1 .text-holder {
  font-size: 11px;
  padding-top: 60px;
  padding-bottom: 65px; }

.search-section .card-item1 .text-holder > * {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  padding-right: 30px; }

.search-section .card-item1 .text-holder h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 1;
  margin-bottom: 10px; }

.search-section .card-item1 .text-holder .size-xxl {
  font-size: 12px;
  letter-spacing: .3px; }

.search-section .card-item1 .text-holder .size-xl {
  font-size: 11px;
  letter-spacing: .3px;
  margin-bottom: 20px; }

.search-section .card-item1 .text-holder a {
  color: #fff;
  text-decoration: underline;
   }

.search-section .card-item1 .text-holder a:hover {
  color: #fff; font-weight: 700;}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col .text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.col .text-holder a {
  margin-top: auto; }

.col-3 {
  width: 100%; }

.col-4 {
  width: 100%; }

.col-5 {
  width: 100%; }

.col-6 {
  width: 100%; }

.col-6 .text-holder.text-holder {
  padding-left: 30px; }

.col-6 .title.title {
  margin-left: -30px; }

.card {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background-color: #ececec;
  min-height: 100%;
  color: #97989a; }

.card .price {
  margin-bottom: 23px; }

.card .title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 35px);
  padding: 3px 18px 3px 10px;
  margin: 0 0 10px -17px;
  background-color: #0093b2;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }

.card .title:after {
  height: 0;
  width: 0;
  border-top: 26.5px solid #0093b2;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  height: auto; }

.card .text-holder {
  padding: 10px 17px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.card .text-holder > * {
  max-width: 100%; }

.card .text-holder a {
  font-weight: 500; }

.card .price {
  margin-bottom: 16px;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.card .img-bg {
  height: 202px; }

.card .text-holder a {
  left: 0;
  bottom: 15px; }

.featured {
  position: relative; }

.featured a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.featured .insights {
  padding-bottom: 5px;
  font-size: 11px; }

.featured-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.featured-gallery h2 {
  text-transform: none; }

.featured-gallery .price {
  margin-bottom: 23px; }

.featured-gallery .col {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background-color: #ececec; }

.featured-gallery .col:only-child {
  margin: 0 auto; }

.featured-gallery .col-sm h3 {
  margin-bottom: 10px; }

.featured-gallery .img-bg {
  height: 202px; }

.featured-gallery .text-holder a {
  bottom: 15px; }

.social-holder {
  text-align: center; }

.social-holder li {
  display: inline-block;
  margin-bottom: 5px;
  position: relative; }

.social-holder li a {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  text-decoration: none; }

.social-holder li a:before {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.social-holder li a.icon-facebook {
  background-color: #3c5b9b;
  border: 1px solid #173c88; }

.social-holder li a.icon-facebook:hover {
  background-color: #fff;
  color: #3c5b9b; }

.social-holder li a.icon-linkedin {
  background-color: #0173b2;
  border: 1px solid #005ea6; }

.social-holder li a.icon-linkedin:hover {
  background-color: #fff;
  color: #0173b2; }

.social-holder li a.icon-twitter {
  background-color: #2daae1;
  border: 1px solid #0098da; }

.social-holder li a.icon-twitter:hover {
  background-color: #fff;
  color: #2daae1; }

.social-holder li a.icon-youtube {
  background-color: #fe3432;
  border: 1px solid #fe110e; }

.social-holder li a.icon-youtube:hover {
  background-color: #fff;
  color: #fe3432; }

.social-holder li a.icon-envelope {
  background-color: #003768;
  border: 1px solid #00144e; }

.social-holder li a.icon-envelope:hover {
  background-color: #fff;
  color: #003768; }

.info-holder {
  padding: 25px 0 88px; }

.info-box {
  padding: 15px;
  border: 2px solid #d7d7d7;
  box-shadow: 0 0 0 2px #fff inset;
  background: -webkit-linear-gradient(bottom, #d7d7d7, #fff);
  background: linear-gradient(to top, #d7d7d7, #fff);
  margin-bottom: 31px;
  font-size: 16px; }

.info-box .img-holder {
  margin: 0 auto 15px; }

.info-box .img-holder img {
  display: block;
  margin-bottom: 16px; }

.info-box .img-holder .btn,
.info-box .img-holder [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .info-box .img-holder .btn-holder {
  min-width: 0;
  display: block; }

.info-box .text-box {
  margin-bottom: 17px; }

.info-box .text-box .subtitle-holder {
  line-height: 1;
  margin-bottom: 10px;
  clear: both; }

.info-box .text-box .btn,
.info-box .text-box [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .info-box .text-box .btn-holder {
  float: left; }

.info-box .text-box .position {
  display: block; }

.info-box .text-box h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Times New Roman", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #e4002b;
  margin-bottom: 16px; }

.info-box .text-box .position {
  font-weight: 700; }

.info-box .text-block {
  margin-bottom: 6px; }

.info-box .text-block p {
  margin: 0; }

.content-holder {
  padding: 25px 0 25px; }

.content-holder .article-holder:only-child {
  width: 100%; }

.content-holder .article-holder h3,
.content-holder .article-holder .price {
  font-size: 24px; }

.content-holder .article-holder h4 {
  font-weight: 500;
  text-decoration: underline; }

.content-holder .article-holder p {
  margin-bottom: 10px; }

.content-holder .article-holder .text-holder {
  margin-bottom: 15px; }

.content-holder .article-holder .text-box {
  margin-bottom: 25px; }

.content-holder .article-holder .time-decoration {
  font-weight: 700; }

.content-holder .carousel-holder {
  margin-bottom: 18px; }

.content-holder .carousel-holder .img-bg {
  padding-bottom: 61%; }

.content-holder .carousel-holder h3,
.content-holder .carousel-holder .price {
  color: #4a4a4a;
  font-weight: 500; }

.content-holder .carousel-holder-sm {
  margin-bottom: 10px; }

.content-holder .carousel-holder-sm a {
  font-size: 13px; }

.content-holder .carousel-holder-sm .slide-holder-sm {
  width: 100%; }

.content-holder .carousel-holder-sm .slide {
  border: 2px solid #ddd;
  margin: 0 2px 5px; }

.content-holder .carousel-holder-sm .slide:hover,
.content-holder .carousel-holder-sm .slide.slick-current {
  border-color: #ccc; }

.content-holder .carousel-holder-sm .slide:hover .img-bg,
.content-holder .carousel-holder-sm .slide.slick-current .img-bg {
  border-color: #e40f35; }

.content-holder .carousel-holder-sm .img-bg {
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  height: 75px;
  border: 2px solid #fff; }

[id="sidebar"] {
  padding: 5px 0 50px; }

[id="sidebar"] p {
  margin-bottom: 0; }

[id="sidebar"] h4 {
  margin-bottom: 6px; }

[id="sidebar"] .text-box {
  color: #000;
  font-size: 12px;
  line-height: 1.6; }

[id="sidebar"] .contact-info {
  padding: 25px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7; }

[id="sidebar"] .contact-info li {
  display: block; }

[id="sidebar"] .contact-info a[href^="tel"] {
  color: #000;
  text-decoration: none; }

[id="sidebar"] .contact-info a[href^="tel"]:hover {
  color: #e40f35; }

[id="sidebar"] .title-block {
  position: relative;
  border: 1px solid #d3d3d3;
  padding: 1px;
  margin-bottom: 12px; }

[id="sidebar"] .title-block:first-child {
  margin-bottom: 0; }

[id="sidebar"] .title-block a {
  display: block;
  text-decoration: none; }

[id="sidebar"] .title-block a:hover .title {
  color: #e40f35; }

[id="sidebar"] .title-block img {
  position: absolute;
  height: 30px;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

[id="sidebar"] .title-block .title,
[id="sidebar"] .title-block .addtoany_share {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: block;
  padding: 14px 20px 14px 85px;
  font-size: 18px;
  color: #898989;
  background: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
  background: linear-gradient(to top, #e3e3e3, #fff); }

[id="sidebar"] .callback-form {
  padding: 28px 10px 25px;
  margin-bottom: 2px;
  font-size: 11px;
  background-color: #efefef;
  color: #000; }

[id="sidebar"] .callback-form .wpcf7-list-item {
  margin-left: 0; }

[id="sidebar"] .callback-form p {
  margin-bottom: 5px; }

[id="sidebar"] .callback-form .check-holder {
  margin-bottom: 10px; }

[id="sidebar"] .callback-form .check-holder label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0; }

[id="sidebar"] .callback-form .btn,
[id="sidebar"] .callback-form .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .callback-form .btn-holder {
  width: 100%;
  padding: 0 20px; }

[id="sidebar"] .callback-form .jcf-select {
  width: 100%;
  height: 42px;
  margin-bottom: 0;
  outline: none;
  padding-left: 10px; }

[id="sidebar"] .callback-form .jcf-select .jcf-select-opener {
  width: 67px; }

[id="sidebar"] .callback-form .jcf-select .jcf-select-opener:after {
  border-width: 7px; }

[id="sidebar"] .callback-form .jcf-select-text {
  line-height: 42px;
  margin: 0 67px 0 0;
  color: #898989; }

[id="sidebar"] .callback-form .btn,
[id="sidebar"] .callback-form .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .callback-form .btn-holder {
  float: none; }

[id="sidebar"] .callback-form input {
  line-height: 1.45;
  height: 42px; }

[id="sidebar"] .callback-form input::-webkit-input-placeholder {
  color: #898989; }

[id="sidebar"] .callback-form input::-moz-placeholder {
  opacity: 1;
  color: #898989; }

[id="sidebar"] .callback-form input:-moz-placeholder {
  color: #898989; }

[id="sidebar"] .callback-form input:-ms-input-placeholder {
  color: #898989; }

[id="sidebar"] .callback-form input.placeholder {
  color: #898989; }

[id="sidebar"] .callback-form [type="checkbox"] {
  width: 0;
  height: 0; }

[id="sidebar"] .callback-form .wpcf7-list-item-label:after {
  top: 7px; }

[id="sidebar"] .callback-form p {
  padding-top: 10px; }

[id="sidebar"] .callback-form .jcf-option-color {
  color: #000; }

[id="sidebar"] .img-block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 26px;
  border: 1px solid #ddd; }

[id="sidebar"] .border-decoration {
  margin-bottom: 9px;
  padding: 6px 9px;
  color: #000; }

[id="sidebar"] .view-holder {
  padding-left: 9px;
  font-size: 14px; }

[id="sidebar"] .view-holder p {
  margin-bottom: 10px; }

[id="sidebar"] .view-holder .btn-info {
  padding: 2px 8px;
  font-size: 12px; }

[id="sidebar"] .tabset {
  font-size: 12px; }

[id="sidebar"] .tabset li {
  min-width: 0; }

[id="sidebar"] .tabset a {
  padding: 5px 10px 5px; }

[id="sidebar"] .tabset .form-item {
  margin-bottom: 15px; }

[id="sidebar"] .form-item:last-child {
  margin-bottom: 0; }

[id="sidebar"] .tab-form.tab-form .jcf-select-wpcf7-form-control,
[id="sidebar"] .tab-form.tab-form .open-close {
  width: 50%;
  font-size: 12px; }

[id="sidebar"] .tab-form.tab-form .wpcf7-form .form-item label {
  width: 50%; }

[id="sidebar"] .tab-form.tab-form .form-item {
  margin-bottom: 15px; }

[id="sidebar"] .tab-form.tab-form .btn-holder {
  width: calc(50% - 20px);
  max-width: 180px;
  min-width: 140px;
  text-align: left;
  padding-right: 10px;
  background: -webkit-linear-gradient(bottom, #ad1717 0, #ad1717 50%, #e91c27 50%, #e91c27 100%);
  background: linear-gradient(to top, #ad1717 0, #ad1717 50%, #e91c27 50%, #e91c27 100%);
  padding: 0 !important; }

[id="sidebar"] .tab-form.tab-form .btn-holder:after {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(top, #ad1717 0, #ad1717 50%, #e91c27 50%, #e91c27 100%);
  background: linear-gradient(to bottom, #ad1717 0, #ad1717 50%, #e91c27 50%, #e91c27 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0; }

[id="sidebar"] .tab-form.tab-form .btn-holder:hover:after {
  opacity: 1; }

[id="sidebar"] .tab-form.tab-form .btn-holder .icon-search {
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

[id="sidebar"] .tab-form.tab-form .btn-holder input {
  width: 100%;
  line-height: 20px;
  padding-left: 20px;
  background-color: transparent;
  padding: 7px 15px 7px 25px; }

[id="sidebar"] .tab-form .slide {
  width: 200px; }

.jcf-select-drop .jcf-select-drop-content {
  border-color: #d1d1d1; }

.jcf-list .jcf-option {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out; }

form .btn,
form [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form form .btn-holder {
  float: right; }

.search-form input[type="search"],
.search-form input[type="text"],
.search-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
.post-password-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="text"],
.comment-form input[type="password"] {
  width: 100%;
  height: 38px;
  margin-bottom: 13px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  outline: none; }

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder {
  color: #000;
  vertical-align: middle; }

.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #000;
  vertical-align: middle; }

.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder {
  color: #000;
  vertical-align: middle; }

.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder {
  color: #000;
  vertical-align: middle; }

.search-form input[type="search"].placeholder,
.search-form input[type="text"].placeholder,
.search-form input[type="password"].placeholder,
.post-password-form input[type="search"].placeholder,
.post-password-form input[type="text"].placeholder,
.post-password-form input[type="password"].placeholder,
.comment-form input[type="search"].placeholder,
.comment-form input[type="text"].placeholder,
.comment-form input[type="password"].placeholder {
  color: #000;
  vertical-align: middle; }

.search-form input[type="submit"],
.post-password-form input[type="submit"],
.comment-form input[type="submit"] {
  -webkit-transition: background-position .3s ease-in-out;
  transition: background-position .3s ease-in-out;
  background: -webkit-linear-gradient(bottom, #e4002b, #ff5d69);
  background: linear-gradient(to top, #e4002b, #ff5d69);
  background-position: 0 0; }

.search-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  background-position: 0 42px; }

.tab-form .open-close {
  position: relative;
  float: right;
  color: #000;
  font-weight: 500;
  width: 50%; }

.tab-form p {
  margin-bottom: 0; }

.tab-form .opener {
  position: relative;
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 0;
  border: 1px solid #9a9a9a;
  padding: 0 25px 0 10px;
  font-size: 13px;
  line-height: 19px;
  color: #000;
  text-decoration: none; }

.tab-form .opener:after {
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #000;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tab-form .open-close-active .opener:after {
  height: 0;
  width: 0;
  border-bottom: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: none; }

.tab-form .slide {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #d6d6d6;
  padding: 7px 8px 2px;
  max-height: 180px;
  overflow-y: auto;
  z-index: 11;
  border-radius: 6px; }

.tab-form .slide .wpcf7-list-item-label {
  font-size: 12px; }

.tab-form .slide .wpcf7-list-item-label:after {
  top: 8px; }

.tab-form .slide .wpcf7-list-item-label label {
  width: calc(100% - 20px);
  display: inline-block; }

.tab-form .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }

.tab-form [type="checkbox"] {
  margin-top: 2px;
  margin-right: 5px;
  margin: 2px 5px 2px 0; }

.tab-form .wpcf7-list-item-label {
  word-wrap: break-word;
  max-width: calc(100% - 25px);
  width: 100%; }

.tab-form .wpcf7-list-item-label label {
  width: 100%; }

.tab-form label {
  font-size: 12px; }

.contacts .title-box {
  margin-bottom: 40px; }

.contacts-section .contact-card-holder {
  margin-bottom: 30px; }

.contacts-section h4 {
  margin-bottom: 30px;
  color: #666;
  font-size: 18px; }

.contacts-section .contact-card {
  font-weight: 400; }

.contacts-section .img-holder {
  margin-bottom: 20px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-height: 195px;
  overflow: hidden;
  max-width: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px; }

.contacts-section .text-holder a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
  word-break: break-all; }

.contacts-section .text-holder a:hover {
  color: #e4002b;
  text-decoration: underline; }

.contacts-section h5 {
  margin-bottom: 7px;
  line-height: 1;
  color: #666; }

.contacts-section .name,
.contacts-section .phones,
.contacts-section address {
  margin-bottom: 28px; }

.contacts-section .name > *,
.contacts-section .phones > *,
.contacts-section address > * {
  display: block; }

.contacts-section address {
  margin-bottom: 22px; }

address {
  font-style: normal; }

address > * {
  display: block; }

.search-wrap .title-box {
  margin-bottom: 45px; }

.title-box2 {
  padding-top: 18px;
  margin-bottom: 45px; }

.gradient-box,
.inline-form-holder,
.form-wrap {
  border: 2px solid #ddd;
  box-shadow: 0 0 0 2px #fff inset;
  background: -webkit-linear-gradient(bottom, #d8d8d8, #fefefe);
  background: linear-gradient(to top, #d8d8d8, #fefefe);
  padding: 8px 20px 20px 31px; }

.inline-form-holder,
.form-wrap {
  color: #000;
  font-size: 14px; }

.inline-form-holder h5,
.form-wrap h5 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #4a4a4a; }

.inline-form-holder p,
.form-wrap p {
  margin-bottom: 25px; }

.inline-form-holder .form-item,
.form-wrap .form-item {
  margin-bottom: 18px; }

.inline-form-holder .form-item .wpcf7-form-control-wrap,
.form-wrap .form-item .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-form-holder .form-item label,
.form-wrap .form-item label {
  max-width: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px; }

.inline-form-holder .form-item input:not([type="submit"]),
.form-wrap .form-item input:not([type="submit"]) {
  max-width: calc(100% - 80px);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 80px);
  flex: 0 1 calc(100% - 80px);
  margin-bottom: 0;
  line-height: 10px;
  vertical-align: middle; }

.inline-form-holder .btn,
.inline-form-holder [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .inline-form-holder .btn-holder,
.form-wrap .btn,
.form-wrap [id="sidebar"] .tab-form.tab-form .btn-holder,
[id="sidebar"] .tab-form.tab-form .form-wrap .btn-holder {
  padding-top: 6px;
  padding-bottom: 5px;
  background: #f00;
  font-size: 13px;
  min-width: 112px; }

.inline-form-holder .btn:hover,
.inline-form-holder [id="sidebar"] .tab-form.tab-form .btn-holder:hover,
[id="sidebar"] .tab-form.tab-form .inline-form-holder .btn-holder:hover,
.form-wrap .btn:hover,
.form-wrap [id="sidebar"] .tab-form.tab-form .btn-holder:hover,
[id="sidebar"] .tab-form.tab-form .form-wrap .btn-holder:hover {
  background: #c00; }

.search-form [type="submit"] {
  position: relative;
  margin: 0;
  font-size: 25px;
  text-align: center; }

.search-form [type="submit"]:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.search-form [type="submit"]:hover {
  background: #c00; }

.search-form .form-item {
  position: relative;
  margin-bottom: 12px; }

.search-form .form-item input:not([type="submit"]),
.search-form .form-item .jcf-select {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  height: 38px;
  font-size: 12px;
  margin-bottom: 0; }

.search-form .form-item input:not([type="submit"]),
.search-form .form-item .jcf-select-text {
  line-height: 38px; }

.search-form .icon-search {
  position: relative;
  position: absolute;
  right: 0;
  width: 27px;
  height: 27px;
  top: 50%;
  right: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.search-form .icon-search:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  font-size: 20px; }

.search-form .icon-search input {
  padding: 0; }

.search-form .jcf-select-opener,
.search-form .icon-search {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f00;
  color: #fff;
  cursor: pointer; }

.search-form .jcf-select-opener:hover,
.search-form .icon-search:hover {
  background: #c00; }

.search-form .jcf-select-opener:after {
  border: none;
  border: 1.5px solid #fff;
  border-left: none;
  border-top: none;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
  -ms-transform: translate(-50%, -70%) rotate(45deg);
  transform: translate(-50%, -70%) rotate(45deg);
  width: 12.5px;
  height: 12.5px; }

.search-form .jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: translate(-50%, -30%) rotate(-135deg);
  -ms-transform: translate(-50%, -30%) rotate(-135deg);
  transform: translate(-50%, -30%) rotate(-135deg); }

.search-form .jcf-list {
  font-size: 12px;
  line-height: 26px; }

.search-form .jcf-list li {
  line-height: 26px; }

.content-container {
  text-align: left; }

.content-container .title-box {
  margin-bottom: 20px; }

.content-container h4 {
  font-size: 21px;
  margin-bottom: 21px; }

.content-container p {
  margin-bottom: 27px; }

.about {
  color: #666666;
  clear: both;
  padding: 20px 15px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px !important;
  text-align: left;
  border-top: 2px solid #efefef; }

.about h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0; }

.about hr {
  border: none;
  color: #cfcfcf;
  height: 0px;
  margin-bottom: 41px;
  background: #cfcfcf; }

.about a {
  color: #e40f35;
  font-weight: 400; }

.about .check-holder {
  margin-left: -13px; }

.about form input[type="text"] {
  font-size: 10px; }

.about form input[type="email"] {
  font-size: 10px; }

.about form input[type="tel"] {
  font-size: 10px; }

.releases-wrap {
  margin-bottom: 50px; }

.release-result {
  font-size: 14px; }

.release-result .date {
  display: block;
  margin-bottom: 2px; }

.release-result h3 {
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 8px; }

.release-result h3 a {
  text-decoration: none; }

.release-result h3 a:hover {
  text-decoration: underline; }

.release-result p {
  margin-bottom: 8px; }

.warning {
  color: #e82133; }

.release-individual-result p,
.release-individual-result img {
  margin-bottom: 19px; }

.secondary-color {
  color: #666; }

.secondary-color h4 {
  color: #666; }

#header {
  position: relative;
  padding: 10px 0 10px;
  margin-bottom: 20px; }

#header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(top, #d6d6d6, #fff);
  background: linear-gradient(to bottom, #d6d6d6, #fff); }

#header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header .menu > li {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: block;
  position: relative; }

#header .menu > li:last-child .drop {
  left: auto;
  right: 0; }

#header .menu > li.active,
#header .menu > li.hover {
  background-color: #c3d3e9; }

#header .menu > li.active > a,
#header .menu > li.hover > a {
  color: #e4002b; }

#header .menu > li.hover .drop {
  display: block; }

#header .menu > li.hover > a {
  color: #e4002b; }

#header .menu a {
  display: block;
  color: #969696;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px; }

#header .menu a:hover {
  color: #e4002b; }

#header .menu-box li {
  display: block; }

#header .menu-box li:last-child:after {
  content: none; }

#header .menu-box li.active a {
  color: #e4002b; }

#header .menu-box a {
  display: block;
  padding: 5px 15px;
  color: #969696;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400; }

#header .menu-box a:hover {
  color: #e4002b; }

#header .drop {
  display: none; }

#header .drop li {
  display: block; }

#header .drop li.hover a {
  color: #e4002b; }

#header .drop a {
  color: #003865; }

#footer {
  position: relative;
  margin-top: 30px;
  padding: 20px 0 10px;
  background-color: #efefef; }

#footer .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1024px;
  padding: 0px; }

.nav-opener {
  display: block;
  width: 50px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #003865;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.nav-opener:before {
  content: "";
  top: 25%; }

.nav-opener:after {
  content: "";
  top: 75%; }

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-opener:hover {
  opacity: .5; }

.logo {
  display: block;
  width: 175px;
  position: relative; }

.logo img {
  display: block;
  width: 100%; }

@media screen and (min-width: 480px) {
  .search-section .tab-row {
    margin: 0 -5px; }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .col-5 {
    margin: 0 10px; }
  .search-wrap .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-wrap .info-box .img-holder {
    padding-right: 17px; }
  [id="content"] .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [id="content"] .info-box .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none; } }

@media (min-width: 480px) {
  .col-3 {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px; }
  .col-6 {
    margin: 0 10px 15px; }
  .card .title {
    min-width: 120px; }
  .card .price {
    font-size: 14px; }
  .featured-gallery {
    margin: 0 -10px; }
  .featured-gallery .col-sm h3 {
    font-size: 17px; }
  [id="content"] .info-box .text-holder {
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0;
    flex: 1 2 0; }
  .content-holder .article-holder .title-holder {
    float: left;
    width: calc(100% - 100px); }
  .content-holder .carousel-holder-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px; }
  .content-holder .carousel-holder-sm a {
    margin-left: 10px; }
  .content-holder .carousel-holder-sm .slide-holder-sm {
    max-width: 300px; }
  .logo {
    width: 238px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .contacts-section .contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contacts-section .img-holder {
    padding-right: 18px; }
  .contacts-section .text-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (min-width: 768px) {
  #content {
    float: left;
    width: calc(100% - 300px);
    padding-right: 20px; }
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em; }
  h1 {
    font-size: 48px; }
  h4 {
    font-size: 22px; }
  .title-box:after {
    bottom: -12px; }
  .links-holder .nav-holder {
    float: left; }
  .intro-section .intro.slide .img-holder:after {
    min-height: 472px; }
  .intro:after,
  .intro:before,
  .intro.slide:after,
  .intro.slide:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%; }
  .intro .img-holder:after,
  .intro.slide .img-holder:after {
    min-height: 420px; }
  .btn,
  [id="sidebar"] .tab-form.tab-form .btn-holder {
    font-size: 14px; }
  .search-section {
    margin-bottom: 48px; }
  .search-section .tab-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-section .tab-content {
    min-height: calc(100% - 33px);
    padding: 25px; }
  .col-3 {
    max-width: calc(25% - 8px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px; }
  .col-4 {
    max-width: calc(100%/3 - 8px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px; }
  .col-5 {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-6 {
    margin: 0 4px 20px;
    max-width: calc(50% - 8px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px; }
  .card .text-holder a {
    bottom: 25px; }
  .featured .insights {
    font-size: 14px; }
  .featured-gallery {
    margin: 0 -4px 0; }
  .featured-gallery .text-holder a {
    bottom: 25px; }
  .social-holder {
    float: right;
    padding: 8px 0 0 0; }
  .info-box .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    margin-bottom: 0;
    float: none; }
  .info-box .text-holder {
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0;
    flex: 1 2 0; }
  .info-box .text-box .subtitle-holder {
    float: left; }
  .info-box .text-box .btn,
  .info-box .text-box [id="sidebar"] .tab-form.tab-form .btn-holder,
  [id="sidebar"] .tab-form.tab-form .info-box .text-box .btn-holder {
    float: right;
    max-width: 150px; }
  .content-holder .article-holder {
    float: left;
    width: 65%;
    margin-bottom: 30px; }
  .content-holder .article-holder p {
    margin-bottom: 24px; }
  .content-holder .article-holder .title-holder {
    width: calc(100% - 140px); }
  .content-holder .article-holder .text-box {
    margin-bottom: 34px; }
  [id="sidebar"] {
    padding: 8px 0 0 0; }
  [id="sidebar"] .callback-form {
    padding: 28px 15px 25px; }
  .about {
    margin-bottom: 50px;
    padding: 40px 36px 40px; }
  #header {
    margin-bottom: 12px; }
  .logo {
    margin-left: 11px; } }

@media screen and (min-width: 768px) {
  #sidebar {
    float: right;
    width: 300px; }
  .links-holder .nav-holder li {
    display: inline-block;
    margin-bottom: 0; }
  .two-col-container.title-box:after {
    width: calc(100% - 350px);
    left: 15px; }
  .search-section .tab-form .jcf-select {
    width: 60%;
    margin-bottom: 0; }
  .search-section .card-item1 .text-holder {
    padding-top: 87px; }
  .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .info-box .text-box .btn,
  .info-box .text-box [id="sidebar"] .tab-form.tab-form .btn-holder,
  [id="sidebar"] .tab-form.tab-form .info-box .text-box .btn-holder {
    float: right; }
  [id="sidebar"].top-offset {
    padding-top: 55px; }
  [id="sidebar"] .tab-holder {
    max-width: 360px;
    margin-left: auto;
    margin-top: 69px; }
  .tab-form .open-close {
    width: 60%; }
  .contacts-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contacts-section h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .search-wrap .title-box h2,
  .search-wrap .title-box .h2 {
    font-size: 30px; }
  .title-box2 h2,
  .title-box2 .h2 {
    font-size: 30px; }
  .inline-form-holder {
    max-width: 378px;
    margin: 54px 0 50px 90px; } }

@media (min-width: 1024px) {
  #content {
    width: calc(100% - 385px);
    padding-right: 55px; }
  h1 {
    font-size: 60px; }
  .links-holder .nav-holder li {
    padding: 0 40px 0 0; }
  .links-holder .nav-holder li i {
    left: 0; }
  .links-holder .nav-holder a {
    font-size: 12px;
    padding-left: 40px; }
  .search-section .wpcf7-form-control-wrap {
    margin-bottom: 25px; }
  .search-section .tab-form .form-item {
    margin-bottom: 25px; }
  .col-3 {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px; }
  .col-4 {
    max-width: calc(100%/3 - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px; }
  .col-5 {
    max-width: calc(41.7% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px; }
  .col-6 {
    margin: 0 10px 20px;
    max-width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .card .title {
    min-width: 170px;
    padding: 3px 15px 3px 20px;
    margin: 0 0 32px;
    font-size: 15px; }
  .card .text-holder {
    padding-top: 18px; }
  .card .title {
    margin: 0 0 37px -17px; }
  .featured-gallery {
    margin: 0 -10px 0; }
  .featured-gallery .text-holder {
    padding-bottom: 25px; }
  .info-holder {
    padding: 128px 0 88px 28px; }
  .content-holder {
    padding: 35px 0 25px; }
  .content-holder .article-holder {
    width: 68.8%; }
  .content-holder .article-holder h3,
  .content-holder .article-holder .price {
    font-size: 30px; }
  .content-holder .article-holder .title-holder {
    width: calc(100% - 165px); }
  .content-holder .carousel-holder-sm .slide-holder-sm {
    max-width: 435px; }
  [id="sidebar"] .callback-form .check-holder {
    margin-bottom: 36px; }
  [id="sidebar"] .border-decoration {
    font-size: 20px; }
  #header {
    padding: 18px 0 20px; }
  #header .menu-holder {
    position: relative;
    max-width: calc(100% - 249px); }
  #header .menu {
    margin-right: -8px; }
  #header .menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 8px;
    margin-left: -.2em; }
  #header .menu > li.hover .drop {
    opacity: 1;
    visibility: visible; }
  #header .menu a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 14px; }
  #header .menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 28px; }
  #header .menu-box li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
    margin-left: -.3em; }
  #header .menu-box li:last-child {
    padding-right: 0; }
  #header .menu-box li:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 4px;
    width: 1px;
    height: 10px;
    background-color: #969696; }
  #header .menu-box a {
    font-size: 11px;
    padding: 0; }
  #header .drop {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    display: block;
    position: absolute;
    width: 195px;
    padding: 10px 0;
    top: 100%;
    left: 0;
    background-color: #c3d3e9;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    min-width: 100%; }
  #header .drop li {
    padding: 5px 10px 10px; }
  .nav-opener {
    display: none; } }

@media screen and (min-width: 1024px) {
  #sidebar {
    width: 385px; }
  .title-box h2 {
    width: 70%; }
  .two-col-container.title-box:after {
    width: calc(100% - 440px); }
  .search-section .card {
    margin-top: 38px; }
  .row {
    margin: 0 -10px; }
  .featured-gallery h3 {
    font-size: 25px; }
  .social-holder {
    padding: 8px 9px 0 0; }
  [id="sidebar"] .tab-form.tab-form .btn-holder {
    margin-right: 20px;
    min-width: 0; }
  .tab-form label {
    font-size: 14px; }
  .contacts .title-box {
    margin-bottom: 90px; }
  .contacts-section .contact-card-holder {
    max-width: calc(48.7% - 20px);
    margin-bottom: 77px; }
  .contacts-section .contact-card-holder:nth-last-child(-n+2) {
    margin-bottom: 0; }
  .contacts-section h4 {
    margin-bottom: 49px; }
  .contacts-section .contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contacts-section .text-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #header .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .logo {
    top: 14px; } }

@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .contacts-section .contact-card-holder {
    max-width: calc(43.7% - 20px); } }

@media (min-width: 1200px) {
  .links-holder {
    padding: 0 0 9px 30px; }
  .search-section .tabset a {
    padding: 7px 10px 4px; }
  .search-section .tab-content {
    min-height: calc(100% - 36px);
    padding: 22px 34px 20px 25px; }
  .info-box .text-block {
    padding-right: 10px; }
  .content-holder {
    padding: 60px 0 50px 30px; }
  .content-holder .article-holder .title-holder {
    width: calc(100% - 190px); }
  [id="sidebar"] .aside-block {
    padding-right: 18px; }
  [id="sidebar"] .callback-form {
    padding: 28px 28px 25px; }
  .about {
    margin-bottom: 135px;
    margin-top: 122px; }
  #header .menu {
    margin-right: -11px; }
  #header .menu > li {
    padding: 5px 11px; }
  #header .drop {
    width: 220px;
    padding: 10px 6px;
    min-width: calc(100% - 12px); }
  #header .drop li {
    padding: 5px 5px 10px 15px; } }

@media screen and (min-width: 1200px) {
  .featured-gallery h2 {
    font-size: 50px; }
  .contacts-section h4 {
    font-size: 21px; }
  .contacts-section .img-holder {
    max-width: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding-right: 28px; }
  .contacts-section .nowrap {
    width: 0;
    white-space: nowrap; } }

@media (max-width: 1023px) {
  iframe {
    width: 100%; }
  #header .menu-holder {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 15px;
    text-align: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999; }
  .nav-active #header .menu-holder {
    opacity: 1;
    visibility: visible; }
  #header .menu-box {
    border-bottom: 2px solid #969696;
    margin-bottom: 15px;
    padding-bottom: 14px; } }

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em; }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em; }
  .search-section .tab-form .form-item > .wpcf7-list-item > label {
    width: calc(50% - 10px); } }

@media screen and (max-width: 767px) {
  .card {
    min-height: 390px; }
  .search-wrap .info-box .text-holder {
    clear: both; }
  .inline-form-holder {
    display:none;
	/* float: none;
    margin-left: 0;
    margin-bottom: 30px;*/ } }

.one-col-container {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto; }
  .one-col-container #sidebar {
    width: 100%; }
    .one-col-container #sidebar .tab-holder {
      max-width: none;
      margin-top: 0; }
  .one-col-container #sidebar {
    float: none; }
    .one-col-container #sidebar .tab-form .jcf-select-wpcf7-form-control,
    .one-col-container #sidebar .tab-form .open-close {
      width: 60%; }
      @media (min-width: 1024px) {
        .one-col-container #sidebar .tab-form .jcf-select-wpcf7-form-control,
        .one-col-container #sidebar .tab-form .open-close {
          width: 70%; } }
    .one-col-container #sidebar .tab-form .btn-holder {
      background: transparent;
      margin: 0;
      width: auto; }
      @media (min-width: 1200px) {
        .one-col-container #sidebar .tab-form .btn-holder {
          margin: -10px 0 0; } }
      .one-col-container #sidebar .tab-form .btn-holder:after {
        display: none; }
      .one-col-container #sidebar .tab-form .btn-holder input {
        background-color: #e4002b;
        padding: 7px 15px; }
  @media (min-width: 1024px) {
    .one-col-container .tab-form label {
      font-size: 10px; } }
  .one-col-container .tab-form .wpcf7-form-control-wrap > label {
    display: inline-block;
    width: 40%;
    padding-right: 10px; }
    @media (min-width: 1024px) {
      .one-col-container .tab-form .wpcf7-form-control-wrap > label {
        width: 30%; } }
  .one-col-container .tab-form .items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    @media (min-width: 1200px) {
      .one-col-container .tab-form .items-holder {
        margin: 0 -30px; } }
  .one-col-container .tab-form .form-item {
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .one-col-container .tab-form .form-item {
        width: 50%; } }
    @media (min-width: 1024px) {
      .one-col-container .tab-form .form-item {
        width: 33.33333%; } }
    @media (min-width: 1200px) {
      .one-col-container .tab-form .form-item {
        width: 25%;
        padding: 0 30px; } }
  .one-col-container .search-section .tab-content {
    padding: 20px 15px 15px; }
    @media (min-width: 768px) {
      .one-col-container .search-section .tab-content {
        padding: 25px 30px; } }
    @media (min-width: 1200px) {
      .one-col-container .search-section .tab-content {
        padding: 17px 50px 5px 17px; } }

.intro.intro-txt:before, .intro.intro-txt:after {
  display: none; }

.intro.intro-txt .img-holder {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .intro.intro-txt .img-holder .txt-holder {
    padding: 20px;
    max-width: 350px; }
    @media (min-width: 1024px) {
      .intro.intro-txt .img-holder .txt-holder {
        padding: 35px; } }
  .intro.intro-txt .img-holder h1 {
    color: #fff;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 0.9; }
    @media (min-width: 1200px) {
      .intro.intro-txt .img-holder h1 {
        font-size: 80px; } }

@media (min-width: 480px) {
  .main-holder .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px; } }

.main-holder .search-result {
  margin-bottom: 15px;
  width: 100%; }
  @media (min-width: 480px) {
    .main-holder .search-result {
      padding: 0 12px; } }
  @media (min-width: 768px) {
    .main-holder .search-result {
      width: 50%; } }
  .main-holder .search-result .img-holder img {
    width: 100%; }
  .main-holder .search-result .text-holder {
    background-color: #e5e5e5;
    color: #424242;
    padding: 20px 15px; }
    @media (min-width: 1024px) {
      .main-holder .search-result .text-holder {
        padding: 38px 25px 28px; } }
    @media (min-width: 1200px) {
      .main-holder .search-result .text-holder {
        padding: 38px 37px 28px; } }
  .main-holder .search-result .title-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
  .main-holder .search-result .price {
    font-size: 18px;
    color: #424242;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .main-holder .search-result .price {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .main-holder .search-result .price {
        font-size: 24px; } }
  .main-holder .search-result .search-description {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #e4002b;
    line-height: 1.2;
    margin-bottom: 30px;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .main-holder .search-result .search-description {
        font-size: 31px; } }
    .main-holder .search-result .search-description:hover {
      color: #ff1844; }
    .main-holder .search-result .search-description span:not(:last-child):after {
      content: ' |'; }
  .main-holder .search-result .location {
    font-size: 18px;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .main-holder .search-result .location {
        font-size: 20px;
        margin-bottom: 44px; } }
  .main-holder .search-result .characteristic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .main-holder .search-result .characteristic-list {
        font-size: 20px; } }
    .main-holder .search-result .characteristic-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 10px 20px 0; }
      @media (min-width: 768px) {
        .main-holder .search-result .characteristic-list li {
          margin-right: 25px; } }
      @media (min-width: 1024px) {
        .main-holder .search-result .characteristic-list li {
          margin-right: 35px; } }
      .main-holder .search-result .characteristic-list li img {
        max-width: 45px;
        margin-right: 15px; }
        @media (min-width: 768px) {
          .main-holder .search-result .characteristic-list li img {
            margin-right: 25px;
            max-width: 50px; } }
  .main-holder .search-result .ref {
    font-size: 18px; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -7px; }
  .social-list a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #424242;
    text-decoration: none;
    padding: 0 7px; }
    .social-list a:hover {
      color: #e4002b; }

.desctop-visible {
  display: none; }
  @media (min-width: 768px) {
    .desctop-visible {
      display: block; } }

@media (min-width: 768px) {
  .desctop-hidden {
    display: none; } }

.desctop-hidden .navigation .page-numbers {
  min-width: 25px;
  height: 30px;
  font-size: 14px;
  padding: 0 4px;
  margin: 0 2px; }

.contacts-section .contact-card-holder:last-child .img-holder {
  width: 100%;
  max-width: none;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 0;
  overflow: visible;
  max-height: none; }
  .contacts-section .contact-card-holder:last-child .img-holder img {
    width: 100%; }

.contacts-section .contact-card-holder.map-holder {
  margin-left: auto; }

#footer .about {
  margin: 0; }
/*# sourceMappingURL=main.css.map */
