@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Orkney';
    font-weight: lighter;
    src: url("../fonts/Orkney-Light.otf") format("opentype");
}

@font-face {
    font-family: 'Orkney';
    font-weight: normal;
    src: url("../fonts/Orkney-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Orkney';
    font-weight: 600;
    src: url("../fonts/Orkney-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'Orkney';
    font-weight: bold;
    src: url("../fonts/Orkney-Bold.otf") format("opentype");
}

html{
  width: 100%;
  height: 100%;
}

body{
  height:100%;
  width:100%;
  overflow:hidden; /* or overflow:auto; if you want scrollbars */
  background-image: url('../img/bg_desktop_hotsite.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

body, p, h1, h2, h3, h4, a{
  font-family: 'Orkney';
}
#loading-overlay {
    position: fixed;
    width: 100%;
    height: 120%;
    background: url(../img/loading-overlay.svg) no-repeat center 40%;
    background-color: #ffffff;
    z-index: 1000000;
    transition: all 2s linear;
    display: block;
}
#loading-overlay.hidden-loading {
  visibility: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}


.single-info{
  padding: 0px 26px;
  margin-top: 50%;
}
.single-head{
  color: #eeeeee;
  font-size: 17px;
}
.music-head{
  color: #ffffff;
  font-size: 64px;
  margin: 0;
  font-weight: 600;
}

img{
  width: 250px;
  float: right;
}



.form-title{
  color: #ffffff;
  font-size: 30px;
  margin-top: 6%;
  text-align: center;
  font-weight: bold;
}
.form-subtitle{
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}
form input.form-control{
  background: none;
  border: 3px solid #ffffff;
  border-radius: 0;
  font-size: 15px;
  height: 42px;
  color: #ffffff;
}
form .submit-button button{
  width: 100%;
  background: #4aacc5;
  color: #ffffff;
  border: 3px solid #4aacc5;
  font-size: 20px;
  height: 59px;
  border-radius: 0;
}form .submit-button button{
  width: 100%;
  background: #4aacc5;
  color: #ffffff;
  border: 3px solid #4aacc5;
  font-size: 20px;
  height: 59px;
  border-radius: 0;
}
form .submit-button button:hover{
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.social-icons{
  text-align: left;
  padding-top: 60px;
}
.social-icons a{
  display: inline-block;
}
.social-icons a:nth-child(2){
  padding: 0px 30px;
}
.social-icons a img{
  width: 40px;
}
.social-icons.social-music{
  text-align: center;
  padding-top: 20px;
}
.social-icons.social-music div{
  display: inline-block;
}
.social-icons.social-music div:nth-child(2){
  padding: 0px 70px;
}
.social-icons.social-music div a img{
  width: 50px;
}
.social-icons.social-music div p{
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
}
.form-loading{
  display: none;
  float: none;
  margin: auto;
  width: 90px;
}
.msg-sent, .msg-error{
  text-align: center;
  color: #ffffff;
  font-style: italic;
  padding-top: 12px;
  font-size: 15px;
  display: none;
}


.form-title-music{
  color: #ffffff;
  font-size: 17px;
  margin-top: 6%;
  text-align: center;
}

.landing-principal{
}
.landing-video{
  display: none;
  transition: 1s;
}

iframe{
  width: 100%;
  height: 18vw;
  margin-top: 50px;
}


.hide-mobile{
  display: block;
}
.show-mobile{
  display: none;
}


/* RESPONSIVO */
@media (min-width: 1600px){
}
@media (min-width: 1800px){
}
/* LARGE */
@media (max-width: 1199px) {
}


/* MEDIUM */
@media (max-width: 991px) {
  html{
    width: 100%;
    height: 100%;
  }
  html{
   height:100%;
   min-height:100%;
   }
  body{
   min-height:100%;
   }
  body{
    background-image: url('../img/bg_mob_hotsite.jpg');
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    background-position-y: -30px;
    background-color: #000000;
  }
  .single-info {
    margin-top: 40%;
    padding: 0;
  }
  .music-head {
    font-weight: 600;
    font-size: 8vw;
  }
  img {
    width: 150px;
  }
  .form-title {
    font-size: 20px;
    padding-right: 0;
    margin-top: 5%;
  }
  .form-subtitle {
    font-size: 15px;
    padding-right: 0;
  }
  iframe {
    width: 100%;
    height: 45vw;
    margin-top: 50px;
  }
  .social-icons.social-music div:nth-child(2) {
    padding: 0px 40px;
  }
  .social-icons.social-music div a img {
    width: 30px;
  }
  .social-icons {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 30px;
  }
  .social-icons.social-music{
    padding-bottom: 0;
  }



  .hide-mobile{
    display: none;
  }
  .show-mobile{
    display: block;
  }

}

/* SMALL */
@media (max-width: 767px) {
  .single-info {
    margin-top: 5%;
  }
}

/* EXTRA SMALL */
@media (max-width: 479px) {
  .form-title {
    font-size: 24px;
    padding-right: 0;
    margin-top: 10%;
  }
  iframe{
    margin-top: 75%;
  }
}
