/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* Extra Normalize */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {vertical-align: middle;}
img {max-width: 100%;height: auto;}
:focus {outline: none;}

/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 14px;font-size: 0.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000; /* Above WP toolbar. */}

input {height: 40px;padding: 5px 10px;}
input[type="submit"] {background: #53250e;color: #fff;height: 40px;padding: 5px 30px;}

article ul, article ul ul, article ol ul, .comment-content ul, .comment-content ul ul, .comment-content ol ul, .bbp-reply-content ul, .bbp-reply-content ul ul, .bbp-reply-content ol ul, .text ul, .text ul ul, .text ol ul {list-style: disc;}
.comment-content ul, .comment-content ol, .bbp-reply-content ul, .bbp-reply-content ol, .text ul, .text ol {margin: 0 35px 10px 10px;}
.bbp-reply-content li, .text li {margin: 0 0 10px 0;position: relative;list-style-type: disc;}

/* ## Typographical Elements
--------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {font-family: 'Assistant', sans-serif;color: #573c28;font-size: 17px;font-weight: 400;line-height: 1.625;margin: 0;letter-spacing: 0;opacity: 0;background: #fff;}
body {
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
overflow-x: hidden !important;
}

.title-area, 
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img, 
#home-top-slider,
#article-page-top, 
#header.container,
#header-top, 
.header-phone, 
.nav-primary,
.sub_category_button, 
.page-article-link, 
.footer-contact, 
.footer-contact {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {margin: 0;}
h1 {font-size: 36px;}

a {text-decoration: none;color: inherit;}
a:hover,
a:focus {text-decoration: none;}
p {margin: 0 0 15px;padding: 0;line-height: 180%;font-weight: 400;}
p:last-of-type {margin-bottom: 0;}
a:link, a:visited {color: inherit;text-decoration: none;}

ol,
ul {margin: 0;padding: 0;}
li {list-style-type: none;}
hr {border: 0;border-collapse: collapse;border-top: 1px solid #ddd;clear: both;margin: 1em 0;}
b,
strong {font-weight: 700;}
blockquote,
cite,
em,
i {font-style: italic;}
blockquote {margin: 40px;}
fieldset {border: none;margin: 0 2px;padding: 5px 2px;}

.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: " ";display: table;}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
.wrap {max-width: 980px;padding: 0 15px; margin: 0 auto;}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
header#header-container {z-index: 999;width: 100%;}
#header-top {width: 100%;background: rgba(0,0,0,0);padding: 0 20px;}
.header-logo {width: 180px;float: right;max-width: 350px;z-index: 100;}
#header-logo h1 {margin: 0px;padding: 0;line-height: 1.625; font-size: 16px;}

#header-phone, #header-info {text-align: left;width: 20%;min-width: 150px;margin: 0 auto;float:left; right: 0;left: 0;}
.header-phone {font-size: 25px;line-height: 100%;font-weight: 600;padding: 20px 0 10px;color: #b2b2b2;}
.header-phone i.fa.fa-phone {border: 2px solid;border-radius: 50%;width: 40px;height: 40px;padding: 7px;}
span.site-phone-pre {color: #1f1f1f;}
span.site-phone {color: #f79634;font-weight: bold;}
#header-phone a, #header-info a {color: #fff;}
span.the-nu {font-weight: 900;font-size: 20px;}

#header-logo {z-index: 99;max-width: 300px;}
.header-container {-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
top: 0;}

.float-panel {width:100%;background:white;transition:all 0.5s;}
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);  animation:slide-down 0.7s;opacity:0.9;z-index:300;transform: translateZ(0);opacity:0.9;}                  
                
.fixed .fa-gg {                  
    transform: rotate(360deg);      
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.header-logo {
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  top:10px;
  } 


/* ## Heder Info
--------------------------------------------- */
.header-info {padding: 5px 20px;}
.header-social.social-bar {float: left;padding: 0 10px;}
.search-form-container {float: left;padding: 0;color: #353535;}
.search-form-container form#search-form {background: #f3f3f3;border-radius: 8px;padding: 0 10px;}
.search-form-container input#search-input {background: transparent;border: none;width: 90%;height: auto; padding: 0 10px;font-size:15px;}
.search-form-container button#search-submit {background: transparent;border: none;}

#header-above {background: #fff;padding: 5px 14px;}

#header-top .social-item a i {color: #afacac;width: 45px;height: 45px;font-size: 26px;text-align: center;margin-right: 5px;padding-top: 12px;transition: all 0.2s ease-in-out;}

.header-phone {display: none;}
.header-phones a {color: #fff;}
.header-phones a .the-nu {font-weight: bold!important;font-size: 18px;}
.header-phones i {color: red;}
.header-social {float: right;}
.header-social ul li {list-style-type: none;float: right;text-align: right;display: inline-block;}
.header-social ul li a {color: #cccccc;padding: 0 10px;}

.header-phones-icon {width: 20%;float: right;font-size: 50px;color: #fff;}
span.the-nu-text {font-size: 13px;}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {text-align: center;padding: 0;font-weight: 400;}
.nav-primary .header-main-menu { position: relative;}

#header-menu-wrapper {width: 100%;float: right;position: relative;}
.menu-container {width: 100%;margin: 0 auto;background: transparent;text-align: center;}
.menu > ul > li {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {background: #e31e25;}
    
/* Home - Primary Navigation
--------------------------------------------- */
#header-menu-wrapper.home-page-header-menu {float: none;text-align: center;padding: 0 10px;}
.home-page-header-menu .nav-primary {display: inline-block;}


/* ## Primary Navigation
--------------------------------------------- */

@media (min-width: 992px) {
	header#header-container {position: fixed;}
	.header-logo {}
	#main-menu {text-align: center;margin: 0;padding: 0;}
	.header-container {padding-top: 0px;}

	.header-logo.logo-slide {-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  
	#header-menu-wrapper {padding-right: 10px;width: calc(100% - 180px);}
	.nav-primary.menu > ul > li {background: transparent;list-style: none;padding: 5px 10px;line-height: 100%;margin: 30px 0;border-right: 1px solid #d3c8c2;}
    .nav-primary.menu > ul > li:first-child {border-right: none;}
	
	.menu > ul > li a {padding: 20px 5px 20px 5px;padding: 0;color: #fff;font-size: 17px;font-weight: 500;}
	.menu > ul > li a {padding: 20px 5px 20px 5px;padding: 0; color: #e31e25;}
	.menu > ul > li:last-child a {border-left: none;}
	.menu > ul > li:hover {background: transparent;}
	.menu > ul > li:hover a, .menu > ul > li.current_page_item a {color: #e31e25;}
	.menu > ul > li > ul > li a {color: #313131 !important;}
	.menu > ul > li > ul > li:hover a, .menu > ul > li > ul > li.current_page_item a {color: #e31e25 !important;}
	.menu > ul > li > ul {background-color: rgba(255,255,255,.9);border: #ddd 1px solid;}
	.menu > ul > li > ul.normal-sub > li a {padding: 0;}
	.menu > ul > li > ul.normal-sub {/*padding: 0;*/}
	.menu > ul > li > ul.normal-sub > li {/*border-bottom: #ddd 1px solid;padding: 5px 10px;*/}
	.menu > ul > li > ul.normal-sub > li:last-child {border-bottom: none;}
	.menu > ul > li > ul.normal-sub > li a {/*padding: 5px;*/}

	.header-logo.logo-slide {}
	  
	.header-container .menu.nav-primary > ul > li {/*width:20%;*/position:relative;}
	.header-container.header-container-slide {}
	.header-container.header-container-slide {}
	.header-container.header-container-slide #header-top {}
		
	#header-menu-wrapper .menu > ul > li span.nav-name-item {}
	ul.sub-menu li span.nav-name-item, .menu li:last-child span.nav-name-item {border-left: 0px !important;padding-left: 0px !important;}
	
	.header-phone-mobile {display: none;}
	
	.header-phones {width: 80%;float: left;}
	.header-phones-icon {width: 15%;float: right;line-height: 100%;border-left: 1px dashed;}
	#header-phone, #header-info {padding-top: 5px;}


}
@media (max-width: 1500px) {
	.header-phone {padding: 15px 0 10px;}
	.header-info {position: fixed;left: 200px;padding-top: 25px;z-index: 9999998;}
}

@media (max-width: 991px) {
	.header-container.sticky-mobile {position: fixed;top: 0;}
	#header-top {min-width: 200px;padding: 0;}
	.header-info {display: none;}
	#header-top {height: 120px;}
	
	#main-container {margin-top: 80px;}
	#header {width: 50%;max-width: 100%;max-width: 180px;margin: auto;}

	/* Menu */
	#header-menu-wrapper {width: 100%;
    /* float: right; */
    /* position: relative; */
    /* padding-right: 0px; */
    /* padding-bottom: 15px; */}	
	.main-menu-btn { position: absolute;top: -50px;right: 10px;}
	.menu > ul > li a {padding: 14px 70px 14px 20px;width: 100%;display: block;text-align: right;font-size: 18px;}
	.menu > ul > li > ul > li a {width: 100%;padding-right: 50px !important;}
	.menu-dropdown-icon:before {padding: 10px 16px;margin: 4px;}	
	.menu-mobile {display: none;}
	.menu > ul > li, .menu > ul > li > ul > li {border-top: 1px solid rgba(0, 0, 0, 0.05);}
	.menu > ul > li > ul {background: rgba(162, 162, 162, 0.1);}
	.menu > ul > li:first-child, .menu > ul > li > ul > li:first-child {border-top: 0;}
	.menu > ul > li > ul > li {margin-top: 0;}
	.menu > ul > li > ul.normal-sub {padding: 5px 10px;}
	.menu > ul > li > ul.normal-sub > li a {border: 0;padding: 0.5em 0;}	
	
	.header-phone {display: none;}
	.header-phone-mobile {font-size: 24px;padding: 15px 0;}	
	.header-phone-mobile i {color: #e3000f;}
	#header-phone, #header-info {min-width: 50px;padding: 0 20px;float: right;}	
	.header-phones {padding-top: 15px;}
	
	#home-top-slider {}
}
/* ## Mobile Navigation
--------------------------------------------- */
.menu-dropdown-icon:before {content: "\f067";font-family: FontAwesome;}

/* ## flexslider
--------------------------------------------- */
.flexslider {border: 0px;margin: 0px;padding: 0px;border-radius: 0;}
.flex-direction-nav a {height: 50px;opacity: 1;}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {left: 50px;}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {right: 50px;} 
.flex-direction-nav a:before {font-family: FontAwesome;font-size: 60px;display: inline-block;content: '\f104';color: #fff;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);line-height: 100%;}
.flex-direction-nav a.flex-next:before {content: '\f105';}
.flex-direction-nav li {list-style-type: none !important;margin: 0 !important;position: inherit;}

#main-top-slider .flex-direction-nav a {width: 22px;}
.flexslider .slides > li { background-position: center;height: 100%;width: 100%;display: none; -webkit-backface-visibility: hidden;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;min-height: 80vh;max-height: 1000px;}
.flexslider-container, 
.flexslider .slides, 
.flex-viewport {height: 100%;}
ul.slides {margin: 0;padding: 0;}
.flexslider {margin: 0; padding: 0; width: 100%; height: 100%; border: 0px; overflow: hidden;}

/* ## Contact Form 7
--------------------------------------------- */
.wpcf7 {overflow: hidden;}
.contact-form-page {overflow: hidden;padding: 4px 0 5px 0;}
.contact-form-page div.wpcf7 p {padding-bottom: 10px;}
.contact-form-page p.button {float: left;width: 13%;margin: 0;}
.wpcf7 label {color: #6f6f6f;font-size: .9rem;}
.wpcf7 input[type="submit"] {width: 200px;font-size: 1rem;height: 40px;text-align: center;background-color: #000;color: #fff;border: 1px solid #fff;cursor: pointer;margin: auto;display: block;}
div.wpcf7-response-output {clear: both;margin: 0;padding: 10px 0 0 0;border: 0;color: #d3b33d;font-weight: bold;text-align: center;}
.contact-form-page .ajax-loader {display: none;}
::-webkit-input-placeholder { opacity: 0.8; color: #371600 !important;font-size: 18px;}
:-moz-placeholder           { opacity: 0.8; color: #371600 !important;font-size: 18px;}
::-moz-placeholder          { opacity: 0.8; color: #371600 !important;font-size: 18px;}
:-ms-input-placeholder      { opacity: 0.8; color: #371600 !important;font-size: 18px;}

input:focus, textarea:focus {outline: none;}
div.wpcf7 img.ajax-loader, div.wpcf7 .ajax-loader  {display: none;}

select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}

/* Page Contact Form */
.wpcf7 input {line-height: 1.5;padding: 10px;width: 100%;background: transparent;border: 1px solid #a18472;}
.contact_field {margin-bottom: 0px;padding: 0 5px;text-align: center;}
input.wpcf7-form-control.wpcf7-submit {border: none;background: #53250e;height: auto;width: 100%;line-height: 1.5;font-size: 18px;font-weight: bold;}

/* ## PRELOADER
--------------------------------------------- */
.preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.8);z-index: 9999999999;}
.preloader .spinner {position: absolute;width: 40px;height: 40px;top: 50%;left: 50%;margin-left: -40px;margin-top: -40px;-webkit-animation: rotatee 2.0s infinite linear;animation: rotatee 2.0s infinite linear;}
.preloader .spinner .dot1,
.preloader .spinner .dot2 {width: 60%;height: 60%;display: inline-block;position: absolute;top: 0;border-radius: 100%;-webkit-animation: bouncee 2s infinite ease-in-out;animation: bouncee 2s infinite ease-in-out;}
.preloader .spinner .dot2 {top: auto;bottom: 0px;-webkit-animation-delay: -1s;animation-delay: -1s;}
@-webkit-keyframes rotatee {
    100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes rotatee {
    100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes bouncee {
    0%,
    100% {
    -webkit-transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncee {
    0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.nicescroll-cursors {background-color: #d0474f !important;}
.preloader .spinner .dot1,
.preloader .spinner .dot2 {background: #d0474f;}


/* ## Global Styles
--------------------------------------------- */
.row-flex {margin-right: 0;margin-left: 0;}
.readmore {position: relative;}
a.readmore {color: #fff;padding-left: 30px;line-height: 30px;font-weight: 700;font-size: 18px;}
.readmore-button {padding: 0 10px;margin-top: 20px;text-align: center;}
.readmore.readmore_icon:before {content: "\f060";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 18px;padding-right: 0.5em;position: absolute;top: 0px;left: 5px;line-height: 25px;}
a.readmore.button.readmore_icon:before {line-height: 40px;}
a.button {color: #656565;display: inline-block;text-align: center;padding: 10px 20px;background: transparent;font-size: 20px;border: 1px solid #656565;}
a.readmore.button {line-height: 100%;color: #fff;display: inline-block;border: 1px solid #fff;}
a.readmore_icon {padding: 10px 20px 10px 30px;}
.section_subtitle {font-size: 40px; color: #fff;text-align: center;}
.section_subtitle:before, .section_subtitle:after {content: "-";padding: 0 10px;}

.map_all_locations {padding: 30px 0;}
.map_all_locations_wrap {height: 400px;}
.google-acfmap, .acf-map {width: 100%;min-height: 400px; height: 100%;}
.google-acfmap .location-image {width:100px;height:auto;float:right;margin-right: 15px;}
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {max-width: none;}
.footer_map, #footer-content .footer_map p {color: #000;}
.content-col.map-wrap {height: 100%;}
.google-acfmap img {max-width: inherit !important;}
/* fixes potential theme css conflict */
.acf-map img {max-width: inherit !important;}

/* ## Magazine Index Template
--------------------------------------------- */
h1.page-title span {font-size: 24px;}
header.entry-header.post_loop_header {min-height: 75px;color: #4b4b4b;font-size:17px;}
h2.entry-title.post_loop_title {font-size: 24px;padding-bottom: 10px;}
.entry-meta.header_post_loop_meta {padding: 5px 15px 10px 15px;}
.magazine_page_index.wrap {padding: 40px 15px;}
.entry-content.post_loop_content {padding: 10px 0;}
footer.entry-meta.footer_post_loop_meta {padding: 10px 15px;}

.entry-thumbnail.post_loop_thumbnail {height: 200px;display: block;overflow: hidden;width: 100%;}
.entry-thumbnail.post_loop_thumbnail img {width: 100%;}

h2.entry-title.post_loop_title {color: #282828;font-size: 18px;line-height: 1.2;font-weight: 600;padding: 10px 10px 0;}
.magazine_page_col article {background: #fff;border-bottom: 4px solid #ed1c24;padding-bottom: 10px;}
.entry-content.post_loop_content {padding: 0 10px 10px;}
.entry-content.post_loop_content p, .entry-content.post_loop_content {font-size: 15px;color: #8b8b8b;line-height: 1.2;}

.magazine_page_col {padding-bottom: 40px;}

/* ## Post Single Template
--------------------------------------------- */
.default-post article {padding-top: 30px;}
.default-post .top_slider_content {padding: 25px 0 0;}

.page_intro_wrap.post_intro, 
.page_intro_wrap.post_intro p {font-weight: bold;}

#post-intro, 
#post-intro p, 
#post-intro .section-intro, 
#post-intro .section-intro p {text-align: right;font-weight: bold;font-size: 18px;}
#post-intro .section-intro {padding: 30px 0;}
.post_top_img_bg {height: 250px;margin-top: 0px;}
.default-post .post_top_img_bg {height: 400px;}

.jssocials-share-link.jssocials-share-no-count {padding-top: 0px;}
.jssocials-share-link {padding: 0px;border: none;}
.jssocials-share {margin: 2px;}
.jssocials-share-logo {color: #000;width: 45px;height: 45px;font-size: 22px;text-align: center;margin-right: 2px;padding-top: 12px;transition: all 0.2s ease-in-out;border: 1px solid #666;}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {border: none;color: #939393;}

/* ## No Results Template
--------------------------------------------- */
h2.entry-title.no-results-title {font-size: 30px;font-weight: bold;text-align: center;}
.entry-content.no-results-content, .entry-content.no-results-content p {text-align: center;font-size: 20px;}
.entry-content.no-results-content .search-form-container {float: none;padding: 30px 10px;color: #353535;max-width: 400px;margin: auto;}

figure {margin: 0;}
.magazinetop {padding:3em 0 0 0}
.magazinetop figure {float:right;width:25%;margin: 0;}
.magazinetop figure:first-child {width:50%}
.magazinetop a {display:block;height:0;padding:0 0 60% 0;background:red;background-size:cover;position:relative;}
.magazinetop a:before {content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.3);transition:all .2s linear;}
.magazinetop a:hover:before {background:rgba(0,0,0,0);}
.magazinetop section {position:absolute;top:50%;right:20px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);width:60%;}
.magazinetop h2 {font-size:2em;line-height:.8;text-shadow:1px 1px 3px rgba(0,0,0,0.6);color:#fff;white-space:normal;font-weight:bold;letter-spacing:1px;}

.postsloop h2 {font-size: 34px;padding: 20px 15px;}

.postsloop h2{overflow:hidden;}
.postsloop h2:after {content: '';display: inline-block;width: 100%;height: 10px;z-index: -1;position: relative;vertical-align: middle;border-top: 1px #cac9b5 solid;border-bottom: 1px #cac9b5 solid;}
.postsloop h2:after {right: 10px;margin: 0 0 0 -100%;}

.postsloop {padding-bottom: 50px;}
.postsloop_item_wrap, .postsloop_item {height: 100%;}
.postsloop_row_small article:last-child {margin-bottom: 0;}
.postsloop_row_large article {height: 100%;padding-bottom: 15px;min-height: 330px;}
.postsloop_row_large article .page-article-img {padding: 0 0 40% 0;}
.postsloop h3, .postsloop h3 a {font-size: 22px;letter-spacing: -1px;color: #1eafea;text-align: right;}
.postsloop_row_large .postsloop_item_cont {padding: 0 15px 15px;}

.postsloop_row_small .postsloop_item {padding-bottom: 15px;}
.postsloop_row_small .postsloop_item_cont {padding-bottom: 10px;}
.postsloop_row_small article:last-child .postsloop_item {}
.postsloop_item_wrap {border: 1px #ccc solid;box-shadow: 0 5px 5px rgba(0,0,0,.1);}
.postsloop_row_small article {height: 33.333%;}
.postsloop_row_small article .page-article-img {height: 100%;width: 100%;}
.postsloop_item_img {padding: 0;}
.postsloop_item_cont p {line-height: 140%;}

@media only screen and (min-width:768px) {
	#magazine-header-content {}
}

@media only screen and (max-width:991px) {
	.postsloop_row_large article .page-article-img {padding: 0;height: 100%;width: 100%;}
	.postsloop_row_large article {height: 100%;padding-bottom: 15px;min-height: auto;}
    .magazinetop figure,
    .magazinetop figure:first-child {width:50%;}
	.magazinetop section {top:auto;bottom:0;transform:none;}
	.magazinetop h2 {font-size:1.5em;padding-bottom: 30px;}
	.postsloop figure,
	.postsloop figure:first-child {width:100%;float:none;padding:5px;}
	.postsloop figure:first-child a {height:auto;padding:0 35% 0 0;width:auto;}
	.postsloop a span,
	.postsloop figure:first-child a span {padding:0;position:absolute;top:0;right:0;height:100%;width:33.33%;}
	.magazinetop a {padding: 0 0 50% 0;}
}
@media only screen and (max-width:767px) {
    .magazinetop figure,
    .magazinetop figure:first-child {float:none;width:100%;}
    .relatedposts figure:first-child {width:100%;}
  	.relatedposts figure {width:50%;}
  	.magazinetop a {height: 200px;padding: 0;}
}
           
/* Archive Template
---------------------------------------------------------------------------------------------------- */
.project_banner_img.teaser-right {height: 500px;}
.project_banner_img.teaser-left {height: 250px;}
.archive-article-loop [class*=col-] {padding: 0;}
.archive-article-loop .col-overlay {background: rgba(0,0,0,0.4);height: 100%;position: relative;}
h2.project_banner_title {position: absolute;bottom: 30px;text-align: center;width: 100%;color: #fff;font-size: 20px;font-weight: bold;}
.archive-article-loop {padding: 50px 0;}

.archive-navigation {padding: 30px 15px;text-align: center;}
.archive-navigation li a,
.archive-navigation li a:hover,
.archive-navigation li.active a,
.archive-navigation li.disabled {color: #fff;text-decoration:none;}
.archive-navigation li {display: inline;}
.archive-navigation li a,
.archive-navigation li a:hover,
.archive-navigation li.active a,
.archive-navigation li.disabled {background-color: #c18e4d;border-radius: 3px;cursor: pointer;padding: 5px 10px;}
.archive-navigation li a:hover,
.archive-navigation li.active a {background-color: #e0b156;}

@media only screen and (min-width:768px) {
	.entry-summary.post_loop_summary {/*min-height: 115px; */padding: 0 10px;}
	.entry-summary.post_loop_summary p {margin: 0 !important;}
}


/* Footer
---------------------------------------------------------------------------------------------------- */
footer {position: relative;}
#footer {background: #331100;border-top: 1px solid #d9d9d9;padding: 20px 0;color: #f9f9f9;z-index: 9999;opacity: 1;bottom: 0;right: 0;left: 0;}
.footer_top_border {background: url(../img/footer-top-border.png) no-repeat center top;position: absolute;height: 20px;right: 0;left: 0;top: -18px;} 
.footer.wrap {padding: 20px 0 10px;}
.footer {z-index: 999999;}

.footer_logo img {max-width: 165px;width: 100%;}
.footer_logo {padding: 0;}
.footer_copyright_wrap {padding: 0 10px;font-size: 12px;text-align: center;}

button.footer-toggle-contact {background: #f38205;font-weight: 600;padding: 0 20px;height: 40px;font-size: 18px;}
.footer-contact-col a {color: #fff;}

#footer-menu-wrapper-inner, .footer-menu  {background: none;text-align: center;}

nav.footer-menu-nav {float: none;text-align: center;}
ul#footer-menu {padding: 0;text-align: center;display: block;float: none;}
ul#footer-menu > li {display: block;text-align: right;float: right;position: relative;width: auto;background: none;}
ul#footer-menu > li a {color: #fff;text-decoration: none;position: relative;padding: 0;font-size: 13px;}
ul#footer-menu > li {display: inline-block;color: #1f2964;position: relative;padding: 0 10px;border-left: 1px solid #fff;position: relative;margin: 0;min-height: auto;}
ul#footer-menu > li:last-child {border-left: none;}
ul#footer-menu > li a:hover, ul#footer-menu li.current-menu-item a {color: #fff;}
#footer-menu-wrapper {padding-bottom: 0px;}
ul#footer-menu > li:hover {background: none;}
.footer-search {width: 100%;}
ul#footer-menu span.nav-name-item {line-height: 1;}
nav#footer-menu {display: inline-block;}

.footer-right {font-size: 13px;text-align: right;}
.footer-left {font-size: 13px;text-align: left;}

/* ## Footer Go to top
--------------------------------------------- */
.footer-back-top {z-index: 99999999;}
.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 40px;right: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);border-radius: 50%;border: 1px solid #fff;
/* image replacement properties */
overflow: hidden;white-space: nowrap;background: rgba(63,63,63,0.8);visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;line-height: 100%;padding: 3px 7px;color: #fff !important;border-radius: 0%;text-align: center;font-size: 30px;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;opacity: 1;border: 1px solid #fff;}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5;}
.no-touch .cd-top:hover {background-color: #e86256;opacity: 1;}

@media only screen and (min-width: 768px) {
  .cd-top {right: 20px;bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top {right: 30px;bottom: 10px;}
}
@media only screen and (max-width: 1280px) {
  .cd-top {bottom: 10px;}
}
@media only screen and (max-width: 767px) {
  .cd-top {bottom: 60px;}
}
a.cd-top.cd-is-visible.cd-fade-out {
    z-index: 9999999999;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 499px) {

		
}

@media only screen and (min-width: 768px) {

	.desktop-only {display: block !important;}
	.mobile-only {display: none !important;}
	p.site-description {color: #333;font-size: 25px;font-weight: bold;}
		
	.content_two_columns_right .column_content {padding-left: 15px;}
	.content_two_columns_left .column_content {padding-right: 15px;}

	.archive-article-item-img {float: right;padding-left: 30px;width: 30%;}
	.archive-article-item-desc {float: right;width: 70%;}
	
}

@media only screen and (min-width: 801px) {

}

@media screen and (min-width: 961px) {

	.mobile-only {display: none !important;}

}

@media only screen and (min-width: 1201px) {

	
}

@media only screen and (min-width: 1440px) {
	.top_vid_wrap {padding-top: 0px;}

}

@media only screen and (min-width: 1801px) {
	
	.wrap {max-width: 980px;}

}

@media only screen and (max-width: 1800px) {
	
	.wrap {max-width: 980px;}
}

@media only screen and (max-width: 1440px) {
	
	.wrap {max-width: 980px;}
	
}

@media only screen and (max-width: 1280px) {



}

@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 1099px) {

	.flexslider .slides > li  {}
	#header-phone, #header-info {}
	
}

@media only screen and (max-width: 991px) {	

	.contact_field {padding-bottom: 15px;}
	.text.contact_field.form_inline_title {text-align: right;}
}

@media only screen and (max-width: 800px) {

	
}

@media only screen and (max-width: 767px) {

	.desktop-only {display: none !important;}
	.mobile-only {display: block !important;}	
	.resp-tabs-list-container {height: 0;}
	
	.alignnone {margin: 0px !important;padding-bottom: 15px;padding-top: 15px;}
	
	.flexslider .slides > li  {min-height: 500px;}
	.contact-title {margin-bottom: 25px;}
	.contact-title {font-size: 20px;}
	span.contact-title-num {font-size: 30px;display: inline-block;padding-right: 20px;}
	span.contact-title-bottom {font-size: 22px;}
	h1.page-title {font-size: 40px;}
	#footer-content .header-phones-col {display: none;}

	.top-slider-bg {min-height: 500px;}
	#home-top-slider {height: 700px;}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {right: 5px;}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {left: 5px;text-align: left;}
	#header-phone, #header-info {display: none;}
	#home_intro {padding: 50px 0;background: rgba(0,0,0,0.5);position: relative;width: 100%;top: auto;left: auto;}
	.top-page-bg-overlay, .top-page-bg {height: 250px;min-height: 250px;}
	
	h1, h1.entry-title.page-title.top_vid_title {font-size: 50px;}
	.top_vid_subtitle, .top_vid_subtitle p {font-size: 30px;}
	h2, .page_intro_title, h2.project_gallery_title, .section_subtitle {font-size: 32px;line-height: 1.3;padding-bottom: 10px;}
	h3.section_subtitle_small, h3 {font-size: 24px;}
	.top_form_container {padding-top: 20px;}
	
	#footer_logo, .footer-search {padding-bottom: 15px;}
	.footer-contact-col {text-align: center;}
	.main_top_slider_content.wrap {width: 100%;}
	.contact_field {margin-bottom: 10px;}
	.footer-right {text-align: center;padding-bottom: 20px;}
	.footer-left {text-align: center;padding-top: 20px;}	
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 500px) {
		
}

@media only screen and (max-width: 380px) {
	
}