html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {	margin: 0; padding: 0;}

*, html {
 -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

img { border: none; }

img, fieldset {	border: 0; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.tym_javorie
{ 
	max-width: 100%;
	height: auto;
	
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a:link, a:visited, a:active { color: #b8240b; text-decoration: none; }
a:hover { text-decoration: underline; }
a.blue {
 color: #27abff;
}

input[type=submit], input[type=button], input[type=image] { 
 cursor: pointer; border: none;
}

#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler img{position:fixed;left:0;top:0;width:100%;z-index:1}
#background_cycler img.active{z-index:3}

body { 
 margin: 0; padding: 0; font-size: 16px; font-family: 'Roboto Slab',serif; line-height: 130%; background-color: #000000;
 /*background-image: url(../img/bg1.jpg); */
 background-repeat: no-repeat; background-position: center ceter; background-attachment: fixed;
 -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
a {
 text-decoration: none;
}
p {
 margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0; padding: 0;
}
.clear {
 clear: both;
}
.red { color: #ff0000 }

.main {
 margin: 0 auto; 
}

.loadingBIG {
 display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff; z-index: 99999999;
 opacity: 0.95;
}

.smallerror {
 margin: 20px 0 0 0; padding: 15px 10px; color: #ffffff; font-size: 18px; text-align: center; background: #ff0000;
}
.okform {
 float: none;  margin: 12px 0 12px 0; padding: 10px 10px 5px 10px; color: #ffffff; background: #0098d1;
}
.okform span {
 float: none; display: block; margin: 0 0 5px 0;
}

h1 {
 margin: 0 0 25px 0; padding: 0; font-size: 30px; font-weight: normal; color: #f3d594; line-height: 140%;
}
h2 {
 margin: 12px 0 8px 0; padding: 0; font-size: 24px; font-weight: normal; color: #f3d594; line-height: 140%;
}

.menustranky {
 margin: 0 0 20px 0;
}
.menustranky span {
 display: inline-block; width: 16px; height: 20px; background: url(../img/menustrankysipka.png) no-repeat center 10px;
}
.menustranky a {
 display: inline-block; padding: 0 4px 0 4px; color: #d1d1d1; font-size: 13px;
}
.menustranky a:hover {
 text-decoration: underline;
}
.menustranky a.domov {
 display: inline-block; padding: 0 0 0 28px; background: url(../img/menustrankyhome_3.png) no-repeat 5px 2px;
}
.menustranky a.active {
 font-weight: bold;
}

.top {
}
ul.menu {
 margin: 0; padding: 0; list-style: 0; font-size: 0;
}
ul.menu li {
 position: relative; display: inline-block; width: 14.28%; margin: 0 0 0 0; padding: 0;
}
ul.menu li a {
 display: block; position: relative; height: 70px; padding: 0; color: #ffffff; font-size: 16px;
 -webkit-transition: background-color 0.25s linear; -ms-transition: background-color 0.25s linear; transition: background-color 0.25s linear;
}
ul.menu li a span {
 display: inline-block; position: absolute; left: 0; right: 0; bottom: 10px; margin: 0 auto; width: 100%; text-align: center;
 -moz-transition: 0.25s all ease; -webkit-transition: 0.25s all ease; -o-transition: 0.25s all ease; transition: 0.25s all ease;
}
ul.menu li:hover a {
 background: rgba(255,255,255,0.8);
}
ul.menu li.active {
 background: rgba(255,255,255,0.3);
}
ul.menu li a:hover, ul.menu li a.active {
 text-decoration: none;
}
ul.menu li:hover a {
 color: #37291f;
}
ul.menu li a:hover span, ul.menu li a.active span {
 bottom: 20px;
}
ul.menu li ul.submenu {
 display: none; position: absolute; top: 70px; left: 0; width: 250px;
}
ul.menu li:hover ul.submenu {
 margin-top: 0; display: block;
}
ul.menu li:hover ul.submenu li {
 display: block; width: 100%;
}
ul.menu li:hover ul.submenu li:first-child {
 margin-top: 5px;
}
ul.menu li:hover ul.submenu li a {
 height: auto; padding: 10px 14px; font-size: 14px;
}
ul.menu li:hover ul.submenu li a:hover {
 background: rgba(255,255,255,1);
}


.menumobil {
 display: none; width: 100%; margin: 5px 0 0 0; padding: 7px 10px 7px 10px;
 background: #000000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.menumobil a.akategorie {
 display: block; margin-right: 10px; padding: 7px 10px; color: #ffffff;
 background: url(../img/kategoriemobilb.png) no-repeat right center;
}
.menumobil a.akategorie:hover {
 text-decoration: none;
}
ul.menuulmobil {
 display: none; margin: 5px 0 0 0; padding: 0; list-style: none;
}
ul.menuulmobil li {
 margin: 0 0 5px 0; padding: 0; list-style: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
ul.menuulmobil li a {
 display: block; color: #ffffff;
}
ul.menuulmobil li ul.submenumobil li {
 background-color: #3e3e3e; margin: 3px 0px 0px 5px; padding-left: 5px;
}
ul.menuulmobil li:hover ul.submenumobil {
 margin-top: 0; display: block;
}
ul.menuulmobil li:hover ul.submenumobil li {
 margin-top: 0; display: block;
}

ul.submenumobil{
 display:none;
}



}



.top2 {
 padding: 40px 0 40px 0;
}
/*.top2.subpage {
 padding: 20px 0 20px 0;
}*/
.top2.subpage .kontakt {
 display: none;
}
.top2 .left {
 float: left; padding-top: 30px;
}
.top2 .logo {
 margin: 0;
}
.top2 .kontakt {
 line-height: 160%; margin-top: 100%; color: #f3d594;
}
.top2 .right {
 float:right; text-align: right; 
}
.top2 .right a {
 margin-right: 30px; 
}

.top2 .left a.login {
 float: left; display: inline-block; margin-right: 30px; margin-top: 30px; padding: 7px 15px; font-size: 12px; color: #2b2b2b; background: #f3d594;
 -moz-transition: 0.25s all ease; -webkit-transition: 0.25s all ease; -o-transition: 0.25s all ease; transition: 0.25s all ease;
}
.top2 .left a.login:hover {
 text-decoration: none; color: #f3d594; background: #2b2b2b;
}
.top2 .left .logininfo {
 line-height: 160%; margin-top: 20px; color: #ffffff;
}
.top2 .left .logininfo span {
 display: block;
}
.top2 .left .logininfo span.meno {
 margin-bottom: 10px;  font-size: 18px; margin-right: 30px;
}
.top2 .leftt .logininfo span.meno a {
  font-size: 15px;
}
.top2 .left .logininfo a {
 color: #ffffff;
}
.top2 .left .logininfo a.odhlasitsa {
 margin-left: 10px; color: #b8240b;
}

hr.hr_style {
 border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(243, 213, 148, 0), rgba(243, 213, 148, 0.75), rgba(243, 213, 148, 0));
}


.content {
 padding: 20px 0 30px 0; color: #ffffff; background: rgba(132,24,1,0.87); margin-top: 40px;
}
.content a {
 color: #ffffff; text-decoration: underline;
}


.aktualkurzy {
 padding: 50px 0 40px 0; color: #ffffff; background: rgba(0,0,0,0.3);
}
.aktualkurzy .left {
 float: left; width: 23%; padding-right: 3%;
}
.aktualkurzy .left .vitajte {
 font-size: 38px; color: #f3d594;
}
.aktualkurzy .left .vitajtetext {
 margin-top: 20px; font-size: 14px;
}

.aktualkurzy .right {
 float: right; width: 75%;
}
.aktualkurzy .right .item {
 float: left; width: 25%; padding: 0 1%; color: #ffffff;
}
.aktualkurzy .right.item h3.nazov {
}
.aktualkurzy .right .item h3.nazov a {
 display: block; text-decoration: none; color: #ffffff;
}
.aktualkurzy .right .item h3.nazov a:hover {
 text-decoration: underline;
}
.aktualkurzy .right .item .datum {
 display: block; margin: 10px 0 0 0; font-weight: bold; color: #f3d594;
}
.aktualkurzy .right .item .ucitel {
 display: block; margin: 15px 0 0 0; font-size: 14px; color: #ffffff;
}
.aktualkurzy .right .item .ucitel a {
 color: #ffffff;
}
.aktualkurzy .right .item a.rezervacia {
 display: inline-block; margin: 10px 0 0 0; color: #d5d5d5;
}
.aktualkurzy .right a.dalsiekurzy {
 display: inline-block; margin-top: 30px; padding: 7px 15px; font-size: 12px; color: #2b2b2b; background: #f3d594;
 -moz-transition: 0.25s all ease; -webkit-transition: 0.25s all ease; -o-transition: 0.25s all ease; transition: 0.25s all ease;
}
.aktualkurzy .right a.dalsiekurzy:hover {
 text-decoration: none; color: #f3d594; background: #2b2b2b;
}



.footer {
 line-height: 160%; width: 100%; margin: 0; padding: 60px; color: #ffffff; background: #2b2b2b;
}
.footer a {
}
.footer .left {
 float: left;
}
.footer ul.menuf {
 margin: 0 0 30px 0; padding: 0; list-style: none;
}
.footer ul.menuf li {
 display: inline; margin: 0 20px 0 0; padding: 0;
}
.footer ul.menuf li a {
 margin-right: 0px; color: #ffffff;
}
.footer .right {
 float: right;
}
.footer .kontakt {
 color: #f3d594;
}

.main .kontakt {
 line-height: 160%; color: #f3d594;
 color: #f3d594;
 margin-bottom: 30px;
}





















.kalendartitulka {
 padding: 7px 5px 0 5px; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;
}
.kalendartitulka.sosubmenu {
 border-top: 1px solid #d9d9d9; 
}
.kalendartitulka label {
 font-family: Segoe Print, sans-serif; line-height: 130%;
}
.kalendartitulka label a {
 display: block; margin: 0 0 2px 5px; padding: 2px 0 0 0px; font-size: 16px; font-weight: bold; text-shadow: 1px 1px #ffffff;
 color: #000000;
}

.kalendartitulka .item {
 position: relative; margin: 0 0 7px 0; padding: 5px 5px 7px 5px; background: url(../img/mleftline.png) repeat-x left bottom;
}
.kalendartitulka .item:hover {
 background: url(../img/mleftitembghover.png) repeat-x left bottom;
}
.kalendartitulka .item .nazov {
 display: block; margin: 0 0 2px 0; color: #bc1e0a;
}
.kalendartitulka .item .nazov a {
 color: #ba1535; text-decoration: none;
}
.kalendartitulka .item .nazov a:hover {
 text-decoration: underline;
}
.kalendartitulka .item .icon {
 float: left; margin: 7px 0 0 5px;
}
.kalendartitulka .item .ucitel {
 display: block; margin: -1px 0 0 0; font-size: 14px; color: #3f3f3f;
}
.kalendartitulka .item .ucitel strong {
 color: #ba1535;
}

.kalendartitulka .item .datum {
 display: block; float: left; margin: 8px 0 0 10px; font-weight: bold; font-size: 12px;
}
.kalendartitulka .item .sipka {
 position: absolute; right: 5px; bottom: 7px; width: 28px; height: 18px; 
 background: url(../img/sipkamleft.png) no-repeat left top;
}
.kalendartitulka .item:hover .sipka {
 background: url(../img/sipkamlefthover.png) no-repeat left top;
}


.mojerezervacie {
}
.mojerezervacie .one {
}
.mojerezervacie .one .item {
 margin: 0 0 7px 0;
}
.mojerezervacie .one .item span {
 display: block; float: left;
}
.mojerezervacie .one .item span.nazov {
 width: 30%; margin: 0 10px 0 20px; font-weight: bold;
}
.mojerezervacie .one .item span.popis {
 width: 64%;
}

.mojerezervacie .one .item.stav {
}
.mojerezervacie .one .item.stav span.nazov {
}
.mojerezervacie .one .item.stav span.popis {
 padding: 3px 0; text-indent: 6px; background: #494949;
}

.mojerezervacie .iscakacka {

}

.mojerezervacie .iscakacka .oznamc {
 margin: 50px 5% 50px 5%; text-align: center; font-size: 16px; color: #275e96; line-height: 20px;
}
.mojerezervacie .iscakacka .oznamc.red {
 color: #ff0000; font-size: 18px;
}

.mojerezervacie .detailshow {
 display: block; margin: 10px 0 15px 0; padding: 10px 15px; font-size: 15px; font-weight: bold; color: #000000; background: #e2e2e2;
}


table.vypis {
 width: 100%; border: 1px solid #d5d5d5;
}
table.vypis thead {
 background: #494949;
}
table.vypis thead th {
 padding: 10px 7px; font-weight: normal;
}
table.vypis tbody {
}
table.vypis tbody tr.second {
 background: #494949;
}
table.vypis tbody td {
 padding: 6px 8px;
}

.mailling {
 margin-top: 10px; padding: 7px 0 7px 0;
 /*background: url(../img/mleftbg.png) repeat; border: 1px solid #dddddd; border-left: none*/
}
.mailling span.nazov {
 display: block;
 margin: 0 0 7px 0; font-size: 16px; font-weight: bold; color: #f3d594; 
 line-height: 130%;
}
.mailling span.stav {
 display: inline; padding-bottom: 5px; text-align: center; color: #229fbe;
}
.mailling span.stav.error {
 color: #bf0000;
}
.mailling label {
/* display: block;*/
 float: left; width: 60px; text-align: left; color: #f3d594;
}
.mailling input[type=text] {
 float: left; width: 180px; margin: 0 0 5px 7px; padding: 4px 4px 4px 4px; font-size: 12px; color: #686868; border: 1px solid #b7b7b7;
 background: #f7f7f7;
}
.mailling input[type=image] {
 float: none; display: inline; margin-left: 10px;
}

.vyrokyleftm {
 margin: 15px 0 0 0; padding: 0 0 10px 0;
}
.vyrokyleftm p {
 margin: 0 4px 10px 4px; padding: 0 10px 7px 10px; text-align: left; font-size: 14px;
 border-bottom: 1px dashed #e3e3e3; font-family: Segoe Print, sans-serif; line-height: 130%;
}
.vyrokyleftm p span {
 display: block; margin-top: 5px; font-size: 12px; font-style: normal; text-align: right;
  font-family: Segoe Print, sans-serif; line-height: 130%;
}
.vyrokyleftm a.viacvyrokov {
 display: block; float: right; margin: 0px 5px 0 0; padding: 0px 32px 0 0; color: #ba1535;
 background: url(../img/sipkamlefthover.png) no-repeat right 1px;
}
.vyrokyleftm a.viacvyrokov:hover {
 text-decoration: none; color: #000000; background: url(../img/sipkamleft.png) no-repeat right 1px;
}



.vyroky {
}
.vyroky p {
 margin: 0 4px 10px 4px; padding: 7px 10px 7px 10px; font-style: italic; text-align: center; 
 border-bottom: 1px solid #ebebeb;
}
.vyroky p span {
 display: block; margin-top: 5px; font-size: 12px; font-style: normal; text-align: right;
}
.vyroky p big {
 font-size: 20px; color: #5b5b5b;
}

.vypisucitelia {
 margin: 10px 5px 0 5px;
}
.vypisucitelia ul {
 margin: 0; padding: 0; list-style: none;
}
.vypisucitelia ul li {
 display: block; float: left; margin: 0 7px 10px 0; padding: 0; text-align: center;
}
.vypisucitelia ul li a {
 text-align: center;
}
.vypisucitelia ul li a img {
 max-height: 100px; margin: 0 0 3px 0; padding: 2px; border: 1px solid #c6c6c6;
}
.vypisucitelia ul li span {
 display: block; padding: 4px 6px; background: #a72b25;
}

/* kurzy */
.kurzy {}
.kurzy .item {
 line-height: 150%; margin: 0 0 20px 0; padding: 0 10px 20px 10px; border-bottom: 1px solid #d8d8d8;
}
.kurzy .item span {
 display: block;
}
.kurzy .item .nazov a {
 width: auto; float: left;
}
.kurzy .item .nazov a:hover {
}
.kurzy .item .nazov a.prihlasitsa {
 display: block; float: left; width: auto; margin: 0 0 0 12px; padding: 2px 7px; font-size: 13px; text-align: center; color: #ffffff; 
 text-decoration: none; background: #c64d3c;
}
.kurzy .item .nazov a.prihlasitsa:hover {
 background: #000000;
}
.kurzy .item .terminosob {
 margin-top: 0px;
}
.kurzy .item .terminosob em {
 font-weight: normal;
}
.kurzy .item .terminosob .kokamihu {
 color: #006383;
}

.kurzy .item.one {
 border: none;
}
.kurzy .item.one a.prihlasitsa {
 display: block; float: left; width: auto; margin: 10px 0 10px 0; padding: 5px 12px; font-size: 14px; text-align: center; color: #ffffff; 
 text-decoration: none; background: #c64d3c;
}
.kurzy .item.one a.prihlasitsa:hover {
 background: #000000;
}
.kurzy .item.one .text {
 margin: 12px 0 0 0; text-align: justify;
}

.kurzy .item.one .kokamihu {
 color: #006383;
}
/* /kurzy */

.profil {}
.profil ul.prmenu {
 margin: 0; padding: 0; list-style: none; border-bottom: 3px solid #97845c;
}
.profil ul.prmenu li {
 float: left; margin: 0 1px 0 0; padding: 0; 
}
.profil ul.prmenu li a {
 display: block; margin: 0; padding: 8px 12px 5px 12px; text-decoration: none; background: #494949; color: #000000;
}
.profil ul.prmenu li a:hover, .profil ul.prmenu li a.active {
 background: #97845c; color: #ffffff; text-decoration: none;
}


/* calendar */
.calendarall {
 position: relative;
}
.calendarall .legenda {
 float: right; margin: 10px 0 0 0;
}
.calendarall .legenda label {
 display: block; margin: 0 0 2px 0; font-weight: bold;
}
.calendarall .legenda span {
 display: block; width: auto; margin: 0 0 4px 0; padding: 2px 4px; color: #ffffff;
}
/* calendar */

.kontroladatumov {
 margin: 10px 0 0 0;
}
.kontroladatumov div.item {
 margin: 5px 0 5px 0;
}
.kontroladatumov div strong.datum {
 display: block; float: left; width: auto; margin-bottom: 4px; padding: 0; text-align: left; color: #ffffff;
}
.kontroladatumov div strong.datum.red {
 background: #bf0000; color: #ffffff;
}
.kontroladatumov div strong.datum em {
 padding-left: 7px; color: #ff0000; font-style: normal; font-weight: normal;
}
.kontroladatumov div .red {
 background: #bf0000; color: #ffffff;
}

.kontroladatumov div span {
 display: block; float: left; margin: 0 0 0 2px; padding: 3px 5px;
}
.kontroladatumov div span em {
 font-weight: bold; font-style: normal;
}
.kontroladatumov div span.gray {
 margin: 0 7px 0 0; padding-left: 7px; padding-right: 7px; background: #000000;
}
.kontroladatumov div span.gray.red {
 color: #bf0000;
}

.lenprihlasenyreg {
 margin: 10px 0 0 0; padding: 7px; text-align: center; background: #494949;
}

.buttons {
 float: right; margin: 0 0 15px 0;
}
.buttons.center {
 float: none; display: block; text-align: center;
}
.buttons.martintop {
 margin: 10px 0 15px 0;
}
.buttons a {
 display: block; float: left; width: auto; margin: 0 0 0 10px; padding: 10px 15px; font-size: 14px; line-height: 140%;
 text-align: center; color: #ffffff; text-decoration: none; background: #c64d3c;
}
.buttons a.gray {
 background: #4f4f4f;
}
.buttons.center a {
 float: none; display: inline-block; margin: 0 auto; margin-left: 5px; margin-right: 5px;
}
.buttons a:hover, .buttons a.active {
 background: #000000; color: #ffffff;
}



.zdielaniedopravy {
 font-size: 14px;
}
.zdielaniedopravy h2 {
 margin: 30px 0 10px 0;
}
.zdielaniedopravy table {
 width: 100%;
}
.zdielaniedopravy table thead th { 
 padding: 4px 5px; color: #ffffff; font-size: 16px; background: #000000; 
}
.zdielaniedopravy table thead th.last { 
 background: #000000;
}
.zdielaniedopravy table tbody tr td {
 padding: 4px 7px;
}
.zdielaniedopravy table tbody tr td.hladam {
 padding: 3px 10px; text-align: center; font-weight: bold; font-size: 15px; color: #ffffff; background: #aaaaaa;
}
.zdielaniedopravy table tbody tr td.meno {
 font-weight: bold;
}
.zdielaniedopravy table tbody tr td.mesto {
}
.zdielaniedopravy table tbody tr td.prihlod {
 text-align: center;
}
.zdielaniedopravy table tbody tr:hover td {
 background: #474747;
}
.zdielaniedopravy table tbody tr:hover td.hladam {
 background: #474747;
}

.zdielaniedopravy table tbody tr td.buttonszd {
 width: 20%; 
}
.zdielaniedopravy table tbody tr td.buttonszd a {
 display: block;  width: auto; margin: 0 0 0 0; padding: 3px 7px; font-size: 13px; text-align: center; color: #ffffff; 
 text-decoration: none; background: #c64d3c;
}
.zdielaniedopravy table tbody tr td.buttonszd a:hover {
 background: #000000; color: #ffffff;
}


.fotogalerie {
 margin-top: 20px;
}
.fotogalerie ul.tags {
 margin: 0 0 15px 5px; padding: 0; list-style: none; font-size: 0;
}
.fotogalerie ul.tags li {
 display: inline-block; margin: 0 7px 7px 0; padding: 0; list-style: none;
}
.fotogalerie ul.tags li a {
 display: block; padding: 7px 14px; font-size: 15px; color: #414141; font-weight: bold; background: #dfdfdf;
 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.fotogalerie ul.tags li a:hover, .fotogalerie ul.tags li a.active {
 text-decoration: none; color: #000000; background: #ffffff;
 -webkit-box-shadow: inset 0px 0 15px 0px  #d5d5d5; -moz-box-shadow: inset 0px 0 15px 0px  #d5d5d5;
 box-shadow: inset 0px 0 15px 0px  #d5d5d5;
}

.fotogalerie .fotogalerieitems .item {
 display: block; float: left; width: 31%; margin: 0 1.1% 1% 1.1%; text-align: center;
}
.fotogalerie .fotogalerieitems .item:nth-child(3n+1) { clear: both; }

.fotogalerie .fotogalerieitems .item .photo {
 position: relative; display: block; 
 padding: 4px; border: 1px solid #c6c6c6;
 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.fotogalerie .fotogalerieitems .item:hover .photo {
 border: 1px solid #c24633;
}
.fotogalerie .fotogalerieitems .item .photo img {
 display: block; 
}

.fotogalerie .fotogalerieitems .item .photo .photoTags {
 position: absolute; bottom: 5px; right: 8px; z-index: 20; font-size: 0;
}
.fotogalerie .fotogalerieitems .item .photo .photoTags span {
 display: inline-block; margin-left: 3px; padding: 5px 6px; line-height: 100%; font-size: 15px; 
 color: rgba(255,255,255,0.8); background: rgba(0,0,0,0.7);
 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.fotogalerie .fotogalerieitems .item:hover .photo .photoTags span {
 color: rgba(255,255,255,0.95); background: rgba(0,0,0,1);
}

.fotogalerie .fotogalerieitems .item .photo a.lupa {
 display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 opacity: 0;
 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 background-image: url(../img/lupaICON.png); background-repeat: no-repeat; background-position: center center; z-index: 10;
}
.fotogalerie .fotogalerieitems .item:hover .photo a.lupa {
 opacity: 0.8;
}
.fotogalerie .fotogalerieitems .item h2 {
 display: block; margin: 8px 0 12px 0; padding: 0; font-size: 18px;
}


.slideShowTitle {
 width: 320px; margin: 0 0 0 20px; padding: 4px; border: 1px solid #c6c6c6;
}

 span.fb {
 color: white;
    padding-left: 20px;
    vertical-align: top;
    text-transform: uppercase;
}
.kontakt ul {
	overflow: auto;
}

.kontakt ul li {
	list-style-type: none;
	float: left;
}

.kontakt ul li a i {
	
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}

.fa-facebook {
	background:#3b5998;
} 
.fa-google-plus {
	background:#dd4b39;
}