/* Layout */
.header,
.content,
.footer {
    margin: 0 auto 0 auto;
}
.loader{
    min-width: 20px;
    min-height: 20px;
    background: url('../img/ajaxloaderLight.gif') no-repeat center center;
}
.loaderDark{
    background: url('../img/ajaxloaderDark.gif') no-repeat center center;
}
header{
    z-index: 999;
    position: fixed;
    height: 45px; 
    width: 100%;
    top: 0px;
}
.slider{
    margin-top: 45px;
	height: 700px;
}
.topLeft,
.topRight{
    height: 100%;
    width: 50%;
    background: #000000;
    position: relative;
    z-index: -1;
}
.topRight{ 
    background: #1d1d1d;
}
.header{
    height: 100%;
    background: url('../img/header.png') no-repeat center center;
}
.logo{
    width: 150px;
    height: 150px;
    position: fixed;
	left: 120px;
    z-index: 1000;
    background: url('../img/logotak.png') no-repeat center center #ffffff;
    display: block;
    -webkit-box-shadow: -1px -1px 29px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    -1px -1px 29px 1px rgba(0, 0, 0, 0.35);
    box-shadow:         -1px -1px 29px 1px rgba(0, 0, 0, 0.35);
}
.mainContent{
	margin-top: 60px;
}
.newNews{
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 2.5em 0;
}
.NewsList{
	width: 780px;
	margin: 0 auto;
}
.newNews h2{
	margin-bottom: 1em;
}
.newNews ul li{
	width: 30%;
	display: inline-block;
	margin: 5px 0.5%;
	vertical-align: top;
}
.newNews ul li .kolumna{
	background: #fff;
	height: 400px;
	padding:  1em 1.5%;
	margin-bottom: 45px;
}
.newNews ul li .kolumna h4{
	line-height: 1.2em;
	margin-bottom: 1em;
}
.newNews ul li p{
	font-weight: 400;
	width: 85%;
	margin: 0 auto;
	font-size: 1.2em;
}
.newNews ul li a.odnosnik{
	padding: 15px 60px;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	font-variant: uppercase;
	line-height: 1em;
}
.newNews ul li:nth-of-type(3n+1) a.odnosnik{
	background: #ffba00;
}
.newNews ul li:nth-of-type(3n+2) a.odnosnik{
	background: #067dec;
}
.newNews ul li:nth-of-type(3n+3) a.odnosnik{
	background: #ec020d;
}
.newNewsImg{
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    margin: 2em auto;
}
.newPosts{
    margin: auto;
    text-align: center;
    width: 780px;
    margin-top: 25px;
    margin-bottom: 120px;
	height: 200px;
}
.newPostImg{
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    margin-left: 55px; 
}
.miniatura> .newPostImg{
	margin-left: 0;
}
.newPostImg2{
    margin-left: 0px;
}
.newPosts li{
    text-align: left;
    background: url('../img/newPostBg.png') no-repeat 55px 0px;
    width: 195px;
}
.newPosts2{
    margin-bottom: 35px;
    margin-top: 0px;
}
.newPosts2 li{
    width: 120px;
    background-position: 0 0;
}
.newsBox{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3px;
    border: 1px solid #e0e0e0;
    width: 1000px;
    margin: 30px auto;
}
.newsBoxInner .archive{
	text-align: center;
	line-height: 1.5em;
	font-size: 1.2em;
	margin: 1em auto;
}
.newsBoxInner{
    width: 100%;
    height: 100%;
    max-height: 630px;
    background: #fefefe;
    -webkit-box-shadow: inset 0px 0px 37px 10px rgba(112, 112, 112, 0.15);
    -moz-box-shadow:    inset 0px 0px 37px 10px rgba(112, 112, 112, 0.15);
    box-shadow:         inset 0px 0px 37px 10px rgba(112, 112, 112, 0.15);
    padding: 25px 0;
}
.newsBoxInner tr{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px; 
}
.newsBoxInner table{
    width: 780px;
}
.newsBoxTable{
    height: 500px;
    width:800px;
    margin: 0 105px;
}
.newsBoxTable.archive{
    margin: 50px 105px 0 105px;
}
.newsBoxInner td,
.newsBoxInner th{
    padding: 7px 4px;
    text-align: left;
    vertical-align: middle;
}
.newsBoxInner tr th:first-child,
.newsBoxInner tr td:first-child{
    padding-left: 0px;
}
.newsBoxInner tr th:last-child,
.newsBoxInner tr td:last-child{
    padding-right: 0px;
}
.singleBilety{
    margin: auto;
    width: 940px;
    margin-bottom: 20px;
}
.singleBilety a,
.newsBoxInner a.bilety{
    display: inline-block;
    background: #fac349;

    background: -moz-linear-gradient(top,  #fac349 0%, #fac349 86%, #feb512 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac349), color-stop(86%,#fac349), color-stop(100%,#feb512));
    background: -webkit-linear-gradient(top,  #fac349 0%,#fac349 86%,#feb512 100%);
    background: -o-linear-gradient(top,  #fac349 0%,#fac349 86%,#feb512 100%);
    background: -ms-linear-gradient(top,  #fac349 0%,#fac349 86%,#feb512 100%);
    background: linear-gradient(to bottom,  #fac349 0%,#fac349 86%,#feb512 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac349', endColorstr='#feb512',GradientType=0 );

    width: 110px;
    height: 50px;
}
.singleBilety a[href=""],
.newsBoxInner a.bilety[href=""]{
	background: #bababa;
	color: #fff;
	cursor: default;
}
.singleBilety a[href=""]:hover,
.newsBoxInner a.bilety[href=""]:hover{
	text-decoration: none;
}
.newsBoxInner .linki{
    width: 110px;
    padding-left: 0px;
    padding-right: 8px;
}
.biznesBox{ 
    width: 886px;
    margin: 50px auto; 
    margin-bottom: 180px;
}
.biznesBoxInner{
    width: 786px;
    margin: auto;
}
.biznes_opcja{
	position: relative;
}
.biznesBox Inner ul li{
	overflow: hidden;
    width: 249px;
    height: 135px;
}
.biznesBoxInner ul li h4{
    width: 249px;
    height: 135px;
	z-index: 25;
	position: absolute;
}
.biznesBoxInner ul li:hover h4{
	color: #fff;
	width: 100%;
	text-align: center;
}
.biznesBoxInner ul li img{
	position: absolute;
	opacity: 0;
	z-index: 20;
	left: 0;
    width: 249px;
    height: 135px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.biznesBoxInner ul li:hover img{
	opacity: 1;
	float: left;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.lista_aktualnosci{
	width: 200px;
	margin: 0 auto 120px auto;
}
.lista_aktualnosci img{
	width: 60px;
	margin: 0 70px;
}
.lista_aktualnosci h2, .lista_aktualnosci a{
	background: none;
	text-decoration: none;
}
.kontaktBox{

    width: 1000px;
    margin: 90px auto;
}
.kontaktBox .mail{
    padding-top: 70px;
}

.newsletterBox{
	position: relative;
	top: -40px;
	left: 25px;
	margin: auto;
	height: 56px;
	width: 250px;
}

.prasaBox{
    margin-top: 10px;
    width: 100%;
    height: 250px;
    padding-top: 45px;
    background: url('../img/glowny-kontent_34.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.prasaBoxInner{
    width: 800px;
    margin: auto;

}
.menuBox{
	height: 45px;
    margin-top: -45px;
    float: left;
    width: 100%;
    text-align: center;
}
.menuBox li{
	height: 45px;
	line-height: 45px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin: 0 -2px;
}
.menuBox li a{
	text-align: left;
}
.menuBox li:hover{
	background: #e7314b;
}
.menuBox li:hover a{
	color: #fff;
}
.menuBox li ul.sub-menu{
	width: 200%;
	position: absolute;
	background: #e7314b;
	opacity: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
}
.menuBox li:hover ul.sub-menu{
	opacity: 1;
	height: auto;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
	box-shadow: 3px 3px 3px rgba(0,0,0, 0.5);
}
.menuBox li ul.sub-menu li{
	display: block !important;
}
.menuBox li:hover ul.sub-menu li:hover{
	background: #ff3159;
}
.menuBox li ul.sub-menu li a{
	color: #fff;
	font-weight: 100;
}
#zaplanuj { 
    width: 800px;
    height: 800px;  
    background: url('../img/circle.png') no-repeat center center;
    position: relative;
    margin: 100px auto 90px auto;
}
.circleItem{
}
#zaplanuj div{
    position: absolute;
    width: 207px;
    height: 207px;
}
#zaplanuj h2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -45px;
}
.circleItemInner{ 
    position: relative;
    width: 100%;
    height: 100%;
}
.circleItemInner img.obrazek_main{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;

}
.circleItemInner img.obrazek_hover{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
    margin: -42px 0 0 -42px;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.circleItemInner:hover img.obrazek_hover{
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.circleItemInner h4{
    position: absolute;
    text-transform: uppercase;
    line-height: 20px !important;
    z-index: 15;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.circleItemInner:hover h4{
	color: #007dc3;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-transition: 0.2s ease-in-out;
}
.pagesMenu{
    text-align: center;
    height: 61px;
    width: 786px;
    margin:-1px auto;
    padding: 0 77px 34px 77px;
    background: url('../img/pagehbg.png') no-repeat center top;
}
.pagesMenuInner{
    width: 100%;
    height: 100%;
    /*border: #9b9494 1px solid;*/
}
.goback{
    position: absolute;
    top: 2em;
    left: 77px;
    z-index: 100;
	font-size: 15px; 
	color: #e2007a;
}
.postTitle .goback{
	top: 21px;
	left: 0;
}
.postTitle{
	padding: 0;
}
.postContent{
    width: 750px;
	padding: 3em 0 2em 0;
}
.postContent.aktualnosc{
	border-top: 1px solid rgba(0,0,0, 0.1);
	padding: 0 0 2em 0;
}
.wydarzenie .postContent, .lista_wydarzen .postContent{
	width: 673px !important;
}
.postContent img, .widget img{
	/*width: 100%;
	height: auto;*/
}
.postWrapper .postContent{
	width: 630px;
	padding: 0 0 2em 0;
}
.postWrapper{
    width: 786px;
    margin: auto;
    position: relative;
}
.postWrapper a:hover{
	text-decoration: underline;
}
.postWrapper.wydarzenie, .postWrapper.lista_wydarzen{
	width: 863px;
	margin-left: 77px;
}
.postWrapper.lista_wydarzen{
	margin-top: 45px;
}
.sidebar{
    width:  170px;
}
.wydarzenie .sidebar, .lista_wydarzen .sidebar{
	width: 170px !important;
}
.sidebar.aktualnosc{
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.postWrapper .sidebar{
	width: 135px;
}
.organizatorzy{
    width: 786px;
    margin: 20px auto;
}
.galleryContent{
    float: none;
    width: 786px;
    margin: auto;
}
.bottomcontainerBox{
    margin-top: 5px;
}
.newsBoxInner tr th:nth-child(1){
    width: 60px;
}
.newsBoxInner tr th:nth-child(2){
    width: 80px;
}
.newsBoxInner tr th:nth-child(3){
    width: 64px;
}
.newsBoxInner tr th:nth-child(4){
    width: 314px;
}
.newsBoxInner tr th:nth-child(5){
    width: 112px;
}
.wynajembg{
    margin-top: 80px;
}
.qtrans_language_chooser{
    margin: 15px;
}
.qtrans_language_chooser li{
    float: left;
    margin-right: 15px;
}
/* WYRÓŻNIONY ELEMENT menu_top */
.element_wyrozniony{
	background: #e7314b;
}
.element_wyrozniony a{
	color: #fff !important;
}


/* Styl dla WP-PageNavi plugin */
.page_nav{
	margin: 0 auto;
}
.wp-pagenavi {
	clear: both;
	width: 786px;
    height: 61px;
	position: relative;
	/*padding: 0 77px 34px 77px;*/
    margin:-1px auto;
    background: url('../img/pagehbg.png') no-repeat center top;
}
.wp-pagenaviInner{
    width: 100%;
    height: 100%;
   /* border: #9b9494 1px solid;*/
	position: relative;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	text-decoration: none;
    line-height: 61px;
}
.previouspostslink, .nextpostslink{
	position: absolute;
	font-weight: 700;
	float: left;
	z-index: 20;
	margin: 0 !important;
	padding: 0 2em !important;
}
.previouspostslink:hover, .nextpostslink:hover{
	color: #ef0000;
}
.previouspostslink{
	left: 0;
}
.nextpostslink{
	right: 0;
}
.numery_stron{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 10;
}
.wp-pagenavi span.current {
	font-weight: 700;
}

/* SZABLON VIP */
rgba(45, 45, 45, 0.78) {
    background: #2d2d2d;
}

.page-template-page-vip-php .postWrapper .postContent{
    width: 786px ;
}

.page-template-page-vip-php h1, .page-template-page-vip-php h2, .page-template-page-vip-php .goback a{
    color: #b98e4b;
}
.page-template-page-vip-php h1, .page-template-page-vip-php h2{
    background: url('../img/hbg_zloty.png') no-repeat bottom center;
}

/* ---------------- -----------------------------------------*/
/*       GMI        -----------------------------------------*/
/* ---------------- -----------------------------------------*/

/* SZABLON SEKTOR */
.page-template-page-vip-php {
    background: #2d2d2d;
}

.page-template-page-vip-php .postWrapper .postContent{
    width: 786px ;
}

.page-template-page-vip-php h1, .page-template-page-vip-php h2, .page-template-page-vip-php .goback a{
    color: #b98e4b;
}
.page-template-page-vip-php h1, .page-template-page-vip-php h2{
    background: url('../img/hbg_zloty.png') no-repeat bottom center;
}

.page-template-page-vip-php div {
    color: #fff;
}

.page-template-page-vip-php #mapper_divs_wrapper {
    background: rgba(45, 45, 45, 0.78);
}

.page-template-page-vip-php .content-map {
    position: relative;
}

#mapper_divs_wrapper .sector-title {
    display: none;
    font-size: 24px;
    color: #c8b28f;
}

.page-template-page-vip-php #mapper_divs_wrapper .sector-title {
    display: block;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ab9f73;
    margin-bottom: 10px;
}

.page-template-page-vip-php #mapper_divs_wrapper .gallery_big {
    margin-top: 0;
    margin-left: 0;
    left: 0;
    top: 0;
    text-align: center;
}

.page-template-page-vip-php #mapper_divs_wrapper .description {
    color: #c8b28f;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
    margin-right: 0;
    width: 370px;
    padding-right: 15px;
}

.page-template-page-vip-php #mapper_divs_wrapper .close_div {
    background-image: url(../img/close_brown.jpg);
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 15px;
    margin-right: 0;
}

.page-template-page-vip-php #mapper_divs_wrapper .gallery_small {
    float: left;
    min-width: initial;
}

.page-template-page-vip-php #mapper_divs_wrapper {
    margin-left: -50%;
}

.loze-vip-header {
    text-align: right;
    padding: 30px 60px 30px 0;
}

/* VIP SEKTOR */

/* SZABLON SEKTOR */
.page-template-page-vip-sektor-php {
    background: #2d2d2d;
}

.page-template-page-vip-sektor-php .postWrapper .postContent{
    width: 786px ;
}

.page-template-page-vip-sektor-php h1, .page-template-page-vip-sektor-php h2, .page-template-page-vip-sektor-php .goback a{
    color: #b98e4b;
}
.page-template-page-vip-sektor-php h1, .page-template-page-vip-sektor-php h2{
    background: url('../img/hbg_zloty.png') no-repeat bottom center;
}

.page-template-page-vip-sektor-php div {
    color: #fff;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper {
    background: rgba(45, 45, 45, 0.78);
}

.page-template-page-vip-sektor-php .content-map {
    position: relative;
}

#mapper_divs_wrapper .sector-title {
    display: none;
    font-size: 24px;
    color: #c8b28f;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper .sector-title {
    display: block;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ab9f73;
    margin-bottom: 10px;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper .gallery_big {
    margin-top: 0;
    margin-left: 0;
    left: 0;
    top: 0;
    text-align: center;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper .description {
    color: #c8b28f;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
    margin-right: 0;
    width: 370px;
    padding-right: 15px;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper .close_div {
    background-image: url(../img/close_brown.jpg);
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 15px;
    margin-right: 0;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper .gallery_small {
    float: left;
    min-width: initial;
}

.page-template-page-vip-sektor-php #mapper_divs_wrapper {
    margin-left: -50%;
}

.loze-vip-header {
    text-align: right;
    padding: 30px 60px 30px 0;
}

.parking img{
	height:50px;
	width:50px;
}

page-template-page-vip-sektor-php

.TAURONtable {
	border:1px solid #000000;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
    


}.TAURONtable table{
    border-collapse: collapse;
        border-spacing: 0;
	margin:0px;padding:0px;
	vertical-align: middle;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	
}
.TAURONtable img {

width: 87px;
height:87px;
}
.TAURONtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TAURONtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TAURONtable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.TAURONtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TAURONtable tr:hover td{
	
}
.TAURONtable tr:nth-child(odd){ background-color:#ffffff; }
.TAURONtable tr:nth-child(even)    { background-color:#ffffff; }.TAURONtable td{
	vertical-align:middle;
	
	
	border:1px solid #d1d1d1;
	border-width:0px 0px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TAURONtable tr:last-child td{
	border-width:0px 0px 1px 0px;
}.TAURONtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TAURONtable tr:last-child td:last-child{
	border-width:0px 0px 1px 0px;
}
.TAURONtable tr:first-child td{
		background:-o-linear-gradient(bottom, #707173 5%, #707173 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #707173), color-stop(1, #707173) );
	background:-moz-linear-gradient( center top, #707173 5%, #707173 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#707173", endColorstr="#707173");	background: -o-linear-gradient(top,#707173,707173);

	background-color:#707173;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.TAURONtable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #707173 5%, #707173 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #707173), color-stop(1, #707173) );
	background:-moz-linear-gradient( center top, #707173 5%, #707173 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#707173", endColorstr="#707173");	background: -o-linear-gradient(top,#707173,707173);

	background-color:#707173;
}
.TAURONtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TAURONtable tr:first-child td:last-child{
	border-width:0px 0px 1px 0px;
}
.TAURONTABLEimage{
height: 101px;
width: 90px;
}
.TAURONTABLEdescription{
height: 101px;
width: 420px;
}
.TAURONTABLEdate{
height: 101px;
width: 110px;
}
.TAURONTABLEtime{
height: 101px;
width: 110px;

}
.cdwnclock
{
	color: white;
	background-image: url("clock.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-color: #c7181f;
	height:60px;
	width:990px;
	padding-left:350px;
	padding-top: 14px;
	font-size:24px;
}

.zwiedzaniecss{
	width: 29px;
    	height: 95px;
    	background-image: url('http://www.tauronarenakrakow.pl/wp-content/uploads/2017/11/zwiedzanieiko-kopia.png');
    	position: fixed;
    	right:0px;
    	top: 247px;" 
}
.zwiedzaniecsseng{
	width: 29px;
    	height: 95px;
    	background-image: url('http://www.tauronarenakrakow.pl/wp-content/uploads/2017/11/zwiedzanieikoen-kopia.png');
    	position: fixed;
    	right:0px;
    	top: 247px;" 
}
.facebookcss{
    width: 29px;
    height: 29px;
    background-image: url('http://www.tauronarenakrakow.pl/wp-content/uploads/2017/11/FB-f-Logo__blue_29.png');
    position: fixed;
    right: 0px;
    top:130px;
}
.twittercss{
   width: 29px;
    height: 29px;
    background-image: url('http://www.tauronarenakrakow.pl/wp-content/uploads/2017/11/Twitter2.png');
    position: fixed;
    right: 0px;
    top:208px;
}
.instagramcss{
    width: 29px;
    height: 29px;
    background-image: url('http://www.tauronarenakrakow.pl/wp-content/uploads/2017/11/insta-icon2.png');
    position: fixed;
    right: 0px;
    top:169px;
}