/* SPEAKER FILTER */

#speaker-filter,
#music-filter{
	
}

#speaker-filter ul,
#music-filter ul{
	list-style-type: none;
	padding: 10px 25px;
	margin: 0;	
    text-align: left;
}

#speaker-filter ul li,
#music-filter ul li{
	min-width: 60px;
	text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    margin: 10px 5px 0 0;
    border: 2px solid #e8e8e8;
    -webkit-transition: border-color 0.6s ease-in-out;
    transition: border-color 0.6s ease-in-out;
    font-size: 11px;
    line-height: 40px;
    cursor: pointer;
	color: #8e8e8e;
}

#speaker-filter ul li:hover,
#music-filter ul li:hover{
	border-color: rgb(249, 177, 35);
}

#speaker-filter ul .selected,
#music-filter ul .selected{
	border-color: rgb(249, 177, 35);
	background: rgb(249, 177, 35);
    color: #fff;
}

#speaker-filter .clear-all,
#music-filter .clear-all-music{
	margin-top: 10px;
	color: #aaa !important;
	opacity: 0.8;
}

/* CATEGORIES */

#speaker-filter .term_id_62,
#speaker-filter .term_id_63{
	display: none !important;
}

#speaker-filter .term_id_9,
#speaker-filter .term_id_11,
#speaker-filter .term_id_12,
#speaker-filter .term_id_13,
#speaker-filter .term_id_14{
	padding-right: 15px;
}

#speaker-filter .term_id_9:after,
#speaker-filter .term_id_11:after,
#speaker-filter .term_id_12:after,
#speaker-filter .term_id_13:after,
#speaker-filter .term_id_14:after{
    content: '';
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
}

/* A */
#speaker-filter .term_id_9:after{
	background-color: #c00;
}
/* B */
#speaker-filter .term_id_11:after{
	background-color: #060;
}
/* C */
#speaker-filter .term_id_12:after{
	background-color: #00c;
}
/* D */
#speaker-filter .term_id_13:after{
	background-color: #999;
}
/* ANFRAGE */
#speaker-filter .term_id_14:after{
	background-color: #909;
}

/* SPEAKER SEARCH */

#speaker-search{
    text-align: center !important;
    font-size: 15px !important;
    margin: 10px 25px 35px;
    max-width: 305px;
}

#speaker-search #submit-search{
	margin: 15px 25px;
	background-image: none !important;
	background-color: #eac869;
	color: #fff !important;
	border: 0 !important;
}

#speaker-search #submit-search:hover{	
	background-color: rgb(249, 177, 35) !important;
}

#speaker-search .text-search,
#speaker-search #submit-search{
	display: inline-block !important;
}

#speaker-search .text-search{
	height:40px !important;
	border-left: 1px solid #bbb !important;
	border-top: 1px solid #bbb !important;
	border-bottom: 1px solid #bbb !important;
	border-right: none !important;
	color: #4A4845 !important;
	background-color: #f2f2f2 !important;
	background-image: none !important;
	width: calc(100% - 100px);
}

#speaker-search .text-search:-webkit-input-placeholder {
	color: #ccc !important;
}

#speaker-search #submit-search{
	width: 100px;
	margin: 0 !important;
	border-radius: 0 !important;
}

/* SPEAKER RESULT */

#gosh_speaker_section_result ul,
#gosh_music_section_result ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#gosh_speaker_section_result ul li,
#gosh_music_section_result ul li{
	width: 100%;
	padding: 5px 5% !important;
}

#gosh_speaker_section_result ul li:nth-child(odd),
#gosh_music_section_result ul li:nth-child(odd){
	background-color: #f8f8f8;
}

#gosh_speaker_section_result ul li:nth-child(even),
#gosh_music_section_result ul li:nth-child(even){
	background-color: #fbfbfb;
}

#gosh_speaker_section_result ul li div,
#gosh_music_section_result ul li div{
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#gosh_speaker_section_result ul li .speaker-checkbox:after,
#gosh_music_section_result ul li .music-checkbox:after{
	content:'';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 30px;
	height: 30px;
	background-color: #eac869;
	z-index: -1;
	pointer-events: none;
}

#gosh_speaker_section_result ul li .speaker-checkbox,
#gosh_music_section_result ul li .music-checkbox{
	width: 20px;
	min-width: 20px;
	position: relative;
	z-index: 2;
	margin-right: 10px;
}

#gosh_speaker_section_result ul li .speaker-checkbox .cst-checkbox, 
#gosh_music_section_result ul li .music-checkbox .cst-checkbox{
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	cursor: pointer;
	font-family: FontAwesome;
	font-style: normal;
	color: #fff;
	font-size: 16px;
    line-height: 17px;
	-webkit-transition: opacity 0.4s, border-color 0.4s;
	transition: opacity 0.4s, border-color 0.4s;
}

#gosh_speaker_section_result ul li .speaker-checkbox .cst-checkbox:hover,
#gosh_music_section_result ul li .speaker-music .cst-checkbox:hover{
	border-color: #fff;
}

#gosh_speaker_section_result ul li .speaker-checkbox.selected .cst-checkbox,
#gosh_music_section_result ul li .music-checkbox.selected .cst-checkbox{
	border-color: #fff;
}

#gosh_speaker_section_result ul li .speaker-checkbox .cst-checkbox:before,
#gosh_music_section_result ul li .music-checkbox .cst-checkbox:before{
	content: "\f00c";
	opacity: 0;
}

#gosh_speaker_section_result ul li .speaker-checkbox.selected .cst-checkbox:before,
#gosh_music_section_result ul li .music-checkbox.selected .cst-checkbox:before{
	opacity: 1 !important;
}

#gosh_speaker_section_result ul li .speaker-image{
	width: 60px;
	margin: 0 20px;
	overflow: hidden;
}

.speaker-image-holder{
	max-width: 60px;
	width: 60px;
	height: 80px;
    text-align: center;
    overflow: hidden;
	border: 3px solid #ddd;
	text-align: center;
	position: relative;
}

#gosh_speaker_section_result ul li .speaker-image img{
    height: 80px;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#gosh_speaker_section_result ul li .speaker-box{
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.4em;
	/* 30px checkbox 60px Image 20+20px Imagemargin 40px play 40px info 10+10px margin play-info-buttons */
	width: calc(100% - 30px - 60px - 40px - 40px - 40px - 20px);
	text-align: left;	
}

#gosh_speaker_section_result ul li .speaker-box, 
#gosh_speaker_section_result ul li .speaker-box a, 
.speaker-box a {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4em;
	text-align: left;
	color: #4A4845;
}

#gosh_music_section_result ul li .music-box{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em;
	padding: 20px 0;
	width: calc(100% - 30px - 40px - 10px);
	text-align: left;
}

#gosh_speaker_section_result ul li .speaker-play,
#gosh_speaker_section_result ul li .speaker-info,
#gosh_music_section_result ul li .music-play{
	width: 40px;
	margin: 0 0 0 10px;
	min-width: 40px;
	max-width: 40px;
}

#gosh_speaker_section_result ul li .speaker-play i,
#gosh_music_section_result ul li .music-play i, 
#gosh_speaker_section_result ul li .speaker-info i{
	font-family: FontAwesome;
	font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 12px;
    background: #c4c4c4;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	cursor: pointer;
}

#gosh_speaker_section_result ul li .speaker-play i:before,
#gosh_music_section_result ul li .music-play i:before, 
#gosh_speaker_section_result ul li .speaker-info i:before{
	width: 15px;
	display:inline-block;
}

#gosh_speaker_section_result ul li .speaker-play i, 
#gosh_music_section_result ul li .music-play i {
    background-color: #eac869;
    color: #fff;
}

#gosh_speaker_section_result ul li .speaker-play:hover i, 
#gosh_music_section_result ul li .music-play:hover i, 
#gosh_speaker_section_result ul li .speaker-info:hover i{
	background-color: #FFCB3D;
	color: #fff;
}

#gosh_speaker_section_result ul li .speaker-info .speaker-info-box{
	position: absolute;
	top: 50%;
	top: calc( 50% - 25px);
	left: 45%;
    left: calc( 50% - 125px);
	background: #fff;
	border: 1px solid #f2f2f2;
	max-width: 250px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	padding: 10px 12px;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 40px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 5px 40px 0px rgba(153,153,153,1);
	box-shadow: 0px 5px 40px 0px rgba(153,153,153,1);
	display: none;
	-webkit-transition: display 0.4s;
	transition: display 0.4s;
}

#gosh_speaker_section_result ul li .speaker-info .speaker-info-box:after{
	content: "\f00d";
	position: absolute;
	top:0;
	right:0;
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	color: #4A4845;
	opacity: 0.5;
	font-size: 16px;
	line-height: 16px;
}

#gosh_speaker_section_result ul li .speaker-info.selected .speaker-info-box{
	display: none;
}

/* SPEAKER RESULT PAGINATION */

.speaker-filter-navigation,
.music-filter-navigation{
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px !important;
	background-color: #e8e8e8 !important
}

.speaker-filter-navigation span, .speaker-filter-navigation a,
.music-filter-navigation span, .music-filter-navigation a{
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 5px;
	letter-spacing: 1px;
	font-weight: 600;
}

.speaker-filter-navigation span,
.music-filter-navigation span{
	color: #aaa;
}

.speaker-filter-navigation a:hover,
.music-filter-navigation a:hover{
	color: #FFCB3D !important;
}

/* SPEAKER RESULTS CATEGORIES */

#gosh_speaker_section_result ul li .speaker-box a{
	padding-left: 20px;
	position: relative;
}

#gosh_speaker_section_result ul li .speaker-box a:hover{
	color: #dda200 !important;
}

#gosh_speaker_section_result ul li.speaker_category-auf-anfrage .speaker-box a:after,
#gosh_speaker_section_result ul li.speaker_category-kategorie-a .speaker-box a:after,
#gosh_speaker_section_result ul li.speaker_category-kategorie-b .speaker-box a:after,
#gosh_speaker_section_result ul li.speaker_category-kategorie-c .speaker-box a:after,
#gosh_speaker_section_result ul li.speaker_category-kategorie-d .speaker-box a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
}

#gosh_speaker_section_result ul li.speaker_category-auf-anfrage .speaker-box a:after{
	background-color: #909;
}

#gosh_speaker_section_result ul li.speaker_category-kategorie-a .speaker-box a:after{
	background-color: #c00;
}

#gosh_speaker_section_result ul li.speaker_category-kategorie-b .speaker-box a:after{
	background-color: #060;
}

#gosh_speaker_section_result ul li.speaker_category-kategorie-c .speaker-box a:after{
	background-color: #00c;
}

#gosh_speaker_section_result ul li.speaker_category-kategorie-d .speaker-box a:after{
	background-color: #999;
}

/* PRELOADER */

.cst-loader-wrapper{
width: 100%;
text-align: center;	
padding: 50px 0;
}

.cst-loader{
color: rgb(249, 177, 35);
font-size: 34px;
font-weight: 100;
font-family: 'Fontawesome';
text-align: center;
width: 50px;
height: 50px;
-webkit-animation: crotate 2s linear infinite;
-moz-animation: crotate 2s linear infinite;
-ms-animation: crotate 2s linear infinite;
-o-animation: crotate 2s linear infinite;
animation: crotate 2s linear infinite;
display: inline-block;
visibility: visible;
}

.cst-loader:before {
content: '\f021';
width: 50px;
height: 50px;
display: block;
line-height: 50px;
}

@keyframes	crotate{
	0%{
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

/* KOMBINATION */

#sound_combined{
    margin: 0 25px;
    padding: 20px 10px;
	text-align: center;
	border: 2px solid #f4ad25;
	background-color: #eac869 !important;
	margin-bottom: 25px !important;
}

#sound_combined > *{
	display: inline-block;
	margin: 0 20px;
	color: #fff !important;
}

#sound_combined i{
	position: relative;
	top: -2px;
	font-family: FontAwesome;
	font-style: normal;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 11px;
	background: #f4ad25;
	border: 2px solid #fff;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	cursor: pointer;
}

#sound_combined.playing i.fa-play:before{
	content: "\f04b";
}

#sound_combined i:hover{
	background-color: #FFCB3D;
	color: #fff;
}

.music-box-cat {
    min-width: 100px;
    overflow: hidden;
}

.ark-music-box-cat-name {
    font-size: 11px !important;
    letter-spacing: 0.01px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 4px;
    background-color: #e5e5e5;
    color: #8e8e8e;
    margin: 0 10px;
    min-width: 100px;
    text-align: center;
}

/* HIDDEN FIELD */

.hidden_speaker, .hidden_speaker_cat, .hidden_music,.hidden_music_cat{
	visibility: hidden;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
}

/* RESPONSIVE*/

@media(max-width: 690px){
	.speaker-filter-navigation a, 
	.music-filter-navigation a{
		margin: 0 2px !important;
		letter-spacing: 0.2px !important;
		font-size: 14px !important;
	}
	
	#gosh_speaker_section_result ul li{
		padding: 5px 10px !important;
	}
	
	#gosh_speaker_section_result ul li .speaker-box, 
	#gosh_speaker_section_result ul li .speaker-box a, 
	.speaker-box a{
		width: calc(100% - 40px - 40px - 40px - 20px - 20px);
	}
	
	#gosh_speaker_section_result ul li .speaker-image{
		width: 40px;
	}
	
	#gosh_speaker_section_result ul li .speaker-image .speaker-image-holder{
		max-width: 40px !important;
		max-height: 50px !important;
	}
	
	#gosh_speaker_section_result ul li .speaker-image .speaker-image-holder img{
		max-height: 100% !important;
		height: 100% !important;
		width: auto !important;
	}
	
	#speaker-filter ul.ark-filter-cat li, 
	#music-filter ul.ark-filter-cat li{
		margin: 5px !important;
	}
	
	#gosh_speaker_section_result ul li .speaker-box, 
	#gosh_speaker_section_result ul li .speaker-box a, 
	.speaker-box a{
		font-size: 12px !important;
		letter-spacing: -0.4px !important;
		font-weight: 400
	}
}