body {
	z-index: 1;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#main {
	background-image: url(/img/main.jpg);
}
#about {
	background-image: url(/img/about.jpg);
}
#col {
	background-image: url(/img/col.jpg);
}
#news {
	background-image: url(/img/news.jpg);
}
#child {
	background-image: url(/img/child.jpg);
}
#exp {
	background-image: url(/img/exp.jpg);
}
#book {
	background-image: url(/img/book.jpg);
}
#ghost {
	background-image: url(/img/ghost.jpg);
}
#dar {
	background-image: url(/img/dar.jpg);
}

#head {
	width: 100%;
	height: 70px;
	background-image: url(/img/head.jpg);
	box-shadow: 0 0 10px white;
}
#logo {
	height: 70px;
	width: 80px;
	display: block;
	background: url(/img/logo.png) no-repeat 50% 50%;
	position: absolute;
}
#hh {
}
#hh h1 {
	margin: 0;
	font-size: 40px;
	color: white;
	line-height: 70px;
	text-align: center;
	height: 70px;
	overflow: hidden;
}
.text {
	font-size: 20px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 30px;
	margin-top: 30px;
}
.text img {
	max-width: 100%;
}

.con {
	width: 1200px;
	margin: 0 auto;
}
#center {
	height: 350px;
	width: 350px;
	margin: 100px auto;
	box-shadow: 0 0 10px white;
}
#center img {
	width: 100%;
	height: auto;
}
#menu {
	display: table;
	text-align: center;
}
.men {
	display: inline-block;
	width: 300px;
	height: 240px;
	margin: 30px;
	box-shadow: 0 0 10px white;
	background: url(/img/menu.jpg) no-repeat;
	text-align: center;
	padding: 20px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
}
.men h3 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}
.men h3 a {
	color: white;
	text-decoration: none;
}
.men:hover {

}
#menu .slides {

}
.slide {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #a7a7a7;
	display: block;
}
.slide div {
	width: 300px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left:0;
	background: rgba(0, 0, 0, 0.7);
	color:white;
}
.slide h4 {
	margin: 10px 0;
	line-height: 35px;
	text-transform: uppercase;
}
.slide img {
	width: 300px;
}
.sld {
	position: relative;
	height: 200px;
}
.sld div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 290px;
	overflow: hidden;
	padding: 5px;
	display: none;
}


#foot {
	background: url(/img/foot.jpg) repeat;
	margin-top: 50px;
	box-shadow: 0 0 10px white;
	padding: 2%;
	color:white;
	display: table;
	width: 96%;
}
#foot h3 {
	margin: 0px 0 10px 0;
}
.span3 {
	width: 33%;
	display: block;
	float: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.col {
	width: 300px;
	height: 350px;
	margin: 50px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.7;
}
.col:hover {
	opacity: 1;
}
.hat {
	width: 250px;
	height: 250px;
	margin: 25px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.hat div {
	position: absolute;
	left:0;
	bottom: 0;
	width: 240px;
	background: rgba(0, 0, 0, 0.7);
	color:white;
	display: none;
	padding: 5px;
}
.hat:hover {
	box-shadow: 0 0 5px black;
}
.hat img {
	height: 250px;
	width: 100%;
	max-width: 300px;
}
.m25 {
	margin-top: 25px;
}
.other {
	margin: 25px 0;
}
.other h2 {
	text-align: center;
	color: white;
}
.other a {
	width: 140px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	height: 180px;
	opacity: 0.7;
}
.other a:hover {
	opacity: 1;
}
.other a img {
	width: 100%;
	height: auto;
}
.tbl {
	margin: 50px 0;
	display: table;
}
#image {
	width: 60%;
	display: table-cell;
	background: url('/img/hat.jpg');
}
#image a {
	display: block;
}
#image a img {
	width: 100%;
}
#opis {
	width: 40%;
	display: table-cell;
	vertical-align: top;
}
#ops {
	background: url('/img/hat.jpg');
	margin: 0 0 0 50px;
	padding: 1px 20px 20px 20px;
}

#hto {
	background: url('/img/hat.jpg');
	margin-top: 50px;
	padding: 1px 0 0 0;
}
#hto h2 {
	text-align: center;
	margin-bottom: 0px;
}
.news {
	width: 350px;
	height: 250px;
	margin: 25px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.news > span {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
}
.news span img {
	min-height: 250px;
	max-height: 260px;
	border: 0;
	display: block;
	left: -50%;
	position: relative;
}
.news div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	color:white;
	height: 50px;
	padding: 0 5px;
	width: 340px;
}
.news h3 {
	line-height: 50px;
	margin: 0;
}
.fr {
	float: right;
}
#drnw h2 {
	margin: 25px 0 0 0;
	text-align: center;
}
.layout {
	display: table;
	color: white;
}
.layout a {
	color: white;
	text-decoration: none;
}
.layout a:hover {
	text-decoration: underline;
}
.cols {
	width: 30%;
	display: table-cell;
	padding: 3%;
}
.cols h3 {
	margin-bottom: 50px;
}
.cols ul {
	display: inline-block;
	list-style-type: none;
	margin: 30px;
	padding: 0;
}
.cols li {
	margin-bottom: 10px;
}
#magazine{
	width:1152px;
	margin: 25px auto;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}
.ckl {
	background-size: cover;
}
#form {
	font-size: 20px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 30px;
	margin-top: 30px;
}
#form td {
	padding: 10px;
}
#form input {
	padding: 5px;
	width: 500px;
}
#form textarea {
	padding: 5px;
	width: 500px;
	height: 100px;
}
#go {
	width: 512px !important;
}


#cen form {
	width: 200px;
	margin: 200px auto;
	box-shadow: 0 0 10px black;
	background: white;
	padding: 20px;
}
#cen h4 {
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}
#pas {
	width: 186px;
	padding: 5px;
	margin-bottom: 10px;
}
#asd {
	padding: 5px;
	width: 200px;
}
.dar {
	padding: 10px;
	margin-bottom: 20px;
}
.dar .ph img {
	height: 200px;
	margin-right: 5px;

}
.dar .ph {
	float: left;
	margin-right: 20px;
}
.dard {
	padding: 10px;
	margin-bottom: 20px;
	min-height: 250px;
}
.dard .ph {
	 height: 250px;
	 float:left;

	margin-right: 25px;
 }
.dard .phd {
	height: 250px;
	float:right;
	margin-left: 25px;
}
.dard img {
	height: 250px;
}
.dard h2 {
	text-align: center;
	margin-top: 0;
}
.add {
	background: #fff;
	margin: 20px 0;
	padding: 20px;
}
.add input[type="text"] {
	padding: 5px;
	width: 95%;
}
#like {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 10px 0 10px;
	text-align: center;
}
#like > div {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	vertical-align: top;
	height: 40px;
	text-align: left;
}


@media (max-width: 1200px) {
	.con {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#center {
		width: 96%;
		height: auto;
		margin: 2%;
	}
	.men {
		width: 96%;
		margin: 2%;
		max-width: 300px;
	}
	.span3 {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	#hh h1 {
		padding-left: 85px;
	}
	.col {
		width: 96%;
		height: auto;
		margin: 2%;
	}
	.col img {
		width: 100%;
		height: auto;
	}
	.other a {
		width: 60px;
		height: 90px;
	}
	.tbl {
		margin: 0;
		display: block;
	}
	#image, #opis {
		width: 96%;
		display: block;
		margin: 2%;
	}
	#ops {
		margin: 0;
		padding: 1px 10px;
	}
	#hto {
		margin: 5px 0;
	}
	.news {
		width: 96%;
		display: block;
		margin: 2%;
	}
	.news div {
		width: auto;
	}
	.slide img {
		width: 100%;
	}
	.cols {
		width: 96%;
		margin: 0 2%;
		display: block;
	}
	.cols h3 {
		margin-bottom: 10px;
	}
	#magazine{
		width:100%;
		margin: 0x auto;
	}
	#form {
		padding: 1%;
	}
	#form input {
		width: 100%
	}
	#form textarea {
		width: 100%;
	}
	#go {
		width: 100% !important;
	}
}