body {
	overflow-y: hidden; /* prevent jump */
	overflow-x: hidden;
	font-family: "RobotoCondensed", sans-serif;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}


a:hover,
a:focus {
	outline: none;
	/*color: #e3cba4!important;*/
}



@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-BoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

								/* Добавлено */ /*
.logo {
	text-align: center;
   
	
	height: 120px;                                      
}
.logo img {
	
	height: 100%;                                          /* убрать потом*//*
}
								
.menu-header {
	height: 48px;
	background-color: #eee;
	overflow: hidden;
    position: fixed;
    z-index: 1001;
    width: 100%;
	opacity: 0.8;
}

.logo-header{
	
}

.logo-header img{
	
}

/*.container, 
.content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.container {
	background: #373a47;
}*/
/*
.menu-wrap a {
	color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50;
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.content {
	position: relative;
	background: #b4bad2;
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Menu Button *//*
.menu-button {
	position: relative;
	z-index: 1002;
	margin: 7px;
	padding: 0;
	width: 1.5em;
	height: 34px;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: rgba(238, 238, 238, 0.5);
}
		
.menu-button::before {
	position: absolute;
	top: 0.25em;
	right: 0.2em;
	bottom: 0.25em;
	left: 0.2em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button *//*
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	/*overflow: hidden;*//*
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */


/*.menu, 
.icon-list {
	height: 100%;
}*/
/*
.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	margin-top: 50px;
	
}

.icon-list a {
	color: #b7bbbf;
	display: block;
	padding: 5px 0;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	
	font-size: 1em;
}

/* Shown menu *//*
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

								
								
								
                               /* Конец Добавлено */ 

/* hidden class for the SVG */
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.project_side{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	
	display: table;
	
	
	    padding: 32px 64px 64px 64px;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}


/*
.logo{
	position: relative;
	margin-left: 4px;
    font-size: 80px;
    color: #dbdbdb;
    font-weight: 600;
	line-height: 70px;
	text-align: center;
}

.logo_description{
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
    color: #dbdbdb;
	font-weight: 200;
	text-align: center;
}
*/
.gallerytext{
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 25px;
    
    position: fixed;
	top: 75px;
	left: 0;
	z-index: 1001;
	
	display: table;
	
	
	
        padding-left: 64px;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

 



/* Global thumbnail navigation */
.thumb-nav {
	position: fixed;
	top: 48px;
	left: 0;
	z-index: 1000;
	
	display: table;
	background: rgba(28, 31, 42, 0.3);
	
	padding: 72px 20px 800px 64px;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.thumb-nav--hide {
	opacity: 0;
	-webkit-transform: translate3d(0, -200px, 0);
	transform: translate3d(0, -200px, 0);
        /*display: none;*/
        visibility: hidden;
}

.thumb-nav__item {
	position: relative;
	display: table;
	
	color: #fff;
}



.thumb-nav__item--current span,
.thumb-nav__item:hover span{
	opacity: 0.95;
	-webkit-transform: scale3d(0.75, 0.75, 1);
	transform: scale3d(0.75, 0.75, 1);
        color:#e3cba4;
}

.thumb-nav__item span {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 22px;
	cursor: pointer;
}

/* Container styles */
.container,
.container::after {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
}

.container {
	z-index: 1;
	overflow: hidden;
	background: #2a2e39;
	-webkit-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
}

.container::after {
	z-index: 1000;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.9s;
	transition: opacity 0.9s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--animOutRight::after,
.container--animOutLeft::after {
	opacity: 1;
}

.container--current {
	position: absolute;
	z-index: 100;
	height: auto;     
	opacity: 1;
	pointer-events: auto;
}

.container--animInRight,
.container--animInLeft {
	z-index: 101;
	opacity: 1;
}

.container--animInRight,
.container--animInLeft,
.container--animOutRight,
.container--animOutLeft {
	-webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
	animation-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.container--animInRight {
	-webkit-animation-name: animInRight;
	animation-name: animInRight;
}

.container--animInLeft {
	-webkit-animation-name: animInLeft;
	animation-name: animInLeft;
}

.container--animOutRight {
	-webkit-animation-name: animOutRight;
	animation-name: animOutRight;
}

.container--animOutLeft {
	-webkit-animation-name: animOutLeft;
	animation-name: animOutLeft;
}

@-webkit-keyframes animOutLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		opacity: 0;
	}
}

@keyframes animOutLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		opacity: 0;
	}
}

@-webkit-keyframes animInRight {
	from {
		-webkit-transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	}
}

@keyframes animInRight {
	from {
		-webkit-transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
		transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	}
}

@-webkit-keyframes animOutRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		opacity: 0;
	}
}

@keyframes animOutRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		transform: rotate3d(0,0,1,20deg) translate3d(100%,0,0);
		opacity: 0;
	}
}

@-webkit-keyframes animInLeft {
	from {
		-webkit-transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	}
}

@keyframes animInLeft {
	from {
		-webkit-transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		transform: rotate3d(0,0,1,-20deg) translate3d(-100%,0,0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
		transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	}
}

.intro {
	position: fixed;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #2a2e39;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--animInRight .intro,
.container--animInLeft .intro,
.container--animOutRight .intro,
.container--animOutLeft .intro {
	position: absolute;
}

.container--open .intro {
	-webkit-transform: translate3d(0, -100%, 0) translate3d(0, 180px, 0);
	transform: translate3d(0, -100%, 0) translate3d(0, 180px, 0);
}

/* Fullscreen image */
.intro__image {
	position: absolute;
	bottom: 0;
	min-width: 100%;
	min-height: 120%;
	width: auto;
	height: 100%;
	opacity: 0.8;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--open .intro__image {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}

/* Intro content */
.intro__content {
	position: absolute;
	bottom: 0;
	padding: 1.8em;
	width: 100%;
	font-size: 1.15em;
        padding-bottom: 33px;
        text-align: right;
        
}

.intro__title {
	margin: 0;
	font-weight: 900;
	font-size: 4em;
	padding-right: 100px;
	line-height: 1;
	animation: fadeInDown 3s both;
	z-index: 9000;
        
}

.intro__subtitle {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: 9000;
}

.intro__description {
	margin: 0 auto 0 1em;
	line-height: 1.2;
	z-index: 9000;
}

/* Trigger button with SVG */
.trigger {
	position: relative;
	-webkit-flex: none;
	flex: none;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding: 0;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background: none;
	
	position: absolute;
    right: 20px;
    background-color: transparent;
    border: solid 2px #e5e6e7;
    border-color: #ffffff;
    background-image: url(../img/dark-arrow.svg);
    bottom: 42px;
    border-radius: 1.5em;
    margin-left: -1.5em;
    width: 3em;
    height: 3em;
    padding: 0;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    z-index: 1002;
}

/* Hide the text */
.trigger span {
	position: absolute;
	top: 100%;
}

.icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;

	stroke: #dbdbdb;
	fill: none;
	stroke-width: 2px;
}

/* Hide grid and show cross when opening */

.trigger--active {
	background-image: url(../img/closecross.svg);
}



/* Main content */
.items-wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 180px 5px 0;
}

.items-wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2a2e39;
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	pointer-events: none;
}

.container--open .items-wrap::after {
	opacity: 0;
}

.item {
    display: flex;
    justify-content: center;
	position: relative;
	-webkit-flex: 1 0 25%;
	flex: 1 0 25%;
	overflow: hidden;
	height: 22vw;
	outline: none;
	border: 5px solid #2a2e39;
	border-width: 0 5px 10px;
	background: #2a2e39;
}

.item__image {
	position: absolute;
	top: 50%;
	/*min-height: 100%;*/
/*	width: 100%; */
/**/ height: 100%;
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.item:hover .item__image {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.item__title {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 15em 15em 0.75em;
	
	color: #fff;
	font-size: 1.85em;
	background: #53555261;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.item:hover .item__title {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

/* Color schemes */
.theme-1 a {
	color: #90be23;
}

.theme-1,
.theme-1 .intro {
	background:  #1c1f2a;
}

.theme-1 .item {
	border-color: #1c1f2a;
	background: #c5c6c54d;
}

.theme-2 a {
	color: #90be23;
}

.theme-2,
.theme-2 .intro {
	background: #1c1f2a;
}

.theme-2 .item {
	border-color: #1c1f2a;
	background: #c5c6c54d;
}

/* Media Queries */

@media screen and (max-width: 1440px) {
	.item {
		-webkit-flex: 1 0 16.666%;
		flex: 1 0 16.666%;
		height: 15vw;
	}
        .thumb-nav__item span {
    
    font-size: 1.2em;
    line-height: 28px;
   
}
}

@media screen and (max-width: 1000px) {
	.item {
		-webkit-flex: 1 0 25%;
		flex: 1 0 25%;
		height: 23vw;
	}
	.item,
	.intro__content {
		
                padding-right: 0px;
                padding-bottom: 22px;
	}
        .container--open .intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
}
.items-wrap{padding: 150px 5px 0;}
}

@media screen and (max-width: 1000px)and (min-width: 551px) {
	.intro__content {
		
                padding-right: 0px;
                padding-bottom: 16px;
	}
        .trigger {
            bottom: 26px;
        }
        
        .intro__title {
		font-size: 31px;
                padding-right: 110px;
                margin-bottom: 22px;
        }
}
@media screen and (min-width: 961px) {
		
		.menu-header {
			display: flex;
		}
		
}



@media screen and (max-width: 590px) {
	.item {
		-webkit-flex: 1 0 33.333%;
		flex: 1 0 33.333%;
		height: 30vw;
	}
        .trigger {
            bottom: 26px;
        }
        
        .item__title {

	font-size: 1em;
	
    }
}

@media screen and (min-width: 441px) and (max-width: 550px) {
	.intro__title {
		font-size: 31px;
                padding-right: calc(100vw - 275px);
        }
        .intro__content {
    padding-bottom: 22px;
}
.container--open .intro__title {
        padding-right: 100px;
        font-size: 31px;
}
.onestr {font-size: 31px !important; margin-bottom: 14px;
}
}

@media screen and (min-width: 361px) and (max-width: 440px) {
    .thumb-nav__item span {
   
    font-size: 1.1em;
    line-height: 26px;
    
}
.thumb-nav {
	padding-right: calc(100vw - 321px);
        padding-left: 34px;
}
.gallerytext {
        padding-left: 34px;
}
.intro__content {
    padding-bottom: 23px;
}
.intro__title {
        padding-right: 115px;
        font-size: 31px;
}
.container--open .intro__title {
        padding-right: 100px;
        font-size: 31px;
}
.onestr {font-size: 31px !important; margin-bottom: 14px;
}
}



@media screen and (min-width: 331px) and (max-width: 360px) {
    .thumb-nav__item span {
   
    font-size: 1.1em;
    line-height: 26px;
    
}
.intro__content {
    padding-bottom: 23px;
}
.thumb-nav {
	padding-left: calc(100vw - 305px);
}
.gallerytext {
        padding-left: calc(100vw - 305px);
}
.intro__title {
        padding-right: 115px;
        font-size: 31px;
}
.container--open .intro__title {
    padding-right: 100px;
    font-size: 31px;
}
.onestr {font-size: 31px !important; margin-bottom: 14px;
}
}

@media screen and (max-width: 330px) {
    .thumb-nav__item span {
   
    font-size: 0.85em;
    line-height: 22px;
    
}
.intro__content {
    padding-bottom: 29px;
}
.thumb-nav {
	padding-left: calc(100vw - 262px);
}
.gallerytext {
        padding-left: calc(100vw - 262px);
}
.intro__title {
        padding-right: 115px;
        font-size: 25px;
}

.container--open .intro__title {
        padding-right: 100px;
        font-size: 25px;
}
.onestr {font-size: 31px !important; margin-bottom: 7px;
}
}

@media screen and (max-width:860px) and (orientation:landscape) {
	
	.menu-wrap{
	width: 250px;
	font-size: 0.8em;
	padding: 35px 35px 20px;
	}
	
	.logo{
		height: 70px;
	}
	.icon-list{
		margin-top: 30px;
	}
	
	.icon-list a{
		padding: 3px 0;
	}
        .intro__title {
            font-size: 2.3em;
            padding-right: 90px;
        }
        .trigger {
            bottom: 30px;
        }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .thumb-nav__item span {
    
    font-size: 0.75em;
    line-height: 20px;
   
}
}

@media screen and (max-height:350px) and (orientation:landscape) {
.gallerytext {
   
    font-size: 22px;
    top: 65px;
    
   
}
.thumb-nav {
    padding-top: 45px;
}
}
@media screen and (max-width:600px) and (orientation:landscape) {
    .intro__title {
    font-size: 1.5em;
    padding-left: 180px;
    }
}

.glropen {top: 55px;
 padding-left: 48px;
 display: none;
 }
 

/*

.container--open .gallerytext {

padding-left: 48px;
    top: 55px;
}

.container--open .intro {
	-webkit-transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
	transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
}
*/