/* #f8e500 */
/* RGB: 248, 229, 0 */


/* *************************************************** fonts */
@font-face {
    font-family: 'Helvetica-Regular';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica.woff2') format('woff2'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica-Bold.woff2') format('woff2'),
         url('../fonts/Helvetica-Bold.woff') format('woff'),
         url('../fonts/Helvetica-Bold.ttf') format('truetype'),
         url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dolce-Vita-Light';
    src: url('../fonts/Dolce-Vita-Light.eot');
    src: url('../fonts/Dolce-Vita-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Dolce-Vita-Light.woff2') format('woff2'),
         url('../fonts/Dolce-Vita-Light.woff') format('woff'),
         url('../fonts/Dolce-Vita-Light.ttf') format('truetype'),
         url('../fonts/Dolce-Vita-Light.svg#Dolce-Vita-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* *************************************************** reset */
html, body,
h1, h2, h3, h4, h5, h6,
ul, li, 
p, div, 
form, fieldset, label, button, input, select, textarea,
img { 
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: none; 
}
a, 
a:hover,
a:active { 
	color: #f8e500;
	text-decoration: none;
	outline: none; 
}
ul li { 
	list-style: none; 
	line-height: 1.25em;
}
p { 
	line-height: 1.25em;
}
strong {
  	font-weight: normal;
	font-family: 'Helvetica-Bold', 'Helvetica-Regular', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
  	line-height: 1.25em;
  	text-rendering: optimizelegibility;
  	margin: 0;
}
img {
  	border: 0;
  	-ms-interpolation-mode: bicubic;
  	outline: 0;
}
.clear {
	clear: both;	
}
/* *************************************************** */
html { 
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	font-size: 0.925em;
	color: #000;
	background: #FFF;
}
.container {
	margin: 0 auto;	
	padding: 0 50px;
}
/* *************************************************** header */
header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #FFF;
}
header .container {
	
}
/* */
header .logo {
	float: left;
	width: 500px;
	margin-top: 35px;	
}
header .logo h1,
header .logo p {
	font-size: 1.125em;
}
header .logo p a {
	color: #000;
}
header .logo h1 a strong,
header .logo p a strong {
	display: block;
	font-size: 0;
	width: 200px;
	height: 42px;
	margin-bottom: 5px;
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 100% auto;	
}
header .logo h1 a span,
header .logo p a span {
	display: inline-block;
}
	/* ************************************** */
	header.header-home .logo h1 a {
		color: #FFF;
	}
	header.header-home {
		background: none;
	}
	header.header-home .logo h1 a strong {
		background-image: url(../img/logo-invert.png);
	}
/* *************************************************** nav */
nav {
	position: fixed;
	z-index: 110;
	width: 100px;
	height: 130px;
	top: 0;
	right: 0;
			overflow: hidden;
}
	nav.active {
		width: 100%;
		height: 100%;
				overflow: visible;
	}
nav .container {
	position: relative;	
}
/* */
nav .open {
	position: absolute;
	z-index: 100;
	top: 41px;
	right: 50px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
nav .open .bars {
	position: relative;	
}
nav .open .bars span {
	position: absolute;
	z-index: 10;
	width: 25px;
	height: 2px;
	background: #000;
	left: 0;
}
	nav.nav-home .open .bars span {
		background: #FFF;
	}
nav .open .bars span.bar-top {
	top: 0;	
}
nav .open .bars span.bar-middle {
	top: 6px;	
}
nav .open .bars span.bar-bottom {
	top: 12px;	
}
	nav.active .open .bars span {
		background: #000;
	}
/* */
nav .info {
	display: none;
	/*animations.css*/
	padding-top: 100px;
	opacity: 0;
	
}
	nav.active .info {
		display: block;	
	}
nav .info h2 {
	font-family: 'Helvetica-Bold', 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: 5px;
}
nav .info p {
    width: 50%;
    margin-bottom: 20px;
}
nav .info p a {
	font-family: 'Helvetica-Bold', 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000;
}
nav .info p.email {
	margin-top: 60px;
	margin-bottom: 10px;
}
nav .info p.email a {
	text-decoration: underline;
}
nav .info p.tlf {
	
}
nav .info p.tlf a {
	display: inline-block;
	padding-left: 25px;
	line-height: 1.5em;
	text-decoration: none;
	background: url(../img/ic-phone.png) no-repeat 0 0;
	background-size: 20px 20px;
}
/* */
nav .info.info-mv {
	display: none;
}
/* *************************************************** #cookies */
#cookies {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 50px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}
#cookies p {
	color: #FFF;
	font-size: 0.857em;
	text-align: center;	
	padding: 15px 0;
	margin: 0;
}
#cookies p a {
	text-decoration: underline;	
}
/* *************************************************** #landscape */
#landscape {
					display: none;
	position: fixed;
	z-index: 300;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
}
#landscape .container {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	top: 50%;
	height: 100px;
	margin-top: -50px;
}
/* *************************************************** section */
section h1 {
	
}
section h2 {
	
}
section p {
	margin-bottom: 20px;
}
section strong {
	font-weight: normal;
}
section .bt {
	display: inline-block;
	width: auto;
	padding: 10px 60px 10px 20px;
	font-family: 'Dolce-Vita', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: #000 url(../img/bt.png) no-repeat 75% 50%;
	background-size: 15px 15px;
}
/* *************************************************** section#mosaic */
section#mosaic {
					display: none;
					margin-top: -99999px;
	min-height: 200px;
	background: #EEE url(../img/loader.gif) no-repeat 50px 125px;
	background-size: 16px 16px;
}
		section#mosaic.active {
			display: block;
			margin-top: 0;	
		}
section#mosaic .container {
	padding: 0 !important;
}
section#mosaic ul {
	
}
section#mosaic ul li {
					opacity: 0;
	position: relative;
	float: left;
	width: 33.3%;
	line-height: 0;
}
	/*section#mosaic ul li.animOpacity {
		opacity: 1;
		transition: opacity 0.25s linear;
		-moz-transition: opacity 0.25s linear;
		-webkit-transition: opacity 0.25s linear;
		transition: opacity;
		-moz-transition: opacity;
		-webkit-transition: opacity;
	}*/
section#mosaic ul li a {
	display: block;
}
section#mosaic ul li a .main {
	min-height: 200px;
}
section#mosaic ul li a .main p {
	margin: 0;
	line-height: 0;
}
section#mosaic ul li a .main p img {
	width: 100%;
	height: auto;	
}
section#mosaic ul li a .info {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: rgba(0,0,0, 0);
	transition: background 0.125s linear;
	-moz-transition: background 0.125s linear;
	-webkit-transition: background 0.125s linear;
}
	section#mosaic ul li a:hover .info {
		background-color: rgba(0,0,0, 0.1);
	}
section#mosaic ul li a .info .thumb {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#mosaic ul li a .info .thumb p {
	margin: 0;
	line-height: 0;
}
section#mosaic ul li a .info .thumb p img {
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;	
}	
/* *************************************************** section#projects */
section#projects {
	margin-top: 160px;
}
/* */
section#projects .intro {
	
}
section#projects .intro p.breadcrumbs {
	width: 100%;
}
section#projects .intro p.breadcrumbs a {
	font-weight: bold;
	text-decoration: underline;
}
section#projects .intro p.breadcrumbs span {
	display: inline-block;
	font-size: 0.875em;
	margin: 0 3px;
}
section#projects .intro h1 {
	font-family: 'Helvetica-Bold', 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
    margin-bottom: 5px;
}
section#projects .intro p {
	width: 50%;
	margin-bottom: 0;
}
/* */
section#projects .main {
	width: 1400px;
	/*margin: 60px auto 0;*/
	margin: 60px auto 40px;
}
section#projects .main ul {
	width: 100%;
}
section#projects .main ul li {
	line-height: 0;
	margin-bottom: 20px;
}
section#projects .main ul li:last-child {
	margin-bottom: 0;
}
section#projects .main ul li img {
	width: 100%;
	height: auto;
}
section#projects .main ul li p {
	margin-bottom: 40px;
}
section#projects .main ul li p a {
	color: #000;
}
section#projects .main ul li p a strong {
	color: #f8e500;
	font-weight: bold;
	text-decoration: underline;
}
	section#projects .main ul li.video-mv {
		display: none;
	}
section#projects .main ul li video {
	width: 100%;
	height: auto;
}
section#projects .main ul li video::-internal-media-controls-download-button { display:none; }
section#projects .main ul li video::-webkit-media-controls-enclosure { overflow:hidden; }
section#projects .main ul li video::-webkit-media-controls-panel { width: calc(100% + 30px); }
section#projects .main ul li.ytVideo {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
section#projects .main ul li.ytVideo iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* */
section#projects .main ul.grid {
	display: flex;
  	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
section#projects .main ul.grid li {
	line-height: 0;
	margin: 0 !important;
}
section#projects .main ul.grid li.row-50 {
	width: 50%;
}
section#projects .main ul.grid li.row-30 {
	width: 30%;
}
section#projects .main ul.grid li.row-70 {
	width: 70%;
}
section#projects .main ul.grid li img {
	width: 100%;
	height: auto;
}
/* */
section#projects .pagination {
	height: 100px;
	margin: 80px 0 40px;
}
section#projects .pagination ul {
	
}
section#projects .pagination ul li {
	float: left;
	width: 250px;
}
section#projects .pagination ul li:last-child {
	float: right;
}
section#projects .pagination ul li a {
	display: block;
	height: 70px;
	padding-top: 30px;
	color: #000;
}
section#projects .pagination ul li:first-child a {
	text-align: left;
	padding-left: 50px;
	background: url(../img/ic-prev-pagination.png) no-repeat 0 50%;
	background-size: 30px 100px;
}
section#projects .pagination ul li:last-child a {
	text-align: right;
	padding-right: 50px;
	background: url(../img/ic-next-pagination.png) no-repeat 100% 50%;
	background-size: 30px 100px;
}
section#projects .pagination ul li a strong {
	display: block;
	font-family: 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
/* *************************************************** section#error404 */
section#error404 {
	height: 100%;
	background: linear-gradient(to bottom, #FFF 0%, #FFF 50%, #f8e500 50%, #f8e500 100%);
}
section#error404 .container {
	padding: 0 !important;
	position: relative;
	width: 100%;
	height: 100%;
}
/* */
section#error404 .main {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	top: 50%;
	height: 220px;
	margin-top: -110px;
}
section#error404 .main h1 {
	font-family: 'Dolce-Vita-Light', Arial, Helvetica, sans-serif;
	font-size: 5.625em;
	text-align: center;
	margin-bottom: 20px;	
}
section#error404 .main h2 {
	font-family: 'Helvetica-Regular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 10px;	
}
section#error404 .main p {
	text-align: center;
}
section#error404 .main p a {
	color: #000;
    font-weight: bold;
    text-decoration: underline;
}
/* */
section#error404 .copyright {
	position: absolute;
	z-index: 90;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 20px;
}
section#error404 .copyright p {
	font-size: 0.938em;
	text-align: center;	
}


/* ******************************************** */
/* 1400px anchura container */
/*@media screen and (max-width : 1400px) {*/
@media screen and (max-width : 1600px) {
	/* *************************************************** nav */
	/* */
	nav .info p {
		width: 60%;
	}
	/* *************************************************** section#projects */
	/* */
	section#projects .intro p {
    	width: 40%;
	}
	/* */
	section#projects .main {
    	width: 100%;
	}
}
/* ******************************************** */
@media screen and (max-width : 1024px) {
	html {
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: 100%;	
	}
	.container {
		padding: 0 40px;
	}
	/* *************************************************** header */
	header {
		
	}
	/* */
	header .logo h1 a strong, 
	header .logo p a strong {
		width: 160px;
		height: 34px;
	}
	header .logo h1 a,
	header .logo p a {
		/*color: #000 !important;*/
	}
	header .logo h1 a span,
	header .logo p a span {
		font-size: 0.875em;
	}
	/* *************************************************** nav */
	nav {
    	width: 90px;
	}
	/* */
	nav .open {
    	right: 40px;
	}
	/* */
	nav .info h2 {
		font-size: 1.125em;
	}
	nav .info p {
		width: 100%;
	}
	/* *************************************************** section#mosaic */
	section#mosaic,
	section#mosaic.active {
		display: block !important;
		margin-top: 0 !important;
	}
	section#mosaic {
		background-position: 40px 120px;
	}
	section#mosaic ul li {
		opacity: 1 !important;
	}
	/*section#mosaic ul li,
	section#mosaic ul li.animOpacity {
		opacity: 1 !important;
	}*/
	section#mosaic ul li a .info,
	section#mosaic ul li a:hover .info {
		background-color: rgba(0,0,0, 0.1);
	}
	section#mosaic ul li a .info .thumb p img {
		/*width: 120px;
		height: 60px;
		margin-left: -60px;
		margin-top: -30px;*/
		width: 150px;
		height: 75px;
		margin-left: -75px;
		margin-top: -32px;	
	}
	/* *************************************************** section#projects */
	section#projects {
		margin-top: 140px;
	}
	/* */
	section#projects .intro p {
    	width: 100%;
	}
	section#projects .intro h1 {
		font-size: 1.125em;
	}
	/* */
	section#projects .main {
    	width: 100%;
		/* margin-top: 40px; */
		margin: 40px auto 20px;
		padding-bottom: 20px;
	}
	section#projects .main p {
    	width: 100%;
	}
	/* */
	section#projects .pagination {
		margin: 40px 0 20px;
	}
	/* *************************************************** section#error404 */
	/* */
	section#error404 .main {
		height: 160px;
		margin-top: -80px;
	}
	section#error404 .main h1 {
		font-size: 4em;
		margin-bottom: 10px;	
	}
	/* */
	section#error404 .copyright {
		bottom: 30px;	
	}
	section#error404 .copyright p {
    	font-size: 0.875em;
	}
}

/* ******************************************** */
@media screen and (max-width : 768px) {
	.container {
		padding: 0 30px;
	}
	/* *************************************************** header */
	header {
		height: 100px;
	}
	/* */
	header .logo {
		margin-top: 25px;
	}
	header .logo h1 a strong, 
	header .logo p a strong {
		margin-bottom: 2px;
	}
	/* *************************************************** nav */
	nav {
		width: 80px;
		height: 100px;	
	}
	nav .open {
		right: 30px;
	}
	/* *************************************************** section#mosaic */
	section#mosaic {
		background-position: 35px 110px;
	}
	section#mosaic ul li {
		width: 50%;
	}
	/* *************************************************** section#projects */
	section#projects {
		margin-top: 120px;
	}
	/* */
	section#projects .pagination {
		height: 70px;
	}
	section#projects .pagination ul li a {
		height: 55px;
		padding-top: 15px;
	}
	section#projects .pagination ul li:first-child a {
		padding-left: 40px;
		background-size: 21px 70px;
	}
	section#projects .pagination ul li:last-child a {
		padding-right: 40px;
		background-size: 21px 70px;
	}
	section#projects .pagination ul li a strong {
		margin-bottom: 0;
	}
	/* *************************************************** section#error404 */
	/* */
	section#error404 .main {
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: 130px;
		margin-top: -60px;
	}
	section#error404 .main h1 {
		font-size: 3em;	
	}
}

/* ******************************************** */
@media screen and (max-width : 767px) {
	.container {
		padding: 0 20px;
	}
	/* *************************************************** header */
	header {
		height: 90px;
		background: #FFF !important;	
	}
	/* */
	header .logo {
		margin-top: 25px;
		width: 80%;
	}
	header .logo h1 a strong, 
	header .logo p a strong {
		width: 140px;
		height: 30px;
		margin-bottom: 0;
		background-image: url(../img/logo.png) !important;
	}
	header .logo h1 a span, 
	header .logo p a span {
		color: #000 !important;
	}
	header .logo h1 a span.conscious, 
	header .logo p a span.conscious {
		
	}
	header .logo h1 a span.creative, 
	header .logo p a span.creative {
		display: none !important;
	}
	/* *************************************************** nav */
	nav {
		width: 80px;
		height: 50px;	
	}
	nav .open {
		top: 30px;
		right: 20px;
	}
	nav .open .bars span,
	nav.nav-home .open .bars span {
		background: #000;
	}
	/* */
	nav .info {
		display: none !important;
	}
	nav .info p {
		margin-bottom: 13px;
	}
	nav .info p.email {
		margin-top: 0;
	}
	nav .info p.tlf {
		margin-top: 5px;
	}
	nav .info.info-mv {
		display: block !important;
	}
	/* *************************************************** section#mosaic */
	section#mosaic, 
	section#mosaic.active {
		margin-top: 90px !important;
	}
	section#mosaic {
		background-position: 25px 25px;
	}
	section#mosaic ul li {
		width: 100%;
		float: none;
	}
	/* *************************************************** section#projects */
	section#projects {
		margin-top: 110px;
	}
	/* */
	section#projects .main ul li.video-mv {
		display: block;
	}
	/* */
	section#projects .main ul.grid {
		display: block;
	}
	section#projects .main ul.grid li {
		margin: 0 !important;
		width: 100% !important;
	}
	/* */
	section#projects .pagination ul {
		height: 50px;
	}
	section#projects .pagination ul li {
		width: 150px;
	}
	section#projects .pagination ul li a {
		height: 45px;
		padding-top: 5px;
		font-size: 0.875em;
	}
	section#projects .pagination ul li:first-child a {
		padding-left: 25px;
		background-size: 15px 50px;
	}
	section#projects .pagination ul li:last-child a {
		padding-right: 25px;
		background-size: 15px 50px;
	}
	/* *************************************************** section#error404 */
	/* */
	section#error404 .main {
		height: 120px;
		margin-top: -45px;
	}
	section#error404 .main h1 {
		font-size: 2.25em;	
	}
	/* */
	section#error404 .copyright {
		display: none;
	}
}

/* ******************************************** */
@media screen and (max-width : 767px) and (orientation: landscape) {
	/* *************************************************** #landscape */
	#landscape {
		display: block;
	}
}

/* ******************************************** */
/* ******************************************** */
@media screen and (min-width : 2560px) {
	/* *************************************************** section */
	/* *************************************************** section#mosaic */
	section#mosaic ul li a .info .thumb p img {
		width: 300px;
		height: 150px;
		margin-left: -150px;
		margin-top: -75px;	
	}	
}

