/* 

Mousiqua - Music Band and Musician Bootstrap 4 Template
Copyright 2018  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Search form
4.To the top
5.About section
6.Discography section
7.Band section
8.Tours section
9.Gallery section
10.News section
11.Contact section
12.Footer section
13.Mediaqueries 




/*Preloader*/
 .loader {
     background: #13181d;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 10000;
}
 .loader-inner {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
 .loading-spinner {
     width: 6.25rem;
     height: 6.25rem;
     animation: spinner-rotate 2s ease-in-out infinite;
     -webkit-animation: spinner-rotate 2s ease-in-out infinite;
     -moz-animation: spinner-rotate 2s ease-in-out infinite;
     -ms-animation: spinner-rotate 2s ease-in-out infinite;
     -o-animation: spinner-rotate 2s ease-in-out infinite;
}
 .spinner {
     animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     stroke-linecap: round;
}
 @keyframes spinner-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: trotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}
 @keyframes spinner-color {
     0%, 100% {
         stroke: #d0343a;
    }
     20% {
         stroke: #ff5252;
    }
     40% {
         stroke: #d0343a;
    }
     60% {
         stroke: #ff5252;
    }
     80% {
         stroke: #d0343a;
    }
     100% {
         stroke: #ff5252;
    }
}
 @keyframes spinner-dash {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
    }
     50% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -35px;
    }
     100% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/
 .wrapper {
     position: relative;
}
/*End site wrapper*/
/*Search form*/
 .block-search-form{
     position: fixed;
     background: rgba(19, 24, 29, .8);
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1045;
     overflow: hidden;
     display: none;
}
 span.close-search{
     width: 100%;
     height:100%;
     position: absolute;
     left: 0;
     top: 0;
}
 .block-search-form .block-content{
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
/*End search form*/

/*To the top*/
 .block-bottom-left:not(.active) {
     opacity: 0;
     transform: translate3d(0, 20px, 0);
     -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
     pointer-events: none;
}
 .block-bottom-left.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
     color: #ffffff;
}
 .block-bottom-left {
     position: fixed;
     left: 2.475rem;
     bottom: 2.0875rem;
     padding-top: .6rem;
     z-index: 100;
     color: #ffffff;
}

 .block-bottom-right:not(.active) {
     opacity: 0;
     transform: translate3d(0, 20px, 0);
     -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
     pointer-events: none;
}
 .block-bottom-right.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
     color: #ffffff;
}
.block-bottom-right {
     position: fixed;
     right: 2.475rem;
	 text-align:right;
     bottom: 2.0875rem;
     padding-top: .6rem;
     z-index: 100;
     color: #ffffff;
}

.block-bottom-right div{
	 font-size:.9rem;
	 font-family: 'Gothic A1', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
	 letter-spacing:.04rem;
	 font-weight: 900;
	 background:#ff5252;
}

.copyright_title {
	font-family: 'Dosis', "Helvetica Neue", "Helvetica", Helvetica, Arial,sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing:.1rem;
}

.copyright_text {
	font-size: .8rem;
	letter-spacing:.1rem;
	font-family: 'Gothic A1', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
    font-weight: 100;
}

.light_text {
	font-family: 'Gothic A1', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
    font-weight: 100;
}

/*End to the top*/
/* Hero Section*/
 section.hero {
     background: #222222;
     padding: 0;
     overflow:hidden;
}
 .background-img img {
     display: none;
}
 .background-img {
     width: 100%;
     height: 100%;
}
 .background-img {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #151514;
     background-image: none;
     background-origin: padding-box;
     background-position: 50% 50% !important;
     background-repeat: repeat;
     background-size: cover !important;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
 .overlay:before, .block-hover:before {
     position: absolute;
     background: rgba(19, 24, 29, .8);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 3;
     content: "";
}
 .header {
     padding: .4em 0;
}
 .slider .slides li {
     background-size: cover;
     
}
 .header.default {
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .left-part {
     float: left;
     margin-left: 2.325rem;
}
 .header .right-part {
     float: right;
     margin-right: 2.025rem;
     position: relative;
}
 .header.switched-header {
     background-color: #ffffff;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .logo {
     display: inline-block;
}
 .header .logo img{
     max-height:60px;
	 position:relative;
	 top:18px;
	 right:10px;
}
 .header .logo h2 {
     color: #ffffff;
     font-size: 1.3rem;
     font-weight: 600;
}

 .header.switched-header .logo h2{
     color: #222222;
 }
 .mobile-but {
     display: inline-block;
     height: 1.5rem;
     position: absolute;
     right: -1.275rem;
     top: -2.175rem;
     z-index: 1000;
     display: none;
}
 .main-nav li {
     display: inline-block;
     font-size: 1.1875rem;
     font-weight: 200;
	 letter-spacing:.2rem;
     text-transform: uppercase;
     margin-left: 2.9625rem;
     font-family: 'Do Hyeon', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.main-nav ul li i{
    color: #ff5252;
}

.main-nav ul li.block-helper:last-child {
     margin-left: .625rem;

}
.main-menu li a {
     color: #ffffff;
     position: relative;
     padding:1rem 0;
     margin-right: 0 !important;
}

.main-menu li a.active {
	color:#ff5252 ;
}

.main-menu li a span img.flags {
	height:30px;
	margin:0 0 0 30px;
	position:relative;
	top:8px;
}

 .main-nav li.block-helper span.icon, .main-nav li.block-helper a{
     cursor: pointer;
     color: #ff5252 !important;
     font-size: .9375rem;
     opacity: 1 !important;
}

.block-helper li {
     position: relative;
     font-size: 1rem;
}
 .block-helper li {
     margin-left: 0;
}

 .header.switched-header .main-nav li a {
     color: #949494;
     
}


 .header.switched-header .block-helper li a {
     color: #ff5252;
     opacity: 1;
}

 .hero-content {
     color: #ffffff;
     position: relative;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     z-index: 4;
}

.hero.single{
     height: 40vh;
}


.MOV {display:none;}
h1.large_ko {
	 margin-top:1.9rem;
     font-size: 4.5849rem;
	 font-family: 'Dosis', "NanumSquareRound", "Helvetica", Helvetica, cursive, Arial,sans-serif;
     font-weight: 500;
	 line-height: 1.42;
     letter-spacing: .825rem;
	 margin-top:0rem;
	 margin-left:-0.9rem;
	 
}
span.year {
	display:inline-block;
	margin-right:-90px;
}
span.PCV{
	 font-weight: 600;
	display:inline-block;
	transform: scale(0.8,0.9);
	
	margin-right:-70px;
}

h1.large_en {
     font-size: 3.9rem;
     font-family: 'Dosis', "Helvetica Neue", "Helvetica", Helvetica, Arial,sans-serif;
	 font-weight: 600;
	 line-height: 1.4;
     letter-spacing: .425rem;
	 margin-top:-0.5rem;
}

h4.sub-title {
	font-family: 'Noto Sans KR', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
	font-size: 2.4rem;
	line-height:1.9;
	letter-spacing: .31rem;
	
}

h4.sub-title_ko {
	font-family: 'Noto Sans KR', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
	font-size: 1.85rem;
	line-height:2.4;

}

h4.sub-title_en {
	font-family: 'Noto Sans KR', "Helvetica Neue", "Helvetica", Helvetica, cursive, Arial,sans-serif;
	font-size: 1.15rem;
	line-height:3.1;
}

.main-sub_ko {
	line-height: 4.5;
	letter-spacing: .1rem;
	font-size: 1.15rem;
}

.main-sub_en {
	line-height: 5.5;
	letter-spacing: .125rem;
	font-size: .78rem;
}


 .back-rect {
     border: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -ms-border-image: -ms-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     position: absolute;
}
 .front-rect {
     border-right: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #ff3d49 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%), -50%;
     position: absolute;
}

/* End hero Section*/


.block-album-info li h5{
    position: relative;
}

.block-album-info li h5:before,.block-presale li h5:before {
     position: absolute;
     content: "";
     width: 100%;
     height: .245rem;
     background: #ff5252;
     bottom: 4px;
     left: 0;
     z-index: -1;
}

.block-album-info li span, .block-presale li span{
    border-bottom: 1px dashed rgba(255,255,255,.3) ;
}
 .block-teaser{
     text-transform: uppercase;
     border-top: 6px solid #ff5252;
     border-bottom: 6px solid #ff5252;
     padding: 1.25rem 0;
}
 .block-teaser p{
     font-weight: 700;
     font-size: 1.3rem;
     padding-bottom: .5rem;
}
 .block-teaser a{
     font-weight: 700;
     font-size: .9rem;
}
 .countdown .counter-bg {
    background: #ff5252;
    padding: 20px 35px;
    display: inline-block;
    border-radius: 0.25rem;
    margin: 0 10px 0 10px;
    line-height: 1.2;
    text-transform: none;
}

 .countdown .counter-bg span.counter {
     font-size: 4rem;
    font-weight: 600;
}

 .countdown .counter-bg span.label {
     font-size: .85rem;
    font-weight: 400;
    display: block;
}
/* End discography Section*/

/*Gallery section*/
 .card-gallery.image-gallery {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
     -webkit-column-gap: .75rem;
     -moz-column-gap: .75rem;
     column-gap: .75rem;
}
 .card-gallery.image-gallery > a > img {
     margin-bottom: .35em;
}
 .card-gallery > * {
     display: inline-block;
     width: 100%;
     overflow: hidden;
}
/*End gallery section*/
/*News section*/
 .news-list > li {
     margin-bottom: 7.5rem;
}
 .news-list li:last-child {
     margin-bottom:0;
}
/*End news section*/
/*Twitter section*/
 .tweets {
     position: relative;
}
 .tweets .tweet {
     margin-top: 1rem;
     font-size: 1rem;
}
 .tweets .slides p{
     margin-bottom: 0;
}
 .tweets .slides p a{
     text-decoration: underline;
     color: #ffffff;
     opacity: .7;
}
 .tweets .slides p a:hover{
     text-decoration: none;
     opacity: 1;
}
 .tweets .slides p.timePosted a{
     margin-top: 1rem;
     color: #d0343a;
     opacity: 1;
     display: inline-block;
     font-size: .9375rem;
}
 .tweets .slides p.interact{
     display: none;
}
 .tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .tweets .slides .user img {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}
/*End twitter section*/
/*Contact section*/
 .contact .block-social li{
     margin:0 2.48rem;
}
 .contact .block-social li a{
     border:none;
     font-size: 5em;
     opacity: .5;
     color: #3b4b5b;
}
 .contact .block-social li a:hover{
     opacity: 1;
}
/*End contact section*/
/*Footer*/
 .footer{
     background: #ffffff;
     color: #292929;

 }

 .footer small span {
     opacity: .5;
 }
 .footer .list-inline-item{
     position: relative;
}
 .footer .list-inline-item a{
     color: #292929;
     opacity: .5;
}
 .footer .list-inline-item:not(:first-child):after{
     content: "-";
     position: absolute;
     left:-.8125rem;
     top: .0625rem;
     opacity: .5;
}
 .footer .list-inline-item a:hover{
     opacity: 1;
}
/*End footer*/
/*Media queries*/
@media all and (max-width: 990px) {
	.PCV {display:none;}
	.MOV {display:none;}
	
    .header .left-part,
     .header .right-part {
          float: none;
          display: block;
     }
     .header .left-part {
          margin-left: 1.857rem;
     }
 
  
     .header .logo {
          margin-top: 0;
          color: #222222 !important;
     }
     
     
      .header .logo h2 {
          color: #222222 !important;
     }

	.contact_info {
		display:block;
		padding:0 0 5px 0;
		margin-top:-5px;
	}
	
	.block-bottom-left {
		bottom: 9.5%;
		width:82%;
		margin:auto 0 auto -1.5%;
		position: absolute;
	}
	.block-bottom-right:not(.active) {
		 opacity: 0;
		 transform: translate3d(0, 20px, 0);
		 -webkit-transform: translate3d(0, 20px, 0);
		 -moz-transform: translate3d(0, 20px, 0);
		 pointer-events: none;
	}
	 .block-bottom-right.active:hover {
		 transform: translate3d(0, 0, 0);
		 -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		 color: #ffffff;
	}
	.block-bottom-right {
		 position: fixed;
		 right: 25%;
		 text-align:left;
		 bottom: 4.9%;
		 padding-top:0;
		 z-index: 100;
		 color: #ffffff;
	}
	
	.block-bottom-right .border-2 {
		border:0;
		background:#ff5252;
		
		border-radius:.4rem;
	}
	
	.block-bottom-right div {
		position:relative;
		top:0.5rem;
		left:4.4%;
		padding:.15rem .5rem;
		font-size:.65rem;
	}
	
    .mobile-but {
        display: block;
    }

     .main-nav ul {
		position:absolute !important;
		top:-4.1rem;
		right:-.8rem;
	}
	
	.copyright_title {
		font-size: 1.2rem;
		letter-spacing:.1rem;
		line-height:1.4;
	}
	

	.copyright_text {
		font-size: .4rem;
		line-height:4;
		letter-spacing:.1rem;
	}
	
	.hero-content {
		 top: 45.5%;
	}
	
    .main-nav li {
       
        display: block;
        margin-left: 0;
        position: relative;
    }

    .main-nav li.block-helper:before{
        content: none;
    }

     .main-nav ul li:last-child{
        border-top: none;
        padding-top: 0;
        margin-top: 0;


    }


      .main-nav li.block-helper{
        border-top: 1px solid rgba(41,41,41,.1);
        padding-top: 10px;
        margin-top: 10px;
        padding-left: 0;
    }



    .main-menu li a, .main-nav li span {
        display: inline-block;
        padding: .7rem 0;

    }
    
    .main-nav li a {
		 color: #949494;
	}
    .main-nav li:last-child a {
        padding-bottom: 0;
    }
    



    

}

  
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  {

  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


h1, .h1{
     font-size: 2.835rem;
}
h3, .h3{
     font-size: 1rem;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
    }

      .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

     section.about a.btn-primary{display: block;}
section.about a.btn-primary i{display: none;}
     .contact .block-social li{
     margin:0 1.5rem;
  }


  .height-70 {
    height: 100vh;
}


}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }

    .sing{max-width: 20%;margin-bottom: 3rem !important;}
        .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

h1.large_ko {
     font-size: 3.5rem;
     font-weight: 400;
	 line-height: 1.5;
     letter-spacing: .425rem;
	 
}
h1.large_en {
     font-size: 3.5rem;
	 font-weight: 100;
	 line-height: 1.5;
     letter-spacing: .425rem;
}


.height-70 {
    height: 100vh;
}



}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }
    
    .hero .main-slider .slides li{height: 500px !important;}

section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}
.playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}

    .back-rect, .front-rect{display: none;}
    h1.large_ko {
		 font-size: 3.5rem;
		 font-weight: 400;
		 line-height: 1.5;
		 letter-spacing: .425rem;
	}
	h1.large_en {
		 font-size: 3.5rem;
		 font-weight: 100;
		 line-height: 1.5;
		 letter-spacing: .425rem;
	}
	

      .height-70 {
    height: 100vh;
}



.sing{margin-bottom: 3rem !important;max-width: 25%;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }


    


}
@media only screen and (max-width: 479px) {
	
	span.year {
		display:block;
		margin-right:0px;
	}
	
	span.PCV{
		font-weight: 600;
		display:inline-block;
		transform: scale(0.8,0.9);
		
		margin-right:0px;
	}



    input,
    textarea {
        -webkit-appearance: none;
    }
	
	.copyright_text {
		margin-top:.5rem;
		font-size: .4rem;
		line-height:1.3;
		letter-spacing:.1rem;
	}

    .back-rect, .front-rect{display: none;}
	
	.inner-hero {
		position:relative;
		left:-2.2%;
	}
    h1.large_ko {
		 font-size: 2.05rem;
		 font-weight: 600;
		 line-height: 1.3;
		 letter-spacing: .325rem;
		 display:inline-block;
		 padding-bottom:5px;
		 word-break: keep-all;
		 margin-left:0;
	}
	
	
	h1.large_ko b{
		 display:block;
	}
	
	h1.large_en b{
		 display:block;
	}
	
	h1.large_en {
		 font-size: 2.1rem;
		 font-weight: 600;
		 line-height: 1.2;
		 letter-spacing: .645rem;
		 display:inline-block;
		 padding-bottom:5px;
	}
	
	h4.sub-title {
		font-size: 0.98rem;
		line-height: 2.1;
		color:#f1b30c !important;
		letter-spacing:.09rem;
	}
	
	.main-sub_ko {
		display:inline-block;
		margin-top:15px;
		line-height: 1.3;
		letter-spacing: .125rem;
		word-break: keep-all;
	}
	
	.main-sub_en {
		display:inline-block;
		margin-top:15px;
		line-height: 1.5;
		letter-spacing: .125rem;
	}
	
	h4.sub-title_ko {
		font-size: 0.9rem;
		line-height: 1.8;
	}
	
	h4.sub-title_en {
		font-size: 0.7rem;
		line-height: 1.9;
		
	}

    .block-homepage:before{right: 1.75rem;}

	.inner-hero {
		margin-left:1.1rem;
	}

    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}

      .height-70 {
    height: 100vh;
}

.block-tracklist .block-content img{
     display: none;
}

.block-title:before{content:none;}
.news-list > li, .news-list li:last-child{margin-bottom: 5rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }

    
}
/*End media queries*/