#footer .totop::before {
    font-family: "FontAwesome";
    content: '\f102';
    background: rgba(255,255,255,.1);
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    border-radius: 0 0 3px 3px;
    display: none;
}


#cboxNext,
#cboxPrevious {
	width: 75px!important;
	opacity: 0.0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}


#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #878786;
}

#cboxContent:hover #cboxPrevious, #cboxContent:hover #cboxNext {opacity: 1;}

#cboxOverlay {
    opacity: 1 !important;
    background: #ffffff;
}
#footer li::after {
    border-color: #747474;
    width: 0%;
      line-height: 20px;
}


.ce_text_extented.font-style-dropcap p:first-child::first-letter {

    font-family: 'Anaheim';
    float: left;
    font-size: 400%;
    line-height: 4rem;
    padding-right: 10px;
    padding-left: 5px;
    padding-top:5px;

}


.header .mod_langswitcher {
    font-size: 1.0rem;
    text-transform: uppercase;
     margin-left: 0px;
     
}

.mod_langswitcher .mod_langswitcher_inside::after {
    font-family: "FontAwesome";
    content: "\f107";
    margin: 5px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -2px;
    
}


.header .mod_langswitcher {display:block !important;}

.header.original {
    line-height: 70px;
}



@media only screen and (max-width: 767px) {
.header .mod_langswitcher {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -19px;
    line-height: 40px;
    margin-left: 0!important;
}
}

/*.header .mod_socials {
display: none!important;
}
*/

p a {
	color: #690707;
	text-decoration: underline;
}


.audio-player {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-color: #222;
    padding: 10px;
    border-radius: 5px;
}

.play-btn {
    background-color: #f0f0f0;
    color: #333;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.play-btn:hover {
    background-color: #ccc;
}

.progress-bar {
    flex-grow: 1;
    margin-left: 10px;
    background-color: #444;
    border: none;
    border-radius: 5px;
    height: 5px;
    cursor: pointer;
}

.progress-bar::-webkit-slider-thumb {
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

