@import url(reset.css);



html {
	background: #999;
}

html, body {
	color: #fff;
	font-size: 14px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	height:100%;
	position:absolute
}
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: black url(../images/bg.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a {
	outline: none;
	color: #fff;
	font-size:14px;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.center-container {
		color: #e7e8e9;
	height: 237px;
	margin: -118px auto 0;
	position: relative;
	width: 370px;
	text-align: center;
	top: 50%;
}
.center-container img {
	text-align:center
}
.center-container p {
	text-transform: uppercase;
	color: #fff;
}
#logo {
	display: block;
	height: 237px;
	margin: 0 auto 0px;
	width: 370px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


.fadeoutdown {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
-ms-animation-duration: .5s;
-o-animation-duration: .5s;
animation-duration: .5s;
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
-webkit-animation-delay:.2s;
-moz-animation-delay:.2s;
-ms-animation-delay:.2s;
-o-animation-delay:.2s;
animation-delay:.2s;
}


.keywords {
	bottom: -1px;
	height: 1px;
	overflow: hidden;
	position: fixed;
	right: -1px;
	text-indent: -9999px;
	visibility: hidden;
	width: 1px;
}
.container {
	padding: 0px 20px;
}
::-moz-selection {
background:#fff;
color:#5ac4be;
}
::selection {
background:#fff;
color:#5ac4be;
}
ul {
	padding:0;
	margin:20px 0;
	list-style:none;
}

footer {
	position: fixed;
	width: 100%;
	bottom:35px;
}



@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
@media screen and (max-width: 767px) {
html, body {
overflow: visible;
}
body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
}

ul {
margin: 0;
}

.center-container {
width:300px;
height:192px;
margin-top:-96px;

}
.container {
min-width: 0;
margin-left: 0;
margin-right: 0;
}

#logo {width:300px; height:192;
	background-image: url(../images/logo-sm.png); }

footer {bottom:15px}

}



footer nav  {position: fixed;
bottom:30px;
width:100%;}



nav ul {text-align: center;list-style:none}
nav ul li {list-style:none;
position: relative;
margin: 0px 3px;
list-style: none;
width: 40px;
display: inline-block;
}



nav ul li a {
	color: #fff;
	display: block;
	text-align: center;
	width: 40px;
	position: relative;
	font-size:21px;
	height:35px; line-height:35px;
	
}
nav ul li.soundcloud a {font-size:24px; text-align:right;}


nav ul li:hover {
	opacity: 0.75;	
}




nav a:hover {	
	color: #fff; 	

}





nav ul li ul li a:after {
	display: none; 
}


.mail {
	
}
.facebook {
	
}
.twitter {
	
}
.soundcloud {
	
}
.ra {

}
.instagram {
	
}
li.booker.tooltip {vertical-align: bottom}

.tooltip a { 

    position: relative;
    text-decoration: none;
  }
  .tooltip a:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 150%;
    left: -70%;
    background: #000;
    padding:7px  8px; line-height:12px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius   : 3px;
    border-radius        : 3px;
    white-space: nowrap;
    opacity: 0; font-size:12px; font-family:Verdana, Geneva, sans-serif;
     /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
  }
 .tooltip a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    opacity: 0;
    left: 10%;
    bottom: 120%;
  }
.tooltip a:hover:after {
    bottom: 130%;
  }
 .tooltip a:hover:before {
    bottom: 100%;
  }
 .tooltip a:hover:after, a:hover:before {
    opacity: 1;
  }
  
