html, body{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color: #F2F2F2!important;
	font-family: poppins, sans-serif;
font-style: normal;
font-weight: 400;
}

.pt160{
	padding-top: 160px;
}

.pb80{
	padding-bottom: 80px;
}

.pt80{
	padding-top: 80px;
}

.mt40{
	margin-top: 40px;
}

.dfr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
#########################
##########################
		MENU
###########################
############################
*/

.myAccountLink{
	color: #f2f2f2;
}

.myAccountLink:hover{
	text-decoration: none;
	color: #f2f2f2;
}

.slider{
	position: relative;
	background-color: #F2F2F2!important;
}

.menu-wrapper{
	position: relative;
	width: 100%;
	height: 100px;
}


.logo{
	color: #11261E;
}

.logo:hover{
	color: #11261E;
}

.main-header-wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.main-header{
	font-size: 62px;
	margin-bottom: 30px;
	color: #fff;
}


.sub-header{
	font-size: 24px;
	color: #fff;
}

.header-section{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.header-support{
	font-size: 54px;
	text-align: center;
}

.setting-link{
	cursor: pointer;
	font-size: 18px;
}

.site-search{
	cursor: pointer;
	font-size: 18px;
}

.register-link{
	color: #D81D51;
	text-align: center;
	transition: .2s all ease-in;
}

.register-link:hover{
	text-decoration: none;
	color: #111;
}

.settingsBox, #cart-drawer, #searchPopup { color:#050000; text-align:left; background-color:#ffffff; box-shadow:0 0 15px rgba(5,0,0,0.1); -webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.settingsBox { visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:130%; right:15px; z-index:99; }
.settingsBox.active { visibility:visible; opacity:1; top:100%; }
.settingsBox .btn { width:100%; }
.icons-col .customer-links { font-size:12px; text-transform:uppercase; }
.icons-col .customer-links .register { text-decoration:underline; }
.settingsBox .ttl { font-size:12px; margin:20px 0 10px; display:block; letter-spacing:0.2px; text-transform:uppercase; }
.cnrLangList li { display:inline-block; margin:0 5px 5px 0; cursor:pointer; }
.cnrLangList li a { color:#000000; display:block; font-size:12px; text-transform:uppercase; padding:1px 10px; opacity:0.6; border:1px solid rgba(0,0,0,0.3);}
.cnrLangList li a:hover { color:#f04343; border:1px solid #f04343; opacity:1; text-decoration:none; }

.search-drawer { padding:40px 50px; background-color:#fff; opacity:0; visibility:hidden; position:fixed; top:0; left:0; z-index:9999; text-align:left;
	transform:translate(0,-100%); -webkit-transform:translate(0,-100%); -ms-transform:translate(0,-100%); -o-transform:translate(0,-100%); transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; width:100%; box-shadow:0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);}
.search-drawer .container { position:relative; }
.search-drawer.search-drawer-open { opacity:1; transform:translate(0,0); -webkit-transform:translate(0,0); -ms-transform:translate(0,0); -o-transform:translate(0,0); visibility:visible; }
.search-drawer.search-drawer-open .block { background-color:transparent; padding:0; }
.search-drawer .title { color:#000000; font-size:15px; margin-bottom: 20px; }
.search-drawer .label { border:0; clip:rect(0,0,0,0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.search-drawer .control { border-bottom: 1px solid #ddd; }
.search-drawer .input-text { color:#050000; font-size:13px; padding:5px 50px 5px 0; background:none; border:0 none; width: 100%;}
.search-drawer .input-text:focus { border: none; outline: none; }
.search-drawer .action.search { font-size:18px; position:absolute; right:14px; border:0; background:none; cursor:pointer; height:38px; }
.search-drawer .action.search:hover { color:#000000; }
.search-drawer .closeSearch { color:#050000; font-size:18px; position:absolute; top:0; right:25px; cursor:pointer; }
.search-drawer .searchField { display:table; width:100%; }
.search-drawer .search-category { display:table-cell; padding-right:10px; }
.search-drawer .search-category select { font-size:13px; border:0; }
.search-drawer .input-box { display:table-cell; width:87%; }


.btn { -moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; width:auto; height:auto; 
	text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border:1px solid transparent; border-radius:0; padding:8px 15px 8px; background-color:#000; color:#fff; font-family:'Poppins', sans-serif; 
	font-weight:400; text-transform:uppercase; letter-spacing:1px; line-height:normal; white-space:normal; font-size:13px; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.btn:hover, .btn:focus { background-color:#1a1a1a; opacity:0.8; color:#fff; text-decoration:none; }
.btn--small { padding:8px 10px; font-size:0.92308em; line-height:1; }
.btn-secondary { background-color:#e34848; color:#ffffff; border:1px solid #e34848; }
.btn--link { background-color:transparent; border:0; margin:0; color:#139ddd; text-align:left; text-decoration:none; outline:none !important;box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { color:#000; text-decoration:none; background-color:transparent; }
.btn-large { font-size:16px; padding:10px 20px; }
.btn-link { color:#555; }
.btn-link:hover { color:#000; }


.navigation{
	width: 100%;
	position: relative;
	background-color: #FAFAFA;
	box-shadow: 0 3px 20px rgba(black, 0.2);
	transition: background-color .2s ease-in-out;
}

.logo{
	display: block;
	position: absolute;
	top: 5px;
	left: 2%;
}

.logo-link{
	color: #11261E;
	padding-top: 25px;
	font-size: 20px;
	line-height: 30px;
	 padding: 20px 25px;
}

.logo-link:hover{
	color: #11261E;
	text-decoration: none;
}

.primary-menu{
	width: 100%;
}


.primary-menu nav > ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 70px;
}

.primary-menu nav > ul > li {
  position: relative;
  margin-right: 1px;
}

.primary-menu nav > ul > li:last-child {
  margin-right: 0;
}

.primary-menu nav > ul > li > a {
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding: 20px 25px;
  color: #11261E;
  font-weight: 300;
	font-family: poppins, sans-serif;
font-style: normal;
}

.primary-menu nav > ul > li > a::before{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #11261E;
    position: absolute;
    bottom: 25%;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
}

.primary-menu nav > ul > li:hover > a::before{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #11261E;
    position: absolute;
    bottom: 25%;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.primary-menu nav > ul > li > a:hover{
	text-decoration: none;
}

.primary-menu nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.primary-menu nav > ul > li.active > a {
  background-color: rgba(0, 0, 0, 0.15);
}


.primary-menu nav > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.pull-right-wrapper{
	position: absolute;
	right: 2%;
	display: block;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}


.pull-right-menu-item{
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding: 0 25px;
  color: #11261E;
  font-weight: 300;
	font-family: poppins, sans-serif;
font-style: normal;
	height: 100%;
	transition: .2s all ease-in;
}

.pull-right-menu-item:hover{
	color: #D81D51;
	text-decoration: none;
}

.primary-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #F2F2F2;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 220px;
}

.primary-menu .sub-menu li {
  padding: 0 20px;
	position: relative;
}

.primary-menu .sub-menu li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #BFBFBD;
  line-height: 1;
}


.primary-menu .sub-menu li:last-child > a {
  border-bottom: none;
}

.primary-menu .sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
  float: right;
}

.sub-menu-item{
	color: #404040;
}

.sub-menu-item:hover{
	color: #404040;
}

.sub-menu li>a::before {
 	content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 10%;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
}

.sub-menu li:hover a::before{
	content: '';
    display: block;
    width: 80%;
	margin-left: 10%;
	margin-right: 10%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
}

.sub-menu li:last-child>a::before{
	display: none;
}

.mobile-logo{
	color: #11261E;
	font-size: 20px;
}

.mobile-logo:hover{
	color: #11261E;
	text-decoration: none;
}

.mobile-header {
  padding: 20px 0;
	background-color: #fafafa;
}

.mobile-header-cart {
  color: #f2f2f2!important;
  padding-right: 10px;
}

.mobile-header-cart i {
  margin: 0;
  font-size: 22px;
}

.mobile-header-cart:last-child {
  margin-right: 0;
}

.header-bottom-search-toggle{
	transition: .2s all ease-in;
}

.header-bottom-search-toggle:hover{
	cursor: pointer;
	color: #D81D51!important;
}

.header-bottom-search-toggle i {
  line-height: 30px;
}

.fa-shopping-cart{
	color: #f2f2f2;
}

.header-top-right-cart i{
	position: relative;
	font-weight: 300;
}

.header-top-right-cart i::after, .mobile-header-cart i::after {
  content: attr(data-count);
  position: absolute;
  left: 16px;
  top: -10px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 50%;
  background-color: #f2ac5c;
  color: #404040;
  text-align: center;
  font-style: normal;
}

#fullscreen-search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

#fullscreen-search-overlay.open {
  opacity: 1;
  visibility: visible;
}

#fullscreen-search-overlay.open #fullscreen-search-form {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}

#fullscreen-search-form {
  max-width: 490px;
  padding: 0 15px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 150px;
}

.search-form-input{
	width: 100%;
	position: relative;
	color: #404040!important;
	outline: none;
}

.search-form-input::placeholder{
	color: #404040;
}

.search-button{
	position: absolute;
	width: 50px;
	display: block;
	right: 0;
	top: 0;
}

.search-wrapper{
	position: relative;
}

.input-search{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding: 5px 10px;
}

.input-search::placeholder{
	color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}

.input-search-button{
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: transparent;
	height: 35px;
	border: none;
	border-radius: 5px;
	width: 40px;
	transition: .3s ease-in all;
	font-size: 20px;
}

.input-search-button:hover{
	cursor: pointer;
	background-color: #f2f2f2;
}

.input-search-button:focus{
	border: none;
}


#fullscreen-search-form .fullscreen-search-close {
  float: right;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin-bottom: 10px;
}

#fullscreen-search-form .fullscreen-search-close i {
  font-size: 24px;
}

#fullscreen-search-form .fullscreen-search-close:hover {
  color: #f2ac5c;
	cursor: pointer;
}

#fullscreen-search-form input {
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 600;
  color: #999999;
}

#fullscreen-search-form .search-note {
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.75;
}


@media only screen and (max-width: 479px) {
  .mobile-header-right-toggles button {
    margin-right: 15px;
  }
  .mobile-header-right-toggles button:last-child {
    margin-right: 0;
  }
}

.mobile-header-right-toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header-right-toggles button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 25px;
}

.mobile-header-right-toggles button:last-child {
  margin-right: 0;
}

.mobile-header-right-toggles button i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 36px;
}

.mobile-header-right-toggles button.mobile-menu-toggle i {
  font-size: 42px;
	color: #11261E;
}

.mobile-header-right-toggles button:hover {
  color: #020E26;
}

.mobilemenu-section {
  position: fixed;
  right: -100%;
  left: auto;
  top: 0;
  height: 100%;
  width: 390px;
  padding-left: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 998;
}

.mobilemenu-section.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobilemenu-section.open .mobilemenu-close {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 479px) {
  .mobilemenu-section {
    width: 100%;
    padding-left: 50px;
  }
}

/*OffCanvas Overlay*/
.mobilemenu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 996;
}

/*OffCanvas Wraper*/
.mobilemenu-wrap {
  height: 100%;
  background-color: #F2F2F2;
  -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}

.mobilemenu-wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px;
  min-height: 100%;
}

/*OffCanvas Close*/
.mobilemenu-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #F2F2F2;
  color: #404040;
  -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
   box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 400;
  z-index: 997;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
		justify-content: center;
	align-items: center;
}


@media only screen and (max-width: 479px) {
  .mobilemenu-close {
    width: 40px;
    height: 40px;
  }
}

/*OffCanvas Menu*/
.mobilemenu-menu {
  margin-bottom: 50px;
}

.mobilemenu-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilemenu-menu nav ul li {
  position: relative;
}

.mobilemenu-menu nav ul li a {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1;
	color: #404040;
}

.mobilemenu-menu nav ul li:last-child > a {
  border-bottom: none;
}

.mobilemenu-menu nav ul li .menu-expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  z-index: 5;
}

.mobilemenu-menu nav ul li .menu-expand i {
  display: block;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobilemenu-menu nav ul li .menu-expand i::before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobilemenu-menu nav ul li .menu-expand:hover i {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li .menu-expand:hover i::before {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li:hover > .menu-expand i {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li:hover > .menu-expand i::before {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li.active > .menu-expand i::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobilemenu-menu nav ul li.active > .sub-menu {
  border-bottom: 1px solid #eeeeee;
}

.mobilemenu-menu .sub-menu {
  display: none;
}

.mobilemenu-menu .sub-menu li {
  padding: 0 15px;
}

.mobilemenu-menu .sub-menu li a {
  font-size: 13px;
  text-transform: inherit;
}

.mobile-menu-toggle-dark i{
	color: #404040!important;
}


.mobile-menu-toggle-dark:hover i{
	color: #404040!important;
}

.mobile-logo-dark{
	color: #404040;
}

.mobile-logo-dark:hover{
	color: #404040;
}


@media only screen and (max-width: 992px){
	
	.pull-right-menu-item{
		color: #11261E!important;
		display: block;
		padding: 5px 15px!important;
		height: 40px;
	}
	
	.pt160{
		padding-top: 40px;
	}
	
	
	.pb80{
		padding-bottom: 40px;
	}

	.header-top-right-cart{
		padding: 0 30px;
	}
	
	.header-search-toggle{
		color: #11261E!important;
		display: block;
		padding: 5px 20px!important;
		height: 40px;
	}
	
	
.dfr-order{
	order: 2;	
}
	
	.korzysci-info{
		margin-top: 40px;
	}
		
}

/*
#########################
##########################
	KONIEC	MENU
###########################
############################
*/




/*
#########################
##########################
	HERO
###########################
############################
*/



.hero{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
}

.hero__inner{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 35px 0;
	z-index: 2;
	text-align: center;
}

.baner-section{
	background-image: url("../banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 500px;
	padding-bottom: 0;
}


/*
#########################
##########################
	KONIEC HERO
###########################
############################
*/





/*
#########################
##########################
		LOGOWANIE
###########################
############################
*/


.info{
	margin-top: 160px;
	margin-bottom: 80px;
	min-height: 200px;
	background-color: #fafafa;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.logowanie{
	margin-bottom: 80px;
	margin-top: 80px;
}

.form-input{
	border: 1px solid #ddd;
	display: block;
	height: 40px;
	padding: 7px 15px;
	width: 100%;
	border-radius: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.form-input::placeholder{
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.form-input:focus {
    outline-color: #D81D51;
}

.contact-textarea {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #000;
    transition: .3s;
    height: 100px;
    font-size: 16px;
}

.contact-textarea:focus{
	border: 1px solid #2F8C82;
	-webkit-box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
-moz-box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
	margin-top: 10px;
}

.form-button{
	display: block;
	min-width: 150px;
	min-height: 50px;
	background-color: #D81D51;
	color: #fff;
	border: 1px solid #D81D51;
	transition: all .3s ease-in-out;
}

.form-button:hover{
	background-color: #fff;
	color: #D81D51;
	cursor: pointer;
}

.form-button:focus{
	background-color: #fff;
	color: #D81D51;
}

.form-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.form-link{
	padding-top: 40px;
	font-size: 14px;
	color: #000;	
}

.form-link:focus{
	outline: none;
	text-decoration: underline;
}

.form-link:hover{
	color: #000;
}



.login-section{
	width: 100%;
}

.header{
	text-align: center;
	margin-bottom: 40px;
}

.loginBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.loginBox>form{
	width: 100%;
}

.login-wrapper{
	border: 1px solid #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	min-height: 400px;
}

.login-wrapper>h3{
	padding: 10px 0;
}

.black-link{
	color: #111;
}

.black-link:hover{
	color: #111;
	text-decoration: underline;
}

.login-wrapper>button{
	visibility: hidden;
}

.login-button{
		border: 1px solid;
    border-radius: 1px;
    padding: 8px 15px;
    background-color: transparent;
    border-color: #D81D51;
    color: #D81D51;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 16px;
	margin-top: 20px;
}

.login-button:hover{
	background-color: #D81D51;
	border-color: #D81D51;
	color: #f2f2f2;
	outline: 0;
	text-decoration: none;
}



/*
#########################
##########################
		KONIEC LOGOWANIE
###########################
############################
*/


/*
#########################
##########################
		SLIDESHOW
###########################
############################
*/

.carousel-item{
	max-height: 600px;
}

.carousel-caption{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*#########################
##########################
	KONIEC SLIDESHOW
###########################
############################
*/






/*
#########################
##########################
	KATEGORIE SUPPORT
###########################
############################
*/

.inline-tiles{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.tile{
	-webkit-box-shadow: 0px 2px 4px 1px rgba(172,172,172,0.7); 
	box-shadow: 0px 2px 4px 1px rgba(172,172,172,0.7);
	border-radius: 5px;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s all ease-in-out;
	margin-bottom: 40px;
	position: relative;
}

.tile.tile-45{
	width: 45%;
}

.tile-wrapper-48{
	width: 48%;
}

.tile-wrapper-48 .tile{
	margin-bottom: 20px;
}

.tile:hover{
	cursor: pointer;
	transform: scale(1.05);
}

.tile:hover .tile-title{
	color: #D81D51;
}

.tile img{
	width: 125px;
	height: auto;
	margin-top: 0;
}

.article-tile-details{
	width: 100%;
	padding: 5px;
}
.article-tile-details h3{
	text-align: center;
}

.article-tile-details-50{
	width: 50%;
	padding: 5px;
}

.tile-details{
	width: 100%;
	padding: 5px;
	margin-top: 15px; 
}


.tile-title{
	font-size: 20px;
	transition: .3s all ease-in-out;
	font-weight: 500;
	text-align: center;
}

.tile-title-link{
	color: #212529;
	transition: .3s all ease-in-out;
	width: 100%;
	height: 100%;
	display: block;
}

.tile-title-link:hover{
	color: #D81D51;
	text-decoration: none;
}


.tile-description{
	font-size: 12px;
	color: #404040;
}


/*
#########################
##########################
 KONIEC KATEGORIE SUPPORT
###########################
############################
*/




/*
#########################
##########################
 		FAQ
###########################
############################
*/

.accordion .card-header:after {
    content: "-";
    float: right;
	font-size: 18px;
	font-weight: 300;
}
.accordion .card-header.collapsed:after {
    content: "+"; 
}

.card{
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.card-header{
	background-color: #F2F2F2;
}

.card-header:last-of-type{
	border-bottom: none;
}

.card-header:hover{
	cursor: pointer;
}

.card-body{
	padding: 0;
	margin: 0;
	background-color: #F2F2F2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body p{
	padding: 15px;
	margin: 0;
}


/*
#########################
##########################
 	  KONIEC FAQ
###########################
############################
*/




/*
#########################
##########################
		STOPKA
###########################
############################
*/





.footer{
	width: 100%;
	padding-top: 40px;
	background-color: #fafafa;
	color: #11261E;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.stopka{
	width: 100%;
}

.stopka-header{
	font-size: 48px;
}

.stopka-menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding-bottom: 20px;
}


.stopka-menu-link{
	margin: 24px;
	font-size: 20px;
	color: #000;
	transition: .3s;
	position: relative;
}


.stopka-menu-link:hover{
	color: #D81D51;
	text-decoration: none;
}


.stopka-menu-link:after{
	background: none repeat scroll 0 0 transparent;
	  bottom: -15%;
	  content: "";
	  display: block;
	  height: 1px;
	  left: 0%;
	  position: absolute;
	  background-color: #D81D51;
	  transition: width 0.4s ease 0s, left 0.4s ease 0s;
	  width: 0;
}

.stopka-menu-link:hover:after{
	 width: 100%; 
 	 left: 0; 
}

.copyright{
	width: 100%;
	text-align: center;
}


.copyright-link{
	color: #D81D51;
	transition: .3s;
}

.copyright-link:hover{
	color: #D81D51;
	text-decoration: underline;
}

.stopka-login{
	text-align: center;
	margin-top: 10px;
}

.stopka-login>a{
color: #D81D51;
}

.copy-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}



@media (max-width: 1024px){
	
	.footer{
		width: 100%;
		display: flex;
		flex-direction: column;	
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #fafafa;
	}
	
	
	.stopka-header{
		text-align: center;
		font-size: 42px;
		margin-bottom: 40px;
	}
	
	.stopka-menu{
		flex-direction: column;
		font-size: 24px;
		text-align: center;
		padding: 0;
		margin-bottom: 40px;
	}
	.stopka-menu-item{
		margin-top: 20px;
	}
}

@media (max-width: 1199px){
	.navbar-nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	
	.nav-link{
		font-size: 20px!important;
	}
	
	#rejestracja{
		padding: 7.5px;
		margin-bottom: 10px;
	}
	
	.nav-item{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
}


.footer-section {
  background-color: #f2f2f2;
  padding-top: 60px;
	padding-bottom: 20px;
position: relative;
}

.footer-section-area {
  margin-bottom: -40px;
}

.footer-column {
  margin-bottom: 40px;
  color: #111;
}

.footer-section-header{
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 35px;
font-weight: 500;
position: relative;
}

.footer-section-header::after {
  background-color: #111;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.footer-section-text p {
  margin-bottom: 10px;
}

.footer-section-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-link li + li {
  margin-top: 15px;
}

.footer-section-link li a {
  position: relative;
}

.footer-section-link-item{
	color: #111;
	 transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-section-link-item:hover{
	color: #111;
	text-decoration: underline;
}


.footer-section-link-item::before{
	content: "\f105";
  font-family: "FontAwesome";
	margin-right: 3px;
}

.footer-contact-link{
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
}

.footer-contact-link-item{
	color: #111;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-contact-link-item>p>i{
	margin-right: 5px;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	
}


.footer-link{
	color: #111;
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-link:hover{
	text-decoration: underline;
}

.email-link{
	color: #111;
	transition: .3s all ease-in-out;
}

.email-link:hover{
	text-decoration: underline;
	color: #111;
}

.footer-newsletter-wrapper{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.copy-button-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-newsletter{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.newsletter-text{
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}

.footer-button{
    color: #111;
    letter-spacing: .04em;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-left: 25px;
	transition: .2s all ease-in;
}

.footer-button:hover{
	color: #D81D51;
	outline: 0;
	text-decoration: none;
}

.footer-social-icons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
}

.footer-social-icons>a{
	color: #111;
	font-size: 24px;
	padding: 0 15px;
	transition: .2s all ease-in;
}

.footer-social-icons>a:hover{
	color: #D81D51;
}

.copy{
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 10px;
	text-align: center;
}

.copy-text{
	font-size: 16px;
	line-height: 20px;
}


@media (max-width: 992px){
	.footer-newsletter-wrapper{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	
	.footer-social-icons{
		margin-top: 20px;
	}
	
	.copy-wrapper{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.copy-text-wrapper{
		margin-bottom: 10px;
	}
}



@media (min-width: 992px) and (max-width: 1199px){
	.nav-link{
		font-size: 18px!important;
		margin-left: -7px;
		margin-right: -7px;
	}
}

@media (min-width: 1200px){
	
	.panel-collapse{
		margin-left: 0!important;
		margin-right: 0!important;
	}
}



/*
#########################
##########################
		KONIEC STOPKA
###########################
############################
*/




/*
#########################
##########################
		OFERTA
###########################
############################
*/

.tac{
	text-align: center;
}

.cennik-wrapper{
	background-color: #fafafa;
	padding: 10px;
	border-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cennik-header{
	background-color: #D81D51;
	width: 100%;
	text-align: center;
	color: #fafafa;
	border-radius: 10px;
	padding: 25px 15px;
}

.cennik-header>h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.cennik-text{
	padding: 20px 15px;
	font-size: 14px;
	margin-top: 20px;
}

.cennik-list-wrapper{
	width: 100%;
	padding: 0;
}

.cennik-list{
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin-left: 10px;
}

.cennik-list-item{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.cennik-list-item>i{
	margin-right: 10px;
}

.cennik-price{
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #D81D51;
}

.price{
	font-weight: bolder;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.cennik-button-wrapper{
	padding-bottom: 25px;
	width: 90%;
	text-align: center;
}

.cennik-button{
	border: 1px solid;
    font-size: .9em;
    padding: 15px 15px;
    background: #D81D51;
    border-color: #D81D51;
    color: #f2f2f2;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.82857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 90%;
}

.cennik-button:hover{
	background-color: #fafafa;
	color: #D81D51;;
	text-decoration: none;
}

.cennik-button>i{
	transition: all ease 0.3s;
}

.cennik-button:hover>i{
	margin-left: 10px;
}

.cennik-button:focus{
	background-color: #fff;
	color: #D81D51;
}




/*
#########################
##########################
	KONIEC OFERTA
###########################
############################
*/




/*
#########################
##########################
	PULPIT 
###########################
############################
*/

.pulpit-text{
	font-size: 28px;
	text-align: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.pulpit-list-item{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-size: 16px;
}

.pulpit-list-item>i{
	margin-right: 10px;
	font-weight: normal;
	font-size: 16px;
}


/*
#########################
##########################
	KONIEC PULPIT 
###########################
############################
*/




/*
#########################
##########################
	ARTYKUŁ
###########################
############################
*/

.article-evaluation-wrapper{
	border: 1px solid #000;
	padding: 20px;
	border-radius: 5px;
	margin-top: 80px;
}

.article-evaluation-header{
	text-align: center;
	padding: 10px;
}

.article-evaluation-header h4{
	margin-bottom: 20px;
}

.article-evaluation-buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}

.article-evaluation-button{
	padding: 10px;
	border: 1px solid #212529;
	border-radius: 5px;
	min-width: 100px;
	text-align: center;
	transition: .2s all ease-in;
	color: #212529;
	background-color: #f8f9fa;
}

.article-evaluation-button a{
	color: #212529;
}

.article-evaluation-button:hover{
	text-decoration: none;
	color: #212529;
	cursor: pointer;
}

.article-evaluation-button-yes:hover{
	background-color: #66FA90;
}

.article-evaluation-button-no:hover{
	background-color: #FA6666;
}

.article-evaluation-feedback{
	text-align: center;
	margin-top: 20px;
	color: #66FA90;
	font-size: 22px;
	display: none;
}

.article-evaluation-feedback.active{
	text-align: center;
	margin-top: 20px;
	color: #66FA90;
	font-size: 22px;
	display: block;
}














/*
#########################
##########################
	KONIEC ARTYKUŁ
###########################
############################
*/






/*
#########################
##########################
	SIDEBAR
###########################
############################
*/

.sidebar .sidebar_widget {
	margin-bottom:35px;clear:both; width:100%; 
}
.sidebar .sidebar_widget:last-of-type { 
	margin-bottom:0;
}
.sidebar h2, .sidebar .h2 { 
	font-family:'Poppins', sans-serif;
	margin-bottom:20px;
	font-size: 18px;
}
.sidebar .sidebar_widget .widget-content ul {
	margin:0 0;
}
.sidebar .sidebar_widget.sidePro .widget-content ul {
	margin:0;
}
.sidebar .sidebar_widget .widget-content ul li {
	padding:3px 0;
	font-size:14px;
}

.sidebar .sidebar_widget.categories .sub-level {
	position:relative;
}
.sidebar .sidebar_widget.categories .sub-level > a:after {
	content:'+';
	font-family:'annimex-icons';
	display:inline-block;
	position:absolute;
	right:0;
	top: 0;
	font-size: 18px;
}
.sidebar .sidebar_widget.categories .sub-level > a.active:after {
	content:'-';
	display:inline-block;
	font-size: 20px;
	right:0;
	top: -4px;
}
.sidebar .sidebar_widget.categories .sub-level ul {
	margin-bottom:0;
	display:none;
}
.sidebar .sidebar_widget.categories li a {
	color:#111;
	font-size:16px;
	display:block;
}
.sidebar .sidebar_widget.categories li a:focus {
	outline:0;
	opacity: 0.8;
}

.filter-widget .widget-title {
	position:relative;
	cursor:pointer;
}
.filter-widget .widget-title:after {
	content:'+';
	display:inline-block;
	position:absolute;
	right:0;
	top:-5px;
	font-size:18px;
}
.filter-widget .widget-title.active:after {
	content:'-';
	display:inline-block;
}

.sidebar_categories{
	padding: 0;
	list-style-type: decimal-leading-zero;
}

.sublinks{
	padding-left: 10px;
}

.sidebar_categories a{
	transition: all .2s ease-in;
}

.sidebar_categories a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.level1{
	list-style-type: none;
}

.level2{
	list-style-type: disc;
}

.level3{
	list-style-type: circle;
}

.level4{
	list-style-type: square;
}

/*
#########################
##########################
	KONIEC SIDEBAR
###########################
############################
*/











