/*
Theme Name: Castillo Theme
Author: Feodor Linik
Author URI: http://felini.pro/
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
* { outline: none; }

html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/* 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, 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/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** 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; }

img { display: block; }

ul, ol { margin: 0; padding: 0; list-style: none; }

li { list-style: none; }

p { margin: 0; padding: 0; }

a { text-decoration: none; }

strong { font-weight: bold; }

input:focus, textarea:focus { outline: none; }

input[type="submit"] { border: 0; }

*:after, *:before { display: block; }

/* Wordpress Default css */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
div.wpcf7 {
  max-width: 680px;
  margin: 20px 0; 
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  width: 100%;
  max-width: 680px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #f2f2f2;
  border: 1px solid #c4c4c4;
  margin: 4px 0 0;
}

.wpcf7 textarea {
  height: 200px;
  padding: 4px 10px;
}

.wpcf7 input[type="submit"] {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  border: 1px solid #c4c4c4;
  background: #fff;
  float: right;
}

a.back {
  padding: 0 0 0 20px;
  background: url(assets/images/back.svg) left center no-repeat;
  background-size: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
a.back:hover {
  opacity: .9;
}

@keyframes run { 0% { transform: translate(-1000%); }
  100% { transform: translate(0); } }
@keyframes run2 { 0% { transform: translate(-1000%); }
  75% { transform: translate(100%); }
  100% { transform: translate(0); } }
@keyframes run3 { 0% { transform: translate(-1000%); }
  75% { transform: translate(200%); }
  100% { transform: translate(0); } }
@keyframes run4 { 0% { transform: translate(-1000%); }
  75% { transform: translate(300%); }
  100% { transform: translate(0); } }
@keyframes run5 { 0% { transform: translate(-1000%); }
  75% { transform: translate(400%); }
  100% { transform: translate(0); } }
@keyframes run6 { 0% { transform: translate(-1000%); }
  75% { transform: translate(500%); }
  100% { transform: translate(0); } }
@keyframes run7 { 0% { transform: translate(-1000%); }
  75% { transform: translate(600%); }
  100% { transform: translate(0); } }
@keyframes run8 { 0% { transform: translate(-1000%); }
  75% { transform: translate(700%); }
  100% { transform: translate(0); } }
@keyframes width { 0% { width: 500%; }
  85% { width: 500%; }
  100% { twidth: 100%; } }
  /* #7F7F7F url(assets/images/body_bg.jpg) */
body { background: #000; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; overflow-x: hidden; }
body.black { background: #000; }
/* Max-width: 1280px */
.wrap { max-width: 1900px; width: 100%; box-sizing: border-box; padding: 0 20px; margin: 0 auto; *zoom: 1; }
.wrap:before, .wrap:after { content: " "; display: table; }
.wrap:after { clear: both; }

.word { display: inline-flex; }
.word span { display: block; height: 34px; width: 34px; text-align: center; text-transform: uppercase; line-height: 34px; font-size: 25px; font-weight: 700; color: #fff; float: left; position: relative; }
.word span:before { content: ""; display: block; width: 100%; height: 100%; box-sizing: border-box; border: 2px solid #fff; position: absolute; top: 0; left: 0; z-index: -1; opacity: 0.8; }

.color_darkgreen:before { background: #4f7c46; }

.color_green:before { background: #53b616; }

.color_rast:before { background: #90422d; }

.color_blue:before { background: #2e629b; }

.color_red:before { background: #b3161f; }

.color_darkred:before { background: #8d2129; }

.color_yellow:before { background: #e1d620; }

.color_orange:before { background: #d85225; }

.grey span:before { background: #6d6868 !important; opacity: 1; }

.trans span:before { background: none !important; opacity: 1 !important; }

.word span:before { transition: background 1s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s; }

.active .word span:nth-child(1), .word.active span:nth-child(1) { z-index: 30; animation: run8 0.4s 1 ease-in-out 0s; }
.active .word span:nth-child(1):before, .word.active span:nth-child(1):before { animation: width 0.5s 1 ease-in-out 0.15s; }
.active .word span:nth-child(2), .word.active span:nth-child(2) { z-index: 40; animation: run7 0.4s 1 ease-in-out 0.15s; }
.active .word span:nth-child(2):before, .word.active span:nth-child(2):before { animation: width 0.5s 1 ease-in-out 0.3s; }
.active .word span:nth-child(3), .word.active span:nth-child(3) { z-index: 50; animation: run6 0.4s 1 ease-in-out 0.3s; }
.active .word span:nth-child(3):before, .word.active span:nth-child(3):before { animation: width 0.5s 1 ease-in-out 0.45s; }
.active .word span:nth-child(4), .word.active span:nth-child(4) { z-index: 60; animation: run5 0.4s 1 ease-in-out 0.45s; }
.active .word span:nth-child(4):before, .word.active span:nth-child(4):before { animation: width 0.5s 1 ease-in-out 0.6s; }
.active .word span:nth-child(5), .word.active span:nth-child(5) { z-index: 70; animation: run4 0.4s 1 ease-in-out 0.6s; }
.active .word span:nth-child(5):before, .word.active span:nth-child(5):before { animation: width 0.5s 1 ease-in-out 0.75s; }
.active .word span:nth-child(6), .word.active span:nth-child(6) { z-index: 80; animation: run3 0.4s 1 ease-in-out 0.75s; }
.active .word span:nth-child(6):before, .word.active span:nth-child(6):before { animation: width 0.5s 1 ease-in-out 0.9s; }
.active .word span:nth-child(7), .word.active span:nth-child(7) { z-index: 90; animation: run2 0.4s 1 ease-in-out 0.9s; }
.active .word span:nth-child(7):before, .word.active span:nth-child(7):before { animation: width 0.5s 1 ease-in-out 1.05s; }
.active .word span:nth-child(8), .word.active span:nth-child(8) { z-index: 100; animation: run 0.4s 1 ease-in-out 1.05s; }
.active .word span:nth-child(8):before, .word.active span:nth-child(8):before { animation: width 0.5s 1 ease-in-out 1.2s; }
/* max-width: 1280px; */
.header { width: 100%; padding: 0px 0 0; margin: 0 auto;z-index: 999;}
.header .wrap { display: block !important; justify-content: center; height: 47px; }
.header__left { /*flex: 0 0 575px;*/ max-width: 575px; float:left;}
.header__right {float:right !important;}
/*.header__right { flex: 0 0 calc(100% - 575px); max-width: calc(100% - 575px); position: relative; }*/
.header__logo { overflow: hidden; }
.header__logo .word span { width: 38px; height: 38px; line-height: 38px; font-size: 30px; color: #8e8a8a; transform: translate(-1000%); transition: transform 0.3s ease-in-out 0.2s; }
.header__logo .word span:before { border: 4px solid #8e8a8a; opacity: 0.2; }

.header__logo.active .word span { transform: translate(0); }
.header__bottom__list {
    height: 38px;
    /*position: relative;
    top: 0;
    z-index: 99999;
    left: 0 !important;*/
    overflow: hidden;
}
/*.header__bottom__list { height: 34px; position: relative; overflow: hidden; top: -36px; z-index: 100; } */
.header__bottom__list .word { position: absolute;opacity: 0;left: 0; }
.header__bottom__list .word span { transform: translate(-1000%); transition: transform 0.3s ease-in-out 0.2s; }
.header__bottom__list .word.active { opacity: 1; }
.header__bottom__list .word.active span { transform: translate(0); }

.page__nav { margin: 2px 0 0; float: right; }
.page__nav a + a { margin-left: 3px; }
.page__nav .word span { transform: translate(-1000%); transition: transform 0.3s ease-in-out 0.2s; }

.page__nav.active .word span { transform: translate(0); }

.header__mobilnav, .header__mobilnav__icon { display: none; }

section.page { margin: 0 0 60px; min-height: calc(100% - 130px); }
.page .wrap .page__inner { min-height: 100%;margin: 0 auto; }/*  max-width: 1280px; */

.page__inner { display: flex; flex-wrap: wrap; min-height: calc(100% - 130px); margin: 0 -15px; overflow: hidden; }
.page__inner_post iframe,
.page__inner_post img { display: block; max-width: 100%; margin: 0 auto; }
.page__inner_post p { width: 100%; }
.page__slider { flex: 0 0 100%; max-width: 100%; box-sizing: border-box; padding: 0 0px; position: relative; }
.page__slider__inner { overflow: hidden; position: relative;margin-left: 30px; }
.page__slider__list { display: inline-flex; width: 100%; position: relative; }
.page-backohome {text-align: left;margin: 20px 20px 0;}
.page__slider__item { flex: 0 0 100%; max-width: 100%; position: relative; }
.page__slider__item:hover .page__slider__info, .home-info:hover .page__slider__info { opacity: 1; }
/* .home-info { width: 50px !important;display: block;position: absolute;top: 13%;right: 0%;} */
.home-info { width: 50px !important;display: block;position: absolute;top: 7%;left: 0%;}
.page__slider__icon { display: block; align-items: center; justify-content: center; height: 90%; width: 98%;max-height: 720px;}
/* Max-height: 550px left: 50%; transform: translate(-50%, -50%);*/
.page__slider__icon img { width: auto; height: auto; max-width: 100%; max-height: 720px; margin:0 auto;}
.page__slider__info { width: 85%; box-sizing: border-box; padding: 20px 25px; background: rgba(72,72,72,0.5); border: 2px solid #484848; line-height: 1.4; color: #fff; position: relative; margin:0 auto; opacity: 0; transition: opacity 0.3s ease-in-out; }
.page__slider__info h2 { display: inline-block; margin: 0 0 15px; }
.page__slider__info h2.video { padding: 0 36px 0 0; background: url(assets/images/play.png) right 1px no-repeat; background-size: 26px; }
.page__slider__arrow img {width: 50px;}
.page__slider__arrow { display: block; width: 50px; height: 60px; position: absolute; top: 35%; transform: translate(0, -50%); }
.page__slider__arrow:hover { opacity: 0.8; filter: alpha(opacity=80); }
.page__slider__arrow.prev { left: 0%; }
.page__slider__arrow.next { right: 0%; }
.page__bottom { flex: 0 0 100%; max-width: 100%; margin: 0px 0 0; }
.page__bottom .header__contact { float: right; }
.page__bottom .header__copyright { float: left; }

.header__copyright { display: block; width: 30px; height: 30px; background: url(assets/images/copyright.svg) no-repeat; background-size: 100%; margin: 4px 16px 0 0; transform: translate(500%); opacity: 0; transition: all 0.4s ease-in-out 1.4s; }
.header__copyright.active { transform: translate(0); opacity: 1; }

.header__contact { display: block; width: 55px; height: 38px; background: url(assets/images/mail.svg) no-repeat; background-size: auto 100%; margin: 0 0 0 22px; transform: translate(-500%); opacity: 0; transition: all 0.4s ease-in-out 2s; }
.header__contact.active { transform: translate(0); opacity: 1; }

.page__list { flex: 0 0 100%; max-width: 750px; margin: 40px auto 0; }
.page__list a { display: block; padding: 20px; background: #7f7f7f; text-transform: uppercase; letter-spacing: 10px; font-size: 18px; font-weight: 600; color: #fff; }
.page__list a:hover { background: #676767; }

.page__item + .page__item { margin-top: 5px; }

.about { flex: 0 0 100%; box-sizing: border-box; max-width: 750px; margin: 40px auto;}

.about__item { margin-top: 5px; }

.about__item + .about__item {  border-top: 0; }
/*  height: 40px; line-height: 40px;  */
.about__item__title {background: #7f7f7f; padding: 20px; letter-spacing: 10px; font-size: 18px; font-weight: 600; color: #fff; cursor: pointer; }
/*
.about__item__title { height: 40px; line-height: 40px; background: #DEDEDE; padding: 0 10px; letter-spacing: 11px; font-size: 18px; font-weight: 600; color: #8C8D8E; cursor: pointer; border: 1px solid #fff; }
*/
.about__item__title:hover { background: #676767; }

.about__item__info { display: none; padding: 4px 10px; background: #fff; }
.about__item__info p + p { margin-top: 15px; }
.about__item__info:before, .about__item__info:after { content: " "; display: table; }
.about__item__info:after { clear: both; }

.about__subitem .about__item__title { height: 32px; line-height: 32px; letter-spacing: 6px; font-size: 16px; }

.about__subitem + .about__subitem { margin-top: 2px; }

.about__contact__inner {
  display: flex; 
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.about__contact__form {
  flex: 0 0 66.66%; 
  box-sizing: border-box; 
  padding-right: 20px;
}
.about__contact__social {
  flex: 0 0 33.33%; 

}
.contact__login__btn {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #6d6868;
  margin: 40px 0 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  color: #fff;
  transition: background 0.3s linear;
  max-width: 220px;
}
.contact__login__btn:hover {
  background: #403e3e;
}

.about__contact__sociallist a {
  display: block;
  box-sizing: border-box; 
  padding: 0 0 0 50px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 12px;
  font-weight: 600;
  color: #fff;
  max-width: 220px;
  transition: opacity 0.3s linear;
}
.about__contact__sociallist a:hover {
  opacity: 0.8;
}
.about__contact__sociallist a.fb { 
  background: #475993 url(assets/images/social_fb.svg) 12px center no-repeat;
  background-size: 22px; 
}
.about__contact__sociallist a.yt {
  background: #d8362a url(assets/images/social_yt.svg) 12px center no-repeat;
  background-size: 23px; 
}
.about__contact__sociallist a.ins {
  background: #527fa2 url(assets/images/social_ins.svg) 13px center no-repeat;
  background-size: 22px; 
}
.about__contact__sociallist a.lin {
  background: #0084b1 url(assets/images/social_lin.svg) 14px center no-repeat;
  background-size: 20px; 
}

.bottom { width: 100%; text-align: center; padding: 0 0 15px; }
.bottom a { font-size: 20px; color: #fff; }

.page__contact { flex: 0 0 50%; margin: 40px 0 0 50%; line-height: 1.3; font-size: 24px; color: #fff; }

.page__address { flex: 0 0 100%; margin: 40px 0 0; text-align: center; font-size: 18px; color: #8e8a8a; }

@media (max-width: 1100px) { 
	section.main {z-index:200;position: static;}
	header {background:#000; height:65px;}
  .page__nav { display: none; }
  .header__mobilnav__icon { display: block; height: 50px; width: 50px;  position: absolute; top: 0px; right: 15px; cursor: pointer; z-index: 9999; }
  .header__mobilnav { display: none; width: 150px; position: absolute; right: 40px; top: 70px; z-index: 99999; }
  .header__mobilnav a { display: block; height: 50px; padding: 0 15px; background: rgba(255,255,255,0.8); line-height: 50px; letter-spacing: 10px; text-transform: uppercase; color: #595959; font-weight: 700;}
  .header__mobilnav a:hover { background: #424141; }
  .header__mobilnav li + li { margin-top: 3px; }
  .header .wrap {flex-wrap: wrap; }
  .header__bottom__list .word {right: 90px;}
  .header__left { 
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
  .header__right { 
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page__nav {
    float: none;
  }
}
@media (max-width: 1000px) { .page__inner { margin: 0; } .page__slider { padding: 0px 50px; }}
@media (max-width: 890px) { .page__inner { flex-wrap: wrap; } 
  iframe { max-width: 100% !important; max-height: 600px !important; }
   .header__bottom__list .word {right: 0;}
   }
@media (max-width: 870px) { .header .wrap { justify-content: normal; }  .header__left { flex: 0 0 576px; max-width: 576px; } }
@media (max-width: 750px) { .word span { height: 30px; width: 30px; line-height: 30px; font-size: 20px; }
  .header__logo { overflow: visible; }
  .header__logo .word span { width: 34px; height: 34px; line-height: 34px; font-size: 26px; }
  .header__logo .word span:before { border-width: 3px; }
  .header__contact { width: 52px; height: 34px; margin: 0 0 0 15px; }
  .header__copyright { width: 26px; height: 26px; margin: 4px 12px 0 0; }
  .wrap { padding: 0 10px; }
  section.page { margin: 44px 0 50px; } }
@media (max-width: 700px) { /*.header .wrap { justify-content: flex-start; }*/
  /*.header__left { flex: 0 0 100%; max-width: 100%; }*/
  .header__left { flex: 0 0 518px; max-width: 518px; } 
  .header__logo { display: inline-block; max-width: 300px; text-align: center; }
  .header__mobilnav__icon { right: 16px; top: -82px; }
/*   .header__bottom__list { display: none; } */
  .page__bottom { margin: 15px 0 0; }
  .header__contact { width: 34px; }
  .page__contact { flex: 0 0 100%; margin: 40px 0 0; text-align: center; }
  .page__list a { padding: 15px; letter-spacing: 9px; font-size: 14px; }
  .about { padding: 0; margin: 5px auto;}
  .about__item__title { padding: 0 10px; letter-spacing: 6px; font-size: 16px; } }
@media (max-width: 700px) { 
  .header__logo {
    max-width: 100%;
    width: 100%;
  }
  /* iframe { max-height: 300px !important; } */
}
@media (max-width: 640px) { 
  .header__logo .word span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 23px;
  } 
  .header__left {
    flex: 0 0 320px;
    max-width: 320px;
  }
  .header__mobilnav__icon {
    top: -50px !important;
  }
}
@media (max-width: 590px) { .header__logo .word span {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 23px;
  } 
  .header__logo {
    display: block;
    text-align: left
  }
}
@media (max-width: 580px) { .wrap { padding: 0 15px; }
  .header__mobilnav__icon { right: 2px; }
  .page__slider__arrow { width: 27px; height: 45px;  }
  .page__slider { padding: 0 40px; }
  .page__slider__info { width: 90%; padding: 15px 20px; font-size: 14px; }
  .page__slider__info h2 { margin-bottom: 12px; font-size: 18px; }
  .page__slider__info h2.video { padding: 0px 30px 0 0; background-position: right 0; background-size: 22px; }
  section.page { margin: 30px 0 30px; } }
@media (max-width: 570px) { 
  .about__subitem .about__item__title {
    letter-spacing: 1px;
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .page__list {
    margin: 10px auto 0;
  }
  .header__logo .word span {
    width: 27px;
    height: 27px;
    line-height: 28px;
    font-size: 18px;
  } 
}
@media (max-width: 510px) {
  .header__logo .word span {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }
  .header__mobilnav__icon {
    top: -90px;
  }
}
@media (max-width: 500px) { .header__mobilnav__icon { right: -15px; }
  .page__slider { padding: 0; }
  .page__slider__item { padding: 0 0 280px; }
  .page__slider__info { width: 100%; height: 265px; padding: 15px 12px; overflow: auto; top: auto; left: 0; bottom: 0; transform: none; opacity: 1; }
  .page__slider__arrow.next { right: 10px; }
  .page__slider__arrow.prev { left: 10px;  } }
@media (max-width: 500px) {
  .page__address {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .bottom a {
    font-size: 18px;
  }
  .about__item__title {
    padding: 20px;
/*    height: 36px;
    line-height: 36px;*/
  }
}

@media (max-width: 480px) { 
  .header__logo .word span:before {
    border-width: 2px;
  } 
  .header__logo .word span {
    width: 23px;
    height: 23px;
    line-height: 25px;
    font-size: 16px;
  }
  .header__mobilnav {
    right: 10px;
    top: 50px;
  }
}
@media (max-width: 452px) { .page__slider__arrow { width: 20px; height: 37px; }
  /*.header__logo { max-width: 241px; }*/
  /*.header__logo .word span { width: 30px; height: 30px; line-height: 30px; font-size: 21px; } }*/
  .header__logo .word span {
    width: 21px;
    height: 21px;
    line-height: 23px;
    font-size: 14px;
  }
  .word span:before {
    border: 1px solid #fff;
  }
}

@media (max-width: 415px) {
  .page__slider__icon {
      height: 320px;
  }
  .page__slider__icon img {
    max-height: 100%;
  }
  .about__item__title {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .header__logo .word span {
    width: 19px;
    height: 19px;
    line-height: 21px;
    font-size: 13px;
  }
  .wrap {
    padding: 0 10px;
  }
}
@media (max-width: 380px) { /*.header__logo { max-width: 225px; }*/
  /*.header__logo .word span { width: 28px; height: 28px; line-height: 28px; font-size: 18px; }*/
  .header__mobilnav { width: calc(100% - 30px); right: 15px; top: 90px; }
  .page__contact { font-size: 20px; } }
@media (max-width: 380px) {
  .header__logo .word span {
    width: 17px;
    height: 17px;
    line-height: 19px;
    font-size: 12px;
  }
  .page__list a {
    padding: 20px;
    letter-spacing: 2px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  
  .header__logo .word span:before {
    border-width: 1px;
  }
  .about__subitem .about__item__title {
    font-size: 13px;
  }
}

.video__wrap {
  min-width: 100%;
  min-height: 50px;
}
/***** coded by dacgarz *****/
.ondesk {display: block;}
.onmobile {display: none;}
.mc4wp-form-fields {text-align:center;}
article p {color:#ffffff;}
.ytp-hide-controls .ytp-watermark
#mc4wp-form-2 .mc4wp-success {text-align: center;color: green;}
.hide, .home .bottom a, .page-template-page-about .bottom a, .ytp-watermark:hover, #sfsi_holder, .page-id-2504 header {display: none;}
.ytp-watermark:hover {opacity: 0;display: none !important;}
#sfsi_plus_floater, .sfsiplus_norm_row {width: 40px !important;text-align: left;position: absolute;right: 15px;top: 8%;z-index: 999;}
.aboutsubinfo {margin: 15px 0;}
.pubright {text-align: left;font-weight: 700;text-transform: capitalize;background-color: #ececec;line-height: 2; float: right;padding: 5px 10px;width: 25%;}
.pubright a {color: #000;  padding: 5px 10px;}
.presslogo img {max-height: 130px; width: auto;}
#navbar {background-color: #333;position: fixed;max-width: 1100px;  display:none;}
#navbar a {float: left;display: block;color: #f2f2f2;text-align: center;padding: 15px;text-decoration: none;font-size: 17px;}
#navbar a:hover {background-color: #ddd;color: black;}
.pub-entry-title {font-weight: 700;font-size: 22px;color: #000;}
.pub-maincontent {float: left;width: 70%;border-right:0px solid grey;} 
.pub-maincontent img {max-width:180px; height:auto;}
a.pub-btn {color: #fff; background-color: #000; padding: 5px 30px; border-radius: 5px;float: right;margin-right: 10px;}
a.pub-btn:hover {color: #000; border: 1px solid #000; background-color: #fff;}
.ondesk {display: block;}
.onmobile {display: none;}
.fleft {float: left;}
.sfsi_plus_tool_tip_2 {display: none !important;}
.bx-wrapper {max-width: 1280px !important;}
.bx-viewport {max-height: 850px;}
.bx-wrapper img {margin: 0px auto;height: auto;width:auto;max-height: 750px;}
.advps-excerpt-block-one {padding: 10px 50px;}
.single-post p {flex: 0 0 100%;margin: 40px 0 0;text-align: left;font-size: 18px;color: #8e8a8a;}
.bx-wrapper .bx-controls-direction a {top: 30%;}
.advps-excerpt-one {max-width: 1024px;position: sticky;margin: 0 auto;bottom: 0;}
.advps-excerpt-block-one p:before {content:"\f01d";font-family: FontAwesome;display: block;
font-size: 50px;font-weight: 100;height: 50px;float: right;margin-left: 20px;}
.sfsi_plus_wicons {opacity: 0.5;}
img.infocon {width:65px;margin: -12px 15% 20px 0px;display:none;}
.iis-caption .iis-caption-content span {text-align: left !important;}
.Rich_Web_SVS_Next_1, .Rich_Web_SVS_Prev_1 {padding: 7px 25px;}
.Rich_Web_SVS_Next_1 {right:-7%} 
.Rich_Web_SVS_Prev_1 {left:-7%;}
.ideal-image-slider {overflow: visible !important;} 
.postid-1425 a img {max-width:200px;max-height: 200px;}
#framin {letter-spacing:6px; font-size:16px;}
.mylinks {
    letter-spacing: 6px;
    font-size: 14px !important;
    margin-bottom: 5px;
    float: left;
    width: 93%;
    line-height: 1 !important;
    height: auto !important;
}
}
@media(max-width:900px){
.sfsiplus_norm_row {width: 100% !important;top:100%;text-align: center !important;position:relative !important}
.sfsi_plus_widget {float: left;margin: 110px 8px 8px 0px;width: 100%;}
.sfsi_plus_wicons {width: 40px !important;}
.sfsiplus_norm_row {left: 0;}
#moblogo {top:20px;max-width: 90%;}
img.logomobile {width:85%;height: 20px;max-height: 30px;}
}/** END of max-width: 900px */

@media (max-width: 750px){
.ondesk {display: none;}
.onmobile {display: block;}
body{background: #000 !important;}
.postid-1425 a img {max-width: 44%;}
.pubright {float: left;width: 90%;}
.pub-maincontent {float: none;width: 100%;border-right: none;}
.page__slider__inner {margin-left: 0px;}
.header__mobilnav__icon {right: 25px;margin-top: 50px;z-index: 999; position:fixed;}
.bx-wrapper img {margin-top: 45px;height: auto;max-height: 350px;width: auto;overflow: visible;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 20px;}
.bx-wrapper .bx-next {left: 50px; right: auto;}
section.page {margin: 0 auto;}
.page__slider__arrow {bottom: 0;}
.page__slider__arrow img {width: 25px;height: 25px;}
.ondesk {display: none;}
.onmobile {display: block;}
.page__slider__item, .page__slider__icon {padding-bottom: 45px;}
.advps-excerpt-one {display: block !important;height: auto !important;position: sticky;}
.advps-excerpt-block-one {padding: 10px 20px;}
.bx-viewport {height: 550px;}
img.infocon {width:55px;margin: 30px 5px 0 0;display:block; visibility:hidden;}
.ideal-image-slider {overflow: visible !important;} 
.iis-caption {position: static !important;width: 80%;margin-top: 395px;max-height: 31% !important;}
#Rich_Web_VS_SVS_1 .iis-caption .iis-caption-content p {display: block !important;}
#Rich_Web_VS_SVS_1 .iis-caption .iis-caption-content p {width: 100%;}
.sfsiplus_norm_row {width: 90% !important;position: relative !important;padding-top: 50px;margin: 0 5%;}
#moblogo {top:20px;max-width: 100%;}
img.logomobile {width:75%;height: 18px;max-height: 30px;}
.page-template-page-art .sfsiplus_norm_row {float: left;position: absolute !important;top:auto;bottom: 0;left:0; right:0;padding-top: 0px;}
.page-template-page-about .sfsiplus_norm_row {padding-top: 30px;}
} /** END of max-width: 750px */

.page-template-page-art #artcat-10, .page-template-page-art #artcat-4, .page-template-page-art #artcat-5, .home .page-backohome, .category-6 img.home-info {display: none;}
.tp-bgimg {background-size: contain !important;}
iframe {border:none !important;}
@media (min-width: 1500px) {.header__bottom__list {left:100%;}}
@media (max-width: 1499px) {.header__bottom__list {left:0 !important;}}


.breadcrumb {padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: rgba(0,0,0,0.5); border-radius: 4px;color: #ffffff;}
.breadcrumb a {color: #ffffff;text-decoration: none;}

/***** Elementor CSS by dacgarz 20210211 *****/
#homeacc .elementor-tabs-wrapper {
	z-index: 999;
	/*
	position: absolute;
    bottom: 0;
    right: 0; 
	 */
}
#homeacc h3 {font-size:14px;}
#homeacc .elementor-posts-container:not(.elementor-posts-masonry) {padding-bottom: 50px;}
.elementor-2033 .elementor-element.elementor-element-db37fe3 .elementor-tab-title.elementor-active, .elementor-2033 .elementor-element.elementor-element-db37fe3 .elementor-tab-title.elementor-active a {background: rgba(255,255,255,0.5);}
.elementor-posts .elementor-post__thumbnail {position: absolute !important;}
/*** Desktop ***/
.elementor-1942 .elementor-element.elementor-element-275abee .elementor-post__thumbnail__link {height: 200px;}
.elementor-2046 .elementor-element.elementor-element-494208f .elementor-post__thumbnail__link {height: 440px;}
.elementor-2057 .elementor-element.elementor-element-78dd078 .elementor-post__thumbnail__link {height: 350px;}
.elementor-2141 .elementor-element.elementor-element-b7dce5f .elementor-post__thumbnail__link {height: 600px;}
.elementor-2052 .elementor-element.elementor-element-947c2e8 .elementor-post__thumbnail__link, .elementor-2061 .elementor-element.elementor-element-cf1d2a5 .elementor-post__thumbnail__link, .elementor-2069 .elementor-element.elementor-element-46f132e .elementor-post__thumbnail__link {height: 290px;}
.elementor-2065 .elementor-element.elementor-element-f95ed1d .elementor-post__thumbnail__link {
     height: 640px;
}
.elementor-2141 .elementor-element.elementor-element-b7dce5f .elementor-post__thumbnail__link {
     height: 585px;
}
.elementor-2073 .elementor-element.elementor-element-4ee14b8 .elementor-post__thumbnail__link {
	height:350px;max-width: 630px;
}
.elementor-2141 .elementor-element.elementor-element-2bbcce9 .elementor-post__thumbnail__link {
    height: 500px;
}

@media (max-width:1024px) {
	.elementor-2057 .elementor-element.elementor-element-78dd078 .elementor-post__thumbnail__link {height: 220px;}
	.elementor-2065 .elementor-element.elementor-element-f95ed1d .elementor-post__thumbnail__link, .elementor-2141 .elementor-element.elementor-element-b7dce5f .elementor-post__thumbnail__link {height: 550px;}
	.elementor-2069 .elementor-element.elementor-element-46f132e .elementor-post__thumbnail__link {height: 166px;}
	.elementor-2073 .elementor-element.elementor-element-4ee14b8 .elementor-post__thumbnail__link {height: 285px;}
	.elementor-2141 .elementor-element.elementor-element-2bbcce9 .elementor-post__thumbnail__link {height: 274px;}
}
@media (max-width:767px) {
	.elementor-1942 .elementor-element.elementor-element-275abee .elementor-post__thumbnail__link  {height: 175px;}
	.elementor-2052 .elementor-element.elementor-element-947c2e8 .elementor-post__thumbnail__link {height:185px;}
	.elementor-2057 .elementor-element.elementor-element-78dd078 .elementor-post__thumbnail__link {height: 100px;}
	.elementor-2061 .elementor-element.elementor-element-cf1d2a5 .elementor-post__thumbnail__link {height: 150px;}
	.elementor-2065 .elementor-element.elementor-element-f95ed1d .elementor-post__thumbnail__link, .elementor-2141 .elementor-element.elementor-element-b7dce5f .elementor-post__thumbnail__link {height: 490px;}
	.elementor-2069 .elementor-element.elementor-element-46f132e .elementor-post__thumbnail__link, .elementor-2073 .elementor-element.elementor-element-4ee14b8 .elementor-post__thumbnail__link {height: 160px;}
	.elementor-2141 .elementor-element.elementor-element-2bbcce9 .elementor-post__thumbnail__link {height: 275px;}
}
.page-id-2504 .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
}
.page-id-2504 .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .page-id-2504 .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: block !important;
}
.makebigger a {padding:3px 20px !important;}
.makebigger .fa {font-size:40px;}