@font-face {
	font-family: 'Friedel-Regular';
 	src: url('../fonts/Friedel-Regular.woff') format('woff'),
 		url('../fonts/Friedel-Regular.woff2') format('woff2'),
 		url('../fonts/Friedel-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Friedel-Oblique';
 	src: url('../fonts/Friedel-Oblique.woff') format('woff'),
 		url('../fonts/Friedel-Oblique.woff2') format('woff2'),
 		url('../fonts/Friedel-Oblique.otf') format('opentype');
}

body,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Friedel-Regular', sans-serif;
}
a{
	color: #212529;
}
a:hover{
	text-decoration: none;
	color: #212529;
	border-bottom: 1px solid;
}
div#content {
    margin-top: 80px;
}
.navbar-light .navbar-brand{
	width: 100%;
}
.site-title span{
	width: 14%;
	display: inline-block;
	/*text-align: center;*/
}
.site-title span:last-child{
	width: auto;
}
.container{
	max-width: 100%;
}
.audio-section-wrapper .sc_player_container1 .myButton_play{
	background-image: url('../svg/audio_icon_static.svg') !important;
	/*max-width: 146px !important;*/
	width: 100% !important;
    height: 120px;
    background-size: contain !important;
}
.audio-section-wrapper .sc_player_container1 .myButton_play:hover{
	background-image: url('../svg/audio_icon_play.svg') !important;
}
.audio-section-wrapper .sc_player_container1 .myButton_stop{
	background-image: url('../svg/audio_icon_play.svg') !important;
	/*max-width: 146px !important;*/
	width: 100% !important;
    height: 120px;
    background-size: contain !important;
}
.audio-container {
    margin-top: -15px;
}
.audio-inner {
    display: inline-block;
    padding: 15px;
    width: 12.5%;
   	height: 140px;
   	text-align: center;
}
.sound-container {
    margin-left: 15px;
}
.icon-wrapper {
    display: inline-flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.icon-wrapper a:hover{
	border-bottom: 0;
}
.icon{
	display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.icon-mobile,
.icon-info-black.icon-desktop,
.icon-sound-black.icon-desktop,
.icon-sound-on-black.icon-desktop,
.icon-sound-off-white.icon-desktop{
	display: none;
}
/*.active.sound:hover .icon-sound-on-black.icon-desktop,
.sound:hover .icon-sound-black.icon-desktop,*/

.sound.active .icon-sound-white.icon-desktop,
.sound.ini .icon-sound-white.icon-desktop,
.sound.stop .icon-sound-off-white.icon-desktop,
.sound.ini:hover .icon-sound-black.icon-desktop,
.sound.active:hover .icon-sound-black.icon-desktop,
.sound.stop:hover .icon-sound-on-black.icon-desktop,
.drawer-close:hover .icon-close-black.icon-desktop,
.info:hover .icon-info-black.icon-desktop{
	display: inline-block;
}
.sound.stop .icon-sound-white.icon-desktop,
.sound.active:hover .icon-sound-white.icon-desktop,
.sound.ini:hover .icon-sound-white.icon-desktop,
.sound.stop:hover .icon-sound-off-white.icon-desktop,
.drawer-close:hover .icon-close-white.icon-desktop,
.info:hover .icon-info-white.icon-desktop{
	display: none;
}
body.formdrawer {
    overflow: hidden;
    position: relative;
}
.form-drawer {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 30px;
    padding-top: 0;
    position: fixed;
    overflow-x: hidden;
    right: -50%;
    left: auto;
    top: 0;
    z-index: 9;
    border-left: 1px solid #000;
    width: 50%;
    /*padding-right: 15px;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.form-drawer.open {
    right: 0;
    left: auto;
}
.close-drawer{
	display: none;
}
.icon-close-black{
	display: none;
}
.drawer-close:hover .icon-close-white{
	display: none;
}
.block-navigation {
    font-size: 32px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 80px;
    width: 100%;
}
.formdrawer #masthead .block-navigation{
	width: 50%;
}
.block-navigation ul {
    text-align: justify;
    padding-left: 28px;
    padding-right: 28px;
}
.block-navigation ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    visibility: hidden;
    height: 0;
}
.block-navigation ul li {
    display: inline-block;
    margin-top: 15px;
}
.about-wrapper{
	position: relative;
}
.about-wrapper .block-navigation{
	position: sticky;
	width: 0;
}
.form-drawer.open .about-wrapper .block-navigation{
	width: 100%;
}
.about-wrapper .block-navigation ul{
	padding-left: 0;
	padding-right: 0;
}
.entry-title,
.heading {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.entry-content h2{
	font-size: 18px;
}
.news:not(:last-child) {
    margin-bottom: 40px;
}
.page-content a,
.news a{
	border-bottom: 1px solid;
}
.footer-container{
	padding-top: 40px;
}
.support_logo {
    padding-bottom: 70px;
}
.privacy-policy {
    margin-bottom: 30px;
}
#cookie-law-info-bar{
	border: 1px solid;
	box-shadow: none !important;
    /*max-height: 60px !important;*/
    /*height: 100% !important;*/
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container, 
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
	display: flex;
    /*margin: 10px auto;*/
}
.cli-bar-btn_container a:hover{
	border-bottom: none;
	/*opacity: 0.8;*/
	text-decoration: underline !important;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container{
    margin-top: 0;
    flex-wrap: nowrap;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
    padding: 20px 30px;
    inset: auto auto 20px 20px !important;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), 
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button), 
.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
	text-decoration: none;
}
/**** Media Query ****/
@media(max-width: 1536px){
	.audio-inner{
	    height: 108px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
		height: 88px;
	}
}
@media(max-width: 1440px){
	.audio-container {
	    margin-top: -15px;
	}
	.audio-inner{
	    height: 100px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play,
	.audio-section-wrapper .sc_player_container1 .myButton_stop{
	    height: 79px;
	    /*background-repeat: no-repeat !important;*/
	}
}
@media (max-width: 1367px){
	.audio-inner{
		height: 90px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
		height: 74px;
		/* background-repeat: no-repeat !important; */
	}
}
@media(max-width: 1200px){
	.audio-inner{
	    width: 16.66%;
        height: 112px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play, 
	.audio-section-wrapper .sc_player_container1 .myButton_stop{
		height: 90px;
	}
}
@media(max-width: 1024px){
	.audio-inner{
        height: 94px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
	    height: 73px;
	}
}
@media (max-width: 985px){
	#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
	    width: 70%;
	}
}
@media(min-width: 768px) and (max-width: 990px){
	.audio-inner{
	    width: 25%;
        height: 95px;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
	    height: 84px;
	}
}
@media(min-width: 790px) and (max-width: 990px){
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
	    height: 112px;
	}
}
@media(max-width: 767px){
	.audio-inner.empty-block{
		height: 88px;
	}
	.icon{
		width: 40px;
		height: 40px;
	}
	.icon-info-white.icon-mobile,
	.icon-close-white.icon-mobile,
	.icon-sound-white.icon-mobile,
	.icon-info-white.icon-mobile{
		display: inline-block;
	}
	.sound.active .icon-sound-white.icon-mobile,
	.sound.stop .icon-sound-off-white.icon-mobile,
	.sound.active:active .icon-sound-black.icon-mobile,
	.sound.stop:active .icon-sound-on-black.icon-mobile,
	.drawer-close:active .icon-close-black.icon-mobile,
	.drawer-close:hover .icon-close-black.icon-mobile,
	.active .icon-info-black.icon-mobile,
	.info:active .icon-info-black.icon-mobile{
		display: inline-block;
	}
	
	.sound.stop .icon-sound-white.icon-mobile,
	.sound.active:active .icon-sound-white.icon-mobile,
	.sound.stop:active .icon-sound-off-white.icon-mobile,
	.drawer-close:active .icon-close-white.icon-mobile,
	.active .icon-info-white.icon-mobile,
	.info:active .icon-info-white.icon-mobile{
		display: none;
	}
	
	.icon-wrapper .icon-desktop{
		display: none !important;
	}
	.audio-inner{
	    width: 25%;
        height: 116px;
	}
	.form-drawer{
	    right: -100%;
	    width: 100%;
	    border-left: none;
	}
	.row.about-slowtime {
	    margin-top: 20px;
	}
	.about-slowtime .col-md-6:first-child{
		order:  2;
	}
	.about-slowtime .col-md-6:nth-child(2){
		order: 1;
		margin-bottom: 40px;
	}
	.formdrawer #masthead .block-navigation{
		width: 100%;
	}
	/*.page-content{
		margin-bottom: 40px;
	}*/
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
	    height: 88px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]{
		width: 60% !important;
	    padding: 10px 10px;
	}
}
@media(max-width: 540px){
	.audio-inner{
	    width: 50%;
	}
	.audio-section-wrapper .sc_player_container1 .myButton_stop{
		background-repeat: no-repeat !important;
	}
	.block-navigation{
	    font-size: 25px;
	    height: 65px;
	}
	div#content {
	    margin-top: 65px;
	}
	
	.cli-style-v2.cli-bar-container{
		flex-wrap: nowrap;
	}
}
@media(min-width:430px) and (max-width: 540px){
	.audio-section-wrapper .sc_player_container1 .myButton_play, .audio-section-wrapper .sc_player_container1 .myButton_stop {
	    height: 122px;
	}
}