.slick-slider, .sweet-alert input, .tags {
	box-sizing: border-box
}

.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}

body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}

.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}

body.lb-disable-scrolling {
	overflow: hidden
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}

.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}

.lb-outerContainer:after {
	display: table
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	display: table
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 24px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 14px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.sweet-alert, .sweet-overlay {
	position: fixed;
	display: none
}

body.stop-scrolling {
	height: 100%;
	overflow: hidden
}

.sweet-overlay {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color: rgba(0, 0, 0, .4);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000
}

.sweet-alert {
	background-color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 478px;
	padding: 35px 17px;
	border-radius: 5px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	z-index: 99999
}

@media all and (max-width:540px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px
	}
}

.sweet-alert h2 {
	padding-top: 10px;
	color: #575757;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 15px 0 10px 0;
	padding: 0;
	line-height: 40px;
	display: block;
	font-family: 'Museo300', sans-serif;
	position: relative;
}

.sweet-alert h2:before {
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #7aa433;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
}

.sweet-alert p {
	color: #797979;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal
}

.btn, .tags {
	text-align: center
}

.sweet-alert fieldset {
	border: none;
	position: relative
}

.sweet-alert .sa-error-container {
	background-color: #f1f1f1;
	margin-left: -17px;
	margin-right: -17px;
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	webkit-transition: padding .15s, max-height .15s;
	transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
	padding: 10px 0;
	max-height: 100px;
	webkit-transition: padding .2s, max-height .2s;
	transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 3px
}

.sweet-alert .sa-error-container p {
	display: inline-block
}

.sweet-alert .sa-input-error {
	position: absolute;
	top: 29px;
	right: 26px;
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .1s;
	transition: all .1s
}

.sweet-alert .sa-input-error::after, .sweet-alert .sa-input-error::before {
	content: "";
	width: 20px;
	height: 6px;
	background-color: #f06e57;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -9px
}

.sweet-alert .sa-input-error::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.sweet-alert input {
	width: 100%;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	height: 43px;
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 18px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	padding: 0 12px;
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sweet-alert input:focus {
	outline: 0;
	box-shadow: 0 0 3px #fff;
	border: 1px solid rgb(230, 230, 230);
}

.sweet-alert input:focus::-moz-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input::-moz-placeholder {
	color: #bdbdbd
}

.sweet-alert input::-ms-clear {
	display: none
}

.sweet-alert input:-ms-input-placeholder {
	color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
	color: #bdbdbd
}

.sweet-alert.show-input input {
	display: block
}

.sweet-alert .sa-confirm-button-container {
	display: inline-block;
	position: relative
}

.sweet-alert .la-ball-fall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: 4px;
	opacity: 0;
	visibility: hidden
}

.sweet-alert button {
	background-color: #8CD4F5;
	color: #fff;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0;
	cursor: pointer
}

.sweet-alert button:focus {
	outline: 0;
	box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
	background-color: #7ecff4
}

.sweet-alert button:active {
	background-color: #5dc2f1
}

.sweet-alert button.cancel {
	background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
	background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
	background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
	box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important
}

.sweet-alert button[disabled] {
	opacity: .6;
	cursor: default
}

#nav-icon1, .btn, .editoFrame a, .editoFrame2 a, .editoFrame3 a {
	cursor: pointer
}

.sweet-alert button.confirm[disabled] {
	color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
	border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none!important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom: 40px
}

.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
	border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position: relative;
	display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.sweet-alert .sa-icon.sa-warning {
	border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info::after, .sweet-alert .sa-icon.sa-info::before {
	content: "";
	background-color: #C9DAE1;
	left: 50%;
	position: absolute
}

.sweet-alert .sa-icon.sa-info {
	border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
	width: 5px;
	height: 29px;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px
}

.sweet-alert .sa-icon.sa-info::after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px
}

.sweet-alert .sa-icon.sa-success {
	border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, .2);
	-webkit-border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		transform: scale(.95);
		-webkit-transform: scale(.95)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		transform: scale(.95);
		-webkit-transform: scale(.95)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	100% {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	100% {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

@-webkit-keyframes slideFromTop {
	0% {
		top: 0
	}
	100% {
		top: 50%
	}
}

@keyframes slideFromTop {
	0% {
		top: 0
	}
	100% {
		top: 50%
	}
}

@-webkit-keyframes slideToTop {
	0% {
		top: 50%
	}
	100% {
		top: 0
	}
}

@keyframes slideToTop {
	0% {
		top: 50%
	}
	100% {
		top: 0
	}
}

@-webkit-keyframes slideFromBottom {
	0% {
		top: 70%
	}
	100% {
		top: 50%
	}
}

@keyframes slideFromBottom {
	0% {
		top: 70%
	}
	100% {
		top: 50%
	}
}

@-webkit-keyframes slideToBottom {
	0% {
		top: 50%
	}
	100% {
		top: 70%
	}
}

@keyframes slideToBottom {
	0% {
		top: 50%
	}
	100% {
		top: 70%
	}
}

.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop .3s;
	animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom .3s;
	animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert .2s;
	animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop .4s;
	animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom .3s;
	animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
	0%, 54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animateSuccessTip {
	0%, 54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animateSuccessLong {
	0%, 65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animateSuccessLong {
	0%, 65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0%, 5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	100%, 12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0%, 5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	100%, 12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip .75s;
	animation: animateSuccessTip .75s
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong .75s;
	animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

.animateErrorIcon {
	-webkit-animation: animateErrorIcon .5s;
	animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
	0%, 50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animateXMark {
	0%, 50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.animateXMark {
	-webkit-animation: animateXMark .5s;
	animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #F8D486
	}
	100% {
		border-color: #F8BB86
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #F8D486
	}
	100% {
		border-color: #F8BB86
	}
}

.pulseWarning {
	-webkit-animation: pulseWarning .75s infinite alternate;
	animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486
	}
	100% {
		background-color: #F8BB86
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486
	}
	100% {
		background-color: #F8BB86
	}
}

.pulseWarningIns {
	-webkit-animation: pulseWarningIns .75s infinite alternate;
	animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
	border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg)\9
}

.la-ball-fall, .la-ball-fall>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.la-ball-fall {
	display: block;
	font-size: 0;
	color: #fff;
	width: 54px;
	height: 18px
}

.la-ball-fall.la-dark {
	color: #333
}

.la-ball-fall>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	-moz-animation: ball-fall 1s ease-in-out infinite;
	-o-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite
}

.w5, .w6, .w7, .w8, .w9, .w10, .w12, .w13, .w15, .w16, .w16i6, .w17, .w18, .w20, .w21, .w24, .w25, .w30, .w33, .w35, .w40, .w45, .w48, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w90, .width30, .width40, .width50, .width60, .width70 {
	float: left
}

.editoFrame, .editoFrame2, .editoFrame3 {
	padding: 3px;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	position: absolute
}

.la-ball-fall>div:nth-child(1) {
	-webkit-animation-delay: -.2s;
	-moz-animation-delay: -.2s;
	-o-animation-delay: -.2s;
	animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
	-webkit-animation-delay: -.1s;
	-moz-animation-delay: -.1s;
	-o-animation-delay: -.1s;
	animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

.la-ball-fall.la-sm {
	width: 26px;
	height: 8px
}

.la-ball-fall.la-sm>div {
	width: 4px;
	height: 4px;
	margin: 2px
}

.la-ball-fall.la-2x {
	width: 108px;
	height: 36px
}

.la-ball-fall.la-2x>div {
	width: 20px;
	height: 20px;
	margin: 8px
}

.la-ball-fall.la-3x {
	width: 162px;
	height: 54px
}

.la-ball-fall.la-3x>div {
	width: 30px;
	height: 30px;
	margin: 12px
}

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%, 90% {
		opacity: .5
	}
	20%, 80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-moz-keyframes ball-fall {
	0% {
		opacity: 0;
		-moz-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%, 90% {
		opacity: .5
	}
	20%, 80% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-o-keyframes ball-fall {
	0% {
		opacity: 0;
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%, 90% {
		opacity: .5
	}
	20%, 80% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%, 90% {
		opacity: .5
	}
	20%, 80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}

.editoFrame a:hover, .editoFrame2 a:hover, .editoFrame3 a:hover {
	text-decoration: underline
}

.btn-empty:hover, .btn-filled:hover, .tags, a, a:hover, li:hover {
	text-decoration: none
}

.edito {
	border: 1px dotted #FC0
}

.edito:hover, .editoFrame {
	border: 1px solid #FC0
}

.editoFrame {
	margin-top: -13px;
	margin-left: -1px
}

.editoFrame2, .editoFrame3 {
	border: 1px solid #FC0;
	margin-top: -1px
}

.editoFrame img {
	margin-left: 5px;
	margin-right: 5px
}

.editoFrame2 {
	margin-left: 190px
}

.editoFrame2 img {
	margin-left: 5px;
	margin-right: 5px
}

.editoFrame3 {
	margin-left: 200px
}

.editoFrame3 img {
	margin-left: 2px;
	margin-right: 2px
}

.tags {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 11px;
	color: #333;
	line-height: 20px
}

.logo1 {
	display: none
}

.nr a, .nr a:active, .nr a:hover, .nr a:link, .nr a:visited, .nr span {
	text-decoration: none;
	padding: 8px 10px;
	font-size: 11px;
	font-family: Tahoma, Arial
}

.tags a {
	color: #333
}

.nr {
	color: #666;
	border: 0;
	clear: left
}

.nr a, .nr a:active, .nr a:hover, .nr a:link, .nr a:visited {
	color: #636363;
	background: #F9F9F9;
	border: 1px solid #E6E6E6
}

.tags a:hover {
	color: #fff
}

.nr a:hover {
	background: #7aa433;
	color: #fff;
	border-color: #7aa433;
	font-family: Tahoma, Arial
}

.nr span {
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #ccc
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

b {
	font-weight: 700
}

i {
	font-style: italic
}

.clear0 {
	clear: both;
	height: 0
}

.clear10 {
	clear: both;
	height: 10px
}

.clear25 {
	clear: both;
	height: 15px
}

.clear50 {
	clear: both;
	height: 50px
}

.width50 {
	width: 50%
}

.width40 {
	width: 40%
}

.width60 {
	width: 60%
}

.width30 {
	width: 30%
}

.width70 {
	width: 70%
}

.w5 {
	width: 5%
}

.w100 {
	width: 100%
}

.w90 {
	width: 90%
}

.w80 {
	width: 80%
}

.w75 {
	width: 75%
}

.w70 {
	width: 70%
}

.w60 {
	width: 60%
}

.w55 {
	width: 55%
}

.w50 {
	width: 50%
}

.w48 {
	width: 48%
}

.w45 {
	width: 45%
}

.w40 {
	width: 40%
}

.w30 {
	width: 30%
}

.w33 {
	width: 33.3333%
}

.w25 {
	width: 25%
}

.w20 {
	width: 20%
}

.w15 {
	width: 15%
}

.w16 {
	width: 16%
}

.w16i6 {
	width: 16.6666%
}

.w35 {
	width: 35%
}

.w10 {
	width: 10%
}

.c0, .c10, .c100, .c125, .c15, .c150, .c20, .c200, .c25, .c280, .c30, .c40, .c400, .c5, .c50, .c500, .c60, .c640, .c70, .c80, .c90 {
	width: 100%;
	clear: both
}

.c5 {
	height: 5px
}

.c10 {
	height: 10px
}

.c15 {
	height: 15px
}

.c20 {
	height: 20px
}

.c25 {
	height: 25px
}

.c30 {
	height: 30px
}

.c40 {
	height: 40px
}

.c50 {
	height: 50px
}

.c60 {
	height: 60px
}

.c70 {
	height: 70px
}

.c80 {
	height: 80px
}

.c90 {
	height: 90px
}

.c100 {
	height: 100px
}

.c125 {
	height: 125px
}

.c150 {
	height: 150px
}

.c200 {
	height: 200px
}

.c280 {
	height: 280px
}

.c400 {
	height: 400px
}

.c500 {
	height: 500px
}

.c640 {
	height: 640px
}

.btn {
	min-width: 80px;
	height: 38px;
	display: inline-block;
	padding: 10px 22px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border: 1px solid #fff;
	vertical-align: middle;
	outline: 0;
	text-transform: uppercase;
	border: 1px solid transparent
}

.btn-filled {
	color: #fff;
	background-color: #7aa433;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color, background-color, border
}

.btn-empty, .btn-filled:hover {
	background-color: transparent;
	color: #7aa433;
	border: 1px solid #7aa433
}

.btn-empty {
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: color, background-color, border
}

.btn-empty:hover {
	color: #000;
	background-color: #fff
}

.btn-white {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: color, background-color, border
}

#nav-icon1 {
	display: none;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 30px;
	top: 65px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
	top: 0
}

#nav-icon1 span:nth-child(2) {
	top: 10px
}

#nav-icon1 span:nth-child(3) {
	top: 20px
}

#nav-icon1.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

#nav-icon1.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

:focus {
	outline: 0!important
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@keyframes modal-video {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes modal-video-inner {
	from {
		transform: translate(0, 100px)
	}
	to {
		transform: translate(0, 0)
	}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-video;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.modal-video-close {
	opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	transform: translate(0, 100px)
}

.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table
}

.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: 0 0
}

a {
	color: inherit
}

.modal-video-close-btn:before {
	transform: rotate(45deg)
}

.modal-video-close-btn:after {
	transform: rotate(-45deg)
}

.modal-video-close-btn:after, .modal-video-close-btn:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px
}

.w65 {
	width: 65%;
}

.w35 {
	width: 35%;
	float: left;
}

.w6 {
	width: 6%;
	float: left;
}

.w7 {
	width: 7%;
	float: left;
}

.w8 {
	width: 8%;
	float: left;
}

.w13 {
	width: 13%;
	float: left;
}

.w9 {
	width: 9%;
	float: left;
}
.w11 {
	width: 11%;
	float: left;
}
.w12 {
	width: 12%;
	float: left;
}

.w17 {
	width: 17%;
	float: left;
}

.w18 {
	width: 18%;
	float: left;
}

.w24 {
	width: 24%;
	float: left;
}

.w21 {
	width: 21%;
	float: left;
}

@font-face {
	font-family: 'Museo300';
	src: url(../fonts/Museo300-Regular.otf);
}

@font-face {
	font-family: 'Museo500';
	src: url(../fonts/Museo500-Regular.otf);
}

@font-face {
	font-family: 'Museo700';
	src: url(../fonts/Museo700-Regular.otf);
}

@font-face {
	font-family: 'Allura';
	src: url(../fonts/Allura-Regular.ttf);
}

::-webkit-scrollbar {
	width: 1em;
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-track {
	background: #000;
	-webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.5);
	width: 5px
}

::-webkit-scrollbar-thumb {
	background-color: #7aa433;
	outline: 1px solid #000;
	width: 5px
}

::-webkit-input-placeholder {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

:-moz-placeholder {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

::-moz-placeholder {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

#kontaktForm ::-webkit-input-placeholder {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 300;
}

#kontaktForm :-moz-placeholder {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 300;
}

#kontaktForm ::-moz-placeholder {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 300;
}

#kontaktForm :-ms-input-placeholder {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 300;
}

body {
	font-family: 'Museo300', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #1f1f21;
	overflow-x: hidden;
	background: #fff;
	position: relative;
}

.manuClick {
	display: none;
}

.container {
	width: 1270px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

a {
	color: inherit;
}

*, *:active, *:focus, *:visited {
	outline: none!important;
}

/* ************************************   
   *********         TOP      *********   
   ************************************ */

#top {
	position: relative;
	background: #fff;
	z-index: 15;
}

#top .container {
	overflow: visible;
}

.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	top: 49px;
	padding-top: 18px;
	text-align: left;
	position: absolute;
	width: 310px;
	background: #fff;
	box-sizing: border-box;
	z-index: 999999999;
	border-bottom: 2px solid #7aa433;
}

.dropdown-content a {
	font-size: 13px;
	color: #131313!important;
	line-height: 28px!important;
	font-weight: 400!important;
	padding: 4px 0px 4px 28px!important;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: none!important;
	display: block;
	width: 100%!important;
	background: rgba(255, 255, 255, 1)!important;
	border-bottom: 1px dashed rgb(241, 241, 241);
}

.dropdown-content a:last-child {
	border-bottom: 0;
}

li .dropdown-content a:hover {
	background: #fafafa!important;
	color: #7aa433!important;
}

.dropdown:hover .dropdown-content {
	display: block!important;
}

/* ************************************   
   *********       MENU       *********   
   ************************************ */

.mainMenu {
	position: relative;
	z-index: 15;
	float: left;
	width: 80%;
	width: calc(100% - 120px);
}

.mainMenu ul {
	position: relative;
	float: right;
	margin-top: 12px;
}

.left-logo {
	float: left;
	width: 20%;
	width: 120px;
}

.left-logo img {
	width: auto;
	margin: 5px 0 5px 0;
	height: 75px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: transform;
}

.left-logo img:hover {
	transform: scale(1.06);
}

.mainMenu ul li {
	float: left;
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	padding: 3px 5px 3px 4px;
	background: url(../img/sep.png) top 31px right 1px no-repeat;
}

.mainMenu ul li:last-of-type {
	background: none;
}

.mainMenu ul li:after {
	position: absolute;
	bottom: 12px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0px;
	height: 1px;
	content: '';
	background: #7aa433;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: width;
}

.mainMenu ul li.li-left:after {
	right: 15px;
	box-sizing: border-box;
}

.mainMenu ul li.li-right:after {
	left: 14px;
	box-sizing: border-box;
}

.mainMenu ul li>a {
	font-family: 'Museo300', sans-serif;
	display: block;
	padding: 20px 10px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color, padding, background;
}

.mainMenu ul li a img {
	vertical-align: middle;
	margin-top: -5px;
}

.mainMenu ul li:hover a {
	padding: 24px 10px 16px 10px;
	color: #7aa433;
}

.mainMenu ul li:hover:after {
	width: 32px;
}

.mainMenu ul li:last-child:hover:after {
	width: 0;
}

/* ************************************   
   *********      SLIDER      *********   
   ************************************ */

#slider {
	position: relative;
	clear: both;
	margin-top: 0;
	z-index: 12;
	height: 50vh;
	background: #000;
}

#slider img:not(.box-img) {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

#slider .container.slick-desc {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: visible;
	z-index: 15;
}

#slider .slick-desc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#slider h2 {
	color: #fff;
	font-size: 44px;
	font-family: 'Museo300', sans-serif;
	line-height: 42px;
	z-index: 10;
	position: relative;
	padding: 0px 5px;
	box-sizing: border-box;
	text-shadow: 2px 2px 15px #000;
}

#slider p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 22px;
	line-height: 28px;
	z-index: 10;
	font-family: 'Museo300';
	font-style: italic;
	float: right;
	margin-right: 15px;
}

#slider .slick-slide {
	position: relative;
}

#slider .slick-prev {
	position: absolute;
	top: 45%;
	border: none;
	outline: none;
	cursor: pointer;
	width: 46px;
	height: 46px;
	z-index: 101;
	background: url(../img/prevW.png) center no-repeat;
	left: 0%;
	opacity: 0.4;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: opacity;
}

#slider .slick-next {
	position: absolute;
	top: 45%;
	border: none;
	outline: none;
	cursor: pointer;
	width: 46px;
	height: 46px;
	z-index: 101;
	background: url(../img/nextW.png) center no-repeat;
	right: 0%;
	opacity: 0.4;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: opacity;
}

.slides {
	height: 100%;
}

#slider .slick-next:hover, #slider .slick-prev:hover {
	opacity: 1;
}

#slider-news {
	text-align: center;
	position: absolute;
	bottom: 225px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 15;
}

.slider-news {
	position: relative;
	width: 40%;
	float: right;
	background: #fff;
	border: 5px solid #fff;
	box-sizing: border-box;
	z-index: 10;
}

.slider-news:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -10px;
	width: 20px;
	display: block;
	height: 170px;
	background: #fff;
	z-index: 1;
}

#slider-news .w40 {
	text-align: left;
	position: relative;
	z-index: 12;
}

#slider-news .w40 mark {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7aa433;
	color: #fff;
	cursor: pointer;
	font-family: 'Museo300';
	font-size: 12px;
	padding: 5px 10px;
}

#slider-news .w40 img {
	width: 100%;
	height: 160px;
	float: left;
	object-fit: cover;
}

#slider-news h6 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

.slider-news:hover h6 {
	color: #7aa433
}

#slider-news small {
	display: block;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

#slider-news .w60 {
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 12px;
}

#slider-boxes {
	text-align: center;
	margin: auto;
	z-index: 15;
	border: 5px solid #fff;
	box-sizing: border-box;
}

.slider-box {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 16.66666667%;
	height: 260px;
	border: 5px solid #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.slider-box.w25 {
	width: 25%;
	float: none;
}

.blog-box.slider-box.w25 {
	width: 20%;
	display: block;
	float: left;
}

.slider-box:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 92%;
	height: 92%;
	content: '';
	margin: auto;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

slider-box:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	margin: auto;
	z-index: 2;
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.slider-box img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: transform;
}

.slider-box span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 30;
	bottom: 35px;
}

.slider-box:hover img {
	transform: scale(1.1);
}

.slider-box h4 {
	position: relative;
	color: #fff;
	font-size: 21px;
	font-family: sans-serif;
	line-height: 22px;
	z-index: 10;
	padding: 0 25px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 200;
	text-shadow: 0 0 15px #000;
	text-transform: uppercase;
}

.slider-box.w25 h4 {
	padding: 0 35px;
}

.slider-box h4:before {
	position: absolute;
	content: '';
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 32px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.slider-box span a {
	display: block;
	width: 140px;
	text-align: center;
	padding: 9px 15px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #8d7548;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background;
}

.slider-box span a:hover {
	background: #8d7548;
}

#najnowsze_wydarzenia.sp #wydarzenia>.news-column {
	width: 30%;
	float: left;
}

/* ************************************   
   *******    TABELA WYNIKÓW    *******   
   ************************************ */

#sponsorzy-partnerzy {
	position: relative;
	float: left;
	width: 100%;
	margin-top: -8px;
	border: 5px solid #fff;
	box-sizing: border-box;
}

#sponsorzy-partnerzy .spons img {
	width: 32.833%;
	margin: 3px 0.25%;
	height: 110px;
	padding: 40px 0;
	background: #f3f3f3;
	object-fit: scale-down;
}

#sponsorzy-partnerzy .part img {
	width: 12%;
	height: 90px;
	margin: 0px 0.25%;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #f3f3f3;
	object-fit: scale-down;
}

/* ************************************   
   *******    TABELA WYNIKÓW    *******   
   ************************************ */

#tabela_wynikow {
	margin: 35px 1% 0 1%;
	position: relative;
	z-index: 3;
	clear: both;
	width: 98%;
	float: left;
	text-align: center;
}

#tabela_wynikow>.container {
	position: relative;
	z-index: 3;
}

#najnowsze_wydarzenia .line, #mistrz_miesiaca .line, #tabela_wynikow .line, #wszystkie-rankingi .line {
	display: block;
	width: 36px;
	height: 1px;
	margin: 0 auto;
	background: #cca867;
}

#najnowsze_wydarzenia h3, #mistrz_miesiaca h3, #tabela_wynikow h3, #wszystkie-rankingi h3 {
	color: #7aa433;
	font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
}

#wszystkie-rankingi h3 {
	font-size: 22px;
}

#najnowsze_wydarzenia p, #mistrz_miesiaca p, #tabela_wynikow p {
	color: #797979;
	line-height: 22px;
}

#wszystkie-rankingi h3 {
	text-align: center;
	padding: 10px 0;
}

.tabele-section {
	text-align: center;
}

.tabelka {
	display: inline-block;
	width: 98%;
	margin: 0 1%;
	border: 1px solid #f0f0f0;
	box-sizing: border-box; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.tabelka .tab-head {
	width: 100%;
	background: #f0f0f0;
	padding: 25px 10px;
	box-sizing: border-box;
}

.tabelka .tab-head h4 {
	color: #4e4e4e;
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
}

#tabela_wynikow .tabelka .tab-head h4 {
	color: #7aa433
}

.tabelka .tab-head small {
	font-family: 'Museo300', sans-serif;
}

#tabela_wynikow .slick-dots {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#tabela_wynikow .slick-dots li {
	display: inline-block;
	margin: 1px;
	padding: 0px;
	width: 12px;
	cursor: pointer;
}

#tabela_wynikow .slick-dots li:only-child {
	display: none;
}

#tabela_wynikow .slick-dots li button {
	outline: none;
	padding: 0;
	font-size: 0.1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fefefe;
	cursor: pointer;
	box-sizing: border-box;
}

#tabela_wynikow .slick-dots li.slick-active button {
	background: #7aa433;
	width: 8px;
	height: 8px;
	border: 0;
}

#tabela_wynikow .tabelka:nth-child(2) .tab-head h4, #tabela_wynikow .tabelka:nth-child(2) .tab-head small {
	color: #b7965e;
}

.tab-row {
	display: block;
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
	line-height: 38px;
	min-height: 50px;
	overflow: auto;
	color: #636363;
	font-size: 13px;
	font-weight: 400;
}

.tab-row em {
	display: inline-block;
	float: left;
	font-weight: 600;
	font-size: 13px;
	color: #0c0c0c;
}

.tab-row em:first-of-type {
	text-align: right;
}

.tab-body .tab-row em.w60, .tab-row em:last-of-type {
	text-align: left;
}

.tab-body .tab-row em.w60 {
	padding-left: 35px;
	box-sizing: border-box;
}

.tab-body .tab-row em {
	font-weight: 500;
	opacity: 0.7;
}

.tab-body .tab-row.first em, .tab-body .tab-row.second em, .tab-body .tab-row.third em {
	font-family: 'Museo500';
}

.tab-row.first {
	background: url(../img/place.png) left 20px top 16px no-repeat, rgb(254, 212, 18);
	background: url(../img/place.png) left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed412', endColorstr='#ffeb66', GradientType=0);
}

.tab-row.second {
	background: url(../img/place.png) left 20px top 16px no-repeat, rgb(222, 222, 222);
	background: url(../img/place.png) left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f4f4f4', GradientType=0);
}

.tab-row.third {
	background: url(../img/place.png) left 20px top 16px no-repeat, rgb(219, 203, 184);
	background: url(../img/place.png) left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
	background: url(../img/place.png) left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbcbb8', endColorstr='#f0e5d8', GradientType=0);
}

.tab-body .tab-row.opacity {
	opacity: 0.5;
}

.tab-body hr {
	margin: 0;
	border: none;
	border-top: 1px solid #f0f0f0;
}

.tab-footer .tab-row {
	background: #7aa433;
	color: #fff;
	cursor: pointer;
	font-family: 'Museo300';
	font-size: 14px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background;
}

.tab-footer .tab-row:hover {
	background: #3c3c3c;
}

.tab-footer img {
	vertical-align: middle;
	margin-top: -1px;
	padding-left: 20px;
	display: initial;
}

.tab-body .tab-row.head-row {
	text-transform: uppercase;
	background: #7aa433;
}

.tab-body .tab-row.head-row em {
	color: #fff;
	font-family: 'Museo300';
	font-size: 12px;
	line-height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	opacity: 1;
}

.tab-body .tab-row.head-row em:first-of-type {
	text-align: left;
	padding-left: 19px;
	box-sizing: border-box;
}

.turniej-tabela .tab-body .tab-row em {
	font-weight: 500;
	opacity: 1;
}

.turniej-tabela .tab-row em {
	font-size: 12px;
}

.tab-body .tab-row.first em, .tab-body .tab-row.second em, .tab-body .tab-row.third em {
	font-family: 'Museo500';
}

.turniej-tabela .tab-head-img {
	float: left;
	width: 30%;
	width: 200px;
	box-sizing: border-box;
	padding-right: 25px;
}

.turniej-tabela .tab-head-img img {
	height: 55px;
	width: 100%;
	object-fit: scale-down;
}

.turniej-tabela .tab-head-desc {
	loat: left;
	width: 70%;
	width: calc(100% - 200px);
	box-sizing: border-box;
}

.turniej-tabela .tab-row em {
	text-align: left;
}

.table-place .tab-row em:first-of-type, .turniej-tabela .tab-row em:first-of-type {
	text-align: left;
	padding-left: 50px;
	box-sizing: border-box;
}

.turniej-tabela .tab-row em:nth-last-child(4), .turniej-tabela .tab-row em:nth-last-child(3), .turniej-tabela .tab-row em:nth-last-child(2), .turniej-tabela .tab-row em:last-of-type, .turniej-tabela .tab-row em:nth-of-type(5), .turniej-tabela .tab-row em:nth-of-type(6), .turniej-tabela .tab-row em:nth-of-type(7) {
	text-align: center;
}

.tab-body .head-row em a:after {
	content: '';
	display: inline-block;
	background: url(../img/sort.png) center /auto 100% no-repeat;
	width: 16px;
	height: 12px;
	vertical-align: middle;
	margin: -3px 0 0px 3px;
}

/* ************************************   
   *******    MISTRZ MIESI?CA   *******   
   ************************************ */

#mistrz_miesiaca {
	position: relative;
	clear: both;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	float: left;
}

#mistrz_miesiaca .mistrz-info {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
}

#mistrz_miesiaca .box-lider {
	width: 45%;
	max-width: 435px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	padding: 40px 30px;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 0.7) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 0.7) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 0.7) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
	/* IE6-9 */
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-bottom: 15px;
	text-align: left;
	float: none;
	margin: 0 auto;
	max-width: 515px;
}

#mistrz_miesiaca .box-lider a>img {
	position: absolute;
	top: -40px;
	right: 20px;
	width: auto;
	height: 215px;
	object-fit: scale-down;
}

#mistrz_miesiaca .box-lider h5 {
	color: #7aa433;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
}

#mistrz_miesiaca .box-lider mark {
	display: block;
	background-size: cover!important;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 20px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

#mistrz_miesiaca .box-lider small {
	font-size: 14px;
	line-height: 18px;
	color: #676767;
	font-family: 'Museo300', sans-serif;
}

#mistrz_miesiaca .box-lider p {
	font-family: 'Allura';
	font-size: 36px;
	line-height: 42px;
	color: #131313;
}

#mistrz_miesiaca .box-info {
	float: right;
	width: 50%;
	max-width: 600px;
	text-align: left;
}

#mistrz_miesiaca .box-info h4 {
	color: #b7965e;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}

#mistrz_miesiaca .box-info p {
	padding: 8px 0;
	color: #777777;
	font-size: 13px;
	font-weight: 500;
}

/* ************************************   
   ****    NAJNOWSZE WYDARZENIA    ****   
   ************************************ */

#najnowsze_wydarzenia {
	position: relative;
	clear: both;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	float: left;
}

#najnowsze_wydarzenia>div {
	overflow: visible;
}

#wydarzenia {
	position: relative;
}

#wydarzenia {
	box-sizing: border-box;
}

#wydarzenia mark {
	background: #b7965e;
	position: absolute;
	bottom: 80px;
	left: 0;
	padding: 7px 30px 6px 35px;
}

#najnowsze_wydarzenia.sp #wydarzenia h4, #wydarzenia h4 {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	left: 0;
	padding-left: 35px;
	color: #fff;
	font-family: 'Museo300';
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

#wydarzenia h4:after {
	content: none;
	display: none;
}

#wydarzenia p {
	text-align: left;
	padding: 10px 0;
	color: #131313;
	font-size: 13px;
}

.news-element {
	width: 25%;
	float: left;
}

#wydarzenia p b {
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
	font-weight: initial;
	font-family: 'Museo500';
}

#najnowsze_wydarzenia.sp #wydarzenia img, #wydarzenia img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	float: left;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: transform;
}

#najnowsze_wydarzenia.sp .news-element, #news-carousel .news-element {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

#najnowsze_wydarzenia.sp .news-element img, #news-carousel .news-element img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: transform;
}

.news-image-holder {
	position: relative;
	overflow: hidden;
}

.news-image-holder:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 96%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 96%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.news-image-holder mark {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	z-index: 10;
	padding-left: 22px;
	font-size: 12px;
	font-weight: 300;
	background: url(../img/nws.png) top 2px left 0px no-repeat, transparent
}

.news-element h4 {
	font-family: 'Museo500';
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	max-width: 80%;
	padding: 15px 0;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

.news-element h4:after {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 42px;
	background: #b7965e;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: left;
}

#wydarzenia .w40 .news-element:hover p b {
	color: #b7965e;
}

.news-element:hover .news-image-holder img {
	transform: scale(1.1);
}

#najnowsze_wydarzenia.sp .news-element:hover h4, #news-carousel .news-element:hover h4 {
	color: #7aa433;
}

#najnowsze_wydarzenia.sp .news-element:hover h4:after, #news-carousel .news-element:hover h4:after {
	left: 50px;
}

.fake-button {
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px 15px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #b7965e;
	background: #b7965e;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	float: right;
	margin-top: 12px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background;
}

.fake-button:hover {
	color: #b7965e;
	background: transparent;
}

#wydarzenia .slick-dots {
	text-align: right;
	padding-right: 10px;
	margin-top: 30px;
	box-sizing: border-box;
}

#wydarzenia .slick-dots li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}

#wydarzenia .slick-dots li:only-child {
	display: none;
}

#wydarzenia .slick-dots li button {
	border: 1px solid #bdbdbd;
	background: #fff;
	padding: 0;
	margin: 0;
	outline: none;
	color: #fff;
	font-size: 0.1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
}

#wydarzenia .slick-dots li.slick-active button {
	background: #b7965e;
	border: 1px solid #b7965e;
}

/* ************************************   
   *********    NEWSLETTTER   *********   
   ************************************ */

#newsletter-box {
	padding: 45px 0 44px 0;
	background: #f7f7f7;
	float: left;
	width: 100%;
}

#newsletter-box h4 {
	color: #131313;
	font-size: 26px;
	line-height: 40px;
	font-family: 'Museo300', sans-serif;
	position: relative;
	font-weight: 400;
}

#newsletter-box h4:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 1px;
	content: '';
	background: #b7965e;
}

#newsletter-box .w40 {
	padding-right: 5%;
	box-sizing: border-box;
}

#newsletter-box form {
	width: 100%;
}

#newsletter-box input {
	width: 70%;
	height: 40px;
	line-height: 30px;
	padding: 6px 10px 4px 50px;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	border-right: 0!important;
	float: left;
	background: url(../img/mail.png) center left 15px no-repeat, transparent;
	outline: none;
	color: #131313;
	font-size: 12px;
	font-family: 'Museo300';
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: border;
}

#newsletter-box form:hover input {
	border: 1px solid #b7965e;
}

#newsletter-box button {
	width: 30%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Museo300';
	font-size: 13px;
	outline: none;
	border: 1px solid #7aa433;
	background: #7aa433;
	box-sizing: border-box;
	float: left;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background, border;
}

#newsletter-box form:hover button {
	border: 1px solid #b7965e;
	background: #b7965e;
}

#newsletter-box p {
	line-height: 13px;
	font-size: 11px;
	color: #131313;
	opacity: 0.7;
	font-weight: 400;
}

/* ************************************   
   ***     PARTNERZY I SPONSORZY    ***   
   ************************************ */

#partnerzy_sponsorzy {
	padding: 50px 0 65px 0;
	border-bottom: 1px solid #f3f3f3;
}

#partnerzy_sponsorzy h6 {
	font-family: 'Museo300';
	font-size: 15px;
	opacity: 0.8;
	line-height: 20px;
}

#partnerzy_sponsorzy .w30 img {
	max-width: 100%;
	width: 80%;
	height: 120px;
	object-fit: scale-down;
}

#partnerzy_sponsorzy .w70 img {
	width: 25%;
	height: 60px;
	padding: 5px 25px 5px 1px;
	box-sizing: border-box;
	object-fit: scale-down;
	object-position: left;
}

/* ************************************   
   *********      FOOTER      *********   
   ************************************ */

#footer {
	position: relative;
	padding: 10px 5px 5px 5px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

#footer ul {
	width: 100%;
	text-align: left;
}

#footer ul li {
	display: inline-block;
	font-weight: 400;
	padding: 10px 23px 10px 20px;
	background: url(../img/sep.jpg) top 20px right 1px no-repeat;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

#footer ul li:hover {
	color: #7aa433;
}

#footer ul li:first-child {
	padding-left: 0;
}

#footer ul li:last-child {
	padding-right: 0;
	background: none;
}

#footer p {
	padding: 10px 3px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
}

#footer p a {
	padding-left: 25px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

#footer p mark {
	float: right;
	background: transparent;
}

#footer p mark a {
	padding-left: 0;
}

#footer p a:hover {
	color: #98d03a;
}

/* ************************************   
   *********      BANNER      *********   
   ************************************ */

#banner {
	height: 260px;
	position: relative;
}

#banner:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png) top left;
}

#banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.path {
	text-align: center;
}

.path, .path p {
	line-height: 14px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Museo300', sans-serif;
	color: #969696;
}

.path p span {
	padding: 0 3px;
	color: gainsboro;
}

.path p a {
	color: inherit;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

.path p a:hover {
	color: #7aa433;
}

#newsletter-box ::-webkit-input-placeholder {
	color: #bdbdbd;
	font-size: 11px;
	font-weight: 300;
}

#newsletter-box :-moz-placeholder {
	color: #bdbdbd;
	font-size: 11px;
	font-weight: 300;
}

#newsletter-box ::-moz-placeholder {
	color: #bdbdbd;
	font-size: 11px;
	font-weight: 300;
}

#newsletter-box :-ms-input-placeholder {
	color: #bdbdbd;
	font-size: 11px;
	font-weight: 300;
}

#fixedHeader {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	margin-left: 0;
	margin-top: -82px;
	z-index: 109;
	background: rgba(255, 255, 255, 1);
	padding: 10px 0 3px 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: margin-top;
}

#fixedHeader.shadow {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	margin-left: 0;
}

#fixedHeader .logo {
	float: left;
}

#fixedHeader .logo img {
	height: 55px;
	width: auto;
	margin-left: 20px;
	margin-bottom: 5px;
}

#fixedHeader #menu {
	float: right;
	width: auto;
	margin: 12px 0px;
}

#fixedHeader #menu img {
	margin-top: -5px;
	vertical-align: middle;
}

#fixedHeader #menu li:hover:after {
	width: 20%;
}

#fixedHeader li:last-of-type {
	background: none;
	border-right: 0px;
}

#fixedHeader>div>div {
	float: right;
	margin-top: 16px;
}

#fixedHeader.shadow {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	margin-left: 0;
}

#menu {
	position: relative;
	text-align: center;
}

#menu li {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	padding: 5px 5px 0px 0px;
	background: url(../img/sep.png) top 19px right 1px no-repeat;
}

#menu li a {
	font-size: 14px;
	font-family: 'Museo300', sans-serif;
	display: block;
	padding: 5px 15px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color, padding;
}

#menu li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	height: 1px;
	background: #7aa433;
	width: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: width;
}

#menu li:hover:after {
	width: 35%;
}

#menu li:last-of-type:hover:after {
	width: 0;
}

#menu li:hover a {
	color: #7aa433;
}

#menu li:last-child {
	background: none;
}

.sweet-alert button.confirm {
	background-color: #7aa433!important;
}

/* ====================================   
   =======      PODSTRONY       =======   <------------------------------------- podstrony !!
   ==================================== */

#slider+#sponsorzy-partnerzy {
	margin-top: -210px;
	margin-bottom: 60px;
}

#slider.subpage {
	top: 0;
	height: 300px;
}

#slider.subpage img:not(.box-img) {
	height: 300px;
}

#slider.subpage .slick-desc {
	top: 30px;
}

#slider.subpage:before {
	display: none;
	content: none;
}

#slider.subpage ol {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0px;
	text-align: right;
	z-index: 20;
	height: 40px;
}

#slider.subpage ol li {
	display: inline-block;
	height: 100%;
	color: #fff;
	padding-right: 25px;
	line-height: 24px;
	font-weight: 500;
	opacity: 0.85;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: opacity;
}

#slider.subpage ol li:hover {
	opacity: 1;
}

#slider.subpage ol li img {
	width: auto;
	height: 24px!important;
	object-fit: scale-down;
	margin-right: 10px;
	float: left;
}

#subpage-info {
	width: 100%;
	position: relative;
	padding: 20px 0 10px 0;
}

#subpage-info .line {
	display: block;
	width: 36px;
	height: 1px;
	margin: 0 auto;
	background: #cca867;
}

#subpage-info h1 {
	color: #7aa433;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	font-family: 'Museo300', sans-serif;
}

ol.ol-list {
	text-align: center;
}

ol.ol-list li {
	display: inline-block;
	margin: 5px 15px;
}

ol.ol-list li img {
	vertical-align: middle;
	margin: -3px 5px 0 0;
	display: inline-block;
}

/* ************************************   
   *********   POLA GOLFOWE   *********   
   ************************************ */

.wszystkie-pola {
	width: 100%;
	text-align: left;
}

.pola-box {
	position: relative;
	overflow: hidden;
	width: 32.333%;
	height: 315px;
	margin: 5px 0.5%;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pola-box .link {
	width: 100%;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.pola-box:after {
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: -1px;
	height: 90%;
	content: '';
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.pola-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: transform;
}

.pola-box:hover>img {
	transform: scale(1.1);
}

.pola-box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 94%;
	height: 88%;
	margin: auto;
	content: '';
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.pola-box span {
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 32px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: left;
	padding: 0 40px;
	box-sizing: border-box;
}

.pola-box span h4 {
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	padding-top: 12px;
	margin-bottom: 10px;
	font-family: 'Museo300', sans-serif;
}

.pola-box span h4:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 36px;
	height: 1px;
	background: rgba(255, 255, 255, 0.8);
}

.pola-box span p {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	max-width: 380px;
}

.pola-box span ul, .turniej-box .w70 ul {
	width: 100%;
	float: left;
	text-align: left;
}

.pola-box span ul li, .turniej-box .w70 ul li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	font-size: 13px;
	padding-right: 20px;
}

.pola-box span ul li:last-child, .turniej-box .w70 ul li:last-child {
	padding-right: 0;
}

.pola-box span ul li img, .turniej-box .w70 ul li img {
	vertical-align: middle;
	margin-top: -5px;
	padding-right: 6px;
}

.pola-box span ul li a, .turniej-box .w70 ul li a {
	opacity: 0.8;
	font-size: 12px;
}

.pola-box span ul li a:hover, .turniej-box .w70 ul li a:hover {
	opacity: 1;
}

.regiony-filtry {
	text-align: center;
	margin-bottom: 5px;
}

.regiony-filtry span {
	display: block;
	vertical-align: top;
	position: relative;
	width: 24%;
	margin: 3px 0.5% 20px 0.5%;
	float: left;
}

.regiony-filtry span img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 3px;
}

.regiony-filtry span label {
	position: absolute;
	top: -9px;
	left: 8px;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'Museo300';
	background: #fff;
	color: #909090;
}

.regiony-filtry input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 5px 20px;
	line-height: 40px;
	outline: none;
	border: 1px solid #ccc;
	font-family: 'Museo300';
	color: #585858;
}

.filter-select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 5px 20px;
	line-height: 40px;
	outline: none;
	border: 1px solid #ccc;
	font-family: 'Museo300';
	color: #585858;
}

.left-logo img.subpage-logo {
	height: 81px;
}

/* ************************************   
   *********     TURNIEJE     *********   
   ************************************ */

.wszystkie-turnieje {
	width: 100%;
	text-align: left;
}

.turniej-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px 0;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: opacity;
}

.turniej-box:nth-child(even) {
	background: rgba(243, 243, 243, 0.35);
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.turniej-box .w30 a {
	float: right;
	display: block;
	overflow: hidden;
	margin: 35px 15px;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: box-shadow;
}

.turniej-box .w30 img {
	width: 94%;
	height: 74%;
	margin: 13% 3%;
	object-fit: scale-down;
}

.turniej-box .w70 {
	padding-left: 40px;
	box-sizing: border-box;
	margin-top: 55px;
}

.turniej-box .w70>a {
	display: block;
}

.turniej-box .w70 h5 {
	color: #464646;
	font-size: 32px;
	line-height: 34px;
	font-family: 'Museo300', sans-serif;
}

.turniej-box .w70 h4 {
	color: #9a9a9a;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Museo300', sans-serif;
}

.turniej-box .w70 h4 b {
	color: #737373;
	font-weight: 500;
	font-family: 'Museo500';
}

.turniej-box .w70 p {
	color: #5a5a5a;
	font-weight: 400;
	line-height: 22px;
}

.turniej-box .w70 h5 em {
	color: #7aa433;
	padding-right: 15px;
	font-family: 'Museo300', sans-serif;
}

.turniej-box .w70 ul li {
	color: #131313;
	padding-right: 20px;
}

.turniej-box .w70 ul li a {
	font-size: 14px;
	font-weight: 500;
}

#pole-desc {
	width: 100%;
	text-align: center;
}

#pole-desc h4 {
	color: #131313;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	font-family: 'Museo300', sans-serif;
}

#pole-desc h5 {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
}

#pole-desc h5 em {
	text-transform: lowercase;
}

#pole-desc p {
	max-width: 980px;
	margin: 10px auto;
	font-size: 14px;
	font-weight: 500;
	color: #131313;
	padding: 0 8px;
	box-sizing: border-box;
	line-height: 26px;
}

.pole-logo img.pole-logo {
	width: 100%;
	height: 200px;
	object-fit: scale-down;
}

#mapa-pole {
	filter: grayscale(100%);
}

#mapa-pole iframe {
	float: left;
}

p.no-items, #hcp-desc .no-items, .wszystkie-turnieje .no-items {
	text-align: center;
	padding: 45px 0 150px 0;
	max-width: 920px;
	margin: 0 auto;
	font-style: italic;
	font-family: 'Museo300';
	color: #8a8a8a;
}

#turniej-info.turniej-box .w30 {
	width: 100%;
	margin-top: 10px;
}

#turniej-info.turniej-box .w30 a {
	float: none;
	margin: 0 auto;
}

#turniej-info.turniej-box .w70 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	padding-left: 0;
}

#turniej-info.turniej-box .w70 ul {
	text-align: center;
}

#turniej-info.turniej-box .w30 a {
	width: 160px;
	height: 160px;
	padding: 5px;
}

.turniej-box:hover .w30 a {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}

.wszystkie-turnieje .turniej-box:hover {
	opacity: 0.8;
}

.wszystkie-turnieje #turniej-info.turniej-box:hover {
	opacity: 1;
}

#wszystkie-rankingi {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 5px solid #fff;
	box-sizing: border-box;
}

#wszystkie-rankingi .w80.slider-box {
	width: 80%;
	height: 320px;
}

#wszystkie-rankingi .w80.slider-box:before {
	display: none;
}

#wszystkie-rankingi .w80.slider-box:after {
	width: 98%;
}

#wszystkie-rankingi .w80.slider-box h4 {
	color: #131313;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
}

#wszystkie-rankingi .w80.slider-box h4:before {
	background: #8d7548;
	top: auto;
	bottom: -12px;
}

#wszystkie-rankingi .w80.slider-box span {
	bottom: 80px;
}

#wszystkie-rankingi .w80.slider-box a {
	color: #131313;
	width: 180px;
}

#wszystkie-rankingi .w80.slider-box a:hover {
	color: #fff;
}

#wszystkie-rankingi .w80.slider-box:hover img {
	transform: scale(1.05);
}

/* style box5 */

.slider-box5 {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
	height: 260px;
	border: 5px solid #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.slider-box5.w25 {
	width: 25%;
	float: none;
}

.blog-box.slider-box5.w25 {
	width: 20%;
	display: block;
	float: left;
}

.slider-box5:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 92%;
	height: 92%;
	content: '';
	margin: auto;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

slider-box5:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	margin: auto;
	z-index: 2;
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 88%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.slider-box5 img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: transform;
}

.slider-box5 span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 30;
	bottom: 35px;
}

.slider-box5:hover img {
	transform: scale(1.1);
}

.slider-box5 h4 {
	position: relative;
	color: #fff;
	font-size: 21px;
	font-family: sans-serif;
	line-height: 22px;
	z-index: 10;
	padding: 0 25px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 200;
	text-shadow: 0 0 15px #000;
	text-transform: uppercase;
}

.slider-box5.w25 h4 {
	padding: 0 35px;
}

.slider-box5 h4:before {
	position: absolute;
	content: '';
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 32px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.slider-box5 span a {
	display: block;
	width: 140px;
	text-align: center;
	padding: 9px 15px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #8d7548;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background;
}

.slider-box5 span a:hover {
	background: #8d7548;
}

#wszystkie-rankingi .w80.slider-box5 {
	width: 80%;
	height: 320px;
}

#wszystkie-rankingi .w80.slider-box5:before {
	display: none;
}

#wszystkie-rankingi .w80.slider-box5:after {
	width: 98%;
}

#wszystkie-rankingi .w80.slider-box5 h4 {
	color: #131313;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
}

#wszystkie-rankingi .w80.slider-box5 h4:before {
	background: #8d7548;
	top: auto;
	bottom: -12px;
}

#wszystkie-rankingi .w80.slider-box5 span {
	bottom: 80px;
}

#wszystkie-rankingi .w80.slider-box5 a {
	color: #131313;
	width: 180px;
}

#wszystkie-rankingi .w80.slider-box5 a:hover {
	color: #fff;
}

#wszystkie-rankingi .w80.slider-box5:hover img {
	transform: scale(1.05);
}

span.hcp_group {
	display: inline-block;
	float: left;
	vertical-align: top;
	text-align: center;
	margin: 0%;
	color: #131313;
	font-size: 13px;
	padding: 27px 5px 25px 5px;
	box-sizing: border-box;
	background: #f3f3f3;
	cursor: pointer;
	font-family: 'Museo300', sans-serif;
	border: 5px solid #fff;
	outline: 1px solid #e6e6e6!important;
	outline-offset: -12px;
	color: #7aa433;
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background, color;
}

span.hcp_group small {
	color: #797979;
	line-height: 22px;
	font-size: 14px;
	text-transform: initial;
	font-family: 'Museo300', sans-serif;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

span.hcp_group.active, span.hcp_group:hover {
	background: #7aa433;
	color: #fff;
}

span.hcp_group.active small, span.hcp_group:hover small {
	color: #fff;
}

#hcp-desc .tabele-section .tabelka .tab-row em {
	text-align: center;
}

.table-place {
	min-height: 500px;
	margin-top: 40px;
}

.w-pola {
	width: 99%;
	margin: 0 auto;
	border: 2px solid #7aa433;
	box-sizing: border-box;
	padding: 20px 5px 20px 35px;
}

.w-pola li {
	width: 25%;
	text-align: left;
	line-height: 26px;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: color;
}

.w-pola.flagi {
	text-align: center;
	border: none;
}

.w-pola.flagi li {
	float: none;
	width: 200px;
	padding: 10px 20px 7px 20px;
	margin: 2px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	border: 2px solid #cecece;
}

.w-pola.flagi li.act {
	color: #7aa433;
}

.w-pola li em {
	padding-right: 8px;
	color: #7aa433;
	font-weight: 600;
}

.w-pola li:hover {
	color: #7aa433;
}

.pole-tabela-pkt {
	height: 0;
	overflow: hidden;
}

.table-place .pole-tabela-pkt>h4 {
	padding-top: 8px;
	color: #3c3c3c;
	font-size: 27px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Museo300', sans-serif;
}

.table-place .pole-tabela-pkt>h4 small {
	display: block;
	font-size: 17px;
	line-height: 22px;
	color: #797979;
}

.table-place .tab-row em:first-of-type, .table-place .tab-row em:last-of-type {
	text-align: center;
}

.table-place .tab-row em:first-of-type {
	padding-left: 15px;
	box-sizing: border-box;
}

#gracz-desc {
	margin-top: 20px;
}

#gracz-desc h3 {
	text-align: center;
	font-size: 20px;
	color: #5d5d5d;
}

.w-pola.ol-region {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}

.w-pola.ol-region ol {
	text-align: center;
}

.w-pola.ol-region ol li {
	display: inline-block;
	float: none;
	width: auto;
	padding: 15px 25px;
	margin: 5px;
}

#gracz-desc .tabele-section .tab-row em {
	text-align: center;
}

#users-section a:hover span {
	background: #f1f1f1;
}

#users-section .tabele-section .tab-row em {
	text-align: center;
}

#najnowsze_wydarzenia.sp #wydarzenia .w40 {
	padding-right: 0;
	min-height: 607px;
}

#zapis-form {
	width: 50%;
	margin-left: 40%;
}

#zapis-form span {
	width: 100%;
	display: block;
	vertical-align: top;
	position: relative;
	margin: 3px 0;
	padding: 0 5px;
	box-sizing: border-box;
	float: left;
}

#zapis-form label {
	position: absolute;
	top: -9px;
	left: 8px;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'Museo300';
	background: #fff;
	color: #909090;
}

#zapis-form input, #zapis-form select, #zapis-form textarea {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 5px 20px;
	line-height: 40px;
	outline: none;
	border: 1px solid #ccc;
	font-family: 'Museo300';
	color: #585858;
}

#zapis-form textarea {
	padding: 15px 20px;
	resize: none;
	height: 132px;
	line-height: 25px;
}

#zapis-form input[type="file"] {
	padding: 15px 5px 0px 16px;
	line-height: 10px;
}

#zapis-form button {
	float: right;
	width: 160px;
	height: 40px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Museo300';
	font-size: 13px;
	outline: none;
	border: 1px solid #7aa433;
	background: #7aa433;
	box-sizing: border-box;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background, border;
}

#zapis-form button:hover {
	border: 1px solid #b7965e;
	background: #b7965e;
}

.zapisy {
	background: url(../img/zapisyBG.jpg) left -100px top no-repeat;
}

.page-ctnt-details {
	
	padding: 10px 15px 40px 15px;
	box-sizing: border-box;
}

#news-details .news-desc p, .page-ctnt-details p {
	line-height: 24px;
	max-width: 1270px;
	margin: 0 auto;
	padding: 5px 0;
}

#news-details .news-desc p b, .page-ctnt-details p b {
	font-family: 'Museo600';
	font-weight: 600;
	color: #505050;
}

#news-details .news-desc p a, #news-details .news-desc li a, .page-ctnt-details p a, .page-ctnt-details li a {
	font-weight: 600;
	color: #7aa433;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: color;
}

#news-details .news-desc p a:hover, #news-details .news-desc li a:hover, .page-ctnt-details p a:hover, .page-ctnt-details li a:hover {
	color: #131313;
}

#mistrzowie-misiaca h4, .page-ctnt-details h4 {
	font-size: 22px;
	margin: 35px 0 8px 0;
	font-family: 'Museo600';
	font-weight: 600;
	color: #3a3a3a;
}

.page-ctnt-details h4 small {
	font-size: 14px;
	font-family: 'Museo200';
}

.page-ctnt-details ul {
	margin-bottom: 40px;
}

.page-ctnt-details ul li {
	line-height: 24px;
}

.page-ctnt-details h5 {
	font-size: 17px;
	margin: 30px 0 0 0;
	font-family: 'Museo600';
	font-weight: 600;
	color: #3a3a3a;
}

.partnerzy-gal {
	text-align: center;
	margin-bottom: 100px;
}

.partnerzy-gal img {
	display: inline-block;
	width: auto;
	height: 70px;
	object-fit: scale-down;
	margin: 30px 40px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: filter;
}

.partnerzy-gal img:hover {
	filter: grayscale(80%);
}

#kontaktForm {
	padding: 60px 0 50px;
	background: #f7f7f7;
	text-align: center;
}

#kontaktForm h6 {
	text-transform: uppercase;
	font-size: 13px;
	color: #0e141a;
	font-weight: 300;
}

#kontaktForm h4 {
	color: #0e141a;
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
}

#kontaktForm h4 span {
	color: #7aa433;
}

.formMail1 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.formMail1 .w50.left {
	padding-right: 15px;
	box-sizing: border-box;
}

.formMail1 .w50.right {
	padding-left: 15px;
	box-sizing: border-box;
}

.formMail1 input {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	outline: none;
	font-weight: 300;
	font-size: 12px;
	color: #818181;
	margin: 6px 0;
}

.sendF12, .sendF123, .formMail1 button {
	border-radius: 20px;
	min-width: 60px;
	font-size: 11px;
	font-weight: 200;
	height: 30px;
	padding: 3px 25px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #757575;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color, background;
}

.sendF12:hover, .sendF123:hover, .formMail1 button:hover {
	background: #7aa433;
	color: #fff;
}

.sendF12 {
	background: #b58a60;
	color: #fff
}

.sendF12:hover {
	background-color: buttonface;
	color: #757575;
}

.tab-body a:hover>span {
	opacity: 0.8;
}

.tab-body a:hover>.tab-row em {
	opacity: 1;
}

.tabele-section .tab-row em.black {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Museo500';
}

.tab-row.highlight {
	background: #f6f9c9;
}

#news-details {
	text-align: center;
}

#news-details img {
	width: 100%;
	max-width: 515px;
	width: auto;
	max-height: 300px;
	margin-bottom: 20px;
}

#news-details .news-fotos {
	text-align: center;
	margin: 25px 0 30px 0;
}

#news-details .news-fotos img {
	display: inline-block;
	width: 280px;
	height: 180px;
	object-fit: cover;
	margin: 2px 3px;
}

.page-ctnt-details span.hcp-span {
	text-align: center;
}

.page-ctnt-details span.hcp-span a {
	display: inline-block;
	padding: 3px 10px 10px 10px;
}

.roll-click {
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Museo500';
	color: #6d6d6d;
}

.roll-click+div {
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

hr, .page-ctnt-details hr {
	border: 0;
	border-top: 1px solid #e8e8e8;
}

.page-ctnt-details ul.lista {
	max-width: 790px;
	margin: 15px auto;
}

.page-ctnt-details ul.lista li {
	line-height: 18px;
	font-size: 12px;
	padding: 6px 0px;
	color: #5a5a5a;
}

table.o-turnieju {
	max-width: 325px;
	margin: 10px auto;
}

table.o-turnieju td {
	vertical-align: middle;
}

table.o-turnieju td img {
	width: 125px;
	height: 125px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #f7f7f7;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.img-logo-pole {
	display: inline-block;
	height: 64px;
	width: auto;
	margin: 10px 30px;
}

.page-ctnt-details p .pole-a {
	font-weight: 400;
	color: #131313;
}

.page-ctnt-details p .pole-a:hover {
	font-weight: 600;
	color: #7aa433;
}

.hiddenSmall {
	display: none;
}

#mistrzowie-misiaca {
	margin: 40px 0px 30px 0px;
	text-align: center;
}

#mistrzowie-misiaca span {
	display: block;
	width: 24%;
	float: left;
	margin: 5px 0.5%;
	text-align: center;
	vertical-align: top;
	color: #131313;
	font-size: 13px;
	padding: 27px 5px 20px 5px;
	box-sizing: border-box;
	background: #f3f3f3;
	border: 5px solid #fff;
	outline: 1px solid #e6e6e6!important;
	outline-offset: -12px;
	color: #7aa433;
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Museo300', sans-serif;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color, background;
}

#mistrzowie-misiaca a:hover span {
	background: #7aa433;
	color: #fff;
}

#mistrzowie-misiaca span small {
	font-family: 'Allura';
	text-transform: initial;
	margin-top: 12px;
	font-size: 28px;
	line-height: 45px;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	color: #131313;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
}

#mistrzowie-misiaca a:hover span small {
	color: #fff;
}

#rozwin-liste {
	display: block;
	text-align: center;
	width: 100%;
	margin: 20px 0 40px 0;
}

#rozwin-liste em {
	width: 100%;
	max-width: 255px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Museo300';
	font-size: 13px;
	outline: none;
	border: 1px solid #7aa433;
	background: #7aa433;
	box-sizing: border-box;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: background, border;
}

#rozwin-liste em:hover {
	border: 1px solid #b7965e;
	background: #b7965e;
}

#tabela-cennik .tab-body a:nth-child(odd) span {
	background: rgba(247, 247, 247, 1);
}

#tabela-cennik .tab-body span em.w100 {
	color: #404040;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

#kartka {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
}

.kartka-in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	max-width: 1137px;
	height: 310px;
}

.kartka-in img {
	max-width: 100%;
}

.kartka-in>div {
	position: relative;
}

.kartka-in .close {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: red;
	line-height: 36px;
	font-size: 20px;
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 0;
	top: -40px;
	right: -50px;
}

#show_whole_table {}

#pola-partnerskie {
	background: #f5f5f5;
}

#pola-partnerskie div.w10 {
	display: block;
	float: left;
	height: 70px;
	padding: 12px 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
}

#pola-partnerskie div.w10 img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

#partner-glowny {
	position: relative;
	height: 155px;
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px solid #fff;
}

#partner-glowny .w33 {
	position: relative;
	padding: 15px 30px 15px 30px;
	box-sizing: border-box;
	border: 1px solid #fff;
}

partner-glowny .w33:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	content: 'Partner G?ówny';
	font-size: 12px;
	font-weight: 300;
	color: #7d7d7d;
	text-align: center;
}

#partner-glowny img {
	width: 100%;
	height: 116px;
	object-fit: scale-down;
}

#partner-b, #partner-m {
	position: relative;
	background: #f5f5f5;
	border: 1px solid #fff;
	height: 80px;
	box-sizing: border-box;
}

#partner-b {
	height: 100px;
}

#partner-b div, #partner-m div {
	position: relative;
	height: 100%;
	float: left;
	border: 1px solid #fff;
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
}

#partner-m .w12i5 {
	width: 12.5%;
	float: left;
}

#partner-b img, #partner-m img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

partner-b div:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	content: 'Partner';
	font-size: 12px;
	font-weight: 300;
	color: #7d7d7d;
	text-align: center;
}

partner-m div:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	content: 'Partner Medialny';
	font-size: 12px;
	font-weight: 300;
	color: #7d7d7d;
	text-align: center;
}

.langBox {
	margin: 0 auto;
}

.langBox small {
	font-family: 'Titillium Web', sans-serif;
	color: #444444;
	font-weight: 400;
}

#langBoxChangeLang {
	display: none;
}

.lang {
	float: right;
	z-index: 101;
	margin-top: -2px;
	font-weight: 300;
	width: auto;
	height: 24px;
	line-height: 23px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../img/strzalka_dol.png) top 28px right 0px no-repeat;
	padding: 19px 15px 19px 8px;
}

.langBoxActiveLang img {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

.lang span {
	color: #9a9a9a;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
	text-transform: uppercase;
}

.lang:hover span {
	color: #ae802a;
}

.lang #langBoxChangeLang {
	display: block;
	height: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 50px;
	width: 86px;
	right: -16px;
}

#langBoxChangeLang ol {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: auto;
}

#langBoxChangeLang ol li {
	padding-left: 0px!important;
	width: 100%!important;
	line-height: 20px!important;
	border: none!important;
	text-align: left!important;
	float: left;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 0px;
	background: none;
}

#langBoxChangeLang ol li a {
	padding: 0 0 0 15px !important;
	display: block;
	width: 100%;
	color: inherit;
	padding-left: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	transition-property: color;
	box-sizing: border-box;
	color: #ababab;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
}

#langBoxChangeLang ol li a:hover {
	color: #ae802a;
}

#langBoxChangeLang ol li:hover {
	background: rgba(0, 0, 0, 0.05);
}

#langBoxChangeLang img {
	padding-right: 6px;
	vertical-align: middle;
	margin-top: 0px!important;
}

#langBoxChangeLang img:hover {
	filter: grayscale(0%)!important;
}

.langBoxActiveLang {
	padding-right: 3px;
}

/* ====================================   
   =========       MEDIA       ========   <------------------------------------- @media !!
   ==================================== */

@media all and (max-width: 1450px) {
	.pola-box {
		position: relative;
		overflow: hidden;
		width: 49%;
	}
}

@media all and (max-width: 1280px) {
	.mlgp5,.mlgp10,.mlgp20{
		text-overflow: ellipsis;
  overflow: hidden; 
  padding-left:1px!important;
	}
	.container {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	#top .container, #slider .slides .container, #tabela_wynikow .container, #mistrz_miesiaca .container, #najnowsze_wydarzenia .container, #newsletter-box .container, #partnerzy_sponsorzy .container, #footer .container {
		max-width: 1180px;
		margin: 0 auto;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.turniej-box .w30 {
		width: 20%;
		width: 280px;
	}
	.turniej-box .w70 {
		width: 80%;
		width: calc(100% - 280px);
		padding-left: 0;
	}
	.turniej-box .w30 a {
		float: none;
		margin: 35px auto;
	}
	.tabele-section em .w50 {
		width: 100px;
		padding: 0 5px;
		display: inline-block;
		float: none;
	}
	.w-pola li {
		width: 33.3333%;
	}
	.blog-box.slider-box.w25 {
		width: 25%;
	}
	.blog-box.slider-box5.w25 {
		width: 25%;
	}
}

@media all and (max-width: 1235px) {
	#menu li a {
		padding: 2px 10px;
	}
	.mainMenu ul li>a {
		padding: 20px 9px;
	}
	.mainMenu ul li:hover a {
		padding: 24px 9px 16px 9px;
	}
	.left-logo img {
		height: 120px;
		margin-top: 15px;
	}
	#slider .slick-desc {
		top: 200px;
	}
}

@media all and (max-width: 1200px) {
	.minitop ol {
		padding-right: 12px
	}
	.left-logo {
		width: 165px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.mainMenu {
		width: calc(100% - 165px);
	}
	.news-element {
		width: 33.333%;
	}
}

@media all and (max-width: 1100px) {
	.tm5, .tm10, .tm15,.tm20 {
		font-size:11px!important;
		text-overflow: ellipsis!important;
        overflow: hidden!important;
        white-space: nowrap!important;
        display:inline-block!important;

	}
	.tm5{
		width:8%!important;
		padding-left: 1px!important;
	}
	.tm10{
width:15%!important;
	}
	.tm15{
width:20%!important;
	}
	.tm20{
    width:25%!important;
	}
	.trnminus{
	display:none!important;
	}
	.trn5, .trn10, .trn15, .trn20, .trn25, .trn35 {
	font-size:11px!important;
	text-overflow: ellipsis!important;
        overflow: hidden!important;
        white-space: nowrap!important;
        display:inline-block!important;
	}
	
	.trn10 {
	width: 10%!important;
	}
	.trn15 {
	width: 15%!important;
	}
	.trn20 {
	width: 20%!important;
	}
	.trn25 {
	width: 25%!important;
	}
	.trn35 {
	width: 35%!important;
	}
	.mainMenu ul, .mainMenu form, .mainMenu ol li:last-child {
		display: none;
	}
	.mainMenu .li-left, .mainMenu .li-right {
		display: none;
	}
	.mainMenu, .mainMenu ol {
		width: 100%;
		text-align: center;
	}
	.mainMenu ul li {
		width: 100%;
		padding-right: 48px;
		box-sizing: border-box;
	}
	.li-middle img {
		margin-top: 10px;
		margin-bottom: 12px;
	}
	.manuClick {
		cursor: pointer;
		position: fixed;
		display: block;
		width: 49px;
		height: 49px;
		top: 0;
		left: 0;
		background: url(../img/menu.jpg) center no-repeat;
		cursor: pointer;
		z-index: 10000;
	}
	.open .manuClick {
		background: url(../img/close.png) center no-repeat;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		transition-property: transform;
	}
	.open .manuClick:hover {
		transform: rotate(90deg);
	}
	#fixedHeader .container {
		overflow: visible;
	}
	#fixedHeader {
		position: fixed;
		margin-top: 0;
		height: 100vh;
		z-index: 1000;
		width: 260px;
		margin-left: -260px;
		background: #fff;
		padding: 0;
	}
	#fixedHeader .logo {
		width: 100%;
		text-align: center;
	}
	#fixedHeader .logo img {
		margin: 3vh 0 2vh 0;
		height: 74px;
	}
	#fixedHeader #menu {
		margin: 0;
	}
	#menu li {
		width: 100%;
		float: none;
		text-align: center;
		height: 36px;
		color: #131313;
		height: auto;
		padding: 6px 0;
		box-sizing: border-box;
		background: none;
	}
	#menu li a {
		font-weight: 600;
	}
	#menu li:hover a {
		color: #7aa433;
	}
	.minitop ol li, .minitop {
		height: 49px;
		line-height: 49px;
	}
	#top {
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
	}
	.top-kontakt ol li:last-child img, .top-kontakt ol li:last-child {
		transform: skew(0);
	}
	.minitop ol li {
		padding: 0 10px;
		display: inline-block;
		float: none;
	}
	.mainMenu ol {
		padding-right: 50px;
		box-sizing: border-box;
	}
	.searchForm:before {
		display: none;
		content: none;
	}
	.top-kontakt ol li:first-child {
		width: 49%;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.top-kontakt ol li:nth-child(2) {
		width: 39%;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.top-kontakt ol li:nth-child(3) {
		width: 12%;
		box-sizing: border-box;
	}
	.top-kontakt ol li:last-child img {
		padding: 18px 0;
	}
	.top-wyszukiwarka+.c10 {
		height: 0px;
	}
	.top-wyszukiwarka .w60 {
		width: 65%;
		margin-left: 0;
	}
	#zwami .w45, #zwami .w55 {
		width: 100%;
		text-align: center;
	}
	.zwami-topic:before {
		left: 0;
		right: 0;
		margin: auto;
	}
	.zwami-box ul li {
		display: inline-block;
		clear: both;
		margin: 0 auto;
	}
	.zwami-box ul {
		width: 300px;
		margin: 0 auto;
	}
	#zwami .w45 button {
		float: none;
	}
	#zwami .w45 a.btnArea, #zwami .w45 a.btnArea:hover {
		background: #003a87;
	}
	#zwami .w45 a.btnArea span, #zwami .w45 a.btnArea small {
		text-align: center;
		padding-left: 0;
	}
	#zwami .w55 img {
		display: none;
	}
	.normy {
		padding: 20px 10px;
	}
	#zwami .w55 p {
		padding: 2px 0;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.w50-left {
		width: 40%;
	}
	.w50-right {
		width: 60%;
	}
	#subpage>div>p {
		padding: 6px 5px;
		box-sizing: border-box;
	}
	.disclaimer {
		box-sizing: border-box;
		width: 98%;
		margin: 0 1%;
	}
	.left-logo {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.left-logo img {
		margin-top: 15px;
		margin-bottom: 10px;
		height: 160px;
	}
	#gwarancja .w30, #gwarancja .w70 {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#gwarancja .w30 {
		text-align: center;
	}
	#gwarancja p {
		max-width: 600px;
		margin: 0 auto;
	}
	#gwarancja .w70 {
		clear: both;
		max-width: 680px;
		margin: 0 auto;
		float: none;
		overflow: auto;
	}
	#gwarancja .orange-box {
		width: 100%;
		text-align: center;
		padding: 40px 15px 50px;
	}
	#gwarancja .white-box {
		width: 100%;
		text-align: center;
		padding: 60px 10px 0px 10px;
	}
	#gwarancja .orange-box h3 {
		margin: 0 auto;
	}
	#gwarancja .orange-box p {
		max-width: 600px;
	}
	#gwarancja .orange-box img {
		display: none;
	}
	#gwarancja table {
		float: none;
		margin: 25px auto 0 auto;
	}
	.obsluga_opis {
		width: 100%;
	}
	.obsluga_galeria {
		display: none;
	}
	#obsluga_top {
		text-align: center;
	}
	.obsluga_opis .w100, .obsluga_opis .w50 {
		width: 33.33%;
		float: left;
	}
	.w100.cat-item .w50 {
		height: auto;
		width: 100%;
	}
	.cat-item {
		padding: 20px 52px 0 52px;
		box-sizing: border-box;
	}
	.w100.cat-item .w50 img {
		position: relative;
		width: 74px;
		height: 74px;
	}
	.w100.cat-item .it100 {
		padding-top: 0;
		text-align: center;
		border-right: none;
	}
	.cat-item .line {
		margin: 15px auto;
	}
	.social-media, .cat-item h6 br {
		display: none;
	}
	.cat-item h6 b {
		padding-right: 3px;
	}
	.cat-item h6 {
		font-size: 13px;
	}
	.w100.cat-item {
		border-bottom: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
	}
	#footer ul {
		width: 100%;
		text-align: left;
	}
	#footer span {
		float: none;
		width: 100%;
		text-align: center;
		display: block;
	}
	.iPolska {
		float: none;
		margin: 25px auto 10px;
	}
	#transport_montaz .tm_middle {
		width: 60%;
	}
	#transport_montaz .tm_right {
		width: 15%;
	}
	#footer ul li {
		padding: 10px 13px 10px 10px;
	}
	#slider p {
		text-align: center;
		float: none;
		margin: 0;
		font-size: 19px;
		line-height: 23px;
	}
	#slider h2 {
		text-align: center;
		font-size: 32px;
	}
	#slider .slick-desc {
		top: 275px;
	}
	#mistrz_miesiaca .box-lider {
		width: 100%;
		max-width: 475px;
	}
	.turniej-box .w70 h5 {
		font-size: 22px;
		line-height: 26px;
	}
	.turniej-box .w70 h4 {
		font-size: 15px;
		line-height: 20px;
	}
	.turniej-box .w70 ul li {
		padding-right: 12px;
	}
	.turniej-box .w70 ul li a {
		font-size: 12px;
	}
	.pola-box span ul li img, .turniej-box .w70 ul li img {
		height: 20px;
	}
	.zapisy {
		background: #fff;
	}
	#zapis-form {
		width: 98%;
		max-width: 740px;
		margin-left: 0;
		margin: 0 auto;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(4), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(5), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(6), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(7) {
		width: 9%;
	}

em.w15.minus {
    display: none;
}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(3) {
		width: 25%;
	}
	#mistrz-pola-table .tabele-section .tab-row.first, #tabela-mistrz-pola .tabele-section .tab-row.first, #hcp-desc .tabele-section .tab-row.first {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(254, 212, 18);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed412', endColorstr='#ffeb66', GradientType=0);
	}
	#mistrz-pola-table .tabele-section .tab-row.second, #tabela-mistrz-pola .tabele-section .tab-row.second, #hcp-desc .tabele-section .tab-row.second {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(222, 222, 222);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f4f4f4', GradientType=0);
	}
	#mistrz-pola-table .tabele-section .tab-row.third, #tabela-mistrz-pola .tabele-section .tab-row.third, #hcp-desc .tabele-section .tab-row.third {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(219, 203, 184);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbcbb8', endColorstr='#f0e5d8', GradientType=0);
	}
	#hcp-desc .tabele-section .tabelka .tab-row em.w8 {
		width: 10%;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(5) {
		display: none;
	}
}

@media all and (max-width: 980px) {
	.usr5,.usr15,.usr20,.usr25{
		text-overflow: ellipsis;
      overflow: hidden; 
	}
	.usr5{
		width:5%;
		padding-left:0px!important;
	}
	.usr15{
		width:22%;
	}
	.usr25{
		width:25%;
	}
	.slider-box {
		width: 50%;
	}
	.slider-box5 {
		width: 50%;
	}
	#slider-boxes {
		position: relative;
	}
	#slider {
		height: 570px;
		padding-bottom: 525px;
	}
	#slider:after {
		height: 18%;
	}
	#slider.subpage img:not(.box-img) {
		height: 225px;
	}
	#slider.subpage {
		padding-bottom: 0;
		height: 225px;
	}
	#newsletter-box .container {
		padding: 0 10px;
	}
	#newsletter-box .w25 {
		width: 20%;
	}
	#newsletter-box .w35 {
		width: 40%;
	}
	#najnowsze_wydarzenia.sp #wydarzenia .w40 {
		width: 50%;
	}
	#najnowsze_wydarzenia.sp #wydarzenia>.news-column {
		width: 50%;
		margin-bottom: 40px;
	}
	#slider.subpage h2 {
		display: none;
	}
	.news-desc {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.regiony-filtry span {
		width: 48%;
	}
	span.hcp_group {
		width: 33.333%!important;
	}
	.w-pola li {
		width: 50%;
	}
	.blog-box.slider-box.w25 {
		width: 33.333%;
	}
	.blog-box.slider-box5.w25 {
		width: 33.333%;
	}
}

@media all and (max-width: 930px) {
	.tabele-section .head-row em .w50 {
		display: none;
	}
	.tabele-section em .w50 {
		width: 25%;
	}
	.tab-row.first {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(254, 212, 18);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed412', endColorstr='#ffeb66', GradientType=0);
	}
	.tab-row.second {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(222, 222, 222);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f4f4f4', GradientType=0);
	}
	.tab-row.third {
		background: url(../img/place.png) left 10px top 16px no-repeat, rgb(219, 203, 184);
		background: url(../img/place.png) left 10px top 16px no-repeat, -moz-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, -webkit-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 10px top 16px no-repeat, linear-gradient(to bottom, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbcbb8', endColorstr='#f0e5d8', GradientType=0);
	}
	#mistrz-pola-table.table-place .tab-row em:nth-child(3), #mistrz-pola-table.table-place .tab-row em:nth-child(4), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(3), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(4) {
		display: none;
	}
	#mistrz-pola-table .tabele-section .tab-row em:nth-child(5), #mistrz-pola-table .tabele-section .tab-row em:nth-child(6), #mistrz-pola-table .tabele-section .tab-row em:nth-child(7), #mistrz-pola-table .tabele-section .tab-row em:nth-child(8), #mistrz-pola-table .tabele-section .tab-row em:nth-child(9), #mistrz-pola-table .tabele-section .tab-row em:nth-child(10), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(5), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(6), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(7), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(8), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(9), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(10) {
		width: 12%;
	}
	#mistrz-pola-table .tabele-section .tab-row em:nth-child(1), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(1) {
		width: 11%;
	}
	#mistrz-pola-table .tabele-section .tab-row em:nth-child(2), #tabela-mistrz-pola .tabele-section .tab-row em:nth-child(2) {
		width: 17%;
		text-align: left!important;
	}
	#mistrz-pola-table .tab-row em:first-of-type, #tabela-mistrz-pola.table-place .tab-row em:first-of-type {
		padding-left: 0px;
	}
	#gracz-desc #tb-1-user.tabele-section .tab-row em.w10 {
		width: 12%;
	}
	#gracz-desc #tb-1-user.tabele-section .tab-row em.w15 {
		width: 10%;
	}
	#gracz-desc #tb-1-user.tabele-section .tab-row em:nth-child(3) {
		width: 10%;
	}
	#gracz-desc #tb-1-user.tabele-section .tab-row em:first-of-type {
		width: 8%;
	}
}

@media all and (max-width: 901px) {
	#partnerzy_sponsorzy .w30, #partnerzy_sponsorzy .w70 {
		width: 100%;
		text-align: center;
	}
	#footer {
		padding: 0;
	}
	#partnerzy_sponsorzy .w30 {
		margin-bottom: 30px;
	}
	#footer ul {
		width: 100%;
	}
	#footer ul li {
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #f3f3f3;
		background: none;
	}
	#footer p {
		text-align: center;
	}
	#footer p a {
		display: block;
		width: 100%;
		padding: 3px 0;
	}
	#footer p mark {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.iPolska {
		margin: 0;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(3) {
		display: none;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(2) {
		width: 22%;
		text-align: left!important;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em.w8 {
		width: 12%;
	}
}

@media all and (max-width: 860px) {
	.w33mobile {
		width: 50%;
	}
	.tab-row em:first-of-type {
		text-align: center;
	}
	.w10mobile {
		width: 12%!important;
	}
	.w50mobile{
		width: 50%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.w15mobile{
		width: 15%;
	}
	.tab-row.first {
		background: left 20px top 16px no-repeat, rgb(254, 212, 18)!important;
		background: left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		
	}
	
	.tab-row.second {
		background: left 20px top 16px no-repeat, rgb(222, 222, 222)!important;
		background: left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		
	}
	
	.tab-row.third {
		background: left 20px top 16px no-repeat, rgb(219, 203, 184)!important;
		background: left 20px top 16px no-repeat, -moz-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: left 20px top 16px no-repeat, -webkit-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: left 20px top 16px no-repeat, linear-gradient(to bottom, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbcbb8', endColorstr='#f0e5d8', GradientType=0);
	}
	.w15szer{
		width:33%;
		padding:1%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.w6szer{
		width:10%;
	}
	.w8szer{
		width:20%;
	}
	.w6szer2 {
		width:10%;
		font-size:0px!important;
	}
	em.minus {
		display: none;
	}

	.minus2 {
		display: none!important;
	}
	.tab-body .tab-row.head-row {
		text-transform: none;
	}
	



	.turniej-box .w30 {
		width: 180px;
	}
	.turniej-box .w70 {
		width: calc(100% - 180px);
		padding-left: 20px;
	}
	#tabela-cennik.tabele-section span.tab-row .w25 {
		width: 20%;
	}
	#tabela-cennik.tabele-section span.tab-row .w25:first-child {
		width: 35%;
		text-align: left!important;
	}
	#tabela-cennik.tabele-section span.tab-row .w25:nth-child(2) {
		width: 25%;
		text-align: left!important;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(2) {
		width: 25%;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(3) {
		display: none;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(4), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(5), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(6), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(7), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(8) {
		display:none;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(6) {
		display: none;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(5), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(7), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(9), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(12) {
		width: 15%;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em:nth-child(4) {
		width: 14%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:first-child {
		width: 7%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(2) {
		width: 11%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(3) {
		width: 24%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(6) {
		width: 13%;
	}
	.news-element {
		width: 50%;
	}
}

@media all and (max-width: 768px) {
	#slider h2 {
		font-size: 32px!important;
	}
	#tabela_wynikow .tabelka span em.w15 {
		width: 20%;
	}
	#tabela_wynikow .tabelka span em.w60 {
		padding-left: 20px;
	}
	#tabela_wynikow .tabelka span em.w25 {
		width: 20%;
	}
	#wydarzenia .w40 {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		margin-bottom: 30px;
	}
	#news-carousel {
		width: 100%;
	}
	#news-carousel .news-element {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.pola-box {
		width: 98%;
	}
	#newsletter-box .w25, #newsletter-box .w40, #newsletter-box .w35 {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
	}
	#newsletter-box h4, #newsletter-box p {
		text-align: center;
	}
	#newsletter-box h4:after {
		right: 0;
		margin: auto;
	}
	.formMail1 {
		max-width: 98%;
	}
	.formMail1 .w50.left, .formMail1 .w50.right {
		width: 100%;
		padding: 0;
	}
	.turniej-box .w30 {
		width: 100%;
		margin-bottom: 10px;
	}
	.turniej-box .w70 {
		width: 100%;
		padding: 0;
	}
	.turniej-box .w30 a {
		width: 105px;
		height: 105px;
		margin: 20px auto;
	}
	.turniej-box .w70 {
		margin-top: 5px;
	}
	.turniej-box .w70 h5, .turniej-box .w70 ul, .turniej-box .w70 h4 {
		text-align: center;
	}
	.formMail1 input, .formMail1 textarea {
		text-align: center;
	}
	#najnowsze_wydarzenia.sp #wydarzenia .w40 {
		width: 100%;
	}
	#najnowsze_wydarzenia.sp #wydarzenia>.news-column {
		width: 100%;
		margin-bottom: 40px;
	}
	.mobile-hide-1 {
		display: none;
	}
	#mistrz-pola-table.table-place .tab-row em:nth-child(6), #mistrz-pola-table.table-place .tab-row em:nth-child(5), #mistrz-pola-table.table-place .tab-row em:nth-child(7), #mistrz-pola-table.table-place .tab-row em:nth-child(8), #mistrz-pola-table.table-place .tab-row em:nth-child(9), #mistrz-pola-table.table-place .tab-row em:nth-child(10), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(5), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(7), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(9), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(12) {
		width: 10%;
	}
	#mistrz-pola-table .tabele-section .tabelka .tab-row em:nth-child(1), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(1) {
		width: 15%;
	}
	#mistrz-pola-table .tabele-section .tabelka .tab-row em:nth-child(2), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(2) {
		width: 25%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:first-child {
		width: 5%;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(2) {
		width: 22%;
		text-align: left!important;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(3) {
		width: 37%;
		text-align: left!important;
	}
	#gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(4), #gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(5), #gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(6), #gracz-desc #tb-2-user.tabele-section .tab-row em:nth-child(7) {
		width: 9%;
	}
	.blog-box.slider-box.w25 {
		width: 50%;
	}
	.blog-box.slider-box5.w25 {
		width: 50%;
	}
}

@media all and (max-width: 640px) {
	.slider-box {
		width: 100%;
		height: 215px;
	}
	.slider-box5 {
		width: 100%;
		height: 215px;
	}
	#slider {
		padding-bottom: 0px;
	}
	.slider-box:after {
		width: 96%;
	}
	.slider-box5:after {
		width: 96%;
	}
	.slick-list, .slick-track, #slider img:not(.box-img) {
		height: 570px;
	}
	#slider.subpage img:not(.box-img) {
		height: 180px;
	}
	#slider.subpage {
		padding-bottom: 0;
		height: 180px;
	}
	#slider .slick-next, #slider .slick-prev {
		top: 40%;
	}
	.turniej-box .w70 ul li {
		width: 100%;
		line-height: 26px;
	}
	.turniej-box .w70 ul {
		margin-bottom: 30px;
	}
	.turniej-box .w70 h5 em {
		display: block;
		padding-right: 0;
	}
	.turniej-box .w70 h4 b {
		display: block;
	}
	.turniej-box .w70 h4 small {
		display: block;
	}
	#zapis-form .w40, #zapis-form .w60, #zapis-form .w50 {
		width: 100%;
	}
	#zapis-form .w40, #zapis-form .w100:first-of-type .w50:first-of-type {
		margin-bottom: 10px;
	}
	#zapis-form button {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.checkBox em {
		margin-bottom: 40px!important;
	}
	#news-details img {
		height: 200px;
	}
	#najnowsze_wydarzenia.sp .news-element, #news-carousel .news-element {
		padding: 0;
	}
	.partnerzy-gal img {
		height: 50px;
	}
	#tabela-cennik.tabele-section .tab-row.head-row {
		display: none;
	}
	#tabela-cennik.tabele-section span.tab-row .w25 {
		text-align: right!important;
		width: 100%!important;
	}
	#tabela-cennik.tabele-section span.tab-row .w25:first-child, #tabela-cennik.tabele-section span.tab-row .w25:nth-child(2) {
		text-align: right!important;
		width: 100%!important;
	}
	#tabela-cennik.tabele-section span.tab-row {
		border-bottom: 1px solid #f0f0f0;
		padding: 15px 10px;
	}
	.tab-row em {
		font-size: 12px;
	}
	.tabele-section em .w50 {
		width: auto;
		padding: 0 10px;
	}
	.hiddenSmall {
		display: inline-block;
		float: left;
		font-size: 10px;
	}
	.turniej-tabela .tab-row em:first-of-type {
		padding-left: 5px;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(1) {
		width: 14%;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(2) {
		width: 26%;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(4) {
		display: none;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(4), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(5), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(6), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(7), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(8) {
		width: 14%;
/* 		padding: 0 2px; */
		box-sizing: border-box;
	}
	#mistrz-pola-table .tabele-section .tab-row.first, #tabela-mistrz-pola .tabele-section .tab-row.first, #hcp-desc .tabele-section .tab-row.first, .tab-row.first {
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, rgb(254, 212, 18);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -moz-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -webkit-linear-gradient(top, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, linear-gradient(to bottom, rgba(254, 212, 18, 1) 0%, rgba(255, 235, 102, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed412', endColorstr='#ffeb66', GradientType=0);
	}
	#mistrz-pola-table .tabele-section .tab-row.second, #tabela-mistrz-pola .tabele-section .tab-row.second, #hcp-desc .tabele-section .tab-row.second, .tab-row.second {
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, rgb(222, 222, 222);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, linear-gradient(to bottom, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f4f4f4', GradientType=0);
	}
	#mistrz-pola-table .tabele-section .tab-row.third, #tabela-mistrz-pola .tabele-section .tab-row.third, #hcp-desc .tabele-section .tab-row.third, .tab-row.third {
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, rgb(219, 203, 184);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -moz-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, -webkit-linear-gradient(top, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		background: url(../img/place.png) left 5px top 18px /15px auto no-repeat, linear-gradient(to bottom, rgba(219, 203, 184, 1) 0%, rgba(240, 229, 216, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbcbb8', endColorstr='#f0e5d8', GradientType=0);
	}
	span.hcp_group {
		width: 50%!important;
	}
	#wszystkie-rankingi .w100.slider-box {
		height: 230px;
	}
	#wszystkie-rankingi .w100.slider-box span {
		bottom: 30px;
	}
	#wszystkie-rankingi .w100.slider-box5 {
		height: 230px;
	}
	#wszystkie-rankingi .w100.slider-box5 span {
		bottom: 30px;
	}
	#tabela-mistrz-pola .tabele-section .tab-row em:nth-child(7), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(9) {
		display: none;
	}
	#hcp-desc .tabele-section .tabelka .tab-row em.w8 {
		width: 16%;
	}
	#tabela-mistrz-pola .tabele-section .tabelka .tab-row em:nth-child(1), #hcp-desc .tabele-section .tabelka .tab-row em:nth-child(1) {
		width: 15%;
	}
	#tabela-mistrz-pola .tabele-section .tab-row em:nth-child(2) {
		width: 25%;
	}
	.w-pola li {
		width: 100%;
	}
	.w-pola {
		padding-left: 15px;
	}
	#tabela-mistrz-pola .regiony-filtry {
		margin-bottom: 50px!important;
	}
	.w-pola.ol-region {
		padding-left: 0px;
	}
	.w-pola.ol-region ol li {
		width: 100%;
		margin: 0px 0;
		box-sizing: border-box;
		text-align: center;
	}
}

@media all and (max-width: 515px) {
	.mlgp5{
    width:15%;
    padding-left:1px!important;
	}
	.mlgp10{
    width:35%;
	}
	.mlgp20{
    width:46%;
	}
	.mlgpm {
		display:none!important;
	}
	.mobile-hide {
		display: none;
	}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(1) {
		width: 20%;
	}

em.w10.tm5 {
    width: 5%!important;
    text-overflow: ellipsis;
    overflow: hidden;
}
	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(2) {
		width: 40%;
	}

	.turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(4), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(5), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(6), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(7), .turniej-tabela #tabela-turnieje.tabelka .tab-body .tab-row em:nth-child(8) {
		width: 10%;
		box-sizing: border-box;
	}

	.regiony-filtry span {
		width: 98%;
	}
	#tabela-mistrz-pola .regiony-filtry {
		margin-bottom: 50px;
	}
	#mistrz-miesiaca-tabela .tab-body .tab-row em:nth-child(1) {
		width: 15%;
		padding-left: 0px!important;
	}
	#mistrz-miesiaca-tabela .tab-body .tab-row em:nth-child(2) {
		width: 40%;
		text-align: left!important;
	}
	#mistrz-miesiaca-tabela .tab-body .tab-row em:nth-child(3), #mistrz-miesiaca-tabela .tab-body .tab-row em:nth-child(4), #mistrz-miesiaca-tabela .tab-body .tab-row em:nth-child(5) {
		width: 15%;
	}
}

@media all and (max-width: 500px) {
	.tm5{
		width:8%!important;
	}
	.tm10{
width:35%!important;
	}
	.tm15{
width:15%!important;
	}
	.tm20{
    width:20%!important;
	}
	
	#mistrz_miesiaca .box-lider img {
		right: 0;
	}
	#mistrz_miesiaca .box-lider {
		padding: 40px 140px 40px 10px;
	}
	.o-turnieju td {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.partnerzy-gal img {
		width: 100%;
		margin: 10px 0px;
	}
	.news-element {
		width: 100%;
	}
}

@media all and (max-width: 400px) {

	.minitop ol li {
		width: 100%;
		height: 28px;
		line-height: 28px;
		float: left;
	}
	.mainMenu {
		padding-bottom: 15px;
	}
	#zamowieniaForm input.input-width-3, #zamowieniaForm input.input-width-2, #zamowieniaForm input.input-width {
		width: 100%!important;
		max-width: 93%!important;
	}
	#zamowieniaForm label {
		padding-right: 0;
	}
	#zamowieniaForm input, #zamowieniaForm select, #zamowieniaForm textarea {
		margin: 0!important;
		max-width: 100%!important;
	}
	#cat-items td img {
		max-width: 100%!important;
	}
	span.hcp_group {
		width: 100%!important;
	}
	.pola-box span {
		padding: 0 25px;
	}
	.pola-box span h4 {
		font-size: 24px;
		line-height: 22px;
	}
	.pola-box span p {
		height: 48px;
		overflow: hidden;
	}
	.pola-box span ul li {
		width: 100%;
		line-height: 28px;
	}
	.blog-box.slider-box.w25 {
		width: 100%;
	}
	.blog-box.slider-box5.w25 {
		width: 100%;
	}
}