/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;

	padding: 0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gora, #gora div {
   -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}
@media(min-width: 769px){
  #horizontalTab {
    max-height: 440px;
    overflow: hidden;
  }
}




*:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
body {
    animation: fake 1s infinite;
}

/*
MW Grid System 2016
*/
.container-table {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	display: table;
	box-sizing: content-box;

}
.container {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: content-box;
}

.row {
	float: left;
	width:100%;
	/*
	*/
	margin: 0 0;
}
.btn.flew.cen {
	background-color: #c69869;
	margin-top: 10px;
}

@media only screen and (max-width: 480px) {
	.ws_hide {
		display: none !important;
	}
}
@media only screen and (min-width: 481px) {
	.sz_hide {
		display: none !important;
	}
}



@media only screen and (max-width: 640px) {
	.xs_hide {
		display: none !important;
	}
	.container, .container-table {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
	.xs_1z3, .xs_2z3, .xs_1z2, .xs_1 {
		position: relative;
		display: inline;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.xs_1z3 {
		width: calc(33.33333% - 10px);
	}
	.xs_2z3 {
		width: calc(66.66666% - 10px);
	}
	.xs_1z2 {
		width: calc(50% - 10px);
	}
	.xs_1 {
		width: calc(100% - 10px);
	}
	.xs_cen {
		text-align: center;
	}
	.xs_pra {
		text-align: right;
	}
	.xs_lew {
		text-align: left;
	}
	.xs_w100 {
		width: 100%;
	}
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
	.sm_hide {
		display: none !important;
	}
	.container, .container-table {
		width: 100%;
		/*
		min-width: 641px;
		*/
		max-width: 960px;
		margin: 0 auto;
	}
	.sm_1z4, .sm_2z4, .sm_3z4, .sm_1z3, .sm_2z3, .sm_1z2, .sm_1 {
		position: relative;
		display: inline;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.sm_1z5 {
		width: calc(20% - 10px);
	}
	.sm_2z5 {
		width: calc(40% - 10px);
	}
	.sm_3z5 {
		width: calc(60% - 10px);
	}
	.sm_4z5 {
		width: calc(80% - 10px);
	}
	.sm_1z4 {
		width: calc(25% - 10px);
	}
	.sm_2z4 {
		width: calc(50% - 10px);
	}
	.sm_3z4 {
		width: calc(75% - 10px);
	}
	.sm_1z3 {
		width: calc(33.33333% - 10px);
	}
	.sm_2z3 {
		width: calc(66.66666% - 10px);
	}
	.sm_1z2 {
		width: calc(50% - 10px);
	}
	.sm_1 {
		width: calc(100% - 10px);
	}
	.sm_cen {
		text-align: center;
	}
	.sm_pra {
		text-align: right;
	}
	.sm_lew {
		text-align: left;
	}
	.sm_w75 {
		width: 75%;
	}
	.sm_w100 {
		width: 100%;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.md_hide {
		display: none !important;
	}
	.container, .container-table {
		width: 100%;
		max-width: 1199px;
		margin: 0 auto;
	}
	.md_1z5, .md_2z5, .md_3z5, .md_4z5, .md_1z4, .md_2z4, .md_3z4, .md_1z3, .md_2z3, .md_1z2, .md_1 {
		position: relative;
		display: inline;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.md_1z5 {
		width: calc(20% - 10px);
	}
	.md_2z5 {
		width: calc(40% - 10px);
	}
	.sm_3z5 {
		width: calc(60% - 10px);
	}
	.md_4z5 {
		width: calc(80% - 10px);
	}
	.md_1z4 {
		width: calc(25% - 10px);
	}
	.md_2z4 {
		width: calc(50% - 10px);
	}
	.md_3z4 {
		width: calc(75% - 10px);
	}
	.md_1z3 {
		width: calc(33.33333% - 10px);
	}
	.md_2z3 {
		width: calc(66.66666% - 10px);
	}
	.md_1z2 {
		width: calc(50% - 10px);
	}
	.md_1 {
		width: calc(100% - 10px);
	}
	.md_cen {
		text-align: center;
	}
	.md_pra {
		text-align: right;
	}
	.md_lew {
		text-align: left;
	}
	.md_w75 {
		width: 75%;
	}

}
@media only screen and (min-width: 1200px) /* and (max-width: 1619px) */ {
	.lg_hide {
		display: none !important;
	}
	.container, .container-table {

		width: 1200px;
		min-width: 1200px;
		max-width: 1200px !important; /* 1620 */
		margin: 0 auto
	}
	.lg_1z5, .lg_2z5, .lg_3z5, .lg_4z5, .lg_1z4, .lg_2z4, .lg_3z4, .lg_1z3, .lg_2z3, .lg_1z2, .lg_1 {
		position: relative;
		display: inline;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.lg_1z5 {
		width: calc(20% - 10px);
	}
	.lg_2z5 {
		width: calc(40% - 10px);
	}
	.lg_3z5 {
		width: calc(60% - 10px);
	}
	.lg_4z5 {
		width: calc(80% - 10px);
	}
	.lg_1z4 {
		width: calc(25% - 10px);
	}
	.lg_2z4 {
		width: calc(50% - 10px);
	}
	.lg_3z4 {
		width: calc(75% - 10px);
	}
	.lg_1z3 {
		width: calc(33.33333% - 10px);
	}
	.lg_2z3 {
		width: calc(66.66666% - 10px);
	}
	.lg_1z2 {
		width: calc(50% - 10px);
	}
	.lg_pol {
		width: calc(50% - 10px);
	}
	.lg_1 {
		width: calc(100% - 10px);
	}
	.lg_cen {
		text-align: center;
	}
	.lg_pra {
		text-align: right;
	}
	.lg_lew {
		text-align: left;
	}
	.lg_w75 {
		width: 75%;
	}
}

/* CURRENCY PICKER */
#currency-picker {
  position: relative;
  cursor: pointer;
  margin-right: 13px;
}
#nadmenu #currency-picker2 {
  position: relative;
}
#nadmenu #currency-picker2 .currency-menu {
  position: absolute;
  left: -11px;
  top: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dcbfa1;
  border-right: 1px solid #dcbfa1;
  border-bottom: 1px solid #dcbfa1;
}
#nadmenu #currency-picker2 .currency-menu li {
  display: block;
  margin-left: 0;
}
#nadmenu #currency-picker2 .currency-menu {
  display: none;
}
#nadmenu #currency-picker2 .currency-menu.active {
  display: block;
}
#currency-picker ul {
  position: absolute;
  top: 105%;
  right: -15px;
  border-left: 1px solid #dcbfa1;
  border-right: 1px solid #dcbfa1;
  border-bottom: 1px solid #dcbfa1;
  background-color: #fff;
  display: none;
}
#currency-picker ul.active {
  display: block;
}
#currency-picker ul li {
  display: block;
  padding-left: 14px;
  padding-right: 14px;

}
#currency-picker ul li a {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
#currency-picker ul li:hover {
  background-color: #f6f6f6;
}
.fpra li,
.fpra li a {
  color: #797979 !important;
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: #fff;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 216px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: rgba(255, 255, 255, 0.7);
	position: relative;
}

.jspDrag
{
	background: #cacaca;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}






img {
  max-width: 100%;
  height: auto;
  display: block;
}


.lew {
	text-align: left;
}
.cen {
	text-align: center;
}
.pra {
	text-align: right;
}

.flew {
	float: left;
}
.fpra {
	float: right;
}
.fpra .fpra.cen {
	margin-top: 10px;
}
.fcen {
	margin: 0 right-floated-width 0 left-floated-width;
}
.hide {
	display: none;
}



body {
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	color: #444;
	overflow-y: auto;

	/*
	overflow-x: hidden;
	*/
}
body.lmenu-opened {
	/*
	position: fixed;
	height: 100vh;
	height: 100%;
	position: fixed;
	*/

	/*
	overflow: hidden;
	*/
}

#bg {
	position: fixed;
	display: none;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(255,255,255,.8);
	z-index: 10;
}


a {
	text-decoration: none;
	/*
	color: #dcbfa1;
	*/
	color: #bc8f71;
}
a:hover {
	color: #dcbfa1;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}


@media only screen and (max-width: 640px) {

}
@media only screen and (min-width: 641px) and (max-width: 959px) {

}
@media only screen and (min-width: 960px) and (max-width: 1199px) {

}
@media only screen and (min-width: 1200px) /* and (max-width: 1619px) */ {

}


#gora {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 40;
	background: #fff;
}
header {
	background: #fff;
	border-bottom: 1px solid #dcbfa1;
}


#szukajka {
	height: 50px;
	line-height: 50px;
	display: none;
	color: #000;
}
#szukajka a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	color: #000;
	text-align: center;
}
#szukajka a img {
	height: 20px;
	margin: 15px auto;
	position: relative;
}
#szukajka .fraza {
	width: calc(100% - 120px);
	border-bottom: 1px solid #888;
	margin: 10px 0;
	height: 30px;
	text-align: center;
}
#szukajka .fraza input {
	border: 0;
	font-size: 20px;
	width: 100%;
	float: left;
	font-weight: 100;
	color: #888;
	font-family: "Lato";
}

#nadmenu {
		text-align: center;
}
#znak {
	width: calc(100% - 120px);
	float: left;
	text-align: center;
	margin-left: (75px);
	line-height: 50px;
	height: 50px;
	/*
	margin: 0 calc(100% - 75px);
	*/
}
#znak img {
	height: 30px;
	margin: 10px auto;
}
#nadmenu ul {
	list-style-type: none;
	line-height: 50px;
	text-transform: uppercase;
	display: inline;
}
@media (max-width: 520px){
    #nadmenu .fpra {
        position: absolute;
        top: 0;
        right: 0;
    }
    #nadmenu ul.fpra li {
      margin-left: 0 !important;
    }
}
#nadmenu ul.fpra li {
	margin-left: 5px;
	/*
	border: 1px solid red;
	*/
	text-align: center;
}
#nadmenu ul.fpra li img {
	float: left;
	height: 20px;
	margin: 15px auto;
	position: relative;
}
#nadmenu ul.fpra li span {
	margin-left: 5px;
	display: none;
}
#nadmenu ul li {
	display: inline;
	float: left;
}
#nadmenu a {
	display: block;
	color: #000;
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
}
#nadmenu a#togglemenu, a.koszyk {
	min-width: 50px;
	overflow-y: hidden;
	height: 50px;
}
#nadmenu a:hover {
	background: #f8f8f8;
}
#logo img {
	height: 30px;
	margin: 10px 0;
}

#koszykmenu {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #dcbfa1;
	clear: both;
}
#koszykmenu ul {
	float: left;
	list-style-type: none;
	line-height: 48px;
	text-transform: uppercase;
	width: 100%;
}
#koszykmenu ul li {
	display: inline;
	float: left;
	width: 100%;
}
#koszykmenu a {
	display: block;
	float: left;
	color: #000;
	width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
}
#koszykmenu a:hover {
	border-left: 2px solid #dcbfa1;
	border-right: 2px solid #dcbfa1;
}
#koszykmenu a.akt {
}
@media only screen and (min-width:480px) {
	#koszykmenu {
		display: none;
	}
}

#menu ul {
	list-style-type: none;
	line-height: 48px;
	text-transform: uppercase;
}
#menu ul.flew li {
	margin-right: 5px;
}
#menu ul li {
	display: inline;
	float: left;
}
#menu ul.fpra li > ul li {
    display: inline-block;
}
#menu ul.fpra li > ul li .spacer {
    display: block;
    margin-top: 18px;
    margin-left: 0;
}
#menu ul li.logo {
	display: none;
}
.menu-fixed #menu ul li.logo {
	display: block;
}

#menu ul.flew li img, #menu ul.fpra li img {
	float: left;
	height: 20px;
	margin: 14px auto;
	position: relative;

}
#menu ul.fpra li span {
	margin-left: 5px;
	display: none;
}

#menu a {
	display: block;
	float: left;
	color: #000;
	padding: 0 6px;
	line-height: 48px;
	border-bottom: 2px solid #fff;
	position: relative;
}
#menu a:hover {
	border-bottom: 2px solid #dcbfa1;
}
#menu a.akt {
	border-bottom: 2px solid #dcbfa1;
}


@media only screen and (max-width:959px) {
	#menu .fpra {
		display: none;
	}
}
@media only screen and (min-width: 960px) {
	#nadmenu .fpra {
		display: none;
	}
}


.menu-fixed #gora {
	top: -60px;
}
/*
*/
#logo:hover {
	background: #fff !important;
}


#dol {
	margin-top: 66px;
}
@media only screen and (min-width: 960px) {
	#dol {
		margin-top: 110px;
	}
}


#lewemenu {
	display: none;
}
#lewemenu ul {
	margin: 10px -5px 20px -5px;
	padding-bottom: 10px;
	display: none;
	width: calc(100% + 10px);
	list-style-type: none;
	background: #fff;
	border-bottom: 1px solid #dcbfa1;
	display: block;
	text-transform: uppercase;
	clear: both;
}
#lewemenu ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
#lewemenu ul li a:hover {
	border-left: 3px solid #dcbfa1;
	border-right: 3px solid #dcbfa1;
	color: #dcbfa1;
	background: #fff;
}
#lewemenu ul li a.akt {
	border-left: 3px solid #dcbfa1;
	border-right: 3px solid #dcbfa1;
	color: #dcbfa1;
	background: #fff;
}



.podkategoriewtresci {
	float: left;
	width: 100%;
	clear: both;
}


.opis p {
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

.opis ul {
	line-height: 1.3em;
	margin: 0 0 10px 20px;
	list-style:lower-alpha !important;
}
.opis ol {
	line-height: 1.3em;
	margin: 0 0 10px 20px;
  list-style:decimal !important;
}
.opis ul li::before {
  content: '\2022';
	padding-right: 5px;
  color: #8c8c8c;/* or whatever color you prefer */
}
.opis strong {
	font-weight: bold;
}
.opis h2 {
	margin-top: 15px;
	margin-bottom: 20px;
}

.opis .grid-lista {
	margin: 0 0 30px 0;
}


@media only screen and (min-width: 960px) {
	#lewemenu {
		display: block;
		padding-top: 10px;
	}
	#lewemenu ul {
		border-bottom: none;
	}
	#lewemenu ul li a {
		text-align: left;
		border-right: none;
		padding-left: 6px;
	}
	#lewemenu ul li a:hover {
		border-right: none;
	}
	#lewemenu ul li a.akt {
		border-right: none;
	}

	#tresc {
		margin: 0 0 0 0;
		padding-left: 0px;
		background: #fff;
	}
	body.s_index #tresc {
		margin: 0px 0 0 0;
	}
	body.cart #tresc {
		padding-left: 0;
		float: left;
		width: 100%;
	}

	header {
		margin-top: 10px;
	}

}
@media only screen and (max-width: 959px) {
	body.index #tresc {
		margin: 0 0 0 5px;
	}
}


footer {
	float: left;
	border-top: 1px solid #dcbfa1;
	margin: 20px 0 0 0;
	background: #f8f8f8;
	padding: 10px 0 10px 0;
	font-size: 11px;
	display: block;
	clear: both;
}
@media only screen and (min-width: 960px) {
	footer {
		padding: 10px 10px 20px 10px !important;
	}
}
footer p {
	margin: 0 0 10px 0;
}
footer a {
	color: #b38d55;
}
footer a:hover {
	color: #000;
}


#slider {
	background: #fff;
	margin: 0 -5px 20px -5px;
}
@media only screen and (min-width: 960px) {
	#slider {
		margin: 0 0 20px 0;
	}
}


.flickity-viewport {
	transition: height 0.2s;
}

.main-carousel-zewn {
	padding-bottom: 20px;
	display: block;
	clear: both;
}
.main-carousel .carousel-cell {
	width: 100%;
}
.main-carousel {
	visibility: hidden;
	height: 0;
}
.main-carousel.flickity-enabled {
	visibility: visible;
	height: auto;
}

.grid-carousel {
	margin: 0 0 15px 0;
}
.grid-carousel .carousel-cell {
	width: calc(20% - 10px);
	margin: 0 5px 0 5px;
}
.grid-lista .carousel-cell {
	width: 50%;
}
.grid-carousel .carousel-cell {
	width: 50%;
}

@media only screen and (min-width: 640px) {
	.grid-lista .carousel-cell {
		width: 100%;
	}
	.grid-carousel .carousel-cell {
		width: 100%;
	}
}
@media only screen and (min-width: 720px) and (max-width: 1099px) {
	.grid-lista .carousel-cell {
		width: 33.33333%;
	}
	.grid-carousel .carousel-cell {
		width: 25%;
	}
}
@media only screen and (min-width: 1100px) {
	.grid-lista .carousel-cell {
		width: 25%;
	}
	.grid-carousel .carousel-cell {
		width: 20%;
	}
}


/* position dots up a bit */
.flickity-page-dots {
  bottom: -23px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 3px;
  width: 40px;
  margin: 0 2px;
  border-radius: 0;
  background: #d0d0d0;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #dcbfa1;
}





/* Tabs container */
.r-tabs {
	position: relative;
	/*
	background-color: #dcbfa1;
	border-top: 1px solid #dcbfa1;
	border-right: 1px solid #dcbfa1;
	border-left: 1px solid #dcbfa1;
	*/
	margin: 20px 0 20px 0;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	/*
	background-color: #dcbfa1;
	*/
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	/*
	color: #fff;
	border: 1px solid red;
	float: left;

	*/
	border-bottom: 2px solid #fff;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
	background-color: white;
	border-bottom: 2px solid #dcbfa1;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	/*
	*/
	border-top: 1px solid #dcbfa1;
	padding: 15px 0;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #dcbfa1;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	border-top: 1px solid #dcbfa1;

}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #dcbfa1;
	text-shadow: none;
	/*
	border-right: 1px solid #dcbfa1;
	border-left: 1px solid #dcbfa1;
	border-bottom: 1px solid white;
	*/
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}












.sposob {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 0 0;
	width: 100%;
}
.sposob-kafelek {
	border: 1px solid #ddd;
	float: left;
	margin: 5px;
	width: calc(33% - 10px);
	text-align: center;
	font-size: 13px;
	padding: 10px 5px 10px 5px;
}
.sposob-kafelek img {
	margin: 0 auto;
}

.sposob-kafelek.akt, .sposob-kafelek:hover {
	display: inline-block;
	border: 1px solid #DCBFA1;
}
	.pl .sposob-kafelek.akt,
	.pl .sposob-kafelek:hover {
		border: 1px solid #b38d55;
	}

.sposob input[type="radio"] {
	display: none;
}

.sposob input[type="radio"]:checked + label.sposob-kafelek {
	border: 1px solid #DCBFA1;
	background: #fff url("pic/sposob-checked.png") 100% 0 no-repeat;
}
	.pl .sposob input[type="radio"]:checked + label.sposob-kafelek {
		border: 1px solid #b38d55;
		background: #fff url("pic/sposob-checked-pl.png") 100% 0 no-repeat;
	}



.czek {
	width: 100%;
	margin: 0;
	float: left;
	padding: 0;
}
.czek-kafelek {
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 13px;
	padding: 6px 5px 6px 5px;
}
.czek-kafelek img {
	margin: 0 auto;
}
.czek-kafelek.akt,
.czek-kafelek:hover {
	display: inline-block;
	border: 1px solid #DCBFA1;
}
	.pl .czek-kafelek.akt,
	.pl .czek-kafelek:hover {
		border: 1px solid #DCBFA1;
	}
.czek-kafelek.blad {
	border: 1px solid red !important;
}
.czek input[type="radio"],
.czek input[type="checkbox"] {
	display: none;
}
.czek input[type="checkbox"] + label.czek-kafelek {
	border: 1px solid #DCBFA1;
	background: none;
	padding: 6px 5px 6px 30px;
}
	.pl .czek input[type="checkbox"] + label.czek-kafelek {
		border: 1px solid #dcbfa1;
	}

.czek input[type="radio"]:checked + label.czek-kafelek,
.czek input[type="checkbox"]:checked + label.czek-kafelek {
	border: 1px solid #DCBFA1;
	background: #fff url("pic/sposob-checked.png") 6px 50% no-repeat;
	padding: 6px 5px 6px 30px;
}
	.pl .czek input[type="radio"]:checked + label.czek-kafelek,
	.pl .czek input[type="checkbox"]:checked + label.czek-kafelek {
		border: 1px solid #b38d55;
		background: #fff url("pic/sposob-checked-pl.png") 6px 50% no-repeat;
	}



.tabela {
	font-size: 13px;
	width: 100%;
}

.tabela td {
	padding: 5px 0;
}
.tabela label {
	white-space: nowrap;
}
.tabela td input[type="text"], .tabela td input[type="email"], .tabela td input[type="tel"], .tabela td input[type="password"], textarea {
	border: 1px solid #c0c0c0;
	padding: 5px;
	width: calc(100% - 2px);
	font-size: 13px;
	font-family: 'Lato';;
}
textarea {
	margin-top: 5px;
	height: 90px;
}


.tabela .material-icons {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1em;
	line-height: 24px;
}

.tabela tr td:last-child {
		padding: 5px 0 5px 0;
}
.tabela tr td:first-child label {
	float: left;
}
.tabela tr td:first-child {
		padding: 5px  10px 5px 0 !important;
}

.m10p {
	margin-right: 10px;
}
.p10p {
	padding-right: 10px;
}



section {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
section h2 {
	display: block;

	margin-top: 15px;
	margin-bottom: 15px;
}
section h2 span {
	cursor: pointer;
	margin-left: 10px;
	padding: 0 5px;
}
section h2 span:hover {
	background: #DCBFA1;
	color: #fff;
}
.info {
	padding: 5px;
	font-size: 13px;
}


h1 {
	font-weight: 100;
	font-size: 22px;
	margin: 0 0 20px 0;
	color: #606060;
	padding: 0;
}
h1 span {
	font-size: 22px;
	line-height: 1.2em;
	margin: 20px 0 10px 5px;
}
h1 strong {
	font-weight: 100;
}
h1 a {
	color: #606060;
}
h1 a.cszar:hover {
	color: #DCBFA1;
}
	.pl h1 a.cszar:hover {
		color: #222;
	}
.szar {
	color: #d0d0d0;
}
.cszar, a.cszar {
	color: #b0b0b0;
}

td.vtop {
	vertical-align: top;
}
td.vbot {
	vertical-align: bottom;
}


input[disabled] {
		color: #888;
		background: #fff;
		border: 1px solid #e0e0e0;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



h2 {
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 2px solid #DCBFA1;
	padding: 10px;
	font-weight: 200;
	text-align: center;
	color: #222 !important;
}
	.pl h2 {
	  border-top: 1px solid #ebd8b7;
	  border-bottom: 1px solid #ebd8b7;
	  border-left: 1px solid #ebd8b7;
	  background: #fff url("pic/bg-pl.png") 100% 100% no-repeat;
	  color: #222;
	}

	#indexc h2 {
		border: 0;
		padding: 15px 0;
		background: transparent;
		text-transform: none;
	}


.newsletter {
	  border-top: 1px solid #ebd8b7;
	  border-bottom: 1px solid #ebd8b7;
	  border-left: 1px solid #ebd8b7;
	  background: #fff url("pic/bg-pl.png") 100% 100% no-repeat;
	  color: #222;
	background: #fec0cb;
	padding-bottom: 15px;
}
.newsletter h2 {
	border: 0;
}
.stylizacja h2 {
	margin-bottom: 15px;
}


.pl .newsletter {
	background: #fff;
	border-top: 1px solid #ebd8b7;
	border-bottom: 1px solid #ebd8b7;
	border-left: 1px solid #ebd8b7;
	background: #fff url("pic/bg-pl.png") 100% 100% no-repeat;
	color: #222;
	line-height: 1.5em;
}

.newsletter h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px;
	font-weight: 200;
	text-align: center;
	border-bottom: 2px solid transparent;
	font-weight: 200 !important;
}
.pl .newsletter h2 {
	border: 0;
	background: transparent;
	color: #222 !important;
	font-weight: 200 !important;
}


.h2-stworz {
	font-size: 17px;
	text-transform: uppercase;
	background: #DCBFA1;
	color: #fff !important;
	padding: 10px;
	font-weight: 200 !important;
	text-align: center;
}
	.pl .h2-stworz {
		border-top: 1px solid #ebd8b7;
		border-left: 1px solid #ebd8b7;
		background: #fff url("pic/bg-pl.png") 100% 100% no-repeat;
		color: #222 !important;
		font-weight: 200 !important;
	}




.cechyart p {
	border-top: 1px solid #f8f8f8;
	margin: 0 0 10px 0;
	padding-top: 10px;
}


.foto {
	float: left;
	width: 100%;
}
.duzefoto {
	float: left;
	width: calc(75% - 10px);
	margin-right: 10px;
	border: 1px solid #f8f8f8;
}

input.blad {
	border: 1px solid red !important;
}
label.blad {
	color: red !important;
}
select.blad {
	border: 1px solid red !important;
}
div.blad {
	border: 1px solid red !important;
}

.komunikat {
	margin: 0 0 10px 0;
	width: 100%;
}
.komunikat p {
	padding: 10px;
	margin: 0;
	color: #fff;
	display: block;

}
.komunikat-error p {
	background: #fe7c82;
}
.komunikat-ok p {
	background: #b1dd8c;
}


div.przyc {
	cursor: pointer;
}

select {
	-webkit-appearance:none;
	box-shadow: none !important;

}
:-webkit-autofill {
	color: #fff !important;
}

select#wariant option {
	white-space: nowrap;
}

.select2-result-label {
    white-space: nowrap;
}

div.przyc:hover {
	background: #dcbfa1 !important;
}

.nowrap {
	white-space: nowrap;
}


.przycplumin {
	line-height: 42px;
	height: 42px;
	float: left;
	margin: 0;
	padding: 0 10px;
	background: #f0f0f0;
	color: #888;
}



#czytajmniej, #czytajwiecej {
	cursor: pointer;
}
.czytajwiecej {
	display: none;
}
#czytajmniej {
	display: none;
}



footer {
	float: left;
	display: block;
	width: 100%;
	max-width: 100%;
	clear: both;
	background: #f0f0f0;
	color: #444;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 1.5em;
	/*
	border-top: 2px solid #f0f0f0;
	*/
}
.footer h4 {
	font-weight: normal;
}
.footer-logo {
	margin: 15px 0 20px 10px;
}

.wstopce {
	line-height: 1.5em;
	padding-bottom: 10px;
}

p.wstopcetyt {
	margin-bottom: 10px;
}

#podstopka {
	background: #ebebeb;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.jx-label {
	z-index: 1000;
}


.art {

	display: block;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	/*
	border: 1px solid red;
	*/
	position: relative;
}

.artnazwa {
	display: block;
	text-align: center;

	padding: 5px 0 5px 0;
	font-weight: 200;
}


.sciezka {
	margin: 0;
	padding: 0;
}

.zmarg5 {
	padding: 0 5px;
}

.wewn {
	display: block;
	padding: 0 5px;
	width: calc(100% - 10px);
}
@media only screen and (max-width: 959px) {
	.wewn {
		padding: 0 0;
		margin: 0 -5px;
		width: calc(100% + 10px);
	}
}


.cena {
	font-size: 13px;
	color: #a0a0a0;
}

.pozycji-w-koszyku {
	z-index: 40;
	position: relative;
	background: #dcbfa1;
	color: #fff;
	padding: 1px 3px;
	font-size: 10px;
	top: 3px;
	left: -10px;
	margin: 0;
	height: 17px;
	line-height: 15px;

}


.btn {
	padding: 5px 15px;
	border: 0;
	margin: 0 5px 0 5px;
	text-decoration: none;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #c69869;
}
.pl .btn {
	color: #fff;
	font-size: 12px;
}
.btn-primary {
	background: #c69869;
	color: #fff;
}
.btn-default {
	background: #c69869;
	color: #fff;
}

	.pl .btn-primary {
		background: #c69869;
		color: #fff;
	}
.btn:hover {
	/*
	background: #ff8a9c;
	*/
	background: #888;
	color: #fff;
}
.btn-primary:hover {
	background: #888;
	border: 1px solid #888;
	color: #fff;
}

.btn-na-gridzie {
	background: #dcbfa1;
	border: 1px solid #dcbfa1;
	color: #fff;
	/*
	padding: 10px;
	*/
}
.btn-na-gridzie:hover {
	background: #dcbfa1;
	color: #fff !important;
	border: 1px solid #dcbfa1;
}

input.cart_ilosc {
	float: left;
	margin: 0 5px;
	line-height: 16px;
	background: #fff;
	padding: 3px;
	border: 0;
	width: 40px;
	text-align: center;
	border: 1px solid #e0e0e0;
}
.butplumin {
	float: left;
	margin: 0;
	background: #f0f0f0;
	color: #888;
	padding: 0 5px;
}


/*
@media only screen and (min-width:769px) and (max-width:1281px){
	body::before{ content: "tablet to some desktop media query (769 > 1281) fired"; font-weight: bold; display: block; text-align: center; background: rgba(255,255,0, 0.9); position: absolute; top: 0; left: 0; right: 0; z-index: 99;
}
*/

.m10b {
	margin-bottom: 10px;
}

.czytajwiecej {
	display: none;
}

ul.podkategorie {
	font-size: 21px;
	line-height: 1.3em;
		width: 100%;
	clear: both;

}
ul.podkategorie a {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	clear: both;

}
ul.podkategorie a:hover {
	color: #222;
}


#form_newsletter {
	border-top: 1px solid #ebd8b7;
	border-bottom: 1px solid #ebd8b7;
	border-left: 1px solid #ebd8b7;
	background: transparent url("pic/bg-pl.png") 100% 100% no-repeat;
	color: #222;
	text-align: center;
	padding-bottom: 35px;
	padding-top: 35px;
}
#form_newsletter h2 {
	font-size: 17px;
	text-transform: uppercase;
	padding: 12px;
	font-weight: 200;
	text-align: center;
	color: #222;
	border: none;
	background: none;
	clear: both;
	margin-top: 1px;
	margin-bottom: 11px;
}
#form_newsletter p {
	line-height: 1.5em;
	margin-bottom: 21px;
	padding: 0 10px;
}
#form_newsletter input[type="email"] {
	border: 1px solid #dcbfa1;
	width: 70%;
	color: #888;
	font-size: 15px;
	line-height: 15px;
	height: 2em;
	padding: 0 5px;
}
#form_newsletter input[type="submit"] {
	border: 1px solid #dcbfa1;
	width: 10%;
	margin: 0 0 10px 0;
	color: #fff;
	background: #dcbfa1;
	font-size: 15px;
	line-height: 15px;
	height: 2em;
	padding: 0 5px;
	cursor: pointer;
}
#form_newsletter input[type="email"]:invalid, #form_newsletter input[type="email"]:-moz-ui-invalid {
	outline:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}










#stylizacjawg h2 {
	margin-bottom: 10px;
}
#stylizacjawg {
	line-height: 1.5em;
}


div.opis_art {
		margin-top: 30px;
}


#modal {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 101;
  padding: 5% 0 5% 5%;
}
#modal #inner-modal {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #c49e8d;
  border-right: none;
  background-color: #ffffff;
  margin-left: auto;
}

#zawkoszyka {
	max-height: 370px;
	overflow-y: auto;
	padding: 0 10px 0 0;
}

.ckolumna {
	padding: 0 5px;
}

.juxtapose {
	margin-bottom: 10px;
}



#payu-payment-form button[type=submit]{
	border: 0px !important;
	height: 50px !important;
	width: 290px !important;
	background: url("https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png") no-repeat !important;
	cursor: pointer !important;
	font-size: 20px;
}







div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	/*
	border: 1px solid red;
	*/
	z-index: 15;
	margin-left: -20px;
}
div.jx-arrow {
	// box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}
div.jx-controller {
	/*
	box-shadow:
	 	0 4px 0px 0px #f3f3f3,
	 	0 -4px 0px 0px #f3f3f3,
	 	0px 0px 4px 1px rgba(0,0,0,0.3),
	 	0px 0px 4px 1px rgba(0,0,0,0.3);
		*/
}
.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}
div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 1px;
	background-color: #fff;
}
.vertical div.jx-control {
	height: 1px;
	width: 100%;
	background-color: #f3f3f3;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -4px;
	background-color: transparent;
}
.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -1px;
	position: relative;
}
div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #f3f3f3 transparent transparent;
}
div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #f3f3f3;
}
.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent #f3f3f3 transparent;
}
.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: initial;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #f3f3f3 transparent transparent transparent;
}
div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}
div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}
div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: initial;
}
div.jx-image img {
	height: 100%;
	z-index: 5;
	position: absolute;
	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}
.vertical div.jx-image img {
	height: initial;
	width: 100%;
}
div.jx-image.jx-left {
	left: 0;
	background-position: left;
}
div.jx-image.jx-left img {
	left: 0;
}
div.jx-image.jx-right {
	right: 0;
	background-position: right;
}
div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}
.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}
.veritcal div.jx-image.jx-left img {
	top: 0;
}
.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}
.veritcal div.jx-image.jx-right img {
	bottom: 0;
}
div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #fff; /* IE 8 */
	background-color: rgba(255,255,255,.8);
	border: 1px solid #dcbfa1;
	color: #888;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
	font-weight: 100;
	cursor: none;
}
/*
div.jx-image div.jx-label:hover {
	border: 1px solid red;
}
*/
div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}
div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}
.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}
.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: initial;
}
div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}
div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}
/* Animation */
div.jx-image.transition {
	transition: width .5s ease;
}
div.jx-handle.transition {
	transition: left .5s ease;
}
.vertical div.jx-image.transition {
	transition: height .5s ease;
}
.vertical div.jx-handle.transition {
	transition: top .5s ease;
}
/* Knight Lab Credit */
a.jx-knightlab {
	display: none;
	/*
	display: table;
	*/
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10;
}
a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer;
}
a.jx-knightlab:hover {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28;
}
a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: white;
	font-size: 10px;
	padding-left: 0.375em;
  	vertical-align: middle;
  	line-height: normal;
}
/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}




#map {
    height: 500px;
}

.cluster-1 {
    background-image: url("pic/m1.png");
    line-height: 53px;
    width: 53px;
    height: 52px;
}
.cluster {
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}






.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.clearfix:before {
    content: " ";
    display: table;
}

#strona_produktu {
}
#strona_produktu .product_page {
    clear: both;
}
#strona_produktu .product_page .product_top {
    float: left;
    width: 50%;
    position: relative;
}
#strona_produktu .product_page .product_left {
    padding-right: 15px;
}
#strona_produktu .product_page .breadcrumbs {
}
#strona_produktu .product_page .breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    color: #727272;
    font-size: 12px;
}
#strona_produktu .product_page .breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}
#strona_produktu .product_page .breadcrumbs img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#strona_produktu .product_page .breadcrumbs span {
    text-transform: uppercase;
    color: #727272;
    font-size: 12px;
}
#strona_produktu .product_page .product_name {
    padding-top: 8px;
    padding-bottom: 12px;
}
#strona_produktu .product_page .product_name h1 {
    font-size: 29px;
    font-weight: 300;
}
#strona_produktu .product_page .product_counter {
    text-align: right;
    float: right;
	width: 100%;
    font-size: 12px;
}
#strona_produktu_multi .product_page .product_counter a, span {
    display: inline-block;
    text-transform: uppercase;
    color: #727272;
    font-size: 12px;
    line-height: 12px;
}
#strona_produktu .product_page .product_counter a img {
    display: inline-block;
    margin-top: -4px;
}
#strona_produktu .product_page .product_counter a .prev_img {
    margin-right: 10px;
}
#strona_produktu .product_page .product_counter a .next_img {
    margin-left: 10px;
}
#strona_produktu .product_page .product_counter span {
    margin-left: 14px;
    margin-right: 14px;
}
#strona_produktu .product_page .price_and_availability {
    float: right;
    padding-top: 8px;
}
#strona_produktu .product_page .price_and_availability .price_section {
    float: right;
    padding-bottom: 12px;
    font-size: 29px;
    font-weight: 300;
    margin-right: 20px;
}
#strona_produktu .product_page .price_and_availability .availability_section {
    float: right;
}
#strona_produktu .product_page .price_and_availability .availability_section img {
    display: inline-block;
    margin-top: -3px;
}
#strona_produktu .product_page .price_and_availability .availability_section p {
    display: inline-block;
    color: #2cdc6a;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}
#strona_produktu .product_page .basket_section {
    float: right;
    width: 100%;
    margin-top: 20px;
}
#strona_produktu .product_page .basket_section .input_quantity {
    float: left;
}
#strona_produktu .product_page .basket_section .basket_button_section {
    float: right;
}
#strona_produktu .product_page .basket_section .basket_button_section #send_button {
    display: block;
    width: 222px;
    height: 38px;
    border: 1px solid #eadaba;
    background-color: #dcbfa1;
    text-align: right;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-right: 22px;
    background-image: url("pic/basket.png");
    background-repeat: no-repeat;
    background-position: left 25px center;
    cursor: pointer;
}

#strona_produktu .product_page .basket_section .input_quantity .add_button, #strona_produktu .product_page .basket_section .input_quantity .input_button {
    width: 38px;
    height: 38px;
    background-color: #e5e5e5;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}
#strona_produktu .product_page .basket_section .input_quantity .add_button span, #strona_produktu .product_page .basket_section .input_quantity .input_button span {
    line-height: 38px;
    cursor: pointer;

}
#strona_produktu .product_page .basket_section .input_quantity .quantity {
    width: 58px;
    height: 38px;
    border: 1px solid #cccccc;
    text-align: center;
    outline: none;

}
#strona_produktu .product_page .info_section {
    margin-top: 40px;
    width: 100%;
    float: right;
}
#strona_produktu .product_page .info_section .section_row {
    border-bottom: 1px solid #e4e4e4;
}
#strona_produktu .product_page .info_section p {
    font-size: 13px;
    line-height: 35px;
    color: #565656;
}
#strona_produktu .product_page .info_section .left_side {
    float: left;
}
#strona_produktu .product_page .info_section .right_side {
    float: right;
}
#strona_produktu .product_page .info_section .right_side p {
    font-weight: 300;
}
#strona_produktu .product_page .description_section {
    margin-top: 25px;
    width: 100%;
    float: right;
    font-size: 14px;
    color: #484848;
    line-height: 1.3em;
}


#strona_produktu_multi {
    font-family: 'Lato';
}
#strona_produktu_multi .product_page {
    clear: both;
}
#strona_produktu_multi .product_page .product_top {
    float: left;
    width: 50%;
    position: relative;
}
#strona_produktu_multi .product_page .product_left {
    padding-right: 15px;
}
#strona_produktu_multi .product_page .breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
}
#strona_produktu_multi .product_page .breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    color: #727272;
    font-size: 12px;
}
#strona_produktu_multi .product_page .breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}
#strona_produktu_multi .product_page .breadcrumbs img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#strona_produktu_multi .product_page .breadcrumbs span {
    text-transform: uppercase;
    color: #727272;
    font-size: 12px;
}
#strona_produktu_multi .product_page .product_name {
    padding-top: 8px;
    padding-bottom: 12px;
}
#strona_produktu_multi .product_page .product_name h1 {
    font-size: 29px;
    font-weight: 300;
}
#strona_produktu_multi .product_page .product_counter {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
	width: 100%;
}
#strona_produktu_multi .product_page .product_counter a, span {
    display: inline-block;
    text-transform: uppercase;

    font-size: 12px;
}
.btn span {
	color: #fff;
}
.product_counter a {
	color: #000;
	text-transform: uppercase;
}
#dol .flew li a span {
	color: #000;
	font-size: 15px;
}
#strona_produktu_multi .product_page .product_counter a img {
    display: inline-block;
    margin-top: -4px;
}
#strona_produktu_multi .product_page .product_counter a .prev_img {
    margin-right: 10px;
}
#strona_produktu_multi .product_page .product_counter a .next_img {
    margin-left: 10px;
}
#strona_produktu_multi .product_page .product_counter span {
    margin-left: 14px;
    margin-right: 14px;
}


#strona_produktu_multi .product_page .price_and_availability .availability_section {
    float: right;
}
#strona_produktu_multi .product_page .price_and_availability .availability_section img {
    display: inline-block;
    margin-top: -3px;
}
#strona_produktu_multi .product_page .price_and_availability .availability_section p {
    display: inline-block;
    color: #2cdc6a;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}
#strona_produktu_multi .product_page .basket_section {
    float: right;
    width: 100%;
    margin-top: 20px;
}

#strona_produktu_multi .product_page .basket_section .basket_button_section {
    float: right;
}
#strona_produktu_multi .product_page .basket_section .basket_button_section #send_button {
    display: block;
    width: 222px;
    height: 38px;
    border: 1px solid #eadaba;
    text-align: right;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    background-color: #dcbfa1;
    font-size: 14px;
    padding-right: 22px;
    background-image: url("pic/basket.png");
    background-repeat: no-repeat;
    background-position: left 25px center;
    cursor: pointer;
}

#strona_produktu_multi .product_page .basket_section .input_quantity .add_button {
    width: 38px;
    height: 38px;
    background-color: #e5e5e5;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .add_button span {
    line-height: 38px;
    cursor: pointer;

}

#strona_produktu_multi .product_page .info_section {
    margin-top: 40px;
    width: 100%;
    float: right;
}
#strona_produktu_multi .product_page .info_section .section_row {
    border-bottom: 1px solid #e4e4e4;
}
#strona_produktu_multi .product_page .info_section p {
    font-size: 13px;
    line-height: 35px;
    color: #565656;
}
#strona_produktu_multi .product_page .info_section .left_side {
    float: left;
}
#strona_produktu_multi .product_page .info_section .right_side {
    float: right;
}
#strona_produktu_multi .product_page .info_section .right_side p {
    font-weight: 300;
}
#strona_produktu_multi .product_page .description_section {
    margin-top: 25px;
    width: 100%;
    float: right;
    font-size: 14px;
    color: #484848;
    line-height: 1.3em;
}
@media (max-width: 570px) {
    #strona_produktu_multi .product_page .product_top {
        width: 100%;
    }
    #strona_produktu_multi .product_page .product_left {
        padding-right: 0;
    }
    #strona_produktu_multi .product_page .product_counter {
        width: 100%;
    }
    #strona_produktu_multi .product_page .price_and_availability {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 480px) {
    #strona_produktu_multi .product_page .product_counter {
        text-align: center;
    }
    #strona_produktu_multi .product_page .price_and_availability .price_section {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-top: 10px;
    }
    #strona_produktu_multi .product_page .price_and_availability .availability_section {
        float: none;
        text-align: center;
    }
    #strona_produktu_multi .product_page .basket_section .input_quantity {
        float: right;
        width: 100%;
        text-align: right;
    }
    #strona_produktu_multi .product_page .basket_section .basket_button_section {
        width: 100%;
        margin-top: 15px;
    }
    #strona_produktu_multi .product_page .basket_section .basket_button_section #send_button {
        width: 100%;
    }
}
@media (max-width: 320px) {
    #strona_produktu_multi .product_page .basket_section .basket_button_section #send_button {
        background-image: none;
        text-align: center;
        padding-right: 0;
    }
    #strona_produktu_multi .product_page .basket_section .input_quantity {
        text-align: center;
    }
    #strona_produktu_multi .product_page .product_counter span {
        margin-left: 5px;
        margin-right: 5px;
    }
    #strona_produktu_multi .product_page .product_counter a .next_img {
        margin-left: 5px;
    }
    #strona_produktu_multi .product_page .product_counter a .prev_img {
        margin-right: 5px;
    }
    #strona_produktu_multi .product_page .product_name h1 {
        font-size: 20px;
    }
}


@media (min-width: 571px) and (max-width: 888px) {
    #strona_produktu_multi .product_page .basket_section .input_quantity {
        text-align: right;
        width: 100%;
        margin-bottom: 20px;
    }
    #strona_produktu_multi .product_page .price_and_availability .price_section {
        width: 100%;
        text-align: right;
        margin-top: 20px;
        margin-right: 0;
    }
    #strona_produktu_multi .product_page .product_name h1 {
        font-size: 26px;
    }
    #strona_produktu_multi .product_page .price_and_availability .price_section p {
        font-size: 26px;
    }
}
@media (min-width: 960px) and (max-width: 1100px) {
    #strona_produktu_multi .product_page .basket_section .input_quantity {
        text-align: right;
        width: 100%;
        margin-bottom: 20px;
    }
    #strona_produktu_multi .product_page .price_and_availability .price_section {
        width: 100%;
        text-align: right;
        margin-top: 20px;
        margin-right: 0;

    }
}




.single-item {
    img {
        max-width: 200px !important;
    }
}




.slider-nav div {
    padding-right: 5px;
}
.slider-nav div:last-child {
    padding-right: 0;
}
#responsiveTabs {
    font-family: 'Lato';
    color: #6c6c6c;
}
#responsiveTabs .r-tabs-state-active a {
    font-weight: bold;
    color: #6c6c6c;
}
#responsiveTabs .tabs-resp {
    font-size: 14px;
    line-height: 1.3em;
    color: #484848;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
}




#responsiveTabs .tabs-resp p {
    margin-bottom: 5px;
}
#aaresponsiveTabs {
    font-family: 'Lato';
    color: #6c6c6c;
}
#aaresponsiveTabs .r-tabs-state-active a {
    font-weight: bold;
    color: #6c6c6c;
}
#aaresponsiveTabs .tabs-resp {
    font-size: 14px;
    line-height: 1.3em;
    color: #484848;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
}
#aaresponsiveTabs .tabs-resp p {
    margin-bottom: 5px;
}

.aaresponsiveTabsUl {
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #e8d7b5;
}



@media (max-width: 768px) {
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        background-image: url('pic/plus-accord.png');
        background-position: center right 10px;
        background-repeat: no-repeat;
    }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-image: url('pic/minus-accord.png');
        background-position: center right 10px;
        background-repeat: no-repeat;
    }
}





/* nowy css */
#strona_produktu_multi .product_page .basket_section .input_quantity {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity label {
    float: left;
    line-height: 38px;
    font-size: 14px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area {
    float: right;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area .multi_price_area {
    display: inline-block;
    margin-right: 5px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area .multi_price_area p {
    font-size: 14px;
    line-height: 38px;
}
#strona_produktu_multi .product_page .basket_section .basket_button_section {
    width: 100%;
    text-align: right;
}
#strona_produktu_multi .product_page .basket_section .basket_button_section #send_button {
    margin-left: auto;
    margin-top: 20px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .input_area {
    width: 40px;
    height: 38px;
    border: 1px solid #cccccc;
    text-align: center;
    outline: none;
}
#strona_produktu_multi .product_page .price_and_availability .price_section {
    float: right;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
    margin-right: 20px;
}

#strona_produktu_multi .product_page .price_and_availability {
    float: right;
    padding-top: 27px;
    width: 100%;
    padding-bottom: 25px;
}


/*       style         */

.nowosci h1 span {
	font-size: 22px;
	font-weight: 100;
	color: #606060;
	line-height: 1em;
}
.szkolenia h1 {
	margin-top: 34px;
	font-size: 22px;
}
.przedpo h1 {
	margin-top: 34px;
	margin-bottom: 40px;
	font-size: 22px;
}
















.train-banner {
  margin-bottom: 50px;
  background-color: #fefcef;
}
.train-banner .text-area {
  max-width: 426px;
}
.train-banner .text-area h1 {
  font-size: 24px;
  line-height: 32px;
  color: #727272;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.train-banner .text-area h1 span {
  font-weight: 400;
}
.train-banner .text-area p {
  color: #727272;
  font-size: 12px;
  margin-bottom: 10px;
}
.train-banner .text-area p:last-child {
  margin-bottom: 0;
}
.sub-train-wrap {
  padding-top: 25px;
  padding-left: 41px;
  padding-right: 15px;
}
.sub-train-name {
  margin-bottom: 15px;
}
.sub-train-name h1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #727272;
}
.sub-train-name h1 span {
  font-weight: 400;
}
.sub-train-text h2 {
	font-size: 15px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	padding: 0;
	background: none;
	line-height: 1.3em;
}
.sub-train-text p {
  color: #727272;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}
.sub-train-text ul li {
  font-size: 13px;
  line-height: 1.3em;
  color: #727272;
  font-weight: 300;
}
.train_kind_wrap {
  padding-top: 54px;
  padding-bottom: 70px;
  padding-right: 62px;
}
.train_kind_wrap .train_kind_header {
  font-size: 20px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 26px;
}
.train_kind_wrap ul {
  margin-bottom: 30px;
}
.train_kind_wrap ul li {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #727272;
}
.train_kind_wrap .train_kind_price {
  float: right;
  font-size: 20px;
  font-weight: 400;
  color: #ae884f;
  line-height: 32px;
}
.left-side {
  padding-left: 101px;
  text-align: left;
  clear: both;
}
.right-side {
  padding-right: 63px;
  text-align: right;
  clear: both;
}
.sub_train_image {
  position: relative;
}
.sub_train_image img {
  width: 100%;
  display: block;
}
.sub_train_image:hover .train_overlay {
  opacity: 1;
}
.sub_train_image .train_overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
.sub_train_image .train_overlay button {
  padding: 16px 35px;
  background-color: #b38d55;
  color: #fff;
  border: 1px solid #b38d55;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.train-header {
  text-align: center;
  position: relative;
  margin-bottom: 49px;
}
.train-header:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #b38d55;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.train-header p {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  color: #727272;
  line-height: 55px;
}
.train-header p span {
  font-weight: 400;
}
train-col-1_1 {
  width: 100%;
}
.train-col-1_4 {
  width: 25%;
  float: left;
}
.train-col-1_4 .icon_wrapper {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}
.train-col-1_4 .icon_wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  height: 66px;
  width: 66px;
}
.train-col-1_4 .icon_wrapper p.icon_header {
  font-weight: 400;
  font-size: 14px;
  color: #656566;
  margin-bottom: 10px;
}
.train-col-1_4 .icon_wrapper p.icon_text {
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #656566;
}
.train-col-1_2 {
  width: 50%;
  float: left;
}
@media (max-width: 750px) {
  .train-col-1_2 {
    width: 100%;
  }
  .train-col-1_2 img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-train-wrap {
    padding: 40px;
  }
  .sub-train-name {
    text-align: center;
  }
  .train-col-1_4 {
    width: 50%;
  }
  .train-col-1_4 .icon_wrapper {
    padding: 40px;
  }
  .train-header {
    margin-bottom: 30px;
  }
  .sub_train_image {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 751px) {
  .sub-train-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .main_foto {
    padding-top: 20px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .main_foto {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .main_foto img {
    width: 100%;
  }
  .sub-train-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .train_kind_wrap {
    max-width: 500px;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .train_kind_wrap .train_kind_price {
    float: none;
    text-align: right;
  }
}
@media (min-width: 481px) and (max-width: 599px) {
  .left-side {
    padding-left: 63px;
  }
}
@media (max-width: 480px) {
  .train-col-1_4 {
    width: 100%;
  }
  .train-col-1_4 .icon_wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
  .train-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub-train-wrap {
    padding: 20px;
  }
  .train-col-1_4 .icon_wrapper {
    padding: 30px 20px;
  }
  .left-side {
    padding-left: 20px;
  }
  .train_kind_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.train-col-1_3 {
  width: 31.33333333%;
  float: left;
  margin-right: 3%;
  margin-bottom: 24px;
}
.train-col-1_3:nth-child(3n) {
  margin-right: 0;
}
.train-col-1_3:nth-child(2n) {
  margin-right: 3%;
}
.train-col-1_3:nth-child(6n) {
  margin-right: 0;
}
.train-image {
  position: relative;
}
.train-image .train-method {
  width: 66%;
  height: 45px;
  position: absolute;
  bottom: 20px;
  left: 1px;
  background-color: #f3d9b3;
  /*#b38d55;*/
  text-align: center;
}
.train-image .train-method p {
  text-transform: uppercase;
  color: #fff;
  line-height: 45px;
}
.train-image img {
  display: block;
}
.margin-top {
  margin-top: 50px;
}
.train-description {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 15px;
  position: relative;
  background-color: #fefdf8;
}
.train-description h6 {
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.5;
}
.train-description p {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #373737;
}
.train-description p span {
  font-weight: normal;
  color: #727272;
}
.train-description p:nth-child(2) {
  margin-bottom: 15px;
}
.train-description .train-date {
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
  float: right;
  background-image: url('pic/train-calendar.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.train-description .train-date p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 18px;
}
.train-description .train-certificate {
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  clear: both;
  margin-top: 5px;
}
.train-description .train-certificate img {
  float: left;
  line-height: 30px;
  margin-right: 8px;
  margin-top: 3px;
}
.train-description .train-certificate p {
  float: left;
  margin-bottom: 0;
  line-height: 25px;
  text-transform: capitalize;
  color: #454545;
}
.train-footer {
  clear: both;
}
.train-footer .train-price {
  float: left;
  width: 50%;
  text-align: center;
  height: 45px;
  background-color: #fff;
  border: 1px solid #d0b69b;
  border-right: none;
}
.train-footer .train-price span {
  line-height: 45px;
  color: #c3a87f;
  /*#a07e4b;;*/
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
.train-footer .train-more {
  float: right;
  width: 50%;
  text-align: center;
  height: 45px;
  background-color: #d0b69b;
  /*#b38d55;*/
}
.train-footer .train-more:hover {
	background-color: #b0967b;
}
.train-footer .train-more span {
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.train-wrap-sub {
  padding-bottom: 67px;
}
.train-container {
  max-width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.train-container .train-banner {
  width: 100%;
}
.train-container .train-banner img {
  max-width: 100%;
  height: auto;
  display: block;
}
.train-container .train-navigation {
  text-align: left;
  background: #fff;
  width: 100%;
}
.train-container .train-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}
.train-container .train-navigation ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: -3px;
}
.train-container .train-navigation ul li a {
  display: block;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  color: #787778;
  transition: all 300ms ease-in;
}
.train-container .train-navigation ul li a:hover {
  background-color: #DCBFA1;
  color: #fff;
}
.train-container .train-navigation ul li.active {
  margin-right: -3px;
}
.train-container .train-navigation ul li.active a {
  color: #DCBFA1;
}
.train-container .train-navigation ul li.active a:hover {
  background-color: #fff;
}
.train-container .train-about {
  padding: 20px 0;
  text-align: center;
}
.train-container #train-map {
  width: 100%;
  height: 200px;
  background-image: url('pic/map2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 850px) {
  .train-container .train-banner {
    background-size: 40%;
  }
}
@media (max-width: 770px) {
  .train-container .train-banner {
    background-size: 20%;
  }
}
@media (max-width: 580px) {
  .train-container .train-banner {
    background-size: 30%;
    padding: 20px;
  }
  .train-container .train-banner .text-area {
    max-width: 100%;
  }
  .train-container .train-banner .text-area h1 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  .train-container .train-navigation ul li a {
    padding: 12px 15px;
  }
}
@media (max-width: 301px) {
  .train-image .train-method p {
    font-size: 8px;
  }
  .train-description {
    padding: 13px;
  }
  .train-description p {
    font-size: 10px;
  }
  .train-description .train-date {
    width: 60px;
    height: 60px;
  }
  .train-description .train-date p {
    font-size: 16px;
    margin-top: 14px;
  }
  .train-description .train-certificate p {
    font-size: 10px;
  }
  .train-description .train-certificate img {
    margin-right: 5px;
  }
}
@media (min-width: 302px) and (max-width: 400px) {
  .train-image .train-method p {
    font-size: 14px;
  }
  .train-description {
    padding: 13px;
  }
  .train-description p {
    font-size: 12px;
  }
  .train-description .train-date {
    width: 60px;
    height: 60px;
  }
  .train-description .train-date p {
    font-size: 16px;
    margin-top: 14px;
  }
  .train-description .train-certificate p {
    font-size: 12px;
  }
  .train-description .train-certificate img {
    margin-right: 5px;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .train-image .train-method p {
    font-size: 15px;
  }
  .train-description {
    padding: 13px;
  }
  .train-description p {
    font-size: 14px;
  }
  .train-description .train-date {
    width: 60px;
    height: 60px;
  }
  .train-description .train-date p {
    font-size: 16px;
    margin-top: 14px;
  }
  .train-description .train-certificate p {
    font-size: 14px;
  }
  .train-description .train-certificate img {
    margin-right: 10px;
  }
}
@media (max-width: 267px) {
  .train-description .train-certificate p {
    font-size: 8px;
  }
  .train-description .train-certificate img {
    margin-right: 5px;
  }
}
@media (min-width: 505px) and (max-width: 640px) {
  .train-image .train-method p {
    font-size: 12px;
  }
  .train-description .train-certificate p {
    font-size: 10px;
  }
  .train-description .train-certificate img {
    margin-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 750px) {
  .train-description {
    padding: 13px;
  }
  .train-description p:nth-child(3) {
    margin-bottom: 15px;
  }
  .train-description .train-date {
    width: 60px;
    height: 60px;
  }
  .train-description .train-date p {
    font-size: 24px;
    margin-top: 13px;
  }
  .train-description .train-certificate p {
    font-size: 9px;
  }
  .train-wrap {
    padding: 0px;
  }
  .train-container .train-navigation ul li a {
    padding: 12px 10px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .train-description {
    padding: 13px;
  }
  .train-description .train-date {
    width: 60px;
    height: 60px;
  }
  .train-description .train-date p {
    font-size: 25px;
    font-weight: bold;
    margin-top: 13px;
  }
  .train-description .train-certificate p {
    font-size: 10px;
  }
  .train-image .train-method p {
    font-size: 11px;
  }
}
@media (min-width: 481px) and (max-width: 750px) {
  .train-col-1_3 {
    width: 48%;
    margin-right: 4%;
  }
  .train-col-1_3:nth-child(2n) {
    margin-right: 0;
  }
  .train-col-1_3:nth-child(3n) {
    margin-right: 4%;
  }
  .train-col-1_3:nth-child(6n) {
    margin-right: 0;
  }
  .train-col-1_3 .train-image img {
    width: 100%;
  }
  .train-col-1_3 .train-image .train-method p {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .train-container .train-col-1_3 {
    width: 100%;
    margin-right: 0;
  }
  .train-container .train-col-1_3 .train-image img {
    width: 100%;
  }
  .train-container .train-wrap {
    padding: 0px 10px;
  }
  .train-container .train-navigation ul li a {
    padding: 0 10px;
    font-size: 9px;
  }
}



























.instructor_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.instructor_search_input {
    margin-bottom: 12px;
}
#search_instructor {
    width: 100%;
    height: 33px;
    border: 1px solid #d7d7d7;
    padding: 10px 34px 10px 14px;
    background-image: url('pic/search-icon.jpg');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
#search_instructor:focus {
    outline: none;
}
#map {
  display: block;
  width: 100%;
  height: 644px;
}
#map_canvas {
    height: 644px;
    width: 100%;
    margin-top: 0px;
}
#map_canvas .info_box {
    width: 300px;
    height: 120px;
}
.info_image {
    width: 37%;
    float: left;
}
.info_box {
	width: 300px;
	height: 120px;
	padding: 10px;
}
.info_image img {
    max-width: 70% !important;
	margin-left: auto;
	margin-right: auto;
}
.info_text {
    width: 100%;
    float: left;
	margin-top: 0px;
	padding-left: 30px;
}
.info_text p {
    line-height: 1.3;
}
.instructor_left_col {
    width: 32%;
    float: left;
}
.instructor_right_col {
    padding-left: 20px;
    width: 68%;
    float: left;
}
.instructors_slider {
    padding-left: 0px;
    padding-right: 19px;
}
@media (min-width: 751px) {
	.instructors_slider {
		max-height: 610px;
    overflow-y: auto;
	}
}
.distribution_center, .instructor_space {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.left_space {

    width: 50%;
    float: left;
}
.right_space {
    padding-left: 15px;
    width: 50%;
    float: left;
}
.city_space {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;

}
.city_space a {
    color: #000;
}
.distribution_or_instructor {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 15px;
    text-align: left;
}
.pin_space {
    width: 14%;
    float: left;
}
.name_space {
    padding-left: 15px;
    width: 84%;
    float: left;
    font-size: 13px;
}
.pin_space img {
    max-width: 100%;
}
.address_space {
    font-size: 13px;
}
.address_space a {
    color: #000;
}
.phone_space {
    font-size: 13px;
}
.phone_space a {
    color: #000;
}
.checkbox_space {
    padding-top: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4;
}
.checkbox_space .input_group {
    float: left;
    margin-right: 35px;
}
.input_group label {
    margin-left: 3px;
}
/*# sourceMappingURL=style.css.map */
@media (max-width: 800px) {
    .instructor_left_col {
        width: 50%;
    }
    .instructor_right_col {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .instructor_left_col {
        width: 100%;
    }
    .instructor_right_col {
        width: 100%;
        padding-left: 0px;
    }
    .checkbox_space {
        padding-top: 18px;
    }
    .instructors_slider {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .instructor_space {
        width: 50%;
        float: left;
    }
}

@media (max-width: 650px){
    .pin_space {
        display: none;
    }
    .name_space {
        width: 100%;
        padding-left: 0;
    }
    .right_space {
        padding-left: 5px;
    }
}
@media (max-width: 579px){
    .instructor_space {
        width: 50%;
    }
    .left_space {
        width: 100%;
    }
    .right_space {
        width: 100%;
        padding-left: 0;
    }
    #map_canvas {
        height: 320px;
    }
}


p.znajdz-szkolenie {
	float: right;
	display: block;
}
#instruktorki_posh p.znajdz-szkolenie {
	margin-top: -7px;
	margin-right: -13px;
}


p.znajdz-szkolenie a {
	display: block;
	border: 1px solid #c69869;
	background-color: #c69869;
	float: right;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.jx-label {
	display: none !important;
}

#instruktorki_posh h2 {
	margin-bottom: 20px;
}
#instruktorki_posh #test {
	border-top: 1px solid #c69869;
	padding-top: 20px;
	margin-top: 20px;
	height: 300px;
	max-height: 50vh;
}

p.photo-instuctor-big {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
p.photo-instuctor-big img {
	margin: 0 auto 20px auto;
	height: 300px;
	max-height: 300px;
	width: auto;
	clear: both;
}

#strona_produktu_multi .product_page .basket_section .input_quantity {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity label {
    float: left;
    line-height: 38px;
    font-size: 14px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area {
    float: right;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area .multi_price_area {
    display: inline-block;
    margin-right: 5px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .right_area .multi_price_area p {
    font-size: 14px;
    line-height: 38px;
}
#strona_produktu_multi .product_page .basket_section .basket_button_section {
    width: 100%;
    text-align: right;
}
#strona_produktu_multi .product_page .basket_section .basket_button_section #send_button {
    margin-left: auto;
    margin-top: 20px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .input_area {
    width: 40px;
    height: 38px;
    border: 1px solid #cccccc;
    text-align: center;
    outline: none;
}
#strona_produktu_multi .product_page .price_and_availability .price_section {
    float: right;
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 300;
    margin-right: 20px;
}
#strona_produktu_multi .product_page .price_and_availability {
    float: right;
    padding-top: 27px;
    width: 100%;
    padding-bottom: 25px;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .add_button {
    width: 38px;
    height: 38px;
    background-color: #e5e5e5;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    outline: none;
}
#strona_produktu_multi .product_page .basket_section .input_quantity .add_button span {
    line-height: 38px;
    cursor: pointer;

}


.prev_arrow {
	width: 39px;
    height: 36px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAHXAAAB1wGMkghoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAD9QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxQXeHgAAABR0Uk5TAAEcHR4fIENulpy0trjb3N3e3+BG9vCsAAAAVUlEQVQ4y+3TORaAIBAE0RYRUdyd+5/VzIhHGaCRndYPJhkptzAvvQoLp1mCbhH60Pz9pe6ha4TOwB8kuhpixzu+ERuJtoZYSbhnIgpE6XklN93vfwHKtQre2a0HQwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
	z-index: 100;
	cursor: pointer;
}
.next_arrow {
	height: 36px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAHXAAAB1wGMkghoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADZQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARy+jrgAAABF0Uk5TAAEcHR4fQ26WnLS229zd3t/Ka30mAAAAWUlEQVQ4y73TSQ6AIAxA0QqoODD0/pd1wVo+SdFu/0vaTUXabPflpDenauqKXUEscUx4EnmGCCTKP2IlUWcIvOMwAFpBRw71Qj182zN1b+uJujO8Hj7v6/s/8kgJLfb0FAAAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: center center;
	width: 39px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
	right: 0px;
	cursor: pointer;
}

ul.kont a {
	font-size: 15px;
	color: red !important;
}




.cart_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.cart_row {
  margin-top: 10px;
  width: 100%;
  /*    height: 70px;*/
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.cart_row .cart_image {
  border: 1px solid #f0f0f0;
  float: left;
  text-align: center;
  height: 70px;
  width: 10%;
  position: relative;
}
.cart_row .cart_image img {
  max-width: 100%;
  max-width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart_row .cart_double_row {
  float: left;
  height: 70px;
  width: 60%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
}
.cart_row .cart_double_row .cart_product_name {
  height: 35px;
  position: relative;
}
.cart_row .cart_double_row .cart_product_name a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1em;
  color: #dcbfa1;
}
.cart_row .cart_double_row .cart_product_name a span {
  color: #727272;
}
.cart_row .cart_double_row .cart_category_name {
  height: 35px;
  position: relative;
}
.cart_row .cart_double_row .cart_category_name a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1em;
  color: #dcbfa1;
}
.cart_row .cart_amount {
  float: left;
  height: 70px;
  width: 25%;
}
.cart_row .cart_amount .cart_price {
  float: left;
  width: 60%;
  height: 70px;
  position: relative;
  color: #727272;
  font-weight: 300;
  text-align: center;
}
.cart_row .cart_amount .cart_price p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.cart_row .cart_amount .cart_input {
  float: left;
  width: 40%;
  position: relative;
  height: 70px;
  text-align: center;
}
.cart_row .cart_amount .cart_input .cart_input_wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
}
.cart_row .cart_amount .cart_input .cart_input_wrap button {
  display: inline-block;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  height: 21px;
}
.cart_row .cart_amount .cart_input .cart_input_wrap input {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 21px;
  border: 1px solid #f0f0f0;
  outline: none;
}
.cart_row .cart_remove {
  float: left;
  width: 5%;
  height: 70px;
  text-align: center;
  position: relative;
}
.cart_row .cart_remove a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 820px) {
  .cart_row .cart_double_row {
    font-size: 12px;
  }
  .cart_row .cart_amount .cart_price {
    width: 50%;
  }
  .cart_row .cart_amount .cart_price p {
    font-size: 10px;
  }
  .cart_row .cart_amount .cart_input {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .cart_row .cart_image {
    display: none;
  }
  .cart_row .cart_double_row {
    width: 75%;
  }
  .cart_row .cart_amount {
    width: 20%;
  }
  .cart_row .cart_amount .cart_price {
    width: 100%;
    height: 35px;
  }
  .cart_row .cart_amount .cart_input {
    width: 100%;
    height: 35px;
  }
  .cart_row .cart_amount .cart_input .cart_input_wrap {
    left: 50%;
  }
}
@media (max-width: 480px) {
  .cart_row {
    padding: 0;
  }
  .cart_row .cart_double_row {
    width: 100%;
  }
  .cart_row .cart_amount {
    width: 90%;
    height: 35px;
  }
  .cart_row .cart_amount .cart_price {
    width: 50%;
  }
  .cart_row .cart_amount .cart_price p {
    text-align: left;
    font-size: 12px;
    left: 10px;
    transform: translate(0, -50%);
  }
  .cart_row .cart_amount .cart_input {
    width: 50%;
  }
  .cart_row .cart_amount .cart_input .cart_input_wrap {
    text-align: right;
  }
  .cart_row .cart_amount .cart_input .cart_input_wrap input {
    width: 30px;
  }
  .cart_row .cart_remove {
    width: 10%;
    height: 35px;
  }
}



#togglemenu img {
	margin: 14px 0 0 0;
	width: 18px;
	height: auto;
}



.newsletter_section {
/*
border: 1px solid #f8f8f8;
*/
}
.newsletter_section .newsletter {
  background-color: #fbfaf8;
  border: 1px solid #e8d7b5;
  padding-top: 0;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 40px;
  text-align: center;
}
.newsletter_section .newsletter .newsletter_header {
  font-size: 18px;
  color: #797878;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.newsletter_section .newsletter .newsletter_header span {
  font-weight: 500;
}
.newsletter_section .newsletter .newsletter_para {
  font-size: 18px;
  font-weight: 300;
  color: #797878;
  margin-bottom: 37px;
}
.newsletter_section .newsletter input {
  height: 40px;
}
.newsletter_section .newsletter input[type="email"] {
  width: 100%;
  position: relative;
  border: 1px solid #dfdfdf;
  padding-left: 27px;
  padding-right: 50px;
  outline: none;
}
.newsletter_section .newsletter input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-color: #e8c8b5;
  border: 1px solid #e8c8b5;
  outline: none;
  cursor: pointer;
  background-image: url('../pic/right_side.png');
  background-repeat: no-repeat;
  background-position: center;
}
.newsletter_section .newsletter .input_wrap {
  position: relative;
}
.newsletter_section .stylization {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 18px;
}
.newsletter_section .stylization span {
  font-weight: 500;
  font-size: 18px;
}
.newsletter_section .stylization_text {
  padding-top: 32px;
  padding-left: 29px;
  padding-right: 18px;
}
.newsletter_section .stylization_text p {
  font-weight: 300;
  color: #535353;
  line-height: 17px;
  font-size: 13px;
}
.newsletter_section .more {
  text-align: right;
  display: block;
  color: #e8d7b5;
  font-size: 13px;
}
.newsletter_section img {
  max-width: 100%;
  float: left;
}
.newsletter_section a {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.newsletter_section a .blue_overlay {
  background-color: #31456d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
.newsletter_section a .blue_overlay p {
  max-width: 80%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.newsletter_section a .blue_overlay img {
  opacity: 0.8;
}
.newsletter_section a:hover .blue_overlay {
  opacity: 0.9;
}
@media (max-width: 799px) {
  .newsletter_section {
    padding-top: 20px;
  }
  .newsletter_section .newsletter {
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .newsletter_section .newsletter {
    padding: 30px 15px;
  }
}
@media (max-width: 380px) {
  .newsletter_section h2.stylization {
  }
  .newsletter_section .stylization_text {
  }
}
.newsletter_section .row {
	width: calc(100% + 10px) !important;
	width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -o-calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}
  .newsletter_section h2 span {
	font-weight: bold;
	font-size: 17px;

  }


.error_description {
	color: red;
}













.row:after,
.row:before {
  content: "";
  clear: both;
  display: table;
}


.show_main_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.show_main_header p {
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
}



.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;

}
.flex_row .flex_item {
  margin-bottom: 96px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-basis: 25%;
}
.flex_row .flex_item .inner_div {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.flex_row .flex_item .inner_div .show_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.flex_row .flex_item .inner_div .show_icon img {
  flex-shrink: 1;
  max-width: 100%;
}
.flex_row .flex_item .inner_div .show_topic {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  min-height: 70px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.flex_row .flex_item .inner_div .show_topic:after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #e8d7b5;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.flex_row .flex_item .inner_div .show_topic p {
  text-transform: uppercase;
  font-size: 18px;
  color: #666565;
  font-weight: 400;
  text-align: center;
}.flex_row .flex_item .inner_div .show_city {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  min-height: 70px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.flex_row .flex_item .inner_div .show_city:after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #e8d7b5;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.flex_row .flex_item .inner_div .show_city p {
  text-transform: uppercase;
  font-size: 18px;
  color: #666565;
  font-weight: 400;
  text-align: center;
}
.flex_row .flex_item .inner_div .show_date {
  min-height: 70px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flex_row .flex_item .inner_div .show_date p {
  font-size: 16px;
  font-weight: 300;
  color: #7a7a7a;
  text-align: center;
}
.flex_row .flex_item .inner_div .show_button {
  width: 100%;
  border: 1px solid #e8d7b5;
  margin-top: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_row .flex_item .inner_div .show_button .more_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  height: 40px;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #797878;
  transition: all 300ms ease-in-out;
}
.flex_row .flex_item .inner_div .show_button .more_button:hover,
.flex_row .flex_item .inner_div .show_button .more_button:focus {
  background-color: #31456d;
  color: #fff;
}
@media (max-width: 749px) {
  .flex_row .flex_item {
    flex-basis: 50%;
    margin-bottom: 45px;
  }
}
@media (max-width: 380px) {
  .flex_row .flex_item {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.flex_row {
  display: flex;
  flex-wrap: wrap;
}
.flex_row .flex_train {
  display: flex;
  flex-basis: 33.333333%;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.flex_row .flex_train .flex_image {
  display: flex;
}
.flex_row .flex_train .flex_image img {
  max-width: 100%;
}
.flex_row .flex_train .flex_description {
  background-color: #fafafa;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.flex_row .flex_train .flex_description .flex_title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  min-height: 70px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  /*                display: flex;
                justify-content: center;
                align-items: center;
                flex-grow: 1;
                min-height: 50px;
                padding-top: 10px;
                padding-bottom: 10px;
                text-align: center;
                font-size: 16px;
                color: #7f7f7f;
                text-transform: uppercase;
                line-height: 24px;*/
}
.flex_row .flex_train .flex_description .flex_level,
.flex_row .flex_train .flex_description .flex_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.flex_row .flex_train .flex_description .flex_level p,
.flex_row .flex_train .flex_description .flex_time p {
  font-size: 12px;
  color: #5c5c5c;
  font-weight: 400;
}
.flex_row .flex_train .flex_description .flex_level p span,
.flex_row .flex_train .flex_description .flex_time p span {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 300;
}
.flex_row .flex_train .flex_description .flex_certificate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  font-weight: 400;
  color: #636363;
  font-size: 12px;
  text-transform: capitalize;
}
.flex_row .flex_train .flex_description .flex_certificate img {
  margin-right: 13px;
}
/*# sourceMappingURL=style.css.map */




.grid2x2 {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid2x2 > div {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  flex-direction: column;
}
.grid2x2 > div > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.grid2x2 .box {
  min-height: 300px;
}
.grid2x2 .box1 {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  justify-content: flex-start;
}
.grid2x2 .box1 div {
  flex-direction: column;
}
.grid2x2 .box1 .show_header {
  margin-bottom: 38px;
}
.grid2x2 .box1 .show_header .pokaz_poshlashes {
  color: #727272;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.grid2x2 .box1 .show_header p {
  color: #727272;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.grid2x2 .box2 {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -10px bottom;
  background-color: #f7f5f3;
  position: relative;
}
@media (max-width: 880px) {
	.grid2x2 .box2 {
		background-image: none !important;
	}
	.grid2x2 .box2 > div .show_description {
		max-width: 100% !important;
	}
}
.grid2x2 .box2 {}
.grid2x2 .box2 > div {
  flex-direction: column;
}
.grid2x2 .box2 > div .show_description {
  max-width: 200px;
}
.grid2x2 .box3 {
  background-color: #f7f5f3;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.grid2x2 .box3 .show_plan p span {
	text-transform: none;
}
.grid2x2 .box3 > div {
  flex-direction: column;
}
.grid2x2 .box3 ol,
.grid2x2 .box3 ul {
  list-style-position: inside;
}
.grid2x2 .box3 ol li,
.grid2x2 .box3 ul li {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #727272;
}
.grid2x2 .box3 ol li:last-child {
  margin-bottom: 0;
}
.grid2x2 .box3 ul li:last-child {
  margin-bottom: 0;
}
.grid2x2 .box3 .show_plan p {
	font-size: 12px;
    color: #727272;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.grid2x2 .box4 {
  padding-left: 35px;
  padding-right: 35px;
}
.grid2x2 .box4 > div {
  flex-direction: column;
}
.grid2x2 .box4 .coach_header {
  margin-bottom: 25px;
}
.grid2x2 .box4 .coach_header p {
  font-size: 16px;
  color: #656566;
  text-transform: uppercase;
  line-height: 22px;
}

.grid2x2 .box4 .coach_header p:first-child {
  font-weight: 700;
}
.grid2x2 .box4 .coach_header p:nth-child(2) {
  font-weight: 300;
}
.grid2x2 .box4 .transfer_space .transfer_data {
  font-size: 14px;
  color: #727272;
  font-weight: 700;
  margin-bottom: 15px;
}
.grid2x2 .box4 .transfer_space p {
  margin-bottom: 0;
  line-height: 14px;
  font-weight: 300;
}
.grid2x2 .box4 p,
.grid2x2 .box4 p span,
.grid2x2 .box4 a {
  margin-bottom: 15px;
  font-weight: 300;
  color: #727272;
  font-size: 12px;
  text-transform: none;
}
.grid2x2 .box4 p,
.grid2x2 .box4 p span {
	line-height: 1.3em;
}
.grid2x2 .box4 p span a {
	display: inline;
}
.grid2x2 .box4 p:last-child,
.grid2x2 .box4 a:last-child {
  margin-bottom: 0;
}
.bottom_row {
  padding-bottom: 20px;
}
.show_wrap .show_inner {
  text-align: center;
}
.show_wrap .show_inner img {
  margin: 45px auto 27px;
  display: block;
}
.show_wrap .show_inner .show_head {
  font-size: 14px;
  color: #656566;
  font-weight: bold;
  margin-bottom: 12px;
}
.show_wrap .show_inner p {
  font-size: 12px;
  font-weight: 300;
  color: #656566;
  line-height: 1.1em;
}
@media (min-width: 550px) and (max-width: 959px) {
  .grid2x2 .box1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .grid2x2 .box2 {
    padding-left: 30px;
    padding-right: 10px;
    background-image: none;
  }
  .grid2x2 .box2:after {
    background-image: none;
    width: 0;
  }
  .grid2x2 .box3,
  .grid2x2 .box4 {
    padding: 20px 10px;
  }
}
@media (max-width: 549px) {
  .bottom_row {
    padding-bottom: 60px;
  }
  .show_wrap .show_inner img {
    margin-top: 30px;
  }
  .show_wrap .show_inner p {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid2x2 {
    min-height: 1200px;
  }
  .grid2x2 > div {
    flex-basis: 100%;
  }
  .grid2x2 .box1,
  .grid2x2 .box3,
  .grid2x2 .box4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .grid2x2 .box2 {
    padding-left: 10px;
    background-position: right 10px bottom;
    background-size: 29%;
    margin-bottom: 20px;
  }
  .grid2x2 .box2:after {
    content: "";
    background-image: none;
    width: 0;
    height: 0;
  }
  .grid2x2 .box2 > div .show_description {
    max-width: 60%;
  }
  .grid2x2 .box1 {
    order: 1;
    padding-top: 20px;
  }
  .grid2x2 .box2 {
    order: 2;
  }
  .grid2x2 .box3 {
    order: 3;
  }
  .grid2x2 .box4 {
    order: 4;
  }
}
@media (max-width: 480px) {
  .grid2x2 .box2 {
    background-position: right 10px center;
  }
  .grid2x2 .box2 > div .show_description {
    max-width: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .grid2x2 .box2 {
    background-position: right 10px bottom;
    background-size: 30%;
  }
  .grid2x2 .box2:after {
    background-image: none;
    width: 0px;
    height: 0px;
  }
}
.show_description p {
  font-size: 12px;
  color: #727272;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: none;
}
.show_description p span {
  font-size: 12px;
  color: #727272;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: none;
}
.show_description p:last-child {
	margin-bottom: 0;
}
.coach_header {
  margin-bottom: 25px;
}
.coach_header p {
  font-size: 16px;
  color: #656566;
  text-transform: uppercase;
  line-height: 22px;
}
.coach_header p:first-child {
  font-weight: 700;
}
.coach_header p:nth-child(2) {
  font-weight: 300;
}


.show_wrap .show_inner {
  text-align: center;
}
.show_wrap .show_inner img {
  margin: 45px auto 27px;
  display: block;
}
.show_wrap .show_inner .show_head {
  font-size: 14px;
  color: #656566;
  font-weight: bold;
  margin-bottom: 12px;
}
.show_wrap .show_inner p {
  font-size: 12px;
  font-weight: 300;
  color: #656566;
  line-height: 1.1em;
}
















* {
  box-sizing: border-box;
}
.icon-wrapper {
  max-width: 1186px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #dbbfa3;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.icon-wrapper .icon-holder {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon-wrapper .icon-holder .icon-placeholder {
  height: 75px;
  text-align: center;
  margin-bottom: 22px;
}
.icon-wrapper .icon-holder .icon-placeholder img {
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.icon-wrapper .icon-holder .icon-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.icon-wrapper .icon-holder .icon-text .fat-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.icon-wrapper .icon-holder .icon-text .thin-text {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 950px) {
  .icon-wrapper .icon-holder {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .icon-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .icon-wrapper .icon-holder {
    width: 100%;
  }
}


#tresc {

}










#instruktorki_posh .header-row {
    padding-top: 36px;
    padding-bottom: 18px;
    margin-left: 0;
}

#instruktorki_posh .pink_row .pink_strap {
    height: 211px;
    background-color: #f1eae4;
}
@media (min-width: 761px) {
	#instruktorki_posh {
		margin-top: 30px;
	}
    #instruktorki_posh .pink_row .outer_lg_1z3 {
        width: 33.333333%;
        float: left;
        padding-top: 44px;
    }
}
@media (min-width: 481px) and (max-width: 760px) {
	#instruktorki_posh {
		margin-top: 30px;
	}
    #instruktorki_posh .pink_row .outer_lg_1z3 {
        width: 50%;
        float: left;
        padding-top: 44px;
    }
}
@media (max-width: 480px) {
    #instruktorki_posh .pink_row .outer_lg_1z3 {
        width: 100%;
        float: left;
        padding-top: 44px;
    }
}
#instruktorki_posh .pink_row .outer_lg_1z3 .pink_strap {
    background-color: #f1eae4;
    height: 211px;
}
#instruktorki_posh .pink_row .new_lg_1z3 {
    width: 70%;
    background-color: transparent;
    float: left;
    height: 338px;
    margin: -44px 15% 10px;
    border: 1px solid transparent;
    transition: all 300ms ease;
}
#instruktorki_posh .pink_row .new_lg_1z3:hover {
    border: 1px solid #dcbfa1;
}
#instruktorki_posh .pink_row .new_lg_1z3 .instructor_image {
    text-align: center;

}
#instruktorki_posh .pink_row .new_lg_1z3 .instructor_image img {
    max-height: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}
#instruktorki_posh .pink_row .new_lg_1z3 .instructor_image p {
    color: #000;
    transition: all 300ms ease;
}
#instruktorki_posh .pink_row .new_lg_1z3:hover p {
    color: #dcbfa1;
}
#instruktorki_posh .pink_row .new_lg_1z3 .instructor_image p.instructor-name {
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}
#instruktorki_posh .pink_row .new_lg_1z3 .instructor_image p.educator {
    margin-top: 4px;
    margin-bottom: 4px;
}
h1 {
    font-size: 22px;
	line-height: 1.2em;
}
#instruktorki_posh p {
	margin: 0;
}


div.opis_gl_kat {
	margin-top: 25px;
}
div.opis_gl_kat h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
}
div.opis_gl_kat p {
	margin: 0 0 15px 0;
}

.wstopcetyt a {
	font-size: 14px;
}
a.lowercase {
	text-transform: lowercase;
	font-size: 14px;
}




.insta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.insta-carousel {
    height: 167px;
}
.insta-carousel .carousel-cell {
  height: 100%;
  width: 25%;
  margin-right: 18px;
}
.insta-carousel .carousel-cell img {
    height: auto;
    margin-right: 10px;
    max-width: 100%;
    width: 100%;
}
.follow-us {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    border-bottom: 1px solid #ebd8b7;
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}
.follow-us img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
@media (max-width: 959px){
    .follow-us {
        padding-top: 20px;
    }
}
@media (max-width: 670px){
    .insta-carousel .carousel-cell {
        width: 33%;
    }
}
@media (max-width: 520px){
    .insta-carousel .carousel-cell {
        width: 50%;
   }
}
@media (max-width: 340px){
    .insta-carousel .carousel-cell {
        width: 70%;
    }
}




/* POPUP */
* {
  box-sizing: border-box;
}
.content {
  height: 2000px;
}
.popup-wrapper {
  font-family: "Lato", sans-serif;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  overflow-y: initial !important;
  -webkit-box-shadow: 4px 4px 14px 0px #b3b1b3;
  -moz-box-shadow: 4px 4px 14px 0px #b3b1b3;
  box-shadow: 4px 4px 14px 0px #b3b1b3;
  background: #fff;
}
.popup-wrapper .popup-header {
  background-color: #dcbfa1;
  border: 1px solid #dcbfa1;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.popup-wrapper .popup-header p {
  margin: 14px auto;
}
.popup-wrapper .popup-body {
  max-height: 400px;
  height: 200px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 100;
}
.popup-wrapper .popup-body a {
  color: #cca67e;
}
.popup-wrapper .popup-body p {
  margin-top: 15px;
  line-height: 1.3em;
}
.popup-wrapper .popup-body .text-point {
  font-weight: 400;
}
.popup-wrapper .popup-footer {
  padding: 15px;
}
.popup-wrapper .popup-footer .btn-footer {
  cursor: pointer;
  padding: 12px;
  background-color: #dcbfa1;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #dcbfa1;
  display: block;
  outline: none;
  font-weight: 100;
}
.popup-wrapper .popup-footer .btn-footer:hover {
  background-color: #fff;
  color: #dcbfa1;
  border: 1px solid #dcbfa1;
}
.popup-wrapper .popup-footer .button-left-side {
  margin-left: auto;
}
.popup-wrapper .popup-footer .button-center-side {
  margin-left: auto;
  margin-right: auto;
}
.popup-wrapper .popup-footer .button-center-right {
  margin-right: auto;
}
.popup-wrapper .popup-footer .two-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup-wrapper .popup-footer .two-buttons-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}






.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

@media (min-width: 760px) and (max-width: 1000px){
	#strona_produktu .product_page .basket_section .basket_button_section #send_button {
		text-align: center;
		background-image: none;
		padding-right: 0px;
		width: 200px;
	}
}
@media (min-width: 660px) and (max-width: 759px){
	#strona_produktu .product_page .basket_section .basket_button_section #send_button {
		width: 180px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		background-image: none;
		padding-right: 0;
	}
	#add_to_basket .input_quantity label {
		display: none;
	}
}
@media (max-width: 659px){
	#strona_produktu .product_page .basket_section .input_quantity {
		float: none;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#strona_produktu .product_page .basket_section .input_quantity .quantity {
		width: 70%;
		max-width: 188px;
	}
	#strona_produktu .product_page .basket_section .input_quantity button {
		border: 1px solid #e5e5e5;
	}
	#strona_produktu .product_page .basket_section .input_quantity label {
		display: none;
	}
	#strona_produktu .product_page .basket_section .basket_button_section {
		float: none;
	}
	#strona_produktu .product_page .basket_section .basket_button_section #send_button {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
}
@media (max-width: 480px){
	#strona_produktu .product_page {
		display: flex;
		flex-direction: column;
	}
	#strona_produktu .product_page .product_left {
		padding-right: 0;
	}
	#strona_produktu .product_page .product_top {
		float: none;
		width: 100%;
	}
	#strona_produktu .product_page .product_counter {
		display: flex;
		float: none;
		justify-content: space-between;
		margin-bottom: 10px;
	}
}

/*! Flickity v2.0.11
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09f}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}




.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width: 100% !important;}.select2-container .select2-selection--single .select2-selection__clear{position:relative; width: 100% !important;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #d0d0d0;;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #d0d0d0;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #d0d0d0;;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #d0d0d0;;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #d0d0d0}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #d0d0d0;;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #d0d0d0;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #d0d0d0;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #d0d0d0;;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #d0d0d0;;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #d0d0d0;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


p.promoinfo {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 5px;
	color: #888;
}
.description_section p.promoinfo {
	border: 1px solid #2cdc6a;
}

p.promoinfo span {
	background-color: #222;
	color: #fff;
	padding: 2px 5px;
}
p.promoinfo small {
	font-size: 11px;
}
@media (max-width: 480px){
	p.promoinfo {
		border-top: 1px solid #eee;
		border-right: none;
		border-bottom: none;
		border-left: none;
	}
	.description_section p.promoinfo {
		border: 1px solid #2cdc6a;
	}
}

.tresc-postu img {
	margin-top: 20px;
}
.tresc-postu h2 {
	margin-top: 20px;
}
@media (max-width: 1160px){
  #menu a {
    font-size: 14px;
  }
  #dol .flew li a span {
    font-size: 14px;
  }
  #currency-picker {
    font-size: 14px;
  }
}
@media (max-width: 1100px){
  #menu ul.flew li {
    margin-right: 0
  }
  #menu a {
    font-size: 12px;
  }
  #dol .flew li a span {
    font-size: 12px;
  }
  #currency-picker {
    font-size: 12px;
  }
}
@media (max-width: 959px){
  #dol .flew li a span {
    font-size: 100%;
  }
}
@media (max-width: 360px){
  #znak img {
    margin-right: auto;
    margin-left: 0;
  }
}

.product-item {
	margin-bottom: 15px;
}




.nablogu-polecam {
	text-align: center;
	width: 100%;
	margin: 100px 0 0
}
@media (max-width:960px) {
	.nablogu-polecam {
		margin: 50px 0
	}
}
.nablogu-polecam-title {
	font-size: 26px;
	color: #030404;
	line-height: 34px
}
.nablogu-polecam .nablogu-polecam-title span {
	font-family: 'stackyard_personal_useregular';
	font-size: 26px;
	text-transform: capitalize;
	color: #030404
}
.nablogu-polecam .nablogu-polecam-grid {
	display: flex;
	flex-direction: row;
	column-gap: 20px
}



