/*
Theme Name: CESWebrelaunch
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceswebrelaunch
Tags: one-column, two-columns
Theme URI:
*/
#nav,
#nav .drop ul,
.short-info,
.timeline-list,
.social-list,
.footer-nav ul,
.contact-list,
.slick-dots,
.slider-pagination ul,
.project-list,
.checkbox-list,
.tabset,
.team-list,
.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after {
    content: '';
    display: block;
    clear: both;
}

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

html,
body {
    overflow-anchor: none;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

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

body {
    color: #F6F6F6;
    background: #3B464B;
    font: 300 18px/1.38 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
@media (min-width: 768px) {
    body {
        font-size: 20px;
        min-height: 100vh;
    }
}
@media (min-width: 1440px) {
    body {
        font-size: 22px;
    }
}

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

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

iframe {
    max-width: 100%;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

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

blockquote {
    border-left: 4px solid #B6BFC0;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #B6BFC0;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

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

ul,
ol {
    padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 20px;
    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%;
    overflow: auto;
}

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 3px solid #FFF;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    background-color: transparent;
    color: #F6F6F6;
}
@media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
        font-size: 16px;
    }
}
input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
textarea:not(textarea) {
    height: 53px;
    padding: 0 10px;
    line-height: calc($input-height - 6px);
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    outline: none;
    border-color: #6D97AD;
}
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: #B6BFC0;
}
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: #B6BFC0;
}
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: #B6BFC0;
}
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: #B6BFC0;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #B6BFC0;
}

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

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    height: 53px;
    border: 3px solid #FFF;
    padding: 0 10px;
    font-size: 14px;
    line-height: calc($input-height - 6px);
}
select:focus {
    outline: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
    padding: 15px 10px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background: #6D97AD;
    color: #FFF;
    border: 0;
    outline: none;
    height: 53px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 53px;
    font-family: 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    position: relative;
    z-index: 1;
    font-weight: 700;
}
@media (min-width: 768px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'] {
        font-size: 16px;
    }
}
button:hover:before,
input[type='button']:hover:before,
input[type='reset']:hover:before,
input[type='file']:hover:before,
input[type='submit']:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
button:before,
input[type='button']:before,
input[type='reset']:before,
input[type='file']:before,
input[type='submit']:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #B6BFC0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.widget {
    margin-bottom: 20px;
}
.widget select {
    min-width: 150px;
}

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

.search-form input,
.post-password-form input {
    float: left;
    margin-right: 5px;
}
.search-form input[type='submit'],
.post-password-form input[type='submit'] {
    margin: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin: 22px -3px;
}
.navigation:last-child,
.navigation-comments:last-child {
    margin-bottom: 0;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
    margin: 0 3px;
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    max-width: 49%;
    min-width: 80px !important;
    padding: 12px 5px !important;
    margin: 3px 0;
}

.nav-links,
.navigation-comments,
.navigation-single {
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
@media (min-width: 768px) {
    .nav-links,
    .navigation-comments,
    .navigation-single {
        margin-bottom: 41px;
    }
}
.nav-links:last-child,
.navigation-comments:last-child,
.navigation-single:last-child {
    margin-bottom: 0;
}
.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
    max-width: 49%;
}
.nav-links .next:only-child,
.nav-links .prev:only-child,
.navigation-comments .next:only-child,
.navigation-comments .prev:only-child,
.navigation-single .next:only-child,
.navigation-single .prev:only-child {
    max-width: 100%;
}
.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
    display: block;
    background-color: #6D97AD;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    padding: 11px 28px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .nav-links .next a,
    .nav-links .prev a,
    .navigation-comments .next a,
    .navigation-comments .prev a,
    .navigation-single .next a,
    .navigation-single .prev a {
        font-size: 16px;
        padding: 9px 21px;
    }
}
.nav-links .next a:hover:before,
.nav-links .prev a:hover:before,
.navigation-comments .next a:hover:before,
.navigation-comments .prev a:hover:before,
.navigation-single .next a:hover:before,
.navigation-single .prev a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nav-links .next a:before,
.nav-links .prev a:before,
.navigation-comments .next a:before,
.navigation-comments .prev a:before,
.navigation-single .next a:before,
.navigation-single .prev a:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #B6BFC0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}
.nav-links .next a [class^='icon-'],
.nav-links .next a [class*=' icon-'],
.nav-links .prev a [class^='icon-'],
.nav-links .prev a [class*=' icon-'],
.navigation-comments .next a [class^='icon-'],
.navigation-comments .next a [class*=' icon-'],
.navigation-comments .prev a [class^='icon-'],
.navigation-comments .prev a [class*=' icon-'],
.navigation-single .next a [class^='icon-'],
.navigation-single .next a [class*=' icon-'],
.navigation-single .prev a [class^='icon-'],
.navigation-single .prev a [class*=' icon-'] {
    font-size: 12px;
    margin: 0 19px 0 -13px;
}
@media (min-width: 768px) {
    .nav-links .next a [class^='icon-'],
    .nav-links .next a [class*=' icon-'],
    .nav-links .prev a [class^='icon-'],
    .nav-links .prev a [class*=' icon-'],
    .navigation-comments .next a [class^='icon-'],
    .navigation-comments .next a [class*=' icon-'],
    .navigation-comments .prev a [class^='icon-'],
    .navigation-comments .prev a [class*=' icon-'],
    .navigation-single .next a [class^='icon-'],
    .navigation-single .next a [class*=' icon-'],
    .navigation-single .prev a [class^='icon-'],
    .navigation-single .prev a [class*=' icon-'] {
        margin-left: -6px;
    }
}

.navigation-single {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%;
}
@media (min-width: 768px) {
    .comment-form input,
    .comment-form textarea {
        max-width: 300px;
    }
}
.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
    display: block;
    width: auto;
}

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

.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: 20px;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

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

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

#wp-calendar {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 2px solid #6D97AD;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}
.wp-caption img {
    margin-bottom: 4px;
}
.wp-caption p {
    margin: 0;
}

.aligncenter {
    margin: 0 auto 22px;
}

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: 22px;
}

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

.gallery .gallery-item {
    padding: 0 10px;
}
.gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 25px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 35px;
    }
    h3,
    .h3 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 28px;
    }
    h5,
    .h5 {
        font-size: 25px;
    }
    h6,
    .h6 {
        font-size: 22px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    color: inherit;
    font-weight: 300;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        margin-bottom: 20px;
    }
}

h1,
.h1 {
    line-height: 1.36;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    h1,
    .h1 {
        margin-bottom: 61px;
    }
}
@media (min-width: 1024px) {
    h1,
    .h1 {
        margin-bottom: 62px;
    }
}
@media (min-width: 1440px) {
    h1,
    .h1 {
        margin-bottom: 59px;
    }
}

p {
    margin: 0 0 20px;
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #6D97AD;
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
a.underline:hover {
    text-decoration: underline;
}
a.style-viewport {
    display: inline-block;
    vertical-align: top;
}
a.tel {
    color: #FFF;
}
a.tel:hover {
    color: #6D97AD;
}
a:focus {
    outline: none;
}
a:hover {
    color: #FFF;
    text-decoration: none;
}

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

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cloud:before {
    content: '\e90d';
}

.icon-arrow-large-left:before {
    content: '\e90c';
}

.icon-anchor-link:before {
    content: '\e900';
}

.icon-arrow-down:before {
    content: '\e901';
}

.icon-arrow-large-right:before {
    content: '\e902';
}

.icon-arrow-up:before {
    content: '\e903';
}

.icon-checkmark:before {
    content: '\e904';
}

.icon-email-outline:before {
    content: '\e905';
}

.icon-facebook:before {
    content: '\e906';
}

.icon-linkedin:before {
    content: '\e907';
}

.icon-quote:before {
    content: '\e908';
}

.icon-tel:before {
    content: '\e909';
}

.icon-twitter:before {
    content: '\e90a';
}

.icon-whatsapp:before {
    content: '\e90b';
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.hero-slider .slick-track,
.hero-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#header {
    background-color: #6D97AD;
    border-bottom: 3px solid #FFF;
    line-height: 1.2;
    position: relative;
    padding: 16px 0;
    position: relative;
    z-index: 150;
}
@media (min-width: 768px) {
    #header {
        padding: 29px 0;
    }
}
@media (min-width: 1024px) {
    #header {
        padding: 41px 0 28px;
    }
}
@media (min-width: 1440px) {
    #header {
        padding: 49px 0 38px;
    }
}
#header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1024px) {
    #header .container {
        padding-left: 170px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 1440px) {
    #header .container {
        padding-left: 300px;
    }
}
#header .logo {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    opacity: 1;
    max-width: 710px;
    width: 100%;
}
@media (min-width: 1024px) {
    #header .logo {
        max-width: 950px;
    }
}
@media (min-width: 1440px) {
    #header .logo {
        max-width: 1140px;
    }
}
.nav-active #header .logo {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 1024px) {
    .nav-active #header .logo {
        opacity: 1;
        visibility: visible;
    }
}
#header .logo img {
    width: 170px;
}
@media (min-width: 768px) {
    #header .logo img {
        width: 240px;
    }
}
@media (min-width: 1024px) {
    #header .logo img {
        width: 200px;
    }
}
@media (min-width: 1440px) {
    #header .logo img {
        width: 288px;
    }
}

@media (min-width: 1024px) {
    .desktop-none {
        display: none !important;
    }
}

.mobile-drop {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    z-index: 10;
    text-align: center;
    background-color: #3B464B;
}
@media (min-width: 1024px) {
    .mobile-drop {
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left;
        background-color: transparent;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 160px;
    }
}
.nav-active .mobile-drop {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

#nav {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 1024px) {
    #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin: 0 -10px;
    }
}
@media (min-width: 1440px) {
    #nav {
        margin: 0 -15px;
    }
}
@media (min-width: 1024px) {
    #nav.lavalamp-active .lavalamp-element {
        opacity: 1;
    }
}
#nav > li {
    margin: 0 0 1px;
}
@media (min-width: 768px) {
    #nav > li {
        margin: 0 1px 1px;
    }
}
@media (min-width: 1024px) {
    #nav > li {
        margin: 0 10px;
        position: relative;
    }
}
#nav > li.active:after {
    opacity: 1;
}
#nav > li.hover > a,
#nav > li.active > a {
    background-color: #46687A;
    color: #FFF;
}
@media (min-width: 1024px) {
    #nav > li.hover > a,
    #nav > li.active > a {
        background-color: transparent;
        color: #3B464B;
    }
}
@media (min-width: 1024px) {
    #nav > li.has-drop-down {
        position: relative;
    }
}
#nav > li.has-drop-down.hover > a span:before {
    content: '\e903';
}
#nav > li.has-drop-down.hover .drop {
    display: block;
}
@media (min-width: 1024px) {
    #nav > li.has-drop-down.hover .drop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
#nav > li.has-drop-down > a span:before {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e901';
    font-family: 'icomoon' !important;
    font-size: 12px;
}
@media (min-width: 1024px) {
    #nav > li.has-drop-down > a span:before {
        display: none;
    }
}
#nav > li.btn-header-style {
    display: none;
}
@media (min-width: 1024px) {
    #nav > li.btn-header-style {
        display: block;
        margin-left: 18.5%;
        position: absolute;
        right: -160px;
    }
}
@media (min-width: 1440px) {
    #nav > li.btn-header-style {
        margin-left: 90px;
    }
}
#nav > li.btn-header-style:after {
    top: -41px;
}
@media (min-width: 1440px) {
    #nav > li.btn-header-style:after {
        top: -50px;
    }
}
#nav > li.btn-header-style.hover a,
#nav > li.btn-header-style.active a {
    border-color: #3B464B;
    color: #3B464B;
}
#nav > li.btn-header-style a {
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
    color: #F6F6F6;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #F6F6F6;
    padding: 11px 15px;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
@media (min-width: 1440px) {
    #nav > li.btn-header-style a {
        font-size: 14px;
        padding: 16px 15px;
        min-width: 150px;
    }
}
@media (min-width: 1024px) {
    #nav > li:after {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        opacity: 0;
        height: 4px;
        top: -41px;
        background-color: #3B464B;
    }
}
@media (min-width: 1440px) {
    #nav > li:after {
        height: 6px;
        top: -49px;
    }
}
#nav > li > a {
    background-color: #6D97AD;
}
@media (min-width: 1024px) {
    #nav > li > a {
        background-color: transparent;
        padding: 0;
    }
}
#nav a {
    color: inherit;
    display: block;
    padding: 17px 0;
}
@media (min-width: 1024px) {
    #nav a {
        display: inline-block;
        vertical-align: top;
    }
}
#nav a:hover {
    color: #3B464B;
}
#nav a span {
    display: block;
    max-width: 710px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 768px) {
    #nav a span {
        padding: 0 60px;
    }
}
@media (min-width: 1024px) {
    #nav a span {
        max-width: 100%;
        padding: 0;
    }
}
#nav .drop {
    display: none;
    background-color: #6D97AD;
}
@media (min-width: 1024px) {
    #nav .drop {
        -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
        display: block;
        position: absolute;
        width: 255px;
        left: -31px;
        top: 100%;
        padding: 31px 0 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
        background-color: transparent;
    }
}
@media (min-width: 1440px) {
    #nav .drop {
        font-size: 18px;
        padding: 41px 0 0;
        left: -24px;
    }
}
#nav .drop li {
    margin-top: 1px;
}
#nav .drop li.active a {
    background-color: #46687A;
}
#nav .drop a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    display: block;
    background-color: #3B464B;
}
@media (min-width: 1024px) {
    #nav .drop a {
        padding-left: 30px;
        padding-right: 30px;
        background-color: #6D97AD;
    }
}
@media (min-width: 1440px) {
    #nav .drop a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
#nav .drop a:hover {
    background-color: #46687A;
    color: #FFF;
}

.lavalamp-element {
    display: none;
}
@media (min-width: 1024px) {
    .lavalamp-element {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: block;
        height: 100%;
        border-top: 4px solid #3B464B;
        opacity: 0;
        top: -41px !important;
        margin: 0 !important;
    }
}
@media (min-width: 1440px) {
    .lavalamp-element {
        border-top-width: 6px;
        top: -50px !important;
    }
}

.nav-opener {
    z-index: 11;
    width: 30px;
    height: 16px;
    display: block;
    position: relative;
}
@media (min-width: 768px) {
    .nav-opener {
        width: 39px;
        height: 21px;
    }
}
@media (min-width: 1024px) {
    .nav-opener {
        display: none;
    }
}
.nav-active .nav-opener {
    margin-top: -4px;
}
@media (min-width: 768px) {
    .nav-active .nav-opener {
        margin-top: 0;
    }
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
    background: #FFF;
}
.nav-active .nav-opener:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.nav-active .nav-opener:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.nav-active .nav-opener span {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    width: 30px;
    height: 2px;
    left: 0;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
}
@media (min-width: 768px) {
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        width: 39px;
        height: 3px;
    }
}
.nav-opener:before,
.nav-opener:after {
    content: '';
}
.nav-opener:before {
    top: 7px;
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}
@media (min-width: 768px) {
    .nav-opener:before {
        top: 9px;
    }
}
.nav-opener:after {
    top: 14px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}
@media (min-width: 768px) {
    .nav-opener:after {
        top: 18px;
    }
}
.nav-opener span {
    top: 0;
    -webkit-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s;
}

.btn-header {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #F6F6F6;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
}
@media (min-width: 768px) {
    .btn-header {
        border: 1px solid #F6F6F6;
        padding: 11px 15px;
        min-width: 160px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
        z-index: 1;
    }
}
@media (min-width: 1024px) {
    .btn-header {
        margin-left: 18.5%;
        opacity: 1;
    }
}
@media (min-width: 1440px) {
    .btn-header {
        font-size: 16px;
        padding: 19px 15px;
        min-width: 183px;
        margin-left: 9.7%;
    }
}
.btn-header:hover,
.btn-header.active {
    color: #3B464B;
}
@media (min-width: 1024px) {
    .btn-header:hover,
    .btn-header.active {
        color: #FFF;
    }
}
@media (min-width: 768px) {
    .btn-header:hover:before,
    .btn-header.active:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.nav-active .btn-header {
    opacity: 1;
}
@media (min-width: 768px) {
    .btn-header:before {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #3B464B;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: -1;
    }
}

#wrapper {
    overflow: hidden;
}
@media (min-width: 768px) {
    #wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
    }
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 710px;
}
@media (min-width: 1024px) {
    .container {
        max-width: 950px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1140px;
    }
}

.main-holder {
    position: relative;
    z-index: 1;
    padding: 90px 0 30px;
    position: relative;
    z-index: 51;
}
@media (min-width: 768px) {
    .main-holder {
        padding: 132px 0 70px;
    }
}
@media (min-width: 1024px) {
    .main-holder {
        padding-top: 139px;
    }
}
@media (min-width: 1440px) {
    .main-holder {
        padding-top: 158px;
    }
}

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

.decor-element {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.anchor-link {
    display: none;
}
@media (min-width: 1024px) {
    .anchor-link {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        z-index: 20;
        font-size: 72px;
        color: #FFF;
        bottom: 12px;
    }
}
@media (min-width: 1440px) {
    .anchor-link {
        bottom: 16px;
    }
}
.anchor-link:hover {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
}

.viewport-section {
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.viewport-section.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.title {
    display: block;
    color: #6D97AD;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-container {
    max-width: 792px;
    margin: 0 0 62px;
}
@media (min-width: 768px) {
    .text-container {
        margin-bottom: 72px;
    }
}
@media (min-width: 1024px) {
    .text-container {
        margin-bottom: 60px;
    }
}
@media (min-width: 1440px) {
    .text-container {
        margin-bottom: 79px;
    }
}
.text-container .text-frame {
    max-width: 500px;
}
@media (min-width: 768px) {
    .text-container .text-frame {
        max-width: 610px;
    }
}
@media (min-width: 1024px) {
    .text-container .text-frame {
        max-width: 665px;
    }
}
@media (min-width: 1440px) {
    .text-container .text-frame {
        max-width: 720px;
    }
}
.text-container h1 {
    line-height: 1.36;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .text-container h1 {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .text-container h1 {
        margin-bottom: 41px;
    }
}
@media (min-width: 1440px) {
    .text-container h1 {
        margin-bottom: 31px;
    }
}
.text-container h2:first-child {
    margin: 0 0 30px;
}
@media (min-width: 768px) {
    .text-container h2:first-child {
        margin-bottom: 40px;
    }
}
@media (min-width: 1440px) {
    .text-container h2:first-child {
        margin-bottom: 62px;
    }
}
.text-container h2 {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .text-container h2 {
        font-size: 23px;
    }
}
@media (min-width: 1440px) {
    .text-container h2 {
        font-size: 25px;
    }
}
.text-container strong {
    display: block;
    color: #6D97AD;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 19px;
}
@media (min-width: 768px) {
    .text-container strong {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.text-container p {
    margin: 0 0 29px;
}

.gallery-col {
    margin: 0 0 50px;
}
@media (min-width: 1024px) {
    .gallery-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .gallery-col .col {
        width: 74.3%;
    }
}
.gallery-col .col:first-child {
    margin: 0 0 20px;
}
@media (min-width: 1024px) {
    .gallery-col .col:first-child {
        margin-bottom: 0;
        width: 24%;
    }
}
.gallery-col .title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
}
@media (min-width: 768px) {
    .gallery-col .title {
        font-size: 16px;
        margin-bottom: 14px;
    }
}
@media (min-width: 1440px) {
    .gallery-col .title {
        margin-bottom: 8px;
    }
}

.detail-holder {
    margin: 0 0 60px;
}
@media (min-width: 768px) {
    .detail-holder {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .detail-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1440px) {
    .detail-holder {
        margin-bottom: 80px;
    }
}
.detail-holder .sidebar {
    margin: 0 0 35px;
}
@media (min-width: 1024px) {
    .detail-holder .sidebar {
        width: 250px;
        margin-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .detail-holder .sidebar {
        width: 270px;
    }
}
@media (min-width: 1024px) {
    .detail-holder .detail-block {
        width: calc(100% - 269px);
    }
}
@media (min-width: 1440px) {
    .detail-holder .detail-block {
        width: calc(100% - 284px);
    }
}
@media (min-width: 1024px) {
    .detail-holder .detail-block:only-child {
        width: 100%;
    }
}
.detail-holder .detail-block.small-text {
    font-size: 16px;
}
@media (min-width: 1440px) {
    .detail-holder .detail-block.small-text {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .detail-holder .detail-block.small-text p {
        margin-bottom: 30px;
    }
}
@media (min-width: 1440px) {
    .detail-holder .detail-block.small-text p {
        margin-bottom: 20px;
    }
}
.detail-holder .detail-block.title-style strong {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
    color: #6D97AD;
    display: block;
}
@media (min-width: 768px) {
    .detail-holder .detail-block.title-style strong {
        font-size: 16px;
    }
}
.detail-holder .detail-block address {
    font-style: normal;
    margin: 0 0 21px;
}
@media (min-width: 1440px) {
    .detail-holder .detail-block address {
        margin-bottom: 29px;
    }
}
.detail-holder .title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    .detail-holder .title {
        font-size: 16px;
    }
}

.address-box {
    font-style: normal;
    margin: 0 0 21px;
}
@media (min-width: 1440px) {
    .address-box {
        margin-bottom: 29px;
    }
}

.short-info {
    font-size: 16px;
}
@media (min-width: 768px) {
    .short-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        max-width: 590px;
    }
}
@media (min-width: 1024px) {
    .short-info {
        display: block;
        margin: 0;
        max-width: 100%;
    }
}
@media (min-width: 1440px) {
    .short-info {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .short-info li {
        width: 33.3%;
        padding: 0 15px;
    }
}
@media (min-width: 1024px) {
    .short-info li {
        width: 100%;
        padding: 0;
    }
}
.short-info li + li {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .short-info li + li {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .short-info li + li {
        margin-top: 20px;
    }
}
.short-info .title {
    margin: 0 0 5px;
}
@media (min-width: 768px) {
    .short-info .title {
        margin-bottom: 10px;
    }
}

.contact-block {
    max-width: 400px;
    font-style: normal;
    margin: 0 0 39px;
    font-size: 20px;
}
@media (min-width: 768px) {
    .contact-block {
        margin-bottom: 60px;
    }
}
.contact-block .h2 {
    display: block;
    margin: 0 0 29px;
}
@media (min-width: 1024px) {
    .contact-block .h2 {
        margin-bottom: 31px;
    }
}
@media (min-width: 1440px) {
    .contact-block .h2 {
        margin-bottom: 29px;
    }
}
.contact-block .location {
    display: block;
    margin: 0 0 29px;
}
@media (min-width: 1024px) {
    .contact-block .location {
        margin-bottom: 27px;
    }
}
@media (min-width: 1440px) {
    .contact-block .location {
        margin-bottom: 29px;
    }
}
.contact-block .link-holder {
    display: block;
}

.contact-content .title {
    color: inherit;
    margin: 0 0 10px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .contact-content .title {
        margin-bottom: 8px;
    }
}
@media (min-width: 1024px) {
    .contact-content .title {
        margin-bottom: 10px;
    }
}

.contact-content .sub-title {
    display: block;
}

.contact-content .two-col {
    text-align: right;
    font-size: 14px;
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .contact-content .two-col {
        font-size: 16px;
        margin-bottom: 38px;
    }
}
@media (min-width: 1024px) {
    .contact-content .two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.contact-content .two-col:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .contact-content .two-col .col {
        width: 74.3%;
    }
}
.contact-content .two-col .col:first-child {
    text-align: left;
}
@media (min-width: 1024px) {
    .contact-content .two-col .col:first-child {
        width: 24%;
    }
}
.contact-content .two-col .title {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .contact-content .two-col .title {
        margin-bottom: 29px;
    }
}

.contact-content a {
    color: inherit;
}
.contact-content a:hover {
    color: #FFF;
}

.contact-content .text-container {
    max-width: 765px;
}

.contact-content p {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .contact-content p {
        margin-bottom: 27px;
    }
}
@media (min-width: 1024px) {
    .contact-content p {
        margin-bottom: 26px;
    }
}
@media (min-width: 1440px) {
    .contact-content p {
        margin-bottom: 30px;
    }
}

.map-block {
    position: relative;
    border: 3px solid #FFF;
    margin: 0 0 10px;
}

.timeline-holder {
    max-width: 870px;
}
.timeline-holder .title {
    font-size: 14px;
    margin: 0 0 8px;
}
@media (min-width: 768px) {
    .timeline-holder .title {
        font-size: 16px;
    }
}

.timeline-list {
    font-size: 18px;
}
@media (min-width: 768px) {
    .timeline-list {
        font-size: 20px;
    }
}
@media (min-width: 1440px) {
    .timeline-list {
        font-size: 22px;
    }
}
.timeline-list li {
    margin: 0 0 25px;
}
@media (min-width: 768px) {
    .timeline-list li {
        overflow: hidden;
        margin-bottom: 0;
    }
}
.timeline-list time {
    display: block;
    font-weight: 700;
    min-width: 85px;
    margin: 0 10px 0 0;
}
@media (min-width: 768px) {
    .timeline-list time {
        float: left;
    }
}
@media (min-width: 1440px) {
    .timeline-list time {
        font-weight: 600;
    }
}
.timeline-list .text {
    display: block;
}
@media (min-width: 768px) {
    .timeline-list .text {
        overflow: hidden;
    }
}

#footer {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 50;
}
@media (min-width: 768px) {
    #footer {
        margin-top: auto;
    }
}
#footer .logo {
    width: 200px;
    margin: 0 0 59px;
}
@media (min-width: 768px) {
    #footer .logo {
        margin-bottom: 0;
    }
}

.social-wrap {
    border-top: 3px solid #6D97AD;
    padding: 25px 0;
}
@media (min-width: 768px) {
    .social-wrap {
        padding: 20px 0;
    }
}
@media (min-width: 1440px) {
    .social-wrap {
        padding: 30px 0 40px;
    }
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    font-size: 32px;
}
@media (min-width: 768px) {
    .social-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.social-list li {
    margin: 10px;
}
.social-list a {
    -webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out, transform .3s ease-in-out;
    display: block;
}
.social-list a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer-bar {
    background-color: #6D97AD;
    padding: 30px 0 37px;
}
@media (min-width: 768px) {
    .footer-bar {
        padding: 41px 0;
    }
}
@media (min-width: 1024px) {
    .footer-bar {
        padding-bottom: 39px;
    }
}
@media (min-width: 768px) {
    .footer-bar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (min-width: 1024px) {
    .footer-bar .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-nav {
    font-weight: 400;
}
@media (min-width: 768px) {
    .footer-nav {
        margin-left: 57px;
    }
}
.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-nav ul li + li:before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.footer-nav ul li.active a {
    color: #3B464B;
}
.footer-nav ul a {
    color: #FFF;
}
.footer-nav ul a:hover {
    color: #3B464B;
}

.contact-wrap {
    border-top: 1px solid #3B464B;
    background-color: #6D97AD;
    padding: 44px 0;
}
@media (min-width: 768px) {
    .contact-wrap {
        padding: 41px 0;
    }
}
@media (min-width: 1024px) {
    .contact-wrap .container {
        max-width: 792px;
    }
}
@media (min-width: 1440px) {
    .contact-wrap .container {
        max-width: 1140px;
    }
}
@media (min-width: 768px) {
    .contact-wrap .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px -41px;
    }
}
@media (min-width: 768px) {
    .contact-wrap .contact-box {
        width: 33.3%;
        padding: 0 5px;
        margin: 0 0 44px;
    }
}
@media (min-width: 1440px) {
    .contact-wrap .contact-box {
        width: 20%;
    }
}
.contact-wrap .contact-box + .contact-box {
    margin-top: 33px;
}
@media (min-width: 768px) {
    .contact-wrap .contact-box + .contact-box {
        margin-top: 0;
    }
}
.contact-wrap .contact-list a:hover {
    color: #3B464B;
}

.contact-box {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.contact-box .title {
    color: inherit;
    margin: 0 0 18px 30px;
}
.contact-box a {
    color: inherit;
}

.contact-list li + li {
    margin: 1px 0 0;
}

.contact-list a {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contact-list [class^='icon-'],
.contact-list [class*=' icon-'] {
    width: 24px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.contact-list [class^='icon-'].icon-email-outline,
.contact-list [class*=' icon-'].icon-email-outline {
    font-size: 10px;
}

.contact-list span {
    text-decoration: underline;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 29px;
}

.hero-slider-holder {
    position: relative;
    z-index: 55;
    margin: 0 0 39px;
}
@media (min-width: 768px) {
    .hero-slider-holder {
        margin-bottom: 90px;
    }
}
@media (min-width: 1024px) {
    .hero-slider-holder {
        margin-bottom: 82px;
    }
}
@media (min-width: 1440px) {
    .hero-slider-holder {
        margin-bottom: 80px;
    }
}
.hero-slider-holder + .main-holder {
    padding-top: 0;
}

.hero-slider {
    min-height: 521px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .hero-slider {
        min-height: 924px;
    }
}
@media (min-width: 1024px) {
    .hero-slider {
        min-height: 539px;
    }
}
@media (min-width: 1440px) {
    .hero-slider {
        min-height: 660px;
    }
}
.hero-slider.no-anim .hero-block:before,
.hero-slider.no-anim .bg-holder,
.hero-slider.no-anim .bg-retina {
    -webkit-animation: none !important;
    animation: none !important;
}
.hero-slider .slick-dots {
    z-index: 10;
}
.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 1;
}
.hero-slider .slide.slide-current {
    visibility: visible;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hero-slider .slide.slide-current .hero-block .bg-retina-holder {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.hero-slider .slide.slide-current .hero-block .bg-retina {
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.hero-slider .hero-block .bg-retina-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.4, 0, .2, 1);
    transition: transform 1s cubic-bezier(.4, 0, .2, 1);
}
.hero-slider .hero-block .bg-retina {
    -webkit-transform: scale(1.2) translateY(30px);
    -ms-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.4, 0, .2, 1);
    transition: transform 1s cubic-bezier(.4, 0, .2, 1);
}
.hero-slider .slider-pagination ul {
    z-index: 10;
}
.hero-slider .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    z-index: -2;
    border-bottom: 3px solid #FFF;
}
.hero-slider .bg-holder:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: -webkit-linear-gradient(top, rgba(59, 70, 75, 0), #000);
    background: linear-gradient(to bottom, rgba(59, 70, 75, 0), #000);
    pointer-events: none;
}

.hero-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.hero-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 521px;
    width: 100%;
}
@media (min-width: 768px) {
    .hero-block .container {
        min-height: 924px;
    }
}
@media (min-width: 1024px) {
    .hero-block .container {
        min-height: 539px;
    }
}
@media (min-width: 1440px) {
    .hero-block .container {
        min-height: 660px;
    }
}

.hero-text-holder {
    width: 100%;
    padding: 63px 0;
}
@media (min-width: 768px) {
    .hero-text-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 100px 0;
    }
}
@media (min-width: 1024px) {
    .hero-text-holder {
        padding: 106px 0;
    }
}
@media (min-width: 1440px) {
    .hero-text-holder {
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .hero-text-holder .col {
        width: 57%;
    }
}
@media (min-width: 768px) {
    .hero-text-holder .col:nth-child(even) {
        text-align: right;
        width: 40%;
        margin-bottom: -32px;
    }
}
@media (min-width: 1024px) {
    .hero-text-holder .col:nth-child(even) {
        margin-bottom: -36px;
        width: 48%;
    }
}
@media (min-width: 1440px) {
    .hero-text-holder .col:nth-child(even) {
        margin-bottom: 6px;
    }
}
.hero-text-holder .title {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    .hero-text-holder .title {
        font-size: 25px;
        margin-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .hero-text-holder .title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
.hero-text-holder .sub-title {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 19px;
}
@media (min-width: 768px) {
    .hero-text-holder .sub-title {
        font-size: 18px;
        margin-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .hero-text-holder .sub-title {
        font-size: 20px;
    }
}
.hero-text-holder .btn,
.hero-text-holder .navigation .next,
.navigation .hero-text-holder .next,
.hero-text-holder .navigation .prev,
.navigation .hero-text-holder .prev,
.hero-text-holder .navigation-comments .next,
.navigation-comments .hero-text-holder .next,
.hero-text-holder .navigation-comments .prev,
.navigation-comments .hero-text-holder .prev {
    background-color: rgba(59, 70, 75, .5);
}

.contact-open-close {
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    position: fixed;
	display: flex;
    top: 116px !important;
    right: -260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3B464B;
    z-index: 100;
    padding: 0 260px 0 0;
}
@media (min-width: 768px) {
    .contact-open-close {
        top: 129px !important;
        right: -304px;
        padding-right: 304px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close {
        top: 181px !important;
        right: -279px;
        padding-right: 279px;
    }
}
@media (min-width: 1440px) {
    .contact-open-close {
        top: 238px !important;
    }
}
.contact-open-close.active {
    right: 0;
}
.contact-open-close.active .opener:hover .arrow-box:before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.contact-open-close.active .arrow-box:before {
    content: '\e902';
}
.contact-open-close.active .docket {
    height: 118px;
    padding-top: 18px;
}
.contact-open-close.active .docket .text {
    display: block;
}
.contact-open-close .opener {
    color: #FFF;
    display: block;
}
.contact-open-close .opener:hover .arrow-box:before {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.contact-open-close .arrow-box {
    width: 45px;
    height: 45px;
    border-radius: 8px 0 0 0;
    background-color: #6D97AD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}
.contact-open-close .arrow-box:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: '\e90c';
    font-family: 'icomoon' !important;
}
.contact-open-close .docket {
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #B6BFC0;
    border-radius: 0 0 0 8px;
    margin: 1px 0 0;
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 6px 15px 14px 17px;
    position: relative;
}
@media (min-width: 1024px) {
    .contact-open-close .docket {
        height: 118px;
        padding-top: 18px;
    }
}
.contact-open-close .docket .text {
    display: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 35px;
    left: -7px;
}
@media (min-width: 1024px) {
    .contact-open-close .docket .text {
        display: block;
    }
}
.contact-open-close .docket [class^='icon-'],
.contact-open-close .docket [class*=' icon-'] {
    margin: 10px 0 0;
    display: block;
}
.contact-open-close .slide {
    display: flex !important;
	align-items: center;
    width: 260px;
    background-color: #6D97AD;
    padding: 32px 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    color: #FFF;
}
@media (min-width: 768px) {
    .contact-open-close .slide {
        width: 304px;
        padding: 30px 38px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close .slide {
        width: 279px;
        padding: 32px 40px;
    }
}
.contact-open-close .contact-box {
    margin-bottom: 0;
    font-size: 16px;
	width: 100%;
}
@media (min-width: 768px) {
    .contact-open-close .contact-box {
        font-size: 18px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close .contact-box {
        font-size: 16px;
    }
}
.contact-open-close .contact-box + .contact-box {
    margin-top: 17px;
}
@media (min-width: 768px) {
    .contact-open-close .contact-box + .contact-box {
        margin-top: 37px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close .contact-box + .contact-box {
        margin-top: 23px;
    }
}
.contact-open-close .contact-box .title {
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .contact-open-close .contact-box .title {
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close .contact-box .title {
        margin-bottom: 14px;
    }
}
.contact-open-close .contact-list li + li {
    margin-top: 7px;
}
@media (min-width: 768px) {
    .contact-open-close .contact-list li + li {
        margin-top: 9px;
    }
}
@media (min-width: 1024px) {
    .contact-open-close .contact-list li + li {
        margin-top: 1px;
    }
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    color: #FFF;
    border: 2px solid #6D97AD;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.05;
    font-weight: 700;
    position: relative;
    z-index: 1;
    min-width: 146px;
    text-align: center;
}
@media (min-width: 768px) {
    .btn,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        min-width: 150px;
        padding: 17px 10px;
    }
}
@media (min-width: 1024px) {
    .btn,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        min-width: 162px;
    }
}
@media (min-width: 1440px) {
    .btn,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        font-size: 16px;
        padding: 21px 10px;
        min-width: 183px;
    }
}
.btn.full,
.navigation .full.next,
.navigation .full.prev,
.navigation-comments .full.next,
.navigation-comments .full.prev {
    background-color: #6D97AD;
    color: #FFF;
    border: 0;
}
.btn.full:before,
.navigation .full.next:before,
.navigation .full.prev:before,
.navigation-comments .full.next:before,
.navigation-comments .full.prev:before {
    background-color: #B6BFC0;
}
.btn:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    color: #FFF;
}
.btn:hover:before,
.navigation .next:hover:before,
.navigation .prev:hover:before,
.navigation-comments .next:hover:before,
.navigation-comments .prev:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.btn:before,
.navigation .next:before,
.navigation .prev:before,
.navigation-comments .next:before,
.navigation-comments .prev:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #6D97AD;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-group > .btn + .btn,
.navigation .btn-group > .next + .btn,
.navigation .btn-group > .prev + .btn,
.navigation-comments .btn-group > .next + .btn,
.navigation-comments .btn-group > .prev + .btn,
.navigation .btn-group > .btn + .next,
.navigation .btn-group > .next + .next,
.navigation .btn-group > .prev + .next,
.navigation .btn-group > .btn + .prev,
.navigation .btn-group > .next + .prev,
.navigation .btn-group > .prev + .prev,
.navigation-comments .btn-group > .btn + .next,
.navigation-comments .btn-group > .next + .next,
.navigation-comments .btn-group > .prev + .next,
.navigation-comments .btn-group > .btn + .prev,
.navigation-comments .btn-group > .next + .prev,
.navigation-comments .btn-group > .prev + .prev {
    border-left: 0;
}

.slick-dots,
.slider-pagination ul {
    position: absolute;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -2px;
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 768px) {
    .slick-dots,
    .slider-pagination ul {
        bottom: 69px;
        margin: 0 -3px;
    }
}
@media (min-width: 1024px) {
    .slick-dots,
    .slider-pagination ul {
        max-width: 950px;
        bottom: 75px;
    }
}
@media (min-width: 1440px) {
    .slick-dots,
    .slider-pagination ul {
        max-width: 1140px;
        bottom: 50px;
    }
}
.slick-dots li,
.slider-pagination ul li {
    padding: 0 2px;
}
@media (min-width: 768px) {
    .slick-dots li,
    .slider-pagination ul li {
        padding: 0 3px;
    }
}
.slick-dots li.slick-active button:before,
.slick-dots li.active button:before,
.slider-pagination ul li.slick-active button:before,
.slider-pagination ul li.active button:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slick-dots button,
.slider-pagination ul button {
    border: 1px solid #6D97AD;
    width: 20px;
    height: 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    background-color: transparent;
}
.slick-dots button:hover:before,
.slider-pagination ul button:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slick-dots button:before,
.slider-pagination ul button:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #6D97AD;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

@media (min-width: 768px) {
    .quote-slider {
        padding-bottom: 59px;
    }
}

@media (min-width: 1024px) {
    .quote-slider {
        padding-bottom: 45px;
    }
}

@media (min-width: 1440px) {
    .quote-slider {
        padding-bottom: 59px;
    }
}

.quote-slider .slick-dots {
    display: none !important;
}
@media (min-width: 768px) {
    .quote-slider .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.quote-slider .slick-dots button {
    border-color: #FFF;
}
.quote-slider .slick-dots button:before {
    background-color: #FFF;
}

.content-gallery {
    position: relative;
    border: 3px solid #FFF;
    margin: 0 0 30px;
}
@media (min-width: 768px) {
    .content-gallery {
        margin-bottom: 39px;
    }
}
@media (min-width: 1024px) {
    .content-gallery {
        margin-bottom: 26px;
    }
}
@media (min-width: 1440px) {
    .content-gallery {
        margin-bottom: 39px;
    }
}
.content-gallery .slick-dots {
    bottom: 21px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 6px;
    right: 6px;
}
.content-gallery img {
    width: 100%;
    max-width: none;
}

.zoomIn,
.slide-current .bg-holder {
    -webkit-animation: zoomIn 1s both cubic-bezier(.4, 0, .2, 1);
    animation: zoomIn 1s both cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.zoomOut,
.moveUpOut .bg-holder,
.moveDownOut .bg-holder {
    -webkit-animation: zoomOut 1s both cubic-bezier(.4, 0, .2, 1);
    animation: zoomOut 1s both cubic-bezier(.4, 0, .2, 1);
}

.zoomIn2,
.slide-current .bg-retina {
    -webkit-animation: zoomIn2 1s both cubic-bezier(.4, 0, .2, 1);
    animation: zoomIn2 1s both cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.zoomOut2,
.moveUpOut .bg-retina,
.moveDownOut .bg-retina {
    -webkit-animation: zoomOut2 1s both cubic-bezier(.4, 0, .2, 1);
    animation: zoomOut2 1s both cubic-bezier(.4, 0, .2, 1);
}

.textMoveUpOut,
.moveUpOut .container {
    -webkit-animation: textMoveUpOut 1.5s both cubic-bezier(.4, 0, .2, 1);
    animation: textMoveUpOut 1.5s both cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.textMoveDownOut,
.moveDownOut .container {
    -webkit-animation: textMoveDownOut 1.5s both cubic-bezier(.4, 0, .2, 1);
    animation: textMoveDownOut 1.5s both cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.moveUpOut {
    -webkit-animation: moveUpOut 2s both cubic-bezier(.4, 0, .2, 1);
    animation: moveUpOut 2s both cubic-bezier(.4, 0, .2, 1);
}

.moveUpIn {
    -webkit-animation: moveUpIn 2s both cubic-bezier(.4, 0, .2, 1);
    animation: moveUpIn 2s both cubic-bezier(.4, 0, .2, 1);
}

.moveDownOut {
    -webkit-animation: moveDownOut 2s both cubic-bezier(.4, 0, .2, 1);
    animation: moveDownOut 2s both cubic-bezier(.4, 0, .2, 1);
}

.moveDownIn {
    -webkit-animation: moveDownIn 2s both cubic-bezier(.4, 0, .2, 1);
    animation: moveDownIn 2s both cubic-bezier(.4, 0, .2, 1);
}

@-webkit-keyframes textMoveUpOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes textMoveUpOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes textMoveDownOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes textMoveDownOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
}

@-webkit-keyframes zoomIn2 {
    0% {
        -webkit-transform: scale(1.5) translateY(50px);
        transform: scale(1.5) translateY(50px);
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
}

@keyframes zoomIn2 {
    0% {
        -webkit-transform: scale(1.5) translateY(50px);
        transform: scale(1.5) translateY(50px);
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
}

@-webkit-keyframes zoomOut2 {
    0% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
    100% {
        -webkit-transform: scale(1.5) translateY(50px);
        transform: scale(1.5) translateY(50px);
    }
}

@keyframes zoomOut2 {
    0% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
    100% {
        -webkit-transform: scale(1.5) translateY(50px);
        transform: scale(1.5) translateY(50px);
    }
}

@-webkit-keyframes moveUpOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes moveUpOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes moveUpIn {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes moveUpIn {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@-webkit-keyframes moveDownOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes moveDownOut {
    0% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes moveDownIn {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes moveDownIn {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

.offer-link-holder {
    margin: 0 -15px 40px;
}
@media (min-width: 768px) {
    .offer-link-holder {
        margin: 0 0 60px;
    }
}
@media (min-width: 1024px) {
    .offer-link-holder {
        margin-bottom: 58px;
    }
}
@media (min-width: 1440px) {
    .offer-link-holder {
        margin-bottom: 80px;
    }
}

.offer-link {
    display: block;
    color: #FFF;
    background-color: #6D97AD;
    font-size: 16px;
}
@media (min-width: 1024px) {
    .offer-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1440px) {
    .offer-link {
        font-size: 18px;
        line-height: 1.35;
    }
}
.offer-link:hover {
    color: #3B464B;
}
.offer-link [data-parallaxify-range-x],
.offer-link [data-parallaxify-range-y] {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .84);
    transition: transform .4s cubic-bezier(.25, .46, .45, .84);
}
.offer-link + .offer-link {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .offer-link + .offer-link {
        margin-top: 30px;
    }
}
.offer-link .text-col {
    padding: 18px 16px 19px;
}
@media (min-width: 768px) {
    .offer-link .text-col {
        padding: 30px 31px 19px 31px;
    }
}
@media (min-width: 1024px) {
    .offer-link .text-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%;
        padding: 36px 65px 30px 31px;
    }
}
@media (min-width: 1440px) {
    .offer-link .text-col {
        width: 41.4%;
        padding: 30px 31px 30px 31px;
    }
}
.offer-link h2 {
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
    .offer-link h2 {
        margin-bottom: 28px;
    }
}
@media (min-width: 1440px) {
    .offer-link h2 {
        margin-bottom: 20px;
    }
}
.offer-link .text-frame {
    max-width: 505px;
}
@media (min-width: 1024px) {
    .offer-link .text-frame {
        max-width: 320px;
    }
}
@media (min-width: 1440px) {
    .offer-link .text-frame {
        max-width: 100%;
    }
}
.offer-link p {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .offer-link p {
        margin-bottom: 40px;
    }
}
.offer-link .more {
    display: block;
    margin-top: auto;
    font-size: 16px;
    font-weight: 700;
}
.offer-link .more [class^='icon-'],
.offer-link .more [class*=' icon-'] {
    font-size: 8px;
    margin: -3px 0 0 24px;
    display: inline-block;
    vertical-align: middle;
}
.offer-link .figure {
    position: relative;
    margin: 0;
    padding: 69% 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 768px) {
    .offer-link .figure {
        padding: 30.6% 31px 28px;
    }
}
@media (min-width: 1024px) {
    .offer-link .figure {
        width: 50%;
        padding: 33.5% 21px 28px;
    }
}
@media (min-width: 1440px) {
    .offer-link .figure {
        width: 58.6%;
        padding: 27.7% 29px 26px;
    }
}
.offer-link .figure:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 55px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}
@media (min-width: 768px) {
    .offer-link .figure:before {
        height: 80px;
    }
}
.offer-link figcaption {
    font-size: 14px;
    color: #F6F6F6;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .offer-link figcaption {
        font-size: 18px;
    }
}
@media (min-width: 1440px) {
    .offer-link figcaption {
        font-size: 20px;
    }
}

.project-holder {
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .project-holder {
        margin-bottom: 60px;
    }
}
@media (min-width: 1024px) {
    .project-holder {
        margin-bottom: 79px;
    }
}
@media (min-width: 1440px) {
    .project-holder {
        margin-bottom: 89px;
    }
}
.project-holder h1 {
    margin: 0 0 25px;
    font-size: 25px;
}
@media (min-width: 768px) {
    .project-holder h1 {
        font-size: 35px;
        margin-bottom: 23px;
    }
}
@media (min-width: 1440px) {
    .project-holder h1 {
        margin-bottom: 30px;
    }
}

.project-list {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .project-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -15px -15px 13px;
    }
}
@media (min-width: 1024px) {
    .project-list {
        margin: -15px -14px 14px;
    }
}
@media (min-width: 1440px) {
    .project-list {
        margin: -20px -15px 14px;
    }
}
@media (min-width: 1024px) {
    .project-list.large li {
        width: 33.3%;
    }
}
.project-list li {
    padding: 10px 0;
}
@media (min-width: 768px) {
    .project-list li {
        width: 50%;
        padding: 15px;
    }
}
@media (min-width: 1024px) {
    .project-list li {
        width: 25%;
        padding: 15px 14px;
    }
}
@media (min-width: 1440px) {
    .project-list li {
        padding: 20px 15px;
    }
}
.project-list .project-box {
    width: 100%;
    margin: 0;
    display: block;
}
.project-list .project-box .text-holder,
.project-list .project-box .picture-holder {
    width: 100%;
}
.project-list .project-box .picture-holder {
    margin: 0 0 9px;
}
@media (min-width: 1024px) {
    .project-list .project-box .picture-holder {
        margin-bottom: 11px;
    }
}

.project-box {
    font-size: 16px;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .project-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.project-box .picture-holder {
    display: block;
    margin: 0 0 9px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
@media (min-width: 768px) {
    .project-box .picture-holder {
        width: 47.7%;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .project-box .picture-holder {
        width: 48.7%;
    }
}
.project-box .picture-holder:hover:before {
    opacity: 1;
}
.project-box .picture-holder:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.project-box .picture-holder:hover .btn,
.project-box .picture-holder:hover .navigation .next,
.navigation .project-box .picture-holder:hover .next,
.project-box .picture-holder:hover .navigation .prev,
.navigation .project-box .picture-holder:hover .prev,
.project-box .picture-holder:hover .navigation-comments .next,
.navigation-comments .project-box .picture-holder:hover .next,
.project-box .picture-holder:hover .navigation-comments .prev,
.navigation-comments .project-box .picture-holder:hover .prev {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.project-box .picture-holder:before {
    -webkit-transition: opacity .3s ease-in-out, 1s .3s ease-in-out;
    transition: opacity .3s ease-in-out, 1s .3s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182, 191, 192, .8);
    opacity: 0;
    z-index: 5;
}
.project-box .picture-holder .btn,
.project-box .picture-holder .navigation .next,
.navigation .project-box .picture-holder .next,
.project-box .picture-holder .navigation .prev,
.navigation .project-box .picture-holder .prev,
.project-box .picture-holder .navigation-comments .next,
.navigation-comments .project-box .picture-holder .next,
.project-box .picture-holder .navigation-comments .prev,
.navigation-comments .project-box .picture-holder .prev {
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    -webkit-transform: translate3d(-500%, -50%, 0);
    transform: translate3d(-500%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}
.project-box .picture-holder span.btn:before,
.project-box .picture-holder .navigation span.next:before,
.navigation .project-box .picture-holder span.next:before,
.project-box .picture-holder .navigation span.prev:before,
.navigation .project-box .picture-holder span.prev:before,
.project-box .picture-holder .navigation-comments span.next:before,
.navigation-comments .project-box .picture-holder span.next:before,
.project-box .picture-holder .navigation-comments span.prev:before,
.navigation-comments .project-box .picture-holder span.prev:before {
    display: none;
}
.project-box img {
    -webkit-transition: -webkit-transform .3s ease-in-out, 1s .3s ease-in-out;
    transition: transform .3s ease-in-out, 1s .3s ease-in-out;
    max-width: none;
    width: 100%;
}
@media (min-width: 768px) {
    .project-box .text-holder {
        width: 47.7%;
    }
}
@media (min-width: 1024px) {
    .project-box .text-holder {
        width: 48.4%;
    }
}
@media (min-width: 1440px) {
    .project-box .text-holder {
        width: 48.7%;
    }
}
.project-box .text-holder:only-child {
    width: 100%;
}
.project-box h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (min-width: 1440px) {
    .project-box h2 {
        font-size: 18px;
    }
}
.project-box h2 a {
    color: inherit;
}
.project-box h2 a:hover {
    color: #6D97AD;
}
.project-box .date {
    display: block;
    font-size: 16px;
}
.project-box .date a {
    color: inherit;
}
.project-box .date a:hover {
    color: #6D97AD;
}

.quote-block-holder {
    padding: 29px 0 43px;
    background-color: #6D97AD;
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .quote-block-holder {
        padding: 51px 0;
        margin-bottom: 59px;
    }
}
@media (min-width: 1024px) {
    .quote-block-holder {
        padding: 73px 0 70px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1440px) {
    .quote-block-holder {
        padding: 60px 0;
        margin-bottom: 72px;
    }
}
.quote-block-holder h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    .quote-block-holder h1 {
        margin-bottom: 25px;
    }
}
@media (min-width: 1440px) {
    .quote-block-holder h1 {
        font-size: 20px;
    }
}

.quote-block {
    padding: 0;
    border: 0;
    margin: 0;
    color: #FFF;
}
@media (min-width: 768px) {
    .quote-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.quote-block cite {
    font-style: normal;
    margin: 0 0 31px;
    display: block;
}
@media (min-width: 768px) {
    .quote-block cite {
        width: 47.6%;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .quote-block cite {
        width: 48.4%;
    }
}
@media (min-width: 1440px) {
    .quote-block cite {
        width: 40.1%;
    }
}
.quote-block q {
    font-size: 18px;
    line-height: 1.38;
    quotes: none;
    text-align: center;
    font-style: italic;
    padding: 51px 15px 71px;
    position: relative;
    display: block;
}
@media (min-width: 768px) {
    .quote-block q {
        width: 47.9%;
        padding: 54px 20px 57px;
    }
}
@media (min-width: 1024px) {
    .quote-block q {
        font-size: 20px;
        width: 45.3%;
        padding: 51px 20px 81px;
    }
}
@media (min-width: 1440px) {
    .quote-block q {
        font-size: 28px;
        width: 48.6%;
        padding: 54px 40px 80px;
    }
}
.quote-block q .icon-quote {
    color: #46687A;
    position: absolute;
    width: 100%;
    font-size: 31px;
}
@media (min-width: 1440px) {
    .quote-block q .icon-quote {
        font-size: 34px;
    }
}
.quote-block q .icon-quote.up {
    top: 0;
    right: 0;
    text-align: right;
}
.quote-block q .icon-quote.up:after {
    left: 0;
    right: 22.5%;
}
@media (min-width: 768px) {
    .quote-block q .icon-quote.up:after {
        right: 25.4%;
    }
}
@media (min-width: 1024px) {
    .quote-block q .icon-quote.up:after {
        right: 19.1%;
    }
}
@media (min-width: 1440px) {
    .quote-block q .icon-quote.up:after {
        right: 17.5%;
    }
}
.quote-block q .icon-quote.down {
    bottom: 0;
    left: 0;
    text-align: left;
}
.quote-block q .icon-quote.down:after {
    right: 0;
    left: 22.5%;
}
@media (min-width: 768px) {
    .quote-block q .icon-quote.down:after {
        left: 25.4%;
    }
}
@media (min-width: 1024px) {
    .quote-block q .icon-quote.down:after {
        left: 19.1%;
    }
}
@media (min-width: 1440px) {
    .quote-block q .icon-quote.down:after {
        left: 17.5%;
    }
}
.quote-block q .icon-quote:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background: #46687A;
}
.quote-block .picture-holder {
    margin: 0 0 9px;
    display: block;
}
@media (min-width: 768px) {
    .quote-block .picture-holder {
        margin-bottom: 20px;
    }
}
@media (min-width: 1440px) {
    .quote-block .picture-holder {
        margin-bottom: 25px;
    }
}
.quote-block .name {
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    .quote-block .name {
        font-size: 25px;
        margin-bottom: 19px;
    }
}
@media (min-width: 1440px) {
    .quote-block .name {
        font-size: 30px;
        margin-bottom: 15px;
    }
}
.quote-block .description {
    display: block;
    font-size: 16px;
    line-height: 1.38;
}
@media (min-width: 1024px) {
    .quote-block .description {
        font-size: 18px;
    }
}

.post-box-holder h1 {
    font-size: 25px;
    margin: 0 0 35px;
}
@media (min-width: 768px) {
    .post-box-holder h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .post-box-holder h1 {
        margin-bottom: 40px;
    }
}

.post-box {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
    color: #FFF;
}
@media (min-width: 768px) {
    .post-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .post-box {
        margin-bottom: 40px;
    }
}
@media (min-width: 1440px) {
    .post-box {
        font-size: 18px;
    }
}
.post-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.post-box .picture-holder {
    margin: 0 0 15px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .post-box .picture-holder {
        width: 47.7%;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .post-box .picture-holder {
        width: 48.7%;
    }
}
.post-box .picture-holder img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
@media (min-width: 768px) {
    .post-box .text-holder {
        width: 47.7%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .post-box .text-holder {
        width: 48.4%;
    }
}
@media (min-width: 1440px) {
    .post-box .text-holder {
        width: 48.7%;
    }
}
.post-box .text-holder:only-child {
    width: 100%;
}
.post-box .text-holder:only-child .text-frame {
    max-width: 100%;
}
.post-box h2 {
    font-size: 20px;
    margin: 0 0 10px;
}
@media (min-width: 768px) {
    .post-box h2 {
        font-size: 25px;
    }
}
@media (min-width: 1024px) {
    .post-box h2 {
        font-size: 35px;
        margin-bottom: 8px;
    }
}
@media (min-width: 1440px) {
    .post-box h2 {
        margin-bottom: 20px;
    }
}
.post-box h2 a {
    color: inherit;
}
.post-box h2 a:hover {
    color: #6D97AD;
}
.post-box .text-frame {
    max-width: 365px;
    margin: 0 0 31px;
}
@media (min-width: 768px) {
    .post-box .text-frame {
        margin-bottom: 0;
    }
}
.post-box .date {
    display: block;
    font-style: italic;
    font-size: 12px;
}
@media (min-width: 768px) {
    .post-box .date {
        margin-top: auto;
    }
}
@media (min-width: 1024px) {
    .post-box .date {
        font-size: 14px;
    }
}
@media (min-width: 1440px) {
    .post-box .date {
        font-size: 16px;
    }
}
.post-box .date a {
    color: inherit;
}
.post-box .date a:hover {
    color: #6D97AD;
}
.post-box img {
    max-width: none;
    width: 100%;
}

.filter-form {
    margin: 0 0 30px;
}
@media (min-width: 768px) {
    .filter-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 23px;
    }
}
@media (min-width: 1024px) {
    .filter-form {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .filter-form .checkbox-list {
        width: calc(100% - 150px);
    }
}
@media (min-width: 1024px) {
    .filter-form .checkbox-list {
        width: calc(100% - 200px);
    }
}
.filter-form .submit {
    width: 100%;
}
@media (min-width: 768px) {
    .filter-form .submit {
        width: 144px;
    }
}
@media (min-width: 1024px) {
    .filter-form .submit {
        width: 180px;
    }
}

.checkbox-list {
    margin: -8px 0 20px;
}
@media (min-width: 768px) {
    .checkbox-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
    }
}
.checkbox-list li {
    margin: 8px 0;
    position: relative;
}
@media (min-width: 768px) {
    .checkbox-list li {
        margin: 5px;
    }
}
.checkbox-list label {
    -webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, text-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out, background .3s ease-in-out, text-shadow .3s ease-in-out;
    font-size: 16px;
    color: #FFF;
    border: 2px solid #6D97AD;
    padding: 13px 45px 14px 18px;
    display: block;
    position: relative;
    cursor: pointer;
}
@media (min-width: 768px) {
    .checkbox-list label {
        padding: 13px 56px 14px 17px;
    }
}
@media (min-width: 1024px) {
    .checkbox-list label {
        font-size: 20px;
        padding: 11px 56px 11px 28px;
    }
}
.checkbox-list label:before {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #6D97AD;
    font-size: 14px;
}
@media (min-width: 768px) {
    .checkbox-list label:before {
        right: 20px;
    }
}
.checkbox-list input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
}
.checkbox-list input[type='checkbox']:checked ~ label {
    background-color: #FFF;
    font-weight: 700;
    border-color: #FFF;
    color: #6D97AD;
}
.checkbox-list input[type='checkbox']:checked ~ label:before {
    width: auto;
    height: auto;
    border: 0;
    content: '\e904';
    font-family: 'icomoon' !important;
}

.js-tab-hidden {
    display: block !important;
    position: absolute !important;
    left: 0;
    width: 100%;
    top: -9999px !important;
}

.tabset-holder {
    position: relative;
}
.tabset-holder.active .opener:before {
    content: '\e903';
}
.tabset-holder .opener {
    display: block;
    padding: 13px 60px 13px 30px;
    background-color: #6D97AD;
    color: #FFF;
    position: relative;
    font-size: 20px;
}
@media (min-width: 768px) {
    .tabset-holder .opener {
        display: none;
    }
}
.tabset-holder .opener:before {
    content: '\e901';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 28px;
    font-size: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tabset-holder .text {
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
    color: #FFF;
}
@media (min-width: 768px) {
    .tabset-holder .text {
        display: none;
    }
}

.tabset {
    font-size: 20px;
    margin: 0 -9999px -1px;
    padding: 0 10014px;
    background-color: #6D97AD;
}
@media (min-width: 768px) {
    .tabset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 9px;
        padding: 0;
        background-color: transparent;
    }
}
@media (min-width: 1024px) {
    .tabset {
        margin: 0;
    }
}
.tabset.viewport-section {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 768px) {
    .tabset.viewport-section {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@media (min-width: 768px) {
    .tabset.viewport-section.in-viewport {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.tabset li {
    border-style: solid;
    border-color: #FFF;
    border-width: 1px 0;
}
@media (min-width: 768px) {
    .tabset li {
        border-width: 0;
    }
}
.tabset li + li {
    margin-top: -1px;
}
@media (min-width: 768px) {
    .tabset li + li {
        margin-top: 0;
    }
}
.tabset li.active {
    display: none;
}
@media (min-width: 768px) {
    .tabset li.active {
        display: block;
    }
}
@media (min-width: 768px) {
    .tabset li.active a {
        color: #FFF;
        background-color: #6D97AD;
        display: block;
    }
}
.tabset a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    display: block;
    color: #FFF;
    padding: 13px 15px;
    background-color: #6D97AD;
}
@media (min-width: 768px) {
    .tabset a {
        text-align: center;
        min-width: 113px;
        padding: 13px 19px;
        color: #6D97AD;
        background-color: transparent;
    }
}
.tabset a:hover {
    background-color: #6D97AD;
    color: #3B464B;
}
@media (min-width: 768px) {
    .tabset a:hover {
        color: #FFF;
        background-color: transparent;
    }
}

.tab-content {
    background-color: #6D97AD;
    padding: 40px 0 98px;
    color: #FFF;
}
@media (min-width: 768px) {
    .tab-content {
        padding: 70px 0 77px;
    }
}
@media (min-width: 1024px) {
    .tab-content {
        padding-bottom: 104px;
    }
}
@media (min-width: 1440px) {
    .tab-content {
        padding: 90px 0 126px;
    }
}
.tab-content:last-child {
    margin-bottom: -30px;
}
@media (min-width: 768px) {
    .tab-content:last-child {
        margin-bottom: -70px;
    }
}
.tab-content .container {
    position: relative;
}

.team-list {
    margin: -15px 0;
    text-align: center;
    font-size: 15px;
    padding: 0 30px;
}
@media (min-width: 768px) {
    .team-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -32px -20px;
        padding: 0 23px;
    }
}
@media (min-width: 1024px) {
    .team-list {
        margin: -20px -25px;
        font-size: 16px;
        padding: 0 30px;
    }
}
@media (min-width: 1440px) {
    .team-list {
        margin: -33px -42px;
    }
}
.team-list li {
    padding: 15px 0;
}
@media (min-width: 768px) {
    .team-list li {
        width: 33.3%;
        padding: 32px 20px;
    }
}
@media (min-width: 1024px) {
    .team-list li {
        width: 25%;
        padding: 20px 25px;
    }
}
@media (min-width: 1440px) {
    .team-list li {
        padding: 33px 42px;
    }
}
.team-list .picture-holder {
    margin: 0 0 20px;
}
.team-list .name {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 1440px) {
    .team-list .name {
        font-size: 18px;
    }
}
.team-list .position {
    display: block;
    margin: 0 0 1px;
}
.team-list a {
    color: inherit;
}
.team-list a:hover {
    color: #FFF;
}

.link-list {
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .link-list {
        margin-bottom: 60px;
    }
}
.link-list li {
    border-bottom: 1px solid #FFF;
    margin: 0 0 17px;
    padding: 0 0 14px;
}
@media (min-width: 768px) {
    .link-list li {
        padding-bottom: 17px;
    }
}
@media (min-width: 1024px) {
    .link-list li {
        padding-bottom: 18px;
    }
}
@media (min-width: 1440px) {
    .link-list li {
        padding-bottom: 15px;
    }
}
.link-list li.no-icon a:before {
    display: none;
}
.link-list a {
    display: block;
    color: #FFF;
    padding: 0 50px 0 0;
    position: relative;
}
.link-list a:hover {
    color: #6D97AD;
}
.link-list a:before {
    font-family: 'icomoon' !important;
    content: '\e90d';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
}
