/*Default Link Styles*/
a {
	color: #666;
	line-height: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #9fbacc;
}

/*Loading Start*/

.loading-message {
	z-index: 9999;
	width: 105px;
	height: 105px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	color: lightgray;
	text-align: center;
	display: none;
	line-height: 95px;
	border-radius: 105px;
	border: 6px solid rgba(100, 100, 100, 0.1);
	-webkit-animation: border-pulsate 1.5s infinite;
	animation: border-pulsate 1.5s infinite;
}

@-webkit-keyframes border-pulsate {
	0% {
		border-color: rgba(100, 100, 100, 0.1);
	}
	50% {
		border-color: #9fbacc;
	}
	100% {
		border-color: rgba(100, 100, 100, 0.1);
	}
}
@keyframes border-pulsate {
	0% {
		border-color: rgba(100, 100, 100, 0.1);
	}
	50% {
		border-color: #9fbacc;
	}
	100% {
		border-color: rgba(100, 100, 100, 0.1);
	}
}

/*Loading End*/

/*Team*/

.employee-entry {
	border-right: 7px solid #f7f4ef;
	border-bottom: 7px solid #f7f4ef;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
	display: none;
}

/*Team End*/

.fa-size {
	font-size: 30px !important;
	cursor: move;
	color: #e17a9f;
}

.fa-size:hover {
	color: #171717;
}

.frontpage-news.bg-white {
	background-color: #fff;
}

.frontpage-news {
	background-color: #f0f0f0;
	padding: 0;
}

.row.frontpage-welcome-header {
	padding-bottom: 30px;
}

.frontpage-news .row {
	padding-top: 1px;
	padding-bottom: 1px;
}

.frontpage-music {
	background-color: #d4dee3;
	padding: 20px 0 70px 0;
}

.frontpage-news-entry {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-position 0.3s ease-in;
}

a.work-entry {
	border-left: 2px solid #000;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
	display: none;
}

/*Favoriten Start*/

.fav-container {
	margin-top: 0px;
	margin-bottom: 20px;
}
.fav-container a {
	color: #ab657c;
}
.fav-container a:hover {
	font-weight: bold;
}
.fav-container .fav-header {
	padding: 15px 10px;
	background-color: #9fbacc;
}
.fav-container .fav-header a:hover {
	color: #74a3c2;
}
.fav-container .fav-header div a i {
	font-size: 24px;
}
.fav-container div.fav-entry:nth-child(odd),
.fav-container div.fav-entry-disabled:nth-child(odd) {
	background-color: #fafafa;
}

.fav-container a {
	color: #9fbacc;
}

.login-body small {
	font-size: 1rem;
}

.login-body small.help {
	display: block;
	font-size: 1rem;
}

.form form input:hover,
button:hover,
.button:hover,
button:focus,
.button:focus {
	background-color: #74a3c2;
	color: white;
}

.form form input,
button,
.button {
	background-color: #9fbacc;
	border: none;
	border-radius: 3px;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 7px 30px;
	transition: all 0.3s ease-in;
	cursor: pointer;
	margin: 3px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 50px;
}

/*Favoriten End*/

/*start-navigation*/

.top-bar-section li.active a {
	color: #9fbacc !important;
	font-weight: normal;
}

.section-headline {
	text-align: center;
	margin: 60px 0 20px 0;
	text-transform: uppercase;
	color: #808080;
	letter-spacing: 0.5px;
}

.category-filter li a.active,
.category-filter li a.hover {
	border-width: thin;
	border-style: solid;
	padding: 6px;
	color: #9fbacc;
}

.category-filter li a {
	color: #808080;
	transition: all 0.5s linear;
	text-transform: uppercase;
	padding: 3px;
}

.category-filter li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	border-left: 0px;
	border-bottom: none;
}

/*end-navigation*/

/*WORK Start*/

.post-type-archive-loft_work {
	background-color: #000;
}

.video-poster {
	line-height: 0.7;
	max-width: 100%;
	background-size: contain;
}

/*WORK End*/

/*Sprecher NEU Start*/

.search-talents-container {
	background-color: #8999a6;
}
.search-talents-container .talents-image {
	background: #8999a6 url("../../speakermusic/uploads/images/loft_talents.jpg") no-repeat center;
	min-height: 200px;
    background-size: contain;
}

/*Sprecher NEU End*/

/*About Start*/

body.page {
	background-color: #f5f5f5;
}

.gallery-row {
	padding-top: 1px;
}

.gallery-thumbnail {
	border-right: 1px solid #e0e0e0;
	background-position: center center;
}

hr {
	border: solid #e0e0e0;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}

/*About End*/

/*Soundmanager-Start*/

#soundmanager-ctrl {
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: rgba(60, 60, 60, 1);
	z-index: 99999;
	padding: 30px 0;
}

#soundmanager-ctrl .playbutton {
	text-align: center;
	color: #65acda;
}

a.soundmanager.playing {
	color: #65acda;
}

.progress {
	background-color: #000;
	border: 1px solid white;
	height: 1.5625rem;
	margin-bottom: 0.625rem;
	padding: 0rem;
}

#soundmanager-ctrl .progressbar {
	position: relative;
	width: 0px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: #4f85aa;
	border-radius: 0.65em;
	border: none;
}

#soundmanager-ctrl .position {
	text-align: center;
	color: #fff;
}

/*Soundmanager-End*/

/*Profil-Start*/

.profile-name {
	text-transform: none;
}

.profile-image-overview {
	padding: 10px 20px 40px 0;
	max-width: 280px;
	height: auto;
	margin-top: 60px;
}

/*Profil-End*/

/*Suchen-Start*/

.count-fav {
	background-color: #9fbacc;
	border-radius: 20px;
	color: white;
	font-size: 12px;
	padding: 4px 8px;
	margin-left: 15px;
}

body {
	background: #efefef;
	color: #222;
	cursor: auto;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
}

.work-archive-container .row {
	padding-top: 1px;
	padding-bottom: 1px;
}

.search-result-header {
	background-color: #98aab6;
	padding: 15px;
	text-align: center;
}

.search-pagination a {
	color: #cddde9;
}

.search-play i {
	padding-top: 0px;
}

.search-play .search-player {
	display: block;
	float: left;
	padding: 0 13px 0 0;
	font-size: medium;
}

.search-play a {
	color: #4f85aa;
}
.search-play a:hover {
	font-weight: bold;
}

.uptodate-date {
	font-size: 12px;
	display: block;
	width: 150px;
	color: #c8c8c8;
}

.search-play .search-file {
	vertical-align: top;
	padding: 20px;
	margin-bottom: 5px;
	transition: 0.5s all;
	border: dotted lightgray 0.1em;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	float: left;
}
.search-container {
	background-color: #f9f9f9;
	padding-top: 20px;
}
.search-container a {
	color: #4f85aa;
}
.search-container a:hover {
	font-weight: bold;
}
.search-container .search-results {
	font-size: 1.4rem;
	padding: 20px 0;
	margin-top: 20px;
}
.search-container .search-entry {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.search-container .search-entry:hover {
	background-color: #fff;
	border: none;
	border-radius: 5px;
}
.search-container .search-entry .search-profile-image {
	height: auto;
	width: auto;
	border-radius: 5px;
	max-height: 250px;
	margin: 15px 0;
}
.search-container .search-entry .user-name {
	margin: 15px 0 0;
}
.search-container .search-entry .speaker-tags {
	font-size: small;
	font-weight: normal;
}

.search-form-container {
	background-position: center center;
	background-size: cover;
	background-color: #f8f8f8;
	padding: 30px 0 30px 0;
	display: block;
}

.search-form-container .speaker-music-search form label {
	color: 666;
	display: block;
}

.search-form-container .speaker-music-search form select,
.search-form-container .speaker-music-search form input {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	color: #333;
	padding-left: 10px;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form-container .speaker-music-search .search-checkbox-group .search-checkbox {
	width: 30px;
	height: 30px;
	border: solid;
	border-color: #9fbacc;
	border-width: 3px;
	border-radius: 100%;
	margin: 5px 20px 5px 0px;
	position: relative;
	display: inline-block;
	float: left;
}

/* Popover */
/* .search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper {
    position: relative;
  } */

.search-form-container .speaker-music-search .search-checkbox-group .fa-stack {
	display: inline-block;
}

.search-form-container .speaker-music-search .search-checkbox-group .fa-microphone,
.search-form-container .speaker-music-search .search-checkbox-group .fa-youtube-square {
	position: absolute;
	width: 40px;
	text-align: center;
}

.search-form-container .speaker-music-search .search-checkbox-group .fa-square {
	width: 40px;
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper:hover .popover-content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper .info-circle {
	background-color: #ffbd12;
	color: white;
	vertical-align: bottom;
	position: relative;
	float: right;
	width: 1.5em;
	height: 1.5em;
	margin-top: 10px;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	border-radius: 0.75em;
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper .info-circle:hover {
	cursor: pointer;
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper .fa-info {
	position: absolute;
	top: 0.25em;
	width: 1.5em;
	text-align: center;
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper .popover-content {
	background-color: #ffffff;
	bottom: 23px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translate(0, 10px);
	padding: 0.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: auto;
}

.search-form-container .speaker-music-search .search-checkbox-group .popover-wrapper .popover-content:after {
	position: absolute;
	z-index: -1;
	content: "";
	right: calc(4%);
	bottom: -20px;
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff transparent transparent transparent;
	transition-duration: 0.3s;
	transition-property: transform;
}

.search-result-header .toggle-search-container .toggle-search-text {
	display: inline-block;
	vertical-align: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.search-form-container .speaker-music-search form select:focus,
.search-form-container .speaker-music-search form input:focus,
.search-form-container .speaker-music-search form input:active {
	border: 3px solid #9fbacc;
	color: #333;
	outline: none;
}

.search-form-container .speaker-music-search form .search-button {
	background-color: #d7d7d7;
	border: none;
	color: black;
	font-size: 100%;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 7px 20px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	margin: 38px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-form-container .speaker-music-search form .search-button:hover {
	background-color: #9fbacc;
}

.search-form-container .speaker-music-search .search-checkbox-group .search-checkbox input[type="checkbox"]:checked + label {
	background: #9fbacc;
}

.search-form-container .speaker-music-search .search-checkbox-group #ownRecordingFacilityLogo.selected,
.search-form-container .speaker-music-search .search-checkbox-group #ownliveActionLogo.selected {
	color: #9fbacc;
}

.recording-facility {
	color: #9fbacc;
}

.live-action {
	color: #e35357;
}

.accordion .acc-content {
	display: none;
}

.border-youtube-video {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 425px) {
	.word-break-mobile {
		word-break: break-word;
	}
	.search-file-mobile {
		padding-left: 0px !important;
	}

	.file-mobile {
		padding-left: 0px !important;
	}

	.file-person-mobile {
		padding-right: 0px !important;
	}

	.sample-tags-mobile-none {
		display: none;
	}

	.padding-left-zero-mobile {
		padding-left: 0;
	}

	.padding-left-right-zero-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.fa-youtube-play,
	.fa-vimeo-square {
		font-size: 1.3em;
		position: relative;
		bottom: 3px;
	}

	.informations-mobile-none {
		display: none;
	}

	.live-action-entry-youtube iframe {
		height: 300px;
	}
}

@media screen and (max-width: 375px) {
	.merken-column {
		padding: 0;
	}

	.fa-youtube-play,
	.fa-vimeo-square {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 320px) {
	.fa-youtube-play,
	.fa-vimeo-square {
		font-size: 0.9em;
	}
}

/*Suchen-End*/
