html {
  font-size: 10px;
}

body {
  background: #121212;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.941;
  margin: 0;
  padding: 0;
}

a {
  color: #793ea5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


h1 {
 
  color: #fff;
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-size: 11rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
  display: inline-block;
}

h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}



p img {
  margin: 0;
}


@font-face{

    font-family:'Avalon';
    src: url('../fonts/avalon-medium_[bg.allfont.net].ttf') format('opentype');
}
@font-face {
      font-family:'hein';
      src: url("../fonts/heinrichscript_[bg.allfont.net].ttf") format("opentype");
  }
  @font-face {
      font-family:'Eho';
      src: url("../fonts/exo-20_[bg.allfont.net].ttf") format("opentype");
  }
  @font-face {
      font-family:'MayekaBold';
      src: url("../fonts/Mayeka Demi Bold Demo.otf") format("opentype");
  }
  @font-face {
      font-family:'MayekaThin';
      src: url("../fonts/Mayeka Thin Demo.otf") format("opentype");
  }

li {
  display: list-item;
}

ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: 0.4rem;
}


.item-service__text{
  color: #fff
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

fieldset {
  border: none;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0,0,0, 0.8);
}

.text {
  color: white;
  font-size: 3rem;
  font-family: eho;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#bio {
	height: 10vh;
}

.Biog
{
	width: 100%; 
	min-height: 80vh;  /* на малки екрани трябва да е auto */
	background-image: linear-gradient(-135deg, rgba(0,0,0,0.3), rgba(0,0,0,1) 65%);
	position: relative;
}

.imageBiog
{
	height: 80vh;
	background-image: url('../images/sn_biography.png');
	background-position: bottom left;
	background-size: auto 80%;
	background-repeat: no-repeat;
}
.textBiog
{
	padding-left: 40%;
}
.textBiog p {
	font-family: eho;
	line-height: 1.5;
	font-size: 2rem;
	color: #fff;
	padding: 0 20px 5px 0;
	margin: 0;
	text-align: justify;
}
.player li,
.player li a {
    list-style:none;
    color: #000;
    margin:0;
}
.player li a::before{
  content:'';
  display:inline-block;
  background-image:url('../images/player.png');
  background-size:contain;
  height:20px;
  width:20px;
  margin-right: 20px;
  background-repeat:no-repeat;

}
.blq
{
  position: relative;top: 16rem
}
.cover
{
  z-index: 3;
    width:67%;
    position: relative;
    float: right;
}
.disc
{
  width: 55%;
  margin-left: 15rem;
  position: absolute;
  top: 80px;
}
.buy
{
  font-family: eho;
  color: #000;
  font-size: 4rem;
  margin-bottom: 0;
  text-align: right;
}
.row .tu
{
  width: 50%; float: right;
}
.btnn
{
   color: #FFFFFF;
  background-color: #04B6BA;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: auto;
  width: 200px;
  z-index: 2;
  display: inline-block;
}

.button
{
  width: 30%;padding-top: 2rem; padding-bottom: 2rem; float: left; font-family: eho
}
body.menu-is-open {
  overflow: hidden;
}

.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}

.bit-narrow {
  max-width: 1120px;
}

.darker {
  background-color: #0f0f0f;
}


.subhead 
{
  font-family: 'Avalon';  
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #999;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  padding: 20px 10%;
}

.item-title 
{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.section-header.has-bottom-sep 
{
  padding-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.s-services {
  background-image: url('../images/Background_p4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 18rem;
  position: relative;
  min-height: 100vh;
}

.s-services p {
  text-align: justify;	
  font-size: 22px;
  font-family: eho;
}

.grid-overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  max-width: 1200px;
  width: 89%;
  height: 100%;
  opacity: .5;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3;
}

.grid-overlay > div,
.grid-overlay::before,
.grid-overlay::after 
{
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.grid-overlay::before
{
  content: "";
  left: 25%;
}

.grid-overlay::after 
{
  content: "";
  right: 25%;
}

.grid-overlay > div 
{
  left: 50%;
}
.player
{
  width: 40%; float: left; color: #000; padding-top: 10rem
}

.s-header 
{
  z-index: 500;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 21px;
}


.header-nav 
{
  z-index: 600;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3.6rem 3rem 3.6rem 6rem;
  height: 16%;
  width: 100%;
  background: #04b6ba;
  color: rgba(255, 255, 255, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
}

.header-nav a,
.header-nav a:visited
 {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active 
{
  color: white;
}

.header-nav h3 
{
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .4rem;
  margin-bottom: 7.2rem;
  margin-top: 1.2rem;
  padding-right: 140px;
  color: #793ea5;
  position: relative;
}

.header-nav h3::after 
{
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #793ea5;
  position: absolute;
  top: 50%;
  right: 0;
}

.header-nav p 
{
  margin-bottom: 2.7rem;
}


.header-nav__content,
.header-nav h3 
{
  left: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.header-nav__content
{
  position: relative;
  max-width: 100%;
}

.header-nav__list 
{
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 1.286;
  margin: 0 0 4.2rem 0;
  padding: 0;
  list-style: none;
}

.header-nav__list li 
{
  padding: 0rem 4rem;
  display: inline-block;
}

.header-nav__list a
 {
  display: block;
  color: #FFFFFF;
  position: relative;
}

.header-nav__list a:hover::before 
{
  color: #793ea5;
}

.header-nav__list .current a::before
 {
  color: #793ea5;
}

#toggle
{
  display: none;
}
.header-nav__close 
{
  z-index: 601;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 31px;
  left: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.player
{
  font-family: 'hein';
  font-size: 3rem;
  color: #000
}

.header-nav__close span::before,
.header-nav__close span::after 
{
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -1px;
}
.fairy
{
  width: 50%;float: right; padding:4rem; font-family: hein; font-size: 3rem
}
.header-nav__close span::before 
{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__close span::after 
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-is-open .header-nav 
{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content,
.menu-is-open .header-nav h3 
{
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  left: 0;
}

.header-menu-toggle
 {
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5rem;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  left: 8rem;
  top: 30px;
}


.header-menu-icon 
{
  display: block;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  position: absolute;
  left: 11px;
  top: 50%;
}

.header-menu-icon::before,
.header-menu-icon::after
 {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}

.header-menu-icon::before 
{
  top: -9px;
}

.header-menu-icon::after
 {
  bottom: -9px;
}

.lang 
{
  display: block;
  width: 100px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;

  position: fixed;
  right: 8rem;
  top: 35px;
}

.lang,
.lang a
{
  color: #666;
}


.s-home 
{
  /* position: relative; */
  /* z-index: 3; */
  /* background-size: 100% 100%; */
  /* background-image: url('../images/p1-p2-bg.jpg'); */
  min-height: 210vh;
}
.s-home .grid-overlay > div 
{
  display: none;
}

.no-js .s-home 
{
  background: #000000;
}

.home-content 
{
  padding-top: 20vh;
  padding-bottom: 30vh;
  position: relative;
  z-index: 4;
	min-height: 210vh;
	background-size: 100% auto;
	background-image: url('../images/Background_p1_p2-v4.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.home-content h1 {
	font-family: 'Avalon';
	color: #666;
}

.home-content h3 {
  margin-top: 1.2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.342;
  font-style: normal;
  color: #9c9c9c;
}

.home_content_main {
	height: 80vh;
}


html.ss-preload .home_content_main {
  opacity: 0;
}

html.ss-loaded .home_content_main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home_content_main {
  opacity: 1;
}


/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

.s-about {
  min-height: 90vh;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 10px;
}

.s-works {
  padding-top: 3rem;
  padding-bottom: 18rem;
  position: relative;
}

.masonry-wrap {
  margin-top: 7.2rem;
  max-width: 1100px;
  position: relative;
}

.masonry-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}
.home-content__video {
  /*display: inline-block;*/
  margin-top: 4.2rem;
}

.masonry .grid-sizer,
.masonry__brick {
  /*width: 50%;*/
  width: 20%;
  float: left;

  text-align: center;
}

.masonry__brick {
  float: left;
  padding: 0;
}

.item-folio {
  position: relative;
  overflow: hidden;
}

.item-folio__thumb img {
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
  display: block;
}

.item-folio__thumb a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.item-folio__thumb a::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 2.7rem;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
}
.item-folio__thumb1 img {
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-folio__thumb1 a {
  display: block;
}

.item-folio__thumb1 a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.item-folio__thumb1 a::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 2.7rem;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
}

.item-folio__text {
  position: absolute;
  left: 0;
  bottom: 3.6rem;
  padding: 0 3.3rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-folio__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.286;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin: 0 0 .3rem 0;
}

.item-folio__cat {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.714;
  margin-bottom: 0;
}

.item-folio__caption {
  display: none;
}

.shows
{
  text-align: center;font-family: 'hein';font-weight: 100; font-size: 7rem; margin-top: 1rem
}

/* on hover 
 * ----------------------------------------------- */
.item-folio:hover .item-folio__thumb a::before {
  opacity: 1;
  visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.section-header {
  z-index: 3;
}

.png {
  padding-top: 2.2rem;
  padding-bottom: 21rem;
  text-align: center;
  position: relative;
 
}




.s-contact {
  padding-top: 1.2rem;
  padding-bottom: 3rem;
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
}

.s-contact a {
  color: #FFFFFF;
}

.s-contact .grid-overlay {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.s-contact .grid-overlay > div,
.s-contact .grid-overlay::before,
.s-contact .grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.12);
}

.s-contact .section-header,
.s-contact .contact-main {
  z-index: 3;
  position: relative;
}

.contact-main {
  font-size: 3.3rem;
  line-height: 1.636;
  margin-top: 0;
}

.contact-main [class*="contact-"] {
  margin-bottom: 0;
}

.contact-main .contact-email {
  margin-bottom: 3.6rem;
}

.contact-email a {
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.contact-email a:hover,
.contact-email a:focus {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.contact-social {
  list-style: none;
  display: inline-block;
  margin: 4.2rem 0 0 0;
  font-size: 4.2rem;
}

.contact-social li {
  /*margin-right: 15px;*/
  padding-left: 0;
  /*display: inline-block;*/
  margin-bottom: 10px;
}

.contact-social li a {
  color: #04B6BA;
  border: 1px solid #04B6BA;
  padding: 10px;
  display: block;
  line-height: 1;
  font-size: 28px;
}

.contact-social li a:hover,
.contact-social li a:focus {
  color: #000000;
  background: #04B6BA;
}

.contact-social li:last-child {
  margin: 0;
}

.contact-social {
  display: block;
  text-align: center;
  width: 50px;
  height: 2px;
  position: fixed;
  right: 0.2rem;
  top: 100px;
  float: right;
}

footer {
  padding-top: 9rem;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
}

footer a {
  color: #FFFFFF;
}

.ss-copyright span {
  font-size: 16px;
  display: inline-block;
  color: #04B6BA;
}

.ss-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}

.ss-copyright span:last-child::after {
  display: none;
}

.ss-go-top a {
  color: #FFFFFF;
  background-color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 75px;
  line-height: 75px;
  padding: 0 4rem 0 7rem;
  position: absolute;
  left: 50%;
  top: -37.5px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
}

.ss-go-top a::before {
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  background-image: url(../images/icons/icon-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  margin-top: -9px;
}

.ss-go-top a:hover,
.ss-go-top a:focus {
  background-color: #2d173d;
}
 #video-background {
  position: absolute;
  left: 0; 
  top: calc(50vh - 28vw);
  width: 100%; 
  height: 56vw;
  max-height: 100vh;
  z-index: 9;	
  background: #000;
}
.home_content_main * {
	z-index: 10;
	position: relative;
}
#timer {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  margin-top: 50px;

}
#timer li{
  display: inline-block;
  font-size: 8rem;
  color: #FFF;
  text-shadow: 2px 2px #666;
}
#seconds
{
  font-size: 5rem !important
}
#timer span {
  display: inline-block;
  font-size: 3rem;
  
  color: #FFF;
  text-shadow: 2px 2px #666;
}
.promo
{
  text-align: center; 
  font-family: 'eho';
  font-size: 3rem; 
  font-weight: 700;
  color:#FFF;
  text-shadow: 2px 2px #666;
}


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

  .home-content h1 {
    font-size: 10rem;
  }
  
  .subhead {
	  font-size: 28px;
  }
  
  .textBiog p {
	  font-size: 1.6rem;
  }
  
  .grid-overlay {
    border-right: none !important;
    border-left: none !important;
  }

  .grid-overlay::before {
    left: 22.5%;
  }

  .grid-overlay::after {
    right: 22.5%;
  }

}

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

  
  .subhead {
	  font-size: 26px;
  }
  
  .textBiog p {
	  font-size: 1.4rem;
	  line-height: 1.1;
  }

  .home-content h1 {
    font-size: 9rem;
  }
  
	.s-services p {
	  text-align: justify;	
	  font-size: 22px;
	}

  .home-content__video .video-icon {
    height: 8.4rem;
    width: 8.4rem;
    background-size: 22px 24px;
  }

}

@media only screen and (max-width:1200px) {
  .home-content {
    padding-top: 4.5rem;
  }

   .display-1 {
    font-size: 4.5rem;
  }

  .display-1 br {
    display: none;
  }
  .header-logo {
    left: 60px;
  }

  .header-menu-toggle {
    right: 60px;
  }
   .services {
    max-width: 1000px;
  }

  .services .item-service:nth-child(2n+1) {
    padding-right: 30px;
  }

  .services .item-service:nth-child(2n+2) {
    padding-left: 30px;
  }
  
  .contact-main {
    font-size: 3.1rem;
  }

  .contact-email a {
    font-size: 7.6rem;
  }

}
@media only screen and (max-width:1100px) {
  .display-1 {
    font-size: 4.2rem;
  }
  .s-services
  {
    background-position: center;
  }
  .shows
  {
    font-size: 6rem
  }


}
@media only screen and (max-width:1000px) {
  .home-content h1 {
    font-size: 7rem;
  }

  .home-content__button .btn {
    width: 24rem;
  }

  .home-content__scroll {
    right: 6rem;
  }
  
  
  .imageBiog
  {
    background:transparent;
	height: auto;
	margin-bottom: 10vh;
  }
  
  .textBiog
  {
    width: 90%;
    padding-left: 0;
    margin: 0 auto
  }

  .home-social {
    left: 4.5rem;
  }
   .display-1 {
    font-size: 4rem;
  }
   .s-about {
    padding-bottom: 15rem;
  }
  .s-services {
    padding-top: 4rem;
    padding-bottom: 15rem;
    background-position: center right -11rem
  }
  .shows
  {
    font-size: 5rem
  }

  .services .item-service:nth-child(2n+1) {
    padding-right: 20px;
  }

  .services .item-service:nth-child(2n+2) {
    padding-left: 20px;
  }

  .item-service__text {
    margin-left: 0;
  }

   .s-works {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .png {
    padding-top: 15rem;
    padding-bottom: 19.2rem;
  }
   .s-contact {
    padding-top: 15rem;
    padding-bottom: 19.8rem;
  }

  .contact-main {
    font-size: 3rem;
  }

  .contact-email a {
    font-size: 7.2rem;
  }

}

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

  .home-social {
    display: none;
  }
   menu-is-open .header-nav .header-nav__content,
.menu-is-open .header-nav h3 {
  right: 0
}
  .header-nav
  {
      left: unset;
     right: 0 !important;
     width: 100%;
     height: 100%
  
  }
  .buy
  {
    font-size: 3rem ;
  text-align: center;
  }

  .text
  {
    font-size: 1rem
  }
  .header-menu-toggle
  {
    left: unset;
    right: 3rem !important;
  }
  .header-nav__close span::before, .header-nav__close span::after {
    left: 26rem;
  }
  #loadmore
  {
      display:  block;
  }
  .hidden
  {
    display: none;
  }
  .header-nav h3 {
    padding-right: 0;
  }

  .header-nav h3::after {
    display: none;
  }

  .header-nav__content {
    max-width: 280px;
  }

  .header-nav__list {
    font-size: 2.5rem;
  }

  .header-nav__list li {
    padding: .6rem 0;
  }
  .header-nav__list li
  {
    display: block;
  }
   
  
  .contact-main {
    font-size: 2.8rem;
  }

  .contact-email a {
    font-size: 6.2rem;
  }

  .contact-social {
    font-size: 4rem;
  }
 
  .shows
  {
    font-size: 4rem !important
  }

}

@media only screen and (max-width:800px) {
	.home-content {
		background-size: 200% auto;
		background-position: 75% 0%;
	}
	
  .home-content h1 {
    font-size: 6rem;
    margin-top: calc(65vh + 6rem);
	color: #000;
  }
  
  .btnn {
	  font-size: 12px;
  }
  
    .button
  {
    width: 100%;
  }
  .fairy {
    width: 100%;
  }

  .header-nav {
    width: calc(100% - 80px);
    padding: 3.6rem 3rem 3.6rem 5rem;
  }

  .header-menu-toggle {
    right: 40px;
  }
  
  #toggle

  {
    display: block;
     color: #FFFFFF;
    background-color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 75px;
    line-height: 75px;
    padding: 0 4rem 0 7rem;
    position: relative;
    left: 14rem;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 2;
  }
  .fairy
  {
    font-size: 3rem
  }
  .services {
    margin-top: 4.2rem;
  }

  .services .item-service:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 700px;
  }

  .services .service-icon {
    font-size: 4.2rem;
    float: none;
    margin-top: 0;
  }
   .item-folio__title,
  .item-folio__cat {
    font-size: 1.3rem;
  }
  
  .contact-main {
    font-size: 2.6rem;
  }

  .contact-email a {
    font-size: 5.5rem;
  }

  .contact-social {
    font-size: 3.5rem;
  }
  .display-1 {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }

  .subhead {
    font-size: 24px;
  }

  .section-header.has-bottom-sep::before {
    width: 300px;
  }


}

@media only screen and (max-width:700px) {
.row .tu
{
  width: 100%;
}
  /* .blq */
  /* { */
    /* top: 0 */
  /* } */

   .player
  {
    width: 100%;
    padding-top: 0
  }

  .contact-main {
    font-size: 2.4rem;
  }

  .contact-email a {
    font-size: 3.8rem;
  }

  .contact-social {
    font-size: 3.2rem;
  }

}

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

  .home_content_main {
    padding: 0 35px;
  }

  
  .home-content__button {
    margin-top: 4.8rem;
  }

 
   .display-1 {
    font-size: 2.8rem;
    margin-bottom: 4.2rem;
  }
   .s-header {
    height: 90px;
    top: 12px;
  }
  .fairy
  {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
  }

  .header-nav {
    padding: 3.6rem 3rem 3.6rem 4rem;
  }

  .header-menu-toggle {
    top: 27px;
    right: 25px;
  }
  .grid-sizer,
  .grid-item {
  width: 100%;
  }
  .s-about {
    padding-bottom: 12rem;
  }

   .s-services {
    padding-top: 1rem;

    background-position: center right -18rem
  }
  .s-services p {
	font-size: 14px;
  }
  
  .shows
  {
    padding-bottom: 5rem
  }
  

  .services .item-service:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .s-works {
    padding-top: 12rem;
  }

  .masonry-wrap {
    padding: 0 35px;
  }

  .masonry__brick {
    float: none;
    width: 100%;
  }

  .item-folio__title,
  .item-folio__cat {
    font-size: 1.4rem;
  }
  
    .ss-copyright span {
    display: block;
  }

  .ss-copyright span::after {
    display: none;
  }

  .ss-go-top a {
    font-size: 10px;
    height: 70px;
    line-height: 70px;
    top: -35px;
    padding: 0 3rem;
  }

  .ss-go-top a::before {
    display: none;
  }
  .s-contact {
    padding-top: 12rem;
    padding-bottom: 13.2rem;
  }

  .contact-main {
    font-size: 2.1rem;
    margin-top: 7.2rem;
  }

  .contact-social {
    font-size: 3rem;
  }
  .png {
    padding-top: 7.8rem;
    padding-bottom: 15rem;
  }

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

}

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

  .section-header.has-bottom-sep::before {
    width: 200px;
  }
 

  
  .contact-main {
    font-size: 1.8rem;
  }

  .contact-email a {
    font-size: 3rem;
  }
  #video-background {
    
    bottom: 63rem;
}
#timer {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 32rem;
  left: 10%;
	margin: 0;
	width: 80%;
}
#timer li{
  display: inline-block;
  font-size: 3rem;
}
#seconds
{
  font-size: 3rem !important
}
#timer span {
  display: none;
}
#timer li::before {
  content: " : ";
}
#timer li:first-child::before {
  content: "";
}
.promo
{
  text-align: center;
    font-family: 'eho';
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    top: 38rem;
}
}
@media only screen and (max-width:400px) {
	.home-content {
		background-position: 70% top;
	}
	
  
  .home-content h1 {
	font-size: 5rem;
	color: #FFFFFF;
  }
  
  .item-title {
    font-size: 2.1rem;
  }
  
  .grid-overlay > div,
  .grid-overlay::before,
  .grid-overlay::after {
    display: none;
  }
  .s-header {
    top: 6px;
  }
  .button
  {
    width: 100%;
  }
 .fairy
  {
    width: 100%;
    font-size: 3.4rem
  }
  .header-logo {
    left: 30px;
  }

  .header-logo img {
    width: 150px;
    height: 35px;
  }

  .header-nav {
    width: calc(100% - 40px);
  }

  .header-nav h3 {
    margin-bottom: 6rem;
  }

  .header-nav__list {
    font-size: 2.2rem;
  }

  .header-menu-toggle {
    top: 21px;
    right: 20px;
  }

  .fairy
  {
    width: 100%;
    font-size: 3.4rem;
  }

  .home_content_main {
    padding: 0 25px;
  }

.item-service {
  margin-bottom: .9rem;
}

.item-service h3 {
  margin-top: 0;
}

.item-service:nth-child(2n+1) {
  padding-right: 50px;
}

.item-service:nth-child(2n+2) {
  padding-left: 50px;
}

.item-service__text {
  margin-left: 0;
  font-family: 'hein';
  font-size: 2rem
}

.item-service__icon {
  float: left;
  color: #793ea5;
  font-size: 4.5rem;
  margin-top: -1.8rem;
}
.services .item-service:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
   .masonry-wrap {
    padding: 0 25px;
  }
 
  .contact-main {
    font-size: 1.6rem;
    margin-top: 4.5rem;
  }

  .contact-email a {
    font-size: 2.5rem;
  }

  .contact-social {
    margin: 3rem 0 0 0;
    font-size: 2.4rem;
  }
 

  .ss-go-top a {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    padding: 0 3rem;
    padding: 0 2rem;
  }
}


}
