@charset "UTF-8";
/*
Theme Name: World Labour Force
Author: SYVO Team
Author URI: https://syvo.com/
Version: 1

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.nav, .nav .dropdown, .footer-nav, .social-networks, .slideshow .pagination ul, .info-block .btn-list, .products-list, .brands-list, .images-list, .image-slider .pagination ul, .sub-nav ul, .model-images, .package-list, .accordion, .clients-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .slideshow:after, .info-block .visual-col:after, .info-block .col-holder:after, .products-list:after, .images-list:after, .model-images:after, .two-columns:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 300 16px/1.2 "canada-type-gibson", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 1.2em;
}

th, td {
    border: 1px solid #999;
    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;
}

form label{
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.86px;
    color: #4F4F4F;
    margin: 16px 0 8px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
select,
textarea {
    color: #adadad;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border-radius: 6px;
    padding: 12px 19px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: none;
    border: 1px solid #cfcfcf;
}

select{
    -webkit-appearance: none;
    background: url(images/caret-bottom.svg) no-repeat center right 18px;
    background-size: 14px;
    padding-right: 34px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #cfcfcf;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #757575;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #757575;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #757575;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #757575;
}

textarea {
    resize: none;
    vertical-align: top;
    height: 75px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.widget {
    margin-bottom: 1.2em;
}

.widget ul {
    padding-left: 2em;
}

.widget select {
    min-width: 150px;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.comment-form input[type='submit'] {
    display: block;
    float: none;
}

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.search-form {
    margin-bottom: 15px;
}

.search-form input {
    float: left;
}

.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
}

.post-password-form input {
    float: left;
}

.post-password-form input[type='password'] {
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "cormorant_garamond", "Times", "Baskerville", "Georgia", serif;
    padding: 13px 15px;
    background: #000;
    border-radius: 6px;
    border: 0;
    text-transform: uppercase;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    opacity: 0.8;
}

.commentlist {
    margin: 0 0 1.2em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 1.2em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.wp-pagenavi,
.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin: 40px 0 0;
    text-align: center;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.wp-pagenavi .current{
    text-decoration: underline;
}

.wp-pagenavi .page:hover,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover{
    text-decoration: underline;
}

@media (max-width: 767px) {
    .wp-pagenavi .page,
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: 0 8px;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 767px) {
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    text-decoration: underline;
}

.navigation-single {
    margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    text-decoration: underline;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: #000;
    text-decoration: none;
    padding: .4em;
    display: block;
}

@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}

.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #999;
    padding: .4em;
    margin-bottom: 1.2em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

div.aligncenter {
    margin: 0 auto 1.2em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #999;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    margin: 0 0 0.5em;
    /*color: #000;*/
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 45px;
    font-weight: 300;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

a:hover, a:focus {
    text-decoration: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #000;
    text-shadow: none;
    border-radius: 6px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 8040;
    color: #969696;
    font-weight: 300;
    opacity: 0.80;
    display: none;
}

@media (min-width: 768px) {
    .fancybox-close {
        right: 30px;
        top: 27px;
    }
}

.fancybox-close:before {
    content: '\e80c';
    font-family: "fontello";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 18px;
}

.fancybox-close:hover {
    opacity: 0.60;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0, .65)!important;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot?87927879");
    src: url("fonts/fontello.eot?87927879#iefix") format("embedded-opentype"), url("fonts/fontello.svg?87927879") format("svg"), url("fonts/fontello.woff2?87927879") format("woff2"), url("fonts/fontello.woff?87927879") format("woff"), url("fonts/fontello.ttf?87927879") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?87927879#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:before { content: '\e800'; } /* '' */
.icon-left-open-big:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-plus:before { content: '\e803'; } /* '' */
.icon-close-circle:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e809'; } /* '' */
.icon-pinterest:before { content: '\e80a'; } /* '' */
.icon-linkedin:before { content: '\e80b'; } /* '' */
.icon-close:before { content: '\e80c'; } /* '' */
.icon-open-circle:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e80e'; } /* '' */
.icon-phone:before { content: '\ea10'; } /* '' */
.icon-instagram:before { content: '\ea4a'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */

/* '' */
.header {
    /*position: fixed;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.58) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.58) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.58) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94000000', endColorstr='#00000000',GradientType=0 );

    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.sticky-header .header{
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.03);
}

.sticky-header .header .container{
    padding-top: 23px;
    padding-bottom: 23px;
}

.header .container {
    padding-top: 14px;
    padding-bottom: 14px;
    /*-webkit-transition: padding 0.2s ease;*/
    /*-moz-transition: padding 0.2s ease;*/
    /*transition: padding 0.2s ease;*/
}


.single-jobs .header{
    background: #fff;
}

.single-jobs .nav a{
    color: #000;
}

.single-jobs .header-btns .btn-more{
    color: #000;
}

.single-jobs .header-btns .btn-more:after{
    background: #000;
}

.single-jobs .nav-opener:before, .single-jobs .nav-opener:after, .single-jobs .nav-opener span{
    background: #000;
}

@media (min-width: 375px) {
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sticky-header .header .container{
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 374px) {
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sticky-header .header .container{
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (min-width: 768px) {
    .header .container {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .header .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

header .tel {
    width: 0;
}

@media (min-width: 1024px) {
    .header .tel {
        width: auto;
    }
}

@media (max-width: 1023px) {
    .header .tel {
        font-size: 0;
        margin: 1px 0 0;
    }
}

@media (max-width: 1023px) {
    .header .tel:before {
        font-size: 15px;
    }
}

@media (max-width: 376px) {
    .header .tel {
        margin: 1px 0 0;
    }
}


@media (max-width: 345px) {
    .header .tel {
        margin-top: 0;
    }
    .header .tel:before {
        font-size: 13px;
    }
}


.logo {
    float: left;
    margin: 0 0 0 30px;
    width: 100px;
    line-height: 0;
}

.logo .logo-sticky{
    display: none;
}

.sticky-header .logo .logo-sticky{
    display: inline-block;
    margin-top: 10px;
}

.sticky-header .logo .logo-static{
    display: none;
}


@media (min-width: 380px) {
    .logo {
        margin: 0 0 0 40px;
        width: 115px;
    }

    .sticky-header .logo{
        width: 135px;
        margin: 7px 0 0 40px;
    }

    .sticky-header .logo .logo-sticky{
        margin-top: 0;
    }
}


@media (min-width: 768px) {
    .logo {
        width: 180px;
        margin: 2px 0 0;
    }

    .sticky-header .logo{
        margin: 15px 0 0;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .logo {
        margin: 2px 0 0;
        width: 244px;
    }

    .sticky-header .logo{
        margin: 15px 0 0;
    }
}


.logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.header-content {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 3.25px;
    text-align: right;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header-content {
        font-size: 13px;
        line-height: 16px;
        padding: 22px 0 0 15px;
    }

    .sticky-header .header-content {
        padding: 10px 0 12px 15px;
    }
}

@media (min-width: 1200px) {
    .header-content {
        padding: 33px 0 0 15px;
    }

    .sticky-header .header-content {
        padding: 10px 0 12px 15px;
    }
}

.header-btns{
    display: inline-block;
    margin-left: 50px;
}

.header-btns a{
    display: inline-block;
    vertical-align: middle;
}

.header-btns a + a{
    margin-left: 22px;
}

.header-btns .btn-more {
    color: #fff;
}

.header-btns  .btn-more:after {
    background: #fff;
}

.sticky-header .header-btns .btn-more {
    color: #000;
}

.sticky-header .header-btns  .btn-more:after {
    background: #000;
}

.sticky-header .header-btns .btn-primary{
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 600px){
    .header-btns{
        margin-left: 0;
    }

    .header-btns .btn-primary{
        font-size: 8px;
        line-height: 11px;
        padding: 8px 10px;
    }

    .header-btns .btn-more{
        font-size: 8px;
        line-height: 8px;
    }

    .header-btns{
        margin-top: 10px;
    }

    .header-btns a + a{
        margin-left: 5px;
    }

    .sticky-header .header-btns{
        margin-top: 0;
    }
}

.nav-opener {
    width: 23px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 30px;
    cursor: pointer;
}

.sticky-header .nav-opener{
    top: 23px;
}

@media (min-width: 375px) {
    .nav-opener {
        left: 20px;
    }
}

@media (max-width: 374px) {
    .nav-opener {
        left: 20px;
        top: 16px;
    }
}

@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before, .nav-opener:after,
.nav-opener span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.sticky-header .nav-opener:before, .sticky-header .nav-opener:after,
.sticky-header .nav-opener span{
    background: #000;
}

.nav-opener span {
    top: 6px;
}

.nav-opener:after {
    top: 12px;
}

@media (min-width: 768px) {
    .nav-area {
        padding: 2px 0 0 10px;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .nav-area {
        padding: 16px 0 0 10px;
    }
}

@media (max-width: 767px) {
    .nav-area .list-holder {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        -webkit-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }
}

.nav {
    text-align: left;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width: 1160px) {
    .nav {
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .nav {
        background: #fff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }
}

.nav > li {
    position: relative;
}

@media (min-width: 768px) {
    .nav > li {
        margin: 0 10px 10px;
    }
}

@media (min-width: 1160px) {
    .nav > li {
        margin: 0 14px 10px 14px;
    }
}

@media (min-width: 768px) {
    .nav > li.hover {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
}

@media (min-width: 1160px) {
    .nav > li.hover {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
}

.nav > li.hover > a {
    /*font-weight: 700;*/
    text-shadow: 0px 0px 1px;
}

.nav > li.hover .dropdown {
    display: block;
}

.nav > li.active > a {
    /*font-weight: 700;*/
    text-shadow: 0px 0px 1px;
}

.nav a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.30s linear;
    transition: all 0.30s linear;
}

.sticky-header .nav a{
    color: #000;
}

@media (max-width: 767px) {
    .nav a {
        display: block;
        padding: 8px 12px;
        color: #000;
    }
}

.nav a:hover {
    /*font-weight: 700;*/
    text-shadow: 0px 0px 1px;
}

.nav .dropdown {
    letter-spacing: 2px;
    display: none;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .nav .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 200px;
        background: #fff;
        padding: 10px 10px 0;
    }
}

@media (min-width: 768px) {
    .nav .dropdown li {
        margin: 0 0 10px;
    }
}

.request-demo {
    font-weight: 700;
    padding: 0 5px;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 375px) {
    .request-demo {
        padding: 2px 12px 0 5px;
    }
}

@media (min-width: 768px) {
    .request-demo {
        padding: 0 15px;
    }
}

@media (min-width: 1160px) {
    .request-demo {
        padding: 0 106px 0 30px;
    }
}

@media (max-width: 345px) {
    .request-demo {
        font-size: 10px;
    }
}

.request-demo a {
    color: #000;
    display: block;
    padding: 0 0 3px;
    text-decoration: none;
    border-bottom: 2px solid #edc1c1;
}

@media (min-width: 768px) {
    .request-demo a {
        padding: 0 0 6px;
    }
}

.request-demo a:hover {
    color: #edc1c1;
}

.tel {
    color: #1F4830;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
}

.tel:before {
    content: '\ea10';
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 9px;
}

.tel:hover {
    color: #1f4830;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .nav-active .nav-area .list-holder {
        max-height: 4000px;
    }
}

@media (max-width: 767px) {
    .nav-active .nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#footer {
    padding-top: 55px;
    padding-bottom: 50px;
    text-align: center;
    border-top: 1px solid #1F4830;
}

body:not(.home) #footer{
    margin-top: 100px;
}

@media (max-width: 767px){
    body:not(.home) #footer{
        margin-top: 50px;
    }
}


@media (min-width: 768px) {
    #footer {
        text-align: left;
    }
}

#footer .tel {
    width: auto;
    padding: 0 0 0 24px;
    margin: 7px 0 0;
}

#footer .tel:before {
    font-size: 13px;
}

.footer-logo {
    line-height: 0;
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .footer-logo {
        float: left;
        margin: 4px 0 0;
    }
}

@media (min-width: 1160px) {
    .footer-logo {
        margin: 0;
    }
}

.footer-nav {
    letter-spacing: 2.75px;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .footer-nav {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 15px;
    }
}

@media (min-width: 1160px) {
    .footer-nav {
        margin: 0 39px;
    }
}

.footer-nav li {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .footer-nav li {
        padding: 0 10px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 1160px) {
    .footer-nav li {
        padding: 0 13px;
    }
}

.footer-nav a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-nav a:hover {
    color: #1f4830;
}

.footer-bottom{
    border-top: 1px solid #C8D2CC;
    padding: 2px 0;
    text-align: center;
    color: #787878;
}

.footer-bottom p{
    font-size: 9px;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom p + .bottom-menu{
    margin-left: 6px;
}

.bottom-menu{
    display: inline-block;
    vertical-align: middle;
}

.bottom-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bottom-menu li{
    display: inline-block;
    color: #787878;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 6px;
    position: relative;
}

.bottom-menu li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: -2px;
    height: 9px;
    border-left: 1px solid #787878;
}

.bottom-menu li a{
    color: inherit;
    text-decoration: none;
}

@media (max-width: 650px) {
    .bottom-menu{
        display: block;
        margin-left: 0;
    }

    .bottom-menu li:first-child:before{
        display: none;
    }
}


@media (min-width: 768px) {
    .socials-area {
        float: right;
        padding: 0 6px 0 0;
    }
}

.social-networks {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 0 25px;
}

@media (min-width: 768px) {
    .social-networks {
        margin: 0 0 0 12px;
    }
}

@media (min-width: 1024px) {
    .social-networks {
        margin: 0 0 0 30px;
    }
}

@media (min-width: 1160px) {
    .social-networks {
        margin: 0 0 0 49px;
    }
}

.social-networks li {
    padding: 0 10px;
}

.social-networks a {
    color: #1F4830;
    display: block;
    text-decoration: none;
    font-size: 28px;
}

.social-networks a:hover {
    opacity: 0.80;
}

.social-networks i {
    display: block;
}


.title-space{
    height: 170px;
}

.page-template-default .text-section{
    text-align: left;
}


/*Hero section home page*/
.hero-home{
    background-size: cover;
    display: table;
    width: 100%;
    height: 725px;
    margin-bottom: 15px;
}

.hero-home .container{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.hero-home .text-block{
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin-top: 110px;
    margin-bottom: 50px;
    color: #fff;
}

.hero-home .text-block h2{
    margin-bottom: 20px;
}

.hero-home .text-block .btn-list{
    padding: 0;
    list-style-type: none;
    margin: 50px 0 0;
}


@media (max-width: 767px){
    .hero-home{
        height: 500px;
    }

    .hero-home .text-block{
        margin-top: 50px;
        margin-bottom: 20px;
    }
}



.text-container{
    padding: 75px 90px;
}






@media screen and (min-width: 768px) {
    .scroll-anim-holder {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .scroll-anim-holder .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}

@media screen and (min-width: 768px) {
    .scroll-anim-holder .aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
}

.scroll-anim-holder .mobile-view {
    height: 419px;
}

@media screen and (min-width: 768px) {
    .scroll-anim-holder .mobile-view {
        margin: 0;
    }
}

.scroll-anim-holder .mobile-view .holder {
    height: 100%;
    position: relative;
}

.scroll-anim-holder .mobile-view.is-fixed {
    position: fixed;
    top: 0;
}

.scroll-anim-holder .mobile-view.is-bottom {
    position: absolute;
    bottom: 82px;
    right: 0;
}

@-webkit-keyframes scrollScreen {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    45% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -85%, 0);
        transform: translate3d(0, -85%, 0);
    }
}

@keyframes scrollScreen {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    45% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -85%, 0);
        transform: translate3d(0, -85%, 0);
    }
}

.carousel .pagination.disabled {
    pointer-events: none;
}

.slideshow {
    position: relative;
}

.slideshow .pagination.disabled {
    pointer-events: none;
}

.slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.slideshow .slide.active {
    position: relative;
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
    visibility: hidden;
}

.refresh-gif-wrapper {
    position: relative;
}

.refresh-gif-wrapper .refresh-gif {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.refresh-gif-wrapper .refresh-gif img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
}

.refresh-gif-wrapper .refresh-gif .ff-container {
    position: static;
}

.refresh-gif-wrapper .refresh-gif .ff-container .ff-canvas {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: auto;
}

@media screen and (max-width: 767px) {
    .refresh-gif-wrapper .refresh-gif .ff-container .ff-canvas {
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .refresh-gif-wrapper .refresh-gif .ff-container .ff-image {
        opacity: 1;
    }
}

.ff-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc1MHB4JyBoZWlnaHQ9JzUwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+") center center no-repeat;
}

.ff-container .ff-image {
    z-index: 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.ff-container .ff-image.ff-image-ready {
    opacity: 1;
}

.ff-container .ff-canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    vertical-align: top;
    opacity: 0;
}

.ff-container .ff-canvas.ff-responsive {
    width: 100%;
}

.ff-container .ff-canvas.ff-canvas-ready {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 1;
}

@media (max-width: 600px){
    .ff-container .ff-canvas, .ff-container .ff-canvas.ff-canvas-ready{
        opacity: 0!important;
    }
}

.ff-container .ff-canvas.ff-canvas-active {
    -webkit-transition: none;
    transition: none;
    opacity: 0;
}

.ff-container.ff-responsive {
    width: 100%;
}

.ff-container.ff-responsive .ff-image {
    width: 100%;
}

.ff-container.ff-responsive .ff-canvas-ready {
    width: 100%;
}

body {
    line-height: 28px;
}

@media (max-width: 767px) {
    body {
        text-align: center;
    }

    .ff-container{
        background: none;
    }
    .ff-container .ff-image{
        opacity: 1;
    }
}

.silver-south {
    font-family: "silver_south_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
}

.silver-south-script {
    font-family: "silver_south_script_alt", "Times", "Baskerville", "Georgia", serif;
}

h1 strong, h2 strong, h3 strong, h4 strong{
    font-weight: 500;
}

h1 {
    font-size: 65px;
    line-height: 81px;
    font-weight: 300;
    font-family: "new-spirit-condensed", serif;
    margin: 0 0 10px;
}

h2 {
    font-size: 65px;
    line-height: 81px;
    font-weight: 300;
    font-family: "new-spirit-condensed", serif;
}

h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    font-family: "new-spirit-condensed", serif;
    color: #1F4830;
}

h4{
    font-family: "new-spirit-condensed", serif;
    font-weight: 300;
}

@media (max-width: 767px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }

    h2 {
        font-size: 45px;
        line-height: 50px;
    }

    h3 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2 {
        font-size: 40px;
        line-height: 45px;
    }

    h3 {
        font-size: 33px;
        line-height: 38px;
    }
}

.btn-default {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: "canada-type-gibson", sans-serif;
    padding: 12px 20px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 6px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.360s ease-in-out;
    transition: all 0.360s ease-in-out;
}

@media (min-width: 1024px) {
    .btn-default {
        padding: 13px 32px;
    }
}

.btn-default:hover {
    background: transparent;
    color: #fff;
}

.btn-primary {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: "canada-type-gibson", sans-serif;
    padding: 12px 20px;
    background: #1F4830;
    border: 2px solid #1F4830;
    border-radius: 6px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.360s ease-in-out;
    transition: all 0.360s ease-in-out;
}

.btn-primary:hover {
    background: #fff;
    color: #1F4830;
}

.btn-more {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0 0 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "canada-type-gibson", sans-serif;
    -webkit-transition: color 0.30s ease-in-out;
    transition: color 0.30s ease-in-out;
}

.btn-more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(148, 111, 111, 0.25);
    -webkit-transition: left 0.30s linear, right 0.30s linear;
    transition: left 0.30s linear, right 0.30s linear;
}

.btn-more:hover {
    color: #946f6f;
}

.btn-more:hover:after {
    left: 50%;
    right: 50%;
}

.btn-back {
    color: #979797;
    font-size: 12px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.btn-back:before {
    content: '\e801';
    font-family: "fontello";
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 2px 0;
    font-size: 12px;
}

.btn-back:hover {
    color: #464646;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-alt {
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.image-holder{
    position: relative;
}

.image-holder img{
    width: 100%;
    height: auto;
}

.image-holder p{
    position: absolute;
    top: 54%;
    left: 50%;
    width: 90%;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    font-family: "new-spirit-condensed", serif;
    margin: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px){
    .image-holder{
        margin-left: -10px;
        margin-right: -10px;
    }

    .image-holder p{
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width: 500px){
    .image-holder p{
        font-size: 25px;
        line-height: 35px;
    }
}



/*Text Section*/
.text-section{
    text-align: center;
    padding: 49px 0;
    /*font-size: 18px;*/
}

.visual + .text-section{
    padding-top: 73px;
}

.text-section .text{
    max-width: 800px;
    margin: 0 auto;
}

.text-section p{
    line-height: 1.55;
    letter-spacing: 0.6px;
}

.text-section .btn-list{
    margin: 40px 0 0;
    list-style-type: none;
    padding: 0;
}

.text-section .btn-list .btn-primary{
    min-width: 574px;
}

.text *:last-child{
    margin-bottom: 0;
}

.text h3{
    margin-bottom: 31px;
}

.text p{
    letter-spacing: 0.53px;
    margin-bottom: 30px;
}

.text blockquote{
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 30px;
}

.text blockquote h4{
    font-size: 38px;
    line-height: 1.3;
    margin: 0;
    color: #1F4830;
    font-weight: 300;
    float: left;
    max-width: 34%;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #1F4830;
}

.text blockquote p{
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: left;
}

@media (max-width: 1024px){
    .text blockquote{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px){

    .visual + .text-section{
        padding-top: 50px;
    }

    .text-section{
        padding-left: 10px;
        padding-right: 10px;
    }

    .text-section .btn-list .btn-primary{
        min-width: 0;
    }

    .text blockquote h4{
        max-width: 100%;
        float: none;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #1F4830;
    }
}


/*Content Accordion*/
.text-accordion{

}

.text-accordion .accordion-item{
    text-align: left;
}

.text-accordion .accordion-item{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.7;
}


.text-accordion .accordion-item + .accordion-item{
    margin-top: 35px;
}

.text-accordion .accordion-item p{
    margin-bottom: 0;
}

.text-accordion .accordion-item p + p{
    margin-top: 27px;
}

.text-accordion .accordion-item .accordion-head{
    padding-bottom: 17px;
    border-bottom: 1px solid #979797;
    position: relative;
    cursor: pointer;
}

.text-accordion .accordion-item .accordion-head:before{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #000;
    background: url(images/close-circle.svg);
    background-size: 15px;
}

.text-accordion .accordion-item .accordion-head.close:before{
    background: url(images/open-circle.svg);
}

.text-accordion .accordion-item .accordion-head h4{
    font-size: 24px;
    color: #1f4830;
    margin: 0;
}

.text-accordion .accordion-item .accordion-content{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

@media (max-width: 500px){
    .text-accordion .accordion-item + .accordion-item {
        margin-top: 15px;
    }

    .text-accordion .accordion-item .accordion-head h4{
        font-size: 20px;
    }

    .text-accordion .accordion-item .accordion-head {
        padding-bottom: 9px;
    }

    .text-accordion .accordion-item .accordion-head:before{
        top: 8px;
    }
}




/*Title section*/
.title-section{
    padding-top: 75px;
    padding-bottom: 40px;
}

.title-section .text{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 767px){
    .title-section{
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*Section info list*/
.info-list-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-section + .info-list-section{
    padding-top: 0;
}

.info-list-section .info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.info-list-section .info-list li{
    padding: 0 60px;
    text-align: center;
    position: relative;
    flex: 1 1 auto;
}

.info-list-section .info-list li:before{
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 60px;
    border-bottom: 1px solid #1F4830;
}

.info-list-section .info-list li:first-child:before{
    display: none;
}

.info-list-section .info-list p{
    font-size: 30px;
    line-height: 1.8;
    color: #1F4830;
    font-family: "new-spirit-condensed", serif;
    font-weight: 300;
    margin: 0;
}

.info-list-section .info-list span {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 300;
    display: block;
}

@media (max-width: 1024px){
    .info-list-section .info-list li{
        padding: 0 40px;
    }

    .info-list-section .info-list p{
        line-height: 1.4;
        margin-bottom: 7px;
    }

    .info-list-section .info-list li:before{
        top: 24px;
    }
}


@media (max-width: 767px){
    .info-list-section{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-list-section .info-list{
        display: block;
        margin: -20px 0;
    }

    .info-list-section .info-list li{
        padding: 20px 0;
    }

    .info-list-section .info-list li:before{
        left: 50%;
        top: 5px;
        margin-left: -30px;
    }
}



.event-box{
    width: 100%;
    max-width: 905px;
    border: 1px solid #1F4830;
    padding: 52px;
    margin: 0 auto;
    text-align: left;
}

.event-box + .event-box{
    margin-top: 45px;
}

.event-box h3{
    font-size: 30px;
    line-height: 1.3;
    color: #1F4830;
    margin-bottom: 28px;
}

.event-box h3 a{
    text-decoration: none;
    color: inherit;
}

.event-box h3 a:hover{
    text-decoration: underline;
}

.event-box .event-date{
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.event-box .event-date span + span:before{
    content: '-';
}


.event-box p{
    font-size: 16px;
    letter-spacing: 0.53px;
    margin-bottom: 27px;
}

.event-box .event-help{
    font-size: 16px;
    letter-spacing: 0.83px;
    font-weight: 400;
    padding-top: 10px;
}

.event-box .event-help a{
    color: inherit;
}

.event-box .event-help a:hover{
    text-decoration: none;
}



@media (max-width: 767px){
    .event-box{
        padding: 28px;
    }

    .event-box .event-date{
        margin-bottom: 20px;
    }

    .event-box p{
        margin-bottom: 10px;
    }
}


/*Jobs*/
.jobs-grid-content{
    display: flex;
    width: 100%;
    position: relative;
    max-width: 905px;
    margin: 0 auto;
    padding-top: 96px;
}

.jobs-grid-content .left-col{
    width: 34%;
    padding-right: 55px;
}

.jobs-grid-content .center-col{
    width: 66%;
}

@media (max-width: 767px){
    .jobs-grid-content{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .jobs-grid-content .left-col{
        width: 100%;
        padding-right: 0;
    }

    .jobs-grid-content .center-col{
        width: 100%;
        margin-top: 40px;
    }

    .jobs-filter{
        text-align: left;
    }
}


.job-box{
    border: 1px solid #1F4830;
    padding: 27px 23px 20px;
}

.job-box + .job-box{
    margin-top: 20px;
}

.job-box *:last-child{
    margin-bottom: 0;
}

.job-box h3{
    font-size: 24px;
    line-height: 1.5;
    color: #1F4830;
    float: left;
    margin-bottom: 20px;
}

.job-box h3 a{
    color: inherit;
}

.job-box p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.53px;
}

.job-box .job-date{
    float: right;
    font-size: 11px;
    color: #4F4F4F;
    letter-spacing: 1.57px;
    text-transform: uppercase;
    margin-top: 10px;
}

.jobs-found-count{
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 30px;
    color: #1F4830;
    font-family: "new-spirit-condensed", serif;
    font-weight: 300;
}

.jobs-filter{
    margin-top: -40px;
}

@media (max-width: 767px){
    .job-box{
        text-align: left;
    }
}

@media (max-width: 600px){
    .job-box h3{
        float: none;
    }
    .job-box .job-date{
        float: none;
    }
}

@media (max-width: 500px){
    .job-box{
        padding: 15px 20px;
    }

    .job-box h3{
        font-size: 21px;
        margin-bottom: 10px;
    }

    .job-box p{
        font-size: 14px;
        line-height: 1.5;
    }
}


.searchandfilter ul{
    padding: 0;
}

.searchandfilter h4{
    font-family: "canada-type-gibson", sans-serif;
    font-size: 16px;
    letter-spacing: 1.14px;
    font-weight: 500;
    color: #1F4830;
    text-transform: uppercase;
    padding: 0 0 8px;
}

.searchandfilter h4 + ul{
    padding-top: 19px;
    border-top: 1px solid #979797;
}

.searchandfilter ul li li{
    padding: 13px 0;
}

.searchandfilter ul li li{
    padding: 3px 0;
}

.searchandfilter label{
    font-size: 13px;
    letter-spacing: 0.93px;
}


.searchandfilter .sf-field-search:last-child{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 290px;
}

.searchandfilter .sf-field-search:last-child input{
    padding-right: 56px;
}

.sf-field-submit{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0!important;
    background-color: #1f4830;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sf-field-submit:before{
    content: '\E809';
    font-family: "fontello";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 9px;
    left: 15px;
}

.sf-field-submit input{
    height: 46px;
    width: 46px;
    font-size: 0;
    border: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

@media (max-width: 767px){
    .searchandfilter .sf-field-search:last-child{
        position: relative;
        width: 100%;
    }

    .sf-field-submit{
        top: auto;
    }
}


.sf-input-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
    width: 0;
}

.sf-input-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding-left: 0!important;
    cursor: pointer;
}

.sf-input-checkbox + label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid#4F4F4F;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: -4px;
}

.sf-input-checkbox:checked + label:before{
    border-color: #1F4830;
    background-color: #1F4830;
}

.sf-field-search label{
    display: block;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] h4{
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] h4:before{
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #000;
    background: url(images/close-circle.svg);
    background-size: 15px;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] h4.close:before{
    background: url(images/open-circle.svg);
}





/*Inner job page*/
.inner-job{
    padding-top: 177px;
    text-align: center;
}

.inner-job-grid{

}

.inner-job-grid .left-col{
    width: 61%;
    float: left;
    border: 1px solid #1f4830;
    padding: 32px 40px;
}

.inner-job-grid .right-col{
    float: left;
    width: 24%;
    padding-left: 50px;
    text-align: left;
}

@media (max-width: 900px){
    .inner-job-grid .right-col{
        width: 39%;
    }
}

@media (max-width: 767px){
    .inner-job{
        padding-top: 130px;
    }

    .inner-job-grid{
        padding-left: 30px;
        padding-right: 30px;
    }

    .inner-job-grid .left-col{
        width: 100%;
    }

    .inner-job-grid .right-col{
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 500px){
    .inner-job-grid{
        padding-left: 10px;
        padding-right: 10px;
    }

    .inner-job-grid .left-col{
        padding: 20px;
    }
}


.inner-job h1{
    font-size: 45px;
    color: #1F4830;
    margin-bottom: 29px;
}

.job-info-box{
    text-align: left;
}

.job-info-inner{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.7;
}


.job-info-box + .job-info-box{
    margin-top: 40px;
}

.job-info-box p{
    margin-bottom: 0;
}

.job-info-box p + p{
    margin-top: 27px;
}

.job-info-box ul{
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 24px;
}

.job-info-box ul li{
    position: relative;
    padding-left: 10px;
}

.job-info-box ul li:before{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.job-info-box .job-info-head{
    padding-bottom: 17px;
    border-bottom: 1px solid #979797;
    position: relative;
    cursor: pointer;
}

.job-info-box .job-info-head:before{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #000;
    background: url(images/close-circle.svg);
    background-size: 15px;
}

.job-info-box .job-info-head.close:before{
    background: url(images/open-circle.svg);
}

.job-info-box .job-info-head h4{
    font-size: 24px;
    color: #1f4830;
    margin: 0;
}

.job-info-box .job-info-inner{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
}


.inner-job-grid .right-col p{
    font-size: 14px;
    letter-spacing: 0.47px;
    font-weight: 300;
}

.job-information{
    margin-bottom: 35px;
}

.inner-job-grid .job-information p{
    font-size: 11px;
    letter-spacing: 1.47px;
    line-height: 1.8;
    color: #4F4F4F;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.inner-job-grid .right-col h3{
    font-size: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid #979797;
    margin-bottom: 17px;
    margin-top: 30px;
}

.inner-job-grid .right-col h4{
    font-family: "canada-type-gibson", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}

.inner-job-grid .right-col p{
    margin-bottom: 0;
    line-height: 2.1;
}

.post-share a{
    font-size: 27px;
    color: #1f4830;
    margin-right: 19px;
}

.post-share a:last-child{
    margin-right: 0;
}


@media (max-width: 500px){
    .inner-job h1{
        font-size: 32px;
    }

    .inner-job-grid .right-col h3{
        font-size: 26px;
    }

    .job-info-box .job-info-head h4{
        font-size: 20px;
    }

    .job-info-box .job-info-head{
        padding-bottom: 9px;
    }

    .job-info-box .job-info-head:before{
        top: 8px;
    }
}


























.slideshow {
    position: relative;
    margin: 0 0 12px;
}

.slideshow .slideset {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.slideshow .slide {
    width: 100%;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (min-width: 768px) {
    .slideshow .slide {
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .slideshow .slide {
        height: 600px;
    }
}

@media (min-width: 1160px) {
    .slideshow .slide {
        height: 727px;
    }
}

.slideshow .container {
    width: 100%;
}

@media (max-width: 767px) {
    .slideshow .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.slideshow h1 {
    font-size: 34px;
    line-height: 38px;
}

@media (min-width: 1024px) {
    .slideshow h1 {
        font-size: 54px;
        line-height: 61px;
    }
}

.slideshow h1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    font-family: "silver_south_script_alt", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 1024px) {
    .slideshow h1 span {
        font-size: 89px;
        line-height: 94px;
        margin: -10px 3px 7px;
    }
}

.slideshow h1 em {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 1024px) {
    .slideshow h1 em {
        margin: -5px -16px 0 0;
    }
}

.slideshow .img-holder {
    min-width: 620px;
    width: 100%;
}

@media (min-width: 620px) {
    .slideshow .img-holder {
        min-width: 767px;
    }
}

.slideshow .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.slideshow .caption-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .slideshow .caption-holder {
        padding-top: 37px;
        white-space: nowrap;
        text-align: center;
        letter-spacing: -0.32em;
        text-align: left;
    }

    .slideshow .caption-holder:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }

    .slideshow .caption-holder > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        letter-spacing: 0;
    }
}

.slideshow .caption {
    font-size: 15px;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .slideshow .caption {
        width: 45%;
        float: left;
    }
}

@media (max-width: 767px) {
    .slideshow .caption {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.slideshow .caption h1 {
    margin: 0;
}

.slideshow .caption p {
    margin: 0 0 15px;
    letter-spacing: 1px;
}

@media (min-width: 1160px) {
    .slideshow .caption p {
        margin: 0 0 29px;
    }
}

.slideshow .flower {
    position: absolute;
    left: 22%;
    top: 17%;
    width: 12%;
    z-index: 2;
}

@media (min-width: 768px) {
    .slideshow .flower {
        left: 154px;
        top: 30.5%;
        width: 80px;
    }
}

@media (min-width: 1024px) {
    .slideshow .flower {
        top: 32%;
        left: 188px;
        width: 115px;
    }
}

@media (min-width: 1160px) {
    .slideshow .flower {
        width: 140px;
        top: 32.6%;
        left: 223px;
    }
}

.slideshow .flower img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-animation: none !important;
    animation: none !important;
}

.slideshow .style1 {
    background-repeat: no-repeat;
    background-size: 100%;
    background: #f8f8fa;
}

@media (max-width: 767px) {
    .slideshow .style1 {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .slideshow .style1 .caption {
        float: right;
    }
}

@media (min-width: 1024px) {
    .slideshow .style1 .caption {
        width: 40%;
    }
}

.slideshow .style1 .caption-holder {
    padding: 37px 15px 25px;
}

@media (max-width: 767px) {
    .slideshow .style1 .caption-holder {
        position: static;
    }
}

@media (min-width: 1024px) {
    .slideshow .style1 .caption-holder {
        padding: 80px 15px;
    }
}

.slideshow .style1 .visual-scroll {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 100%;
    margin: 0 0 0 -320px;
}

@media (min-width: 768px) {
    .slideshow .style1 .visual-scroll {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 0;
        top: 0;
        width: 100%;
        max-width: 1160px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 1159px) {
    .slideshow .style1 .visual-scroll {
        margin: 0 0 0 -230px;
        background-size: 900px 486px
    }
}

@media (max-width: 1023px) {
    .slideshow .style1 .visual-scroll {
        margin: 0 0 0 -180px;
        background-size: 700px 380px;
    }
}

@media (max-width: 767px) {
    .slideshow .style1 .visual-scroll {
        background-size: 100% 100%;
        margin: 70px -80px 0;
        width: calc(100% + 80px);
        padding-top: 65%;
    }
}

.slideshow .style1 .visual-scroll .holder {
    height: 48%;
    left: 32%;
    overflow: hidden;
    position: absolute;
    top: 5%;
    width: 44.5%;
}

@media (min-width: 768px) {
    .slideshow .style1 .visual-scroll .holder {
        height: 180px;
        left: 218px;
        top: 19.8%;
        width: 322px;
    }
}

@media (min-width: 1024px) {
    .slideshow .style1 .visual-scroll .holder {
        height: 238px;
        left: 285px;
        top: 22.5%;
        width: 405px;
    }
}

@media (min-width: 1160px) {
    .slideshow .style1 .visual-scroll .holder {
        top: 36.2%;
    }
}

@media (min-width: 1160px) {
    .slideshow .style1 .visual-scroll .holder {
        height: 285px;
        left: 29.2%;
        top: 23.4%;
        width: 490px;
    }
}

.slideshow .style1 .visual-scroll .holder img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1160px) {
    .slideshow .style2 h1 {
        line-height: 66px;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2 h1 span {
        margin: -6px 0 0;
    }
}

.slideshow .style2 .container {
    padding-top: 57px;
}

@media (min-width: 768px) {
    .slideshow .style2 .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2 .container {
        padding-top: 137px;
    }
}

.slideshow .style2 .visual-scroll {
    left: 57px;
    top: 85px;
    width: 230px;
}

@media (min-width: 620px) {
    .slideshow .style2 .visual-scroll {
        left: 68px;
        top: 103px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .slideshow .style2 .visual-scroll {
        left: 9.3%;
        top: 24%;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2 .visual-scroll {
        left: 9%;
        top: 24.3%;
    }
}

@media (min-width: 1550px) {
    .slideshow .style2 .visual-scroll {
        top: 26.5%;
    }
}

.slideshow .style2 .visual-scroll .holder {
    overflow: hidden;
    height: 300px;
}

@media (min-width: 768px) {
    .slideshow .style2 .visual-scroll .holder {
        height: 348px;
    }
}

@media (min-width: 1024px) {
    .slideshow .style2 .visual-scroll .holder {
        height: 475px;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2 .visual-scroll .holder {
        height: 521px;
    }
}

.slideshow .style2 .visual-scroll img {
    width: 100%;
    height: auto;
    display: block;
}

.slideshow .style2 .visual-scroll {
    width: 100%;
    position: static;
}

.slideshow .style2 .caption {
    padding: 10px;
}

@media (min-width: 768px) {
    .slideshow .style2 .caption {
        max-width: inherit;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 20px 40px 50px 0;
    }
}

@media (min-width: 1024px) {
    .slideshow .style2 .caption {
        padding: 20px 66px 50px 106px;
    }
}

@media (min-width: 1550px) {
    .slideshow .style2 .caption {
        padding-bottom: 134px;
    }
}

@media (min-width: 768px) {
    .slideshow .style2.align-item .tablet-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .slideshow .style2.align-item .tablet-image {
        width: 40%;
    }
}

@media (min-width: 1300px) {
    .slideshow .style2.align-item .tablet-image {
        width: 46.3%;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2.align-item h1 span {
        margin: -12px 0 10px;
    }
}

@media (min-width: 1160px) {
    .slideshow .style2.align-item h1 em {
        margin: -6px 0 0 -10px;
    }
}

@media (min-width: 768px) {
    .slideshow .style2.align-item .caption {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 20px;
    }
}

@media (min-width: 1024px) {
    .slideshow .style2.align-item .caption {
        padding-left: 120px;
    }
}

@media (min-width: 768px) {
    .slideshow .style3 {
        background: #f3f3f5;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.slideshow .style3 h1 {
    margin: 0 0 25px;
}

.slideshow .style3 .img-holder {
    min-width: 100%;
}

.slideshow .style3 .img-frame {
    float: right;
    min-width: 620px;
    width: 100%;
}

@media (max-width: 767px) {
    .slideshow .style3 .caption-holder {
        position: static;
        padding: 20px 10px;
    }
}

@media (min-width: 1024px) {
    .slideshow .style3 .caption-holder {
        padding: 80px 15px;
    }
}

@media (min-width: 768px) {
    .slideshow .style3 .caption {
        max-width: 360px;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 1024px) {
    .slideshow .style3 .caption {
        margin: 0 0 0 110px;
    }
}

.slideshow .tablet-image {
    max-width: 300px;
    margin: 0 auto;
    padding: 45px 40px 0;
    background: url(images/img-tab.png) no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 768px) {
    .slideshow .tablet-image {
        float: right;
        margin: 0 2% 0 0;
        width: 48%;
        max-width: inherit;
    }
}

@media (min-width: 1024px) {
    .slideshow .tablet-image {
        width: 40%;
        margin: 0 4% 0 0;
        padding: 68px 43px 0;
    }
}

@media (min-width: 1300px) {
    .slideshow .tablet-image {
        width: 46.3%;
        padding: 70px 40px 0;
    }
}

.slideshow .pagination {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 3;
}

@media (min-width: 1024px) {
    .slideshow .pagination {
        bottom: 50px;
        right: 19px;
    }
}

.slideshow .pagination ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.slideshow .pagination ul li.active a {
    background: #f78db0;
}

.slideshow .pagination ul a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.slideshow .pagination ul a:hover {
    background: #f78db0;
}

.info-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 13px;
    color: #fff;
}

@media (max-width: 1023px) {
    .info-block {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 374px) {
    .info-block {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.info-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1023px) {
    .info-block .container {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 65px;
    }
}

@media (min-width: 768px) {
    .info-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .info-block .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .info-block .container + .info-block.style14 .container{
        padding-top: 20px;
    }

    .info-block.style14 .container + .info-block.style7 .container{
        padding-top: 35px;
    }
}

@media (min-width: 1160px) {
    .info-block .container {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .info-block h2 {
        margin: 0 0 20px;
    }
}

.info-block .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -16px;
}

@media (max-width: 767px) {
    .info-block .btn-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 375px) {
    .info-block .btn-list {
        margin: 0 -22px;
    }
}

@media (min-width: 768px) {
    .info-block .btn-list {
        margin: 0 -5px;
    }
}

@media (min-width: 1024px) {
    .info-block .btn-list {
        margin: 41px -24px 0;
    }
}

.info-block .btn-list li {
    padding: 0 5px 10px;
}

@media (min-width: 375px) {
    .info-block .btn-list li {
        padding: 0 12px 10px;
    }
}

@media (min-width: 768px) {
    .info-block .btn-list li {
        padding: 0 5px 10px;
    }
}

@media (min-width: 1024px) {
    .info-block .btn-list li {
        padding: 0 24px 10px;
    }
}

@media (min-width: 768px) {
    .info-block .btn-list .btn-more {
        letter-spacing: 0;
    }
}

@media (min-width: 1024px) {
    .info-block .btn-list .btn-more {
        letter-spacing: 2px;
    }
}

@media (min-width: 768px) {
    .info-block .detail {
        /*width: 54%;*/
        width: 54%;
        padding: 0 10px;
    }
}

@media (min-width: 1024px) {
    .info-block .detail {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1160px) {
    .info-block .detail {
        padding: 0 80px 0 90px;
    }
}

.info-block .detail h3, .info-block .detail h4{
    color: inherit;
}

.info-block .detail p {
    margin: 0 0 15px;
    letter-spacing: 0.6px;
}

@media (max-width: 767px) {
    .info-block .detail p {
        margin: 0 0 27px;
    }
}

@media (min-width: 1024px) {
    .info-block .detail p {
        margin: 0 0 30px;
    }
}

.info-block .visual-col {
    margin: 0 0 10px;
}

.style1.info-block .visual-col {
    margin: 0 0 30px;
}

.style7.info-block .visual-col {
    margin: 0 0 35px;
}

@media (min-width: 768px) {
    .info-block .visual-col {
        width: 46%;
        margin: 0;
    }
}

/*@media (min-width: 1024px) {
    .info-block .visual-col {
        padding: 0 37px 0 0;
    }
}*/

.info-block .col-holder {
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .info-block.overlay .visual-col {
        display: none;
    }
}

@media (max-width: 767px) {
    .info-block.overlay .detail {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .info-block.overlay .container {
        padding-top: 320px;
    }
}

@media (max-width: 767px) {
    .info-block.overlay.refresh-gif-wrapper {
        background: #f3f3f7 url(images/bg04-small.jpg) no-repeat;
        background-size: auto auto;
    }
}

@media (max-width: 767px) {
    .info-block.overlay.refresh-gif-wrapper .refresh-gif img {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .info-block.spacing h2 {
        letter-spacing: 3px;
    }
}

@media (min-width: 1160px) {
    .info-block.spacing .detail p {
        margin-right: 70px;
    }
    .info-block.spacing.style13 .detail p, .info-block.spacing.style8 .detail p {
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    .info-block.style1 .container {
        padding-top: 164px;
        padding-bottom: 160px;
    }
}

@media (min-width: 768px) {
    .info-block.style1 .detail {
        padding: 0 0 0 20px;
        width: 45%;
    }
}

@media (min-width: 1160px) {
    .info-block.style1 .detail {
        padding: 0 0 0 80px;
    }
}

@media (min-width: 768px) {
    .info-block.style1 .visual-col {
        padding: 0 20px 0 0;
        width: 52.5%;
    }

    .info-block.align-right .visual-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .info-block .img-slider {
        margin-bottom: -20px;
    }
}

.info-block .img-slider .img-holder {
    height: 245px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .info-block .img-slider .img-holder {
        height: 402px;
    }
}

@media (min-width: 768px) {
    .info-block.style2 {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    .info-block.style2 .container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1160px) {
    .info-block.style2 .container {
        padding-top: 182px;
        padding-bottom: 149px;
    }
}

@media (min-width: 768px) {
    .info-block.style2 .detail {
        width: 45%;
    }
}

@media (min-width: 1160px) {
    .info-block.style2 .detail {
        padding-left: 59px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .info-block.style2 .visual-col {
        width: 55%;
        text-align: center;
    }
}

@media (min-width: 1160px) {
    .info-block.style2 .visual-col {
        padding-top: 50px;
    }
}

/*@media (min-width: 1160px) {
    .info-block.style3 .container {
        padding-top: 34px;
        padding-bottom: 45px;
    }
}

@media (min-width: 1160px) {
    .info-block.style3 .visual-col {
        padding: 0 44px 0 0;
    }
}

@media (min-width: 1160px) {
    .info-block.style3 .detail {
        padding-right: 90px;
    }
}*/

@media (min-width: 1160px) {
    .info-block.style4 .container {
        padding-top: 150px;
        padding-bottom: 139px;
    }
}

@media (min-width: 1024px) {
    .info-block.style4 .visual-col {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .info-block.style4 .detail {
        padding: 0 0 0 15px;
    }
}

@media (min-width: 1160px) {
    .info-block.style4 .detail {
        padding: 0 80px 0 75px;
    }
}

@media (min-width: 1160px) {
    .info-block.style5 .container {
        padding-top: 124px;
        padding-bottom: 124px;
    }
}

@media (min-width: 1024px) {
    .info-block.style5 .visual-col {
        padding: 0 0 0 70px;
    }
}

@media (min-width: 768px) {
    .info-block.style5 .detail {
        padding: 0 0 0 20px;
    }
}

@media (min-width: 1160px) {
    .info-block.style5 .detail {
        padding: 0 40px 0 111px;
    }
}

.info-block.style6 h2 {
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .info-block.style6 .detail {
        width: 46%;
        padding: 0 15px;
    }
}

@media (min-width: 1160px) {
    .info-block.style6 .detail {
        padding: 0 30px 0 46px;
    }
}

@media (min-width: 768px) {
    .info-block.style6 .visual-col {
        width: 54%;
        padding: 0 0 0 10px;
    }
}

@media (min-width: 1160px) {
    .info-block.style6 .visual-col {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1160px) {
    .info-block.style6 .container {
        padding-top: 51px;
    }
}

.info-block.style7 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
}

@media (max-width: 767px) {
    .info-block.style7 {
        padding-bottom: 39px;
    }
}

@media (min-width: 768px) {
    .info-block.style7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1160px) {
    .info-block.style7 {
        padding-top: 94px;
        padding-bottom: 70px;
        /*46*/
    }
}

.info-block.style7 h2 {
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .info-block.style7 .visual-col {
        width: 45.4%;
        padding: 0;
        margin-right: 1%;
    }
}

.info-block.style7 .detail-box {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .info-block.style7 .detail-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .info-block.style7 .detail-box {
        width: 53.6%;
        padding: 0 0 0 25px;
    }
}

@media (min-width: 1024px) {
    .info-block.style7 .detail-box {
        padding: 0 0 0 70px;
    }
}

@media (min-width: 1160px) {
    .info-block.style7 .detail-box {
        padding: 0 0 0 125px;
    }
}

@media (min-width: 768px) {
    .info-block.style7 .detail {
        width: 100%;
        padding: 0;
        max-width: 390px;
    }
}

@media (min-width: 768px) {
    .info-block.style7.align-right .detail-box {
        width: 53.6%;
        padding: 0 25px 0 0;
    }
}

@media (min-width: 1024px) {
    .info-block.style7.align-right .detail-box {
        padding: 0 70px 0 0;
    }
}

@media (min-width: 1160px) {
    .info-block.style7.align-right .detail-box {
        padding: 0 125px 0 0;
    }
}

@media (min-width: 768px) {
    .info-block.style7.align-right .detail {
        float: right;
    }
}

@media (min-width: 768px) {
    .info-block.style7.align-right .visual-col {
        width: 46.4%;
        padding: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .info-block.style8 {
        margin: 0 0 39px;
    }
}

.info-block.style8 h2 {
    letter-spacing: 3px;
}

.info-block.style8 .tab-visual {
    background-image: url(images/img-tab03.png);
}

@media (min-width: 768px) {
    .info-block.style8 .tab-visual {
        max-width: 390px;
    }
}

@media (min-width: 1024px) {
    .info-block.style8 .tab-visual {
        max-width: 527px;
        padding: 71px 57px 86px 53px;
    }
}

.info-block.style8 .tab-visual .holder {
    overflow: hidden;
    height: 280px;
}

@media (min-width: 768px) {
    .info-block.style8 .tab-visual .holder {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .info-block.style8 .tab-visual .holder {
        height: 490px;
    }
}

@media (min-width: 1160px) {
    .info-block.style8 .tab-visual .holder {
        height: 546px;
    }
}

@media (min-width: 1160px) {
    .info-block.style8 .container {
        padding-top: 36px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .info-block.style8 .visual-col {
        width: 52%;
    }
}

@media (min-width: 1160px) {
    .info-block.style8 .visual-col {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .info-block.style8 .detail {
        width: 48%;
    }
}

.info-block.style9 h2 {
    letter-spacing: 3px;
}

@media (min-width: 1160px) {
    .info-block.style9 .container {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .info-block.style9 .detail {
        width: 50%;
    }
}

@media (min-width: 1160px) {
    .info-block.style9 .detail {
        padding: 0 20px 0 114px;
    }
}

@media (min-width: 1160px) {
    .info-block.style9 .visual-col {
        padding: 0 0 0 60px;
    }
}

@media (max-width: 767px) {
    .info-block.style10 .visual-col {
        margin: 0 0 35px;
    }
}

.info-block.style10 h2 {
    letter-spacing: 3px;
}

.info-block.style10 .img-slider {
    background-image: url(images/img-mobile02.png);
}

.info-block.style11:last-child {
    margin-bottom: 10px;
}

.info-block.style11 .mask {
    border-radius: 50%;
}

.info-block.style11 h2 {
    letter-spacing: 0.146em;
}

.info-block.style11 p {
    letter-spacing: 0.067em;
}

@media (min-width: 768px) {
    .info-block.style11 .container {
        padding: 30px 15px 77px;
    }

    .info-block.style11 .visual-col,
    .info-block.style11 .detail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-block.style11 .visual-col {
        width: 43.5%;
    }

    .info-block.style11 .detail {
        width: 56.5%;
    }
}

@media (min-width: 1161px) {

    .info-block.style11 .container {
        width: 930px;
        padding-top: 45px;
        padding-bottom: 116px;
    }

    .info-block.style11 .visual-col,
    .info-block.style11 .detail {
        padding-left: 36.5px;
        padding-right: 36.5px;
    }
}

@media (max-width: 767px) {

    .info-block.style11:last-child {
        margin-bottom: 30px;
    }

    .info-block.style11 .detail {
        padding-top: 40px;
    }
}

.design-image {
    box-shadow: 0 6px 13px 7px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    background-color: #fff;
}

.design-image .mob-img{
    display: none;
}

@media (max-width: 767px) {
    .design-image .mob-img{
        display: block;
        margin-bottom: 30px;
    }

    .design-image .desk-img{
        display: none;
    }
}

.design-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-visual {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 13px 7px rgba(0, 0, 0, 0.07);
    width: 280px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .image-visual {
        width: 100%;
        max-width: 370px;
    }
}

@media (min-width: 1024px) {
    .image-visual {
        width: 100%;
        max-width: none;
    }
}

.image-visual .holder {
    /*height: 240px;*/
    height: 195px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .image-visual .holder {
        height: 280px;
    }
}

@media (min-width: 1024px) {
    .image-visual .holder {
        height: 404px;
    }
}

.image-visual .holder .mob_img{
    display: none;
}

@media (max-width: 767px){
    .image-visual .holder{
        height: auto!important;
    }

    .image-visual .holder .mob_img{
        display: block;
    }

    .image-visual .holder .mob_img + img{
        display: none;
    }
}

.image-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.img-slider {
    position: relative;
    background-image: url(images/img-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 55px 90px 85px;
    /*55px 70px 120px 110px*/
    width: 300px;
    margin: 0 auto;
    left: -25px;
}z

@media (min-width: 768px) {
    .img-slider {
        left: auto;
    }
}

@media (min-width: 1024px) {
    .img-slider {
        width: 397px;
        float: right;
        padding: 68px 71px 116px 106px;
    }
}

.img-slider .mask {
    position: relative;
    overflow: hidden;
}

.img-slider .slideset {
    float: left;
    width: 9999px;
}

.img-slider .slide {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.img-slider .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.img-slider .btn-area {
    position: absolute;
    left: -20px;
    bottom: 50px;
}

@media (max-width: 767px) {
    .img-slider .btn-area {
        display: none;
    }
}

@media (min-width: 1024px) {
    .img-slider .btn-area {
        left: -51px;
        bottom: 53px;
    }
}

.img-slider .btn-prev,
.img-slider .btn-next {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    opacity: 0.82;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
}

.img-slider .btn-prev:hover,
.img-slider .btn-next:hover {
    opacity: 1;
}

@media (min-width: 1024px) {
    .img-slider .btn-prev,
    .img-slider .btn-next {
        margin: 0 16px;
    }
}

.tab-visual {
    /*background-image: url(images/img-tab02.png);*/
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
    width: 280px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tab-visual {
        max-width: 560px;
        width: 100%;
        /*padding: 50px 0 65px;*/
    }
}

@media (min-width: 1160px) {
    .tab-visual {
        /*padding: 62px 0 74px;*/
    }
}

.tab-visual img {
    width: 100%;
    height: auto;
}

.mobile-visual {
    background-image: url(images/img-mobile01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 39px 12px 41px 20px;
    max-width: 150px;
    float: right;
}

@media (min-width: 768px) {
    .mobile-visual {
        float: none;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        transform: rotate(17deg);
    }
}

@media (min-width: 1160px) {
    .mobile-visual {
        margin: 0 0 -52px 176px;
    }
}

.mobile-visual img {
    width: 100%;
    height: auto;
}

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (max-width: 767px) {
    .products-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .products-list {
        max-width: 360px;
        margin: 0 auto;
    }
}

.products-list li {
    padding: 0 4px 10px;
}

@media (min-width: 1160px) {
    .products-list li {
        padding: 0 8px 16px;
    }
}

.products-list li img {
    width: 100%;
    height: auto;
    display: block;
}

.brands-area {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .brands-area {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .brands-area {
        padding-top: 59px;
        padding-bottom: 70px;
    }
}

.brands-area h3 {
    font-family: "canada-type-gibson", sans-serif;
    color: #1F4830;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 0 0 20px;
}

@media (min-width: 1024px) {
    .brands-area h3 {
        margin: 0 0 43px;
        letter-spacing: 7px;
    }
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-list li {
    width: 100%;
    padding: 0 30px;
    position: relative;
}

.brands-list li img{
    vertical-align: middle;
}

.brands-list li a{
    text-decoration: none;
}

.brands-list li span{
    font-family: "new-spirit-condensed", serif;
    font-weight: 300;
    font-size: 45px;
    color: #1F4830;
}

.brands-list li span:before{
    content: '';
    position: absolute;
    top: 20px;
    left: -30px;
    width: 60px;
    border-bottom: 1px solid #1F4830;
}

.brands-list li:first-child span:before{
    display: none;
}

@media (max-width: 1200px){
    .brands-list li span{
        font-size: 35px;
    }

    .brands-list li span:before{
        top: 20px;
        left: -20px;
        width: 40px;
    }
}

@media (max-width: 1024px){
    .brands-list li span:before{
        display: none;
    }
}

@media (max-width: 500px){
    .brands-list li span:before{
        display: block;
        left: 50%;
        margin-left: -20px;
    }

    .brands-list li span{
        padding-top: 35px;
        display: block;
    }

    .brands-list li:first-child span{
        padding-top: 0;
    }
}

@media (min-width: 500px) {
    .brands-list li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .brands-list li {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .brands-list li {
        width: auto;
    }
}

@media (min-width: 1160px) {
    .brands-list{
        width: 100%;
    }
    .brands-list li {
        padding: 0 30px;
        flex: 1 1 auto;
    }
}



/*Section icons list*/
.icons-list-area{
    padding: 59px 0 66px;
    text-align: center;
}

.icons-list-area h3 {
    font-family: "canada-type-gibson", sans-serif;
    color: #1F4830;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 0 0 43px;
}

.icons-list-area .icons-list{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    max-width: 1050px;
}

.icons-list-area .icons-list li{
    width: 33.333%;
    padding: 0 10px;
    align-items: top;
}

.icons-list-area .icons-list .item-icon{
    display: block;
    max-width: 115px;
    line-height: 90px;
    margin: 0 auto;
}

.icons-list-area .icons-list .item-icon img{
    width: 100%;
    max-height: 90px;
    height: auto;
    vertical-align: middle;
}

.icons-list-area .icons-list h4{
    font-family: "new-spirit-condensed", serif;
    font-weight: 300;
    font-size: 45px;
    color: #1F4830;
    margin-bottom: 25px;
}

.icons-list-area .icons-list p{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-style: italic;
    margin: 25px 0 0;
}

@media (max-width: 1024px){
    .icons-list-area .icons-list .item-icon{
        max-width: 75px;
        line-height: 70px;
    }

    .icons-list-area .icons-list h4{
        font-size: 34px;
    }
}

@media (max-width: 767px){
    .icons-list-area .icons-list{
        display: block;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .icons-list-area .icons-list li{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*Contact Area*/
.contact-area {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2.13px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
}

@media (max-width: 767px) {
    .contact-area {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        line-height: 24px;
    }
}


.contact-area .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .contact-area .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1160px) {
    .contact-area .container {
        padding-top: 96px;
        padding-bottom: 54px;
    }
}

.contact-area h3 {
    text-transform: none;
    color: inherit;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .contact-area h3 {
        font-size: 24px;
        line-height: 38px;
    }
}

@media (min-width: 1160px) {
    .contact-area h3 {
        margin: 0 0 32px;
    }
}


.contact-area p {
    margin: 0 0 20px;
}

@media (min-width: 1160px) {
    .contact-area p {
        margin: 0 33px 33px;
    }
}

.contact-area .wpcf7{
    margin: 0;
}

.contact-area form{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.contact-area .inline-form-row {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    letter-spacing: 0;
}

.contact-area .form-col{
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-area .form-col .wpcf7-form-control-wrap{
    margin-bottom: 29px;
}

.contact-area .col-1{
    width: 29%;
}

.contact-area .col-2{
    width: 28%;
}

.contact-area .col-3{
    width: 43%;
}

.contact-area .col-4{
    width: 50%;
}

.contact-area .wpcf7 .wpcf7-submit{
    background-color: #fff;
    color: #000;
    width: 200px;
    margin: 13px auto 0;
}

.contact-area .wpcf7 .wpcf7-submit:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}


@media (max-width: 767px){
    .contact-area .col-1, .contact-area .col-2, .contact-area .col-3, .contact-area .col-4{
        width: 100%;
    }

    .contact-area .form-col .wpcf7-form-control-wrap{
        margin-bottom: 11px;
    }

    .contact-area .wpcf7 .wpcf7-submit{
        margin-top: 25px;
    }
}


.contact-area input[type='text'], .contact-area input[type='tel'], .contact-area input[type='email'], .contact-area input[type='search'], .contact-area input[type='password'], .contact-area textarea{
    background-color: transparent;
    border-color: #fff;
}

.contact-area input[type='text']::-webkit-input-placeholder,
.contact-area input[type='tel']::-webkit-input-placeholder,
.contact-area input[type='email']::-webkit-input-placeholder,
.contact-area input[type='search']::-webkit-input-placeholder,
.contact-area input[type='password']::-webkit-input-placeholder,
.contact-area textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact-area input[type='text']::-moz-placeholder,
.contact-area input[type='tel']::-moz-placeholder,
.contact-area input[type='email']::-moz-placeholder,
.contact-area input[type='search']::-moz-placeholder,
.contact-area input[type='password']::-moz-placeholder,
.contact-area textarea::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.contact-area input[type='text']:-moz-placeholder,
.contact-area input[type='tel']:-moz-placeholder,
.contact-area input[type='email']:-moz-placeholder,
.contact-area input[type='search']:-moz-placeholder,
.contact-area input[type='password']:-moz-placeholder,
.contact-area textarea:-moz-placeholder {
    color: #fff;
}

.contact-area input[type='text']:-ms-input-placeholder,
.contact-area input[type='tel']:-ms-input-placeholder,
.contact-area input[type='email']:-ms-input-placeholder,
.contact-area input[type='search']:-ms-input-placeholder,
.contact-area input[type='password']:-ms-input-placeholder,
.contact-area textarea:-ms-input-placeholder {
    color: #fff;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #757575;
}


.visual {
    position: relative;
    overflow: hidden;
}

.visual .container {
    max-width: 830px;
}

@media (min-width: 1024px) {
    .visual h1 {
        margin: 0 0 41px;
    }
}

.visual h1 span {
    display: block;
}

.visual .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.visual .img-holder,
.visual .img-frame {
    position: relative;
    float: left;
    left: 50%;
    width: 100%;
    min-width: 480px;
}

.visual .img-frame {
    left: -50%;
}

.visual.style1 .img-holder,
.visual.style1 .img-frame {
    min-width: 870px;
}

.visual .caption-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px 0 15px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
}

.visual .caption-holder:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}

.visual .caption-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    letter-spacing: 0;
}

@media (min-width: 1024px) {
    .visual .caption-holder {
        padding-top: 80px;
    }
}

.visual .caption {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .visual .caption {
        font-size: 25px;
        line-height: 38px;
    }
}

.visual .caption p {
    margin: 0 0 15px;
}

@media (min-width: 1024px) {
    .visual .caption p {
        margin: 0 0 39px;
    }
}

.images-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.32em;
    padding: 0 0 30px;
}

@media (min-width: 1024px) {
    .images-list {
        padding: 0 0 55px 47px;
    }
}

.images-list li {
    padding: 0 7px 7px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}

.images-list li:first-child {
    margin-top: 34px;
    width: 55.6%;
}

.images-list li:nth-child(2) {
    width: 44.4%;
}

.images-list img {
    width: 100%;
    height: auto;
    display: block;
}

.images-list .overlap {
    position: absolute;
    right: 12.6%;
    bottom: 0;
    width: 52%;
}

@media (min-width: 1024px) {
    .images-list .overlap {
        width: 47.7%;
    }
}

.visual-block {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-align: center;
}

@media (min-width: 768px) {
    .visual-block {
        font-size: 23px;
        line-height: 48px;
        text-align: left;
    }
}

.visual-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    .visual-block .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1160px) {
    .visual-block .container {
        padding-top: 177px;
        padding-bottom: 160px;
    }
}

.visual-block .caption {
    max-width: 520px;
}

@media (min-width: 1024px) {
    .visual-block .caption {
        margin: 0 0 0 62px;
    }
}

.visual-block .caption p {
    margin: 0 0 15px;
}

.image-slider {
    position: relative;
}

@media (min-width: 768px) {
    .image-slider {
        max-width: 393px;
        margin: 0 auto;
    }
}

.image-slider .mask {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image-slider .slideset {
    position: relative;
    width: 100%;
    white-space: nowrap;
    letter-spacing: -0.32em;
}

.image-slider .slide {
    width: 100%;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}

.image-slider .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.image-slider .pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.image-slider .pagination ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -0.32em;
}

.image-slider .pagination ul li {
    margin: 0 3px 10px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}

.image-slider .pagination ul a, .image-slider .pagination ul span {
    width: 6px;
    height: 6px;
    opacity: 0.50;
    border-radius: 100%;
    background: #fff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.image-slider .pagination ul a:hover, .image-slider .pagination ul span:hover {
    opacity: 1;
}

.image-slider .pagination ul .active a, .image-slider .pagination ul .active span {
    opacity: 1;
}

.info-bar {
    color: #fff;
    background: #000;
    text-align: center;
}

.info-bar .container {
    padding-top: 58px;
    padding-bottom: 58px;
}

.info-bar h3 {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 23px;
}

@media (min-width: 768px){
    .info-block.style7 + .info-bar, .info-block.style8 + .info-bar, .info-block.style9 + .info-bar, .info-block.style14 + .info-bar{
        margin-top: 120px;
    }
}

.sub-nav {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .sub-nav {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .sub-nav {
        letter-spacing: 4px;
    }
}

.sub-nav .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 1024px) {
    .sub-nav .container {
        padding-top: 42px;
        padding-bottom: 27px;
    }
}

.sub-nav ul {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .sub-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .sub-nav ul {
        border: 1px solid #dcdcdc;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        background: #fff;
        margin: -1px 0 0;
        -webkit-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }
}

@media (min-width: 768px) {
    .sub-nav ul li {
        margin: 0 10px 10px;
    }
}

@media (min-width: 1024px) {
    .sub-nav ul li {
        margin: 0 20px 10px;
    }
}

@media (min-width: 1160px) {
    .sub-nav ul li {
        margin: 0 30px 10px;
    }
}

.sub-nav ul li.active {
    font-weight: 700;
}

.sub-nav ul li.active a {
    color: #000;
}

.sub-nav ul a {
    color: #5c5c5c;
    text-decoration: none;
}

@media (max-width: 767px) {
    .sub-nav ul a {
        padding: 15px;
        display: block;
    }
}

.sub-nav ul a:hover {
    color: #000;
}

@media (max-width: 767px) {
    .sub-nav .list-holder {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }
}

.sub-nav .opener {
    color: #5c5c5c;
    padding: 15px;
    border: 1px solid #dcdcdc;
    display: block;
    text-decoration: none;
}

@media (min-width: 768px) {
    .sub-nav .opener {
        display: none;
    }
}

.sub-nav .opener span {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
}

.sub-nav .opener span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.sub-nav .sub-nav-holder {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sub-nav .sub-nav-holder {
        max-width: 100%;
    }
}

.sub-nav .sub-active .opener span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .sub-nav .sub-active .list-holder {
        max-height: 4000px;
    }
}

@media (max-width: 767px) {
    .sub-nav .sub-active ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.intro {
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding: 35px 0;
    letter-spacing: 1px;
}

.intro .btn-more{
    margin-top: 35px;
}

@media (max-width: 767px) {
    .intro {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 84px;
    }
}

@media (max-width: 374px) {
    .intro {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .intro {
        font-size: 24px;
        line-height: 34px;
        padding: 50px 30px;
    }
}

@media (min-width: 1024px) {
    .intro {
        font-size: 27px;
        line-height: 44px;
        padding: 70px 25px 50px;
    }
}

@media (min-width: 1160px) {
    .intro {
        padding: 96px 96px 50px;
    }
}

.intro p {
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .intro p {
        margin: 0 0 54px;
    }
}

.intro p:only-child {
    margin: 0;
}

@media (min-width: 768px) {
    .intro.style1 {
        font-size: 25px;
        line-height: 42px;
    }
}

@media (min-width: 1160px) {
    .intro.style1 {
        padding: 74px 96px 79px;
    }
}

@media (min-width: 1160px) {
    .intro.style1 p {
        margin: 0 0 27px;
    }
}

.model-images {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.model-images li {
    float: left;
    padding: 0 4px 8px;
}

.model-images img {
    width: 100%;
    height: auto;
    display: block;
}

.model-images .item01 {
    width: 31.333%;
    padding-top: 13.8%;
}

.model-images .item02 {
    width: 26.3%;
}

.model-images .item03 {
    width: 22.7%;
    padding-top: 4.7%;
}

.model-images .item04 {
    position: absolute;
    left: 11.6%;
    top: 65.7%;
    width: 19.7%;
}

.model-images .item05 {
    width: 35.2%;
}

.model-images .item06 {
    width: 26.3%;
}

.packages-info {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

@media (min-width: 768px) {
    .packages-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .packages-info {
        padding-top: 100px;
        padding-bottom: 69px;
    }
}

@media (min-width: 1160px) {
    .packages-info {
        padding-top: 129px;
    }
}

@media (min-width: 640px) {
    .packages-info .col-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .packages-info .col-holder {
        max-width: 1020px;
        margin: 0 auto;
    }
}

.packages-info .col {
    margin: 0 0 40px;
}

@media (min-width: 640px) {
    .packages-info .col {
        width: 48%;
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .packages-info .col {
        width: 31%;
    }
}

@media (min-width: 1160px) {
    .packages-info .col {
        width: 27%;
    }
}

.packages-info h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 25px;
    font-family: "silver_south_serif", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 1024px) {
    .packages-info h2 {
        margin: 0 0 44px;
    }
}

.packages-info h2 span {
    display: block;
    min-height: 54px;
    margin: 0 0 -4px;
    font-size: 55px;
    line-height: 50px;
    text-transform: none;
    font-family: "silver_south_script_alt", "Times", "Baskerville", "Georgia", serif;
}

.package-list {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.package-list li {
    margin: 0 0 15px;
}

@media (min-width: 1160px) {
    .package-list li {
        margin: 0 0 31px;
    }
}

.package-list li a {
    color: #4c4c4c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.package-list li a:hover {
    color: #000;
}

.package-list .icon {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-list .icon .indent {
    margin: -7px 0 0 8px;
}

.package-list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 10px;
}

@media (min-width: 1160px) {
    .package-list .text {
        padding: 0 0 0 17px;
    }
}


/*Contact block*/

.contact-block {
    padding-top: 75px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .contact-block {
        padding-top: 75px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px){
    .contact-block{
        padding: 50px 20px;
    }
}

.contact-form {
    text-align: center;
}

.contact-form .head {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 43px;
    letter-spacing: 0.53px;
}

.contact-form .head h3 {
    margin-bottom: 32px;
}

.contact-form .head p {
    margin: 0 0 15px;
}

.contact-form .head ul{
    display: inline-block;
    text-align: left;
    max-width: 850px;
}

.contact-form .form-content {
    max-width: 574px;
    margin: 0 auto;
}

.contact-info {
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    letter-spacing: 2.33px;
    text-transform: uppercase;
    border-top: 1px solid #969696;
}

@media (min-width: 1024px) {
    .contact-info {
        padding: 68px 0 0;
    }
}

.contact-info address {
    font-style: normal;
    display: block;
    position: relative;
    margin: 0;
    padding: 36px 0 40px;
}

.contact-info address a:before {
    content: '\e802';
    font-family: "fontello";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #000;
    font-size: 26px;
    line-height: 26px;
}

.contact-info address span {
    display: block;
}

.contact-info .phone {
    display: block;
    position: relative;
    padding: 24px 0 33px;
}

.contact-info .phone a:before {
    content: '\ea10';
    font-family: "fontello";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    line-height: 16px;
}

.contact-info .phone a {
    color: #525252;
    text-decoration: none;
}

.contact-info .phone a:hover {
    color: #000;
}

.contact-info .social-networks {
    margin: 0;
    font-size: 32px;
    line-height: 32px;
}

.wpcf7 {
    margin: 0;
}

.wpcf7-not-valid-tip{
    font-size: 10px;
    line-height: 1;
    margin-top: 10px;
}

.wpcf7-response-output{
    margin: 15px 0 0!important;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 11px;
    text-align: left;
}

.wpcf7 .wpcf7-submit {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: "canada-type-gibson", sans-serif;
    padding: 12px 20px;
    background: #1F4830;
    border: 2px solid #1F4830;
    border-radius: 6px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    -webkit-transition: all 0.360s ease-in-out;
    transition: all 0.360s ease-in-out;
}

.wpcf7 .wpcf7-submit:hover {
    background: #fff;
    border-color: #1F4830;
    color: #1F4830;
}


.wpcf7-list-item{
    margin: 0 10px 0 0;
}

.wpcf7-list-item label{
    margin-top: 0;
    margin-bottom: 0;
}

.wpcf7-radio input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
    width: 0;
}

.wpcf7-radio input + span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding-left: 0!important;
    cursor: pointer;
    text-transform: none;
    position: relative;
}

.wpcf7-radio input + span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid#4F4F4F;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -4px;
}

.wpcf7-radio input:checked + span:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 2px;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -4px;
    background-color: rgba(31,72,48,0.75);
}

.accordion {
    max-width: 774px;
    margin: 0 auto 50px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
    .accordion {
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .accordion {
        margin-bottom: 120px;
    }
}

@media (min-width: 1160px) {
    .accordion {
        margin-bottom: 143px;
    }
}

.accordion li {
    border-top: 1px solid #dcdcdc;
}

.accordion .opener {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .accordion .opener {
        padding: 15px;
    }
}

@media (min-width: 1024px) {
    .accordion .opener {
        padding: 22px 17px;
    }
}

@media (min-width: 1160px) {
    .accordion .opener {
        letter-spacing: 3px;
    }
}

.accordion .opener span {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
}

@media (min-width: 1024px) {
    .accordion .opener span {
        padding: 0 0 0 51px;
    }
}

.accordion .opener span:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-weight: 400;
    margin: -1px 0 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .opener:hover {
    opacity: 0.70;
}

.accordion .slide {
    font-size: 15px;
    letter-spacing: 1px;
}

.accordion .holder {
    padding: 0 15px 15px;
}

@media (min-width: 768px) {
    .accordion .holder {
        padding: 0 15px 25px 38px;
    }
}

@media (min-width: 1024px) {
    .accordion .holder {
        padding: 0 23px 35px 70px;
    }
}

.accordion .holder p {
    margin: 0 0 10px;
}

.clients-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .clients-block {
        padding-top: 80px;
    }
}

@media (min-width: 1024px) {
    .clients-block {
        padding-top: 120px;
    }
}

@media (min-width: 1160px) {
    .clients-block {
        padding-top: 115px;
        padding-bottom: 111px;
    }
}

.clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .clients-list {
        padding: 0 60px;
    }
}

.clients-list li {
    width: 50%;
    padding: 0 5px 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .clients-list li {
        width: 33.333%;
        padding: 0 60px 48px;
    }
}

@media (min-width: 1160px) {
    .clients-list li {
        padding: 0 60px 48px;
    }
}

@media (max-width: 767px) {
    .clients-list {
        display: block;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        text-align: left;
        margin: 0 auto 50px;
    }

    .clients-list li {
        display: inline-block;
        vertical-align: middle;
        padding: 4.433% 5.475%;
    }

    .clients-list li > a {
        display: block;
    }

    .clients-list img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.clients-list li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.clients-list img {
    -webkit-transition: -webkit-transform 0.40s ease-in-out;
    transition: -webkit-transform 0.40s ease-in-out;
    transition: transform 0.40s ease-in-out;
}

.clients-article {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .clients-article {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .clients-article {
        padding-top: 160px;
    }
}

@media (min-width: 1160px) {
    .clients-article {
        padding-top: 189px;
    }
}

.clients-article .head {
    color: #4d4d4d;
    text-align: center;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    max-width: 960px;
}

@media (min-width: 768px) {
    .clients-article .head {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .clients-article .head {
        font-size: 23px;
        line-height: 42px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1160px) {
    .clients-article .head {
        margin-bottom: 90px;
    }
}

.clients-article .head h1 {
    letter-spacing: 3px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .clients-article .head h1 {
        letter-spacing: 6px;
    }
}

@media (min-width: 1024px) {
    .clients-article .head h1 {
        margin: 0 0 25px;
    }
}

.clients-article .head h1 span {
    display: block;
}

.clients-article .head .btn-holder {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .clients-article .head .btn-holder {
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
    .clients-article .head .btn-holder {
        margin: 0 0 60px;
    }
}

@media (min-width: 1160px) {
    .clients-article .head .btn-holder {
        margin: 0 0 87px;
    }
}

.clients-article .head p {
    margin: 0 0 15px;
}

.two-columns {
    max-width: 1010px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .content {
        overflow: hidden;
        padding: 10px 0 0;
    }
}

.mobile-view {
    background-image: url(images/img-mobile02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 55px 90px 85px;
    width: 300px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mobile-view {
        float: right;
    }
}

@media (min-width: 1024px) {
    .mobile-view {
        width: 359px;
        padding: 48px 59px 109px 92px;
    }
}

.mobile-view .holder {
    overflow: hidden;
}

.mobile-view .holder img {
    width: 100%;
    height: auto;
    display: block;
}

.desktop-view {
    border: 1px solid #e7e7e7;
    margin: 0 0 25px;
}

@media (min-width: 1024px) {
    .desktop-view {
        margin: 0 0 40px;
    }
}

@media (min-width: 1160px) {
    .desktop-view {
        margin: 0 0 54px;
    }
}

.desktop-view img {
    width: 100%;
    height: auto;
    display: block;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    width: 600px;
    padding: 30px 37px 43px;
}


@media (max-width: 767px){
    .lightbox{
        width: 350px;
        padding: 20px;
    }
}

.lightbox h3 {
    font-size: 25px;
    line-height: 36px;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
    border-bottom: 1px solid #1F4830;
}

.lightbox .head {
    max-width: 510px;
    overflow: hidden;
    margin: 0 auto 15px;
}

@media (min-width: 1024px) {
    .lightbox .head {
        margin-bottom: 48px;
    }
}

.lightbox .head p {
    margin: 0;
}

.lightbox .wpcf7 {
    margin: 0;
}

.lightbox .wpcf7 p{
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 300;
    margin-bottom: 10px;
}

.lightbox .wpcf7 p a{
    color: inherit;
}


.lightbox .wpcf7 p span{
    float: right;
}

@media (max-width: 767px){
    .lightbox .wpcf7 p{
        font-size: 13px;
    }
}


p iframe {
    width: 100%;
}

#wp-calendar {
    width: 100%;
}

.wp {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .wp #content {
        width: 70%;
        float: left;
    }
}

@media (min-width: 1024px) {
    .wp #content:only-child {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1024px) {
    .wp #sidebar {
        overflow: hidden;
        padding: 0 0 0 15px;
    }
}

@media (min-width: 1024px) {
    .viewport-section .detail,
    .viewport-section .visual-col {
        opacity: 0;
        position: relative;
        top: 100px;
        -webkit-transition: opacity 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s, top 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s;
        transition: opacity 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s, top 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s;
    }
}

@media (min-width: 1024px) {
    .viewport-section .detail {
        top: 130px;
    }
}

@media (min-width: 1024px) {
    .viewport-section.in-viewport .detail,
    .viewport-section.in-viewport .visual-col {
        opacity: 1;
        top: 54px;
    }
}


@media (max-width: 1023px) {
    .viewport-section .detail,
    .viewport-section .visual-col {
        position: relative;
        top: 0px;
        -webkit-transition: opacity 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s, top 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s;
        transition: opacity 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s, top 500ms cubic-bezier(0.694, 0, 0.335, 1) 0s;
    }

    .viewport-section.in-viewport .detail,
    .viewport-section.in-viewport .visual-col {
        top: 1px;
    }
}


/*# sourceMappingURL=style.css.map */

.phone-link {
    color: #525252;
    text-decoration: none;
}

.phone-link:hover {
}

@media screen and (min-width: 1024px) {
    .scroll-anim-holder .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 359px);
        flex: 0 0 calc(100% - 359px);
        max-width: calc(100% - 359px);
    }

    .scroll-anim-holder .aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 359px;
        flex: 0 0 359px;
        max-width: 359px;
    }

    .scroll-anim-holder .mobile-view {
        height: 528px;
    }
}

.list {
    font-size: 0;
    line-height: 100%;
    letter-spacing: 0;
}

.list > .list-item {
    display: inline-block;
    vertical-align: middle;
}

.intro .btn-list {
    margin-top: 25px;
}

@media (max-width: 1160px) {

    .intro .btn-list {
        margin-top: 17px;
    }
}

@media (max-width: 767px) {

    .intro .btn-list {
        margin-top: 0;
    }
}

.is-hidden {
    display: none !important;
    /*display: block !important;*/
}

[data-stepped] {
    display: none;
    /*display: block !important;*/
}

[data-stepped]:first-child {
    display: block;
}

[data-stepped].loading {
    opacity: 0.5;
}

.steps {
    margin-bottom: 76px;
}

.steps > .list > .list-item {
    vertical-align: top;
}

.steps > .list > .list-item:last-child {
    display: none;
}

.steps > .list > .list-item.active {
    display: inline-block;
}

.steps > .list > .list-item + .list-item .step > i:before {
    display: none;
}

.steps > .list > .list-item.past + .list-item.past .step > i:before {
    display: block;
}

.step {
    position: relative;
    display: block;
    width: 150px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.step > i {
    position: relative;
    display: block;
    width: calc(2.087em + 4px);
    height: calc(2.087em + 4px);
    margin: 0 auto;
    padding: 0;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 700;
    line-height: 2.087em;
    font-style: normal;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s time;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.step > i:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-bottom: 2px solid #000;
    width: 150px;
}

.step.active > i,
.step.past > i {
    color: #fff;
    background-color: #000;
}

.step > span {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.083em;
    color: #4c4c4c;
    text-transform: uppercase;
}

.step.active > span {
    font-weight: 700;
}

@media (min-width: 768px) {
    .step > i:hover {
        color: #fff;
        background-color: #000;
    }
}

@media (max-width: 1160px) {
    .steps {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .step,
    .step > i:before {
        width: 100px;
    }

    .step > i {
        font-size: 16px;
    }

    .step > span {
        margin-top: 10px;
        font-size: 8px;
    }
}

.disclaimer {
    margin-top: 85px;
}

.disclaimer h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.63em;
    letter-spacing: 0.037em;
    text-transform: uppercase;
}

.disclaimer + .disclaimer {
    margin-top: 42px;
}

@media (max-width: 767px) {

    .disclaimer {
        margin-top: 50px;
    }

    .disclaimer + .disclaimer {
        margin-top: 25px;
    }
}

.disclaimer.form-result {
    margin-top: 0;
}

.contact-form.freetrial-form .head {
    margin-bottom: 44px;
}

.contact-form.freetrial-form .head p {
    padding-left: 13%;
    padding-right: 13%;
}

.freetrial-form .btn-primary {
    display: block;
}

.freetrial-form .form-result {
    display: none;
}

.form-syvo .form-row {
    position: relative;
    margin-bottom: 10px;
}

.form-syvo .form-control {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: 0.143em;
    padding: 1.23em 2.923em 1.077em;
    height: auto;
    max-height: initial;
    border: 1px solid #d0d0d0;
}

.form-syvo .form-control:focus {
    outline: none;
}

.form-syvo .form-control.error {
    border-color: #ff0000;
    padding-right: 25%;
}

.form-syvo label.error {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 25%;
    padding: 0 5%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    color: #ff0000;
    text-align: right;
}

.form-syvo textarea.form-control.error {
    padding-right: 0;
    padding-bottom: 15px;
}

.form-syvo textarea.form-control.error + label.error {
    top: 100%;
    right: 0;
    width: auto;
    transform: translateY(-100%);
}



/* JA Retailer */
.list {
    display: block;
}

.list-item {
    display: inline-block;
    vertical-align: middle;
}

.iblock-fix {
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
}

@media (min-width: 1160px) {
    .container-smaller {
        width: 1070px;
    }
}

.primary-colorful-bg {
    background-color: #FFECEC;
}

.article {
    text-align: center;
}

.article-pretty {
    margin-top: 60px;
    padding: 61px 9.5% 54px;
}

.article-pretty .header + .description {
    margin-top: 24px;
}

.article-pretty p {
    letter-spacing: 0.0625em;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .article-pretty {
        margin-top: 30px;
    }

    .article .description {
        text-align: justify;
    }
}

.article-wide {
    margin-top: 57px;
    margin-bottom: 65px;
}

@media (min-width: 768px) {

    .article-wide p {
        font-size: 25px;
        font-weight: 300;
        letter-spacing: 0.0372em;
        line-height: 1.76;
    }
}

@media (max-width: 767px) {

    .article-wide {
        margin-top: 30px;
        margin-bottom: 33px;
    }
}

.style12.info-block .container {
    padding-top: 18px;
    padding-bottom: 18px;
}

.style12 .visual-cols {
    padding-left: 9%;
    padding-right: 9%;
    width: auto;
    max-width: 100%;
}

.style12.viewport-section .visual-col {
    display: block;
    width: auto;
    padding: 0;
}

@media (min-width: 1024px) {

    .style12.viewport-section .visual-col {
        top: 20px;
    }
}

@media (min-width: 768px) {

    .style12 .visual-cols > .list {
        margin: -37px;
    }

    .style12 .visual-cols > .list > .list-item {
        width: 33.33%;
        padding: 37px;
    }
}

@media (max-width: 767px) {
    .style12 .visual-cols > .list {
        margin-top: -37px;
    }

    .style12 .visual-cols > .list > .list-item {
        width: 100%;
        padding-top: 37px;
    }
}

@media (min-width: 768px) {
    .style13.viewport-section .visual-col {
        padding-right: 0;
        width: 51%;
    }

    .style13.viewport-section .detail {
        width: 39%;
        padding-left: 60px;
    }


    .style13.align-right.viewport-section .detail{
        padding-left: 7%;
        padding-right: 70px;
        width: 49%;
    }

    .style14.viewport-section .visual-col {
        width: 42%;
    }

    .style14.align-right.viewport-section .visual-col {
        padding-right: 0;
        padding-left: 37px;
    }

    .style14.viewport-section .detail {
        padding: 0 40px 40px 110px;
        width: 58%;
    }

    .style14.align-right.viewport-section .detail{
        padding: 0 40px 40px 30px;
        width: 46%;
    }

}

.diamonds {
    padding-top: 64px;
}

.diamonds .header {
    margin-bottom: 46px;
    text-align: center;
}

.diamonds h1 {
    letter-spacing: 0.014235em;
    line-height: 1.317647;
    margin-bottom: 0;
}

.diamond-list {
    text-align: left;
}

.diamond-list > ul {
    display: block;
    list-style: none;
}

.diamond-list > ul {
    margin-top: -48px;
}

.diamond-list > ul > li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    padding-left: 2em;
    margin-top: 48px;
}

.diamond-list > ul > li:before,
.diamond-list > ul > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0.5em solid #000;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
}

.diamond-list > ul > li:before {
    border-top-color: transparent;
}

.diamond-list > ul > li:after {
    margin-top: 1em;
    border-bottom-color: transparent;
}

.diamond-list h2 {
    letter-spacing: 0.14em;
    margin-bottom: 0;
}

.diamond-list p {
    letter-spacing: 0.066667em;
    line-height: 1.8666667;
}

.diamond-list a {
    color: inherit;
    text-decoration: none;
}

.diamond-list a:hover,
.diamond-list a:focus {
    text-decoration: underline;
}

.diamond-list h2 + p {
    margin-top: 1.26em;
}

@media (min-width: 768px) {

    .diamond-list {
        padding-left: 21%;
        padding-right: 21%;
    }

    .diamonds h1 {
        font-size: 85px;
    }

    .diamond-list p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .diamonds h1 {
        font-size: 50px;
    }
}

.section-btns .btn-list {
    margin-top: 41px;
    margin-bottom: 70px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-btns .btn-list {
        margin-top: 22px;
        margin-bottom: 35px;
    }
}

.section-support {
    background-color: #F8F8F8;
}

.section-support .container {

}

.support-links {
    max-width: 100%;
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: 95px;
    text-align: center;
}

.support-link {
    display: block;
}

.support-link .content-img + .content-header {
    margin-top: 20px;
}

.support-link .content-img img {
    display: inline-block;
    width: auto;
    height: 58px;
}

.support-link .content-header h5 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.0666666666666667em;
    line-height: 1.866666666666667;
    margin-top: 0;
}

.support-link .content-header .btn-more {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .support-links > .list > .list-item {
        width: 50%;
        vertical-align: top;
    }

    .support-links > .list {
        margin: -95px auto;
    }

    .support-links .support-link {
        padding: 95px;
    }
}

@media (max-width: 767px) {
    .support-links > .list > .list-item {
        display: block;
    }

    .support-links > .list {
        margin-top: -95px;
    }

    .support-links .support-link {
        padding-top: 95px;
    }
}

/* END JA Retailer */








/* SHARE SECTION */
.share-section{
    padding: 104px 0;
    text-align: center;
}

.share-section h2{
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 24px;
}

.share-section .share-icons a{
    display: inline-block;
    margin: 0 32px;
    text-decoration: none;
    line-height: 1.9;
}

.share-section .share-icons a span{
    display: block;
    font-size: 12px;
    color: #4C4C4C;
}
.share-section .share-icons a i{
    font-size: 16px;
    color: #000;
}

.download-section + .share-section{
    padding-top: 0;
}

@media (max-width: 767px){
    .share-section{
        padding: 70px 0;
        text-align: center;
    }
}

/* END SHARE SECTION */