/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}

/*
 * Reseting
 */

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

article, aside, canvas, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
	display: block;
}

a, ins, del {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	list-style: none;
}

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

caption, th {
	text-align: left;
}

q::after, q::before {
	content: "";
}


/*
 * Defaults
 */

b, strong {
	font-weight: bold;
}

sup, sub {
	vertical-align: 0;
	position: relative;
	letter-spacing: 1px;
	font-size: 80%;
}

sup {
	bottom: 0.5em;
}

sub {
	top: 0.5em;
}

body {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
}

.mobile-show {
	display: none;
}

.show-number {
	font-size: 0.8em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 0px 4px 1px;
	position: relative;
	top: -1px;
}

.ccm-ui {
	font: inherit;
}

.ccm-ui .nav-tabs > li {
	list-style-type: none;
}

.ccm-ui .nav-tabs > li a {
	border-radius: 0;
}

.ccm-ui .nav-tabs > li a:hover {
	color: #222;
	background-color: #f6f6f6;
}

.ccm-ui .nav-tabs > li.active a {
	color: #888;
}

.ccm-ui .nav-tabs > li.active a:hover {
	background-color: #fff;
}


/*
 * Buttons
 */

.button, .ccm-input-button {
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	color: #fff !important;
	border: 0px;
	background: #b4b099;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	border-radius: 3px;
}

.button:hover, .ccm-input-button:hover {
	background: #629700;
	color: #fff;
	text-decoration: none !important;
}

.button.pdf {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4T32SXUiTYRTH/9s7p2NbgWVSFIISXUkQiHkVXSSMSPADwfJCunAJK4ZSNnJjkKGmrUYGCQpGMvCjQCi1UUMIw4GJS7ooi1wXY5oFMufHvt7Oedg7FMoH/pxz3vc5v+ec8zwqpFe1w3FJLctHlfifNh73jXZ2ftv9T6UEVW1t5udO59NYMok4K5VCUpYhk3gtLCzgmdd7jRJ8L9rbl5Q81RzwwAA0S/SFaUlSghQnxUiSw4FssxmBQACXTSZU2WxNdMC7V93dAqL6DMgHyMkmqdOJ22S3SFHSJulwKASfz5ep/NHQkP371FS7AAQIcJAcLQOyspC/s4OfhYWILC8LwAbpeDiMBLXE7RiNRjQ5nZYJl+uJAHwkgJEcDVdRXIw8jwe/3W6E+/tFMkNOra0hlkgIiMFgQKPdfv2N290rAB8IQDMAz+AQ9ZqMxZDb2IgfNhtC09OihZL1dWzH4wKi0+tx1Wa78ba397EAUGeyjpz8ykoU9PQgMjOD7KIi5JC+ULxIOr+xIW6GIdqcHFxpabFO9/W5BeA1Abj88mAQ4fFxrHq9+DM/j8jKikjiCi5Go0hR/xxLWi2qLZbm9wMDDwXgJQHY4RZ4ccBXmUr7EbLVm5sCwJJo0CazuWV2cNAlAB56B7S5mRN2i0GsIqsVJR0dGYCGABcaGm76PZ4eAUgfjDO1tbfmhoe7UnxdDEu/QnEyfctUoNHgXH196/zIyP09gOKamtZPo6OdfNci+T8QiQBn6+puL46Nde0BnDSZ7nydmBCvaz+IWpJwuqKibWly8p4C4Fs0HikttazMztqVlsQM0pUolitTqdU4UVZ2d9Xv54cU4Rnkko7pCgrKodfnKYB9bTT6aysY9NKe0F8LFVw7Cm6E7wAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 11px 50%;
	padding-left: 40px;
}

.button.full {
	width: 100%;
	box-sizing: border-box;
}

.button.right {
	float: right;
}


/*
 * Article photos
 */

.article-photo {
	width: 40%;
	display: block;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

a.article-photo:hover {
	-webkit-filter: brightness(130%);
}

.article-photo.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: right;
}

.article-photo img {
	display: block;
}

.article-photo span {
	color: #888;
	font-size: 0.786em;
	line-height: 1.4em;
	display: block;
	margin-top: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.article-photo:hover span {
	color: #000;
}

.article-side-photo {
	width: 45%;
}


/*
 * Footer Silnet.pl 
 */

#silnet-copyright {
	float: left;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	margin: 0.5em 1em 0 0;
}

#silnet-copyright img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

#silnet-copyright .silnet {
	width: 80px;
	position: relative;
	float: left;
	display: inline-block;
}

#silnet-copyright .silnet .normal {
	z-index: 1;
}

#silnet-copyright .silnet .hover {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: -25%;
}

#silnet-copyright:hover .silnet .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#silnet-copyright:hover .silnet .normal {
	opacity: 0;
	filter: alpha(opacity=0);
}

#silnet-copyright .mobilne {
	width: 160px;
	position: relative;
	float: left;
	display: none;
}


/*
 * Formularze
 */

.miniSurveyView {
	margin-bottom: 0;
}

#content-r .miniSurveyView .formBlockSurveyTable {
	width: 100%;
	border: 0px;
}

#content-r .miniSurveyView .formBlockSurveyTable td {
	background: none;
	border: 0px;
}

.miniSurveyView #msg {
	background: #f7f6e2;
	padding: 20px;
	color: #444;
	border: 0;
	margin: 0 0 30px 0;
}

.miniSurveyView #msg .error {
	color: #aa0000;
	padding-left: 6px;
	margin-left: 10px;
}

.miniSurveyView .required {
	color: #ccc;
}

.miniSurveyView td {
	vertical-align: middle;
	padding: 4px 0;
}

.miniSurveyView td.question {
	width: 19%;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	line-height: 1.8em;
}

.miniSurveyView input[type=text],
.miniSurveyView input[type=email],
.miniSurveyView input[type=tel],
.miniSurveyView input[type=file],
.ccm-search-block-form .ccm-search-block-text,
.miniSurveyView textarea {
	margin: 0;
	padding: 4px 11px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 70%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.miniSurveyView input[type=text]:focus,
.miniSurveyView input[type=email]:focus,
.miniSurveyView input[type=tel]:focus,
.miniSurveyView input[type=file]:focus,
.ccm-search-block-form .ccm-search-block-text:focus,
.miniSurveyView textarea:focus,
.miniSurveyView input[type=text]:hover,
.miniSurveyView input[type=email]:hover,
.miniSurveyView input[type=tel]:hover,
.miniSurveyView input[type=file]:hover,
.ccm-search-block-form .ccm-search-block-text:hover,
.miniSurveyView textarea:hover {
	border-color: #999;
	outline: none;
}

.miniSurveyView input[type=file] {
	border: 0;
	padding: 0;
}

.miniSurveyView input[type=checkbox] {
	position: relative;
	top: 2px;
}

.miniSurveyView input[type=checkbox].right-label {
	margin: 0 5px 0 0;
}

.ccm-search-block-form .ccm-search-block-text {
	width: 60%;
}

.miniSurveyView textarea {
	margin-bottom: -4px;
	height: 120px;
}

.miniSurveyView select {
	padding: 4px 7px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 274px;
}

.miniSurveyView .formBlockSubmitButton,
.ccm-search-block-form .ccm-search-block-submit {
	padding: 0.4em 1.2em;
	margin-left: 0;
	margin-top: 10px;
	background: #b4b099;
	border: 1px solid #b4b099;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.miniSurveyView .formBlockSubmitButton:hover,
.ccm-search-block-form .ccm-search-block-submit:hover {
	background: #4b7400;
	border: 1px solid #4b7400;
}


/*
 * Deresponsify
 */
 
.deresponsify {
	display: none;
}

.responsify {
	display: none;
}

.responsify.show {
	display: block;
}

ul.item-select-list, 
ul#ccm-main-nav a.ccm-header-nav-package-item, 
ul#ccm-system-nav a.ccm-header-nav-package-item {
    background-size: 15px auto;
}
@media screen and (max-width: 480px) {

	/*
	 * Concrete5
	 */
	#ccm-page-controls-wrapper {
		display: none;
	}

	html {
		margin-top: 0 !important;
	}

	
	/*
	 * Defaults
	 */

	.mobile-show {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}


	/*
	 * Buttons
	 */

	.button, .ccm-input-button {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 0.929em;
		padding: 7px 10px;
	}

	.miniSurveyView td {
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.miniSurveyView td.question {
		text-align: left;
		padding-bottom: 0;
	}

	.miniSurveyView td.question.empty {
		display: none;
	}

	.miniSurveyView tr:last-child td {
		padding-bottom: 0;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
		background-color: #fff;
	}


	/*
	 * Footer Silnet.pl 
	 */

	#silnet-copyright {
		float: none;
		padding: 0;
		border: 0;
		margin: 0 0 1em 0;
		text-align: center;
		width: 100%;
	}

	#silnet-copyright > * {
		padding: 0 10px;
		float: none !important;
	}

	#silnet-copyright .mobilne {
		display: inline-block;
	}


	/*
	 * Formularze
	 */

	.miniSurveyView td {
		display: block;
	}
	
	.miniSurveyView .question {
		text-align: left;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
	}

	
	/*
	 * Concrete5 Layouts
	 */
	 
	.ccm-layout-col {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px !important;
	}

	.ccm-layout-col:last-child {
		margin-bottom: 0 !important;
	}

	.ccm-layout-col .ccm-layout-col-spacing {
		margin: 0 !important;
	}
	

	/*
	 * Deresponsify
	 */
	
	.deresponsify {
		display: block;
	}
	
}
@font-face {
    font-family: 'fontello';
    src: url('../themes/rolnik/style/font/fontello.eot?71974111');
    src: url('../themes/rolnik/style/font/fontello.eot?71974111#iefix') format('embedded-opentype'),
        url('../themes/rolnik/style/font/fontello.woff2?71974111') format('woff2'),
        url('../themes/rolnik/style/font/fontello.woff?71974111') format('woff'),
        url('../themes/rolnik/style/font/fontello.ttf?71974111') format('truetype'),
        url('../themes/rolnik/style/font/fontello.svg?71974111#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-search:before {
    content: '\e800';
}
.icon-up:before {
    content: '\e801';
}
.icon-lock:before {
    content: '\e802';
}
.icon-facebook:before {
    content: '\e803';
}
.icon-instagram:before {
    content: '\f16d';
}
.icon-right-dir:before {
    content: '\e804';
}
.icon-phone:before {
    content: '\e805';
}
.icon-mail:before {
    content: '\e806';
}
.icon-gplus:before {
    content: '\e807';
}
.icon-doc:before {
    content: '\e808';
}
.icon-angle-left:before {
    content: '\e809';
} /* '' */
.icon-angle-right:before {
    content: '\e80a';
} /* '' */
.icon-angle-up:before {
    content: '\e80b';
} /* '' */
.icon-angle-down:before {
    content: '\e80c';
} /* '' */
.icon-folder:before {
    content: '\e80d';
} /* '' */
.icon-folder-open:before {
    content: '\e80e';
} /* '' */
.icon-home:before {
    content: '\e80f';
} /* '' */
.icon-ok:before {
    content: '\e810';
} /* '' */
.icon-plus:before {
    content: '\e811';
} /* '' */
.icon-chart-bar:before {
    content: '\e812';
} /* '' */
.icon-clock:before {
    content: '\e813';
} /* '' */
.icon-youtube:before {
    content: '\e814';
} /* '' */
.icon-allegro-logo:before {
    content: '\e815';
} /* '' */
.icon-basket:before {
    content: '\e816';
} /* '' */

/* TOPLAYER */

.toplayer {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #000000a3;
}
.toplayer .toplayer-content {
    padding: 1rem;
}
.toplayer .toplayer-content img {
    max-width: 100%;
    max-height: 100%;
}
.toplayer .toplayer-content .toplayer-mobile {
    display: block;
}
@media screen and (min-width: 992px) {
    .toplayer .toplayer-content .toplayer-mobile {
        display: none;
    }
}
.toplayer .toplayer-content .toplayer-desktop {
    display: none;
}
@media screen and (min-width: 992px) {
    .toplayer .toplayer-content .toplayer-desktop {
        display: block;
    }
}

/* END TOPLAYER */

body {
    font-size: 15px;
    font-family: Open Sans, Arial, sans-serif;
    color: #303030;
    background: #ffffff;
}

b,
strong {
    font-weight: 700;
}

a,
button,
input,
img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

a {
    color: #629f0e;
}

a:hover {
    color: #4c7500;
    text-decoration: underline;
}

a.portal,
a[href^='tel'] {
    color: inherit !important;
    text-decoration: none !important;
}

a > img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* HEADER */

body > header > .container {
    margin-top: -82px;
    position: absolute;
    left: 0px;
    right: 0px;
}

body > header > .line {
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #e0e0e0;
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
}

body > header > .wave {
    width: 100%;
    height: 82px;
    background: url(../themes/rolnik/images/bg-wave.png) 50% 100% repeat-x;
    z-index: 3;
    position: relative;
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
}

body > header h1 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px;
    left: 0px;
    right: 0px;
    width: 19.5%;
    z-index: 4;
    margin: 0 auto;
}

body > header h1 img {
    width: 100%;
    transition: 1s;
}

body > header #anniversary {
    display: block;
    width: 123px;
    height: 257px;
    background: url(../themes/rolnik/images/25-lat.png) no-repeat 0px 0px;
    top: 120px;
    right: 44px;
    position: absolute;
    z-index: 1;
}

body.index > header #anniversary {
    -moz-animation: 3s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation: swing 3s infinite ease-in-out;
    -webkit-transform-origin: top;
}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(-15deg);
    }
    50% {
        -moz-transform: rotate(15deg);
    }
    100% {
        -moz-transform: rotate(-15deg);
    }
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(-15deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(-15deg);
    }
}

#lng {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
    display: block;
}

#lng-trigger {
    display: none;
}

#lng ul li {
    display: inline-block;
    float: left;
    background: url(../themes/rolnik/images/sep-lng.png) no-repeat 100% 50%;
}

#lng ul li:last-child {
    background: none;
}

#lng ul li a {
    float: left;
    line-height: 1.5em;
    color: #7f7f7f;
    font-size: 0.867em;
    overflow: hidden;
    padding: 8px;
}

#lng ul li a img {
    display: none;
}

#lng ul li a.ccm-multilingual-active-flag {
    font-size: 0px;
    line-height: 0px;
    color: #fff;
}

#lng ul li a.ccm-multilingual-active-flag img {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    border-radius: 15px;
}

#mobile-basket {
    display: none;
}

#basket-menu {
    display: none;
}

#mobile-basket a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #4b7400;
    border-radius: 100%;
    background: #4b7400;
    color: #fff;
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

a#sales {
    position: absolute;
    top: 22px;
    left: 100px;
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e1e1e0;
    border-radius: 28px;
    background: #e1e1e0;
    color: #fff;
    z-index: 100;
    font-size: 0.85em;
}

#social-top {
    position: absolute;
    right: 210px;
    top: 22px;
    z-index: 5;
    display: flex;
    gap: 5px;
    font-size: 1.2em;
}

#social-top li {
    display: inline-block;
    margin: 0 -1px;
}

#social-top li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e1e1e0;
    border-radius: 100%;
    background: #e1e1e0;
    color: #fff;
    position: relative;
}

#social-top li a.icon-allegro-logo:before {
    position: absolute;
    padding: 5px 0 0 2px;
    top: 2px;
    left: 4px;
}
a#sales:hover,
#social-top li a:hover {
    border: 1px solid #4b7400;
    background: #4b7400;
    color: #fff;
    text-decoration: none;
}

#searcher {
    position: absolute;
    right: 20px;
    top: 1.5em;
    z-index: 5;
}
.content-search {
    position: relative;
    margin: 15px 0px;
}

#searcher input[type='text'] {
    height: 1.6em;
    border: 1px solid #e1e1e0;
    padding: 0.2em 1em;
    width: 11em;
    border-radius: 1em;
    outline: 0px;
}
#filters-form .content-search input[type='text'] {
    opacity: 1;
    padding: 0.2em 1em;
    height: 35px;
    border-radius: 40px;
    border: 1px solid #e1e1e0;
    width: 100%;
    box-sizing: border-box;
}
#searcher input[type='text']:hover,
#searcher input[type='text']:focus,
.content-search input[type='text']:hover,
.content-search input[type='text']:focus {
    border: 1px solid #7dc10b;
}

#searcher button,
.content-search button {
    display: block;
    color: #acacac;
    background: transparent;
    border: 0px solid transparent;
    height: 2.1em;
    line-height: 2.1em;
    width: 2.1em;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 1.2em;
    cursor: pointer;
    text-align: center;
}
.content-search button {
    height: 35px;
    width: 35px;
}
#searcher button:hover,
.content-search button:hover {
    color: #fff;
    background: #4c7500;
}

.icon-search:before {
    content: '\e800';
    margin: 0 auto;
}

body.scrolled > header.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    margin-top: 0px;
}

@media screen and (max-width: 640px) {
    body.scrolled > header.sticky-menu {
        background-color: #fff;
    }
    body.scrolled > header.sticky-menu h1 img {
        width: 85%;
        transition: 1s;
    }
}
.top {
    position: absolute;
    top: 0;
}

/* END HEADER */

/* MENU */

#menu-trigger {
    display: none;
}

header nav {
    margin-top: 65px;
    height: 66px;
    background: #4b7400;
    border-radius: 5px;
    border: 1px solid #57741a;
    position: relative;
    z-index: 2;
}

header nav ul {
    width: 930px;
    padding: 0 0 0 30px;
    font-weight: 400;
}

header nav ul li {
    display: block;
    float: left;
    background: url(../themes/rolnik/images/sep-menu.png) no-repeat 0% 50%;
    padding: 0 12px 0 18px;
}

header nav ul li.first {
    padding: 0 12px 0 0;
    background: none;
}

header nav ul li.httpsportalrolnikpl {
    background: none;
    /* padding: 0 34px 0 160px; */
    padding: 0 34px 0 290px;
}
header nav ul li.kontakt {
    padding: 0 12px 0 40px;
}

header nav ul li.margin {
    padding-left: 180px;
}

header nav ul li.mobile-only {
    display: none;
}

header nav ul li a {
    display: block;
    height: 75px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    border-radius: 0 0 5px 5px;
}

header nav ul li a:hover,
header nav ul li a.nav-path-selected {
    background: #edebd5;
    color: #303030;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 40px 0 #c4c091;
    box-shadow: inset 0 0 40px 0 #c4c091;
}

header nav ul li a.nav-path-selected {
    cursor: default;
}

/* END MENU */

/* SLIDERY */

#slider,
#slider-page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0;
    position: relative;
    background: #63a702 url(../themes/rolnik/images/bg-slider.png) repeat-x 50% 100%;
    z-index: 0;
}

#slider-page {
}

#slider img,
#slider-page img {
    width: 100%;
    height: auto !important;
}

#slider ul li,
#slider-page ul li {
    position: relative;
    width: 100%;
    text-align: center;
    float: left;
}

#slider-page ul li {
}

#pages {
    width: 960px;
    margin: 0 auto;
    position: relative;
    bottom: 16px;
    left: 0px;
    right: 0px;
    z-index: 5;
    text-align: right;
    font-size: 0px;
    line-height: 0px;
    color: #dedcc5;
}

#pages a,
#news-pages a,
#recipes-pages a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 1px solid #d4d1b5;
    background: #dedcc5 none no-repeat 50% 50%;
    margin: 0 0 0 5px;
}

#pages a.selected,
#news-pages a.selected,
#recipes-pages a.selected {
    background: #dedcc5 url(../themes/rolnik/images/ico-page-active.png) no-repeat 50% 50%;
}

/* END SLIDERY */

/* ZAWARTOŚĆ STRONA GŁÓWNA */

#content {
    background: #fff;
    overflow: hidden;
    margin-top: -16px;
    position: relative;
}

#content .container > p {
    text-align: center;
    margin: -1em 0 1em 0;
    font-size: 1.5em;
    font-weight: 200;
    color: #9e9c89;
}

.brand-home {
    background: #f9f7e0;
    padding: 0.5%;
    float: left;
    width: 48%;
    margin: 0 1% 5% 0;
}

#brand2,
#brand4,
#brand6 {
    margin: 0 0 5% 1%;
}

.brand-home > span {
    display: block;
    height: 16em;
    overflow: hidden;
    padding: 8% 8% 4% 0;
    border: 1px solid #e6e3c7;
}
.brand-home > span > img,
.brand-home > span > a > img {
    float: left;
    width: 54%;
    margin: 3% 0;
}
.brand-home > span > p {
    float: right;
    width: 44%;
    padding: 0 0 0 2%;
    font-size: 0.867em;
    margin: 0.5em 0 1.5em;
}
.brand-home > span > p img {
    width: 80%;
    height: auto;
}
#brand2 > span > p img,
#brand4 > span > p img,
#brand6 > span > p img {
    margin: -1.25em 0;
}
.brand-home a.button {
    width: 95%;
    height: 30px;
    line-height: 30px;
    padding: 0 5% 0 0;
    background: url(../themes/rolnik/images/bg-btn.png) no-repeat 50% 50%;
    background-size: 100% auto;
    border: 0px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 1.154em;
}
.brand-home a.button:hover {
    text-decoration: none;
    background: url(../themes/rolnik/images/bg-btn-h.png) no-repeat 50% 50%;
    background-size: 100% auto;
}

.noise {
    width: 100%;
    padding: 2em 0 0 0;
    float: left;
    clear: both;
    background: url(../themes/rolnik/images/bg-noise.jpg);
}

.noise .container > img {
    float: left;
    margin: -7% 2% -3% -5%;
    width: 33%;
    position: relative;
    z-index: 10;
}

.noise .container h2 {
    font-size: 2.4em;
    padding: 0 0 1em 4%;
    margin: 0;
    font-weight: 200;
}

.noise .container article h3 {
    display: block;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0;
    margin: 0 0 0.2em 0;
    font-weight: 200;
    height: 2.4em;
    overflow: hidden;
}

.noise .container article p {
    padding: 0.5em 0;
    margin: 0;
    font-size: 0.867em;
}

.news {
    float: left;
    width: 70%;
    position: relative;
    padding: 0 0 20px 0;
}

.news h2 a {
    color: #303030;
    text-decoration: none;
}
.news h2 a:hover {
    color: #629f0e;
    text-decoration: none;
}

.news article {
    float: left;
    width: 287px;
    padding: 12px;
    background: #fff;
    font-size: 0.867em;
    border-bottom: 1px solid #dbd9c5;
    margin: 0 0 25px 25px;
}

.news article a {
    color: #303030;
}

.news article a:hover {
    color: #629f0e;
    text-decoration: none;
}

.news article img {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 4% 0 0;
}

.facebook-news {
    margin: 20px 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 70%;
    overflow: hidden;
}

.facebook-news .facebook-news-list {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}

.facebook-news .facebook-news-list > div {
    width: 46%;
}

.facebook-news .facebook-news-list > div:first-of-type {
    margin: 0 25px;
}

.facebook-news .facebook-news-list .facebook-news-list-item {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background: #fff;
    height: 150px;
    color: #000;
}

.facebook-news .facebook-news-list .facebook-news-list-item:hover {
    text-decoration: none;
    color: #777;
}

.facebook-news
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-image-container {
    margin-right: 10px;
    width: 40%;
    overflow: hidden;
}

.facebook-news
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-image-container
    img {
    width: 100%;
}

.facebook-news
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-text {
    font-size: 11px;
    width: 60%;
    position: relative;
}

.facebook-news
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-text
    .facebook-news-list-item-date {
    position: absolute;
    bottom: 0;
    color: #bbb;
}

.facebook-news-subpage .facebook-news-list div {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.facebook-news-subpage .facebook-news-list .facebook-news-list-item {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background: #fff;
    color: #000;
}

.facebook-news-subpage .facebook-news-list .facebook-news-list-item:hover {
    text-decoration: none;
    color: #777;
}

.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-image-container {
    width: 40%;
}

.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-image-container
    img {
    width: 100%;
}

.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-text {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-image-container,
.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-text
    div {
    margin: 0;
    height: auto;
}

.facebook-news-subpage
    .facebook-news-list
    .facebook-news-list-item
    .facebook-news-list-item-text
    .facebook-news-list-item-date {
    position: absolute;
    bottom: 15%;
    color: #bbb;
    font-size: 13px;
}

#content-r .news h3,
.news h3,
#content-l .news article h3 {
    font-size: 1.385em;
    padding: 0 0 0.3em 0;
    word-wrap: break-word;
}

.news h4,
#content-l .news article h4 {
    color: #a5a5a5;
    padding: 0 !important;
}

#content-l .news article p {
    padding: 0;
    font-size: 1em;
}

#news-pages,
#recipes-pages {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    right: 0px;
    text-align: right;
    font-size: 0px;
    line-height: 0px;
    color: #dedcc5;
}

/* END ZAWARTOŚĆ STRONA GŁÓWNA */

/* ZAWARTOŚĆ PODSTRONY */

#breadcrumbs {
    font-size: 0.867em;
    border-bottom: 1px solid #e1debd;
    padding: 1em 2em;
    color: #303030;
}

#breadcrumbs span.icon-right-dir {
    font-size: 0.6em;
    color: #a8a47f;
    position: relative;
    top: -1px;
}

#breadcrumbs a {
    color: #a8a47f;
}

#content-l {
    padding: 2em 2% 2em 0;
    float: left;
    width: 23.5%;
    position: relative;
}

#content-l .news.page #wave-l {
    top: 0;
}

#content-l article,
#content-l nav {
    background: #f7f6e2;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}

#content-l article {
    padding: 0 0 2em 0;
}

#content-l article h1,
#content-l article h2 {
    margin-bottom: 1em;
}

#content-l > article > h2:first-child,
#content-l .news > header > h2:first-child,
#content-l > nav > h2:first-child,
#content-l nav .offer > li:first-child > a {
    padding-top: 16%;
}

#content-l article h3 {
    padding: 0.5em 13%;
}

#content-l article h4 {
    padding: 0.5em 13%;
}

#content-l article p {
    padding: 0.5em 13%;
    font-size: 0.867em;
}

#content-l nav li a {
    display: block;
    border-bottom: 1px solid #e1debd;
    background: #f7f6e2;
    padding: 1em 13%;
    font-size: 0.867em;
    color: #303030;
}

#content-l .nav li li a,
#content-l nav .offer li li li a {
    padding: 0.6em 13% 0.6em 16%;
    font-size: 0.8em;
}

#content-l .nav li li li a,
#content-l nav .offer li li li li a {
    padding: 0.6em 13% 0.6em 19%;
    font-size: 1em;
}

#content-l nav .offer li li li li a {
    font-size: 0.8em;
}

#content-l nav li a span {
    font-size: 0.6em;
    position: relative;
    top: -2px;
    padding: 0 2px 0 0;
    color: #303030;
}

#content-l nav li a:hover {
    color: #fff;
    background: #4b7400;
    border-bottom: 1px solid #7ead15;
    text-decoration: none;
}

#content-l nav li a:hover span {
    color: #fff;
}

#content-l nav li a.nav-selected,
#content-l nav li a.nav-selected {
    cursor: default;
    color: #fff;
    background: #7eb00c; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #7eb00c),
        color-stop(100%, #9cd22d)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* IE10+ */
    background: linear-gradient(45deg, #7eb00c 0%, #9cd22d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb00c', endColorstr='#9cd22d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-bottom: 1px solid #7ead15;
    text-decoration: none;
}

#content-l nav li a.nav-selected span,
#content-l nav li a.nav-selected:hover span {
    color: #fff;
}

#content-l nav .offer > li > a {
    font-weight: 400;
    padding: 13%;
    border-bottom: 1px solid #e1debd;
    font-size: 1.1em;
}

#content-l nav .offer > li > a > span {
    display: none;
}

#content-l nav li li {
    display: none;
}

#content-l nav > ul > li.nav-path-selected,
#content-l nav > ul > li.nav-path-selected > ul > li,
#content-l nav > ul > li.nav-path-selected > ul > li.nav-path-selected > ul li,
#content-l nav li.nav-selected {
    display: block;
}

#content-l h1,
#content-l h2 {
    font-weight: 400;
    padding: 13%;
    border-bottom: 1px solid #e1debd;
    font-size: 1.1em;
}

#content-r {
    padding: 2em 0;
    width: 74.5%;
    float: right;
}

#content-r h1,
#content-r h2 {
    font-weight: 300;
    font-size: 2.2em;
    padding: 0.65em 0;
    margin: 0 0 0.4em 0;
    border-bottom: 1px solid #e1debd;
}

#content-r h1 i,
#content-r h2 i,
#content-r h3 i {
    color: #9a9779;
}

#content-r h3 {
    font-weight: 300;
    font-size: 1.7em;
    padding: 0.6em 0 0.3em 0;
}

#content-r h4 {
    font-weight: 300;
    font-size: 1.4em;
    padding: 0.6em 0 0.3em 0;
}

#content-r p,
#content-r ul,
#content-r ol {
    margin: 0.6em 0;
}

#content-r p,
#content-r > nav > ul,
#content-r > article > ul,
#content-r > article > ol {
    font-size: 0.867em;
}

#content-r em {
    font-style: italic;
}

#content-r .special {
    font-size: 1.1em;
    padding: 15px;
    background: #f7f6e2;
    margin: 20px 0;
}

#content-r > article > ul,
#content-r > article > ol {
    font-size: 0.867em;
    padding-left: 0.5em;
}

#content-r ul ul,
#content-r ol ol,
#content-r ul ol,
#content-r ol ul {
    padding-left: 1.8em;
}

#content-r ul li:before {
    content: '\e804';
    font-family: fontello;
    color: #629f0e;
    margin-right: 0.5em;
}

#content-r ul#offer-list li:before,
#content-r nav ul li:before {
    display: none;
}

#content-r table {
    font-size: 0.867em;
    border: 1px solid #e1debd;
    width: 100%;
    margin: 2em 0;
}

#content-r table th,
#content-r table td {
    background: #f7f6e2;
    border: 0px;
    border-bottom: 1px solid #e1debd;
    padding: 0.7em 2%;
}

#content-r table tr:nth-child(odd) td,
#content-r table tr:nth-child(odd) th {
    background: #ffffff;
}

.przedstawiciele-handlowi #content-r table td:nth-of-type(1) {
    width: 150px;
}

.przedstawiciele-handlowi #content-r table td:nth-of-type(3) {
    width: 60px;
}

#content-r table th {
    font-size: 1.2em;
    background: #dad8b7 !important;
    border-bottom: 1px solid #cfcdaa;
    padding: 1.2em 2%;
}

#content-r .news {
    width: 100%;
    float: none;
}

#content-r .news.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#content-l .news {
    float: none;
    width: 100%;
    background: #f7f6e2;
    overflow: hidden;
    padding: 0;
}

#content-r .news.page header {
    width: 100%;
}

#content-r .news.page article {
    width: 48%;
    padding: 2% 0;
    margin: 0;
    font-size: 1em;
}

#content-l #wave-l {
    width: 100%;
    height: 15px;
    background: url(../themes/rolnik/images/bg-wave.png) 100% 100% repeat-x;
    z-index: 2;
    position: absolute;
    top: 2em;
    left: 0px;
}

#content-l .news article {
    width: 74%;
    padding: 7% 13%;
    margin: 0;
    font-size: 0.8em;
    background: transparent;
}

#content-l .news img {
    float: right;
    width: 38%;
    margin: 0 0 0 4%;
    display: none;
}

#content-l .news h3 {
    font-size: 1.154em !important;
}

#content-l .news h4,
#content-r .news h4 {
    font-size: 0.867em;
}

#content-l .news .button {
    margin-top: 5px;
}

#content-r hr {
    height: 1px;
    color: #e1debd;
    background: #e1debd;
    border: 0px;
    clear: both;
    margin: 1.5em 0;
    width: 100%;
}

#content-r .ccm-pagination {
    padding: 1em 0 0 0;
    clear: both;
}

#content-r .ccm-pagination .ccm-page-left,
#content-r .ccm-pagination .ccm-page-right {
    display: none;
}

#content-r .ccm-pagination a {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    background: #4b7400;
    color: #fff;
    text-decoration: none;
    border-radius: 0.2em;
}

#content-r .ccm-pagination .currentPage {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    background: #c2be99;
    color: #fff;
    text-decoration: none;
    border-radius: 0.2em;
}

#content-r .ccm-pagination .currentPage strong {
    font-weight: 400;
}

#content-r .ccm-pagination a:hover {
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
}

#content-r a.product-img {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 1em 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#content-r .recipe-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#content-r a.recipe-img {
    width: 45%;
    margin: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#content-r a.product-img span,
#content-r a.recipe-img span {
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    bottom: 5%;
    left: 5%;
    font-size: 1.4em;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    background: #fff;
    padding: 4%;
    border-radius: 50%;
    border: 1px solid #fff;
}

#content-r a.product-img:hover span {
    color: #70ae01;
    background: #f7f6e2;
    border: 1px solid #e1debd;
}

#content-r a.product-img img {
    margin: 0 auto;
    max-width: 90%;
    display: block;
}

#content-r a.recipe-img img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding: 2%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#content-r .product-dsc {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
}

#content-r #extra-info {
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}

#content-r #filters {
    overflow: hidden;
    width: 50%;
    float: right;
}

#content-r #filters li {
    float: left;
    width: 17%;
    height: 10em;
    padding: 6% 2%;
    margin: 2%;
    overflow: hidden;
    background: #f7f6e2;
    border-radius: 10em;
    font-size: 0.6em;
    text-align: center;
}

#content-r #filters li:before {
    display: none;
}

#content-r #filters li span {
    display: block;
    height: 3em;
}

#content-r #filters li img {
    margin: 0 auto 0.5em auto;
    width: 80%;
}

#content-r .download {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 2em 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#content-r .download.koszyk {
    margin: 0;
}
#content-r .download.koszyk img {
    max-width: 218px;
}

#content-r .download a {
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em 2em;
    margin: 2%;
    overflow: hidden;
    background: #f7f6e2;
    border-radius: 10em;
    text-align: center;
}

#content-r .download a:before {
    content: '\e808';
    font-family: 'fontello';
    margin: 0 0.4em 0 0;
}

#content-r .download.koszyk a:before {
    display: none;
}

#content-r .download a span {
    font-size: 0.6em;
    color: #a3a081;
}

#content-r .download a:hover {
    background: #88be0e;
    color: #fff;
    text-decoration: none;
}

#content-r .download a:hover span {
    color: #d2f486;
}

#content-r .recipe-attrs {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content-r .recipe-attrs li {
    font-size: 12px;
    padding: 0.5em 2em;
    margin: 5px 0;
    overflow: hidden;
    background: #f7f6e2;
    border-radius: 10em;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content-r .recipe-attrs li:nth-of-type(1):before {
    content: '\e812';
    font-family: 'fontello';
    margin: 0 0.4em 0 0;
    color: #000;
}

#content-r .recipe-attrs li:nth-of-type(2):before {
    content: '\e813';
    font-family: 'fontello';
    margin: 0 0.4em 0 0;
    color: #000;
}

#content-r .recipe-attrs li strong {
    display: block;
    font-size: 1.2em;
}

#content-r .cat-description {
    border-bottom: 1px solid #e1debd;
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}

.produkt #content-r hr {
    margin: 0;
}

#offer-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 33.33%;
}

#offer-list li a {
    display: block;
    padding: 4% 4% 0 4%;
    margin: 0 0 4% 0;
    color: #303030;
    text-align: center;
    z-index: 1;
    position: relative;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#offer-list li:nth-child(3n + 1) {
    clear: left;
}

#offer-list li a:hover {
    padding: 9% 9% 0 9%;
    margin: -5% -5% 4% -5%;
    text-decoration: none;
    color: #629f0e;
    -webkit-box-shadow: 0 0 40px 10px #d6d6d6;
    box-shadow: 0 0 40px 10px #d6d6d6;
    z-index: 10;
}

#offer-list li a > span.offer-img {
    display: table-cell;
    vertical-align: middle;
    height: 230px;
    width: 225px;
}

#offer-list li a img {
    margin: 0 auto;
    width: auto;
}

#offer-list li a > span.offer-dsc {
    display: block;
    padding: 10% 0;
    margin: 0;
    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 11;
}

#offer-list li a:hover > span.offer-dsc {
    display: block;
    padding: 10%;
    margin: 0 -10%;
    background: #709e09; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #709e09 45%,
        #9cd22d 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(45%, #709e09),
        color-stop(100%, #9cd22d)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        45deg,
        #709e09 45%,
        #9cd22d 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        45deg,
        #709e09 45%,
        #9cd22d 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        45deg,
        #709e09 45%,
        #9cd22d 100%
    ); /* IE10+ */
    background: linear-gradient(45deg, #709e09 45%, #9cd22d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e09', endColorstr='#9cd22d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 1px solid #7ead15;
    border-bottom: 1px solid #7ead15;
    color: #fff;
}

#offer-list li a > span.offer-dsc strong {
    display: block;
    font-size: 1.385em;
    font-weight: 400;
    text-align: left;
}

#offer-list li a > span.offer-dsc strong i {
    color: #9a9779;
}

#offer-list li a:hover > span.offer-dsc strong i {
    color: #d2f486;
}

#offer-list li a > span.offer-dsc span {
    display: block;
    padding: 1em 0 0 0;
    text-align: left;
}

#similar h2 {
    border-bottom: 0px;
    font-size: 1.8em;
    padding: 0.3em 0;
    margin: 0;
}

#similar li {
    font-size: 0.85em;
}

#related-recipes h2 {
    border-bottom: 0px;
    font-size: 1.8em;
    padding: 0.3em 0;
    margin: 0;
}

/* Certyfikaty */

.fileset-list li {
    display: inline-block;
    width: 45%;
    padding: 1% 4% 1% 0;
    font-size: 1.2em;
    vertical-align: top;
}
.fileset-list li:before {
    display: none;
}

.fileset-list li a {
    display: block;
    padding: 4%;
    background: #fff;
}

.fileset-list li a:hover {
    text-decoration: none;
    background: #f7f6e2;
}

.fileset-list li a span {
    display: block;
    color: #9a9779;
    font-size: 0.7em;
}

.fileset-list li a span.icon-doc {
    float: left;
    font-size: 1.6em;
    margin: 0em 0.4em 0 0;
}

.fileset-list li a:hover span.icon-doc {
    color: #4c7500;
}

.one-file-table li {
    width: 100% !important;
}

/* END Certyfikaty */

/* Nagrody */

.silnet-gallery-container {
    overflow: hidden;
}

.silnet-gallery-container a {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    text-align: center;
    padding: 1em 0;
}

.silnet-gallery-container a img {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 2%;
    border: 1px solid #ddd;
}

.silnet-gallery-container a span {
    display: block;
    padding: 2%;
}

/* Nagrody */

/* Filtrowanie */

#filters-form {
    background: #f7f6e2;
    padding: 2em 2em 1em 2em;
    margin: 0 0 1em 0;
    background: #f7f6e2 url(../themes/rolnik/images/bg-wave.png) 24px -147px repeat-x;
}

#filters-form label {
    display: inline-block;
    width: 30%;
    padding: 0.7% 2% 0.7% 0;
}

#filters-form input {
    opacity: 0;
}

/* END Filtrowanie */

/* Wyniki wyszukiwania */

#content-r .ccm-search-block-form {
    display: none;
}

#searchResults li {
    margin: 0;
    border-bottom: 1px solid #e1debd;
}

#content-r ul#searchResults li:before {
    display: none;
}

#searchResults a {
    display: block;
    padding: 3%;
    background: #fff;
    overflow: hidden;
}

#searchResults a:hover {
    background: #f7f6e2;
    text-decoration: none;
    color: #4b7400;
}

#searchResults a img {
    width: 20%;
    margin: 0 3% 0 0;
    float: left;
}

#searchResults a strong {
    font-weight: 400;
    display: block;
    font-size: 1.4em;
}

#searchResults a:hover strong {
    color: #4b7400;
}

#searchResults a > span {
    display: block;
    color: #303030;
}

#searchResults a > span span {
    background: none !important;
}

/* END Wyniki wyszukiwania */
#content-r .privacy {
    font-size: 0.8em;
}

.page_praca #content-r .privacy {
    font-size: 0.45em;
    font-weight: normal;
}

#content-r .privacy i {
    font-size: 2em;
    display: inline-block;
    float: left;
    margin: 0 0.2em 0 0;
    color: #b4b099;
}

/* END ZAWARTOŚĆ PODSTRONY */

/* NEWSLETTER */

#block-bt {
    padding: 1em 0 2em 0;
    overflow: hidden;
}
#block-bt article {
    padding: 0.5em 0;
    overflow: hidden;
}

#block-bt h2 {
    display: block;
    float: left;
    padding: 0 3% 0 0;
    margin: 0 3% 0 0;
    font-size: 2.4em;
    font-weight: 200;
    border-right: 1px solid #dbdbdb;
}

#block-bt p {
    display: block;
    float: left;
    font-size: 0.867em;
    padding: 0;
    margin: 0.5em 0;
}

#block-bt form {
    display: block;
    float: right;
    position: relative;
    margin: 0.5em 0;
}

#block-bt input[type='text'] {
    height: 1.6em;
    border: 1px solid #e1e1e0;
    padding: 0.2em 1em;
    width: 11em;
    border-radius: 1em;
    outline: 0px;
}

#block-btinput[type='text']:hover,
#block-bt input[type='text']:focus {
    border: 1px solid #7dc10b;
}

#block-bt input[type='submit'] {
    display: block;
    color: #4d7601;
    background: transparent;
    border: 0px solid transparent;
    height: 1.3em;
    line-height: 1.3em;
    width: 1.3em;
    font-size: 1.5em;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 1.2em;
    cursor: pointer;
    text-align: center;
    outline: 0px;
}

#block-bt input[type='submit']:hover {
    color: #fff;
    background: #4c7500;
}

#content-r label[for='Question19'] {
    display: none;
}

#content-r .checkboxPair {
    font-size: 10px;
    width: 75%;
}
body.page_praca #content-r .checkboxPair {
    margin: 0 auto;
}
body.page_praca #content-r select {
    width: 75%;
}
#content-r tr:hover .checkboxPair a,
#content-r tr .checkboxPair a:hover {
    color: #4c7500;
    text-decoration: none;
}

.newsletter #content-r article > div {
    display: none;
}

/* END NEWSLETTER */

/* STOPKA */

#wave-bt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 14px;
    background: url(../themes/rolnik/images/bg-foot-top.png) repeat-x;
}

footer {
    color: #646363;
    margin: 0 auto;
    padding: 0 0 6em 0;
    background: url(../themes/rolnik/images/bg-foot.png);
}

footer #foot-top {
    width: 100%;
    padding: 2em 0;
    overflow: hidden;
}

footer #foot-top > div {
    width: 25%;
    float: left;
}

footer #foot-top > div:last-child {
    padding-bottom: 6em;
}

footer #foot-top h2 {
    font-size: 1.154em;
    border-bottom: 1px solid #404040;
    padding: 0 0 1em 0;
    margin: 0 1.5em 1em 0;
}

footer #foot-top h2 a {
    color: #dddddd;
}

footer #foot-top ul li {
    list-style: none;
    color: #fff;
    padding: 0.3em 0 0.3em 1em;
    font-size: 0.867em;
    background: url(../themes/rolnik/images/ico-foot-li.png) no-repeat 0.3em 50%;
}

footer #foot-top ul li a {
    color: #dddddd;
}

footer #social {
    display: block;
    position: absolute;
    right: 2%;
    bottom: 3.5em;
    width: 24%;
}

footer #social h3 {
    font-size: 1.154em;
    border-bottom: 1px solid #404040;
    padding: 0 0 1em 0;
    margin: 0 1.5em 0.5em 0;
    color: #ffffff;
}

footer #social ul li {
    display: inline-block;
}

footer #social ul li a {
    display: block;
    color: #8d8d8d;
    font-size: 1.4em;
    padding: 0.3em;
    background: transparent;
}

footer #social ul li a:hover {
    background: #8d8d8d;
    color: #191919;
    text-decoration: none;
}

footer #foot-bt {
    width: 100%;
    padding: 2em 0;
    border-top: 1px solid #404040;
    font-size: 0.733em;
}

footer #foot-bt span {
    float: left;
}

footer #foot-bt a {
    float: right;
    color: #646363;
}
footer #foot-bt a + a {
    margin: 0 0.8rem;
}

/* END STOPKA */

/* WERSJA EN */

body.en #menu-trigger {
    display: none;
}

body.en footer #foot-top {
    padding: 1em 0 0 0;
}

body.en footer #social {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
}

body.en footer #social h3 {
    display: inline-block;
    font-size: 1em;
    border-bottom: 0px;
    margin: 0 0.5em 0.5em 0;
}

body.en footer #social ul {
    display: inline-block;
}

/* END WERSJA EN */

/* Lista plików FTP*/
#content-r table.fl-table {
    margin: 0 0 2em 0;
}

.fl-table a.fl-file:before {
    float: left;
    font-size: 1.4em;
    margin: 0em 0.4em 0 0;
    display: block;
    color: #4b7400;
    font-family: 'fontello';
    content: '\e808';
}

.fl-table a.fl-folder:before {
    float: left;
    font-size: 1.4em;
    margin: 0em 0.4em 0 0;
    display: block;
    color: #4b7400;
    font-family: 'fontello';
    content: '\e80d';
}

.fl-table a.fl-folder-up:before {
    float: left;
    font-size: 1.4em;
    margin: 0em 0.4em 0 0;
    display: block;
    color: #4b7400;
    font-family: 'fontello';
    content: '\e809';
}

.fl-breadcrumb {
    overflow: hidden;
    margin: 0 0 10px 0;
    font-size: 0.85em;
}

.fl-breadcrumb li {
    float: left;
    color: #b4b099;
    padding: 0 5px 0 0;
}

.fl-breadcrumb li:first-child a:before {
    float: left;
    font-size: 1.2em;
    margin: 0em 0.4em 0 0;
    display: block;
    color: #4b7400;
    font-family: 'fontello';
    content: '\e80f' !important;
}

.fl-breadcrumb li:before {
    display: none;
}

#content-r table tr:hover td {
    background: #7eb00c; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #7eb00c),
        color-stop(100%, #9cd22d)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        45deg,
        #7eb00c 0%,
        #9cd22d 100%
    ); /* IE10+ */
    background: linear-gradient(45deg, #7eb00c 0%, #9cd22d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb00c', endColorstr='#9cd22d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#content-r table tr:hover td a,
#content-r table tr:hover td a:before {
    color: #fff;
    text-decoration: none;
}

/* Podstrona praca i przepisy */

.page_praca #slider-page,
.page_przepis #slider-page {
    background: #78b802;
}

#content .work,
#content .recipe {
    background: #78b802 url(../themes/rolnik/images/bg-work-top.jpg) no-repeat 50% 0%;
    overflow: hidden;
}

#content .work .bg-landscape,
#content .recipe .bg-landscape {
    background: url(../themes/rolnik/images/bg-work-bt.jpg) no-repeat 50% 100%;
    overflow: hidden;
    min-height: 980px;
}

#content .work #breadcrumbs,
#content .recipe #breadcrumbs {
    border-bottom: 1px solid rgba(110, 169, 2, 0.5);
    color: #527d01;
    border-top: 1px solid rgba(110, 169, 2, 0.5);
    position: relative;
}

#content .work #breadcrumbs:before,
#content .recipe #breadcrumbs:before {
    display: block;
    content: '';
    height: 100%;
    width: 3000px;
    position: absolute;
    top: 0;
    left: -500px;
    background: rgba(255, 255, 255, 0.1);
}

#content .work #breadcrumbs a,
#content .work #breadcrumbs span.icon-right-dir,
#content .recipe #breadcrumbs a,
#content .recipe #breadcrumbs span.icon-right-dir {
    color: #303030;
}

#content .work #content-l,
#content .recipe #content-l {
    padding: 2.5em 2% 2em 0;
}

#content .work #content-l #wave-l,
#content .recipe #content-l #wave-l {
    background: url(../themes/rolnik/images/bg-work-wave.png) 100% 100% repeat-x;
    background: url(../themes/rolnik/images/bg-work-wave.png) 50% 0% repeat-x;
    top: 26px;
    height: 12px;
    width: 92%;
}

#content .work #content-r:before,
#content .recipe #content-r:before {
    background-image: url(../themes/rolnik/images/bg-work-clips-top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 130px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -125px;
    left: 0px;
    content: '';
}

#content .work #content-r,
#content .recipe #content-r {
    background-image: url(../themes/rolnik/images/bg-work-clips-mid.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0% 0%;
    padding: 0 6% 2em 6%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 130px 0 2em 0;
}

#content .work #content-r .content-r-bt,
#content .recipe #content-r .content-r-bt {
    background-image: url(../themes/rolnik/images/bg-work-clips-bt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

#content .work #content-r > article > h2 {
    display: none;
}

#content .work #content-r hr,
#content .recipe #content-r hr {
    margin: 1em 0;
}

#content .work #content-r #veg1,
#content .recipe #content-r #veg1 {
    background-image: url(../themes/rolnik/images/bg-work-veg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 130px;
    height: 140px;
    position: absolute;
    top: 120px;
    right: -60px;
    z-index: 100;
}

#content .work #content-r #veg2,
#content .recipe #content-r #veg2 {
    background-image: url(../themes/rolnik/images/bg-work-veg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 130px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 100;
}

#content .work #content-r #veg3,
#content .recipe #content-r #veg3 {
    background-image: url(../themes/rolnik/images/bg-work-veg3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 130px;
    height: 140px;
    position: absolute;
    bottom: 50px;
    right: -60px;
    z-index: 100;
}

#content .work #content-r,
#content .recipe #content-r {
    font-size: 1.6em;
    font-weight: 600;
    color: #4b4a4a;
}

#content .recipe #content-r {
    font-size: 1em;
    font-weight: 400;
}

#content .work #content-r strong {
    color: #64a804;
    font-weight: 600;
}

#content .work #content-r .small {
    font-size: 0.55em;
    color: #909090;
    font-weight: 400;
}

#content .work #content-r table,
#content .recipe #content-r table {
    margin: 0;
}

#content .work #content-r td,
#content .recipe #content-r td {
    width: 100%;
    text-align: center;
    border: 0px;
    padding: 0.2em 0;
    position: relative;
}

#content .work #content-r td input[type='email'],
#content .work #content-r td input[type='text'],
#content .work #content-r td input[type='file'],
#content .recipe #content-r td select {
    width: 74%;
    margin: 0 auto;
    padding: 0.65em 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7em;
    border: 2px solid #d4d4d4;
    border-radius: 0.4em;
    position: relative;
    outline: none;
    color: #b6b5b5;
    height: 44px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    background: #fff !important;
}

#content .recipe #content-r td input[type='email'],
#content .recipe #content-r td input[type='text'],
#content .recipe #content-r td input[type='file'],
#content .recipe #content-r textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.65em 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    border: 2px solid #d4d4d4;
    border-radius: 0.4em;
    position: relative;
    outline: none;
    color: #b6b5b5;
    height: 44px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    background: #fff !important;
}

#content .recipe #content-r textarea {
    height: 120px;
}

#content .work #content-r td select,
#content .work #content-r td input[type='file'],
#content .recipe #content-r td select,
#content .recipe #content-r td input[type='file'] {
    opacity: 0;
    position: relative;
    z-index: 100;
}

#content .work #content-r #stanowisko,
#content .work #content-r #cv,
#content .recipe #content-r .recipe-add-photo {
    width: 74%;
    margin: -42px auto 0 auto;
    padding: 0.65em 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7em;
    border: 2px solid #d4d4d4;
    border-radius: 0.4em;
    position: relative;
    outline: none;
    color: #b6b5b5;
    height: 44px;
    position: relative;
    z-index: 90;
    text-align: left;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
}

.icon-ok {
    display: block;
    background-color: #79b903;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 10px;
    right: 14%;
    border-radius: 3px;
    color: #fff;
}

.icon-plus {
    display: block;
    background-color: #79b903;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 10px;
    right: 14%;
    border-radius: 3px;
    color: #fff;
}

#content .recipe #content-r .recipe-add-photo {
    width: 100%;
    font-size: 1em;
}

#content .recipe #content-r .icon-plus {
    right: 5px;
}

#content .work #content-r td.question,
#content .recipe #content-r td.question {
    display: none;
    width: 0px;
}

#content .work #content-r td .formBlockSubmitButton {
    display: block;
    font-size: 0px;
    color: #fff;
    line-height: 0px;
    width: 113px;
    height: 146px;
    background: url(../themes/rolnik/images/bg-work-btn.png) no-repeat 0 0;
    margin: 20px auto;
    border: 0;
}

#content .recipe #content-r td .formBlockSubmitButton {
    font-size: 1.6em;
}

#content .work #content-r td .formBlockSubmitButton:hover {
    background: url(../themes/rolnik/images/bg-work-btn-h.png) no-repeat 0 0;
}

#content .work #content-r .job-offer {
    width: 46%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    border: 2px solid #ddd;
    border-radius: 0.4em;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
    min-height: 270px;
}

#content .work #content-r .job-offer > span {
    display: inline-block;
    padding: 1% 3%;
    background: #64a804;
    font-size: 0.833em;
    color: #fff;
    font-weight: 400;
}

#content .work #content-r .job-offer > h2 {
    font-size: 1.25em;
    font-weight: 400;
    padding: 0;
    margin: 0.5em 0 0.2em 0;
    border: 0;
    color: #4b4a4a;
    line-height: 1em;
}

#content .work #content-r .job-offer > strong {
    font-size: 0.833em;
    font-weight: 400;
    color: #4b4a4a;
    display: block;
    margin: 0 0 1em 0;
}

#content .work #content-r .job-offer > a {
    background: #bfaa85;
    color: #fff;
    font-size: 0.625em;
    border-radius: 30px;
    padding: 0.5em 2em 0.5em 4.5em;
    position: relative;
}

#content .work #content-r .job-offer > a:hover {
    text-decoration: none;
    background: #64a804;
}

#content .work #content-r .job-offer > a span {
    width: 43px;
    height: 56px;
    background: url(../themes/rolnik/images/bg-work-pdf.png) no-repeat;
    position: absolute;
    left: 1em;
    top: -10px;
}

#content .work #content-r .miniSurveyView #msg,
#content .recipe #content-r .miniSurveyView #msg {
    font-size: 0.8em;
    text-align: center;
    border-radius: 0.4em;
}

/* END Podstrona praca, przepis */

/* Podstrona konkurs */

#content-r .miniSurveyView.form-contest td.question {
    display: block;
    width: 100%;
    text-align: left;
}

#content-r .miniSurveyView.form-contest td:nth-child(even) {
    display: block;
    width: 100%;
    text-align: left;
}

#content-r .miniSurveyView.form-contest td:nth-child(even) input {
    width: 100%;
}

#content-r .miniSurveyView.form-contest td .checkboxList .checkboxPair {
    width: 100%;
}

#content-r .miniSurveyView.form-contest td .checkboxList .checkboxPair input {
    width: 13px;
}

#content-r .miniSurveyView.form-contest tr:last-of-type td:nth-child(1) {
    display: none;
}

#content-r .miniSurveyView.form-contest tr:last-of-type td:nth-child(2) {
    display: inline-block;
    width: auto;
}

/* Ukrycie labelów dla checkboxów */

#content-r label[for='Question33'] {
    display: none;
}

#content-r label[for='Question34'] {
    display: none;
}

.konkurs-czy-znasz-marke-rolnik #content-r > article > ol {
    padding-left: 1.25em;
}

.konkurs-czy-znasz-marke-rolnik article ol li {
    list-style-type: decimal;
}

.konkurs-czy-znasz-marke-rolnik article ol li ol li {
    list-style-type: lower-alpha;
}

/* END podstrona konkurs */

/* Animowane logo silnet.pl */

.silnet-logo-container {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}

.silnet-logo-container .silnet-logo-image {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    filter: grayscale(1);
    opacity: 0.5;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.silnet-logo-container .silnet-logo-image.animate {
    animation-name: silnet-logo-image-animation;
}
.silnet-logo-container.silnet-dark-bg .silnet-logo-image {
    filter: grayscale(1) invert(1);
}
.silnet-logo-container.silnet-dark-bg .silnet-logo-image.animate {
    animation-name: silnet-dark-bg-logo-image-animation;
}
.silnet-logo-container a {
    border: none !important;
    text-decoration: none !important;
}
.silnet-logo-container a:hover .silnet-logo-image {
    filter: grayscale(0) invert(0) !important;
    opacity: 1 !important;
}
@keyframes silnet-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1);
        opacity: 0.5;
    }
    25% {
        filter: grayscale(1);
        opacity: 0.5;
    }
    60%,
    80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0);
        opacity: 1;
    }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
    }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    95% {
        filter: grayscale(0);
        opacity: 1;
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1);
        opacity: 0.5;
    }
}
@keyframes silnet-dark-bg-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1) invert(1);
        opacity: 0.5;
    }
    25% {
        filter: grayscale(1) invert(1);
        opacity: 0.5;
    }
    60%,
    80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0) invert(0);
        opacity: 1;
    }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
    }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
    }
    95% {
        filter: grayscale(0) invert(0);
        opacity: 1;
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1) invert(1);
        opacity: 0.5;
    }
}
/*END of Animowane logo silnet.pl */

body.page_przepis #content-r .news h4 {
    display: none;
}

#content-r .video {
    position: relative;
    padding-top: 56.4%;
    height: 0;
    overflow: hidden;
}

#content-r .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.polityka-prywatnosci #content-r p {
    font-size: unset;
    margin: 0 0 10px 0;
}

.polityka-prywatnosci #content-r ol {
    list-style: decimal;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}
.polityka-prywatnosci #content-r ol {
    list-style: decimal;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}
.polityka-prywatnosci #content-r ol ol {
    margin: 0 0 5px;
}

.polityka-prywatnosci #content-r ol[type='a'] {
    list-style-type: lower-alpha;
}

/*.regulamin-konkursu*/
#content-r ol#regulamin ul {
}

#content-r ol#regulamin ol {
    list-style-type: decimal;
}

@media screen and (max-width: 640px) {
    .kontakt .g-recaptcha {
        margin-top: -40px;
    }
    .kontakt .formBlockSubmitButton {
        margin-top: -10px;
    }
}

/* Lista stron - Spółki */
article.company {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 786px) {
    article.company {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100% !important;
    }
}

@media screen and (max-width: 786px) {
    div.company {
        flex-direction: column;
    }
}

article.company h3 a {
    font-weight: 600;
}

.show-toplayer {
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #010101e6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.show-toplayer .toplayer-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    color: #4c3b32;
    position: relative;
}

.show-toplayer .toplayer-inner img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
}

.show-toplayer .toplayer-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    position: absolute;
    font-size: 20px;
}

.show-toplayer .toplayer-close:hover {
    color: #c01a4b;
}

/* phone icon */

.phone-icon {
    position: relative;
}
.phone-icon i {
    display: block;
    background-color: #4b7400;
    color: #fff;
    padding: 0.5rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 1rem;
    width: 1rem;
    height: auto;
    cursor: pointer;
}
.phone-icon .phone-href {
    display: none;
}
.phone-icon .phone-href.active .close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: 0px;
    right: 13px;
    font-size: 15px;

}
.phone-icon .phone-href.active a small {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
}
.phone-icon .phone-href.active a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
    display: block;
}
.phone-icon .phone-href.active {
    display: block;
    position: absolute;
    right: 1rem;
    top: -5.5rem;
    background-color: #4b7400;
    padding: 1.5rem;
    border-radius: 1.25rem;
    width: fit-content;
    white-space: nowrap;
    color: #fff;
}

@media screen and (max-width: 1440px) {
	#slider-page {
		width: 140%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 0 -20%;
		position: relative;
		background: #fff;
	}
}

@media screen and (max-width: 1020px) {
	.container {
		width: 96%;
		padding: 0 2%;
	}

	body > header h1 {
		left: 4%;
		right: auto;
		width: 24%;
	}

	header nav ul {
		width: auto;
		padding: 0;
		font-weight: 400;
		float: right;
	}

	header nav ul li,
	header nav ul li.first,
	header nav ul li.przepisy,
	header nav ul li.kontakt {
		padding: 0 12px 0 18px;
	}

	header nav ul li.przepisy {
		background: url(../themes/rolnik/images/sep-menu.png) no-repeat 0% 50%;
	}

	header aside {
		position: absolute;
		right: 2%;
		top: 1.5em;
		z-index: 5
	}

	#lng,
	#searcher {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		display: inline-block;
		vertical-align: top;
	}

	#lng {
		margin: -0.2em 1em 0 0;
	}

	#social-top {
		position: relative;
		right: 0;
		top: 0;
		float: left;
		margin-right: 20px;
	}
	a#sales {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin-right: 20px;
	}

	#slider {
		width: 160%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 0 -30%;
		position: relative;
		background: #fff;
	}

	#slider-page {
		width: 180%;
		margin: 0 -40%;
	}

	#slider ul li {
		float: left;
		height: auto;
	}

	#slider img {
		margin: 0 0 0 0;
		width: 100%;
		float: left;
		position: relative;
		top: auto;
		bottom: auto;
		left: 0;
		right: 0;
	}

	#pages {
		width: 96%;
	}

	#offer-list li a img {
		height: 90%;
	}

	#offer-list li {
		width: 50%;
	}

	#offer-list li:nth-child(3n+1) {
		clear: none;
	}

	#offer-list li:nth-child(2n+1) {
		clear: left;
	}

	#offer-list li a > span.offer-img {
		display: block;
		height: 130px;
		width: 100%;
		text-align: center;
	}

	#block-bt article {
		padding: 0;
	}

	#block-bt h2 {
		display: table-cell;
		font-size: 1.8em;
		line-height: 1.9em;
		float: none;
		vertical-align: middle;
		overflow: hidden;
		margin: 0;
		padding: 0 20px 0 0;
	}

	#block-bt p {
		display: table-cell;
		float: none;
		vertical-align: middle;
		padding: 0 3%;
	}

	#block-bt form {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	#block-bt input[type="submit"] {
		top: 50%;
		margin-top: -0.65em;
	}

	#block-bt p br {
		display: none;
	}

	#content .work #content-r {
		margin: 11vw 0 2em 0;
	}

	#content .work #content-r:before {
		height: 11vw;
		top: -11vw;
	}

}

@media screen and (max-width: 930px) {
	#filters-form {
		padding: 2em 1em 1em 1em;
	}

	#filters-form label {
		width: 47%;
	}

	.silnet-gallery-container a {
		width: 50%;
	}

	.facebook-news-subpage .facebook-news-list div {
		height: 150px;
	}
}

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

	header .container {
		width: 100%;
		padding: 0;
	}

	#content-r {
		width: 70.5%;
	}

	#content-l {
		width: 27.5%;
	}

	.fileset-list li {
		width: 100%;
		padding: 1% 0;
	}

	body > header h1 {
		width: 24%;
	}

	header nav ul li,
	header nav ul li.first,
	header nav ul li.przepisy,
	header nav ul li.kontakt {
		padding: 0 6px 0 10px;
	}

	body > header #anniversary {
		display: none;
	}

	#slider-page {
		display: none;
	}

	#content {
		margin-top: 55px;
	}

	.index #content {
		margin-top: -10px;
	}

	#content-r .product-img {
		float: none;
		width: 100%;
		margin: 1em 0;
	}

	#content-r .product-img img {
		width: 50%;
	}

	#content-r .product-dsc {
	  float: none;
	  width: 100%;
	}

	#content-r .download {
		width: 100%;
		margin: 0 0 1em 0;
	}

	#content-r .download.koszyk a {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 250px;
		margin: 0 auto;
	}

	#content-r #filters {
		width: 80%;
		margin: 0 10%;
	}

	footer #foot-top > div {
		width: 50%;
		float: left;
		padding-bottom: 2em;
	}

	.noise .container > img {
		display: none;
	}

	.noise .news {
		width: 100%;
	}

	.facebook-news {
		width: 100%;
	}

	.facebook-news .facebook-news-list > div {
		width: 48%;
	}
	
	.facebook-news .facebook-news-list > div:first-of-type {
		margin: 0;
	}


	.facebook-news-subpage {
		width: 100%;
	}
	
	.facebook-news-subpage .facebook-news-list > div:first-of-type {
		margin: 0;
	}

	.facebook-news-subpage .facebook-news-list .facebook-news-list-item .facebook-news-list-item-text .facebook-news-list-item-date {
		bottom: 25%;
	}

	.noise .container h2 {
		padding: 0 0 1em 3%;
	}

	.noise .news article {
		float: left;
		width: 287px;
		padding: 12px;
		background: #fff;
		font-size: 0.867em;
		border-bottom: 1px solid #dbd9c5;
		margin: 0 12px 25px 12px;
	}

	#news-pages, #recipes-pages {
		right: 12px;
	}

	footer #social {
		width: 48%;
	}

	img.responsive {
		display: none;
	}

	#content .work #content-r > article > h2 {
		display: block;
		font-size: 1.6em;
		font-weight: 300;
		padding: 0 0 0.65em 0;
		line-height: 1.1em;
	}

	#content .work #content-l #wave-l {
		width: 93.3%;
	}

	#content .work #content-r .job-offer {
		width: 96%;
		min-height: 1px;
	}

}

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

	a#sales {
		width: 28px;
		margin-right: 4px;
		font-size: 0;
		padding: 0;
	}

	a#sales:before {
		font-family: 'Fontello';
		content: '\e805';
		display: inline-block;
		font-size: 18px;
		color: #fff;
	}

	.facebook-news-subpage .facebook-news-list .facebook-news-list-item .facebook-news-list-item-text {
		height: auto;
		margin: 0;
		font-size: 11px;
	}
}

@media screen and (max-width: 730px) {
	body > header h1 {
		width: 22%;
		top: 12px;
	}

	header nav {
		text-align: center;
	}

	header nav ul {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	#slider {
		padding-top: 2%;
	}

	.news article img {
		width: 30%;
	}

	.brand-home {
		margin-bottom: 4%;
	}

	.brand-home > span {
		padding: 8% 8% 0 8%;
		/* height: auto; */
	}

	.brand-home > span  > img,
	.brand-home > span > a > img {
		width: 30%;
		margin: -3% 0 3% -10%;
	}
	.brand-home > span > p {
		width: 100%;
		float: none;
		text-align: center;
	}
	.brand-home > span > p img {
		width: 39%;
		margin-bottom: 13%;
	}
	#brand2 > span > p img,
	#brand4 > span > p img {
		margin-bottom: 12%;
	}

	.brand-home > span > p:nth-of-type(2) {
		clear:both;
	}

	.brand-home a.button {
		width: 70%;
	}

	.noise {
		padding: 1em 0;
	}

	.noise .container h2 {
		font-size: 2em;
	}

	footer {
		padding: 0 0 2em 0;
	}

	.silnet-gallery-container a {
		width: 100%;
	}
}

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

	body > header > .wave {
		background: url(../themes/rolnik/images/bg-wave-mobile.png) 50% 100% repeat-x;
	}

	#breadcrumbs {
		padding: 1em 0;
	}

	#content-r {
		width: 100%;
		clear: both;
		padding: 0 0 2em 0;
	}

	#content-l {
		width: 100%;
		clear: both;
		padding: 0 0 2em 0
	}

	#content-l #wave-l {
		background: url(../themes/rolnik/images/bg-wave-mobile.png) 50% 100% repeat-x;
		height: 10px;
		top: 0px;
	}

	#content-l > article > h2:first-child, #content-l .news > header > h2:first-child, #content-l > nav > h2:first-child, #content-l nav .offer > li:first-child > a {
		padding-top: 7%;
	}

	#content-r h1, #content-r h2 {
		font-size: 1.6em;
	}

	#content-r h3 {
		font-size: 1.3em;
	}

	#content-l h1, #content-l h2 {
		padding: 5%;
	}

	#content-l article h3 {
		padding: 0.5em 5%;
	}

	#content-l article h4 {
		padding: 0.5em 5%;
	}

	#content-l article p {
		padding: 0.5em 5%;
	}

	#content-l nav li a {
		padding: 1em 5%;
	}

	#content-l nav .offer > li > a {
		padding: 5%;
	}

	#content-l .nav li li a, #content-l nav .offer li li li a {
		padding: 1em 5% 1em 10%;
	}

	#content-l .news article {
		width: 40%;
		padding: 5%;
	}

	#content-l .news img {
		width: 20%;
		display: inline;
	}

	#filters-form {
		padding: 1em;
		background: #f7f6e2;
		margin-top: 1em;
	}

	#content-r .ccm-search-block-form {
		display: block;
	}

	#content-r .product-img {
		display: block;
		float: left;
		width: 50%;
		margin: 1em 0;
	}

	#content-r .product-img img {
		width: 80%;
	}

	#content-r .product-dsc {
		float: left;
		width: 50%;
	}

	#content-r #filters {
		width: 100%;
		margin: 0;
	}

	#content-r #filters li {
		font-size: 0.8em;
	}

	#wave-bt {
		background: url(../themes/rolnik/images/bg-foot-top-mobile.png) repeat-x;
	}

	.miniSurveyView td.question {
		width: 25%;
	}

	.silnet-gallery-container a {
		width: 50%;
	}

	#content .work #content-r {
		margin-bottom: 0;
	}

	#content .work #content-l #wave-l {
		width: 98%;
	}

	#content .work #content-r {
		margin: 15vw 0 2em 0;
	}

	#content .work #content-r:before {
		height: 15vw;
		top: -15vw;
	}

	.facebook-news-subpage .facebook-news-list .facebook-news-list-item {
		padding: 0;
	}

	.facebook-news-subpage .facebook-news-list .facebook-news-list-item .facebook-news-list-item-text .facebook-news-list-item-date {
		display: none;
	}
}

@media screen and (max-width: 590px) {
	body {
		font-size: 17px;
	}

	.container {
		width: 90%;
		padding: 0 5%;
	}

	body > header h1 {
		width: 30%;
	}

	header aside {
		top: 1em;
	}

	#lng {
		margin: 0;
		position: relative;
		width: 25px;
		padding-top: 30px;
	}

	#lng-trigger {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		z-index: 10;
		top: 0px;
		left: 0px;
	}

	#lng ul li {
		margin-top: 0px;
	}

	#lng ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		float: none;
		display: none;
		background: #619601;
		border-radius: 50%;
		padding: 0;
		text-align: center;
		font-size: 1em;
		text-decoration: none;
	}

	#lng ul.expand li a {
		display: block;
	}

	#lng ul li a.ccm-multilingual-active-flag {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#lng ul li a.ccm-multilingual-active-flag img {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}

	#searcher {
		width: 40px;
		text-align: center;
	}

	#searcher button {
		height: 30px;
		line-height: 30px;
		width: 30px;
		padding: 0;
		background: #4b7400;
		color: #fff;
		font-size: 1.2em;
		text-align: center;
		margin: 0 auto;
	}

	#searcher input[type="text"] {
		display: none;
	}

	a#sales {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
	}

	#social-top {
		margin-right: 4px;
	}

	#social-top li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 6px;
	}

	#menu-trigger {
		display: inline-block;
		background: #4b7400;
		z-index: 6;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	#menu-trigger > span {
		color: #fff;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}

	#menu-trigger > strong {
		font-size: 0px;
		color: #4b7400;
	}

	#menu-trigger.expand > span {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}

	#menu-trigger > span > span {
		display: block;
		background-color: #eee;
		height: 3px;
		margin: 2px 0 3px 0;
		width: 18px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}

	#menu-trigger.expand > span > span:nth-child(1) {
		transform: rotate(45deg) translate3d(5px, 5px, 0);
		-webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
		-moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
		-ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
	}

	#menu-trigger.expand > span > span:nth-child(2) {
		opacity: 0;
	}

	#menu-trigger.expand > span > span:nth-child(3) {
		transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-webkit-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-moz-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-ms-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
	}

	header nav {
		height: auto;
		margin-top: 73px;
	}

	body.en header nav {
		margin-top: 65px;
		height: 66px;
	}

	header nav ul {
		height: 0px;
		padding-top: 20px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
	}

	header nav ul.expand {
		height: 260px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	header nav ul li {
		padding: 0 !important;
		width: 100%;
		background: none !important;
		border-top: 1px solid #568402;
	}

	header nav ul li.first {
		border-top: 0px;
	}

	header nav ul li a {
		width: 100%;
		display: block;
		height: 3em;
		line-height: 3em;
		padding: 0;
		border-radius: 3px;
	}

	body > header #anniversary {
		top: 30px;
	}

	#content {
		margin-top: 25px;
	}

	body.en #content {
		margin-top: 55px;
	}

	#slider {
		padding-top: 0%;
	}

	#pages {
		display: none !important;
	}
	.brand-home {
		width: 100%;
		margin: 0 0% 4% 0 !important;
	}

	#content-r .news article {
		width: 96%;
		padding: 2% 0;
		margin: 0 0 4% 0;
	}

	#filters-form label {
		font-size: 0.8em;
	}

	#block-bt h2 {
		display: block;
		width: 100%;
		font-size: 1.6em;
		line-height: 1.9em;
		border: 0;
		margin: 0;
		padding: 0;
	}

	#block-bt p {
		padding: 0 3% 0 0;
	}

	#content-l .news article {
		width: 90%;
	}

	#content-r .product-img {
		float: none;
		width: 100%;
		margin: 1em 0;
	}

	#content-r .product-img img {
		width: 60%;
	}

	#content-r #filters li {
		font-size: 0.7em;
	}

	#content-r .product-dsc {
		width: 100%;
	}

	.noise .container h2 {
		font-size: 1.8em;
	}

	.facebook-news .facebook-news-list {
		display: block;
	}

	.facebook-news .facebook-news-list > div {
		width: 100%;
		margin: 15px 0;
	}

	.facebook-news-subpage .facebook-news-list {
		display: block;
	}

	.facebook-news-subpage .facebook-news-list > div {
		width: 100%;
		margin: 15px 0;
	}

	footer {
		padding: 0 0 2em 0;
	}

	footer #foot-top {
		padding: 1em 0 0 0;
	}

	footer #foot-top > div {
		width: 100%;
		padding: 0;
		float: none;
	}

	footer #foot-top > div:last-child {
		padding-bottom: 0;
	}

	footer #foot-top h2 {
		text-align: center;
		padding: 0 0 1em 0;
		margin: 0 0 1em 0;
		position: relative;
		font-size: 1em;
	}

	footer #foot-top h2 span {
		width: 100%;
		height: 2em;
		position: absolute;
		z-index: 10;
		top: 0px;
		left: 0px;
	}

	footer #foot-top h2 {
		text-align: center;
		padding: 0 0 1em 0;
		margin: 0 0 1em 0;
	}

	footer #foot-top ul {
		display: none;
		padding-bottom: 1em;
	}

	footer #foot-top ul.expand {
		display: block;
	}

	footer #foot-top ul li {
		text-align: center;
		color: #fff;
		padding: 0.3em 0;
		background: none;
	}

	footer #foot-top ul li a {
		display: block;
		padding: 5px 0;
		text-decoration: underline;
	}

	footer #social {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		text-align: center;
	}

	footer #social h3 {
		display: inline-block;
		font-size: 1em;
		border-bottom: 0px;
		margin: 0 0.5em 0.5em 0;
	}

	footer #social ul {
		display: inline-block;
	}

	#content .work {
		font-size: 0.8em;
	}

	#content .work,
	#content .work .bg-landscape {
		background: #fff;
	}

	#content .work #content-r {
		background: #fff;
		width: 100%;
		padding: 0 0 2em 0;
		margin: 0;
	}

	#content .work #content-r:before {
		display: none;
	}

	#content .work #content-r > article > h2 {
		padding-top: 0.65em;
	}

	#content .work #content-l #wave-l {
		top: 31px;
	}

	#content .work #content-r hr {
		margin: 0.5em 0;
	}

	#content .work #content-r .content-r-bt,
	#content .work #content-r #veg1,
	#content .work #content-r #veg2,
	#content .work #content-r #veg3 {
		display: none;
	}

	#content .work #content-r #stanowisko,
	#content .work #content-r #cv {
		margin-top: -2.65em;
		font-size: 0.83em;
		height: 42px;
	}

	#content .work #content-r td input[type="email"] {
		font-size: 0.83em;
		height: 42px;
	}
}

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

	body > header h1 {
		width: 40%;
	}

	#mobile-basket {
		display: inline-block;
	}

	#basket-menu {
		display: block;
	}

	#basket-menu ul.expand {
		height: 110px;
	}

	#menu {
		margin-top: -27px;
		border: 0;
	}

	#menu ul li.mobile-only {
		display: block;
	}

	#menu ul.expand {
		height: 370px;
	}

	a#sales {
		display: none;
	}

	#social-top {
		display: none;
	}
	.brand-home > span > p img {
		width: 50%;
	}

	#filters-form label {
		display: block;
		width: 100%;
	}

	#offer-list li {
		width: 100%;
		clear: both;
	}

	#offer-list li a {
		border-bottom: 1px solid #e1debd;
	}

	#offer-list li a > span.offer-img {
		height: auto;
	}

	#offer-list li a img {
		max-height: 225px;
	}

	#offer-list li a > span.offer-dsc {
		padding: 5% 0;
	}

	#offer-list li a > span.offer-dsc span {
		display: none;
	}

	#offer-list li a:hover > span.offer-dsc {
		padding: 5% 10%;
		margin: 0 -10%;
	}


	.miniSurveyView td {
		margin: 0 !important;
		padding: 0.5em 0 !important;
	}

	.miniSurveyView td.question {
		width: 100%;
		padding: 0.5em 0 0 0 !important;
	}

	#block-bt p {
		display: block;
		width: 100%;
		padding: 0 0 0 0;
	}

	#block-bt form {
		display: block;
		width: 100%;
		padding: 1% 0 0 0;
	}

	#block-bt input[type="text"] {
		height: 1.8em;
		padding: 0.3em 2%;
		width: 95%;
		border-radius: 2em;
	}

	#block-bt input[type="submit"] {
		margin-top: -0.6em;
	}

	#content-r .privacy br {
		display: none;
	}

	#content-r a.recipe-img {
		width: 100%;
		margin-bottom: 12px;
	}

	#content-r .recipe-attrs {
		width: 100%;
	}

	#content-r .recipe-attrs li {
		width: 49%;
	}

	#content-r #filters li {
		width: 76%;
		height: auto;
		padding: 3% 10%;
		margin: 2%;
		text-align: left;
	}

	#content-r #filters li img {
		display: inline-block;
		vertical-align: middle;
		width: 15%;
		margin: 0 5% 0 0;
	}

	#content-r #filters li span {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		font-size: 1.6em;
	}

	#content-r .download {
		margin: 2% 0 1em 0;
	}

	#content-r .download a {
		padding: 6% 10%;
		margin: 0 0 2% 0;
		width: 76%;
	}

	#content-r .download.koszyk a {
		margin: 2% auto;
		max-width: none;
	}

	#searchResults a {
		text-align: center;
	}

	#searchResults a img {
		width: 50%;
		float: none;
	}

	#searchResults a strong,
	#searchResults a > span	{
		text-align: left;
	}

	.silnet-gallery-container a {
		width: 100%;
	}

	#content .work #content-r td input[type="file"],
	#content .work #content-r td select {
		width: 100%;
	}

	#content .work #content-r td input[type="email"],
	#content .work #content-r td input[type="text"] {
		height: 52px;
		width: 100%;
	}

	.icon-ok,
	.icon-plus {
		height: 42px;
		width: 42px;
		line-height: 42px;
		top: 17px;
		right: 1.2%;
	}

	#content .work #content-r #stanowisko,
	#content .work #content-r #cv {
		height: 52px;
		line-height: 1.8em;
		width: 100%;
	}

	#content .work #content-r td .formBlockSubmitButton {
		width: 113px !important;
	}

	.facebook-news-subpage .facebook-news-list div {
		height: 85px;
	}

}

@media screen and (max-width: 420px) {
	#content-r .recipe-attrs li {
		width: 100%;
	}
}


/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 20px; }

.tos-next {
  right: 20px; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    box-sizing: border-box;
    padding: 0 20px;
    float: left; }
    .tos-caption > div:last-child {
      float: right;
      margin-right: -2px; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin, transform;
  -moz-transition-property: left, margin, transform;
  -ms-transition-property: left, margin, transform;
  -o-transition-property: left, margin, transform;
  transition-property: left, margin, transform; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2); }
    .tos-pagination.tos-bullets a:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: rgba(255, 255, 255, 0.9); }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../themes/rolnik/style/icheck/square/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
	background-color: #fff;
}
    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}
    .iradio_square-green.hover {
        background-position: -144px 0;
    }
    .iradio_square-green.checked {
        background-position: -168px 0;
    }
    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(../themes/rolnik/style/icheck/square/green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
div.ccm-multilingual-switch-language-flags {display: inline;}
div.ccm-multilingual-switch-language-flags-label {float: left; margin-right: 8px}
div.ccm-multilingual-switch-language-flags a {padding: 2px; float: left;}
/*
a.ccm-multilingual-active-flag {background: white;}
*/
#searchResults .pageLink{ font-size:12px; color:#999; margin:2px 0px 8px 0px; padding:0px; display:block }
#searchResults .searchResult{ margin-bottom:16px; margin-top:24px }
#searchResults .searchResult h3{ margin-bottom:0px; padding-bottom:0px }
#searchResults .searchResult p{margin-top:4px}