/*
	Theme Name: Suxul 2014
	Theme URI: http://xhoch4.de
	Description: xhoch4 Suxul Theme
	Version: 1.0
	Author: Lars Welter

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Vesper+Libre:400,700);



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
body {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size: 14px;
	line-height: 21px;
		background: black;

}

.mint, a.view-article{
	color: black;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.mint:hover, a.view-article:hover{
	color: #4bc8a4 !important;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: black;
	text-decoration:none;
}
a:hover {
	color: black;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 0 40px 0 42px;
	line-height: 1.45;
	position: relative;
	color: #999;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	color: #ccc;
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	font-family: 'Vesper Libre', serif;
}

h1{
	font-size: 36px;
	line-height: 36px;
	margin: 0.67em 0 !important
}

b, strong{
	font-weight: 700;
}

hr{
	width: 100%;
	max-width: 870px;
	height: 5px;
	border: 0;
	outline: 0;
	background: black;
	display: inline-block;
	margin: 60px 0 35px;
}

main{
	display: block;
}

div{
	word-wrap: break-word;
}

button{
	padding: 0;
	margin: 0;
	outline: none;
	background: 0;
	border: none;	
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	margin: -210px 0 0 -170px ;
	width: 341px;
	height: 341px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: none;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: -30px;
	left: 0;
	background: black;
	opacity: 0;
	z-index: 101;
}

.footer .logoklein img{
	float: left;
	margin: 6px 0 0 55px;
}

.footer nav{
	display: inline-block;
	position: absolute;
	top: 11px;
}

.footer nav li{
	float: left;
	margin-right: 25px;
}

.footer nav li a{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer .footerSoc{
	float: right;
	margin-top: 4px;
}

.footer .footerSoc li{
	float: left;
	margin-left: 5px;
}

.footer .radioinfo{
	position: absolute;
	right: 21%;
	bottom: 100px;
	opacity: 0;
}

.footer .audioWrapper{
	float: right;
	padding: 0 16% 0 25px;
	position: relative;
	margin-top: 2px;
}

.footer .audioWrapper audio{
	max-width: 220px;
	height: 30px;
	background: black !important;
}

@-moz-document url-prefix() {
   .footer .audioWrapper audio{
		max-width: 160px;
	}
}

.footer .infoTrigger{
	width: 20px;
	height: 20px;
	background: url(img/audioinfo.png) no-repeat left top transparent;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.footer .audioInfo{
	padding: 20px 30px 20px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background: #4bc8a4;
	top: -185px;
	left: -14px;
	display: none;
}

.footer .audioInfo:after{
	content: "";
	background: url(img/audiobubble.png) no-repeat left top transparent;
	position: absolute;
	bottom: -29px;
	left: 20px;
	width: 29px;
	height: 29px;
}

.footer .audioInfo .infoIcon{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #7f7f7f;
	position: absolute;
	left: 20px;
	top: 20px;
}

.footer .audioInfo a{
	text-decoration: underline;
}

.ie .footerMenu{
	left: 415px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footerMenu {
        left: 415px !important;
    }
}

.navContainer{
	max-width: 270px;
}

.nav{
	position: fixed;
	z-index: 99;
	left: 5%;
	top: 5%;
	display: none;
}

.nav li{
	margin-bottom: 10px;
}

.nav li a{
	font-size: 18px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
}

.nav li.active a{
	border-bottom: 2px solid;
	color: #4bc8a4 !important;
}

.sub-menu{
	margin: 8px 0 8px 15px;
	display: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
section{
	padding: 2% 16% 2% 17%;
	position: relative;
	float: right;
	clear: both;
	width: 100%;
	background: white;
	z-index: 3;
}

section article{
	max-width: 860px;
	min-height: 250px;
}

section.startContainer{
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	background: none;
}


.fullpageVid{
	position: fixed;
	width: 100%;
	height: 100%;
}

.fullpageVid iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#program{
	padding-top: 30px;
	//background: url(img/bggif.gif) no-repeat center center fixed white; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#news{
	padding-top: 30px;
	padding-bottom: 30px;
	
	background: black;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.startSlides{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.newsSlides{
	opacity: 100;
	
	width: 860px;
	height: auto;
	text-align: center;
	

	
}


.controls a{
	position: absolute;
	top: 0;
	width: 9%;
	height: 100%;
	z-index: 9999;
	margin-top: -40px;
}

.controls a#prevslide, .controls a#prevgal{
	left: 0;
	background: url(img/prev.png) no-repeat center center transparent;
}

.controls a#nextslide, .controls a#nextgal{
	right: 0;
	background: url(img/next.png) no-repeat center center transparent;
}

.controls a:active{
	top: 2px;
}

#start .controls{
	display: none;
}

.content{
	width: 100%;
	max-width: 870px;
	height: auto;
	position: relative;
	float: left;
}


.news{
	width: 800px;
	height: auto;
	display: inline-block;
	position: relative;
}

.prog{
	width: 800px;
	height: auto;
	display: inline-block;
	position: relative;
}

.prog hr{
	margin-left: 150px;
}

.prog:last-child hr{
	display: none;
}

.prog .bannerimg{
	width: 645px;
	height: auto;
	margin: 0 0 30px 150px;
	display: block;
}

.prog .bannerimg img{
	display: block;
}

.prog .progMeta{
	width: 120px;
	float: left;
	min-height: 50px;
	margin-right: 30px;
	margin-top: 0.67em;
}

.prog .date{
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	padding: 27px;
	display: block;
	width: 125px;
	height: 125px;
	background: black;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.prog .einlass{
	width: 100%;
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	text-align: center;
}

.prog .fbevent, .prog .flyer, .prog .fancybox{
	display: block;
	width: 100%;
	text-transform: uppercase;
	position: relative;
}

.prog .fbevent:before, .prog .flyer:before, .prog .fancybox:before{
	content: "›";
	float: left;
	margin: 0 6px 0;
}

.prog .imgpreview{
	position: absolute;
	display: none;
}

.progContent{
	width: 645px;
	float: left;
}

.prog p{
	font-size: 14px;
}

.prog h1{
	margin: 0.2em 0 0 !important;
	display: block;
}

.prog span.label{
	font-size: 1.1em;
	display: block;
	font-weight: 700;
	margin: -4px 0 0 0;
}

.progContent li:before{
	content: "";
	float: left;
	width: 15px;
	height: 15px;
	background: black;
	margin: 3px 15px 0 0;
}

.artists, .podcasts{
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 5px solid black;
	padding-bottom: 60px;
	margin-bottom: 35px;
}

.artist, .podcast{
	display: inline-block;
	width: 100%;
	border-bottom: 5px solid black;
	padding-bottom: 3%;
	margin-bottom: 3%;
}

.artist:last-child, .podcast:last-child{
	border: none;
	margin-bottom: 0;
}

.podcastContent iframe{
	width: 870px;
	height: 200px;
}

.videos .podcastContent iframe{
	height: 490px;
}

.release{
	float: left;
	margin: 0 2% 3% 0;
}

.release:nth-child(5n+5){
	margin-right: 0;
}

#releaseLoader{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.97);
	display: none;
	z-index: 2;
}

#releaseLoader iframe{
	width: 100%;
	height: auto;
	min-height: 158px;
	max-width: none !important;
	left: 0;
	top: 0;
}

.articleClose{
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	display: none;
	
}

.artistContent, .podcastContent{
	float: left;
	width: 60%;
}

.podcastContent{
	width: 100%;
}

.podcastContent iframe{
	width: 100%;
}

.artistMeta, .podcastMeta{
	width: 33%;
	float: left;
	margin: 2% 0 0 7%;
}

.secBreak{
	width: 100%;
	background: black;
	z-index: 100;
}

.placeholder{
	height: 230px !important;
	min-height: 230px !important;
	background: black;
	background: url(img/instabg.png) repeat black;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-ms-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-o-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
}

#instagram, #flyer{
	background: url(img/instabg.png) repeat black;
	min-height: 230px !important;
	height: 230px !important;
}

#flyer{
	height: 275px !important;
}

.instaFeedWrap, .youtubeWrap, .flyerWrap{
	position: absolute;
	left: 0;
	top: 0;
	padding: 38px 0;
	height: 230px;
	width: 100%;
	overflow-x: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-ms-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	-o-box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
	box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
}

.flyerWrap{
	height: 275px !important;
	overflow-y: hidden;
}

.flyerFeed{
	margin-left: 170px;
}

.instaFeed, .youtubeFeed, .flyerFeed{
	position: absolute;
	width: 100%;
	padding: 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flyerFeed{
	width: 3600px!important;
}

.instaFeed li, .youtubeFeed li, .flyerFeed li{
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);	
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);	
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.7);	
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.7);	
	box-shadow: 0 0 20px rgba(0,0,0,0.7);	
}

.flyerFeed li{
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;	
	-ms-box-shadow: none;	
	-o-box-shadow: none;	
	box-shadow: none;	
}

.instaFeed li img, .flyerFeed li img{
	border: 1px solid rgba(255,255,255,.05);
}

.youtubeFeed li{
	width: 200px;
	margin: 0 2%;
}

.youtubeFeed li img{
	width: 100%;
	height: auto;
}

.flyerItem{
	width: 150px;
	height: 210px;
	overflow: hidden;
}

.flyerItem img{
	width: 100%;
	height: auto;
}

#refresh{
	float: left;
	width: 150px;
	height: 210px;
	margin-left: 35px;
}

#gallery{
	background: black;
	padding: 0 !important;
	overflow: hidden;
}

#maximage-2, .startseite-video #maximage-1{
	position: absolute !important;
}

.galleryContainer{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

.youtubeWrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.youtubeWrap p{
	float: left;
	margin: 30px 3% 0;
}

.youtubeWrap iframe{
	width: 230px;
	height: 160px;
}

#resContainer{
	margin-top: 70px;
}

.resident{
	width: 200px;
	height: 200px;
	background: #c7cde0;
	float: left;
	margin: 0 1.2em 1em 0;
	position: relative;
}

.resident .resTitle{
	font-size: 0.8em;
	line-height: 1.2em;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	color: white;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.resident .resImg{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.resident:hover .resTitle{
	opacity: 1;
}

#resoverlay{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
    bottom:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.985);
	display: none;
    overflow-y:scroll;
    overflow-x:hidden;
}

#resloader{
	width: 841px;
	height: auto;
	position: relative;
	left: 50%;
	margin: 25px 0px 50px -420px;
	z-index: 3;
}

#resloader article{
	overflow-y: scroll;
	height: 100%;
}

#resoverlay .resclose{
	position: absolute;
	right: 40px;
	top: 20px;
}

#resCloseArea{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 1;
}

.sortNav{
	float: left;
	clear: both;
	width: 100%;
}

.sortNav li{
	float: left;
	padding: 1px 7px;
	border-radius: 3px;
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.sortNav li.active{
	background: #ccc;
}

body.single{
	background: white;
}

#blog .more, #partner .more{
	display: block;
	text-decoration: underline;
}

.view-article{
	text-decoration: underline;
}

#blog .date, #partner .date{
	display: block;
	margin-bottom: 10px !important;
	color: #666;
}

#blog .blogContent, #partner .blogContent{
	width: 73%;
	float: left;
}

#blog .blogContent h1, #partner .blogContent h1{
	display: none;
}

#blog .blogimg, #partner .blogimg{
	float: left;
	margin: 0 30px 40px 0;
	width: 200px;
	height: 200px;
}

#blog .blogimg img, #partner .blogimg img{
	width: 100%;
	height: auto;
}

#blog h1, #partner h1{
	margin-bottom: 0 !important;
}

.blog:last-child hr{
	display: none;
}

#club, #program{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#club .content{
	display: block;
	border-bottom: 5px solid black;
	padding-bottom: 60px;
	margin-bottom: 35px;
}

#club iframe{
	width: 100%!important;
}

#club .content:last-child{
	border: none !important;
}

.unbindscroll{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: none;
}

#booking{
	border-bottom: 5px solid black;
	padding-bottom: 60px;
	margin-bottom: 35px;
}

/*ATW*/
.atwnav a{
	color: white;
}

.atwnav .sub-menu{
	display: block;
}

.atwContainer{
	background: white;
	color: black;
}

.atwContainer .idee{
	display: none;
	position: absolute;
	width: 90%;
	margin: 16% 0 0;
	height: 100%;
	left: 0;
	top: 0;
}

.atwContainer idee.de{
	display: block;
}

.atwContainer h1{
	font-size: 24px;
}

.atwContainer p{
	font-size: 18px;
	line-height: 30px;
}

#menu-item-635.active .sub-menu a{
	color: black !important;
	border: none !important;
}

#menu-item-635.active .sub-menu a.active, .atwnav a:hover{
	border-bottom: 2px solid !important; 
	color: #4bc8a4 !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.footer nav li a{
		font-size: 12px;
	}
}
@media only screen and (min-width:480px) {
	.footer .audioWrapper {
		padding: 0 3% 0 25px;
	}
	.footer nav li a{
		font-size: 12px;
	}

}
@media only screen and (min-width:768px) {
	.footer .audioWrapper {
		padding: 0 3% 0 25px;
	}
	.footer nav li a{
		font-size: 12px;
	}

}
@media only screen and (min-width:1024px) {
	.footer .audioWrapper {
		padding: 0 3% 0 25px;
	}
	.footer nav li a{
		font-size: 12px;
	}
}
@media only screen and (min-width:1140px) {
	.footer .audioWrapper{
		padding: 0 3% 0 25px;
	}
}
@media only screen and (min-width:1550px) {
	.footer nav li a{
		font-size: 14px;
	}
	.footer .audioWrapper{
		padding: 0 16% 0 25px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  width: 50px;
  height: 45px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px !important;
  height: 80px;
  line-height: 190px;
  font-size: 1.1rem;
  /*background: rgba(222, 181, 83, 0.8);*/
  background: url(img/spinner2.png) no-repeat left top;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-3d-spinner linear infinite 2s;
  -moz-animation: pace-3d-spinner linear infinite 2s;
  -ms-animation: pace-3d-spinner linear infinite 2s;
  -o-animation: pace-3d-spinner linear infinite 2s;
  animation: pace-3d-spinner linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-3d-spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}

@-moz-keyframes pace-3d-spinner {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}

@-ms-keyframes pace-3d-spinner {
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
}

@-o-keyframes pace-3d-spinner {
  from {
    -o-transform: rotateY(0deg);
  }
  to {
    -o-transform: rotateY(360deg);
  }
}

@keyframes pace-3d-spinner {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}



