/* --- --------------------------------------------------------------- --- */
/* ---                                                                 --- */
/* --- Project: cineimage                                              --- */
/* --- Date:    Nov 2011                                               --- */
/* --- Module:  cms stylesheet                                         --- */
/* --- Version: 4.22                                                   --- */
/* ---                                                                 --- */
/* --- sibenaler.mca / www.sibenaler.com                               --- */
/* ---                                                                 --- */
/* --- Description: public styles                                      --- */
/* ---                                                                 --- */
/* --- Copyright  : Use of this package is granted while operating     --- */
/* ---				within the originally designed environment. Under  --- */
/* ---				no condition can this software be sold, altered    --- */
/* ---				or distributed without the clear permission of     --- */
/* ---				sibenaler mca. Exposing system security to third   --- */
/* ---				parties or using system information to exploit     --- */
/* ---				similar systems is strictly prohibited.            --- */
/* ---				Violation of any of the above will make the        --- */
/* ---				operator of this software liable towards the       --- */
/* ---				developers.                                        --- */
/* ---                                                                 --- */
/* --- --------------------------------------------------------------- --- */


/* -------------------------------------- */
/* font declarations */
@font-face { font-family: 'Anivers'; font-weight: 400; font-style: normal; src: url('../fonts/Anivers/Anivers.woff') format('woff'); }
@font-face { font-family: 'Anivers'; font-weight: 600; font-style: normal; src: url('../fonts/Anivers/Anivers-Bold.woff') format('woff'); }
@font-face { font-family: 'FontAwesome'; font-weight: 400; font-style: normal; src: url('../fonts/FontAwesome/FontAwesome.woff') format('woff'); unicode-range: U+00-FFFF; }
@font-face { font-family: 'Circled'; font-weight: 400; font-style: normal; src: url('../fonts/Circled/Circled.woff') format('woff'); }


/* -------------------------------------- */
/* color markers */
/*
	text black		#111111
	red				#812222
	grey line		#9e9e9e

*/


/* -------------------------------------- */
/* reset styles */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

/* -------------------------------------- */
/* html5 reset for old browsers */
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}

/* -------------------------------------- */
/* defaults */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
img, embed, object, video { max-width: 100%; }
.hide { display: none;  }
.clear { clear: both; }
.nobr	{ white-space:nowrap; }
html {	overflow-y: scroll; }
main { display: block; }
i  { font-style: italic; }
b { font-weight: bold; }
sup { vertical-align: super; font-size:0.7em; }
sub { vertical-align: sub; font-size:0.7em; }
strong { font-weight: 700; }

/* -------------------------------------- */
/* pagination */
@media all { 	.pagebreak { display: none; } }
@media print {	.pagebreak { display: block; page-break-before: always; } }



/* -------------------------------------- */
/* anchors */
a {
	color: #bb3333;
	outline: none;
	text-decoration: none; 
	-webkit-transition: color .4s ease;
	   -moz-transition: color .4s ease;
	     -o-transition: color .4s ease;
			transition: color .4s ease;
}

a:hover, a:focus { 
	color: #000000;
	-webkit-transition: color .4s ease;
	   -moz-transition: color .4s ease;
	     -o-transition: color .4s ease;
			transition: color .4s ease;
}
a.high {
	color: #000000;
}



/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: wide (1300px)
----------------------------------------------- */

body {
	xwidth: 95%;
	max-width: 1300px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	line-height: normal;
	color: #000000;
	font-family: Anivers, Arial, Helvetica, sans-serif;
		-webkit-text-size-adjust: 100%;
			-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;

	xfont-family: Fira Sans, Anivers, Helvetica, Arial, sans-serif;
	xfont-weight: 300;
	xline-height: 1.25em;
	background-color: #fff;
	background: #fff;
	background-image: url(../img/menu/menu_base.png);
	background-repeat: repeat-x;
}

#layout {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	font-weight: bold;
	z-index:200;
	background-color: rgba(255, 255, 255, 0.8);
}

#layout:before {
	content: "oversize";
}

#scrollToTop {
	position:fixed;
	cursor: pointer;
	right:5px;
	bottom:0px;
	display:none;
	z-index:500
}

#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}


/* --- masthead ----------------------------------------------- */
#masthead {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

/* --- content ----------------------------------------------- */
#content {
	width: 100%;
	position: absolute;
}


/* --- footer ----------------------------------------------- */
footer[role="pagefooter"] {
	width: 100%;
	color: #ccc;
	font-size: 0.8em;
	margin-top: 35px;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #812222;
	clear: both;
}

.footerblock {
	xwidth: 23%;
	width: 18%;
	display: inline-block;
	margin-bottom: 25px;
	padding: 5px;
	xborder-left: 1px solid #ccc;
	border-left: 1px solid #a04040;
	vertical-align: top;
}
.footerblock:first-child {
	border-left: none;
}
.footerblock:last-child {
	border-right: none;
}

.footerblock .title {
	font-weight: 700;
	margin-bottom: 5px;
	width: 100%;
	border-top: 1px solid #a04040;
	border-bottom: 1px solid #a04040;
}
.footerblock a {
	color: #fff;
}

/* -------------------------------------- */
/* text base */
h1 {
	font-size: 1.7em;
	color: #333333;
	font-weight: 600;
}

h2 {
	font-size: 1.4em;
	color: #000000;
}

h3 {
	margin-top: 15px; /* keep this as padding, not margin to prevent layoutchanges in responsive-distances */ 
	margin-bottom: 7px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.2em;
	font-weight: 600;
	color: #999999;
	background-color: #f5f5f5;
}

.h3icon {
	margin-right: 4px;
}

/* --- masthead ----------------------------------------------- */
#mastlogo {
	margin: 8px auto 5px auto;
	width: 60%;
	text-align: center;
	height: 65px;
}

/* --- navigation: menu ----------------------------------------------- */
#menu {
	display: inline-block;
	padding-bottom: 9px;
	text-align: center;
	border-top: 2px solid #333;
	background-color: #b0b0b0;
	background-image: url(../img/menu/shadow_small.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 30;
}

#menu ul{
}

#menu li {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#menu li .high {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#menu a {
	color: #222222;
}

#menu a:hover {
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#menu a.high {
	color: #aaaaaa;
}

#menuoc {
	display: none;
	font-size: 2.2em;
	font-family: FontAwesome;
	position: absolute;
	top: 7px;
	right: 15px;
}

#menuoc a {
	color: #ffffff;
	cursor: pointer;
}

/* --- breadcrumb ----------------------------------------------- */
#breadcrumb {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#breadcrumb a {
	border-top: 1px solid #812222;
	border-bottom: 1px solid #812222;
	line-height: 1.5em;
}

/* --- pagetitle ----------------------------------------------- */
#pagetitle {
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 10px;
}

/* --- pageinfo ----------------------------------------------- */
#pageinfo {
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
	float: right;
}
#pageinfologo {
	float:left;
	max-width: 300px;
	border: 1px solid #ccc;
}

/* --- subnavi ----------------------------------------------- */
#subnavi {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 15px;
	text-align: right;
	clear: both;
}
#subnavi a {
}
#subnavi a.high {
	border-bottom: 1px solid #812222;
}

/* --- listing ----------------------------------------------- */
#list {
}

.filmgroup {
}

.listgroup {
	padding-left: 2%;
}

.listgrouptwocolumn {
	display: inline-block;
	width: 49.8%;
	vertical-align: top;
}

.listgroupthreecolumn {
	display: inline-block;
	width: 33.1%;
	vertical-align: top;
}

.listlogo{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: text-top;
}


/* --- filmteaser ----------------------------------------------- */
.filmteaser {
	width: 10.8%;
	margin-bottom: 10px;
	margin-right: 0.2%;
	display: inline-block;
	vertical-align: top;
}
.filmteaser img {
	float: left;
	margin: 0px;
}
.fttitle {
	float: left;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: 600;
}
.ftdetails {
	float: left;
	font-size: 0.8em;
	font-style: italic;
	clear: left;
}



/* --- film elements ----------------------------------------------- */
#filmhead {
	width: 100%;
	xfloat: left;
	margin-bottom: 10px;
}

#filmbase {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
#filmmain {
	width: 66%;
	float: left;
}

#filmaside {
	width: 31%;
	float:right;
}

#filmimages {
	float: left;
	width: 100%;
	margin-top: 10px;
}


/* --- film head ----------------------------------------------- */
#filmheadleft {
	width: 66%;
	float: left;
}
#filmheadright {
	width: 31%;
	float: right;
}

#gallery_scen {
	cursor: pointer;
}
#gallery_artw {
	cursor: pointer;
}


/* --- film main ----------------------------------------------- */
#filmmaincol1 {
	width: 48%;
	float: left;
}

#filmmaincol2 {
	width: 48%;
	float: right;
}

#filmprodrel {
	margin-bottom: 10px;
}

#production {
	width: 50%;
	float:left;
}

#releases {
	width: 50%;
	float:right;
}

#filmcrew1 {
	width: 50%;
	float: left;
}

#filmcrew2 {
	width: 50%;
	float: right;
}

.crewgrp {
	width: 90%;
	border-bottom: 1px solid #ddd;
}
.crewlbl {
	margin-top:5px;
}
.crewnam {
	margin-left:5%;
}

/* --- castblock ----------------------------------------------- */
.castblock {
	display: flex;
	flex-wrap: wrap;
}
.castcol {
	width: 30%;
	margin-right: 3.3%;
}
.castnam {
	padding-top: 2px;
	padding-bottom: 10px;
}

/* --- dvd ----------------------------------------------- */
#dvdtracks {
	font-size: 0.8em;
}
#dvdtracks, #dvdtracksopener {
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #cccccc;
	background-color: #f3f3f3;
}
#dvdtracks img {
	display: inline;
}
#bdtracks {
	font-size: 0.8em;
}
#bdtracks, #bdtracksopener {
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #cccccc;
	background-color: #f3f3f3;
}
#bdtracks img {
	display: inline;
}

.dvdgrp {
	margin-top:5px;
	clear: both;
}
.dvdlbl {
	width: 100px;
	float:left;
}
.dvdtxt {
	margin-left: 100px;
}

/* --- trailer ----------------------------------------------- */

.trailerlin {
	clear: both;
	border-bottom: 1px solid #ccc;
}

.trailerimg {
	display: inline-block;
	white-space: nowrap;
	width: 20%;
	margin-right: 2%;
	float: left;
	margin-top: 5px;
}
.trailernam {
	display: inline-block;
	white-space: nowrap;
	width: 78%;
	margin-top: 5px;
}

.trailerdat {
	display: inline-block;
	xtext-align: right;
	width: 78%;
	xfloat:right;
	white-space: nowrap;
}

.trailerfld {
	font-size:0.8em;
	display: inline-block;
	white-space: nowrap;
	xtext-align: right;
	min-width: 28%;
}


/* --- links ----------------------------------------------- */
.linksgrp {
	clear: both;
}
.linkslbl {
	width:110px;
	display:inline-block;
}
.linkstxt {
	display:inline-block;
}



/* --- titles ----------------------------------------------- */
.hangingtitle {
	text-indent: -28px;
	padding-left: 28px;
}



/* --- film images ----------------------------------------------- */
#filmimages .item {
	display: inline-block;
	margin-right: 1px;
	text-align: center;
	margin-bottom: 10px;
}
#filmimages .prev {
	width: auto;
	margin-left: 1%;
}
#filmimages .artw {
	width: 18%;
	margin-left: 0.8%;
}
#filmimages .scen {
	width: 30.5%;
	margin-left: 1.3%;
}





/* --- film aside ----------------------------------------------- */
#filmaside .assetline {
	position: relative;
	margin-bottom: 1.1em;
}

#filmaside .assetline .item {
	display: inline-block;
	margin-right: 1px;
	text-align: center;
}
#filmaside .assetline .item img {
	float:left;
	border: 1px solid #999;
}

#filmaside .assetline .artw {
	width: 22.8%;
	margin-left: 1%;
}

#filmaside .assetline .scen {
	width: 30.5%;
	margin-left: 1.3%;
}

#filmaside .assetline .artw .marker {
	margin-left: 9.6%;
	position:absolute;
	bottom: -0.7em;
	font-family: Circled;
	font-size: 1.1em;
	color: #999;
}

#filmaside .assetline .scen .marker {
	margin-left: 13%;
	position:absolute;
	bottom: -0.7em;
	font-family: Circled;
	font-size: 1.1em;
	color: #999;
}

#filmaside .assetline .check {
	font-family: FontAwesome;
	font-size: 1.1em;
	color: #999;
}

#filmaside .admissionlbl {
	display: inline-block;
	width: 50%;
}
#filmaside .admissionval {
	display: inline-block;
	width: 50%;
	text-align:right
}


/* --- overlay ----------------------------------------------- */
#blockscreen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity = 90);
    opacity: .9;
	border: 1px solid #ffffff;
}

#overlay {
    width: 95%;
    position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -100px;
	z-index: 110;
	color: #fff;
}



/* --- gallery ----------------------------------------------- */
/*

#slides {
	border: 1px solid #f00;
}

.slidesjs-slide img {
	width: 100%;
}

.slidesjs-pagination a, .slidesjs-pagination a:hover, .slidesjs-pagination a:focus { 
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
			transition: none;
}
*/

.slidesjs-navigation {
	color: #999;
}
.slidesjs-navigation img {
	position: relative;
	top: 2px;
}
.slidesjs-previous {
	font-family: FontAwesome;
	cursor:pointer
}
.slidesjs-next {
	font-family: FontAwesome;
	cursor:pointer
}

/* special patch on slideshow container for vertical slideshow */
#slides_ver .slidesjs-container {
	max-height: 80vh;	/* set maximum to 80% of viewport / sync with same value in handler of vertical slideshow */
}
/*
.slidesjs-numbering {
}

.slidesjs-pagination {
}

.slidesjs-pagination li {
}

.slidesjs-pagination li a {
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  xbackground-position: 0 -13px;
}

.slidesjs-pagination li a:hover {
  xbackground-position: 0 -26px;
}

*/

/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: up to 1400px
----------------------------------------------- */
@media only screen and (max-width: 1400px) {

	body {
		width: 95%;
		max-with: 1300px;
	}

	#layout:before {
		content: "max width 1400px";
	}

	#menu {
	}

	#filmmaincol1 {
		width: 100%;
	}
	#filmmaincol2 {
		width: 100%;
		float: left;
	}

}/* end default layout */


/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: tablet (991px)
----------------------------------------------- */
@media only screen and (max-width: 991px) and (orientation: landscape) {

	body {
		xwidth: 95%;
	}

	#wrap {
	}

	#layout:before {
		content: "max width 991px";
	}

	#menu {
	}

	.filmteaser {
		width: 12%;
	}

	.filmimages {
		width: 100%;
	}

	/* --- film images ----------------------------------------------- */
	#filmimages .prev {
		xwidth: auto;
	}
	#filmimages .artw {
		width: 23.9%;
	}
	#filmimages .scen {
		width: 31.7%;
	}
}/* end tablet layout */


/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: mobile, landscape (767px) 
----------------------------------------------- */
@media only screen and (max-width: 767px),
		 (orientation: portrait) {

	body {
		font-size: 1.3em;
	}

	#layout:before {
		content: "max width 767px";
	}

	h1 {
		font-size: 1.4em;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}

	#breadcrumb {
		font-size: 0.6em;
	}

	.footerblock {
		width: 45%;
	}

	.filmteaser {
		width: 19.2%;
	}
	#filmbase {
		position: static;
	}
	#filmmain {
		width: 100%;
		xfloat: none;
	}

	#filmimages {
		width: 100%;
		position: static;
	}

	#filmaside {
		width: 100%;
		position: static;
		float: left;
	}


	/* --- navigation: menu ----------------------------------------------- */
	#menu {
		width: 100%;
		display: none;
		padding-bottom: 14px;
		border-top: 3px solid #444;
		background-image: url(../img/menu/shadow.png);
		background-repeat: repeat-x;
		background-position: center bottom;
		background-color: #b0b0b0;
	}

	#menu ul{
		width: 100%;
	}
	#menu li {
		width: 100%;
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 2.2em;
		border-left: 1px solid #555;
		border-right: 1px solid #555;
		border-bottom: 1px solid #ccc;
	}
	#menu li .high {
	}

	#menu a {
		color: #444444;
	}
	#menu a:hover {
	}
	#menu a.high {
	}

	#menuoc {
		display: block;
	}

	#menuoc a {
	}

	.listgrouptwocolumn {
		width: 100%;
	}

	.listgroupthreecolumn {
		width: 100%;
	}


	/* --- film images ----------------------------------------------- */
	#filmimages .prev {
		xwidth: auto;
	}
	#filmimages .artw {
		width: 23.9%;
	}
	#filmimages .scen {
		width: 31.5%;
	}


}/* end mobile, landscape layout */




/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: mobile, landscape (620px) 
----------------------------------------------- */
@media only screen and (max-width: 620px) {

	body {
	}

	#layout:before {
		content: "max width 620px";
	}

	.filmteaser {
		width: 23.8%;
	}

	.footerblock {
		xwidth: 100%;
		width: calc(100% - 10px);
		border-left: none;
		xborder-bottom: 1px solid #ccc;
	}

	#pageinfologo {
		display: block;
		float:none;
		max-width: 100%;
		max-height:100%;
		margin-bottom: 10px;
	}

	.footerblock:nth-child(4n) {
		border-bottom: none
	}

	/* --- film images ----------------------------------------------- */
	#filmimages .prev {
		xwidth: auto;
	}
	#filmimages .artw {
		width: 32%;
	}
	#filmimages .scen {
		width: 48%;
	}

	.castcol {
		width: 100%;
		margin-right: 0px;
	}



}/* end mobile, landscape layout */



/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: max 450px
----------------------------------------------- */
@media only screen and (max-width: 450px) {

	body {
		font-size: 1.2em;
		xwidth: 100%;
	}

	#layout:before {
		content: "max width 450px";
	}

	.filmteaser {
		xwidth: 48.5%;
		width: 31.7%;
	}

	#production {
		width: 100%;
		float: none;
	}
	#releases {
		margin-top: 10px;
		width: 100%;
		float: none;
	}

	#filmcrew1 {
		width: 100%;
		float: none;
	}
	#filmcrew2 {
		xmargin-top: 10px;
		width: 100%;
		float: none;
	}

	/* --- film images ----------------------------------------------- */
	#filmimages .prev {
		xwidth: auto;
	}
	#filmimages .artw {
		width: 48.9%;
	}
	#filmimages .scen {
		width: 100%;
	}

}/* end mobile mobile, portrait layout */




/* ============================================================================================================= */
/* ============================================================================================================= */
/* LAYOUT: max 380px
----------------------------------------------- */
@media only screen and (max-width: 380px) {

	body {
		font-size: 1em;
	}

	#layout:before {
		content: "max width 380px";
	}

	#filmteaser {
		width: 48.5%;
	}

}/* end mobile mobile, portrait layout */



