/*******************************
*			GENERAL
********************************/

body {
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
	border: none;
    font-family: 'PT Sans', sans-serif;
}

/*******************************
*			HEADER
********************************/

.page-header {
	background-color: #000000;
	width: 100%;
	height: 100px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99990;
	margin: 0px;
	padding: 0px;
	border: none;	
	text-align: center;
}

.prague-logo-container {
	float: left;
	padding: 0px;
	margin: 10px;
	margin-bottom: 0px;
}

.main-logo-container {
    margin-top: 10px;
    width: auto;
    display: block;
}

.main-logo-container h1 {
	margin: 0px;
	padding: 0px;
}

/*******************************
*			SIDE NAV
********************************/

.side-nav {
	width: 170px;
	height: 100%;
	margin: 0px;
	padding: 20px;
	padding-top: 130px;
	padding-bottom: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	z-index: 88888;
	background-color: #ededed;
	overflow: hidden;
	overflow-y: scroll;
	overflow-style: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none; 
	scrollbar-width: none;		
}

.side-nav::-webkit-scrollbar {
  display: none;
}

.side-nav-resp-button {
	display: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	margin-top: 130px;
	background-color: #ededed;
	width: auto;
	padding: 10px;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
    z-index: 77777;
}

.mobile_menu_icon div {
	width: 25px;
	height: 3px;
	margin: 4px;
	background-color: #000000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	cursor: pointer;
	display:block;
}

.side-nav-resp-button.opened .mobile_menu_icon .bar1 {
	transform: rotate(-45deg) translate(-5px, 5px);
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	-moz-transform: rotate(-45deg) translate(-5px, 5px);

}

.side-nav-resp-button.opened .mobile_menu_icon .bar2 {
	background-color: #ededed;
}

.side-nav-resp-button.opened .mobile_menu_icon .bar3 {
	transform: rotate(45deg) translate(-5px, -5px);
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	-moz-transform: rotate(45deg) translate(-5px, -5px);
}

.side-nav-button {
	width: 130px;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.side-nav-button:hover {
	background-color: #ffffff;
}

.side-nav-button-img {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.side-nav-button-img img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
}

.side-nav-button-label {
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	padding: 3px;
	padding-top: 0px;
}

/*******************************
*			DISPLAY
********************************/


.main-display {
	background: #ffffff;
	margin: 0px;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: 11111;
	position: relative;
	padding: 0px;
	padding-left: 170px;
	padding-top: 100px;
	box-sizing:border-box;
}

.display-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
}

.left-side-control {
	width: 20%;
	height: 100%;
	z-index: 22222;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	padding-top: 50px;
	box-sizing: border-box;
}

.left-side-control-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
}

/*
.display-description {
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
}
*/

.display-description {
	font-size: 14px;
	line-height: 1.3em;
	text-align: justify;
	position: relative;
	height: 65%;
	max-height: 65%;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-y: scroll;
	overflow-style: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none; 	
	scrollbar-width: none;
}

.display-description::-webkit-scrollbar {
  display: none;
}

.display-description h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1.5em;
	display: block;
}

/*
.display-thumbnails {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}
*/

.display-thumbnails {
	width: 100%;
	height: 35%;
	max-height: 35%;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-y: scroll;
	overflow-style: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none; 	
	scrollbar-width: none;	
}

.display-thumbnails::-webkit-scrollbar {
  display: none;
}

.display-thumbsnails-container {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0px;
}

.display-thumbnail-square {
	width: 20%;
	height: 20%;
	display: inline-block;
	background: #dedede;
	cursor: pointer;
	margin-right: 5%;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-top: 5%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.display-thumbnail-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.thumbnail-square-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.display-thumbnail-square:hover, .display-thumbnail-square.display-thumbnail-active {
	border-color: #000000;
}

.gallery-content {
	height: 100%;
	text-align: center;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 33333;
}

.display-spacer {
	height: 5%;
	display: block;
	position: relative;
	width: 100%;
}

.display-images {
	height: 90%;
	position: relative;
	display: block;
	z-index: 55555;
}

.display-image-slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.display-image-slide.display-slide-active {
	display: block;
}

.display-image-positioner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	margin: 0px;
	padding: 0px;
}

.display-image-positioner.slide-orientation-landscape {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.display-image-positioner.slide-orientation-portrait {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.display-image-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.display-image-positioner.slide-orientation-landscape .display-image-container, .display-image-positioner.slide-orientation-landscape img {
	width: 100%;
	height: auto;
}

.display-image-positioner.slide-orientation-portrait .display-image-container, .display-image-positioner.slide-orientation-portrait img {
	max-height: 100%;
    height: 100%;
    width: auto;
}

.display-image-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 25px;
	padding-right: 87px;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	box-sizing: border-box;
	line-height: 1.3em;
}

.display-image-magnifier {	
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.display-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	clear: both;
	z-index: 44444;
}

.display-control-prev {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-style: solid;
	border-color: rgba(255,255,255, 0);
	border-top-color: #afafaf;
	border-left-color: #afafaf;
	border-width: 8px;
	border-radius: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);		
	float: left;
    margin-left: -80px;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.display-control-next {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-style: solid;
	border-color: rgba(255,255,255, 0);
	border-top-color: #afafaf;
	border-right-color: #afafaf;
	border-width: 8px;
	border-radius: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);		
	float: right;
	margin-right: -80px;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.display-control-next:hover {
	border-top-color: #8e8e8e;
	border-right-color: #8e8e8e;
}

.display-control-prev:hover {
	border-top-color: #8e8e8e;
	border-left-color: #8e8e8e;
}

/*******************************
*			MAGNIFIER
********************************/

.magnifier-background {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 99997;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
	display: none;	
}

.magnifier-close-button {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: block;
	width: auto;
	height: auto;
	z-index: 99999;
}

#magnifier-image-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 75px;
	z-index: 99998;
}

/*******************************
*			RESPONZIVITY
********************************/

@media only screen and (max-width: 1366px) {
	.gallery-content {
		width: 60%;
		margin-right: 130px;
	}
}

@media only screen and (max-width: 1170px) {
	.display-control-prev {
		width: 30px;
		height: 30px;
		margin-left: -50px;
	}
	
	.display-control-next {
		width: 30px;
		height: 30px;
		margin-right: -50px;
	}
	
	.gallery-content {
		width: 60%;
		margin-right: 90px;
	}
	
	.left-side-control {
		width: 25%;
	}
}

@media only screen and (max-width: 980px) {
	.side-nav {
		width: 0px !important;
		padding: 0px !important;
		padding-top: 130px !important;
	}
	
	.side-nav.opened {
		width: 50% !important;
	}
	
	.side-nav-button {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.main-display {
		padding-left: 0px;
		height:auto;
	}
	
	.side-nav-resp-button {
		display: inline-block;
	}
	
	.side-nav-resp-button.opened {
		margin-left: 50%;
		display: inline-block;
	}
	
	.left-side-control {
		width: 90%;
		position: relative;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-top: 100px;
	}
	
	.display-thumbnail-square {
		width: 8%;
		height: 8%;
		margin-right: 1%;
	}	
	
	.gallery-content {
		width: 80%;
		position: relative;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.display-control-next {
		margin-right: -5%;
	}

	.display-control-prev {
		margin-left: -5%;
	}

	.display-spacer {
		display: none;
	}

	.display-image-slide {
		position: relative;
	}
	
	.display-image-positioner {
		position: relative;
		display: block;
		top: 0px;
		left: 0px;
		transform: translate(0,0);
	}
	
	.display-image-positioner.slide-orientation-portrait {
		height: 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.display-image-positioner.slide-orientation-portrait .display-image-container, .display-image-positioner.slide-orientation-portrait img {
		max-height: 100%;
		height: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.display-image-container {
		line-height: 0px;
	}
	
	.display-image-description {
		position: relative;
		background-color: rgba(0,0,0,0.2);
	}
	
	.display-description h2 {
    	font-size: 20px;
	}
	
	.display-description {
    	font-size: 18px;
	}
	
	.display-image-description {
		font-size: 18px;
	}
	
	.side-nav-button-label {
    	font-size: 16px;
	}
	
	.side-nav-button {
    	width: 70%;
	}
}