/* Resetting Styles */

body {
	font-family: 'RubikRegular';
	margin: 0;
	overflow-x: hidden;
	text-shadow: none;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'RubikRegular';
	outline: none;
}

a,
a:active,
a:hover,
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

/* Scroll Bar */

.custom-scrollbar::-webkit-scrollbar {
	background-color: #434343;
	width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #FFE800;
}

/* Generic styles */

.bold {
	font-family: 'RubikBold';
}

.clear {
	clear: both;
}

/* Styles */

#invisible-background {
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#home-garbage {
	height: 999px;
}

/* Home Top Bar */

#home-top-bar {
	background: #252525;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

/* Login Bar */

#login-tab {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}

#login-tab-user-name {
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}

#login-tab-user-icon {
	background: #FFE800;
	border-radius: 100%;
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
}

/* Login Popup */

#login-popup-background {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

#login-popup {
	background: #252525;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	display: none;
	height: 480px;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	z-index: 5;
}

#login-popup-container {
	color: #FFFFFF;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

#login-popup-stay-connected {
	font-size: 20px;
	margin-bottom: 20px;
}

#login-popup-user-icon {
	background: #FFE800;
	border-radius: 100%;
	margin-bottom: 20px;
	width: 100px;
}

#login-popup-user-name {
	font-size: 20px;
	margin-bottom: 20px;
}

#login-popup-user-mail {
	font-size: 12px;
	margin-bottom: 40px;
}

#login-popup-terms-of-use-checkbox {
	float: left;
	height: 150px;
	width: 30px;
}

#login-popup-terms-of-use-text {
	font-size: 11px;
	text-align: left;
}

#login-popup-terms-of-use-link {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 11px;
	text-align: left;
}

.login-popup-google-button {
	background: grey;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	padding: 10px;
}

.login-popup-google-button.selected {
	background: #0F9D58;
}

#login-popup-log-out-button {
	background: #DB4437;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	font-size: 16px;
	padding: 10px;
}

/* Review Popup */

#review-popup-background {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

#review-popup {
	background: #252525;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	display: none;
	height: 480px;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	z-index: 5;
}

#review-popup-container {
	color: #FFFFFF;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

#review-popup-title {
	font-size: 20px;
	padding: 10px 10px 40px 10px;
}

#review-popup-rating {
	padding: 0 10px 40px 10px;
}

#review-popup-rating .rating-star {
	cursor: pointer;
	font-size: 40px;
}

#review-popup-review {
	border-radius: 5px 5px 5px 5px;
	font-size: 16px;
	height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	resize: none;
	width: calc(100% - 20px);
}

#review-popup-submit-button {
	background: #FFE800;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	cursor: pointer;
	font-family: 'RubikMedium';
	font-size: 16px;
	padding: 10px;
}

/* Home Header */

#home-header {
	background: #FFFFFF;
	padding: 20px 0 20px 0;
	position: relative;
	width: 100%;
}

#home-header-container {
	margin: auto;
	position: relative;
	width: 70%;
}

#coolguide4you-logo {
	vertical-align: bottom;
	width: 100px;
}

/* Location */

#select-location {
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	right: 60px;
	text-align: center;
	top: 0;
	width: 120px;
	z-index: 3;
}

#selected-location {
	border-bottom: 2px #FFE800 solid;
	padding-bottom: 5px;
}

#location-options {
	background: #FFE800;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	display: inline-block;
	display: none;
	width: 120px;
}

.country-option {
	font-family: 'RubikBold';
}

.location-option {
	cursor: pointer;
	margin: 20px 0 20px 0;
}

/* Language */

#select-language {
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 3;
}

#selected-language {
	border-bottom: 2px #FFE800 solid;
	padding-bottom: 5px;
}

#language-options {
	background: #FFE800;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	display: inline-block;
	display: none;
	width: 50px;
}

.language-option {
	cursor: pointer;
	margin: 20px 0 20px 0;
}

/* Search */

#search-input {
	border: 0;
	border-bottom: 2px #FFE800 solid;
	border-radius: 0;
	font-size: 15px;
	padding: 0 20px 5px 0;
	position: absolute;
	right: 190px;
	top: 0;
	width: 160px;
}

#search-input-icon {
	color: #404040;
	font-size: 15px;
	position: absolute;
	right: 190px;
	top: 2px;
}

#search-input-icon.fa-times {
	cursor: pointer;
}

/* Home Slider */

#home-slider {
	margin-bottom: 40px;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.slide {
	animation: fade 2s;
	display: none;
	position: relative;
	z-index: -1;
}

.slide.show {
	display: block;
	z-index: -1;
}

.slide-message {
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
}

.slide-message-title {
	font-size: 3.5vw;
	padding: 0 20px 0 20px;
}

.slide-message-text {
	font-size: 3vw;
	padding: 0 20px 0 20px;
}

.slide-image {
	display: block;
	width: 100%;
}

/* Apps */

#home-searched-apps,
#home-highlighted-apps {
	margin: 0 auto 40px auto;
	text-align: center;
	width: 80%;
}

#home-searched-apps {
	border-bottom: 1px #D8D8D8 solid;
	display: none;
	padding-bottom: 40px;
}

.app-store-hide {
	display: none;
}

#show-more {
	cursor: pointer;
	display: block;
	font-size: 20px;
	margin-left: 50%;
	padding-top: 40px;
	transform: translateX(-50%);
	width: fit-content;
}

.app-container {
	display: inline-block;
	height: 280px;
	margin: 5px;
	position: relative;
	width: 180px;
}

.app-background {
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.app-background-overlay {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.app-logo {
	margin-bottom: 20px;
}

.app-name {
	color: #FFFFFF;
	font-size: 20px;
}

.app-rating {
	color: #FFFFFF;
	margin-top: 20px;
}

/* Home Footer */

#home-footer {
	background: #252525;
}

#footer-columns {
	padding-top: 40px;
}

.footer-column {
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	vertical-align: top;
	width: calc((100% / 3) - 1%);
}

.footer-column a {
	color: #FFFFFF;
}

.home-social-media-link,
.home-legal-link,
.home-company {
	display: block;
	font-size: 12px;
	padding-bottom: 20px;
}

.home-social-media-link {
	font-size: 15px;
}

.home-social-media-icon {
	margin-right: 10px;
}

#home-sponsors {
	padding: 40px 20px 40px 20px;
	text-align: center;
}

#home-sponsors-image {
	max-width: 100%;
}

/* App Page */

#app-page-background {
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

#app-page-background-image {
	height: 100vh;
	object-fit: cover;
	width: 100vw;
}

#app-preview {
	height: 530px;
}

#app-preview-container {
	margin: auto;
	position: relative;
	width: 70%;
}

#app-preview-data {
	position: absolute;
}

#app-preview-name-container {
	background: #FFE800;
	display: block;
	width: fit-content;
}

#app-preview-name {
	font-size: 50px;
	margin-top: 80px;
	padding: 10px;
}

.app-preview-rating {
	cursor: pointer;
	display: table;
	margin-left: auto;
	padding: 0 10px 10px 10px;
	text-align: right;
	width: fit-content;
}

.app-preview-rating .rating-star {
	text-shadow:
		-1px -1px 0px #FFFFFF,
		0px -1px 0px #FFFFFF,
		1px -1px 0px #FFFFFF,
		-1px 0px 0px #FFFFFF,
		1px 0px 0px #FFFFFF,
		-1px 1px 0px #FFFFFF,
		0px 1px 0px #FFFFFF,
		1px 1px 0px #FFFFFF;
}

#rating-count {
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
}

#rating-message {
	font-size: 10px;
	padding-top: 5px;
}

#app-preview-slogan {
	background: #FFE800;
	display: table;
	font-size: 25px;
	margin-top: 10px;
	padding: 10px;
	width: fit-content;
}

#app-preview-download {
	background: #FFE800;
	border-radius: 20px;
	display: table;
	margin-top: 150px;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	width: fit-content;
}

#app-preview-icon {
	font-size: 50px;
	margin-right: 10px;
}

#app-preview-text {
	display: inline-block;
	text-align: center;
}

#app-preview-download-now {
	font-size: 14px;
	letter-spacing: 2px;
}

#app-preview-our-app {
	font-size: 26px;
	letter-spacing: 3px;
}

#app-preview-iphone {
	border-radius: 0 0 20px 29px;
	border: none;
	height: 627px;
	position: absolute;
	right: 108px;
	top: -62px;
	width: 304px;
}

#app-preview-iphone-image {
	pointer-events: none;
	position: absolute;
	right: 80px;
	top: -120px;
	width: 360px;
}

#app-more-info {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
}

#section-a-title {
	color: #324D5B;
	font-size: 20px;
	padding: 80px 0 20px 0;
}

#section-a-text {
	color: #6A6A6A;
	padding-bottom: 80px;
}

#section-b-features {
	padding-bottom: 60px;
}

.feature {
	display: inline-block;
	margin: 0 20px 20px 20px;
	position: relative;
	vertical-align: top;
	width: 300px;
}

.feature-icon {
	background-image: url(../img/sprites.png);
	background-size: 300px 150px;
	height: 64px;
	margin: 0 auto 0 auto;
	width: 64px;
}

#feature-useful {
	background-position: 0 -50px;
}

#feature-free {
	background-position: -100px -50px;
}

#feature-surprising {
	background-position: -200px -50px;
}

.feature-title {
	color: #324D5B;
	font-size: 20px;
	padding: 20px 0 20px 0;
}

.feature-description {
	color: #6A6A6A;
	font-size: 15px;
	padding-bottom: 20px;
}

#section-c-coolguide4you-logo {
	padding-bottom: 20px;
	width: 160px;
}

#section-c-welcome-to {
	color: #324D5B;
	font-size: 20px;
	padding-bottom: 80px;
}

.app-section {
	margin: auto;
	width: 70%;
}

/* Go Up */

#go-up {
	background: #FFE800;
	border-radius: 100%;
	bottom: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: none;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
}

/* Media Queries */

/* 1280 */

@media (max-width: 1279px) {
	#app-preview-container {
		width: 100%;
	}

	#app-preview-data {
		display: table;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
	}

	#app-preview-name-container,
	#app-preview-slogan,
	#app-preview-download {
		margin-left: auto;
		margin-right: auto;
	}

	#app-preview-iphone,
	#app-preview-iphone-image {
		display: none;
	}
}

@media (max-width: 768px) {
	#search-input {
		bottom: 0;
		padding: 5px 20px 5px 0;
		right: 0;
		top: unset;
	}

	#search-input-icon {
		bottom: 8px;
		right: 0;
		top: unset;
	}

	.slide-message {
		width: 57%;
	}

	.slide-message-title {
		font-size: 10vw;
	}

	.slide-message-text {
		font-size: 5vw;
	}

	.slide-image {
		height: 530px;
		object-fit: cover;
		object-position: 68% 50%;
	}

	.feature {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 560px) {
	.slide-message {
		width: 52%;
	}

	.footer-column {
		padding-bottom: 40px;
		width: 100%;
	}

	#home-sponsors {
		padding: 0 20px 40px 20px;
	}
}

@media (max-width: 414px) {
	#home-header-container {
		width: 80%;
	}

	#coolguide4you-logo {
		width: 60px;
	}

	.slide-message {
		width: 54%;
	}

	.slide-image {
		object-position: 65% 50%;
	}

	#home-searched-apps,
	#home-highlighted-apps {
		width: 100%;
	}

	.app-container {
		width: 80%;
	}

	.app-section {
		width: 80%;
	}

	#app-preview-name {
		font-size: 10vw;
	}

	#app-preview-slogan {
		font-size: 6vw;
	}
}

@media (max-width: 375px) {
	.slide-message {
		width: 53%;
	}
}

@media (max-width: 320px) {
	.slide-image {
		object-position: 65% 50%;
	}
}
