@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext);


body{
	font-family: Tahoma, 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44c8f5+0,83d6f8+100 */
	background: rgb(68,200,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,200,245,1) 0%, rgba(131,214,248,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(68,200,245,1) 0%,rgba(131,214,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(68,200,245,1) 0%,rgba(131,214,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c8f5', endColorstr='#83d6f8',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

.backgroundSheet{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff79a+0,f7f7f7+100 */
	background: rgb(255,247,154); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,247,154,1) 0%, rgb(250, 247, 206) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,247,154,1) 0%,rgb(250, 247, 206) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,247,154,1) 0%,rgb(250, 247, 206) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff79a', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	padding: 20px;
	border-radius: 10px;
}

.menu{
	position: relative;
}

.menu .sheep{
	position: absolute;
	 -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.menu .sheep:hover{
	-ms-transform: translate(0px,-15px); /* IE 9 */
   	-webkit-transform: translate(0px,-15px); /* Safari */
    transform: translate(0px,-15px);
}

.menu .galeria{
	top: 34%;
	left: 10%;
}


.menu .zwp{
	top: 62%;
	left: 20%;
}

.menu .op{
	top: 39%;
	left: 40%;
}

.menu .kontakt{
	top: 34%;
	right: 10%;
}

.menu .aktualnosci{
	top: 59%;
	right: 20%;
}
.showGallery .galBox .delButton{
	position: absolute;
	top: 10px;
	left: 25px;
}

.showGallery .galBox, .showGallery .filmBox{
	margin-bottom: 20px;
	position: relative;
}

.showGallery img{
	width: 100%;
}

.navbar-default {
    background-color: #FEF7A2;
    border-color: #FEF7A2;
}

/* AKTUALNOŚCI */
.aktualnosc{
	margin-bottom: 10px;
}

.aktualnosc .data{
	font-size: 10px;
	color: grey;
}

/* GALERIA */
.galleryText {
	margin-bottom: 20px;
}
.galleryText .galeriaTitle{
	font-size: 20px;
}

.galleryText .galeriaDescription{
	font-size: 15px;
}

.moveGal{
	margin-bottom: 20px;
}

.YT_cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.YT_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel{
	background-color: transparent;
}

.list-group-item{
	background-color: transparent;
	border: 0px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	
}

.napisy{
	margin-bottom: 20px;
	
}

.bzwp {width: 100%;}

.leftMenu ul{
    list-style-type: none;
}

.leftMenu div{
	margin-bottom: 20px;
}

.footer .wykonanie{
	position: absolute;
	right: 40px;
	bottom: 5px;
	font-size: 12px;
	color: white;
}
