@charset "UTF-8";
/*!
* Theme Name: Beau Box
* Theme URI: http://www.beaubox.com/
* Description: A Custom theme
* Version: 1.0
* Author: ThreeSixtyEight Team
* Author URI: http://www.threesixtyeight.com
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
/*===============================
=            Globals            =
===============================*/
/* p, table, ul, ol, dl, dd, pre, blockquote, address */
/* p, pre, blockquote, address, dt, textarea */
/* p, pre, blockquote, address, dt, textarea */
/*==============================
=            Colors            =
==============================*/
/*=============================
=            Links            =
=============================*/
/*===================================
=            Font Family            =
===================================*/
/*============================
=            Body            =
============================*/
/* match this value in function.php for wp-editor */
/*================================
=            Headings            =
================================*/
/*===============================
=            Gutters            =
===============================*/
/*=============================================
=            Inputs & GravityForms            =
=============================================*/
/* used for btn mixin, so when next to each other they have same height */
/* left and right for mobile */
/* top and bottom for desktop  */
/* top and bottom for mobile  */
/* left and right for desktop */
/*=============================
=            Icons            =
=============================*/
/* Arrows */
/* Social */
/*======================================
=            Text Selection            =
======================================*/
/*===================================
=            Breakpoints            =
===================================*/
/* Orientation */
/* Min Width */
/* Max Width */
/* Range */
/* Max Height */
/*! 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, .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, .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: merriweather, merriweather; 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 { /* Icons Font */ font-family: 'icomoon'; src: url("fonts/icomoon.eot"); src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }

::-moz-selection { background: #F7EA6F; color: #2c2c2c; text-shadow: none; }

::selection { background: #F7EA6F; color: #2c2c2c; text-shadow: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-family: "Open Sans", sans-serif; font-size: 100%; }

html ::-webkit-scrollbar { width: 10px; height: 10px; }

html ::-webkit-scrollbar-thumb { background: #C50000; }

html ::-webkit-scrollbar-track { background: #e9e9e9; }

html body { scrollbar-face-color: #C50000; scrollbar-track-color: #e9e9e9; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { html { overflow-x: hidden; } }

body { background: #ffffff; color: #2A2D3B; font-family: "Open Sans", sans-serif; line-height: 1; }

a { color: #C50000; text-decoration: none; }

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

a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

a, button, input[type="submit"], input[type="button"], input[type="reset"] { -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; border-radius: 0; }

a:hover, a:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

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

iframe { max-width: 100%; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Merriweather", serif; color: inherit; font-weight: 700; line-height: 1.4; margin: 22.5px 0 15px 0; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child { margin-top: 0; }

h1, .h1 { font-size: 1.5625rem; }

@media (min-width: 768px) { h1, .h1 { font-size: 1.9375rem; line-height: 1.4; } }

@media (min-width: 992px) { h1, .h1 { font-size: 2.5625rem; } }

h2, .h2 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -0.1px; }

@media (min-width: 768px) { h2, .h2 { font-size: 1.5625rem; line-height: 1.4; } }

@media (min-width: 992px) { h2, .h2 { font-size: 1.875rem; } }

h3, .h3 { font-size: 1.1875rem; line-height: 1.7; }

@media (min-width: 768px) { h3, .h3 { font-size: 1.4375rem; line-height: 2.2; } }

h4, .h4 { font-size: 1.0625rem; }

@media (min-width: 768px) { h4, .h4 { font-size: 1.3125rem; } }

h5, .h5 { font-size: 1rem; }

h6, .h6 { font-size: .75rem; }

/* Miscellaneous */
p:last-child, table:last-child, ul:last-child, ol:last-child, dl:last-child, dd:last-child, pre:last-child, blockquote:last-child, address:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }

p, pre, blockquote, address, dt { line-height: 1.6; }

@media (min-width: 768px) { p, pre, blockquote, address, dt { line-height: 1.9; } }

p, table, ul, ol, dl, dd, pre, blockquote, address { margin: 0 0 15px; }

blockquote { padding-left: 20px; border-left: 5px solid #ff2c2c; }

b, strong { font-weight: 700; }

small, .small { font-size: .75rem; }

hr, .hr { border: none; border-top: 1px solid #e5e5e5; margin-top: 50px; margin-bottom: 50px; }

address { font-style: normal; }

/* Table */
table caption { font-family: "Merriweather", serif; margin-bottom: 10px; }

table tbody tr:last-child { border-bottom: none; }

table tr { border-bottom: 1px solid #e5e5e5; }

table th { font-weight: 700; text-align: left; }

table th, table td { padding: 12px; }

/* Lists */
ul, ol, dl { padding: 0; }

ul, ol { list-style-position: outside; margin-left: 20px; }

ul ul, ul ol, ol ul, ol ol { margin: 5px 0 0 40px; }

ul ol, ol ol { list-style-type: lower-alpha; }

nav ul, nav ol { margin: 0; }

nav ul li, nav ol li { margin-bottom: 0; line-height: 1; }

ul li, ol li { margin-bottom: 15px; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

li { line-height: 1.4; }

@media (min-width: 768px) { li { line-height: 1.6; } }

dt { font-family: "Merriweather", serif; font-weight: 700; margin: 0 0 15px; }

/* Form */
form ul { list-style: none; margin-left: 0; }

form > ul > li { clear: both; margin-bottom: 15px; }

form > ul > li > label { margin-right: 10px; }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { font-weight: 700; display: block; border: none; margin-bottom: 20px; }

input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { background: transparent; color: #2A2D3B; line-height: 1.2; min-width: auto; padding: 5px 15px !important; border: none; border-bottom: 1px solid #B8BBC6; border-radius: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; max-width: 100%; }

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="file"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { color: #888DA4; }

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { color: #888DA4; }

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { color: #888DA4; }

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { color: #888DA4; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="range"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="search"]:focus, textarea:focus, select:focus { border-color: #C50000; outline: none; }

input[type="text"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="range"]:focus:-moz-placeholder, input[type="file"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder { color: transparent; }

input[type="text"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="range"]:focus::-moz-placeholder, input[type="file"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder { color: transparent; }

input[type="text"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="range"]:focus:-ms-input-placeholder, input[type="file"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder { color: transparent; }

input[type="text"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="range"]:focus::-webkit-input-placeholder, input[type="file"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder { color: transparent; }

input[type="text"]:visited, input[type="tel"]:visited, input[type="url"]:visited, input[type="number"]:visited, input[type="password"]:visited, input[type="email"]:visited, input[type="range"]:visited, input[type="file"]:visited, input[type="date"]:visited, input[type="search"]:visited, textarea:visited, select:visited { border-color: #2A2D3B; }

@media (min-width: 768px) { input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { padding: 15px 20px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { font-size: 16px !important; } }

input[type="submit"] { background-color: #fff; }

input[type="search"] { -webkit-appearance: none; }

input[type="date"] { line-height: 34px; }

textarea { line-height: 1.6; height: 150px; }

input[type="checkbox"], input[type="radio"] { margin: 4px 5px 0 0; margin-top: 1px \9; line-height: normal; }

select[multiple], select[size] { height: auto; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; }

@media (min-width: 768px) { output { font-size: 0.875rem; } }

code { background-color: #f9f9f9; color: green; font-weight: 400; font-family: "Merriweather", serif; display: inline-block; padding: 5px; border: 1px solid #eee; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; position: relative; }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

@media (min-width: 768px) { .container { width: 750px; } }

@media (min-width: 992px) { .container { width: 970px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { max-width: 2500px; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

@media (min-width: 768px) { .container-fluid { padding-left: 5vw; padding-right: 5vw; } }

.container-fluid.percent-width { padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .container-fluid.percent-width { padding-left: 8vw; padding-right: 8vw; } }

.row { margin-left: -15px; margin-right: -15px; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-0 { right: 0%; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: 0%; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: 0%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: 0%; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; } }

@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: 0%; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: 0%; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }

@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: 0%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: 0%; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; } }

@-ms-viewport { width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }

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

.slick-list { position: relative; display: block; overflow: hidden; 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); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

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

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

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

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

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

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 1; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 50px; font-family: Arial, Baskerville, merriweather; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

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

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

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

.mfp-arrow { position: fixed; opacity: 1; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 60px; height: 60px; border: 2px solid #888DA4 !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:hover, .mfp-arrow:focus { background-color: #888DA4; border: 2px solid #888DA4 !important; }

.mfp-arrow:hover:before, .mfp-arrow:focus:before { color: #ffffff; }

.mfp-arrow:before { font-family: 'icomoon'; speak: none; 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; display: block; content: '\e616'; color: #888DA4; font-size: 25px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.mfp-arrow:after { position: absolute; top: -40px; color: #ffffff; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); font-size: 11px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; line-height: 1.3; }

.mfp-arrow-left { left: 6px; }

@media (min-width: 992px) { .mfp-arrow-left { left: 10px; } }

@media (min-width: 1300px) { .mfp-arrow-left { left: 20px; } }

.mfp-arrow-left:before { content: "\e094"; }

.mfp-arrow-left:after { content: 'Previous Project'; }

.mfp-arrow-right { right: 6px; }

@media (min-width: 768px) { .mfp-arrow-right { right: 16px; } }

@media (min-width: 992px) { .mfp-arrow-right { right: 20px; } }

@media (min-width: 1300px) { .mfp-arrow-right { right: 30px; } }

.mfp-arrow-right:before { content: "\e095"; }

.mfp-arrow-right:after { content: 'Next Project'; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small, .mfp-figure .small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

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

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

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

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

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

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

/* ====== Zoom effect ====== */
.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-in .mfp-content { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -o-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); }

.mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-content { -webkit-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -o-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Zoom-out effect ====== */
.mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-out .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.mfp-zoom-out.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content { -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Newspaper effect ====== */
.mfp-newspaper { /* start state */ /* animate in */ /* animate out */ }

.mfp-newspaper .mfp-content { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transform: rotate(500deg); -moz-transform: rotate(500deg); -ms-transform: rotate(500deg); -o-transform: rotate(500deg); transform: rotate(500deg); }

.mfp-newspaper.mfp-bg { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-content { -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transform: rotate(500deg); -moz-transform: rotate(500deg); -ms-transform: rotate(500deg); -o-transform: rotate(500deg); transform: rotate(500deg); opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Move-from-top effect ====== */
.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */ }

.mfp-move-from-top .mfp-content { vertical-align: top; opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg { opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-content { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-content { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; }

/* ====== 3d unfold ====== */
.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */ }

.mfp-3d-unfold .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 2000px; -moz-perspective: 2000px; -ms-perspective: 2000px; -o-perspective: 2000px; perspective: 2000px; -webkit-transform: rotateY(-60deg); -moz-transform: rotateY(-60deg); -ms-transform: rotateY(-60deg); -o-transform: rotateY(-60deg); transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-content { opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-content { -webkit-transform: rotateY(60deg); -moz-transform: rotateY(60deg); -ms-transform: rotateY(60deg); -o-transform: rotateY(60deg); transform: rotateY(60deg); opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Fade ====== */
.mfp-fade { /* start state */ /* animate in */ }

.mfp-fade .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-ready .mfp-content { opacity: 1; }

.mfp-fade.mfp-ready.mfp-bg { opacity: .8; }

.mfp-fade.mfp-removing .mfp-content { opacity: 0; }

.mfp-fade.mfp-removing.mfp-bg { opacity: 0; }

/*----------  Swiper Dot Pagination  ----------*/
.swiper-dot-pagination span { background-color: rgba(255, 255, 255, 0.4); display: inline-block; width: 10px; height: 10px; margin-left: 10px; border-radius: 50%; position: relative; cursor: pointer; }

.swiper-dot-pagination span.swiper-pagination-bullet-active { background-color: #fff; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

/*----------  Swiper Arrow Navigation  ----------*/
.swiper-arrow-navigation .btn { color: #C50000; position: absolute; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.swiper-arrow-navigation .btn.swiper-button-disabled { opacity: .4; pointer-events: none; }

.swiper-arrow-navigation .btn:after { font-family: 'icomoon'; speak: none; 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; content: ''; display: block; font-size: 36px; }

.swiper-arrow-navigation .btn:hover:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.swiper-arrow-navigation .btn-next { right: 15px; }

.swiper-arrow-navigation .btn-next:before { left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }

.swiper-arrow-navigation .btn-next:after { content: ""; }

.swiper-arrow-navigation .btn-prev { left: 15px; }

.swiper-arrow-navigation .btn-prev:before { right: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }

.swiper-arrow-navigation .btn-prev:after { content: ""; }

@media (min-width: 768px) { .swiper-arrow-navigation .btn:after { font-size: 60px; } }

.custom-select-block { background: none; position: relative; }

.custom-select-block select { background: transparent; width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.custom-select-block select::-ms-expand { display: none; }

.custom-select-block:after { font-family: 'icomoon'; speak: none; 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; content: ""; font-size: 13px; display: block; position: absolute; right: 15px; top: 50%; z-index: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.img-frame { border: 1px solid #e5e5e5; padding: 5px; }

.alert, .gforms_confirmation_message, .validation_error, .gform_confirmation_message { background-color: #e5e5e5; padding: 16px 5px !important; margin-bottom: 15px; }

.alert-info, .validation_error { background-color: #ffffd9; color: #2A2D3B !important; }

.alert-error { background-color: #ffd9d9; border: 1px solid #ffa6a6; }

.alert-success, .gforms_confirmation_message, .gform_confirmation_message { background-color: #dbffd9; border: 1px solid #7aff73; }

p:empty { display: none; }

.btn { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }

.btn:hover, .btn:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.btn:focus { outline: none; }

.row { margin-bottom: 15px; }

.row:last-child { margin-bottom: 0; }

@media (min-width: 768px) { .row-gutter-sm-20 { margin-left: -20px; margin-right: -20px; }
  .row-gutter-sm-20 > .col { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 768px) { .row-gutter-sm-25 { margin-left: -25px; margin-right: -25px; }
  .row-gutter-sm-25 > .col { padding-left: 25px; padding-right: 25px; } }

@media (min-width: 768px) { .row-gutter-sm-30 { margin-left: -30px; margin-right: -30px; }
  .row-gutter-sm-30 > .col { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 768px) { .row-gutter-sm-35 { margin-left: -35px; margin-right: -35px; }
  .row-gutter-sm-35 > .col { padding-left: 35px; padding-right: 35px; } }

@media (min-width: 768px) { .row-gutter-sm-40 { margin-left: -40px; margin-right: -40px; }
  .row-gutter-sm-40 > .col { padding-left: 40px; padding-right: 40px; } }

@media (min-width: 768px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-sm-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 992px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-md-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 1200px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-lg-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 768px) { .row-grid-3 [class*="col-sm-"]:nth-child(3n+1) { clear: both; } }

@media (min-width: 992px) { .row-grid-3 [class*="col-md-"]:nth-child(3n+1) { clear: both; } }

@media (min-width: 768px) { .row-grid-4 [class*="col-sm-"]:nth-child(4n+1) { clear: both; } }

@media (min-width: 992px) { .row-grid-4 [class*="col-md-"]:nth-child(4n+1) { clear: both; } }

@media (max-width: 767px) { [class*="col-sm"], [class*="col-md"], [class*="col-lg"] { margin-bottom: 50px; }
  [class*="col-sm"]:last-child, [class*="col-md"]:last-child, [class*="col-lg"]:last-child { margin-bottom: 0; } }

@media (max-width: 991px) { [class*="col-md-"], [class*="col-lg-"] { margin-bottom: 50px; }
  [class*="col-md-"]:last-child, [class*="col-lg-"]:last-child { margin-bottom: 0; } }

@media (max-width: 1199px) { [class*="col-lg-"] { margin-bottom: 50px; }
  [class*="col-lg-"]:last-child { margin-bottom: 0; } }

#header { padding: 15px 0; position: fixed; z-index: 100; width: 100%; top: 0; left: 0; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

@media (min-width: 768px) { #header { padding: 20px 0; } }

@media (min-width: 992px) { #header { padding: 30px 0; } }

@media (min-width: 768px) { #header.hero-property-form:after { content: ''; display: block; background-color: rgba(255, 255, 255, 0.28); width: calc(100% - 10vw); height: 1px; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } }

@media (min-width: 768px) { #header.hero-property-form .contact { color: #2A2D3B; }
  #header.hero-property-form .contact:hover, #header.hero-property-form .contact:focus { outline: none; color: #2A2D3B; } }

@media (min-width: 768px) { #header.page-title .contact { color: #ffffff; }
  #header.page-title .contact:hover, #header.page-title .contact:focus { outline: none; color: #C50000; } }

#header .contact { display: none; }

@media (min-width: 768px) { #header .contact { display: block; font-size: 1.1875rem; right: calc(5vw + 75px); color: #2A2D3B; font-family: "Merriweather", serif; font-weight: bold; outline: none; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } }

@media (min-width: 992px) { #header .contact { right: calc(5vw + 100px); font-size: 1.4375rem; } }

#header .contact:hover, #header .contact:focus { outline: none; color: #C50000; }

#header .header-logo { background: url("images/logo.svg") no-repeat; background-size: 100%; width: 40px; height: 45px; float: left; margin: 0; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

@media (min-width: 480px) { #header .header-logo { width: 50px; height: 55px; } }

@media (min-width: 768px) { #header .header-logo { width: 80px; height: 90px; } }

@media (min-width: 992px) { #header .header-logo { height: 136px; width: 122px; } }

#header .header-logo a { text-indent: -119988px; overflow: hidden; text-align: left; display: block; height: 100%; }

#header.js-fixed { background-color: #ffffff; -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05); }

@media (min-width: 768px) { #header.js-fixed:after { opacity: 0; } }

@media (min-width: 992px) { #header.js-fixed { padding: 20px 0; } }

#header.js-fixed .contact { color: #2A2D3B; }

@media (min-width: 992px) { #header.js-fixed .contact { font-size: 1.25rem; right: calc(5vw + 75px); } }

#header.js-fixed .contact:hover { color: #C50000; }

@media (min-width: 768px) { #header.js-fixed .header-logo { width: 50px; height: 55px; } }

#header-menu ul { list-style: none; margin-left: 0; }

#header-menu li { margin-bottom: 0; }

#header-menu a { text-decoration: none; height: 100%; }

/*==============================
=            Mobile            =
==============================*/
.header-menu-toggle { background: transparent; color: #2A2D3B; text-decoration: none; border: none; position: absolute; padding: 0; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media (min-width: 768px) { .header-menu-toggle { right: 5vw; } }

.header-menu-toggle:hover { color: #C50000; }

.header-menu-toggle:before { content: ""; font-size: 32px; -webkit-transition: font-size 0.2s; -moz-transition: font-size 0.2s; -o-transition: font-size 0.2s; transition: font-size 0.2s; }

@media (min-width: 768px) { .header-menu-toggle:before { font-size: 50px; } }

@media (min-width: 992px) { .header-menu-toggle:before { font-size: 66px; } }

.header-menu-close { background: none; text-decoration: none; border: none; padding: 10px; position: absolute; right: 15px; top: 30px; }

@media (min-width: 768px) { .header-menu-close { right: 5vw; top: 35px; } }

@media (min-width: 992px) { .header-menu-close { top: 55px; } }

.header-menu-close:before { content: ""; color: #ffffff; font-size: 2.1875rem; }

@media (min-width: 992px) { .header-menu-close:before { color: #2A2D3B; font-size: 3.4375rem; } }

.header-menu-close:hover, .header-menu-close:active { background-color: #ffffff; }

.header-menu-close:hover:before, .header-menu-close:active:before { color: #C50000; }

#header.page-title .header-menu-toggle { color: #ffffff; }

#header.page-title .header-menu-toggle:hover { color: #C50000; }

#header.js-fixed .header-menu-toggle { color: #2A2D3B; }

#header.js-fixed .header-menu-toggle:hover { color: #C50000; }

@media (min-width: 992px) { #header.js-fixed .header-menu-toggle:before { font-size: 50px; } }

@media (max-width: 991px) { #header-menu { background: linear-gradient(180deg, #C50000 0%, #A80101 100%); width: 100%; padding: 90px 20px 40px; position: fixed; top: 0; right: 0; bottom: 0; z-index: 99; overflow: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -moz-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -o-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); } }

@media (max-width: 991px) and (min-width: 768px) { #header-menu { max-width: 50vw; padding: 90px 5vw 40px; } }

@media (max-width: 991px) { #header-menu.is-active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); -moz-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); }
  #header-menu ul { list-style: none; margin: 0; padding-top: 30px; }
  #header-menu ul a { display: block; }
  #header-menu li { margin-bottom: 0; }
  #header-menu .parent-menu > li { border-bottom: 1px solid #ffffff; }
  #header-menu .parent-menu > li:last-child { border-bottom: 1px solid transparent; }
  #header-menu .parent-menu > li > a { background-color: transparent; color: #fff; display: block; padding: 20px 20px; text-transform: none; text-decoration: none; font-family: "Merriweather", serif; font-weight: 700; font-size: 1.5rem; }
  #header-menu .parent-menu > li > a:hover { background: rgba(0, 0, 0, 0.1); color: #fff; }
  #header-menu .parent-menu > li.current-page-ancestor > a, #header-menu .parent-menu > li.current-menu-parent > a, #header-menu .parent-menu > li.current-menu-item > a { background: rgba(0, 0, 0, 0.1); color: #fff; }
  #header-menu .parent-menu > li.menu-item-has-children { position: relative; }
  #header-menu .parent-menu .menu-item-has-children > a { padding-right: 45px; position: relative; }
  #header-menu .parent-menu .menu-item-has-children > a span { background: transparent; width: 45px; position: absolute; top: 0; right: 0; bottom: 0; }
  #header-menu .parent-menu .menu-item-has-children > a span.is-active:after { -webkit-transform: translate(-50%, -50%) rotateZ(-180deg); -moz-transform: translate(-50%, -50%) rotateZ(-180deg); -ms-transform: translate(-50%, -50%) rotateZ(-180deg); -o-transform: translate(-50%, -50%) rotateZ(-180deg); transform: translate(-50%, -50%) rotateZ(-180deg); }
  #header-menu .parent-menu .menu-item-has-children > a span:after { font-family: 'icomoon'; speak: none; 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; font-size: 1.0625rem; font-weight: 700; content: "\e615"; border-top-color: #ffffff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  #header-menu .parent-menu .menu-item-has-children > a span:hover { background: transparent; }
  #header-menu .parent-menu .menu-item-has-children > a span:hover:after { border-top-color: #ffffff; }
  #header-menu .sub-menu { background: transparent; padding-top: 0; }
  #header-menu .sub-menu.is-active > li > a { color: #ffffff; height: 42px; visibility: visible; padding-top: 13px; padding-bottom: 13px; -webkit-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s; -webkit-transition-delay: 0s, 0s, 0.2s; -moz-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; -o-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; }
  #header-menu .sub-menu > li > a { height: 0; visibility: hidden; background-color: transparent; color: transparent; display: block; padding: 0 20px; text-decoration: none; font-size: 1.0625rem; -webkit-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; -moz-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; -o-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; }
  #header-menu .sub-menu > li > a:hover, #header-menu .sub-menu > li > a:focus { background: rgba(0, 0, 0, 0.1); color: #ffffff; }
  #header-menu .menu-office-list { color: #ffffff; padding-top: 30px; text-align: center; }
  #header-menu .menu-office-list .location-title:after { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } }

/*===============================
=            Desktop            =
===============================*/
@media (min-width: 992px) { #header-menu { border-bottom: 10px solid #C50000; background: #ffffff; width: 100%; padding: 110px 75px 40px; position: fixed; top: 0; right: 0; bottom: 0; z-index: 99; overflow: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -moz-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -o-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); max-width: 715px; }
  #header-menu.is-active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); -moz-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); }
  #header-menu ul { list-style: none; margin: 0; }
  #header-menu ul a { display: block; }
  #header-menu li { margin-bottom: 0; }
  #header-menu .parent-menu > li { border-bottom: 1px solid #ffffff; border-bottom: 1px solid transparent; }
  #header-menu .parent-menu > li > a { background-color: transparent; color: #2A2D3B; display: block; padding: 20px 20px; text-transform: none; text-decoration: none; font-family: "Merriweather", serif; font-weight: 700; font-size: 1.875rem; }
  #header-menu .parent-menu > li > a:hover { background: transparent; color: #C50000; }
  #header-menu .parent-menu > li.current-page-ancestor > a, #header-menu .parent-menu > li.current-menu-parent > a, #header-menu .parent-menu > li.current-menu-item > a { background: transparent; color: #C50000; }
  #header-menu .parent-menu > li.menu-item-has-children { position: relative; }
  #header-menu .parent-menu .menu-item-has-children > a { padding-right: 45px; position: relative; }
  #header-menu .parent-menu .menu-item-has-children > a span { background: transparent; width: 45px; position: absolute; top: 0; right: 0; bottom: 0; }
  #header-menu .parent-menu .menu-item-has-children > a span.is-active:after { -webkit-transform: translate(-50%, -50%) rotateZ(-180deg); -moz-transform: translate(-50%, -50%) rotateZ(-180deg); -ms-transform: translate(-50%, -50%) rotateZ(-180deg); -o-transform: translate(-50%, -50%) rotateZ(-180deg); transform: translate(-50%, -50%) rotateZ(-180deg); }
  #header-menu .parent-menu .menu-item-has-children > a span:after { font-family: 'icomoon'; speak: none; 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; font-size: 1.0625rem; font-weight: 700; content: "\e615"; color: #2A2D3B; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  #header-menu .parent-menu .menu-item-has-children > a span:hover { background: transparent; }
  #header-menu .parent-menu .menu-item-has-children > a span:hover:after { color: #2A2D3B; }
  #header-menu .sub-menu { background: transparent; padding-top: 0; }
  #header-menu .sub-menu.is-active > li > a { color: #2A2D3B; height: 42px; visibility: visible; padding-top: 13px; padding-bottom: 13px; -webkit-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s; -webkit-transition-delay: 0s, 0s, 0.2s; -moz-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; -o-transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; transition: height 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), padding 0.5s cubic-bezier(0.73, 0.32, 0.34, 1.5), color 0.5s 0.2s; }
  #header-menu .sub-menu > li > a { height: 0; visibility: hidden; background-color: transparent; color: transparent; display: block; padding: 0 20px; text-decoration: none; font-size: 1.0625rem; -webkit-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; -moz-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; -o-transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; transition: height 0.5s, padding 0.5s, color 0.3s, visibility 0.6s, background 0.2s; }
  #header-menu .sub-menu > li > a:hover, #header-menu .sub-menu > li > a:focus { background: transparent; color: #C50000; }
  #header-menu .row-block { padding-top: 30px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
  #header-menu .menu-col { -webkit-order: 2; order: 2; padding-left: 50px; padding-right: 30px; width: 355px; }
  #header-menu .offices-col { width: 200px; -webkit-order: 1; order: 1; }
  #header-menu .offices-col .office-heading { display: none; }
  #header-menu .menu-office-list { color: #2A2D3B; }
  #header-menu .menu-office-list .location-title { color: #2A2D3B; }
  #header-menu .menu-office-list .location-title:hover, #header-menu .menu-office-list .location-title:focus { color: #C50000; }
  #header-menu .menu-office-list .location-title:after { background-color: #2A2D3B; }
  #header-menu .menu-office-list .address-block a { color: #2A2D3B; }
  #header-menu .menu-office-list .address-block a:hover, #header-menu .menu-office-list .address-block a:focus { color: #C50000; }
  #header-menu .social-link-block { text-align: left; }
  #header-menu .social-link-block a { color: #2A2D3B; }
  #header-menu .social-link-block a:hover, #header-menu .social-link-block a:focus { color: #C50000; } }

#site-wrapper { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; min-height: 100vh; }

#site-wrapper.is-loading .preloader { opacity: 1; visibility: visible; }

#site-wrapper.js-overlay { overflow: hidden; margin-right: 10px; }

#site-wrapper .site-overlay { opacity: 0; background-color: rgba(0, 20, 45, 0.7); position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; }

#site-wrapper .preloader { opacity: 0; visibility: hidden; pointer-events: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #C50000; z-index: 999; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }

#site-wrapper .preloader .logo-block { width: 100px; margin: 0 auto; }

#site-wrapper .preloader .logo-block svg { height: 111px; }

@media (min-width: 768px) { #site-wrapper .preloader .logo-block { width: 200px; }
  #site-wrapper .preloader .logo-block svg { height: 223px; } }

@media (min-width: 1200px) { #site-wrapper .preloader .logo-block { width: 250px; }
  #site-wrapper .preloader .logo-block svg { height: 280px; } }

#site-wrapper .preloader .logo-block svg { width: 100%; }

#site-wrapper .preloader .progress { background-color: #7E1C1C; width: 80%; margin: 0 auto; height: 3px; overflow: hidden; }

@media (min-width: 768px) { #site-wrapper .preloader .progress { height: 6px; } }

#site-wrapper .preloader .progress span { display: block; width: 60%; background-color: #ffffff; height: 3px; -webkit-animation: LeftToRight 3s linear infinite; -moz-animation: LeftToRight 3s linear infinite; -ms-animation: LeftToRight 3s linear infinite; -o-animation: LeftToRight 3s linear infinite; animation: LeftToRight 3s linear infinite; }

@media (min-width: 768px) { #site-wrapper .preloader .progress span { height: 6px; } }

#site-content { -webkit-flex: 1 0 auto; flex: 1 0 auto; }

#site-content > section:first-child { padding-top: 120px !important; }

@media (min-width: 600px) { #site-content > section:first-child { padding-top: 150px !important; } }

@media (min-width: 768px) { #site-content > section:first-child { padding-top: 200px !important; } }

@media (min-width: 992px) { #site-content > section:first-child { padding-top: 220px !important; } }

#footer { background: linear-gradient(180deg, #2C2F3D 0%, #0E1018 100%); font-size: 14px; clear: both; padding-bottom: 20px; }

@media (min-width: 768px) { #footer { padding-top: 30px; } }

@media (min-width: 992px) { #footer { padding-top: 0; margin-top: 250px; } }

@media (min-width: 992px) { #footer .footer-related-content { margin-top: -150px; z-index: 9; } }

#footer .footer-related-content .row-block { margin: 0 -30px; }

@media (min-width: 768px) { #footer .footer-related-content .row-block { margin: 0; } }

@media (min-width: 992px) { #footer .footer-related-content .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: -150px; } }

#footer .footer-related-content .col .outer-block { z-index: 1; }

#footer .footer-related-content .col.project-col { padding: 20px; min-height: 200px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

@media (min-width: 768px) { #footer .footer-related-content .col.project-col { padding: 3vw; } }

@media (min-width: 992px) { #footer .footer-related-content .col.project-col { width: 50%; -webkit-align-items: flex-start; align-items: flex-start; padding: 50px; } }

@media (min-width: 992px) { #footer .footer-related-content .col.project-col .button-block { position: absolute; bottom: 60px; left: 50px; } }

#footer .footer-related-content .col.project-col.bg-cover:after { content: ''; background: rgba(38, 38, 40, 0.62); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

#footer .footer-related-content .col.project-col.bg-cover:hover:after, #footer .footer-related-content .col.project-col.bg-cover:focus:after { background: rgba(38, 38, 40, 0.87); }

@media (min-width: 768px) { #footer .footer-related-content .col:last-of-type { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 992px) { #footer .footer-related-content .col:last-of-type { width: 50%; } }

#footer .footer-related-content .col:last-of-type .news-block, #footer .footer-related-content .col:last-of-type .property-block { padding: 20px; min-height: 200px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

@media (min-width: 768px) { #footer .footer-related-content .col:last-of-type .news-block, #footer .footer-related-content .col:last-of-type .property-block { width: 50%; padding: 3vw; } }

@media (min-width: 992px) { #footer .footer-related-content .col:last-of-type .news-block, #footer .footer-related-content .col:last-of-type .property-block { width: 100%; padding: 50px; } }

#footer .footer-related-content .col:last-of-type .news-block { background-color: #C50000; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

#footer .footer-related-content .col:last-of-type .news-block:hover, #footer .footer-related-content .col:last-of-type .news-block:focus { background-color: #990606; }

#footer .footer-related-content .col:last-of-type .property-block.bg-cover:after { content: ''; background: rgba(38, 38, 40, 0.62); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

#footer .footer-related-content .col:last-of-type .property-block.bg-cover:hover:after, #footer .footer-related-content .col:last-of-type .property-block.bg-cover:focus:after { background: rgba(38, 38, 40, 0.87); }

#footer .footer-related-content .form-block { background-color: #ffffff; border-radius: 2px; width: 100%; max-width: 885px; margin: 30px auto 30px; padding: 30px 30px 0; -webkit-box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); -moz-box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); }

@media (min-width: 992px) { #footer .footer-related-content .form-block { padding: 100px 100px 0; } }

#footer .footer-related-content .form-block .form-title { border-bottom: 1px solid #B8BBC6; }

#footer .footer-related-content .form-block .gform_footer { width: calc(100% + 60px); margin: 0 -30px; }

@media (min-width: 992px) { #footer .footer-related-content .form-block .gform_footer { width: calc(100% + 200px); margin: 0 -100px; } }

#footer .footer-related-content .form-block .gform_footer input[type="submit"] { width: 100%; }

@media (min-width: 768px) { #footer .footer-cta-block { width: 80%; margin: 0 auto; } }

#footer .footer-col-block:before { content: ''; height: 2px; background-color: #B8BBC6; position: absolute; top: 0; left: 0; width: 85%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

@media (min-width: 992px) { #footer .footer-col-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 992px) { #footer .footer-col-block .logo-col { width: 25%; } }

#footer .footer-col-block .logo-col .footer-logo { background: url("images/logo.svg") no-repeat; background-size: 100%; width: 78px; height: 86px; margin: 0 auto; }

@media (min-width: 992px) { #footer .footer-col-block .logo-col .footer-logo { width: 125px; height: 140px; margin: 0; } }

#footer .footer-col-block .logo-col .footer-logo a { text-indent: -119988px; overflow: hidden; text-align: left; display: block; height: 100%; }

@media (min-width: 992px) { #footer .footer-col-block .logo-col .social-link-block { text-align: left; } }

#footer .footer-col-block .logo-col .about-block { display: none; }

@media (min-width: 600px) { #footer .footer-col-block .logo-col .about-block { display: block; } }

@media (min-width: 992px) { #footer .footer-col-block .logo-col .about-block { text-align: left; } }

#footer .footer-col-block .menu-office-list { padding-top: 15px; color: #ffffff; text-align: center; }

@media (min-width: 600px) { #footer .footer-col-block .menu-office-list { padding-top: 30px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; } }

@media (min-width: 992px) { #footer .footer-col-block .menu-office-list { width: 75%; padding-left: 50px; text-align: left; } }

@media (min-width: 600px) { #footer .footer-col-block .menu-office-list .menu-office { width: 50%; padding: 0 15px; margin-bottom: 50px; } }

@media (min-width: 1200px) { #footer .footer-col-block .menu-office-list .menu-office { width: 25%; margin-bottom: 0; } }

#footer .footer-col-block .menu-office-list .location-title:after { position: relative; top: 10px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

@media (min-width: 992px) { #footer .footer-col-block .menu-office-list .location-title:after { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } }

#footer .footer-col-block .menu-office-list .address-block { color: rgba(255, 255, 255, 0.92); }

@media (min-width: 1300px) { #footer .footer-col-block .menu-office-list .address-block p { font-size: 1.125rem; } }

.about-block { text-align: center; }

@media (min-width: 600px) { .about-block { display: none; } }

.about-block p { color: rgba(255, 255, 255, 0.92); line-height: 1.3; }

@media (min-width: 600px) { .about-block p { line-height: 1.1; } }

.copyright { font-size: 0.75rem; color: rgba(255, 255, 255, 0.92); padding-top: 15px; }

@media (min-width: 992px) { .copyright { padding-top: 50px; } }

.copyright a { color: #888DA4; }

.copyright a:hover, .copyright a:focus { color: #C50000; }

/*======================================================
=            Hearo Section With Search Form            =
======================================================*/
.hero-section-form { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }

.hero-section-form:after { content: ''; background: linear-gradient(180deg, #ffffffc9 0%, #bbbbc5db 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.hero-section-form .hero-slider { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; }

@media (min-width: 768px) { .hero-section-form .hero-slider { display: block; } }

.hero-section-form .hero-slider .slick-list, .hero-section-form .hero-slider .slick-track { height: 100%; }

.hero-section-form .hero-slider .slide { height: 100%; width: 100%; }

.hero-section-form .hero-slider .slide .bg-img { width: 100%; height: 100%; -webkit-transition: -webkit-transform 10s linear; -moz-transition: -moz-transform 10s linear; -o-transition: -o-transform 10s linear; transition: transform 10s linear; }

.hero-section-form .hero-slider .slide.slick-current .bg-img { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }

.hero-section-form .container-fluid { z-index: 2; }

@media (min-width: 992px) { .hero-section-form h1 { width: 70%; } }

.hero-section-form .caption:after { display: block; content: ''; background-color: #2A2D3B; width: 25px; height: 2px; margin: 10px auto 0; }

@media (min-width: 768px) { .hero-section-form .caption:after { margin: 10px 0 0; } }

@media (min-width: 768px) { .hero-section-form form .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

@media (max-width: 767px) { .hero-section-form form .row-block .chosen-select-block { display: block; max-width: 215px; margin: 0 auto 15px auto; } }

@media (min-width: 768px) { .hero-section-form form .row-block .chosen-select-block { margin-right: 7px; } }

@media (min-width: 992px) { .hero-section-form form .row-block .chosen-select-block { margin-right: 25px; } }

.hero-section-form form .btn:hover, .hero-section-form form .btn:focus { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; background: #2A2D3B; color: #ffffff; border: 2px solid #2A2D3B; }

.hero-section-form .scroll-block { position: absolute; bottom: 45px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; }

@media (min-width: 768px) { .hero-section-form .scroll-block { bottom: 80px; } }

.hero-section-form .scroll-block.animated:after { height: 55px; }

@media (min-width: 768px) { .hero-section-form .scroll-block.animated:after { height: 110px; } }

.hero-section-form .scroll-block:after { content: ''; display: block; background-color: #2A2D3B; width: 2px; height: 0; margin: 0 auto; position: absolute; left: 50%; top: 30px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: height 0.8s ease; -moz-transition: height 0.8s ease; -o-transition: height 0.8s ease; transition: height 0.8s ease; }

.hero-section-form .scroll-block p { color: #2A2D3B; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }

/*=====  End of Hearo Section With Search Form  ======*/
/*====================================
=            Hero Section            =
====================================*/
.hero-section { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }

@media (min-width: 992px) { .hero-section { -webkit-align-items: flex-end; align-items: flex-end; } }

.hero-section:after { content: ''; background: linear-gradient(180deg, #FFFFFF 0%, #BBBBC5 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.84; }

.hero-section .container-fluid { z-index: 1; padding-bottom: 90px; }

@media (min-width: 992px) { .hero-section .container-fluid { padding-bottom: 0; } }

@media (min-width: 992px) { .hero-section .outer-block:after { content: ''; display: block; background-color: #C50000; width: 2px; position: absolute; left: 0; top: 0; height: 0; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; } }

.hero-section .outer-block.animated:after { height: calc(100% + 150px + 115px); }

@media (min-width: 992px) { .hero-section .content-block { padding-left: 50px; width: 80%; } }

@media (min-width: 1200px) { .hero-section .content-block { width: 70%; } }

.hero-section .content-block * { line-height: 1.8; font-size: 1.0625rem; }

@media (min-width: 768px) { .hero-section .content-block * { font-size: 1.1875rem; } }

.hero-section .scroll-block { position: absolute; bottom: 66px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; }

@media (min-width: 768px) { .hero-section .scroll-block { bottom: 63px; } }

@media (min-width: 992px) { .hero-section .scroll-block { display: none; } }

.hero-section .scroll-block.animated:after { height: 55px; }

.hero-section .scroll-block:after { content: ''; display: block; background-color: #C50000; width: 2px; height: 0; margin: 0 auto; position: absolute; left: 50%; top: 30px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: height 0.8s ease; -moz-transition: height 0.8s ease; -o-transition: height 0.8s ease; transition: height 0.8s ease; }

.hero-section .scroll-block p { color: #C50000; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }

/*=====  End of Hero Section  ======*/
/*========================================
=            Services Section            =
========================================*/
@media (min-width: 768px) { .service-two-column-parent.two-cloumn-enabled:after { content: ''; background: linear-gradient(180deg, #FFFFFF 0%, #ECEDF3 100%); display: block; position: absolute; top: 0; left: 0; width: 100%; height: 78%; }
  .service-two-column-parent.two-cloumn-enabled .services-section { background: none; }
  .service-two-column-parent.two-cloumn-enabled .services-section, .service-two-column-parent.two-cloumn-enabled .two-column-section { position: relative; z-index: 1; } }

.services-section { background: linear-gradient(180deg, #FFFFFF 0%, #ECEDF3 100%); }

.services-section .btn-red-border { background: transparent; }

.services-section .btn-red-border:hover, .services-section .btn-red-border:focus { background: #C50000; }

.services-section .select-block { display: inline-block; }

.services-section .select-block:after { content: "\e615"; font-family: 'icomoon'; speak: none; 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; position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.services-section .change-services { border: none; background: transparent; border-bottom: 1px solid #2A2D3B; padding: 10px 40px 10px 15px; }

.services-section .change-services:focus { outline: none; }

.services-section .service-list > li a { display: block; padding: 15px 0; border-top: 1px solid rgba(193, 195, 206, 0.92); font-weight: bold; color: #2A2D3B; }

.services-section .service-list > li a:after { content: ""; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-weight: bold; opacity: 0; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }

.services-section .service-list > li a:hover, .services-section .service-list > li a:focus { color: #C50000; }

.services-section .service-list > li a:hover:after, .services-section .service-list > li a:focus:after { opacity: 1; -webkit-animation: moveLeftRightWithTranslateY 1s infinite; -moz-animation: moveLeftRightWithTranslateY 1s infinite; -ms-animation: moveLeftRightWithTranslateY 1s infinite; -o-animation: moveLeftRightWithTranslateY 1s infinite; animation: moveLeftRightWithTranslateY 1s infinite; }

.services-section .service-list > li a span { padding-right: 5px; }

.services-section .service-list > li:last-child a { border-bottom: 1px solid rgba(193, 195, 206, 0.92); }

.two-column-section .row-block { margin: 0 -15px; }

@media (min-width: 768px) { .two-column-section .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

.two-column-section .company-col { padding: 60px 40px 40px; }

@media (min-width: 768px) { .two-column-section .company-col { padding: 140px 5vw 5vw; width: 50%; } }

.two-column-section .company-col:before { content: ''; position: absolute; top: 0; left: 50%; width: 2px; height: 30px; background: rgba(191, 193, 202, 0.92); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; }

@media (min-width: 768px) { .two-column-section .company-col:before { height: 85px; } }

.two-column-section .company-col:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, #6D7599 0%, #131621 100%); opacity: 0.86; }

.two-column-section .company-col .outer-block { z-index: 1; }

@media (max-width: 767px) { .two-column-section .company-col .btn { border: 2px solid #ffffff; color: #ffffff; background: transparent; -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); min-width: 160px; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 20px; } }

@media (max-width: 767px) and (min-width: 768px) { .two-column-section .company-col .btn { padding: 15px 30px; } }

@media (max-width: 767px) and (min-width: 992px) { .two-column-section .company-col .btn { min-width: 210px; } }

@media (max-width: 767px) { .two-column-section .company-col .btn:hover, .two-column-section .company-col .btn:focus, .two-column-section .company-col .btn:active { background: #ffffff; color: #2A2D3B; } }

@media (min-width: 768px) { .two-column-section .company-col .btn { border-bottom: 3px solid #ffffff; color: #ffffff; background: transparent; min-width: 160px; padding: 10px 20px; font-size: 0.6875rem; position: relative; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -ms-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; } }

@media (min-width: 768px) and (min-width: 768px) { .two-column-section .company-col .btn { padding: 15px 30px; min-width: 270px; } }

@media (min-width: 768px) { .two-column-section .company-col .btn:hover, .two-column-section .company-col .btn:focus, .two-column-section .company-col .btn:active { color: #2A2D3B; }
  .two-column-section .company-col .btn:hover:after, .two-column-section .company-col .btn:focus:after, .two-column-section .company-col .btn:active:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .two-column-section .company-col .btn:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #ffffff; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } }

.two-column-section .slider-col { background: linear-gradient(180deg, rgba(39, 43, 62, 0.92) 0%, rgba(1, 1, 2, 0.92) 100%); }

@media (min-width: 768px) { .two-column-section .slider-col { width: 50%; } }

.two-column-section .slider-col .stats-slider { z-index: 1; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; height: 100%; width: 100%; }

.two-column-section .slider-col .slide { padding: 5vw; }

.two-column-section .slider-col .slide:not(:nth-child(1)) .counter { opacity: 0; -webkit-transition: 0.2s opacity; -moz-transition: 0.2s opacity; -o-transition: 0.2s opacity; transition: 0.2s opacity; }

.two-column-section .slider-col .slide:not(:nth-child(1)) .counter.current { opacity: 1; }

@media (min-width: 768px) { .two-column-section .slider-col .counter { font-size: 3.875rem; } }

@media (min-width: 992px) { .two-column-section .slider-col .counter { font-size: 5.125rem; } }

.two-column-section .slider-col .outer-block { height: 100%; }

.two-column-section .slider-col svg { max-width: 90px; height: 90px; }

/*=====  End of Services Section  ======*/
/*=====================================
=            About Section            =
=====================================*/
@media (min-width: 768px) { .about-section .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; } }

@media (min-width: 768px) { .about-section .content-col, .about-section .image-col { width: 50%; } }

@media (min-width: 768px) { .about-section .image-col { right: -8vw; -webkit-box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); -moz-box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); box-shadow: 0 2px 12px 2px rgba(82, 86, 105, 0.33); } }

.about-section .image-col img { width: 100%; }

/*=====  End of About Section  ======*/
/*===========================================
=            Partnership Section            =
===========================================*/
@media (min-width: 768px) { .partnership-section .row-block { display: -webkit-flex; display: flex; } }

@media (min-width: 768px) { .partnership-section .title-col { padding-right: 50px; } }

@media (min-width: 768px) { .partnership-section .heading-col { margin-top: -10px; } }

.partnership-section .partners-slider .partner { padding: 0 15px; }

@media (min-width: 600px) { .partnership-section .partners-slider .slick-arrow { display: none !important; } }

@media (max-width: 767px) { .partnership-section .partners-slider img { width: 150px; } }

/*=====  End of Partnership Section  ======*/
/*===================================================
=            Featured Properties Section            =
===================================================*/
.featured-properties-section:before { content: ''; background: linear-gradient(180deg, rgba(39, 43, 62, 0.92) 0%, rgba(1, 1, 2, 0.92) 100%); position: absolute; left: 0; top: 0; width: 100%; height: 70%; }

@media (min-width: 768px) { .featured-properties-section:before { height: 65%; } }

@media (min-width: 992px) { .featured-properties-section:before { height: 70%; } }

.featured-properties-section .container-fluid { position: relative; z-index: 1; }

@media (min-width: 992px) { .featured-properties-section .featured-property-slider { padding: 0 40px; } }

.featured-properties-section .featured-property-slider .property-slide { margin: 0 15px; padding-bottom: 10px; }

.featured-properties-section .featured-property-slider .property-slide:hover .img-block { -webkit-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); -moz-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); }

.featured-properties-section .featured-property-slider .property-slide:hover .button-block p { color: #C50000; }

.featured-properties-section .featured-property-slider .property-slide:hover .button-block p:after { opacity: 1; }

.featured-properties-section .featured-property-slider .img-block { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.featured-properties-section .featured-property-slider .img-block img { width: 100%; }

.featured-properties-section .featured-property-slider .content-block { -webkit-box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); -moz-box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); background-color: #ffffff; padding: 20px; position: relative; width: 85%; margin: -55px auto 15px; }

@media (min-width: 600px) { .featured-properties-section .featured-property-slider .content-block { position: absolute; width: 70%; padding: 30px 20px; bottom: 40px; left: 40px; margin: 0; } }

.featured-properties-section .featured-property-slider .location { font-size: 1rem; padding-top: 5px; }

@media (min-width: 768px) { .featured-properties-section .featured-property-slider .location { font-size: 1.0625rem; } }

.featured-properties-section .featured-property-slider .button-block { padding-top: 5px; }

@media (min-width: 768px) { .featured-properties-section .featured-property-slider .button-block { padding-top: 15px; } }

@media (min-width: 992px) { .featured-properties-section .slick-arrow { background-color: transparent; border: 2px solid #888DA4; width: 50px; height: 50px; }
  .featured-properties-section .slick-arrow:hover, .featured-properties-section .slick-arrow:focus { background-color: #888DA4; }
  .featured-properties-section .slick-arrow:hover:before, .featured-properties-section .slick-arrow:focus:before { color: #ffffff; }
  .featured-properties-section .slick-arrow:before { font-size: 1.375rem; color: #888DA4; }
  .featured-properties-section .slick-arrow.slick-prev { left: -10px; }
  .featured-properties-section .slick-arrow.slick-prev:before { content: "\e094"; }
  .featured-properties-section .slick-arrow.slick-next { right: -10px; }
  .featured-properties-section .slick-arrow.slick-next:before { content: "\e095"; } }

@media (min-width: 1200px) { .featured-properties-section .slick-arrow { width: 60px; height: 60px; }
  .featured-properties-section .slick-arrow.slick-prev { left: -30px; }
  .featured-properties-section .slick-arrow.slick-next { right: -30px; } }

/*=====  End of Featured Properties Section  ======*/
/*==========================================
=            Page Title Section            =
==========================================*/
.page-title-section { background: linear-gradient(180deg, #2C2F3D 0%, #0E1018 100%); }

@media (min-width: 992px) { .page-title-section { height: 500px; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; align-items: flex-end; } }

.page-title-section h1:after { content: ''; background-color: #ffffff; width: 35px; height: 2px; display: block; margin: 30px auto 0; }

/*=====  End of Page Title Section  ======*/
/*==============================================
=            Sticky Sidebar Section            =
==============================================*/
@media (min-width: 992px) { .sticky-sidebar-section .container-fluid > .row-block { min-height: 500px; } }

@media (max-width: 991px) { .sticky-sidebar-section .sticky-sidebar { text-align: center; margin: 0 -30px; } }

@media (max-width: 991px) and (min-width: 768px) { .sticky-sidebar-section .sticky-sidebar { margin: 0 -8vw; } }

@media (max-width: 991px) { .sticky-sidebar-section .sticky-sidebar .sidebar-menu li:first-child span { position: absolute; right: 0; top: 0; background-color: #990606; width: 55px; height: 100%; top: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; cursor: pointer; z-index: 1; font-size: 20px; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu li:first-child span:before { font-weight: 700; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu li:first-child span.js-active:before { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu li:not(:first-child) { display: none; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a { background-color: #C50000; padding: 20px 30px; display: block; position: relative; font-size: 0.9375rem; font-weight: 700; text-transform: uppercase; color: #ffffff; border-bottom: 1px solid #990606; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a:hover { background-color: #990606; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a:hover span { background-color: #C50000; } }

@media (min-width: 992px) { .sticky-sidebar-section .sticky-sidebar { width: 280px; position: absolute; z-index: 1; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu li:not(:first-child) { padding-left: 15px; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a { display: block; font-size: 1rem; text-transform: inherit; padding: 20px 0; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a.current-menu-item { font-weight: 700; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a:hover, .sticky-sidebar-section .sticky-sidebar .sidebar-menu a:focus { color: #2A2D3B; }
  .sticky-sidebar-section .sticky-sidebar .sidebar-menu a span { display: none; }
  .sticky-sidebar-section .sticky-sidebar .btn { width: 100%; } }

.sticky-sidebar-section .sticky-sidebar .contact-block { padding: 30px; }

@media (min-width: 992px) { .sticky-sidebar-section .sticky-sidebar .contact-block { padding: 0 0 0 30px; } }

.sticky-sidebar-section .sticky-sidebar .contact-block .title { font-size: 1rem; }

@media (min-width: 768px) { .sticky-sidebar-section .sticky-sidebar .contact-block .title { font-size: 1.0625rem; } }

.sticky-sidebar-section .sticky-sidebar .contact-block .title span { padding-right: 10px; }

.sticky-sidebar-section .sticky-sidebar .contact-block .phone-number span, .sticky-sidebar-section .sticky-sidebar .contact-block .fax span { font-weight: 700; padding-right: 10px; }

.sticky-sidebar-section .sticky-sidebar .contact-block .phone-number a { color: #2A2D3B; }

.sticky-sidebar-section .sticky-sidebar .contact-block .phone-number a:hover, .sticky-sidebar-section .sticky-sidebar .contact-block .phone-number a:focus { color: #C50000; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end; } }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .flexible-child { width: calc(100% - 280px); padding-left: 50px; } }

.sticky-sidebar-section .flexible-content-section .flexible-child:first-child { padding-top: 50px; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .flexible-child:first-child { padding-top: 10px; } }

.sticky-sidebar-section .flexible-content-section .section-title:after { content: ''; display: block; background-color: #888DA4; height: 3px; width: 35px; margin-top: 20px; }

@media (min-width: 768px) { .sticky-sidebar-section .flexible-content-section .section-title:after { margin-top: 25px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .bg-image { top: 0; left: 0; width: 100%; height: 60%; opacity: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

.sticky-sidebar-section .flexible-content-section .company-values-section .bg-image.js-active { opacity: 1; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .company-values-section .bg-image { height: 100%; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .company-values-block { overflow: hidden; margin: 0 -30px; }

@media (min-width: 768px) { .sticky-sidebar-section .flexible-content-section .company-values-section .company-values-block { margin: 0; } }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .company-values-section .company-values-block { padding: 50px 30px; } }

@media (min-width: 1200px) { .sticky-sidebar-section .flexible-content-section .company-values-section .company-values-block { padding: 65px 70px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .slider-outer { width: 100%; padding: 30% 30px 10px 30px; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slider-outer { padding: 0; } }

@media (min-width: 1200px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slider-outer { max-width: 380px; float: right; } }

@media (min-width: 1500px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slider-outer { max-width: 450px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .company-values-slider { background-color: #ffffff; -webkit-box-shadow: 0 2px 16px 0 rgba(126, 126, 126, 0.28); -moz-box-shadow: 0 2px 16px 0 rgba(126, 126, 126, 0.28); box-shadow: 0 2px 16px 0 rgba(126, 126, 126, 0.28); padding-bottom: 70px; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .company-values-section .company-values-slider { border-top: 7px solid #C50000; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .company-values-slider .slide { padding: 35px 30px 50px 30px; }

@media (min-width: 992px) { .sticky-sidebar-section .flexible-content-section .company-values-section .company-values-slider .slide { padding: 60px 50px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .icon-block img { width: 45px; height: 45px; }

@media (min-width: 768px) { .sticky-sidebar-section .flexible-content-section .company-values-section .icon-block img { width: 50px; height: 50px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .slide-number { position: absolute; font-weight: 700; color: #888DA4; color: #2A2D3B; bottom: 50px; font-size: 0.75rem; }

@media (max-width: 1199px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slide-number { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } }

@media (min-width: 1200px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slide-number { left: 50px; bottom: 30px; } }

.sticky-sidebar-section .flexible-content-section .company-values-section .slide-number span { padding: 0 2px; }

.sticky-sidebar-section .flexible-content-section .company-values-section .slide-number .current { color: #2A2D3B; }

@media (max-width: 1199px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-next { right: -15px; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-prev { left: -15px; } }

@media (min-width: 1200px) { .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; top: auto; bottom: 0; height: 68px; width: 75px; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow:before { font-size: 2.1875rem; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow:hover, .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow:focus { background-color: #990606; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-disabled { background-color: #DEE1EB; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-disabled:before { color: #888DA4; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-next:before { content: "\e095"; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-prev { left: auto; right: 77px; }
  .sticky-sidebar-section .flexible-content-section .company-values-section .slick-arrow.slick-prev:before { content: "\e094"; } }

/*=====  End of Sticky Sidebar Section  ======*/
/*=============================================
=            Location List Section            =
=============================================*/
/*=====  End of Location List Section  ======*/
/*========================================================
=            Two Column Title Content Section            =
========================================================*/
@media (min-width: 1200px) { .two-column-title-content-section .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 1200px) { .two-column-title-content-section .title-col { width: 250px; } }

@media (min-width: 1200px) { .two-column-title-content-section .content-col { width: calc(100% - 250px); padding-left: 70px; } }

/*=====  End of Two Column Title Content Section  ======*/
/*============================================
=            Service List Section            =
============================================*/
@media (min-width: 480px) { .service-list-section .service-list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; } }

@media (min-width: 480px) { .service-list-section .single-service { width: 50%; padding: 10px; } }

@media (min-width: 1450px) { .service-list-section .single-service { width: 33.33%; } }

.service-list-section .single-service > a { display: block; color: #ffffff; }

.service-list-section .single-service > a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(38, 38, 40, 0.62); }

.service-list-section .single-service > a:hover, .service-list-section .single-service > a:focus { -webkit-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); -moz-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); }

.service-list-section .single-service > a:hover img, .service-list-section .single-service > a:focus img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.service-list-section .single-service > a:hover .small-link-arrow:after, .service-list-section .single-service > a:focus .small-link-arrow:after { opacity: 1; }

.service-list-section .single-service .image-block { overflow: hidden; }

.service-list-section .single-service .image-block img { -webkit-transition: 1.2s; -moz-transition: 1.2s; -o-transition: 1.2s; transition: 1.2s; }

.service-list-section .single-service .content-block .small-heading, .service-list-section .single-service .content-block .title, .service-list-section .single-service .content-block .small-link-arrow { z-index: 1; left: 35px; }

.service-list-section .single-service .content-block .small-heading { top: 50px; }

.service-list-section .single-service .content-block .title { top: 75px; }

.service-list-section .single-service .content-block .small-link-arrow { bottom: 50px; }

/*=====  End of Service List Section  ======*/
/*===========================================
=            Team Filter Section            =
===========================================*/
@media (min-width: 1200px) { .team-filter-section .filter-block form { padding: 50px; } }

@media (min-width: 1500px) { .team-filter-section .filter-block form { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; padding: 0 20px; } }

.team-filter-section .filter-block .text-block { display: block; }

@media (min-width: 1500px) { .team-filter-section .filter-block .text-block { display: -webkit-flex; display: flex; } }

.team-filter-section .filter-block select, .team-filter-section .filter-block input { width: 100%; }

@media (min-width: 1300px) { .team-filter-section .filter-block .input-block { margin-bottom: 30px; max-width: 350px; margin: 0 auto; } }

@media (min-width: 1500px) { .team-filter-section .filter-block .input-block { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin: 0 !important; max-width: 100%; } }

.team-filter-section .filter-block .input-block:before { font-family: 'icomoon'; speak: none; 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; content: "\e906"; position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.team-filter-section .filter-block input:focus:-moz-placeholder { color: transparent; }

.team-filter-section .filter-block input:focus::-moz-placeholder { color: transparent; }

.team-filter-section .filter-block input:focus:-ms-input-placeholder { color: transparent; }

.team-filter-section .filter-block input:focus::-webkit-input-placeholder { color: transparent; }

.team-filter-section .filter-block .team-filter-category-list { display: none; }

@media (min-width: 1300px) { .team-filter-section .filter-block .team-filter-category-list { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 30px 20px; } }

.team-filter-section .filter-block .team-filter-category-list a { color: #2A2D3B; font-size: 0.6875rem; min-width: 135px; font-weight: 700; letter-spacing: 2px; border: 1px solid #888DA4; padding: 7px 15px; border-radius: 13px; background-color: #ffffff; margin: 0 5px; cursor: pointer; }

.team-filter-section .filter-block .team-filter-category-list a:first-child { margin-left: 0; }

.team-filter-section .filter-block .team-filter-category-list a:last-child { margin-right: 0; }

.team-filter-section .filter-block .team-filter-category-list a:hover, .team-filter-section .filter-block .team-filter-category-list a:focus, .team-filter-section .filter-block .team-filter-category-list a.js-active { background-color: #2A2D3B; color: #ffffff; border: 1px solid #2A2D3B; }

@media (min-width: 1300px) { .team-filter-section .filter-block .custom-select-block, .team-filter-section .filter-block .button-block { display: none; } }

.team-filter-section .filter-block .loading-spinner { right: 10px; bottom: 7px; top: auto; }

.team-filter-section .filter-block .clear-search:before { line-height: 1.6; font-size: 1.25rem; }

/*=====  End of Team Filter Section  ======*/
/*===========================================
=            News Filter Section            =
===========================================*/
@media (min-width: 992px) { .news-filter-section .filter-block { padding: 0px 20px; } }

.news-filter-section .filter-block form { margin: -30px -30px 0; }

@media (min-width: 768px) { .news-filter-section .filter-block form { margin: -50px -8vw 0; } }

@media (min-width: 992px) { .news-filter-section .filter-block form { margin: 0; } }

@media (min-width: 1200px) { .news-filter-section .filter-block form { padding: 0 0 0 20px; display: -webkit-flex; display: flex; } }

@media (min-width: 1200px) { .news-filter-section .filter-block .inner-block { width: calc(100% - 275px); display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin: 0 auto; padding: 30px 0; } }

@media (min-width: 1200px) { .news-filter-section .filter-block .custom-select-block, .news-filter-section .filter-block .input-block { padding: 0 25px; min-width: 160px; width: 33.33%; } }

@media (min-width: 1200px) { .news-filter-section .filter-block .custom-select-block:after { right: 35px; } }

.news-filter-section .filter-block .input-block:before { font-family: 'icomoon'; speak: none; 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; content: "\e906"; position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media (min-width: 1200px) { .news-filter-section .filter-block .input-block:before { left: 35px; } }

.news-filter-section .filter-block input, .news-filter-section .filter-block select { width: 100%; }

.news-filter-section .filter-block select { position: relative; z-index: 1; }

@media (min-width: 1200px) { .news-filter-section .filter-block .btn { height: 100%; } }

.news-filter-section .post-list a { display: block; padding: 15px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

@media (min-width: 768px) { .news-filter-section .post-list a { padding: 20px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

.news-filter-section .post-list a:hover { -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.news-filter-section .post-list a:hover h2 { color: #C50000; }

@media (min-width: 768px) { .news-filter-section .post-list .image-block { width: 275px; } }

@media (min-width: 992px) { .news-filter-section .post-list .image-block { width: 365px; } }

.news-filter-section .post-list .image-block img { width: 100%; }

@media (min-width: 768px) { .news-filter-section .post-list .content-block { width: calc(100% - 275px); padding-left: 30px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
  .news-filter-section .post-list .content-block:before { content: ''; height: 1px; width: calc(100% - 30px); background-color: #2A2D3B; position: absolute; top: 0; right: 0; } }

@media (min-width: 992px) { .news-filter-section .post-list .content-block { padding-left: 45px; width: calc(100% - 365px); }
  .news-filter-section .post-list .content-block:before { width: calc(100% - 45px); } }

.news-filter-section .post-list .small-heading { color: #C50000; letter-spacing: 0; }

.news-filter-section .post-list h5, .news-filter-section .post-list h2 { color: #2A2D3B; width: 100%; }

.news-filter-section .post-list h2, .news-filter-section .post-list .caption { padding-top: 10px; }

.news-filter-section .filters__item--search .loading-spinner { right: 10px; bottom: 7px; top: auto; }

@media (min-width: 1200px) { .news-filter-section .filters__item--search .loading-spinner { right: 25px; } }

@media (min-width: 1200px) { .news-filter-section .filters__item--search .clear-search { right: 15px; width: 35px; } }

.news-filter-section .filters__item--search .clear-search:before { line-height: 1.2; font-size: 1.25rem; }

/*=====  End of News Filter Section  ======*/
/*==============================================
=            Project Filter Section            =
==============================================*/
@media (min-width: 1200px) { .project-filter-section .filter-block .form { padding: 50px; } }

@media (min-width: 1200px) { .project-filter-section .filter-block .form { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; padding: 0 20px; } }

.project-filter-section .filter-block select, .project-filter-section .filter-block input { width: 100%; }

.project-filter-section .filter-block .location-list { display: none; }

@media (min-width: 1200px) { .project-filter-section .filter-block .location-list { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 30px; } }

.project-filter-section .filter-block .location-list a { color: #888DA4; font-size: 0.6875rem; font-weight: 700; letter-spacing: 2px; border: 1px solid #888DA4; padding: 7px 15px; border-radius: 13px; background-color: #ffffff; margin: 0 5px; cursor: pointer; }

.project-filter-section .filter-block .location-list a:first-child { margin-left: 0; }

.project-filter-section .filter-block .location-list a:last-child { margin-right: 0; }

.project-filter-section .filter-block .location-list a:hover, .project-filter-section .filter-block .location-list a:focus, .project-filter-section .filter-block .location-list a.js-active { background-color: #2A2D3B; color: #ffffff; border: 1px solid #2A2D3B; }

@media (min-width: 1200px) { .project-filter-section .filter-block .custom-select-block { display: none; } }

@media (min-width: 768px) { .project-popup-wrap .mfp-content { padding: 0 5vw; } }

@media (min-width: 992px) { .project-popup-wrap .mfp-content { padding: 0 7vw; } }

@media (max-width: 767px) { .project-popup-wrap .mfp-close { background-color: #2A2D3B; } }

@media (min-width: 992px) { .project-popup-wrap .mfp-close { right: 1.5vw; top: 1.5vw; } }

.project-popup-wrap .project-popup { background-color: #ffffff; min-height: 100vh; }

.project-popup-wrap .project-popup .image-block { min-height: 450px; height: 45vh; }

.project-popup-wrap .project-popup .image-block:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #2A2D3B; opacity: 0.2; }

.project-popup-wrap .project-popup .section-title:after { content: ''; display: block; background-color: #888DA4; height: 3px; width: 35px; margin-top: 20px; }

@media (min-width: 768px) { .project-popup-wrap .project-popup .section-title:after { margin-top: 25px; } }

/*=====  End of Project Filter Section  ======*/
.error404 .main-content { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; min-height: 50vh; font-family: "Merriweather", serif; }

.error404 .text-404 { font-size: 3.125rem; display: block; padding-bottom: 15px; }

@media (min-width: 768px) { .error404 .text-404 { font-size: 6.25rem; padding-bottom: 30px; } }

@media (min-width: 992px) { .error404 .text-404 { font-size: 9.375rem; padding-bottom: 50px; } }

.error404 .pre-footer { display: none; }

#sitemap-tabs { border: 1px solid #ddd; }

#sitemap-tabs .list-tabs { list-style: none; margin-left: 0; border-bottom: none; overflow: hidden; display: -webkit-flex; display: flex; }

#sitemap-tabs .list-tabs > li { background-color: #666; -webkit-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

#sitemap-tabs .list-tabs > li:hover { background-color: #787878; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active { background-color: #C50000; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active:hover { background-color: #C50000; }

#sitemap-tabs .list-tabs a { color: #fff; display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 24px 25px; }

#sitemap-tabs .tab-content { background-color: #fff; padding: 30px 5vw; }

@media (min-width: 768px) { #sitemap-tabs .tab-content { padding: 50px; } }

#sitemap-tabs .list-sitemap li { margin-bottom: 10px; }

#sitemap-tabs .list-sitemap a { display: inline-block; padding-bottom: 1px; border-bottom: 1px solid transparent; }

#sitemap-tabs .list-sitemap a:hover { color: #2A2D3B; border-bottom-color: #2A2D3B; text-decoration: none; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) { #sitemap-tabs .list-tabs { display: none; }
  #sitemap-tabs .r-tabs-accordion-title { background-color: #666; display: block; margin-bottom: 1px; text-align: center; }
  #sitemap-tabs .r-tabs-accordion-title:last-child { margin-bottom: 0; }
  #sitemap-tabs .r-tabs-accordion-title:hover { background-color: #787878; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active { background-color: #C50000; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active:hover { background-color: #C50000; }
  #sitemap-tabs .r-tabs-accordion-title a { color: #fff; display: block; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 24px 25px; } }

/*  Required till end */
.r-tabs .r-tabs-nav { margin: 0; padding: 0; }

.r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; }

.r-tabs .r-tabs-panel { padding: 15px; display: none; }

.r-tabs .r-tabs-accordion-title { display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active { display: block; }

/*=======================================
=            Single Location            =
=======================================*/
.single-location-wrap .hero-section { min-height: 70vh; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .single-location-wrap .hero-section { height: 70vh; } }

.single-location-wrap .address-block a { color: #2A2D3B; }

.single-location-wrap .address-block a:hover, .single-location-wrap .address-block a:focus { color: #C50000; }

/*=====  End of Single Location  ======*/
/*======================================
=            Single Project            =
======================================*/
.single-project-wrap .single-project-hero-section { min-height: 70vh; }

.single-project-wrap .single-project-hero-section:after { content: ''; background: linear-gradient(180deg, #FFFFFF 0%, #BBBBC5 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.84; }

.single-project-wrap .section-title:after { content: ''; display: block; background-color: #888DA4; height: 3px; width: 35px; margin-top: 20px; }

@media (min-width: 768px) { .single-project-wrap .section-title:after { margin-top: 25px; } }

/*=====  End of Single Project  ======*/
/*===================================
=            Single Post            =
===================================*/
@media (max-width: 991px) { .single-post-wrap .row-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; } }

@media (max-width: 991px) { .single-post-wrap .sticky-sidebar { -webkit-order: 2; order: 2; width: 100%; } }

@media (max-width: 991px) { .single-post-wrap .flexible-content-section { -webkit-order: 1; order: 1; width: 100%; } }

.single-post-wrap .parent-block { padding: 30px; }

@media (min-width: 992px) { .single-post-wrap .parent-block { padding: 0; } }

@media (min-width: 992px) { .single-post-wrap .social-link-block { text-align: left; } }

.single-post-wrap .social-link-block a { color: #2A2D3B; cursor: pointer; }

.single-post-wrap .social-link-block a:first-child { margin-left: 0; }

.single-post-wrap .social-link-block a:last-child { margin-right: 0; }

.single-post-wrap .social-link-block a:hover, .single-post-wrap .social-link-block a:focus { color: #C50000; }

@media (max-width: 991px) { .single-post-wrap .other-posts { max-width: 600px; margin: 0 auto; } }

.single-post-wrap .other-posts a { border-top: 1px solid #2A2D3B; padding: 25px 10px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; color: #2A2D3B; text-align: left; }

.single-post-wrap .other-posts a:hover, .single-post-wrap .other-posts a:focus { color: #C50000; }

.single-post-wrap .other-posts a span { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 1.4375rem; padding-right: 35px; }

.single-post-wrap .content-section .image-block img { width: 100%; }

.single-post-wrap .content-section .date { bottom: 0; left: 0; }

.single-post-wrap .content-section .date:hover, .single-post-wrap .content-section .date:focus { background-color: #C50000; border-color: #C50000; }

/*=====  End of Single Post  ======*/
.gform_body .gfield .gfield_label { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 10px; }

.gform_body .gfield .gfield_label .gfield_required { color: red; padding: 0 3px; }

.gform_wrapper { padding-top: 30px; }

.gform_heading { margin-bottom: 15px; }

.gform_body .gform_fields { list-style: none; margin-left: 0; }

.gform_body .gfield { margin-bottom: 20px; }

.gform_body .gfield ul { margin-top: 0; }

.gform_body .gfield .gfield_description { color: #999; font-style: italic; font-size: 16px; }

.gform_body .gfield.field_description_above .gfield_description { margin-top: -10px; margin-bottom: 10px; }

.gform_body .gfield .gfield_label { font-family: "Merriweather", serif; text-transform: inherit; font-style: italic; font-size: 14px; letter-spacing: 1px; }

.gform_body .gfield .ginput_complex span { display: inline-block; margin-right: 10px; margin-bottom: 5px; }

.gform_body .gfield .ginput_complex label { color: #999; font-size: 14px; display: block; }

.gform_body .gfield.field_sublabel_above .ginput_complex label { margin-bottom: 2px; }

.gform_body .gfield.field_sublabel_above .ginput_complex span:after { margin-top: 12px; }

.gform_body .gfield.field_sublabel_below .ginput_complex label { margin: 2px 0 6px; }

.gform_body .gfield.field_sublabel_below .ginput_complex span:after { margin-top: -12px; }

.gform_body .gfield .gf_clear { clear: both; }

.gform_body .instruction, .gform_body .ginput_counter { font-size: 16px; color: #999; margin-top: 2px; }

.gform_body .wp-editor-container .ginput_counter { padding: 5px 10px; }

/*===============================
=            Section            =
===============================*/
.gfield.gsection { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(42, 45, 59, 0.2); margin-bottom: 50px; }

.gfield.gsection:first-child { border-top: none; padding-top: 0; margin-top: 0; }

.gsection_title { padding-bottom: 15px; margin-bottom: 0; position: relative; }

.gsection_title:before { content: ''; background-color: #C50000; width: 45px; height: 5px; position: absolute; left: 0; bottom: 0; }

.gsection_description { margin-top: 15px; }

/*============================
=            Name            =
============================*/
.name_prefix_select { background: none; position: relative; }

.name_prefix_select select { background: transparent; width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.name_prefix_select select::-ms-expand { display: none; }

.name_prefix_select:after { font-family: 'icomoon'; speak: none; 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; content: ""; font-size: 13px; display: block; position: absolute; right: 15px; top: 50%; z-index: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

/*========================================
=            Radio & Checkbox            =
========================================*/
.gfield_checkbox, .gfield_radio { overflow: hidden; }

.gfield_checkbox > li, .gfield_radio > li { margin-bottom: 10px; }

.gfield_checkbox > li:last-child, .gfield_radio > li:last-child { margin-bottom: 0; }

.gfield_radio input[type="text"] { min-width: auto; }

/*=============================
=            Radio            =
=============================*/
.gform_wrapper .ginput_container_radio input[type="text"] { padding-top: 10px; padding-bottom: 10px; }

.gform_wrapper .ginput_container_radio input[type="radio"][value="gf_other_choice"] { position: absolute; height: 0; width: 0; }

.gform_wrapper .ginput_container_radio label { margin-left: 5px; }

/*==============================
=            Select            =
==============================*/
.ginput_container_select { background: none; position: relative; }

.ginput_container_select select { background: transparent; width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.ginput_container_select select::-ms-expand { display: none; }

.ginput_container_select:after { font-family: 'icomoon'; speak: none; 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; content: ""; font-size: 13px; display: block; position: absolute; right: 15px; top: 50%; z-index: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.ginput_container_select select { width: 100%; }

/*====================================
=            Multi Select            =
====================================*/
.ginput_container_multiselect select { padding: 0; }

.ginput_container_multiselect option { padding: 10px 15px; }

@media (min-width: 768px) { .ginput_container_multiselect option { padding: 10px 20px; } }

/*=======================================
=            Enhanced Select            =
=======================================*/
.gform_wrapper .chosen-single { padding: 15px 5px; }

.gform_wrapper .chosen-single > span { color: #aaa; }

.gform_wrapper .chosen-single div { display: none; width: 50px; }

.gform_wrapper .chosen-single div b { position: absolute; top: 50%; left: 50%; margin-top: 5px; margin-left: -5px; }

.gform_wrapper .chosen-single div b:before { content: ''; border: 7px solid transparent; border-top-color: #2A2D3B; }

@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 20px 15px; } }

.gform_wrapper .chosen-container-active .chosen-single { border-color: rgba(150, 150, 150, 0.7); }

.gform_wrapper .chosen-container-active .chosen-single > span { color: #444; }

.gform_wrapper .chosen-drop { background-color: #fafafa; min-width: auto; border: 1px solid rgba(150, 150, 150, 0.7); border-top: none; margin-top: -1px; }

.gform_wrapper .chosen-drop .chosen-results { max-height: 190px; padding: 4px; }

.gform_wrapper .chosen-drop .chosen-results li { line-height: 1.2; padding: 10px 10px 11px; }

.gform_wrapper .chosen-drop .chosen-results li.highlighted, .gform_wrapper .chosen-drop .chosen-results li:hover, .gform_wrapper .chosen-drop .chosen-results li:focus { background-color: #ececec; }

.gform_wrapper .chosen-search { padding: 8px 5px; margin: 0; position: relative; }

.gform_wrapper .chosen-search:after { content: ""; font-family: 'icomoon'; speak: none; 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; color: #2A2D3B; font-size: 21px; right: 15px; margin-top: -10px; }

.gform_wrapper .chosen-search input { width: 100%; min-width: auto; padding: 10px 35px 10px 10px; border: #C50000; }

@media (max-width: 767px) { .gform_wrapper .chosen-select { font-size: 16px; letter-spacing: 1px; padding-left: 15px; padding-right: 15px; max-width: 100%; width: 100%; text-transform: capitalize; } }

.gform_wrapper .chosen-container { text-align: left; position: relative; }

.gform_wrapper .chosen-with-drop .chosen-drop { display: block; }

.gform_wrapper .chosen-single { background: transparent; color: #2A2D3B; line-height: 1.2; min-width: auto; padding: 5px 15px !important; border: none; border-bottom: 1px solid #B8BBC6; border-radius: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }

.gform_wrapper .chosen-single:-moz-placeholder { color: #888DA4; }

.gform_wrapper .chosen-single::-moz-placeholder { color: #888DA4; }

.gform_wrapper .chosen-single:-ms-input-placeholder { color: #888DA4; }

.gform_wrapper .chosen-single::-webkit-input-placeholder { color: #888DA4; }

.gform_wrapper .chosen-single:focus { border-color: #C50000; outline: none; }

.gform_wrapper .chosen-single:focus:-moz-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus::-moz-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus:-ms-input-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus::-webkit-input-placeholder { color: transparent; }

.gform_wrapper .chosen-single:visited { border-color: #2A2D3B; }

@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 15px 20px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { .gform_wrapper .chosen-single { font-size: 16px !important; } }

.gform_wrapper .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }

.gform_wrapper .chosen-single div { height: 100%; position: absolute; top: 0; right: 0; }

.gform_wrapper .chosen-drop { display: none; position: absolute; width: 100%; top: 100%; left: 0; z-index: 99; }

.gform_wrapper .chosen-drop .chosen-search { white-space: nowrap; position: relative; }

.gform_wrapper .chosen-drop .chosen-search:after { position: absolute; top: 50%; }

.gform_wrapper .chosen-drop .chosen-search input { outline: 0 none; }

.gform_wrapper .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }

.gform_wrapper .chosen-drop .chosen-results .active-result { cursor: pointer; }

.gform_wrapper .chosen-drop .chosen-results li { list-style: none; margin: 0; }

/*=============================================
=            Enhanced Multi Select            =
=============================================*/
.gform_wrapper .chosen-choices .search-field { margin-bottom: 0; position: relative; }

.gform_wrapper .chosen-choices .search-field:before { content: ""; font-family: 'icomoon'; speak: none; 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; color: #2A2D3B; font-size: 24px; display: block; position: absolute; right: 10px; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gform_wrapper .chosen-choices .search-field input { width: 100% !important; }

.gform_wrapper .chosen-choices .search-choice { background-color: #f5f5f5; padding: 10px 15px; border: 1px solid #e8e8e8; margin-bottom: 5px; position: relative; }

@media (min-width: 768px) { .gform_wrapper .chosen-choices .search-choice { padding: 10px 20px; } }

.gform_wrapper .chosen-choices .search-choice-close { display: block; width: 20px; height: 20px; text-align: center; position: absolute; top: 50%; right: 10px; cursor: pointer; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gform_wrapper .chosen-choices .search-choice-close:hover { text-decoration: none; }

.gform_wrapper .chosen-choices .search-choice-close:hover:after { color: red; }

.gform_wrapper .chosen-choices .search-choice-close:after { font-family: 'icomoon'; speak: none; 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; content: ""; color: #2A2D3B; font-size: 20px; line-height: 20px; position: relative; top: -2px; }

/*===================================
=            Date & Time            =
===================================*/
.gform_wrapper .clear-multi:before, .gform_wrapper .clear-multi:after { content: " "; display: table; }

.gform_wrapper .clear-multi:after { clear: both; }

.gform_wrapper .clear-multi > .ginput_container { float: left; margin-right: 10px; }

.gform_wrapper .clear-multi label { color: #999; font-size: 14px; }

.gform_wrapper .clear-multi input[type="text"], .gform_wrapper .clear-multi input[type="number"] { min-width: auto; width: 100px; }

.gform_wrapper .clear-multi select { min-width: auto; width: auto; }

/*==================================
=            DatePicker            =
==================================*/
.ui-datepicker { display: none; }

.ui-datepicker-trigger { margin-left: -30px; }

.ginput_container_date { position: relative; }

.ginput_container_date input[type="text"] { width: 100%; }

.ginput_container_date:before { font-family: 'icomoon'; speak: none; 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; content: ""; color: #2A2D3B; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.ui-datepicker { background-color: #fff; padding: 5px; border: 1px solid rgba(42, 45, 59, 0.2); }

.ui-datepicker-header > a { display: none; }

.ui-datepicker-header select { width: 49%; min-width: auto; border-color: #ccc; padding: 10px 12px; margin: 0 0 5px 0; }

.ui-datepicker-header .ui-datepicker-month { margin-right: 2%; }

table.ui-datepicker-calendar { background: #fff; }

table.ui-datepicker-calendar tr:nth-child(even) { background-color: #f5f5f5; }

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td { border: 1px solid #e5e5e5; padding: 0; }

table.ui-datepicker-calendar thead { background-color: #ccc; }

table.ui-datepicker-calendar thead th { font-weight: 700; font-size: 14px; padding: 12px; }

table.ui-datepicker-calendar tbody td a { color: #2A2D3B; text-align: center; display: block; padding: 12px; cursor: pointer; }

table.ui-datepicker-calendar tbody td a:hover { background-color: #C50000; color: #fff; text-decoration: none; }

table.ui-datepicker-calendar tbody td.ui-datepicker-today a { background-color: #C50000; color: #fff; }

/*===============================
=            Address            =
===============================*/
.gform_wrapper .ginput_complex .address_country { background: none; position: relative; }

.gform_wrapper .ginput_complex .address_country select { background: transparent; width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.gform_wrapper .ginput_complex .address_country select::-ms-expand { display: none; }

.gform_wrapper .ginput_complex .address_country:after { font-family: 'icomoon'; speak: none; 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; content: ""; font-size: 13px; display: block; position: absolute; right: 15px; top: 50%; z-index: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media (min-width: 768px) { .gf-address-col-2 .ginput_complex, .gf-address-col-3 .ginput_complex { margin-left: -10px; margin-right: -10px; }
  .gf-address-col-2 .ginput_complex .address_country:after, .gf-address-col-3 .ginput_complex .address_country:after { right: 25px; }
  .gf-address-col-2 .ginput_complex span, .gf-address-col-3 .ginput_complex span { float: left; padding: 0 10px; margin-right: 0 !important; }
  .gf-address-col-2 .ginput_complex input, .gf-address-col-2 .ginput_complex select, .gf-address-col-3 .ginput_complex input, .gf-address-col-3 .ginput_complex select { width: 100%; }
  .gf-address-col-2 .ginput_complex span { width: 50%; }
  .gf-address-col-3 .ginput_complex span { width: 33.333333%; } }

/*==========  File Upload  ==========*/
input[type="file"] { width: auto; }

.ginput_container_fileupload input[type="file"], .ginput_container_fileupload .gform_button_select_files { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; padding: 15px 30px; border: 1px solid #B8BBC6; }

.ginput_container_fileupload input[type="file"]:hover, .ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:hover, .ginput_container_fileupload .gform_button_select_files:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:focus { outline: none; }

.ginput_container_fileupload input[type="file"] { text-transform: uppercase; }

.ginput_container_fileupload + div .ginput_preview { padding: 7px 0; }

.ginput_container_fileupload + div .ginput_preview .gform_delete { display: inline-block; margin-right: 3px; }

.ginput_container_fileupload [id^="extensions_message"] { display: block; color: #999; font-size: 14px; margin: 5px 0 0; }

.ginput_container_fileupload .validation_message { background-color: transparent; padding: 0; margin-bottom: 10px; }

.ginput_container_fileupload .validation_message ul { margin: 0; }

.ginput_container_fileupload .validation_message li { background-color: red; padding: 10px; margin: 2px; }

.gform_drop_area { display: inline-block; background: transparent; color: #2A2D3B; line-height: 1.2; min-width: auto; padding: 5px 15px !important; border: none; border-bottom: 1px solid #B8BBC6; border-radius: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.gform_drop_area:-moz-placeholder { color: #888DA4; }

.gform_drop_area::-moz-placeholder { color: #888DA4; }

.gform_drop_area:-ms-input-placeholder { color: #888DA4; }

.gform_drop_area::-webkit-input-placeholder { color: #888DA4; }

.gform_drop_area:focus { border-color: #C50000; outline: none; }

.gform_drop_area:focus:-moz-placeholder { color: transparent; }

.gform_drop_area:focus::-moz-placeholder { color: transparent; }

.gform_drop_area:focus:-ms-input-placeholder { color: transparent; }

.gform_drop_area:focus::-webkit-input-placeholder { color: transparent; }

.gform_drop_area:visited { border-color: #2A2D3B; }

@media (min-width: 768px) { .gform_drop_area { padding: 15px 20px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { .gform_drop_area { font-size: 16px !important; } }

.gform_drop_area input[type="button"] { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; background: #2A2D3B; color: #fff; padding: 15px 30px; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_drop_area input[type="button"]:focus { outline: none; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus, .gform_drop_area input[type="button"]:active { background: #1b1d26; color: #fff; }

.gform_drop_instructions { color: #aaa; display: block; margin-bottom: 10px; }

/*==========  End of File Upload  ==========*/
/*==========  List  ==========*/
table.gfield_list .gfield_list_cell { padding-left: 0; }

table.gfield_list th { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; padding-left: 0; }

/*==========  List  ==========*/
/*=====================================
=            Submit & Save            =
=====================================*/
.gform_footer { clear: both; position: relative; padding-top: 20px; }

.gform_footer input[type="submit"] { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; border: 2px solid #C50000; background: #C50000; color: #ffffff; min-width: 160px; padding: 10px 20px; }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_footer input[type="submit"]:focus { outline: none; }

@media (min-width: 768px) { .gform_footer input[type="submit"] { padding: 15px 30px; } }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus, .gform_footer input[type="submit"]:active { background: #990606; border: 2px solid #990606; color: #ffffff; }

.gform_footer .gform_save_link { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; background: #2A2D3B; color: #fff; padding: 15px 30px; margin-left: 20px; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_footer .gform_save_link:focus { outline: none; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_save_link:active { background: #1b1d26; color: #fff; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_save_link:active { background: #2A2D3B; color: #fff; }

/*=================================================
=            Confirmation & Validation            =
=================================================*/
.gforms_confirmation_message { text-align: center; line-height: 1.4; }

.validation_error { text-align: center; line-height: 1.4; }

.validation_message { background-color: red; color: #fff !important; font-style: normal !important; font-size: 14px !important; clear: both; display: inline-block; padding: 3px 5px; margin-top: 0 !important; margin-bottom: 5px; position: relative; top: 5px; }

.gform_confirmation_message { text-align: center; line-height: 1.4; }

.gform_confirmation_message:last-child { margin-bottom: 0; }

.gfield.gform_hidden { margin-bottom: 0 !important; }

.gform_ajax_spinner { margin-left: 10px; }

/*======================================
=            Custom Classes            =
======================================*/
.gfield_html.gf-divider { margin-top: 60px; border-top: 1px solid rgba(42, 45, 59, 0.2); margin-bottom: 50px; }

.gf-full-width input, .gf-full-width textarea, .gf-full-width select, .gf-full-width .gform_drop_area, .gf-full-width table { width: 100%; }

.gform-full-width input[type="text"], .gform-full-width input[type="number"], .gform-full-width input[type="file"], .gform-full-width input[type="tel"], .gform-full-width input[type="url"], .gform-full-width select, .gform-full-width textarea, .gform-full-width .gform_drop_area, .gform-full-width .gfield_list { width: 100%; }

.gform-full-width .gfield_list .gfield_list_cell { width: 75%; }

.gform-full-width .gfield_list .gfield_list_icons { width: 25%; }

/*=============================================
=            Custom Checkbox/Radio            =
=============================================*/
/*----------  Inline  ----------*/
@media (min-width: 768px) { .gfield.gf-list-inline .gfield_checkbox > li, .gfield.gf-list-inline .gfield_radio > li { float: left; margin-right: 15px !important; }
  .gfield.gf-list-inline .gfield_checkbox > li:last-child, .gfield.gf-list-inline .gfield_radio > li:last-child { margin-right: 0 !important; } }

/* Two Colums */
@media (min-width: 768px) { .gfield.gf-list-inline-2 .gfield_checkbox, .gfield.gf-list-inline-2 .gfield_radio { margin: 0 -15px; }
  .gfield.gf-list-inline-2 .gfield_checkbox > li, .gfield.gf-list-inline-2 .gfield_radio > li { float: left; width: 50%; padding: 0 15px; }
  .gfield.gf-list-inline-2 .gfield_checkbox > li:nth-child(2n+1), .gfield.gf-list-inline-2 .gfield_radio > li:nth-child(2n+1) { clear: both; } }

/*----------  Covered  ----------*/
@media (min-width: 768px) { .gfield.gf-list-enhanced.gf-list-inline-2 .gfield_checkbox label:before, .gfield.gf-list-enhanced.gf-list-inline-2 .gfield_radio label:before { left: 15px; } }

.gfield.gf-list-enhanced .gfield_checkbox > li, .gfield.gf-list-enhanced .gfield_radio > li { position: relative; margin-bottom: 0; }

.gfield.gf-list-enhanced .gfield_checkbox label, .gfield.gf-list-enhanced .gfield_radio label { line-height: 1.3; display: inline-block; padding: 10px 15px 10px 30px; margin-bottom: 0; margin-left: 0; }

.gfield.gf-list-enhanced .gfield_checkbox label:before, .gfield.gf-list-enhanced .gfield_radio label:before { font-family: 'icomoon'; speak: none; 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; font-size: 21px; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gfield.gf-list-enhanced .gfield_checkbox input[type="radio"], .gfield.gf-list-enhanced .gfield_checkbox input[type="checkbox"], .gfield.gf-list-enhanced .gfield_radio input[type="radio"], .gfield.gf-list-enhanced .gfield_radio input[type="checkbox"] { display: none; }

/*----------  List Fullwidth  ----------*/
.gfield.gf-list-full-width .gfield_checkbox label, .gfield.gf-list-full-width .gfield_radio label { display: block; margin-left: 0; }

.gfield.gf-list-full-width .gfield_checkbox input[type="text"], .gfield.gf-list-full-width .gfield_radio input[type="text"] { width: 100%; }

/*=======================================
=            Custom Checkbox            =
=======================================*/
.gfield.gf-list-enhanced .gfield_checkbox label:before { content: ""; }

.gfield.gf-list-enhanced .gfield_checkbox input[type="checkbox"]:checked + label:before { content: ""; }

/*====================================
=            Custom Radio            =
====================================*/
.gfield.gf-list-enhanced .gfield_radio label:before { content: ""; }

.gfield.gf-list-enhanced .gfield_radio input[type="radio"]:checked + label:before { content: ""; }

.gfield.gf-list-enhanced:not([class*="gf-list-inline"]) input[type="text"] { margin-top: 10px; }

/*=============================================
=            Custom Rows & Columns            =
=============================================*/
.gform_body .gf-row { padding: 0; }

.gform_body .gf-row ul { list-style: none; margin-left: 0; margin-top: 0; }

.gform_body .gf-row ul:before, .gform_body .gf-row ul:after { content: " "; display: table; }

.gform_body .gf-row ul:after { clear: both; }

.gform_body .gf-row input[type="text"], .gform_body .gf-row textarea, .gform_body .gf-row select { width: 100%; }

.gform_body .gf-row .gfield_html { display: none; }

@media (max-width: 767px) { .gform_body .gf-row .gfield.gf-col-2:nth-last-child(2), .gform_body .gf-row .gfield.gf-col-3:nth-last-child(2) { margin-bottom: 0; } }

@media (min-width: 768px) { .gform_body .gf-row { margin-left: -10px; margin-right: -10px; }
  .gform_body .gf-row .gfield.gf-col-2, .gform_body .gf-row .gfield.gf-col-3 { float: left; padding: 0 10px; margin-bottom: 0; }
  .gform_body .gf-row .gfield.gf-col-2 { width: 50%; }
  .gform_body .gf-row .gfield.gf-col-3 { width: 33.333333%; } }

.gform_body .gf-block-row { list-style: none; margin-left: 0; margin-top: 0; }

.gform_body .gf-block-row:before, .gform_body .gf-block-row:after { content: " "; display: table; }

.gform_body .gf-block-row:after { clear: both; }

.gform_body .gf-block-row .gf-block-col-2 .gfield_html { display: none; }

.gform_body .gf-block-row .gf-block-col-2 .gfield_html.custom-html-text { display: block; }

.gform_body .gf-block-row input, .gform_body .gf-block-row textarea, .gform_body .gf-block-row select { width: 100%; }

.gform_body .gf-block-row .gfield_html { margin-bottom: 0; }

@media (min-width: 768px) { .gform_body .gf-block-row { margin-left: -15px; margin-right: -15px; }
  .gform_body .gf-block-row .gf-block-col-2 { float: left; width: 50%; padding: 0 15px; }
  .gform_body .gf-block-row .gf-block-col-2:last-child { padding-top: 10px; } }

@media (min-width: 992px) { .gform_body .gf-block-row { margin-left: -30px; margin-right: -30px; }
  .gform_body .gf-block-row .gf-block-col-2 { padding: 0 30px; } }

.gform_body .gfield.gf-label-hide .gfield_label, .gform_body .gfield.gf-sublabel-hide .ginput_complex label, .gform_body .gfield.gf-sublabel-hide .ginput_container_date label, .gform_body .gfield.gf-sublabel-hide .ginput_container_time label { visibility: hidden; opacity: 0; font-size: 0; height: 0; margin-bottom: 0; }

.gform_body .gfield.gf-label-transparent .gfield_label { visibility: hidden; opacity: 0; }

.gform_body .gfield.gf-search-hide .chosen-search { display: none !important; }

@media (min-width: 768px) { .gform_body .gfield.gf-label-inline { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .gform_body .gfield.gf-label-inline .gfield_label { margin-right: 20px; margin-bottom: 0; }
  .gform_body .gfield.gf-label-inline .gfield_description { margin-left: 10px; margin-bottom: 0; } }

.gfield.gform_validation_container { display: none !important; }

.gplaceholder .gform_body .gfield .gfield_label { display: none; }

.gf-display-label .gfield_label { display: block !important; }

.table-expanded, .table-mixed { width: 100%; }

.table-striped tbody tr:nth-child(odd), .table-mixed tbody tr:nth-child(odd) { background-color: #f9f9f9; }

.table-bordered th, .table-mixed th, .table-bordered td, .table-mixed td { border: 1px solid #e5e5e5; }

.btn-input-clone { background-color: transparent; font-size: 16px; line-height: 1.2; text-transform: uppercase; padding-top: 5px; padding-bottom: 5px; border: 1px solid transparent; }

@media (min-width: 768px) { .btn-input-clone { padding-top: 15px; padding-bottom: 15px; } }

.btn-primary { border: 2px solid #C50000; background: #C50000; color: #ffffff; min-width: 160px; padding: 10px 20px; }

@media (min-width: 768px) { .btn-primary { padding: 15px 30px; } }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #990606; border: 2px solid #990606; color: #ffffff; }

.btn-secondary { background: #2A2D3B; color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { background: #1b1d26; color: #fff; }

.btn-red { border: 2px solid #C50000; background: #C50000; color: #ffffff; min-width: 160px; padding: 10px 20px; }

@media (min-width: 768px) { .btn-red { padding: 15px 30px; } }

.btn-red:hover, .btn-red:focus, .btn-red:active { background: #990606; border: 2px solid #990606; color: #ffffff; }

.btn-red-border { border: 2px solid #C50000; color: #C50000; background: #ffffff; min-width: 160px; padding: 10px 20px; }

@media (min-width: 768px) { .btn-red-border { padding: 15px 30px; } }

.btn-red-border:hover, .btn-red-border:focus, .btn-red-border:active { color: #ffffff; background: #C50000; }

.btn-white { border: 2px solid #ffffff; color: #2A2D3B; background: #ffffff; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); min-width: 160px; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 20px; }

@media (min-width: 768px) { .btn-white { padding: 15px 30px; } }

.btn-white:hover, .btn-white:focus, .btn-white:active { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.btn-white-border { border: 2px solid #ffffff; color: #ffffff; background: transparent; -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); min-width: 160px; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 20px; }

@media (min-width: 768px) { .btn-white-border { padding: 15px 30px; } }

@media (min-width: 992px) { .btn-white-border { min-width: 210px; } }

.btn-white-border:hover, .btn-white-border:focus, .btn-white-border:active { background: #ffffff; color: #2A2D3B; }

.btn-red-border-arrow { border: 2px solid #C50000; color: #C50000; background: #ffffff; min-width: 160px; padding: 15px 30px; }

.btn-red-border-arrow:hover, .btn-red-border-arrow:focus, .btn-red-border-arrow:active { color: #ffffff; background: #C50000; }

.btn-red-border-arrow:hover:before, .btn-red-border-arrow:focus:before, .btn-red-border-arrow:active:before { -webkit-animation: moveLeftRight 1s infinite; -moz-animation: moveLeftRight 1s infinite; -ms-animation: moveLeftRight 1s infinite; -o-animation: moveLeftRight 1s infinite; animation: moveLeftRight 1s infinite; }

.btn-red-border-arrow:before { font-family: 'icomoon'; speak: none; 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; content: "\e094"; font-weight: bold; padding-right: 15px; position: relative; top: 1px; display: inline-block; font-size: 1.125rem; }

.btn-grey-border-bottom { border-bottom: 3px solid #888DA4; color: #888DA4; background: transparent; min-width: 160px; padding: 10px 20px; font-size: 0.6875rem; position: relative; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -ms-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; }

@media (min-width: 768px) { .btn-grey-border-bottom { padding: 15px 30px; min-width: 270px; } }

.btn-grey-border-bottom:hover, .btn-grey-border-bottom:focus, .btn-grey-border-bottom:active { color: #ffffff; }

.btn-grey-border-bottom:hover:after, .btn-grey-border-bottom:focus:after, .btn-grey-border-bottom:active:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.btn-grey-border-bottom:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #888DA4; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.btn-xs { padding: 5px 10px; }

.btn-sm { padding: 10px 20px; }

.btn-md { padding: 15px 30px; }

.btn-lg { padding: 20px 40px; }

.btn-xlg { padding: 25px 50px; }

.btn-block { display: block; width: 100%; }

.i-upload:before { content: "\e90b"; }

.i-chevron-thin-down:before { content: "\e615"; }

.i-chevron-thin-left:before { content: "\e616"; }

.i-chevron-thin-right:before { content: "\e617"; }

.i-chevron-thin-up:before { content: "\e618"; }

.i-chevron-with-circle-down:before { content: "\e619"; }

.i-chevron-with-circle-left:before { content: "\e61a"; }

.i-chevron-with-circle-right:before { content: "\e61b"; }

.i-chevron-with-circle-up:before { content: "\e61c"; }

.i-linkedin:before { content: "\e62b"; }

.i-twitter:before { content: "\e631"; }

.i-search:before { content: "\e906"; }

.i-mail:before { content: "\e908"; }

.i-phone:before { content: "\e909"; }

.i-share:before { content: "\e90a"; }

.i-instagram:before { content: "\e905"; }

.i-down-squeeze-arrow:before { content: "\e901"; }

.i-left-squeeze--arrow:before { content: "\e902"; }

.i-right-squeeze-arrow:before { content: "\e903"; }

.i-up-squeeze--arrow:before { content: "\e904"; }

.i-calendar:before { content: "\e60d"; }

.i-chat:before { content: "\e60e"; }

.i-home:before { content: "\e60f"; }

.i-launch:before { content: "\e611"; }

.i-pause-circle-outline:before { content: "\e601"; }

.i-play-circle-outline:before { content: "\e602"; }

.i-comment:before { content: "\e603"; }

.i-email:before { content: "\e613"; }

.i-location-on:before { content: "\e604"; }

.i-play_arrow:before { content: "\e900"; }

.i-favorite-outline:before { content: "\e600"; }

.i-home:before { content: "\e60f"; }

.i-launch:before { content: "\e611"; }

.i-pause-circle-outline:before { content: "\e601"; }

.i-play-circle-outline:before { content: "\e602"; }

.i-comment:before { content: "\e603"; }

.i-email:before { content: "\e613"; }

.i-location-on:before { content: "\e604"; }

.i-send:before { content: "\e614"; }

.i-check:before { content: "\e61d"; }

.i-close:before { content: "\e62e"; }

.i-menu:before { content: "\e62f"; }

.i-check-box:before { content: "\e606"; }

.i-check-box-outline-blank:before { content: "\e607"; }

.i-radio-button-off:before { content: "\e608"; }

.i-radio-button-on:before { content: "\e609"; }

.i-square-check:before { content: "\e046"; }

.i-square-cross:before { content: "\e047"; }

.i-arrow-left:before { content: "\e094"; }

.i-arrow-right:before { content: "\e095"; }

.i-arrow-up:before { content: "\e096"; }

.i-arrow-down:before { content: "\e097"; }

.i-facebook:before { content: "\e907"; }

/*=====================================
=            Miscellaneous            =
=====================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) { .img-retina { display: inline-block; }
  .img-non-retina { display: none; } }

@media not screen and (-webkit-min-device-pixel-ratio: 1.25), not screen and (min--moz-device-pixel-ratio: 1.25), not screen and (-o-min-device-pixel-ratio: 1.25 / 1), not screen and (min-device-pixel-ratio: 1.25), not screen and (max-resolution: 200dpi), not screen and (max-resolution: 1.25dppx) { .img-retina { display: none; }
  .img-non-retina { display: inline-block; } }

.section-top-separator-line { border-top: 1px solid #ddd; }

.section-bottom-separator-line { border-bottom: 1px solid #ddd; }

.btn-load-more.js-active { opacity: 1; }

.btn-load-more.js-disabled { cursor: default; pointer-events: none; opacity: .3; }

@media (min-width: 768px) { .flex-vertical-center { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; } }

.list-unstyled { list-style: none; margin-left: 0; }

.limit-content { max-width: 62.5rem; margin: 0 auto; }

.max-width-none { max-width: none; }

.overflow-hidden { overflow: hidden; }

/*===================================
=            Backgrounds            =
===================================*/
.bg-cover { background-repeat: no-repeat; background-position: center; background-size: cover; }

.bg-grey { background-color: #ddd; }

.bg-solitude { background-color: #DEE1EB; }

.bg-overlay-black { position: relative; }

.bg-overlay-black * { color: #fff; }

.bg-overlay-black:before { content: ''; background-color: rgba(0, 0, 0, 0.5); display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

/*==============================
=            Images            =
==============================*/
.img-responsive { width: auto; height: auto; }

@media (max-width: 767px) { .img-limit-block-xs-2 img { max-height: 200px; } }

@media (max-width: 767px) { .img-limit-block-xs-3 img { max-height: 200px; } }

/*================================
=            Position            =
================================*/
.static { position: static; }

.relative { position: relative; }

.fixed { position: fixed; }

.absolute { position: absolute; }

/*==================================
=            Icon Fonts            =
==================================*/
.i-font-before:before { font-family: 'icomoon'; speak: none; 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; }

.i-font-after:after { font-family: 'icomoon'; speak: none; 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; }

/*==================================
=            Text/Fonts            =
==================================*/
.color-primary { color: #C50000 !important; }

.color-secondary { color: #2A2D3B !important; }

.color-white { color: #ffffff; }

.color-black { color: #2A2D3B; }

.color-grey { color: #888DA4; }

.color-echo-blue { color: #ADB4D1; }

.color-solitude { color: #DEE1EB; }

.colo-base { color: #2A2D3B; }

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

@media (max-width: 767px) { .text-center-xs { text-align: center; } }

@media (min-width: 768px) { .text-center-sm { text-align: center; } }

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

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-truncate { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.text-underline { text-decoration: underline; }

.lead, .big { font-size: 20px; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.semi-bold { font-weight: 600; }

.bold { font-weight: 700; }

.caps { text-transform: uppercase; }

.capitalize { text-transform: capitalize; }

.italic { font-style: italic; }

/*=============================
=            Float            =
=============================*/
.pull-left { float: left !important; }

.push-right { float: right !important; }

.align-left, .alignleft { float: left; margin: 0 25px 10px 0; }

.align-right, .alignright { float: right; margin: 0 0 10px 25px; }

.align-center, .aligncenter { clear: both; display: block; margin: 0 auto 15px auto; }

/* img.align-left, img.alignleft, img.align-right, img.alignright, img.align-center, img.aligncenter {} */
/*===============================
=            Display            =
===============================*/
.inline { display: inline; }

.inline-block { display: inline-block; }

.hidden, .hide { display: none !important; }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }

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

@media (min-width: 992px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.block, .show { display: block !important; }

@media (max-width: 767px) { .show-xs { display: block !important; } }

@media (min-width: 768px) { .show-sm { display: block !important; } }

@media (min-width: 992px) { .show-md { display: block !important; } }

@media (min-width: 1200px) { .show-lg { display: block !important; } }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

.flex { display: -webkit-flex; display: flex; }

@media (max-width: 767px) { .flex-xs { display: -webkit-flex; display: flex; } }

@media (min-width: 768px) { .flex-sm { display: -webkit-flex; display: flex; } }

@media (min-width: 992px) { .flex-md { display: -webkit-flex; display: flex; } }

@media (min-width: 1200px) { .flex-lg { display: -webkit-flex; display: flex; } }

/*=============================
=            Clear            =
=============================*/
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.clear { clear: both !important; }

.clear-left { clear: left !important; }

.clear-right { clear: right !important; }

/*======================================
=            Padding/Margin            =
======================================*/
.padding-0 { padding-top: 0; padding-bottom: 0; }

.padding-top-0 { padding-top: 0; }

.padding-bottom-0 { padding-bottom: 0; }

.margin-0 { margin: 0 !important; }

.margin-top-0 { margin-top: 0 !important; }

.margin-bottom-0 { margin-bottom: 0 !important; }

.padding-1 { padding-top: 15px; padding-bottom: 15px; }

.padding-top-1 { padding-top: 15px; }

.padding-bottom-1 { padding-bottom: 15px; }

.margin-1 { margin: 15px !important; margin: 15px !important; }

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

.margin-bottom-1 { margin-bottom: 15px !important; }

.padding-2 { padding-top: 30px; padding-bottom: 30px; }

.padding-top-2 { padding-top: 30px; }

.padding-bottom-2 { padding-bottom: 30px; }

.margin-2 { margin: 30px !important; margin: 30px !important; }

.margin-top-2 { margin-top: 30px !important; }

.margin-bottom-2 { margin-bottom: 30px !important; }

.padding-3 { padding-top: 50px; padding-bottom: 50px; }

.padding-top-3 { padding-top: 50px; }

.padding-bottom-3 { padding-bottom: 50px; }

.margin-3 { margin: 50px !important; margin: 50px !important; }

.margin-top-3 { margin-top: 50px !important; }

.margin-bottom-3 { margin-bottom: 50px !important; }

.padding-4 { padding-top: 70px; padding-bottom: 70px; }

.padding-top-4 { padding-top: 70px; }

.padding-bottom-4 { padding-bottom: 70px; }

.margin-4 { margin: 70px !important; margin: 70px !important; }

.margin-top-4 { margin-top: 70px !important; }

.margin-bottom-4 { margin-bottom: 70px !important; }

.padding-5 { padding-top: 90px; padding-bottom: 90px; }

.padding-top-5 { padding-top: 90px; }

.padding-bottom-5 { padding-bottom: 90px; }

.margin-5 { margin: 90px !important; margin: 90px !important; }

.margin-top-5 { margin-top: 90px !important; }

.margin-bottom-5 { margin-bottom: 90px !important; }

.padding-6 { padding-top: 120px; padding-bottom: 120px; }

.padding-top-6 { padding-top: 120px; }

.padding-bottom-6 { padding-bottom: 120px; }

.margin-6 { margin: 120px !important; margin: 120px !important; }

.margin-top-6 { margin-top: 120px !important; }

.margin-bottom-6 { margin-bottom: 120px !important; }

.padding-7 { padding-top: 150px; padding-bottom: 150px; }

.padding-top-7 { padding-top: 150px; }

.padding-bottom-7 { padding-bottom: 150px; }

.margin-7 { margin: 150px !important; margin: 150px !important; }

.margin-top-7 { margin-top: 150px !important; }

.margin-bottom-7 { margin-bottom: 150px !important; }

/* Change higher paddings small on mobile */
@media (max-width: 767px) { .padding-4 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-4 { padding-top: 50px; }
  .padding-bottom-4 { padding-bottom: 50px; }
  .margin-4 { margin: 50px !important; margin: 50px !important; }
  .margin-top-4 { margin-top: 50px !important; }
  .margin-bottom-4 { margin-bottom: 50px !important; }
  .padding-5 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-5 { padding-top: 50px; }
  .padding-bottom-5 { padding-bottom: 50px; }
  .margin-5 { margin: 50px !important; margin: 50px !important; }
  .margin-top-5 { margin-top: 50px !important; }
  .margin-bottom-5 { margin-bottom: 50px !important; }
  .padding-6 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-6 { padding-top: 50px; }
  .padding-bottom-6 { padding-bottom: 50px; }
  .margin-6 { margin: 50px !important; margin: 50px !important; }
  .margin-top-6 { margin-top: 50px !important; }
  .margin-bottom-6 { margin-bottom: 50px !important; }
  .padding-7 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-7 { padding-top: 50px; }
  .padding-bottom-7 { padding-bottom: 50px; }
  .margin-7 { margin: 50px !important; margin: 50px !important; }
  .margin-top-7 { margin-top: 50px !important; }
  .margin-bottom-7 { margin-bottom: 50px !important; } }

/* MQ classes */
@media (max-width: 767px) { .padding-xs-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-xs-1 { padding-top: 15px; }
  .padding-bottom-xs-1 { padding-bottom: 15px; }
  .margin-xs-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-xs-1 { margin-top: 15px !important; }
  .margin-bottom-xs-1 { margin-bottom: 15px !important; }
  .padding-xs-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-xs-2 { padding-top: 30px; }
  .padding-bottom-xs-2 { padding-bottom: 30px; }
  .margin-xs-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-xs-2 { margin-top: 30px !important; }
  .margin-bottom-xs-2 { margin-bottom: 30px !important; }
  .padding-xs-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-xs-3 { padding-top: 50px; }
  .padding-bottom-xs-3 { padding-bottom: 50px; }
  .margin-xs-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-xs-3 { margin-top: 50px !important; }
  .margin-bottom-xs-3 { margin-bottom: 50px !important; }
  .padding-xs-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-xs-4 { padding-top: 70px; }
  .padding-bottom-xs-4 { padding-bottom: 70px; }
  .margin-xs-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-xs-4 { margin-top: 70px !important; }
  .margin-bottom-xs-4 { margin-bottom: 70px !important; }
  .padding-xs-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-xs-5 { padding-top: 90px; }
  .padding-bottom-xs-5 { padding-bottom: 90px; }
  .margin-xs-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-xs-5 { margin-top: 90px !important; }
  .margin-bottom-xs-5 { margin-bottom: 90px !important; }
  .padding-xs-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-xs-6 { padding-top: 120px; }
  .padding-bottom-xs-6 { padding-bottom: 120px; }
  .margin-xs-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-xs-6 { margin-top: 120px !important; }
  .margin-bottom-xs-6 { margin-bottom: 120px !important; }
  .padding-xs-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-xs-7 { padding-top: 150px; }
  .padding-bottom-xs-7 { padding-bottom: 150px; }
  .margin-xs-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-xs-7 { margin-top: 150px !important; }
  .margin-bottom-xs-7 { margin-bottom: 150px !important; } }

@media (min-width: 768px) { .padding-sm-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-sm-1 { padding-top: 15px; }
  .padding-bottom-sm-1 { padding-bottom: 15px; }
  .margin-sm-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-sm-1 { margin-top: 15px !important; }
  .margin-bottom-sm-1 { margin-bottom: 15px !important; }
  .padding-sm-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-sm-2 { padding-top: 30px; }
  .padding-bottom-sm-2 { padding-bottom: 30px; }
  .margin-sm-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-sm-2 { margin-top: 30px !important; }
  .margin-bottom-sm-2 { margin-bottom: 30px !important; }
  .padding-sm-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-sm-3 { padding-top: 50px; }
  .padding-bottom-sm-3 { padding-bottom: 50px; }
  .margin-sm-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-sm-3 { margin-top: 50px !important; }
  .margin-bottom-sm-3 { margin-bottom: 50px !important; }
  .padding-sm-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-sm-4 { padding-top: 70px; }
  .padding-bottom-sm-4 { padding-bottom: 70px; }
  .margin-sm-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-sm-4 { margin-top: 70px !important; }
  .margin-bottom-sm-4 { margin-bottom: 70px !important; }
  .padding-sm-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-sm-5 { padding-top: 90px; }
  .padding-bottom-sm-5 { padding-bottom: 90px; }
  .margin-sm-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-sm-5 { margin-top: 90px !important; }
  .margin-bottom-sm-5 { margin-bottom: 90px !important; }
  .padding-sm-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-sm-6 { padding-top: 120px; }
  .padding-bottom-sm-6 { padding-bottom: 120px; }
  .margin-sm-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-sm-6 { margin-top: 120px !important; }
  .margin-bottom-sm-6 { margin-bottom: 120px !important; }
  .padding-sm-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-sm-7 { padding-top: 150px; }
  .padding-bottom-sm-7 { padding-bottom: 150px; }
  .margin-sm-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-sm-7 { margin-top: 150px !important; }
  .margin-bottom-sm-7 { margin-bottom: 150px !important; } }

@media (min-width: 992px) { .padding-md-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-md-1 { padding-top: 15px; }
  .padding-bottom-md-1 { padding-bottom: 15px; }
  .margin-md-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-md-1 { margin-top: 15px !important; }
  .margin-bottom-md-1 { margin-bottom: 15px !important; }
  .padding-md-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-md-2 { padding-top: 30px; }
  .padding-bottom-md-2 { padding-bottom: 30px; }
  .margin-md-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-md-2 { margin-top: 30px !important; }
  .margin-bottom-md-2 { margin-bottom: 30px !important; }
  .padding-md-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-md-3 { padding-top: 50px; }
  .padding-bottom-md-3 { padding-bottom: 50px; }
  .margin-md-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-md-3 { margin-top: 50px !important; }
  .margin-bottom-md-3 { margin-bottom: 50px !important; }
  .padding-md-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-md-4 { padding-top: 70px; }
  .padding-bottom-md-4 { padding-bottom: 70px; }
  .margin-md-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-md-4 { margin-top: 70px !important; }
  .margin-bottom-md-4 { margin-bottom: 70px !important; }
  .padding-md-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-md-5 { padding-top: 90px; }
  .padding-bottom-md-5 { padding-bottom: 90px; }
  .margin-md-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-md-5 { margin-top: 90px !important; }
  .margin-bottom-md-5 { margin-bottom: 90px !important; }
  .padding-md-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-md-6 { padding-top: 120px; }
  .padding-bottom-md-6 { padding-bottom: 120px; }
  .margin-md-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-md-6 { margin-top: 120px !important; }
  .margin-bottom-md-6 { margin-bottom: 120px !important; }
  .padding-md-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-md-7 { padding-top: 150px; }
  .padding-bottom-md-7 { padding-bottom: 150px; }
  .margin-md-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-md-7 { margin-top: 150px !important; }
  .margin-bottom-md-7 { margin-bottom: 150px !important; } }

@media (min-width: 1200px) { .padding-lg-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-lg-1 { padding-top: 15px; }
  .padding-bottom-lg-1 { padding-bottom: 15px; }
  .margin-lg-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-lg-1 { margin-top: 15px !important; }
  .margin-bottom-lg-1 { margin-bottom: 15px !important; }
  .padding-lg-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-lg-2 { padding-top: 30px; }
  .padding-bottom-lg-2 { padding-bottom: 30px; }
  .margin-lg-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-lg-2 { margin-top: 30px !important; }
  .margin-bottom-lg-2 { margin-bottom: 30px !important; }
  .padding-lg-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-lg-3 { padding-top: 50px; }
  .padding-bottom-lg-3 { padding-bottom: 50px; }
  .margin-lg-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-lg-3 { margin-top: 50px !important; }
  .margin-bottom-lg-3 { margin-bottom: 50px !important; }
  .padding-lg-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-lg-4 { padding-top: 70px; }
  .padding-bottom-lg-4 { padding-bottom: 70px; }
  .margin-lg-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-lg-4 { margin-top: 70px !important; }
  .margin-bottom-lg-4 { margin-bottom: 70px !important; }
  .padding-lg-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-lg-5 { padding-top: 90px; }
  .padding-bottom-lg-5 { padding-bottom: 90px; }
  .margin-lg-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-lg-5 { margin-top: 90px !important; }
  .margin-bottom-lg-5 { margin-bottom: 90px !important; }
  .padding-lg-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-lg-6 { padding-top: 120px; }
  .padding-bottom-lg-6 { padding-bottom: 120px; }
  .margin-lg-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-lg-6 { margin-top: 120px !important; }
  .margin-bottom-lg-6 { margin-bottom: 120px !important; }
  .padding-lg-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-lg-7 { padding-top: 150px; }
  .padding-bottom-lg-7 { padding-bottom: 150px; }
  .margin-lg-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-lg-7 { margin-top: 150px !important; }
  .margin-bottom-lg-7 { margin-bottom: 150px !important; } }

@media (max-width: 767px) { .padding-xs-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-xs-0 { padding-top: 0; }
  .padding-bottom-xs-0 { padding-bottom: 0; }
  .margin-xs-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-xs-0 { margin-top: 0 !important; }
  .margin-bottom-xs-0 { margin-bottom: 0 !important; } }

@media (min-width: 768px) { .padding-sm-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-sm-0 { padding-top: 0; }
  .padding-bottom-sm-0 { padding-bottom: 0; }
  .margin-sm-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-sm-0 { margin-top: 0 !important; }
  .margin-bottom-sm-0 { margin-bottom: 0 !important; } }

@media (min-width: 992px) { .padding-md-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-md-0 { padding-top: 0; }
  .padding-bottom-md-0 { padding-bottom: 0; }
  .margin-md-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-md-0 { margin-top: 0 !important; }
  .margin-bottom-md-0 { margin-bottom: 0 !important; } }

@media (min-width: 1200px) { .padding-lg-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-lg-0 { padding-top: 0; }
  .padding-bottom-lg-0 { padding-bottom: 0; }
  .margin-lg-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-lg-0 { margin-top: 0 !important; }
  .margin-bottom-lg-0 { margin-bottom: 0 !important; } }

/*===========================
=            WOW            =
===========================*/
.wow { visibility: hidden; }

@media (max-width: 767px) { .wow { visibility: visible !important; -webkit-animation: none !important; -moz-animation: none !important; -ms-animation: none !important; -o-animation: none !important; animation: none !important; } }

.no-mutationobserver .wow { visibility: visible !important; -webkit-animation: none !important; -moz-animation: none !important; -ms-animation: none !important; -o-animation: none !important; animation: none !important; }

/*======================================
=            Screen Readers            =
======================================*/
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/*===============================
=            Spinner            =
===============================*/
.loading-dots, .loading-dots:before, .loading-dots:after { border-radius: 50%; width: 15px; height: 15px; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; -moz-animation: load7 1.8s infinite ease-in-out; -ms-animation: load7 1.8s infinite ease-in-out; -o-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; }

.loading-dots { color: #000; font-size: 10px; margin: 0 auto 40px; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; opacity: 0; visibility: hidden; }

.loading-dots.js-active { visibility: visible; opacity: 1; }

.loading-dots:before, .loading-dots:after { content: ''; position: absolute; top: 0; }

.loading-dots:before { left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }

.loading-dots:after { left: 3.5em; }

@-moz-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

@-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

@-o-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

@-ms-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

@keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

.loading-spinner, .loading-spinner:after { border-radius: 50%; width: 20px; height: 20px; }

.loading-spinner { position: relative; border-top: 3px solid rgba(0, 0, 0, 0.2); border-right: 3px solid rgba(0, 0, 0, 0.2); border-bottom: 3px solid rgba(0, 0, 0, 0.2); border-left: 3px solid #000; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; -moz-animation: load8 1.1s infinite linear; -ms-animation: load8 1.1s infinite linear; -o-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; }

@-moz-keyframes load8 { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes load8 { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes load8 { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.p2 { font-family: "Merriweather", serif; font-size: 1.0625rem; font-weight: 700; line-height: 1.6; }

@media (min-width: 768px) { .p2 { line-height: 1.8; } }

.font-opensans { font-family: "Open Sans", sans-serif; }

.font-merriweather { font-family: "Merriweather", serif; }

.caption { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 0.9375rem; letter-spacing: 4px; }

@media (min-width: 600px) { .caption { font-size: 1rem; } }

.caption.line-animate:after { content: ''; height: 2px; background-color: #888DA4; width: 100px; display: block; margin: 7px auto 0 auto; }

@media (min-width: 768px) { .caption.line-animate:after { position: absolute; left: -10vw; width: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin: 0; -webkit-transition: width 0.8s ease; -moz-transition: width 0.8s ease; -o-transition: width 0.8s ease; transition: width 0.8s ease; } }

@media (min-width: 768px) { .caption.line-animate.animated:after { width: 8vw; } }

.social-link-block { text-align: center; }

.social-link-block a { display: inline-block; color: #ffffff; font-size: 1.5625rem; margin: 0px 10px; }

.social-link-block a:hover, .social-link-block a:focus { color: #C50000; }

.small-heading { font-family: "Open Sans", sans-serif; font-size: 0.875rem; font-weight: 700; letter-spacing: 3px; }

.full-width { width: 100%; }

.office-heading { font-family: "Open Sans", sans-serif; font-size: 0.875rem; font-weight: 700; text-align: center; letter-spacing: 5px; position: relative; color: #ffffff; }

.office-heading:before, .office-heading:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #ffffff; display: block; width: calc(50% - 90px); height: 1px; }

.office-heading:before { left: 0; }

.office-heading:after { right: 0; }

.menu-office-list .menu-office { margin-bottom: 30px; }

.menu-office-list .location-title { color: #ffffff; display: block; position: relative; margin-bottom: 25px; }

.menu-office-list .location-title:hover, .menu-office-list .location-title:focus { color: #C50000; }

.menu-office-list .location-title:after { content: ''; display: block; height: 2px; width: 7px; position: absolute; top: 100%; background-color: #ffffff; }

.menu-office-list .address-block p { font-size: 0.875rem; }

.menu-office-list .address-block p.phone { margin-bottom: 5px; }

.menu-office-list .address-block a { color: #ffffff; }

.menu-office-list .address-block a:hover, .menu-office-list .address-block a:focus { color: #C50000; }

.sticky-block { position: fixed; right: 0; bottom: 8%; z-index: 9; }

.sticky-block .contact-block { display: none; }

@media (min-width: 768px) { .sticky-block .contact-block { display: block; bottom: 40px; right: 0; background-color: #C50000; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); padding: 0; -webkit-transition: height 0.3s, width 0.3s, opacity 0.5s, visibility 0.6s; -moz-transition: height 0.3s, width 0.3s, opacity 0.5s, visibility 0.6s; -o-transition: height 0.3s, width 0.3s, opacity 0.5s, visibility 0.6s; transition: height 0.3s, width 0.3s, opacity 0.5s, visibility 0.6s; height: 0; width: 0; overflow: hidden; visibility: hidden; opacity: 0; } }

@media (min-width: 992px) { .sticky-block .contact-block { bottom: 60px; } }

.sticky-block .contact-block * { color: transparent; opacity: 0; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; }

.sticky-block .contact-block * .btn { border: 2px solid transparent; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.sticky-block .contact-block.js-active { width: 370px; height: 219px; opacity: 1; visibility: visible; padding: 40px 90px 40px 40px; }

@media (min-width: 992px) { .sticky-block .contact-block.js-active { padding: 40px 110px 40px 40px; } }

.sticky-block .contact-block.js-active * { color: #ffffff; opacity: 1; }

.sticky-block .contact-block.js-active * .btn { border: 2px solid #ffffff; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.52); }

.sticky-block .contact-block.js-active * .btn:hover, .sticky-block .contact-block.js-active * .btn:focus { color: #2A2D3B; }

.sticky-block .contact-block .small-heading { font-size: 0.75rem; font-weight: normal; }

@media (min-width: 768px) { .sticky-block .contact-block .small-heading { letter-spacing: 4px; } }

.sticky-block .contact-block .number { display: block; font-weight: bold; margin-top: 10px; }

@media (min-width: 768px) { .sticky-block .contact-block .number { font-size: 1.5rem; } }

.sticky-block .contact-block .or-title { font-size: 0.75rem; font-weight: normal; letter-spacing: 3px; margin-top: 10px; margin-bottom: 0; }

.sticky-block .contact-block .or-title span { background-color: #C50000; padding: 0px 10px; }

.sticky-block .contact-block .or-title:before { content: ''; position: absolute; top: 50%; background-color: #ffffff; display: block; width: 100%; height: 1px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.sticky-block .contact-block .button-block { margin-top: 10px; }

.sticky-block .contact-block .button-block .btn { min-width: auto; }

.sticky-block .phone, .sticky-block .scroll-to-top { width: 40px; height: 40px; color: #ffffff; cursor: pointer; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }

@media (min-width: 992px) { .sticky-block .phone, .sticky-block .scroll-to-top { width: 60px; height: 60px; } }

@media (min-width: 768px) { .sticky-block .phone:before, .sticky-block .scroll-to-top:before { font-weight: 700; } }

.sticky-block .phone { background: #C50000; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.sticky-block .phone:hover, .sticky-block .phone:focus { background: #990606; }

.sticky-block .phone.js-active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.sticky-block .phone.js-active:before { content: "\e62e"; }

@media (min-width: 768px) { .sticky-block .phone.js-active:before { font-size: 1.4375rem; } }

.sticky-block .scroll-to-top { background: #2A2D3B; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.41); }

.sticky-block .scroll-to-top:hover, .sticky-block .scroll-to-top:focus { background: #161924; }

.chosen-select-block { display: inline-block; position: relative; }

.chosen-select-block .chosen-container { position: relative; text-align: center; }

.chosen-select-block .chosen-container .chosen-single { padding: 17px 30px 15px 15px; min-width: 215px; text-align: center; border: 1px solid #2A2D3B; border-bottom: 3px solid #2A2D3B; font-size: 1rem; font-weight: 700; color: #2A2D3B; background-color: transparent; outline: none; cursor: pointer; display: block; position: relative; }

@media (min-width: 992px) { .chosen-select-block .chosen-container .chosen-single { min-width: 255px; } }

.chosen-select-block .chosen-container .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }

.chosen-select-block .chosen-container .chosen-single div { width: 15px; height: 100%; position: absolute; top: 0; right: 15px; }

.chosen-select-block .chosen-container .chosen-single b { position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.chosen-select-block .chosen-container .chosen-single b::after { content: "\e615"; font-family: 'icomoon'; speak: none; 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; color: #2A2D3B; right: 15px; }

.chosen-select-block .chosen-container .chosen-single .chosen-focus-input { display: none; }

.chosen-select-block .chosen-container .chosen-drop { display: none; position: absolute; background-color: transparent; width: 100%; top: 100%; left: 0; z-index: 99; border: 1px solid #ffffff; border-top: none; }

.chosen-select-block .chosen-container .chosen-drop .chosen-search { display: none; }

.chosen-select-block .chosen-container .chosen-drop .chosen-results { list-style: none; margin-left: 0; margin: 0; height: 130px; overflow-x: hidden; overflow-y: scroll; position: relative; background-color: #ffffff; }

@media (min-width: 1500px) { .chosen-select-block .chosen-container .chosen-drop .chosen-results { height: 160px; } }

.chosen-select-block .chosen-container .chosen-drop .chosen-results > li { text-align: center; letter-spacing: 0px; font-size: 0.875rem; color: #2A2D3B; padding: 10px 15px 8px; cursor: pointer; margin-bottom: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; font-weight: normal; }

.chosen-select-block .chosen-container .chosen-drop .chosen-results > li:hover { color: #ffffff; background-color: rgba(136, 141, 164, 0.57); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); }

.chosen-select-block .chosen-container .chosen-drop .chosen-results > li.result-selected { background-color: rgba(136, 141, 164, 0.57); color: #ffffff; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08); }

.chosen-select-block .chosen-container.chosen-with-drop .chosen-drop { display: block; }

.chosen-select-block select { min-width: 215px; text-align: center; letter-spacing: 2px; font-size: 0.875rem; color: #ffffff; background-color: transparent; outline: none; cursor: pointer; border: 1px solid #ffffff; border-bottom: 3px solid #ffffff; }

.chosen-select-block select option { background-color: #2A2D3B; border: 1px solid #2A2D3B; }

@media (max-width: 767px) { .chosen-select-block:after { content: "\e615"; font-family: 'icomoon'; speak: none; 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; position: absolute; color: #ffffff; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } }

.slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; line-height: 0; color: transparent; border: none; outline: none; cursor: pointer; width: 25px; height: 40px; z-index: 9; background: #2A2D3B; }

.slick-arrow:before { font-family: 'icomoon'; speak: none; 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; font-size: 1rem; color: #ffffff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.slick-arrow.slick-disabled { cursor: default; pointer-events: none; opacity: .5; }

.slick-arrow.slick-prev { left: 0; }

.slick-arrow.slick-prev:before { content: "\e616"; }

.slick-arrow.slick-next { right: 0; }

.slick-arrow.slick-next:before { content: "\e617"; }

.breadcrumbs { border-bottom: 2px solid #D1D3DD; padding-bottom: 15px; padding-top: 30px; text-align: center; }

@media (min-width: 768px) { .breadcrumbs { padding-bottom: 20px; padding-top: 50px; } }

@media (min-width: 992px) { .breadcrumbs { text-align: left; } }

.breadcrumbs span { font-weight: 700; font-size: 0.875rem; }

.breadcrumbs span.breadcrumb_last { color: #C50000; }

.breadcrumbs span a:hover, .breadcrumbs span a:focus { color: #C50000; }

.small-link-arrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; }

.small-link-arrow:after { font-family: 'icomoon'; speak: none; 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; content: "\e095"; opacity: 0; font-size: 12px; padding-left: 10px; display: inline-block; position: relative; top: 1px; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; -webkit-transform: translateY; -moz-transform: translateY; -ms-transform: translateY; -o-transform: translateY; transform: translateY; -webkit-animation: moveLeftRight 1s infinite; -moz-animation: moveLeftRight 1s infinite; -ms-animation: moveLeftRight 1s infinite; -o-animation: moveLeftRight 1s infinite; animation: moveLeftRight 1s infinite; }

/*====================================
=            Beaubox Team            =
====================================*/
@media (min-width: 600px) { .beaubox-team-list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; } }

@media (min-width: 600px) { .beaubox-team-list > .single-team { width: 50%; padding-left: 15px; padding-right: 15px; } }

@media (min-width: 1265px) { .beaubox-team-list > .single-team { width: 33.33%; } }

.beaubox-team-list > .single-team:hover .float-div, .beaubox-team-list > .single-team:focus .float-div { top: 0; }

.beaubox-team-list > .single-team:hover .name a, .beaubox-team-list > .single-team:focus .name a { color: #C50000; }

.beaubox-team-list > .single-team:hover .position, .beaubox-team-list > .single-team:focus .position { color: #C50000; }

.beaubox-team-list .image-parent { display: block; overflow: hidden; }

@media (min-width: 1500px) { .beaubox-team-list .image-parent { width: 100%; } }

.beaubox-team-list .image-block img { width: 100%; }

.beaubox-team-list .float-div { top: 100%; left: 0; width: 100%; height: 100%; background-color: #C50000; padding: 20px; opacity: 0.75; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.beaubox-team-list .name a { color: #2A2D3B; font-size: 1.0625rem; }

.beaubox-team-list .position { font-family: "Open Sans", sans-serif; font-style: italic; font-size: 1rem; letter-spacing: 0.5px; padding-top: 3px; }

@media (min-width: 1500px) { .beaubox-team-list .detail-block { width: 100%; padding-left: 0px; } }

.beaubox-team-list .contact-block:before { content: ''; position: absolute; top: 0; left: 0; width: 8px; height: 1.5px; background-color: #2A2D3B; }

.beaubox-team-list .contact-block p { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 5px; }

.beaubox-team-list .contact-block p:last-child { margin-bottom: 0; }

.beaubox-team-list .contact-block p a { margin-left: 5px; color: #2A2D3B; }

.beaubox-team-list .contact-block p a:hover, .beaubox-team-list .contact-block p a:focus { color: #C50000; }

/*=====  End of Beaubox Team  ======*/
/*====================================================
=            Location List / Project List            =
====================================================*/
.location-list .single-location, .location-list .single-project, .project-list .single-location, .project-list .single-project { margin: 0 -30px; }

.location-list .single-location:last-child, .location-list .single-project:last-child, .project-list .single-location:last-child, .project-list .single-project:last-child { padding-bottom: 0; }

@media (min-width: 600px) { .location-list .single-location, .location-list .single-project, .project-list .single-location, .project-list .single-project { margin: 0; } }

.location-list .single-location a, .location-list .single-project a, .project-list .single-location a, .project-list .single-project a { width: 100%; height: 250px; padding: 20px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-end; align-items: flex-end; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

@media (min-width: 600px) { .location-list .single-location a, .location-list .single-project a, .project-list .single-location a, .project-list .single-project a { height: 350px; } }

@media (min-width: 992px) { .location-list .single-location a, .location-list .single-project a, .project-list .single-location a, .project-list .single-project a { min-height: 400px; height: 50vh; } }

.location-list .single-location a:hover, .location-list .single-project a:hover, .project-list .single-location a:hover, .project-list .single-project a:hover { -webkit-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); -moz-box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); box-shadow: 0 2px 9px 0 rgba(111, 111, 111, 0.55); }

.location-list .single-location a:focus, .location-list .single-project a:focus, .project-list .single-location a:focus, .project-list .single-project a:focus { outline: none; }

.location-list .single-location:hover .button-block p, .location-list .single-project:hover .button-block p, .project-list .single-location:hover .button-block p, .project-list .single-project:hover .button-block p { color: #C50000; }

.location-list .single-location:hover .button-block p:after, .location-list .single-project:hover .button-block p:after, .project-list .single-location:hover .button-block p:after, .project-list .single-project:hover .button-block p:after { opacity: 1; }

.location-list .content-block, .project-list .content-block { -webkit-box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); -moz-box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); box-shadow: 0 2px 11px 0 rgba(111, 111, 111, 0.55); background-color: #ffffff; padding: 20px; position: relative; width: 85%; max-width: 380px; margin: 0 auto; }

@media (min-width: 600px) { .location-list .content-block, .project-list .content-block { position: absolute; width: 70%; padding: 30px 20px; bottom: 40px; left: 40px; margin: 0; } }

.location-list .location, .project-list .location { font-size: 1rem; padding-top: 15px; }

@media (min-width: 768px) { .location-list .location, .project-list .location { font-size: 1.0625rem; } }

.location-list .button-block, .project-list .button-block { padding-top: 5px; }

@media (min-width: 768px) { .location-list .button-block, .project-list .button-block { padding-top: 15px; } }

/*=====  End of Location List / Project List  ======*/
.title-block h2 { padding-top: 5px; }

@media (min-width: 768px) { .title-block h2 { padding-top: 10px; } }

.filters__item--search form { position: relative; }

.filters__item--search .loading-spinner { visibility: hidden; opacity: 0; position: absolute; right: 15px; top: 14px; }

.filters__item--search .loading-spinner.js-active { visibility: visible; opacity: 1; }

.filters__item--search .clear-search { background: transparent; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color, scale; -moz-transition-property: background, color, border-color, scale; -o-transition-property: background, color, border-color, scale; transition-property: background, color, border-color, scale; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; font-family: 'icomoon'; speak: none; 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; cursor: pointer; position: absolute; right: 0; top: 0; bottom: 0; display: block; width: 45px; visibility: hidden; opacity: 0; }

.filters__item--search .clear-search:hover, .filters__item--search .clear-search:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.filters__item--search .clear-search:focus { outline: none; }

.filters__item--search .clear-search:before { content: ""; color: #999; font-size: 24px; line-height: 50px; }

.filters__item--search .clear-search.js-active { visibility: visible; opacity: 1; }

.filters__item--search .clear-search:hover:before { color: #C50000; }

.filter-block form, .filter-block .form { padding: 35px 30px; text-align: center; margin: 0 -30px; }

@media (min-width: 768px) { .filter-block form, .filter-block .form { margin: 0 -8vw 0; padding: 5vw 8vw; } }

@media (min-width: 992px) { .filter-block form, .filter-block .form { margin: 0; } }

@media (min-width: 1200px) { .filter-block .text-block { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; } }

.filter-block .input-block input { padding-left: 35px !important; }

.pulse { -webkit-animation: pulse 1.5s linear infinite; -moz-animation: pulse 1.5s linear infinite; -ms-animation: pulse 1.5s linear infinite; -o-animation: pulse 1.5s linear infinite; animation: pulse 1.5s linear infinite; }

/*! animate.css -http://daneden.me/animate Version - 3.5.1 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2016 Daniel Eden */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInDownItself { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownItself { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownItself { -webkit-animation-name: fadeInDownItself; animation-name: fadeInDownItself; }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInLeftItself { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftItself { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftItself { -webkit-animation-name: fadeInLeftItself; animation-name: fadeInLeftItself; }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInRightItself { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightItself { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightItself { -webkit-animation-name: fadeInRightItself; animation-name: fadeInRightItself; }

@-webkit-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUpItself { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpItself { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpItself { -webkit-animation-name: fadeInUpItself; animation-name: fadeInUpItself; }

@keyframes slideInDown { from { -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInDownItself { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDownItself { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDownItself { -webkit-animation-name: slideInDownItself; animation-name: slideInDownItself; }

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft { from { -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight { from { -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInRightItself { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRightItself { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  100% { -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRightItself { -webkit-animation-name: slideInRightItself; animation-name: slideInRightItself; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideInDownBig { from { -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDownBig { from { -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDownBig { -webkit-animation-name: slideInDownBig; animation-name: slideInDownBig; }

@-webkit-keyframes slideInLeftBig { from { -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeftBig { from { -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeftBig { -webkit-animation-name: slideInLeftBig; animation-name: slideInLeftBig; }

@-webkit-keyframes slideInRightBig { from { -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRightBig { from { -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRightBig { -webkit-animation-name: slideInRightBig; animation-name: slideInRightBig; }

@-webkit-keyframes slideInUpBig { from { -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUpBig { from { -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUpBig { -webkit-animation-name: slideInUpBig; animation-name: slideInUpBig; }

/*========================================
=            Custom Keyframes            =
========================================*/
@-moz-keyframes moveUpDown { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-webkit-keyframes moveUpDown { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-o-keyframes moveUpDown { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-ms-keyframes moveUpDown { 50% { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); } }

@keyframes moveUpDown { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-moz-keyframes moveLeftRightWithTranslateY { 50% { -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); } }

@-webkit-keyframes moveLeftRightWithTranslateY { 50% { -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); } }

@-o-keyframes moveLeftRightWithTranslateY { 50% { -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); } }

@-ms-keyframes moveLeftRightWithTranslateY { 50% { -webkit-transform: translate(-5px, -50%); -moz-transform: translate(-5px, -50%); -ms-transform: translate(-5px, -50%); -o-transform: translate(-5px, -50%); transform: translate(-5px, -50%); } }

@keyframes moveLeftRightWithTranslateY { 50% { -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); } }

@-moz-keyframes moveLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-webkit-keyframes moveLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-o-keyframes moveLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-ms-keyframes moveLeftRight { 50% { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); } }

@keyframes moveLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-moz-keyframes moveRightLeft { 50% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes moveRightLeft { 50% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-o-keyframes moveRightLeft { 50% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-ms-keyframes moveRightLeft { 50% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); } }

@keyframes moveRightLeft { 50% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-moz-keyframes moveRightLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes moveRightLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-o-keyframes moveRightLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-ms-keyframes moveRightLeftRight { 50% { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); } }

@keyframes moveRightLeftRight { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }

@-moz-keyframes rotate { 0% { -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotate { 0% { -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate { 0% { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate { 0% { -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ripple { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0); } }

@-webkit-keyframes ripple { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0); } }

@-o-keyframes ripple { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0); } }

@-ms-keyframes ripple { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0); } }

@keyframes ripple { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2); }
  100% { box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0); } }

@-moz-keyframes pulse { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes pulse { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-ms-keyframes pulse { 0% { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -webkit-transform: scale(0.9, 0.9); -moz-transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); -o-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); }
  100% { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } }

@keyframes pulse { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes LeftToRight { 0% { left: -100%; }
  100% { left: 100%; } }

@-webkit-keyframes LeftToRight { 0% { left: -100%; }
  100% { left: 100%; } }

@-o-keyframes LeftToRight { 0% { left: -100%; }
  100% { left: 100%; } }

@-ms-keyframes LeftToRight { 0% { left: -100%; }
  100% { left: 100%; } }

@keyframes LeftToRight { 0% { left: -100%; }
  100% { left: 100%; } }

/*# sourceMappingURL=style.css.map */