
@font-face {
	font-family: 'Heading1';
	src: url('/hkconcerten/fonts/shortcut-hk.eot');
	src: url('/hkconcerten/fonts/shortcut-hk.eot?#iefix') format('embedded-opentype'),
		 url('/hkconcerten/fonts/shortcut-hk.woff') format('woff'),
		 url('/hkconcerten/fonts/shortcut-hk.ttf') format('truetype'),
		 url('/hkconcerten/fonts/shortcut-hk.svg#ShortcutRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Heading2';
	src: url('/hkconcerten/fonts/birth_of_a_hero-hk.eot');
	src: url('/hkconcerten/fonts/birth_of_a_hero-hk.eot?#iefix') format('embedded-opentype'),
		 url('/hkconcerten/fonts/birth_of_a_hero-hk.woff') format('woff'),
		 url('/hkconcerten/fonts/birth_of_a_hero-hk.ttf') format('truetype'),
		 url('/hkconcerten/fonts/birth_of_a_hero-hk.svg#BIRTHOFAHERORegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html, body {
	height: 100%;
}

body {
	font-family: 'Miriam Libre';
	font-size: 14px;
	overflow-y: scroll;
	overflow-x: hidden;
    padding-top: 95px;
	padding-bottom: 75px;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: 'Heading1';
	color: #A35858;
	font-variant: small-caps;
	text-shadow: #FFF 1px 1px 1px;

	/*border-bottom: 1px solid #CCC;*/
}

h2 {
	font-family: 'Heading2';
	color: #A35858;
	text-shadow: #FFF 1px 1px 1px;
	background: transparent url(/hkconcerten/images/lineHorizontal.png) left bottom repeat-x;
}

hr {
	display:block;
	background: transparent url(/hkconcerten/images/lineHorizontal.png) left center repeat-x;
	border:0px;
	margin-left:-2px;
	margin-right:-2px;
	height:2px;
}

.navbar ul {
}

.navbar ul li a {
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:10px;
	margin-right:10px;
}

.navbar #navbar-collapsible {
	margin-bottom:10px;
	margin-top: -20px;
	margin-right: -10px;
}

.navbar #navbar-collapsible ul li a {
	margin:0;
	padding: 10px;
}

.navbar ul li a:hover,
.navbar ul li a:focus {
	background-color: transparent;
	color: #A35858;
	border-bottom:3px solid #A35858;
	border-radius: 3px;

}

.navbar #navbar-collapsible ul li a:hover,
.navbar #navbar-collapsible ul li a:focus {
	background-color: #A35858;
	color: #FFFFFF;
	border-bottom: none;
}

.navbar .buttons {
	margin-top: 10px;
	line-height: 68px;
	text-align: right;
}

.navbar-nav {
	margin: 0;
}

.collapse {
	display: none;
}

.navbar .buttons button {
	background: transparent;
	font-size: 22px;
	text-shadow: 0px 1px 0px #FFF;
	padding: 0;
	margin-left:20px;
}

.navbar .buttons .search-form {
	position: absolute;
	width:190px;
	right: 166px;
	display: none;
}

	.navbar .buttons .search-form .middleColumn {
		background: none;
		border-bottom: 1px solid #ffffff;
	}

	.autocomplete {
		min-width:300px !important;
	}

	.navbar .buttons .search-form .middleColumn input {
		border: 1px solid rgba(51, 51, 51, 0.19);
		background: none;
		background-color: rgba(0, 0, 0, 0.02);
		color: #333;
		/* border-radius: 57px; */
		text-shadow: 0px 1px 0px #FFF;
		border-bottom: 1px solid rgb(255, 255, 255);
		/* border-right: 1px solid rgb(255, 255, 255); */
	}

	.navbar .buttons .search-form legend,
	.navbar .buttons .search-form .action {
		display: none;
	}

.navbar li a {
	font-family: 'Heading2';
	color:#474646;
	font-size: 20px;
}

.navbar.header {
	background:url(/hkconcerten/images/teared-background.png) center bottom;
	background-repeat: repeat-x;
	min-height:110px;
	padding-bottom:20px;
}

.navbar .logo {
	margin-top: 10px;
	height:88px;
}

.navbar .logo img {
	width:100%;
	max-width: 370px;
	max-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto 0;
}

.contact-form {
	position: fixed;
	width: 100%;
	top:99px;
	z-index:1000;
	text-align: center;
	color: #FFF;
	text-shadow: #3c3c3c 1px 1px 1px;
	display:none;
}

	.contact-form div.form-container {
		padding-top:30px;
		padding-bottom: 20px;
		background-image: url(/hkconcerten/images/red-background.png);
		border-radius: 10px;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	}

	.contact-form h1 {
		font-family: 'Heading2';
		color: #FFF;
		text-shadow: #3c3c3c 1px 1px 1px;
	}
	.contact-form p {

	}

section {
	padding-top: 20px;
	padding-bottom: 20px;
}

section.hidden-artist-banner {
	display: none;
}

section.artist-banner {
	padding-top: 0;
	position: relative;
	overflow: hidden;
}

	section.active-artist-banner.artist-page .banner-content {
	}

	section.artist-banner .next-button,
	section.artist-banner .previous-button {
		position: absolute;
		top: 188px;
		font-size: 25px;
		z-index: 12;
		border: 1px solid #FFFFFF;
		border-radius: 50px;
		padding: 5px;
		color: #ffffff;
		width: 39px;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.28);
		height: 39px;
		text-align: center;
		opacity: 0.5;
		cursor: pointer;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}

    section.artist-banner.artist-page .next-button,
    section.artist-banner.artist-page .previous-button {
    }

	section.artist-banner .next-button {
		right: 2%;
	}

	section.artist-banner .previous-button {
		left: 2%;
	}

	section.artist-banner .next-button:hover,
	section.artist-banner .previous-button:hover {
		opacity: 1;
	}

	section.artist-banner .banner-loading {
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.64);
		display: none;
	}

		section.artist-banner .banner-loading .spinner-wrapper {
			margin: auto;
		}

	section.artist-banner .banner-background {
		background-position:center 20%;
		background-size: cover;
		position:absolute;
		left:-20%;
		width:140%;
		height:100%;
		z-index:5;
		-webkit-box-shadow: inset 0px 0px 95px 69px rgba(0,0,0,0.55);
		-moz-box-shadow: inset 0px 0px 95px 69px rgba(0,0,0,0.55);
		box-shadow: inset 0px 0px 95px 69px rgba(0,0,0,0.55);
		background-attachment: fixed;
		/*-webkit-filter: blur(5px);*/
		/*-moz-filter: blur(5px);*/
		/*-o-filter: blur(5px);*/
		/*-ms-filter: blur(5px);*/

		/*-webkit-filter: grayscale(50%); !* Safari 6.0 - 9.0 *!*/
		/*filter: blur(8px) grayscale(50%);*/
	}
	section.artist-banner .banner-overlay {
		background-color: rgba(0,0,0,0.5);
		position:absolute;
		height:100%;
		width:100%;
		z-index:6;
	}

	section.artist-banner .banner-content {
		font-family: 'Economica';
		padding-top:50px;
		padding-bottom:50px;
		text-align: center;
		color: #FFFFFF;
		font-size: 19px;
		text-align: center;
		text-shadow: 1px 1px 2px #000000;
		z-index: 7;
	}

	section.artist-banner .banner-content hr {
		margin-top: 10px;
		margin-bottom: 10px;
		background-image: url(/hkconcerten/images/lineHorizontalWhite.png);
	}

	section.artist-banner .banner-content h1 {
		margin-top: 0;
		margin-bottom: 0px;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px #000000;

	}

	section.artist-banner .banner-content h1.background {
		position: absolute;
		width: 200%;
		font-size: 73px;
		left: -50%;
		top: -22px;
		z-index: -1;
		opacity: 0.5;
		filter: blur(4px);
	}

	section.artist-banner .banner-content h3 {
		margin-top: 0;
		color: #FFFFFF;
		font-size: 19px;
		margin-bottom: 10px;
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 5px;
		font-size: 23px;
		font-family: 'Heading2';
		letter-spacing: 1px;
		background-image: url(/hkconcerten/images/lineHorizontalWhite.png);
	}

	section.artist-banner .banner-image {
		margin-bottom:10px;
	}

		section.artist-banner .banner-image img {
			width: 90%;
			max-width:300px;
			border-radius: 400px;
			border: 2px solid #FFF;
			box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
		}

	section.artist-banner div.artist-footer .banner-social {
		text-align: left;
	}

	section.artist-banner div.artist-footer .banner-book {
		margin-top: -6px;
		text-align: right;
	}

	section.artist-banner .banner-social {
		font-size: 28px;
		margin-top: 10px;
	}

	section.artist-banner .banner-social i {
		margin:4px;
	}

	section.artist-banner .banner-social a {
		color: #FFF;
		text-decoration: none;
	}

	section.artist-banner .banner-social a:hover {
		color: #CCC;
		text-decoration: none;
	}

	section.artist-banner .banner-book a#infoButton {
		float: none;
		margin-top:20px;
		margin-bottom: 20px;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	}

	section.artist-banner .artist-media {
		margin-top: 20px;
	}

	section.artist-banner .twitter-container {
		text-align: left;
		font-size: 12px;
		font-family: 'Miriam Libre';
	}

	section.artist-banner .twitter-container a {
		color: #A4A4A4;
	}

	section.artist-banner .twitter-container span a {
		display: block;
		text-align: right;
		font-style: italic;
		font-size: 10px;
		color: #FFFFFF;
		opacity: 0.5;
	}

	section.artist-banner .youtube-container .youtube-thumbnail {
		width:100%;
		margin:0 auto;
		max-width: 250px;
		border: 2px solid #FFFFFF;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
		overflow: hidden;
		position: relative;
		border-radius: 3px;
		background-size: 105%;
		background-position: center center;
	}

	section.artist-banner .youtube-container .youtube-thumbnail img {
		width:100%;
	}

	section.artist-banner .youtube-container .youtube-thumbnail .youtube-overlay {
		position: absolute;
		left:0;
		bottom:0;
		width:100%;
		background-color: rgba(0,0,0,0.5);
		font-size: 16px;
		text-align: right;
		padding-left:5px;
		padding-right:5px;
		border-top: 1px solid #2c2c2c;
	}

	section.artist-banner .youtube-container .youtube-thumbnail .youtube-overlay i {
		position: absolute;
		bottom: 3px;
		left: 4px;
	}

	section.artist-banner .video-player {
		display: none;
		width: 0;
		height: 0;
		overflow: hidden;
		border: 2px solid #fff;
		margin: 0 auto;
		position: absolute;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 4px;
	}

		section.artist-banner .video-player iframe {
			border: 0;
		}

	section.artist-banner .expand-info.do-expand i.icon-up {
		display: none;
	}

	section.artist-banner .expand-info.do-contract i.icon-down {
		display: none;
	}

	section.artist-banner .artist-bio h1,
	section.artist-banner .artist-bio h2,
	section.artist-banner .artist-bio h3 {
		color: #FFF;
		text-shadow: 1px 1px 2px #000000;
		background: transparent url(/hkconcerten/images/lineHorizontalWhite.png) left bottom repeat-x;
		text-align: center;
	}

	section.artist-banner .artist-bio a {
		color: #FFF;
		text-decoration: underline;
	}

	section.artist-banner .artist-bio a:hover {
		color: #CCC;
		text-decoration: none;
	}

	section.artist-banner .expand-info:hover {
		cursor: pointer;
		background-color: rgba(215, 222, 226, 0.13);
		border-radius: 4px;
	}

	section.artist-banner .artist-media-move {
		max-width: 275px;
		margin: 0 auto;
	}
	section.artist-banner .artist-media-move .col-xs-12 {
		margin-top:10px;
		margin-bottom: 10px;
	}

	.artist-banner .banner-audio-player .controls {
		margin-top: -66px;
	}

	.artist-banner .artist-playlist {
		margin-top:40px;
	}

	.artist-banner .artist-playlist ul {
		height: auto;
		width: 100%;
		max-width: 250px;
		list-style-type: none;
		margin: 0 auto;
		padding:5px;
		padding-top:0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		/*background-color: rgba(56, 56, 56, 0.93);*/
		/*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/

	}

		.artist-banner .artist-playlist ul li {
			padding:0;
			margin-top: 3px;
			display:block;
			clear: both;
			cursor: pointer;
			font-size: 15px;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
			position: relative;
			opacity: 0.8;
		}

		.artist-banner .artist-playlist ul li:hover {
			background-color: rgba(85, 85, 85, 0.69);
			border-radius: 5px;
		}

		.artist-banner .artist-playlist ul li.selected {
			opacity: 1;
		}

		.artist-banner .artist-playlist ul li img {
			width: 45px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin-right: 5px;
		}

		.artist-banner .artist-playlist ul li span {
			color: #FFFFFF;
			font-size:15px;
			display: block;
		}

		.artist-banner .artist-playlist ul hr {
			margin-top: 2px;
			margin-bottom: 0;
			background-image: url('/hkconcerten/images/lineHorizontalWhite.png');
		}

		.artist-banner .artist-playlist ul li span.artist {
			padding-top:5px;
			font-size:14px;

		}
	
	.artist-banner .controls > i,
	.artist-banner .artist-playlist > i {
		background-color: rgba(71, 70, 70, 0.6);
		width:26px;
		height:26px;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		border: 1px solid #FFFFFF;
		border-radius: 50px;
		padding: 7px;
		margin-left:5px;
		margin-right:5px;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
		font-size: 11px;
		margin-top:2px;
	}

	.artist-banner .artist-playlist li i {
		position: absolute;
		top: 4px;
		left: 0px;
	}

	.artist-banner .artist-playlist li i.fa-play {
		display: none;
		left: auto;
		right: 0;
		font-size: 9px;
		top:7px;
	}
	
	.artist-banner .artist-playlist li.playing i {
		display: block;
	}
	
	.artist-banner .controls > i:hover,
	.artist-banner .playlist > i:hover {
		background-color: #FFFFFF;
		color: rgb(93, 93, 93);
	}
	
	.artist-banner .controls .do-play:before {
		margin-left:3px;
	}
	
	
	.artist-banner .controls .do-play-pause {
		font-size: 20px;
		width: 35px;
		height: 35px;
		position: relative;
		display:inline-block;
		top:3px;
	}
	
	.artist-banner .controls .do-play-pause:hover {
		color: rgb(93, 93, 93);
	}
	
	.artist-banner .controls .do-pause {
		display: none;
		display: none;
	}

	.artist-banner .youtube-container ul.videos {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: relative;
	}

		.artist-banner .youtube-container ul.videos li {
			display: block;
			position: absolute;
			cursor: pointer;
			width: 100%;
			opacity: 0;
			top:0;
		}

		.artist-banner .youtube-container ul.videos li:first-child {
			opacity: 1;
			z-index: 3;
		}

section#light {
	background:url(/hkconcerten/images/section-background-light.png) center top;
	margin-top: -50px;
	position: relative;
	z-index: 200;
}

	section#light .section-header {
		background:url(/hkconcerten/images/teared-background.png) center top;
		margin-top: -50px;
		position: relative;
		height:34px;
		z-index: 200;
	}

	section#light .section-footer {
		background:url(/hkconcerten/images/teared-background.png) center bottom;
		margin-top: -50px;
		position: relative;
		height:34px;
		z-index: 200;
	}

	section#light .content-content {
		margin-top:5px;
	}


		section#light .content-content h1 {
			font-family: 'Heading1';
			margin-top: 0;
			margin-bottom: 20px;
			color: #A35858;
			font-variant: small-caps;
			text-shadow: #FFF 1px 1px 1px;
			background: transparent url(/hkconcerten/images/lineHorizontal.png) left bottom repeat-x;
			text-align: center;
		}

section#dark {
	color: #FFFFFF;
	background:url(/hkconcerten/images/section-background-dark.png) center top;
	-webkit-box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	text-shadow: 1px 1px 2px #000000;
	position: relative;
}

    section#dark .content-content .banner-social {
        position: absolute;
        right: 32px;
        top: 7px;
        font-size: 26px;
    }

    section#dark .content-content .banner-social i {
        margin-left: 5px;
    }

	section#dark .content-content .banner-social a {
		color: #FFF;
		text-decoration: none;
	}

	section#dark h2 {
		color: #FFF;
		text-shadow: 1px 1px 2px #000000;
		background: transparent url(/hkconcerten/images/lineHorizontalWhite.png) left bottom repeat-x;
		text-align: center;
	}

	section#dark hr {
        margin-top:5px;
        margin-bottom:5px;
		background: transparent url(/hkconcerten/images/lineHorizontalWhite.png) left bottom repeat-x;
	}

    section#dark div.news-row {
        clear: both;
        margin-bottom:20px;
    }

    section#dark div.news-row img {
        width: 100px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 2px solid #FFF;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
        border-radius: 4px;
    }

    section#dark div.news-row span {
        font-size: 12px;
        display: block;
        background-color: rgba(0, 0, 0, 0.38);
        padding: 2px;
        padding-left: 8px;
        border-radius: 33px;
        clear: both;
        color: #ccc;
        border: 1px solid #424242;
    }

    section#dark .twitter {
        border: 1px solid #424242;
        background-color: rgba(0, 0, 0, 0.38);
        border-radius: 5px;
        font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
    }
    section#dark .twitter span {
        display: block;
        font-size: 10px;
        text-align: right;
    }

    section#dark .twitter span a {
        text-decoration: none;
        color: #CCC;
    }

    section#dark a {
        color: #FFF;
        text-decoration: underline;
    }

    section#dark .news-row a {
        color: #FFF;
        white-space: nowrap;
        text-decoration: none;
        background-color: #4e4e4e;
        /* padding: 2px; */
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 40px;
    }

    section#dark a:hover {
        color: #d0d0d0;
        text-decoration: none;
    }

	section#dark .icon-background {
		position: absolute;
		right: 0;
		bottom: 0;
	}

section#middle-banner {
	color: #FFFFFF;
	background:url(/hkconcerten/images/banner-middle-bw.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	box-shadow: inset 0px 6px 12px -4px rgba(0,0,0,0.50);
	text-shadow: 1px 1px 2px #000000;
	padding:0;
}

section#middle-banner.normal-page {
	min-height: 100vh;
}

	section#middle-banner .banner-content {
		background-color: rgba(0,0,0,0.65);
		padding-top: 40px;
		padding-bottom: 60px;
	}

	section#middle-banner.normal-page .banner-content {
		min-height: 100vh;
	}

	section#middle-banner h2 {
		color: #FFF;
		text-shadow: 1px 1px 2px #000000;
		background: transparent url(/hkconcerten/images/lineHorizontalWhite.png) left bottom repeat-x;
	}

	section#middle-banner .content-content {
		text-align: center;
	}

	section#middle-banner .content-content h1 {
		font-family: 'Heading1';
		margin-top: 0;
		margin-bottom: 20px;
		color: #FFFFFF;
		font-variant: small-caps;
		text-shadow: 1px 1px 2px #000000;
		background: transparent url(/hkconcerten/images/lineHorizontalWhite.png) left bottom repeat-x;
		text-align: center;
	}

	section#middle-banner h3 {
		font-family: 'Heading2';
		color: #FFF;
		text-shadow: 1px 1px 2px #000000;

	}

	section#middle-banner .form-container {
		padding: 30px;
		padding-top:5px;
		margin: 0 auto;
		border-radius: 20px;
		background-color: rgba(0, 0, 0, 0.55);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	}

	section#middle-banner.normal-page form {
		padding: 30px;
		padding-top:5px;
		max-width: 600px;
		margin: 0 auto;
		border-radius: 20px;
		background-color: rgba(0, 0, 0, 0.55);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

	}


	section#middle-banner .form-container .form-explanation {
        text-align: left;
	}

	section#middle-banner #ForgotPassword {
		margin-top:20px;
	}

	section#middle-banner a {
		color: #888888;
	}
	section#middle-banner a:hover {
		text-decoration: underline;
	}

footer {
	background-color: #A35858;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	z-index: 9000;
}

	footer #audio-player {
		display: none;
	}

	footer .audio-container {
		background-image: url(/hkconcerten/images/red-background.png);
		height: 75px;

	}

	footer.audio-player-wrapper img {
		float: left;
	}

	footer.audio-player-wrapper div.audio-thumbnail {
		width: 75px;
		height: 75px;
		float: left;
		text-align: center;
		font-size: 19px;
	}

		footer.audio-player-wrapper div.audio-thumbnail i.show-player {
			line-height: 30px;
			margin-top: 5px;
			color: #FFFFFF;
			text-shadow: 1px 1px 2px #000000;
			margin-bottom: 10px;
			position: absolute;
			cursor: pointer;
			display:none;
		}

	footer.audio-player-wrapper img.audio-thumbnail {
		float:left;
		width: 75px;
	}

	footer .audio-player {
		margin-left: 75px;
	}

	footer .titles {
		float:left;
		margin:5px;
		margin-top:0;
		margin-left: 10px;
	}

	footer .controls {
		width:100%;
		position: absolute;
		top:30px;
		left:0px;
		height:20px;
		font-size: 11px;
		margin-top: -3px;
		z-index:99999;
		text-align: center;
	}

	footer .playlist {
		float:right;
		margin-right:5px;
		position: relative;
		z-index:99999;
		margin-top: 5px;

	}

		footer .playlist ul {
			display: none;
			height: 340px;
			width: 300px;
			border: 1px solid rgba(0, 0, 0, 0.45);
			position: absolute;
			bottom:75px;
			right:10px;
			overflow: scroll;
			overflow-x: hidden;
			list-style-type: none;
			margin: 0;
			padding:5px;
			padding-top:0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background-color: rgba(56, 56, 56, 0.93);
			box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

		}


			footer .playlist ul li {
				padding:0;
				margin-top: 3px;
				display:block;
				clear: both;
				cursor: pointer;
				height:45px;
				text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
				position: relative;
				opacity: 0.8;
			}

			footer .playlist ul li:hover {
				background-color: rgba(85, 85, 85, 0.69);
				border-radius: 5px;
			}

				footer .playlist ul li.selected {
					opacity: 1;
				}

				footer .playlist ul li img {
					width: 45px;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					margin-right: 5px;
				}

				footer .playlist ul li span {
					color: #FFFFFF;
					font-size:12px;
					display: block;
				}

		footer .playlist ul hr {
			margin-top: 2px;
			margin-bottom: 0;
			background-image: url('/hkconcerten/images/lineHorizontalWhite.png');
		}

		footer .playlist ul li span.artist {
			padding-top:5px;
			font-size:14px;

		}

		footer .controls > i,
		footer .playlist > i {
			width:26px;
			height:26px;
			color: #FFFFFF;
			cursor: pointer;
			display: inline-block;
			border: 1px solid #FFFFFF;
			border-radius: 50px;
			padding: 7px;
			margin-left:5px;
			margin-right:5px;
			box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
			font-size: 11px;
		}

		footer .playlist li i {
			color: #FFFFFF;
			position: absolute;
			top:15px;
			right:10px;
			display: none;
		}

		footer .playlist li.playing i {
			display: block;
		}

		footer .controls > i:hover,
		footer .playlist > i:hover {
			background-color: #FFFFFF;
			color: #A35858;
		}

		footer .controls .do-play:before {
			margin-left:3px;
		}


		footer .controls .do-play-pause {
			font-size: 20px;
			width: 35px;
			height: 35px;
			color: #A35858;
			background-color: #FFFFFF;
			position: relative;
			display:inline-block;
			top:3px;
		}

		footer .controls .do-play-pause:hover {
			color:#FFFFFF;
			background-color: #A35858;
		}

		footer .controls .do-pause {
			display: none;
		}

	footer h3,
	footer h4 {
		color: #FFFFFF;
		font-size: 19px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		margin: 0;
		margin-bottom:2px;
	}

	footer h4 {
		font-size: 14px;
	}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background: #b2b3af url(/hkconcerten/images/redBackground.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #7b3e3e;
	text-shadow: #3c3c3c 1px 1px 1px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	margin-top: 31px;
}

.artist-gallery {
	overflow: hidden;
}

.artist-container {
	width: auto;
	white-space: nowrap;
	padding-right:120px;
}

.artist-content {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 125px;
	height: 168px;
	text-align: center;
	vertical-align: bottom;
	padding-top:3px;
}

.artist-content:hover {
	text-decoration: none;
}

.artist-content h3 {
	font-family: 'Heading2';
	color: #A35858;
	text-shadow: #FFF 1px 1px 1px;
	/* background: transparent url(/hkconcerten/images/lineHorizontal.png) left top repeat-x; */
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
	height: 40px;
	width: 130px;
	white-space: normal;
	margin-bottom: 20px;
}

.artist-content:hover h3 {
	color: #333;
}

.artist-content img {
	border-radius: 50%;
	border:2px solid;
	border-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	width: 100%;
	max-width: 100px;
	/*display: inline-block;*/
	/*margin-left:10px;*/
	/*margin-bottom: 10px;*/
	/*float:right;*/
	margin: 0 auto;
}

.artist-content:hover img {
	border-color: #A35858;
	box-shadow: 0px 0px 3px 0px rgba(163, 88, 88,0.75);
}

/* Swipe carousel */

.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
	display: none;
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}


section#light .pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	position: absolute;
	right: 17px;
	top: -5px;
}

.youtube-container .pages {
	list-style: none;
	padding: 0;
	text-align: center;
	display: none;
	position: absolute;
	bottom: 0;
}

.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.youtube-container  .pages li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
	background: #aaa;
}

.pages li.active {
	background: #666;
}


.icon-bar {
	background-color: #fff;
}

div.our-customers {
	text-align: justify;
	text-shadow: #FFF 1px 1px 1px;
}

div.our-customers div.read-more {
	background: transparent url(/hkconcerten/images/lineHorizontal.png) left top repeat-x;
	text-align: center;
	margin-top: 5px;
	padding-top: 11px;
}

div.our-customers a {
	background-color: #bfbfbf;
	/* padding: 2px; */
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 40px;
	white-space: nowrap;
	color: #333;
	text-shadow:none;
	display: inline-block;
	clear: both;
	margin: 0 auto;
	width: auto;
}

.testimonial {
	text-align: center;
	text-shadow: #FFF 1px 1px 1px;
}

.testimonial h3,
div.our-customers h3 {
	font-family: 'Heading2';
	font-size:26px;
	margin-bottom: 0;
	text-align: center;
}

.testimonial h3 {
	color: #A35858;
}

.testimonial h3 span {
	color: #333;
}

.testimonial .subtitle {
	font-style: normal;
	background: transparent url(/hkconcerten/images/lineHorizontal.png) left bottom repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
}

.testimonial a {
	border:2px solid #FFF;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	margin-left:5px;
	margin-right:5px;
}

.testimonial a img {
	margin-left: -16px;
}

div.our-customers h4 {
	color: #A35858;
	font-size: 14px;
	margin-top: 0;
	text-align: center;
	background: transparent url(/hkconcerten/images/lineHorizontal.png) left bottom repeat-x;
	padding-bottom:5px;

}

.testimonial-buttons {
	margin-top: 10px;
	text-align: center;
}

.btn {
	border-radius: 50px;
	border: none;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.27);
}

.btn.btn-primary {
	background-color: #A35858;
	color: #FFF;
	text-shadow: #3c3c3c 1px 1px 1px;
}

nav .buttons .btn {
	box-shadow: none;
}

.review-form {
	text-align: center;
	margin-top: 20px;
	clear: both;
	display: none;
}

ul.old-artists {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.old-artists li {
	display: inline-block;
	margin: 10px;
	padding: 0;
}

ul.old-artists img {
	border: 2px solid #FFF;
	border-radius: 50%;
}

ul.old-artists li h2 {
	font-size: 19px;
	background: none !important;
}

select#Form_recensie-schrijven_EditableArtistSelectableDropdown48 {
	display: none;
}

/* Buttons */
a#bookButton,
a#infoButton {
	background: #b2b3af url('/hkconcerten/images/redBackground.png');
	display:inline-block;
	line-height:21px;
	padding-right:15px;
	padding-left:15px;
	font-size:15px;
	color:#fff;
	height:32px;
	line-height:34px;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Heading1';
	letter-spacing: 2px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-decoration:none;
	border:1px solid #7b3e3e;
	text-shadow: #3c3c3c 1px 1px 1px;
}

@media (max-width: 767px) {

	body {
		padding-top: 48px;
	}

	.navbar .buttons .search-form {
		top: -5px;
		right: 205px;
	}

	.navbar #navbar-collapsible {
		margin-top: 10px;
	}

	.navbar.header {
		min-height: 78px;
		padding-bottom: 15px;
	}

	.navbar .logo {
		margin-left: 10px;
		margin-top: 11px;
		height: 50px;
	}

	.navbar .logo img {
		max-width: 266px;
	}

	.navbar .buttons {
		margin-top: 11px;
		line-height: normal;
		text-align: right;
	}

	.navbar .buttons button {
		font-size: 30px;
		margin-left: 17px;
	}

	.contact-form {
		top: 60px;
	}

	/*i.fa {*/
		/*margin-top: 3px !important;*/
	/*}*/

	footer .controls {
		left: auto;
		width: 153px;
		right: 45px;
		top: 25px;
	}

	footer .playlist {
		top: -6px;
	}

	footer .controls i,
	footer .playlist i {
		margin-top: 5px;
		/*padding-top: 10px;*/
		font-size: 16px;
		width: 33px;
		height: 33px;
	}

	footer .controls .do-play-pause {
		/*padding-top: 10px;*/
		font-size: 27px;
		width: 42px;
		height: 42px;
	}

	.artist-banner .banner-audio-player {
		position: relative;

	}

	.artist-banner .banner-audio-player .controls {
		margin-top: -105px;
	}

	.artist-banner .banner-audio-player .controls i {
		/*padding-top: 10px;*/
		font-size: 16px;
		width: 33px;
		height: 33px;
	}

	.artist-banner .banner-audio-player .controls .do-play-pause {
		/*padding-top: 10px;*/
		font-size: 27px;
		width: 42px;
		height: 42px;
	}

	.artist-banner .artist-playlist {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 9999;
	}

	.artist-banner .artist-playlist ul {
		width: 300px;
		margin: 0 auto;
		border: 1px solid rgba(0, 0, 0, 0.45);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(56, 56, 56, 0.93);
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.artist-banner .artist-playlist ul li span {
		font-size: 20px !important;
	}

	.artist-banner .artist-playlist ul li i.fa-volume-up {
		margin-top: 2px;
	}

	.artist-banner .artist-playlist ul li i.fa-play {
		margin-top: 9px;
	}

	.contact-form div.form-container {
		max-height: 75vh;
		overflow-y: scroll;
	}
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

.artist-badge-container {
	text-align: center;
	width: 100%;
	margin-top: -3px;
	margin-bottom: -22px;
}

.artist-badge {
	background: #b2b3af url(/hkconcerten/images/redBackground.png);
	display: inline-block;
	line-height: 21px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	color: #fff;
	height: 23px;
	line-height: 23px;
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Heading2';
	letter-spacing: 2px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	border: 1px solid #7b3e3e;
	text-shadow: #3c3c3c 1px 1px 1px;
}

section.extra-padding .banner-content {
	padding-bottom: 110px !important;
}

table.privacy-table {
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	table.privacy-table td {
		padding: 5px;
		background-color: rgba(0, 0, 0, 0.73);
	}

section.footer {
	padding-bottom: 95px;
}

	section.footer div {
		text-align: center;
	}

	section.footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		section.footer ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

	section.footer img.logo-hktheater {
		max-width: 319px;
		width: 100%;
	}

	section#dark.footer .content-content .banner-social {
		position: initial;
		font-size: 40px;
		margin-top:20px;
	}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		height: auto!important;
		padding-bottom: 0;
		overflow: hidden!important;
	}
}


progress {
	position: fixed;
	left: 0;
	top: 0;
	z-index:10001;
	width: 100%;
	height: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #A35858;
}

progress::-webkit-progress-bar {
	background-color: transparent;
}

progress::-webkit-progress-value {
	background-color: #A35858;
}

progress::-moz-progress-bar {
	background-color: #A35858;
}

.spinner {
	margin: 250px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;

	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #FFF;
	border-radius: 100%;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}

#all-artists {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#all-artists li {
	display: block;
	clear: both;
	padding-top:1px;
	padding-bottom:10px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.55);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	margin-bottom:20px;
}

#all-artists li p {
	text-align: left;
}

#all-artists .artist-content {
	height: auto;
	padding-bottom:20px;
}


#all-artists .artist-content img {
	margin-top:20px;
	border-radius: 50%;
	border: 2px solid;
	border-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	max-width: 100px;
	/* display: inline-block; */
	/* margin-left: 10px; */
	/* margin-bottom: 10px; */
}

#all-artists h2 {
	text-align: left !important;
}

#all-artists .btn {
	color: #FFFFFF;
	text-shadow: none;
}

#all-artists .btn:hover {
	text-decoration: none;
}

.contact-form  p a[href^="tel:"],
.content-content p a[href^="tel:"] {
	color: #FFFFFF !important;
	font-weight: bold;
}