/* Font import */

@font-face {
    font-family: "PradaTypeface-TestThree";
    src: url(../fonts/PradaTypeface-TestThree.ttf) format("truetype");
}
@font-face {
    font-family: "BauerBodoniPro-Roman";
    src: url(../fonts/BauerBodoniPro-Roman.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BauerBodoniPro-Bold";
    src: url(../fonts/BauerBodoniPro-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "BauerBodoniPro-Italic";
    src: url(../fonts/BauerBodoniPro-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
body {
    height: 100%;
    width: 100%;
    font-size: 1.42em;
}
h1, h2 {
    font-family: "BauerBodoniPro-Bold", Verdana, Tahoma;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
}
h1 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 80px;
}
h2 {
    margin-top: 60px
}
.talent-text h2 {
    margin-bottom: 25px;
}
p {
    font-family: "BauerBodoniPro-Roman", Verdana, Tahoma;
    margin-bottom: 20px;
}
cite {
    font-style: italic;
}
.interview-content h2 {
    margin-top: 30px;
}
.interview-content p:first-child {
    margin-bottom: 60px;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
figure {
    float: none;
}
a {
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}
.retrait {
  margin-left: 20px;
}
.active {
    text-decoration: underline;
}

/* Specific CSS - Design.html */

.design-text, .print-text, .fragrance-text {
    padding: 40px 0px;
    max-width: 540px;
}
.fragrance-container, .print-container, .design-container {
    margin: 0px 6%;
}
@media (max-width:1330px) {
    .fragrance-container, .print-container, .design-container {
        margin: 0px 0px;
    }
    .design-text, .print-text, .fragrance-text {
        margin: 0px 0px;
    }
}
@media (max-width: 992px) {
    .print-text, .design-text {
        padding: 8% 10px;
    }
}

/* DOWNLOAD VERTICAL ALIGN */

.download-container {
    height: 100%;
    margin: auto;
}
.download-container .content {
    height: 50%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -150px;
}
.download-container a {
    display: inline;
}
@media (max-height:540px) {
    .download-container .content {
        padding-top: 60px;
    }
    .download-container p {
        margin: 2px 0;
    }
}
@media (max-height:415px) {
    .download-container .content {
        padding-top: 150px;
        margin-bottom: 300px;
    }
    .download-container p {
        margin: 2px 0;
    }
}

/* NAV-BAR UN-FIXED ON MOBILE */

@media (max-width:992px) {
    .navbar-fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
}

/* TOOLS CSS */

.vcenter {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.hcenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.tight-content {
    word-spacing: -1px;
    max-width: 540px;
}
@media (max-width: 1800px) {
    .tight-content {
        max-width: 540px;
    }
}
@media (max-width: 1300px) {
    .tight-content {
        max-width: 420px;
    }
}
@media (max-width: 992px) {
    .tight-content {
        max-width: 585px;
        padding: 0 20px;
    }
}
.text-content {
    font-size: 1.3em;
    font-weight: normal;
}
@media (max-width: 992px) {
    .text-content, .interview-title {
        font-size: 1.20em;
    }
}
.main-content {
    margin: 20px 20px;
    margin-top: 250px;
}
@media (max-width: 992px) {
    .main-content {
        margin-top: 145px !important;
        margin-bottom: 90px;
    }
}
@media (max-width: 992px) and (min-width: 500px) {
    .main-content {
        margin-left: 90px;
        margin-right: 90px;
    }
}

/* HEADER NAVIGATION BAR */

#header-bar {
    padding-top: 20px;
    font-family: "PradaTypeface-TestThree", Verdana, Tahoma;
    background-color: white;
}
.container-color {
    background-color: white;
}
.navbar {
    background-color: white;
    color: #000;
    text-transform: uppercase;
    margin: 0 0;
}
.nav-wrapper {
    display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: flex;
    display: -webkit-flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    box-align: center;
    box-pack: justify;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    /* Work for Safari 5, Firefox and Chrome */
    display: table;
    table-layout: fixed;
    width: 100%;
    flex: 1;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    float: initial;
}
.nav-wrapper li {
    display: table-cell;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    float: initial;
    padding: 0 2px;
}
.navbar-nav {
    z-index: 5;
    padding-right: 0;
    /* Bootstrap reinit */
}
@media (max-width: 992px) {
    .navbar-nav>li>a {
        padding: 0;
        margin: 7px;
        display: inline-block;
    }
    .nav-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }
    .nav-wrapper li {
        display: block;
        height: auto;
    }
}
.navbar-toggle {
    z-index: 999;
    background: none;
    float: left;
    margin-left: 20px;
    margin-top: -8px;
    border: none;
    border-radius: 0px;
    position: fixed;
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    background: #000;
    width: 23px;
    height: 2px;
    border-radius: 0px;
}
.navbar-collapse {
    border-top: none;
    box-shadow: none;
    height: 100% !important;
    display: block;
}
@media (max-width: 992px) {
    .navbar-collapse li {
        margin-bottom: 10px;
    }
    .navbar-collapse a> span:before {
        bottom: 2px;
    }
}
.navbar-brand> a {
    display: inline-block;
}
.navbar-brand> a:hover:before {
    visibility: hidden;
}
@media (max-width: 992px) {
    #header-bar {
        position: fixed;
        left: 0;
        right: 0;
        margin: 0 0;
        padding: 0 0;
        padding-top: 140px;
        bottom: 0;
        top: 0px;
        height: 100%;
        max-height: none;
        z-index: 2;
    }
}
.navbar-brand {
    position: absolute;
    text-align: center;
    margin: auto;
    padding: 0px;
    padding-bottom: 10px;
    z-index: 4;
    width: 100%;
    left: 0;
    right: 0;
}
.navbar-brand:hover:before {
    visibility: hidden;
}
.navbar-left {
    padding-right: 10%;
}
.navbar-right {
    padding-left: 10%;
}
@media (max-width: 2060px) {
    .navbar-left {
        padding-right: 10%;
    }
    .navbar-right {
        padding-left: 10%;
    }
}
@media (max-width: 1760px) {
    .navbar-left {
        padding-right: 6%;
    }
    .navbar-right {
        padding-left: 6%;
    }
}
@media (max-width: 992px) {
    .navbar-left, .navbar-right {
        padding: 0;
    }
}
.navbar-left, .navbar-right {
    text-align: center;
    margin: auto;
}
@media (max-width: 992px) {
    .navbar-left, .navbar-right {
        padding-bottom: 0;
        text-align: center;
        margin: auto;
    }
}
.navigation-bar {
    padding: 50px 0 125px;
    height: 220px;
}
.logo-image {
    max-width: 100%;
    max-height: 230px;
    width: 280px;
    height: auto;
    margin-top: 3px;
}
@media (min-width: 1760px) {
    .logo-image {
        margin-top: -15px;
    }
}
@media (max-width: 1760px) {
    .logo-image {
        width: 200px;
        height: auto;
    }
    .navigation-bar {
        padding: 25px 0 95px;
        height: 145px;
    }
}
@media (max-width: 1460px) {
    .logo-image {
        width: 195px;
        height: auto;
    }
    .navigation-bar {
        padding: 25px 0 95px;
        height: 140px;
    }
}
@media (max-width: 1329px) {
    .logo-image {
        width: 185px;
        height: auto;
    }
    .navigation-bar {
        padding: 25px 0 95px;
        height: 140px;
    }
}
@media (max-width: 1084px) {
    .logo-image {
        width: 145px;
        height: auto;
    }
    .navigation-bar {
        padding: 25px 0 95px;
        height: 120px;
    }
}
@media (max-width: 1000px) {
    .logo-image {
        width: 130px;
        height: auto;
    }
}
@media (max-width: 992px) {
    .logo-image {
        width: 150px;
        height: auto;
        margin-top: 0px;
    }
}
.navbar-brand>img {
    display: inline-block;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #000;
}
a:focus, a:hover {
    background: none;
    color: #000;
}
.logo-header {
    padding-right: 0;
    padding-left: 0;
}
.logo-collapse {
    max-width: 60%;
    margin-bottom: 20px;
}
#header-bar {
    font-size: 100%;
    margin: 0 7%;
}
@media(max-width: 1735px) {
    #header-bar {
        font-size: 14px;
        margin: 0 7%;
    }
}
@media(max-width: 1495px) {
    #header-bar {
        font-size: 13px;
        margin: 0 10%;
    }
}
@media(max-width: 1439px) {
    #header-bar {
        font-size: 12px;
        margin: 0 3%;
    }
}
@media(max-width: 992px) {
    #header-bar {
        font-size: 85%;
            margin-left: 0px;
            margin-right: 0px;
    }

}

/* IMAGE CSS */

.image-poster {
    margin-bottom: 10px;
}
.video-poster {
    margin-top: 110px;
}
@media (max-width: 992px) and (min-width: 500px) {
    .video-poster {
        margin-top: 110px;
    }
}
@media (min-width: 110px) {
    .video-poster {
        margin-top: 60px;
    }
}
@media (min-width: 325px) {
    .video-poster {
        margin-top: 110px;
    }
}
@media (min-width: 650px) {
    .video-poster {
        margin-top: 170px;
    }
}
@media (min-width: 800px) {
    .video-poster {
        margin-top: 170px;
    }
}
@media (min-width: 992px) {
    .video-poster {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .video-poster {
        margin-top: 40px;
    }
}
@media (min-width: 1230px) {
    .video-poster {
        margin-top: 30px;
    }
}
@media (min-width: 1450px) {
    .video-poster {
        margin-top: 0px;
    }
}
.talent-text {
    margin-top: 45px;
    margin-bottom: 80px;
}
.scenes-content {
    margin-bottom: 80px;
}
.interview-content {
    max-width: 540px;
    margin: auto;
}
.interview-title {
    font-family: "PradaTypeface-TestThree", Verdana, Tahoma;
    font-size: 1.3em;
}
.film-content {
    margin-bottom: 80px;
}
padding-right: 0;
padding-left: 0;
@media (min-width: 1550px) {
    .interview-content {
        max-width: 550px
    }
}

/* FOOTER CSS*/

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: "PradaTypeface-TestThree", Verdana, Tahoma;
    color: #000;
    padding: 2% 4%;
    text-decoration: none;
    z-index: 1020;
}
#left-footer> a, #right-footer> a, #middle-footer> a {
    word-spacing: -0.5ex;
}
#left-footer {
    float: left;
}
#right-footer {
    float: right;
}
#middle-footer {
    float: right;
    margin-right: 3%;
    word-spacing: -0.5ex;
    width: auto;
}
@media( max-width: 1415px) {
    #footer {
        font-size: 12px;
    }
}
@media( max-width: 992px) {
    #footer {
        background-color: white;
        padding: 30px 30px;
        font-size: 14px;
    }
    #right-footer {
        display: none;
    }
}
@media( max-width: 700px) {
    #footer {
        background-color: white;
        padding: 30px 25px;
        font-size: 14px;
    }
    #right-footer {
        display: none;
    }
}
@media( max-width: 319px) {
    #footer {
        background-color: white;
        padding: 30px 25px;
        font-size: 11px;
    }
    #right-footer {
        display: none;
    }
}

/* FADE */

.animate-in {
    -webkit-animation: fadeIn .8s ease-in;
    -moz-animation: fadeIn .8s ease-in;
    -o-animation: fadeIn .8s ease-in;
    animation: fadeIn .8s ease-in;
}
.animate-out {
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    -moz-transition: visibility 0s 2s, opacity 2s linear;
    -ms-transition: visibility 0s 2s, opacity 2s linear;
    -o-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.effect:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.effect {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
@media( min-width: 1200px) {
.campaign-video {
  margin-bottom: 55px;
  z-index: 1025
}
}
