body{
    background-color: #070707;
    color: #DCDCDC !important;
    font-family: 'Sears Tower';
    font-weight: normal;
    font-style: normal;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 40px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #464646;
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1f1f1f;
  cursor: pointer;
}

@font-face {
    font-family: 'Sears Tower';
    src: url('SearsTower.woff2') format('woff2'),
        url('SearsTower.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    #imgLogo {
        margin-right: -125px;
    }
}

@media only screen and (max-width: 768px) {
    #txt {
        margin-top: 180px !important;
        margin-right: 55px;
    }
    .nav-link{
        text-align: center;
    }

}

@media only screen and (max-width: 640px) {
    .stat{
        display: none;
    }
}

@media only screen and (min-width: 640px) {
    .sectionA a{
        max-width: 260px !important;
    }
}

.sectionMain{
    height: 100vh;
}


.bottom {

    font-size:28px;
   -webkit-clip-path: inset(58% 0 0 0);
   clip-path: inset(58% 0 0 0);
 }
 
 .top {
    -webkit-clip-path: inset(0 0 41% 0);
   clip-path: inset(0 0 41%);
 }
 
 
 
 .redShadow {  text-shadow:-3px 0 #e6e6e6;}
 .greenShadow {  text-shadow:-3px 0 black;}
 
 .glitch {
     position: absolute;
     right: 0;
    }
 
 #txt {
   position:relative;
   font-size:28px;
   color:#e6e6e6;
   z-index: 99;
   margin-top: 300px;
 }

 #txt h1{
    font-size:28px;
  }

 #imgLogo {
    position:relative;
    z-index: 99;
  }

 .mrgT-20{
     margin-top: 20px !important;
 }

 .mrgT-40{
    margin-top: 40px !important;
}

.mrgT-60{
    margin-top: 60px !important;
}

.mrgT-80{
    margin-top: 80px !important;
}


 /* glitch elem must have absolute position */
 .glitch-img {
    position: absolute; 
    padding: 40px;
    width : 100%; 
    height : 100vh; 
    top: 0 ; 
    left : 0; 
    background-position:center;  
    -moz-background-size:cover;
    -o-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    opacity : 1;
    z-index: 0;
  } 

  .glitchbg {
    position: absolute; 
    padding: 40px;
    width : 100%; 
    height : 100%; 
    top: 0 ; 
    left : 0; 
    background-position:center;  
    -moz-background-size:cover;
    -o-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    opacity : 1;
    z-index: 0;
  } 

  .logoBig{
      max-width: 600px;
      width: 100%;
  }

  .bg404 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.section404{
    color:#e6e6e6;
}

.section404 h1{
    font-size: 160px;
    margin-bottom: 5px;
}

.section404 h3{
    margin-bottom: 100px;
}

.sectionA{
    color:#e6e6e6;
}

.sectionA h1{
    font-size: 160px;
    font-size: 48px;
    margin-bottom: 5px;
}

.sectionA h3{
    margin-bottom: 10px;
    font-size: 18px;
}

.sectionA div{
    margin-top: 100px;
    margin-bottom: 120px;
}

.lineDark{
    position: absolute;
    z-index: 15;
    margin-top: -195px;
    width: 100%
}


.stat{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1140px;
}

.stat p{
    text-align: center;
    font-size: 12px;
}




/* BUTTONS */
.btn {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 500;
    border: 1px solid #121212;
    line-height: 1.5;
    font-size: em(14px);
    padding: 16px;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #DCDCDC;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
  }
  .btn:focus {
    outline: none;
  }
  @media screen and (min-width: 30em) {
    .btn {
      max-width: 220px;
    }
    .btn.btn-small {
      max-width: 180px;
    }
  }
  @media screen and (min-width: 40em) {
    .btn {
      display: inline-block;
    }
  }
  
  .btn-clear {
    background-color: transparent;
  }
  .btn-clear:hover {
    background-color: #121212;
    color: #DCDCDC;
  }
  .btn-clear.btn-light {
    border-color: #DCDCDC;
    color: #DCDCDC;
  }
  .btn-clear.btn-light:hover {
    color: #121212;
    background-color: #DCDCDC;
  }
  
  .btn-light:hover {
    background-color: #121212;
    color: #DCDCDC;
  }
  
  .btn-dark {
    background-color: #121212;
    color: #DCDCDC;
    border-color: #DCDCDC;
  }
  .btn-dark:hover {
    color: #807f83;
  }
  
  .btn-glitch {
    transform: translateZ(0);
    overflow: visible;
  }
  .btn-glitch.btn-glitch-active {
    -webkit-filter: url("#filter");
    filter: url("#filter");
  }
  .btn-glitch.btn-glitch-active::after, .btn-glitch.btn-glitch-active::before {
    content: '';
    width: 1px;
    position: absolute;
    top: -1px;
    bottom: -1px;
  }
  .btn-glitch.btn-glitch-active::after {
    left: -2px;
    background-color: #9e9e9e;
    animation: colorshift-red 2.6s infinite;
    animation-timing-function: step-end;
  }
  .btn-glitch.btn-glitch-active::before {
    right: -2px;
    background-color: #d4d4d4;
    animation: colorshift-blue 2.6s infinite;
    animation-timing-function: step-end;
  }
  
  
  @keyframes colorshift-red {
    0%, 7% {
      background-color: #9e9e9e;
    }
    8%, 18% {
      background-color: transparent;
    }
    19% {
      background-color: #9e9e9e;
      width: 2px;
    }
    23%, 100% {
      background-color: transparent;
    }
  }
  @keyframes colorshift-blue {
    0%, 7% {
      background-color: #d4d4d4;
    }
    8%, 18% {
      background-color: transparent;
    }
    19% {
      background-color: #d4d4d4;
      width: 2px;
    }
    23%, 100% {
      background-color: transparent;
    }
  }
    

  /* LOADING BAR */

.loading,
.loading-text {
    top: 0;
    left: 0;
    width: 100%
}

.lineRightBottom {
    bottom: 0
}

.loading {
    position: fixed;
    height: 100%;
    background: #070707;
    z-index: 9999
}

.loading-text {
    background-image: url('../img/heat_logo_loading.png');
    opacity: 0.01;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 40px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    vertical-align: middle;
}

.loading-text span {
    margin: 0 5px
}

.loading-text span:nth-child(1) {
    filter: blur(0);
    animation: blur-text .5s 0s infinite linear alternate
}

.loading-text span:nth-child(2) {
    filter: blur(0);
    animation: blur-text .5s .2s infinite linear alternate
}

.loading-text span:nth-child(3) {
    filter: blur(0);
    animation: blur-text .5s .4s infinite linear alternate
}

.loading-text span:nth-child(4) {
    filter: blur(0);
    animation: blur-text .5s .6s infinite linear alternate
}

.loading-text span:nth-child(5) {
    filter: blur(0);
    animation: blur-text .5s .8s infinite linear alternate
}

.loading-text span:nth-child(6) {
    filter: blur(0);
    animation: blur-text .5s 1s infinite linear alternate
}

.loading-text span:nth-child(7) {
    filter: blur(0);
    animation: blur-text .5s 1.2s infinite linear alternate
}

.loading-text span:nth-child(8) {
    filter: blur(0);
    animation: blur-text .5s 1.4s infinite linear alternate
}

.loading-text span:nth-child(9) {
    filter: blur(0);
    animation: blur-text .5s 1.6s infinite linear alternate
}

.loading-text span:nth-child(10) {
    filter: blur(0);
    animation: blur-text .5s 1.8s infinite linear alternate
}

@keyframes blur-text {
    0% {
        filter: blur(0)
    }
    100% {
        filter: blur(4px)
    }
}

#loading_bar:before {
    content: "";
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #464646;
    background-size: 40px 100px;
    -webkit-animation: loading_bar 1.5s infinite, loading_background .4s infinite;
    animation-timing-function: ease-out, linear
}

@-webkit-keyframes loading_bar {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes loading_background {
    0% {
        background-position: 20px 0
    }
    100% {
        background-position: 0 0
    }
}

.bgNavBar{
    background: rgba(12,12,12,0.20);
    box-shadow: 0 0 20px 0 rgba(255,255,255,0.10);
}

.navbar-dark .navbar-nav .nav-link {
    color: #DCDCDC;
    font-size: 16px;
}

.nav-link {
    display: block;
    padding: 15px 0px;
}

.headerLogo{
    width: 50px;
    transform: scale(3);
    margin-left: 20px;
    cursor: pointer;
}

.icn_menu_logo{
    background: url("../img/icn_menu_mobile.png");
    background-size: 38px 32px;
    display: inline-block;
    height: 38px;
    width: 38px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    vertical-align: middle;
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}


/* Mouse scroll */


.ca3-scroll-down-arrow {
	background-image: url("../img/icn_scroll_down.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 100px;
	width: 80px;
	margin: 0px 0 0 -34px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	color: #DCDCDC;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

.titleTop{
 margin-top: 140px;
 margin-bottom: 80px;
}

.titleTop .titleImg{
    max-width: 330px;
    width: 100%;
}

.titleTop .titleImgMedium{
    max-width: 380px;
    width: 100%;
}

.titleTop h2{
    font-size: 28px;
    margin-top: -62px;
    color: #070606;
    text-align: center;
    text-shadow: 0 0 6px #9B9794;
}


.sectionBG{
    background-image: url("../img/bg_vertical.jpg");
    background-size: 100% 100%;
}

.about{
    max-width: 1000px;
    margin: 0 auto;
}

.about img{
    max-width: 280px;
    margin-top: -50px;
}

.about h3{
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
    color: #DCDCDC;
    line-height: 24px;
    text-shadow: 0 0 10px #000000;
}

.buybeatsimg{
    max-width: 900px;
    margin: 0 auto;
}

.buybeatsimg img{
    max-height: 80px;
    max-width: 100%;
}

.beatsAPI h3{
    font-size: 15px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 24px;
    text-shadow: 0 0 10px #000000;
}

.beatsAPI h4{
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
    line-height: 24px;
}

.licence{
    background-image: url("../img/img_bg_licence.jpg");
    width: 300px;
    height: 600px;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0 0 40px 0 rgba(255,255,255,0.15);
}

.piceTitle{
    padding: 30px 20px;
    text-align: center;
}

.piceTitle h3{
    font-size: 20px;
    color: #070606;
    font-weight: 900;
    margin-bottom: 20px;
}

.piceTitle h2{
    font-size: 48px;
    color: #070606;
    font-weight: 900;
    margin-bottom: 10px;
}

.piceTitle h4{
    font-size: 14px;
    color: #070606;
}

.infoPrice{
    opacity: 0.9;
    padding: 25px 25px;
    background: #070707;
    text-align: center;
    height: 405px;
    border-radius: 0px 0px 4px 4px;
}

.infoPrice h5{
    font-size: 14px;
    color: #DCDCDC;
    margin-bottom: 13px;
    line-height: 20px;
}

.infoPrice img{
    width: 80px;
    opacity: 0.03;
    margin: 25px auto;
}

.infoPrice .lineSmall{
    background-image: url("../img/img_line_small.png");
    height: 4px;
    width: 100%;
    margin-top: 20px;
    background-size: cover;
    border-radius: 4px;
}

.infoPrice h4{
    font-size: 22px;
    color: #DCDCDC;
    margin-top: 25px;
    text-align: center;
}

.thirdBoxmrgT{
    margin-top: 63px !important;
}

.forthBoxmrgT{
    margin-top: 29px !important;
}

.infoPrice .btnBox{
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 12px;
    background-color: rgba(0, 0, 0, .25);
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.maxBig{
    max-width: 1800px;
}

.paddingSlider{
    padding: 40px 0px;
}

.social ul{
    margin-left: -35px;
}

.social li{
    list-style-type: none;
    display: inline-block;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.social img{
    width: 55px;
}

.texth3{
    font-size: 18px;
    color: #DCDCDC;
    margin-top: 40px;
    text-align: center;
    text-shadow: 0 0 6px #000000;
}

.texth3 a{
    color: #DCDCDC;
    text-decoration: underline;
}

.texth3 a:hover{
    color: #ffffff;
}


*:focus {outline:none !important}

.contact{
    max-width: 650px;
    margin: 0 auto;
}

.contact input, textarea{
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    padding: 14px 20px;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    color: #DCDCDC;
    background: rgba(0, 0, 0, .25);
    transition: all .3s ease-in-out;
}

.contact input:focus, textarea:focus{
    border: 1px solid #ffffff;
    box-shadow: 0 0 40px 0 rgba(255,255,255,0.25);
}

.formEnter{
    color: #e81b1b;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    display: none;
}

.contact .btnForm{
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    transition: all .3s ease-in-out;
}

.contact .btnForm:hover{
    background-color: #DCDCDC;
    color: #070606;
}

#emailReturn{
    color: #e81b1b;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}

.modalBox{
    background-image: url("../img/bg_vertical.jpg");
    padding: 50px;
}

.modal-content {
    background: #070606;
    box-shadow: 0 0 100px 0 rgba(255,255,255,0.10);
    border-radius: 8px;
}

.modalBox h5{
    font-size: 32px;
    color: #DCDCDC;
    text-align: right;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 800px;
    }
}

.modalBox .lineBig{
    background-image: url("../img/img_line_small.png");
    height: 6px;
    width: 130px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;
    background-size: 190px 6px;
}

.modalBox .close{
    background-image: url("../img/icn_close_modal.png");
    background-size: 26px;
    height: 32px;
    background-repeat: no-repeat;
    width: 26px;
    opacity: 1;
    float: left;
    transition: all .3s ease-in-out;
}

.modalBox h4{
    margin-top: 80px;
    font-size: 32px;
    color: #DCDCDC;
}

.modalBox h6{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 100px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

.fotter{
    margin-top: 100px;
    margin-bottom: 10px;
}

.fotter h6{
    margin: 10px;
    font-size: 12px;
    color: #DCDCDC;
    text-shadow: 0 0 6px #000000;
}

.grecaptcha-badge{
    opacity: 0;
}

.fhs33{
    overflow: auto;
    max-height: 0px;
    height: 0px;
}

.mainTop{
    margin-top: -50px; 
    position: absolute; 
    left: 0; 
    right: 0;
}

.headingImg{
    height: 100vh; 
    position: relative; 
    overflow: hidden;
}

.collab h2{
    font-size: 48px;
    color: #DCDCDC;
    text-align: right;
}

.collab .lineBig{
    background-image: url("../img/img_line_big.png");
    background-size: 174px 6px;
    height: 6px;
    width: 174px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;
}

.collab p{
    text-align: left;
    line-height: 28px;
}

.collab .margin{
    margin-top: 100px;
    margin-bottom: 60px;
}

.collab .btnColab{
    display: table;
    max-width: 220px;
}

.mrgPopUp{
    margin-top: 40px;
}

.heightVH{
    height: 100vh;
    background-size: 100% 200% !important;
}

#mfs_html5, #beatstarsBG{
    box-shadow: 0 0 100px 0 rgb(0, 0, 0);
}

.iFrameHeight{
    height: 700px;
}

#airbitIframe{
    display: none;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/