/*
 * Globals
 */

/* Links */


html,body{
	height: 100vh;
	overflow: scroll;
	background-color: #000;
	font-family:'Chromosome W01 Light';
	//font-family:'Chromosome W01 Reversd Light';


	color:#fff;
}
.black{
	width: 100%;
	background-color: rgba(0,0,0,1);
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	min-height: 700px;
}
.pink{
	color: #fe31b2;
}

.pink-bg{
	background-color: #f5a5b2;
}

.top{
	padding-top:1px;
	padding-bottom: 1px;
	margin-bottom: 0px;

}


.behind{
	background-image: url('img/splash/dd.jpg');
	background-size:cover;
	background-position: center 200px;
	height: 100vh;
	opacity: 1;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	position: relative;
	min-height: 700px;
}
h1{
	//color: #dce330;
	margin: 0px;
    color: #fff;
    font-size: 1.8em;
    font-weight: 100;

}
h1 a{
	color: #000;
}
.content{
	position: absolute;
	top:0px;
	width: 100%;
	display: block;
	padding:0px;
	height: 200px;
	background-color: rgba(0,0,0,.99);
	text-align: center;
	z-index: 0;
}
.bottom.pink-bg{

    min-height: 50px;
}
.bottom{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}
.social{
	margin-bottom: 40px;
	width: 100%;
	z-index: 2;
	position: absolute;
}
.center{
	right: 0;
	left:0;
	text-align: center;
}
.social a{
	display: inline-block;
    float: none;
    background-size: 100% auto;
    margin-right: 15px;
    cursor: pointer;
    width: 30px;
    height: 70px;
}
.social a.pina-sm {
    background-image: url('img/splash/sprite-pina-final.png');
    width: 38px;
    height: 72px;
    cursor: pointer;
    background-position: 0 0px;
    margin-left: 5px;
    z-index: 99;
    display: inline-block;
}
// .v2 .social a.pina-sm{
// 	 background-image: url('img/splash/sprite-pina-white-drop-3.png');
//     width: 37px;
//     height: 70px;	    
//     cursor: pointer;
//     background-position: 0 2px;
// }

.v3 .social a.pina-sm {
	background-position: 0 -69px;
}
.v3 .social a.pina-sm:hover {
	background-position: 0 0;
}

.social a.pina-sm:hover{
	background-position: 0 -71px;
	cursor: pointer;	
}

// .v2 .social a.pina-sm:hover{
// 	background-position: 0 -68px;
// 	cursor: pointer;	
// }

.social a.insta {
    background-image: url('img/splash/sprite-insta-final.png');
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: relative;
    top: 4px;
    background-position: 0px -1px;
}
// .v2 .social a.insta{
//     background-image: url('img/splash/sprite-insta-with-block.png');
//     z-index: 99;
//     width: 55px;
//     margin-left: 3px;
//     height: 55px;
//     background-position: 0px -1px;
//     cursor: pointer;	
// }

.social a.insta:hover{
	background-position: 0px -57px; 
	cursor: pointer;	
	top: 6px;
}

.v3 .social a.insta {
	background-position: 1px -55px;
}
.v3 .social a.insta:hover {
	background-position: 0 0;
}
// .v2 .social a.insta:hover {
// 	background-position: 0 -51px;
//}

.social a.twitter{
	background-image: url('img/splash/sprite-twitter-final.png?2016');
    width: 59px;
    height: 50px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

// .v2 .social a.twitter{
// 	background-image: url('img/splash/sprite-twitter-drop.png');
// 	z-index: 99;
//     width: 59px;
//     height: 50px;
//     cursor: pointer;
// }
.social a.twitter:hover{
	background-position: 0 -51px;
	cursor: pointer;
	top: 2px;
}

// .v2 .social a.twitter:hover{
// 	top: 3px;
// }

.v3 .social a.twitter {
	background-position: 0 -51px;
}
.v3 .social a.twitter:hover {
	background-position: 0 0;
}

.logo{
	cursor: pointer;
	width: 100%;
    max-width: 330px;
    margin: 0px auto 7px;
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
}
.pnk-fade{
	top: 2px;
    left: -2px;
    opacity: .888;
}
.front{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100vh;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 100;
	cursor: pointer;
}
.pina{
	margin:auto;
	top:0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    max-width: 100%; 
    max-height: 90%;
	cursor: pointer;
}
.time{
	text-align: center;
	cursor: pointer;
	font-family:'Treefrog W01 Regular';
	color:#fff;
	position: absolute;
	top:60%;
	left:0;
	right:0;
	width: 100%;
	display: block;
	margin:0 auto;
	font-size: 9vw;

	/* Safari */
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);


	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;

}


.v2 .time {

	top: 50%;
	/* Safari */
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.v2 .time img {
	margin: auto;
	max-width: 80%;
}

.v3 .time { 
	top:60%;
	/* Safari */
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}



.time.blk{
	color:#000;

}


.time.pnk{
	color:#fe31b2;
	text-shadow: 0px 2px 3px #fe31b2;
}

.modal-backdrop,
.modal-backdrop.in{
	background-color: #fff;
	opacity: 1;
}


.modal-content{
	box-shadow: none;
	-webkit-box-shadow:none;
	border:none;
	background-color: transparent;
	color: #000;
}

.modal-header{
	border:none;
}
a{
	cursor: pointer;
	color: #dce330;

}
a:hover{
	color: #fe31b2;
	text-decoration: none;
	text-shadow: 0px 0px 10px magenta;
}
.form-group {
	position: relative;
	left: -22px;
}
.form-control,
.form-control:focus{
	border:none;
	width:100%;
	// font-family:'Chromosome W01 Reversd Light';
	color: #fe31b2;
	box-shadow: none;
	height: 50px;
	font-size: 18px;
	padding:0px;
	text-align: center;
	//min-width: 348px;
	width:auto;
	margin: auto;
	display: inline-block;
	text-shadow: 0px 2px 3px #fe31b2;
	background: transparent;
}
/* Different color for some fields */

.form-control::-webkit-input-placeholder
{
  color:    #000000;
	text-shadow: none;
}
.form-control:-moz-placeholder
{
  color:    #000000;
	text-shadow: none;
}
.form-control::-moz-placeholder
{
  color:    #000000;
	text-shadow: none;
}
.form-control:-ms-input-placeholder
{
  color:    #000000;
	text-shadow: none;
}




.form {
	height: 50px;
}



.btn{
    border: none;
    font-size: 20px;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}
.btn:hover{
	border:none;
	// float: right;
	background-color: transparent;
	color:#fff;
	text-shadow: 0px 2px 3px #fe31b2;

}

.form-messages{
	display: none;
}
.fallen {
  top:100vh;
  position: absolute;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.fadeOut {
  opacity: 0;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}

.fallen2 {
  top:100vh;
  position: absolute;
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}



.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { display: 1.0; }
    90% { opacity: 0.50;}
    100% { opacity: 0.0;}
}

@-webkit-keyframes blinker {   
    0% { opacity: 1.0; }
    90% { opacity: 0.50;}
    100% { opacity: 0.0;}
}

@keyframes blinker {   
    0% { opacity: 1.0; }
    90% { opacity: 0.50;}
    100% { opacity: 0.0;}
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dot {
  width: 10px;
  height: 10px;
  border: 2px solid #fe31b2;
  text-shadow: 0px 2px 3px #fe31b2;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
          animation: fx 1000ms ease infinite 0ms;
}

.v2 .dot {
  border: 2px solid #fff;
  text-shadow: none;
}
.dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
          animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
          animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/*
mobile styles */

@media only screen and (max-width: 1000px) {
	.v2 .time  {
		top: 60%;
	}

	.v3 .time {
		top: 60%;
	}
}


@media only screen and (max-width: 514px) {
.time{
	position: absolute;
	top:46%;
	left:0;
	right:0;
	width: 100%;
	font-size: 10vw;
	display: block;
	margin:0 auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}

.v2 .time  {
		top: 45%;
	}

.v3 .time {
	top: 46%;
}

.fallen2 {
  top:100vh;
  position: absolute;
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
.pina {
    margin: 0 auto;
    top: 10%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 40%;
    max-height: 100%;
}


.logo {
    max-width: 150px;
    z-index: 2;
    top:5px;
}



.content{
	height: 140px;
}

.btn{
	font-size: 14px;
}

.form-control, 
.form-control:focus {
    font-size: 14px;
    display: inline-block;
    padding:0px;
}


.behind{
	background-position: center 137px;
}


}


@media only screen and (max-width: 450px) {

.v2 .time {
	top: 40%;
}


.v3 .time {
	top: 46%;
}

}