@media only screen and (max-height: 545px), only screen and (max-width: 1024px) {
    .site-menu {
        background: #BF0800;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media only screen and (max-height: 545px) {
    .site-menu {
        overflow-y: auto;
    }
}

.site-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

@media only screen and (max-width: 1320px) {
    .site-menu__close {
        top: 20px;
    }
    .site-menu__close {
        position: absolute;
        width: 64px;
        height: 64px;
        top: 25px;
        right: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/close.svg);
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        background-size: 16px 16px;
        z-index: 500;
    }
}

@media only screen and (max-width: 1020px) {
    .site-menu .screen-height {
        height: auto !important;
    }
}
.screen-height {
    height: 100vh;
}
.site-menu__half {
    width: 50%;
    float: right;
    background: #BF0800;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 690px;
}
@media only screen and (max-width: 1020px) {
    .site-menu__half {
        width: 100%;
        height: auto;
        min-height: 0;
    }
}

.site-menu__half__inner {
    padding: 90px 70px 70px 70px;
}

@media only screen and (max-width: 540px) {
    .site-menu__half__inner {
        padding: 20px 20px 100px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-menu__half__inner {
        padding: 40px 40px 100px 40px;
    }
}
.layout.hero {
    overflow: hidden;
    min-height: 500px;
    position: relative;
    max-height: 800px;
}
.site-header__logo {
    float: left;
    display: block;
    width: 175px;
    height: 75px;
    background-image: url(../img/tiaralogo.png);
    -webkit-background-size: 175px 75px;
    -moz-background-size: 175px 75px;
    -o-background-size: 175px 75px;
    background-size: 175px 75px;
}

.text-replace {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.slick-slide {
    height: 100vh;
    background-size: cover !important;
    min-height: 500px;
    max-height: 800px;
}
.hero-content__in {
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.hero-content__in .hero-frame1 {
    width: 224px;
    height: 224px;
    border: 2px solid #A14088;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: -1;
    margin-top: -114px;
    -webkit-transform: translateY(0);
    transform: translateY(0);

}

.hero-content__in .hero-frame2 {
    width: 224px;
    height: 224px;
    border: 2px solid #E1C8ED;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: -1;
    margin-top: -100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.slider-content {
    background-position: center !important;
}
@media only screen and (max-width: 480px) {
    .site-header__controls__menu {
        background-position: 50% 50%;
    }
}
.site-header__controls__menu {
    background-position: 62% 50%;
    background-image: url(../img/menu-icon.svg);
    -webkit-background-size: 20px 14px;
    -moz-background-size: 20px 14px;
    -o-background-size: 20px 14px;
    background-size: 20px 14px;
}
@media only screen and (max-width: 480px) {
    .site-header__controls__search, .site-header__controls__menu {
        width: 42px;
    }
}

.site-header__controls__search, .site-header__controls__menu {
    display: block;
    float: left;
    width: 52px;
    height: 42px;
    background-repeat: no-repeat;
}
.fixed-menu {
    z-index: 2000;
    position: fixed;
    top: 20px;
    right: 30px;
}
.site-header {
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 1em;
    z-index: 2000;
}

.hero-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-content__wrapper {
    padding-left: 40px;
}
.hero-content__wrapper p {
    font-family: "Montserrat Light";
    color: #fff;
}
.hero-content__wrapper h1 {
    font-family: "Montserrat Extra Light";
    color: #fff;
}

.who-we-are__bg {
    background: url(../img/whoindex.jpg);
    background-size: cover;
    background-position: center;
}

.side-content__wrapper {
    padding: 40px;
}

.list-of-products .columns {
    position: relative;
}
.layout__animation-box {
    overflow: hidden;
}
.layout__products {
    background: #F0F0F2;
    overflow: hidden;
    padding-top: 40px;
}

footer {
    background: #524147;
}
@media only screen and (max-width: 640px) { 
    .who-we-are__bg {
        height: 360px !important;
    }
}
@media only screen and (min-width:574px){
    .hero-content__in .hero-frame2 {
        width: 480px;
        height: 480px;
        margin-top: -230px;
            
    }
    .hero-content__in .hero-frame1 {
        width: 480px;
        height: 480px;
        margin-top: -244px;
    }
}
@media only screen and (min-width:768px) {
    
    .hero-content__wrapper p {
        font-size: 1.3em;
    }
    .hero-content__wrapper h1 {
        font-size: 4em;
    }
    .hero-content__in {
        max-width: 980px;
    }
}
@media only screen and (min-width: 900px) {
    .side-content__wrapper {
        min-height: 700px;
    }
}
@media only screen and (min-width: 64em) {
    .side-content__wrapper {
        position: relative;
    }
    .side-content__wrapper .vertical-horizontal-medium {
        width: 100%;
        padding: 90px;
    }
    .hero-content__wrapper {
        padding-left: 80px;
    }
    .hero-content__in .hero-frame2 {
        width: 520px;
        left: 50px;
    }
    .hero-content__in .hero-frame2 {
        width: 520px;
        margin-top: -220px;
    }
}

@media only screen and (min-width: 1800px){
    .list-of-products .large-6 {
        width: 25%;
    }
}
/*---------------------------------

UTILITIES

-----------------------------------  */

.columns.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.vertical-horizontal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
@media only screen and (min-width: 64em){
    .vertical-horizontal-medium {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* --------------------------------

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 23, 2016 */

/* --------------------------------- */

@font-face {
    font-family: 'Montserrat Extra Light';
    src: url('../fonts/montserrat-extralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 24, 2016 */

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}