#index-wrapper.state-0 {
	padding-bottom: 0;
	min-height: auto;
}

.page-title.big h1 {
	font-size: 50px;
	margin-bottom: 20px;
}

.button.text-button {
	display: block;
	margin: auto;
	max-width: 240px;
}

.main-img {
	max-width: 100%;
}

.page-wrapper {
	padding: 100px 0 0 0;
}

@media (max-width: 768px)  {
	.prize-wrapper {
		padding-bottom: 60px;
	}
}

.main-cta {
	display: inline-block;
	width: 285px;
	height: 89px;
	
	background-image: url(../img/index/cta.png);
	background-position: 0 0;
}
.main-cta:hover {
	background-position: -285px 0;
}

.prize-wrapper {
	display: flex;
}

.prize-wrapper > div {
	display: flex;
	width: 50%;
}

.prize-wrapper .prize-left {
	align-items: flex-end;
	justify-content: flex-start;
} 

.prize-wrapper .prize-right {
	align-items: center;
	justify-content: left;
}

.prize-wrapper img {
	display: block;
}

.prize-wrapper .prize-left img {
	max-width: 150%;
	margin-bottom: -50px;
}

.prize-wrapper .prize-right img {
	max-width: 100%;
}


/* FOOTER NOTE */


.footer-note {
	position: absolute;
	width: 40%;
	left: 50%; right: 0;
	bottom: 2.5%;
	
	font-family: "Open Sans", sans-serif;
	line-height: 1.3em;
	font-weight: 300;
	font-size: 13px;
	color: white;
}

.footer-note a {
	color: white;
	text-decoration: underline;
}

#footer-left {
	opacity: 0;
}

@media (max-width: 1200px)  {
	.prize-wrapper .prize-left img {
	    max-width: 160%;
	    margin-left: -30px;
	    margin-bottom: -50px;
	}
}


@media (max-width: 768px) {
	.footer-note {
		display: flex;
		align-items: center;
		justify-content: center;
		
		left: 0;
		bottom: 0;
		
		width: 100%;
		height: 60px;
		padding: 10px;
		padding-right: 100px;
		
		background-color: rgba(34, 62, 125, 0.6);

		font-size: 12px;
	}

	.prize-wrapper .prize-left img {
	    max-width: 200%;
	    margin-left: -58%;
	    margin-bottom: -17%;
	}
}

@media (max-width: 320px) {
	.footer-note {
		font-size: 11px;
	}
}


/*--- SELECTED ---*/


.search-container {
	position: relative;
	display: flex;
	width: 100%;
}
.search-container:before {
	content: "";
	position: relative;
	z-index: 10;
	
	display: block;
	width: 18px;
	height: 40px;
	flex-shrink: 0;
	
	background-image: url(../img/participate/input-left.png);
}
.search-container:after {
	content: "";
	position: relative;
	z-index: 10;
	
	display: block;
	width: 18px;
	height: 40px;
	flex-shrink: 0;
	
	background-image: url(../img/participate/input-right.png);
}

#search-bar {
	padding: 10px 10px;
	padding-right: 40px;
	height: 40px;
	width: 100%;
	
	background-color: #fff;
	border: 2px solid #fff;
	outline: none;
	
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #888;
}

.search-container img {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0;
	right: 30px;
	
	cursor: pointer;
}

#selected-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 40px 0;
}

.selected {
	width: 50%;
	margin: 10px 0;
	
	display: flex;
}

.selected .user-photo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	position: relative;
	width: 80px;
	height: 80px;
	
	border-radius: 50%;
	background-image: linear-gradient(to right, #b5a97e, #f0e4b9);
	overflow: hidden;
}

.selected .user-photo img {
	width: 70px;
	height: 70px;
	
	border-radius: 50%;
}

.selected .user-info {
	flex-grow: 1;
	padding-left: 20px;
	
	display: flex;
	align-items: justify-content;
	justify-content: center;
	flex-direction: column;
	
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: 500;
}

.selected .user-info .name {
	font-size: 20px;
	color: #fff;
}

.selected .user-info .city {
	font-size: 12px;
	color: white;
}

#more-btn {
	width: auto;
	height: 50px;
	
	padding: 15px;
	background: none;
}
#more-btn:after {
	content: "";
	width: 7px;
	height: 6px;
	margin-left: 10px;
	
	background-image: url(../img/index/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#more-btn.loading:after {
	background-image: none;
}

#more-btn.hidden {
	display: none;
}

#more-btn span {
	font-size: 20px;
}

@media (max-width: 768px) {
	.selected {
		width: 100%;
	}
}


/*--- RATE ---*/


.user-rating {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #d2c98d;
	
	margin-bottom: 10px;
}

.user-rating #rating {
	font-weight: 500;
}

.classification {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stars-container {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.stars-container:hover .star > div {
	background-position: 32px 0 !important;
}
.stars-container.active .star > div {
	background-position: 32px 0;
}

.star {
	padding: 6px;
	cursor: pointer;
}

.star > div {
	width: 32px;
	height: 30px;
	
	background-image: url("../img/index/rate-star.png");
	background-position: 0 0;
}

.star:hover ~ .star > div {
	background-position: 0 0 !important;
}
.star.active ~ .star > div {
	background-position: 0 0;
}

.rate-info {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #d2c98d;
}

.comment-section {
	margin-top: 300px;
	/*
	background-color: white;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	*/
}

.rate-vaselina {
	position: relative;
	display: inline-block;
	
	margin-top: -250px;
}

.rate-vaselina img {
	max-width: 100%;
}

.rate-vaselina .badge {
	position: absolute;
	top: 0; right: -50px;
}

.rate-vaselina .badge span {
	position: absolute;
	margin: auto;
	top: 30%;
	left: 0; right: 0;
	
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: white;
}

.comment-text {
	padding: 0 20%;
	margin-bottom: 20px;
}

.comment-text p {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #092d69;
}

.comment-text p strong {
	font-weight: 700;
}

.fb-comments {
	display: block !important;
	padding: 10px;
}

.fb-comments,
.fb-comments > span,
.fb-comments > span > iframe {
	width: 100% !important;
}

@media(max-width: 450px) {
	.stars-container {
		transform: scale(0.7);
	}
}
