@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: BebasNeue;
	src: url(../fonts/bebasneue_bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/bebasneue_book.ttf);
	font-weight: 500;
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/bebasneue_light.ttf);
	font-weight: 400;
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/bebasneue_regular.ttf);
	font-weight: 300;
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/bebasneue_thin.ttf);
	font-weight: 100;
}


/* |||||||||||||||||||||||| HTML ELEMENT STYLES |||||||||||||||||||||||| */

html, body{
	font-family: 'Ubuntu', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	height:100%;
}

h1 {
}

h2 {
	font-weight: 300 !important;
	font-size: 30px;
}

h3 {
	font-weight:400 !important;
}

h4 {
	font-weight:400 !important;
	text-transform:uppercase;
	margin:25px 0 25px 0 !important;
}


	
/* |||||||||||||||||||||||| STANDARD STYLES |||||||||||||||||||||||| */

.left{ float: left !important; }
.right{ float: right !important; }
.clear{ clear: both; }

.hr, .hrShort{
	height: 1px;
	width: 100%;
	/*background-color: #9E9E9E;
	margin: 5px 0px;*/
	border-bottom:1px solid #9e9e9e;
	padding-top:10px;
}

.hrShort {
	padding-top:0;
	height:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.fullWidth {
	width:100%;
}




a {
  color: #666666 !important;  
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover 
{
    color: #ccc;
	text-decoration: none;
}

.no-float {
	float: none !important;
}



/* ////////////////// Body Backgrounds ////////////////// */

#home, #mould, #refunk, #spks, #bio, #press, #passage, #contact {
	background-image:url(../img/bg-home-new.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

#press {
	background-image:url(../img/bg-press.jpg);
}

#bio, #contact {
	background-image:url(../img/bg-info.jpg);
}

#mould {
	background-image:url(../img/bg-mould.jpg);
}


#refunk {
	background-image:url(../img/bg-refunk.jpg);
}

#spks {
	background-image:url(../img/bg-spks.jpg);
}

#bio #wrap, #press #wrap, #mould #wrap, #refunk #wrap, #spks #wrap, #passage #wrap, #contact #wrap {
	background:url(../img/bg-clear.png) left top repeat;
}


/* /////////////////// Content //////////////////// */

/* Wrapper for page content to push down footer */
#wrap {
 /* min-height: 100%;*/
  height: 0;
  /* Negative indent footer by its height */
  margin: 0 auto -145px;
  /* Pad bottom by footer height */
  padding: 0 0 0;
  
  position:relative;
  bottom:-1000px;
  overflow: scroll;
}

.content {
	margin:100px 0 50px 0;
	font-size:16px !important;
	font-weight:300 !important;
	line-height:1.5em;
	padding-bottom: 125px;
}

.content ul li {
	list-style:none !important;
}

ul.social li {
	display: inline-block;
	margin-left: 20px;
}

ul.social li a {
	display: block;
	position: relative;
	width: 50px;
	height: 60px;
	text-transform: -999999px;
	color: transparent !important;
	background: url('../img/icon-facebook.png') 0 0 no-repeat;
}

ul.social li a.twitter {
	background: url('../img/icon-twitter.png') 0 0 no-repeat;
}

ul.social li a.instagram{
	background: url('../img/icon-instagram.png') 0 0 no-repeat;
}

ul.social li a.tumblr {
	background: url('../img/icon-tumblr.png') 0 0 no-repeat;
}

ul.social li a:hover {
border-bottom: 5px solid #666666;
}


/* ////////////////// Sticky Footer ////////////////// */

/* Set the fixed height of the footer here */
#footer {
  height: 115px;
  background-color: #ffffff;
}


.navbar {
	background:#ffffff !important;
	
}

.navbar-header {
	padding:50px 0 0 0 !important;
}

.navbar-collapse {
	position:relative;
	min-height:115px !important;
	padding:90px 0 15px 0 !important;
}
.nav {
	margin:0 !important;
	/*position:relative;
	bottom:15px;
	left:0;*/
}
.nav li a {
	font-weight:300 !important;
	text-transform:uppercase;
	font-size:20px;
	padding:0 !important;
	color:#030303 !important;
	letter-spacing:0.075em;
	text-align:right;
}

	.nav li {
		padding:5px 0 0 30px !important;
		position:relative;
	}

	.nav li:first-child {
		padding:5px 0 0 0 !important;
	}

	.navbar-default .navbar-nav > .open > a {
		background-color:transparent !important;
	}
	
	.navbar-default .navbar-nav > li > a.active {
		background-color:transparent !important;
		font-weight:400 !important;
	}


.dropdown-menu {
	border:none !important;
	box-shadow:none !important;
	background-color:#ffffff !important;
	padding:0 !important;
	position:relative;
	right:0;
}
	.dropdown-menu li, .dropdown-menu li:first-child {
		padding:5px 15px 0 0 !important;

	}

	.dropdown-menu li a {
		background-color:transparent !important;
		padding:5px 20px 0 20px; !important;
		line-height:1em !important;
		color:#959595 !important;
		font-weight:300 !important;
	}
	
	.dropdown-menu li a:hover, .dropdown-menu li a.active {
		color:#000000 !important;
	}
	
	.dropdown-menu li a.active {
		font-weight:400 !important;
	}


.fine-print {
	margin-top: 50px;
}

.fine-print li {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #666666;
}

.fine-print li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.fine-print li a {
	font-size: 12px;
	text-transform: uppercase;
}




@media (min-width:768px)  {
.navbar-header {
float: right !important;
}

}

@media (max-width: 767px) {
	.navbar-header {
		padding: 20px 0 0 0 !important;
	}
	
	.navbar-collapse {
		position: relative;
		min-height: 115px !important;
		padding: 20px 0 15px 0 !important;
	}
	
	.nav li {
		padding-top:10px !important;
	}
	
	.nav li:first-child {
		padding: 0px 0 0 30px !important;
	}
	
		.dropdown-menu li, .dropdown-menu li:first-child {
			padding:5px 0 0 0 !important;
		}
	
	.nav li a {
		text-align:left;
	}
}


/* //////////////////// IMAGE GALLERY ///////////////////// */

#links {
	padding-bottom:100px;
}
#links a img {
	margin:10px 0 0 10px;
}


