@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@font-face {
    font-family: 'Xolonium';
    src: url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
    font-weight: normal;
    font-style: normal;
}

/* colors
hot pink : #ff0078;
*/

/*-overwrite-*/
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}


/*-electro punk-*/
#hd #punk-kv{
    background: #12101d url('../img/hero.jpg') center top no-repeat;
    overflow: hidden;
    background-size: 100% auto;
}
#hd #punk-kv .neon{
    max-width: 1700px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 37vw auto 0 auto;
    display: flex;
    position: relative;
    animation: neon 6s 0s infinite;
}
#hd #punk-kv .neon img{
    display: block;
}
#hd #punk-kv .neon .glow{
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    top: 0;
}
#hd #punk-kv .neon .neon1{
    animation: blink 4s 0s infinite;
    width: 23.529%;
}
#hd #punk-kv .neon .neon2{
    animation: blink 4s 0s infinite;
    width: 46.176%;
}
#hd #punk-kv .neon .neon3{
    animation: blink 4s 0s infinite;
    width: 30.294%;
}



@-webkit-keyframes neon {
    0% {
        opacity: 1
    }
    30% {
        opacity: 0.8
    }
    60% {
        opacity: 0.8
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
  78% {
     opacity: 1;
  }
  79%{
     opacity: 0.5;
  }
  80% {
     opacity: 0.5;
  }
  81% {
     opacity: 1;
  }
  82% {
     opacity: 0.5;
  }
  83% {
     opacity: 1;
  }
  90% {
     opacity: 0.5;
  }
  93% {
     opacity: 1;
  }
}





#hd #punk-kv .text{
    max-width: 1400px;
    margin: 50px auto 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #punk-kv .text h2{
    color: #ff0078;
    font-size: 2.7em;
    line-height: 1.2em;
    font-family: 'Xolonium', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
}
#hd #punk-kv .text h2 br{
    display: none;
}
#hd #punk-kv .text p{
    font-size: 1.2em;
}









@media screen and (max-width: 1024px) {    
#hd #punk-kv .text h2 br{
    display: block;
}
#hd #punk-kv .neon img{
    height: calc( (100vw - 60px) * 0.235 );
}
}
@media screen and (max-width: 600px) {    
#hd #punk-kv .text h2{
    font-size: 1.5em;
}
#hd #punk-kv .text p{
    font-size: 1em;
}
}




#hd #punk-set{
    background: #16151c;
}
#hd #punk-set img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#hd #punk-lineup{
    background-image: linear-gradient(110deg, #7b0541 0%, #100d22 40%);
    overflow: hidden;
    padding: 100px 0;
}

#hd #punk-lineup h3{
    color: #ff0078;
    font-size: 2.4em;
    line-height: 1.4em;
    font-family: 'Xolonium', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}
#hd #punk-lineup .list{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
#hd #punk-lineup .list .item{
    width: 30%;
    margin: 0 1% 30px 1%;
}
#hd #punk-lineup .list .item a{
    background-image: linear-gradient(170deg, #66375b 0%, #282828 40%);
    display: block;
    width: 100%;
    color: inherit;
    border: 4px solid #ff0078;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s;
    height: 100%;
}
#hd #punk-lineup .list .item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#hd #punk-lineup .list .item .name{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #ff0078;
    font-size: 1.6em;
    line-height: 1em;
    font-family: 'Xolonium', sans-serif;
    box-sizing: border-box;
    padding: 20px;
    transform: skewY(-15deg);
    transition: all 0.3s;
}
#hd #punk-lineup .list .item .name h4{
    color: #fff;
    font-weight: normal;
    margin: 0;
    transition: all 0.3s;
}

#hd #punk-lineup .list .item ul{
    margin: 50px 0 0 0;
    padding: 20px;
    list-style-type: disc;
}
#hd #punk-lineup .list .item ul li{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}



#hd #punk-lineup .list .item a:hover{
    /*border-color: #ff61ab;*/
    box-shadow: 0px 0px 40px rgba(255,97,171,0.7);
}
#hd #punk-lineup .list .item a:hover .name{
    /*background: #ff61ab;*/
}
#hd #punk-lineup .list .item a:hover .name h4{
    color: #000;
}


@media screen and (max-width: 1023px) {    
#hd #punk-lineup .list .item{
    width: 45%;
    margin: 0 2% 30px 2%;
}
}

@media screen and (max-width: 600px) {    
#hd #punk-lineup h3{
    font-size: 1.8em;
}
#hd #punk-lineup .list .item{
    width: 100%;
    margin: 0 0 30px 0;
}
}






#hd #punk-gallery{
}
#hd #punk-gallery .list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
#hd #punk-gallery .list .item{
    height: 25vw;
    cursor: pointer;
    overflow: hidden;
}
#hd #punk-gallery .list .item .img{
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#hd #punk-gallery .list .item:hover .img{
	transform: scale(1.05);
	transform-origin: center;
}
#hd #punk-gallery .list .item.single{
    width: 33.33%;
}
#hd #punk-gallery .list .item.double{
    width: 66.66%;
}

#hd #punk-gallery .list .item:nth-child(1) .img{
    background-image: url('../img/gallery/1.jpg');
}
#hd #punk-gallery .list .item:nth-child(2) .img{
    background-image: url('../img/gallery/2.jpg');
}
#hd #punk-gallery .list .item:nth-child(3) .img{
    background-image: url('../img/gallery/3.jpg');
}
#hd #punk-gallery .list .item:nth-child(4) .img{
    background-image: url('../img/gallery/4.jpg');
}

@media screen and (max-width: 768px) {    
#hd #punk-gallery .list .item.single{
    width: 100%;
    height: 75vw;
}
#hd #punk-gallery .list .item.double{
    width: 100%;
    height: 37.5vw;
}
}

#hd .popout-wrapper{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	overflow-y: auto;
	z-index: 100000;
}
#hd .popout{
	width: 90%;
	display: block;
	margin: 0 auto;
	display: flex;
}
#hd .popout img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#hd .popout .img{
	display: flex;
	min-height: 100vh;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
#hd .popout .img-wrapper{
	display: none;
}

#hd .close-btn{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #ff0078;
	cursor: pointer;
	transition: 0.3s;
}
#hd .close-btn:hover{
	transform: rotate(90deg);
}

#hd .close-btn:before{
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 23px;
    transform: rotate(-45deg) translateX(0px) translateY(0px);
}
#hd .close-btn:after{
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 23px;
    transform: rotate(45deg) translateX(0px) translateY(0px);
}



