/* BEGIN OF WP RESET */

html, body {
    font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

    html {
        position: relative;
        min-height: 100%;
    	overflow-y:visible;
    }
    
    body {
        margin-bottom: 15px; /* height of the footer */
    }

.clear {
    clear: both;
}

table th {
    text-align: left;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

img { 
    height: auto; 
    max-width: 100%;
}

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        img[src$=".svg"] {
            height: auto;
            width: 100%;
        }
    }

.post-thumbnail-link {
	display: block;
	position: relative;
	overflow: hidden;
}

    .post-thumbnail-link img {
	    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: middle;
    }
    
    .post-thumbnail-link:hover img {
	    transform:scale(1.1);
        -ms-transform:scale(1.1); /* IE 9 */
        -moz-transform:scale(1.1); /* Firefox */
        -webkit-transform:scale(1.1); /* Safari and Chrome */
        -o-transform:scale(1.1); /* Opera */
    }
    
a.fancybox {
	display: block;
	margin: 0 0 15px;
}

.images .fancybox {
    display: inline-block;
}

.images.review-images {
    margin: 15px 0 30px 0;    
}

    .images.review-images .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    
        .images.review-images .review-image {
            padding: 0 2px;
        }
    

.social-links {
    min-height: 35px;
    display: block;
}

.relative {
    position: relative;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

    .videoWrapper iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }

/* END OF WP RESET */


/* BEGIN OF TEXT */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Planer-Regular', 'Ubuntu', Arial, sans-serif;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

h6 {
    
}

h2.review-detail {
	display: block;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 10px 7px;
	/*margin-bottom: 30px;*/
	margin-bottom: 0;
	position: relative;
	text-align: left;
	line-height: 1;
	margin-top: 0;
}

	h2.review-detail::after {
    	background: url('/static/site/img/heading-after.png?1ae98f45fda5');
		background-repeat: repeat-x;
		background-size: contain;
		background-position: center top;
		content: "";
		display: block;
		width: 100%;
		height: 68px;
		position: absolute;
		top:100%;
		left:0;
		right: 0;
		z-index: 0;
	}
	
	    h2.review-detail + .text-block p {
    	    position: relative;
    	    z-index: 10;
	    }

	h2.review-detail .small.right {
		color: #7f7f7f;
		display: inline;
		float: right;
	    font-family: 'Ubuntu', sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-decoration: underline;
		text-transform: none;
		vertical-align: middle;
	}
	
		h2.review-detail .small.right a {
			margin: 0 5px;
			color: #7f7f7f;
			text-decoration: underline;
			display: inline-block;
		}
		
		    h2.review-detail .small.right a:hover {
    		    color: #de006e;
		    }
		    
		    
.page-content p {
    text-align: justify;
}

#wrap {
    min-height: 100%;
}

#top, 
#menu,
#header,
#content {
    position: relative; /* SITE TAKE-OVER ( SKIN ): Fix */
}

#logo img {
	position: absolute;
	left:-17px;
	bottom:-8px;
	max-width: 275px;
}

#logo-beeldmerk {
    display: none;
}

    #logo-beeldmerk img {
        position: absolute;
        left: -17px;
        bottom: 0px;
        max-width: 39px;
    }

#menu {}
    
    #menu.sticky-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 750;
    }


.blockMain {
    margin-top: 0;
    margin-bottom: 15px;
}

#sidebar {
    padding-top: 37px;
}

.top-box {
    background-color: #000;
}

.rotateHeader {
	display: inline-block;
	color: #e5007d;
	background-color: #fff;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 2px;
	padding: 5px 10px 0 10px;
	margin: 0;
	text-transform: uppercase;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	position: relative;
	z-index: 101;
	margin-bottom: -5px;
}

	.rotateHeader.news {
		margin-left: -20px;
		margin-top: -10px;
        position: relative;
        bottom: -25px;
	}
	
	.rotateHeader.footer,
	.rotateHeader.footer a {
		color: #e5007d;
		background-color: transparent;
	}
	
	.rotateHeader.newsletter {
		position: absolute;
		top:-20px;
		left:-20px;
	}
	
	.rotateHeader.forum {
		position: absolute;
		top:-20px;
		left:-20px;
	}
	
	.rotateHeader.share {
		position: absolute;
		top:-10px;
		left:-30px;
	}
	
	.widget .rotateHeader.share {
		left: -40px;
	}

#hardware-block .inner {
    padding: 0;
    border: 2px solid #000;
    margin-bottom: 30px;
}

#hardware-block h3 {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(53,53,53,1) 63%, rgba(0,0,0,1) 64%, rgba(0,0,0,1) 72%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(53,53,53,1) 63%,rgba(0,0,0,1) 64%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(53,53,53,1) 63%,rgba(0,0,0,1) 64%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    border: 5px solid #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 10px 10px 10px;
    font-size: 17px;
    line-height: 1.25;
}

.hardwareItem .image {
    position: relative;
    display: block;
    padding: 25px 20px;
    margin-bottom: 30px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(111,111,110,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(111,111,110,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(111,111,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6f6f6e',GradientType=0 );

}

.hardwareItem .image img {
    margin: 0 auto;
    display: block;
}

.hardwareItem .image .readMoreArticle {
    position: absolute;
    bottom:-16px;
    right: 15px;
    margin: 0;
}

.hardwareItem .image .readMoreArticle .read-more-link {
    margin: 0 !important;
}

.hardwareItem .description {
    padding: 0 15px 15px;
    font-size: 12px;
}

#background-block .inner {
    padding: 0;
    border: 4px solid #000;
    margin-bottom: 30px;
}

#background-block .inner .backgroundGradiant {
    background: -moz-linear-gradient(top,  rgba(213,213,212,1) 0%, rgba(170,170,170,0) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d4', endColorstr='#00000000',GradientType=0 ); 
}

#background-block h3 {
    background-color: transparent;
    color: #1d1d1b;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 15px 10px;
    font-size: 17px;
    line-height: 1.25;
}

#background-block .description {
    padding: 0 15px 30px;
    font-size: 12px;
    position: relative;
}

#background-block .image {
    display: block;
    background-color: #1e1e1c;
    text-align: center;
}

#background-block .readMoreArticle {
    position: absolute;
    bottom:-16px;
    right: 15px;
    margin: 0;
}

#background-block .readMoreArticle .read-more-link {
    margin: 0 !important;
}

.gray-sidebar {
    background-color: #dadada;
    padding: 30px 20px;
}

.gray-sidebar .buy-now-text {
    padding-left: 20px;
}

.panel.rating p {
    margin-bottom: 0;
}

.panel.rating form {
    margin: 0;
    padding: 0;
}

.panel.rating form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.panel.rating form ul li {
    display: inline-block;
}

.panel.rating form ul li input {
    margin-right: 5px;
}

.panel.rating form ul li label {
    margin-right: 8px;
}
	
	
.page-title {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	text-transform: uppercase;
	padding: 5px 10px 0 10px;
	margin-top: 0;
	position: relative;
	min-height: 40px;
	line-height: 1.6;
}

    .page-title.medium {
        font-size: 21px;
    }

	.page-title .small {
		font-size: 15px;
		line-height: 20px;
		font-weight: 300;
		vertical-align: middle;
		text-transform: none;
		margin-top: -2px;
	}
	
	.page-title .aligned {
		margin-left: 40px;
	}
	
	.page-title .aligned.reviews {
    	margin-left: 20px;
	}
	
	.page-title .right {
		text-align: right;
	}
	
	.sortingBlock {
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	

	
	.beforeSort {
		display: inline-block;
		vertical-align: middle;
	}
	
	#id_ordering {
		max-width: 145px;
		display: inline-block;
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
        margin-top: -5px;
        margin-right: -10px;
        height: 40px;
        margin-bottom: 0px;
        border: 0;
        font-size: 14px;
	}
	
.grey,
.grey a {
	color: #6d6e71;
}
	
a, .grey a:hover {
    color: #de006e;
}

a:hover, a:focus {
    color: #de006e;
}

p {
    
}

    p.article-info {
        margin-top: 0;
        font-size: 13px;
    }

span {
    
}

footer {
    background: url('/static/site/img/footer-bg.png?a398adcf03e3') #515150 no-repeat;
    background-position: center top;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    bottom: 0;    
    padding-top: 35px;
	padding-bottom: 35px;
    width: 100%;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
}

	footer a {
		color: #fff;
		text-decoration: none !important;
	}
	
	footer a:hover {
		color: #e5007d;
	}
	
.sitemap-block {
	border-left: 1px solid #fff;
}
	
#colofon {
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
}

#colofon p {
    margin: 0;
}

.footerMenu a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline !important;
}

.footerMenu a::after {
	content:" | ";
	margin: 0 10px;
}

.footerMenu a::after,
.footerMenu a:hover::after {
	color: #fff !important;
}

.footerMenu a:last-of-type::after {
	content: "";
}


/* DO NOT TOUCH THIS, UNLESS YOU WANT TO ADD OTHER CLASSES/IDS */
a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.middleTab th {
	vertical-align: top;
	padding: 0 10px;
	color: #7f7f7f;
	font-weight: 400;
}

.middleTab td {
	padding: 0 10px;
	vertical-align: top;
}



/* END OF TEXT */

/* STRUCTURE */

body {
	background: url('/static/site/img/background-image.png?a398adcf03e3') no-repeat;
	background-size: 100%;
	background-position: center top;
}

#header-banner {
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
}

#header iframe {
	max-width: 100%;
	overflow: hidden;
}

.user-info {
    margin: 3px 0;
}

.right-side-ad {
    margin: 0 0 30px 0;
    text-align: center;
}

    .right-side-ad iframe {
    	max-width: 100%;
    }
    
    #right-panel .right-side-ad {
        margin-top: 0;
        margin-bottom: 15px;
    }
    
        #right-panel .right-side-ad.no-margin-top {
            margin-top: 0;
        }

.feature-box {
/*     border: 1px solid #000; */
    display: block;
    margin-bottom: 35px;
}

.feature-box-carousel .slick-list .slick-slide img {
    margin: 0 auto !important;

}

.right-side-ad .feature-box-title {
	display: none;
}

#top {
	margin-top: 20px;
	margin-bottom: 10px;
}

#social-buttons {
	text-align: right;
}

	.social-button img {
		max-width: 25px;
	}

#loginArea {
	margin-right: 30px;
	display: inline-block;
}

	#loginArea a {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
	}

#filmstrip {
	position: relative;
	margin-top: -35px;
}

.buy-now-text {
	display: block;
	background-color: #fff;
	padding: 20px 60px 20px 0;
	color: #de006e;
	position: relative;
}

.widget.buy-now-container .buy-now-text {
	padding-left: 20px;
}

.buy-now-text a {
	color: #de006e;
}

	.buy-now-text a .price {
		font-weight: 700;
		font-size: 16px;
	}
	
.specs-block,
.movie-sidebar .inner {
	font-size: 14px;
	line-height: 20px;
}

.specs-block:nth-child(odd) {
	border-right: 2px solid #000;
}

.specs-block:nth-child(even) {
	border-right: 2px solid #000;
}

.specs-block:last-of-type {
	border-right: none;
}



	.specs-block h3 {
		margin: 0;
		font-family: 'Ubuntu', sans-serif;
		font-weight: bold;
		font-size: 14px;
	}
	
	.specs-block p {
		margin: 0 0 15px;
	}
	
	.specs-block a {
		color: #000;
		text-decoration: none;
	}

	.specs-block ul {
		margin: 0;
		padding: 0;
		padding-left: 15px;
	}
	
		.specs-block ul li {
			margin: 0;
			padding: 0;
		}
		
		.specs-block .middleTab ul {
    		padding: 0;
		}
		
		.specs-block .middleTab ul li {
    		list-style-type: none;
    		padding: 0;
		}

#filmstrip-buttons,
.button-buy-now  {
	position: absolute;
	bottom: 5px;
	right:5px;
	z-index: 102;
}
    
	#filmstrip-buttons img,
	.button-buy-now img {
		max-width: 80px;
	}
	
	.buy-now-text .button-buy-now {
        right: -40px;	
	}
	
#filstrip-buttons #filmstrip-button-random-films {
    display: block;
    position: relative;
}

.filmslider {
	margin: 0 50px;
}

.filmslider .text-container {
    min-height: 75px;
    overflow: hidden;
}

.film-container {
	background-color: #fff;
	border: 2px solid #dadad9;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	color: #1d1d1b;
	position: relative;
	padding-bottom: 25px;
	margin: 0 5px 35px 5px;
}


    .filmslider-before-load .film-container {
        display: none;
    }
        
        .filmslider-before-load .film-container:nth-of-type(1) {
            display: block;
        }
        
            @media screen and (min-width: 768px){
                .filmslider-before-load .film-container {
                    display: none;
                    float: left;
                    width: 23.8%;
                    margin: 0 5px;
                }
                
                
                .filmslider-before-load .film-container:nth-of-type(1),
                .filmslider-before-load .film-container:nth-of-type(2),
                .filmslider-before-load .film-container:nth-of-type(3),
                .filmslider-before-load .film-container:nth-of-type(4) {
                    display: block;
                }
            }

	.film-container .total-rating {
		position: absolute;
		bottom: -18px;
		left:0;
		right:0;
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		background:url('/static/site/img/badge.svg?1ae98f45fda5') transparent no-repeat;
		background-size: cover;
		background-position: center center;
		margin: 0 auto;
	}

	.film-container * {
		outline: none !important;
	}

	.film-container a {
		text-decoration: none !important;
		color: #1d1d1b;
	}

	.film-container h3 {
		color: #e40066;
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 1;
		text-transform: uppercase;
		margin-top: 15px;
	}
	
	.film-container p {
		color: #e40066;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
		color: #1d1d1b;
	}
	
.slick-prev {
	position: absolute;
	left:-30px;
	top:0;
	height: 100%;
	width: 15px;
	background: url('/static/site/img/prev-button.png?a398adcf03e3') transparent no-repeat;
	background-size: contain;
	background-position: center center;
	border: 0;
	outline: none !important;
}

.slick-next {
	position: absolute;
	right:-30px;
	top:0;
	height: 100%;
	width: 15px;
	background: url('/static/site/img/next-button.png?a398adcf03e3') transparent no-repeat;
	background-size: contain;
	background-position: center center;
	border: 0;
	outline: none !important;
}

.film-container .film {
	height: 100%;
	display: table;
}

	.film-container .film-image {
		position: relative;
/*
		display: table-row;
		width: 100%;
		vertical-align: top;
*/
	}
	
	.film-container .text-container {
/*
		display: table-row;
		width: 100%;
		vertical-align: bottom;
*/
	}

		.film-container .film-image .medium-icon {
			position: absolute;
		    right: 0;
		    bottom: -10px;
		    float: right;
		}

#homeMain,
.page-content {
	padding: 15px 30px;
	margin-top: 5px;
	background-color: #fff;
}

.page-content-inner {
    padding: 0 30px;    
}

#homeMain {
    padding-top: 0;
    margin-top: -10px;
}

	#home .page-content {
		background-color: transparent;
	}

#right-panel .side-filter-form,
.movie-sidebar .inner {
	background-color: #dadada;
	padding: 30px 20px 10px;
}

	#right-panel .inner h2:first-of-type {
		margin-top:0;
	}
	
	#right-panel .side-filter-form.no-padding-top {
    	padding-top: 0;
	}
	
	#right-panel .side-filter-form .toggle-expand-button {
    	display: none;
	    font-size: 14px;
	}
	
#news-block .small-news-image {
    padding-right: 20px;
}

.newsItem a {
	text-decoration: none !important;
}

.newsItem h3 {
	color: #1d1d1b;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.newsItem .inner {
	padding: 25px;
	border-bottom: 2px solid #d0d0d0;
	background: -moz-linear-gradient(top,  rgba(213,213,212,1) 0%, rgba(170,170,170,0) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d4', endColorstr='#00000000',GradientType=0 );
	color: #1d1d1b;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.index-item  .read-more-link {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
}



.read-more-link.pink,
.button.pink {
	display: inline-block;
	border-radius: 100px;
	background-color: #de006e;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	position: relative;
	padding-left: 35px;
	border: 0;
	outline: none !important;
	line-height: 1;
}

	.read-more-link.pink::before,
	.button.pink::before {
		content: " ";
		background: url('/static/site/img/read-more-button.png?a398adcf03e3') transparent no-repeat;
		background-size: contain;
		background-position: center center;
		height: 100%;
		width: 20px;
		position: absolute;
		left:8px;
		top:0px;
	}
	
.button-advertise::before {
    background-color: #de006e;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    right: 20px;
}

    .button-advertise .button, .button.no-margin {
        margin: 0;
    }
	
.read-more-link.black,
.button.black {
	display: inline-block;
	border-radius: 100px;
	background-color: #000;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	position: relative;
	padding-left: 35px;
	border: 0;
	outline: none !important;
	line-height: 1;
}

	.read-more-link.black::before,
	.button.black::before {
		content: " ";
		background: url('/static/site/img/read-more-button.png?a398adcf03e3') transparent no-repeat;
		background-size: contain;
		background-position: center center;
		height: 100%;
		width: 20px;
		position: absolute;
		left:8px;
		top:0px;
	}
	
.read-more-link.white,
.button.white {
	display: inline-block;
	border-radius: 100px;
	background-color: #fff;
	padding: 10px 15px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	position: relative;
	padding-left: 35px;
	border: 0;
	outline: none !important;
	line-height: 1;
}

	.read-more-link.white::before,
	.button.white::before {
		content: " ";
		background: url('/static/site/img/read-more-button.png?a398adcf03e3') transparent no-repeat;
		background-size: contain;
		background-position: center center;
		height: 100%;
		width: 20px;
		position: absolute;
		left:8px;
		top:0px;
	}
	
#newsletter-block {
	background: url('/static/site/img/newsletter-bg.png?1ae98f45fda5') #515150 no-repeat;
    background-position: center top;
    background-size: cover;
    border: 2px solid #de006e;
    padding: 15px 10px 15px 10px;
    color: #fff;
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
}


	.subscribe-text {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	#newsletter-block input {
		font-style: italic;
		border: 1px solid #de006e;
	}
	
	#button-newsletter-subscribe img {
		max-width: 80px;
		position: absolute;
		bottom: -20px;
		right: -15px;
	}
	
#forum-block {
	padding: 20px 25px;
	background-color: #ececec;
	border: 2px solid #000;
	font-weight: 300;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}

#forum-block ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #333;
}

#forum-block ul li {
    border-bottom: 1px solid #9d9c9c;
    padding: 2px 0;
}

#forum-block ul li:last-of-type {
    border-bottom: 0;
}

#forum-block ul li a {
    color: #333;
}

.widget#facebook-widget {
    margin-top: 30px;
}

    .widget#facebook-widget iframe {
        margin-right: 1px;
    }

.index-item.review,
.index-item.article {
	padding: 25px 25px 5px;
	background: -moz-linear-gradient(top,  rgba(213,213,212,1) 0%, rgba(170,170,170,0) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(213,213,212,1) 0%,rgba(170,170,170,0) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d4', endColorstr='#00000000',GradientType=0 );
	color: #1d1d1b;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

	.index-item.review:first-of-type,
	.index-item.article:first-of-type {
		margin-top: 0;
	}
	
	.index-item.article .review-list-image {
    	margin-bottom: 10px;
    	display: block;
	}

	.index-item.review .total-rating,
	.index-item.article .total-rating,
	.data-box .total-rating {
		display: inline-block;
		text-align: center;
		width: 36px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		color: #fff;
		background:url('/static/site/img/badge.svg?1ae98f45fda5') transparent no-repeat;
		background-size: cover;
		background-position: center center;
		margin: 0 0 0 10px;
	}
	
	.index-item.review .ratings,
	.index-item.article .ratings {
		color: #7f7f7f;
		font-size: 14px;
	}
	
		.index-item.review .ratings strong,
		.index-item.article .ratings strong {
			color: #000;
		}
		
	.index-item.review .article-info,
	.index-item.article .article-info {
		color: #7f7f7f;
		font-size: 14px; 
		line-height: 1.5;
	}
	
		.index-item.review .article-info a,
		.index-item.article .article-info a  {
			color: #7f7f7f;
			text-decoration: underline; 
		}
	
	.index-item.review .article-teaser,
	.index-item.article .article-teaser {
		font-size: 14px; 
		line-height: 1.1;
		color: #000;
		margin-bottom: 15px;
	}

	.index-item.review h2,
	.index-item.article h2 {
		margin: 0;
		padding: 0;
		margin-bottom: 15px;
	}

	.index-item.review h2 a,
	.index-item.article h2 a {
		color: #e40066;
		text-decoration: none !important;
		font-size: 22px;
		line-height: 27px;
		text-transform: uppercase;
	}
	
	.index-item.review .read-more-link.
	.index-item.article .read-more-link {
		color: #000;
		font-style: italic;
		text-decoration: underline;
		font-size: 12px; 
		line-height: 1.1;
		margin-right: 15px;
	}
	
	.index-item.review .comments-link,
	.index-item.article .comments-link {
		color: #000;
		text-decoration: underline;
		font-size: 12px; 
		line-height: 1.1;
	}
	
	.media-selector {
		text-transform: uppercase;
		text-align: right;
	}
	
		.media-selector span,
		.media-selector a {
    		border-left: 1px solid #939598;
    		border-right: 1px solid #939598;
			display: inline-block;
			padding: 5px 4px;
			margin-bottom: 3px;
			background-color: #FFF;
			text-align: center;
			color: #7f7f7f;
			text-decoration: none !important;
		}
		
		    .reviews .review .media-selector span,
            .reviews .review .media-selector a {
                background-color: #dadada;
            }
            
		
		    .media-selector span:first-child,
            .media-selector a:first-child {
                border-left: 0;
            }
            
            .media-selector span:last-child,
            .media-selector a:last-child {
                border-right: 0;
            }
            
            .media-selector a {
                color: #e40066;
                text-decoration: underline !important;
            }
            
            .media-selector a:hover,
            .reviews .review .media-selector a:hover {
                background-color: #000;
                border-color: #000;
                color: #FFF;
                text-decoration: underline !important;
            }
		
		.media-selector .current {
    		border: 0;
			display: inline-block;
			padding: 5px 7px;
			background-color: #000 !important;
			text-align: center;
			color: #FFF;
			margin: 0 -1px;
			position: relative;
			z-index: 10;
			text-decoration: none !important;
		}
		
.side-filter-form ul,
.side-filter-form ul.custom-select {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.side-filter-form ul.custom-select input {
		display: none;
	}
	
	.side-filter-form ul li a,
	.side-filter-form ul.custom-select label,
	.side-filter-form a.remove-filter {
    	color: #000;
    	cursor: pointer;
    	font-size: 14px;
		margin: 0;
		text-decoration: underline;
	}
	
	    .side-filter-form ul.custom-select label:hover {
    	    color: #e40066;
	    }
	    
	    .side-filter-form a.remove-filter {
    	    display: block;
    	    background: url('/static/site/img/icon-cross.png?a398adcf03e3') 99% 40% no-repeat;
	    }
	
.side-filter-form h2 {
	color: #e40066;
	font-family: 'Planer-Regular', 'Ubuntu', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
	
.side-filter-form h3 {
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

h3.inclappable {
	margin: 0 0 5px 0;
}

	h3.inclappable::before {
		content: "\f105";
		font-family: FontAwesome;
	}
	
	h3.inclappable + div ul {
		margin: 0;
		margin-bottom: 15px;
	}
	
		h3.inclappable + div ul a {
			color: #000;
			text-decoration: underline;
		}

.first-letter-field-container .custom-select li {
	display: inline-block;
	text-decoration: underline;
	margin: 1px 3px;
}

.pagination-bottom {
	text-align: center;
}

	.pagination-bottom a {
		color: #000;
		padding: 5px 10px;
		text-decoration: underline;
	}
	
	.pagination-bottom span {
		color: #e5007d;
		font-size: 30px;
		font-weight: 700;
	}
	
	.pagination-bottom span.current {
		font-weight: 700;
		color: #000;
		font-size: 16px;
        padding: 5px 10px;
	}
	
	.arrowRight {
		max-height: 13px;
		margin-left: 5px;
	}

.dots-pagination {
    vertical-align: bottom;
    letter-spacing: 3px;
    margin-right: -3px;
}

.socialShare {
	background-color: #dadada;
	padding: 40px 15px 15px;
	margin-top: 30px;
	position: relative;
}		
	
.assessments.widget td {
	padding: 2px 15px 2px 0;
}

.assessments.widget {
	position: relative;
}

	.movie-sidebar .media-selector {
		text-align: left;
		font-size: 14px;
		margin-top: 15px;
	}

	.assessments.widget .rating-number {
		position: absolute;
		top:-5px;
		right: 0;
		width: 35px;
		height: 35px;
		background: url('/static/site/img/badge-black.svg?1ae98f45fda5') no-repeat;
		background-size: cover;
		color: #ffffff;
		text-align: center;
		padding-top: 6px;
	}
	
	.assessments.widget a {
		color: #333;
	}
	
	#right-panel .inner .assessments h2 {
		color: #e40066;
		text-transform: uppercase;
		font-size: 21px;
		margin-top: 30px !important;
		padding-right: 45px;
	}
	
	.movie-sidebar .mini-reviews h2 {
		color: #e40066;
		text-transform: uppercase;
		font-size: 21px;
		margin-top: 30px !important;
	}

/* RATING RADIO => STARS */
.has-rating-widget {
    margin-bottom: 30px;
}

    .has-rating-widget .custom-select {
      list-style: none;
      padding: 0;
      position: relative;
      height: 12px;
      background-image: url('/static/site/img/star-empty.png?1ae98f45fda5');
      
      width: 60px;
    }
    
        .has-rating-widget.ten .custom-select {
          width: 120px;
        }
        
        .has-rating-widget .custom-select li {
          display: inline-block;
          padding: 0;
          margin: 0;
        }
        
            .has-rating-widget .custom-select input[type="radio"] {
              display: none;
            }
        
            .has-rating-widget .custom-select label {
              position: absolute;
              left: 0;
              top: 0;
              display: block;
              margin-top: 0;
              height: 12px;
              cursor: pointer;
              overflow: hidden;
              text-indent: -400px;
            }
            
                .has-rating-widget .custom-select input:checked + label {
                  background-image: url('/static/site/img/star-full.png?1ae98f45fda5');
                }
                
                .has-rating-widget .custom-select:hover input:checked + label {
                 background-image: none; 
                }
                
                .has-rating-widget .custom-select:hover input + label:hover {
                  background-image: url('/static/site/img/star-full.png?1ae98f45fda5');
                }
                
                .has-rating-widget .custom-select input[value="1"] + label {
                  width: 12px;
                  z-index: 20;
                }
                
                .has-rating-widget .custom-select input[value="2"] + label {
                  width: 24px;
                  z-index: 19;
                }
                
                .has-rating-widget .custom-select input[value="3"] + label {
                  width: 36px;
                  z-index: 18;
                }
                
                .has-rating-widget .custom-select input[value="4"] + label {
                  width: 48px;
                  z-index: 17;
                }
                
                .has-rating-widget .custom-select input[value="5"] + label {
                  width: 60px;
                  z-index: 16;
                }
                
                .has-rating-widget .custom-select input[value="6"] + label {
                  width: 72px;
                  z-index: 15;
                }
                
                .has-rating-widget .custom-select input[value="7"] + label {
                  width: 84px;
                  z-index: 14;
                }
                
                .has-rating-widget .custom-select input[value="8"] + label {
                  width: 96px;
                  z-index: 13;
                }
                
                .has-rating-widget .custom-select input[value="9"] + label {
                  width: 108px;
                  z-index: 12;
                }
                
                .has-rating-widget .custom-select input[value="10"] + label {
                  width: 120px;
                  z-index: 11;
                }
/* END: RATING RADIO => STARS */



.mini-reviews {
	margin-bottom: 50px;
}

.mini-review {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 0;
	border-bottom: 2px solid #000;
}
	
	.mini-review .userImg {
		position: absolute;
		top: -10px;
		right: 0;
	}
	
	.mini-review .userImg img {
		border-radius: 50px;
	}
	
	.mini-review .username {
		padding-right: 50px;
	}
	    
    	.mini-review .username a {
        	text-decoration: underline;
    	}
    	
	.readMore {
		color: #000;
		font-style: italic;
		text-decoration: underline;
	}



.top-box .page-title {
	display: inline-block;
	color: #e40066;
	position: absolute;
	padding-top: 9px;
}

.feature-image {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.data-box {
	background-color: #000;
	color: #fff;
	padding: 20px 30px 10px 30px;
	position: relative;
	font-size: 13px;
}

	.data-box .medium-icon {
		position: absolute;
		bottom: 52px;
		right: 10px;
	}

	.data-box .author-info {
		margin-top: 0;
	}

	.data-box a {
		color: #fff;
		text-decoration: underline;
	}
	
	.data-box .buy-now-text {
		background-color: transparent;
		color: #fff;
		padding-right: 45px;
	}
	
	.data-box .buy-now-text a {
		text-decoration: none !important;
	}
	
	.data-box .button-buy-now {
		right: -40px;
		bottom: 15px;
	}
	
	.data-box .total-rating {
		margin-left: 5px;
	}
	
	.data-box .total-rating-text {
		display: inline-block;
		color: #e40066;
		font-size: 20px;
		text-transform: uppercase;
		margin: 10px 0 0 0;
	}


.movie-detail .movie-detail-block,
.comments-container {
    padding: 30px 50px;
}

    .movie-detail .movie-detail-block p,
    .comments-container p {
        font-size: 14px;
        line-height: 20px;
    }
    
        .movie-detail .movie-detail-block h3:first-of-type,
        .movie-detail .movie-detail-block p:first-of-type,
        .comments-container h3:first-of-type,
        .comments-container p:first-of-type {
            margin-top: 0;
        }
        
        .movie-detail-block h3 {
            position: relative;
            z-index: 1;
        }
        
#filmspecs-container {
    padding: 30px;
}

.traderlist {
    font-size: 14px;
}

    .traderlist .header-row {
        background-color: #000;
        color: #FFF;
        padding: 5px 0;
        margin-bottom: 15px;
    }
    
    .traderlist .trader {
        border-top: 1px solid #b8babf;
        padding: 5px 0;
    }
    
        .traderlist .trader:first-of-type {
            border: 0;
        }
        
        .traderlist .trader:nth-of-type(2n+0){
            background-color: #ededed;
        }
        
        .traderlist .trader .col-name,
        .traderlist .trader .col-rating,
        .traderlist .trader .col-addreview {
            padding-top: 5px;
        }
        
            .traderlist .trader .col-addreview a {
                color: #000;
                text-decoration: underline;
            }
            
body form#editable-toolbar, body form.editable-form, body a.editable-link {
  font: 10px arial, helvetica, "sans serif" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  background: rgba(128, 150, 250, .85) !important;
  box-shadow: none !important;
  border: 1px solid #223388 !important;
}

    body form.editable-form {
        top: 100px;
    }
    
        body form.editable-form .btn.primary {
            padding-left: 35px;
        }

body form#editable-toolbar {
  border-top: none !important;
  border-left: none !important;
  border-bottom-right-radius: 4px ! important;
  margin-top: 0 !important;
  z-index: 999;
}

body a.editable-link {
  border-radius: 4px !important;
  opacity: 0;
}

body div.editable-original:hover + .editable-link, body a.editable-link:hover {
  opacity: 1;
}

#background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    
    #background-overlay {
        min-height: 100%;
    }
    
        #background-overlay td a {
            position: fixed !important;
            height: 100% !important;
        }

/* COMMENTS -> MINI REVIEW LARGE */

    .forum-reviews {
        padding: 15px 50px;
        position: relative;
    }
    
        .forum-reviews .forum-reviews_review {
            border-bottom: 2px solid #000;
            padding: 15px;
            padding-bottom: 0;
        }
        
            .forum-reviews .forum-reviews_review p.username {
                margin-top: 0;
            }
            
            .forum-reviews .forum-reviews_review a.readMore {
                display: block;
                margin-top: 15px;
            }
            
    

/* END: COMMENTS -> MINI REVIEW LARGE */  
                 
    /* BEGIN of mobile devices custom style */
    
    @media screen and (max-width: 767px) {
    	
    	#top #site-search {
        	padding: 0 15px;
    	}
    	
    	    #top #site-search #site-search-button {
        	    right: 30px;
    	    }
    	    
    	#social-buttons {
	    	margin-top: 15px;
	    	margin-bottom: 30px;
    	}
    	#homeMain,
		.page-content {
			padding: 30px 0;
		}
		
		.page-title .aligned {
			display: block;
			margin: 0 5px;
		}
		
		.top-box .page-title {
    		position: relative;
		}
		
		.sortingBlock {
			width: auto;
			display: block;
			text-align: left;
		}
		
		.media-selector {
			margin-top: 10px;
			text-align: left;
		}
		
		.login-form table td {
			display: block;
			width: 100%;
		}
		
		.review-list-image {
    		display: block;
    		margin-bottom: 15px;
    		text-align: center;
		}
		
		.index-item.review .ratings {
            text-align: left;
            margin-bottom: 15px;
		}
		
		.specs-block {
    		border: 0 !important;
            border-top: 2px solid #000 !important;
            padding-top: 15px;
            padding-bottom: 15px;
		}
		
		    .specs-block:first-of-type {
    		    border: 0 !important;
		    }
		    
		    .specs-block:last-of-type {
    		    padding-bottom: 0;
		    }
		
		.middleTab {
			margin: 15px 0;
		}
		
		.middleTab th,
		.middleTab td {
			padding-left: 0;
			padding-right: 20px;
		}
		
		#id_ordering {
    		margin-top: 5px;
		}
		
		.page-title .small {
    		margin-top: 0;
		}
		
		h2.review-detail {
    		line-height: auto;
		}
    		
    		h2.review-detail .small.right {
        		display: block;
        		float: none;
        		padding: 5px 0;
        		text-align: center;
    		}
    		
        .sitemap-block {
            border: 0;
        }
        
        #background-container {
            display: none;
        }
    }
    
    /* END of mobile devices custom style */
    
    
    /* BEGIN of non-mobile devices custom style */
    
    @media screen and (min-width: 768px) {
        
        .no-padding-left {
            padding-left: 0;
        }
        
        .no-padding-right {
            padding-right: 0;
        }
        	
    }
    
    /* END of non-mobile devices custom style */

/* END OF STRUCTURE */


/* BEGIN OF BOOTSTRAP OVERWRITE */

@media screen and (min-width: 992px) and (max-width: 1200px) {
	
	
	nav#primary {
    	padding-left: 200px;
	}
	
	#logo img {
    	max-width: 200px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	#logo img {
    	max-width: 200px;
	}
}

/** Bootstrap 5 column overwrite **/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* END OF BOOTSTRAP OVERWRITE */

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* UTILITY */
.p-l-0 {
  padding-left: 0px;
}
