/*
 * Copyright (c) 2013-2025
 * All rights reserved.
 * 
 * Phone: +31 (0)6 23 18 56 74
 * Email: rs@rickschuttinga.nl
 */

/*--------------------------------------------------
 * CONTAINERS
 */



/*--------------------------------------------------
 * HEADER
 */



/*--------------------------------------------------
 * LOGO
 */

#logo {
	left: 100px;
}

/*--------------------------------------------------
 * SEARCH
 */

#search {
	top: 50px;
	right: 150px;
}

/*---*/

#search {
	width: -webkit-calc(25% - 150px);
	width: -moz-calc(25% - 150px);
	width: -ms-calc(25% - 150px);
	width: -o-calc(25% - 150px);
	width: calc(25% - 150px);
}

/*--------------------------------------------------
 * NAV
 */

#nav_img {
	top: 50px;
	right: 100px;
}

/*---*/

#nav_list_col {
	width: 25%;
	padding: 150px 116px 50px 50px;
}

/*--------------------------------------------------
 * MAIN
 */



/*--------------------------------------------------
 * CONTENT
 */

.content {
	padding: 0 100px;
}

/*---*/

.content_text {
	width: 37.5%;
}

/*---*/

.content_text_2_col {
	width: -webkit-calc(50% - 25px);
	width: -moz-calc(50% - 25px);
	width: -ms-calc(50% - 25px);
	width: -o-calc(50% - 25px);
	width: calc(50% - 25px);
	padding-left: 25px;
}

.content_text_2_col:first-child {
	padding-right: 25px;
	padding-left: 0 !important;
	text-align: right;
}

/*---*/

.content_quote_mint, .content_quote_white {
	margin-right: -50%;
	margin-left: 50%;
	padding: 50px 100px;
	font-size: 220%; /* 44px */
	line-height: 1.1;
}

/*---*/

.content_platform_logo {
	height: 100px;
}

/*--------------------------------------------------
 * REVIEW
 */

.review_top {
	padding: 0 100px;
}

.review_top_contents {
	width: -webkit-calc(37.5% + 200px);
	width: -moz-calc(37.5% + 200px);
	width: -ms-calc(37.5% + 200px);
	width: -o-calc(37.5% + 200px);
	width: calc(37.5% + 200px);
	padding: 100px 100px 50px 100px;
}

.review_title {
	margin-bottom: 4px;
	font-family: "Avenir Medium", sans-serif;
	font-size: 220%; /* 44px */
	line-height: 1.1;
}

.review_grade {
	bottom: 70px;
}

.review_poster {
	top: -300px;
	right: 100px;
}

.review_poster img {
	height: 350px;
}

.review_trailer_button {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	top: -200px;
	left: 50%;
}

.review_trailer_button img {
	width: 100px;
	height: 100px;
}

.review_trailer {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -ms-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	height: -webkit-calc(100% - 200px);
	height: -moz-calc(100% - 200px);
	height: -ms-calc(100% - 200px);
	height: -o-calc(100% - 200px);
	height: calc(100% - 200px);
	top: 100px;
	left: 100px;
}

	.review_trailer_close a {
		top: 100px;
		right: 100px;
	}

.review_space {
	height: 50px;
}

/*---*/

.review_info {
	display: flex;
}

/*---*/

.review_info_plus_minus, .review_info_about, .review_info_helpful {
	width: 33.33%;
	border-bottom: 2px solid #EEE; /* GREY LIGHT */
}

		.review_info_plus_minus {
			padding: 50px;
			border-right: 1px solid #EEE; /* GREY LIGHT */
		}

		.review_info_about {
			padding: 50px;
			border-right: 1px solid #EEE; /* GREY LIGHT */
			border-left: 1px solid #EEE; /* GREY LIGHT */
		}

		.review_info_helpful {
			padding: 50px 50px 25px 50px;
			border-left: 1px solid #EEE; /* GREY LIGHT */
		}

/*--------------------------------------------------
 * USER
 */

.user_photo {
	max-width: 250px;
	margin-left: -125px;
}

/*--------------------------------------------------
 * ABOUT
 */



/*--------------------------------------------------
 * MOVIES / COLLECTIONS / USERS
 */

.movies_movie, .collections_collection, .users_user {
	width: 25%;
}

/*---*/

.movies_movie_title, .movies_movie_info, .collections_collection_title, .users_user_title {
}

		.movies_movie_title, .collections_collection_title, .users_user_title {
			font-family: "Avenir Medium", sans-serif;
			font-size: 160%; /* 32px */
			line-height: 1.2;
		}

		.movies_movie_info {
			top: 50px;
			right: 50px;
		}

.movies_movie_with_content_clear_desktop {
	clear: both;
}

/*---*/

.movies_quote {
	width: 25%;
}

.movies_quote_quote {
	font-size: 130%; /* 26px */
	line-height: 1.3;
}

/*--------------------------------------------------
 * PAGINATION
 */

.pagination_results {
	left: 100px;
}

/*---*/

.pagination_prev, .pagination_prev_inactive, .pagination_next, .pagination_next_inactive {
}

	.pagination_prev a, .pagination_prev_inactive a, .pagination_next a, .pagination_next_inactive a {
	}

		.pagination_prev a, .pagination_prev_inactive a {
			margin-right: 10px;
		}

		.pagination_next a, .pagination_next_inactive a {
			margin-left: 10px;
		}

/*--------------------------------------------------
 * FOOTER
 */

footer {
	margin: 0 100px;
}

/*---*/

#footer_about_us {
	width: 25%;
}

/*
 * End
 */