/*html {
    font-size: 15px;
}*/

.blue {
    background-color: #1f2134;
}

.blue * {
    color: #fff;
}


.breadcrumb {
    display: none;
}

section, article {
    max-width: 1600px;
    display: grid;
    margin: 0 auto;
    padding: 0 10px;
}

article.no-restriction {
    max-width: 100%;
    margin: 0;
}

section h2, section p  {
    margin-bottom: 15px;
}

.recommendation-carousel {
    max-width: 1600px;
    margin: 0 auto;
}

section a{
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

img {
    width: 100%
}

.homepage-categories-slots, .homepage-stacked-categories-slot {
    display: none;
}

.homepage-slots {
    margin-top : 0;
}

.homepage-slot-1 {
    margin-top : 40px;
}

.homepage-slot-2 {
    margin-top : 60px;
}

.video iframe {
    width: 960px;
    height: 650px;
    margin: 0 auto;
    display: block;
}


.hero iframe {
    width: 1820px;
    height: 900px;
    margin-left: -6%;
}

.hero {
    -webkit-animation-name: expand;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-delay: 1s;
    animation-name: expand;
    animation-duration:2.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    max-height: 580px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes expand {
    from {height: 100px;}
    to {height: 60vh;}
}

/* Standard syntax */
@keyframes expand {
    from {height: 100px;}
    to {height: 60vh;}
}

.maincontent{
    margin-bottom: 30px;
}

.maincontent h1{
    color: #000;
    font-family: "TiemposHeadlineWeb", Verdana, Arial, sans-serif;
    font-size: 2.333rem; /* 35px */
    line-height: 1;
    margin: 30px 0 15px 0;
    width: 50%;
    /*text-transform: uppercase;*/

}

.maincontent p{
    color: #000;
    font-size: 1.066rem; /* 16px */
    margin-bottom: 15px;
    width: 50%;
    line-height: 20px;
}

.maincontent .row {
    align-items: flex-end;
}

.maincontent .row p {
    width: 100%
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 60px 0;
    align-items: flex-end;
}

.row.nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

.row.reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 60px 0;
}

.row.extra {
    justify-content: space-between;
}

.row .column.four {
    width: 24%;
    margin-left: 1%;
}

.row.extra .column.four {
    margin-left: 0%;
}

.row .column.three {
    width: 75%;
    padding: 5px;
}

.row .column.two {
    width: 50%;
}

.row .column {
    width: 100%;
}

.row .column.two p, .row .column.two h2{
    padding: 0 0 0 30px;
}

.row.reverse .column.two p, .row.reverse .column.two h2{
    padding: 0 30px 0 0;
}

.row .column.one {
    width: 100%;
    margin: 0;
    text-align: center;
}

.maincontent .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.maincontent .row:nth-child(odd) .column.four {
    padding: 0 0 0 30px;
}

.maincontent .column h2, .maincontent .column h3 {
    font-size: 3rem; /* 45px */
    line-height: 1;
    margin-bottom: 30px;
}


.row .column h2, .row .column h3, .maincontent h2, .maincontent h3 {
    font-size: 1.666rem; /* 24px */
    margin-bottom: 15px;
    letter-spacing: 1px;
}

p.numerical:first-letter {
    font-family: "TiemposHeadlineWeb", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 2rem; /* 30px */
}

.image-container {
    position: relative;
}

.image-container:after {
    content: ' ';
    height: 80px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    display: block;
    bottom: 5px;
    z-index: 1;
}

.image-container + p {
    margin-top: -45px;
    position: relative;
    padding-left: 20px !important;
    font-size: 1.333rem; /* 20px */
    color: #fff;
    z-index: 2;
    height: 40px;
}

.recommended-product {
    max-width: 400px;
    margin: 0 auto
}

.row.extra .column.four .recommended-product p{
    position: relative;
    margin-top: 0;
}

.column.four a {
    text-decoration: none;
}

/*.row.extra .column.four p {
    position: absolute;
    margin-top: -80px;
    z-index: 2;
}*/

.divider h2 {
    margin-bottom: 0;
}

span.button {
    text-decoration: none;
    padding: 0px 20px;
    border: 0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: block;
    width: auto;
    max-width: 80%;
    margin-top: 30px;
}

a.button {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    background: #0e2048;
    text-transform: uppercase;
    color: #fff;
}
.o-btn-secondary, .o-btn-secondary--arrow, .o-btn-secondary--arrow\@md-and-up, .stacked-asset-2__button, .c-popup__btn {
    color: #fff;
    background: #0e2048;
    font-weight: normal;
    transition: .3s ease-out;
    text-transform: uppercase;
    margin-top: 20px;
}

a.button:hover {
    background: #0e2048;
    opacity: 0.8;
    color: #fff;
}


.row .column a{
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
}


.row .column a.discover span, .row .column a.discover p, .no-restriction a.discover p  {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}


.row .column a.discover:hover span, .row .column a.discover:hover p, .no-restriction a.discover:hover p  {
    transition: all 0.3s ease;
    color: #fff;
    font-size: 0.75rem; /* 16px */
}

.grid.one {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto;
}

.grid.one .item {

}

.product-recommendation {
    margin: 0 40px;
}

.product-recommendation .o-grid__item {
    width: 25%;
    float: left;
}

.the-hack-callout {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
    padding-left: 30%;
    margin-top: 30px;
}

.the-hack-callout h3 {
    color: #fff;
    text-indent: -9999px;
    height: 100px;
    width: 200px;
    display: block;

}

.the-hack-callout p {
    color: #fff;
    font-size: 1.333rem; /* 20px */
    display: block;
    margin-top: 15px
}

.row .column p.instagram a{
    /*-webkit-transform: rotate(90deg);
    transform: rotate(90deg); */
    white-space: nowrap;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: MaisonNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.333rem; /* 20px */
    letter-spacing: 5px;
}


.image-rotator div, .image-rotator02 div  {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: rotate;
    -webkit-animation-timing-function:  ease-in;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
}
.image-rotator02 div  {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

@keyframes rotate {
    0% {
        opacity:1;
    }
    17% {
        opacity:1;
    }
    25% {
        opacity:0;
    }
    92% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.image-rotator div:nth-of-type(1) {
    animation-delay: 2.2s;
    position: relative;
}
.image-rotator div:nth-of-type(2) {
    animation-delay: 1.8s;
}
.image-rotator div:nth-of-type(3) {
    animation-delay: 1.5s;
}
.image-rotator div:nth-of-type(4) {
    animation-delay: 1.2s;
}
.image-rotator div:nth-of-type(5) {
    animation-delay: 0.9s;
}
.image-rotator div:nth-of-type(6) {
    animation-delay: 0.6s;
}
.image-rotator div:nth-of-type(7) {
    animation-delay: 0.3s;
}
.image-rotator div:nth-of-type(8) {
    animation-delay: 0s;
}


.image-rotator02 div:nth-of-type(1) {
    animation-delay: 4s;
    position: relative;
}
.image-rotator02 div:nth-of-type(2) {
    animation-delay: 3s;
}
.image-rotator02 div:nth-of-type(3) {
    animation-delay: 2s;
}
.image-rotator02 div:nth-of-type(4) {
    animation-delay: 1s;
}
.image-rotator02 div:nth-of-type(5) {
    animation-delay: 0s;
}

.padding5pc {
    padding: 5%;
}

.mayfair, .london {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    max-width: 960px;
    margin: 80px auto 40px;
}

.primaryImg { grid-area: 1 / 1 / 3 / 3; }
.primaryTitle { grid-area: 1 / 3 / 2 / 4; }
.primaryText { grid-area: 1 / 4 / 2 / 5; }
.secondaryImg { grid-area: 2 / 3 / 4 / 5; }
.secondaryTitle { padding-top: 20px; grid-area: 3 / 1 / 4 / 2; }
.secondaryText { padding-top: 20px; grid-area: 3 / 2 / 4 / 3; }

.c-carousel__title--not-tab, .recently-viewed-carousel__title, .recommendation-carousel-multiple__title, .recommendation-carousel__title--not-tab {
    margin-top: 0;
}

.recommendation-section__wrapper {
    display: inherit;
}

.pt_categorylanding .main-content {
    padding-bottom: 5rem; /* Overriding style.css*/
}

.recommendation-carousel__content {
    margin: 0 0 60px 0;
    width: auto;
}

@media only screen and (min-width: 1600px) {
    .maincontent .row .column.three {
        max-height: 950px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1600px) {
    article, section, .recommendation-carousel {
        margin: 0 60px;
    }

}
@media screen and (min-width: 1440px), print {
    .recommendation-carousel, .recommendation-section__wrapper {
        margin: 0 auto;
    }
    .recommendation-carousel__content {
        margin: 0 0 80px 0;
        width: auto;
    }
}

@media only screen and (max-width: 1280px) {
    .homepage-slot-2 {
        margin-top : 40px;
    }

    article, section {
        margin: 0 40px;
    }
    .maincontent h1{
        font-size: 1.733rem; /* 26px */
    }

    .maincontent p{
        font-size: 1rem; /* 15px */
    }

    .row .column h2, .row .column h3, .maincontent h2, .maincontent h3 {
        font-size: 1.333rem; /* 20px */
    }

    .no-restriction .mayfair {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        max-width: 800px;
        margin: 80px auto 40px;
    }

    .video iframe {
        width: 800px;
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {


    .row .column.two p, .row .column.two h2, .row.reverse .column.two p, .row.reverse .column.two h2{
        padding: 0;
    }

    .row .column a.discover span, .row .column a.discover p {
        font-size: 0.9rem
    }

    .row, .row.reverse {
        margin: 30px 0;
    }

    .hero iframe {
        width: 750px;
        height: 402px;
    }

    article {
        margin: 0 20px;
    }
    section {
        margin-bottom: 0;
    }

    .homepage-slot-1 {
        margin-top: 20px;
    }

    .maincontent {
        width: 100%
    }

    .maincontent .row {
        margin: 0;
    }

    .maincontent p, .maincontent h1, .maincontent h2, .maincontent h3 {
        width: 100%
    }

    .maincontent .row:nth-child(odd) .column.four, .maincontent .row .column.four {
        padding: 0;
    }

    .row .column h2, .row .column h3, .maincontent h2, .maincontent h3 {
        font-size: 1.2rem; /* 18px */
    }

    .video iframe {
        width: 600px;
        height: 400px;
    }

    .hero {
        height: 400px;
        animation: none;
        -webkit-animation: none;
        margin-bottom: 10px
    }

    .the-hack-callout {
        height: 300px;
        margin-top: 30px;
    }

    .the-hack-callout h3 {
        width: 170px;
    }

    .the-hack-callout p {
        font-size: 1rem;
    }

    .pt_categorylanding .main-content {
        padding-bottom: 1.5rem;
    }

    .recommendation-carousel__content {
        margin-top: 0;
    }

    .no-restriction .mayfair {
        display: flex;
        max-width: 80%;
        flex-direction: column;
    }

}

@media only screen and (max-width: 640px) {

    .row .column, .row .column.two, .row .column.three, .row .column.four {
        width: 100%;
        padding: 5px;
        margin: 0 0 30px 0;
    }

    .row, .maincontent .row:nth-child(odd) {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0px;
    }

    .row.reverse {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
    }

    .maincontent h1 {
        font-size: 1.866rem; /* 28px */
    }

    .maincontent p {
        font-size: 0.933rem; /* 14px */
    }

}


@media only screen and (max-width: 480px) {

    .video iframe {
        width: 320px;
        height: 300px;
    }

    .hero iframe {
        width: 320px;
        height: 300px;
    }

    .hero {
        margin-top : 20px;
        height: 250px;
        animation: none;
        -webkit-animation: none;
        margin-bottom: 10px
    }

    .the-hack-callout {
        height: 250px;
        padding-left: 0;
    }

}
