@charset "utf-8";
*{ margin:0; padding:0;}
html, body{ height:100%;}

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');


* {margin: 0; padding: 0; font-family: 'Poppins', sans-serif;  text-align:left; text-decoration:none; }
img {border: 0px; }
a{font-size:11px; color:#333333;text-decoration:none; }
a:hover{font-size:11px; color:#B5CC05; text-decoration:none; }
html, body {height: 100%; }
body {text-align: center; margin:0px;}


h1 {text-align:center; font-family: 'Poppins', sans-serif; font-size:16px; line-height:30px; font-weight:normal;}
h2 {text-align:left; font-family: 'Poppins', sans-serif; font-size:16px; line-height:30px; font-weight:normal; margin-left:15px}


.folder {width:100%; height:100%; background-color:#F8F7F8; border-radius:3px; padding-bottom:10px; transition:all 0.3s ease;}
.zdjecie {width:100%; height:100%; background-color:#F8F7F8; border-radius:3px; transition:all 0.3s ease;}
.folder:hover, .zdjecie:hover {background-color: #B5CC05;  transition:all 0.3s ease;}
.folder:hover .title, .zdjecie:hover .title {color:#FFF !important; transition:all 0.3s ease;}

.foto{width:100%; height:200px; background-size:130% auto; background-repeat:no-repeat; overflow:hidden; background-position:50% 50%; border-radius:2px 2px 0 0;}
.title { font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; line-height:30px; font-weight:normal; text-align:center; width:100%; text-transform:capitalize }

a.atitle:link, a.atitle:visited {text-align:center; font-family: 'Poppins', sans-serif; font-size:16px; line-height:72px; font-weight:normal; margin-top:20px;}
a.atitle:hover {color:#B5CC05;}

.box {width:100%; text-align:center;text-align:center; font-family: 'Poppins', sans-serif; font-size:14px; line-height:50px; font-weight:normal; border-top:1px solid #e1e1e1;}
.box a:link, .box a:visited{width:100%; text-align:center;text-align:center; font-family: 'Poppins', sans-serif; font-size:14px; line-height:30px; font-weight:normal; padding:0 20px}
.box a:hover {color:#B5CC05;}
.box  img {margin-top:0px}