/*
    Theme Name: De Sica Center Child
    Theme URI: 
    Description: De Sica Center Official Theme
    Version: 1.0.0
    Author: Tarsì 
    Author URI: https://tarsi.it
    Template: desica
    Version: 1.0.0
    Text Domain: mor
*/

@import url('https://fonts.googleapis.com/css?family=Cairo');

/* Main */
html,
body {
    font-size: 18px;
}

.slides {
    color: #fff;
    fill: #303030;
    font-family: "Cairo", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeSpeed;
    -webkit-transition: .15s;
    transition: .15s;
}

.slide {
    background: #fff;
    color: #353535;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
}

.container-fluid {
    padding-right: 2%;
    padding-left: 2%;
    margin-right: auto;
    margin-left: auto;
}


/* Typography */
h1,
.h1 {
    font-family: 'Cairo', sans-serif;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.06em;
    font-weight: 400;
    margin-bottom: 18px;
    margin-left: -0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
}

a {
    color: #BD3F32;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    opacity: 1;
    text-decoration: none;
}

p {
    font-family: 'Cairo', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: .9;
}

pre {
    color: #353535;
    font-size: 12px;
}

.text-light {
    font-weight: 300;
}

.text-justify {
    text-align: justify;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.bg-fa {
    background: #fafafa;
}

/* Header */
#header, #header .container{
    max-height: 70vh !important;
}

#header h1{
    text-shadow: 0 2px 8px rgba(0,0,0,.75);
}

#header .heading-big{
    font-size: 4rem;
    margin: 0;
}

@media screen and (max-width: 768px){
    #header .heading-big{
        font-size: 2.5rem;
        margin: 0;
    }
}

.header {
    background: #87162a;
    background: -moz-linear-gradient(right, #87162a 0%, #BD3F32 100%);
    background: -webkit-linear-gradient(right, #87162a 0%, #BD3F32 100%);
    background: linear-gradient(to right, #87162a 0%, #BD3F32 100%);
    height: 100px;
    *box-shadow: inset 0 -5px 20px rgba(0, 0, 0, .25);
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 80%);
}


.sidebar {
    background: #87162a;
    background: -moz-linear-gradient(left, #87162a 0%, #BD3F32 100%);
    background: -webkit-linear-gradient(left, #87162a 0%, #BD3F32 100%);
    background: linear-gradient(to right, #87162a 0%, #BD3F32 100%);
}

.logo {
    max-height: 80px;
    padding-top: 8px;
}

nav {
    padding: 10px !important;
}

.sections .menu li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 5px 8px 5px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: 'Cairo', sans-serif;
}

.page-loaded .scroll .panel, .page-loaded.mobile .simplifiedMobile .panel {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    position: absolute;
    height: 100px;
    padding: 5px 30px !important;
}

.panel {
    font-family: 'Cairo',sans-serif;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0.75% 1.5%;
    z-index: 200;
    text-align: center;
    font-size: 22px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.section-heading{
    font-size: 3rem;
    margin-bottom: 10px;
}

.section-heading:after{
    content: '';
    width: 5rem;
    background: #000;
    height: 8px;
    display: block;
    margin-top: 15px;
    margin: 15px auto 30px auto;
    border-radius: 5px;
}

.text-red{
    color: #9d1a31;
}

/* Navigation */
.nav-logo {
    max-width: 64px;
    width: 64px;
}

.sections .menu {
    white-space: nowrap;
    display: inline-block;
    padding: 0 20px;
    font-size: 0;
}

.menu .active {
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

.whiteSlide .menu .active {
    border-color: #151515;
}

/* Cards */
.cards-wrap{
    padding-top: 60px;
    padding-bottom: 30px;
}

.card {
    position: relative;
    height: 70vh;
    background-color: #333;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3), inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3), inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
}

.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-size: contain;*/
    pointer-events: none;
}

.card-info {
    padding: 5% 7%;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: #140641;
    background: -webkit-linear-gradient(rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .8) 100%);
    background: -o-linear-gradient(rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .8) 100%);
    background: -moz-linear-gradient(rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .8) 100%);
    background: linear-gradient(rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .8) 100%);
}

.card-info * {
    position: relative;
    z-index: 1;
}

.card-info h1 {
    font-family: "Cairo";
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
    transform: translateZ(40px);
    text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}

.card-info p {
    opacity: 1;
    margin-bottom: 0;
    text-shadow: 0 2px 3px rgba(0,0,0,.3);
}

/* Nav Social */
.nav-social {
    display: inline;
}

.nav-social a {
    padding: 0 7px !important;
}

.nav-social li {
    margin: 0 3px !important;
}

.motto {
    margin-top: 20px;
}

.play-2 {
    margin-top: 20px;
}

.line-heading {
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.line-heading:after {
    content: ' ';
    display: block;
    margin: 10px auto;
    width: 2em;
    height: 7px;
    background: #ec407a;
}

@media screen and (max-width: 480px) {
    .header-logo {
        max-width: 100%;
    }
    p.hero {
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -1px;
        font-weight: 100;
    }
}

/* Features */
#features{
    background: #fff;
    padding: 80px 40px 80px 40px;
    text-align: center;
    overflow: visible;
}

#features h1{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    color: #BD3F32;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    border: 3px solid #BD3F32;
    border-radius: 50%;
}

#features h2{
    margin-bottom: 10px;
}

#features h5{
    color: rgba(0,0,0,.6);
}

.features-heading{
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background: rgba(0,0,0,.05);
    font-size: 2rem;
    color: rgba(0,0,0,.7);
    margin-bottom: 30px !important;
}

/* Table Menu */
.menu-table{
    width: 100%;
    font-family: 'Cairo', sans-serif;
}

.menu-table td{
    padding: 10px 16px;
    text-align: left;
}

.menu-table tr{
    border-bottom: 1px solid #ededed;
}

.float-list {
    display: block;
}

.float-list li {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #505050;
}

.float-list li:last-child {
    margin-right: 0;
}

.readMore {
    text-transform: uppercase;
    font-weight: 900;
}

.icon-big {
    font-size: 10rem;
    display: block;
}

.icon-medium {
    font-size: 3rem;
    display: block;
}

/* Blog */
#blog .content{
    padding-top: 100px;
}

/* Intro Animation */
.fond{
    position: fixed;
    top: 0;
    background: #212121;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    -webkit-animation:anim_slide 2.0s;
    -moz-animation:anim_slide 2.0s;
    -ms-animation:anim_slide 2.0s;
    animation:anim_slide 2.0s;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.first_div {
    width: 200px;
    height:200px;
    padding: 10px;
    border-radius: 50%;
    -webkit-animation: anim 0.7s 1 ease;
    -moz-animation: anim 0.7s 1 ease;
    -ms-animation: anim 0.7s 1 ease;
    animation: anim 0.7s 1 ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second_div {
    width:198px; height:198px;
    border:1px solid #ffffff;
    border-radius:50%;
    -webkit-animation:anim 1s 1 ease;
    -moz-animation:anim 1s 1 ease;
    -ms-animation:anim 1s 1 ease;
    animation:anim 1s 1 ease;
}

.img_div {
    -webkit-animation:animcircle 1s 1 ease;
    -moz-animation:animcircle 1s 1 ease;
    -ms-animation:animcircle 1s 1 ease;
    animation:animcircle 1s 1 ease;
}

.first_circle {
    width: 200px;
    height: 200px;
    border-radius:50%;
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #C18400;
    -webkit-animation:anim_wifeo 2s infinite linear;
    -moz-animation:anim_wifeo 2s infinite linear;
    -ms-animation:anim_wifeo 2s infinite linear;
    animation:anim_wifeo 2s infinite linear;
}
@-webkit-keyframes anim {
    0%{-webkit-transform:scale(0);}
    50%{-webkit-transform:scale(1.5);}
    100%{-webkit-transform:scale(1);}
}
@-moz-keyframes anim {
    0%{-moz-transform:scale(0);}
    50%{-moz-transform:scale(1.5);}
    100%{-moz-transform:scale(1);}
}
@-ms-keyframes anim {
    0%{-ms-transform:scale(0);}
    50%{-ms-transform:scale(1.5);}
    100%{-ms-transform:scale(1);}
}
@keyframes anim {
    0%{transform:scale(0);}
    50%{transform:scale(1.5);}
    100%{transform:scale(1);}
}
@-webkit-keyframes animwelcome {
    0%{-webkit-transform:scale(0);}
    50%{-webkit-transform:scale(0);}
    75%{-webkit-transform:scale(1.4);}
    100%{-webkit-transform:scale(1);}
}
@-moz-keyframes animwelcome {
    0%{-moz-transform:scale(0);}
    50%{-moz-transform:scale(0);}
    75%{-moz-transform:scale(1.4);}
    100%{-moz-transform:scale(1);}
}

@-webkit-keyframes animcircle {
    0%{-webkit-transform:scale(0);}
    50%{-webkit-transform:scale(0);}
    75%{-webkit-transform:scale(1.4);}
    100%{-webkit-transform:scale(1);}
}
@-moz-keyframes animcircle {
    0%{-moz-transform:scale(0);}
    50%{-moz-transform:scale(0);}
    75%{-moz-transform:scale(1.4);}
    100%{-moz-transform:scale(1);}
}
@-ms-keyframes animcircle {
    0%{-ms-transform:scale(0);}
    50%{-ms-transform:scale(0);}
    75%{-ms-transform:scale(1.4);}
    100%{-ms-transform:scale(1);}
}
@keyframes animcircle {
    0%{transform:scale(0);}
    50%{transform:scale(0);}
    75%{transform:scale(1.4);}
    100%{transform:scale(1);}
}
@-webkit-keyframes anim_wifeo {
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(360deg);}
    100%{-webkit-transform:rotate(720deg);}
}
@-moz-keyframes anim_wifeo {
    0%{-moz-transform:rotate(0deg);}
    50%{-moz-transform:rotate(360deg);}
    100%{-moz-transform:rotate(720deg);}
}
@-ms-keyframes anim_wifeo {
    0%{-ms-transform:rotate(0deg);}
    50%{-ms-transform:rotate(360deg);}
    100%{-ms-transform:rotate(720deg);}
}
@keyframes anim_wifeo {
    0%{transform:rotate(0deg);}
    50%{transform:rotate(360deg);}
    100%{transform:rotate(720deg);}
}

@-webkit-keyframes anim_slide {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes anim_slide {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes anim_slide {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes anim_slide {
    0%   { transform: translateY(0%);}
    100% { transform: translateY(-150%);}
}


/* List */
.list {
    list-style: circle;
    list-style-type: circle;
    margin-bottom: 30px;
}

.list li {
    font-family: 'Cairo';
    font-size: 20px;
    font-weight: 400;
}

.list li:before {
    content: '\2022';
    color: #eb3349;
    font-weight: 600;
    padding-right: 15px;
}

.btn-action {
    font-size: 20px;
    background: #ec407a;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.see-more {
    margin-top: 0px;
}

/* Menu */
.menu-list{
    padding: 80px 0;
}

.menu-list-item{
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.menu-list-item h2{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.menu-list-item p{
    font-size: 1rem;
    margin-bottom: 0;
}


/* Search Results */
.search-result {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.search-result:nth-child(odd) {
    background: #f9f9f9;
}

.search-thumbnail img {
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.search-content {
    padding: 20px 0 0 10px;
}


/* Gallery  */
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

@media screen and (max-width:480px) {
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left;
    max-height: 500px;
    border-radius: 7px;
    text-align: center;
    overflow: hidden;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* img {
    max-height: 500px;
    width: auto;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    float: left;
    height: 100px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* img:not(.lSSlideOuter .lSPager.lSGallery img) {
    float: none;
}


/* ACF Map */
.custom-map {
    width: 100%;
    height: 320px;
    border: #ccc solid 1px;
    border-radius: 7px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.custom-map iframe {
    border-radius: 7px;
    overflow: hidden;
}

/* Helpers */
.smallWrap {
    padding: 50px calc(5% + 15px);
}

.cardWrap {
    padding: 20px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: 600;
}

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.padding-0 {
    padding: 0 !important;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.mx-auto{
    margin: 0 auto;
}

.text-white{
    color: #fff !important;
}

.flex{
    display: flex;
}

.align-center{
    align-items: center;
}

.heading-big{
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,.3);
    letter-spacing: 1px;
}

@media screen and (max-width: 768px){
    .heading-big {
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
        text-shadow: 0 2px 10px rgba(0,0,0,.3);
        letter-spacing: 1px;
    }

    h1, h2{
        font-size: 2rem;
    }

    .section-heading {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    h3, .h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
        font-weight: 600;
        margin-left: -0.01em;
    }
}

.text-papyrus{
    font-family: 'Papyrus', 'Cairo', sans-serif;
}

/* Avatar */
.avatar {
    max-width: 200px;
    border-radius: 50%;
}

/* Sidebar */
.sidebar .mainMenu li a {
    font-family: 'Cairo';
    font-size: 19px;
    font-weight: 700;
}


/* Activities */
.title-67 {
    font-family: "Cairo";
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
}


/* Input */
.button, .btn {
    font-family: "Cairo", sans-serif;
    display: inline-block;
    border-radius: 3px;
    padding: 8px 22px;
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: #303030;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41,41,41,0);
    box-shadow: inset 0 -100px 0 rgba(41,41,41,0);
    -webkit-appearance: none;
    margin-bottom: 20px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: .25s;
    transition: .25s;
}

.btn-gradient {
    background-image: linear-gradient(to right, #87162a 0%, #BD3F32 100%);
    transition: .25s;
}

.btn-gradient:hover {
    background-position: right center;
    transition: .25s;
}

form {
    font-size: 16px;
    margin-top: -5px;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border: 1px solid #ededed;
    background: rgba(0, 0, 0, .01);
    transition: 0.25s all;
}

textarea:focus,
input:focus {
    outline: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
    transition: 0.25s all;
}

/* Separator */
.separator {
    margin: 25px 0;
    height: 1px;
    background: #303030;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#303030), to(#303030), color-stop(50%, #505050));
}

/* Language Selector */
#flags-language-selector img {
    max-width: 24px;
    margin-right: 10px;
}

#flags-language-selector span {
    margin-bottom: 0;
}

#flags-language-selector .active-language {
    font-weight: 600;
    border-bottom: 2px solid;
    border-color: #fff;
}

.whiteSlide #flags-language-selector .active-language {
    border-color: #151515;
}


/* 404 Not Found */
.not-found-heading {
    font-size: 10rem;
}

/* Pre - Footer */
.pre-footer {
    padding-bottom: 60px;
}

.menu-banner{
    transform: scale(1);
    opacity: 0.8;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    transition: 0.5s all;
}

.menu-banner:hover{
    transform: scale(1.05);
    opacity: 1 !important;
    transition: 0.5s all;
}

.btn-white{
    color: #303030 !important;
    background: #fff;
    opacity: 1;
    transition: 0.5s all;
}

.btn-white:hover{
    color: #303030 !important;
    opacity: 0.8 !important;
    transition: 0.5s all !important;
}

.btn-white:active{
    transform: scale(0.98);
    transition: 0.5s all;
}

/* Blog */
.post-title{
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-banner{
    min-height: 50vh;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    border-radius: 5px;
}

.post-related{
    margin-top: 60px;
}

.post-related h2{
    font-size: 1.2rem;
}

.post-excerpt{
    font-size: 0.9rem;
    color: rgba(0,0,0,.7);
    text-align: left;
}


/* Footer */
#footer {
    background: #87162a;
    background: -moz-linear-gradient(right, #87162a 0%, #BD3F32 100%);
    background: -webkit-linear-gradient(right, #87162a 0%, #BD3F32 100%);
    background: linear-gradient(to right, #87162a 0%, #BD3F32 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    text-align: center;
    padding: 60px 40px 20px 40px !important;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
}

.footer-content {
    padding: 15px 30px;
}

.footer-contacts {
    color: #fff;
}

.footer-contacts a {
    color: #fff;
}

.footer-contacts span {
    margin-right: 20px;
}

#footer h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 15px;
}

#footer h2 {
    font-size: 1.5rem;
    color: #cc01cf;
    margin-bottom: 20px;
}

#footer .social {
    margin-left: -16px;
}

#footer a {
    font-weight: 600;
    color: #fff;
}

#footer p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

#footer li {
    display: block;
    margin: 0 0 15px 0 !important;
}

#footer hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 1px solid rgba(255,255,255,.5);
    margin-bottom: 20px;
}

.col-footer{
    margin-bottom: 30px;
}

#map-location{
    height: 400px;
}

.app-icon{
    max-width: 128px;
}

.credits-logo {
    width: 32px;
    display: block;
    margin: 0 auto 5px auto;
}

.ed3sign-logo {
    fill: #cc01cf !important;
    height: 2rem !important;
}


/* Cookie Notice */
#cn-notice-text {
    font-family: 'Cairo';
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    line-height: 2;
}

.cn-set-cookie {
    font-family: "Cairo";
    font-size: 14px !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    margin: 0 0 0 10px !important;
    padding: 4px 16px;
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: #e53935;
    font-size: 22px;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    -webkit-appearance: none;
    margin-bottom: 20px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: .25s;
    transition: .25s;
}

.cn-more-info {
    font-family: "Cairo";
    font-size: 14px !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    margin: 0 0 0 10px !important;
    padding: 4px 16px;
    color: #303030;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: #fff;
    font-size: 22px;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    -webkit-appearance: none;
    margin-bottom: 20px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: .25s;
    transition: .25s;
}


/* Slider */
/* CUSTOM ANIMATION */
.slider[data-slider-id="customAnimation"] li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* before selected */
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* selected */
.slider[data-slider-id="customAnimation"] li.selected {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


/* after been selected */
.slider[data-slider-id="customAnimation"] li.hide {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}


/* CUSTOM HEIGHT */
.slider[data-slider-id="customHeight"] li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* before selected */
    opacity: 0;
}


/* selected */
.slider[data-slider-id="customHeight"] li.selected {
    opacity: 1;
}


/* arrows */
.leftControl,
.rightControl {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    margin-left: -100px;
    cursor: pointer;
    font-size: 0;
}

.rightControl {
    right: 0;
    margin-right: -100px;
}

.leftControl svg,
.rightControl svg {
    width: 30px;
    height: 70px;
}

@media screen and (max-width:1180px) {
    .leftControl,
    .rightControl {
        display: none;
    }
}


/* QUOTES */
.slider[data-slider-id="quotes"] li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* before selected */
    opacity: 0;
}


/* selected */
.slider[data-slider-id="quotes"] li.selected {
    opacity: 1;
}


/* style dots */
.controller {
    margin: 10px auto;
}

.controller[data-slider-id="quotes"] .dot:after {
    background: transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
}

.controller[data-slider-id="quotes"] .dot.selected:after {
    background: #fff;
    box-shadow: 0 0 0 1px #fff;
}

.controller[data-slider-id="quotes"] .dot:hover:after {
    -webkit-transform: none;
    transform: none;
    background: rgba(255, 255, 255, .5);
}


/* Multilanguage */
.dropdown.translate {
    padding: 10px 0;
}

.dropdown.translate li {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}

.dropdown.translate li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.dropdownTrigger[data-dropdown-id="language"] {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
}

[data-current-lang="en"] .dropdown.translate li[data-switch-lang="en"],
[data-current-lang="de"] .dropdown.translate li[data-switch-lang="de"],
[data-current-lang="fr"] .dropdown.translate li[data-switch-lang="fr"] {
    color: #E91556;
    background: transparent;
    cursor: default;
    opacity: 1;
}


/* Input */
form input[type="number"],
form input[type="tel"] {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

form input[type="number"] {
    background: #fff;
    margin: 5px;
    padding: 13px 19px 14px;
    font-family: "Cairo", sans-serif;
    border: 0;
    font-size: 18px;
    color: #242424;
    outline: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset;
    border-radius: 4px;
}


/* CF7 */
.wpcf7-response-output {
    font-family: 'Cairo';
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px !important;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    background: #8bc34a;
    border: 2px solid #4caf50;
}

div.wpcf7-mail-sent-ng {
    color: #fff;
    background: #f44336;
    border: 2px solid #d32f2f;
}

div.wpcf7-spam-blocked {
    color: #fff;
    background: #ff5722;
    border: 2px solid #e64a19;
}

div.wpcf7-validation-errors {
    color: #fff;
    background: #ffc107;
    border: 2px solid #ff8f00;
}


/* Popup */
.popup:not([class*="fade-"]) {
    background: rgba(17, 17, 17, 0.95);
}


/* Brand Colors */
.text-pink {
    color: #C6426E !important;
}

.beatport {
    color: #a8e00f !important;
}

.facebook {
    color: #3b5998 !important;
}

.twitter {
    color: #1da1f2 !important;
}

.instagram {
    fill: #e1306c !important;
}

.youtube {
    color: #cd201f !important;
}

.spotify {
    color: #2ebd59 !important;
}

.soundcloud {
    color: #ff8800 !important;
}

.beatportFill {
    fill: #a8e00f !important;
}

.facebookFill {
    fill: #3b5998 !important;
}

.twitterFill {
    fill: #1da1f2 !important;
}

.youtubeFill {
    fill: #cd201f !important;
}

.spotifyFill {
    fill: #2ebd59 !important;
}

.soundcloudFill {
    fill: #ff8800 !important;
}

.instagramFill {
    fill: #e1306c !important;
}

.whiteFill {
    fill: #fff !important;
}


/* Tooltips */
[tooltip] {
    position: relative;
    /* opinion 1 */
}


/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: 'Cairo', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    font-weight: 400;
    z-index: 1000;
    /* absurdity 2 */
}


/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}


/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}


/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 25px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}


/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}


/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}


/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}


/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}


/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}


/* Spinning Animation */

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate-spin {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}


/* Text Color Animation */
.text-color {
    -webkit-animation: color-change 10s infinite;
    -moz-animation: color-change 10s infinite;
    -o-animation: color-change 10s infinite;
    -ms-animation: color-change 10s infinite;
    animation: color-change 10s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: #f7941e;
    }
    50% {
        color: #3387bb;
    }
    100% {
        color: #30ba90;
    }
}

@-moz-keyframes color-change {
    0% {
        color: #f7941e;
    }
    50% {
        color: #3387bb;
    }
    100% {
        color: #30ba90;
    }
}

@-ms-keyframes color-change {
    0% {
        color: #f7941e;
    }
    50% {
        color: #3387bb;
    }
    100% {
        color: #30ba90;
    }
}

@-o-keyframes color-change {
    0% {
        color: #f7941e;
    }
    50% {
        color: #3387bb;
    }
    100% {
        color: #30ba90;
    }
}

@keyframes color-change {
    0% {
        color: #f7941e;
    }
    50% {
        color: #3387bb;
    }
    100% {
        color: #30ba90;
    }
}

.row-equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row-equal {
        display: flex;
        flex-wrap: wrap;
    }
}


/* Cookie Bar */
#cn-notice-text {
    font-family: 'Cairo';
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 2;
}

.cn-set-cookie {
    font-family: "Cairo";
    font-size: 14px !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    margin: 0 0 0 10px !important;
    padding: 4px 16px;
    color: #353535;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: #fff;
    font-size: 22px;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    -webkit-appearance: none;
    margin-bottom: 20px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: .25s;
    transition: .25s;
}

.animationSpin {
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s
}

.animationSpin:hover {
    transition: .5s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.popup:not([class*="fade-"]) {
    background: rgba(135, 22, 42, .95);
}

.muted{
    font-size: 0.9rem;
    color: rgba(0,0,0,.5);
}

.nf-form-title{
    display: none;
}

.nf-form-fields-required{
    display: none;
}

.nf-field-lCairo lCairo {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px){
    .popup .wrap.spaces {
        padding: 18px;
    }

    .pad.shadow.selected.popupContent{
        color:black;
        padding: 20px !important;
        border-radius:20px;
    }
}