/*
Theme Name: Zum Löwen
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* pt-sans-700 - latin */
  @font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('./fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* vidaloka-regular - latin */
  @font-face {
    font-family: 'Vidaloka';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/vidaloka-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/vidaloka-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* pt-sans-caption-regular - latin */
  @font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/pt-sans-caption-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/pt-sans-caption-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* pt-sans-caption-700 - latin */
  @font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('./fonts/pt-sans-caption-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('./fonts/pt-sans-caption-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

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

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
    content: "";
    display: block;
    clear: both;
}

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

html {
    height: 100%;
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    height: 100%;
    color: #393633;
    background: #fff;
    font: 19px/1.473 "PT Sans", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    letter-spacing: .5px;
}

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

#overlayPP,
.bg-stretch img {
    max-width: inherit !important;
}

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

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

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

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

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

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

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

ul {
    list-style-type: disc;
}

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

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    height: 38px;
    margin: 0;
    padding: 11px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    background: #fff;
    color: #393633;
    font-size: 14px;
    line-height: 16px;
    outline: none;
}

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

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #393633;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #393633;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #393633;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #393633;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
    color: #393633;
}

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

textarea {
    width: 100%;
    min-height: 150px;
    max-height: 300px;
    resize: none;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.btn {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    vertical-align: top;
    background: #9d9b9a;
    border: none;
    border-radius: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    outline: none;
    -webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
    transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover,
.btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.main-block {
    padding: 250px 0 0;
}

.main-block .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#content {
    width: 100%;
    padding: 0 0 40px;
}

#sidebar {
    width: 100%;
    min-width: 260px;
    max-width: 260px;
    margin: 0 0 0 40px;
}

.widget {
    margin-bottom: 1.473em;
}

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

.widget select {
    min-width: inherit;
    width: 100%;
}

.widget h3 {
    font-size: 20px;
    line-height: 22px;
}

.widget .search-form input[type="search"] {
    width: 70%;
}

/* Calendar */

#wp-calendar {
    width: 95%;
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

#wp-calendar caption {
    padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td {
    background: transparent;
}

/* Typography */

ul ul,
ul ol {
    margin: 0;
}

ul > li {
    list-style-type: disc;
}

ul > ul > li {
    list-style-type: circle;
}

ol ol,
ol ul {
    margin: 0;
}

ol > li {
    list-style-type: decimal;
}

ol > ol > li {
    list-style-type: lower-alpha;
}

.comment-form p {
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0;
}

.comment-form label {
    display: block;
    padding: 0 0 5px;
}

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

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

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

.post-password-form label {
    display: block;
}

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

.search-form input {
    float: left;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
    background: #9d9b9a;
    color: #fff;
    height: 40px;
    padding: 0 10px;
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.search-form,
.post-password-form,
#search_block {
    margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
    float: left;
    height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
    margin: 0 4px 0 0;
    width: 50%;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
    width: 50%;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
    height: 40px;
}

.search-form input[type="submit"]:hover,
.search-form button:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form button:hover,
#search_block input[type="submit"]:hover,
#search_block button:hover {
    background: #000;
    color: #fff;
}

.commentlist {
    margin: 0 0 1.473em;
}

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

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

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

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

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

.widget_calendar #prev {
    padding-left: 5px;
    text-align: left;
}

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

.navigation,
.navigation-comments,
.pagination {
    position: relative;
    vertical-align: middle;
    padding: 10px 0 20px 0;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
    color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
    background: none;
    color: #ccc;
}

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

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #9d9b9a;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
    background: #b3b3b3;
    border-color: #b3b3b3;
    pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    color: #fff;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.navigation a,
.navigation-comments a,
.pagination a {
    color: inherit;
}

.navigation-single {
    margin-bottom: 1.473em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #9d9b9a;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: 5px;
    display: block;
}

.navigation-single .next {
    float: right;
}

/* Begin Images */

img.border {
    padding: 5px;
    border: 1px solid #ccc;
}

.wp-caption {
    clear: both;
    border: 1px solid #393633;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    width: auto;
    max-width: 98.5%;
}

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

div.aligncenter,
figure.aligncenter {
    margin: 0 auto 1.473em;
    text-align: center;
}

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

.aligncenter {
    margin: 5px auto 20px auto;
}

.alignleft {
    float: left;
    margin: 0 1.473em 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 1.473em;
}

.alignnone {
    margin: 0;
}

img.wp-smiley {
    padding: 0;
    border: none;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
    display: block;
    position: relative;
    padding-bottom: 60%;
}

.fluid-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

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

.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}

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

.al,
.navigation .next {
    float: left;
}

.ar,
.navigation .prev {
    float: right;
}

.posts-list .entry p {
    margin: 0;
}

.posts-list .post {
    margin: 0 0 60px;
}

.title {
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

.title h1 {
    margin: 0;
}

.post .title {
    margin-bottom: 10px;
}

.post .postmetadata {
    margin-bottom: 10px;
}

.textwidget p {
    padding: 0 0 10px 0;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

code br {
    display: none;
}

pre,
code {
    font-family: mono-space, monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height: 20px;
}

code {
    padding: 1px 20px 0 20px;
    background: #f6f6f6;
    border-top: 0;
    border-bottom: 0;
}

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #dfcfba;
}

blockquote {
    margin: 0 0 1.2em;
}

blockquote cite {
    display: block;
    padding-top: 5px;
}

sup {
    position: relative;
    top: -5px;
}

sub {
    position: relative;
    top: 5px;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clear {
    clear: both;
    line-height: 0;
}

.page-link {
    padding: 0 0 15px;
}

/* Respond */

.comments {
    clear: both;
}

#respond {
    margin: 20px 0 20px 0;
    overflow: hidden;
}

.commentlist #respond {
    margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
    font-size: 12px;
    font-weight: normal;
}

/* Comments*/

#comments,
#reply-title {
    margin: 0 0 15px 0;
    line-height: 1.6em;
}

.commentlist {
    margin-left: -2em;
    padding: 0;
    text-align: justify;
    line-height: 1.6em;
}

.commentlist .comment {
    padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
    padding-top: 1.2em;
}

.commentlist .commentlist {
    padding: 0;
}

.commentlist .comment-author {
    margin-bottom: .5em;
}

.commentlist .comment-metadata {
    margin-bottom: .5em;
}

.commentlist .comment-author img {
    float: left;
    margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
    margin-left: 20px;
}

.comment-body {
    margin: 0 0 20px;
}

.comment-body .reply {
    padding-bottom: 15px;
}

.parent.comment .comment {
    margin-left: 30px;
}

.comment-author.vcard {
    margin-bottom: 10px;
}

.breadcrumb {
    padding-bottom: 20px;
}

.post .title h3 {
    margin-bottom: 1em;
}

.divider {
    height: 80px;
}

.wpcf7-not-valid-tip {
    display: block;
    padding-top: 5px;
}

.wpcf7-response-output {
    text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    color: #d93c3c;
}

.error input:not([type="submit"]) {
    border-color: red !important;
}

/* Galleries */

.widget .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.gallery-item {
    max-width: 50%;
    margin: 0;
    padding: 0 10px 1.5em;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    box-shadow: none;
    background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    filter: opacity(60%);
}

.gallery-item img {
    -webkit-transition: filter .3s ease-in;
    transition: filter .3s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Vidaloka", serif;
    margin: 0 0 .5em;
    color: inherit;
    line-height: 32px;
    letter-spacing: 0;
}

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

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

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

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

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
    color: inherit;
}

p {
    margin: 0 0 15px;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    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;
}

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

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

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

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

body.page-scrolled #header.sticky {
    opacity: 1;
}

/* .mac,
.safari{
	body{
		&.nav-active{
			@include media('<desktop') {
				position:relative;
				height:auto;
				overflow:visible;
			}
		}
	}
} */

#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    overflow: hidden;
}

.w1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 55px 95px;
}

#header.sticky {
    position: fixed;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#header.gray-header:before {
    content: none;
}

#header.gray-header #nav li.active a:after {
    background: #393633;
}

#header.gray-header #nav a {
    color: #393633;
}

#header.gray-header #nav a:hover:after {
    background: #393633;
}

#header.gray-header #nav .drop-opener:after {
    border-color: #393633 transparent transparent transparent;
}

#header.gray-header .nav-opener:after,
#header.gray-header .nav-opener:before,
#header.gray-header .nav-opener span {
    background: #393633;
}

#header.gray-header .logo {
    display: none;
}

#header.gray-header .logo-gray {
    display: block;
}

#header .slide {
    text-align: right;
    padding: 15px 0 0 140px;
}

.logo,
.logo-gray {
    float: left;
}

.logo-gray {
    display: none;
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

#nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
    position: relative;
}

#nav > li.active a:after {
    display: block;
}

#nav > li:first-child {
    margin-left: 0;
}

#nav > li:last-child > .drop {
    left: auto;
    right: 0;
    text-align: right;
}

#header #nav > li.current-menu-item > a {
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

#header.gray-header #nav > li.current-menu-item > a {
    border-bottom: 2px solid rgba(57,54,51,0.5);
}

#nav a {
    position: relative;
    color: #fff;
    padding: 0 0 4px;
}

#nav a:after {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 2px;
    background: #fff;
    opacity: .5;
}

#nav a:hover {
    text-decoration: none;
    opacity: 1;
}

#nav a:hover:after {
    display: block;
}

#nav .drop-opener {
    display: none;
    position: relative;
}

#nav .drop-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    content: "";
    margin: -1px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #fff transparent transparent transparent;
}

#nav .drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 180px; /* 		@include media('<widescreen-wide') {
			right:0;
			left:auto;
		} */
}

#nav ul {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
}

#nav ul > li {
    display: block;
    position: relative;
    list-style-type: none;
    padding: 3px 0;
    margin: 0;
}

#nav ul > li .drop-opener {
    display: block;
}

#nav ul > li .drop-opener:after {
    margin: -11px 0 0 -7px;
}

#nav ul a {
    color: #fff;
    opacity: .8;
    padding: 0;
}

#nav ul a:after {
    content: none;
}

#nav ul a:hover {
    text-decoration: none;
    opacity: 1;
}

#nav ul .drop {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
}

.nav-opener {
    display: none;
    float: right;
    width: 28px;
    height: 22px;
    margin: 20px 0 0;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 3;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 0;
}

.nav-opener:after {
    top: 18px;
}

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

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 0;
    right: 0;
}

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

/* home */

.intro {
    position: relative;
    height: 100vh;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro .container {
    position: relative;
    z-index: 2;
    padding: 20px 15px 37px;
    margin: 0;
}

.intro h1 {
    margin-bottom: 0px;

    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "PT Sans Caption", "Helvetica", sans-serif;
    letter-spacing: 3px;
}

.intro .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2px;
    margin: 18px 0px;
}
.intro .divider:before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #ffffff;
}

.btn-scroll {
    position: absolute;
    left: 50%;
    bottom: 37px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    padding: 22px 0 24px;
    margin-left: -36px;
}

.btn-scroll:hover {
    text-decoration: none;
    opacity: .7;
}

.btn-scroll:after,
.btn-scroll:before {
    content: "\e900";
    font-family: "icomoon";
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    font-size: 17px;
    line-height: 17px;
    margin-left: -18px;
}

.btn-scroll:after {
    bottom: auto;
    top: 100%;
}

.logo-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo-block > div {
    max-width: 350px;
    width: 100%;
}

.logo-block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .1) 0%, transparent 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%, transparent 70%);
    width: 700px;
    height: 500px;
}

.logo-block img {
    position: relative;
    z-index: 2;
}

.dots-list {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 3;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.dots-list li {
    margin: 1px 0;
    list-style: none;
}

.dots-list a {
    display: block;
    background: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.dots-list a.anchor-active {
    background: #fff;
}

.promo-section {
    position: relative;
    overflow: hidden;
}

.promo-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    max-width: inherit;
    width: 100%;
    padding: 0 80px;
}

.promo-section.left .container {
    padding: 140px 120px 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.promo-section.right .container {
    padding: 140px 160px 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.promo-section.center .container {
    padding: 140px 160px 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo-section h2 {
    font-size: 72px;
    line-height: 74px;
    font-weight: 400;
    margin: 0;
}

.promo-section .top-shadow:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, transparent 100%);
}

.heading-separator {
    display: block;
    background: url(images/decor-white.png) no-repeat;
    background-size: auto auto;
    width: 321px;
    height: 27px;
    background-size: 100%;
    margin: 14px auto 20px;
}

.text-box {
    max-width: 370px;
    position: relative;
    text-align: center;
    color: #fff;
}

.text-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .25) 0%, transparent 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0%, transparent 70%);
    width: 740px;
    height: 570px;
}

.text-box .holder {
    position: relative;
    z-index: 2;
}

.text-box .link {
    color: #fff;
}

.text-box p {
    margin: 0 0 26px;
}

.dark-text {
    color: #393633;
}

.dark-text:after {
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, .5) 0%, transparent 70%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .5) 0%, transparent 70%);
}

.dark-text .link {
    color: #393633;
}

.dark-text .heading-separator {
    background: url(images/decor-gray.png) no-repeat;
}

.slider-section {
    overflow: hidden;
    position: relative;
}

.main-section.not-top .slider-section {
    margin-bottom: 60px;
}

.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.top-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, transparent 100%);
}

.top-shadow-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.top-shadow-light:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* .top-shadow{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	&:before{
		content:'';
		position:absolute;
		top:0;
		left:0;
		right:0;
		background:url(images/bg-shadow.png) no-repeat 0 50%;
		width:100%;
		height:100%;
		background-size:100% auto;
	}
} */

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

.slider-block .slide {
    display: none;
    position: relative;
    min-height: 650px;
}

.slider-block .slide.active {
    display: block;
}

.slider-block .slick-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 3;
    padding: 0;
    box-shadow: none;
    margin-top: -27px;
    background: none;
    color: #000;
    font-size: 0;
    line-height: 0;
    border: none;
    letter-spacing: 0;
}

.slider-block .slick-arrow:after {
    content: "\e902";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 54px;
    line-height: 54px;
    color: #fff;
    opacity: 1;
}

.slider-block .slick-arrow:hover {
    opacity: .7;
}

.slider-block .slick-prev {
    left: 30px;
    right: auto;
}

.slider-block .slick-prev:after {
    content: "\e903";
}

.slider-block .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    z-index: 2;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slider-block .slick-dots li {
    list-style: none;
    margin: 0 4px;
}

.slider-block .slick-dots li.slick-active button {
    background: #fff;
}

.slider-block .slick-dots button {
    background: transparent;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.main-section {
    padding: 0 0 49px 0;
    letter-spacing: .5px;
}

.main-section.add {
    padding-top: 240px;
}

.main-section .text-frame {
    max-width: 776px;
    margin: 0 auto 64px;
    text-align: center;
}

.main-section h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 400;
    color: #393633;
    margin: 0 0 -12px;
    text-align: center;
}

.heading {
    position: relative;
    margin: 0 0 49px;
    text-align: center;
}

.heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    height: 2px;
    background: #9d9b9a;
    width: 102px;
    margin-left: -51px;
}

.heading h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 400;
    color: #393633;
    margin: 0;
    padding: 0 0 49px;
}

.heading h2 {
    font-size: 55px;
    line-height: 63px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 44px;
}

.heading.add {
    margin: 0 0 35px;
}

.heading.add h2 {
    padding: 0 0 26px;
}

.separator {
    margin: 50px 0;
    border-top: 2px solid #9d9b9a;
}

.green-block {
    background: #d3dcd7;
}

.white-block {
    background: #fff;
}

.green-white-block {
    background: #d3dcd7;
    color: #fff;
}

.green-white-block .heading:after {
    background: #fff;
}

.green-white-block .link {
    color: #fff;
}

.white-text-block {
    color: #fff;
}

.white-text-block .link {
    color: #fff;
}

.info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.info-block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.info-block .image-block {
    width: 50%;
}

.info-block .image-block img {
    width: 100%;
    height: 100%;
}

.info-block .holder {
    max-width: 410px;
    margin: 0 auto;
    padding: 30px 20px;
}

.info-block p {
    margin: 0 0 35px;
}

.text-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #393633;
    text-align: center;
}

.link {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px 0 0;
    color: #393633;
}

.link:after {
    content: ">";
    position: absolute;
    right: -5px;
    top: -3px;
    z-index: 2;
    font-size: 21px;
}

.link:hover {
    text-decoration: none;
    opacity: .65;
}

.link.add {
    padding: 0;
}

.link.add:after {
    content: none;
}

.details-block {
    position: relative;
    padding: 113px 20px;
    text-align: center;
}

.details-block .text-holder {
    position: relative;
    z-index: 2;
    max-width: 970px;
    margin: 0 auto;
}

.details-block .link {
    color: #fff;
}

.details-block .heading h2 {
    font-size: 50px;
    line-height: 52px;
}

.details-block p {
    margin: 0 0 45px;
}

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

.description-block .text-holder {
    padding: 54px 20px;
}

.description-block .frame {
    max-width: 970px;
    margin: 0 auto;
}

.description-block p {
    margin: 0 0 46px;
}

.slider-area {
    width: 50%;
}

.slider-box {
    height: 100%;
    position: relative;
}

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

.slider-box .slide {
    display: none;
    position: relative;
    min-height: 500px;
}

.slider-box .slide.active {
    display: block;
}

.slider-box .slide img {
    width: 100%;
}

.slider-box .slick-list {
    height: 100% !important;
}

.slider-box .slick-track {
    height: 100% !important;
}

.slider-box .slick-arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    padding: 0;
    box-shadow: none;
    margin-top: -17px;
    background: none;
    color: #000;
    font-size: 0;
    line-height: 0;
    border: none;
    letter-spacing: 0;
}

.slider-box .slick-arrow:after {
    content: "\e902";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 34px;
    line-height: 34px;
    color: #393633;
}

.slider-box .slick-arrow:hover {
    opacity: .7;
}

.slider-box .slick-prev {
    left: 6px;
    right: auto;
}

.slider-box .slick-prev:after {
    content: "\e903";
}

.contact-section {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

.form-block {
    max-width: 600px;
    margin: 60px auto;
}

.form-block input[type="text"],
.form-block input[type="tel"],
.form-block input[type="email"],
.form-block input[type="search"],
.form-block input[type="password"],
.form-block input[type="url"],
.form-block textarea {
    display: block;
    background: #fff;
    border: 1px solid #393633;
    width: 100%;
    height: 38px;
    padding: 8px 10px 7px;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #9d9b9a;
}

.form-block input[type="text"]::-webkit-input-placeholder,
.form-block input[type="tel"]::-webkit-input-placeholder,
.form-block input[type="email"]::-webkit-input-placeholder,
.form-block input[type="search"]::-webkit-input-placeholder,
.form-block input[type="password"]::-webkit-input-placeholder,
.form-block input[type="url"]::-webkit-input-placeholder,
.form-block textarea::-webkit-input-placeholder {
    color: #9d9b9a;
}

.form-block input[type="text"]::-moz-placeholder,
.form-block input[type="tel"]::-moz-placeholder,
.form-block input[type="email"]::-moz-placeholder,
.form-block input[type="search"]::-moz-placeholder,
.form-block input[type="password"]::-moz-placeholder,
.form-block input[type="url"]::-moz-placeholder,
.form-block textarea::-moz-placeholder {
    opacity: 1;
    color: #9d9b9a;
}

.form-block input[type="text"]:-moz-placeholder,
.form-block input[type="tel"]:-moz-placeholder,
.form-block input[type="email"]:-moz-placeholder,
.form-block input[type="search"]:-moz-placeholder,
.form-block input[type="password"]:-moz-placeholder,
.form-block input[type="url"]:-moz-placeholder,
.form-block textarea:-moz-placeholder {
    color: #9d9b9a;
}

.form-block input[type="text"]:-ms-input-placeholder,
.form-block input[type="tel"]:-ms-input-placeholder,
.form-block input[type="email"]:-ms-input-placeholder,
.form-block input[type="search"]:-ms-input-placeholder,
.form-block input[type="password"]:-ms-input-placeholder,
.form-block input[type="url"]:-ms-input-placeholder,
.form-block textarea:-ms-input-placeholder {
    color: #9d9b9a;
}

.form-block input[type="text"].placeholder,
.form-block input[type="tel"].placeholder,
.form-block input[type="email"].placeholder,
.form-block input[type="search"].placeholder,
.form-block input[type="password"].placeholder,
.form-block input[type="url"].placeholder,
.form-block textarea.placeholder {
    color: #9d9b9a;
}

.form-block textarea {
    min-height: 200px;
    resize: none;
}

.form-block .form-control {
    position: relative;
    margin: 0 0 25px;
}

.form-block .btn {
    display: block;
    min-width: 100px;
    margin: 25px auto 0 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 14px 5px;
    background: #9d9b9a;
    color: #fff;
}

.form-block .btn:hover {
    color: #fff;
}

#footer {
    display: table-footer-group;
    height: 1%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.footer-holder {
    padding: 49px 0 47px;
    border-top: 2px solid #9d9b9a;
    border-bottom: 2px solid #9d9b9a;
    margin: 0 0 50px;
    position: relative;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Vidaloka", serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.58px;
}

.footer-nav li {
    list-style: none;
    margin: 0 18px;
}

.footer-nav a {
    color: #2b2926;
}

.footer-nav a:hover {
    text-decoration: none;
    opacity: .7;
}

.links-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    margin-top: 30px;
}

.links-list li {
    list-style: none;
    margin: 0 9px;
}

.links-list a {
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
}

.links-list a:hover {
    opacity: .7;
}

.links-list .fa-facebook {
    font-size: 30px;
    line-height: 40px;
}

.links-list .fa-instagram {
    font-size: 30px;
    line-height: 40px;
    margin-right: -1px;
    margin-top: -1px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha-note {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #393633;
  margin-left: 1.5em;
}
.recaptcha-note a {
  color: #393633;
  text-decoration: underline;
}

.links-list .check {
    position: relative;
    display: block;
}

.links-list .check:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    z-index: 2;
    background: url(images/ico-check.png) no-repeat;
    width: 31px;
    height: 20px;
    background-size: 100%;
}

.bottom-box {
    text-align: center;
    padding: 19px 0 10px;
}

.top-link {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000;
    padding-top: 21px;
    position: relative;
}

.top-link:hover {
    text-decoration: none;
    opacity: .7;
}

.top-link .icon-arrow-t {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    font-size: 18px;
    line-height: 18px;
    margin-left: -18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .heading-separator {
        background: url(images/decor-white@2x.png) no-repeat;
        background-size: 100%;
    }

    .dark-text .heading-separator {
        background: url(images/decor-gray@2x.png) no-repeat;
        background-size: 100%;
    }

    .links-list .check:after {
        background: url(images/ico-check@2x.png) no-repeat;
        background-size: 100%;
    }
}
@media (min-width: 667px) {
    .info-block.img-right .image-block {
        order:1;
    }
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

@media (min-width: 1024px) {
    /* Gallery Columns */

    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.333%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    #nav > li.hover > .drop {
        display: block !important;
    }

    #nav ul > li.hover > .drop {
        display: block !important;
    }
}

@media (min-width: 1440px) {
    /* Gallery Columns */

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

@media (max-width: 1919px) {
    #header {
        padding: 35px 95px;
    }

    #nav ul > li .drop-opener:after {
        margin: -11px -7px 0 0;
    }

    #nav ul .drop {
        left: auto;
        right: 100%;
    }

    .promo-section .container {
        max-width: 1400px;
    }
}

@media (max-width: 1439px) {
    #header {
        padding: 35px 20px;
    }

    .logo,
    .logo-gray {
        max-width: 100px;
    }

    #nav {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: .5px;
    }

    #nav > li {
        margin: 0 0 0 15px;
    }

    .promo-section .container {
        max-width: 1200px;
        min-height: 500px;
    }

    .slider-block .slide {
        min-height: 550px;
    }

    .slider-block .slick-arrow {
        right: 20px;
        margin-top: -17px;
    }

    .slider-block .slick-arrow:after {
        font-size: 34px;
        line-height: 34px;
    }

    .slider-block .slick-prev {
        left: 20px;
		right: auto;
    }

    .main-section h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .heading h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .heading h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .footer-nav {
        margin: 0 0 50px;
    }

    .links-list {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    .main-block {
        padding: 150px 0 0;
    }

    #sidebar {
        min-width: 200px;
        max-width: 200px;
        margin: 0 0 0 20px;
    }

    .navigation,
    .navigation-comments,
    .pagination {
        font-size: 14px;
    }

    img.alignleft,
    img.alignright {
        max-width: 50%;
    }

    .divider {
        height: 40px;
    }

    body.nav-active {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    body.nav-active #header .slide {
        display: block;
    }

    #header .slide {
        display: none;
        padding: 0;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(119,136,125,0.8);
        padding: 110px 0 20px;
    }

    #header .slide-holder {
        height: 100%;
        overflow: auto;
    }

    .header-holder:after {
        display: block;
        clear: both;
        content: "";
    }

    .logo,
    .logo-gray {
        max-width: 100%;
        position: relative;
        z-index: 3;
    }

    #nav {
        display: block;
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 19px;
    }

    #nav > li {
        display: block;
        margin: 0;
        padding: 10px 0;
    }

    #nav > li.hover > .drop {
        display: none;
    }

    #nav > li.drop-active > .drop {
        display: block;
    }

    #nav > li:last-child > .drop {
        position: static;
        width: auto;
        text-align: center;
    }

    #nav a {
        padding: 0;
        opacity: .7;
    }

    #nav a:after {
        content: none;
    }

    #nav a:hover {
        color: #fff;
    }

    #nav .drop-opener {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2;
        width: 20px;
        height: 20px;
        margin: -1px 0 -1px 1px;
    }

    #nav .drop {
        position: static;
        width: auto;
    }

    #nav ul {
        text-align: center;
    }

    #nav ul > li {
        padding: 7px 0;
    }

    #nav ul > li.hover > .drop {
        display: none;
    }

    #nav ul > li.drop-active > .drop {
        display: block;
    }

    #nav ul > li .drop-opener:after {
        margin: -2px 0 0 -2px;
    }

    #nav ul a {
        padding: 0;
    }

    #nav ul .drop {
        position: static;
        padding: 10px 0;
    }

    .nav-opener {
        display: block;
    }

    .promo-section.left .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .promo-section.right .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* .main-section {
        padding: 50px 0;
    } */

    .main-section.add {
        padding-top: 150px;
    }

    .main-section .text-frame {
        margin: 0 auto 40px;
    }

    .main-section h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .heading {
        margin: 0 0 30px;
    }

    .heading h1 {
        font-size: 42px;
        line-height: 48px;
        padding: 0 0 30px;
    }

    .heading h2 {
        font-size: 32px;
        line-height: 34px;
        padding: 0 0 30px;
    }

    .heading.add {
        margin: 0 0 20px;
    }

    .heading.add h2 {
        padding: 0 0 15px;
    }

    .separator {
        margin: 40px 0;
    }

    .info-block .holder {
        max-width: 300px;
        padding: 20px;
    }

    .info-block p {
        margin: 0 0 25px;
    }

    .link:after {
        top: -2px;
    }

    .details-block .heading h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .details-block p {
        margin: 0 0 25px;
    }

    .description-block .text-holder {
        padding: 35px 20px 45px;
    }

    .description-block p {
        margin: 0 0 25px;
    }

    .form-block {
        margin: 40px auto;
    }

    .footer-holder {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    .footer-nav {
        margin: 0 0 35px;
    }

    .footer-nav li {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    input[type="file"] {
        width: 100%;
    }

    .main-block {
        padding: 130px 0 0;
    }

    .main-block .container {
        display: block;
    }

    #sidebar {
        min-width: 0;
        max-width: inherit;
        margin: 0;
    }

    .widget .search-form input[type="search"] {
        width: 50%;
    }

    .comment-form textarea,
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: 50%;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers,
    .pagination .page-numbers {
        padding: 10px 8px;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers,
    .pagination .page-numbers {
        padding: 8px;
    }

    .navigation .next a,
    .navigation .prev a,
    .navigation .al a,
    .navigation .ar a,
    .navigation-comments .next a,
    .navigation-comments .prev a,
    .navigation-comments .al a,
    .navigation-comments .ar a,
    .pagination .next a,
    .pagination .prev a,
    .pagination .al a,
    .pagination .ar a {
        padding: 10px;
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }

    .posts-list .post {
        margin: 0 0 20px;
    }

    .commentlist {
        margin-left: 0;
    }

    .commentlist .comment {
        padding: 0;
    }

    .divider {
        display: none;
    }

    .logo,
    .logo-gray {
        max-width: 100px;
    }

    .intro {
        min-height: 380px;
    }

    .intro .container {
        padding: 20px 15px 80px;
    }

    .btn-scroll {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        bottom: 30px;
        padding: 8px 0;
        margin-left: -27px;
    }

    .btn-scroll:after,
    .btn-scroll:before {
        font-size: 12px;
        line-height: 12px;
        margin-left: -12px;
    }

    .logo-block {
        max-width: 250px;
    }

    .intro h1 {
      font-size: 16px;
      line-height: 22px;
    }

    .dots-list {
        bottom: 10px;
    }

    .promo-section .container {
        min-height: 300px;
        padding: 180px 80px 10px;
    }

    .promo-section.left .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 100px 15px 60px;
    }

    .promo-section.right .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 100px 15px 60px;
    }

    .promo-section.center .container {
        padding: 100px 15px 60px;
    }

    .promo-section h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .heading-separator {
        width: 200px;
        height: 17px;
        background-size: 200px 17px;
        margin: 5px auto;
    }

    .text-box {
        line-height: 20px;
    }

    .text-box:after {
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .3) 0%, transparent 70%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, .3) 0%, transparent 70%);
        width: 300px;
        height: 400px;
    }

    .text-box p {
        margin: 0 0 10px;
    }

    .top-shadow:before {
        height: 120px;
    }

    .top-shadow-light:before {
        height: 120px;
    }

    .slider-block .slide {
        min-height: 400px;
    }

    .slider-block .slick-arrow {
        right: 15px;
    }

    .slider-block .slick-prev {
        left: 15px;
		right: auto;
    }

    /* .main-section {
        padding: 40px 0;
    } */

    .main-section.add {
        padding-top: 120px;
    }

    .main-section h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .heading {
        margin: 0 0 25px;
    }

    .heading h1 {
        font-size: 38px;
        line-height: 42px;
        padding: 0 0 25px;
    }

    .heading h2 {
        font-size: 34px;
        line-height: 40px;
        padding: 0 0 25px;
    }

    .heading.add {
        margin: 0 0 15px;
    }

    .heading.add h2 {
        font-size: 24px;
        line-height: 26px;
        padding: 0 0 15px;
    }

    .separator {
        margin: 30px 0;
    }

    .info-block .holder {
        max-width: 290px;
    }

    .info-block p {
        margin: 0 0 15px;
    }

    .link {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .link:after {
        font-size: 19px;
        right: -2px;
        top: 0;
    }

    .mac .link:after,
    .safari .link:after {
        top: 1px;
    }

    .description-block .text-holder {
        padding: 30px 20px 40px;
    }

    .slider-box .slide {
        min-height: 300px;
    }

    .form-block input[type="text"],
    .form-block input[type="tel"],
    .form-block input[type="email"],
    .form-block input[type="search"],
    .form-block input[type="password"],
    .form-block input[type="url"],
    .form-block textarea {
        font-size: 16px;
        line-height: 18px;
        padding: 9px 10px;
    }

    .form-block .form-control {
        margin: 0 0 20px;
    }

    .footer-holder {
        padding: 30px 0;
        margin: 0 0 25px;
    }

    .footer-nav {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .7px;
        margin: 0 0 30px;
    }
}

@media (max-width: 666px) {
    #wp-calendar {
        width: 100%;
    }

    .comment-form textarea,
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: 100%;
    }

    .parent.comment .comment {
        margin-left: 5%;
    }

    #header {
        padding: 25px 15px;
    }

    .nav-opener {
        margin: 13px 0 0;
    }

    .btn-scroll {
        bottom: 75px;
    }

    .promo-section .container {
        min-height: 300px;
    }

    .dark-text .heading-separator {
        width: 200px;
        height: 17px;
        background-size: 200px 17px;
    }

    .slider-block .slide {
        min-height: 350px;
    }

    .main-section h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .heading h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .heading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .info-block {
        display: block;
    }

    .info-block .image-block {
        width: 100%;
    }

    .info-block .holder {
        padding: 30px 20px 35px;
    }

    .text-block {
        width: 100%;
    }

    .details-block .heading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .slider-area {
        width: 100%;
    }

    .footer-nav {
        display: block;
        text-align: center;
    }

    .footer-nav li {
        margin: 0 0 15px;
    }
}

@media (max-width: 374px) {
    .navigation,
    .navigation-comments,
    .pagination {
        font-size: 12px;
    }

    .btn-scroll {
        bottom: 115px;
    }

    .main-section h1 {
        font-size: 26px;
        line-height: 32px;
    }
}
