/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width:600px;
	height: auto;
	max-height:600px;
	display:block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	max-height: 600px;
	display: block;
}

body.single-artists .bx-wrapper {
	width:600px;
	max-height:450px;
	margin: 0 auto 0;
}

body.single-artists .bx-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 450px;
	margin:0 auto;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

#bx-pager {
	position: absolute;
	top: 0px;
	right:0px;
	width: 220px;
	z-index:3;
	overflow:hidden;
	margin-bottom:0px;
}

body.single-artists #bx-pager {
	position: relative;
	top: 0px;
	right:0px;
	width: 212px;
	margin: 0 auto 20px;
}

body.home #bx-pager {
	position: relative;
	top: 0px;
	right:0;
	left:0;
	width: 100%;
	margin: 40px 0 20px;
}

.bx-controls-auto {
	position: absolute;
	top: 0px;
	right: -1px;
	width: 56px;
}

body.home .bx-controls-auto {
	display:none;
}

#bx-pager a {
	display:block;
	float:left;
	width: 65px;
	margin: 0 0 8px 8px;
}

body.single-artists #bx-pager a {
	display: inline-block;
	float:none;
	width: 65px;
	margin: 0px 8px 8px 0;
}

body.home #bx-pager a {
	display: inline-block;
	float:none;
	width: 65px;
	margin: 0px 2px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

#bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

#bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../img/controls.png) no-repeat -38px -64px;
}

body.home .bx-wrapper .bx-prev {
	left: 0px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../img/controls.png) no-repeat -24px -64px;
}

body.home .bx-wrapper .bx-next {
	right: 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: -38px -64px;
}

.bx-wrapper .bx-next:hover {
	background-position: -24px -64px;
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 14px;
	height: 24px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-controls-auto {
	text-align: center;
}

.bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	outline: 0;
	background:#FFF url(../img/controls.png) -80px 0px no-repeat;
	margin: 0px;
}

.bx-controls-auto .bx-start:hover,
.bx-controls-auto .bx-start.active {
	background-position: -80px -28px;
}

.bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	outline: 0;
	background:#FFF url(../img/controls.png) -80px -54px no-repeat;
}

.bx-controls-auto .bx-stop:hover,
.bx-controls-auto .bx-stop.active {
	background-position: -80px -82px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

a.group {
	width:600px;
	display:inline-block;
	text-align:center;
}

body.single-artists a.group {
	width: 100%;
}

a.group img {
	width:auto;
	max-height:400px;
	margin:0 auto;
}

body.single-artists .bx-wrapper .bx-prev {
	left: -24px;
}

body.single-artists .bx-wrapper .bx-next {
	right: -24px;
}


body.home .bx-wrapper {
	width: 800px;
	max-height:500px;
	margin: 0 auto;
}

body.home .bx-wrapper img {
	max-width: 100%;
	max-height: 450px !important;
	margin:0 auto;
	display: block;
}

body.home .bx-wrapper .bx-prev {
	left: -48px;
}

body.home .bx-wrapper .bx-next {
	right: -48px;
}

body.home .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0px;
}

body.home .bx-pager {
	text-align: center !important;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #ccc;
	padding: 20px 0 30px;
	width: 100% !important;
}

body.home .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

body.home .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px 10px;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body.home .bx-pager.bx-default-pager a:hover,
body.home .bx-pager.bx-default-pager a.active {
	background: #333;
}


/*-----------------------------------------------------	*/
/*	for - 819px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 819px) {

.bx-wrapper {
	/*width: auto;*/
}

body.home .bx-wrapper {
	width: 100% !important;
}

body.home .bx-wrapper img {
	max-width: 100%;
	max-height: 350px !important;
	margin:0 auto;
	display: block;
}

.bx-wrapper .bx-viewport {
	padding-bottom:0px;
}

#bx-pager {
	position: relative;
	overflow:hidden;
	display:block;
	top: 0px;
	right:0px;
	width: auto;
}

#bx-pager a {
	display:block;
	float:left;
	width: 23%;
	margin: 2% 2% 0px 0px;
}
body.single-artists .bx-wrapper {
 width: 90%;
 margin: 0 auto 5px;
}
body.single-artists #bx-pager {
 width: 92%;
}
body.single-artists #bx-pager a {
	display:block;
	float:none;
	width: 18%;
	margin: 2% 2% 0 0;
}

body.home #bx-pager {
	margin: 40px 0 40px;
}

body.home #bx-pager a {
	display: inline-block;
	float:none;
	width: 50px;
	margin: 4px 2px;
}

.bx-controls-auto {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
}

.bx-controls {
	display: none;
}

body.home .bx-controls {
	display:inline;
}

body.home .bx-wrapper .bx-prev {
	left: -26px;
}

body.home .bx-wrapper .bx-next {
	right: -26px;
}

a.group {
 width: 100%;
	display:inline-block;
	text-align:center;
}

a.group img {
	margin:0 auto;
}

}
