/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: .85em;
    line-height: 1.4;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    font-family: "aileronthin", Arial;
    line-height: 1.3em;

}

body, #wrapper {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

html.js {
    /*overflow: hidden;*/
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html,
body {
    padding: 0px;
    margin: 0px;
}

body {
    background: #1C1C1C;
}

body .fake_bg {
    background: url("../images/bg.gif") top center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: fixed;
    opacity: 0;
}

.nav-collapse li {
    float: left;
    width: 100%;
    display: block;
}

.nav-collapse, .nav-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.js .nav-collapse.closed {
    max-height: 0px !important;
}

header {
    position: fixed !important;

    width: 100%;
    /*background: #1C1C1C;*/
    top: 0;
    z-index: 99999999;
}

.completed header {
    background: url("../images/bg.gif") top center;
}

header .inner {
    background: url("../images/bg.gif") top center;
    z-index: 99;
    position: relative;
}

section {
    max-width: 1920px;
}

h4 {
    letter-spacing: 2px;
}

.main_image {
    width: 100%;
    height: auto;
}

.normal ul {
    display: block;
    padding: 20px;
    margin: 0px;
}

.normal li {
    display: inline-block;
    position: relative;
}

.normal li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.normal li:hover .line,
.normal li.active .line {
    border-bottom: 1px solid #946B3E;
    height: 1px;
    display: block;
    width: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
}

#residences,
#lifestyle {
    position: absolute;
    /*margin-top: -59px;*/
}

#team {
    position: absolute;
    top: -20px;
}

.title {
    position: absolute;
    font-size: 36px;
    top: 30px;
    right: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-family: "aileronthin";
    line-height: 1em;
}

.title.bottom {
    bottom: 30px;
    top: inherit;
}

.title .line {
    border-bottom: 1px solid #000;
    height: 0px;
    display: block;
    float: right;
    width: 50px;
    margin-bottom: 20px;
}

.title.white .line {
    border-bottom: 1px solid #fff;
}

.title.white {
    color: #fff;
}

.normal .spacer {
    width: 174px;
}

.nav-collapse a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 112.5%;
    letter-spacing: 2px;
    color: #9b6f3a;
    text-decoration: none;
    width: 100%;
    background: #1C1C1C;
    border-bottom: 1px solid #9b6f3a;
    padding: 10px 0px;
    float: left;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 70px;
    height: 55px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url("../images/hamburger_2.gif") no-repeat 50% 33%;
}

section {
    position: relative;
}

.js section {
    opacity: 0;
}

.logo {
    left: 0;
    right: 0;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
    max-width: 400px;
    opacity: 0;
    z-index: 999;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo .logo_jc {
    width: 35%;
    vertical-align: top;
    display: none;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.logo_c {
    left: 0;
    right: 0;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    filter: alpha(opacity=100);
    width: 100%;
    max-width: 300px;
    opacity: 1;
    overflow: hidden;
}

.logo_c .c {
    width: 100%;
    height: auto;
}

.logo_c .m {
    width: auto;
    height: 100%;
    position: absolute;
    left: -150%;
}

.completed .logo_c {
    display: none;
}

#wrapper {
    display: none;
    padding-top: 60px;
}

.color {
    color: #9b6f3a;
}

footer {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

footer p {
    font-size: 18px;
    line-height: 1.3em;
    margin: 2px 0;
}

footer .callme{

    font-size: 18px;
    line-height: 1.3em;
    margin: 2px 0;
}

footer .name {
    text-transform: uppercase;
    font-weight: bold;
}

header div img {
    width: 100%;
    height: auto;
}

header {
    text-align: center;
    z-index: 999;
    overflow: visible;
}

h1, h2, h3, h4 {
    text-align: center;
    color: #9b6e3a;
}

h1, .h1 {
    margin: 10px 0 20px 0;
    font-size: 36px;
    line-height: 1.2em;
    font-family: "majesti_bannerbold";
}

h2, .h2 {
    margin: 20px 0;
    font-size: 36px;
    line-height: 1em;
    font-family: "majesti_bannerbold";
}

h3, .h3 {
    font-family: "majesti_bannerbold";
    color: #9D7240;
    font-size: 30px;
    text-transform: none;
    line-height: 1em;
}

h4, .h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
}

p {
    font-size: 14px;
}

#footer {
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0px;
    text-align: center;
}

#footer a {
    color: inherit;
}

.footer_link {
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
}

/*.fl_1{
    background: url("../images/icon-account.png") left no-repeat;
}*/

.delivery {
    color: #AEA2A1;
    font-size: 12px;
}

.floorplans {
    background: #1C1C1C;
    padding: 60px 0px;
}

.floor_holder {
    margin: 30px auto;
    max-width: 960px;
}

.flooplan_image {
    width: 100%;
    height: auto

}

.image.floorplans a {
    color: inherit;
}

.image.floorplans h1 {
    color: #fff;
}

.image.floorplans h3 {
    text-align: left;
    text-transform: uppercase;
}

.image.floorplans .h3 {
    text-align: left;
    margin: 30px 0 10px 0;
}

.image.floorplans .h4 {
    float: left;
    clear: both;
    text-align: left;
    /*margin: 0px 0 10px 0;*/
}

.bottom_form .inner {
    padding: 40px 20px 10px 20px;
}

.floor_left,
.floor_right {
    float: left;
    width: 40%;
    padding: 0 5%;
}

.floorplans .tooltipster-shadow .tooltipster-content {
    max-height: 600px !important;
    max-width: 600px !important;
}

.floorplans .tooltipster-shadow {
    background: #fff !important;
}

/*.tooltipster-arrow-right.tooltipster-arrow span{
    border-color: rgba(255, 255, 255, 1) !important;
}*/

.section_holder {
    /*background: #1C1C1C;*/
    position: relative;
}

input,
select,
textarea {
    color: #4c4945;
    padding: 5px 0px;
    width: 100%;
    border: 1px solid #fff;
    text-indent: 5px;
    font-size: 16px;
}

select {
    text-indent: 0px;
    width: 100.5%;
}

.field {
    margin: 10px 0 0 0;
    width: 100%;
}

.col_left,
.col_right {
    display: inline-block;
    min-width: 45%;
    margin: 0 2%;
}

footer.box {
    padding: 0px 0px 0px 0px;
    text-align: center;
    z-index: 80;
    position: relative;
}

.tooltipster-shadow {
    border-radius: 0px;
    padding: 15px;
    font-size: 18px;
    background: #9A6E3F;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}

.submitme {
    color: #fff;
    background: #9A6E3F;
    font-size: 20px;
    margin: 0px 0px 18px 0px;
    /* width: 220px; */
    border: 0px;
    padding: 4px 0px;
}

.mfp-content {
    line-height: 1.7em;
}

section ul {
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
    list-style: none;
}

section ul li {
    /* background: url("../images/bullet.gif") no-repeat 0px 7px;*/
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
}

.list {
    padding: 15px 0px 20px 0px;
    clear: both;
}

.bullet-left,
.bullet-right {
    display: inline-block;
    text-align: left;
    width: 45%;
    padding: 0;
    vertical-align: top;
}

header {
    position: relative;
}

footer a {
    color: #fff;
    text-decoration: none;
}

label.error {
    display: none !important;
}

input.error,
select.error,
textarea.error {
    border-color: red;
    border-radius: 0px !important;
}

form {
    padding: 0px 20px 20px 20px;
    color: #fff;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.footer_logo_holder {
    text-align: center;
}

.footer_logo {
    max-width: 150px;
    display: inline-block;
    padding: 20px;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.white-popup-block a {
    color: #9A6E3F;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.intro {
    position: relative;
    text-align: center;
    z-index: 9;
}

.top_arrow {
    position: fixed;
    filter: alpha(opacity=100);
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 58px;
    top: 0px;
    z-index: 90;
}

.normal {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    min-height: 59px;
}

section,
.intro_image {
    max-width: 1920px;
}

.box_hidden {
    display: none;
}

.box_small:hover {
    border: 4px solid rgba(152, 110, 63, 1);
}

.box_small {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1C1C1C;
    color: #fff;
    height: 120px;
    width: 120px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -64px;
    z-index: 9;
    font-family: "majesti_bannerbold";
    display: none;
    border: 4px inset rgba(152, 110, 63, 1);
}

.box_small.lifestyle {
    top: 18.4%;
    bottom: auto;
    left: 43.3%;
    right: auto;
    margin: 0px;
    width: 13%;
    height: 16%;
}

.box_small.lifestyle .inner {
    font-size: 3vw;
    padding-top: 40%;
}

.box_small .line {
    border-top: 1px solid #9D7240;
    height: 0px;
    display: block;
    margin: 10% auto 0 auto;
    width: 50px;
    width: 36%;
}

.box_small .inner {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    color: #9D7240;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 32px;
    text-align: center;
    padding-top: 40%;
}

.box_large.lifestyle {
    top: 0px;
    margin: auto;
    bottom: 0;
    height: 330px;
    width: 330px;
}

.box_large {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1C1C1C;
    color: #fff;
    height: 350px;
    width: 350px;
    position: absolute;
    margin: 0 auto;
    left: -500px;
    right: -500px;
    top: -175px;
    z-index: 99;
    overflow: hidden;
}

.mfp-wrap{
    z-index: 999999999;
}


.box_large .line {
    border-top: 1px solid #9D7240;
    height: 0px;
    display: block;
    margin: 5px auto 3px auto;
    width: 50px;
}

.box_large .inner {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

.box_large h3 {
    font-family: "majesti_bannerbold";
    color: #9D7240;
    font-size: 30px;
    margin: 32px 0 10px 0;
    padding: 0px;
    text-transform: none;
    line-height: 1em;
}

.pop_fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.box_close {
    position: absolute;
    bottom: -36px;
    margin: auto;
    left: 0;
    right: 0;
    width: 36px;
    height: auto;
}

.box_close img {
    width: 100%;
    height: auto;
}

.image.team,
.box_wrapper {
    overflow: hidden;
}

.box_xlarge {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1C1C1C;
    color: #fff;
    height: 450px;
    width: 450px;
    margin: 200px auto;
    left: -500px;
    right: -500px;
    z-index: 99;
    overflow: hidden;
    border: 5px solid #9D7240;
}

.box_xlarge .line {
    border-top: 1px solid #9D7240;
    height: 0px;
    display: block;
    margin: 5px auto 15px auto;
    width: 50px;
}

.box_xlarge .inner {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

.box_xlarge h3 {
    font-family: "majesti_bannerbold";
    color: #9D7240;
    font-size: 30px;
    margin: 21% 0 10px 0;
    padding: 0px;
    text-transform: none;
    line-height: 1em;
}

.box_xlarge.team2 h3 {
    margin: 30px 0 10px 0;
}

.box_xlarge.team2 .line {
    border-top: 1px solid #9D7240;
    height: 0px;
    display: block;
    margin: 0px auto 10px auto;
    width: 50px;
}

.box_xlarge.team2 h4 {
    margin: 10px 0 10px 0;
}

.box_xlarge.team2 h4 a {
    color: #9D7240;
    text-decoration: none;
}

.box_xlarge p,
.box_large p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*.top_arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: #161616 transparent transparent transparent;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}*/
/*.js{
    overflow-y: scroll;
}
.js body{
     overflow: hidden;
 }*/
/*.js body.completed{
    overflow: visible;
}*/

.bottom_form h2 {
    padding-top: 170px;
    margin-bottom: 40px;
}

.bottom_form .submitme {
    margin-top: 15px;
    margin-bottom: 50%;
}

.bottom_form h2 {
    color: #fff;
}

.bottom_form h2 {

}

.bottom_form .line {
    border-top: 1px solid #fff;
    height: 0px;
    display: block;
    margin: 15px auto 10px auto;
    width: 75px;
}

.js .top_arrow,
.js body header .inner,
.js .intro_image,
.js .top_arrow {
    opacity: 0;
}

.js body header .nav-toggle,
.js body header .nav-collapse {
    display: none;
}

.js body header .nav-collapse {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    overflow: hidden;
}

div.br_extra{
    display: none;
}

div.br {
    clear: both;
}

.winten {
    max-width: 110px;
    bottom: -8px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.completed .logo {
    top: 40px !important;
}

.tooltipster-content img{
    background: url("../images/ajax-loader.gif") center center no-repeat;
    min-height: 32px;
    min-width: 32px;
}

.slick-slide{
    position: relative;
}

.slideshow{
    opacity: 0;
    margin-bottom: -3px;
    z-index: 0;
}

.slick-next {
    right: 25px;
    z-index: 999;
}

.slick-prev {
    left: 25px;
    z-index: 999;
}

.slick-prev, .slick-next{
    margin-top: -25px;
}

.intro .box_small{
    top: auto;
    bottom: -64px;
}

.intro .box_large{
    top: auto;
    bottom: -175px;
}

@media (max-width: 9999px) and (min-width: 1600px) {
    .backstretch img {
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
    }

    body {
        position: relative;
    }
}

@media (max-width: 1024px) {

    /*.top_arrow{
        top:-31px;
    }*/

}

@media (max-width: 960px) {

    .normal li a {
        letter-spacing: 0;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    /*footer br {
        display: none;
    }*/
    .footer_link {
        display: block;
    }

    .float_left,
    .float_right {
        float: none;
    }

    .float_left img, .float_right img {
        /*max-width: 200px;*/
    }

    .footer_logo {
        margin: -10px 0px;
    }

}

@media (min-width: 769px) {
    .completed .logo {
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .logo {
        opacity: 0;
    }

    .completed .logo {
        opacity: 0 !important;
        display: none !important;
    }

    .js body header .nav-toggle,
    .js body header .nav-collapse {
        display: inline-block;
    }

    .normal,
    .top_arrow {
        display: none;
    }

    .title {
        font-size: 20px;
        right: 30;
    }
}

@media (max-width: 640px) {


    .img_7 .title{
        bottom: auto;
        top: 20px;
    }

    .title {
        top: 20px;
        right: 15px;
        font-family: "aileronregular";
        letter-spacing: 0px;
    }

    .title.bottom {
        bottom: 20px;
    }

    .title .line{
        display: none;
    }

    .box_small.lifestyle {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 26%;
        height: 32%;
    }

    .box_small.lifestyle .inner {
        font-size: 6vw;
    }

    .poll {
        display: block;
        text-indent: -999em;
        height: 1px;
    }

    .bottom_form h2 {
        padding-top: 100px;
    }

    .bottom_form .submitme {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .floor_left, .floor_right {
        float: none;
        margin: 20px auto 40px auto;
        width: 90%;
        padding: 0 5%;
    }

    #team {
        position: absolute;
        top: -30px;
    }

    #floorplans {
        position: absolute;
        top: -30px;
    }

    .box_hidden {
        -webkit-box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
    }

    .box_large,
    .box_xlarge,
    .box_large.lifestyle {
        border: 5px solid #9D7240;
        height: 400px;
        width: 300px;
        top: 0;
        /*height: 50%;*/
    }

    .box_large.lifestyle {
        height: 405px;
    }

    .box_large,
    .box_large .inner,
    .box_xlarge,
    .box_xlarge .inner {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .box_large .inner,
    .box_xlarge .inner {
        width: 270px;
    }

    .box_large p br,
    .box_xlarge p br {
        display: none;
    }

    .inner div.br{
        clear: none;
        display: inline;
    }

    div.br_extra{
        clear: both;
        display: block;
    }

    .box_large p,
    .box_xlarge p {
        font-size: 14px;
    }

    .box_xlarge {
        margin: 10px auto 30px auto
    }

    .box_xlarge.team2 {
        height: 360px;
    }

    .box_xlarge.team2 {
        height: 640px;
    }

    .box_xlarge.team2 h3 {
        margin: 55px 0 10px 0;
    }

    .box_close {
        position: absolute;
        bottom: 15px;
        margin: auto;
        left: 0;
        right: 0;
    }

    .image.team {
        padding: 20px 0px;
    }

    .col_left, .col_right {
        width: 100%;
    }

    .box_small.lifestyle .line {
        display: none;
    }

    .box_large.lifestyle {
        top: -148px;
        margin: auto;
        bottom: 0;
        height: 400px;
        width: 300px;
    }

    .winten {
        width: 100px;
        bottom: 16px;
    }

    .title{
        top:20px !important;
        bottom: auto !important;
        color: #fff;
    }

    .slick-prev, .slick-next{
        width: 13px;
        height: 30px;
        margin-top: -15px;
        padding: 0;
        cursor: pointer;
        background-size: 13px 30px !important;
    }
}

@media (max-width: 640px) and (orientation: landscape) {

    .col_left, .col_right {
        min-width: 90%;
    }
}


