body {
  font-family: 'asapregular';
  font-size: 14px;
  color: #252525;
}


@font-face {
    font-family: 'asapbold';
    src: url('../fonts/asap-bold-webfont.eot');
    src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-bold-webfont.woff2') format('woff2'),
         url('../fonts/asap-bold-webfont.woff') format('woff'),
         url('../fonts/asap-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapbold_italic';
    src: url('../fonts/asap-bolditalic-webfont.eot');
    src: url('../fonts/asap-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/asap-bolditalic-webfont.woff') format('woff'),
         url('../fonts/asap-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapitalic';
    src: url('../fonts/asap-italic-webfont.eot');
    src: url('../fonts/asap-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-italic-webfont.woff2') format('woff2'),
         url('../fonts/asap-italic-webfont.woff') format('woff'),
         url('../fonts/asap-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapmedium';
    src: url('../fonts/asap-medium-webfont.eot');
    src: url('../fonts/asap-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-medium-webfont.woff2') format('woff2'),
         url('../fonts/asap-medium-webfont.woff') format('woff'),
         url('../fonts/asap-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapmediumitalic';
    src: url('../fonts/asap-mediumitalic-webfont.eot');
    src: url('../fonts/asap-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/asap-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/asap-mediumitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapregular';
    src: url('../fonts/asap-regular-webfont.eot');
    src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-regular-webfont.woff2') format('woff2'),
         url('../fonts/asap-regular-webfont.woff') format('woff'),
         url('../fonts/asap-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.home-page .tag-btn-big {
  margin-top: 25px;
}

.home-page .tag-btn-big.no-margin {
  margin-top: 0;
}

button:focus {outline:0;}

/* ============ FOOOTER ============ */

footer {
  background: #212022;
  min-height: 350px;
  padding: 30px 0;
  color: #fff;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-top: 90px;
}

.footer-info {
  margin-bottom: 55px;
}

.footer-info p {
  margin-bottom: 3px;
}

.footer-info a {
  color: #96aecd;
  font-weight: 700;
}

.contact-info {
  float: right;
  margin-right: 55px;
}

footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 85px;
}

.footer-menu li {
  height: 39px;

}

.footer-menu li a {
  font-weight: 700;
  color: #fff;
}

.footer-copyright {
  margin-top: 65px;
}

.footer-regulations {
  margin-top: 15px;
}


/* ============ TOP ============ */

.navbar {
  padding-top: 30px;
  margin-bottom: 10px;
}

.nav > li > a {
  margin-top: -15px;
}

.navbar-inverse {
    background-color: #212022;
    border-color: #212022;
}

.input-group {
  width: 220px;
  float: right;
  margin-right: 5px;
}

.input-group-btn:last-child > .btn {
  border-radius: 0;
  background: #e3e7ec;
  padding: 0px 5px;
  height: 28px;
}


.input-group .form-control {
  border-radius: 0;
  float: right;
  height: 28px;

}

.top-menu .nav {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  float: right;
  padding: 0 0 10px 0;
}

.navbar-collapse {
  padding-right: 0;
}

.navbar-collapse .moduletable {
  display: none;
} 

.top-menu .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  align-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-flow: row wrap;
  padding: 0 0 10px 0;
}



.top-menu .nav li a {
  color: #fff;
  /*padding: 0 0 30px 30px;*/
}


.top-menu .nav li a:hover::before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  bottom: -11px;
  left: 50%;
}

#navbar .menu li a {
	margin: -15px 0 0 30px;
}

.nav > li > a {
	padding: 10px 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.social-media ul {
  list-style: none;
  padding: 0;
  margin: 1px 0;
  float: right;
}

.social-media ul li {
  float: left;
}

.social-media ul li a {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 8px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out ;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.social-media ul li a.social-fb {
  background: url('../img/social.png') 0 0 no-repeat;
}

.social-media ul li a.social-instagram {
  background: url('../img/social.png') -33px 0 no-repeat;
}

.social-media ul li a.social-google {
  background: url('../img/social.png') -66px 0 no-repeat;
}

.social-media ul li a.social-youtube {
  background: url('../img/social.png') -99px 0 no-repeat;
}

.social-media ul li a.social-fb:hover {
  background-position: 0 -25px;
}

.social-media ul li a.social-instagram:hover {
  background-position: -33px -25px;
}


.social-media ul li a.social-google:hover {
  background-position: -66px -25px;
}

.social-media ul li a.social-youtube:hover {
  background-position: -99px -25px;
}

.navbar-toggle {
  border: 0;
}

.navbar-toggle .icon-bar {
  width: 33px;
  height: 5px;
  border-radius: 5px;
}

.footer-info .social-media ul {
  display: none;
}


/* BREADCRUMBS */

.breadcrumb {
  background: #fff;
  font-size: 13px;
  padding: 0px;
}

.breadcrumb a {
  color: #212022;
  float: left;
}

.breadcrumb > li + li:before {
  content: '>';
}

.breadcrumb > .active {
  font-weight: 700;
  color: #212022;
}

.breadcrumb > li span {
	display: inline-block;
	float: left;
}
	

/* 404 */

.page404 {
  color: #252525;
  position: relative;
}

.page404 h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page404 h1 {
  font-weight: 700;
  font-size: 72px;  
}

.page404 p {
  font-size: 18px;
  font-style: italic;
}

.error-page {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page404 img {
  width: 100%;
}

.page-404-content footer {
  margin-top: 10px;
}

.container.no-category .seealso,
.container.article .seealso {
	display: inline-block;
  background: #000 ;
  color: #fff;
  font-size: 18px;
  font-family: 'asapbold';
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  margin: 20px 0;
  padding: 0px 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out ;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.back-btn {
  background: #38a735 ;
  display: block;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-family: 'asapbold';
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  margin: 40px auto 0 auto;
  padding: 0 15px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out ;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.back-btn:hover {
  background: #404756;;
  color: #fff;
}


.back-btn span {
  font-size: 80%;
  margin-left: 10px;
}

.catalog-content .back-btn,
.gvaranty-text-content .back-btn,
.assistance_steps-content .back-btn {
  width: 350px;
}




/* CONTENT */

.article-box-big, 
.article-box-small {
  position: relative;
  margin-bottom: 21px;
}

.article-box-big {
  height: 500px;	
}

.img-box {
  width: 100%;
}

.box-content {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0, 0.7);
  color: #fff;
  min-height: 135px;
  width: 100%;
}

.article-box-small {
  height: 240px;
  overflow: hidden;
}

.article-box-small .box-content {
  min-height: 90px;
}

.tag-btn, .tag-btn-big {
  background: #38a735;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-family: 'asapbold';
  letter-spacing: 0.1em;
}


.tag-btn {
  font-size: 15px;
}

.tag-btn:hover, .tag-btn-big:hover {
  color: #fff;
}

.tag-btn-big {
  font-size: 20px;
  padding: 0 12px;
}

.popular {
  background: #000; 
}


.page-lead-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  -webkit-flex-flow: column wrap;

}

.article-box-small .tag-btn {
  font-size: 11px;
}

.article-box-small .box-header {
  font-size: 20px;
  padding: 0 15px 5px 15px;
  display: block;
  line-height: 22px;
}


.box-header {
	display: block;
	float: left;
	width: 100%;
  font-size: 24px;
  font-family: 'asapmedium';
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 10px;
}

.box-lead {
  color: #fff;
  font-size: 15px;
  padding: 0 15px 15px 15px;
  font-style: italic;
  display: block;
}

.box-header:hover, .box-lead:hover {
  color: #fff;
  text-decoration: none;
}


.article-box {
  margin: 20px 0;
  padding: 0 15px;
}

.article-content .article-box {
	margin: 55px 0 20px 0;
}

.article-img img {
  width: 100%;
}

.product-header,
.article-header {
  font-size: 20px;
  font-family: 'asapmedium';
  color: #252525;
  text-transform: uppercase;
  display: block;
  line-height: 22px;
  margin: 30px 0 15px 0;
}

.article-header:after {
  content: '';
  display: block;
  width: 88px;
  height: 2px;
  background: #586174;
  margin-top: 15px;
}

.article-lead,
.article-lead a {
  color: #252525;
}

.article-lead a:hover {
  text-decoration: none;	
}

.article-header:hover, .article-lead:hover {
  text-decoration: none;
  color: #252525;
}


.article-box-popular {
  margin: 30px 0 15px 0;
}

.popular-box {
  position: relative;
  margin-bottom: 35px;
}

.col-popular .popular-box:last-child {
	margin-bottom: 0;
}

.popular-box a img {
  float: left;
  width: 158px;
  height: 106px;
  display: block;
}

.popular-box .tag-btn {
  position: absolute;
  top: 0;
  left: 120px;
  font-size: 11px;
  line-height: 23px;
  padding: 0 15px;
}

.popular-box .article-header {
  font-size: 14px;
  margin: 0 5px 0 175px;
  padding-top: 40px;
}

.popular-box .article-header:after {
  margin-top: 10px;
}

.home-page .categories-10 .popular-box .article-header {
  padding-top: 0;
  text-transform: none;    
}

.home-page .categories-10 .tag-btn {
	display: none;
}

.tags {
  margin: 60px 0 20px 0;
}

.tag12, .tag14, .tag18, .tag22 {
  color: #252525;
  text-decoration: none;
  font-style: italic;
  line-height: 17px;
}

.tag12 {font-size: 12px;}
.tag14 {font-size: 14px;}
.tag18 {font-size: 18px;}
.tag22 {font-size: 22px;}

.jumbotron.mark {
 	background-size: cover;
 	background-position: center;
 	min-height: 210px; 	
}

.jumbotron.regulamin,
.jumbotron.assistance_steps,
.jumbotron.gvaranty_steps,
.jumbotron.gvaranty {
  min-height: 215px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.jumbotron.regulamin {
  background: url('../img/regulamin.jpg') center no-repeat;
  background-size: cover;
}


.jumbotron.assistance_steps {
  background: url('../img/bg_assistance_kroki.jpg') center no-repeat;
  background-size: cover;
}


.jumbotron.gvaranty_steps {
  background: url('../img/bg_gwarancja_kroki.jpg') center no-repeat;
  background-size: cover;
}

.jumbotron.zwrot-kasy-hjc {
  background: url('../img/bg_frsfom_hjc.jpg') center no-repeat;
  background-size: cover;
}

.jumbotron.zwrot-kasy {
  background: url('../img/bg_zwrot_kasy.jpg') center no-repeat;
  background-size: cover;
}

.jumbotron.gvaranty {
  background: url('../img/bg_gwarancja.jpg') center no-repeat;
  background-size: cover;
  min-height: 465px;
}

.jumbotron.xcross {
  background: url('../img/bg_xcross.jpg') center no-repeat;
  background-size: cover;
  min-height: 465px;
}

.jumbotron.motormania {
  background: url('../img/bg_rsform_motormania.jpg') center no-repeat;
  background-size: cover;
}

.jumbotron.catalog {
  background: url('../img/bg_katalog.jpg') center no-repeat;
  background-size: cover;
  min-height: 465px;
}

.jumbotron.assistance {
  background: url('../img/bg_assistance.jpg') center no-repeat;
  background-size: cover;
  min-height: 465px;
}

.jumbotron.shop-banner {
  background: url('../img/bg_sklep.jpg') center no-repeat;
  background-size: cover;
  min-height: 465px;
}

.jumbotron.time2moto {
  background: url('../img/bg_time2moto_a.jpg') center no-repeat;
  background-size: cover;
}

.jumbotron p {
  font-size: 18px;
  width: 460px;
}

.assistance_steps .container,
.gvaranty_steps .container {
  padding: 20px 0 0 70px;
}


.black-top-btn {
  background: #212022;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-family: 'asapbold';
  padding: 10px 15px;
}

.top-plain-text {
  font-style: italic;
  font-size: 18px;
}

.top-bold-text {
  color: #252525;
  font-family: 'asapbold';
  font-style: italic;
  font-size: 18px;
  margin-top: 30px;
}

.page-header {
  background: #000;
  border: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'asapbold';
  font-size: 18px;
  line-height: 35px;
  padding: 0 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 40px;
}


.paragraph {
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.paragraph-list {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin-left: -60px;
  margin-bottom: 35px;
  list-style-type: decimal;
}

.paragraph-list a {
  color: #586174;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
}

.attachments {
  margin: 70px 0;
}

.attachment {
  font-weight: 700;
  font-size: 15px;
}

.attachment-link {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  color: #586174;
  display: block;
  margin-bottom: 10px;
}

.attachment-link img {
  margin: -3px 10px 0 0;
}


.steps-header {
  color: #586174;
  font-size: 21px;
  font-family: 'asapbold';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hr-default {
  margin-top: 0px;
    margin-bottom: 45px;
    border: 0;
    border-top: 3px solid #586174;
    width: 265px;
}

.hr-catalog-long {
  width: 395px;
}

.hr-catalog-short {
  width: 300px;
}

.hr-assistance {
  width: 420px;
}

.hr-gvaranty {
  width: 324px;
}

.hr-default:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #586174;
  display: block;
    margin: 0 auto;
}


.gvaranty .back-btn {
  float: left;
  width: 270px;
}

.catalog .back-btn,
.assistance .back-btn {
  float: left;
  width: 270px;
}

.catalog-content .steps-text {
  margin-bottom: 70px;
}

.xcross .black-top-btn,
.gvaranty .black-top-btn {
    margin-bottom: 50px;
    display: block;
    width: 235px;
 }

.gvaranty-form .black-top-btn {
	width: 560px;
}	

.beskid-hero .black-top-btn {
	width: 361px;
}
	
.gvaranty-form.kupon-motopomocni .black-top-btn {
	width: 440px;
}	

.gvaranty-form.zwrot-kasy-hjc .black-top-btn {
	width: 499px;
}	

.jumbotron.gvaranty-form {
	min-height: 210px;
}

.catalog .black-top-btn,
.assistance .black-top-btn {
  margin-bottom: 50px;
  display: block;
  width: 290px;
  text-transform: uppercase;
}

.steps-text {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 598px;
  margin: 0 auto 25px auto;
}

.do-poczytania {
  margin-top: 100px;
}

.action-btns {
  margin-top: 15px;
}

.action-btns .back-btn {
  width: 260px;
}

.gvaranty-content {
  margin-bottom: 70px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}

.text-link {
  font-weight: 700;
  color: #586174;
}

.assistance-instruction {
  margin-bottom: 65px;
}

.assistance-instruction p {
  font-size: 15px;
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.warning {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 5px;
  font-size: 15px;
}


/* ============= MAPA ============= */

.jumbotron.map {
  background: #fff;
}

.map {
  position: relative;
}

.map h1 {
  font-size: 30px;
  color: #212022;
  font-family: 'asapmedium';
  text-align: center;
  margin: 50px 0;
}

.map h1 span {
  display: inline-block;
}

.map h1 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #586174;
  margin-top: 15px;  
}

.map .input-group {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}

.map .input-group > * {
  margin: 0 20px;
}

.map #form-search .shop-list-btn {
  background: #39aa35;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out ;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  margin-left: 20px;
  display: block;
  clear: left;
  float: left;
}

.map #form-search a.filtry {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #586174;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  width: 120px;
  margin: 0;
  letter-spacing: 0.05em;    
}

#form-search .options-form {
/*  display: none;*/
}

/*
.map .input-group .form-control {
  width: 370px;
  height: 40px;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  color: #586174;
  border: 0;

}

.map .input-group-btn:last-child > .btn {
  height: 40px;
  padding: 0px 10px;
  border: 0;
}

.map #form-search .shop-list-btn {
	font-size: 18px;
	margin-left: 0;
}
*/


.options-box-header {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #586174;
  line-height: 35px;
  width: 205px;
  padding: 0 10px;
  text-align: center;
  display: block;
  float: left;
  margin: 0;
  letter-spacing: 0.05em;
}

.options-box-header-cont {
	display: block;
	float: left;
	width: 100%;  
}

.options-box-toggle {
	display: block;
  float: left;
  clear: left;
  color: #252525;	
  border: 1px solid #252525;
  padding: 0 10px;
  line-height: 40px;
  margin: 30px 0 0 20px;
}

.options-box-toggle.closed {
  margin-top: 0;
}

.options-box-toggle:hover {
  color: #fff;
  background: #252525;
}

.options-box-header-small,
.jumbotron .options-box-header-small {
  color: #252525;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.options-form {
  margin: 15px 20px;
  clear: both;
}

.shop-promoted {
  margin: 30px 20px 30px 0;
  clear: both;
  /*display: flex;
  justify-content: center;*/
}

.shop-promoted span {
  margin: 0 19px;
  font-size: 17px;
}

.shop-promoted span.divider {
  margin: 0;
}

.shop-promoted span > * {
  cursor: pointer;  
}
/*
.shop-promoted span input {
  display: none;
}
*/

.shop-promoted label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;  
}

/*
.shop-promoted span label {
  border: 1px solid;
  padding: 10px;
  color: #ababab;
}

.shop-promoted span input:checked + label {
  background: #252525;
  color: #fff;
}
*/
.shop-promoted.map {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, 0);
}

.shop-promoted.map span label {
  border: 1px solid;
  padding: 10px;
  color: #252525;
  background: #fff;
}

.options-form .checkbox-inline,
.options-form .checkbox {
  color: #fff;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: normal;
}

.options-form .checkbox-inline {width: 30%;}

.options-form .checkbox {
  margin: 0 -1px 3px 20px;
}

.options-form .btn-cont {
	margin-top: 15px;
	width: 100%;
}

.brands {
  margin-top: 15px;
}



.shop-list-btn.show-details {
	margin-left: 0;
	margin-top: 13px;
}

#form-search .shop-list-btn {
	font-size: 25px;
}

#form-search .shop-list-btn.search-map {
  margin-left: 0;	
  font-size: 11px;
}

.shop-list-btn:hover {
  background: #5bd256;
  color: #fff;

}

.icon-premium {
  text-align: right;
}

#form-search  span.input-group-btn {
  clear: left;
  float: left;
  margin-top: 20px;
  margin-left: 1px;
}

/* ==================== WYNIKI SZUKANIA ==================== */

.search-form {
  width: 100%;
  height: 69px;
  padding: 17px;
  background: #d6dbe2;

}

.search-btn {
  font-size: 18px;
  background: #586174;
  border: 0;
  color: #fff;
  font-family: 'asapbold';
  padding: 4px 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out ;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.search-btn:hover {
  background: #424c61;
}

.search-form .form-control {
  width: 80%;
  float: left;
  background: #f0f2f4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-right: 20px;
  color: #252525;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.sort-btn,
.sort-btn-active {
  font-size: 11px;
  border: 0;
    font-family: 'asapbold';
  text-transform: uppercase;
  color: #fff;
  background: #abb0b9;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 15px 10px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out ;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sort-btn-active {
  background: #586174;
}

.sort-btn:hover {background:#586174;}
.sort-btn-active:hover {background: #abb0b9;}

.search-resaults .popular-box {
  min-height: 250px;
  margin-bottom: 40px;
}

.search-resaults .popular-box a img {
  width: 350px;
  height: 250px;
}

.search-resaults .popular-box .tag-btn {
  left: 315px;
}

.search-resaults .popular-box .article-header {
  float: left;
  margin: 0 5px 0 25px;
  font-size: 20px;
    font-family: 'asapmedium';
    width: 49%;
    padding-top: 50px;
}


.lead-container {
	display: inline-block;
	float: left;
	width: 50%;
}

.search-resaults .article-lead {
  margin: 20px 25px;
  display: block;
  float: left;
  width: 100%;
}

.search-resaults .popular-box .article-header:after {
  margin-top: 20px;
}

.search-headers {
  margin: 45px 0 40px 0;
}

.search-tags {
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.search-tag {
  font-size: 11px;
  color: #586174;
  font-family: 'asapbold';
  text-transform: uppercase;
  padding: 2px 6px;
  margin-right: 2px;
  border: 1px solid #ddd;
}

.search-tag:hover {
  text-decoration: none;
  background: #f5f5f5;
  color: #586174;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out ;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #586174;
  border: none;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  font-family: 'asapbold';
  font-size: 18px;
  color: #586174;
}

.pagination .glyphicon {
  font-size: 80%;
}

.knowledge .search-headers {
  margin-top: 0;
}


/* ==================== Article Page ==================== */

.article-header-box {
  margin-bottom: 55px;
}

.article-header-box-text,
.article-header-box-image {
  background: #f1f2f4;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.article-header-box-image img {
  float: right;
  margin-right: -15px;
  width: 100%;
}

.tag-news {
  background: #38a735;
  color: #fff;
  font-family: 'asapbold';
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 5px 13px;
  float: right;
  margin-top: 30px;
}

.title-header {
	clear: both;
  float: right;
  font-size: 30px;
  color: #212022;
  font-family: 'asapmedium';
  text-align: right;
  width: 85%;
  text-transform: uppercase;
}

.share-btns {
  position: absolute;
  bottom: 30px;
  right: 8px;
}

.share-btns:before {
  content: '';
  width: 140px;
  height: 2px;
  background: #586174;
  display: block;
  margin-bottom: 25px;
  margin-left: 175px;
}

.share-fb, .share-twitter, .share-mail {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'asapbold';
  letter-spacing: 0.05em;
  padding: 3px 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out ;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.share-fb:hover, .share-twitter:hover, .share-mail:hover {
  text-decoration: none;
  color: #fff;
}

.share-fb img, .share-twitter img, .share-mail img {
  margin-bottom: 4px;
  margin-left: 4px;
}

.share-mail img {
  padding-right: 6px;
}

.share-fb { background: #415e9b; }
.share-twitter { background: #1da1f2; }
.share-mail { background: #586174; }

.share-fb:hover { background: #2d426c; }
.share-twitter:hover { background: #187cba; }
.share-mail:hover { background: #323742; }

.article-lead-big,
.article-inside-header {
  font-size: 30px;
  font-family: 'asapmediumitalic';
  color: #586174;
  margin: 0 0 50px 0;
  padding: 0;
}

.article-inside-header {
  margin-top: 50px;
}

.article-container {
  margin-left: -15px;
}

.article-container p {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.article-img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.article-img-descr {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px !important;
}

.article-container k {
  margin-left: 0;
  margin-top: 25px;
}

.article-nav {
	float: left;
  clear: both;
  width: 100%;
  margin: 0 0 65px 0;
}

.next-btn {float: right; margin-right: 0; width: 230px;}
.prev-btn {float: left; margin-left: 0; width: 235px;}

.article-nav .prev-btn span {
  margin-right: 10px;
  margin-left: 0;
}


/* ======================= KOMENTARZE ========================= */
/*
.comments-box {
  clear: both;
  padding-top: 75px;
  margin-left: -15px;
  margin-right: -15px;
}

.comments-count {
  font-size: 13px;
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.comments-count img {
  margin-right: 9px;
}

.comments-form {
  margin: 20px 0;
  height: 125px;
}

.comments-form label {
  float: left;
  margin-right: 25px;
}

.comments-form textarea {
  border: none;
  background: #f0f2f4;
  height: 85px;
  width: 89%;
  padding: 10px;
}

.comments-form button {
  background: #586174;
  color: #fff;
  float: right;
  border: none;
  font-family: 'asapbold';
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out ;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.comments-form button:hover {
  background: #404756;
}

.avatar {
  float: left;
  margin-right: 25px;
}

.user-name {
  text-decoration: none;
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.comment {
  clear: both;
  margin-bottom: 90px;
}

.comment.answare {
  margin-left: 80px;
}

.comment-text {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  margin-left: 85px;
}

.comment-details {
  margin-left: 45px;
}

.comment-details li {
  float: left;
  color: #586174;
  margin-right: 30px;
}

.comment-details li:first-child {
  list-style: none;
}

.comment-details li a {
  text-decoration: none;
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.comment-details li a:hover {
  text-decoration: underline;
}

.comment-details li a img {
  margin: 0 5px 5px 0;
}
*/

/* ====================== SKLEP ===================== */

.shop-count {
  color: #586174;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
}

.shop-header {
  background: #586174;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 18px;
  margin-bottom: 40px;
}

.image-thumb {
  width: 16%;
  display: table-cell;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.promoted:focus,
.promoted:hover,
.promoted {
  outline: 8px solid #39aa35;
  outline-offset: -8px;
}

.shop-bar {
  width: 100%;
  border-bottom: 2px solid #ebedf0; 
  padding: 20px 0;
}

.djcf_items_blog .shop-bar:first-child {
  border-top: 2px solid #ebedf0;
}

.shop-bar h3 a {
  color: #252525;
  font-size: 16px;
}

.shop-bar .more {
  float: left;
  margin: 10px 0;  
  color: #717171;
  font-size: 14px;
  margin: 0;
}

.shop-name {
  color: #586174;
  font-size: 21px;
  font-family: 'asapbold';
  letter-spacing: 0.1em;
  padding: 10px 25px;
  margin: 0;
  background: #ebedf0;
}

.shop-data {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  display: inline-block;
}

.shop-adress {
  font-style: italic;
  font-size: 13px;
  padding-top: 7px;
  padding-right: 5px;
  margin: 0;
}

.shop-adress:after {
  content: '';
  display: block;
  width: 88px;
  height: 2px;
  background: #ebedf0;
  margin-top: 8px;
  margin-bottom: 5px;

}

.available {
  float: left;
  padding-bottom: 8px;
}

.available p {
  color: #586174;
  margin: 0;
  padding-right: 15px;
}

.more {
  float: right;
  margin: 0 20px 10px 20px;
  font-size: 18px;
}

.results-per-page li {
  float: left;
}

.results-per-page li p {
  float: left;
  color: #586174;
    font-family: 'asapbold_italic';
    margin-top: 10px;
    margin-right: 10px;
}

.pagination.results-per-page > li > a, .pagination > li > span {
  background: #d6dbe2;
  margin-left: 6px;
  color: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination.results-per-page > li > a:hover, .pagination > li > span:hover {
  background: #586174;
}

.pagination.results-per-page > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #586174;
}


.jumbotron.shop-banner .options-box {
  position: static;
  width: 80%;
  float: right;
  padding: 20px;
}

.jumbotron.shop-banner .options-box .options-form {
  margin: 0;
}

.forms-header {
  color: #fff;
  font-size: 21px;
}

.forms-header input {
  border-radius: 0;
  border: 0;
  font-size: 18px;
  font-style: italic;
  color: #586174;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}

.localisation input[type="text"] {
  width: 75%;
  float: left;
}

.localisation input[type="number"] {
  width: 20%;
  text-align: center;
  font-style: normal;
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 600;
  background: #edeff2;
}

.search-map {
  float: right;
  font-size: 11px;
  margin-top: 18px;
  padding-left: 10px;
  background: transparent;
}

.shop-btns {
  margin-top: 45px;
}

.shop-btns button:first-child {
  margin-left: 150px;
}


/* ========================= SKLEP WIZYTÓWKA ======================== */

.localization-map {
  position: relative;
  margin-top: 50px;
}

.localization-map button {
  position: absolute;
  width: 190px;
  top: calc(50% - 15px);
  left: 50%;
  margin-left: -95px;
}

.gallery-photo {
  width: 100%;
  margin-bottom: 17px;
}

.shop-brands {
  margin-top: 45px;
  clear: both;
}

.shop-promotions {
  clear: both;
  padding-top: 35px;
}


.header-bar {
  background: #586174;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: 'asapbold';
  letter-spacing: 0.1em;
  padding: 9px 10px;
  text-transform: uppercase;
}

.brands-list,
.promotions-list {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 0 0 25px;
}

.brands-list li {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
}

.brands-list li a,
.promotions-list li a {
  font-size: 14px;
  color: #252525;
  display: block;
}

.shop-name-header {
  background: #586174;
  color: #fff;
  width: calc(100% + 30px);
  display: block;
  font-size: 30px;
  font-family: 'asapbold';
  letter-spacing: 0.1em;
  margin: 0 0 0 -30px;
  padding: 10px 30px;
  
}

.adress-data {
  font-size: 15px;
  width: 50%;
  float: left;
}

.adress-data p {
  margin: 20px 0 10px 0;
}

.adress-data p:after {
  content: '';
  width: 88px;
  height: 2px;
  display: block;
  background: #ebedf0;
  margin-top: 13px;
 }

.adress-data a {
  color: #586174;
  font-family: 'asapbold'; 
  display: block;
  margin-bottom: 15px;
}


.opening-hours {
  width: 50%;
  float: left;
  font-size: 15px;
}

.opening-hours p {
  font-family: 'asapbold';
  color: #586174;
  margin-top: 20px;
}

.opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.opening-hours ul li span {
  width: 120px;
  display: block;
  float: left;
}

.about-us {
  clear: both;
  padding-top: 45px;
  font-size: 15px;
}

.about-us h2 {
  margin-bottom: 25px;
}

.about-us ul {
  margin: -10px 0 0 0;
  padding: 0 0 10px 15px;
}

.recomended-brands {
  padding-top: 25px;
}

.recomended-brands img {
  margin-right: 10px;
}

.recomended-brands a {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
/************************************************ my *******/
.navbar li {
	list-style: none;
} 

.footer-info .moduletablesocial {
	display: none;
}

.moduletablenaskroty li {
	height: 39px;
}

.moduletablenaskroty li a {
  color: #fff;
  font-weight: 700;
}

#wyszukiwarka #mod-search-searchword {
	float: right;
	height: 28px;	
}

.top-menu .nav li a {
	text-transform: uppercase;
	float: left;
}

.tagspopular {
	text-align: justify;
	clear: left;
}

.tagspopular ul li {
	list-style-type: none;
  float: left;	
}

.tagspopular a {
	color: #252525;
	font-style: italic;
	line-height: 23px;
	text-decoration: none;
	margin: 0 3px;	
}

.tagspopular a.tag-big {
	font-size: 22px;
}

.tagspopular a.tag-medium {
	font-size: 18px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: transparent;
}

.breadcrumb {
	background: transparent;
}	

.article-header h2 {
	margin: 0;
}

.search-resaults .popular-box {
	float: left;
	width: 100%;
}

.search-resaults .popular-box .article-header h2 {
  font-size: 20px;
  font-family: 'asapmedium';
}

.search-tags span {
	margin-bottom: 10px;
	float: left;
}

.search-tag {
	border: 1px solid #ddd;
	color: #586174;
	font-family: "asapbold";
	font-size: 11px;
	margin-right: 5px;
	padding: 2px 6px;
	text-transform: uppercase;
}

.breadcrumb > li + li::before {
	content: '';
	padding: 0;
}

.row.newsletter {
	padding: 17px 0;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 5px;
}
	
.row.newsletter > div > div {
	background: #d6dbe2;
	min-height: 77px;
	padding: 9px 0;
	width: 100%;
	float: left;
}

.row.newsletter .left
{
  font-size: 18px;
  font-style: italic;
  margin-top: 3px;
}

.row.newsletter .left p {
	padding-left: 20px;
}

.row.newsletter .moduletable {
	padding: 0 15px;
}

.row.newsletter .left .moduletable {
	background: url('../img/poradnik.png') no-repeat right top;
}

.reklama-728 {
	margin: 15px 0;
}

.reklama-728 img {
  max-width: 100%;	
}

#searchForm .inputbox, 
.row.newsletter .rsform-input-box {
	background: #f0f2f4;
	padding: 10px 12px;
	height: 35px;
	margin-right: 23px;
	margin-top: 12px;
	border: none;
	float: left;
	width: auto;
  font-style: italic;
}

.row.newsletter fieldset p {
	display: none;
}

.article-container .row.newsletter {
	float: left;
}

.article-container .row.newsletter .img_poradnik {
	left: auto;
	right: 30px;
	top: 30px;
}

.article-container .row.newsletter .left p {
	padding-left: 0;
	margin-bottom: 0;
}


.popup-formularz-newsletter button, 
#searchForm .btn, 
.row.newsletter button {
	background: #586174; 
	border: none;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 6px 12px;
  height: 35px;
  margin-top: 12px;
}

.popup-formularz-newsletter button {
	background: #38a735;
}

.popup-formularz-newsletter button {
	margin-top: 0;
	font-size: 13px;
} 


.row.newsletter * {
	box-sizing: border-box; 
}

.row.newsletter .img_poradnik {
	position: absolute;
	top: 0;
	left: 455px;
}

#searchForm .btn-toolbar {
	background: #d6dbe2;
}

.article-header a {
	color: #252525;
}
	
.popular-box span.btn.tag-btn {
	cursor: auto;
}	

.katalog .page-header,
.piec-lat-gwarancji .page-header,
.assistance-form .page-header {
	display: none;
}

.formControlLabel {
  margin-left: 215px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-style: italic;
}

.item-page .formRed {
  padding-left: 215px;
}

.formResponsive .formHorizontal .formControlLabel {
	text-align: left;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
  background: #f0f2f4;	
  border: 1px solid #f0f2f4;
  height: 40px;
}

.formResponsive input {
  width: 500px;	
}

.formResponsive input.rsform-calendar-box {
	width: 450px;
}

.formResponsive select {
	width: 500px;
	border: 1px solid #d6dbe2;
	background: #d6dbe2;
}

#kolejny-produkt,
#wyslijbtnPrev,
#wyslijbtn,
#strona2Prev,
#strona2Next,
#strona1Next {
  border: none;
  background: #586174 url('../img/btn-arrow.png') no-repeat right center; 
  color: #FFF;
  font-family: "asapbold";
  font-size: 18px;
  line-height: 40px;
  margin: 40px 0 0 300px;
  padding: 0 35px 0 15px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#kolejny-produkt + #strona1Next {
  margin-left: 10px;	
}

#wyslijbtnPrev,
#strona2Prev {
	margin-left: 0;
  background: #abb0b9 url('../img/btn-arrow-left.png') no-repeat left center; 
  padding: 0 15px 0 35px;	
}

.formResponsive input.rsform-calendar-button {
	text-indent: -999px;
	background: transparent url('../img/icon_calendar.jpg') no-repeat 0 0;
	width: 38px;
	height: 39px;
	border: none;
	margin-left: 10px;
}


.formResponsive input.rsform-calendar-button:hover {
	background: transparent url('../img/icon_calendar.jpg') no-repeat 0 0;
}

.rsform-error {
	border-color: red !important;
	color:red;
}

.formResponsive .rsformProgress p {
	display: block;
}

.formResponsive .formHorizontal .formControls {
	float: left;
	margin-left: 0;
}

.formResponsive .formHorizontal .formControlLabel {
	width: 180px;
}

label {
	font-weight: normal;
}

.rsformVerticalClear.agree {
	padding-bottom: 10px;
}

.attachment-link img {
    margin: 0 10px 0 0;
}

.options-box .search_cats,
.options-box .search_regions {
	display: none;
}

.options-box .radio_label {
  color: #252525;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.options-box .label {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: left;
}

.options-box .inputbox {
	border: 0 none;
	border-radius: 0;
	color: #586174;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 18px;
	font-style: italic;
	
  background-color: #f0f2f4;
  background-image: none;
  box-shadow: none;
  display: block;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;	
}
/*
.options-box .inputbox::-moz-placeholder,
.options-box .inputbox:-moz-placeholder, 
.options-box .inputbox:-ms-input-placeholder,
.options-box .inputbox::-webkit-input-placeholder {
   color: #999;
}
*/

select[name=se_radius] {
	width: 25% !important;
}

.dj_cf_search .search_price label, .dj_cf_search .djseform_field span.label {
	padding: 0;
}

.shop-btns {
	margin-top: 0;
	width: 100%;
	display: inline-block;
}
	
.options-box {
	min-height: 345px;
	height: auto;
}

.shop-name a {
	color: #586174;
	font-family: "asapbold";
	font-size: 21px;
	letter-spacing: 0.1em;
	margin: 0;
}

.shop-bar p {
	padding-bottom: 0;
}

#dj-classifieds .djcf_items_blog {
	margin-left: 0;
}

.shop-header {
	float: left;
}

.shop-left-col .gallery {
	float: left;
	width: 100%;
} 

.shop-left-col .row_field_1,
.row_produkty_marek {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 45px;
}	  

.shop-left-col .row_field_2,
.row_sklep_bierze_udzia_w_promocji {
  width: 100%;
	float: left;
	clear: both;
	padding-top: 35px;	
}

.shop .contact-data {
	display: none;
} 

.row_sklep_bierze_udzia_w_promocji .brands-list li {
	width: 100%;
}

.page-404-content .navbar {
	padding-bottom: 30px;
}

.page-404-content .row-content {
	margin: 0;
}

.page-404-content .row-content .page404 {
	padding: 0;
}

.search-resaults .popular-box img.no-link {
  height: 250px;
  width: 350px;
  display: block;
  float: left;	
}

.popular-box {
	float: left;
	clear: left;
} 

.page-404-content .footer-info {
	margin-bottom: 0;
}

.right-col .search-headers {
	margin-top: 0;
	float: left;
}

.tag-news a {
	color: #FFF;
}

.article-container .search-tags {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 25px;
  margin-bottom: 20px;  	
}

.localisation input[type="number"]::after {
	content: "km";
}

.row_value .empty {
	margin-left: 10px;
}

#lightSlider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
#lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}


footer .nav-pills > li { 
  float: none;	
}

.page-lead {
	margin-top: 25px;
}

.formResponsive .formHorizontal .rsform-block-podsumowanie .formControlLabel {
	padding-top: 0;
}
	
.formControls.dane {
	width: 450px;
}

.formControls.dane > div {
	display: block;
	float: left;
	width: 100%;
	
}

.formControls.dane .title {
	float: left;
	font-weight: 600;
	font-style: italic;
	width: 75%;
	padding: 0 10px 0 0;
	
}

.formControls.dane .value {
	float: right;
	color: #969eb0;
	width: 25%;
}

.rsform-block-podsumowanie {
	margin-top: 40px;
}

.jumbotron .step {
	display: block;
	clear: left;
	font-size: 18px;
	font-style: italic;
}

.jumbotron .before-step {
	margin-bottom: 18px;
}

.assistance_steps .before-step {
	display: inline-block;
}

.col-pagination {
	float: left;
}

.right-col .moduletable {
	display: block;
	float: left;
}

.right-col .popular-box {
	clear: left;
}


.article-container img {
	max-width: 100%;
}

.row_sklep_bierze_udzia_w_promocji .row_value {
	float: left;
	margin-bottom: 25px;
}

.responsive-video-container { 
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 30px;
	 padding-bottom: 80%; 
	overflow: hidden; 
}

.responsive-video-container object { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.popup-dzieki-za-zapisanie {
	display: none;
}
/*
.map .dj_cf_search {
	position: absolute;
	top: 0;
}
*/
.map .shop-name {
	display: none;
}

.map .se-checkbox-div {
	width: 18%;
}

.map .options-box-header-small {
	display: block;
	padding: 0;
	margin-bottom: 8px;
}

.map .search_ex_fields .djseform_field {
	margin-top: 25px;
}

.map .djse_type_checkbox {
	display: block;
}

.map .se_checkbox {
	display: block;
}

.map .options-box {
	min-height: auto;
	/*padding-bottom: 22px;*/
}

.mobile-btn { 
	display: none;
}

span.btn {
	cursor: auto;
}

.popular-box .search-tags {
	height: 25px;
	overflow: hidden;
}

#dj-classifieds .no_results {
	margin-top: 45px;
}

.search-results .page-title {
	display: none;
}

#map {
  background: url('../img/map-blurred.jpg');
  background-size: cover;	
}

.nav > li > a.search {
	display: none;
}

.home-page .tag-btn-big.link {
	padding: 0;	
	border: none;
	background: none;
}

.container.no-category .tag-btn-big a,
.container.article .tag-btn-big a,
.container.home .tag-btn-big a {
	color: #fff;
	padding: 1px 12px 0 12px;
	background: #38a735 none repeat scroll 0 0;
}

.container.home .tag-btn-big a:hover {
  background: #5bd256;
  text-decoration: none;
}

.row.popular-md .latest .popular {
	margin-bottom: 25px;
}

.formResponsive .formHorizontal .formControlLabel.cb {
	padding-top: 0;
}

.no-category .page-header {
	background: #FFF;
  font-size: 30px;
  color: #212022;
  font-family: 'asapmedium';	
  padding-left: 0;
  margin-bottom: 10px;
}

.no-category .page-header h2 {
	
}

.search-resaults span.highlight {
	font-weight: bold;
}

.popup-dzieki-za-zapisanie {
  background: #fff url("../img/ebook-jak-dobrac-kask.png") no-repeat scroll 588px 120px;
  min-height: 440px;
}

.popup-formularz-newsletter {
  background: #fff url("../img/newsletter-motormania.png") no-repeat scroll 490px 176px;
  min-height: 440px;
}

.popup-text-dzieki-za-zapisanie-motormania {
  background: #fff url("../img/newsletter-motormania.png") no-repeat scroll 490px 142px;
  min-height: 440px;	
} 

.popup-formularz-newsletter .fa {
  color: #38a735;	
} 

.popup-formularz-newsletter ul {
	padding-left: 0;
	font-size: 14px;
}
	
.popup-formularz-newsletter li {
	list-style-type: none;
}

.popup-formularz-newsletter {
  display: none;	
}

.standard-popup,
.popup-dzieki-za-zapisanie {
	left: 50%;
	margin-left: -450px;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 900px;
	z-index: 1100;
}

.standard-popup {
  width: 790px;	
}

.standard-popup .header,
.popup-dzieki-za-zapisanie .header {
	background: #38a735 none repeat scroll 0 0;
	box-sizing: border-box;
	color: #fff;
	padding: 50px 40px;
	font-size: 49px;
	line-height: 30px;
}    

.standard-popup .header .line2 {
	display: inline-block;
	clear: left;
	font-size: 25px;
}

.popup-dzieki-za-zapisanie .content {
  font-size: 20px;
  padding: 85px 50px 20px;	
}

.standard-popup .content {
  font-size: 20px;
  padding: 25px 50px 20px;  	
}

.standard-popup .content .text,
.popup-dzieki-za-zapisanie .content .text {
  width: 500px;	
}

.popup-formularz-newsletter p.regulamin {
	display: none;
}

.popup-formularz-newsletter .moduletable {
	margin-top: 25px;
}

.popup-formularz-newsletter .formResponsive input[type="text"] {
	margin-bottom: 15px;
	width: 50%;
	display: block;
}

.popup-text-dzieki-za-zapisanie-motormania .content .text {
  width: 400px;   
  font-size: 19px;
}

.popup-text-dzieki-za-zapisanie-motormania .content {
  padding-top: 70px;
}

.zamknij-btn-popup {
   color: white;
   cursor: pointer;
   display: block;
   height: 24px;
   line-height: 24px;
   padding: 1px;
   position: absolute;
   right: 6px;
   text-align: center;
   top: 6px;
   width: 24px;
   font-size: 28px;
}
    
.maska {
   background-color: rgba(0, 0, 0, 0.75);
   bottom: 0;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 1000;
   display: none;
}    

.tag-btn-big.popular {
	margin-top: 1px;
	margin-bottom: 20px;
}

.home-adv img {
	max-width: 100%;
}

.right-col img {
	max-width: 100%;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.home-tags .tag-btn-big.popular {
	margin-top: 0px;
}

.breadcrumb .divider {
	margin: 0 5px;
}

.home-adv {
	margin: 20px 0 0 0;
}

.row.shop-content {
	min-height: 250px;
}

.xdsoft_autocomplete_dropdown {
	color: #586174;
	font-size: 13px;
}

.xdsoft_autocomplete_hint {
	width: 100%;
}

.forms-header.localisation .xdsoft_autocomplete_hint {
	width: 75%;
}

.article-content .btn.popular {
	margin-top: 20px;
}	



.formularz-ekspert {
display:none;
width:600px;
z-index:1100;
position:absolute;
left:50%;
margin-left:-300px;
top:100px;
}

.formularz-ekspert #rsform_error_6 {
display:none !important;
}
.formularz-ekspert .formValidation {
display:none !important;
}  

 .formularz-ekspert .rsform {
 padding:0 15px;

 }
 
 .formularz-zapytaj-cont,
 .formularz-ekspert-cont {
  background-image:  url("../images/popup_bg.jpg");
  background-repeat:repeat;
 background-position:left center; 
  background-color:rgba(0, 0, 0, 0);
  
  color: #272A2D;
  width:600px;
  margin-bottom:100px;
 }
 
 .formularz-ekspert-cont  #zgoda0 {
  float:left;
  margin:5px;
  }
  .formularz-ekspert-cont .rsform-block-zgoda label {
  float:left;
  width:93%;
  text-align:justify;
  }
  
.formularz-zapytaj-cont  .formResponsive,
.formularz-ekspert-cont  .formResponsive  {
padding: 15px 30px;
}

.formularz-zapytaj-cont p,
.formularz-ekspert-cont p {
padding:0;
}


.dj_cf_search .search_ex_fields > div:first-child .se_checkbox div {
	width: 32%;
}


.formularz-zapytaj {
display:none;
width:600px;
z-index:1100;
position:absolute;
left:50%;
margin-left:-300px;
top:100px;
}

  .formularz-zapytaj-cont #userForm2 .formControls  {
  margin-left:220px !important;
  }
  
    .formularz-zapytaj-cont #userForm2 {
    background-image:  url("../images/men.png");
  background-repeat:no-repeat;
 background-position:left bottom;
margin-bottom:-10px 
  }
  
    .formularz-zapytaj-cont .formResponsive input[type="text"]  {
    width: 320px;
    }
    
    .formularz-zapytaj-cont .formResponsive textarea {
      height: 100px;
      width: 320px;
    
    }
    
    .formularz-zapytaj  #rsform_error_5, .formularz-ekspert #rsform_error_6 {
display:none !important;
}
.formularz-zapytaj  .formValidation,  .formularz-ekspert .formValidation {
display:none !important;
}


a:focus {
  outline: none;
  text-decoration: none;
}

.row-loading {
	display: none;
}

.row-loading div {
	text-align: center;
	margin-top: 10px;
}

.row-read-more a.show-more {
	display: inline-block;
	white-space: normal;
}

/* ------------------ lens simulator ---------------------- */

@font-face {
    font-family: 'UnitedSansRegLight';
    src: url('../fonts/unitedsansrglt.eot');
    src: url('../fonts/unitedsansrglt.eot') format('embedded-opentype'),
         url('../fonts/unitedsansrglt.woff') format('woff'),
         url('../fonts/unitedsansrglt.ttf') format('truetype'),
         url('../fonts/unitedsansrglt.svg#UnitedSansRegLight') format('svg');
}

@font-face {
    font-family: 'UnitedSansRegBold';
    src: url('../fonts/unitedsansrgbd.eot');
    src: url('../fonts/unitedsansrgbd.eot') format('embedded-opentype'),
         url('../fonts/unitedsansrgbd.woff') format('woff'),
         url('../fonts/unitedsansrgbd.ttf') format('truetype'),
         url('../fonts/unitedsansrgbd.svg#UnitedSansRegBold') format('svg');
}

.lens-simulator .selector {
  background: url('../img/lens_simulator_airspc/lens_back.jpg') 0 0 no-repeat;	
  -webkit-box-shadow: 0px 6px 21px -5px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 6px 21px -5px rgba(0,0,0,0.30);
  box-shadow: 0px 6px 21px -5px rgba(0,0,0,0.30);
  padding-bottom: 15px;
}

.lens-simulator .lens-header {
	width: 100%; 
  margin-top: 55px;
	font-family: 'UnitedSansRegLight';
  font-size: 60px;
  color: #606060;
  text-align: center;
	text-transform: uppercase;
}

.lens-simulator .lenses {
	display: flex;
	align-items: center;
  justify-content: center;
	flex-wrap: wrap;
}

.lens-simulator .lenses .lens {
	margin: 10px 15px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.lens-simulator .lenses .lens img {
	width: 152px;
	transition: all .2s ease-in-out;
}

 .lens-simulator .lenses .lens.current img,
.lens-simulator .lenses .lens:focus img,  
.lens-simulator .lenses .lens:hover img  {  
  transform: scale(1.3);
}

@keyframes animcurrent {
  0% {
    transform: scale(1.3);
  }  
  50% {
    transform: scale(1);
  }  
  100% {
    transform: scale(1.3);    
  }
}

@keyframes animoffcurrent {
  0% {
    transform: scale(1.3);
  }  
  100% {
    transform: scale(1);    
  }
}

.notouch .lens-simulator .lenses .lens.current img {
  animation: animcurrent 1s ease-in-out;	
}

.notouch .lens-simulator .lenses .lens.offcurrent img {
  animation: animoffcurrent 0.2s ease-in-out;	
}

.lens-simulator .details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;	
  position: absolute;
  top: -5px;
  width: 100%;
}

.lens-simulator .details .title {
	text-transform: uppercase;
	line-height: 58px;
	font-family: 'UnitedSansRegLight';
	color: #606060;
	font-size: 30px;
	letter-spacing: 2px;
}

.lens-simulator .details .desc {
	width: 505px;
	height: 75px;
	margin: -3px 0 0 0;
	background: url('../img/lens_simulator_airspc/lens_desc.png') center no-repeat;
	text-align: center;
	font-family: 'UnitedSansRegLight';
	color: #606060;
	line-height: 18px;	
	padding-top: 3px;
}

.tearrain-opt-title {
	margin-right: 5px;
	text-transform: uppercase;
	line-height: 58px;
	font-family: 'UnitedSansRegLight';
	color: #606060;
	font-size: 22px;
}

.tearrain-opt {
	float: left;
	width: 93px;
	height: 61px;
	margin: 10px 12px 0;
	text-align: center;
	color: #FFF;
	font-family: 'UnitedSansRegBold';
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

.tearrain-opt.track {
  background: url('../img/lens_simulator_airspc/track.jpg') 0 0 no-repeat;  
}

.tearrain-opt.trail {
  background: url('../img/lens_simulator_airspc/trail.jpg') 0 0 no-repeat;  
}

.lens-simulator .terrain-blk {
	position: absolute;
	width: 93px;
	height: 61px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.lens-simulator .terrain-txt {
	position: absolute;
	width: 93px;
	height: 61px;
	line-height: 61px;
	display: none;
}

.lens-simulator .preview {
	margin-top: 50px;
}

.lens-simulator .bottom {
	position: relative;
}

.lens-simulator .lensTxt {
  font-family: 'UnitedSansRegBold';
}
.lens-simulator .lensTxtLG {
  font-family: 'UnitedSansRegBold';
  font-size: 20px;
}

.lens-simulator .shop-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
  cursor: pointer;  
}

.lens-simulator .shop-btn .img {
	width: 70%;
	background: url('../img/lens_simulator_airspc/shop_btn.png') no-repeat center 0;
	height: 100%;
	margin: 0 auto;
}

.lens-simulator .details-mobile {
  display: none;	
  width: 10%%;
  background: #ececec;
  text-align: center;
  padding: 5px;
}

.lens-simulator .shop-btn-mobile {
  width: 100%;
  background: url('../img/lens_simulator_airspc/shop_btn_mobile.png') no-repeat center 0;	
  height: 30px;
}

.lens-simulator .mobile-btns {
	display: none;
}

.lens-simulator .mobile-btns > a,
.lens-simulator .mobile-btns > div {
	float: left;
	clear: left;
}

.lens-simulator .mobile-btns .shop-btn-mobile {
  margin-top: 15px;	
}

/* ------------------ end lens simulator ---------------------- */

#form-beskid-hero textarea,
#form-zwrot-kasy-hjc textarea {
	width: 500px;
	height: 60px;
}

#form-zwrot-kasy-hjc .formHorizontal .formControlLabel {
	width: 240px;
}

#form-zwrot-kasy-hjc .formControlLabel {
	margin-left: 155px;
}

.cb_second input {
	clear: left;
}

.rsform-block-chce-otrzymywac .formControls,
.rsform-block-gwizdka .formControls {
	max-width: 482px;
}

.customadv-right {
	margin-bottom: 50px;
}

.xcross-link-desc {
	width: 500px;
}

p.xcross-title {
	font-size: 18px;
	margin-bottom: 35px;
	font-style: italic;
	
}

#userForm-gwarancja .formRed {
	text-align: center;
}


.formControls-checkbox .formBody label {
	width: calc(100% - 30px);
}

.formControls.formControls-checkbox {
	width: 500px;
}

.moduletablefirst-two {
	display: none;
}

.categories .moduletablefirst-two {
	display: block;
}

.row.row-strona-marki {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;	
}

.rsform-block-imie-sprzedawcy .formControls {
  margin-top: 10px;
}