.navbar-side {
    height: 100%;
    position: fixed;
    width: 280px;
    top: 0;
    right: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #ccccccad;
    background-color: #343364;
    z-index: 10000000;

} 

.navbar-side-item {
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #ffffff0f;

}

.side-link {
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-side {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;

}

.reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

#navbarSideButtonRight{
    position: fixed;
    z-index: 1000000;
    right: -60px;
    top:40%;

    color: #fff;
    background-color: transparent;
    padding: 10px 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#navbarSideButtonRight .fa{
    color: #343364;
    margin-right: -5px; 
    font-size: 120px;
}
#navbarSideButtonRight:hover{
    cursor: pointer;
}
#navbarSideButtonRight #btn-title{
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    font-weight: 500;
    font-family: 'Futura PT';
    top: 65px;
    right: 42px;
    width: 60px;
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #ccc;
    opacity: 0.6;
    z-index: 9999999;
}

ul#navbarSide li:first-child{
    border-bottom: none;
}
ul#navbarSide li h3{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
}
ul#navbarSide li a{
    font-family: 'Futura PT';
    font-weight: 400;
    display: block;
}
#language {
    margin-left: 10px;
}
#language label {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
#close-navside{
    color: #eaeaea;
    font-size: 25px;
    margin: 5px;
}
#close-navside:hover{
    cursor: pointer;
}
label#lang{
    color: #fff;
    font-size: 18px;
}
.dropdown-menu{
    transform: translate3d(15px, 30px, 0px)!important;
}
button#dropdownMenuButton:after{
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    float: right;
    margin-top: 7px;
}
#panellang .dropdown-item{
    padding: .2rem .5rem;  
}
.cookie-consent{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.75);
    z-index: 999;
    text-align: center;
    transition: all ease .4s;
}
.cookie-consent__agree{
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 1px #fff;
    border-radius: 5px;
    cursor: pointer;
}