body {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 1.5rem;
}
h2, a h2{
	font-size: 4rem;
	line-height: 4.2rem;
}
h3, a h3{
	font-size: 3rem;
	line-height: 3.3rem;
}
h4, a h4{
	font-size: 1.6rem;
	line-height: 1.8rem;
}
h5, a h5{
	font-size: 1.4rem;
	line-height: 1.6rem;
}
h6, a h6{
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.ticketBox h3, .ticketBox a h3{
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.3rem;
	padding: 10px 0 0 0;
}
.ticketBox h4, .ticketBox a h4{
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 10px 0 20px 0;
}
h1{
	display: block;
	width: 50px;
	height: 70px;
	margin: 0;
	padding: 0;
	overflow: hidden;
    transition: width .3s ease-in-out;
}
h1 a.logo{
	display: block;
	width: 230px;
	background: url("../_img/spiz-logo.png") no-repeat top left;
	background-size: 70px;
	color: rgba(72,124,93,1.0);
	height: 100%;
	padding: 0 0 0 80px;
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
}
h1 a:hover{
	color: rgba(72,124,93,1.0);
}
h1.oginski a.logo{
	display: block;
	width: 210px;
	background: url("../_img/oginski-mini-logo.png") no-repeat top left;
	background-size: 46px;
	color: rgba(51,51,51,1.00);
	height: 100%;
	padding: 0 0 0 60px;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}
h1.oginski a:hover{
	color: rgba(51,51,51,1.00);
}
h1:hover{
	width: 230px;
}
a, a:visited{
	display: inline;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
    transition: transform .3s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: rgba(90,21,77,1.0);
}
.btnSuccess{
	display: inline-block;
	cursor: pointer;
	border-bottom: 2px solid rgba(72,124,93,1.0);
	font-size: 150%;
	text-decoration: none;
	padding: 10px 20px;
	transition: .6s;
	margin: 5px;
	box-sizing: border-box;
}
#cookies-message-container a{
	color: rgba(0,0,0,1.00);
	font-weight: 600;
}
article a{
	font-weight: 600;
}
.main-menu li a, .tools li a{
	color: rgba(99,99,99,1.00);
}
.toolsOginski .tools li a, .toolsOginski .disabledToolBox button.disableIcon, .toolsOginski .disabledTool button.textSize{
	-webkit-filter: invert(50%) brightness(90%) saturate(9);
	-moz-filter: invert(50%) brightness(90%) saturate(9);
	filter: invert(50%) brightness(90%) saturate(9);
}
.socialTools .tools li a:hover, button.disableIcon:hover, .toolsOginski .disabledTool button.textSize:hover{
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	filter: brightness(0%);
}
.disabledTool{
	background-color: rgba(255,255,255, 1.0);
	border-top: 2px solid rgba(72,124,93,1.0);
}
.CalendarDateBox a, .CalendarDateBox a:visited{
	display: inline;
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	font-size: 2em;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
    transition: transform .3s ease-in-out;
}
.CalendarDateBox a:hover{
	text-decoration: none;
	opacity: 0.8;
}
a.btn {
	position: relative;
}
a.btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(118,101,65,1.0);
    bottom: -3px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.btn:hover{
	text-decoration: none;
	color: rgba(118,101,65,1.0);
}
a.btn:hover::before{
	transform-origin: left;
	transform: scaleX(1);
}
.date{
	display: block;
	padding: 20px 0 0px 0;
	font-size: 1.5rem;
	color: rgba(72,124,93,1.0);
}
.dateArchive{
	display: block;
	padding: 0;
	font-size: 1.2rem;
	color: rgba(72,124,93,1.0);
}
.dateInside{
	display: inline;
	font-family: 'Zilla Slab', serif;
	color: rgba(15,150,51,1.0);
	font-weight: 300;
}
.concertBox h4{
	line-height: 2rem;
}
.contertDate{
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
}
.contertDate .dateInside{
	display: inline;
	font-family: 'Zilla Slab', serif;
	color: rgba(15,150,51,1.0);
	font-weight: 300;
	font-size: 2.4rem;
}
.contertDate .timeInside{
	display: inline;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}
.concertBox h5{
	font-size: 1.5rem;
}
.concertBox a.artists{
	display: block;
	font-size: 1.8rem;
	line-height: 2.1rem;
	padding: 0 0 30px 0;
}
p {
	display: block;
	padding: 0 0 40px 0;
}
article p{
	padding: 0 0 45px 0;
}
article.program h6{
	padding: 25px 0 15px 0;
}
article.program p{
	padding: 0 0 0px 0;
}
article p:first-child{
	padding: 0px 0 45px 0;
}
.left-text{
	text-align: left;
}
.center-text{
	text-align: center;
}
.right-text{
	text-align: right;
}
ul, ol{
	display: block;
	box-sizing: border-box;
	margin-left: 20px;
	padding: 15px 0;
}
article ul{
	list-style: none;
	margin-left: 20px;
}
ul li, ol li{
	line-height: 175%;
}
.flexBox{
	display: flex;
	flex-wrap: wrap;
}
.flexRow{
	flex-direction: row;
}
.flexColumn{
	flex-direction: column;
}
article ul li, article ol li{
	padding-bottom: 20px;
}
article ul li::before{
	content: '';
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	left: -20px;
	background-color: rgba(72,124,93,1.0);
	border: 1px solid rgba(60,60,59,1.00);
	border-radius: 50%;
	margin-right: -5px;
}
table{
	display: table;
	margin: 20px 0;
	font-weight: normal;
}
table thead tr td{
	font-weight: 800;
}
table tr{
	border-bottom: 1px solid rgba(72,124,93,1.0);
}
table tr td{
	padding: 3px 5px;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}
.pagination ul{
	list-style: none;
	text-align: center;
	float: left;
	padding: 40px 0 0 5px;
}
.pagination ul li{
	display: inline-block;
	margin: 0;
}
.pagination ul li a{
	text-align: center;
	font-size:1.3em;
	line-height: 1em;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.pagination ul li .current{
	display: block;
	text-align: center;
	font-size: 1.8em;
	line-height: 1em;
	display: block;
	overflow: hidden;
	color: rgba(118,101,65,1.0);
	padding: 0 4px;
	overflow: hidden;
}
.pagination ul li a:hover{
	color: rgba(118,101,65,1.0);
}
.pagination ul li a.prev, .pagination ul li a.next{
	display: block;
	overflow: hidden;
	transition: .6s;
}
.pagination ul li a.prev:hover, .pagination ul li a.next:hover{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	opacity: .7;
}
