a {
    color: #e30613;
    text-decoration:none;
}

a:hover {
    color:#848484;
}

.event-list {
    display:none;
}

.news-list a:hover{
	color: #848484;
}

.news-list-full{
	width: 100%;
}

.eventIntro{
}

.edycja-content p{
	font-family: 'Arial';
}

.partners-list .partner-desc{
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

.partners-list span{
	font-family: 'Arial';
	font-size: 12px;
}

.partners-list .partner-more-link{
	text-decoration: none;
	padding: 5px;
	margin-left: 136px;
	height: 50px;
	line-height: 40px;
	text-align:right;
	font-weight: bold;
}

#form{

}

#form h2{
	text-align: center;
}

#form #extra{
	background: #ffffff;
	margin: auto;
	width: 50%;
	margin-top: 10px;
	padding: 20px;
	font-family: 'Arial';
	font-size: 12px;
}

#formButtons{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

#formButtons a{
}

#formButtons #sendButton{
	margin-top:30px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding:0 15px;
	color:#FFF;
	text-decoration:none;
	height:50px;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px;
	margin-right: 20px;
	background: rgb(91,204,89);
	background: -moz-linear-gradient(top,  rgba(91,204,89,1) 0%, rgba(57,172,55,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,204,89,1)), color-stop(99%,rgba(57,172,55,1)));
	background: -webkit-linear-gradient(top,  rgba(91,204,89,1) 0%,rgba(57,172,55,1) 99%);
	background: -o-linear-gradient(top,  rgba(91,204,89,1) 0%,rgba(57,172,55,1) 99%);
	background: -ms-linear-gradient(top,  rgba(91,204,89,1) 0%,rgba(57,172,55,1) 99%);
	background: linear-gradient(to bottom,  rgba(91,204,89,1) 0%,rgba(57,172,55,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bcc59', endColorstr='#39ac37',GradientType=0 );
}
.fancybox-opened{
	background: black !important;
}


#formButtons a#cancelButton{
	margin-top:30px;
	padding:0 15px;
	color:#FFF;
	text-decoration:none;
	height:50px;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(91,204,89);
	background: -moz-linear-gradient(top,  rgba(216,23,23,1) 0%, rgba(164,35,35,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,23,23,1)), color-stop(99%,rgba(164,35,35,1)));
	background: -webkit-linear-gradient(top,  rgba(216,23,23,1) 0%,rgba(164,35,35,1) 99%);
	background: -o-linear-gradient(top,  rgba(216,23,23,1) 0%,rgba(164,35,35,1) 99%);
	background: -ms-linear-gradient(top,  rgba(216,23,23,1) 0%,rgba(164,35,35,1) 99%);
	background: linear-gradient(to bottom, rgba(216,23,23,1) 0%,rgba(164,35,35,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D81717', endColorstr='#D82323',GradientType=0 );
}

#form #mainForm{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#form form div{
	clear: both;
}

#form form label.info{
	position: relative;
	padding-top: 5px;
	float: left;
	color: #848484;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#form input[type='text'], #form input[type='email'], #form input[type='phone']{
	width:200px;
	line-height:28px;
	border:1px inset #707070;
	font-size:11px;
	padding-left: 10px;
	float: right;
	position: relative;
	margin-bottom: 20px;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#form #extra{
	height: 200px;
	width:500px;
	overflow: scroll;
}

#form #acceptornot{
	width: 100%;
	padding-bottom:20px;
	margin-top: 20px; 
}

#form #acceptornot input, #form #acceptornot label.info{
	width: 140px;
	display: inline-block;
	float: left;
	color: #848484;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#form #acceptornot input{
	width: 20px !important;
	margin-top: 2px;
}

#form .errorContainer{
	width: 350px;
	color: red;
	display: none;
}

#form .error{
	color: red;
	display: block;
	width: 350px;
	float: right;
}

#form input[type='submit']{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.news_detail{
	font-family: "Arial";
}

.news_detail #intro{
}

.news_detail .news_intro{
	width: 75%;
}

.news_detail .picture{
	width: 20%;
	float: left;
}

section.wrapper{
	padding-bottom: 20px;
}

#form .event{
	min-height: 150px;
}

.contact .box p{
	font-family: 'Arial' !important;
}

.event .event-error, .contact #flashMessage.error{
	width: 100%;
	text-align: center;
	color: #333333;
	border: 1px solid red;
	display: block;
	background: rgba(255,0,0,0.3);
	margin-top: 30px;
	padding: 10px;
	float: left;
	font-size: 11px;
	font-family: 'Arial';
}

.event .event-success, .contact #flashMessage.response{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 30px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	font-family: 'Arial';
}

.event .event-success,
.event .event-success p{
    font-size: 18px;
    color: #2bcb00;
}

.event-error,
.event-error p{
    font-size: 18px;
    color: #ea0606;
}

.contact-input-row{
	width: 100%;
	position: relative;
	float: left;
}

.contact-input-row textarea{
	font-family: 'Arial';
}

.contact-input-row input[type='text']{
	width: 100%;
	font-family: 'Arial';
}

#contact-form label{
	color: #DE3140;
    font-size: 10px;
    position: absolute;
    top: 9px;
    width: 50%;
    left: 100px;
    text-align: right;
    font-family: 'Arial';
}

.event-list-found-full{
	width: 100%;
}

#kalendarzContainer{
	width: 310px;
	border-style: solid;
	border-width: 0px 0px 5px;
	display: block;
	-moz-border-image: url(../images/calender-bottom-shadow.png) 0 0 5 round repeat;
	-webkit-border-image: url(../images/calender-bottom-shadow.png) 0 0 5 round repeat;
	-o-border-image: url(../images/calender-bottom-shadow.png) 0 0 5 round repeat;
	border-image: url(../images/calender-bottom-shadow.png) 0 0 5 fill round repeat;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#kalendarz {
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	width: 100%;
	margin-top: -5px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#kalendarz div {
	padding-top: 5px;
	width: 100%;
}

#top #kalendarz label {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	color: #676767;
	font-size: 10px;
	height: 15px;
	padding: 0;
}
#kalendarz h4 {
	color: #494949;
	padding:0px;
	margin:0px;
	display: inline-block;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

#kalendarz .top {
	width:100%;
	padding:0px;
	margin-top: -10px;
}

#kalendarz .top a#prev_month{
	width: 30px;
	height: 14px;
	background: url(../images/month_prev.png) white no-repeat left center;
	display: inline-block;
}

#kalendarz .top a#next_month{
	width: 30px;
	height: 14px;
	background: url(../images/month_next.png) white no-repeat left center;
	display: inline-block;
}

#kalendarz .content {
	width: 320px;
	margin-top:12px;
}

#kalendarz .content span{
	color: black;
}

#kalendarz .content span,
#kalendarz label {
	background: #f7f5f6;
	font-size:13px;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #d7d7d7;
	display: block;
	float: left;
	vertical-align: middle;
	line-height: 34px;
	text-align: center;
}

#kalendarz label {
	color:#f62323;
	border-top:none;
}

#kalendarz .content .important-1 .event {
	background: rgb(241,42,63); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,42,63,1) 0%, rgba(230,28,50,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,42,63,1)), color-stop(100%,rgba(230,28,50,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,42,63,1) 0%,rgba(230,28,50,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,42,63,1) 0%,rgba(230,28,50,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,42,63,1) 0%,rgba(230,28,50,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,42,63,1) 0%,rgba(230,28,50,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12a3f', endColorstr='#e61c32',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ee6778;
}

#kalendarz .content .important-0 .event{
background: rgb(153,153,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(165,165,165,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(165,165,165,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(165,165,165,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(165,165,165,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(165,165,165,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(165,165,165,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
}

#kalendarz .content a .event {
	color: #ffffff;
	text-decoration: none;
}
#kalendarz .content .event:hover {
	background: rgb(130,193,62); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130,193,62,1) 0%, rgba(59,172,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,193,62,1)), color-stop(100%,rgba(59,172,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(130,193,62,1) 0%,rgba(59,172,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(130,193,62,1) 0%,rgba(59,172,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(130,193,62,1) 0%,rgba(59,172,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(130,193,62,1) 0%,rgba(59,172,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c13e', endColorstr='#3bac36',GradientType=0 ); /* IE6-9 */
	border: 1px solid #abce8a;
}
#kalendarz .content .today {
	background-repeat: repeat-x;
}
.months_arr {
	height: 10px;
	width: 11px;
	margin-top:5px;
}
#prev_month {
	background: url("../images/arrow_left.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);

	margin-left: 15px;
}
#next_month {
	background: url("../images/arrow_right.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-right: 15px;
}

#kalendarz .weekdays-labels{
	margin-top: -20px;
}

#kalendarz .weekdays-labels label{
	background: none;
	padding-right: 2px;
	border: none;
	height: 30px;
	color: #838383;
	text-align: center;
}

#kalendarz .empty{
	background: none !important;
	border: none !important;
	padding-right: 2px;
}

section.wrapper {
    padding-bottom: 0px !important;
}

footer{
	font-family: 'Arial';
}

footer section.wrapper {
    padding-bottom: 20px !important;
}

.boxs-home img:hover, .gallery-thumbs img:hover{
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

.slogan4 span:nth-child(2){
	margin-left: 88px;
}

.content{
	margin-bottom: 30px !important;
}

/* unsubscribe event */

.token-form{
    float: left;
    width: 100%;
    padding:0px 15px;
}

.token-form .form-row{
    float: left;
    margin: 5px 0px;
    font-family: "klavika_regular";
    font-size: 15px;
    line-height: 40px;
    font-weight: 300;
    height: 40px;
    display: block;
    clear: both;
    text-transform: uppercase;
    min-width: 100%;
}

.token-form .form-row > *{
    float: left;
}

.token-form .form-row label{
    margin-right: 15px;
    height: 35px;
    width: 100px;
}

.token-form input[type='text']{
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    min-width: 30%;
}

.token-form .form-row.f-submit{
    margin-top: 25px;
}

.token-form input[type='submit']{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    font-family: 'Arial';
    font-weight: 300;
    border-radius: 5px;
    border:none;
    padding: 0px 30px;
    background: #ea2e2e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VhMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ea2e2e 1%, #bf0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ea2e2e), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea2e2e 1%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea2e2e 1%,#bf0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea2e2e 1%,#bf0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea2e2e 1%,#bf0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2e2e', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */
}

.token-form input[type='submit']:hover{
    background: #bf0000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VhMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #bf0000 0%, #ea2e2e 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0000), color-stop(99%,#ea2e2e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bf0000 0%,#ea2e2e 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bf0000 0%,#ea2e2e 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bf0000 0%,#ea2e2e 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #bf0000 0%,#ea2e2e 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#ea2e2e',GradientType=0 ); /* IE6-8 */
}

.token-form .info{
    margin: 10px 0px;
    padding: 10px 0px;
    padding-left: 40px;
    background-image: url(../images/info-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px auto;
}

.token-form .info p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #0E0E0D;
}

.token-form label.error{
    margin-left: 15px;
    font-size: 14px;
    color: #cc0033;
    text-transform: none;
    line-height: 20px;
}

.errors-bag{
    font-size: 15px;
    color: #ea0606;
}

.success-bag{
    font-size: 15px;
    color: #2bcb00;
}

/* blocks */

.block{
    float: left;
}

.block-home_calender_pics{
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.block-home_calender_pics .block-title{
    text-align: left;
    font-family: 'klavikalight';
    font-size: 22px;
    color: #f5ad5e;
    font-weight: normal;
    text-transform: uppercase;
}

.kb-element{
    margin: 0px 10px;
}

.kb-element:first-child{
    margin-left: 0px;
}

.kb-element:last-child{
    margin-right: 0px;
}

.sezon-lublin-text{
    width: 820px;
    float: right;
}

.sezon-lublin-text h2{
    margin: 0px;
}