
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
p, sup, ul {
    padding: 0;
    border: 0;
    font: inherit;
}
p, ul {
    vertical-align: baseline;
}
sup {
    margin: 0;
}
.oldie .sidebar.is-navigation .navigation, .oldie .sidebar.is-navigation .navigation__primary, .oldie .sidebar.is-navigation .navigation__secondary, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*font-family: "News Gothic MT", Helvetica, Arial, sans-serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    line-height: 1.42857;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    box-sizing: border-box;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, :after, :before {
    box-sizing: inherit;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.brochure__content:after, .container:after, .content__copy:after, .content__row:after, .enquire-list__items:after, .enquire__header:after, .feed:after, .feed__header:after, .filters:after, .full-specs:after, .mag-subscribe__header:after, .review:after {
    content: "";
    display: table;
    clear: both;
}
@font-face {
    /*font-family: 'News Gothic MT';*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
/*    src: url(dist/fonts/news-gothic-mt-regular-webfont.eot);
    src: url(dist/fonts/news-gothic-mt-regular-webfont.eot?#iefix) format("embedded-opentype"), url(dist/fonts/news-gothic-mt-regular-webfont.woff2) format("woff2"), url(dist/fonts/news-gothic-mt-regular-webfont.woff) format("woff"), url(dist/fonts/news-gothic-mt-regular-webfont.ttf) format("truetype"), url(dist/fonts/news-gothic-mt-regular-webfont.svg#news_gothic_mtregular) format("svg");*/
    font-weight: 400;
    font-style: normal;
}
@font-face {
/*    font-family: 'News Gothic MT';
    src: url(dist/fonts/news-gothic-mt-bold-webfont.eot);
    src: url(dist/fonts/news-gothic-mt-bold-webfont.eot?#iefix) format("embedded-opentype"), url(dist/fonts/news-gothic-mt-bold-webfont.woff2) format("woff2"), url(dist/fonts/news-gothic-mt-bold-webfont.woff) format("woff"), url(dist/fonts/news-gothic-mt-bold-webfont.ttf) format("truetype"), url(dist/fonts/news-gothic-mt-bold-webfont.svg#news_gothic_mtbold) format("svg");*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#contact_us
{
    background: #03313E; padding: 20px; width: 400px;margin: 0 auto;margin-top: 50px; 
}
@media screen and (min-width:1440px) {
    html {
    font-size: 16px;
}

}a {
    color: inherit;
    text-decoration: none;
}
.navigation__primary li, p, ul {
    margin: 1em 0;
}
p:first-child, ul:first-child {
    margin: 0;
}
.underline, strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
sup {
    vertical-align: super;
    font-size: .5em;
}
.underline {
    border-bottom: 1px solid;
}
.text-center {
    text-align: center;
}
.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none!important;
}
.sitewrap {
    overflow: hidden;
    margin-left: 104px;
    position: relative;
}
@media screen and (max-width:540px) {
    .sitewrap {
    margin-left: 0;
    margin-top: 60px;
}
#contact_us
{
    background: #03313E; padding: 20px; width: 400px; margin-top: 50px;
}
}.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    color: #fff;
    font-size: 12px;
    font-size: .85714rem;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.is-intro .sidebar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.oldie .is-intro .sidebar {
    display: none;
}
.sidebar__level {
    background: #03313E;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sidebar__main {
    height: 100%;
    padding: 20px 12px;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar__menu {
    z-index: 1;
}
.sidebar__logo {
    width: 120px;
    /*margin-bottom: 10px;*/
}
.sidebar__toggle {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25em;
}
.sidebar__contact {
    display: block;
    font-weight: 700;
    margin: 0 -12px;
}
.sidebar__contact svg {
    display: block;
    margin: 0 auto 10px;
}
.navigation__social a path, .sidebar__contact path {
    -webkit-transition: fill .4s ease-out;
    transition: fill .4s ease-out;
}
.modal__close:hover path, .navigation__social a:hover path, .sidebar__contact:hover path {
    fill: #df9659;
}
@media screen and (max-width:540px) {
    .sidebar {
    bottom: auto;
    right: 0;
}
.is-intro .sidebar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.sidebar__main {
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sidebar__logo {
    margin: 0;
    margin-top: 47px;
    margin-left: 15px;
}

.sidebar__toggle {
    position: relative;
    top: -2px;
    margin-bottom: 0;
}
.sidebar__contact {
    padding: 0 10px;
    margin-top: 0;
    margin-left: 34px;
}
}@media screen and (max-width:420px) {
    .sidebar__contact {
    margin-left: 0;
}
}.navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #03313E;
    padding: 20px 20px;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    z-index: -1;
    white-space: nowrap;
}
.navigation, .navigation__primary, .navigation__secondary {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.oldie .navigation, .oldie .navigation__primary, .oldie .navigation__secondary {
    display: none;
}
.sidebar.is-navigation .navigation, .sidebar.is-navigation .navigation__primary, .sidebar.is-navigation .navigation__secondary {
    -webkit-transform: none;
    transform: none;
}
.navigation a {
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
.enquire a:hover, .navigation a:hover {
    color: #df9659;
}
.navigation:before {
    content: "";
    display: block;
    height: 108px;
}
@media screen and (min-width:1440px) {
    .navigation: before {
    height: 114px;
}
}.navigation__primary {
    -webkit-transition: -webkit-transform .4s ease-out .1s;
    transition: transform .4s ease-out .1s;
    font-weight: 700;
    margin: 0;
}
.navigation__secondary {
    font-size: 10px;
    font-size: .71429rem;
    -webkit-transition: -webkit-transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s;
}
.navigation__language {
    display: block;
    font-size: 12px;
    font-size: .85714rem;
    margin-bottom: 1em;
}
.navigation__social {
    margin-top: 25px;
}
.enquire__geolocate img, .navigation__social a {
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width:540px) {
    .navigation {
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: center;
    padding: 0 10px 20px;
}
.navigation:before {
    display: none;
}
.navigation, .navigation__primary, .navigation__secondary {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.navigation__primary {
    padding: 12px 0;
    -webkit-transition: -webkit-transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s;
}
.navigation__secondary {
    -webkit-transition: -webkit-transform .4s ease-out .1s;
    transition: transform .4s ease-out .1s;
}
}@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}.enquire {
    min-height: 100vh;
}
.enquire a {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.enquire__header {
    background: #03313E;
    color: #fff;
    padding: 2em 20px;
}
.enquire__header .form-field {
    width: 25%;
    float: left;
    margin-right: 20px;
}
.enquire__header .form-field input[type=color], .enquire__header .form-field input[type=date], .enquire__header .form-field input[type=datetime-local], .enquire__header .form-field input[type=datetime], .enquire__header .form-field input[type=email], .enquire__header .form-field input[type=month], .enquire__header .form-field input[type=number], .enquire__header .form-field input[type=password], .enquire__header .form-field input[type=search], .enquire__header .form-field input[type=tel], .enquire__header .form-field input[type=text], .enquire__header .form-field input[type=time], .enquire__header .form-field input[type=url], .enquire__header .form-field input[type=week], .enquire__header .form-field select, .enquire__header .form-field textarea {
    background-color: #fff;
}
.enquire__title {
    text-transform: uppercase;
    margin-bottom: 1em;
    float: left;
}
@media screen and (max-width:420px) {
    .enquire__title {
    float: none;
    text-align: center;
}
}.enquire__email {
    float: right;
    margin: 0;
}
.enquire__email a {
    font-weight: 700;
    margin-left: .8em;
}
.enquire__email a:before {
    content: "";
    display: inline-block;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    height: 1.6em;
    width: 2px;
    background: currentColor;
    margin: -.4em 0;
    position: relative;
    right: .6em;
}
@media screen and (max-width:420px) {
    .enquire__email {
    float: none;
    text-align: center;
    margin-bottom: 1em;
}
}.enquire__subtitle {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
    clear: both;
    margin-bottom: 1em;
}
@media screen and (max-width:420px) {
    .enquire__subtitle {
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 0;
}
#contact_us
{
    background: #03313E; padding: 20px; width: 400px; margin-top: 50px;
}
}.enquire__geolocate {
    float: left;
    padding-top: 3px;
    font-size: 11px;
    font-size: .78571rem;
    font-weight: 700;
    text-transform: uppercase;
}
.enquire__geolocate img {
    vertical-align: middle;
    margin-bottom: 2px;
}
.enquire__geolocate:hover img {
    -webkit-animation: pulse .6s infinite alternate;
    animation: pulse .6s infinite alternate;
}
@media screen and (max-width:420px) {
    .enquire__form-fields {
    display: none;
}
}.enquire-map {
    position: absolute;
    top: 12.5rem;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #03313E!important;
}
@media screen and (max-width:420px) {
    .enquire-map {
    display: none;
}
}.enquire-popup {
    width: 420px;
    padding: 15px 0 10px 20px;
    /*font-family: "News Gothic MT", Helvetica, Arial, sans-serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-size: 1rem;
    word-wrap: break-word;
}
.enquire-popup__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: .75em;
}
.enquire-popup__buttons {
    padding-top: 1.5em;
    text-align: center;
}
#outdated .enquire-popup__buttons #btnUpdateBrowser, .enquire-popup__buttons #outdated #btnUpdateBrowser, .enquire-popup__buttons .button {
    background: rgba(39, 40, 66, .75);
    color: #fff;
}
#outdated .enquire-form #btnUpdateBrowser:hover, #outdated .enquire-popup__buttons #btnUpdateBrowser:hover, .enquire-form #outdated #btnUpdateBrowser:hover, .enquire-form .button:hover, .enquire-popup__buttons #outdated #btnUpdateBrowser:hover, .enquire-popup__buttons .button:hover {
    background: #03313E;
    color: #fff;
}
.enquire-list-toggle {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(39, 40, 66, .75)!important;
    color: #fff!important;
}
.enquire-list-toggle:hover {
    background: #272842!important;
    color: #fff!important;
}
.enquire-list {
    background: #f6f1e7;
    position: absolute;
    top: 12.5rem;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scroll: touch;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.enquire-list.is-open {
    -webkit-transform: none;
    transform: none;
}
.enquire-list .content {
    padding: 40px 0;
}
@media screen and (max-width:420px) {
    .enquire-list .content {
    padding: 20px 0;
}
}.enquire-list__back {
    float: left;
    font-weight: 700;
    margin-left: 1em;
}
@media screen and (max-width:420px) {
    .enquire-list__back {
    display: none;
}
}.enquire-list__back img {
    vertical-align: middle;
    position: relative;
    top: -.15em;
    margin-right: 1em;
}
.enquire-list__title {
    text-align: center;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;   
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
    clear: both;
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}
@media screen and (max-width:420px) {
    .enquire-list__title {
    margin-bottom: .75em;
    padding-bottom: .75em;
}
}.enquire-list__title:after {
    content: "";
    display: block;
    width: 130px;
    position: absolute;
    top: 100%;
    border-top: 1px solid;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.enquire-list__group {
    padding: 0 12%}
.enquire-list__group-title {
    font-weight: 700;
    text-transform: uppercase;
}
.enquire-list__items {
    margin-bottom: 1.5em;
}
.enquire-list__items li {
    width: 33.33333%;
    float: left;
    padding-right: 2em;
    margin-bottom: 1em;
}
.enquire-list__items li:nth-child(3n+1) {
    clear: left;
}
@media screen and (max-width:420px) {
    .enquire-list__items li {
    width: 100%;
    margin-bottom: .25em;
}
}.enquire-form {
    background: #f6f1e7;
    position: absolute;
    top: 12.5rem;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: block;
    overflow: scroll;
    opacity: 1;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
}
@media screen and (max-width:420px) {
    .enquire-form {
    top: 1.7em;
}
}.enquire-form.ng-hide {
    opacity: 0;
}
.enquire-form .form-field {
    margin-bottom: 10px;
}
.enquire-form .content {
    padding: 40px 20px;
    background: #f6f1e7;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:420px) {
    .enquire-form .content {
    padding: 20px;
}
}.enquire-form .enquire-list__title {
    line-height: 1em;
    margin-top: 80px;
    margin-bottom: 10px;
}
@media screen and (max-width:420px) {
    .enquire-form .enquire-list__title {
    margin-top: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-size: 1.2em;
}
}.enquire-form .enquire-list__back {
    position: absolute;
    top: 25px;
    left: 10px;
}
#outdated .enquire-form #btnUpdateBrowser, .enquire-form #outdated #btnUpdateBrowser, .enquire-form .button {
    background: rgba(39, 40, 66, .75);
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width:420px) {
    #outdated .enquire-form #btnUpdateBrowser, .enquire-form #outdated #btnUpdateBrowser, .enquire-form .button {
    width: 45%;
    float: left;
    margin: 0 2.5%}
}.enquire-form .success {
    text-align: center;
}
.enquire-form .form-checkbox {
    margin-bottom: 10px;
}
.enquire-form .form-checkbox span {
    border-color: rgba(39, 40, 66, .75);
}
.enquire-form .form-checkbox span:after {
    background-color: rgba(39, 40, 66, .75);
}
.sidebar__brochure, .sidebar__brochure .enquire__content, .sidebar__brochure .enquire__footer {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.form-field label, .oldie .sidebar__brochure, .oldie .sidebar__brochure .enquire__content, .oldie .sidebar__brochure .enquire__footer {
    display: none;
}
.sidebar.is-brochure .sidebar__brochure, .sidebar.is-brochure .sidebar__brochure .enquire__content, .sidebar.is-brochure .sidebar__brochure .enquire__footer {
    -webkit-transform: none;
    transform: none;
}
.oldie .form-field label, .oldie .sidebar.is-brochure .sidebar__brochure, .oldie .sidebar.is-brochure .sidebar__brochure .enquire__content, .oldie .sidebar.is-brochure .sidebar__brochure .enquire__footer {
    display: block;
}
.brochure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 615px;
    z-index: -1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-size: 1rem;
    text-transform: none;
}
.brochure__close {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    z-index: 1;
}
.brochure__close:hover {
    -webkit-transform: scale(1.2)!important;
    transform: scale(1.2)!important;
}
.brochure__subtitle, .brochure__title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 1em;
}
.brochure__subtitle {
    font-size: 12px;
    font-size: .85714rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.brochure__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 30px;
    -webkit-transition: -webkit-transform .4s ease-out .1s;
    transition: transform .4s ease-out .1s;
}
#outdated .brochure__content #btnUpdateBrowser, .brochure__content #outdated #btnUpdateBrowser, .brochure__content .button {
    display: block;
    margin-bottom: 10px;
}
.brochure__success {
    background: #3d3e55;
    margin-left: 30px;
    width: 75%;
    padding: 120px 20px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1rem;
}
.brochure__success__content {
    max-width: 260px;
    margin-left: auto;
}
.brochure__success__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.57143rem;
    line-height: .8;
    margin-bottom: 5px;
}
.brochure__form:after {
    background: rgba(39, 40, 66, .6);
}
.brochure__form .form-field {
    margin-bottom: 10px;
}
.brochure__form .form-checkbox {
    margin-top: 20px;
}
.brochure__form .form-radio {
    margin-top: 10px;
}
#outdated .brochure__form button#btnUpdateBrowser, .brochure__form #outdated button#btnUpdateBrowser, .brochure__form button.button {
    margin-top: 35px;
}
#outdated .brochure__form #btnUpdateBrowser, .brochure__form #outdated #btnUpdateBrowser, .brochure__form .button {
    background: rgba(255, 255, 255, .2);
}
#outdated .brochure__form #btnUpdateBrowser:hover, .brochure__form #outdated #btnUpdateBrowser:hover, .brochure__form .button:hover {
    background: #fff;
    color: #000;
}
.brochure__col {
    width: 50%;
    float: left;
    word-break: break-word;
}
.brochure__col+.brochure__col {
    padding-left: 30px;
}
.brochure__footer {
    border-top: 1px solid #fff;
    margin: auto 30px 0;
    padding: 20px 0;
    -webkit-transition: -webkit-transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.brochure__footer a {
    font-weight: 700;
}
@media screen and (max-width:750px) {
    .brochure {
    width: 82vw;
}
#contact_us
{
    background: #03313E; padding: 20px; width: 400px; margin-top: 50px;
}
}@media screen and (max-width:540px) {
    .brochure {
    display: none;
}
#contact_us
{
    margin-left: 0px;
}
}.fadeUpIn>* {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.fadeUpIn>*+* {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.fadeUpIn>*+*+* {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fadeUpIn>*+*+*+* {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.fadeUpIn>*+*+*+*+* {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.fadeUpIn>*+*+*+*+*+* {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.fadeUpIn>*+*+*+*+*+*+* {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.fadeUpIn>*+*+*+*+*+*+*+* {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.fadeUpIn>*+*+*+*+*+*+*+*+* {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.fadeUpIn.is-visible>* {
    -webkit-transform: none!important;
    transform: none!important;
    opacity: 1;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides {
    margin: 0;
}
.flexslider .slides>li {
    position: relative;
    -webkit-transform: translateZ(0);
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides .lazyload {
    height: 1px;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.no-js .flexslider .slides>li:first-child {
    display: block;
}
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1500;
    background-color: #03313E;
    color: #fff;
    padding: 30px;
}
#outdated h6 {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;        
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
}
#outdated p {
    margin: 1em 0 0;
}
#outdated #btnUpdateBrowser {
    display: block!important;
    color: #fff!important;
    margin: 1.5em auto 0;
}
#outdated #btnUpdateBrowser:hover {
    background: #fff;
    color: #df9659!important;
    border-color: #fff;
}
#outdated .last {
    top: 20px;
    right: 20px;
}
#outdated #btnCloseUpdateBrowser {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    padding: 0 6px;
}
#outdated .last, * html #outdated, .form:after {
    position: absolute;
}
.form, .form-field {
    position: relative;
}
.form:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.form.is-loading:after {
    visibility: visible;
    opacity: 1;
}
[disabled] .form-checkbox, [disabled] button, [disabled] input, [disabled] input[type=color], [disabled] input[type=date], [disabled] input[type=datetime-local], [disabled] input[type=datetime], [disabled] input[type=email], [disabled] input[type=month], [disabled] input[type=number], [disabled] input[type=password], [disabled] input[type=search], [disabled] input[type=tel], [disabled] input[type=text], [disabled] input[type=time], [disabled] input[type=url], [disabled] input[type=week], [disabled] select, [disabled] textarea {
    opacity: .5;
    cursor: not-allowed!important;
}
.form-field {
    font-weight: 700;
}
.form-field, .form-field .form-checkbox, .form-field .form-radio, .form-field button img, .form:after {
    display: block;
}
.form-field input[type=color], .form-field input[type=date], .form-field input[type=datetime-local], .form-field input[type=datetime], .form-field input[type=email], .form-field input[type=month], .form-field input[type=number], .form-field input[type=password], .form-field input[type=search], .form-field input[type=tel], .form-field input[type=text], .form-field input[type=time], .form-field input[type=url], .form-field input[type=week], .form-field select, .form-field textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    /*font-family: "News Gothic MT", Helvetica, Arial, sans-serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-size: 11px;
    font-size: .78571rem;
    background: #fff;
    color: #000;
    padding: 11px 15px;
    border: 2px solid #fff;
    -webkit-transition: border .4s ease-out;
    transition: border .4s ease-out;
}
.form-field input[type=color]:focus, .form-field input[type=date]:focus, .form-field input[type=datetime-local]:focus, .form-field input[type=datetime]:focus, .form-field input[type=email]:focus, .form-field input[type=month]:focus, .form-field input[type=number]:focus, .form-field input[type=password]:focus, .form-field input[type=search]:focus, .form-field input[type=tel]:focus, .form-field input[type=text]:focus, .form-field input[type=time]:focus, .form-field input[type=url]:focus, .form-field input[type=week]:focus, .form-field select:focus, .form-field textarea:focus {
    outline: none;
    border-color: #df9659;
}
.is-touched .checkbox input:invalid+span, .is-touched .form-field input[type=color]:invalid, .is-touched .form-field input[type=date]:invalid, .is-touched .form-field input[type=datetime-local]:invalid, .is-touched .form-field input[type=datetime]:invalid, .is-touched .form-field input[type=email]:invalid, .is-touched .form-field input[type=month]:invalid, .is-touched .form-field input[type=number]:invalid, .is-touched .form-field input[type=password]:invalid, .is-touched .form-field input[type=search]:invalid, .is-touched .form-field input[type=tel]:invalid, .is-touched .form-field input[type=text]:invalid, .is-touched .form-field input[type=time]:invalid, .is-touched .form-field input[type=url]:invalid, .is-touched .form-field input[type=week]:invalid, .is-touched .form-field select:invalid, .is-touched .form-field textarea:invalid, .is-touched .radio input:invalid+span {
    border-color: #df5959!important;
}
.form-field textarea {
    min-height: 140px;
    resize: vertical;
}
.form-field select {
    -moz-appearance: none;
    background: url(dist/img/arrow-down-black.svg) right 15px center no-repeat;
    background-size: 15px 100%}
.form-field select::-ms-expand {
    display: none;
}
.form-field button {
    background: 0 0;
    border: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.form-field--error input[type=color], .form-field--error input[type=date], .form-field--error input[type=datetime-local], .form-field--error input[type=datetime], .form-field--error input[type=email], .form-field--error input[type=month], .form-field--error input[type=number], .form-field--error input[type=password], .form-field--error input[type=search], .form-field--error input[type=tel], .form-field--error input[type=text], .form-field--error input[type=time], .form-field--error input[type=url], .form-field--error input[type=week], .form-field--error select, .form-field--error textarea {
    border-color: #df5959!important;
}
.form-field__note, .form-field__overlay {
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    font-size: .78571rem;
}
.form-field__overlay {
    background: #dcdde1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 17px;
}
.form-field__note {
    margin-top: .25em;
}
@media screen and (max-width:540px) {
    .form-field input[type=color], .form-field input[type=date], .form-field input[type=datetime-local], .form-field input[type=datetime], .form-field input[type=email], .form-field input[type=month], .form-field input[type=number], .form-field input[type=password], .form-field input[type=search], .form-field input[type=tel], .form-field input[type=text], .form-field input[type=time], .form-field input[type=url], .form-field input[type=week], .form-field select, .form-field textarea {
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 8px 15px;
}
}.form-checkbox, .form-radio {
    padding-left: 30px;
    font-size: 12px;
    font-size: .85714rem;
    font-weight: 400;
    cursor: pointer;
}
.form-checkbox {
    position: relative;
    display: block;
}
.checkbox span, .form-checkbox .checkbox, .form-radio .radio, .radio span {
    position: absolute;
    top: 0;
    left: 0;
}
.form-radio {
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
.form-radio:hover {
    color: #df9659;
}
.checkbox, .form-radio, .radio {
    position: relative;
}
.checkbox input, .radio input {
    display: block;
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 0;
}
.checkbox span, .radio span {
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%}
.checkbox span:after, .radio span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #df9659;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.checkbox input:checked+span:after, .radio input:checked+span:after {
    opacity: 1;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-ms-track {
    border-width: 11px 0;
    border-color: transparent;
}
input[type=range]::-webkit-slider-thumb {
    border: 0;
    -webkit-appearance: none;
    height: 24px;
    width: 46px;
    background: url(dist/img/handle.svg) center center no-repeat;
    cursor: pointer;
    margin-top: -11px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
input[type=range]::-moz-range-thumb {
    border: 0;
    height: 24px;
    width: 46px;
    background: url(dist/img/handle.svg) center center no-repeat;
    cursor: pointer;
    transition: transform .4s ease-out;
}
input[type=range]::-ms-thumb {
    display: block;
    border: 0;
    height: 24px;
    width: 45px;
    background: url(dist/img/handle.svg) center center no-repeat;
    cursor: pointer;
    transition: transform .4s ease-out;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
}
input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(255, 255, 255, .2);
}
input[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, .2);
}
.oldie input[type=range] {
    /*font-family: "News Gothic MT", Helvetica, Arial, sans-serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    //font-family: "News Gothic MT", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-size: .78571rem;
    background: #fff;
    color: #000;
    padding: 11px 15px;
    border: 2px solid #fff;
}
.logo {
    display: block;
    background: url(dist/img/sunseeker-logo.svg) center center no-repeat;
    background-size: contain;
    font-size: 0;
}
.logo:after {
    content: "";
    display: block;
    padding-bottom: 50%}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}
.video {
    position: relative;
    overflow: hidden;
}
.oldie .video {
    display: none;
}
.video--bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video--bg.is-fixed {
    position: fixed;
}
.video:after, .video__wrap:after {
    content: "";
    display: block;
    padding-bottom: 56.25%}
.video:after {
    position: relative;
    z-index: 2;
}
.video__wrap {
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    z-index: 1;
}
.video__wrap:after {
    padding-top: 104px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.switch__state input, .touchevents .video--bg {
    display: none;
}
.touchevents .video:after, .video--controls:after {
    z-index: -1;
}
.touchevents .video__wrap, .video--controls .video__wrap {
    top: 0;
}
.touchevents .video__wrap:after, .video--controls .video__wrap:after {
    padding-top: 0;
}
.burger, .burger:after, .burger:before {
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.burger {
    margin: 19px 0 9px;
    position: relative;
}
.burger:after, .burger:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
.burger:before {
    bottom: 9px;
}
.burger:after {
    top: 9px;
}
.no-touchevents a:hover .burger, .no-touchevents a:hover .burger:after, .no-touchevents a:hover .burger:before {
    background: #df9659;
}
.no-touchevents a:hover .burger:before {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.no-touchevents a:hover .burger:after {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.is-navigation .burger {
    background: 0 0!important;
}
.is-navigation .burger:before {
    -webkit-transform: translateY(9px) rotate(45deg)!important;
    transform: translateY(9px) rotate(45deg)!important;
}
.is-navigation .burger:after {
    -webkit-transform: translateY(-9px) rotate(-45deg)!important;
    transform: translateY(-9px) rotate(-45deg)!important;
}
@media screen and (max-width:540px) {
    .burger {
    margin-top: 12px;
}
}@media screen and (min-width:1440px) {
    .burger {
    margin: 22px 0 12px;
}
}.button {
    display: inline-block;
    font-size: 11px;
    font-size: .78571rem;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    color: inherit;
    padding: 12px;
    max-width: 190px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#outdated #btnUpdateBrowser, .button, .cta {
    /*font-family: "News Gothic MT", Helvetica, Arial, sans-serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
}
#outdated #btnUpdateBrowser {
    font-size: 11px;
    font-size: .78571rem;
    background: 0 0;
    border: 0;
    max-width: 190px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 12px;
}
.button:hover {
    color: #fff;
}
#outdated #btnUpdateBrowser:hover, .button:hover {
    background: #000;
}
#outdated #btnUpdateBrowser, .cta, .tab {
    font-weight: 700;
    text-transform: uppercase;
}
.cta {
    display: inline-block;
    position: relative;
    padding: 12px 20px;
}
.cta:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    vertical-align: middle;
    margin-left: 1em;
}
.cta, .cta:after, .tab img {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cta:after {
    content: url(dist/img/arrow-right-orange.svg);
    width: 9px;
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    opacity: 0;
}
.backtotop a:hover, .cta:hover, .intro__footer a:hover {
    color: #df9659;
}
.cta:hover:after {
    margin-right: 0;
    opacity: 1;
}
@-webkit-keyframes arrowSpin {
    0%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}
51% {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}
}@keyframes arrowSpin {
    0%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
}
51% {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
}
}.tab {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    display: block;
    background: #03313E;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    overflow: hidden;
    left: 50%;
    -webkit-transition: -webkit-transform .4s ease-out 1.2s;
    transition: transform .4s ease-out 1.2s;
}
.is-loaded .tab {
    visibility: visible;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tab img {
    position: relative;
    left: -16px;
}
.tab:hover img {
    -webkit-animation: arrowSpin .4s forwards ease-out;
    animation: arrowSpin .4s forwards ease-out;
}
.tab--right:hover img {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.is-intro .tab, .tab {
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width:640px) {
    .tab {
    width: 90%;
    left: 5%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.is-loaded .tab {
    -webkit-transform: none;
    transform: none;
}
}.band {
    text-align: center;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 70px;
    font-size: 5rem;
    letter-spacing: .3em;
    color: #fff;
    padding-bottom: 6em;
    margin-top: -.75em;
    position: relative;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
}
@media screen and (max-width:820px) {
    .band {
    font-size: 45px;
    font-size: 3.21429rem;
}
}@media screen and (max-width:420px) {
    .band {
    font-size: 30px;
    font-size: 2.14286rem;
}
}.switch {
    font-size: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.switch__state {
    display: inline-block;
    width: 50%;
    padding: 11px 0;
    font-size: 11px;
    font-size: .78571rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.sticky-header__breadcrumbs li a, .switch__state span {
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
.switch__state input:checked+span {
    color: #fff;
}
.switch__marker {
    position: absolute;
    z-index: 1;
    background: #03313E;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.switch.offset-1 .switch__marker {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.oldie .switch.offset-1 .switch__marker {
    left: 50%}
.switch.offset-2 .switch__marker {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.switch--triple .switch__marker, .switch--triple .switch__state {
    width: 33.33333%}
.oldie .switch--triple.offset-1 .switch__marker {
    left: 33.33333%}
.oldie .switch--triple.offset-2 .switch__marker {
    left: 66.66667%}
.backtotop {
    text-align: right;
    padding: 16px 20px;
    font-size: 12px;
    font-size: .85714rem;
    text-transform: uppercase;
    font-weight: 700;
}
.backtotop a {
    display: inline-block;
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
.backtotop img {
    vertical-align: middle;
    margin-left: 2px;
}
.seek-more {
    max-width: 840px;
    margin: 0 auto 60px;
}
.intro, .seek-more img {
    width: 100%}
.intro {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out .8s;
    transition: all .4s ease-out .8s;
    background: #000;
    color: #fff;
}
.is-intro .intro {
    opacity: 1;
    visibility: visible;
}
.intro__logo {
    width: 80px;
    position: absolute;
    top: 30px;
    left: 12px;
}
.intro__footer {
    position: absolute;
    bottom: 16px;
    right: 20px;
    left: 20px;
    font-size: 12px;
    font-size: .85714rem;
    text-transform: uppercase;
}
.intro__footer a, .intro__languages a, .modal__close path {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.intro__languages {
    margin: 0;
    text-align: center;
    color: #ccc;
}
.intro__languages li, .sticky-header__breadcrumbs li {
    display: inline-block;
}
.intro__languages li:before {
    content: "-";
    margin-right: 8px;
    margin-left: 4px;
}
.intro__languages li:first-child:before, .sticky-header__breadcrumbs li:first-child:before {
    display: none;
}
.intro__languages a.is-active {
    font-weight: 700;
    color: #fff;
}
.intro__sound {
    float: left;
}
.intro__sound a {
    font-weight: 400;
}
.intro__skip, .intro__sound, .intro__sound a.is-active {
    font-weight: 700;
}
.intro__skip {
    display: block;
    float: right;
}
.intro__skip img {
    vertical-align: middle;
    margin-left: 2px;
}
.intro__video {
    z-index: -1;
}
@media screen and (max-width:540px) {
    .intro__logo {
    top: 15px;
}
}@-webkit-keyframes growUp {
    0% {
    -webkit-transform: skew(-11deg) scaleY(0);
    transform: skew(-11deg) scaleY(0);
}
to {
    -webkit-transform: skew(-11deg) scaleY(1);
    transform: skew(-11deg) scaleY(1);
}
}@keyframes growUp {
    0% {
    -webkit-transform: skew(-11deg) scaleY(0);
    transform: skew(-11deg) scaleY(0);
}
to {
    -webkit-transform: skew(-11deg) scaleY(1);
    transform: skew(-11deg) scaleY(1);
}
}@-webkit-keyframes fadeOut {
    0% {
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    opacity: 1;
}
to {
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    opacity: 1;
}
to {
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    opacity: 0;
}
}@-webkit-keyframes slideLeft {
    0% {
    -webkit-transform: skew(11deg) translateX(101%);
    transform: skew(11deg) translateX(101%);
}
to {
    -webkit-transform: skew(11deg) translateX(5%);
    transform: skew(11deg) translateX(5%);
}
}@keyframes slideLeft {
    0% {
    -webkit-transform: skew(11deg) translateX(101%);
    transform: skew(11deg) translateX(101%);
}
to {
    -webkit-transform: skew(11deg) translateX(5%);
    transform: skew(11deg) translateX(5%);
}
}@-webkit-keyframes slideRight {
    0% {
    -webkit-transform: skew(11deg) translateX(-101%);
    transform: skew(11deg) translateX(-101%);
}
to {
    -webkit-transform: skew(11deg) translateX(-5%);
    transform: skew(11deg) translateX(-5%);
}
}@keyframes slideRight {
    0% {
    -webkit-transform: skew(11deg) translateX(-101%);
    transform: skew(11deg) translateX(-101%);
}
to {
    -webkit-transform: skew(11deg) translateX(-5%);
    transform: skew(11deg) translateX(-5%);
}
}.intro-text {
    color: #fff;
    font-size: 0;
    -webkit-animation: growUp .4s 1 10s forwards, fadeOut .8s 1 20s forwards;
    animation: growUp .4s 1 10s forwards, fadeOut .8s 1 20s forwards;
    -webkit-transform: skew(-11deg) scaleY(0);
    transform: skew(-11deg) scaleY(0);
}
.intro-text__left, .intro-text__right {
    font-size: 106px;
    font-size: 7.57143rem;
    letter-spacing: .18em;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}
.carousel__arrow img, .intro-text__left span, .intro-text__right span {
    display: block;
}
.intro-text__left {
    width: 48%;
    padding-top: .2em;
    border-right: 3px solid;
    padding-bottom: 1em;
    text-align: right;
}
.intro-text__left span {
    -webkit-transform: skew(11deg) translateX(101%);
    transform: skew(11deg) translateX(101%);
    -webkit-animation: slideLeft 1.2s 1 10.5s forwards;
    animation: slideLeft 1.2s 1 10.5s forwards;
}
.intro-text__right {
    width: 52%;
    padding-bottom: .4em;
    margin-left: -2px;
}
.intro-text__right span {
    -webkit-transform: skew(11deg) translateX(-101%);
    transform: skew(11deg) translateX(-101%);
    -webkit-animation: slideRight 1.2s 1 10.5s forwards;
    animation: slideRight 1.2s 1 10.5s forwards;
}
@media screen and (max-width:740px) {
    .intro-text__left, .intro-text__right {
    font-size: 72px;
    font-size: 5.14286rem;
}
}@media screen and (max-width:540px) {
    .intro-text__left, .intro-text__right {
    font-size: 52px;
    font-size: 3.71429rem;
}
.intro-text__left {
    border-right: 2px solid;
}
}@-webkit-keyframes carouselEntry {
    0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
}@keyframes carouselEntry {
    0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
}@-webkit-keyframes carouselContentEntry {
    0%, 50% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes carouselContentEntry {
    0%, 50% {
    opacity: 0;
}
to {
    opacity: 1;
}
}.carousel {
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 100vh;
}
.carousel>.flex-viewport, .carousel>.slides {
    opacity: 0;
}
.is-loaded .carousel>.flex-viewport, .is-loaded .carousel>.slides {
    opacity: 1;
    -webkit-animation: carouselEntry 1s;
    animation: carouselEntry 1s;
}
.sticky-header+.carousel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: -webkit-linear-gradient(top, rgba(223, 150, 89, .2) 0%, rgba(223, 150, 89, 0) 100%);
    background: linear-gradient(to bottom, rgba(223, 150, 89, .2) 0%, rgba(223, 150, 89, 0) 100%);
    z-index: 1;
    opacity: 0;
}
.is-loaded .sticky-header+.carousel:before {
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.carousel__arrow {
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -18px;
    padding: 8px 10px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.carousel__arrow.flex-prev {
    left: 4%;
    padding-left: 9px;
}
.carousel__arrow.flex-prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.carousel__arrow.flex-next {
    right: 4%;
    padding-right: 9px;
}
.carousel__arrow.flex-next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.carousel .flex-control-nav {
    position: absolute;
    bottom: 50px;
    left: 12%;
    z-index: 9;
    font-size: 0;
}
.carousel .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
}
.carousel .flex-control-nav li a {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
}
.carousel .flex-control-nav li a:hover {
    background: #03313E;
}
.carousel .flex-control-nav li a.flex-active {
    background: 0 0;
}
@media screen and (max-width:1024px) {
    .carousel {
    height: calc(100vh - 56px);
}
}@media screen and (max-width:640px) {
    .carousel__arrow.flex-prev {
    left: 2%}
.carousel__arrow.flex-next {
    right: 2%}
.carousel .flex-control-nav {
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}
}@media screen and (max-width:540px) {
    .carousel {
    height: calc(100vh - 128px);
}
.carousel__arrow {
    display: none;
}
}.carousel-article {
    text-align: center;
    display: block;
    background: rgba(39, 40, 66, .75);
    color: #fff;
    padding: 1em;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.carousel-article__divider {
    width: 42px;
    margin: .75em auto;
    border: solid;
    border-width: 0 0 1px;
}
.carousel-article:hover {
    background: #03313E;
}
.carousel-slide {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10% 12% 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.carousel-slide.left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.carousel-slide.right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}
.carousel-slide.top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.carousel-slide.bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.carousel-slide.dark {
    color: #09091c;
}
.carousel-slide.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.carousel-slide.vertical .carousel-slide__news {
    width: 33.33333%}
.carousel-slide.vertical .carousel-article {
    margin-bottom: 1em;
}
.carousel-slide.horizontal, .carousel-slide.vertical {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.carousel-slide.horizontal .carousel-slide__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.carousel-slide.horizontal .carousel-article {
    width: 30%;
    margin: 0 1.66667%}
@media screen and (max-width:760px) {
    .carousel-slide__news {
    display: none!important;
}
}.carousel-slide__content {
    position: relative;
    opacity: 0;
}
.is-loaded .carousel-slide__content {
    -webkit-animation: carouselContentEntry 1.2s forwards;
    animation: carouselContentEntry 1.2s forwards;
}
.oldie .is-loaded .carousel-slide__content {
    opacity: 1;
}
.flexslider .carousel-slide__content {
    opacity: 0;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: all .4s ease-out .4s;
    transition: all .4s ease-out .4s;
}
.is-loaded .flexslider .carousel-slide__content {
    -webkit-animation: carouselContentEntry 1.2s;
    animation: carouselContentEntry 1.2s;
}
.flex-active-slide .carousel-slide__content {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.carousel-slide__text {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 70px;
    font-size: 5rem;
    letter-spacing: .3em;
    line-height: .8;
    position: relative;
    padding-left: .3em;
    max-width: 790px;
}
.carousel-slide__text:before {
    content: "";
    display: inline-block;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    height: 1em;
    width: 2px;
    background: currentColor;
    margin: -.2em 0;
    position: relative;
    right: .4em;
}
.carousel-slide__text--full {
    max-width: none;
}
.carousel-slide.right .carousel-slide__text {
    right: -.3em;
}
.carousel-slide.left .carousel-slide__text {
    left: -.3em;
}
.carousel-slide__tagline {
    position: relative;
    font-size: 18px;
    font-size: 1.28571rem;
    text-transform: uppercase;
    font-weight: 700;
}
.carousel-slide__button {
    color: #fff;
    margin-top: 1.4em;
    background: rgba(39, 40, 66, .4);
}
.carousel-slide__button:hover {
    background: #03313E;
}
@media screen and (max-width:1024px) {
    .carousel-slide {
    height: calc(100vh - 56px);
}
}@media screen and (max-width:960px) {
    .carousel-slide__text {
    font-size: 45px;
    font-size: 3.21429rem;
}
}@media screen and (max-width:640px) {
    .carousel-slide {
    padding-bottom: 120px;
}
.carousel-slide__text {
    font-size: 35px;
    font-size: 2.5rem;
}
}@media screen and (max-width:540px) {
    .carousel-slide {
    height: calc(100vh - 128px);
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center!important;
}
.carousel-slide__text {
    font-size: 25px;
    font-size: 1.78571rem;
    right: 0!important;
    left: 0!important;
    text-shadow: 0 0 20px #09091c;
}
.carousel-slide__text:before {
    display: none;
}
.carousel-slide__tagline {
    font-size: 14px;
    font-size: 1rem;
}
}@media screen and (max-width:420px) {
    .carousel-slide {
    padding-bottom: 100px;
}
}@-webkit-keyframes dropIn {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes dropIn {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}.sticky-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 3.75%;
    z-index: 10;
    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;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .4s ease-out .6s;
    transition: opacity .4s ease-out .6s;
}
.is-loaded .sticky-header, .no-touchevents .listing-item:hover .listing-item__arrow, .no-touchevents .listing-item:hover .listing-item__subtitle, .no-touchevents .listing-item:hover .listing-item__tagline {
    opacity: 1;
}
.sticky-header.is-fixed {
    position: fixed;
    left: 84px;
    -webkit-animation: dropIn .4s ease-out;
    animation: dropIn .4s ease-out;
    background: rgba(179, 178, 178, .75);
}
.sticky-header__buttons {
    width: 410px;
    text-align: right;
    font-size: 0;
}
#outdated .sticky-header__buttons #btnUpdateBrowser, .sticky-header__buttons #outdated #btnUpdateBrowser, .sticky-header__buttons .button {
    background: rgba(9, 9, 28, .3);
    margin-left: 15px;
}
#outdated .sticky-header__buttons #btnUpdateBrowser:hover, .modal--form select option, .sticky-header__buttons #outdated #btnUpdateBrowser:hover, .sticky-header__buttons .button:hover {
    background: #03313E;
}
.oldie .sticky-header__buttons {
    float: right;
}
.sticky-header__breadcrumbs {
    padding: 11px 0;
    font-size: 12px;
    font-size: .85714rem;
    font-weight: 700;
    text-transform: uppercase;
}
.sticky-header__breadcrumbs li:before {
    content: "";
    display: inline-block;
    margin: 0 12px 0 8px;
    width: 7px;
    height: 8px;
    background: url(../images/arrow-right.svg) center center no-repeat;
}
.sticky-header__breadcrumbs li a:hover {
    color: #df9659;
}
.oldie .sticky-header__breadcrumbs {
    float: left;
}
.sticky-header--post {
    background: #fff;
    color: #000;
}
.sticky-header--post .sticky-header__breadcrumbs li:before {
    background: url(dist/img/arrow-right-black.svg) center center no-repeat;
}
.sticky-header--post .sticky-header__buttons {
    color: #fff;
}
@media screen and (max-width:880px) {
    .sticky-header {
    padding: 10px 3.75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sticky-header__breadcrumbs {
    padding: 0;
}
.sticky-header__buttons {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
#outdated .sticky-header__buttons #btnUpdateBrowser, .sticky-header__buttons #outdated #btnUpdateBrowser, .sticky-header__buttons .button {
    margin: 0 5px;
}
}@media screen and (max-width:680px) {
    .sticky-header--post {
    display: none;
}
}@media screen and (max-width:540px) {
    .sticky-header {
    padding: 0;
}
.sticky-header.is-fixed {
    top: 60px;
    left: 0;
}
.sticky-header__breadcrumbs {
    display: none;
}
.sticky-header__buttons {
    margin-top: 0;
    padding: 10px 3.75%}
#outdated .sticky-header__buttons #btnUpdateBrowser, .sticky-header__buttons #outdated #btnUpdateBrowser, .sticky-header__buttons .button {
    max-width: 120px;
    margin: 0 5px;
}
.sticky-header__download {
    display: none;
}
}.listing {
    color: #fff;
    position: relative;
}
.listing--contrast {
    background: #03313E;
}
.arrangement .flex-control-nav li a:hover, .listing--mid {
    background: #03313E;
}
.listing--white {
    background: #fff;
    color: #09091c;
}
.listing__container {
    max-width: 1440px;
    padding: 50px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing--page .listing__container {
    min-height: 100vh;
}
.listing__tab {
    bottom: 0;
}
.listing__tab img {
    left: 16px;
    top: 2px;
}
.listing__row {
    text-align: center;
    padding: 0 12%}
.listing__group, .listing__row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listing__header, .listing__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
}
.listing__header {
    font-size: 50px;
    font-size: 3.57143rem;
    letter-spacing: .3em;
    line-height: 1;
    width: 100%;
    text-align: left;
}
.listing__header--center {
    padding-left: .3em;
    text-align: center;
}
.listing__footer {
    margin: 24px 0;
}
.listing__button {
    border-color: #fff;
    background: rgba(9, 9, 28, .2);
}
.listing__button:hover {
    background: rgba(9, 9, 28, .6);
}
.listing__cta {
    display: inline-block;
    position: relative;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    padding: 1em 1em 1.5em;
    margin: 0 10px 20px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.listing__cta--small {
    font-size: 20px;
    font-size: 1.42857rem;
}
.listing__cta:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    width: 42px;
    border: solid;
    border-width: 0 0 1px;
    margin: 0 auto;
}
.listing__cta:hover {
    background: #fff;
    color: #000;
}
@media screen and (max-width:680px) {
    .listing__header {
    font-size: 36px;
    font-size: 2.57143rem;
}
}@media screen and (max-width:640px) {
    .listing--yacht {
    padding-bottom: 60px;
}
}.listing-item {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 30%;
    max-width: 380px;
    padding: 30px 5px;
    position: relative;
    z-index: 1;
}
.listing-item__subtitle, .listing-item__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
}
.listing-item__title {
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.listing-item__subtitle {
    font-size: 16px;
    font-size: 1.14286rem;
    letter-spacing: .2em;
    margin: 0 0 1em;
    color: #000;
    opacity: 0;
}
.listing-item__divider, .listing-item__subtitle, .listing-item__tagline {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.listing-item__tagline {
    font-weight: 700;
    max-width: 240px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .85714rem;
    opacity: 0;
    margin: 0 0 .5em;
}
.listing-item__divider {
    width: 42px;
    margin: .75em 0;
    border: solid;
    border-width: 0 0 1px;
}
.listing-item__arrow {
    display: block;
    width: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px 6px;
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.listing-item__arrow img {
    display: block;
    width: 8px;
}
.listing-item__button {
    margin-top: 1.5em;
    border-color: #dcdde1;
}
.listing-item:after, .listing-item__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.listing-item:after {
    content: "";
    display: block;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    //border-right: 6px solid #df9659;
}
.content__listing .listing-item:after, .conveyor .listing-item:after, .yacht-selector .listing-item:after {
    border: 0;
}
.no-touchevents .listing-item:after {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.no-touchevents .listing-item:hover {
    color: #FFF;
}
.no-touchevents .listing-item:hover:after {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.touchevents .listing-item {
    color: #000;
    margin: 15px;
}
.touchevents .listing-item__arrow {
    opacity: 1;
}
.touchevents .listing-item__subtitle {
    opacity: 1;
    color: #FFF!important;
}
.listing-item--range .listing-item__subtitle {
    opacity: 1;
    margin: 0;
    color: #fff;
}
.no-touchevents .listing-item--range .listing-item__subtitle, .no-touchevents .listing-item--range .listing-item__title {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.no-touchevents .listing-item--range .listing-item__divider {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.no-touchevents .listing-item--range .listing-item__image {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.no-touchevents .listing-item--range:hover .listing-item__divider, .no-touchevents .listing-item--range:hover .listing-item__subtitle, .no-touchevents .listing-item--range:hover .listing-item__title {
    -webkit-transform: none;
    transform: none;
}
.no-touchevents .listing-item--range:hover .listing-item__subtitle {
    color: #FFF;
}
.no-touchevents .listing-item--range:hover .listing-item__image, .no-touchevents .listing-item--yacht:hover .listing-item__button {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.no-touchevents .listing-item--yacht .listing-item__divider {
    opacity: 0;
}
.no-touchevents .listing-item--yacht .listing-item__button {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
}
.no-touchevents .listing-item--yacht:hover .listing-item__divider {
    opacity: 1;
}
@media screen and (max-width:880px) {
    .listing-item {
    width: 45%}
}@media screen and (max-width:600px) {
    .listing-item {
    width: 90%}
}.content-wrap {
    background: #03313E;
    position: relative;
}
.container, .content {
    max-width: 1440px;
    margin: 0 auto;
}
.content {
    padding: 100px 0;
    position: relative;
    background: #fff;
}
.content--post {
    padding: 80px 12%}
.content__parent {
    font-size: 30px;
    font-size: 2.14286rem;
    letter-spacing: .2em;
    background: #000;
    color: #fff;
    padding: 18px 30px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
}
.content__header, .content__parent, .content__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
}
.content__header {
    text-align: right;
    margin-bottom: 50px;
    font-size: 70px;
    font-size: 5rem;
    letter-spacing: .2em;
    line-height: 1;
}
.content__header:before {
    content: "";
    display: inline-block;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    height: 1em;
    width: 2px;
    background: #03313E;
    margin: -.2em 0;
    position: relative;
    right: .4em;
}
.content__title {
    font-size: 50px;
    font-size: 3.57143rem;
    letter-spacing: .3em;
    line-height: .8;
    margin-bottom: 1em;
}
.content__subtitle {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2em;
}
.content__date {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
    margin-top: -1.25em;
}
.content__row {
    margin-bottom: 100px;
}
.content__row:last-child {
    margin-bottom: 0;
}
.content__full {
    clear: both;
    padding-left: 12%}
.content__full-right {
    clear: both;
    padding-right: 12%}
.content__col {
    width: 47.5%;
    float: left;
}
.content__col .content__title {
    padding-left: 25.26316%}
.content__col .content__copy {
    padding: 0 25.26316%;
    min-height: 150px;
}
.content__col .content__blockquote {
    padding: 45px 12.63158% 90px 4.21053%;
    margin-left: 21.05263%}
.content__col--larger {
    width: 52.5%}
.content__col--larger .content__title {
    padding-left: 22.85714%}
.content__col--larger .content__copy {
    padding: 0 22.85714%}
.content__col--larger .content__blockquote {
    padding: 45px 3.80952% 90px 22.85714%;
    margin-left: 0;
    margin-right: 19.04762%}
.content__col--dark {
    background: #03313E;
    color: #fff;
    padding: 30px;
    min-height: 260px;
    border-right: 10px solid #df9659;
}
.content__col--dark .content__title {
    text-align: right;
    padding-left: 0;
}
.content__col--right {
    float: right;
}
.content__post {
    padding: 0 12%}
.content__post--center {
    text-align: center;
}
.content__copy {
    margin: 65px 0;
    padding: 0 12%}
.content__copy:first-child {
    margin-top: 0;
}
.content__copy:last-child {
    margin-bottom: 0;
}
.content__copy ul {
    list-style: disc inside;
}
.content__copy--full {
    padding: 0;
}
.content__blockquote, .content__copy--quote {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;    
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
    line-height: 1;
}
.content__copy--quote {
    min-height: 0!important;
    padding-left: 0;
}
.content__blockquote {
    background: #03313E;
    margin-bottom: 50px;
    margin-left: 12%;
    padding: 45px 30px;
    color: #fff;
}
.content__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 4%}
.content__images img, .content__listing .listing-item {
    width: 50%}
.content__images {
    font-size: 0;
    padding-top: 40px;
    vertical-align: bottom;
}
.content__images img:first-child {
    margin-bottom: 50px;
}
.content__cta {
    float: right;
    margin-top: 2em;
}
.content__cta:before {
    background: #03313E;
}
.content__cta:first-child {
    margin-top: 0;
}
@media screen and (max-width:820px) {
    .content {
    padding: 65px 0;
}
.content__parent {
    top: 50px;
}
.content--post {
    padding: 50px 12%}
.content__row {
    margin-bottom: 65px;
}
.content__col {
    width: auto;
    float: none;
}
.content__col:first-child {
    margin-bottom: 35px;
}
.content__col .content__copy, .content__col .content__title {
    padding: 0 12%;
    min-height: 0;
}
.content__col .content__blockquote {
    margin-right: 0;
    padding: 30px 6% 45px 4%;
    margin-left: 8%}
.content__col--dark .content__title {
    padding: 0;
    text-align: center;
}
.content__video {
    margin: 0 12%}
.content__listing {
    margin-left: 0;
}
.content__images {
    padding-top: 15px;
}
}@media screen and (max-width:760px) {
    .content__title {
    font-size: 42px;
    font-size: 3rem;
}
}@media screen and (max-width:680px) {
    .content--post .content__copy {
    padding: 0;
}
.content__title {
    font-size: 36px;
    font-size: 2.57143rem;
}
.content__date {
    margin-top: -.75em;
}
.content__copy {
    margin-top: 36px;
}
.content__images img {
    width: 90%;
    margin-left: 10%}
.content__images img:first-child {
    margin-bottom: 0;
    margin-left: 0;
}
}@media screen and (max-width:640px) {
    .content__header {
    font-size: 45px;
    font-size: 3.21429rem;
}
}@media screen and (max-width:600px) {
    .content__listing .listing-item {
    width: 90%}
}@media screen and (max-width:540px) {
    .content__parent {
    position: relative;
    top: 0;
    right: -15.78947%;
    float: right;
}
}@media screen and (max-width:460px) {
    .content__title {
    font-size: 24px;
    font-size: 1.71429rem;
}
.content__copy {
    margin: 35px 0;
}
.content__blockquote, .content__copy--quote {
    font-size: 20px;
    font-size: 1.42857rem;
}
}.arrangement__arrow img, .content-img, .gallery__arrow img, .pagination__arrow img {
    display: block;
}
.content-img--full {
    width: 100%}
.content-img--half {
    width: 45%}
.content-img--right {
    margin-left: auto;
}
@media screen and (max-width:820px) {
    .content__col .content-img--full {
    padding-left: 12%}
.content__col .content-img--right {
    padding-left: 0;
    padding-right: 12%}
}@media screen and (max-width:540px) {
    .content-img--half {
    width: 88%}
}.full_width_block_type {
    padding-right: 12%}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30;
    visibility: hidden;
    display: flex;
}
.modal-overlay.is-open {
    visibility: visible;
}
.modal {
    width: 60%;
    max-width: 520px;
    padding: 65px;
    background: #03313E;
    color: #fff;
    margin-left: 275px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
}
.modal--wide {
    max-width: 900px;
}
.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal__form {
    clear: both;
}
.modal--form input[type=color], .modal--form input[type=date], .modal--form input[type=datetime-local], .modal--form input[type=datetime], .modal--form input[type=email], .modal--form input[type=month], .modal--form input[type=number], .modal--form input[type=password], .modal--form input[type=search], .modal--form input[type=tel], .modal--form input[type=text], .modal--form input[type=time], .modal--form input[type=url], .modal--form input[type=week], .modal--form select, .modal--form textarea {
    font-size: 40px;
    font-size: 2.85714rem;
    background-size: 22px 100%;
    background-position: right center;
    border-width: 0 0 2px;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0;
}
.modal--form select {
    background: url(dist/img/arrow-down.svg) right 26px center no-repeat #09091c;
    background-size: 15px 100%}
.modal--form input[type=search] {
    padding-right: 50px!important;
}
.modal--form ::-webkit-input-placeholder {
    color: #fff;
}
.modal--form ::-moz-placeholder {
    color: #fff;
}
.modal--form :-ms-input-placeholder {
    color: #fff;
}
.modal--form :-moz-placeholder {
    color: #fff;
}
.is-open .modal {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
@media screen and (max-width:760px) {
    .modal {
    width: 45%;
    padding: 30px;
}
.modal__close {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    margin: -15px -15px 15px 0;
}
.modal--form input[type=color], .modal--form input[type=date], .modal--form input[type=datetime-local], .modal--form input[type=datetime], .modal--form input[type=email], .modal--form input[type=month], .modal--form input[type=number], .modal--form input[type=password], .modal--form input[type=search], .modal--form input[type=tel], .modal--form input[type=text], .modal--form input[type=time], .modal--form input[type=url], .modal--form input[type=week], .modal--form select, .modal--form textarea {
    font-size: 24px;
    font-size: 1.71429rem;
    background-size: 16px 100%}
}@media screen and (max-width:540px) {
    .modal {
    width: 90%;
    margin-left: 0;
}
}.specs {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
    padding: 0 12%}
.specs__title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.specs__title:after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    margin: 30px auto 0;
    background: #03313E;
}
.specs__content {
    max-width: 1080px;
    margin: 0 auto;
    background: #03313E;
    color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.specs__content .form-field {
    max-width: 340px;
    margin: 0 auto;
}
.specs__content .form-field input[type=color], .specs__content .form-field input[type=date], .specs__content .form-field input[type=datetime-local], .specs__content .form-field input[type=datetime], .specs__content .form-field input[type=email], .specs__content .form-field input[type=month], .specs__content .form-field input[type=number], .specs__content .form-field input[type=password], .specs__content .form-field input[type=search], .specs__content .form-field input[type=tel], .specs__content .form-field input[type=text], .specs__content .form-field input[type=time], .specs__content .form-field input[type=url], .specs__content .form-field input[type=week], .specs__content .form-field select, .specs__content .form-field textarea {
    background-color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
}
.specs__list {
    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;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 -10px;
}
.specs__footer {
    font-weight: 400;
    text-transform: none;
    margin-top: 40px;
}
#outdated .specs #btnUpdateBrowser, .specs #outdated #btnUpdateBrowser, .specs .button {
    background: #03313E;
    margin-top: 2em;
}
@media screen and (max-width:1140px) {
    .specs__list {
    margin-bottom: 0;
}
}@media screen and (max-width:420px) {
    .specs__content {
    padding: 20px;
}
}.spec {
    width: 25%;
    padding: 0 10px;
    text-align: left;
    margin: 0 auto 20px;
}
.spec:first-child:nth-last-child(3), .spec:first-child:nth-last-child(3)+.spec {
    width: 30%}
.spec:first-child:nth-last-child(3)+.spec+.spec {
    width: 40%}
.spec__onlymobile {
    display: none;
}
.spec__note {
    font-weight: 400;
    text-transform: none;
}
.spec__title {
    margin-bottom: 30px;
}
.spec__value {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.57143rem;
}
.spec__value, .spec__value sup {
    letter-spacing: .2em;
}
@media screen and (max-width:1140px) {
    .spec {
    width: 50%;
    margin: 0 auto 40px;
}
.spec:first-child:nth-last-child(3), .spec:first-child:nth-last-child(3)+.spec {
    width: 50%;
    text-align: center;
}
.spec:first-child:nth-last-child(3)+.spec+.spec {
    width: 100%;
    text-align: center;
}
.spec__title {
    margin-bottom: 0;
}
}@media screen and (max-width:680px) {
    .spec {
    width: 100%!important;
    text-align: center;
}
}@media screen and (max-width:480px) {
    .spec__nomobile {
    display: none;
}
.spec__onlymobile {
    display: initial;
}
}.full-specs {
    padding: 2em 0;
    border: solid rgba(255, 255, 255, .2);
    border-width: 2px 0;
    text-align: left;
}
.full-specs__close {
    position: relative;
    top: 1em;
    float: right;
    display: none;
}
.spec-detail {
    display: none;
    margin-top: 2em;
}
.spec-detail__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 1em;
}
.spec-detail p {
    margin: .5em 0;
}
.review {
    position: relative;
    background: #03313E;
    color: #fff;
    padding: 20px 300px 20px 13.63636%;
    margin-bottom: 125px;
}
.review__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.review__quote {
    position: relative;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
}
.review__quote:before {
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 5px;
    width: 21px;
    height: 12px;
    background: url(dist/img/quotes.svg) center center no-repeat;
}
.review__quote--nomarks:before {
    display: none;
}
.review__author {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.review__cta {
    position: absolute;
    right: 100px;
    bottom: 22px;
    border-color: #fff;
}
@media screen and (max-width:960px) {
    .review {
    padding-right: 40px;
}
.review__cta {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
}
}@media screen and (max-width:820px) {
    .review {
    margin-bottom: 65px;
}
}@media screen and (max-width:420px) {
    .review {
    padding-right: 20px;
}
.review__quote {
    font-size: 20px;
    font-size: 1.42857rem;
}
.review__quote:before {
    left: -12.5%}
}.galleries__switch {
    width: 250px;
    margin-left: auto;
    margin-right: 12%}
.gallery {
    padding-left: 12%;
    margin: 75px 0;
    position: relative;
}
.gallery__arrow {
    color: #fff;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -18px;
    padding: 8px 10px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.gallery__arrow.flex-prev {
    left: 16%;
    padding-left: 9px;
}
.gallery__arrow.flex-prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.gallery__arrow.flex-next {
    right: 4%;
    padding-right: 9px;
}
.gallery__arrow.flex-next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.gallery .flex-control-nav a, .gallery__arrow.flex-disabled {
    display: none;
}
.gallery .flex-control-nav {
    position: absolute;
    top: 24px;
    left: 0;
    width: 12%;
    text-align: center;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
}
.gallery .flex-control-nav .slash {
    display: inline-block;
    height: 44px;
    width: 2px;
    background: #03313E;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    vertical-align: middle;
    margin: 0 10px 0 8px;
}
.gallery .flex-control-nav .flex-active, .gallery .flex-control-nav li {
    display: inline-block;
}
@media screen and (max-width:820px) {
    .gallery {
    margin: 45px 0;
}
.gallery .video {
    margin: 0;
}
}@media screen and (max-width:420px) {
    .gallery {
    padding-left: 0;
    padding-top: 40px;
}
.gallery--single {
    padding-top: 0;
}
.gallery__arrow {
    margin-top: 0;
}
.gallery__arrow.flex-prev {
    left: 4%}
.gallery .flex-control-nav {
    left: 4%;
    top: 0;
    width: auto;
}
}.arrangement {
    position: relative;
}
.arrangement__header {
    max-width: 1440px;
    padding: 0 12%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.arrangement__header:before {
    content: "";
    display: block;
    width: 165px;
}
.arrangement__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-right: 10px;
}
.arrangement__switch {
    width: 165px;
}
.arrangement__arrow {
    color: #b3b2b2;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    padding: 8px 10px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.arrangement__arrow.flex-prev {
    left: 4%;
    padding-left: 9px;
}
.arrangement__arrow.flex-prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.arrangement__arrow.flex-next {
    right: 4%;
    padding-right: 9px;
}
.arrangement__arrow.flex-next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.arrangement__arrow.flex-disabled {
    display: none;
}
.arrangement .flexslider {
    margin: 0 4%}
.arrangement .slides {
    padding: 6.25%}
.arrangement .flex-control-nav {
    color: #b3b2b2;
    position: absolute;
    top: 15px;
    left: 12%;
    z-index: 10;
    font-size: 0;
}
.arrangement .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
}
.arrangement .flex-control-nav li a {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-radius: 50%;
    background: #b3b2b2;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
}
.arrangement .flex-control-nav li a.flex-active {
    background: 0 0;
}
@media screen and (max-width:960px) {
    .arrangement {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.arrangement__header:before {
    display: none;
}
.arrangement .flex-control-nav {
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
}@media screen and (max-width:520px) {
    .arrangement__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.arrangement__title {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
}
}.pagination {
    background: #df9659;
    color: #fff;
    padding: 35px 12%;
    min-height: 300px;
}
.pagination__arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 8px 10px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
}
.pagination__arrow.flex-prev {
    left: 4%;
    padding-left: 9px;
}
.pagination__arrow.flex-prev:hover, .pagination__prev a:hover .pagination__arrow {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.pagination__arrow.flex-next {
    right: 4%;
    padding-right: 9px;
}
.pagination__arrow.flex-next:hover, .pagination__next a:hover .pagination__arrow {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.pagination__next, .pagination__prev {
    position: relative;
    padding: 0 15px;
    width: 45%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}
.pagination__next a, .pagination__prev a {
    display: inline-block;
    min-height: 35px;
    position: relative;
}
.pagination__prev a {
    padding-left: 100px;
}
.pagination__prev .pagination__arrow {
    left: 0;
}
.pagination__next {
    width: 55%;
    float: right;
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
    line-height: 1;
    text-align: right;
}
.pagination__next a {
    text-align: left;
    padding-right: 100px;
}
.pagination__next .pagination__arrow {
    right: 0;
}
@media screen and (max-width:920px) {
    .pagination__next, .pagination__prev {
    width: auto;
    padding: 0;
    float: none;
}
.pagination__next a {
    padding-right: 60px;
}
.pagination__prev {
    margin-bottom: 20px;
}
.pagination__prev a {
    padding-left: 60px;
}
}@media screen and (max-width:460px) {
    .pagination__next {
    font-size: 20px;
    font-size: 1.42857rem;
}
.pagination__next a {
    padding-right: 40px;
}
.pagination__prev a {
    padding-left: 40px;
}
}.conveyor {
    background: #fff;
    padding-top: 40px;
}
.conveyor__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    text-align: center;
}
.conveyor__items {
    text-align: center;
    padding: 0 0 40px;
}
.touchevents .conveyor__items {
    padding: 0 4% 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.conveyor .mTSContainer {
    margin: 0 auto;
}
.touchevents .conveyor .listing-item {
    min-width: 280px;
    max-width: none;
}
.no-touchevents .conveyor .listing-item {
    display: inline-block;
    width: auto;
}
.filters {
    background: #272842;
    color: #fff;
    padding: 30px 10px 0;
    margin: 80px 12% 40px;
}
.filters__field {
    width: 33.33333%;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}
.filters__field:last-child {
    float: right;
    text-align: right;
}
.filters__label {
    display: block;
    float: left;
    min-height: 38px;
}
.filters__label span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.filters__input {
    clear: both;
}
.filters__input .form-radio {
    margin-bottom: 5px;
}
.filters__val {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.57143rem;
    line-height: .8;
    text-align: right;
}
label+.filters__val {
    min-height: 1.28em;
}
.filters__val small {
    text-transform: none;
    font-size: 50%}
.filters__val__converted {
    display: block;
    color: #df9659;
    padding-right: 20px;
    margin-top: 4px;
}
@media screen and (max-width:1000px) {
    .filters__val {
    clear: both;
}
}@media screen and (max-width:880px) {
    .filters {
    margin-top: 86px;
}
.filters__field {
    width: 50%}
.filters__label {
    min-height: 0;
    margin-bottom: 16px;
}
}@media screen and (max-width:680px) {
    .filters {
    margin-top: 20px;
}
}@media screen and (max-width:460px) {
    .filters__field {
    width: auto;
    float: none;
}
}@media screen and (max-width:400px) {
    .filters {
    margin-left: 4%;
    margin-right: 4%}
}.feed {
    padding: 0 12%}
.feed__header {
    text-align: center;
    margin-bottom: 50px;
}
.feed__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 70px;
    font-size: 5rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 1em;
}
.feed__title:before {
    content: "";
    display: inline-block;
    -webkit-transform: skew(-11deg);
    transform: skew(-11deg);
    height: 1em;
    width: 2px;
    background: currentColor;
    margin: -.2em 0;
    position: relative;
    right: .4em;
}
.feed__filters {
    text-transform: uppercase;
    font-weight: 700;
}
.feed__filters a {
    display: inline-block;
    margin: 0 1em;
    padding: 1em 0;
    border-bottom: 2px solid transparent;
}
.feed__filters a.is-active {
    border-color: #df9659;
}
@media screen and (max-width:640px) {
    .feed__title {
    font-size: 45px;
    font-size: 3.21429rem;
}
}@media screen and (max-width:360px) {
    .feed__title {
    font-size: 40px;
    font-size: 2.85714rem;
}
}@media screen and (max-width:840px) {
    .feed-items--news {
    margin: 0 -4%}
}@media screen and (max-width:680px) {
    .feed-items--news {
    margin: 0;
}
}.post {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.28571rem;
    letter-spacing: .2em;
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 4%}
.post:first-child {
    width: auto;
    float: none;
}
.post:nth-child(even) {
    clear: both;
}
.post__img, .post__img img {
    display: block;
}
.post__divider {
    width: 42px;
    margin: .75em auto;
    border: solid;
    border-width: 0 0 1px;
}
.post__title {
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 4em;
}
@media screen and (max-width:680px) {
    .post {
    width: auto;
    float: none;
    padding: 0;
}
.post__title {
    margin-bottom: 2em;
}
}@media screen and (max-width:540px) {
    .post {
    font-size: 16px;
    font-size: 1.14286rem;
}
.post__title {
    font-size: 20px;
    font-size: 1.42857rem;
    margin-bottom: 3em;
}
}.feed-items--instagram {
    padding: 0 4%}
@media screen and (max-width:840px) {
    .feed-items--instagram {
    padding: 0;
}
}.gram {
    width: 33.33333%;
    float: left;
    padding: 12px;
}
.gram, .gram__link {
    display: block;
}
@media screen and (max-width:640px) {
    .gram {
    width: 50%}
}@media screen and (max-width:480px) {
    .gram {
    padding: 6px;
}
}.tweet {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: .2em;
    line-height: 1;
    margin: 0 4% 1em;
    text-align: center;
    word-wrap: break-word;
}
.tweet__content {
    padding: 2em;
    background: #e3a46e;
}
.tweet a {
    color: #fff;
}
.tweet:nth-child(odd) .tweet__content {
    background: #9192be;
}
@media screen and (max-width:840px) {
    .tweet {
    margin: 0 0 1em;
}
}@media screen and (max-width:640px) {
    .tweet__content {
    padding: 1em;
}
}@media screen and (max-width:540px) {
    .tweet {
    font-size: 20px;
    font-size: 1.42857rem;
}
}.mag-posts {
    margin-left: 12%;
    position: relative;
}
.mag-posts .mTSContainer {
    overflow: hidden;
}
.mag-posts .post {
    width: 440px;
}
.mag-posts .post:nth-child(even) {
    margin-top: 50px;
}
.no-touchevents .mag-posts .post {
    float: left;
}
.touchevents .mag-posts {
    padding: 0 4% 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.mag-subscribe__header {
    position: relative;
    background: #272842;
    color: #fff;
    padding: 60px 50% 80px 13.63636%}
.mag-subscribe__header .cta {
    float: right;
    margin-top: 20px;
}
.mag-subscribe__title {
    /*font-family: "Judson", serif;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.78571rem;
    letter-spacing: .2em;
    line-height: 1;
}
.mag-subscribe__image {
    position: absolute;
    top: 40px;
    right: 10px;
    max-width: 45%}
.mag-subscribe__content {
    padding: 50px 50% 60px 13.63636%}
@media screen and (max-width:880px) {
    .mag-subscribe__header {
    padding-right: 40px;
}
.mag-subscribe__image {
    position: relative;
    width: 100%;
    max-width: 350px;
}
.mag-subscribe__content {
    padding-right: 0;
}
}.oldie .listing__container {
    text-align: center;
}
.oldie .listing-item, .oldie .spec {
    display: inline-block;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:740px) and (max-width:1199px) {
#contact_us
{
    margin-left: 37%;
}
}