/*
FILMPUNKTEN
*/

@font-face {
    font-family: 'guilty_treasureregular';
    src: url('guilty_treasure-webfont.eot');
    src: url('guilty_treasure-webfont.eot?#iefix') format('embedded-opentype'),
         url('guilty_treasure-webfont.woff2') format('woff2'),
         url('guilty_treasure-webfont.woff') format('woff'),
         url('guilty_treasure-webfont.ttf') format('truetype'),
         url('guilty_treasure-webfont.svg#guilty_treasureregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.rubrik2 {
	color: #000000;
	background-color: #F0F0F0;
	font-size: 8pt;
	font-weight: bold;
}



body {
	background-color: #fff;
	padding: 0;
	font-family: arial;
	color: #000;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

.lank {
    color: #990000;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 11px;
    margin-left: 5px;
}

.small {
    font-size: 0.8em;
}


h1, h2 {
    letter-spacing: 2.5px;
    font-family: guilty_treasureregular, sans-serif;
}

.meta {
	color: #666;
	font-size: 0.8em;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
}

.sbar {
	height: 40px;
	border-radius: 8px 0px 0px 8px;
	font-size: 1.2em;
	padding: 4px 10px;
	border: 0px;
	background-color: #eee;
}

.search-inline {
    position: relative;
    float: left;
	margin-top: 0px;
}

.sbutton {
	height: 40px;
	width: 80px;
	border-radius: 0px 8px 8px 0px;
	padding: 4px 6px;
	border: 0px;
	color: #222;
	background: -webkit-linear-gradient(#eee, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #ccc); /* Standard syntax */
}

.sbutton:hover {
	color: #fff;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
}

.sbutton:active {
	color: #fff;
	background: #222;
}

.footer a {
	color: #990000;
	text-decoration: underline;
}

.footer a:hover {
	color: #000;
}

.breadcrumbs {
    margin: 25px 0px 15px 0px;
    color: #666;
}

.breadcrumbs a {
    margin: 15px;
    color: #666;
    font-size: 0.8em;
}


.bevaka {
	color: #fff;
    font-size: 0.9em;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
    border-radius: 5px;
    padding: 10px;
    line-height: 40px;
}

.inputtext {
    cursor: pointer;
	color: #222;
    font-size: 0.85em;
    height: 40px;
    width: 300px;
    margin: 5px 10px;
    padding: 5px;
    border: 0px;
    border-radius: 8px;
	background: -webkit-linear-gradient(#eee, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #ccc); /* Standard syntax */
}

.inputsubmit {
    cursor: pointer;
	color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 40px;
    margin: 5px 10px;
    border: 0px;
    border-radius: 8px;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
}


.kommentartext {
	font-size:1.7em;
	color: #222;
    height: 40px;
    width: 340px;
    margin: 5px 10px;
    padding: 5px;
    border: 0px;
    border-radius: 8px;
	background: -webkit-linear-gradient(#eee, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #ccc); /* Standard syntax */
}


.overlay{
    opacity:0.9;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    display:none;
}

.kommenteraknapp {
  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #c7c7c7, #858585);
  background-image: -moz-linear-gradient(top, #c7c7c7, #858585);
  background-image: -ms-linear-gradient(top, #c7c7c7, #858585);
  background-image: -o-linear-gradient(top, #c7c7c7, #858585);
  background-image: linear-gradient(to bottom, #c7c7c7, #858585);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 20px 3px 20px;
  text-decoration: none;
}

.kommenteraknapp:hover {
  background: #5e5c5e;
  background-image: -webkit-linear-gradient(top, #5e5c5e, #728591);
  background-image: -moz-linear-gradient(top, #5e5c5e, #728591);
  background-image: -ms-linear-gradient(top, #5e5c5e, #728591);
  background-image: -o-linear-gradient(top, #5e5c5e, #728591);
  background-image: linear-gradient(to bottom, #5e5c5e, #728591);
  text-decoration: none;
}



.morecontent span {
    display: none;
}

.comment {
}

.indrag {
    margin: 5px 10px;
    padding: 5px;
}


#betygmeny {
    position: absolute;
}


 .tooltip {
                display: none;
                position: absolute;
                border: 1px solid #333;
                background-color: #161616;
                border-radius: 5px;
                padding: 10px;
                color: #fff;
                font-size: 12px Arial;
            }



/* MOVIE global-style */


.movie-header {
	position: relative;
	width: 300px;
	height: 180px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	margin-top: 15px;
    float: right;
}

.movie-header-img {
	height: 180px;
    opacity: 0.7;
    cursor:pointer;
}

.movie-header-img:hover {
	background-color: #990000;
    opacity: 1;
}

.trailer-play {
	position: absolute;
    top: 45px;
    left: 105px;
    width: 80px;
    height: auto;
}

.movie-info-box {
	position: relative;
	height: 190px;
    width: 680px;
    border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 15px;
    float: left;
}


.storyline {
	position: relative;
    width: 100%;
	margin-top: 15px;
    float: left;
}

.storyline p {
	font-family: arial, sans-serif;
    font-size: 1.2em;
}

span.handling {
	color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #000;
    border-radius: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.movie-cover-img {
    position: absolute;
    top: 25px;
    left: 15px;
    margin-right: 15px;
    border: 1px solid #666;
}

.movie-info-diagram {
	position: absolute;
    bottom: 20px;
    left: 150px;

}

.diagram {
    font-size: 0.8em;
    color: #666;
	text-align: left;
    line-height: 1.6em;
    padding-right: 20px;
    border: 0px;
    z-index: 1;
}

.diagram:hover, .movie-info-diagram tr:hover {
    background-color: #fff;
}


.shop-link {
    position: absolute;
    top: 10px;
    left: 150px;
    margin: 15px 0px 30px 0px;
    border-radius: 8px;
    padding: 10px 15px;
    border: 0px;
    color: #cc0000;
    background: #eee;
    z-index: 2;
}
.shop-link:hover {
    background: #f1f1f1;
    text-decoration: underline;
}


.moviewatch {
	position: relative;
    width: 100%;
	margin-top: 15px;
    float: left;
}

.streaming {
	color: #fff;
    font-size: 0.8em;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
    border-radius: 5px;
    padding: 10px;
    line-height:40px;
    text-transform: uppercase;
}

.streama {
	color: #666;
    font-size: 1em;
    background-color: #eee;
    border-radius: 8px 0px 0px 8px;
    padding: 10px;
    margin-right: 5px;
}


/* MOVIELIST global-style */

.movielist-container {
    min-height: 250px;
}

.movielist th {
    color: #000;
    font-size: 0.9em;
    text-align: left;
    height: 45px;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 8px 8px 0px 0px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.movielist100-container {
    min-height: 250px;
}

.movielist100 th {
    color: #000;
    font-size: 0.9em;
    text-align: left;
    height: 45px;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 8px 8px 0px 0px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table, tr {
    border-spacing: 0px;
}

tr:hover {
    background: #fafafa;
}

td {
    height: 45px;
    padding: 10px;
    font-size: 0.9em;
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
}

td.list {
    font-size: 0.9em;
    margin: 0px;
}

td.list-hidden {
    font-size: 0.9em;
    margin: 0px;
    display:none;
}

td.list-center-bold {
    font-weight: bold;
    width: 40px;
    margin: 0px;
    text-align: center;
}

td.list-more {
    text-align: left;
    width: 20px;
    margin: 0px;
}

td.list-more a {
    color: #990000;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 11px;
    margin-left: 5px;
}


/* COMMENTS global-style */

.comment-area {
	display: block;
    clear: both;
}


.member-avatar {
	width: 60px;
    height: 60px;
    border-radius: 30px;
}

.member-meta {
    font-size: 0.8em;
    color: #999;
    line-height: 1.4em;
}


/* NEWS global-style */

.bignews-vinjett {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
	background-color: #000;
	opacity: 0.8;
	padding: 5px 15px;
    border-radius: 0px 0px 8px 0px;
    max-width: 140px;
}

.bignews-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    background: #000;
	opacity: 0.7;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h2.bignews {
    color: #fff;
    font-size: 2.6em;
    line-height: 1em;
    padding: 5px 25px 0px 15px;
    font-family: guilty_treasureregular;
}

h2.bignews:hover, p.bignews:hover  {
    text-decoration: underline;
}

.bignews-content a {
	color: #fff;
}

p.bignews {
	font-family: arial;
	font-size: 1em;
	color: #fff;
    padding: 0px 15px;
}

.smallnews {
	background-size: 500px auto;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.smallnews h2 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #fff;
	font-size: 1.5em;
    background: #000;
	opacity: 0.7;
	padding: 5px 10px;
    border-radius: 0px 8px 8px 0px;
    font-family: guilty_treasureregular;
}

.smallnews h2:hover {
	text-decoration: underline;
}

.smallnews a, .smallnews-pad a {
	color: #fff;
}

.genres-groups p {
	line-height: 1em;
	margin-bottom: 5px;
}

.presentation-photo p {
	line-height: 1em;
	margin-bottom: 5px;
}

a.more {
	color: #990000;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
	margin-left: 5px;
	font-size: 0.9em;
}


/* ADVERTISING global-style */

.top-advertising {
	background-color: transparent;
	width: 100%;
	min-height: 200px;
}

.advert-area {
	float: left;
	width: 100%;
	min-height: 100px;
	margin-top: 25px;
}


/* TAGS global-style */

.tag {
	background: #eee;
	border-radius: 4px;
	padding: 4px 6px;
	margin-left: 5px;
	font-size: 0.9em;
}

.grade-tag {
	background: #eee;
	background-image: url('gradegrey.png');
    background-repeat: no-repeat;
    background-position: 4px 6px; 
	border-radius: 4px;
	padding: 4px 6px 4px 15px;
	margin-left: 5px;
	font-size: 0.9em;
}

.genres {
	margin-top: 25px;
	padding-top: 385px;
	padding-left: 15px;
}

.genre-tag a {
	color: #fff;
}


/* MEMBER-GRADE-CONTAINER global-style */

.member-grade-container {
	margin-top: 35px;
}

.member-grade {
	float: left;
	width: 25%;
	font-size: 0.9em;
	padding-bottom: 8px;
}

.member-grade a {
	color: #990000;
	font-weight: bold;
}

.member-grade-star {
	width: 15px;
}

.grade-cover {
	width: 50px;
}

/* SITE MARKETING global-style */

.marketing {
	position: relative;
	float: left;
    background: -webkit-linear-gradient(#f3f3f3, #f1f1f1);
	border-radius: 8px;
	width: 100%;
	min-height: 130px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.marketing p {
	font-size: 1em;
	line-height: 1em;
	margin: 5px 0px 10px 0px;
	padding-left: 15px;
	padding-right: 20px;
}

.marketing h3 {
	margin: 10px 15px 0px 15px;
    font-size: 1.6em;
}

.marketing a.arrow {
	color: #990000;
	font-weight: bold;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
	margin-left: 0px;
}


.close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background-image: url('close.png');
    background-size: 20px 40px;
    background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	cursor:pointer;
}

.close:hover {
       background-position: 0 -20px;
}

.trailer-link {
	display: block;
	background: url('play.png') no-repeat;
    background-size: 20px 40px;
	height: 20px;
	width: 20px;
}

.trailer-link:hover {
       background-position: 0 -20px;
}

.stargrade {
	display: inline-block;
	background: url('stargrade.png') no-repeat;
    background-size: 20px 40px;
	height: 20px;
	width: 20px;
    margin-bottom: -4px;
    cursor:pointer;
}
.stargrade_hover {
	display: inline-block;
	background: url('stargrade.png') no-repeat;
    background-size: 20px 40px;
	height: 20px;
	width: 20px;
    margin-bottom: -4px;
    background-position: 0 -20px;
    cursor:pointer;
}

/* MOBILE MENU global-style */

.mobile-touch-menu-list {
    background-color: #660000;
}

.mobile-touch-menu-list ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    margin-left: -40px;
}

.mobile-touch-menu-list ul li {
    background-color: #cc0000;
    color: #fff;
    height: 50px;
    margin: 0px;
    padding-left: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.mobile-touch-menu-list ul li:hover {
    background-color: #ee0000;
    cursor: pointer;
    text-decoration: none;
}

.mobile-touch-menu-list ul li a {
    display: block;
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}

.mobile-touch-menu-list ul li a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
}


/* SECOND NAVIGATION MENU global-style */

.second-navigation {
	background-color: transparent;
	width: 100%;
	height: 45px;
	text-align: center;
}

ul.second-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.second-nav li {
    display: inline-block;
}

ul.second-nav a {
	font-family: arial;
	font-size: 0.8em;
	color: #222;
    display: block;
    min-width: 110px;
	padding: 15px;
	text-decoration: none;
	text-align: center;
}

ul.second-nav a:hover {
	text-decoration: underline;
}

/* LOGIN CORNER global-style */

ul.corner-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.corner-nav li {
    display: inline-block;
}

ul.corner-nav a {
	font-family: arial;
	font-size: 0.8em;
	color: #222;
    display: block;
    min-width: 60px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

ul.corner-nav a:hover {
	text-decoration: underline;
}

a.redbutton {
	color: #fff;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
	border-radius: 8px;
    text-align: center;
    padding: 10px;
    line-height: 40px;
    cursor:pointer;
}

a#login-link {
	color: #fff;
	background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc0000, #660000); /* Standard syntax */
	border-radius: 4px 0px 0px 4px;
	margin-left: 15px;
	margin-right: -2px;
}

a#login-link-fb {
	color: #fff;
	background: -webkit-linear-gradient(#6699cc, #0066cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#6699cc, #0066cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6699cc, #0066cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#6699cc, #0066cc); /* Standard syntax */
	border-radius: 0px 4px 4px 0px;
	margin-left: -1px;
}





/* ============================= SMALL MODE ============================= */

@media screen and (max-width:650px) {

	.everything {
		background-color: #fff;
		position: absolute;
		top: 10px;
		left: 0%;
		margin-left: 0px;
		margin-bottom: 0px;
		min-height: 800px;
	}
	
	.header {
		position: relative;
		min-height: 110px;
        width: 100%;
	}
	
	.logo {
		margin-left: 15px;
		margin-top: 20px;
		width: 180px;
	}

	.logotext {
		position: absolute;
		bottom: -20px;
		right: 0px;
		font-size: 0.8em;
        padding: 5px 0px;
		color: #000;
		width: 40%;
        color: #888;
        max-width: 120px;
	}
	
	.login-corner {
		display: none;
	}
	
	.bubble {
		display: none;
	}
	
	.searchbar {
		display: none;
	}

	
	/* NAVIGATION MENUES */

	.main-navigation {
		display: none;
	}

	.mobile-menu {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#cc0000, #660000); /* Standard syntax */
	}
	
	.touch-menu {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 80px;
		height: 50px;
		margin: 0px;
		background-image: url("mobmenu.png");
        background-size: 40px auto;
        background-position: 10px 5px;
		background-repeat: no-repeat;
		z-index: 2;
	}
	
	.touch-search {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 80px;
		height: 50px;
		margin: 0px;
		background-image: url("mobsearch.png");
        background-size: 50px auto;
        background-position: top right;
		background-repeat: no-repeat;
		z-index: 2;
	}


    /* MOVIE small mode */
    
    h1.film-title {
        font-family: guilty_treasureregular, sans-serif;
        font-size: 2.3em;
        margin: 0px 15px;
        color: #000;
    }
    
    .movie-mobile-info {
    	display:block;
        position: relative;
        min-height: 80px;
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-top: 15px;
        float: left;
    }
    .mob-diagram {
        margin: 5px;
    }
    
    .mob-grading {
        margin: 15px;
    }
    
    .mobmidgrade {
        font-size: 1.4em;
        font-weight: bold;
        background: -webkit-linear-gradient(#660000, #cc0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .mob-shop-container {
        margin: 25px 15px;
    }
    
    .mob-shop-link {
        margin: 15px 0px 50px 0px;
        border-radius: 8px;
        padding: 10px 15px;
        border: 0px;
        color: #cc0000;
        background: #eee;
        z-index: 2;
    }
    
    .movie-info-box {
        display: none;
    }
        
    .movie-grade-box {
        position: absolute;
        bottom: 35px;
        left: 5px;
        max-width: 120px;
        text-align: center;
        z-index: 3;
    }
    .movie-grade {
        font-size: 3em;
        font-weight: bold;
        background: -webkit-linear-gradient(#660000, #cc0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .movie-cover-img {
        display: none;
        opacity: 0.0;
    }
    
    .movie-header {
        position: relative;
        width: 300px;
        height: 180px;
        background: #fff;
        overflow: hidden;
        border-radius: 8px;
        margin-top: 15px;
        margin-left: 10px;
        float: left;
    }
    .movie-header-img {
        height: 180px;
        opacity: 0.7;
        cursor:pointer;
    }
    
    .storyline {
        padding: 10px;
        font-size: 0.9em;
        max-width: 90%;
    }
    


    
    /* MOVIE-LIST small mode */

    .movielist {
        background-color: transparent;
        width: 100%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }
  
   
    .movielist th {
        border-radius: 0px 0px 0px 0px;
    }
    
    /* COMMENTS small mode */
    
    .comment-member {
        display: block;
        float: left;
        padding: 10px;
        text-align: center;
        width: 100%;
        height: 150px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
    .comment-view {
        display: block;
        float: left;
        clear: right;
        max-width: 90%;
        min-height: 50px;
        padding: 0px 10px;
        margin: -20px 0px 10px 0px;
        border-top: 0px;
    }
    .comment-view p {
        font-size: 0.95em;
        line-height: 1.4em;
    }

    
    .movielist100 {
        background-color: transparent;
        width: 100%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }

	/* NEWS small mode */

	div.bignews {
		display: none;
	}


	div.kommande {
		position: relative;
		float: left;
		width: 100%;
	}

	.bignews-mob {
		position: relative;
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	
	.bignews-mob-vinjett {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
        z-index: 2;
        background-color: #000;
        opacity: 0.8;
        border-radius: 0px 0px 8px 0px;
	}

	.bignews-mob-content {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
        background-color: #000;
        opacity: 0.7;
	}
    
	p.bignews {
		font-family: arial;
		font-size: 0.8em;
		color: #fff;
	}
    
	h2.bignews {
        font-size: 1.6em;
		line-height: 1em;
        margin: 5px 0px 0px 0px;
        font-family:guilty_treasureregular;
	}
	
	.smallnews {
		display: none;
	}
	
	.smallnews-pad {
		display: none;
	}
	
	.smallnews-mob {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
    
	.smallnews-mob:hover {
		cursor: pointer;
	}
	
	.smallnews-mob img {
		width: 100%;
	}
	
	.smallnews-mob h2 {
		position: absolute;
		bottom: 15px;
		left: 0px; 
		padding: 10px 10px;
		background: #000;
        color: #fff;
		opacity: 0.8;
		font-size: 1.2em;
        border-radius: 0px 8px 8px 0px;
	}

	.smallnews-mob a {
		color: #fff;
	}
	
	.member-grade {
		float: left;
		width: 100%;
		font-size: 0.9em;
		padding: 8px 15px;
	}
	
	.genres-groups {
		position: relative;
		float: left;
		width: 100%;
		min-height: 200px;
		padding: 10px 15px;
		text-align: left;
		line-height: 40px;
	}
	
	.genre-tag {
		background: #990000;
		border-radius: 4px;
		padding: 8px 10px;
		margin-right: 5px;
		font-size: 0.9em;
	}

	.presentation-photo {
		position: relative;
		float: left;
		width: 50%;
		min-height: 200px;
		padding: 10px 15px;
		text-align: left;
		line-height: 40px;
	}
	
	.footer {
		width: 100%;
		float: left;
		background-color: #eee;
		border-radius: 0px;
		min-height: 150px;
	}

	.footer-column1, .footer-column2 {
		width: 100%;
		float: left;
		min-height: 80px;
		font-size: 0.9em;
    	text-align: center;
	}
	
	.footer-column2 {
		text-align: center;
		padding-bottom: 60px;
		margin-bottom: 0px;
	}
	
	.footer-column1 p, .footer-column2 p {
		padding: 5px 15px 5px 15px;
	}

	/* Kristoffers */
	
	.trailer {
		position: fixed;
		top: 100;
		left: 0;
		z-index:100000;
		display:none;
	}

	.comment-area {
		width:90%;
	}

	.second-navigation {
		display:none;
	}


}


/* ============================= MEDIUM MODE ============================= */

@media screen and (min-width:651px) and (max-width:1020px) {

	.everything {
		background-color: #fff;
		position: absolute;
		top: 10px;
		left: 0%;
		margin-left: 0px;
		margin-bottom: 0px;
		width: 100%;
		min-height: 800px;
	}
	
	.header {
		position: relative;
		min-height: 60px;
		padding: 20px;
	}
	
	.logo {
		margin-left: 0px;
		margin-top: 20px;
		width: 200px;
	}

	.logotext {
		font-size: 0.9em;
		color: #888;
		margin-left: 0px;
	}
	
	.login-corner {
		position: absolute;
		top: 0px;
		right: 15px;
	}
	
	.bubble {
		display: none;
	}
	
	.searchbar {
		position: absolute;
		top: 40px;
		right: 10px;
		border-radius: 4px;
		padding: 4px 6px;
		font-size: 0.8em;
		color: #444;
	}

	
	/* NAVIGATION MENUES medium mode */

	.main-navigation {
		background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#cc0000, #660000); /* Standard syntax */
		width: 100%;
		height: 42px;
		border-bottom: 1px solid #000;
		border-radius: 0px;
		margin-left: 0px;
	}

	ul.main-nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.main-nav li.menuli {
		display: inline-block;
	}

	ul.main-nav a {
		font-family: arial;
		font-size: 0.9em;
		color: #eee;
		display: block;
		min-width: 110px;
		padding: 13px 20px 13px 20px;
		margin-right: -4px;
		text-decoration: none;
		text-align: center;
	}

	ul.main-nav a:hover {
		background-color: #cc0000;
	}

	ul.main-nav a#active-end {
		background-color: #660000;
		border-radius: 0px;
	}

	ul.main-nav a#active {
		background-color: #660000;
	}
	
	.start {
		display: none;
	}
	
	.mobile-menu, .touch-menu, .touch-search, .mobile-touch-menu-list {
		display: none;
	}

   
    /* MOVIE medium mode */
    
    h1.film-title {
        font-family: guilty_treasureregular, sans-serif;
        font-size: 2.8em;
        margin: 0px 15px;
        color: #000;
    }

 .movie-mobile-info {
        display: none;
    }
    
    .movie-info-box {
        position: relative;
        height: 190px;
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-top: 15px;
        float: left;
    }
    
    .movie-grade-box {
        position: absolute;
        bottom: 35px;
        right: 40px;
        max-width: 120px;
        text-align: center;
    }
    .movie-grade {
        font-size: 4em;
        font-weight: bold;
        background: -webkit-linear-gradient(#660000, #cc0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .movie-header {
        position: relative;
        width: 300px;
        height: 180px;
        background: #fff;
        overflow: hidden;
        border-radius: 8px;
        margin-top: 15px;
        margin-left: 15px;
        float: left;
    }
    .movie-header-img {
        height: 180px;
        opacity: 0.7;
        cursor:pointer;
    }
    
    .storyline {
        padding: 15px;
        max-width: 95%;
    }

    /* MOVIE-LIST medium mode */

    .movielist {
        background-color: transparent;
        width: 100%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }

    .movielist100 {
        background-color: transparent;
        width: 100%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }


    
    /* COMMENTS medium mode */
    
    .comment-member {
        display: block;
        float: left;
        padding: 15px;
        text-align: center;
        width: 20%;
        height: 150px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
    .comment-view {
        display: block;
        float: left;
        clear: right;
        width: 70%;
        min-height: 150px;
        padding: 15px;
        border-top: 1px solid #ccc;
        border-radius: 0 8px 0 0;
    }
    .comment-view p {
        font-size: 1.1em;
        line-height: 1.4em;
    }



	/* NEWS medium mode */
	
	.bignews {
		position: relative;
		float: left;
		width: 100%;
	}

	div.kommande {
		position: relative;
		float: left;
		width: 100%;
	}
	
	.bignews-mob {
		display: none;
	}
	
	.bignews-content {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
	}

	.bignews h2 {
		font-family: guilty_treasureregular, arial;
		font-size: 1.8em;
		color: #fff;
	}
    
	.bignews h2:hover {
		text-decoration: underline;
	}
	
	.smallnews {
		display: none;
	}
	
	.smallnews-pad {
		position: relative;
		float: left;
		width: 50%;
		margin: 5px 0px 5px 0px;
		background: #333;
	}
	
	.smallnews-pad h2 {
		color: #fff;
		font-size: 1.3em;
		padding: 5px 10px;
		font-family: guilty_treasureregular;
	}
    
	.smallnews-pad h2:hover {
		text-decoration: underline;
	}
	
	.smallnews-pad a {
		color: #fff;
	}

	.smallnews-mob {
		display: none;
	}
	
	.member-grade {
		float: left;
		width: 50%;
		font-size: 0.9em;
		padding-bottom: 8px;
	}
	
	.genres-groups {
		position: relative;
		float: left;
		width: 100%;
		min-height: 200px;
		padding: 10px 15px;
		text-align: left;
		line-height: 40px;
	}
    
	.genre-tag {
		background: #990000;
		border-radius: 4px;
		padding: 8px 8px;
		margin-right: 5px;
		font-size: 0.9em;
	}

	.presentation-photo {
		position: relative;
		float: left;
		width: 50%;
		min-height: 200px;
		padding: 10px 15px;
		text-align: left;
		line-height: 40px;
	}
	
	.footer {
		width: 100%;
		float: left;
		background-color: #eee;
		border-radius: 0px;
		min-height: 150px;
	}

	.footer-column1, .footer-column2 {
		width: 100%;
		float: left;
		min-height: 80px;
		font-size: 0.9em;
    	text-align: center;
	}
	
	.footer-column2 {
		text-align: center;
		padding-bottom: 60px;
		margin-bottom: 0px;
	}
	
	.footer-column1 p, .footer-column2 p {
		padding: 5px 15px 5px 15px;
	}


	/* Kristoffers */
	
	.trailer {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index:100000;
		display:none;
	}

	.person_vanster {
		float:left;
		width:30%;
	}
	
	.person_hoger {
		float:left;
		width:70%;
	}


}


/* ============================= BIG MODE ============================= */

@media screen and (min-width:1021px) {

	.everything {
		background-color: #fff;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -500px;
		margin-bottom: 80px;
		width: 1000px;
		min-height: 800px;
	}
	
	.header {
		position: relative;
		min-height: 60px;
		padding: 20px;
	}
	
	.logo {
		margin-left: -7px;
	}

	.logotext {
		font-size: 0.95em;
		color: #999;
		margin-left: -7px;
	}
	
	.login-corner {
		position: absolute;
		top: 20px;
		right: 0px;
	}
	
	.bubble {
		position: absolute;
		top: 20px;
		left: 290px;
		background: #eee;
		border-radius: 4px;
		padding: 4px 6px;
		font-size: 0.8em;
		color: #999;
	}
	
	.searchbar {
		position: absolute;
		top: 70px;
		right: 0px;
		border-radius: 4px;
		padding: 4px 6px;
		font-size: 0.8em;
		color: #444;
	}
	
	
	/* NAVIGATION MENUES */

	.main-navigation {
		background: -webkit-linear-gradient(#cc0000, #660000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#cc0000, #660000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#cc0000, #660000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#cc0000, #660000); /* Standard syntax */
		width: 100%;
		height: 42px;
		border-bottom: 1px solid #000;
		border-radius: 8px;
		margin-left: 1px;
	}

	ul.main-nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.main-nav li {
		display: inline-block;
	}

	ul.main-nav a {
		font-family: arial;
		font-size: 0.9em;
		color: #eee;
		display: block;
		min-width: 110px;
		padding: 13px 20px 13px 20px;
		margin-right: -4px;
		text-decoration: none;
		text-align: center;
	}

	ul.main-nav a:hover {
		background-color: #cc0000;
	}

	ul.main-nav a#active-end {
		background-color: #660000;
		border-radius: 8px 0px 0px 8px;
	}

	ul.main-nav a#active {
		background-color: #660000;
	}
	
	.mobile-menu, .touch-menu, .touch-search, .mobile-touch-menu-list {
		display: none;
	}


    /* MOVIE big mode */
    
    h1.film-title {
        font-family: guilty_treasureregular, sans-serif;
        font-size: 3.4em;
        margin: 0px 15px;
        color: #000;
    }

 .movie-mobile-info {
        display: none;
    }
    
    .movie-info-box {
        position: relative;
        height: 190px;
        width: 680px;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin-top: 15px;
        float: left;
    }
    
    .movie-grade-box {
        position: absolute;
        bottom: 20px;
        left: 540px;
        max-width: 120px;
        text-align: center;
    }
    .movie-grade {
        font-size: 4em;
        font-weight: bold;
        background: -webkit-linear-gradient(#660000, #cc0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .movie-header {
        position: relative;
        width: 300px;
        height: 180px;
        background: #fff;
        overflow: hidden;
        border-radius: 8px;
        margin-top: 15px;
        float: right;
    }
    .movie-header-img {
        height: 180px;
        opacity: 0.7;
        cursor:pointer;
    }


    /* MOVIE-LIST big mode */

    .movielist {
        background-color: transparent;
        width: 50%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }


    .movielist100 {
        background-color: transparent;
        width: 100%;
        margin: 15px 0px 25px 0px; 
        float: left;
    }



   /* COMMENTS big mode */
    
    .comment-member {
        display: block;
        float: left;
        padding: 15px;
        text-align: center;
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
    .comment-view {
        display: block;
        float: left;
        clear: right;
        width: 750px;
        min-height: 150px;
        padding: 15px;
        border-top: 1px solid #ccc;
    }
    .comment-view p {
        font-size: 1.2em;
        }



    
	/* NEWS big mode */
	
	div.bignews {
		position: relative;
		float: left;
		width: 700px;
	}

	div.kommande {
		position: relative;
		float: left;
		width: 700px;
	}
	
	.bignews-mob {
		display: none;
	}

	.smallnews {
		position: relative;
		float: left;
		width: 50%;
		height: 250px;
		margin: 25px 0px 25px 0px;
	}
	
	.smallnews-pad {
		display: none;
	}
	
	.smallnews-mob {
		display: none;
	}

	.member-grade {
		float: left;
		width: 25%;
		font-size: 0.9em;
		padding-bottom: 8px;
	}	
	
	.genres-groups {
		position: relative;
		float: left;
		width: 300px;
		min-height: 400px;
		padding-top: 10px;
		text-align: right;
		line-height: 40px;
	}
	
	.genre-tag {
		background: #990000;
		border-radius: 4px;
		padding: 4px 6px;
		margin-left: 5px;
		font-size: 0.9em;
	}
	

	.presentation-photo {
		position: relative;
		float: left;
		width: 250px;
		min-height: 300px;
		padding-top: 10px;
		text-align: right;
		line-height: 40px;
	}
	
	.footer {
		width: 100%;
		float: left;
		background-color: #eee;
		border-radius: 8px;
		min-height: 200px;
	}

	.footer-column1 {
		width: 470px;
		float: left;
		min-height: 180px;
		font-size: 0.9em;
	}
	
	.footer-column2 {
        width: 470px;
        float: right;
        min-height: 180px;
        font-size: 0.9em;
		text-align: right;
	}
	
	.footer-column1 p, .footer-column2 p {
		padding: 15px;
	}
	
	/* Kristoffers */
	
	.trailer {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index:100000;
		display:none;
	}
	
	.person_vanster {
		float:left;
		width:20%;
	}
	
	.person_hoger {
		float:left;
		width:80%;
	}





}








