/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
	font-family: 'klavika_regular';
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 11, 2014 */

@font-face {
    font-family: 'klavikamedium';
    src: url('../fonts/klavika-medium.eot');
    src: url('../fonts/klavika-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-medium.woff') format('woff'),
         url('../fonts/klavika-medium.ttf') format('truetype'),
         url('../fonts/klavika-medium.svg#klavikamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikaregularbold';
    src: url('../fonts/klavika-bold.eot');
    src: url('../fonts/klavika-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-bold.woff') format('woff'),
         url('../fonts/klavika-bold.ttf') format('truetype'),
         url('../fonts/klavika-bold.svg#klavikaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikaregular_italic';
    src: url('../fonts/klavika-regularitalic.eot');
    src: url('../fonts/klavika-regularitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-regularitalic.woff') format('woff'),
         url('../fonts/klavika-regularitalic.ttf') format('truetype'),
         url('../fonts/klavika-regularitalic.svg#klavikaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavika_regular';
    src: url('../fonts/klavika-regular_0.eot');
    src: url('../fonts/klavika-regular_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-regular_0.woff') format('woff'),
         url('../fonts/klavika-regular_0.ttf') format('truetype'),
         url('../fonts/klavika-regular_0.svg#klavika_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikalight';
    src: url('../fonts/klavika-light.eot');
    src: url('../fonts/klavika-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-light.woff') format('woff'),
         url('../fonts/klavika-light.ttf') format('truetype'),
         url('../fonts/klavika-light.svg#klavikalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikamedium_italic';
    src: url('../fonts/klavika-mediumitalic.eot');
    src: url('../fonts/klavika-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-mediumitalic.woff') format('woff'),
         url('../fonts/klavika-mediumitalic.ttf') format('truetype'),
         url('../fonts/klavika-mediumitalic.svg#klavikamedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikabold_italic';
    src: url('../fonts/klavika-bolditalic.eot');
    src: url('../fonts/klavika-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-bolditalic.woff') format('woff'),
         url('../fonts/klavika-bolditalic.ttf') format('truetype'),
         url('../fonts/klavika-bolditalic.svg#klavikabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikalight_italic';
    src: url('../fonts/klavika-lightitalic.eot');
    src: url('../fonts/klavika-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-lightitalic.woff') format('woff'),
         url('../fonts/klavika-lightitalic.ttf') format('truetype'),
         url('../fonts/klavika-lightitalic.svg#klavikalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size: 16px;
	line-height: 24px;
	color: #5d5d5d;
		font-family:Arial, Helvetica, sans-serif;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapper {
	width:100%;
	float:left;
}
.container {
	width:1000px;
	margin:auto;
}

h1, h2, h3, h4{
font-family: 'klavikalight';
}
/* ==========================================================================
   HEADER
   ========================================================================== */

header {
	height:110px;
}
header .logo {
	float:left;
	margin-top:10px;
}
header form {
	float:right;
	position:relative;
	margin-top:50px;
}
header form input[type="text"] {
	width:250px;
	height:28px;
	line-height:28px;
	border:none;
	border-bottom:1px solid #d7d7d7;
	text-transform:uppercase;
	font-size:11px;
	color:#a0a0a0;
}
header form input[type="submit"]{
	position:absolute;
	background:url(../images/btn-search.png) center no-repeat;
	height:28px;
	width:28px;
	bottom:1px;
	right:0;
	border:none;
	text-indent:-9999px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
nav {
	background:url(../images/nav-bg.png) repeat-x;
	height:68px;
	position:relative;
	z-index:100;
	font-family: 'klavika_regular';
}
nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
nav ul li {
	float:left;
	height:65px;
}
nav ul li:last-child {
	margin-right:-15px;
}
nav ul li.hover,
nav ul li.hover2 {
	border:none;
}
nav ul li:first-child a {
	background:url(../images/home-icon.png) center no-repeat;
	text-indent:-9999px;
	width:16px;
	position:relative;
}

nav ul li:first-child a.active{
	background:url(../images/home-icon-hover.png) rgb(227, 6, 19) center no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42b43', endColorstr='#e41930',GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

nav ul li:first-child a:hover:after {
	width:16px;
	height:14px;
	content:"";
	background-image:url(../images/home-icon-hover.png);
	position:absolute;
	z-index:100;
	left:50%;
	top:50%;
	margin:-7px 0 0 -8px;
}
nav ul li a {
	display:block;
	height:50px;
	line-height:50px;
	margin-top:6px;
	font-size:15px;
	color:#0e0e0d;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 17px;
}
nav ul li.hover a {
	padding:0 18px;
}
nav ul li a.active,
nav ul li a:hover {
	color:#FFF;
	background: #e30613;
 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
.slider {
	margin-top:-68px;
	margin-bottom:35px;
	overflow:hidden;
}
.slider .container {
	position:relative;
}
.bx-slider {
	margin:0;
	padding:0;
	list-style:none;
}
.bx-slider .slide {
	height:506px;
	width:100%;
}
.bx-slider li span {
	display:inline-block;
	background:rgba(0,0,0,0.6);
	font-size:50px;
	color:#FFF;
	font-family: 'klavikalight';
	text-transform:uppercase;
	clear:left;
	float:left;
	padding:0 15px;
}
.bx-slider li span strong {
	font-family: 'klavikaregularbold';
}
	
.bx-slider .slogan1 {
	position:absolute;
	top:115px;
	left:-38px;
}
.bx-slider .slogan1 span:first-child {
	margin-left:65px;
}
.bx-slider .slogan2 {
	position:absolute;
	top:215px;
	left:210px;
}
.bx-slider .slogan2 span {
	font-size:40px;
}
.bx-slider .slogan2 span:first-child {
	margin-left:78px;
	padding:0 30px;
}

.bx-slider .slogan3 {
	position:absolute;
	top:390px;
	right:420px;
}
.bx-slider .slogan3 span {
	font-size:38px;
}
.bx-slider .slogan3 span:first-child {
	margin-left:31px;
}

.bx-slider .slogan4 {
	position:absolute;
	right:7px;
	top:185px;
}
.bx-slider .slogan4 span:last-child {
	margin-left:88px;
}

.banner {
	float:left;
	margin-top:-68px;
	background:url(../images/loverowy_baner_podstrony.png) #000 top center no-repeat;
	height:363px;
}
.banner.bg2 {
	background-image:url(../images/loverowy_baner_podstrony.png);
}
.banner h1 {
	margin:0;
	padding:0;
	font-size:40px;
	color:#FFF;
	font-family: 'klavikalight';
	background:rgba(0,0,0,0.8);
	height:62px;
	line-height:62px;
	float:left;
	padding:0 40px;
	margin-top:125px;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
.seemore {
        float:right; 
        font-family:klavikalight; 
        font-size:18px; 
        margin-top:-30px; 
}

.seemoregallery {
        float:right; 
        font-family:klavikalight; 
        font-size:18px; 
        margin-right:10px;
}

.boxs-home {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:30px;
}
.boxs-home li {
	float:left;
	position:relative;
	width:473px;
	margin-right:50px;
-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}
.boxs-home li span {
	position:absolute;
	left:0;
	bottom:12px;
	font-family: 'klavikaregularbold';
	color:#FFF;
	font-size:24px;
	height:50px;
	line-height:50px;
	padding:0 28px;
	background:rgba(0,0,0,0.8);
}
	
.boxs-home li:last-child {
	margin-right:0;
}

.left-home {
	float:left;
	width:650px;
	padding-right:15px;
	border-right:1px solid #ebebeb;
}

.left-home h2 {
	font-size:33px;
	font-weight:normal;
	color:#e30613;
	border-bottom:1px solid #e7e7e8;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
}
.event-list {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.event-list ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
.event-list ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #e7e7e8;
	margin-top:20px;
}
.event-list ul li:last-child {
	border:none;
}
.event-list ul li .data {
	float:left;
	width:115px;
	font-size:14px;
	color:#848484;
	background:url(../images/data-icon.jpg) top center no-repeat;
	padding-top:30px;
	text-align:center;
	font-family: 'klavikamedium';
	margin-top:7px;
}
.event-list ul li h3 {
	margin:0;
	padding:0;
}
.event-list ul li h3 a {
	text-decoration:none;
	color:#484848;
	font-size:20px;
	font-family: 'klavikamedium';
	font-weight:normal;
}
.event-list ul li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	overflow:hidden;
}

.news-list {
	float:left;
	width:100%;
}
.news-list ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:20px;
}
.news-list ul li {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.news-list ul .picture {
	float:left;
	margin-right:20px;
}
.news-list ul h3 {
	margin:0;
	padding:0;
}
.news-list ul h3 a {
	text-decoration:none;
	color:#484848;
	font-size:20px;
	font-family: 'klavikamedium';
	font-weight:normal
}
.news-list ul .data {
	font-size:14px;
	color:#848484;
	font-family: 'klavikamedium';
}
.news-list ul p {
	color:#848484;
	margin-top:6px;
	margin-bottom:0;
}

.right-home {
	float:right;
	width:322px;
}
.right-home h2 {
	font-size:22px;
	color:#e30613;
	font-weight:normal;
	text-transform:uppercase;
}
.right-home .calendar h2 {
	background:url(../images/calendar-h2.jpg) bottom center no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:12px;
}

.gallery-thumbs ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-thumbs ul li {
	float:left;
	background:url(../images/gallery-thumb-bg.jpg);
	width:136px;
	height:150px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:8px 0 0 7px;
	margin-left:12px;
	margin-bottom:10px;
	margin-right:4px;
	background-repeat:no-repeat;
	font-size: 14px;
}

.breadcrumbs {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:35px;
	font-family: 'klavikalight';
}
.breadcrumbs span {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#a7a7a7;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
.breadcrumbs ul li {
	float:left;
	font-size:12px;
	color:#0e0e0d;
	text-transform:uppercase;
	margin-left:5px;
}
.breadcrumbs ul li a {
	display:block;
	color:#a7a7a7;
	text-decoration:none;
	padding-right:20px;
	background:url(../images/bread-bg.jpg) right center no-repeat;
}

#intro2{
	float:left;
	width:350px;
	padding-right:20px;
	
}
.partner_content{
	float:left;
	width:600px;}


aside {
	float:left;
	width:140px;
	border:1px solid #e7e7e8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	padding:12px 0;
	font-family: 'klavika_regular';
}
aside ul {
	margin:0;
	padding:0;
	list-style:none;
}
aside ul li {
	float:left;
	width:100%;
	height:34px;
	line-height:34px;
}
aside ul li a {
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
aside ul li a.active,
aside ul li a:hover {
	background:url(../images/aside-bg.png) top no-repeat;
	color:#FFF;
	padding-right:19px;
}

.events-list {
	float:right;
	width:820px;
	margin-bottom:50px;
}
.events-list h2 {
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
	color:#e30613;
	border-bottom:1px solid #e7e7e8;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:0;
}
.events-list ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
.events-list ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #e7e7e8;
}
.events-list ul li:last-child {
	border:none;
}
.events-list ul li .toogle {
	float:left;
	width:100%;
	background:url(../images/toogle-enable.jpg) center no-repeat;
	height:40px;
}
.events-list ul li .toogle:hover {
	background-image:url(../images/toogle-active.jpg);
}
.events-list ul li h3 {
	font-size:20px;
	color:#484848;
	font-family: 'klavikamedium';
	font-weight:300;
	margin-bottom:10px;
}
.events-list ul li p {
}
.events-list .hide {
	display:none;
}
.events-list .hide h3 {
	color:#ee0f29;
}
.events-list .hide p {
}
.events-list .count {
	float:right;
	background:url(../images/licznik-bg.jpg);
	width:251px;
	height:270px;
	margin-left:40px;
	text-align:center;
}
.events-list .count h3 {
	font-size:18px;
	margin:20px 0;
}
.events-list .count span {
	width:60px;
	height:71px;
	display:inline-block;
	line-height:71px;
	background:url(../images/count-bg.png);
	font-size:52px;
	color:#bbbcc1;
	font-family: 'klavikamedium';
}
.events-list .count a {
	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(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 );
}
.events-list .count a:hover {
	background: rgb(57,172,55);
	background: -moz-linear-gradient(top,  rgba(57,172,55,1) 1%, rgba(91,204,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(57,172,55,1)), color-stop(100%,rgba(91,204,89,1)));
	background: -webkit-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -o-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -ms-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: linear-gradient(to bottom,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ac37', endColorstr='#5bcc59',GradientType=0 );
}
.events-list .partners {
	font-size:15px;
	font-family: 'klavikamedium';
	color:#484848;
	margin-top:10px;
}
.events-list .partners span {
	margin-right:10px;
}

.events-list .partners img{
	width:130px;
	margin-bottom:10px;
}
.edycja-content {
	float:right;
	width:820px;
}
.edycja-content > img {
	float:left;
	margin:0 25px 25px -20px;
}
.edycja-content p {
//	color:#000000;
}
.edycja-content div {
	display:block;
	width:100%;
	overflow:hidden;
}
.edycja-content p strong {
	color:#f2142d;
	font-family: 'klavikamedium';
	font-weight:normal;
}

.about {
	float:left;
	width:100%;
}
.about-photos {
	float:left;
	width:350px;
}
.about-photos .photo {
	float:left;
	background:url(../images/gallery-bg.jpg);
	width:262px;
	height:191px;
	padding:15px 0 0 13px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-left:17px;
	margin-bottom:19px;
}

.about-text {
	float:right;
	width:645px;
	margin-bottom:50px;
	margin-top:-15px;
	font-family:Arial, Helvetica, sans-serif;
}
.about-text h2 {
	margin:0;
	padding:0;
	color:#414141;
	font-weight:normal;
	font-size:22px;
	margin:20px 0;
}
.about-text h2.red {
	color:#e3172f;
}
.about-text p {
}
.files h3 {
	color:#6e6e6e;
	font-size:22px;
	border-bottom:1px solid #e1e1e1;
	font-weight:normal;
	padding-bottom:5px;
	margin-top:40px;
}

.files li{
	padding-bottom:10px;
}
.files ul {
	margin:0;
	padding:0;
	list-style:none;
}
.files ul a {
	text-decoration:none;
	color:#6e6e6e;
	margin-left:3px;
}
.files ul a img {
	margin-right:15px;
}

.partners-list {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:-1px;
}
.partners-list li {
	text-align:center;
	float:left;
	width:33.2333%;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-bottom:50px;
	height:310px;
	
}
.partners-list li:nth-child(3n),
.partners-list li:last-child {
	border-right:none;
}
.partners-list li .logo {
	width:100%;
	float:left;
	height:185px;

	line-height:185px;
}
.partners-list li span {
	font-size:14px;
}

.contact {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.contact .box {
	float:left;
	width:350px;
}
.contact .box:last-child {
	width:300px;
}
.contact .box h2 {
	font-size:20px;
	color:#515151;
	font-family: 'klavikamedium';
	font-weight:normal;
}
.contact .box p {
}
.contact .box .tel {
	background:url(../images/tel-icon.jpg) left center no-repeat;
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	padding-left:31px;
	font-size:14px;
	color:#515151;
	margin-bottom:5px;
}
.contact .box .tel span {
	color:#e30613;
}
.contact .box .tel span strong {
	font-weight:normal;
	font-size:20px;
}
.contact .box .mail {
	background:url(../images/mail-icon.jpg) left center no-repeat;
	float:left;
	width:100%;
	height:20px;
	line-height:25px;
	padding-left:31px;
	font-size:14px;
	color:#515151;
}
.contact .box .mail a {
	color:#e30613;
}

.contact form {
	float:left;
	width:100%;
}
.contact form input[type="text"]{
	float:left;
	width:301px;
	height:38px;
	line-height:38px;
	text-indent:15px;
	margin:0;
	padding:0;
	border:none;
	margin-bottom:9px;
}
.contact form .input-name {
	background:url(../images/input-name.jpg);
}
.contact form .input-tel {
	background:url(../images/input-tel.jpg);
}
.contact form .input-mail {
	background:url(../images/input-mail.jpg);
}
.contact form textarea {
	background:url(../images/textarea.jpg);
	width:302px;
	height:148px;
	margin:0;
	padding:0;
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:15px;
	border:none;
	line-height:36px;
	padding-top:10px;
	margin-bottom:12px;
}
.contact form input[type="submit"]{
	width:165px;
	text-align:center;
	display:block;
	margin:10px auto;
	color:#FFF;
	text-decoration:none;
	height:50px;
	line-height:50px;
	font-size:26px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	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 );
	border:none;
}
.contact form input[type="submit"]:hover {
	background: rgb(57,172,55);
	background: -moz-linear-gradient(top,  rgba(57,172,55,1) 1%, rgba(91,204,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(57,172,55,1)), color-stop(100%,rgba(91,204,89,1)));
	background: -webkit-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -o-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -ms-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: linear-gradient(to bottom,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ac37', endColorstr='#5bcc59',GradientType=0 );
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	background:#ebebeb;
	border-top:1px solid #c7c7c7;
	padding-top:10px;
	height:80px;
	font-family: 'klavikalight';
}
footer img {
	float:left;
	margin-right:48px;
}
footer p {
	float:left;
	height:55px;
	border-right:1px solid #c6c6c6;
	padding-right:40px;
	margin:0;
	margin-top:7px;
	margin-right:25px;
	font-size:12px;
	color:#515151;
	line-height:16px;

}
footer p.noborder {
	border:none;
}
footer .impl {
	float:right;
	font-size:12px;
	color:#a5a5a5;
	margin-top:40px;
}
footer .impl a {
	text-decoration:none;
	color:#484848;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/********************************** Wersja 2016 *********************************************************************/

.login, .rejestracja {
width:50%;
float:left;

}

.form_order2 input[type="text"], .form_order2 input[type="password"] {  

	width:300px;
	border:none;
	height:30px; 
	padding:5px;
	backgound-size:contain;
	background: url("../images/input.jpg");
	background-repeat:no-repeat;
	
}

.form_order2 {
	margin:5px 0px;
	float:left;
}

.form_order2 p {
	margin:2px;
}

label.error { color:#ff0000; }

.register-form, .login-form, .changepassword-form , .changepassword2-form { 
	width:312px; float:left; font-family: "klavika_regular";
}
 

 .login a, .rejestracja a { color:#5d5d5d;  }
  .login a:hover, .rejestracja a:hover { color:#7d7d7d;  }
 .login .error, .rejestracja .error { color:#ff0000;  }

.button {  

    background: rgb(91, 204, 89);
	background: -moz-linear-gradient(top,  rgba(91,204,89 ,1) 1%, rgba(  57,172,55,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba( 91,204,89 ,1)), color-stop(100%,rgba( 57,172,55   ,1)));
	background: -webkit-linear-gradient(top,  rgba( 91,204,89,1) 1%,rgba( 57,172,55   ,1) 100%);
	background: -o-linear-gradient(top,  rgba( 91,204,89 ,1) 1%,rgba(57,172,55   ,1) 100%);
	background: -ms-linear-gradient(top,  rgba(91,204,89 ,1) 1%,rgba(57,172,55    ,1) 100%);
	background: linear-gradient(to bottom,  rgba(91,204,89 ,1) 1%,rgba(57,172,55  ,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bcc59', endColorstr='#39ac37',GradientType=0 );





    border-radius: 4px;
	color:#ffffff;
    border:none; padding:10px 15px; text-decoration:none; 
	font-size:15px;
 
 }
 
 .button:hover {
		background: rgb(57,172,55);
	background: -moz-linear-gradient(top,  rgba(57,172,55,1) 1%, rgba(91,204,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(57,172,55,1)), color-stop(100%,rgba(91,204,89,1)));
	background: -webkit-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -o-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: -ms-linear-gradient(top,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	background: linear-gradient(to bottom,  rgba(57,172,55,1) 1%,rgba(91,204,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ac37', endColorstr='#5bcc59',GradientType=0 );
 } 
 
.zapisy-table  .button {  display:block; margin-bottom:-10px; text-align:center; } 
 
 
.login-rejestration {  float:right;  padding-top:21px;  }
.login-rejestration a {  color:#0e0e0d; text-decoration:none; font-family: "klavika_regular"; font-size:14px; }

#form.save { min-width:500px; }
#form.save form { width:500px; float:none; margin:20px auto;}
#form.save form a { color: #5d5d5d;}

#form.save  input[type="checkbox"].error { width:auto; }

.zapisy-table {  width:100%; margin-bottom:35px;  }

.zapisy-table th, .zapisy-table td { 
	text-align:left !important;
 }
 
.zapisy-table td, .zapisy-table th  { border:solid 1px #ebebeb; padding:20px 15px; } 
 
.zapisy-table a { text-decoration:none;  }
.form_order3 { width:100%; float:left;  }
.form_order3 input { float:left !important; margin-bottom:5px !important; }
.form_order3 label.error { float:left !important; margin-left: 10px; margin-bottom:20px !important; }

.th-option { width:120px; }
.now-no-show {display:none; }

.date_ster { font-weight:bold; text-align:center; font-size:16px; background:#ebebeb; cursor:pointer; 
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(200, 200, 200, 1) 99%) repeat scroll 0 0;

 }
.date_ster td div { text-align:center; }
.zapis-dzien .tr_rekord { width:100%; }
.tr_rekord {   transition: all 500ms ease 0s; }

.select_form { float:left; width:140px; overflow:hidden; margin:10px 0px; background:url("../images/toogle-active.jpg"); background-repeat:no-repeat; background-position:125px center;  height:20px; cursor:pointer; padding:4px; border:solid 1px #ebebeb; }
.select_form select{ width:165px; border:none; background:none; cursor:pointer; }

.form_order3 input[type="checkbox"] { margin-top:3px; margin-right:2px; }
.form_order3.mt30 { margin:10px 0px;  }
.events-list ul li p.lotik { text-align:center; padding:0px 10px; 
overflow:hidden; color: #3FB23D; }
 

@media screen and (max-width:1120px) {
.login, .rejestracja  {
	width:90%;
	padding:20px 5%;
}

.about.event { width:96%; padding-left:2%; padding-right:2%;}
.zapisy-table {  word-wrap: break-word; width:100%;  }
.th-option { width:70px; }

}

@media screen and (max-width:800px) {
	.login-rejestration {
		position:absolute;
		right:0px;
	}
}


@media screen and (max-width:520px) { 

.now-no-show {display:block; }
.hide-500 { display:none; }

#form.save { width:300px; min-width:300px;}
 #form.save  input[type="submit"] {width:200px; }
#form.save form {width:98%; }

}


@media screen and (max-width:350px) {
.form_order2 input[type="text"], .form_order2 input[type="password"] {  
	width:292px;
	}
	.login, .rejestracja  {
	padding:20px 10px;;	
	}
	
	.register-form, .login-form  {
	width:292px;
	}
	
	#form.save form { width:240px; }
	#form.save { width:240px; min-width:240px;}
	
	.banner h1 { font-size:30px; }
	
}









/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}