/* ==========================================================================
   Box-Modell
   ========================================================================== */
   
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
   
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   iOS Hacks
   ========================================================================== */

#forceFullHeight { 
	z-index: 100000; /* should be bigger than everything else */
	position: fixed;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}

/* ==========================================================================
   Allgemein
   ========================================================================== */
   
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	
    background: #575757;
    
   	font-family: 'Open Sans', sans-serif;	
  	font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    
    overflow-x: hidden;
}

body, html {
	width: 100%;
  	height: 100%;

}

body.no-scroll {
	overflow-y: hidden;
}

body.overflow-hidden {
	overflow: hidden;
}

::selection { 
	background: #cc0f0f; 
	color: #fff; 
}

::-moz-selection { 
	background: #cc0f0f; 
	color: #fff; 
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	
	color: white;
	font-weight: 300;
	text-transform: uppercase;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
   
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.innerShadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.hide,
.cnt-xtra-content a.hide {
	display: none !important;
}

.noBorder {
	border: 0 !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.margTop30 {
	margin-top: 30px !important;
}

/* ==========================================================================
   Main / Sections allgemein
   ========================================================================== */
   
main {
	position: relative;
	z-index: 555;
  	height: 100%;
  
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	

	-webkit-overflow-scrolling: touch;
}

a.bt-more {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 22px
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
	margin: 5px 0 3px 0;
	display: inline-block;
}

a.bt-more:hover {
	color: #cc0f0f;
	border-bottom: 1px solid #cc0f0f;
}


.cnt-section {
	display: block;
	min-height: 100%;
	position: relative; 
	
	color: #fff;
}

.cnt-section  a {	
	color: #fff;
	text-decoration: none;
}

.cnt-section a:hover {
	color: #cc0f0f;
}


.cnt-section:nth-of-type(odd) {
	background-color: #3e3947;
}

.cnt-section:nth-of-type(odd) p {
	color: #fff;
}

.cnt-section:nth-of-type(even) {
	background-color: #745360;
}

.cnt-section:nth-of-type(even) p {
	color: #fff;
}

.cnt-section .cnt-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 768px;
	text-align: center;
}


.cnt-xtra-content h3,
.cnt-section h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 8px;
}

.cnt-xtra-content h4,
.cnt-section h4 {
	font-size: 20px;
	line-height: 28px;
}

.cnt-xtra-content h5,
.cnt-section h5 {
	font-size: 16px;
	line-height: 24px;
}

.cnt-section p {
	line-height: 20px;
	margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
	.cnt-section h3 {
		font-size: 36px;
		font-size: 2.0rem;
	}
	.cnt-section p {
		font-size: 18px;
		line-height: 22px;
	}
}


   
   
/* ==========================================================================
   Section 0 - Buy Buttons
   ========================================================================== */
   
.no-touch .bt-album,  
.no-touch .bt-single {
	/* auf HOME = z-index: 12* - ab Video auf HOME = z-index: 10 */
	z-index: 10;
}

.no-touch .bt-album {
	position: fixed;
	bottom: 60px;
	left: 20px;
	display: block;
	height: 30px;
	width: 480px;
}

.no-touch .bt-single {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: block;
	height: 30px;
	width: 480px;
}

.bt-single span,
.bt-album span {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px 6px 0;
	float: left;
}

.bt-single a,
.bt-album a {
	opacity: 0.7;
	border-bottom: 0;
}

.bt-single a:hover,
.bt-album a:hover {
	opacity: 1.0;
	border-bottom: 0;
}
   
@media only screen and (min-width: 768px) {
	.touch .bt-album,
	.touch .bt-single {
    	display: none;
	}
}

/* ==========================================================================
   Section 1 - Home
   ========================================================================== */
   
#section1 {
	background: #575757 url("../img/texture01.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  
	min-height: 100%;
	z-index: 11; /* eins über Menu */
}

#section1 .lgo-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}

#section1 .lgo-cont .lgo {
	margin-bottom: 30px;
}

#section1 .lgo-cont .symb {
	margin-bottom: 30px;
}

.cd-scroll-down {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 40px;
	width: 39px;
	height: 45px;
	    
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.cd-scroll-down img {
	width: 39px;
	height: 45px;
}

.scroll-sec2 {

}


/* ==========================================================================
   Section 2 - Video
   ========================================================================== */

#section2 {
	background: #575757 url("../img/texture01-50.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#video-stage-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #575757 url("../img/texture01-50.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .75s ease-in-out;
	-o-transition:      opacity .25s ease-in-out;
}

#video-stage-2,
#video-stage-3,
#video-stage-4 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 11;
	background: #575757 url("../img/texture01-80.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .75s ease-in-out;
	-o-transition:      opacity .25s ease-in-out;
	
	
}

#video-stage-1.show-cnt {
	visibility: visible;
	opacity: 1;
}

#video-stage-2.hide-cnt {
	visibility: hidden;
	opacity: 0;
}


#video-stage-2.show-cnt {
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

#video-stage-2.hide-cnt {
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}

#video-stage-3.show-cnt {
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

#video-stage-3.hide-cnt {
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}

#video-stage-4.show-cnt {
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

#video-stage-4.hide-cnt {
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}

.fr-video1 {
	/* 
	width: 768px;
	height: 432px; 
	*/
	width: 100%;
	
}

#video1 {
	width: 100%;
}

#video-stage-2 a.closeStage,
#video-stage-3 a.closeStage3,
#video-stage-4 a.closeStage4  {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	right: 10px;
	background: url("../img/ic-close-1.png") no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 55;
	display: block;
}


video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

/* ==========================================================================
   Section 3 - Album
   ========================================================================== */

#section3 {
	background: #575757 url("../img/texture01-80.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#section3 .cd-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 516px;
  text-align: center;
}

.track-infos {
	display: block;
	background: #000;
	border: 2px solid #fff;
	width: 100%;

	padding: 10px;
	margin-bottom: 20px;
}

.track-infos, 
.play-state {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 20px
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.play-state {
	font-weight: bold;
}

.track-name {
	font-weight: normal;
	color: #cc0f0f;
}



#album-tracks {
	width: 100%;
	margin-bottom: 20px;
}

#album-tracks tr {

}

#album-tracks td {
	height: 50px;
	vertical-align: middle;
}

#album-tracks td.col1 {
}

#album-tracks td.col2 {
	width: 60px;
	padding-left: 20px;
}

.cnt-xtra-content a.track-control {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
	display: block;
	border: 2px solid #fff;
}


.track-controller a.track-control {
	float: left;
	margin-right: 20px;
}

.cnt-xtra-content a.track-control:hover {
	border: 2px solid #fff;
	background-color: #cc0f0f;
}

.bt-track-play {
	background: #000 url("../img/ic-player_play.png") center center no-repeat;
}

.bt-track-pause {
	background: #000 url("../img/ic-player_pause.png") center center no-repeat;
}

.bt-track-stop {
	background: #000 url("../img/ic-player_stop.png") center center no-repeat;
}

.bt-track-mute {
	background: #000 url("../img/ic-player_mute.png") center center no-repeat;
}

.bt-track-unmute {
	background: #000 url("../img/ic-player_unmute.png") center center no-repeat;
}


.no-touch .cnt-xtra .bt-album,
.no-touch .cnt-xtra .bt-single {
	bottom: auto;
	left: auto;
 	position: relative;
 	margin: 20px 0 20px 0;
 	
 }
 
.no-touch .cnt-xtra .bt-album a,
.no-touch .cnt-xtra .bt-single a {
	border: 0;
}
 
/* ==========================================================================
   Section 4 - Band
   ========================================================================== */

#section4 {
	background: #575757 url("../img/texture01-50.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bandThmbs {

	display: inline-block;
	max-width: 156x;
}

.bandThmbs span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}

.bx-photo-pager .bandThmbs .photoPreview {
	background-size: 120px auto;
	width: 120px;
	height: 120px;
	opacity: 1.0;
}

/* ==========================================================================
   Section 5 - Photos
   ========================================================================== */

#section5 {
	background: #575757 url("../img/bg_detail03.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#photo-stage-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #575757 url("../img/texture01-50.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .75s ease-in-out;
	-o-transition:      opacity .25s ease-in-out;
}

#photo-stage-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 11;
	background: #575757 url("../img/texture01-80.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .75s ease-in-out;
	-o-transition:      opacity .25s ease-in-out;
	
	overflow: hidden;
}

#photo-stage-1.show-cnt {
	visibility: visible;
	opacity: 1;
}

#photo-stage-2.hide-cnt {
	visibility: hidden;
	opacity: 0;
}


#photo-stage-2.show-cnt {
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

#photo-stage-2.hide-cnt {
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}



#photo-stage-2 a.closeStage {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	right: 10px;
	background: url("../img/ic-close-1.png") no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 55;
	display: block;
}

.bx-photo-pager {
	margin-top: 30px;
}

.bx-photo-pager .photoPreview {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	border: 2px solid #fff;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
	
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 160px;
	
	margin: 0 20px 20px 0;
	opacity: 0.7;
}

.bx-photo-pager .photoPreview:hover {
	opacity: 1.0;
}


#photo-stage-2 .bx-photo-pager {
	position: absolute;
	z-index: 55;
	
	overflow: hidden;
	bottom: 40px;
	left: 60px;
	right: 60px;
	
	text-align: center;
}

#photo-stage-2 .bx-photo-pager a.photoPreview {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
	
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	
	margin: 0 15px 0 0;
	opacity: 0.7;
}

#photo-stage-2 .bx-photo-pager a.photoPreview:hover,
#photo-stage-2 .bx-photo-pager a.photoPreview.active {
	opacity: 1.0;
}

#photo-stage-2 #photo-prev {
	height: 23px;
    width: 23px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
	
	left: 20px;
	bottom: 80px;
    z-index: 9999;
}

#photo-stage-2 #photo-prev a.bx-prev {
	height: 23px;
	width: 23px;
	display: block;
	opacity: 0.7;
	background: transparent url('../img/ic-arrw-left.png') center center no-repeat;
}

#photo-stage-2 #photo-next {
	height: 23px;
    width: 23px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
	
	right: 20px;
	bottom: 80px;
    z-index: 9999;
}

#photo-stage-2 #photo-next a.bx-next {
	height: 23px;
	width: 23px;
	display: block;
	opacity: 0.7;
	background: transparent url('../img/ic-arrw-right.png') center center no-repeat;
}

#photo-stage-2 #photo-prev a.bx-prev:hover,
#photo-stage-2 #photo-next a.bx-next:hover {
	opacity: 1.0;
	cursor: pointer;
}

#photo-stage-2 #photo-bxslider {
	width: 100%;
	height: 100%;
}

#photo-stage-2 #photo-bxslider li img {
	width: 100%;
	height: 100%;
}

#photo-stage-2 #photo-bxslider .bx-wrapper {
	height: 100%;
}


/* ==========================================================================
   Section 6
   ========================================================================== */

#section6 {
	background: #575757 url("../img/bg_detail02.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/* ==========================================================================
   Section 7 - News
   ========================================================================== */

#section7 {
	background: #575757 url("../img/texture01-80.jpg") center center no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#section7 .cnt-txt {
	max-width: 708px;
}

#section7 .bxslider {
	
}

#section7 #slider-prev {
	height: 23px;
    width: 23px;
    outline: 0 none;
    text-indent: -9999px;
    z-index: 9999;
    
	bottom: auto;
    left: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#section7 #slider-prev a.bx-prev {
	height: 23px;
	width: 23px;
	display: block;
	opacity: 0.7;
	background: transparent url('../img/ic-arrw-left.png') center center no-repeat;
}

#section7 #slider-next {
	height: 23px;
    width: 23px;
    outline: 0 none;
    text-indent: -9999px;
    z-index: 9999;
    
	bottom: auto;
    right: -40px;
    max-width: 768px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#section7 #slider-next a.bx-next {
	height: 23px;
	width: 23px;
	display: block;
	opacity: 0.7;
	background: transparent url('../img/ic-arrw-right.png') center center no-repeat;
}

/* ==========================================================================
   Section 7 - News Xtra
   ========================================================================== */

#newsXtra .newsHd2 {
	margin-top: 20px;
}

#newsXtra .newsPic {
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsXtra .newsHr {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #fff;
}

/* ==========================================================================
   Section 8 - Tour
   ========================================================================== */
#cnt-vertical-nav a.bt-more {
	border: 0;
}

#tour-table {
	width: 100%;
	margin-bottom: 20px;
}

#tour-table tr {

}

#tour-tables td {
	height: 50px;
	vertical-align: middle;
}

#tour-table th {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 20px
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px #fff dotted;
	padding: 5px 5px 5px 0;
}

#tour-table th.col1 {
}

#tour-table th.col2 {
}

#tour-table th.col3 {
}

#tour-table td {
	font-weight: normal;
	font-size: 16px;
	padding: 5px 5px 5px 0;
}
	
#tour-table td.col1 {
}

#tour-table td.col2 {
}

#tour-table td.col3 {
}

/* ==========================================================================
   Section 0 - Social
   ========================================================================== */
   
.no-touch #cnt-vertical-nav .social {
	display: block;
}

.no-touch #cnt-vertical-nav .social a {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
}

.no-touch #cnt-vertical-nav .social a.ic-fb {
	display: block;
	background: #6686b7 url("../img/ic-fb-transp.png") center center no-repeat;
	margin: 20px 0 20px 0;
}

.no-touch #cnt-vertical-nav .social a.ic-yt {
	display: block;
	background: #d21717 url("../img/ic-yt-transp.png") center center no-repeat;
}

.no-touch #cnt-vertical-nav .social a:hover {
	/* border-radius: 0; */
	-webkit-animation-name: rotate;
	-webkit-animation-duration: .4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: .4s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotate;
	-ms-animation-duration: .4s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

@-ms-keyframes rotate {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
 
#cnt-vertical-nav {
 	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
 	font-weight: normal;
 	letter-spacing: 0.2em;
}

/* No Touch devices */
.cd-nav-trigger {
	display: none;
}

.no-touch #cnt-vertical-nav {
	position: fixed;
	left: 20px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.no-touch #cnt-vertical-nav ul {
	margin-left: 15px;
}

.no-touch #cnt-vertical-nav li {
	text-align: left;
}

.no-touch #cnt-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touch #cnt-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}

.no-touch #cnt-vertical-nav a span {
	float: left;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.no-touch #cnt-vertical-nav a:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Selected VISIBLE ON */
.no-touch #cnt-vertical-nav a.is-selected span.nav-dot {

}

.no-touch #cnt-vertical-nav a.is-selected .nav-label {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* END Selected VISIBLE ON */

.no-touch #cnt-vertical-nav a:hover span.nav-fb {	
	color: #447cd3;
}

.no-touch #cnt-vertical-nav a:hover span.nav-yt {	
	color: #e62828;
}


.no-touch #cnt-vertical-nav a:hover .nav-label {
	opacity: 1;
}

.no-touch #cnt-vertical-nav a.is-selected .nav-dot {
	background-color: white;
}

.no-touch #cnt-vertical-nav .nav-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 9px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #a2a2a2;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.no-touch #cnt-vertical-nav .nav-dot.dot-fb {
	background-color: #345e9f;
}

.no-touch #cnt-vertical-nav .nav-dot.dot-yt {
	background-color: #bb0b0b;
}

.no-touch #cnt-vertical-nav .nav-label {
	position: relative;
	margin-right: 10px;
	padding: .4em .5em;
	color: white;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  
  display: none;
  
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}


@media only screen and (min-width: 1024px) {

.touch #cnt-vertical-nav {
	position: fixed;
	left: 20px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.touch #cnt-vertical-nav ul {
	margin-left: 15px;
}

.touch #cnt-vertical-nav li {
	text-align: left;
	margin-bottom:15px;
}

.touch #cnt-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.touch #cnt-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}

.touch #cnt-vertical-nav a span {
	float: left;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.touch #cnt-vertical-nav a.is-selected .nav-label {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}

.touch #cnt-vertical-nav a.is-selected .nav-dot {
	background-color: white;
}

.touch #cnt-vertical-nav .nav-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 9px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #a2a2a2;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.touch #cnt-vertical-nav .nav-label {
	position: relative;
	margin-right: 10px;
	padding: .4em .5em;
	color: white;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.touch #cnt-vertical-nav a.is-selected .nav-label {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.touch #cnt-vertical-nav a:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.touch #cnt-vertical-nav .social {
	display: block;
}

.touch #cnt-vertical-nav .social a {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
}

.touch #cnt-vertical-nav .social a.ic-fb {
	display: block;
	background: #6686b7 url("../img/ic-fb-transp.png") center center no-repeat;
	margin: 30px 0 20px 0;
}

.touch #cnt-vertical-nav .social a.ic-yt {
	display: block;
	background: #d21717 url("../img/ic-yt-transp.png") center center no-repeat;
	}

.touch .cnt-xtra .bt-album,
.touch .cnt-xtra .bt-single {
	display: block;
	}
	
#video-stage-1 img {
	max-width: 620px;
}
	
}

	
@media only screen and (min-width: 768px) {

.touch #cnt-vertical-nav {
	position: fixed;
	left: 20px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.touch #cnt-vertical-nav ul {
	margin-left: 15px;
}

.touch #cnt-vertical-nav li {
	text-align: left;
	margin-bottom:15px;
}

.touch #cnt-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.touch #cnt-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}

.touch #cnt-vertical-nav a span {
	float: left;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.touch #cnt-vertical-nav a .nav-label {
	display: none;
	}

.touch #cnt-vertical-nav a.is-selected .nav-dot {
	background-color: white;
}

.touch #cnt-vertical-nav .nav-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 9px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #a2a2a2;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.touch #cnt-vertical-nav .nav-label {
	position: relative;
	margin-right: 10px;
	padding: .4em .5em;
	color: white;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.touch #cnt-vertical-nav a.is-selected .nav-label {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.touch #cnt-vertical-nav a:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.touch #cnt-vertical-nav .social {
	display: block;
}

.touch #cnt-vertical-nav .social a {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
}

.touch #cnt-vertical-nav .social a.ic-fb {
	display: block;
	background: #6686b7 url("../img/ic-fb-transp.png") center center no-repeat;
	margin: 30px 0 20px 0;
}

.touch #cnt-vertical-nav .social a.ic-yt {
	display: block;
	background: #d21717 url("../img/ic-yt-transp.png") center center no-repeat;
	}

.touch .cnt-xtra .bt-album,
.touch .cnt-xtra .bt-single {
	display: block;
	}
	
#video-stage-1 img {
	max-width: 600px;
}
	
}


@media only screen and (max-width: 760px) {
.touch .cd-nav-trigger, .touch #cnt-vertical-nav {
    display: none;
	}
  
.touch #cnt-vertical-nav {
	display: none;
	}
	
#section1 .lgo-cont {
  max-width: 300px;
  text-align: center;
	}
	
#section1 .lgo-cont .lgo {
	margin-bottom: 10px;
	}

#section1 .lgo-cont .symb {
	margin-bottom: 0;
	}

.touch .bt-album,
.touch .bt-single {
	display: none;
	}

.touch .cnt-xtra-content .bt-album,
.touch .cnt-xtra-content .bt-single {
	display: block;
	}

.bx-photo-pager .photoPreview {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #fff;
	transition: all 0.2s ease 0s;
	text-indent: -999em;
	
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 160px;
	
	margin: 0 20px 20px 0;
	opacity: 0.7;
	}
}


/* ==========================================================================
   Xtra Content - Inhalt
   ========================================================================== */
   
cnt-xtra-content p {
	
}

.cnt-xtra-content a {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
	display: inline-block;
}

.cnt-xtra-content a:hover {
	color: #fff;
	border-bottom: 1px solid #cc0f0f;
}

/* ==========================================================================
   Xtra Content
   ========================================================================== */

.cnt-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 10000px;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	
	display: none;
  
	z-index: 50;
}


main.slide-out {
	/* the main element slides to the left when the xtra content visible */
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}
main.slide-out .cnt-overlay {
	/* the overlay layer gets visible when the author bio slides in */
	display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}

@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}

@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}


.cnt-xtra {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  
  background: #575757 url("../img/texture01-80.jpg") center center no-repeat;
  
  z-index: 10;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  
  display: block;
}
.cnt-xtra.slide-in {
  /* the xtra section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  
  display: block;
}
.cnt-xtra .cnt-xtra-pict {
  position: relative;
}

.cnt-xtra img {
  width: 100%;
  display: block;
}
.cnt-xtra .cnt-xtra-content {
  padding: 1em;
  color: #FFF;
}
.cnt-xtra .cnt-xtra-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}


.cnt-xtra .cnt-xtra-content p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .cnt-xtra {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cnt-xtra .cnt-xtra-content {
    padding: 2em;
  }
  .cnt-xtra .cnt-xtra-content p {

  }
}
@media only screen and (min-width: 1200px) {
  .cnt-xtra {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cnt-xtra .cnt-xtra-pict::after {
    height: 150px;
  }
  .cnt-xtra .cnt-xtra-content {
    padding: 4em;
  }
  .cnt-xtra .cnt-xtra-content h1 {

  }
  .cnt-xtra .cnt-xtra-content p {

  }
  .no-cssgradients .cnt-xtra .cnt-xtra-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cnt-xtra-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../img/ic-close-1.png") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 55;
  display: none;
}
.cnt-xtra-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cnt-xtra-close {
    right: 20px;
    top: 20px;
  }
}


/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/* ==========================================================================
   GMaps
   ========================================================================== */

#cnt-google-map {
	position: relative;
	width: 100%;
}

#google-container {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #fba266;
}

@media only screen and (min-width: 768px) {
	#google-container {
		height: 300px;
	}
}

@media only screen and (min-width: 1170px) {
	#google-container {
		height: 400px;
	}
}


#cnt-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cnt-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#gmap-zoom-in, #gmap-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/gmap-icon-controller.png");
}
.no-touch #gmap-zoom-in:hover, .no-touch #gmap-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #gmap-zoom-in, #gmap-zoom-out {
    margin-left: 50px;
  }
}

#gmap-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #gmap-zoom-in {
    margin-top: 50px;
  }
}

#gmap-zoom-out {
  background-position: 50% -32px;
}


/* ==========================================================================
   BX Slider
   ========================================================================== */

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

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {

	/*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-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

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

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

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

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

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

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

/* AUTO CONTROLS (START / STOP) */

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

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
