/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "TT Norms W03 Light";
    font-variant-ligatures: none;
    font-feature-settings: "liga"0;
    font-size: 16px;
    color: #000;
    background: #fff;
}

.aap-wrap {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    position: relative;
}


.aap-gap {
    margin-left: 50px;
}

strong {
    font-family: "TT Norms W03 Medium";
}

a {
    color: inherit;
}

header {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto 0 auto;
    z-index: 999999;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
}

.header__inner {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    padding: 20px;
}

.header__inner>a {
    display: inline-block;
}

header.menu-active {
    height: auto;
}

header.float--nav {}


.logo {
    background: url('../img/AAP_studio_logo.svg') no-repeat;
    background-size: 100%;
    width: 200px;
    height: 32px;
    line-height: 100%;
    display: inline-block;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
}

.aap-nav-btn {
    width: 87.5%;
    height: 21px;
    background: url('../img/menu.svg') no-repeat;
    backgroun-size: 100%;
    background-position: left;
    display: block;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 auto 6.5% auto;
    transition: margin .55s ease-in-out;
    -webkit-transition: margin .55s ease-in-out;
    -moz-transition: margin .55s ease-in-out;
    -ms-transition: margin .55s ease-in-out;
    -o-transition: margin .55s ease-in-out;
}

.menu-link-wrapper {
    width: 55px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    background: none;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    float: right;
    margin-right: -20px;
    padding-top: 6px;
}

.menu-link {
    width: 100%;
    height: 100%
}

.lines {
    transition: background .2s ease .4s;
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: .85714px;
    transform-origin: 50% 50%;
    width: 60%;
    margin: 0;
    position: relative;
    top: 0
}

.lines:before,
.lines:after {
    transition: top .2s ease .4s, transform .2s ease;
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transition: top .2s ease .4s, transform .2s ease;
    -moz-transition: top .2s ease .4s, transform .2s ease;
    -ms-transition: top .2s ease .4s, transform .2s ease;
    -o-transition: top .2s ease .4s, transform .2s ease;
}

.lines:before {
    top: -8px
}

.lines:after {
    top: 8px
}

.menu-trigger-open .lines {
    transition: background .2s ease 0s;
    background: transparent
}

.menu-trigger-open .lines:before,
.menu-trigger-open .lines:after {
    transition: top .2s ease, transform .2s ease .4s;
    top: 0;
    background: #000
}

.menu-trigger-open .lines:before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.menu-trigger-open .lines:after {
    transform: rotate3d(0, 0, 1, -45deg)
}


nav.aap-nav {
    padding: 0;
    overflow: hidden;
    height: auto;
    background: #41253c;
    display: none;
}

/*.menu-active nav.aap-nav {
    height: 130px;
    transition: height .55s ease-in-out;
    -webkit-transition: height .55s ease-in-out;
    -moz-transition: height .55s ease-in-out;
    -ms-transition: height .55s ease-in-out;
    -o-transition: height .55s ease-in-out;
}*/

ul.aap-nav {
    width: 100%;
    max-width: 958px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.aap-nav li {
    font-family: "TT Norms W03 Light";
    font-size: 30px;
    line-height: 30px;
    margin: 3px 20px 8px 0;
    display: inline-block;
    color: #fff;
}

.aap-nav li:after {
    display: block;
    content: '';
    padding-top: 3px;
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: transform .25s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: transform .25s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: transform .25s cubic-bezier(.32, 0, .29, .99);
    -o-transition: transform .25s cubic-bezier(.32, 0, .29, .99);
    transform-origin: 0 100%;
}

.aap-nav li:hover:after {
    transform: scaleX(1);
}

.aap-nav li:last-of-type {
    margin-bottom: 0;
}

.aap-nav li a {
    text-decoration: none;
}

/* Page Transition */
body {
    margin-top: 0;
    transition: all .65s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .65s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .65s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .65s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .65s cubic-bezier(.32, 0, .29, .99);
}

body.transition {
    transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    margin-top: -200px;
}

.wall {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ccc;
    overflow: hidden;
    pointer-events: all;
    transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wall h3 {
    font-family: "TT Norms W03 Medium";
    font-size: 68px;
    line-height: 65px;
    padding: 25px 0 10px 0;
    cursor: pointer;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.wall--disabled h3 {
    transform: translateY(-200px);
    transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .85s cubic-bezier(.32, 0, .29, .99);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    opacity: 0;
}

.wall--disabled {
    height: 0;
    top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
}

/* AAP Showcase Articles */
.aap-showcase {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c7c7c6;
    padding: 0 0 65px 0;
    margin-bottom: 90px;
    position: relative;
}

.aap-showcase:first-of-type {
    padding-top: 30px;
}

.aap-showcase:last-of-type {
    margin-bottom: 20px;
}

.aap-showcase.showcase--single {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 70px;
}

.aap-showcase .aap-showcase__image:not(.slide-active) img,
.aap-showcase .aap-showcase__image.slide-active .swiper-slide:first-of-type img {
    opacity: 0;
    transition: all .55s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .55s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .55s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .55s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .55s cubic-bezier(.32, 0, .29, .99);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.aap-showcase:hover .aap-showcase__image:not(.slide-active) img,
.aap-showcase.visible:hover .aap-showcase__image:not(.slide-active) img,
.aap-showcase:hover .aap-showcase__image.slide-active .swiper-slide-active img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all .35s cubic-bezier(.32, 0, .29, .99);
    -webkit-transition: all .35s cubic-bezier(.32, 0, .29, .99);
    -moz-transition: all .35s cubic-bezier(.32, 0, .29, .99);
    -ms-transition: all .35s cubic-bezier(.32, 0, .29, .99);
    -o-transition: all .35s cubic-bezier(.32, 0, .29, .99);
}

.aap-showcase.visible .aap-showcase__image img,
.aap-showcase.visible .aap-showcase__image.slide-active .swiper-slide-active img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.bx-viewport {
    height: auto;
}

.aap-showcase__image {
    overflow: hidden;
}

.aap-showcase__image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

h1,
h2 {
    font-family: "TT Norms W03 Light";
    font-size: 60px;
    line-height: 60px;
    padding: 25px 0 20px 0;
    cursor: pointer;
}

a h2 {
    text-decoration: none;
}

h3 {
    font-family: "TT Norms W03 Medium";
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    width: calc(100% - 33px);
    vertical-align: top;
    cursor: pointer;
}

h1 a,
h2 a,
h3 a,
a h2,
a h3,
.aap-showcase a {
    text-decoration: none;
}

.aap-showcase__txt {
    max-width: 100%;
    padding-top: 25px;
    display: none;
}

.aap-showcase__txt p {
    max-width: 95%;
}

.aap-showcase__txt a {
text-decoration:underline;
}

.aap-showcase__txt img {
    width: 100%;
    height: auto;
    margin: 25px 0 25px 0;
}

.showcase--teaser .aap-showcase__txt {
    display: block;
}

.showcase--min .aap-showcase__txt:first-of-type {
    padding-top: 0;
}

p {
    font-family: "TT Norms W03 Light";
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 20px 0;
}

.aap-showcase__txt p:last-of-type {
    padding: 0;
}

.btn-more {
    color: #000;
    width: 20px;
    height: 20px;
    font-size: 28px;
    line-height: 0;
    font-weight: 800;
    border: 0;
    outline: 0;
    background: none;
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    vertical-align: bottom;
    float: right;
}

.btn-more.show {
    transform: rotateZ(47deg);
    -webkit-transform: rotateZ(47deg);
    -moz-transform: rotateZ(47deg);
    -ms-transform: rotateZ(47deg);
    -o-transform: rotateZ(47deg);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.aap-txt {
    padding-top: 50px;
}

.aap-txt h2 {
    padding-bottom: 25px;
}

.aap-txt p {
    padding-bottom: 25px;
}

.aap-txt ul {
    list-style-type: disc;
    list-style-position: inside;
}

.aap-txt li {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 5px;
}

.aap-txt p:last-of-type {
    padding-bottom: 50px;
}

.aap-txt .inline {
    display: inline-block;
    width: 45%;
    margin-right: 2%;
}

.aap-txt .inline:last-of-type {
    margin-right: 0;
}

/* AAP Slider */

.aap-slider img {
    width: 100%;
    height: auto;
}

/* AAP Single */
.aap-product h1 {
    padding-top: 50px;
}

.aap-product h2 {
    font-family: "TT Norms W03 Medium";
    font-size: 20px;
    line-height: 25px;
    display: block;
    vertical-align: top;
    cursor: pointer;
    padding: 0 0 35px 0;
}

.aap-product-txt {
    max-width: 90%;
}

/* Newsletter */
.form__item--roles {
    display: none;
}

#subscribe-form {
    max-width: 500px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
button {
    background-color: white;
    font-family: inherit;
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 6px;
    height: 32px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

button {
    background: #000;
    color: #fff;
    max-width: 120px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #b3b3b3;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #ddd;
}

/* Cookie Notice */

#mCCForm {
    width: 100%;
    max-width: 958px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    box-shadow: none;
    z-index: 999999;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
}

.mCCButton,
.mCCF--dark .mCCF__accept {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: background-color .45s ease-in-out;
    -webkit-transition: background-color .45s ease-in-out;
    -moz-transition: background-color .45s ease-in-out;
    -ms-transition: background-color .45s ease-in-out;
    -o-transition: background-color .45s ease-in-out;
}

.mCCButton:hover,
.mCCF--dark .mCCF__accept:hover {
    background: #fff;
    color: #404340;
    transition: background-color .45s ease-in-out;
    -webkit-transition: background-color .45s ease-in-out;
    -moz-transition: background-color .45s ease-in-out;
    -ms-transition: background-color .45s ease-in-out;
    -o-transition: background-color .45s ease-in-out;
}

.mCCF__message {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
}

footer {
    margin-left: 0;
    padding: 50px 0 50px 0;
}

footer h4 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
}

footer ul li {
    font-family: "TT Norms W03 Medium";
    font-size: 18px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
}

footer ul li a,
footer h4 a {
    text-decoration: none;
}

@media screen and (max-width: 890px) {
    .logo {
        width: 155px;
        height: 28px;
    }

    .menu-link-wrapper {
        padding-top: 0px;
        margin-top: -3px;
    }

    .aap-wrap {
        padding: 0 20px 0 20px;
    }

    .aap-gap {
        margin-left: 25px;
        margin-right: 25px;
    }

    .aap-showcase {
        margin-bottom: 60px;
        padding: 0 0 30px 0;
    }

.aap-showcase:first-of-type {
    padding-top: 15px;
}

    .aap-txt .inline {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .aap-showcase__image,
    .bx-wrapper {
        width: 100%
    }

    h1,
    h2 {
        font-family: "TT Norms W03 Light";
        font-size: 50px;
        line-height: 50px;
        padding: 25px 0 15px 0;
        cursor: pointer;
    }

    p,
    .aap-txt p,
    .aap-txt li {
        font-size: 20px;
        line-height: 28px;
    }

    .wall h3 {
        font-size: 40px;
        line-height: 50px;
    }

    footer {
        padding-bottom: 25px;
    }

    .slick-dots {
        margin-top: -23px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;

    }

    .aap-nav li {
        font-size: 28px;
        line-height: 28px;
        display: table;
        margin: 5px 0 0 0;
    }

.aap-slider img {
    width: auto;
    height: 350px;
}


    footer h4,
    footer ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .aap-showcase__txt {
        padding-top: 20px;
    }

    .slick-next,
    .slick-prev {
        display: none;
    }

    .header__inner {
        padding: 20px;
    }

    header.float--nav {
        max-width: 180px;
    }

    ul.aap-nav {
        padding: 20px 20px 20px 20px;
    }

    .bx-controls-direction {
        display: none;
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: 15px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}