/*  
	Theme Name: Duur
	Theme URI: http://www.krasotaiskusstva.com/themes/duur
	Version: 1.0.0
	Description: Onepage, animated parallax powered Club/DJ/Party/Event/Musician HTML5/CSS3 Theme
	Author: Moskva Yigit
	Author URI: http://www.krasotaiskusstva.com/ki
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: bootstrap, modern, html5, minimal, blog, multi, creative

	
	Table of Contents
		- Imports
		- Resets
		- General
		- View
		- Typo
		- Navigation
		- Contact Form
		- Home
		- Features
		- Gallery Justified
		- Subscribe
		- Social
		- Contact
		- Waypoints
		- Others
		- Footer
		- Responsive
	
*/


/*----------------------------
	.-- Imports
-----------------------------*/

@import url("animate.css");
@import url("bootstrap.css");
@import url("fonts.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans|Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/*----------------------------
	.-- Resets
-----------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: Lato,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-stretch:  normal;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,kbd,pre,samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  /*
  max-width: 100%;
  */
  max-height: 130%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: none;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/*----------------------------
	.-- General
-----------------------------*/

*,
*::after,
*::before {
  box-sizing: border-box;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover,
a:focus {
  color: blue;
}


html.js,
.js body {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: Lato,sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

button,.btn {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav {
  position: relative;
  margin: auto;
  z-index: 999;
}

::selection {
  background-color: #afafaf;
  color: #ffffff;
}

::-moz-selection {
  background-color: #fafafa;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
}

.dark-bg {
  background: #f3f5f8;
}

.light-bg {
  background-color: #fff;
}

.dark-box {
  background: #f3f5f8;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
}

.light-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  padding: 20px 0;
}

.light-box:hover, .light-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #ffc100;
  -moz-box-shadow: 0px 3px 0px 0px #ffc100;
  box-shadow: 0px 3px 0px 0px #ffc100;
}

.box-hover {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.box-hover:hover, .box-hover:focus {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
}

.wrapper {
  height: 700px;
}

.nopadding {
  padding: 0;
}

.inner {
  padding-top: 170px;
}

iframe {
  width: 100%;
  /*
  min-height: 360px;
  */
}


/*----------------------------
	.-- View
-----------------------------*/

.js .view {
  pointer-events: none;
}

.js .view--grid {
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  height: 100vh;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}

.js .view--single {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vmin;
  height: 80vmin;
  margin: -40vmin 0 0 -40vmin;
}

.view--player {
  display: none;
}

.js .view--player {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  /*
  height: 100%;
  */
}

.js .view--current {
  pointer-events: auto;
  opacity: 1;
}

.page-header {
  position: relative;
  margin: 0 auto;
  padding: 10vmin 4em 0;
  pointer-events: none;
}

.page-header__title {
  font-family: 'nexa_boldregular', sans-serif;
  font-size: 7vmin;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0 1.65em;
  background: url(../_images/vinyls.svg) no-repeat 0 50%;
  background-size: auto 100%;
}

.page-header__subtitle {
  display: block;
  max-width: calc(50vw - 5em);
  margin: 1em 0 0 5px;
  color: #fff;
}

@media screen and (max-width: 55em) {
  .page-header {
    padding: 2em;
  }

  .page-header__title {
    font-size: 8vmin;
  }

  .page-header__subtitle {
    max-width: none;
  }
}

.grid {
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.js .grid::after {
  content: '';
  position: absolute;
  top: 150px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-bottom-color: #000;
  border-radius: 50%;
  -webkit-animation: spinLoader 1s linear infinite forwards;
  animation: spinLoader 1s linear infinite forwards;
}

.js .grid--loaded::after {
  display: none;
}

@-webkit-keyframes spinLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-header,
.grid {
  max-width: 1200px;
}

.grid__item {
  position: relative;
  width: 50%;
  min-width: 280px;
  margin: 0 0 2em;
  padding: 1em 4em 0;
}

.js .grid__item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .grid--loaded .grid__item {
  opacity: 1;
}

.no-js .grid__item {
  display: inline-block;
  width: calc(33.33% - 0.4em);
  margin: 2em 0;
}



	

.grid__item--deco::before {
  font-family: 'nexa_boldregular', sans-serif;
  position: absolute;
  z-index: 0;
  top: -1em;
  left: -0.15em;
  opacity: 0.1;
}

.grid__item--deco-1::before {
  content: '1989';
}

.grid__item--deco-2::before {
  content: '1994';
}

.grid__item--deco-3::before {
  content: '2000';
}

.grid__link {
  position: relative;
  display: block;
  color: #000;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.grid__link:hover {
  color: #000;
  outline: none;
}

.img-wrap {
  position: relative;
}

.lp {
  position: absolute;
}

.lp--grid {
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.grid__link:hover .lp {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

.img {
  display: block;
}

.img--grid {
  position: relative;
  max-width: 100%;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.icon--hidden {
  display: none;
}

.artist {
  font-size: 2em;
  font-weight: normal;
  margin: 1em 0 0;
  letter-spacing: 1px;
}

.title {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
}

.year {
  font-size: 0.85em;
  position: absolute;
  z-index: 10;
  right: 0;
  margin: -1em -1em 0 0;
  padding: 0.3em 0.5em;
  color: #fff;
  border: 2px solid;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.year--contrast {
  color: inherit;
}

.content--related {
  margin: 3em 0 0;
  padding: 20vmin 2em;
  text-align: center;
  color: #595867;
  background: #302f3c;
}

.content__title {
  font-family: 'nexa_boldregular', sans-serif;
  font-size: 1.25em;
}

.media-item {
  font-size: 0.85em;
  display: inline-block;
  padding: 1em;
  vertical-align: top;
}

.media-item__img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  font-size: 1em;
  position: relative;
  display: block;
  margin: 1em 0 0 0;
  padding: 0.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.deco-expander {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vmax * 1.4142);
  height: calc(100vmax * 1.4142);
  margin: calc(-100vmax * 1.4142 / 2) 0 0 calc(-100vmax * 1.4142 / 2);
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
	/*background: #000;*/
  background-color: rgb(0, 0, 0);
  -webkit-transform: scale(0.001);
  transform: scale(0.001);
}

.single {
  position: relative;
  min-height: 100vh;
}

.no-js .single {
  text-align: center;
}

.js .single,
.lp--single {
  width: 100%;
  height: 100%;
}

.no-js .lp--single {
  display: none;
}

.js .single {
  position: absolute;
  min-height: 0;
  pointer-events: none;
  opacity: 0;
}

.js .single--current {
  pointer-events: auto;
  opacity: 1;
}

.js .img-wrap--single {
  position: absolute;
  width: 100%;
  height: 100%;
}

.js .img-wrap--single::after {
  /*
  content: '';
  */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(50% 50%, transparent, rgba(0, 0, 0, 0.4));
  background: radial-gradient(50% 50%, transparent, rgba(0, 0, 0, 0.4));
}

.img--single {
  /*
  max-width: 100%;
  height: 100%;
  */
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.3);
}

.no-js .img--single {
  height: 50vmin;
  margin: 10vmin auto 3em;
}

.number,
.artist--single,
.title--single {
  color: #fff;
}

.js .number,
.js .artist--single,
.js .title--single {
  position: absolute;
}

.number,
.artist--single {
  font-family: 'nexa_boldregular', sans-serif;
}

.number {
  font-size: 13vmin;
  white-space: nowrap;
}

.number__total {
  font-size: 7vmin;
  vertical-align: top;
}

.number__total::before {
  content: ' / ';
  vertical-align: top;
}

.artist--single {
  font-size: 6vmin;
  line-height: 0.8;
  bottom: 0;
  left: -5vmin;
  margin: 0 0 0.25em 0;
  white-space: nowrap;
}

.title--single {
  font-size: 3vmin;
  font-weight: normal;
  top: 100%;
  left: 5vmin;
  margin: 0.25em 0 0;
}

.year--single {
  font-size: 3vmin;
  margin: 0;
  color: #fff;
  border-width: 0.5vmin;
}

.js .year--single {
  /*
  top: -1em;
  right: -5vmin;
  */
  }

.no-js .year--single {
  position: relative;
  right: auto;
  display: inline-block;
  margin: 1em auto;
}

.control-button--play {
	position: absolute;
    left: -9999px;
	/*
  width: 100%;
  height: 100%;
  */
}

.controls__navigate {
  position: relative;
  /*
  position: absolute;
  */
  bottom: 0;
  left: calc(100% + 1vmin);
}


.control-button--next,
.control-button--prev {
  font-size: 4vmin;
  color: #fff;
}

.control-button {
  padding: 0;
  border: 0;
  background: none;
  
}

.no-js .control-button {
  display: none;
}

.control-button:hover {
  color: #333;
}

.control-button:focus {
  outline: none;
}

.control-button--play {
  font-size: 5vmin;
  position: absolute;
  margin: -42px 0 0 -42px;
  width: 84px;
  height: 84px;
  padding: 0;
  color: #fff;
}

.control-button--play:hover,
.control-button--play:focus {
  color: #fff;
}

.control-button--play .icon {
  position: absolute;
}

.control-button--play .icon--play {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.control-button--active .icon--play {
  opacity: 0;
}

.icon--progress {
  top: -5.5%;
  width: 111%;
  height: 111%;
  margin: 0;
  left: -4.5%;
}

.icon--progress path {
  fill: none;
  stroke: #000;
  stroke-width: 8px;
}

.icon--progress circle {
  fill: rgba(255,255,255,0.2);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.control-button--play:hover .icon--progress circle,
.control-button--play:focus .icon--progress circle {
  fill: rgba(255,255,255,0.5);
}

.control-button--back {
  font-size: 3vmin;
  position: fixed;
  top: 2vmin;
  left: 3vmin;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lp--single,
.js .img-wrap--single,
.js .number,
.js .year--single,
.js .artist--single,
.js .title--single,
.control-button--back,
.controls .control-button {
  opacity: 0;
}

.control-button--back,
.controls .control-button--next,
.controls .control-button--prev {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.view--current .control-button--back,
.view--current .controls .control-button--next,
.view--current .controls .control-button--prev {
  opacity: 1;
}

.view--player {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.view--player.view--current .control-button--back {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.player-stand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(90vmin + (0.2 * 80vmin));
  height: 90vmin;
  border-radius: 0.15em;
  background: #999;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(calc(0.06 * 80vmin), 0, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(calc(0.06 * 80vmin), 0, 0);
  pointer-events: none;
}

.visualizer {
  position: absolute;
  top: 3vmin;
  right: 4vmin;
  width: 185px;
  height: 25px;
  border: 1px solid #fff;
}

.song {
  font-size: 0.7em;
  position: absolute;
  top: calc(38px + 2.5vmin);
  right: 4vmin;
  max-width: calc(50vw - 4vmin);
  text-align: right;
  color: #fff;
}

.player-info {
  position: absolute;
  z-index: 100;
  max-width: 50vw;
  padding: 9vmin 0 0 9vmin;
  pointer-events: none;
}

.year--player,
.artist--player,
.title--player {
  color: #fff;
}

.artist--player {
  font-family: 'nexa_boldregular', sans-serif;
}

.artist--player {
  font-size: 8vmin;
  line-height: 0.8;
  margin: 0 0 0.25em 0;
  white-space: nowrap;
}

.title--player {
  font-size: 3vmin;
  font-weight: normal;
  margin: 0.25em 0 0;
}

.year--player {
  font-size: 2vmin;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  border-width: 0.25vmin;
}

.player {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.player__element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vmin;
  height: 80vmin;
  margin: -40vmin 0 0 -40vmin;
}

.player__element svg,
.player__element-inner {
  width: 100%;
  height: 100%;
}

.player__element--lp {
  opacity: 0;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
}

.view--current .player__element--lp {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}

.player__element--lp-flip {
  -webkit-transform: perspective(2000px) rotate3d(1,1,0,180deg);
  transform: perspective(2000px) rotate3d(1,1,0,180deg);
}

.player__element--lp svg {
  -webkit-animation: spinAroundA 10s linear infinite forwards;
  animation: spinAroundA 10s linear infinite forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes spinAroundA {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinAroundA {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.player__element--lp-spin:not(.player__element--lp-flip) .player__svg-lp {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.player__element--lp .player__element-inner {
  -webkit-animation: spinAroundB 10s linear infinite forwards;
  animation: spinAroundB 10s linear infinite forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.player__element--lp-spin.player__element--lp-flip .player__element-inner {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes spinAroundB {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spinAroundB {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.lp-side-label {
  -webkit-transition: visibility 0s 0.35s;
  transition: visibility 0s 0.35s;
}

.player__element--lp-flip .lp-side-label--a,
.lp-side-label--b {
  visibility: hidden;
}

.player__element--lp-flip .lp-side-label--b {
  visibility: visible;
}

.player__element--tonearm {
  margin: calc(-40vmin - (0.13 * 80vmin)) 0 0 calc(0.11 * 80vmin);
}

.view--current .player__element--tonearm svg * {
  pointer-events: auto;
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.player__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 4vmin;
}

.view--current .player__controls {
  pointer-events: auto;
}

.player-button {
  position: relative;
  margin: 0 0.25em;
  padding: 1em;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #000;
}

.player-button:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}

.player-button:focus {
  outline: none;
}

.effects {
  position: absolute;
  top: 10vmin;
  right: 0;
  bottom: 5vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 10vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
}

.effects__irs {
  margin: 0.5em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #fff;
}

.effects__button {
  display: block;
  -ms-flex: none;
  flex: none;
  width: 100%;
  width: 4em;
  height: 4em;
  margin: 0.5em 0;
  padding: 1em;
  color: #fff;
  border: 0;
  background: none;
  -webkit-box-flex: 0;
}

.effects__button--active {
  color: #000;
}

.effects__button:focus {
  outline: none;
}

.effects__button .icon {
  width: 100%;
  height: 100%;
}

.effects__input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.icon--touchthrough {
  pointer-events: none;
}

.player-info,
.player-stand,
.player__element--tonearm,
.visualizer,
.effects {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.view--current .player-info,
.view--current .player-stand,
.view--current .player__element--tonearm,
.view--current .visualizer,
.view--current .effects {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-aspect-ratio: 100/75) {
  .player-stand {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    background: none;
  }

  .song, .visualizer, .effects {
    display: none;
  }

  .control-button--back {
    font-size: 5vmin;
  }

  .player-info {
    max-width: none;
    width: 100%;
    padding: 15vmin 1em 0 1em;
  }
}


/*----------------------------
	.-- Typo
-----------------------------*/

p {
  font-size: 17px;
  line-height: 36px;
  font-family: Lato,sans-serif;
  font-weight: 400;
}

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

a:hover {
  text-decoration: none;
}

h1,h2,h3 {
  font-family: Lato, sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}

h4 {
  font-family: Lato,sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  font-family: Lato,sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
}

ul {
  list-style: none;
}

li {
  margin-top: 24px;
}

li a {
  display: inline;
}

hr {
  margin-top: 72px;
  margin-bottom: 72px;
}

/*----------------------------
	.-- Navigation
-----------------------------*/

.nav_button {
  position: absolute;
  z-index: 99999;
top: 10%;
right: 10%;
  
/*  top: 17%;
  right: calc(50% - 26px);
*/
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

nav ul li:last-child {
  border: none;
}

nav ul li a {
  font-size: 14px;
  color: #252525;
  display: block;
  padding: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}

nav ul li a:hover, nav ul li a:focus {
  text-decoration: none;
  color: #f2f2f2;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #f2f2f2;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.navicon {
  position: relative;
  height: 26px;
}

.indicator {
  position: absolute;
  right: 0 !important;
}

.pull {
  display: none;
}

.col-lg-12.clearfix {
  height: 100px;
  padding: 25px 0;
}


/*----------------------------
	.-- Contact Form
-----------------------------*/

.field {
  font-weight: 600;
  text-align: center;
  margin: 0 0 2px 0;
  padding: 20px;
  border-bottom: 1px solid #dedede;
  width: 100%;
  color: #000000;
  background: transparent;
}

.field:focus {
  background: #fff;
}

.sendForm {
  height: auto;
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.sendForm:hover {
  color: #ffffff;
  background: #dedede;
}

.textarea {
  background: transparent;
  font-weight: 600;
  padding: 20px;
  border: none;
  text-align: center;
  width: 100%;
  color: #000000;
}

.textarea:focus {
  background: #fff;
}

.contactForm {
  display: block;
  text-align: center;
  padding: 50px 0;
}

#status {
  color: #000000;
  width: 100%;
}

/*----------------------------
	.-- Home
-----------------------------*/

.wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 58%;
  overflow: hidden;
  position: relative;
}

.mockup {
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: black;
}

.mockup::after {
  content: '';
  position: absolute;
  background: rgba(51,71,89,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mockup__img {
  display: block;
  /*
  height: 100%;
  width: 100%;
 
 display: block;
  */
 }

.background {
  background: #fafafa;
}

.intro p {
  margin: 20px 0 0;
}

.sliders-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  /*  top: 0; */

  text-align: center;
  z-index: 1000;
  font-size: 1.5em;
}

.sliders-header h1 {
  position: absolute;
  font-weight: 700;
  font-size: 4.5em;
  line-height: 1.2;
  color: #fff;
  z-index: 1000;
  padding: 0;
  margin: 0;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 100%;
/*  top: 40%; */
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.sliders-header h1 span {
  display: block;
  font-size: 35%;
}

.sliders-header h1 a {
  color: #eff62b;
}

.sliders-header h1 a:hover,.sliders-header h1 a:focus {
  color: #fff;
}

.sliders-header h1 span::before,.sliders-header h1 span::after {
  content: ' ― ';
  font-weight: 200;
}

.sliders-header h1 i {
  display: block;
  font-size: 15%;
  max-width: 40%;
  margin: 0 auto;
  line-height: 2;
  font-style: normal;
  font-weight: 400;
}


h1.entry-content {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #353535;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

h1.entry-content-strong {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #353535;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
h2.event_year {
  font-size: 2.6em;
  padding-bottom: 20px;
  padding-top: 30px;
}

/*----------------------------
	.-- BUSH
-----------------------------*/
.sliders-header h1 {
  top: 60%;
}
p.entry-content {
  /* font-size: 14px; */
  line-height: 26px;
  font-family: Lato,sans-serif;
  font-weight: 400;
}
p.entry-content-bold {
  font-family: Lato,sans-serif;
  font-weight: 600;	
}
li.entry-content {
    margin-top: 12px;	
	display: list-item;
}
#features {
  padding-bottom: 0;
}

.section-padding-bio {
    padding: 50px 0 50px;
}
.bio {
	color: #efefef;
	padding-top: 40px;
	margin-top: 0px;
}
/*----------------------------
	.-- Features
-----------------------------*/

#sponsors ul {
    margin: 0;
    padding: 0;
}

section#sponsors li {
    float: left;
}

.features-wrapper, .team-wrapper {
  margin: 70px 0;
}

.features-wrapper p {
  font-size: 16px;
}

.features-wrapper h2 {
  font-size: 30px;
}

.feature {
  padding-bottom: 50px;
}

#features h3 {
  color: #ffc100;
  font-weight: 300;
  text-transform: uppercase;
}

.wp4 h2, .wp5 h2 {
  font-weight: 300;
  letter-spacing: 2px;
  margin: 16px;
}

.iphone {
  width: 100%;
  background: #f3f5f8;
  float: left;
  height: 100%;
  box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.fluid-white {
  width: 50%;
  background: #fff;
  float: right;
  height: 100%;
  z-index: 2;
}


/*----------------------------
	.-- Gallery Justified
-----------------------------*/

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery>a,.justified-gallery>div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery>a>a>img,.justified-gallery>a>img,.justified-gallery>div>a>img,.justified-gallery>div>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}

.justified-gallery>a>.caption,.justified-gallery>div>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible {
  display: initial;
  opacity: .7;
  filter: "alpha(opacity=70)";
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}

.justified-gallery>.entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}

.justified-gallery>.jg-filtered {
  display: none;
}

.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery>.spinner>span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.nopadding {
  padding: 0;
}

.custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
}

/*----------------------------
	.-- Subscribe
-----------------------------*/

.subscribe {
  background: url(../_images/keyboard-bg.jpg) no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}
a.backlink {
	color: #000;
	font-size: 1.2em;
	font-weight: 400;
}
.subscribe h1 {
  color: #fff;
  margin-bottom: 40px;
}

.subscribe h1 span {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.subscribe input[type=text],input[type=email] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  width: 40%;
  color: #fff;
  float: right;
}

.subscribe input[type=submit] {
  background: rgba(255,255,255,.2);
  border: solid 1px rgba(255,255,255,.5);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  float: left;
  width: 40%;
}

.subscribe input[type=submit]:hover {
  background: rgba(255,255,255, .5);
  border: solid 1px rgba(255,255,255, .9);
  color: #fff;
}

#events .listing {
  border-bottom: 1px dashed;
  padding-bottom: 100px;
}

#events .listing:last-child {
    border-bottom: none;
	padding-bottom: 0;
}


#events .listing p {
  margin: 50px 0 10px;
}

/*----------------------------
	.-- Social
-----------------------------*/

ul.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social-buttons li {
  display: inline-block;
}

.social-btn {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  font-size: 17px;
  text-align: center;
  margin: 0 7px;
}

.social-btn:hover, .social-btn:focus {
  color: #999;
}


/*----------------------------
	.-- Contact
-----------------------------*/

.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}

.up-btn:hover, up-btn:focus {
  color: #fff;
  background: #000;
}

.contact-details {
  margin: 70px 0;
}

.contact-details h2 {
  font-size: 20px;
  margin: 40px 0 0;
}

.contact-details h2 span {
  font-weight: 300;
  display: block;
  color: #ffc100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
}

.up-wrap {
  position: relative;
}

/*----------------------------
	.-- Waypoints
-----------------------------*/

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
  visibility: visible;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
  visibility: visible;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.wp3 {
  background: #191919 url(../_images/apple.jpg) no-repeat center center;
  background-position: center bottom;
  height: 100%;
}

/*----------------------------
	.-- Others
-----------------------------*/

#servicesSlider {
  margin-top: 70px;
}

ul.slides li {
  margin-bottom: 20px;
}

.downloadhover:hover img {
  background: #ffc100;
}

.downloadhover img {
  padding: 50px;
  margin-top: 50px;
}

.bottom .carousel-indicators {
  position: relative;
  bottom: inherit;
  top: 40px;
}

.gallerycarousel {
  margin-top: 100px;
}

.gmap {
  height: 400px;
  width: 100%;
}

.paddingbottom {
  padding-bottom: 50px;
}

.blue {
  color: #2a80b9;
  margin-bottom: 50px;
}

#twitter-main{
  background:#222;
  color:#fff;
}

#twitter, #twitter a {
  font-size: 18px;
  line-height: 30px;
}

#twitter a {
  color: #2a80b9;
}

.twt-content {
  margin-bottom: 25px;
}

.tweet {
  min-height: 120px;
}

.animthumb {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
}

.animthumb img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.animthumb img {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  padding: 0px;
}

#soc_block {
	padding-top: 100px;
	padding-bottom: 20px;	
}

/*----------------------------
	.-- Footer
-----------------------------*/

footer a {
  color: #a1a9b0;
}

footer {
  padding: 150px 0;
  background-color: #242830;
}

footer p {
  color: #fff;
}

ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}

ul.legals li {
  display: inline-block;
}

ul.legals li::after {
  content: " |";
}

ul.legals li:last-child::after {
  content: "";
}

.legals {
  text-align: left;
}

.credit {
  text-align: right;
}

.credit {
  text-align: right;
}

.d2 {
  background: #d2d2d2;
}
	.ya_frame {
    position: relative;
	background-color: #fff;
	top: -8em;
	}
	
/*----------------------------
	.-- Responsive
-----------------------------*/
@media screen and (min-width: 660px) {
	#groups div{
		position: relative;
		left: calc( 100%/2 - 340px);
		}
}
@media screen and (max-width: 660px) {
	#groups div{
		position: relative;
		left: 0;
		}
}	
@media screen and (min-width: 52.5em) {
  .grid__item {
    width: 33.33%;
    margin: 0 0 9em;
  }

  .js .grid__item:first-child {
    margin-top: 5em;
  }

  .js .grid__item:nth-child(2) {
    margin-top: 14em;
  }
}

@media screen and (max-width: 36em) {
	
  body{
	word-wrap: break-word;
	font-stretch: condensed;
  }
  .ya_frame {
	padding-bottom: 1px;
    top: -20vh;
  }
  .number .title--single {
    font-size: 10vmin;
    top: -32vmin;
    left: 25vmin;
  }
  .artist--single {
    left: -999vmin;
  }
  .grid__item {
    width: 100%;
    margin: 0;
    padding: 1em 2em 0;
  }
  
  .grid__item--deco::before {
    font-size: 10em;
  }
  .number {
    top: 64vh;
    left: 0;	  
  }
}
@media screen and (min-width: 36em) {

.grid__item--deco::before {
    font-size: 15em;
  }
  .year--single {
    top: -18vh;
  }
 .controls__navigate {
    position: relative;
    left: calc(100% - 20vw);
    top: 70vh;
	}
.number {
    top: 65vh;
    left: 0vmin;
	}
.ya_frame > h3 {
	font-weight: 400;
    padding-left: 10px;
	}
}


@media screen and (max-width:320px) {
	/* Smartphones-------------*/
	  h1 {
		font-size: 36px;
		line-height: 48px;
	  }

	  .hero p {
		font-size: 16px;
	  }

	  h2, .features-wrapper h2 {
		font-size: 24px;
		line-height: 30px;
	  }
	  img {
	  border: 0;
	  max-height: 100%;
	  }
	  .number {
	  top: 60vh;
	}
	.year--single {
    top: -20vh;
	}
	.controls__navigate {
	position: relative;
    top: 65vh;
    left: 70%;
	}
	.aplayer {
	height: calc(100vh - 220px);
	}
	.ya_frame {
    position: relative;
	top: -20vh;
	background-color: #fff;
	}
	.ya_frame > h3 {
	font-weight: 400;
	font-size: 1.2em;
	}
}

	
@media screen and (min-width:321px) and (max-width:480px) {
	/* Smartphones-------------*/

		.ya_frame > h3 {
		font-weight: 400;
		font-size: 1.2em;	
		}

		.controls__navigate {
		position: relative;
		bottom: -65vh;
		left: calc(100% - 20vmin);
		}
		.year--single {
		top: -24vh;
		}
}
@media screen and (min-width: 480px) and (max-width:990px) {

}
@media screen and (min-width:0px) and (max-width:480px) {
		nav ul li {
			width: 100%;
		  }
		  nav il li a {
			padding: 0;
		  }
		  .fluid-white {
			display: none;
		  }
		  .wp2, .wp4, .wp5, .light-box {
			margin-bottom: 30px;
		  }
		  .legals {
			text-align: center;
			margin: 0;
			padding: 0;
		  }
		  .credit {
			text-align: center;
		  }
		  .downloadhover img {
			padding: 0;
		  }
		  .downloadhover:hover img {
			background: inherit;
		  }
		  .d2,.d3 {
			display: none;
		  }
		  .subscribe input[type=text] {
			width: 82%;
		  }
		  img {
		  border: 0;
		  max-height: 100%;
		  }
		  #events {
			    font-stretch:  normal;  
		  }
		h1.entry-content {
		line-height: 24px;
		}
		/*	
		.sliders-header h1 {
		top: 65%;
		}
		*/
		 img {
		 border: 0;
		  /*
		  max-width: 100%;
		  */
		 max-height: 100%;
		 }
		.sliders-header h1 {
			font-size: 2.1em;
			top: 55%;
			}	
		#events .listing {
			border-bottom: none;
			padding-bottom:0;
		}

		section#sponsors li {
			width: 80%;
			margin: 0 10%;
		}
}

@media screen and (max-width:991px) {

		.section-padding {
		  padding: 75px 0 100px;
		  }
		 
		p{ 
			font-size:15px;
			line-height: 27px;
		}

		.sliders-header h1 {
			font-size: 2.5em;
			top: 55%;
		}
		.sliders-header h1 i{
			font-size: 20%;
			max-width: 75%;
		}
}

@media screen and (min-width:992px) and (max-width:1200px) {
		.sliders-header h1 {
			top: 60%;
		}
		.year--single {
			right: -5vmin;
		}
		.aplayer-list {
		height: 100%;	
		}
		iframe {
		min-height: 360px;
		}
}

@media screen and (min-width:1201px){
			/* Big Display _______________________ */
		.ad {
		background-attachment: scroll;
		}

		.subscribe {
		background-attachment: scroll;
		}
		.aplayer-list {
		height: 100%;	
		}	
		section#sponsors li {
		width: 18%;
		margin: 0 1%;
		}
		.section-padding {
		  padding: 150px 0 150px;
		}
		
		.number {
		top: 68vh;
		left: -18vw;
		font-size: 8vmin;
		}
		.year--single {
		top: -8vh;
		right: -10vw;
		}
		.controls__navigate {
		top: 70vh;
		left: 60vw;
		}
		.aplayer-list {
		height: 100%;	
		}
		iframe {
		min-height: 360px;
		}
		#groups .container {
		position: relative;
		left: 25vw;
		}
		.aplayer {
		font-size: 1.3em;
		}
		.ya_frame {
		top: -2vh;
		padding-bottom: 1px;		
		}
		
}
@media screen and (min-width:1401px){
			.aplayer {
		font-size: 1.6em;
		}
}