/*
@font-face {
    font-family: 'custom';
    src: url('fonts/dani.eot');
    src: url('fonts/dani.woff2') format('woff2'),
         url('fonts/dani.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/




/* SlotMachine */
.slotMachineNoTransition {
    -webkit-transition: none !important;
            transition: none !important;
}

html, body {
	font-family: 'Poppins', Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(235,235,235,1);
	/* background: #ded2dc; */
	-webkit-font-smoothing: antialiased;
    overflow: hidden;
}
/*
.animsition-link {

}
*/


.header a, 
.header li, 
.header p, 
.header h1, 
.header h2, 
.header h3 {
    font-family: 'Poppins', Helvetica, sans-serif;
    
    font-weight: 700;
    font-size: 2rem; /* FONT-ONE */
    line-height: 3rem;
}


@media only screen and (max-width: 1100px) {
    .header a, 
    .header li, 
    .header p, 
    .header h1, 
    .header h2, 
    .header h3 {
        font-size:  1.7rem; /* FONT-ONE */
        line-height: 2.7rem;
    }
}

@media only screen and (max-width: 900px) {
    .header a, 
    .header li, 
    .header p, 
    .header h1,
    .header h2, 
    .header h3 {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}
@media only screen and (max-width: 600px) {
    .header a, 
    .header li, 
    .header p, 
    .header h1,
    .header h2, 
    .header h3 {
        font-size: 1.0rem;
        line-height: 1.5rem;
    }
}

/* 

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .header a, 
    .header li, 
    .header p, 
    .header h1,
    .header h2, 
    .header h3 {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .header a, 
    .header li, 
    .header p, 
    .header h1,
    .header h2, 
    .header h3 {
        font-size: 1.0rem;
        line-height: 1.6rem;
    }
}   

*/

/*
.header p span {
    font-weight: 700;
}
*/

.header a, 
.header li {
    cursor: url(cursor/cursor.png) 13 9, auto;
}

#instructions p {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem; /* FONT-FOUR */
}



/*
.squares img {
    opacity: 0;
    display: none;
}
*/

body,
.squares {
    cursor: url(cursor/cursor.png) 13 9, auto;
}
#first-click {
    cursor: url(cursor/start.png) 37 37, auto;
}


.animsition-link.selected, .squares /*36daysoftype*/ {
    background-color: #fbe855;
}
.animsition-link.kaibosh.selected, .squares.kaibosh {
    background-color: #F3994E;
}
.animsition-link.aiga.selected, .squares.aiga {
    background-color: #8091A3;
}
.animsition-link.refinery29.selected, .squares.refinery29 {
    background-color: #04C183;
}
.animsition-link.taiberg.selected, .squares.taiberg {
    background-color: #DD0049;
}
.animsition-link.blindness.selected, .squares.blindness {
    background-color: #1E4ED3;
}
.animsition-link.toy_nail.selected, .squares.toy_nail {
    background-color: #A68FFF;
}
.animsition-link.coach.selected, .squares.coach {
    background-color: #e69a90;
}
.animsition-link.fab_com.selected, .squares.fab_com {
    background-color: #8BDBE8;
}
.animsition-link.fendi.selected, .squares.fendi {
    background-color: #8091A3;
}
.animsition-link.cosmica.selected, .squares.cosmica {
    background-color: #8BDBE8;
}
.animsition-link.punto_blanco.selected, .squares.punto_blanco {
    background-color: #F5B4C5;
}
.animsition-link.globo.selected, .squares.globo {
    background-color: rgba(245, 223, 79, 1); 
}
.animsition-link.sponsta.selected, .squares.sponsta {
    background-color: #F5B4C5;
}
.animsition-link.offf.selected, .squares.offf {
    background-color: #1E4ED3;
}
.animsition-link.tropica.selected, .squares.tropica {
    background-color: #04C183;
}
.animsition-link.yelle.selected, .squares.yelle {
    background-color: #F3994E;
}
.animsition-link.unserialized.selected, .squares.unserialized {
    background-color: #DD0049;
}
.animsition-link.banana.selected, .squares.banana {
    background-color: rgba(245, 223, 79, 1);
}
.animsition-link.blackmag.selected, .squares.blackmag {
    background-color: #A68FFF;
}
.animsition-link.wired_germany.selected, .squares.wired_germany {
    background-color: #8BDBE8;
}


.animsition-link.win.selected, .squares.win {
    background-color: black;
}
.animsition-link.win.selected:before, .squares.win:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(235,235,235,1);
    opacity: .5;
    -webkit-animation: win 0.5s infinite;
    animation: win 0.5s infinite;
/*
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
*/
}
@-webkit-keyframes win {
    25% {
        background-color: yellow;
    }
    50% {
        background-color: white;
    }
    75% {
        background-color: rgba(235,235,235,1);
    }
    100% {
        background-color: orange;
    }
}
@keyframes win {
    25% {
        background-color: yellow;
    }
    50% {
        background-color: white;
    }
    75% {
        background-color: rgba(235,235,235,1);
    }
    100% {
        background-color: orange;
    }
}







.animsition-link.jackpot.selected {
    background-color: rgba(217,50,65,1);
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}















/*
.animsition-link:hover {
	-webkit-filter: grayscale(50%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(50%); 
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(50%); 
	-o-transition: .5s ease-in-out;
}
*/
#logo_loader {
	background: rgba(235,235,235,1);
/*	background-image: url("../img/dani/spacebar.gif");*/
	background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#logo_loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: auto;
}

#logo_loader.onload {
    opacity: 0;
}

:focus {outline:none;}

#first-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: none;
    z-index: 5;
    
/*
    background-image: url(../img/main/first_click.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(235,235,235,0.8);
*/
    
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*
#first-click:visited { 
    display: none;
}
*/

#first-click.clicked {
    display: none;
}

header {
    width: 100%;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 10px;
    position: absolute;
	color: white;
	z-index: 1;
}

header:hover {
    /* background-color: rgba(0, 0, 0, .3); */
}


#header {
    width: 100%;
    height: 35px;
    background-color: rgba(235,235,235,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#header {
    padding-left: 20px;
    padding-top: 6px;
    width: 100%; 
    left: 0;
    background-color: transparent;
/*    font-size: 1rem;*/
	font-family: 'Poppins', Helvetica, sans-serif;
}
#header div {
    display: inline;
    float: left;
}
#header button, #header p, #header div, #header a {
    display: inline;
    color: rgba(235,235,235,1);
}





.menutop {
	width: 100%;
	height: 60px;
	padding: 5px;
	position: absolute;
	z-index: 10;
	background: rgba(235,235,235,1);
}

.menubottom {
	width: 100%;
	height: 60px;
	padding: 5px;
	bottom: 0;
	position: absolute;
	z-index: 10;
	background: rgba(235,235,235,1);
}

.logo,.frase {
	position: absolute;
	height: 50px;
	top: 5px;
	left: 10px;
}

.contact {
	position: absolute;
	height: 50px;
	top: 5px;
	right: 10px;
}

.keyboard {
	position: absolute;
	top: 5px;
	width: 100%;
    text-align: right;
    margin-right: 10px;
}

a .contact { 
	color: black;
}

a .contact:hover { 
	text-decoration: underline;
}

a:hover { 
    text-decoration: underline;
}


.description-header h2 {
/*	font-size: 1.2em;*/
	margin-bottom: 0;
	font-style: oblique;
}

.description-header div {
	margin: 0;
	padding: 0;
}

.title {
	color: white !important;
}

.title h1 {
/*	font-size: 5em;*/
/*	font-weight: bolder;*/
	margin: 0;
	color: #b6944c;
}

.title h2 {
/*	font-size: 3em;*/
	margin-bottom: 0;
	font-style: oblique;
	color: black;
}

.nav {
	margin-top: 5px;
	padding: 0;
	text-align: right;
}

.nav a {
/*  font-size: 5em;*/
/*  font-weight: 600;*/
  transition: opacity .5s ease;
  color: white;
}

.nav a:hover {
	opacity: .5;
}

.container {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.column-wrapper {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 100%;
  margin: -2.5px;
}

.items a {
	position: relative;
    display: block;
    overflow: hidden;
}

.items a.selected .artwork-hover {
	transform: translateY(0);
    height: 100%;
    opacity: 1;
}

.artwork-hover p {
/*    font-family: 'custom';*/
    font-family: 'Poppins', Helvetica, sans-serif;

    color: white;
    text-align: center;
    text-transform: none;
/*    padding-left: 20px;*/

/*	transform: translate(0,100%);*/
    
    font-weight: 400 !important;
    font-size: 1.5rem !important; /* FONT-TWO */
}

.artwork-hover p span {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 700 !important;
    font-size: 1.75rem !important; /* FONT-ONE */
}

@media only screen and (max-width: 770px) {
    .artwork-hover p,
    .artwork-hover p span {
        font-size: 1rem !important;
        line-height: 1.3rem !important;
    } 
}
@media only screen and (max-width: 600px) {
    .artwork-hover p,
    .artwork-hover p span {
        font-size: 0.8rem !important;
        line-height: 1rem !important;
    } 
}


.about {
    position: absolute;
    top: 0;
    left: 0;
}




.artwork-hover {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.items a.selected img {
    opacity: 0; /*0.2*/
/*
    -webkit-filter: blur(500px) saturate(20);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: blur(500px) saturate(20);
	-moz-transition: .2s ease-in-out;
	-o-filter: blur(500px) saturate(20);
	-o-transition: .2s ease-in-out;
*/
}

.column-wrapper .items img {
    width: 100%;
    height: auto;
}

.artwork-hover {    
	position: absolute;
	transition: opacity .5s;
    opacity: 0;
	bottom: 0;
    z-index: 10;
    width: 100%;
    color: #000;
    transform: translateY(220px);  /*translateY(90px);*/
}

.artwork-hover p {
/*	font-variant: small-caps;*/
/*	font-size: 1.2em;*/
/*	padding: 30px 0;*/
/*	letter-spacing: 3px;*/
    
    
/*    font-size: 2.2rem;*/
/*    line-height: 2rem;*/
    margin: auto;
    padding: 0;
/*    margin-top: calc(50% - 1rem);*/
    
/*    font-weight: bold;*/
    
    
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
/*
    text-transform: uppercase;
    font-family: Times, serif;
    font-style: italic;
*/
}

.items {
	position: relative;
	transition-timing-function: ease;
/*	top: -120px;*/
}

.preview {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: ;
	height: 100%;
}

.description-container {
/*	font-size: 1.8em;*/
	position: absolute;
	width: 60%;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.description {
	position: absolute;
	z-index: 500;
	height: 500px;
	top: calc(50% - 250px);
	opacity: 0;
	color: white;
	transition: opacity .2s, transform 1s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transform: translate3d(0, 30px, 0);
}

.description.current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.preview-open {
	z-index: 50;
}

.description h3 {
/*	font-weight: bold;*/
	margin: 20px 0;
}

.description p {
/*	font-size: 0.65em;*/
	max-width: 100%;
	width: 90%;
}





@media only screen and (min-width: 500px) {
    .squares {
        height: 25vw;
        width: 25vw;
    }
}

/* Media Queries */

@media only screen and (max-width: 800px) {
/*
    .artwork-hover p {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
*/
}
@media only screen and (max-width: 500px) {
    #column-wrapper-3, #column-wrapper-4, #first-click {
		display: none;
	}
	.column-wrapper {
		width: 50%;
	}
    
    /* this shit is messing up with mobile */
    /*
    .squares {
        height: 33.3vw;
    }
    */
    
/*
    .artwork-hover p {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
*/
}





/*
.squares {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
}*/







#sticky_loader {
    position: fixed;
    background-color: rgba(235,235,235,1);

    height: 100%;
    width: 100%;
    z-index: 10000;
    cursor: none;
    
    opacity: 1 !important;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#sticky_loader.onload {
    opacity: 0 !important;
}

#loader_bar {
    width: 100vw;
    height: 8px; /* logo offsetHeight: 39px –> 29px + 10px Border */
    background-color: rgba(235,235,235,1);
    position: absolute;
    top: calc(50vh - 4px);
    left: 0; /*calc(50vw - 90px);*/

/*    border: 3px solid black;*/
}

#loader_inner {
    background-color: black;
    height: 100%;
    width: 40%;
}

#loader_description {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
}

#loader_description p  {
    text-align: center;
    margin: 0;
}











#loader_coin {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 50vw;
    min-width: 350px;
    height: 100%;
}
#coin_foreground {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    background-color: rgba(235,235,235,1);
    border-left: 3px solid black;
}
#coin {
    position: absolute;
    left: 100px;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
    background-color: rgba(214,184,108,1); /* rgba(142,64,42,1) */
    border: 3px solid black;
}
#percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#coin_slot {
    position: absolute;
    right: 100px;
    width: 20px;
    height: 100px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 0;
    background-color: darkgray;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}





/*
#social_media .social {
    background-color: black;
    color: white;
    display: inline;
    padding-right: 7px;
    padding-left: 7px;
}
*/



#instructions {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
/*    background-color: green;*/
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media only screen and (max-width: 950px) {
    #instructions, #top_bar {
        display: none;
    }
}
#instructions .text {
    display: flex;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
#instructions .text .container {
    position: relative;
    display: inline-block;
    float: left;
    width: initial;
    margin-left: 13px;
}
#instructions .text .container img {
    height: 25px;
    width: auto;
    margin-top: 0;
}
#instructions .text .container p {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: black;
}
/*
#instructions .text .container {
    display: inline;
    float: left;
}
*/
/*
#instructions .exit {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
*/



#instructions.visible_pointer {
    cursor: url(cursor/close.png) 37 37, auto !important;
}
#menu_bar {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    cursor: url(cursor/plus.png) 37 13, auto;
}
.burger.burger--close #menu_bar {
    cursor: url(cursor/close.png) 37 37, auto;
}


#menu_bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logo {
    width: auto;
    height: 1.8rem;
}

.achos {
    position: absolute;
    color: black;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 10px;
}

.pijo a {
    font-size: 20px !important;
    line-height: 0px !important;
}



#top_bar {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(235,235,235,0.9);
    z-index: 1;
    transform: translate(0,-100%);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}