body {
	background-color: #e4e4e4;
	background-position: center top;
}

/* navigation */
.navbar-brand,
.nav-link {
	position: relative;
}
.navbar-toggler {
	font-family: 'gilroybold';
	top: 10px;
    position: relative;
}

#navbarSupportedContent {
	font-family: 'gilroybold';
}

	#navbarSupportedContent a.nav-link {
		font-size: 18px;
	    margin-right: 10px;
	    border-radius: 50px;
	    padding: .6rem 20px;
	    background-color: #fff;
	}

	#navbarSupportedContent a.nav-link:hover {
		color: white;
	}

	.more-games.active {
		background-color: transparent; !important;
		color: #a6a6a6 !important;
		background: none !important;
	}

	.more-games.active:hover {
		color: #000 !important;
	}

	.more-games .ghost {
		position: absolute;
	    right: 3px;
	    top: 0;
	    z-index: -1;
	    background-color: transparent;
	    width: 151px;
	    height: 100%;
	    border-radius: 25px;
	    transition: width .25s;
	    -moz-transition: width .25s;
	    -webkit-transition: width .25s;
	}

		.more-games.active .ghost {
			background-color: #e4e4e4;
			width: 46px;
		}

#navbarSupportedContent {
	margin-top: 25px;
}

	#navbarSupportedContent a,
	#navbarSupportedContent a:active,
	#navbarSupportedContent a:focus {
		color: black;
	}

	#navbarSupportedContent ul {
		position: absolute;
	    right: 0;
	    top: 8px;
    }

	/* CONDENSED VERSION */
    header.condensed {
    	padding: 10px 0 !important;
    	position: fixed !important;
	    top: 0;
	    width: 100%;
	    z-index: 200 !important;
	    overflow: hidden;
    }

    header.condensed:not(.hover) .logo-name {
    	display: none !important;
    }

	header.condensed:not(.hover) .logo-image {
    	max-width: 90px !important;
	    left: -45px !important;
	    top: -40px !important;
    }

    header.condensed:not(.hover) a.nav-link {
    	padding: 0 10px !important;
    	font-size: 16px !important;
    }

    header.condensed:not(.hover) #navbarSupportedContent ul {
        top: 8px !important;
    }

    header.condensed:not(.hover) .more-games span {
    	padding-right: 0 !important;
    }

    header.condensed:not(.hover) .more-games .ghost {
    	display: none !important;
    }

    header.condensed:not(.hover) .more-games.active {
    	color: #fead56;
    }

	header.condensed:not(.hover) .more-games img {
    	display: none !important;
    }

    header.condensed:not(.hover) #languageSelector a {
		border: none !important;
		padding: 0 !important;
    }

	/* CONDENSED AND HOVER VERSION */
	header.condensed.hover {
		padding: 15px 0 25px !important;
	}

	header.condensed:not(.hover) #latestGames {
		bottom: -10px;
	}

	header.condensed.hover #latestGames {
		bottom: -25px;
	}

	header.condensed #languageOptions {
		bottom: -15px;
	}

	header.condensed.hover #languageOptions {
		bottom: -25px;
	}

#languageSelector a.nav-link {
	border: 5px solid #d1d1d1;
	padding: .25rem 8px;
}

#languageList {
	font-size: 18px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: #fff;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    border: 5px solid #fca65a;
    padding: 0.25rem 8px;
    top: 0px !important;
    overflow: hidden;
    width: 60px;
    height: 47px;
    display: none;
}
	#languageList:hover {
		width: 195px;
		padding: 0.25rem 20px;
	}

	#languageList li {
		margin-right: 20px;
	}

	#languageList li:last-child {
		margin-right: 0;
	}

	#languageList a {
		color: #bebebe;
	}

	#languageList a:hover {
		color: #ef7d25;
	}

	#languageList a.active {
		color: black	;
	}

/* Logo */
.logo-image {
	position: absolute;
    max-width: 140px;
    left: -90px;
    top: -48px;
}

.logo-name {
	position: relative;
   	top: 13px;
    left: 0;
    max-width: 115px;
}

/* More games button */
.more-games {
}
	.more-games:hover,
	.more-games:active,
	.more-games:hover {
		color: black;
	}

	.more-games span {
	    padding-right: 10px;
	}

	.more-games.active span {
		padding-right: 20px;
	}

	.more-games img,
	.current-language img {
		max-width: 8px;
		top: -2px;
	    position: relative;
	}

		.more-games img.icon-close {
			top: -4px;
			left: -2px;
		}

/* Hero Games */
.hero-game {
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	overflow: hidden;
    height:1000px;
}

	.hero-game-name {
		font-family: 'gilroybold';
		font-size: 26px;
    	margin-bottom: 30px;
	}

	.hero-game-controls {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0 0 50px 123px;
		z-index: 4;
	}

	.hero-game-description {
		position: absolute;
		left: -460px;
		padding: 60px 50px 0 50px;
		z-index: 3;
		height: 100%;
		width: 460px;
		text-align: left;
	}

		.hero-game-description h2 {
			font-size: 38px;
			line-height: 42px;
			margin-bottom: 30px;
		}

		.hero-game-description li {
			margin-bottom: 5px;
		}

		.hero-icon-app {
			font-family: 'gilroybold';
			display: block;
			margin-top: 40px;
		}

			.hero-icon-app a {
				color: white;
			}
			.hero-icon-app a:hover,
			.hero-icon-app a:active,
			.hero-icon-app a:focus
			{
				color: white;
				text-decoration: underline;
			}
			.hero-icon-app img {
				max-width: 44px;
				height: auto;
			}

	.video-placeholder {
		max-height: 100%;
		width: auto;
	}

	.hero-game video {
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		opacity: 0;
	}

/* Catalogue Games */
.single-game {
	border-radius: 25px;
    overflow: hidden;
}

	.single-game .carousel {
		position: absolute;
		opacity: 0;
		overflow: hidden;
	}

	.single-game .carousel img {
		width: auto;
	}

	.single-game .card-img-top {
		min-height: 362px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.single-game .card-title {
		font-family: 'Roboto', sans-serif;
		margin-bottom: 70px;
	}

	.single-game .card-game-name {
		font-family: 'Roboto', sans-serif;
        margin-bottom: 20px;
        font-weight: bold;
	}

	.single-game .card-body {
		padding: 33px 54px;
	}

	.single-game .card-body .second-link {
		margin-top: 25px;
		font-size: 18px;
	}

		.single-game .card-body .second-link a:hover {
			text-decoration: underline;
		}

	.single-game h5 {
		font-size: 18px;
		line-height: 27px;
	}


#catalogue .card-container {
	padding-right: 0;
	margin-bottom: 15px;
}

#catalogue .card-container-empty .single-game {
	height: 100%;
	background-color: transparent;
	border: 4px dashed #ddd;
}

/* Hero Message */
#heroMessage img {
	max-width: 490px;
}

#heroMessage h3 {
	font-family: 'gilroybold';
    font-size: 16px;
    width: 350px;
    margin: 60px auto;
    line-height: 25px;
}

	#heroMessage h3 img {
		max-width: 120px;
		margin: 0 10px;
	}

/* Latest games */
#latestGames ul {
	margin: 0;
	padding: 20px 0 20px;
}

	#latestGames ul li {
		margin-bottom: 10px;
	}

#languageOptions ul {
	margin: 0;
	padding: 20px 0 10px;
}

	#languageOptions ul li {
		margin-bottom: 10px;
	}

	#latestGames .latest-game,
	#languageOptions .language-option {
		background-repeat: no-repeat;
	    background-position: left center;
	    background-size: contain;
	    color: black;
	    padding-left: 75px;
	}

	#languageOptions .language-option {
		background-position: -1px center;
		background-size: auto 108%;
		padding-left: 45px;
	}

	#latestGames .latest-game:hover,
	#languageOptions .language-option:hover,
	#languageOptions .language-option.active{
		background-color: #fead56;
		color: white;
	}

/* Contents, used for SEO or text descriptions */
#pageContent {
    background-color: #f9f9f9;
	padding: 70px 0;
	z-index: 1;
	position: relative;
}

.contents {}
	.contents a {
		color: #de538a;
	}
	.contents a:hover,
	.contents a:active,
	.contents a:focus {
		color: #fead56;
	}
	.contents h2 {
		margin-bottom: 20px;
		margin-top: 45px;
		color: #fead56;
	}
	.contents p {
		line-height: 30px;
		font-size: 18px;
	}
	.contents > p:last-child {
		margin-bottom: 0;
	}

	.contents ul li {
		margin-bottom: 10px;
	}

/* Footer */
footer {
	padding: 50px 0 0;
}

footer a {
	color: white;
	font-size: 18px;
    line-height: 36px;
	font-family: 'gilroybold', sans-serif;
}

footer a:hover {
	color: black !important;
}

footer .logo-line {
	margin-bottom: 10px;
}

footer .logo-footer {
	max-width: 40px;
	margin-bottom: 30px;
}

footer .social-media img {
	width: 50px;
	margin-bottom: 5px;
}

footer .claim-footer {
	max-width: 320px;
	margin-bottom: 50px;
}

footer .claim-line {
	margin-top: 0;
}

.trust-seal {
	margin-top: 10px;
}

/* Reviews */
#averageRating {
	font-family: 'gilroybold', sans-serif;
}

.ratingTotal {
	text-align: center;
}
	.ratingTotal img {
		max-width: 17%;
	}

.rating-value {
	font-size: 160px;
	line-height: 160px;
}

.rating-resume {
	margin: 15px 0 0;
}

.color-bars {
	margin-top: 15px;
	width: 100%;
}

	.color-bars img {
		width: 16px;
		position: relative;
		top: -4px;
	}

	.color-bars dt {
		padding: 4px 0 0;
	}

.progress {
	height: 30px;
	background-color: #ddd;
}
	.progress .progress-bar {
		color: black;
	}

	.color-bars dd:nth-of-type(1) .progress-bar {
		background-color: #fead56;
	}

	.color-bars dd:nth-of-type(2) .progress-bar {
		background-color: #faa05d;
	}

	.color-bars dd:nth-of-type(3) .progress-bar {
		background-color: #f1896b;
	}

	.color-bars dd:nth-of-type(4) .progress-bar {
		background-color: #e87079;
	}

	.color-bars dd:nth-of-type(5) .progress-bar {
		background-color: #e25d84;
	}

	.rating-description {
		width: 100%;
	}

#userRatingComments .comment-list {
	margin-bottom: 0;
}

	#userRatingComments .comment-list li {

	}

	#userRatingComments .comment-list h4 {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-top: 7px;
		padding-right: 3px;
		margin-bottom: 3px;
	}

	#userRatingComments .comment-list p.date {
		font-size: 13px;
		line-height: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
	}

	#userRatingComments .comment-list img.comment-avatar {
		float: left;
		margin-right: 10px;
		max-width: 48px;
		height: auto;
	}

	#userRatingComments .comment-list .stars {
		float: none;
		clear: both;
		margin: 0;
	}
		#userRatingComments .comment-list .stars:before {
			content: '';
			background-color: #ccc;
			height: 1px;
			display: block;
			position: relative;
			top: -1px;
		}

		#userRatingComments .comment-list .stars img {
			width: 18px;
			position: relative;
			top: -2px;
		}

		#userRatingComments .comment-list .comment {
			padding: 0 15px 15px;
			font-size: 13px;
			line-height: 18px;
			overflow: hidden;
			max-height: 125px;
			margin-bottom: 0;
		}

	#userRatingComments .comment-list .friend_img {
		background-color: white;
		border-radius: 15px;
		padding-bottom: 15px;
	}

	#userRatingComments .comments-pagination-left,
	#userRatingComments .comments-pagination-right {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
	}

/* Single pages */
section#pageContent {
	padding: 0 0 150px;
}

	section#pageContent h1 {
		padding: 40px 0;
	}

	section#pageContent h3,
	section#pageContent h4 {
		padding: 10px 0;
	}

	section#pageContent .breadcrumb {
		background-color: white;
		border-radius: 10px;
		margin: 24px 0 0;
		font-family: 'gilroybold', sans-serif;
	}

/* 404 */
.page-404 {
	padding: 140px 0 90px;
}

/* Forms */
.rating-form {
	margin-bottom: 20px;
}

.rating-form .opinion {
	margin-top: 10px;
	font-weight: bold;
}

#ratingModal .modal-footer {
	display: block;
}

.user-rating-textarea {
	max-width: 100%;
}

.ratingTotalReview img {
	max-width: 18%;
}
