/* line 5, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ---------------------------------------*/
/* Blau color: #778bfd */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* BASIC SETUP */
/* ---------------------------------------*/
/* line 15, ../sass/main.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 21, ../sass/main.scss */
*:focus {
  outline: none;
}

/* line 26, ../sass/main.scss */
body {
  font-family: 'Lato', 'Arial', sans-serif !important;
  font-weight: 300;
  font-size: 20px !important;
  background-color: #000 !important;
}

/* line 33, ../sass/main.scss */
h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px !important;
}

/* line 39, ../sass/main.scss */
h2:after {
  display: block;
  height: 2px;
  background-color: #778bfd;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/* line 49, ../sass/main.scss */
section {
  border-bottom: 2px solid #fff;
  padding: 5%;
}

/* ---------------------------------------*/
/* Header */
/* ---------------------------------------*/
/* line 59, ../sass/main.scss */
header {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
  border-bottom: 2px solid #fff;
}
/* line 69, ../sass/main.scss */
header .logo {
  width: 20%;
}
/* line 74, ../sass/main.scss */
header nav {
  margin-top: 30px;
}
/* line 78, ../sass/main.scss */
header .js-nav-mobile {
  margin-top: 0;
  position: fixed;
  background-color: #778bfd;
  width: 100%;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: inset -4px 4px 106px -24px black;
  -moz-box-shadow: inset -4px 4px 106px -24px black;
  box-shadow: inset -4px 4px 106px -24px black;
  border: none;
}
/* line 90, ../sass/main.scss */
header .js-nav-mobile .nav li a:hover,
header .js-nav-mobile .nav li a:focus {
  color: #000 !important;
}
/* line 96, ../sass/main.scss */
header .js-nav-mobile-container {
  margin: 0 10%;
}
/* line 99, ../sass/main.scss */
header .js-nav-mobile-container img {
  width: 24px;
}
/* line 106, ../sass/main.scss */
header .nav li {
  font-size: 100%;
}
/* line 109, ../sass/main.scss */
header .nav li a {
  color: #fff;
}
/* line 112, ../sass/main.scss */
header .nav li a:focus, header .nav li a:hover {
  color: #778bfd !important;
  background-color: inherit;
}
/* line 122, ../sass/main.scss */
header .navbar-toggle .menu-icon {
  color: #fff;
}
/* line 126, ../sass/main.scss */
header .hero-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 134, ../sass/main.scss */
header .hero-text-box h1 {
  color: #fff;
}
/* line 138, ../sass/main.scss */
header .hero-text-box h5 {
  font-size: 80%;
  margin-bottom: 50px;
  color: #ababab;
}
/* line 144, ../sass/main.scss */
header .hero-text-box .btn {
  display: block;
}
/* line 147, ../sass/main.scss */
header .hero-text-box .btn:link, header .hero-text-box .btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  border: 2px solid #778bfd;
  color: #778bfd;
  margin-right: 15px;
  opacity: 1;
}
/* line 162, ../sass/main.scss */
header .hero-text-box .btn:hover, header .hero-text-box .btn:active {
  background-color: rgba(119, 139, 253, 0.26);
  color: #fff;
}

/* ---------------------------------------*/
/* MUSIC SECTION */
/* ---------------------------------------*/
/* line 178, ../sass/main.scss */
#section-music {
  background-color: #000;
  color: #fff;
}
/* line 182, ../sass/main.scss */
#section-music .how-to-buy-text-box {
  margin: 50px 0 80px;
}
/* line 185, ../sass/main.scss */
#section-music .how-to-buy-text-box p {
  font-size: 110%;
  line-height: 2;
  text-transform: uppercase;
}
/* line 191, ../sass/main.scss */
#section-music .how-to-buy-text-box .step {
  margin-bottom: 5%;
  padding: 1%;
}
/* line 196, ../sass/main.scss */
#section-music .how-to-buy-text-box .how-to-buy-icon {
  text-align: center;
}
/* line 199, ../sass/main.scss */
#section-music .how-to-buy-text-box .how-to-buy-icon span {
  margin-right: 10px;
  color: #778bfd;
  font-size: 250%;
}
/* line 207, ../sass/main.scss */
#section-music .steps {
  margin: 5%;
}
/* line 211, ../sass/main.scss */
#section-music #audioplayer {
  text-align: center !important;
}
/* line 215, ../sass/main.scss */
#section-music #audio1 {
  width: 100%;
  margin-left: 0;
}

/* ---------------------------------------*/
/* About us SECTION */
/* ---------------------------------------*/
/* line 228, ../sass/main.scss */
#section-about-us {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/about-us-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/about-us-bg.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  border-bottom: 2px solid white;
}
/* line 236, ../sass/main.scss */
#section-about-us h3 {
  font-size: 20px;
}
/* line 240, ../sass/main.scss */
#section-about-us h5 {
  font-size: 16px;
  color: #bbb;
}
/* line 245, ../sass/main.scss */
#section-about-us .about-member {
  margin: 8% 0;
}
/* line 248, ../sass/main.scss */
#section-about-us .about-member .ion-android-close {
  color: #f00;
}
/* line 252, ../sass/main.scss */
#section-about-us .about-member .btn-primary {
  background-color: #778bfd;
  border: none;
}
/* line 256, ../sass/main.scss */
#section-about-us .about-member .about-me-text {
  color: #000;
  font-size: 80%;
  margin: 10px 10px;
}
/* line 261, ../sass/main.scss */
#section-about-us .about-member .about-me-text h5 {
  color: #7b7b7b;
}
/* line 265, ../sass/main.scss */
#section-about-us .about-member .about-me-text p {
  padding-right: 25px;
}

/* ---------------------------------------*/
/* Gallery SECTION */
/* ---------------------------------------*/
/* line 280, ../sass/main.scss */
#section-gallery {
  color: #fff;
}
/* line 285, ../sass/main.scss */
#section-gallery #carousel-kaen-gallery .glyphicon-chevron-left:before {
  content: "\e257";
  font-size: 120%;
}
/* line 290, ../sass/main.scss */
#section-gallery #carousel-kaen-gallery .glyphicon-chevron-right:before {
  content: "\e258";
  font-size: 120%;
}

/* ---------------------------------------*/
/* Videos SECTION */
/* ---------------------------------------*/
/* line 305, ../sass/main.scss */
#section-videos {
  color: #fff;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/music-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/music-bg.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  border-bottom: 2px solid white;
}
/* line 315, ../sass/main.scss */
#section-videos #carousel-kaen-videos .glyphicon-chevron-left:before {
  content: "\e257";
  font-size: 120%;
}
/* line 320, ../sass/main.scss */
#section-videos #carousel-kaen-videos .glyphicon-chevron-right:before {
  content: "\e258";
  font-size: 120%;
}

/* ---------------------------------------*/
/* Contact Us SECTION */
/* ---------------------------------------*/
/* line 335, ../sass/main.scss */
#section-contact {
  /*-------------Form-------------*/
  /*-------------King Joffrey dies at his wedding-------------*/
  /*-------------Trigger Button-------------*/
}
/* line 337, ../sass/main.scss */
#section-contact h2 {
  color: #fff;
}
/* line 341, ../sass/main.scss */
#section-contact input[type=text],
#section-contact input[type=email],
#section-contact select,
#section-contact textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
/* line 351, ../sass/main.scss */
#section-contact textarea {
  height: 100px;
}
/* line 355, ../sass/main.scss */
#section-contact input[type=checkbox] {
  margin: 10px 5px 10px 0;
}
/* line 359, ../sass/main.scss */
#section-contact .form-box {
  height: 450px;
}
/* line 363, ../sass/main.scss */
#section-contact .form-box h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
}
/* line 368, ../sass/main.scss */
#section-contact .form-box h2:after {
  height: 0;
}
/* line 376, ../sass/main.scss */

#section-contact .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  width: 0;
  max-width: 300px;
  height: 0;
  max-height: 450px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
/* line 396, ../sass/main.scss */
#section-contact .overlay.open {
  width: 100%;
  height: 100%;
  visibility: visible;
  transition: opacity .4s  .2s ease-out;
  opacity: 1;
}
/* line 403, ../sass/main.scss */
#section-contact .close-button {
  display: inline-block;
  float: right;
  width: 2em;
  height: 2em;
  font-size: .8em;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  transform: translateZ(0);
  transform: rotate(135deg);
  transition: 0.5s all;
  top: -8px;
}
/* line 417, ../sass/main.scss */
#section-contact .close-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FF0000;
  width: 80%;
  height: 6%;
  left: 10%;
  top: 47%;
}
/* line 427, ../sass/main.scss */
#section-contact .close-button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FF0000;
  width: 6%;
  height: 80%;
  left: 47%;
  top: 10%;
}
/* line 437, ../sass/main.scss */
#section-contact .close-button:hover {
  cursor: pointer;
  background-color: #FF0000;
  transition: 0.5s all;
}
/* line 442, ../sass/main.scss */
#section-contact .close-button:hover:before, #section-contact .close-button:hover:after {
  background-color: #fff;
}
/* line 446, ../sass/main.scss */
#section-contact .close-button:active, #section-contact .close-button:link {
  transform: rotate(405deg);
}
/* line 451, ../sass/main.scss */
#section-contact input, #section-contact textarea {
  border: none;
  background: rgba(236, 236, 236, 0.43);
  color: #000;
  font-size: 70%;
  font-weight: 300;
  margin: 4% 0;
}
/* line 460, ../sass/main.scss */
#section-contact textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
/* line 466, ../sass/main.scss */
#section-contact input {
  width: 100%;
}
/* line 469, ../sass/main.scss */
#section-contact input:focus, #section-contact input:active, #section-contact textarea:focus, #section-contact textarea:active {
  background-color: rgba(236, 236, 236, 0.8);
}
/* line 472, ../sass/main.scss */
#section-contact input:invalid {
  border-color: #b31800;
}
/* line 475, ../sass/main.scss */
#section-contact .btn-send-form {
  background: #778bfd;
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  font-size: 110%;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  position: relative;
  float: right;
}
/* line 490, ../sass/main.scss */
#section-contact .btn-send-form:hover, #section-contact .btn-send-form:active {
  background: #5E6FD0;
}
/* line 494, ../sass/main.scss */
#section-contact .btn-send-form:focus, #section-contact .btn-send-form:link {
  background: #778bfd;
}
/* line 499, ../sass/main.scss */
#section-contact .btn-send:hover, #section-contact .btn-send:active {
  color: #fff;
  background: #778bfd;
  transition: 0.5s all;
}
/* line 506, ../sass/main.scss */
#section-contact .circle {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 200px;
  background-color: #778bfd;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: border-radius 0.3s cubic-bezier(0.3, -0.26, 0.4, 1.3), height 0.3s cubic-bezier(0.3, -0.26, 0.4, 1.3), width 0.3s cubic-bezier(0.3, -0.26, 0.4, 1.3);
  transition: 0.5s all;
}
/* line 522, ../sass/main.scss */
#section-contact .circle:hover {
  background: #3c4b9e;
  transition: 0.5s all;
}
/* line 526, ../sass/main.scss */
#section-contact .circle.open {
  border-radius: 0;
  height: 100%;
  width: 100%;
}
/* line 532, ../sass/main.scss */
#section-contact .circle.open:hover {
  background-color: #000;
}
/* line 536, ../sass/main.scss */
#section-contact .envelope {
  height: 0;
  width: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 40px solid white;
  border-left: 60px solid white;
  border-right: 60px solid white;
  border-top: 40px solid transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
/* line 552, ../sass/main.scss */
#section-contact .envelope-top {
  height: 0;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid white;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 55px;
  position: absolute;
}
/* line 565, ../sass/main.scss */
#section-contact .circle:hover .envelope-top {
  transform: rotateX(180deg);
  top: -75px;
  transition: top 0.4s ease-in-out, transform 0.4s ease-in-out;
}
/* line 571, ../sass/main.scss */
#section-contact #success {
  color: #fff;
  position: absolute;
  top: -86px;
  border-radius: 3%;
  background: #ff5d5d;
  text-align: center;
  right: 0;
}

body #sended {
  display: none;
  position: fixed;
  background: rgb(0, 255, 78);
  left: 0;
  z-index: 999999999;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
}

.g-recaptcha {
  display: none;
}

/* ---------------------------------------*/
/* FOOTER */
/* ---------------------------------------*/
/* line 588, ../sass/main.scss */
footer {
  background-color: #333;
  padding: 20px;
  font-size: 80%;
}
/* line 593, ../sass/main.scss */
footer .scroll-button {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

/* line 600, ../sass/main.scss */
.social-links {
  list-style: none;
  float: right;
}

/* line 605, ../sass/main.scss */
.footer-nav {
  padding: 0 10%;
}

/* line 609, ../sass/main.scss */
.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

/* line 615, ../sass/main.scss */
.footer-nav li:last-child,
.social-links li:last-child {
  margin: 0;
}

/* line 620, ../sass/main.scss */
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: 0;
  color: #888;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 631, ../sass/main.scss */
.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

/* line 636, ../sass/main.scss */
.ion-social-facebook,
.ion-social-twitter,
.ion-social-youtube,
.ion-social-instagram {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 644, ../sass/main.scss */
.social-links li a:link,
.social-links li a:visited {
  font-size: 160%;
}

/* line 649, ../sass/main.scss */
.ion-social-facebook:hover {
  color: #3b5998;
}

/* line 653, ../sass/main.scss */
.ion-social-twitter:hover {
  color: #00aced;
}

/* line 657, ../sass/main.scss */
.ion-social-youtube:hover {
  color: #dd4b39;
}

/* line 661, ../sass/main.scss */
.ion-social-instagram:hover {
  color: #517fa4;
}

/* line 665, ../sass/main.scss */
footer p {
  color: #888;
  text-align: center;
  margin-top: 20px;
}


/* INSTAGRAM */

