/*
*	1. GENERAL
*
*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

html {
	display:none;
}

#full-size {
	height: 100%;
	width: 100%;
	overflow: hidden; /* or overflow:auto; if you want scrollbars */
}
.page {
	height:100%;
}
.page-content {
	position:relative;
	background-image: radial-gradient(circle at bottom, #00000029, #ffffff00);
}

.page-header {
	height:55px;
	padding-bottom:20px;
	margin-top: 20px;	
	position:relative;
}

.page-header .menu-button {
	width:60px;
	height:55px;
	float:left;
	z-index:100;
	position:relative;
}

.page-header .menu-button img{
	width:38px;
	margin-top:11px;
	margin-left:20px;
}

.page-header .logo-extended {
	width:65%;
	float:left;
	height:50px;
	text-align:center;
}

.page-header .logo-extended img {
	height:100%;
}


.content-header {
	text-align:center;
}

.content-header .title {
	font-size:20px;
	padding-bottom:20px;
	color: #eb3573;
	font-weight: bold;
}

.content-header .subtitle {
	color: rgba(127, 147, 165, 255);
	width: 80%;
    margin: 0 auto;
    line-height: 25px;
}

.ui-panel-display-push {
    z-index: 2999;
}

.notifications-bar {
	position:fixed;
	bottom:-66px;
	width:100%;
	background-color: #eb3774;
	height:50px;
	text-align:center;
	color:white;
	padding:8px;
	line-height:50px;
	opacity:0;
	transition: .4s;
	z-index:2500;
} 

.notifications-bar.open {
	bottom:0;
	opacity: 1;
	transition: .7s;
} 

.black-shadow {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: #00000047;
}

/**********************************************************
*
* HOME
*	
*/

#card-detail {
	background-color: white;
	width: 0%;
    height: 0%;
    position: absolute;
    bottom: 0;
    z-index: 3000;
    opacity:0;
}

#card-detail .card-detail-top {
	width:100%;
	height:40%;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#card-detail .card-detail-title {
    width: 70%;
    margin: 0 auto;
    color: white;
    font-size: 28px;
    text-align: center;
    height: 70%;
    overflow: hidden;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
    position: relative;
}

#card-detail .card-detail-text{
    width: 70%;
    margin: 15%;
    color: rgba(127, 147, 165, 255);
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
    text-align: justify;
}
	
#card-detail .card-detail-bottom {
	width:100%;
	height:60%;
	float:left;
}
	
#card-detail .close-card {
	position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}

#coupon {
	background-color: white;
	width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    z-index: 3000;
    opacity:0;
    background-color:#eb3573;
    transition: .5s;
	display:none;
}

#coupon.show-coupon {
	opacity: 1;
	height: 100%;
	display: block;
}

#coupon .coupon-container {
	width:94%;
	height:94%;
	margin-left:3%;
	margin-top:3%;
	position:relative;
}

.coupon-border {
	border-radius: 20px;
	border: 4px dashed white;
	width: auto;
	height: 100%;
}

.coupon-logo {
	height:10%;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
}

.coupon-content {
	position: absolute;
    bottom: 16%;
    height: 70%;
    width: 96%;
    padding: 2%;
}

#coupon .controls {
	width: 100%;
    height: 16%;
    position: absolute;
    bottom: 0;
}

#coupon .controls img {
	width:60%;
}

.coupon-answer {
	text-align: center;
    font-size: 13px;
    color: white;
    border: 3px solid white;
    background-color: #eb3573;
    position: absolute;
    font-weight: bold;
    height:80%;
    bottom: 10%;
}

.coupon-message {
	width: 90%;
    position: absolute;
    color: white;
    margin-left: 5%;
    text-align: center;
    bottom: 0;
    overflow: hidden;
    padding-top: 20px;
}

.scratched-content {
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow:hidden;
}
.scratched-content-text {
    width: 70%;
    height: 70%;
    margin: 15%;
    color: white;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
    position: absolute;
}

.coupon-answer-content {
	margin-top: 20%;
    height: 80%;
}

.ok-coupon {
    left: 15%;
}

.no-coupon {
	right:15%;
}

.scratch-container {
  border: 3px solid white;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.scratch-canvas {
  position: absolute;
  top: 0;
}


/*
*
* END HOME
*	
**********************************************************/

/**********************************************************
 **********************************************************
*
* INTEREST
*	
*/

/**********************************************************
 **********************************************************
*
* SBLOCCA DOMANDE
*	
*/

#canvas-qrcode {
	width: 100%;
	height:50%;
	background-color: red;
}

/*
*
* END SBLOCCA DOMANDE
*	
**********************************************************/


#interests_list {
	margin-top:20px;
}

#interests_list .interest {
	width:50%;
	float:left;
	position:relative;
	min-height:200px;
	background-size: cover;
	transition: .3s;
	
}
#interests_list .interest.active {
	opacity: .7;
	transition: .3s;
}

#interests_list .interest .interest-label {
	background-color: white;
	padding:20px;
	position: absolute;
	bottom:0;
	color: #91a3b3;
	background-color: #f2f2f4;
	text-transform: uppercase;
	transition: .3s;
}

#interests_list .interest.active .interest-label {
	background-color: #eb3573;
	color:white;
	transition: .3s;
}
	
#interests_list .interest:nth-child(even) .interest-label {
	right:0;
}

#interests_list .interest:nth-child(odd) .interest-label {
	left:0;
}
/*
*
* END INTEREST
*	
**********************************************************
**********************************************************/


/**********************************************************
 **********************************************************
*
* LOGIN
*	
*/
.login {
	color:rgba(127, 147, 165, 255);
	text-align: center;
}


.login .header img {
	padding:10px;
	width:100%;
}

.login .header {
	margin-bottom:40px;
	margin-top:20px;
}

.login .content h1 {
	color: #eb3573;
	font-size:30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom:20px;
}

.login .content input {
	height:50px;
	text-align: center;
}


.login .content .btn {
	width: 100%;
	margin-top:20px;
	height:50px;
}


/*
*
* END LOGIN
*	
**********************************************************
**********************************************************/

.blur {
	z-index:50;
	position:absolute;
}

.blur.very {
	height:70%;
	background-image: radial-gradient(circle at top, rgba(238, 85, 108, .5), rgba(255, 255, 255, 0));
	top:0;
	width:100%;
	opacity: 0;
	transition: .2s ease-in;
}

.blur.dontcare {
	height:70%;
	background-image: radial-gradient(circle at bottom, rgba(116, 99, 165, .5), rgba(255, 255, 255, 0));
	bottom:0;
	width:100%;
	opacity: 0;
	transition: .2s ease-in;
}

.blur.no {
	height:100%;
	background-image: radial-gradient(ellipse at left, rgba(76, 95, 168, .5), rgba(255, 255, 255, 0));
	left:0;
	width:100%;
	opacity: 0;
	transition: .2s ease-in;
}

.blur.yes {
	height:100%;
	background-image: radial-gradient(ellipse at right, rgba(0, 160, 150, .5), rgba(255, 255, 255, 0));
	right:0;
	width:100%;
	opacity: 0;
	transition: .2s ease-in;
}

.blur.on {
	opacity: 1;
	transition: .2s ease-in;
}

/**********************************************************
*
* CARD STACK
*	
*/
#card-stack {
	width:80%;
	margin:0 auto;
	position:relative;
	margin-top:5%;
	height:90%;
	margin-top: 70px;
}

#card-stack .card{
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	z-index: 100;
	background-color: #e0dbdb;
	overflow:hidden;
}

#card-stack .card.render-again{
	transition: .5s;
}
	
.card-container {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;	
    background-repeat: no-repeat;
    background-size: cover;
}

.card .card-text {
	font-weight:bold;
	width:80%;
	color:white;
	height:50%;
	overflow:hidden;
	margin-top: 25%;
	margin-left:10%;
	text-align:center;
	text-transform: uppercase;
	font-size:20px;
	line-height:40px;
	text-shadow: 0px 0px 15px rgb(0, 0, 0);
	word-wrap: break-word;
	position: relative;
}

#card-stack .discover-more {
	position: absolute;
    bottom: 80px;
    color: white;
    border: 2px solid white;
    padding: 10px;
    border-radius: 25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 50%;
    text-transform: uppercase;
    background-color: #00000054;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    z-index:1000;
} 

.target-answer {
	width:60px;
	height:60px;
	border-radius: 30px;
	transition: transform .2s; /* Animation */
	z-index:900;
	position:absolute;
}
.target-answer img{
	width:100%;
}

.target-answer.very {
	left:0;
	right:0;
	top:-30px;
	margin: 0 auto;
	transition: .2s ease-in;
}

.target-answer.very.go-way {
	top:-330px;
	transition: .2s ease-in;
}

.target-answer.yes {
	margin: auto;
    position: absolute;
    top: 0; right: -30px; bottom: 0;
    transition: .2s ease-in;
}

.target-answer.yes.go-way {
    right: -230px;
    transition: .2s ease-in;
}

.target-answer.no {
	margin: auto;
    position: absolute;
    top: 0; left: -30px; bottom: 0;
    transition: .2s ease-in;
}

.target-answer.no.go-way {
    left: -230px;
    transition: .2s ease-in;
}

.target-answer.dontcare {
	left:0;
	right:0;
	bottom:-30px;
	margin: 0 auto;
	transition: .2s ease-in;
}

.target-answer.dontcare.go-way {
	bottom:-330px;
	transition: .2s ease-in;
}

@keyframes zoominandout {
    0%   {
    		transform: scale(1.0);
            -webkit-transform: scale(1.0);
         }
    50%  {
    		transform: scale(.5);
            -webkit-transform: scale(.5);
    	 }
}

.card-long-text {
	display:none;
}

.zoomin {
	animation: zoominandout .4s;	
}

/*
*
* ENDCARD STACK
*	
**********************************************************/





/**********************************************************
*
*	UNLOCK PAGE
*	
*/
.camera-container {
	width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}


.insert-code-container {
	width:90%;
	margin:0 auto;
	margin-top: 30px;
	text-transform: uppercase;
}

.insert-code {
	border: 0;
    border-radius: 0;
    height: 60px;
    padding: 5px 5%;
    font-size: 20px;
    color: rgba(127, 147, 165, 255);
    text-shadow: none;
    outline: none;
    width: 64%;
    float: left;
    margin-right: 5%;
}

.send-code {
	height: 70px;
    width: 20%;
    float: left;
    background-color: #f9f9f9;
}

.send-code img {
	width: 80%;
    height: 80%;
    margin: 10%;
}


.insert-code.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*
*
*   END UNLOCK
*	
**********************************************************/





/**********************************************************
*
*	SIDE MENU
*	
*/

.menu-container {
	padding:10px;
	color: rgba(127, 147, 165, 255);
}

.menu-container a {
	color: rgba(127, 147, 165, 255);
	text-decoration: none;
}

.menu-container li.active a {
	color:  #eb3573;
	text-decoration: none;
}

.menu-header {
	width: 100%;
	height:60px;
	line-height:60px;
}

.heart-logo {
	width: 60px;
	float:left;
	height:50px;
}

.close-menu {
	float:right;
	width:25px;
}

.heart-logo img{
	width: 100%;
}

.menu-content ul {
	padding:0;
	widht:100%;
	list-style: none;
	font-size:14px;
}

.menu-content li {
	height:40px;
	line-height:40px;
	margin:10px 0;
}

.menu-content li.submenu {
	height:auto;
}

.menu-content li.active {
	height:40px;
	line-height:40px;
	color: #eb3573;
}

.menu-content img {
	width: 25px;
    float: left;
    margin-right: 15px;
    height: 26px;
    margin-top: 5px;
}

.menu-content .submenu-content {
	margin-left:30px;
}

.menu-content .menu-icon-container {
	height: 40px;
    float: left;
    width: 40px;
}

.menu-content hr {
	background-color: rgba(127, 147, 165, 255);
}



/*
*
*	END SIDE MENU
*
***********************************************************/


/* Hamburger menu toggle */
input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type=checkbox] {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 22px;
	left: 15px;
	height: 22px;
	width: 30px;
}

.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #EB3673;
}

.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 5px;
}

.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}

.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 5px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}
.ui-panel {
    width: 18em;
}

/* End Hamburger menu toggle */




/**********************************************************
 **********************************************************
*
* LOADER
*	
*/
.presentation-loader {
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color: #e44078;
}


.drip {
  width: 200px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  position: relative;
}
.drip:before {
  position: absolute;
  left: 92.5px;
  top: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #4d3d94;
  border-radius: 50%;
  opacity: 0;
  animation: drip 2s ease infinite;
}
.drip:after {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border: solid 4px #4d3d94;
  border-radius: 50%;
  opacity: 0;
  animation: splash 2s ease infinite;
}

@keyframes drip {
  10% {
    top: 0;
    opacity: 1;
    animation-timing-function: cubic-bezier(0.24, 0, 0.76, 0.14);
  }
  25% {
    opacity: 1;
    top: 200px;
    animation-timing-function: ease-out;
    width: 15px;
    height: 15px;
    left: 92.5px;
  }
  30% {
    opacity: 1;
    top: 160px;
    width: 5px;
    height: 5px;
    animation-timing-function: ease-in;
    left: 97.5px;
  }
  33% {
    top: 200px;
    opacity: 0;
    animation-timing-function: ease-out;
    left: 97.5px;
  }
  33.001% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splash {
  0% {
    opacity: 0;
  }
  25% {
    bottom: 50px;
    left: 100px;
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  25.001% {
    opacity: 1;
  }
  33% {
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 200px;
    height: 100px;
  }
  33.001% {
    bottom: 50px;
    left: 100px;
    opacity: 1;
    width: 0px;
    height: 0px;
  }
  43% {
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 200px;
    height: 100px;
  }
  43.001% {
    opacity: 0;
  }
}
/*
*
* END LOADER
*	
**********************************************************
**********************************************************/


