/*
 * Style2.css
 * Łukasz Pawlików
 * XI.2016
 */

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

body {
	margin:auto;
	font-family: Lato;
	font-size: 22px;
	cursor: url(gfx/k2.png), move;
}

#top {
	clear:both;
	text-align:right;
	background: #ffffff;
	color: #ffffff;
	margin:auto;
	padding: 10px;
	font-family: Ubuntu;
	font-weight: 300;
	font-size:18px;
}

.ruch {
	transition: 0.5s;
	margin-left:5px;
}
.ruch:hover {
	transform: rotate(360deg);
	transition: 0.5s;
}

/*
#top a:link {color: #ffffff; text-decoration:none; padding:20px;}
#top a:visited {color: #ffffff; text-decoration:none; padding:20px;}
#top a:active {color: #ffffff; text-decoration:none; padding:20px;}
#top a:hover {color: #000000; text-decoration:none; background:#FFA500; padding:20px; box-shadow: #FF5D00 0px 0px 10px inset;}
*/

.logo-gora {
	float:left;
	margin:auto;
}

#logo {
	clear:both;
	background: url('slider/a.png') top center no-repeat;
	z-index:1;
	margin:auto;
}

#film {
	max-width:100%;
	max-height:100%;
	width:100%;
	height:300px;
	background-size:cover;
	z-index:-1;
	overflow: hidden;
}

#news {
	width:80%;
	max-width:1100px;
	margin:auto;
	padding:10px;
	background:;
	clear:both;
}


#dol {
	clear:both;
	padding-top:10px;
	text-align:center;
	background: #FFA500;
	margin:0px 10px 10px 10px;
	font-size:36px;
	text-shadow:#000000 0px 0px 3px;
	color:#ffffff;
}

#stopka {
	clear:both;
	background:#CACACA url(gfx/pedzel.png) no-repeat right;
	padding: 50px;
	font-size:20px;
	text-align:right;
	border-top:solid 1px #4D4D4D;
	text-shadow:#ffffff 0px 0px 3px;
}

.st {
	font-size:16px;
}

.lewa {
	float:left;
}

hr {
	color:#ababab;
	height:1px;
	border-width:1px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.img_ur {
	width:100%;
	height:auto;
	background-size: cover;
	transition: 1s;
}

.img_center {
	text-align:center;
}

.prawa {
	float:right;
	text-align:right;
}

table {
	border:0;
	width:100%;
}

th {
	background:#cdcdcd;
}

td {
	border:0;
}

.srodek {
	text-align:center;
}

/* kontenet z newsami */
.linki {
	font-size:20px;
	text-transform: uppercase;
	padding:10px;
	color:#ffffff;
	font-weight:bold;	
	float:left;
	
}
.linki:hover{background:#BFBFBF; color:#000000; box-shadow:#008000 0px -3px 0px inset;}

.link1 {
	background:#FFA500;
}

.link2 {
	background:#115599;
}

.link3 {
	background:#c60000;
}

#k1 {
	background:#E5E5E5;
	clear:both;
	padding:20px;
}
/* end kont */


/* news style */
.tytul {
	font-size:30px;
}
.wstep {
	font-size:22px;
	margin:10px 0px 10px 0px;
	font-family:Signika;
	text-align:justify;
}
.tresc {
	font-size:18px;
	text-align:justify;
}
.info-text {
	font-size:12px;
	color:#ababab;
	border-top:solid 1px #ababab;
	margin-bottom:20px;
	margin-top:10px;
}
.czytajwiecej {
	text-align:right;
	font-size:13px;
	margin-bottom:15px;
}
.linia {
	border:solid 3px #efefef;
	border-radius:10px 0px 0px 10px;
	clear:both;
	margin-bottom:15px;
}


/* link style */

a:link {color:#000000;}
a:visited {color:#000000;}
a:active {color:#000000;}
a:hover {color:#FF5D00; text-decoration:none;}

.cbalink {display:none;}

/* zumowanie */
.obrazek {
    border: 10px solid #FFA500;
    box-shadow: 0px 0px 10px #000000;
    float: left;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    width: 700px;
}

/* zoom in image */

.powiekszanie img {
  height: 300px;
  width: 700px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.powiekszanie img:hover {
  width: 900px;
  height: 400px;
}
