@charset "UTF-8";
/* Body */

#nonewatermark { display:none !important; visibility: hidden !important;}

body {
	font-family: 'Noto Serif', Georgia, serif !important;
	background-color: transparent !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
}

/*Start image */

.soso {
  position: relative;
  width: 100%;
}

.imagelius {
  display: block;
  width: 100%;
  height: auto;
}

.overlayius {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: 0.6;
}

.soso:hover .overlayius {
	height: 100%;}

.text {
  white-space: normal;
  color: white;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 85%;
  text-align: left;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a {color:#ffffff;
}


/* finish */


#about { 
	font-size: 1.05em;
	margin-top: 20px;
	line-height: 1.9em;
	font-weight: 300;
	letter-spacing: 0.3px;
	text-align: justify;
}

.lang{ position:absolute; z-index:1; top:15px; right: 25px;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #444444 !important;
	text-decoration: none;
}

#contact { font-size: 1.05em;
	line-height: 1.9em;
	font-weight: 300;
	letter-spacing: 0.3px;
	text-align: center;
}


h3 { font-size: 0.75em !important; 
	 font-weight: 400;
	 margin: 0 auto;
	 text-transform: uppercase;
	 text-align: center;
	 padding-bottom: 20px;
	 letter-spacing: 1.5px;
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}
.iframe-wrapper {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
	
}

#vitrine{   
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;}

#vitrine iframe{
	 width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}




/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opi{filter: opacity(0.9);}

nav { text-align: center;
	padding-top: 2em;
}
header nav ul {

}
nav ul li {
text-align: center;
color: #878787; 
list-style: none;
font-size: 1.3em;
margin-right: 3.5em;
margin-bottom: 4px;

}
ul li a {
	color: #000000;
	text-decoration: none;
}
nav ul li:hover a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	
}

.overlayus a { color:#ffffff !important;}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 20%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
	font-weight: 300;
}

.hero_header2 {
	color: #000000;
	text-align: center;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
	font-weight: 100;
}


/* Hero Section */
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 480px) {

/* Portrait photos side by side on mobile — handled by inline flex wrapper */
.portrait-wrapper {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.portrait-wrapper .resp {
	width: 48% !important;
	height: auto !important;
	margin: 0 !important;
}

/* NAV */
.container header nav {
	margin: 0;
	width: 100%;
	float: none;
	display: none;
}
nav ul li {
	display: inline !important;
	margin: 0 12px 0 0;
	width: 100%;
	text-align: center;
}

/* HERO HEADER */
.hero_header {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.4em;
	text-align: center;
}

/* LAYOUT */
.text_column {
	width: 100%;
	padding: 0;
}
.thumbnail { width: 100%; }
.footer_column { width: 100%; margin-top: 0; }

/* PARALLAX */
.parallax {
	text-align: center;
	margin: 0;
	padding: 40% 0 0 0;
	width: 100%;
	font-size: 16px;
}
.parallax_description {
	padding: 0;
	width: 90%;
	margin: 25px 0 0 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}

/* FILM GRID — mobile: full width, info shown statically below image */
.col-sm-4 {
	width: 100% !important;
	margin-bottom: 30px;
}

.soso {
	position: relative;
	width: 100%;
}

.imagelius {
	display: block;
	width: 100%;
	height: auto;
}

/* Hide hover overlay on mobile — show info block instead */
.overlayius {
	display: none !important;
}

/* Static info block shown below each image on mobile */
.soso::after {
	display: none;
}

h3 {
	display: block !important;
	visibility: visible !important;
	font-size: 0.7em !important;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px 0 2px 0;
	margin: 0;
}

/* Mobile film caption — reuse .text but reposition it statically */
.text {
	position: static !important;
	display: block;
	white-space: normal;
	color: #333333;
	font-size: 0.72em;
	font-weight: 300;
	line-height: 1.6;
	width: 100%;
	text-align: left;
	transform: none !important;
	-ms-transform: none !important;
	padding: 4px 0 0 0;
	background: transparent;
}

.text a {
	color: #333333;
	font-size: 1em;
	text-decoration: underline;
}

/* Re-show overlay div as static block */
.overlayius {
	position: static !important;
	display: block !important;
	background-color: transparent !important;
	width: 100% !important;
	height: auto !important;
	overflow: visible !important;
	padding: 6px 0 0 0;
	opacity: 1 !important;
}

.soso:hover .overlayius {
	height: auto !important;
}

/* finish */
}


/* Small Tablets */
@media (min-width : 467px ) and ( max-width : 767px ){
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	display: inline !important;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
