@import url(http://fonts.googleapis.com/css?family=Oswald);

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	
	font-family: "Oswald";
}

body {
	background-color: #000000;
}

img.bg {
	/* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

h1 {
	color: #FFFFFF;
	margin: 10px 0 30px 40px;
	font-size: 20px;
	font-family: "Oswald";
}

h2 {
	color: #FFC224;
	font-size: 20px;
	font-family: "Oswald";
}

.tailer_top_link_fr h2 {
	font-size: 18px;
}

.pathe_logo {
	position: relative;
	left: 25px;
	top: 0;
	padding: 10px 0 10px 0;
	width: 100px; 
}

.pathe_logo img {
	max-height: 80px;
}


.heading {
	float: left;
	width: 100%;
	padding: 3px 0 5px 0;
}

.lang_switch {
	position: relative;
	color: #fff;
	
	float: right;
	padding: 10px 0 0 10px;
	z-index: 100;
}

.lang_switch a{
	color: #fff;
	text-decoration: none;
}

.lang_switch a.active {
	color: #FFC224;
	text-decoration: none;
}

.lang_switch a:hover {
	color: #FFC224;
}

.navi_links {
	clear: both;
}

.cinema {
	padding-bottom: 30px;
	margin: 10px 0 0 40px;
	
	max-width: 220px;
}

.cinema .wide_span {
	min-width: 38%;
	float: left;
}

.cinema .wide_span_de {
	min-width: 102px;
	float: left;
}

.cinema a {
	color: #ffffff;
	text-decoration: none;
}

.cinema p a:hover {
	color: #FFC224;
}

.cinema p {
	padding: 0;
	margin: 0;
}

.cinema hr {
	background: #FFC224;
	height: 1px;
	border: none;
	max-width: 250px;
	margin: 0;
	padding: 0;
}

.cinema .right {
	float: right;
}


#phone_navi {
	display: none;
}

#phone_navi .cinema {
	float: left;
	width: 400px;
}

#phone_navi .pathe_logo {
	left: 2%;
}


.trailer_carousel {
	position: absolute;
	

	background-color: rgb(255,194,14);
	background-color: rgba(255, 194, 14, 0.9);
	color: rgba(255, 194, 14, 0.9);

	width: 100%;
	max-height: 290px;
	
	bottom: 0;
	left: 0;
	
	overflow: hidden;
	
	
	z-index: 2;
}

.carousel-control,  .carousel-control:hover {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}


.carousel_image_container  {
	padding: 2% 5% 2% 12%;
	z-index: 10;

	overflow: none;
}

.ci_wrapper {
	float: left;
	
	padding: 0% 4% 2% 4%;
}

.carousel_image_container .carousel_image {
	opacity:0.4;
	filter:alpha(opacity=40);
	
	max-width: 250px;
	
	border: 3px solid black;
	
}

.carousel_image_container .carousel_image:hover {
	opacity:1;
	filter:alpha(opacity=100);
	border: 3px solid white !important;
}

.ci_wrapper:hover .play_button {
	opacity:1;
	filter:alpha(opacity=100);	
}

.ci_wrapper:hover .carousel_image {
	opacity:1;
	filter:alpha(opacity=100);	
	border: 3px solid white !important;
}

.play_button {
	width: 20px;
	position: relative;
	z-index: 100;
	left: 40px;
	top: -37px;
	
	opacity:0.4;
	filter:alpha(opacity=40);
}


.carousel_image_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.carousel-control {
	width: auto;
}

.selected_image {
	opacity:1 !important;
	filter:alpha(opacity=90) !important;
	
	border: 3px solid white !important;
	
	z-index: 100;
}

.container-fluid {
	overflow: hidden;
	height: 100%;
}

.row {
	overflow: auto;
	height: 100%;
}

.navi {
	height: 100%;
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);
	
	width: 300px;
}

#arrow_icon_trailers {
	bottom: 2px;
	margin-left: 4px;
	position: relative;
	max-height: 25px;
}

#fancybox-content {
	border: none !important;
}


.trailer_closer {
	position: absolute;
	left: 40px;
	top: -20px;
	z-index: 100
}

.trailer_closer span {
/*	font-size: 10px;
    height: 10px;
    margin-left: -15px;
    top: -8px;
    width: 20px;

	color: #CFCFCF;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
}

.trailer_closer img {
	position: relative;
	max-width: 25px;
}

.trailer_closer h2 {
	padding: 10px 0 0 0;
	font-weight: 550;
}

.trailer_closer a {
	color: #000;
	text-decoration: none;
}

#trailer_carousel_id a img {
    width: 70px;
	margin-top: 10px;
}


.margin_top_30 {
	margin-top: 40px;
}

.padding_bot {
	padding-bottom: 3px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	#desktop_navi {
		display: none;
	}
	
	#phone_navi {
		display: block;
	}
	
	h1 {
		font-size: 12px;
		padding: 0;
		margin-bottom: 0;
	}
	
	h2 {
		font-size: 12px;
	}
	
	.pathe_logo img {
		width: 40px;
		padding-right: 0px;
		padding-top: 10px;
	}
	
	.pathe_logo {
		float: right;
	}
	
	.cinema {
		margin-bottom: 10px;
		padding: 0;
	}
	
	.navi {
		background-color: transparent;
	}
	
	.tailer_top_link {
		display: none;
	}
	
	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
/*	.pathe_logo img {
		width: 80px;
	}
 */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 768px) {
/* Styles */
	body {
		font-size: 11px;
	}
	
	.cinema .wide_span {
		min-width: 75px;
	}
	
	.cinema .wide_span_de {
		min-width: 103px;
	}
}


/* desktops (small) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */
	h2 {
		font-size: 20px;
	}
	
	h1 {
		font-size: 20px;
		margin: 10px 0 20px 24px;
	}
	
	hr {
		width: 156px;
	}
	
	.cinema {
		font-size: 8px;
		margin: 10px 0 10px 24px;
		padding: 0;
	}
	
	.cinema p {
		padding: 4px 0 4px 0;
		width: 156px;
	}
	
	.cinema .wide_span {
		min-width: 49px;
	}
	
	.cinema .wide_span_de {
		min-width: 83px;
	}
	
	.carousel_image {
		width: 80px;
		padding: 0;
	}
	
	.trailer_closer {
		left: 150px;
	}	
	
	.navi {
		width: 220px;
	}
	
	.lang_switch {
	/*	padding-top: 34px; */
		font-size: 10px;
		padding-top: 10px;
	}
	

	.pathe_logo {
		left: 24px; 
	}
	
	
	#trailer_carousel_id {
		height: 100px;
	}
	
	.carousel_image_container {
		padding: 0px;
	}
	
	#trailer_carousel_id a img {
		width: 130px;
		margin: 0;
	}
	
	.ci_wrapper {
		padding-top: 10px;
		width: 150px;
	}
	
	.trailer_closer img {
		top: -50px;
		/*display: none; */
	}
	
	.play_button {
		top: -65px;
		width: 30px !important;
		left: 56px;
	}
	
	.carousel_image_container {
		margin-top: -5px;
		margin-left: 10px;
	}
	
	.tailer_top_link_fr a {
		font-size: 14px;
	}
	
	.title_fr {
		font-size: 18px;
	}
}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
	h2 {
		font-size: 20px;
	}
	
	
	.tailer_top_link_fr h2 {
		font-size: 18px;
	}
	
	h1 {
		font-size: 20px;
		margin: 10px 0 20px 24px;
	}
	
	hr {
		width: 156px;
	}
	
	.carousel-control {
		opacity: 1;
	}
	
	.cinema {
		font-size: 8px;
		margin: 10px 0 10px 24px;
		padding: 0;
	}
	
	.cinema p {
		padding: 4px 0 4px 0;
		width: 156px;
	}
	
	.cinema .wide_span {
		min-width: 49px;
	}
	
	.cinema .wide_span_de {
		min-width: 83px;
	}
	
	.carousel_image {
		width: 80px;
	}
	
	.trailer_closer {
		left: 150px;
	}	
	
	.navi {
		width: 220px;
	}
	
	.lang_switch {
	/*	padding-top: 34px; */
		font-size: 10px;
		padding-top: 10px;
	}
	
	
	.pathe_logo {
		left: 24px; 
	}
	
	
	#trailer_carousel_id {
		height: 145px;
	}
	
	.carousel_image_container {
		padding: 0px;
	}
	
	#trailer_carousel_id a img {
		width: 150px;
	}
	
	.ci_wrapper {
		padding: 2%;
		width: 155px;
	}
	
	.trailer_closer img {
		top: -50px;
	/*	display: none; */
	}
	
	.play_button {
		top: -65px;
		left: 56px;
		width: 30px !important;
	}
	
	.tailer_top_link_fr a {
		font-size: 14px;
	}
	
	.title_fr {
		font-size: 18px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	
	.carousel_image_container {
		margin-left: 10px;
		margin-top: 10px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

	#trailer_carousel_id a img {
		width: 110px;
	}
	
	.carousel_image_container {
		margin-top: 15px;
	}
	
	.ci_wrapper { 
		width: 120px;
		padding: 1%;
	}
		
	.play_button {
		top: -55px;
		width: 30px;
		left: 36px;
	}
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	/* Styles */
		h2 {
			font-size: 20px;
		}
		
		.tailer_top_link_fr h2 {
			font-size: 18px;
		}

		h1 {
			font-size: 20px;
			margin: 10px 0 20px 24px;
		}

		hr {
			width: 180px;
		}

		.cinema {
			font-size: 10px;
			margin: 10px 0 10px 24px;
			padding: 0;
		}

		.cinema p {
			padding: 4px 0 4px 0;
			width: 180px;
		}

		.cinema .wide_span {
			min-width: 49px;
		}

		.cinema .wide_span_de {
			min-width: 83px;
		}
		
		.cinema .wide_span_fr {
			min-width: 56px;
		}

		.carousel_image {
			width: 80px;
			padding: 0;
		}

		.trailer_closer {
			left: 150px;
		}	

		.navi {
			width: 240px;
		}

		.lang_switch {
	/*		padding-top: 34px; */
			font-size: 10px;
			padding-top: 10px;
		}



		.pathe_logo {
	/*		padding-right: 24px; */
		}

		.carousel_image {
			width: 90px;
		}

		.carousel_image_container {
			margin-left: 10%;
			padding: 30px 0 10px 20px;
		}


		#trailer_carousel_id {
			max-height: 175px;
		}

		#trailer_carousel_id a img {
		    width: 170px;
		}

		.trailer_closer {
		/*	display: none; */
		}

		.ci_wrapper {
			padding: 0;
			width: 20%;
		}

		.play_button {
		    left: 64px;
		    opacity: 0.4;
		    position: relative;
		    top: -86px;
		    width: 40px !important;
		    z-index: 100;
		}
}


/* Desktops and laptops small ----------- */
@media only screen 
and (min-width : 1025px)
and (max-width : 1224px) {
/* Styles */
	h2 {
		font-size: 20px;
	}
	
	.tailer_top_link_fr h2 {
		font-size: 18px;
	}

	h1 {
		font-size: 20px;
		margin: 10px 0 20px 24px;
	}

	hr {
		width: 180px;
	}

	.cinema {
		font-size: 10px;
		margin: 10px 0 10px 24px;
		padding: 0;
	}

	.cinema p {
		padding: 4px 0 4px 0;
		width: 180px;
	}

	.cinema .wide_span {
		min-width: 49px;
	}

	.cinema .wide_span_de {
		min-width: 83px;
	}
	
	.cinema .wide_span_fr {
		min-width: 56px;
	}

	.carousel_image {
		width: 80px;
		padding: 0;
	}

	.trailer_closer {
		left: 150px;
	}	

	.navi {
		width: 240px;
	}

	.lang_switch {
/*		padding-top: 34px; */
		font-size: 10px;
		padding-top: 10px;
	}


	.pathe_logo {
/*		padding-right: 24px; */
	}
	
	/* trailer */
	
	#trailer_carousel_id {
		max-height: 160px;
	}
	
	#trailer_carousel_id a img {
	    width: 150px;
	}
	
	.trailer_closer {
	/*	display: none; */
	}
	
	.ci_wrapper {
		padding: 0;
		width: 20%;
	}
	
	.carousel_image_container {
		margin-left: 0px;
		padding: 30px 0 10px 20px;
	}
	
	.play_button {
	    left: 55px;
	    opacity: 0.4;
	    position: relative;
	    top: -80px;
	    width: 40px !important;
	    z-index: 100;
	}
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1506px) {
/* Styles */
	h2 {
		font-size: 20px;
	}
	
	.tailer_top_link_fr h2 {
		font-size: 18px;
	}

	h1 {
		font-size: 20px;
		margin: 10px 0 20px 24px;
	}

	hr {
		width: 180px;
	}

	.cinema {
		font-size: 10px;
		margin: 10px 0 10px 24px;
		padding: 0;
	}

	.cinema p {
		padding: 4px 0 4px 0;
		width: 180px;
	}

	.cinema .wide_span {
		min-width: 49px;
	}

	.cinema .wide_span_de {
		min-width: 82px;
	}
	
	.cinema .wide_span_fr {
		min-width: 56px;
	}

	.carousel_image {
		width: 80px;
		padding: 0;
	}

	.trailer_closer {
		left: 150px;
	}	

	.navi {
		width: 240px;
	}

	.lang_switch {
/*		padding-top: 34px; */
		font-size: 10px;
		padding-top: 10px;
	}




	/* trailer */
	
	#trailer_carousel_id a img {
	    width: 167px;
	}
	
	.ci_wrapper {
		padding: 0;
		width: 185px;
	}
	
	.play_button {
	    left: 64px;
	    opacity: 0.4;
	    position: relative;
	    top: -78px;
	    width: 40px;
	    z-index: 100;
	}
	
	.carousel_image_container {
		padding: 30px 5% 2% 40px;
	}
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
	h2 {
		font-size: 20px;
	}

	h1 {
		font-size: 20px;
		margin: 10px 0 20px 24px;
	}

	hr {
		width: 180px;
	}

	.cinema {
		font-size: 10px;
		margin: 10px 0 10px 24px;
		padding: 0;
	}

	.cinema p {
		padding: 4px 0 4px 0;
		width: 180px;
	}

	.cinema .wide_span {
		min-width: 49px;
	}

	.cinema .wide_span_de {
		min-width: 83px;
	}
	
	.cinema .wide_span_fr {
		min-width: 56px;
	}

	.carousel_image {
		width: 80px;
		padding: 0;
	}

	.trailer_closer {
		left: 150px;
	}	

	.navi {
		width: 240px;
	}

	.lang_switch {
/*		padding-top: 34px; */
		font-size: 10px;
		padding-top: 10px;
	}


	
	#trailer_carousel_id a img {
	    width: 170px;
	}
	
	.ci_wrapper {
		padding: 0;
		width: 210px;
	}
	
	.play_button {
	    left: 64px;
	    opacity: 0.4;
	    position: relative;
	    top: -78px;
	    width: 40px;
	    z-index: 100;
	}
	
	.carousel_image_container {
		padding: 20px 5% 2% 10%;
	}
}