@charset "UTF-8";
/* --- Generic --- */
* {
    box-sizing: border-box;
}
html,
body {
    height: 100vh;
    width: 100%;
    background: black;
}
#player img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    z-index: 2;
    margin-left: -50px;
}
#player-mobile img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    z-index: 0;
    margin-left: -50px;
}
.swiper-pagination {
    color: white;
}
.border-lr {
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.margin-top-a {
    margin-top: 10px !important;
}
.margin-top-b {
    margin-top: 20px !important;
}
.margin-top-c {
    margin-top: 30px !important;
}
.margin-top-d {
    margin-top: 40px;
}
.margin-top-e {
    margin-top: 50px;
}
.margin-top-f {
    margin-top: 60px;
}
.padding-lr-a {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-lr-b {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-lr-c {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-lr-d {
    padding-left: 40px;
    padding-right: 40px;
}
.imgoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-top: -50px;
    z-index: 2;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: rgba(237, 10, 10, 0.5);
}
video.desktop {
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -100;
    object-fit: cover;
    width: 100%;
}
video.mobile {
    position: absolute;
    height: 400px;
    z-index: 0;
    object-fit: cover;
    width: 100%;
}
.top img {
    padding-top: 30px;
}
.sidebar img {
    padding-left: 10px;
    padding-right: 10px;
}
/* --- Sidenav --- */

.sidebar {
    width: 100px;
    z-index: 1;
    position: relative;
    height: 100vh;
    float: left;
    background: #000;
    text-align: center;
    padding-top: 30px;
}
a:active {
    background: none !important;
}
.top {
    color: white;
    margin-bottom: 30px;
}
.top a {
    border: 0 !important;
}
.top p {
    margin-top: 60px;
    color: #95989A;
}
.off-canvas-wrapper {
    height: 100%;
}
.off-canvas {
    background-color: #d742c8;
    background-image: -webkit-linear-gradient(63deg, #c12e76 50%, #d23daa 50%);
    padding: 30px;
}
i.zmdi.zmdi-menu {
    color: white;
    font-size: 2rem;
    border: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#burger-menu {
    position: fixed;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 6900;
    left: 0;
    right: 0;
}
#burger-menu,
.burger-menu-sail {
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.burger-menu-sail {
    position: absolute;
    width: 50%;
    background: #181723;
}
#burger-menu-sail-l {
    left: 0;
}
#burger-menu-sail-r {
    right: 0;
}
#burger-menu-bg-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#burger-menu-bg-wrap,
.burger-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.burger-menu-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.burger-menu-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
#burger-menu-bg-0 {
    min-height: 100%;
    width: auto;
}
#burger-menu-bg-1 {
    width: 45vw;
}
#burger-menu-bg-2 {
    width: 40vw;
}
#burger-menu-bg-3 {
    width: 50vw;
}
#burger-menu-bg-4 {
    width: 25vw;
}
#burger-menu-line-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}
#burger-menu-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #aaa;
    opacity: .15;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
#burger-menu-list {
    padding: 0 0 2vw;
    text-align: center;
}
.burger-menu-link-wrap {
    display: block;
    font-family: goku;
    color: #fff;
    font-size: calc(1rem + 6.1vh);
}
.burger-menu-link {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.burger-menu-link span {
    bottom: 0;
    right: 0;
}
.burger-menu-link span,
.burger-menu-link span:before {
    position: absolute;
    top: 0;
    left: 0;
}
.burger-menu-txt-white:before {
    color: #fff;
}
.burger-menu-txt-color:before {
    color: #ff1f44;
    background: -webkit-linear-gradient(-90deg, #ff3000, #ed0200, #ff096c, #d50082);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.burger-menu-txt-white:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.burger-menu-txt-color {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.burger-menu-txt-color:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}
.active .burger-menu-link:hover .burger-menu-txt-white {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.active .burger-menu-link:hover .burger-menu-txt-white:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}
.active .burger-menu-link:hover .burger-menu-txt-color,
.active .burger-menu-link:hover .burger-menu-txt-color:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.active .burger-menu-link:hover .burger-menu-txt-color:before {
    opacity: 1;
}
#burger-menu-share-wrap {
    position: absolute;
    bottom: 3.5vw;
    left: 0;
    right: 0;
    font-family: trump-gothic-pro;
    font-size: calc(.9rem + .2vw);
    letter-spacing: 1px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#burger-menu-share-wrap li {
    float: left;
}
#burger-menu-share-wrap li:first-child .burger-menu-share {
    padding-left: 6px;
}
.burger-menu-share {
    float: left;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: color .3s ease;
}
#burger-menu-share-wrap a:hover {
    color: #ff1f44;
}
#burger-menu-share-wrap li:nth-child(2n+2) .burger-menu-share {
    padding: 0 10px;
}
#burger {
    position: fixed;
    z-index: 7000;
}
#burger:hover {
    cursor: pointer;
}
.burger-line-wrap {
    position: absolute;
    height: 1px;
}
.burger-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.burger-line-light {
    background: #3d3560;
}
.burger-line-dark {
    background: #fff;
}
.burger-close-wrap {
    position: absolute;
    width: 1px;
    height: 15px;
}
#burger-close-wrap-0 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#burger-close-wrap-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: translate3d(0, -108%, 0);
    transform: translate3d(0, -108%, 0);
}
#burger-border-wrap {
    opacity: 0;
}
.burger-border {
    box-sizing: border-box;
    position: absolute;
}
#burger-border-top {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ff3000;
}
#burger-border-left {
    left: 0;
}
#burger-border-left,
#burger-border-right {
    top: 0;
    width: 1px;
    bottom: 0;
    background: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
}
#burger-border-right {
    right: 0;
}
#burger-border-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #d50082;
}
#burger-mask {
    background: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#burger-hover,
#burger-hover:after,
#burger-hover:before,
#burger-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#burger-hover:after,
#burger-hover:before {
    content: "";
    background: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
}
#burger-hover:before {
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
    opacity: 0;
}
#burger:hover #burger-hover:before {
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
#burger-hover:after {
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    opacity: 1;
}
#burger:hover #burger-hover:after {
    transition: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
}
.burger-line-hover {
    background: #fff;
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#burger:hover .burger-line-hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#burger:hover .burger-line-wrap-0 .burger-line-hover {
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#burger:hover .burger-line-wrap-1 .burger-line-hover {
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 40ms;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 40ms;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 40ms, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 40ms;
}
#burger:hover .burger-line-wrap-2 .burger-line-hover {
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}
#burger.active:hover .burger-line-hover {
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
}
.case-back {
    position: absolute;
    z-index: 1;
    left: 0;
}
#burger {
    top: 45px;
    left: 11px;
    width: 70px;
    height: 70px;
}
#burger-hover,
#burger-hover:after,
#burger-hover:before,
#burger-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    color: white;
}
.closebtn:hover {
    cursor: pointer;
}
.item-link-desktop {
    display: block;
    width: auto;
    border: 1px solid white !important;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
    background-color: #000;
    z-index: 1;
    position: relative;
    color: white;
    width: 100% !important;
    font-size: 13px;
}
nav a:focus,
nav a:hover {
    color: white;
}
nav a:focus {
    outline: 0;
}
.mail {
    color: #95989A;
    transition: text-decoration 0.5;
}
.mail:hover {
    color: white;
    text-decoration: underline;
}
.mobile-logo {
    position: relative;
    z-index: 999999;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}
/* --- Burger Menu Hover --- */

.oh {
    overflow: hidden;
}
#burger:hover {
    cursor: pointer;
}
#burger-border-wrap {
    opacity: 0;
}
.burger-border {
    box-sizing: border-box;
    position: absolute;
}
#burger-hover:after,
#burger-hover:before {
    content: "";
    background: linear-gradient(180deg, #d23daa, #c12e76);
}
#burger-hover:before {
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
    opacity: 0;
    transition: opacity 1s;
}
#burger-hover.special:before {
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(0%, 0px, 0px) !important;
    transform: translate3d(0%, 0px, 0px) !important;
    opacity: 1;
}
#burger:hover #burger-hover:before {
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
#burger-hover:after {
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform translate3d(0, -105%, 0);
    transition: transform translate3d(0, -105%, 0);
    transition: transform translate3d(0, -105%, 0), -webkit-transform translate3d(0, -105%, 0);
    opacity: 1;
}
.burger-line-wrap {
    left: 18px;
    width: 18px;
    transition: opacity 1s;
}
.burger-line-wrap-0 {
    top: 23px;
}
.burger-line-wrap-1 {
    top: 27px;
}
.burger-line-wrap-2 {
    top: 31px;
}
.burger-close-wrap {
    top: 20px;
    left: 27px;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
#burger {
    top: 19px;
    left: 24px;
    width: 54px;
    height: 54px;
    position: fixed;
    z-index: 7000;
}
.mobileburger {
    top: 25px;
    right: 24px;
    width: 54px;
    height: 54px;
    position: fixed;
    z-index: 7000;
}
/* --- Button Hover --- */

.hvr-bounce-to-top:before {
    background: linear-gradient(180deg, #ed0a0a, #ff0078) !important;
}
.gradient-prev {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 5;
    background: linear-gradient(180deg, #ed0a0a, #ff0078) !important;
}
.gradient-next {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 5;
    background: linear-gradient(180deg, #ed0a0a, #ff0078) !important;
}
.swiper {
    position: absolute;
    top: 47.5%;
    width: 60px;
    height: 60px;
    left: 80px;
}
.swiper-next {
    position: absolute;
    top: 47.5%;
    width: 60px;
    height: 60px;
    right: 80px;
}
/* --- test --- */

.button_container {
    position: fixed;
    top: 40px;
    right: 8%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: .7;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container span {
    background: #808285;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
/* Test 3 */

.button_container2 {
    position: fixed;
    top: 40px;
    left: 30px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container2:hover {
    opacity: .7;
}
.button_container2.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container2.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container2.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container2 span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container2 span:nth-of-type(2) {
    top: 11px;
}
.button_container2 span:nth-of-type(3) {
    top: 22px;
}
/* test3 */

.scrollbar {
    overflow-y: hidden;
    overflow-x: hidden;
}
.pink-bg-nav{
    background: #c944a6 !important;
    transition: all 0.5s;
}
.nav-overlay {
    position: fixed;
    z-index: 1;
    background-color: #d742c8;
    background-image: -webkit-linear-gradient(63deg, #c12e76 50%, #d23daa 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.nav-overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    color: white;
}
.nav-overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.nav-overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.nav-overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.nav-overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.nav-overlay nav {
    height: 100%;
    top: 55%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    overflow: auto;
}
.nav-overlay ul {
    list-style: none;
    padding: 0;
    bottom: 0;
    margin: 0 auto;
    display: inline-block;
    color: white;
    position:relative;
    top: 20%;
    width: 100%;
}
.accordion, .accordion-content{
    background: none;
    border: none;
    margin: 0;
    padding: none;
}
.accordion-title{
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    border: 0;
    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    padding: 10px;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 15px;
}
.accordion-title:hover{
    background: none;
}
.accordion-title:focus{
    background: #b8377c;
}
.reveal{
    background-color: rgba(0,0,0,0.7);
color: white !important;
}
.reveal  > form > label{
color: white !important;
}
.nav-overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%;
}
.item {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    padding-left: 10px;
    color: white;
    margin-bottom: 5px;
}
.item:before{
    content: '\003e';
    margin-right: 10px;
}
.logo{
    padding-right: 30px;
}
.nav-contact-nav > p{
    padding-right: 30px;
    text-align: center;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
/* --- test --- */

.nav-footer {
    position: absolute;
    bottom: 50px;
    color: #95989A;
    width: 210px;
    font-size: 14px;
}
.nav-title {
    display: inline-block;
}
.fixed_nav_banner_shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.nav-footer > ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.nav-contact-nav{
    padding-left: 40px !important;
}
.nav-contact-nav > ul > li:hover{
}
.nav-contact-nav > nav > a {
    color: white;
    display: block;
    transition: all 0.5s;
}
.inner-a{
    margin-left: 20px;
}
.mobile-content .inner-content{

}
.inner-a:before{
    margin-right: 10px;
}
.nav-contact-nav > nav > a:hover:before{
    opacity: 1;
}
.nav-contact-nav > nav > a:hover {
    position: relative;
}
.nav-contact-nav > nav > .inner-a:hover {
    margin-left: 30px;
}
.nav-contact-nav > nav > a:hover{
    margin-left: 15px;
}
.nav-contact-nav > nav > .inner-a:before{
    top: 0;
}

.nav-contact-nav > nav > a:before {
    content: '\003e';
    position: absolute;
    opacity: 0;
    top: 15px;
    margin-right: 10px;
    transition: all 0.5s;
    text-decoration: none;
    left: -20px;
}
.nav-contact-nav {
    color: white;
}
.nav-contact-nav > ul {
    color: white;
    list-style: none;
    margin-left: 0;
}

.nav-button {
    width: 230px;
    height: 59px;
    background-color: none;
    color: white;
    border: solid 1px #ffffff;
}
.project-img {
    border-top: 1px solid white;
}
/* --- Main styling --- */

.swiper-container {
    height: 100vh;
}
.swiper-button-white {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid white;
    padding: 30px;
}
.overlay {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 45px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.inner {
    border: 1px solid white;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-button-prev {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.swiper-button-next {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.plink:hover {
    text-decoration: underline !important;
}
.view-project {
    border: 1px solid white;
    padding: 10px 20px 10px 20px;
    color: white;
    position: absolute !important;
    top: 80px;
    right: 64px;
    z-index: 2;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}
.view-project:focus,
.view-project:hover,
.view-previous-project:focus,
.view-previous-project:hover {
    color: white;
}
.view-previous-project {
    border: 1px solid white;
    padding: 10px 20px 10px 20px;
    color: white;
    position: absolute !important;
    top: 80px;
    left: 64px;
    z-index: 2;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}
.read-more-button:hover{
  cursor: pointer;
}

.opacity-full{
    opacity: 1 !important;
}
.project-div {
    position: absolute !important;
    top: 230px;
    right: 64px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    border: 1px solid white;
    transition: opacity 0.5s;
    opacity: 0;
}
.z-index-high{
    z-index: 300;
}
.contact-div {
    position: absolute !important;
    top: 230px;
    right: 64px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    border: 1px solid white;
    opacity: 0;
    transition: opacity 0.5s;
    width: 578px;
}
.contact-parent-title{
    font-size: 36px;
}
.contact-copy{

}

.contact-div > form > input{
    background-color: #fdfffe;
    border: solid 1px #ffffff;
}
.contact-div > form > label{
    display: none;
}
.close{
  text-align: left;
}
.close:hover{
  cursor: pointer;
}
.section-parent-title {
    margin: 0;
}
.section-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}
.section-button {
    border: 1px solid white;
    padding: 10px 20px 10px 20px;
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}
.section-button:hover{
    cursor: pointer;
}
.mc-field-group > label{
    display: none !important;
}
.nav-button:hover{
    cursor: pointer;
}
.read-more-button{
    border: 1px solid white;
    padding: 10px 20px 10px 20px;
    color: white;
    position: absolute !important;
    top: 160px;
    right: 64px;
    z-index: 2;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}
.section-copy {
    padding-left: 70px;
}
.heading {
    font-weight: bold;
}
.section-title{
    font-family: acumin-pro;
}
.contact-parent-title{
    font-family: acumin-pro;
    font-weight: bold;
    text-transform: uppercase;
}
.project-div a {
    color: white;
}
.mobile-topbar {
    height: auto;
    overflow: auto;
    padding: 20px;
    position: fixed;
    background: black;
    width: 100%;
    z-index: 999;
}
.mobile-content {
    color: white;
    padding-top: 6.5em;
    position: relative;
    overflow: auto;
}
.mobile-content h2 {
    font-size: 1.5rem;
}
.mobile {
    overflow: auto;
}
.mobile-project-btn {
    border: 1px solid white;
    padding: 10px 15px 10px 15px;
    color: white;
    position: absolute;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.5);
}
.mobile-project-btn:hover,
.mobile-project-btn:focus {
    color: white;
}
.mobile-project-btn:focus {
    background: linear-gradient(180deg, #ed0a0a, #ff0078) !important;
}
.prev-project-button {
    left: 30px;
    bottom: 30px;
}
.next-project-button {
    right: 30px;
    bottom: 30px;
}
.project-tag {
    margin: 0;
    color: white;
    position: absolute;
    width: auto;
    float: left;
    z-index: 9999;
    margin-left: 80px;
    top: 14px;
    font-size: 14px;
}
/*Test*/
.zmdi {
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.zmdi:hover {
    background-image: url("../images/gradient.jpg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    
    animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Test2 */
.button_container2 {
    background-color: #000;
    z-index: 1;
    position: relative;
    color: white;
}
.button_container2:after {
    background-image: -webkit-linear-gradient(top, #ed0a0a, #ff0078);
    background-image: -moz-linear-gradient(top, #ed0a0a, #ff0078);
    background-image: -ms-linear-gradient(top, #ed0a0a, #ff0078);
    background-image: -o-linear-gradient(top, #ed0a0a, #ff0078);
    background-image: linear-gradient(to bottom, #ed0a0a, #ff0078);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    color: white;
}
.button_container2:hover:after {
    opacity: 1;
}
.button_container2 {
    position: relative;
    z-index: 3;
}
/* test2 */

.nav-tabs {
    border-bottom: 0px;
    border-top: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
    list-style: none;
    text-align: left;
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
}
.nav-tabs > .active > a {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    border-top-color: transparent;
}
.social-icon {
    background: #fff;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 25px;
    color: #B4B4B4;
}
.nav-contact-nav a:focus{
outline: 0;
}

.social-icon a {
    color: white;
}
i.fa {
    font-size: 1.25em;
    margin-top: 5px;
}
/*Test*/

.inner-content {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
    padding-right: 10px;
    position: relative;
    height: 100%;
}
.navbar-toggle {
    width: 40px;
    height: 40px;
    z-index: 200000000000;
    cursor: pointer;
    position: relative;
}
.nav-icon {
    padding-top: 20px;
}
.bar1,
.bar2,
.bar3 {
    width: 100%;
    height: 6px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
    background: white;
}
.burger-line-wrap-hidden {
    transition: opacity 1s;
    opacity: 0 !important;
}
.active-lines {
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(0%, 0px, 0px) !important;
    transform: translate3d(0%, 0px, 0px) !important;
}
.Vertical-img{
    position: absolute;
    top: 45%;
    margin-top: -100px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    left: 10px;
    width: 90%;
}
.landscape-read-more{
    right: 0;
    bottom: 60px;
    left: 0;
    width: 112px;
    margin: 0 auto;
    border: 1px solid white;
    padding: 10px 20px 10px 20px;
    color: white;
    position: absolute !important;
    z-index: 2;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.landscape-read-more:hover{
    cursor: pointer;
}
.inner-mobile{
    display: none;
    position: absolute;
    width: 100%;
    color: white;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
    border: 45px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
.inner-mobile .section-copy{
    padding: 0 30px 0 30px;
}
.inner-mobile .section-title{
    padding-top: 30px;
}
.about-us .contact-button{
        padding: 10px 20px 10px 20px;
}
.lrm-close{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
}
/* --- Media Queries --- */
@media screen and (max-width: 600px) {
    .sidebar,
    .off-canvas-wrapper {
        display: none;
    }
    #main {
        width: 100%;
    }
}
@media screen and (max-width: 600px) and (orientation: portratit) {
    .sidebar,
    .off-canvas-wrapper {
        display: none;
    }
    #main {
        width: 100%;
    }
}
@media screen and (min-width: 601px) {
    /*.Vertical-img {
        margin-top: 20em;
    }*/
}
@media screen and (min-height: 450px) {
    .landscape-nav{
        display: none;
    }

    .landscape-read-more{
        display: none !important;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
        .project-div{
        display: none;
    }
    .Vertical-img{
        width: 75%;
        left: 14px;
        margin-top: -50px;
    }
    .sidebar{}
    .sidenav a {
        font-size: 18px;
    }
    .landscape-nav{
        padding: 30px;
        color: white;
    }
    .landscape-nav ul{
        list-style: none;
        margin-left: 0;
    }
    .desktop-nav{
        display: none;
    }
    #read-more, .view-project{
        display: none !important;
    }
}
@media screen and (min-height: 700px) {
    .full-thing {
        max-height: 400px;
        overflow: auto;
    }
}
@media screen and (max-height: 700px) {
    .full-thing {
        max-height: 250px;
        overflow: auto;
    }
}
@media screen and (max-height: 513px) {
    .full-thing {
        max-height: 165px;
        overflow: auto;
    }
}
@media screen and (min-width: 601px) {
    .mobile,
    .logo-mobile {
        display: none;
    }
}
@media only screen and (max-height: 750px) {
    .top p {
        display: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .top p {
        display: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .project-div {
        width: 70%;
    }
    .nav-title {
        font-size: 1.5rem;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .nav-footer {
        display: none;
    }
}
@media only screen and (max-height: 420px) {
    .nav-footer,
    .view-project,
    .view-previous-project,
    .read-more-button {
        display: none !important;
    }
    .nav-title{

    }
    .off-canvas .margin-top-f{
        margin: 0;
    }
    .swiper, .swiper-next{
        top: 40%;
    }
    /*.Vertical-img {
        margin-top: 6em;
        width: 70px;
    }*/
    .logo {
        width: 150px;
    }
    .top img {
        margin: 0 auto;
        display: block;
    }
}
@media screen and (min-width: 1025px) {
    .project-div{
        width: 568px;
    }

}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
    /*.Vertical-img {
        margin-top: 6em;
    }*/
    .nav-footer {
        display: none;
    }
}
@media screen and (min-width: 600px) and (max-width: 639px) {
    .border-lr {
    border: 0 !important;
    }
}
.content {
    float: left;
    width: 70%;
    margin-left: 150px;
}