#cookieBanner{
    display: none;
}
.bg-box{
    background-color:#474444;
    font-family: "Nunito Sans";
    opacity : 0.9;
    transition: opacity .5s linear;
}
.button-fixed{
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    font-family: "Nunito Sans";
}
.fas-custom{
    cursor: pointer;
    font-size: 24px;
}
.p-custom{
    font-size: 14px;
    font-family: "Nunito Sans";
}

.btnf{
    position: fixed;
    bottom:10px;
    right:10px;
    display: block;
}

.btnf button{
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #474444;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    font-size: 24px;
    color: white;
    
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btnf button.main{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #474444;
    opacity : 0.9;
    right: 0;
    bottom: 0;
    z-index: 20;
}


.btnf button.main:active,
.btnf button.main:focus{
    outline: none;
    background-color: #474444;
    box-shadow: 0 3px 8px rgba(0,0,0,.5);
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  
.img-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 50%;
}

.img-wrapper {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: auto;
}