/* Generated by less 2.5.1 */
/* FONTS */
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* COLORS */
*:hover {
  text-decoration: none;
}
html,
body {
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: right;
  color: #4a4a4a;
}
.background_top {
  display: block;
  position: absolute;
  width: 100%;
  height: 50vh;
  background-color: #100701;
  top: 0;
  left: 0;
}
.background_top .background_image {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .15;
}
.container {
  position: relative;
  top: 50vh;
  margin-top: -16rem;
}
.profile_img {
  margin-top: -16rem;
}
.wrap {
  margin-bottom: 16rem;
}
h1 {
  line-height: 2.5rem;
  font-size: 3rem;
  color: white;
  font-family: 'montserratbold';
  margin: 11.25rem 0 0 0;
}
h1.top {
  text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 99;
}
h1.bottom {
  margin: 0 1rem 0 .5rem;
  z-index: -1;
}
.title h2 {
  margin: 1rem 0;
  font-size: 1.5rem;
  padding: .5rem;
  color: #d8d8d8;
}
.block {
  display: block;
  padding: 2rem 0;
}
.block a,
.block .phone,
.block a:focus,
.block a:active,
.block a:visited {
  cursor: pointer;
  color: #4a4a4a !important;
  text-decoration: none !important;
  font-family: 'montserratbold';
  font-size: 1.5rem;
  line-height: 1.75rem;
  outline: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.block a:hover,
.block .phone:hover {
  color: #a74312;
  text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}
.meta {
  display: block;
  color: #d8d8d8;
  margin: 0 0.5rem -0.5rem 0;
  font-size: 1.25rem;
}
a.soundcloud {
  color: #d8d8d8;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0 3.5rem 0 0;
  display: block;
  font-family: 'montserratlight';
  position: relative;
}
a.soundcloud:after {
  display: block;
  content: '\f1be';
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #ebebeb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ariadneflute-icons";
  text-align: center;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #4a4a4a;
}
a.soundcloud:hover {
  text-shadow: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.5);
}
/*********************
LOADING ANIM
*********************/
.page-loading {
  display: block;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #FFF;
}
.page-loading span {
  display: block;
  border: 0.125rem solid #d8d8d8;
  border-radius: 2rem;
  height: 2rem;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 2rem;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*
PLAYER
*/
.audioplayer {
  width: 100%;
  display: block;
  margin: 2rem .5rem .5rem;
  background: none !important;
  box-shadow: none !important;
  height: 3rem !important;
  overflow: visible;
  position: relative;
}
.audioplayer .audioplayer-time,
.audioplayer .audioplayer-volume {
  display: none;
}
.audioplayer .audioplayer-playpause {
  display: block;
  border: none;
  float: left;
}
.audioplayer .audioplayer-playpause a {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  background-color: white !important;
  border-radius: 50%;
  border: 0.125rem solid #ebebeb;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration: none !important;
}
.audioplayer .audioplayer-playpause a:after {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  content: "\e801";
  font-family: "ariadneflute-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.125rem;
  text-align: center;
  color: #4a4a4a !important;
  text-decoration: none !important;
}
.audioplayer .audioplayer-playpause a:hover {
  border: 0.125rem solid #a74312;
  text-decoration: none !important;
  color: #4a4a4a !important;
  background-color: white !important;
  border-radius: 50%;
}
.audioplayer .audioplayer-bar {
  display: block;
  float: left;
  height: .125rem;
  background: none;
  border: none;
  margin: 0;
  background-color: #ebebeb;
  overflow: visible;
  margin: 1.675rem 0rem 0rem 1.25rem;
  width: calc(100% - 6.5rem);
  position: relative;
}
.audioplayer .audioplayer-bar-loaded {
  display: block;
  height: .125rem;
  background-color: #c8c7c6;
  position: absolute;
}
.audioplayer .audioplayer-bar-played {
  display: block;
  height: .125rem;
  background-color: #a74312;
  position: absolute;
}
.audioplayer .audioplayer-bar-played:after {
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #a74312;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -0.375rem;
  margin-top: -0.375rem;
  border: .125rem solid white;
  box-sizing: content-box;
  cursor: pointer;
}
.player_wrap span:before {
  display: block;
  content: "";
  clear: both;
  float: none;
}
.player_wrap span {
  width: 100%;
  display: block;
  text-align: left;
  color: #9B9B9B;
  font-size: .75rem;
  line-height: 1rem;
  padding-left: 5rem;
  padding-bottom: 3rem;
}
.audioplayer.audioplayer-playing .audioplayer-playpause a:after {
  content: '\e800';
  margin-left: -1.25rem;
}
.copyright {
  display: block;
  position: absolute;
  right: 1rem;
  line-height: 2rem;
  height: 2rem;
  text-align: right;
  font-size: .75rem;
  color: #d8d8d8;
}
.copyright a {
  color: #d8d8d8;
  font-size: .75rem;
  font-family: 'montserratlight';
}
.copyright a:hover {
  text-shadow: none;
  color: #a74312;
}
/* ICONS */
@font-face {
  font-family: 'ariadneflute-icons';
  src: url('../fonts/ariadneflute.eot?80007308');
  src: url('../fonts/ariadneflute.eot?80007308#iefix') format('embedded-opentype'), url('../fonts/ariadneflute.woff2?80007308') format('woff2'), url('../fonts/ariadneflute.woff?80007308') format('woff'), url('../fonts/ariadneflute.ttf?80007308') format('truetype'), url('../fonts/ariadneflute.svg?80007308#ariadneflute') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ariadneflute-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pause:before {
  content: '\e800';
}
/* '' */
.icon-play:before {
  content: '\e801';
}
/* '' */
.icon-cancel:before {
  content: '\e802';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e803';
}
/* '' */
.icon-soundcloud:before {
  content: '\f1be';
}
/* '' */
/* RESPONSIVE */
@media (max-width: 1199px) {
  .background_top {
    height: 40vh;
  }
  .container {
    top: 40vh;
    margin-top: -14rem;
  }
  .profile_img {
    margin-top: -14rem;
  }
  .wrap {
    margin-bottom: 14rem;
  }
  h1 {
    margin: 9.25rem 0 0 0;
  }
}
@media (max-width: 991px) {
  .container,
  .profile_img {
    margin-top: -13rem;
  }
  .wrap {
    margin-bottom: 13rem;
  }
  h1 {
    font-size: 2.25rem;
    line-height: 2rem;
    margin: 9.25rem 0 0 0;
  }
  .title h2 {
    font-size: 1.25rem;
  }
  .meta {
    font-size: 1rem;
  }
  .block {
    display: block;
    padding: 1rem 0;
  }
  a,
  .phone,
  a:focus,
  a:active,
  a:visited {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  html,
  body {
    text-align: left;
  }
  .container,
  .profile_img {
    margin-top: -10rem;
  }
  .profile_img {
    margin-top: 0rem;
  }
  .wrap {
    margin-bottom: 10rem;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2rem;
    margin: 6.25rem 0 0 0;
  }
  .title h2 {
    padding: .5rem 0;
  }
  .player {
    padding-bottom: 3rem;
  }
  .copyright {
    position: relative;
  }
  .block {
    border-top: 0.125rem solid #ebebeb !important;
  }
  .soundcloud {
    margin-bottom: 1.5rem;
    padding: 0 0 0 3.5rem !important;
  }
  a.soundcloud:after {
    left: 0;
    right: auto;
  }
}
@media (max-width: 543px) {
  .background_top {
    height: 30vh;
  }
  .container {
    top: 30vh;
  }
  h1 {
    font-size: 2rem;
    margin-top: 6.75rem;
    line-height: 1.75rem;
  }
}
