@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700&subset=latin,latin-ext);

/* --- basic styles ----*/

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 22pt;
  background: #ffffff;
  text-align: center;
  }
  
.modal11 {
	position:fixed; top:35%; left:20%; width: 60%; height:30%; background-color:#e6e6e6; display:none; z-index:9999;
}
  
#app_container {
	width:960px;
	margin: 0 auto;
}

.gallery_logo {
	position: fixed;
	width:11%;
	height:11%;
	right: 30px;
	bottom: 40px;
	z-index: 9999999;
	display: none;
	
}

.logos1 {
	position: absolute;
	width: 80px;
	height: 40px;
	right:10px;
	bottom: 0px;
	z-index: 999;
}

.strzalka {
	display: block;
	position: fixed;
	top:5px;
	left:50%;
	margin-left: 322px;
	width:56px;
	height:95px;
	z-index: 2300;
} 



.buttons {
	position: relative;
	top:232px;
	left:0px;
	width: 100%;
	height: 30px;
	
}

.buttons button {
	padding: 3px;
	font-size: 8pt;
	font-weight: 300;
	background-color: #eee;
	float: left;
	width: 48.7%;
	border: 1px solid #fff;
	border-left:0px;
	border-right:0px;
}

.cnt {
	
}
  
.show {
	display: block;
}  

.hide {
	display: none;
}

.mmm {
	transition-delay: 1s;
	height: auto;
	opacity: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hide2 {
	height: 0px;
	overflow: hidden;
	opacity: 0;
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;

	z-index: 9999;
}

.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

ul {
	list-style: none;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
}

li {
	padding: 1px;
	border-bottom: 1px solid #aaa;
}

li:hover {
	background-color: #e9e9e9;
	cursor: pointer;
}

li a {
	text-decoration: none;
	color: #777777;
}

.select {
	background-color: #e9e9e9;
}

.container {
	width: 800px;
	clear: both;
	position: relative;
}

h1 {
	font-weight: 300;
	font-size: 30pt;
	line-height: 30pt;
	color: #aaa;
	text-align: left;
	padding-left: 10px;
}

h2 {
	font-weight: 300;
	font-size: 18pt;
	line-height: 18pt;
	color: #777;
	text-align: left;
	padding: 0;
	margin-top: 0;

}

h3 {
	font-weight: 300;
	font-size: 16pt;
	line-height: 16pt;
	color: #999;
	background-color: #f4f4f4;
	text-align: left;
	padding: 4px;
	padding-left: 12px;
	border-bottom: 1px solid #eee;
	width:95%;
}

.left {
	text-align: justify;
	width: 45%;
	float: left;
	margin-left: 10px;
	line-height: 18px;
	color: #555;
}

.right {
	text-align: justify;
	width: 45%;
	float: right;
	margin-right: 24px;
	line-height: 18px;
	color: #555;
}

.item {
	position: relative;
	width: 255px;
	height: 275px;
	float: left;
	overflow: hidden;
	
	margin-right: 10px;	
	margin-bottom: 10px;
}

.image, .rollover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:0px;
	left:0px;
	width: 230px;
	height: 230px;
	padding-left: 15px;
	border: 1px solid #eee;
}

.rollover {
	opacity: 0;
}

.rollover:hover {
	opacity: 1;
	cursor: pointer;
}

.hide5 {
	opacity: .5
}

.descr {
	font-size: 8pt;
	color: #777;
	text-align: right;
	position: absolute;
	bottom: 0px;
}



.right {
	width: 45%;
	float: right;
}

#page {
	width:100%;
	position: absolute;
	top: 270px;
	clear: both;
	min-height: 300px;
}

.section {
	width: 100%;
	min-height: 30px;

}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.gray {
	background-color: #f4f4f4;
}

.white {
	background-color: #ffffff;
}

.background {
	position: fixed;
	left:0px;
	width:100%;
	height:100%;
	background-image: url('/back20.jpg');
	background-repeat: repeat;
	background-position: center 0px;
	background-color: #000000;
	z-index: 0;
}

.menu {
	width: 150px;
	position: fixed;
	left:50%;
	top:0px;
	margin-left: 333px;
	z-index: 2000;
}

.logo {
	margin-top: 170px;
}

.zakladki {
	background-color: #aa0000;
	margin-top: 50px;
}



.slides {
	width: 960px;
	height: 250px;
	position: absolute;
	top:0px;
	overflow: hidden;
	background-color: #eeeeee;
	z-index: 3000;
	border-bottom: 1px solid #ddd;
}

.slide1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
    filter: alpha(opacity=0);
}

.motion {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.opaque {
	opacity: 100;
    filter: alpha(opacity=100); 
}

input, textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 10pt;
	font-family: 'Lato', sans-serif;
	width: 98%;
	margin-top: 3px;
}

input:hover, textarea:hover {
	background-color: #f9f9f9;
}

input:focus, textarea:focus {
	border: 1px solid #dd6600;
	background-color: #f9f9f9;
}

.mobil {
	display: none;
}

/* ==================================================================================================================
    RESZTA
   ================================================================================================================== */

@media screen and (max-width:920px) {

	#app_container {
		width: 100%;
		height: 100%;
		overflow: visible;	
	}
	
	#app_container:before,
	#app_container:after {
	    content: " ";
	    display: table;
	}
	
	#app_container:after {
	    clear: both;
	}
	
	.cnt {
		display: none;
	}
	
	.gallery_logo {
		position: fixed;
		width:150px;
		height:auto;
		left:50%;
		margin-left: -75px;
		bottom:60px;
		z-index: 9999999;
		display: none;
	}
	
	#hh1, #hh2 {
		display:none;
	}
	.left, .right {
		width: 98%;
		clear: both;
		margin:0;
		float: none;
		
	}
	
	.slides {
		width: 100%;
		height:175px;
		background-color: #ffffff;
	}
	
	.strzalka, .menu {
		display: none;
	}
	
	.container {
		width: 94%;
		clear: both;
		margin-left: 3%;
		position: relative;
	}
	
	#page {
		margin-top: -100px;
	}

	.item {
		position: relative;
		width: 47%;
		height: 220px;
		float: left;
		overflow: hidden;
		float: left;
		margin-left: 1%;	
		margin-bottom: 10px;
	}
	
	.image, .rollover {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top:0px;
		left:0px;
		width: 99%;
		height: 85%;
		padding-left: 0px;
		border: 1px solid #eee;
	}
	
	.logos1 {
		position: absolute;
		width: 80px;
		height: 40px;
		right:10px;
		bottom: 0px;
	}
	
	h1 {
		background-color: #333;
		margin-bottom: 0px;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #fff
	}
	h3 {
		margin-top: 1px;
		width:97%;
	}
	
	.mobil {
		display:block; 
	}
	
}

@media screen and (max-width:550px) {

	
	
	.slides {
		width: 100%;
		height:150px;
		background-color: #ffffff;
	}
	
	.modal11 {
		position:fixed; top:30%; left:5%; width: 90%; height:40%; background-color:#e6e6e6; display:none; z-index:9999; 
		min-height: 130px;
	}
	
	.container {
		width: 90%;
		clear: both;
		margin-left: 5%;
		position: relative;
	}
	
	input, textarea {
		width: 96%;
	}
	
	#page {
		margin-top: -100px;
	}

	.item {
		position: relative;
		width: 100%;
		height: 180px;
		float: left;
		overflow: hidden;
		
		margin-right: 10px;	
		margin-bottom: 10px;
	}
	
	.image, .rollover {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top:0px;
		left:0px;
		width: 99%;
		height: 85%;
		padding-left: 0px;
		border: 1px solid #eee;
	}
	
	.logos1 {
		position: absolute;
		width: 80px;
		height: 40px;
		right:10px;
		bottom: 0px;
	}
	
	h1 {
		background-color: #333;
		margin-bottom: 0px;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #fff
	}
	h3 {
		margin-top: 1px;
	}
	
}


