/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear50 {
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.clear100 {
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
strong {
	font-weight: 600;
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}

*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}





/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #222;
	text-decoration: underline;
	font-weight: 500;
	transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #222;
	background-color: #fff;
	font-family: "Work Sans", Sans-serif;
}


.header {
	height: 120px;
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.5);
	transition: all 0.2s ease-out;
}
.headerafter, .headershort {
	background-color: rgba(255,255,255,0.65);
	background-color: rgba(255,255,255,0.5);
	height: 80px;
}
.headerplaceholder {
	background-color: #ccc;
	background-color: transparent;
}

.logo {
	position: absolute;
	top: 0;
	lefT: 50%;
	width: 100px;
	height: 100%;
	margin: 0 0 0 -50px;
	/*background-color: #fff;*/
	box-sizing: border-box;
	padding: 10px;
	transition: all 0.2s ease-out;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;	
	background-image: url(../img/emauzy-znak-outline.png);
	background-image: url(../img/emauzy-znak-bily.png);
}
.logo a span {
	display: none;
}


.menu1, .menu2 {
	width: 50%;
	position: absolute;
	top: 30px;
	box-sizing: border-box;
	transition: all 0.2s ease-out;
}
.menu1 {
	left: 0;
	padding: 0 70px 0 0;
	text-align: right;
}
.menu2 {
	right: 0;
	padding: 0 0 0 70px;
	text-align: left;
}

.headerafter .menu1, .headerafter .menu2, .headershort .menu1, .headershort .menu2 {
	top: 10px;
}
.headerafter .logo a, .headershort .logo a {
	background-image: url(../img/emauzy-znak-outline.png);
}

.menu1 a, .menu2 a {
	display: inline-block;
	font-family: "Work Sans", Sans-serif;
  	font-weight: 700;
  	line-height: 1.7em;
	font-size: 15px;
	padding: 15px 5px;
	margin: 0 20px;
	text-decoration: none;
	color: #fff;
}
.headerafter .menu1 a, .headerafter .menu2 a, .headershort .menu1 a, .headershort .menu2 a {
	color: #222;
}
.menu1 a:hover, .menu1 a:active, .menu2 a:hover, .menu2 a:active, a.menus {
	color: #fc8e44 !important;
}
.language {
	position: absolute;
	top: 45px;
	left: 3%;
	transition: all 0.2s ease-out;
}
.headerafter .language, .headershort .language {
	top: 25px;
}
.language a {
	display: inline-block;
	width: 38px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 50% 50%;	
}
a.language-cz {
	background-image: url(../img/language-cz.png);
}
a.language-en {
	background-image: url(../img/language-en.png);
}




.intro {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #222;
}
.introshort {
	position: relative;
	width: 100%;	
	background-color: #222;
}
.intro1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intro1 .faceimg {
	height: 100%;
}
.intro1 img {
	display: block;
	width: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introshort img {
	display: block;
	width: 100%;	
}
.intro2 {
	display: block;
	width: 90%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.75);
}
.intro h1, .introshort h1 {
	font-family: "Playfair Display", Sans-serif;
	font-weight: 700;
  	font-size: 80px;
  	line-height: 1.4em;
  	letter-spacing: 5px;
}
.intro h2, .introshort h2 {
	font-family: 'Work Sans';
  	font-weight: 700;
  	font-size: 36px;
	letter-spacing: 1px;
}

.footer {
	background-color: #222;
	color: #fff;
	padding: 100px 0;
	position: relative;
}
.footer1 {
	width: 170px;
	margin: 0 auto;
	height: 170px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;	
	background-image: url(../img/emauzy-znak-bily.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer0 {
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
}
.footer0a {
	float: left;
	width: 50%;
}
.footer0 h2 {
	padding: 0 0 13px 0;
	text-transform: uppercase;
}
.footer0 a {
	color: #fff;
	text-decoration: none;
}
.footer0 a:hover, .footer0 a:active {
	color: #FC8E44;
}
.footer p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 13px 0;
}
.footer p i {
	display: inline-block;
	color: #FC8E44;
	margin-right: 15px;
	font-size: 15px;
}
.copy0 {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}


.introtxt {
	padding: 200px 0;
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: 50% 50%;	
	background-image: url(../img/bgr-illu.png);
}
.introtxt img {
	display: block;
	width: 100%;
	height: auto;
}
.introtxt0 {
	width: 90%;
	margin: 0 auto;
}
.introtxt1 {
	float: left;
	width: 50%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.introtxt2 {
	float: left;
	width: 50%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.introtxt h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	padding: 0 0 50px 0;
}
.introtxt p {
	max-width: 430px;
	font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
	padding: 0 0 26px 0;
}
.readmore {
	padding: 20px 0 0 0;
}
.readmore a {
	text-decoration: none;
	background-color: #fc8e44;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16px 38px;
	display: inline-block;
	font-size: 12px;
}
.readmore a:hover {
	background-color: rgba(252,142,68,0.75);
	background-color: #5e5e5e;
	/*color: #222;*/	
}
.vr {
	height: 100vh;
	background-color: #222;	
	position: relative;
}
.vr iframe {
	width: 100%;
	height: 100%;
}
.vr iframe .tag-billboard-header {
	display: none !important;
}



.txts {
	padding: 200px 0;
}
.txt {
	padding: 0 0 100px 0;
}
.txt img {
	display: block;
	width: 100%;
	height: auto;
}
.txt0 {
	width: 90%;
	margin: 0 auto;
}
.txt1 {
	float: left;
	width: 50%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.txt:nth-child(even) .txt1 {
	float: right;
	padding: 0 0 0 50px;
}
.txt2 {
	float: left;
	width: 50%;
	padding: 25px 0 0 50px;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.txt:nth-child(even) .txt2 {
	float: left;
	padding: 25px 0 0 50px;	
}
.txt h2, .content h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	padding: 0 0 50px 0;
}
.content h1 {
  padding: 0 0 25px 0;
}
.content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 0 25px 0;
}

.txt p, .content p {
	/*max-width: 430px;*/
	font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
	padding: 0 0 26px 0;
}
.content p {
	max-width: 100%;
}
.txt strong, .content strong {
  font-weight: 700;
}
.txt ul li, .content ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;  
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
}
.txt ol li, .content ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
}



a.imgscaleonhover {
	display: block;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
a.imgscaleonhover img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.35s;
}
a.imgscaleonhover:hover img {
	transform: scale(1.15);
}


.content {
	padding: 100px 0;
}
.content0 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.content a {
	color: rgb(252, 142, 68);
}
.content ol, .content ul {
	padding: 0 0 15px 0;
}
.content ol li, .content ul li {
  	font-size: 16px;
  	line-height: 26px;
  	color: #5e5e5e;
	padding: 0 0 10px 0;
	list-style-type: decimal;
	margin: 0 0 0 25px;
}
.content ul li {
	list-style-type: disc;
}
.gallery p {
	float: left;
	width: 32.5%;
	margin: 0 1.25% 15px 0; 
	padding: 0;
}
.gallery p:nth-child(3n+0) {
	margin: 0 0 15px 0;  
}
.gallery1 p {
	float: none;
	width: auto;
	margin: 0 0 0 0; 
	padding: 0 0 25px 0;
}


.drobek {
	padding: 0 0 25px 0;
	font-size: 14px;
	color: #5e5e5e;
}
.drobek a {
	color: rgb(252, 142, 68);
	text-decoration: none;
}
.drobek a:hover, .drobek a:active {
	color: #222;
}
.drobek span {
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #ccc;
}




.view {
  background-color: fff;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50% 0 0;
	min-height: 100px;
	overflow: hidden;
	transition: padding 0.2s ease-out;
}
.viewfull {
	padding: 0 18% 0 0;
}
.viewhalf {
  padding: 0 50% 0 0;
}
.view1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.zoom_outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#zoom {
  width: 100%;
  height: 100%;
  transform-origin: 0px 0px;
  /*transform-origin: center;*/
  transform: scale(1) translate(0px, 0px);
  cursor: grab;
  transition: transform 0.1s;
  position: relative;
}
div#zoom > img {
  width: auto;
  height: 100%;
}
.view2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
	height: 100%;
	background-color: #ededed;
	background-color: #222;
	background-color: #333;
  box-sizing: border-box;
	padding: 10px;
	padding: 0;
	border-left: 1px solid #ededed;
	border-left: 1px solid #333;
	overflow-y:auto;
	z-index: 950;
}
.view24 {
	padding: 10px;
	background-color: #fff;
	width: 100%;
	min-height: 10px;
	 box-sizing: border-box;
	overflow: hidden;
}
.view24imgthumb, .view24imgthumbreal {
  position: relative;
}
.view24imgthumbnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px;
  left: -5px;
  box-sizing: border-box;
  display: block;
/*background-image: url("../img/navigator.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;*/
}
.view24imgthumbnav0 {
	/*position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	width: 10px;
	background-color: #fff;
	border-radius: 10px;
	filter: blur(2px);*/
}
.view24imgthumbnav1 {
	position: absolute;
	height: 40px;
	top: -15px;
	left: 5px;
	width: 1px;
	background-color: #000;
}
.view24imgthumbnav2 {
	position: absolute;
	height: 1px;
	top: 5px;
	left: -15px;
	width: 40px;
	background-color: #000;
}


.view21 {
	position: relative;
	border-bottom: 1px solid #ededed;
	border-bottom: 1px solid #333;
	margin: 0 0 0 0;	
}
.view210 {
	position: relative;
	padding: 10px;
	background-color: #fff;
}
.view21 a {
	position: absolute;
	/*background-color: rgba(0,0,0,0.2);
	border: 1px solid #000;*/
	display: block;
	width: 8%;
	aspect-ratio: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.view21 a:hover, a.view21s, a.view21spermanen {
background-image: url("../img/view21.svg");
}


.view21 a span {
	display: none;
	position: absolute;
	top: 100%;
	left: 100%;
	background-color: rgba(0,0,0,0.7);
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
}
.view21 a:hover span {
	display: block;
}

a.view21-1 {
	top: 76%;
	left: 60%;
}
a.view21-2 {
	top: 76%;
	left: 50%;
}
a.view21-3 {
	top: 76%;
	left: 44%;
}
a.view21-4 {
	top: 76%;
	left: 38%;
}
a.view21-5 {
	top: 76%;
	left: 32%;
}
a.view21-6 {
	top: 76%;
	left: 26%;
}
a.view21-7 {
	top: 76%;
	left: 20%;
}

a.view21-8 {
	top: 75%;
	left: 20%;
}
a.view21-9 {
	top: 70%;
	left: 20%;
}
a.view21-10 {
	top: 64%;
	left: 20%;
}
a.view21-11 {
	top: 56%;
	left: 20%;
}
a.view21-12 {
	top: 50%;
	left: 20%;
}
a.view21-13 {
	top: 44%;
	left: 20%;
}
a.view21-14 {
	top: 38%;
	left: 20%;
}
a.view21-15 {
	top: 36%;
	left: 22%;
}
a.view21-16 {
	top: 36%;
	left: 30%;
}
a.view21-17 {
	top: 36%;
	left: 40%;
}
a.view21-18 {
	top: 36%;
	left: 50%;
}
a.view21-19 {
	top: 36%;
	left: 60%;
}
a.view21-26 {
	top: 75%;
	left: 60%;
}
a.view21-25 {
	top: 68%;
	left: 60%;
}
a.view21-24 {
	top: 62%;
	left: 60%;
}
a.view21-23 {
	top: 56%;
	left: 60%;
}
a.view21-22 {
	top: 50%;
	left: 60%;
}
a.view21-27 {
	width: 12%;
	top: 50%;
	left: 67%;
}
a.view21-21 {
	top: 44%;
	left: 60%;
}
a.view21-20 {
	top: 38%;
	left: 60%;
}
.over {
	width: 100%;
	height: 100%;
}
.over0 {
	height: 24.5%;
	position: relative;
	padding: 0 0;
}
.over a {
	float: left;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	/*border: 1px solid #000;*/
	width: 14.2%;
}
a#overbutt15 {
	width: 15%;
}
a#overbutt16 {
	width: 24%;
}
a#overbutt17 {
	width: 21%;
}
a#overbutt18 {
	width: 25%;
}
.over1 {
	aspect-ratio: 4.45;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.over1 strong {
	position: absolute;
	lefT: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	padding: 3px 30px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.25s;
	font-size: 12px;
}
.over a span {
	position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.25s;
	text-align: center;
	width: 90%;
}
#over1 a span {
	  bottom: 30px;
}
#over4 a span {
	  bottom: 20px;
}
.over1:hover strong {
	opacity: 1;
}
.over a:hover span, a.overbutts span {
	opacity: 1;
}
.over a span strong {
	font-size: 12px;
	display: block;
	font-weight: 600;
}


.over img {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	transition: transform 0.35s;
}
.over a:hover img, .overbutts img {
	transform: scale(1.15);
}







.view21 img, .view24 img {
	display: block;
	width: 100%;
}
.view25 {
	border-top: 1px solid #222; 
}
a.view251, a.view252 {
	float: left;
	width: 50%;
	display: block;
	padding: 5px 0;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: rgb(252, 142, 68);
	color: #fff;
	background-color: #666666;
	text-decoration: none;
}
a.view253 {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: rgb(252, 142, 68);
	color: #fff;
	background-color: #666666;
	text-decoration: none;
	margin-top: 1px;
}
a.view251 {
	background-image: url("../img/view251.png");
	background-image: url("../img/view251-black.png");
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 1px auto;
}
a.view251:hover, a.view252:hover, a.view253:hover {
	background-color: #fff;
	color: #222;
}

a.view252 {
	float: right;
}

.hirestab {
	position: absolute;
}
.hirestab div {
	position: absolute;
	width: 50%;
	height: 50%;
}
.hirestab div img {
	display: block;
	width: 100%;
	height: 100%;
}
.hirestab1 {
	top: 0;
	left: 0;
}
.hirestab2 {
	top: 0;
	left: 50%;
}
.hirestab3 {
	top: 50%;
	left: 0;
}
.hirestab4 {
	top: 50%;
	left: 50%;
}

.view23 {
	padding: 0 0 0 0;
}
.view23 a {
  display: block;
  padding: 5px 5px 5px 40px;
  font-weight: 700;
	font-weight: 500;
  color: #fff;
  /*background-color: rgb(252, 142, 68);*/
	 background-color: #222;
	 background-color: #333;
  text-decoration: none;
	position: relative;
	background-image: url("../img/circle-info-solid-full.svg");
background-image: url("../img/angles-right-solid-full.svg");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.view23 a.view3titleclosed {
background-image: url("../img/angles-left-solid-full.svg");
}
.view23 a span {
	opacity: 0.5;
}
.view23 a:hover {
	 background-color: #000;
}
.view23 a i {
	position: absolute;
	right: 10px;
	top: 10px;

}
.view3 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 32%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	color: #5e5e5e;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	z-index: 900; 
	overflow-y: auto;
	transition: left 0.2s ease-out;
}
.view3 a {
	color: #fff;
}
.view3closed {
	left: 82%;
}
.view30 {
	padding: 30px;
}
.view3 h1 {
	font-size: 30px;
  font-weight: 700;
	font-weight: 500;
	padding: 0 30px 26px 0;
	color: rgb(252, 142, 68);
	color: #fff;
}
.view3 h2 {
	font-size: 21px;
  font-weight: 700;
font-weight: 500;
	padding: 0 0 26px 0;
	font-weight: 400;
	font-size: 16px;
	color: #5e5e5e;
	color: rgba(255,255,255,0.5);
}
.view3 h1 span, .view3 h1 strong, .view3 h2 strong {
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #5e5e5e;
	color: rgba(255,255,255,0.5);
}
.view3 h2 span, .view3 h2 strong {
	font-size: 21px;
  font-weight: 700;
font-weight: 500;
	color: #fff;	
}
.view3 p {
	font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  padding: 0 0 26px 0;
}
a.view3close {
display: block;
  padding: 5px 10px;
  font-weight: 700;
  color: #000;
	color: #fff;
  background-color: rgb(252, 142, 68);
 background-color: #333;
  text-decoration: none;
	position: absolute;
	top: 9px;
	right: 9px;
}
a.view3close:hover {
	background-color: #000;
	color: #fff;
}


.view26 {
	padding: 10px;
	text-align: center;
}
.view26 a {
	display: block;
	padding: 2px 5px;
	margin: 0 0 3px 0;
	text-align: center;
	font-weight: 700;
	background-color: rgb(252, 142, 68);
	text-decoration: none;
	color: #fff;
}
.view26 a:hover, a.view26butts {
	background-color: #222;
}


.faceimg {
	position: relative;
}
.faceimg span {
	opacity: 0;
	transition: opacity 0.25s;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 5px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.5);
	color: #000;
}
.faceimg:hover span {
	opacity: 1;
}


@media screen and (min-width: 1px) and (max-width: 1600px) {

}

@media (max-aspect-ratio: 3/2) {
.intro1 img {
	width: auto;
	height: 100%;
}
}



#view25mobile {
	display: none;
}
.menumobile {
	display: none;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
#view25desktop {
	display: none;
}
#view25mobile {
	display: block;
}
.menu1, .menu2 {
	display: none;
}
.introtxt {
  padding: 50px 0;
}
.introtxt1 {
  float: none;
  width: auto;
  padding: 0 0 50px 0;
}
.introtxt2 {
  float: none;
  width: auto;
  padding: 0 0 0 0;
}
.footer {
  padding: 50px 0;
}	
.footer1 {
  width: 100px;
  margin: 0 0 20px 0;
  height: 100px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.footer0a {
  float: none;
  width: auto;
}
.headerafter, .headershort {
  height: 50px;
}
.headerafter .language, .headershort .language {
  top: 10px;
}
a.menubutt {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 50% 50%;	
	background-image: url(../img/menu.svg);
}
.introshort {
 height: 300px;
}
.intro1short {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.introshort img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.intro h1, .introshort h1 {
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: 2px;
}
.txts {
  padding: 50px 0;
}
.txt1, .txt:nth-child(2n) .txt1 {
  float: none;
  width: auto;
  padding: 0 0 50px 0;
}
.txt2, .txt:nth-child(2n) .txt2 {
  float: none;
  width: auto;
  padding: 0 0 0 0;
}
.content {
  padding: 50px 0;
}
.gallery p {
  float: none;
  width: auto;
  margin: 0 0 15px 0;
}
.menumobile {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.menumobile a {
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	background-color: #fff;
}
.menumobile a:last-child {
	border-bottom: none;
}
.view {
  padding: 0 0 0 0;
	height: auto !import;
}
.view1 {
  height: 80vh;
}
.view2 {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
}
.over0 {
  height: auto;
}
.over1 {
  aspect-ratio: 4.45;
  height: auto;
	width: 100%;
}
.view3 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 80vh;
}
.view3closed {
  left: 100%;
}
.zoom_outer {
  overflow: auto;
}
.view24 {
	display: none;
}
.vr {
	padding: 50px 0 0 0;
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
div#zoom > img {
  width: 100%;
  height: auto;
}

}