	html,body {
	color: #333;
    overflow-x: hidden;
}
a {
	transition:0.3s all ease;
}
a:hover {
	opacity: .85;
}
.table-functions {
	border-collapse:separate;
	border-spacing: 0 10px;	
}
.table-functions td {
       vertical-align:top;
       padding:10px;
       border:0;
	   background: #fff;
}
.table-functions td h3 {
	margin-top: 0 !important;
}
#slider-129 .vbottom {
	bottom: 110px;
}
@media (max-width: 1100px) and (min-width: 768px) {
	h1.logo, h1.custom-logo, h1.retina-logo {
		position: fixed;
		right: 50px;
	}
}
@media (max-width: 767px) {
	#slide1-content-bottom-right .vbottom {
		max-width: 40% !important;
		bottom:50px;
	}
	#slide1-content-bottom-right .vbottom .seq1 p {
		padding-top: 30px !important;
		width: 25%;
	}
	#slide1-content-bottom-right .vbottom .seq2 {
		right: 70px;
	}
	#slide1-content-bottom-right .vbottom .seq2 p {
		padding-top: 25px !important;
		width: 75%;
	}
	#slide1-content-bottom-right .vbottom .seq3 p  {
		padding-top: 80px !important;
	}
}
/*
@media (max-width: 1100px) {
	#slide1-content-bottom-right .vtop {
		max-width: 30% !important;
		top:80px;
	}	
	#slide1-content-bottom-right .vtop .seq2 p {
		padding-top: 80px !important;
	}
}
@media (max-width: 991px) {
	span.itemback {
		display: none;
	}
	#slide1-content-bottom-right .vtop .seq2 p {
		padding-top: 50px !important;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 450px) {
	#slide1-content-bottom-right .vtop {
		max-width: 40% !important;
		top:50px;
	}
	#slide1-content-bottom-right .vtop .seq2 p {
		padding-top: 50px !important;
	}
}
@media (max-width: 360px) {
	#slide1-content-bottom-right .vtop {
		max-width: 40% !important;
		top:50px;
	}
	#slide1-content-bottom-right .vtop .seq2 p {
		padding-top: 30px !important;
	}
}
*/
div.mod-languages ul.lang-inline li {
	display: inline-block;
}
.category-view .virtuemart_search form{
    float: left;
    padding: 15px 15px 0;
    margin: 0;
    margin-left: 15vw;
	display: none;
}
.category-view .display-number {
	margin-top: 10px;
}
.category-view .res-pag {
	display: none;
}
.moduletable .total_products {
    border-top: 1px solid #ccc;
	text-align: left;	
}
.vm_cart_products .subtotal_with_tax {
	margin-left: 10px;
}
.vmCartModule {
    padding: 10px;
    border: 1px solid #d0d0d0;
}
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button,#checkoutFormSubmit {
    background: #648b99;
    font-family: 'Titillium Web',sans-serif;
    text-transform: uppercase;
    border: 0;
}
.vm-details-button {
	display: none;
}
@media (min-width: 1000px) {
	body.com_virtuemart #right.hr{
	 width: 20%;
	 margin-top: 135px;
	}
	body.com_virtuemart #content.hr{
	 width: 80%;
	}
	body.com_virtuemart.view-productdetails #right.hr{
	 width: calc(20% - 1px);
	 margin-top: 135px;
    border-left: 1px solid #ccc;
	}
}
.product .product-price {
	float: none;
}
/*.product*/ .vm-price-desc {
	display: none;
}
/*.product*/ .PricesalesPrice {
    font-weight: 700;
    font-size: 24px !important;
    text-align: center;
    display: block;
}
.productdetails .PricesalesPrice {
	margin-bottom: 10px;
}
.product h2 {
	font-size: 20px;
}
.product .vm-customfields-wrap > div{
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.browse-view div.product {
    padding: 0 20px 10px 0;
    box-sizing: border-box;
	transition:0.3s all ease
}
.browse-view div.product:hover .spacer{
    box-shadow: 0 0 10px #ddd;
}
.browse-view .horizontal-separator {
	display: none;
}
/*.itemid-228 .dnp-slide {
    max-width: 1200px;
    margin: 50px auto 0;
    float: none;
}*/
.additional-images img {
	width: 90px;
}
.icons {
	display: flex;
}
.icons a {
	margin-left: 5px;
}
.browse-view .product .addtocart-bar {
    position: absolute;
    bottom: 15px;
    left: 40px;
}
.spacer.product-container {
    min-height: 500px;
    padding-bottom: 70px !important;
    position: relative;
} 
#mod120 form,#mod263 form {
    display: flex;
    flex-direction: row-reverse;
}
input[value="Change"],input[value="Zmień"] {
	margin-left: 15px;
}
.additional-images {
    display: flex;
    flex-wrap: wrap;
}
.additional-images .product-image {
	padding-bottom: 5px;
}
#main-wrapper ul li{
    list-style: square;
    margin-left: 40px;
}
fieldset {
	margin: 0;
	padding: 5px 0;
}
@media (min-width: 992px) {
	#com-form-login,#form-login {
		width: 40%;
		float: left;
	}
	#com-form-login-username,#com-form-login-password,#com-form-login-remember {
		width: auto;
	}
	label[for="remember"] {
		
	}
	#com-form-login-remember {
		clear: left;
	}
	.vm-fieldset-pricelist {
		clear: both;	
	}
	.billto-shipto {
		width: calc(60% - 1px);
		float: right;
		border: 0;
		border-left: 1px solid #e0e0e0;
		padding-left: 15px;
	    box-sizing: border-box;
	}
	.h3-uzytkownik {
		padding-bottom: 10px;
		margin-top: 10px !important
	}
	.h3-uzytkownik.mt0 {
		margin-top: 0px !important
	}
	.cart-summary td, .cart-summary th {
		border-left: 0;
		border-right: 0;
	}
	.cart-summary td[colspan="4"]+td[colspan="3"]{
		display: none;
	}
	.vm-payment-header-selected,.vm-shipment-header-selected {
		font-size: 16px;
	}
	#cart-view h3 {
		margin-top: 1em !important;
	}
	#cart-view #form-login {
		padding-top: 60px;
	}
}
.product-description .title {
	display: none;
}
/*.com_virtuemart.view-productdetails .mod-languages {
	display: none;
}*/
.form-limit {
	text-align: left;
}
@media (min-width: 992px) {
	.search-results {
		column-count: 2;
	}
}
dl.search-results dd {
	padding: 0 !important;
}
.dnp_news p.introtext.notitle {
	color: #fff;
}
#main-wrapper ul li.sigFreeThumb {
	margin:8px
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
	background-color: #fff;
    display: block !important;
}
.tytul {	
    text-align: center;
    text-transform: uppercase;
}
#main-wrapper  .chzn-container ul.chzn-results li {
	list-style: none;
	margin-left: 0;
}
#sigFreeIdb85bfe398a .tytul,#sigFreeId11431ac2a1 .tytul /*qt*/ {
	display: none;
}
.table-compatibility td{
	text-align: center;
}
.table-compatibility td:first-child {
	text-align: left;
}
.signup.fixed {
	position: fixed;
	bottom:0;
	right: 80px;
	z-index: 999;
    border-radius: 5px 5px 0 0;
    border: 0;
    background: #000 !important;
    color: #fff !important;
    padding: 6px 12px;
}
a.signup.fixed:hover {
	text-decoration: underline;
    background: #000 !important;
}
.dofinansowanie.fixed {
	position: fixed;
	bottom:0;
	right: 290px;
	z-index: 999;
    border-radius: 5px 5px 0 0;
    border: 0;
    background: #fff !important;
    padding: 5px 12px;
	box-shadow:0 0 5px #ccc !important;
}
.dofinansowanie.fixed:hover {
	background: #fff !important;
}
.dofinansowanie.fixed img {
	height: 40px;
}
div.cc-revoke {
	font-family: 'Titillium Web', 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
}
#userForm1 a:hover {
	color: #333;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: inherit;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0;
}
body .cc-revoke.cc-bottom {
	left: auto;
	right: 180px;
}
body.light #main-wrapper .nav-tabs {
	border:0
}
.rl_tabs .nav-tabs > li:last-child > a {
	border-right: 1px solid #aaa !important
}

.table-shipment {
	margin: 20px 0
}
.cart-summary .table-shipment tr td {
	padding: 5px 10px; 
}
.table-shipment tr:first-child td {
	font-weight: 700;	
}
.vmshipment_description {
	font-size: inherit;
}
.vmshipment_name {
	min-width: 100px;
	display: inline-block;
}
.rl_tabs>.tab-content {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
}
.itemid-437 .accordion-toggle {
	text-align: right;
}

.table2 {
	width: 100%;
}
.table2 td {
	width: 50%;
}
.items-row {
    display: flex;
    flex-wrap: wrap;
}
.span4 td a {
	display: inline-block !important;
}	
#fixed {
	position: fixed;
	top: 200px;
	right: 0;
	width: 150px;
}
#fixed a {
	text-transform: uppercase;
	background: #648b99;
	color: #fff;
	display: block;
    border-radius: 4px 0 0 4px;
	padding: 6px 12px;
}
.jcemediabox-zoom-span img{
	max-height: 100%;
    width: auto;
}
.image_main {
    max-width: none;
    width: 100%;
}
@media (max-width: 767px) {
	.art-171 table td,.art-234 table td,.art-245 table:not(.table-striped) td{
		display: block;	
		width: 100% !important;
	}
	.art-171 .table td,.art-234 .table td{
		display: table-cell;	
		width: auto !important;
	    min-width: 60px;
	}
	.art-171 img,.art-234 img{
		max-width: 100%;
	}
	.rl_tabs.outline_handles ul.nav-tabs>li a {
	    min-width: 120px;
	}
	body.light #main-wrapper .rl_tabs .nav-tabs>li.active>a {
		background-color: #648b99 !important;		
		color: #fff !important;
	}
	.cart-summary td,.cart-summary th {
		font-size: 10px;
		min-width: 0;
		padding: 1px !important;
	}
	.view-cart .main-inner {
		padding-left: 5px;
	}
	.PricesalesPrice {
		font-size: 10px!important;
	}
	.cart-summary {
		position: relative;
	}
	.cart-summary h3 {
		font-size: 16px;
	}
	.table-p {
		width: auto;
	}
	.td-p,.td-l {
		width: auto;
		display: block;
		border: 0;
	}
}


.center {
	text-align: center;
}
#rstbox_3 .rstbox-close,#rstbox_4 .rstbox-close {    
	/*top: 130px;
    right: -260px;*/
	top: 145px;
	right: -245px;
	position: relative;
	z-index: 999999;
}
#rstbox_3,#rstbox_4  {
	overflow: hidden;
}
.dib {
	display: inline-block;
}
.category-view .category {
	display: none;
}
.table-scroll {
	overflow-x:auto
}
#site-wrapper {
	overflow: visible;
}
.img-full-width img {
	width: 100%;
}
#slideshow .custom img {
	width: 100%;
}
#slideshow p {
	margin: 0;
}
@media (max-width: 767px) {
	.gbs3 .A {
		width: 100% !important;
		max-width: 100% !important;
	}
	#slideshow.hopa {
		margin-top: 45px;
	}
	td[style="width: 550px;"],	td[style="width: 550px;"]+td {
		display: block;
		width: auto !important;
	}
	html,body {
		overflow-x: hidden;
	}
}
#videos td {
  padding:7px;
}
.rsform-block-wyslij {
	clear: both;
}
.mainnav .menu > li.deeper li.item-745 ul,.mainnav .menu > li.deeper li.item-753 ul,.mainnav .menu > li.deeper li.item-754 ul,.mainnav .menu > li.deeper li.item-755 ul,.mainnav .menu > li.deeper li.item-756 ul {
	width: 240px;
	max-width: none !important;
}
.item p {
	margin: 0;
}
.item .page-header {
	min-height: 56px;
}
.logo200 {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-fluid .span4 {
	margin-bottom: 30px;
}
.span4 > a p{
	color: #333;
}
.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
	.dofinansowanie.fixed img {
		height: 30px;
	}
}
@media (min-width: 992px) {
	.ue-loga {
		max-width: 750px;
		margin-top: -80px;
		display: inline-block;
	}
}
.right {
	text-align: right;
}
#right.right {
	text-align: left;
}
.testimonials p {
  color:#aaa
}
.social-icons li a {
    height: 44px;
    box-sizing: border-box;
    width: 44px;
    text-align: center;
}
.social-icons li i {
	font-size: 18px;
}
h1.logo, h1.custom-logo, h1.retina-logo {
	float: left;
}
.mainnav .menu.nav {
	padding-left: 50px;
}
#lang {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: flex;
    align-items: center;
	z-index: 9;
}
#pathway .main-inner {
	padding-bottom: 30px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.networking-container.ht {
	border-left: 0;
    align-self: flex-end;
    margin-bottom: 94px;
}
@media (min-width: 1200px) {
	#bottom-wrapper .main-inner {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#bottom-wrapper .main-inner .modulebox{
		width: 20%;
	}
}
#search-top-link {
	margin-right: 10px;
}
#search-top {
	display: none;
}
#search-top form {
	margin-bottom: 0;
}
.shop-icons {
	margin-right: 4px;
}
.shop-icons i {
	margin: 0 5px;
}
.cat-children {
	display: none;
}
.news-item .dropdown-toggle {
	display: none;
}
.news-item div > .btn-group > .btn.btn-primary {
	border-radius:5px;
}
.lang-active a {
	color: #fff;
}
.cart-link {
	position: relative;
}
.liczba {
	position: absolute;
    background: #ffffffd9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    top: -8px;
    left: 6px;
    font-weight: 700;
	color: #000;
}
.cart-link:hover .liczba {
	color: #005580;
}
body span.itemback,body .mainnav .menu > li > a {
	height: 65px;
}
body .mainnav .menu > li > a {
	line-height: 100px;
}
body #custom-logo > a{
	position: absolute;
	bottom: 20px;
	transition:0.5s all ease;
	transition-delay: 250ms;
}
body .scroll #custom-logo > a{
	bottom: 20px;
	transition:.3s all ease;
	transition-delay: 250ms;
}
body li.active span.itemback {
	top: -33px;
}
body #mainnav-wrapper.scroll {
	top: 0;
}
body #mainnav-wrapper {
	background-position-y: -19px;
}
body #lang {
	bottom: 2px;
}
#mod-search-searchword140 {
	height: 16px;
	margin-right: 3px;
}
body .mainnav ul.menu li.deeper > ul {
	top: -25px;
}
@media (min-width: 1100px) {
	body .mainnav .menu.nav {
		width: 65%;
		display: flex;
		justify-content: center;
	}
}
.newsletter {
	overflow: hidden;
	width: 50%;
	float: left;
    border-right: 2px solid #000;
}
.newsletter iframe {
	overflow: hidden;
	height: 340px;
}
.testimonials {
	width: 25%;
	padding-left: 30px;
}
.networking-container.ht {
	width: 20%;
}
#footer-wrapper .main-inner {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
#right.hl.hr div.moduletable .inner {
	margin-right: 0;
	margin-left: 40px;
}
.readmore {
	width: 100%;
	text-align: right;
}
.btn-group.readmore > a.btn.btn-primary,body.light #main-wrapper .btn-group.readmore > a.btn.btn-primary:hover,body.light #main-wrapper .btn.btn-info,body.light #main-wrapper .btn.btn-info:hover, p.readmore a.btn,body.light #main-wrapper p.readmore a:hover {
    background-color: transparent !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
	border: 0;
}
body.light #main-wrapper .btn-group.readmore > a.btn.btn-primary:hover,body.light #main-wrapper .btn.btn-info:hover,p.readmore a.btn:hover  {
	text-decoration: underline;
}
body.light #main-wrapper .btn-group{
	display: block;
	text-align: right;
}
#bottom-wrapper .main-inner {
	display: flex;
	flex-wrap:wrap;
}
#bottom-wrapper .modulebox {
	    width: 20%;
	}
@media (max-width: 767px) {
	#bottom-wrapper .modulebox {
	    width: 50%;
	}
}
#content.hl.hr div.moduletable .inner,#right.hl.hr div.moduletable .inner,#left.hl.hr div.moduletable .inner {
	margin: 0 20px !important;
}
@media (max-width: 979px) {
	.art-15 #left.hl.hr, .art-15 #right.hl.hr {
		max-width: 100%;
		width: 100%;
	}
	.newsletter {
		border-right: 0;
		width: 100%;
	}
	.testimonials {
		padding-left: 0;
		width: 50%;
	}
	#footer-wrapper .main-inner {
	    justify-content: space-around;
	}
	.networking-container.ht {
		width: 50%;
	}
	#rstbox_3 .rstbox-close, #rstbox_4 .rstbox-close {
		right: -170px;
	}
}
@media (min-width: 768px) and (max-width: 1100px) {
	body span.itemback,body .mainnav .menu > li > a {
		height: 90px;
	}
	body .mainnav .menu > li > a {
		line-height: 140px;
	}
	body #custom-logo > a {
		bottom: 0;
	}
	body #mainnav-wrapper {
		background-position-y: 0;
	}
}

.product-container {
    box-sizing: border-box;	
}
#roksearch_search_str {
	background: #090909 ;
	margin-right: 5px;
}
#roksearch_results h3 {
	margin-top: 10px !important
}
.vm-product-media-container > a,.main-image > a {
	display: block !important;
}
.wf-mediabox-theme-shadow .wf-mediabox-numbers,.wf-mediabox-theme-shadow .wf-mediabox-next, .wf-mediabox-theme-shadow .wf-mediabox-prev {
	display: none !important;
}
.product-neighbours {
	display: none;
}
@media (min-width: 1200px) {
	.testimonials {
		align-self: flex-start;
		margin-top: 50px;
	}
}
#order-follow .container{
	display: flex;
	justify-content:center;
    align-items: center;
}
body.light #main-wrapper #order-follow .btn{
	background-color: #648b99;
	color: #fff !important;
	font-weight: 700;
	font-size: 18px;
    padding: 10px 30px;
}
#order-follow img {
	display: none;
	max-width: 200px;
	max-height: 50px;
}
.smaller #order-follow {
	position: fixed;
    top: 65px;
	left: 0;
    background: #fff;
    width: 100vw;
    padding: 10px;
    z-index: 9;
    box-shadow: 0 0 5px #ccc;
}
.smaller #order-follow .container {
    justify-content: space-between;	
}
.smaller #order-follow img {
	display: inline-block;
}
#order-follow .container:after,#order-follow .container:before {
	display: none;
}
#roksearch_results {
	left: inherit !important;
	right: 100px ;
}
@media (max-width: 991px) {
	.smaller #order-follow {
		top: 0;
	}
	.smaller #order-follow img{
		max-width: 50vw;
	}
	#roksearch_results {
		right: 15px;
	}
}
.testimonials div.moduletable {
	margin-top: 0;
}
.testimonials div.moduletable h3 {
	margin-top: 0 !important;
}
.networking-container {
    max-width: 140px;
    color: #fff;
}
.find-us {
	padding-left: 3px; 
	color: #aaa;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.newsletter {
		width: 60%;
	}
}
@media (max-width: 767px) {
	body #custom-logo > a {
		margin-left: 60px;
		bottom: 10px;
	}
	.mainnav ul.menu.mini li.mini > ul.menu {
		margin-bottom: 40px;
	}
}
.span4 h4 {
    font-size: 20px;
    font-weight: 700;
}
h1 {
	line-height: 1.1;
}
form#adminForm {
	position: static;
}
@media (max-width: 991px) {
	.social-icons li a {
	    height: 39px;
	}
}
@media (max-width: 767px) {
	.newsletter iframe {
		height: 490px;
	}
}