font-.img-svg{
	height: 70px !important;
	text-align: center;
}

#wrapper-etyk {display: none;}
.btn-zakup {display: none;}

.trybuszon-footer {
	display: block;
	position:absolute;
	z-index: 0;
	width: 35%;
    bottom: -1;
	opacity: 0.2;
}

input::placeholder { color: #4C4C4C; }
input:focus::placeholder {
  color: #BFBFBF;
}

.dodano-koszyk{
  display: none;
  padding: 15px 40px;
  z-index: 5;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff!important;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.pokaz-koszyk{
  display: none;
  padding: 15px 40px;
  z-index: 5;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff!important;
  background-color: #5C9DB8;
  border-color: #5C9DB8;
}

.img-produkt{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

#wrapper {
	display:none;
    width: 40%;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: "Mulish", serif;
    font-size: 8pt;
	z-index:9999999 !important;
}
#wrapper-edit {
	display:none;
    width: 40%;
    top: 20%;
    right: 50%;
    position:fixed;
    font-family: "Mulish", serif;
    font-size: 8pt;
	z-index:9999999 !important;
}

@media screen and (max-width:768px) {
	#wrapper {width: 90%;}
	#wrapper-edit {width: 90%;}
}

#container {
    background: #FFF;
    left: 50%;
    padding: 10px;
    top: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px solid rgb(128, 128, 128);
    height: 100%;
    position: relative;
	border: 0 none;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 20px rgba(0,0,0,0.4);   
}

#titlebar {
    width: 100%;
    background-color: #F5F5F5;
    color:#444;
	font-weight:500;
	font-size:1.51em;
	text-align:center;
	padding:10px 0px;
	cursor:move;
}

#button-wrapper {
	position:absolute;
	margin-top:-60px;
	right:10px;
}
.button-close {
			color:#F00;
			float:left;
			height: 20px;
			position: relative;
			width: 20px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
			left: -2px;
			top: 20px;
}

.koszyk_header {
  display: none;
  float: right;
  background: #fc2e5a;
  color: #FFF;
  font-weight: 500;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 3px 12px;
  margin-top: -40px;
}

/* btn */
.btn {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff!important;
  background-color: #2e6da4;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #286090;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #286090;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #204d74;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #CC9900;
  border-color: #CC9900;
}
.btn-primary .badge {
  color: #663300;
  background-color: #fff;
}
.btn-success {
  color: #fff!important;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #449d44;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #398439;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff!important;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #31b0d5;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #269abc;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff!important;
  background-color:#B8924E;
  border-color: #B8924E;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color:#C3A36A;
  border-color: #C3A36A;
}
.btn-warning:hover {
  color: #fff;
  background-color: #C3A36A;
  border-color: #C3A36A;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #B8924E;
  background-image: none;
  border-color: #B8924E;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9B671B;
  border-color: #9B671B;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff!important;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c9302c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #ac2925;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #663300;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #CC9900;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-black {
  color: #FFF !important;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus,
.btn-black.focus {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #FFF;
  background-color: #a58242;
  border-color: #a58242;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #a58242;
  background-image: none;
  border-color: #a58242;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFF;
  background-color: #a58242;
  border-color: #a58242;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #a58242;
  border-color: #a58242;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 5px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* form-control */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}
.form-group {
    margin-bottom: 10px
}
.validate {
    margin-top: 10px
}

.center {text-align:center !important;}
.left {text-align:left;}
.right {text-align:left;}
.text-justify {text-align: justify !important;}
.margin-top {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-bottom {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-100 {margin-bottom: 100px;}

.height-div-aktualnosc {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.height-sklep {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.height-sklep-produkt {
  position: relative;
  height: 580px;
  overflow: hidden;
}
.height-div-sklep {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.height-div{height: 365px;}
.height-div-oferta{height: 750px;}

.div-text-down-alpha{
	position: absolute;
    width:100%;
    margin:0 auto;
	bottom: 0px;
	height: 100px;
	z-index: 1;
	background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(252,252,252,0.86) 25%, rgba(251,251,251,0) 100%);
}
.div-text-down-alpha-sklep{
	position: absolute;
    width:100%;
    margin:0 auto;
	bottom: 0px;
	height: 100px;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0,0,0,1.00) 0%, rgba(0,0,0,0.86) 25%, rgba(0,0,0,0.00) 100%);
}
.div-text-down-alpha-sklep-white{
	position: absolute;
    width:100%;
    margin:0 auto;
	bottom: 0px;
	height: 100px;
	z-index: 1;
	background: linear-gradient(0deg, rgba(241,239,236,1.00) 0%, rgba(241,239,236,0.86) 25%, rgba(241,239,236,0.00) 100%);
}

.green {color:#090 !important;}
.orange  {color:#FFBB00 !important;}
.brown {color: #C3A36A !important;}
.font-weight {
	font-weight: 500 !important;
}

.start-baner-image {
	display: flex;
	background-position: center top;
	background-size: 100% auto;
}
.start-podcast-image {
	display: flex;
	background-position: center top;
	background-size: 100% auto;
}
.start-aktualnosc{
  background-color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(18deg, rgba(255, 255, 255, 1) 0%, rgba(241,241,241,1.00) 100%);
  border-radius: 0px;
  height: 620px;
  -webkit-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  -moz-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
}
.start-produkt{
  background-color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(18deg, rgba(255, 255, 255, 1) 0%, rgba(241,241,241,1.00) 100%);
  border-radius: 0px;
  height: 650px;
  -webkit-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  -moz-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
}
.start-sklep{
  background-color: rgba(0,0,0,1.00);
  color: #FFFAF1!important;
  background-image: linear-gradient(18deg, rgba(255, 255, 255, 1) 0%, rgba(241,241,241,1.00) 100%);
  -webkit-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  -moz-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
}
.start-sklep-black{
  background-color: rgba(0,0,0,1.00);
  color: #FFFAF1!important;
  background-image: linear-gradient(18deg, rgba(2,2,2,1.00) 0%, rgba(2,2,2,1.00) 100%);
  -webkit-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  -moz-box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
  box-shadow: 5px 5px 8px -9px rgba(66, 68, 90, 1);
}
.start-aktualnosc-image {
	display: flex;
	background-position: center top;
	background-size: 100% auto;
	height: 260px !important;
	border-radius: 0px 0px 0px 0px;
}
.start-produkt-image {
	display: flex;
	background-position: center top;
	background-size: 100% auto;
	height: 500px !important;
	border-radius: 0px 0px 0px 0px;
}
.start-sklep-image {
	display: flex;
	background-position: center top;
	background-size: 100% auto;
	height: 600px !important;
	border-radius: 0px 0px 0px 0px;
}
.start-podcast-text {
	display: inline-block;
	align-self: flex-end;
}
.start-kategora-text{
	position: absolute;
}
.blockquote-box-photo{
	margin: 80px auto;
	border-radius: 5%;
}
.padding-footer {
  padding: 2.5rem!important;
}
.padding-start {
  padding: 0rem 1rem!important;
}
.padding-lang {
	padding-right: 2.5rem!important;
}

/* Fonts */
.philosopher {font-family: "Philosopher", serif;}

/* Nav */
.nav-lang {font-weight: 800; color: #fff!important;}
.nav-lang:hover{color: #dcbe84!important;}

/* Logo Nav */
.logo img.logo-dark {
    display:block;
  }
.logo img {
    margin: 0 auto;
    max-width: 200px;
  }
.logo {
      max-width: 250px;
      margin: 0 auto !important;
    }

/* TEXT */
.uppercase{
	text-transform:uppercase;
}
.text-opis-sklep{
	text-align: left;
	padding: 0 40px;
}
.text-align-left{
	text-align: left!important;
}

hr {background-color: #dcbe84; height: 1px; border: 0;}
.background-black {background: #020202;}
.background-gray {background: #F1EFEC;}

#default{display: block!important;}

.header-menu-div-2{color: #A1A1A1!important;}
.header-menu-div-2:hover{color: #DCBE84!important;}

.button-kategoria{padding: 15px 40px;}

.slide-nav-koszyk {
  display: none;
  background:#B8924E;
  cursor:pointer;
  position:fixed;
  top:206px;
  right:0;
  bottom: unset;
  width:60px;
  padding: 10px 10px 10px 15px;
  color: #FFF !important;
  z-index:203;
  font-size: 1.5rem;
}

.koszyk-num {
  z-index:204;
  font-size: 0.8rem;
  padding: 6px 12px;
  margin-top: -45px;
}

@media screen and (max-width:768px) {
	.margin-top-30 {
		margin-top: 0px !important;
	}
	.margin-left-70 {
		margin-left: 0px !important;
	}
	blockquote{
		padding: 20px;
	}
	.blockquote-box {
		padding: 0;
		margin: 0;
	}
	.blockquote-box-photo{
		width: 80%;
		border-radius: 5%;
	}
	.padding-2x {
  		padding: 2rem!important;
	}
	.padding-start {
  		padding: 0.5rem!important;
	}
	.blockquote-aktualnosci{
		height: auto !important;
	}
	.margin-partner{
		margin: 5px !important;
	}
	header{
		background: #FFF !important;
	}
	.start-podcast-image{
		max-height: 250px;
	}
	
	.margin-top-50 {margin-top: 30px !important;}
	.margin-top-60 {margin-top: 40px !important;}
	.margin-top-70 {margin-top: 50px !important;}
	.margin-top-80 {margin-top: 60px !important;}
	.margin-top-100 {margin-top: 70px !important;}
	.margin-top-150 {margin-top: 80px !important;}
	.margin-top-200 {margin-top: 90px !important;}
	.margin-top-250 {margin-top: 100px !important;}
	.margin-top-300 {margin-top: 110px !important;}
	
	.background-image-object {height: 100%;background-size:auto!important;}
	
	.aside-nav.slide-nav {
	  display: none;
	  background:#020202;
	  bottom:0; 
	  right:0;
	  top:0;
	  margin-right:0px!important;     
	  overflow-y:auto;
	  padding:2rem 1rem;
	  position:fixed;
	  width:70%;
	  z-index:201;
	}
	
	.text-opis-sklep{
	text-align: left;
	padding: 0;
	}
	
	.text-size-20, .text-xxl-size-20 {font-size: 15px !important;}
	.text-size-25, .text-xxl-size-25 {font-size: 20px !important;}
	.text-size-30, .text-xxl-size-30 {font-size: 25px !important;}
	.text-size-40, .text-xxl-size-40 {font-size: 30px !important;}
	.text-size-50, .text-xxl-size-50 {font-size: 40px !important;}
	.text-size-60, .text-xxl-size-60 {font-size: 50px !important;}
	.text-size-70, .text-xxl-size-70 {font-size: 60px !important;}
	.text-size-80, .text-xxl-size-80 {font-size: 70px !important;}
	.text-size-90, .text-xxl-size-90 {font-size: 80px !important;}
	.text-size-100, .text-xxl-size-100 {font-size: 90px !important;}

	.button-kategoria{padding: 8px 20px;}
	
}



/* SCROLL DOWN BUTTON */
@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.rev-scroll-btn > * :hover, .rev-scroll-btn > * :focus, .rev-scroll-btn > * .active {
    color: #ffffff;
}

.rev-scroll-btn > * :hover, .rev-scroll-btn > * :focus, .rev-scroll-btn > * :active, .rev-scroll-btn > * .active {
    opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}

.rev-scroll-btn.revs-fulldark, {
    background: #333;
    border: none;
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333;
}

.rev-scroll-btn.rev-b-span-dark span, .rev-scroll-btn.revs-dark span {
    background: #333;
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1;
}

.rev-sbutton-red {
    background-color: #DD4B39;
}