* {
	-webkit-tap-highlight-color: transparent;
}
a {
	outline:none;
}

@font-face {
  font-family: "TTTravels-Regular";
  src: url("/assets/vendor/fonts/TTTravels/TTTravels-Regular/font.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTTravels-Medium";
  src: url("/assets/vendor/fonts/TTTravels/TTTravels-Medium/font.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTTravels-Demibold";
  src: url("/assets/vendor/fonts/TTTravels/TTTravels-DemiBold.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
}

.green { color:green; }
.red { color:red; }


html,body { 
	height:100%; 
	width:100%;
	min-height:100%;
}

body {
	font-family: 'TTTravels-Regular', sans-serif;
	background-color:#181824;
	color:#eee;
	font-size:18px;
}


h1 {
	font-size:72px;
	line-height:80px;
	font-size: 22px;
    line-height: 36px;
	text-transform:uppercase;
	color:#8181A3;
	font-family: 'TTTravels-Demibold';
	letter-spacing:0.04em;
	display:none;
}

img.h1 {
	margin-top:100px;
	top:0px;
	left:0;
	position:absolute;
	margin-left:20px;
}

img.h1.fixed {
	position:fixed;
	/* left:0; */
	left:auto;
	margin-left: -80px;
}

body.home img.h1.fixed {
	left:auto;
}
	

body.home h1 {
	margin-bottom:40px;
}

body.home img.h1 {
	margin-top:0px;
	margin-left:-80px;
}

body.home img.h1.opacity {
	opacity:0;	
}

@media screen and (max-width:1100px) {
	img.h1 { display:none;}
	h1 { display:block; }
	
}

body.home h1.sticky-content1 {
	/* margin-top:130px; */
}



h2 {
	font-size:54px;
	line-height:66px;
	font-weight:200;
	
}

a,p {
	font-size:19px;
	line-height:32px;
	color:#eee;
	text-decoration:none;
	font-family: 'TTTravels-Regular';
}




/*
.relative  {
	min-height:100%;
	position:relative;	
}
*/

.clear {
	clear:both;
}	

.main-wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}

.global-wrapper {
	/* min-height:100%; */
	position:relative;
	width:100%;
	height:100%;
	/* max-width:1500px; */
	/* margin:0 auto; */
	background-size:cover;
	/* display:table; */
	/* display:block; */
}

#main-background {
	position:absolute;
}

/* HEADER ++ */

header {
	/* height:100px; */
	position:relative;
	left:0;
	top:0;
	position:fixed;
	
	width:100%;
	z-index:2000;
	
	
	
	
	/* background-color:rgba(24,24,36,0.4);	 */
	/* transition: background-color 0.5s ease; */
}

header.background {
	/* background-color:rgba(24,24,36,1);	 */
	background-image:linear-gradient(to top, rgb(24,24,36,0.0), rgba(24,24,36,0.7));
}
	
	header div.inner {
		display:table;
		width:100%;
		height:100%;
		/* max-width:1260px; */
		padding:0 50px;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	
	header div.inner.transparent {
		background-color:transparent;
	}
	
a.logo {
	text-decoration:none;
	float:left;
	font-size:28px;
	margin-top:34px;
	margin-bottom:38px;
	font-family: "TTTravels-Demibold";
	
}

/* a.toggle-menu { display:none; } */

	

div.menu-wrapper {
	min-height:100%;
	/* height:100%; */
	/* bottom:10px; */
	/* display:table; */

	position:fixed;
	top:0;
	right:0;
	right:-600px;
	z-index:100;
	/* border:1px solid red; */
	background-image:linear-gradient(to right, rgb(24,24,36,0.0), rgba(24,24,36,0.9));
}	
	
.menu-mobile {
	display: table;
	bottom:0;
	top:0;
	position:relative;
	height:100vh;
}

	.menu-mobile ul { 
		position:relative;
		list-style:none;
		flex-direction:column;
		min-height:100%;
		height:100%;
		
		/* display: -webkit-flex; */
		/* flex-wrap:wrap; */
		/* justify-content: space-between; */
		/* flex-wrap:wrap; */
		/* justify-content: center; */
		
		display: flex;
		flex-direction: column;
	 
		box-sizing:border-box;
		padding:160px 	50px 140px 240px;
		/* border:1px solid yellow; */
	}
	
		.menu-mobile ul.menu li {
			text-align:right;
			margin:32px 0px;
			
		}
		
			.menu-mobile li a {
				font-size:32px;
				font-family:"TTTravels-Demibold";
				transition-duration:0.3s;
				border-bottom:1px solid transparent;
				padding-bottom:3px;
			}	
			
			
			
			.menu-mobile li a:hover,
			.menu-mobile li a.active {
				border-bottom:1px solid rgba(255,255,255,1);
			}
			
			.menu-mobile ul.menu li.social {
				/* margin-bottom:0px; */
				/* margin-top:50px; */
			}
	
	
		a.gmail,
		a.facebook {
			width:50px;
			height:50px;
			text-align: right; 
			display:table;
			margin-left:auto;
			background-size:cover;
			background-position:center center;
			background-repeat:no-repeat;
			border-bottom:0 none !important;
			transition-duration:0.3s;
		}
		
		.menu-mobile li a.gmail:hover,
		.menu-mobile li a.facebook:hover {
			opacity:0.6;
		}
		
		
		
		a.facebook {
			background-image:url('/assets/svg/icon-fb.svg');
			background-size:50px;
		}
		
		a.gmail {
			background-image:url('/assets/svg/icon-mail.svg');
			background-size:50px;
		}
		
		
		
a.toggle-menu {
    margin: 14px 0px 24px 20px;
    right: 0px;
    outline: none;
    width: 45px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}

a.toggle-menu div.nav-icon {
    width: 45px;
    height: 16px;
    height: 26px;
	padding-top:10px;
}

.nav-icon span.line_top, .nav-icon span.line_middle, .nav-icon span.line_bottom {
    display: block;
    height: 3px;
    background-color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.nav-icon span.line_middle, .nav-icon span.line_bottom {
    margin-top: 10px;
	top:0;
}

.opened .nav-icon span.line_top {
    transform: translateY(6px) rotate(45deg);
}

.opened .nav-icon span.line_bottom {
    transform: translateY(-7px) rotate(-45deg);
}		
			
@media screen and (max-width:780px) {
	
	.menu-mobile ul { 
		padding-right:20px;
		padding-top:120px;
		/* box-sizing:border-box; */
		/* padding:20px 0 0 0; */
	}
	
}			
		
				
/* HEADER -- */
/* SECTION ++ */

section {
	background-color:#181824;
	position:relative;
}

	div.width-wrapper,
	section>div.inner {
		padding:60px 50px 60px 100px;
		max-width:1250px;
		max-width:1250px;
		margin:0 auto;
		position:relative;
		box-sizing:border-box;

	}
	
	.home section>div.inner { 
		max-width:1250px;
	}
	
		section>div.inner div.inline {
			display:inline-block;
			vertical-align:top;
		}
		
		.biography section>div.inner div.inline.left {
			width:77%;
		}
		
			.biography section>div.inner div.inline.left p {
				max-width:700px;
				margin-right:80px;
				margin-top:40px;
				margin-bottom:40px;
			}
		
		.biography  section>div.inner div.inline.right {
				width:23%;
		}
	
	div.works-list {
			max-width:700px;
			margin:0 auto;
			margin-top:80px;
	}

section div.cover-image {
	line-height:0;
	width:100%;
}

div.large-text-container {
	position:absolute;
	position:fixed;
	left:0;
	right:0;
	width:100%;
	margin:0 auto;
	max-width:1150px;
	padding:0 50px;		
	box-sizing:border-box;
	display:block;
	top:50%;
}	

div.large-text-container div.large-text p {
	font-size:26px;
	line-height:40px;
	color:#eee;
	max-width:650px;
	font-weight:300;
	font-family: 'TTTravels-Regular';
}


.item-download {
	text-align:left;
	display:table;
	margin-top:40px;
	margin-bottom:30px;
}

	.item-download img {
		margin:0;
	}
	
	.item-download .container {
		position:relative;
		padding:0;
		margin:0;
		line-height:0;
		overflow:hidden;
		margin-bottom:25px;
	}
	
	.item-download.portrait .container {
			max-height:204px;
	}
	
	.item-download.portrait .container>img {
			margin-top:-30px;
	}
	
	.item-download .container span.layer {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background-color:rgba(22,22,36,0.7);
			display:none;
			text-align:center;
			color:#fff !important;
	}
	
		.item-download .container span.layer p {
			position:absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-weight:600;
			padding-left:20px;
			font-size:14px;
			line-height:24px;
			
		}
		
		.item-download p.filename {
				color:#000;
		}

	.item-download img {
		max-width:100%;
	}
	
	img.icon-download {
			width:15px;
			/* height:15px; */
			display:block;
			position:absolute;
			left:0px;
			top:5px;
	}
	
	.item-download a {
			/* border:1px solid red; */
			display:table;
	}
	
	.item-download a:hover span.layer {
		display:block;
	}
		
	
	.item-download p {
		font-size:18px;	
		font-family:"TTTravels-Demibold";
	}
	
	.item-download p.parameters {
		font-size:11px;	
		font-family:"TTTravels-Medium";	
		color:#8181A3;
	}


@media screen and (max-width: 768px) {
	
	
	.menu-mobile ul.menu li {
		/* margin: 40px 0; */
	}
	
		.menu-mobile li a {
			font-size: 28px;
		}
		
		.menu-mobile ul.menu li.social {
			/* margin-top:30px; */
		}
		
	a.toggle-menu {
		margin-top:23px;
		width:35px;
	}
	
	a.toggle-menu div.nav-icon {
		width:35px;
	}
	
	.menu-mobile {
		/* padding: 60px 30px 50px 240px; */
	}
	
	.biography section>div.inner div.inline.left {
		width:100%;
	}
			
	.biography  section>div.inner div.inline.right {
		width:100%;
		max-width:360px;
	}
	
	.biography section>div.inner div.inline.left p {
			margin:40px 0;
	}
	
	
	
	.item-download {
			float:left;
			margin-top:40px;
			margin-bottom:10px;
			margin-right:0px;
			
	}
	
}	


/* home page ++ */

.upcoming-events {
	margin:0px 0;
	margin:100px 0 0 0;
	/* margin-left:50px; */
	list-style:none;
	position:relative;
	display:table;
}

.upcoming-events.margin {
	/* margin-top:100px; */
}

	.last-events li,
	.upcoming-events li {
		margin:0 0 200px 0;
		position:relative;
		width:100%;
		box-sizing:border-box;
		display:flex;
		flex-flow: row;
	}	
	
		.upcoming-events li div.container {
			width:100%;
			max-width:550px;
		}
		
			.upcoming-events li div.img-container {
				position:relative;
			}	
		
		.upcoming-events li img {
			width:100%;
		}
	
		.upcoming-events li.right span.image-author {
			position:absolute;
			bottom:0px;
			left:-10px;
			transform: rotate(270deg); 
			-webkit-transform: rotate(270deg); 
			-moz-transform: rotate(270deg); 
			transform-origin:bottom left;
			font-size:13px;
			opacity:0.9;
		}
		
		
		.upcoming-events li.left span.image-author {
			position:absolute;
			left:calc(100% + 15px);
			width:100%;
			display:table;
			bottom:0px;
			transform: rotate(270deg);
			-webkit-transform: rotate(270deg); 
			-moz-transform: rotate(270deg); 
			transform-origin:left;
			font-size:12px;
			opacity:0.8;
		}
		
		.upcoming-events li div.text {
			width:100%;
			max-width:550px;
			box-sizing:border-box;
		}
		
		.upcoming-events li.left div.text {
			padding-right:50px;
		}
		
		.upcoming-events li.right div.text {
			padding-left:50px;
		}
		
		.upcoming-events li.left  div.container { order:2; }
		
		.upcoming-events li.left  div.text { order:1; }
		
		/*
		.upcoming-events li.left  { padding-right:85px; }
		
		.upcoming-events li.left img {
				
				width:60%;
				float:right;
		}
		
		.upcoming-events li.left span.image-author {
			position:absolute;
			left:calc(100% + 15px);
			width:100%;
			display:table;
			bottom:0px;
			transform: rotate(270deg);
			-webkit-transform: rotate(270deg); 
			-moz-transform: rotate(270deg); 
			transform-origin:left;
			font-size:12px;
			opacity:0.8;
		}
		
		
		
		
		
		.upcoming-events li.left div.text {
				float:right;
				margin:0;
				width:50%;
				margin-right:-10%;
				opacity:1;
			
				left:0;
				bottom:60px;
				position:absolute;
		}
		*/
@media screen and (max-width: 1000px) {
	
	.upcoming-events li.right span.image-author,
	.upcoming-events li.left span.image-author {
		/* display:none; */
		position:relative;
		bottom:-15px;
		display:table;
		padding-right:20px;
		left:auto;
		right:20px;
		width:100%;
		text-align:right;
		transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		-moz-transform: rotate(0deg); 
		/* transform-origin:bottom left; */
		font-size:13px;
		opacity:0.9;
	}
	.upcoming-events li.left span.image-author {
		/* bottom:-15px; */
		/* right:20px; */
		/* left:auto; */
	}
	
	.last-events li, .upcoming-events li {
		margin:80px 0;
	}
	
	
	
	.last-events li,
	.upcoming-events li {
		
		display:table;
		/* flex-flow: row; */
	}	
	
	.upcoming-events li {
	}
	
	.upcoming-events li.left div.text {
		padding-left:20px;
		padding-right:20px;
		position:relative;
	}
	
	.upcoming-events li.right div.text {
		position:relative;
		padding-left:20px;
		padding-right:20px;
	}
	
	.upcoming-events li div.container {
		max-width:100%;
		width:100%;
		display:block;
	}
	.upcoming-events li div.text {
		width:100%;
		display:block;
		max-width:100%;
		padding-top:40px;
	}
		
}
		
			
			.upcoming-events li p.date {
				font-size:24px;
				line-height:36px;
				font-weight:600;
				margin-bottom:25px;
				color: #8181A3;
				font-family: 'TTTravels-Demibold';
				/* letter-spacing:0.04em; */
			}
			
			.upcoming-events li p.title {
				font-size:68px;
				font-size:64px;
				line-height:75px;
				margin-bottom:35px;
				font-family: 'TTTravels-Medium';
				letter-spacing:-0.6pt;
			}
			
			.upcoming-events li p.intro-text {
				font-size:18px;
				line-height:32px;
				/* color:#f4f4f4; */
				/* font-weight:300; */
			}
			
		
.last-events {
		background-color:#212133;
		list-style:none;
}

	.last-events div.inner {
		padding:80px 40px;
		margin:0;
		max-width:1260px;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	
/* home page -- */

/* catalogue ++ */

div.catalogue {
		/* overflow:hidden; */
}


	div.catalogue  div.left  {
		display:inline-block;
		vertical-align:top;
		font-size:24px;
		line-height:36px;
		font-family:"TTTravels-Demibold";
		color:#8181A3;
		/* margin-right:30px; */
		margin-right:4%;
		text-align:right;
		/* min-width:300px; */
		/* width:37%; */
		width:30%;
	}
	
	div.catalogue  div.right  {
		/* width:56%; */
		width:61%;
		border-left:1px solid #767693;
		padding-left:4%;
		vertical-align:top;
		display:inline-block;
	}
	
		div.catalogue div.item {
			margin:80px 0;
		}	

		div.catalogue  ul li{
				list-style:none;
				margin-bottom:35px;
		}
		
		div.catalogue  ul li:last-child {
				margin-bottom:0px;
		}
		
		
		div.catalogue a {
				
				display:block;
				color:#8181A3;
		}
		
		div.catalogue a.popup.inactive p.title {
			color:#8181A3;
		}
		
			div.catalogue a p.subtitle {
				color:#8181A3;
				font-size:18px;
			}
			
			div.catalogue a p.title {
				font-size:30px;
				line-height:36px;
				display:table;
				padding-bottom:1px;
				margin-bottom:5px;
				border-bottom: 1px dashed transparent;
				transition-duration:0.3s;
				font-family:TTTravels-Medium;
			}
			
		div.catalogue a.popup.inactive:hover p.subtitle {
			cursor:default;
		}
		
		div.catalogue a.popup.inactive:hover p.title {
			color:#8181A3;
			border-bottom: 1px dashed transparent;
			cursor:default;
		}	
		div.catalogue a:hover  p.title  {
				color:#fff;
				border-bottom: 1px dashed #fff;
		}
		
		
		@media screen and (max-width: 1000px) {
			
			div.catalogue  div.left  {
				display:block;
				width:100%;
				text-align:left;
				margin-bottom:40px;
				box-sizing:border-box;
				padding-left:0px;
			}
			
			div.catalogue  div.right  {
				margin-left:0px;
			}
			
			.upcoming-events li p.title {
				font-size:48px;
				line-height:55px;
			}
			
				
		}
		
		@media screen and (max-width: 420px) {
			.upcoming-events li p.title {
				font-size: 36px;
				line-height: 45px;
			}
			
			.upcoming-events li p.date {
				font-size: 20px;
				line-height: 32px;
			}
			
			.upcoming-events li p.title,
			.upcoming-events li p.date {
				margin-bottom:15px;
			}
		}
		
	.popup-data-html {
		display:none;
	}

/* catalogue -- */
/* SECTION -- */
/* POPUP ++ */

#popup {
		z-index:3000;
		height: 100%;  
		min-height: 100%;  
		width: 100%;  
		position:absolute;
		top:0px;
		background-color:rgba(22,22,36,0.8);
		display:none;
		padding:80px 40px 80px 40px;
		box-sizing:border-box;
		
	
		
}

	#popup>div.inner {
		background-color:#EEE;
		max-width:1050px;
		margin:0px auto;
		margin-top:100px;
		text-align:left;
		position:relative;
	}
	
	#popup iframe {
		width:100% !important;
	}
	
	#popup div.inner,
	#popup div.inline.left p {
		color:#181824;
	}

	#popup a.close {
		position:absolute;
		right:30px;
		top:30px;
		width:35px;
		height:35px;
		display:block;
		background:url('/assets/img/icon-close.png') no-repeat;
		background-size:cover;
	}
	
	
		
		#popup div.padding {
			padding:40px 80px;	
		}
	
		#popup div.image img {
			width:100%;
		}
	
		#popup div.inner div.inline {
				display:inline-block;
				vertical-align:top;
		}
		
		#popup div.inner div.inline.left {
			width:90%;
			max-width:650px;
		}
		
		#popup div.inner div.inline.right {
			width:100%;
		}
		
			#popup div.inner div.inline.right div.inner {
					/* padding-left:50px; */
					padding-top:30px;
			}
			
			#popup div.inner div.inline.right div.inner img.pdf-icon {
				/* width:100%; */
			}
			
			#popup  .item-download p.filename {
				color: #000;
				display:inline-block;
				vertical-align:top;
				margin-left:20px;
				margin-top:6px;
				font-size:18px;
				font-family:"TTTravels-DemiBold";
			}
					
		
		
		#popup .inline.left p {
			margin:30px 0;
			font-size:18px;
			line-height:32px;
			color:#181824;
		}
		
		#popup h1 {
			font-size:46px;
			line-height:66px;	
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			 position: relative;
			
			margin-top: 0px;
			margin-left: 0px;
		      text-transform: none;
			color: #000;
			float: none;
			/* letter-spacing: 1.5px; */
			font-family:"TTTravels-Medium";
			font-weight:normal;
			display:block;
		}
		
		
  
   
		
		
		#popup .inline.left p.subtitle {
			margin-top:10px;
			margin-bottom:40px;
			font-size:22px;
			line-height:38px;
			display:block;
			font-family:"TTTravels-Medium";
		}
		
		
		#popup div.right p {
			margin:0px 0;
			font-size:14px;
		}
		
		
		#popup div.right a:hover {
			opacity:0.8;
		}
		
		@media screen and (max-width: 1000px) {			
			#popup div.inner div.inline {
				display:block;
			}
			
			#popup div.inner div.inline.left {
					width:100%;
			}
			
			#popup div.inner div.inline.right div.inner {
					padding:0;
					display:table;
			}
			
			
		}
		
/* POPUP -- */
/* FOOTER ++ */

footer {
	/* background-color:#10101A; */
	background-color:#181824;
	width:100%;
}

	footer div.inner {
		/* max-width:1100px; */
		padding:60px 50px;
		margin:0 auto;
		box-sizing:border-box;
		/* padding:0 160px; */
	}
	
		footer div.inner-left {
			display:inline-block;
			vertical-align:middle;
		}

		footer div.inner-right {
			vertical-align:middle;
			display:inline-block;
			float:right;
		}
	
	

	div.copyright {
		/* margin-top:20px; */
		/* margin-top:130px; */
	}
	
		div.copyright p {			
			font-size:12px;
		}

/* FOOTER -- */

@media screen and (max-width: 1100px) {
	
		header div.inner {
				padding:0 40px;
		}
		
		div.width-wrapper,
		section>div.inner {
				padding:40px 40px;
		}
		
		footer div.inner {
				/* padding:60px 40px;	 */
		}
		
		.last-events div.inner {
				padding:80px 40px;
		}
		
		div.large-text-container {
				padding:0 40px;
				/* top:160px; */
		}
		
		
		
		ul.social {
				margin-left:10px;
		}
		
	
		.biography section > div.inner div.inline.left p {
				margin-left:0;
		}
		
		
}

@media screen and (max-width: 1000px) {
	/*
	.home .upcoming-events li {
			margin:50px 0;
			padding:0;
	}
	
	.upcoming-events	{
			overflow:hidden;
	}
	.upcoming-events li.right img {
			margin-top:0px;
			width:100%;
			margin-left:0%;
			float:none;
	}
	
	.upcoming-events li.right div.text {
			float:none;
			width:100%;
			margin-left:0%;
		
			margin-top:30px;
	}
	
	
	.upcoming-events li.left   {
			margin-top:0px;
			width:100%;
			margin-left:0%;
			float:none;
	}
	
	.upcoming-events li.left img {
		margin-top: 0px;
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	
	.upcoming-events li.left div.text {
			float:none;
			width:100%;
			margin-left:0%;
			
			margin-top:30px;
	}
	.upcoming-events li p.date {
		font-size:40px;
		line-height:44px;
		margin-left:20px;
		margin-right:20px;
		magin-bottom:5px;
	}
	
	.upcoming-events li div.title {
		font-size:16px;
		line-height:30px;
		margin-left:20px;
		margin-right:20px;
	}
	
	.upcoming-events li div.title p {
			font-size:16px;
			line-height:29px;
			font-weight:200;
	}
	
	.last-events div.inner {
			padding:0px 0;
	}
	
	.last-events div.inner h1 {
		margin-left:20px;
		margin-right:20px;
		padding-top:40px;
	}
	*/
}





@media screen and (max-width: 768px) {
	
	
	div.width-wrapper{
			padding:40px 20px;
	}
	
	div.large-text-container div.large-text p {
			font-size: 20px;
			line-height: 29px;
		}
		
	body {
	}
	
	/* body.home #scroll-down { display:none; } */
	
header {
	padding:0;
}
	
	header div.inner {		
		text-align:center;
	}
	
	
/* navigation ++ */

a.logo {
	/* font-size:19px; */
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;

		/* font-family: "TTTravels-Regular"; */
	
	/* float:none; */
	/* display:table; */
}

a.logo {
		/* border:1px solid red; */
		/* margin:0 auto; */
}

/*
a.menu-toggle {
	width: 20px;
	height: 15px;
	background-image: url(/assets/img/icon-menu-mobile.png);
	background-size: cover;
	margin-bottom: 20px;
	display:block;
	position:absolute;
	right:25px;
	top:30px;
	cursor:pointer;
	fill: green;
}

a.menu-toggle.open {
	background-image: url(/assets/img/icon-close.png);
	top:28px;
	height: 20px;
}
*/

/* navigation -- */
	
	
	.menu-main {
		display:none;
	}
	
	
	
	body.home h1 {
		margin:20px 0 40px 0px;
	}
	
	h1 {
		/* font-size:24px; */
		/* line-height:50px; */
		/* margin:0; */
		margin:30px 00px 0px;
		position:relative;
	}
	
	h2 {
		font-size:36px;
	}
	
	header div.inner {
			padding:0px 20px;
	}
	
	section div.inner {
			padding:30px 20px;
	}
	
	footer div.inner {
			padding:30px 20px;
	}
	
	
	div.works-list {
			/* margin-top:40px; */
	}
	
	div.catalogue div.item {
			/* margin:40px 0; */
	}
	
	div.catalogue  div.left  {
		padding-left:0px;
	}
	
	div.catalogue  div.right  {
		margin-left:0px;
	}
	
	div.catalogue div.right {
			width:100%;
	}
	
	/* footer ++ */
	
	ul.social {
		margin-left:0;
		margin-top:25px;
	}	
	
	footer div.inner-right {
		float:none;
		display:block;
	}
	
		div.copyright {
				margin-top:15px;
		}
			
	/* footer -- */
	/* home ++ */
	
	
	
	div.large-text-container {
			/* width:100%; */
			/* height:100%; */
			/* display:table; */
			top:auto;
			/* position:absolute; */
			/* position:relative; */
			padding:0;
			/* border:1px solid red; */
			bottom:0;
	}
	
	
	div.large-text-container div.large-text p {
			/* top:0; */
			/* display:table; */
			/* border:1px solid green; */
			max-width:360px;
			position:relative;
			padding:76px 20px 100px 20px;
			/* position:absolute; */
			bottom:0;
	}
	

	
	.home section > div.inner {
			padding:40px 0;
			
	}
	
	.home section > div.inner h1 {
			margin-left:20px;
			margin-right:20px;
	}	
	
	.last-events div.inner {
			/* padding:80px 0; */
	}
	
	
	
	/* home -- */
	/* biography ++ */
	
	.biography section > div.inner div.inline.left p {
			font-size:16px;
			line-height:26px;
	}
	
	a,p {
			font-size:16px;
			line-height:26px;
	}
	
	
	
	
	
	
	
	/* biography -- */
	/* catalogue ++ */
	
	div.catalogue div.left {
			font-size:20px;
	}
	
	div.catalogue a p.title {
			font-size:20px;
			line-height:28px;
			margin-bottom:6px;
	}
	
	div.catalogue div.left {
			margin-bottom:30px;
	}
	
	div.catalogue  div.right  {
		box-sizing:border-box;
		padding-left:15px;
		
	}
	
	#popup {
			padding:20px;
	}
	
		#popup>div.inner {
			/* padding:40px 40px; */
		}
	
	#popup a.close { 
			width:20px;
			height:20px;
			left: 0px;
			top: -35px;
	}
	
	#popup p.subtitle {
			font-size:18px;
			line-height:28px;
			margin-bottom:30px;
			margin-top:0;
	}
	
	#popup div.padding {
		padding:20px 20px;
		padding-top:30px;
	}
	
	#popup div.inner div.inline.left {
		width:100%;
	}	
	
	#popup div.inner div.inline.right {
		width:100%;
	}	
	
	#popup h1 {
			font-size:44px;
			line-height:52px;
			
			font-size:36px;
			line-height:42px;
	}
	
	#popup p {
			font-size:14px;
			line-height:26px;
	}
	
	/* catalogue -- */

}

@media screen and (max-height: 360px) {
		/*
		p.large-text {
			font-size:14px;
			line-height:22px;
		}
		*/
}



	
/*

*/

section.header {
	position:relative;
	width:100%;
	min-height:100%;
	animation: fadein 1.5s;
	box-sizing: border-box;
	display:table;
	padding-bottom:10px;
}

	section.header .bgimg {
		position:fixed;
		top:0px;
		display:block;
		width:100%;
		height:100%;
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
		animation: fadein 5s;
	}

	section.header div.table {
		display: table;
		width: 100%;
		position:relative;
		box-sizing:border-box;
		height:100%;
		min-height:100%;
		/* height:100vh; */
		/* top:0; */
		/* bottom:0; */
		position:relative;
		box-sizing:border-box;
		position:absolute;
		bottom:60px;
		
	}
	
		section.header div.table-row {
			display:table-row;
			border:1px solid red;
			height:100%;
			position:relative;
		}
		
		section.header div.table-cell {
			display:table-cell;
			vertical-align: bottom;
			box-sizing: border-box;
			position: relative;
			/* padding-bottom:40px; */
			/* padding-top:200px; */
			position:relative;
		}
	
	
	
	 section.header div.text {
		top:auto;
		bottom:auto;
		display:table;
		position:relative;
	 }
	 
		 section.header div.text p {
			 font-family:"TTTravels-Regular";
			max-width:650px;
			position:fixed;
			font-size:28px;
			line-height:40px;
			position:fixed;
			font-weight:300;
			color:#eee;
			top:50%;
		 }
	
@media screen and (max-width: 768px) {
	section.header div.text p {
		font-size: 20px;
		line-height: 29px;
		position:relative;
		/* padding-top:100px; */
	}
}



@-webkit-keyframes fadein {
	
	from {
		opacity:0;
	} to { 
		opacity:1; 
	}
}

@-webkit-keyframes fadeout {
		
}



.bg-image-author {
		font-size:12px;
		z-index:2000;
		position:fixed;
		bottom:5px;
		left:calc(100% - 15px);
		width:100%;
		display:table;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg); 
		-moz-transform: rotate(270deg); 
		transform-origin:left;
		color:#eee;
	
}

/* @media screen and (max-width: 810px) { */
@media screen and (max-width: 768px) {



.bg-image-author {
		display:none;
	/* font-size:10px; */
}

}

.bgimgcontainer {
		height:100%;
		position:relative;
		width:100%;
		min-height:100%;
}

#scroll-down {
	position:absolute;
	bottom: 40px;
	left:50%;
	width:20px;
	margin-left:-5px;
	height:15px;
	background-image: url(/assets/img/icon-scroll-down.png);
	background-size: cover;
	-webkit-animation: in 1s 0.8s  forwards, out 1s 1.6s forwards;
}	


@-webkit-keyframes in {
	from {bottom: 40px; }
	to { bottom: 60px;  }
}
@-webkit-keyframes out {
	from { bottom: 60px; }
	to { bottom: 40px; }
}

.hide-when-scrolled {
		transition-duration: 1s;
}

.opacity03 {
		opacity:0.3;
		
}


.sticky-content1,
.sticky-content {
	/* border:1px solid green; */
	display:block;
}

.sticky-content1 {
	/* border:1px solid yellow; */
	/* background:#000; */
}

.sticky-content-container1,
.sticky-content-container {
	/* border:1px solid green; */
	display:table;
	width:100%;
}

	.sticky-content.fixed {
		/* border:1px solid red; */
		position:absolute;
	}


