/*@import url(fonts/fonts.css);*/
/*reset*/
html {
	color: #000000;
	background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
legend,
.invisible {
	display: none;
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
	font-style: normal;
}
ol,
ul {
	list-style-type: none;
}
caption,
th {
	text-align: left;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,
textarea,
select {
	font-size: 100%;
}
legend {
	color: #000000;
}
del,
ins {
	text-decoration: none;
}
.clear {
	width: 100%;
	height: 0px;
	line-height: 0px;
	clear: both;
	float: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.invisible {
	display: none !important;
}

/**********************************  GENERAL  *************************************************/
body {
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Calibri', Arial, sans-serif;
	color: #705b61;
}
.whiteFont {
	color: #fff;
}
a {
	color: #705b61;
}
a:hover {
	color: #cb3566;
}
.whiteFont a,
.whiteFont a:hover {
	color: #fff;
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	overflow: hidden;
	z-index: 1;
}
.bigger {
	display: inline-block;
	font-size: 24px;
}
.smaller {
	display: inline-block;
	font-size: 11px;
	color: #b3a6aa;
}
.thin {
	font-weight: 300;
}
.magenta,
.magenta a {
	color: #c81b58;
}
.left,
.float_left {
	display: block;
	float: left;
}
.right,
.float_right {
	display: block;
	float: right;
}
.float_left {
	margin: 0 30px 30px 0;
}
.float_right {
	margin: 0 0 30px 30px;
}
.hide-text {
	text-indent: -999em;
	overflow: hidden;
}
.last,
.last-in-row {
	margin-right: 0 !important;
}
p {
	margin: 24px 0;
}
p.error {
	color: #ff0000;
}
p.back,
p.more {
	text-align: right;
}
.clearfix:after,
.clearfix > .wrapper:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}

/**** cookie warning ****/
#cookiewarning {
	display: block;
	z-index: 9999999999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ddd;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
}
#cookiewarning div.cookie-text {
	position: relative;
	max-width: 1190px;
	padding: 0 40px 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
#cookiewarning div.cookie-text p {
	margin: 6px 0;
}
#cookiewarning div.cookie-text a {
	text-decoration: underline;
}
#cookiewarning div.cookie-close {
	position: absolute;
	top: -10px;
	right: 0px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	width: 29px;
	height: 27px;
	padding: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
#cookiewarning a {
	text-decoration: none;
}

#cookiewarning .l-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
#cookiewarning .l-wrapper .c-cookiewarning__text{
  text-align: left;
}
#cookiewarning .l-wrapper .c-cookiewarning__text p{
  margin: 13px 0;
}
#cookiewarning .l-wrapper .c-cookiewarning__text a{
  text-decoration: underline;
}
#cookiewarning .l-wrapper .c-cookiewarning__action{
  display: flex;
  align-items: center;
}
#cookiewarning .l-wrapper .c-cookiewarning__action button{
  order: 2;
}
#cookiewarning .l-wrapper .c-cookiewarning__action a{
  order: 1;
  display: inline-block;
  padding: 10px;
  margin: 0 30px;
}

/****  text  ****/
.mod_article {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#main .mod_article {
	position: relative;
	z-index: 0;
	padding: 30px 0;
	margin-top: -30px;
}
#main .mod_article .wrapper {
	padding-bottom: 50px;
}
#main .mod_article .wrapper.empty {
	padding: 0;
}
#main .mod_article:nth-child(1) {
	z-index: 1;
}
#main .mod_article:nth-child(2) {
	z-index: 2;
}
#main .mod_article:nth-child(3) {
	z-index: 3;
}
#main .mod_article:nth-child(4) {
	z-index: 4;
}
#main .mod_article:nth-child(5) {
	z-index: 5;
}
#main .mod_article:nth-child(6) {
	z-index: 6;
}
#main .mod_article:nth-child(7) {
	z-index: 7;
}
#main .mod_article:nth-child(8) {
	z-index: 8;
}
#main .mod_article:nth-child(9) {
	z-index: 9;
}
#main .mod_article:nth-child(10) {
	z-index: 10;
}
/*#main .mod_article.first{margin-top:0;}*/
/*#main .mod_article.first.bgImage*/
.strona_glowna #main .mod_article.first {
	margin-top: -23px;
	padding: 0;
}
.strona_glowna #main .mod_article.first > .wrapper {
	padding: 0;
}
#main .mod_article.last {
	padding-bottom: 30px;
}
/*a.button{display: inline-block; color: #fff;}
a.button:hover{background-color: #e52f2f; text-decoration: none;}*/
.mod_article.displayFlex .wrapper {
	display: flex;
}
.mod_article.displayFlex .wrapper > * {
	width: 100%;
	box-sizing: border-box;
	margin-left: 30px;
	margin-right: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_article.displayFlex .wrapper > *.first {
	margin-left: 0;
}
.mod_article.displayFlex .wrapper > *.last {
	margin-right: 0;
}

.page_not_found .mod_article.displayFlex .wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_not_found .mod_article.displayFlex .wrapper > * {
	width: 32%;
	margin: 0;
}
.page_not_found .mod_article.displayFlex .wrapper > .first {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.like_h1,
.like_h2,
.like_h3,
.like_h4,
.like_h5,
.like_h6 {
	line-height: 1.1;
	margin: 30px 0;
	font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.like_h1 a,
.like_h2 a,
.like_h3 a,
.like_h4 a,
.like_h5 a,
.like_h6 a {
	text-decoration: none;
}
h1,
.like_h1 {
	font-size: 72px;
	margin: 20px 0;
}
h2,
.like_h2 {
	font-size: 48px;
	margin: 20px 0;
}
h3,
.like_h3 {
	font-size: 36px;
}
h4,
.like_h4 {
	font-size: 24px;
	font-weight: normal;
}
h5,
.like_h5 {
	font-size: 24px;
}
h6,
.like_h6 {
	font-size: 18px;
}

h1.page_title {
	display: none;
}
h2.page_title {
	padding-top: 35px;
	font-size: 60px;
	text-align: center;
	color: #c30e4d;
	background: url(../img/curve_1_yellow.png) center 0 no-repeat;
}
.whiteFont h2.page_title {
	color: #fff;
}

h4 + h2 {
	margin-top: -25px;
}

table {
	margin: 24px 0;
}
td,
th {
	border: 1px solid #bdbdbd;
	padding: 13px 30px;
	vertical-align: top;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
th {
	color: #c81b58;
	font-weight: bold;
}
tr:first-child th {
	padding-top: 9px;
	padding-bottom: 9px;
	border-color: #c81b58;
	font-size: 24px;
}
tr th:first-child {
	border-right-color: #c81b58;
}
tr:first-child td,
tr:first-child th {
	border-top-width: 0;
}
tr:last-child td,
tr:last-child th {
	border-bottom-width: 0;
}
tr td:first-child,
tr th:first-child {
	border-left-width: 0;
	padding-left: 0;
}
tr td:last-child,
tr th:last-child {
	border-right-width: 0;
	padding-right: 0;
}
thead tr:last-child td,
thead tr:last-child th {
	border-bottom-width: 1px;
}
.noborder tr td,
.noborder tr th {
	border: none;
	vertical-align: top;
}

ul,
ol {
	margin: 10px 0 10px 34px;
}
ul {
	margin-left: 18px;
}
li {
	padding-left: 2px;
	margin: 24px 0;
}
ul > li {
	list-style-type: none;
	list-style-image: url(../img/ul_li.png);
}
ol > li {
	list-style-type: decimal;
}

nav ul,
.ce_downloads ul {
	padding: 0;
	margin: 0;
}
nav ul li,
.ce_downloads ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
nav ul li a,
.ce_downloads ul li a {
	text-decoration: none;
}
figure {
	display: inline-block;
	max-width: 45%;
}
img {
	max-width: 100%;
	height: auto;
}

.ce_youtube {
	text-align: center;
}
.yt_outer {
	position: relative;
	margin: 0 auto;
}
.yt_inner {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.ce_accordion {
	position: relative;
}
.like_toggler,
.forms a.dwnld {
	margin-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
.like_toggler.active {
	background: #fff;
	border-color: #c20e4b;
}
.ce_accordion .toggler {
	padding: 22px 6% 22px 4%;
	font-size: 24px;
	cursor: pointer;
}
.ce_accordion .toggler.ui-accordion-header-active {
	background-image: url('../img/accordion-pointer-active.png');
}
.ce_accordion .toggler .ui-accordion-header-icon {
	position: absolute;
	top: 30px;
	right: 3.33%;
	display: block;
	width: 14px;
	height: 16px;
	background: url(../img/arrow_down_magenta.png) center center no-repeat;
}
.ce_accordion .toggler.active .ui-accordion-header-icon {
	top: 29px;
	background-image: url(../img/arrow_up_brown.png);
}
.ce_accordion .accordion {
	padding: 0 6% 30px 4%;
}
.ce_accordion .accordion p {
	margin-top: 16px;
}

a.dwnld {
	display: inline-block;
	min-height: 25px;
	padding: 1px 0 1px 30px;
	margin: 5px 0;
	box-sizing: border-box;
	background: url(../img/ico_download.png) 0 0 no-repeat;
	text-decoration: none;
}
a.dwnld .button {
	display: none;
}
.ext-pdf a.dwnld {
	background-image: url(../img/ico_download_pdf.png);
}
.forms p.download-element {
	margin: 0;
}
.forms a.dwnld {
	display: block;
	padding: 20px 2% 20px 4%;
	margin: 0 0 10px;
	font-size: 24px;
}
.forms a.dwnld .button {
	display: block;
	float: right;
	color: #c30e4d;
	background: none;
}
.forms a.dwnld .button:hover {
	color: #705b61;
}
.forms .ext-pdf a.dwnld {
	background-image: none;
}

.ce_gallery {
	margin: 16px 0;
}
.ce_gallery ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ce_gallery ul li {
	display: block;
	float: none;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0 0 20px;
	text-align: center;
}
.ce_gallery ul li.col_first {
	clear: none;
}
.ce_gallery ul.cols_1 li {
	width: 100%;
}
.ce_gallery ul.cols_2 li {
	width: 49%;
}
.ce_gallery ul.cols_3 li {
	width: 32%;
}
.ce_gallery ul.cols_4 li {
	width: 24%;
}
.ce_gallery ul.cols_5 li {
	width: 19%;
}
.ce_gallery ul.cols_6 li {
	width: 15%;
}
.ce_gallery ul.cols_7 li {
	width: 13%;
}
.ce_gallery ul.cols_8 li {
	width: 11%;
}
.ce_gallery figure {
	max-width: 100%;
	text-align: center;
}
.ce_gallery figure a {
	position: relative;
	display: block;
}
.ce_gallery figure a:hover:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/magnifier.png) rgba(195, 14, 77, 0.6) center center no-repeat;
	border-radius: 5px;
}
.ce_gallery figure img {
	margin: 0 auto;
	border-radius: 5px;
	vertical-align: top;
}
.ce_gallery figure figcaption {
	text-align: left;
}

.pagination {
	margin: 24px 0;
	text-align: center;
}
.pagination ul {
	display: block;
	margin: 0 auto;
}
.pagination ul li {
	float: none;
	display: inline-block;
	width: auto;
	margin: 24px 0;
}
.pagination ul li a,
.pagination ul li span {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	margin: 0 3px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
.pagination ul li a:hover,
.pagination ul li span {
	line-height: 54px;
	border-width: 3px;
	border-color: #cb3566;
	color: #cb3566;
}
.pagination ul li span.active:after {
	content: '';
	position: absolute;
	top: -16px;
	left: 4px;
	display: block;
	width: 34px;
	height: 14px;
	background: url(../img/scrawl_magenta_pagination.png) center center no-repeat;
}
.pagination ul li.delimiter span {
	width: auto;
	padding: 0 5px;
	background: transparent;
	border-color: transparent;
}
.pagination ul li a.previous,
.pagination ul li a.next {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: url(../img/arrow_left_magenta.png) center center no-repeat;
	border: none;
	text-indent: -9999px;
}
.pagination ul li a.next {
	background-image: url(../img/arrow_right_magenta.png);
}

.content_bg_image {
	background: center 0 / cover no-repeat;
}

.ce_sliderStart {
	position: relative;
}
.slider-control {
	position: absolute !important;
	bottom: 54px;
	left: 37%;
	width: 190px;
	height: 55px !important;
}
.slider-control .slider-prev,
.slider-control .slider-next {
	display: block;
	top: 0;
	width: 65px;
	height: 55px;
	background: url(../img/slider_arrow_prev.png) center center no-repeat;
	text-indent: -9999px;
}
.slider-control .slider-next {
	background-image: url(../img/slider_arrow_next.png);
}

.slider-wrapper .content_inner {
	background: url(../img/slider_apla_purple.png) center center no-repeat;
	text-shadow: 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6,
		0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6;
}
.slider-wrapper .content_inner.slider_apla_pink {
	background-image: url(../img/slider_apla_pink.png);
	text-shadow: 0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496,
		0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496, 0 0 2px #cd7496;
}
.slider-wrapper .content_inner.slider_apla_purple {
	background-image: url(../img/slider_apla_purple.png);
	text-shadow: 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6,
		0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6, 0 0 2px #937ba6;
}
.slider-wrapper .content_inner.slider_apla_blue {
	background-image: url(../img/slider_apla_blue.png);
	text-shadow: 0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3,
		0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3, 0 0 2px #74a7d3;
}
.slider-wrapper .content_inner.slider_apla_turquoise {
	background-image: url(../img/slider_apla_turquoise.png);
	text-shadow: 0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9,
		0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9, 0 0 2px #69b6c9;
}
.slider-wrapper .content_inner.slider_apla_green {
	background-image: url(../img/slider_apla_green.png);
	text-shadow: 0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371,
		0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371, 0 0 2px #acb371;
}
.slider-wrapper .content_inner.slider_apla_orange {
	background-image: url(../img/slider_apla_orange.png);
	text-shadow: 0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d,
		0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d, 0 0 2px #f7941d;
}
.slider-wrapper .content_inner.slider_apla_grey {
	background-image: url(../img/slider_apla_grey.png);
	text-shadow: 0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb,
		0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb, 0 0 2px #cbcbcb;
}
.slider-wrapper .content_txt {
	float: right;
	max-width: 460px;
	padding: 20px 0;
	text-align: right;
}
.slider-wrapper .content_txt p {
	margin: 30px 0;
}

/*****************/

/****  forms  ****/
/* uklad pol */
.formbody {
  max-width: 750px;
	margin: 24px auto;
}
.formbody .input-container {
	margin-bottom: 15px;
}
.formbody label,
.formbody .like_label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.formbody p.error {
	margin: 5px 0 10px;
	font-size: 14px;
}
.formbody input.text,
.formbody input.captcha,
.formbody input.submit,
.link_button a,
a.link_button,
button,
a.submit,
span.button,
.formbody textarea,
.formbody select,
.formbody label.select {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	text-decoration: none;
	color: #705b61;
	font-family: 'Calibri', Arial, sans-serif;
	font-size: 18px;
	outline: none;
}
.formbody textarea {
	height: 200px;
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 12px;
} /* nadpisanie wspolnych wartosci */
.formbody select {
	border: none;
	font-size: 14px;
	color: #705b61;
	font-weight: normal;
}
.formbody label.select {
	position: relative;
	float: none;
	width: 100%;
	max-width: 273px;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	border: 1px solid #cb3566;
	overflow: hidden;
}
.formbody label.select:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 45px;
	background: url(../img/select_arrow.png) #fff 13px center no-repeat;
	pointer-events: none;
	outline: none;
}
button,
a.button,
span.button {
	cursor: pointer;
	width: auto;
	border: none;
  height: auto;
  line-height: inherit;
  padding-top: 11px;
  padding-bottom: 12px;
}
.input-container.widget-submit button {
	margin: 0 auto;
}
/* checkboxes / radios */
.formbody .input-container.widget-radio {
	padding-top: 10px;
}
.formbody .option-container input {
	display: block;
	float: left;
	margin-top: 2px;
	border: 1px solid red;
}
.formbody .option-container input.disabled{
  opacity: 0.5;
}
.formbody .option-container label {
	display: block;
	float: none;
	width: auto;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px; /* overflow: auto; */
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #705b61;
}
::-moz-placeholder {
	opacity: 1;
	color: #705b61;
}
:-ms-input-placeholder {
	opacity: 1;
	color: #705b61;
}
:-moz-placeholder {
	opacity: 1;
	color: #705b61;
}

span.button,
.buttonNormal a,
.buttonBig a,
.buttonYellow a,
.buttonYellowBig a {
	display: inline-block;
	min-width: 100px;
	height: auto;
	line-height: normal;
	padding: 7px 22px;
	background: #c81b58;
	color: #fefefe;
	font-weight: bold;
	font-size: 18px;
	border-color: #c30e4d;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	text-decoration: none;
	text-shadow: none;
}

.link_button a,
a.link_button,
.submit_container input.button,
.formbody button,
a.button,
span.button,
.buttonNormal a {
	min-width: 100px;
	height: auto;
	line-height: normal;
	padding: 7px 22px;
	background: #c81b58;
	color: #fefefe;
	font-weight: bold;
	font-size: 18px;
	border-color: #c30e4d;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	text-decoration: none;
}
.submit_container input.button.big,
button.big,
a.button.big,
span.button.big,
.buttonBig a {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 30px;
}
.submit_container input.button.yellowBg,
button.yellowBg,
a.button.yellowBg,
span.button.yellowBg,
.buttonYellow a {
	background: #f7941d;
	border-color: #f7941d;
	color: #000;
}

.buttonYellowBig a {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 30px;
	background: #f7941d;
	border-color: #f7941d;
	color: #000;
}

.submit_container input.button:hover,
button:hover,
a.button:hover,
span.button:hover,
.buttonNormal a:hover,
.buttonBig a:hover,
.buttonYellow a:hover,
.buttonYellowBig a:hover {
	background: #705b61;
	border-color: #705b61;
	color: #fff;
}

.link_button a,
a.link_button {
	display: inline-block;
	width: auto;
	min-width: 135px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent;
	color: #c81b58;
	font-size: 14px;
}
.link_button.white a,
a.link_button.white {
	color: #fff;
	border-color: #fff;
}
.link_button a:hover,
a.link_button:hover {
	background: transparent;
	border-color: #705b61;
	color: #705b61;
}
.whiteFont,
.whiteFont a,
.whiteFont a,
.whiteFont a,
.whiteFont a {
	color: #fff;
}

/* inline field form (labelka obok, a nie nad polem) */
/* jesli wszystkie formularze maja miec labelki obok pol, a nie nad - usun ".inline " z ponizszych deklaracji css */
.inline .formbody label {
	display: block;
	float: left;
	width: 40%;
}
.inline .formbody .field-container {
	float: left;
	width: 60%;
}
.inline .formbody input.submit {
	margin-left: 40%;
}
.inline .formbody .option-container label {
	width: auto;
}

.mod_quicknav {
	text-align: center;
}
.mod_quicknav .like_label {
	display: inline-block;
	line-height: 50px;
	padding: 0 15px;
	font-size: 18px;
}
.mod_quicknav .field-container {
	display: inline-block;
	vertical-align: top;
}

/* one-line form (caly formularz w jednej linii, np. logowanie, wyszukiwarka) */
.oneline .formbody .input-container,
.oneline .formbody .submit_container,
.oneline .formbody > input {
	width: auto;
	float: left;
}
.oneline .formbody .input-container {
	margin-right: 10px;
}
.oneline.inline .submit_container,
.oneline.inline .submit_container input.submit,
.oneline.inline .submit-container,
.oneline.inline .submit-container input.submit,
.oneline.inline .input-container,
.oneline.inline .input-container label,
.oneline.inline .input-container .field-container,
.oneline.inline .input-container .field-container input {
	margin: 0;
	width: auto;
	float: none;
	display: inline-block;
}
/*****************/

.formbody > div.floatLeft {
	float: left;
	margin-left: 2.4%;
}
.formbody > div.floatRight {
	float: right;
	margin-left: 2.4%;
}
.formbody > div.clearBoth {
	clear: both;
	margin-left: 0;
}
.formbody > div.clear_left {
	clear: left;
	margin-left: 0;
}
.formbody > div.clear_right {
	clear: right;
	margin-left: 0;
}
.formbody > div.clear_both {
	clear: both;
	margin-left: 0;
}
.formbody > div.col_two {
	width: 35%;
}
.formbody > div.col_one {
	width: 60%;
}
.formbody .submit_container .fullWidth {
	width: 100%;
}

.mod_search h3 {
	margin-bottom: 10px;
}
.mod_search p {
	margin: 10px 0;
}
.mod_search .widget-text {
	float: left;
	width: 85%;
}
.mod_search .widget-text input.text {
	height: 37px;
	line-height: 37px;
}
.whiteFont .mod_search .widget-text input.text {
	background: none;
	border-color: #fff;
	border-width: 1px 0 1px 1px;
	color: #fff;
}
.mod_search .widget-submit {
	float: left;
	width: 15%;
	margin-left: -5px;
}
.mod_search .widget-submit button {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 0;
}

.page_not_found h4 {
	min-height: 53px;
}
.page_not_found .mod_search .formbody {
	margin: 0 auto;
}
.page_not_found .mod_search .widget-text {
	width: 70%;
}
.page_not_found .mod_search .widget-submit {
	width: 30%;
}

/**********************************  LAYOUT  *************************************************/
#wrapper {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}
.wrapper,
.wrapperImportant {
	width: 100%;
	max-width: 1190px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.wider > .wrapper {
	max-width: 100%;
	padding: 0;
}

/****  top  ****/
#header .logo {
	float: left;
	display: block;
	max-width: 16%;
	margin: 8px 7% 10px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header_stripe {
	position: relative;
	z-index: 10;
	min-height: 33px;
	padding: 8px 0 28px;
	background: url(../img/header_stripe.png) center 0 no-repeat;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.header_stripe .phone {
	display: inline-block;
	padding-left: 40px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/ico_phone_white.png) 14px center no-repeat;
}

/* main menu */
.menumain {
	padding: 25px 10px 10px;
	box-sizing: border-box;
	font-size: 18px;
}
.menumain ul {
	display: flex;
	justify-content: space-around;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menumain ul {
	display: -ms-flex;
	justify-content: -ms-space-between;
} /* IE10 support */

.menumain ul li a {
	display: block;
}
.menumain ul li .active {
	color: #c81b58;
	font-weight: normal;
}
.menumain ul ul {
	display: none;
}

.menumain.side {
	float: right;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menumain.side ul {
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	border-left: 1px solid #705b62;
	box-sizing: border-box;
}
.menumain.side ul li {
	margin-left: 10px;
}
.menumain.side ul li a,
.menumain.side ul li > strong {
	color: #c81b58;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.menumain.side ul li a.forms,
.menumain.side ul li > strong.forms {
	padding-left: 23px;
	background-image: url(../img/ico_forms.png);
}
.menumain.side ul li a.member_zone,
.menumain.side ul li > strong.member_zone {
	padding-left: 27px;
	background-image: url(../img/ico_member_zone.png);
}
.menumain.side ul li a.fb,
.menumain.side ul li > strong.fb {
	width: 24px;
	height: 24px;
	background-image: url(../img/fb_icon_325x325.png);
	background-size: contain;
	text-indent: -9999px;
}

.menusub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 11;
	margin-top: -2px;
	padding: 20px 0;
	background: url(../img/article_grey.png) center 0 no-repeat;
	background-size: cover;
}
.menusub .wrapper {
	display: flex;
	justify-content: space-between; /*align-items:center;*/
}
.menusub .desc {
	width: 17%;
}
.menusub nav {
	width: 76%;
	display: flex;
	justify-content: space-between;
}
.menusub nav ul li {
	font-size: 24px;
	font-weight: bold;
}
.menusub nav ul ul {
	margin: 13px 0 13px 18px;
}
.menusub nav ul ul li {
	padding-left: 2px;
	margin: 2px 0;
	list-style-type: none;
	list-style-image: url(../img/ul_li.png);
	font-size: 16px;
	font-weight: normal;
}

.slicknav_menu {
	display: none;
	position: fixed;
	top: 18px;
	right: 14px;
	z-index: 999;
	padding: 0;
	background: none;
}
.slicknav_menu .slicknav_btn {
	z-index: 2;
	padding: 10px;
	margin: 0;
	text-shadow: none;
	background: #c81b58;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
	width: auto;
	height: auto;
}
.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
	width: 20px;
	height: 3px;
	box-shadow: none;
}
.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 4px;
}
.slicknav_menu .slicknav_nav {
	position: relative;
	top: -3px;
	right: -1px;
	padding: 5px 10px;
	background: #c81b58;
	border-radius: 4px;
	border-top-right-radius: 0;
	border: 1px solid #fff;
	font-size: 16px;
}
.slicknav_menu .slicknav_nav a,
.slicknav_menu .slicknav_nav strong {
	display: block;
	padding: 5px 10px;
	margin: 0;
}
.slicknav_menu .slicknav_nav a a {
	display: inline;
	padding: 0;
}
.slicknav_menu .slicknav_nav a:hover {
	background: #f7941d;
	color: #000;
}
.slicknav_menu .slicknav_nav ul {
	margin: 0;
	padding: 5px;
}
.slicknav_menu .slicknav_nav ul li {
	border-radius: 4px;
	margin-bottom: 2px;
}
.slicknav_menu .slicknav_nav ul li.slicknav_open {
	background: rgba(255, 255, 255, 0.1);
}
.slicknav_menu .slicknav_nav ul ul {
	padding-left: 15px;
}

/* breadcrumbs */
.mod_breadcrumb {
	margin: 24px 0;
	font-size: 12px;
}
.mod_breadcrumb ul {
	margin: 0;
	padding: 0;
}
.mod_breadcrumb ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.mod_breadcrumb ul li.active {
	color: #cb3566;
}
.mod_breadcrumb ul li a {
	text-decoration: none;
}
.mod_breadcrumb ul li span.delimiter {
	display: inline-block;
	padding: 0 2px;
}
/*****************/

#container {
	position: relative;
	z-index: 9;
	padding-top: 23px;
	margin-top: -23px;
}
.forms #container {
	background: #eee;
}
.page_not_found #container {
	background: #eee;
}
.pageimage #container {
	padding-top: 0;
}

/*left*/

/*main*/
#main {
	width: 100%;
	overflow: visible;
} /* fluid main column for rwd */
#main .inside {
	width: 100%;
	overflow: visible;
}

.page_header {
	padding: 1px 0;
	background: center center no-repeat;
	background-size: cover;
}
.page_header .wrapper {
	position: relative;
}
.page_header .short_desc {
	margin-left: 60%;
	padding: 3% 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.produkt .page_header .short_desc {
	padding: 9% 0 5%;
}
.productInfo {
	position: absolute;
	bottom: -75px;
	left: 10px;
	z-index: 9;
	line-height: 1;
	padding: 60px 10px;
	background: url(../img/heksagon.png) center center no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.productInfo p {
	margin: 0;
}
.productInfo strong {
	display: block;
	font-size: 26px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.productInfo .bigger {
	display: block;
	font-size: 68px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mod_productDetails .top {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 40px 0;
	text-align: center;
}
.mod_productDetails .top .item {
	width: 100%;
	max-width: 200px;
	padding: 48px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/curve_3_yellow.png) center 0 no-repeat;
}
.mod_productDetails .top .item:nth-child(2) {
	background-image: url(../img/curve_4_yellow.png);
}
.mod_productDetails .top .item span {
	display: block;
	margin: 0 0 8px;
}
.mod_productDetails .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 0;
	border-top: 1px solid #bdbdbd;
}
.mod_productDetails .bottom .item {
	width: 48%;
}
.mod_productDetails .bottom .item:nth-child(2) {
	text-align: right;
}
.mod_productDetails .bottom .button {
	margin-left: 30px;
}

.mod_points {
	display: flex;
	justify-content: space-around;
}
.mod_points .point {
	padding: 50px 10px 0;
	box-sizing: border-box;
	background: url(../img/check_orange.png) center 25px no-repeat;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_points .point .like_h3 {
	display: block;
}

.mod_circles {
	padding-bottom: 40px;
	text-align: center;
}
.mod_circles a {
	text-decoration: none;
}
.mod_circles .circles {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_circles .circles .circle {
	width: 19%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.mod_circles .circles .circle .image {
	position: relative;
	display: inline-block;
}
.mod_circles .circles .circle .image:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	background: center center/contain no-repeat;
}
.mod_circles .circles .circle_1 .image:after {
	background-image: url(../img/circle_1.png);
	width: 40.4%;
	height: 65.15%;
	top: 0;
	left: -5.56%;
}
.mod_circles .circles .circle_2 .image:after {
	background-image: url(../img/circle_2.png);
	width: 28.28%;
	height: 73.23%;
	bottom: 4.55%;
	right: -5.05%;
}
.mod_circles .circles .circle_3 .image:after {
	background-image: url(../img/circle_3.png);
	width: 87.88%;
	height: 83.84%;
	bottom: -6.57%;
	left: -6.06%;
}
.mod_circles .circles .circle_4 .image:after {
	background-image: url(../img/circle_4.png);
	width: 77.27%;
	height: 59.09%;
	top: -3.03%;
	left: -4.04%;
}
.mod_circles .circles .circle_5 .image:after {
	background-image: url(../img/circle_5.png);
	width: 64.14%;
	height: 92.93%;
	bottom: -6.57%;
	right: -5.05%;
}
.mod_circles .circles .circle .image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 50%;
}
.mod_circles .circles .circle .image .mask {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(200, 27, 88, 0.7);
	text-indent: 0;
	border-radius: 50%;
}
.mod_circles .circles .circle .image:hover .mask {
	display: block;
}
.mod_circles .circles .circle .image .mask span {
	position: relative;
	top: 45%;
	z-index: 2;
	margin: 0 auto;
	padding: 5px 28px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 4px;
}
.mod_circles .motto {
	margin: 20px 0;
	line-height: 1;
	font-size: 50px;
}
.mod_circles .motto strong {
	display: block;
}

.ce_text.in_poland figure {
	max-width: 55%;
	margin-bottom: 0;
}
.ce_text.in_poland p {
	max-width: 375px;
	overflow: hidden;
}
.ce_text.in_poland p:nth-child(2) {
	padding-top: 4%;
}

.ce_text.tradition div {
	float: left;
	width: 37%;
	margin-right: 8%;
}

.mod_numbers {
	float: left;
	width: 70%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_numbers .number {
	width: 40%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_numbers .number .inner {
	max-width: 240px;
	padding: 10px;
	margin: 0 auto;
}
.mod_numbers .number .inner .like_h3 {
	display: block;
	margin: 0;
}
.fitch_ratings {
	float: right;
	width: 17%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.numbers_dwnld {
	clear: left;
	font-size: 22px;
	font-weight: 300;
}
.numbers_dwnld a.dwnld {
	padding-top: 0;
	padding-bottom: 0;
}

.mod_benefits {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.mod_benefits .benefit {
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_benefits .benefit span {
	display: block;
}

.mod_diagram {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin: 20px 0;
	text-align: center;
}
.mod_diagram .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 245px;
	border: 1px solid #c30e4d;
	border-radius: 50%;
	background: #f5f5f5;
	flex-shrink: 2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_diagram .item .inner {
	padding: 10px;
}
.mod_diagram .item .inner h4 {
	margin: 0;
}
.mod_diagram .item .inner p {
	margin: 5px 0;
	line-height: 1;
}
.mod_diagram .break {
	width: 120px;
	background: url(../img/diagram_break.png) center center no-repeat;
	background-size: contain;
	flex-shrink: 3;
}

.info {
	font-family: Arial, sans-serif;
}
#footer .info {
	margin: 0;
	font-size: 12px;
	color: #b3a6aa;
}
#main .info {
	display: block;
	width: 76px;
	height: 64px;
	padding: 18px 18px 0 8px;
	box-sizing: border-box;
	background: url(../img/curve_2_magenta.png) center center no-repeat;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#main .info .day {
	display: inline-block;
	min-width: 31px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.layout_short {
	padding: 24px 0;
	border-bottom: 1px solid #f0eced;
}
.layout_short.last {
	border: none;
}
.layout_short h6 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.mod_newsarchive {
	padding-top: 20px;
}
.load_tool {
	text-align: center;
}
.loading_box {
	display: none;
	padding-bottom: 50px;
}
.loading_box img {
	margin: 10px auto;
}
.layout_latest {
	width: 32.33%;
	height: 511px;
	margin-bottom: 40px;
	padding-bottom: 50px;
	box-sizing: border-box;
	border-radius: 5px;
	background-size: cover;
	overflow: visible;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.layout_latest:hover {
	background-color: #f5f5f5;
}
.layout_latest.grey {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.layout_latest.image {
	position: relative;
	padding: 223px 0 0;
	margin-bottom: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.layout_latest .mask {
	background: rgba(0, 0, 0, 0.3);
}
.layout_latest.grey .mask {
	background: rgba(128, 128, 128, 0.5);
}
.layout_latest .info {
	position: relative;
	z-index: 2;
	margin: -21px 0 4px 14px;
}
.layout_latest.image .info {
	margin: 0 0 4px -2px;
}
.layout_latest .desc {
	position: relative;
	z-index: 2;
	padding: 0 24px;
}
.layout_latest.image .desc {
	padding: 10px 10px 40px 80px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 100%;
}
.layout_latest.image.pink .desc {
	background-image: url(../img/apla_pink.png);
}
.layout_latest.image.purple .desc {
	background-image: url(../img/apla_purple.png);
}
.layout_latest.image.blue .desc {
	background-image: url(../img/apla_blue.png);
}
.layout_latest.image.turquoise .desc {
	background-image: url(../img/apla_turquoise.png);
}
.layout_latest.image.green .desc {
	background-image: url(../img/apla_green.png);
}
.layout_latest.image.orange .desc {
	background-image: url(../img/apla_orange.png);
}
.layout_latest.image.grey .desc {
	background-image: url(../img/apla_grey.png);
}
.layout_latest h2,
.layout_latest h4 {
	margin: 0;
}
.layout_latest.image h4 {
	padding: 0 0 20px 6px;
}
.layout_latest.image h4,
.layout_latest.image h4 a {
	color: #fff;
	font-weight: bold;
}
.layout_latest .link_button {
	margin: 0;
}
.layout_latest .link_button a {
	min-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.gutter_sizer {
	width: 1.5%;
}

nav .layout_latest.image {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	float: left;
	width: 31.66%;
	min-height: 480px;
	padding-top: 0;
	margin: 0 0 2.5% 2.5%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav .layout_latest.image:nth-child(3n + 1) {
	margin-left: 0;
	clear: both;
}
nav .layout_latest.image .productInfo {
	top: 20px;
	bottom: auto;
	left: 20px;
	padding: 35px 7px;
	font-size: 12px;
}
nav .layout_latest.image .productInfo strong {
	font-size: 16px;
}
nav .layout_latest.image .productInfo .bigger {
	font-size: 40px;
}
nav .layout_latest.image .desc {
	width: 100%;
	padding-top: 100px;
	color: #fff;
}
nav .layout_latest.image h4 {
	padding: 0;
	font-size: 30px;
}
nav .layout_latest.image p {
	margin-top: 5px;
}
nav .layout_latest.image .link_button {
	margin-top: 24px;
}

#main .mod_article.employees {
	margin-top: 60px;
	overflow: visible;
}
.mod_article.employees .mod_newslist {
	overflow: visible;
}
.employee_slider {
	position: relative;
	margin-top: -130px;
}
.employee_slider .slider-control {
	top: 65%;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
}
.employee_slider .slider-control .slider-prev,
.employee_slider .slider-control .slider-next {
	width: 50px;
	height: 50px;
	background-image: url(../img/slider_arrow_prev_simple.png);
	background-position: 0 center;
}
.employee_slider .slider-control .slider-next {
	background-image: url(../img/slider_arrow_next_simple.png);
	background-position: right center;
}
.layout_employee {
	text-align: center;
}
.layout_employee .inner {
	padding: 0 23%;
}
.layout_employee figure {
	max-width: 100%;
}
.layout_employee figure img {
	vertical-align: top;
}
.layout_employee h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.mod_article.jobs .wrapper {
	display: flex;
	justify-content: space-between;
}
.mod_article.jobs .ce_text {
	display: flex;
	flex-shrink: 0;
	width: 270px;
	margin-right: 30px;
}
.mod_article.jobs .ce_text .content_bg_image {
	position: relative;
	padding-bottom: 200px;
	border-radius: 4px;
	background-size: cover;
	background-position: center center;
}
.mod_article.jobs .ce_text .content_bg_image .wrapper {
	display: block;
	padding: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_article.jobs .ce_text .content_bg_image p {
	margin: 0;
}
.mod_article.jobs .ce_text .content_bg_image .posBottom {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mod_article.jobs .ce_text .content_bg_image .buttonYellow a {
	margin-top: 20px;
}
.mod_article.jobs .mod_newslist {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.layout_short.job {
	padding: 0 3.5%;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}
.layout_short.job.last {
	margin-bottom: 0;
}
.layout_short.job h4 {
	margin-bottom: 0;
}
.layout_short.job .desc {
	display: flex;
	align-items: center;
}
.layout_short.job .desc .ce_text {
	display: block;
	width: auto;
	margin: 0;
	flex-shrink: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.layout_short.job .desc .button {
	margin-left: 40px;
}

.mod_article.halfWidth .ce_text {
	margin-left: 60%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ce_dlh_googlemaps_item_list {
	float: left;
	width: calc(50% - 6px);
	margin-top: 0;
	padding-right: 50px;
	box-sizing: border-box;
}
.ce_dlh_googlemaps_item_list .input_outer {
	position: relative;
	padding: 0 0 15px 0;
}
.ce_dlh_googlemaps_item_list input.googlemaps_item_search_input {
	padding-right: 63px;
	border-color: #cb3566;
	background: url(../img/magnifier.png) #fff calc(100% - 18px) center no-repeat;
	background-size: auto 60%;
}
.ce_dlh_googlemaps_item_list input.submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 63px;
	min-width: 0;
	padding: 0;
	background: none;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.ce_dlh_googlemaps_item_list .item_list {
	max-height: 410px;
	padding-right: 30px;
	overflow-y: scroll;
}
.ce_dlh_googlemaps_item_list .item_list .item {
	border-bottom: 1px solid #ccc;
}
.ce_dlh_googlemaps_item_list .item_list .item:last-child {
	border-bottom: none;
}
.ce_dlh_googlemaps_item_list .item_list .item a {
	text-decoration: none;
	color: #333;
}

.ce_dlh_googlemaps.offices_map {
	float: right;
	width: 50%;
	border: 3px solid #fff; /*margin-left:2.5%;overflow:hidden;-webkit-transition:all .3s;transition:all .3s;*/
}
.ce_dlh_googlemaps.offices_list .map_item {
	display: none;
}
.ce_dlh_googlemaps.offices_list .formbody label.select {
	margin: 0;
}
.ce_dlh_googlemaps.offices_list .item_list .item {
	padding: 8px 0;
}
.ce_dlh_googlemaps.offices_list .item_list .item h6,
.ce_dlh_googlemaps.offices_list .item_list .item p {
	margin: 8px 0;
}

.contact_form {
	float: right;
	width: 63%;
	margin-left: 2.5%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*footer*/

#footer .top {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 70px;
	border-top: 1px solid #c20e4b;
}
#footer .top > div {
	position: relative;
	width: 16%;
	padding: 70px 0 40px;
	background-position: 0 50px;
	background-repeat: no-repeat;
}
#footer .top .news {
	background-image: url(../img/ico_footer_news.png);
	width: 30%;
}
#footer .top .financials {
	background-image: url(../img/ico_footer_financials.png);
}
#footer .top .forms {
	background-image: url(../img/ico_footer_forms.png);
}
#footer .top .locations {
	background-image: url(../img/ico_footer_locations.png);
}
#footer .top .contact {
	background-image: url(../img/ico_footer_contact.png);
}
#footer .top .link_button {
	position: absolute;
	bottom: 10px;
	margin: 0;
}
#footer .top .mod_newslist .layout_short h6 {
	font-size: 16px;
}
#footer .bottom {
	padding: 25px 0 32px;
	border-top: 1px solid #efecee;
	color: #b3a6aa;
	font-size: 11px;
}
#footer .bottom a {
	text-decoration: none;
}
#footer .bottom .copyright img {
	display: inline;
	vertical-align: middle;
}
#footer .bottom .migomedia span:hover a {
	color: #cb3566;
}
#footer .bottom .links {
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
}
#footer .bottom .links a {
	display: inline-block;
	margin: 0 20px;
	color: #b3a6aa;
}
#footer .bottom .links a:first-child {
	margin-left: 0;
}
#footer .bottom .links a:last-child {
	margin-right: 0;
}
#footer .bottom .links a:hover {
	color: #cb3566;
}

#colorbox button {
	min-width: 0;
} /* repeair COLORBOX */
#cboxOverlay {
	background: #c81b58 !important;
}
#colorbox #cboxCurrent {
	display: none !important;
}
#cboxLoadedContent {
	border-color: #c81b58 !important;
}

/**********************************  RWD  *************************************/
@media screen and (max-width: 1365px) {
}

@media screen and (max-width: 1189px) {
	#header .logo {
		margin-right: 7%;
	}

	.page_header .short_desc {
		margin-left: 50%;
	}

	.slider-wrapper .content_txt {
		padding-right: 15px;
	}

	.ce_dlh_googlemaps_item_list {
		padding-right: 30px;
	}
}

@media screen and (max-width: 979px) {
	td,
	th {
		padding: 10px 15px;
	}
	tr:first-child th {
		font-size: 20px;
	}

	.link_button a,
	a.link_button {
		min-width: 0;
	}
	.layout_latest {
		width: 48.75%;
	}
	nav .layout_latest.image {
		width: 48.75%;
	}
	nav .layout_latest.image:nth-child(3n + 1) {
		margin-left: 2.5%;
		clear: none;
	}
	nav .layout_latest.image:nth-child(2n + 1) {
		margin-left: 0;
		clear: both;
	}
	.gutter_sizer {
		width: 2.5%;
	}

	.formbody > div.col_one {
		width: 60%;
	}
	.formbody > div.widget-radio {
		width: 100%;
	}
	.formbody > div.floatLeft {
		clear: left;
		margin-left: 0;
	}
	.formbody > div.floatRight textarea {
		height: 323px;
	}

	.productInfo {
		bottom: -35px;
	}

	#header .logo {
		margin-right: 1%;
	}
	.menumain {
		font-size: 16px;
	}
	/*.menumain.side{max-width:33%;}*/
	.menumain.side ul {
		justify-content: space-around;
		padding-left: 2%;
	}

	.menusub .like_h2 {
		font-size: 40px;
	}

	.mod_diagram .item {
		height: 218px;
	}

	.mod_numbers {
		width: 78%;
	}

	#footer .top {
		flex-wrap: wrap;
	}
	#footer .top > div {
		width: 32%;
	}
	#footer .top .news {
		width: 50%;
	}
	#footer .top .financials {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.bigger {
		display: inline;
	}
	td,
	th {
		padding: 10px 6px;
	}
	tr:first-child th {
		font-size: 18px;
	}

	span.button,
	.buttonNormal a,
	.buttonBig a,
	.buttonYellow a,
	.buttonYellowBig a {
		margin-bottom: 2px;
	}

	.mod_article.displayFlex .wrapper {
		display: block;
	}
	.mod_article.displayFlex .wrapper > * {
		margin-left: 0;
		margin-right: 0;
	}

	.page_header .short_desc {
		margin-left: 0;
		text-align: center;
	}
	.productInfo {
		font-size: 12px;
	}
	.productInfo strong {
		font-size: 20px;
	}
	.productInfo .bigger {
		font-size: 40px;
	}

	#header .mod_navigation.menumain {
		display: none;
	}
	#header .logo {
		max-width: 24%;
	}

	.menumain.side {
		max-width: 100%;
		margin-right: 58px;
	}
	.menumain.side ul {
		padding-left: 0;
		border-right: solid #705b62;
		border-width: 0 1px 0 0;
	}
	.slicknav_menu {
		display: block;
	}

	.mod_circles .circles {
		flex-wrap: wrap;
	}
	.mod_circles .circles .circle {
		width: 31%;
	}

	.mod_numbers {
		width: 76%;
	}
	.mod_numbers .number {
		width: 49%;
	}
	.fitch_ratings {
		width: 20%;
	}

	.contact_form {
		float: none;
		width: 100%;
		margin: 0;
	}

	.ce_dlh_googlemaps {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.ce_dlh_googlemaps_item_list {
		float: none;
		padding: 0 10px;
	}
	.ce_dlh_googlemaps_item_list .item_list {
		max-height: 200px;
	}
	.ce_dlh_googlemaps.offices_map {
		float: none;
		width: calc(100% - 14px);
		margin: 0 auto !important;
	}

	.slider-wrapper .content_txt p {
		margin: 12px 0;
	}
	.slider-wrapper h1,
	.slider-wrapper .like_h1 {
		font-size: 50px;
	}
	.slider-wrapper h2,
	.slider-wrapper .like_h2 {
		font-size: 32px;
	}
	.slider-wrapper h3,
	.slider-wrapper .like_h3 {
		font-size: 26px;
	}
	.slider-wrapper h4,
	.slider-wrapper .like_h4 {
		font-size: 20px;
	}
	.slider-wrapper h5,
	.slider-wrapper .like_h5 {
		font-size: 20px;
	}
	.slider-wrapper h6,
	.slider-wrapper .like_h6 {
		font-size: 15px;
	}
	.slider-control {
		width: 100%;
		left: 0;
		bottom: 30px;
	}

	.ce_text.in_poland p {
		max-width: 100%;
		overflow: visible;
	}

	.mod_diagram .item {
		width: 190px;
		height: 165px;
	}

	.mod_article.halfWidth .ce_text {
		margin-left: 53%;
	}

	.mod_benefits {
		flex-wrap: wrap;
	}
	.mod_benefits .benefit {
		width: 25%;
	}

	.mod_article.jobs .ce_text {
		width: 210px;
		margin-right: 20px;
	}
	.mod_article.jobs .ce_text .content_bg_image .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mod_article.jobs .ce_text .content_bg_image .posBottom {
		left: 15px;
		right: 15px;
	}
	.layout_short.job .desc {
		display: block;
	}
	.layout_short.job .desc p.more {
		margin-top: 0;
	}

	.mod_points {
		flex-wrap: wrap;
	}
	.mod_points .point {
		width: 49%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.page_not_found .mod_article.displayFlex .wrapper {
		display: flex;
		justify-content: space-around;
	}
	.page_not_found .mod_article.displayFlex .wrapper > div:nth-child(2) {
		width: 100%;
	}

	#footer .bottom {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	#footer .bottom .copyright {
		order: 2;
		float: none;
		width: 100%;
	}
	#footer .bottom .migomedia {
		order: 3;
		float: none;
		width: 100%;
	}
	#footer .bottom .links {
		order: 1;
		width: 100%;
		line-height: 1.5;
		padding-bottom: 16px;
	}
  #cookiewarning .l-wrapper {
    flex-wrap: wrap;
  }
  #cookiewarning .l-wrapper .c-cookiewarning__text{
    width: 100%;
  }
  #cookiewarning .l-wrapper .c-cookiewarning__action{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #cookiewarning .l-wrapper .c-cookiewarning__action a{
    order: 3;
  }
}

@media screen and (max-width: 479px) {
	figure,
	.ce_text.in_poland figure {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	figure.float_left {
		margin-right: 0;
	}
	figure.float_right {
		margin-left: 0;
	}

	.wrapper {
		min-width: 320px;
	}
	.wrapper .wrapper {
		min-width: 0;
	}
	.layout_latest {
		width: 100%;
	}
	nav .layout_latest.image {
		width: 100%;
	}
	nav .layout_latest.image {
		margin-left: 0;
		clear: both;
	}
	.gutter_sizer {
		width: 0;
	}

	.page_header .wrapper {
		text-align: center;
	}
	.productInfo {
		position: static;
		display: inline-block;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

	#header .logo {
		max-width: 100%;
	}
	.menumain.side {
		width: 100%;
		margin-right: 0;
	}
	.menumain.side ul {
		border: none;
	}

	.mod_circles .circles .circle {
		width: 48%;
	}

	.ce_text.tradition div {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.mod_diagram .item {
		height: 100px;
	}
	.mod_diagram .item h4 {
		font-size: 18px;
	}

	.mod_numbers {
		float: none;
		width: 100%;
	}
	.mod_numbers .number {
		width: 49%;
	}
	.fitch_ratings {
		float: none;
		width: 100%;
		text-align: center;
	}

	.mod_article.halfWidth .ce_text {
		margin-left: 0;
		text-align: center;
	}

	.mod_benefits .benefit {
		width: 45%;
	}

	.mod_article.jobs .wrapper {
		display: block;
	}
	.mod_article.jobs .ce_text {
		width: 100%;
		margin-right: 0;
	}
	.mod_article.jobs .ce_text .content_bg_image {
		width: 100%;
		margin-bottom: 20px;
	}

	.mod_productDetails .top {
		display: block;
		text-align: center;
	}
	.mod_productDetails .top .item {
		max-width: 100%;
	}

	.mod_points .point {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.mod_search .widget-text {
		width: 80%;
	}
	.mod_search .widget-submit {
		width: 20%;
	}

	.page_not_found .mod_article.displayFlex .wrapper > * {
		width: 100%;
	}

	#footer .top {
		padding-bottom: 0;
	}
	#footer .top > div {
		width: 48%;
		order: 2;
	}
	#footer .top .news {
		width: 100%;
		order: 1;
	}
	#footer .top .financials {
		width: 48%;
		order: 3;
	}
	#footer .top .contact {
		order: 4;
	}
}

/********************************  PRINT  *************************************/
@media print {
	#header,
	#left,
	#footer,
	#cookiewarning,
	figure,
	figcaption,
	.slick-slider,
	.ce_sliderStart {
		display: none !important;
	}
	#main {
		width: 100%;
		margin: 0;
	}
	.whiteFont,
	.white,
	.whiteFont *,
	.white * {
		color: #000000 !important;
	}
}

/******************************** QUICK CONTACT FORM **********************************/
.quick-form-container-0 {
	width: auto;
	height: auto;
	background-color: #f7941d;
	border-radius: 0 8px 8px 0;
	position: fixed;
	/*bottom: 25px;*/
	top: 35%;
	left: -10px;
	padding: 15px 15px 15px 25px;
	font-family: 'Calibri', Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	z-index: 2000000001;
	cursor: pointer;
	transition: 0.2s;
}

.quick-form-container-0.open {
	left: -100px;
}

.quick-form-container-0:hover {
	left: 0;
}

.quick-form-container .text-container svg {
	height: 30px;
	fill: #c30e4d;
	float: left;
	margin-right: 5px;
}

.quick-form-container-0 .text-container svg {
	height: 30px;
	fill: white;
	float: left;
	margin-right: 5px;
}

.quick-form-container,
.quick-form-container-message {
	width: 260px;
	height: auto;
	background-color: #eeeeee;
	border-radius: 0 8px 8px 0;
	position: fixed;
	/*bottom: 25px;*/
	top: 35%;
	left: -300px;
	padding: 20px 15px;
	font-family: 'Calibri', Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	display: none;
	transition: 0.5s;
	z-index: 2000000002;
}

.quick-form-container.open,
.quick-form-container-message.open {
	left: 0;
	display: block;
}

.quick-form-container .text-container h3,
.quick-form-container-message .text-container h3 {
	margin: 0;
	color: #c30e4d;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.quick-form-container .text-container p,
.quick-form-container-message .text-container p {
	color: #333333;
}

.quick-form-container form {
	margin: 0;
}

.quick-form-container form input,
.quick-form-container form div.submit {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #c30e4d;
	border-radius: 5px;
	font-size: 16px;
}

.quick-form-container form input::placeholder {
	color: #666f72;
}

.quick-form-container form div.submit {
	position: relative;
	height: auto;
	line-height: normal;
	padding: 7px 22px;
	background: #c81b58;
	color: #fefefe;
	font-weight: bold;
	font-size: 18px;
	border-color: #c30e4d;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	cursor: pointer;
}

.quick-form-container .quick-form-error {
	margin: -5px 0 5px 0;
	color: red;
	display: none;
}

.quick-form-container .quick-form-error.open {
	display: block;
}

.quick-form-container form div.submit.loading {
	pointer-events: none;
}

.quick-form-container form div.submit.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}

.quick-form-container form div.submit.loading:after {
	content: '';
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 0.2em solid #fff;
	border-left-color: #c81b58;
	border-right-color: #c81b58;
	animation: 1s btn-loading infinite ease-in-out;
	z-index: 101;
}

@keyframes btn-loading {
	0% {
		transform: translate(-50%, -50%) rotate(-180deg);
	}
	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-180deg);
	}
}

.mod_article .slider-wrapper {
	display: flex;
}

.mod_article .slider-wrapper .block {
	display: flex;
	flex-direction: column;
	height: auto;
}

.mod_article .slider-wrapper .content_outer,
.mod_article .slider-wrapper .content_inner,
.mod_article .slider-wrapper .content_inner .wrapper {
	height: 100%;
}
.mod_article .slider-wrapper .content_inner .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.productInfo {
	/* background-color: #f7941d; */
	border-radius: 100%;
	border-radius: 100%;
	background-image: none;
	background-image: url(/layout/prevoir/img/circle_produkty.png);
}
.news-box {
	background-color: #74a7d3;
	color: white;
	position: relative;
	font-family: Calibri, Arial, sans-serif;
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.strona_glowna #main .inside > .mod_article.block:not(.bgImage):not(.first) {
	padding: 0 0;
}

.strona_glowna #main .inside > .mod_article.block:not(.bgImage):not(.first) > .wrapper {
	padding: 0;
	max-width: 100%;
}

#main .mod_article.news-box {
	padding: 50px 0;
}

.news-box::before {
	content: '';
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/files/prevoir/Grafiki\ i\ zdjecia/article_white2.png');
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}

.news-box .wrapper {
	display: flex;
	z-index: 9;
	position: relative;
}

.news-box__title {
	font-size: 60px;
	margin-bottom: 0;
}

.news-box__subtitle {
	font-size: 30px;
	margin-top: 0;
	font-weight: bold;
}

.news-box__paragraph {
	font-size: 20px;
}

.news-box__button-wrapper {
	padding: 24px 0 24px 60px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-left: auto;
}

.news-box__button-wrapper .buttonBig {
	width: fit-content;
	white-space: nowrap;
}

.news-box__button-wrapper .buttonBig a {
	font-size: 26px;
}

.news-box--right .news-box__text {
	order: 2;
	text-align: right;
	margin-left: auto;
}

.news-box--right .news-box__button-wrapper {
	order: 1;
	padding: 24px 60px 24px 0px;
	margin-left: 0;
}

.news-box--center .wrapper {
	flex-direction: column;
	text-align: center;
}

.news-box--center .news-box__button-wrapper {
	padding: 20px 20px 0;
	margin-left: 0;
	margin-right: 0;
}
.news-box--layer::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

@media (max-width: 768px) {
	.news-box__title {
		font-size: 50px;
	}

	.news-box__subtitle {
		font-size: 28px;
	}

	.news-box .wrapper {
		flex-wrap: wrap;
	}

	.news-box .news-box__button-wrapper {
		padding-left: 0;
		margin-right: auto;
		margin-left: 0;
	}

	.news-box--right .news-box__text {
		order: 1;
	}

	.news-box--right .news-box__button-wrapper {
		order: 2;
		text-align: right;
		margin-left: auto;
		padding-right: 0;
		margin-right: 0;
	}

	.news-box--center .news-box__button-wrapper {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
	}
}

@media (max-width: 499px) {
	.news-box__title {
		font-size: 45px;
	}
}

