@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@font-face {
  font-family: "Xtreem";
  src: url(/assets/fonts/Xtreem/XtreemMedium_Demo.ttf) format("truetype");
}
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* -------------------------
   HTML5 display definitions
   -------------------------*/
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* -------------------------
   Base
   -------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  text-size-adjust: 120%;
  -ms-text-size-adjust: 120%;
  -webkit-text-size-adjust: 120%;
  -moz-text-size-adjust: 120%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* -------------------------
   Links
   -------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* -------------------------
   Typography
   -------------------------*/
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* -------------------------
   Embedded content
   -------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* -------------------------
   Figures
   -------------------------*/
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* -------------------------
   Forms
   -------------------------*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* -------------------------
   Tables
   -------------------------*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==========================================================================
		Main
========================================================================== */
html {
    height: 100%;
    width: 100%;
    display: block;
}

body {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-weight: 300;
  text-align: center;
  height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#wrapper {
	height:100%;
  background: url("/images/bg.jpg") no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
  font-family: 'Oswald', helvetica, arial;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

#h1-title {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.65);
  width: 805px;
}

/*==========================================================================
		Content
========================================================================== */
#content {
  width: 830px;
  margin: 20px 30px;
}
#content #container {
  width: 805px;
  height: 100%;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
}
#content #container p {
  padding: 20px 20px;
  color: #ffffff;
  font-size: 17px;
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: .3px;
}

/*==========================================================================
		Gif Loader
========================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: table;
  background: url(/images/loader.gif) center no-repeat #000;
}

.se-pre-con:after {
  content: 'Loading...';
  vertical-align: middle;
  display: table-cell;
  padding-top: 75px;
  z-index: 99999;
}

/*==========================================================================
		Header
========================================================================== */
a.logo {
  -webkit-transition: background .5s ease .3s;
  -moz-transition: background .5s ease-in-out .3s;
  -o-transition: background .5s ease-in-out .3s;
  -ms-transition: background .5s ease-in-out .3s;
  transition: background .5s ease-in-out .3s;
  width: 805px;
  height: 190px;
  background: url("/images/djmf-logo.png") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  margin: 40px 0 0 20px;
  display: block;
  font-size: 30px;
  font-weight: 400;
}


a.logo:hover {
  -webkit-transition: background .5s ease .3s;
  -moz-transition: background .5s ease-in-out .3s;
  -o-transition: background .5s ease-in-out .3s;
  -ms-transition: background .5s ease-in-out .3s;
  transition: background .5s ease-in-out .3s;
  background: url("/images/djmf-logo-hover.png") 0 0 no-repeat;
  width: 805px;
  height: 190px;
}

nav.topNav {
  width: 805px;
  height: 45px;
}
nav.topNav ul {
  margin: 5px 0 20px 0;
}
nav.topNav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
nav.topNav li a {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Oswald', arial, sans-serif;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 0 9px #000000;
}
nav.topNav li a:hover {
  color: #fc2695;
  text-shadow: 0 0 10px #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*
nav.topNav #nav-wrapper{
	width: 540px;
	height: 100%;

	background: rgb(0, 0, 0); 
	background: rgba(0, 0, 0, 0.4); 
}
*/
nav.social {
  width: 805px;
  height: 45px;
}
nav.social ul {
  margin: 15px 0 20px 0;
}
nav.social li {
  list-style-type: none;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  display: inline-block;
}
nav.social li a {
  background: url("/images/social.png") no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
nav.social li a:hover {
  overflow: hidden;
}
nav.social li a.facebook {
  background-position: 0 0;
}
nav.social li a.facebook:hover {
  background-position: 0 -88px;
}
nav.social li a.twitter {
  background-position: -45px 0;
}
nav.social li a.twitter:hover {
  background-position: -45px -88px;
}
nav.social li a.instagram {
  background-position: 0 -46px;
}
nav.social li a.instagram:hover {
  background-position: 0 -134px;
}
nav.social li a.soundcloud {
  background-position: -45px -46px;
}
nav.social li a.soundcloud:hover {
  background-position: -45px -134px;
}

/*==========================================================================
		Footer
========================================================================== */
footer {
  font-size: 30px;
}
footer #copyright {
  width: 257px;
  height: 60px;
  position: absolute;
  bottom: 0;
  padding-top: 20px;
}
footer #copyright img {
  height: 55px;
}

/*==========================================================================
		ToneDen Soundcloud Player
========================================================================== */
#player-container {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1100px;
  height: 53px;
  left: 0;
}
#player-container .header {
  visibility: hidden;
  height: 52px;
}
#player-container .social {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.td.player.dark {
  height: 53px;
  position: absolute;
}
.td.player.dark .info {
  color: #fff;
  width: 280px;
  position: absolute;
  top: 0px;
  border: none;
}
.td.player.dark .scrubber {
  width: 400px;
  position: absolute;
  top: 1px;
  left: 450px;
  border: none;
}
.td.player.dark .follow-link {
  width: 100px;
  position: absolute;
  top: 10px;
  left: 961px;
  visibility: visible;
  border: none;
  padding: 0;
  margin: 0;
}
.td.player .repeat-init {
  display: none;
}
.td.player .volume-init {
  display: none;
}
.td.player .controls div {
  width: 210px;
  position: absolute;
  top: 0;
  left: 125px;
}
.td.player.shrink .playlist {
  display: none;
}
.td.player.shrink .current-song-info {
  visibility: visible;
  width: 130px;
  position: absolute;
  top: 10px;
  left: 835px;
}
.td.player.shrink .song-name {
}
.td.player.shrink .playlist-social-icon {
  font-size: 30px;
}
.td.player svg {
  visibility: visible;
  position: absolute;
  left: -47px;
  top: 180px;
  width: 880px;
  z-index: -10;
}
.td.player .waveform {
  border: none;
}
.td.player .cover {
  display: none;
}

.tdspinner {
  margin-top: 8px;
}

.td.player.dark div, .td.player.dark ul {
  border: none;
}

/*==========================================================================
		Tour Dates
========================================================================== */
#tour {
  width: 805px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#tour h1 {
  margin: 0;
  padding: 5px 0;
}

#bit-events .bit-track-artist-header .bit-notify {
  color: #bfbfbf;
}
#bit-events .bot-notify {
  color: #ffffff;
}
#bit-events .bit-events td {
  border-top: 1px outset #8e8e8e !important;
}

/*==========================================================================
		Instafeed
========================================================================== */
#instafeed {
  position: relative;
  width: 830px;
  height: 100%;
  overflow: hidden;
}
#instafeed #instabox {
  margin: 8px 8px 0 0;
  width: 195px;
  height: 195px;
  float: left;
  overflow: hidden;
}
#instafeed #instabox a {
  width: 195px;
  height: 195px;
  text-decoration: none;
}
#instafeed #instabox a img {
  width: 195px;
  height: 195px;
  z-index: 1;
}
#instafeed #instabox #bg-insta .insta-caption {
  width: 175px;
  height: 175px;
  z-index: 3;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#instafeed #instabox .insta-likes {
  background-color: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 14px;
  padding: 6px;
  position: relative;
  left: 133px;
  bottom: 31px;
  color: #000;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
  visibility: visible;
  z-index: 4;
  border-top-left-radius: 10px;
}
#instafeed #instabox .insta-likes:hover {
  background: rgba(220, 220, 220, 0.85);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#instafeed #instabox .insta-likes .fa-heart-o {
  color: #d1005f;
}
#instafeed #instabox .full-caption {
  width: 170px;
  height: 170px;
  top: -421px;
  text-align: left;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.77);
}
#instafeed #instabox:hover .full-caption {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*
#instafeed #instabox #bg-insta {
	margin: 8px 8px 0 0;
	width: 195px;
	height: 195px;
	background-color: rgba(0,0,0,0.77);
	position: relative;
	top: -238px;
	z-index: 2;
}
*/
/*==========================================================================
		Gallery
========================================================================== */
#gallery {
  margin: 30px 0 0 30px;
}
#gallery h1 {
  font-family: 'Oswald', helvetica, arial;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}
#gallery ul {
  width: 850px;
  margin: 0;
  padding: 0;
}
#gallery ul li {
  width: 130px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.9);
  float: left;
  margin: 2px;
  list-style-type: none;
}
#gallery ul li a {
  width: 130px;
  height: 130px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#gallery ul li a img {
  width: 130px;
  height: 130px;
}
#gallery ul li a:hover {
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  #wrapper {
	  background: url("/images/bg.jpg") no-repeat 100% 60% fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  }
	#content {
	  width: 90%;
	  padding: 20px 30px;
	  margin: 0 auto;
	    position: absolute;
	    top: 43vh;
	}
	#content #container p{
		font-size: 24px;
		line-height: 32px;
	}
	#content #container{
	  width: 100%;
	}
	.nav-links{
	    position: absolute;
	    top: 35vh;
	}
	a.logo { margin-left: auto; margin-right: auto;}
	nav.topNav {width: auto; margin-left: auto; margin-right: auto;}
	nav.social {width: 325px; margin-left: auto; margin-right: auto;}
}
