/* akm main css v.005 29.09.2017 vlk */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
@import url('font-awesome.min.css');

body {font-family: Arial, sans-serif; font-weight: 400; color: #5c5c5c;}
a {color: #2854b8; font-size: 16px; font-weight: 400;}
a:hover, a:focus {color: #2854b8;}
select {-webkit-appearance: none; background-image: url(../images/icons/arrow-select.png); background-repeat: no-repeat; background-position: right 10px center; color: #bcbcbc !important;}
/*select:after {content:' '; display: inline-block; vertical-align: middle; width: 22px; height: 13px; background-image: url(../images/icons/arrow-select.png); }*/
section.blue a, section.blue p, section.blue *, .row.blue a, .row.blue p, .row.blue * {color: #fff;}
section.blue input, section.blue select, .row.blue input, .row.blue select, input::placeholder {color: #bcbcbc;}
select option, select * {color: #5c5c5c !important;}
p, li {font-size: 14px; line-height: 25px;}
h1, h2, h3, h4, h5, h6 {font-weight: 600;}
h4, .h4 {font-size: 16px;}
h2 {font-size: 60px; line-height: 60px;}
input[type="text"] {color: #5c5c5c !important;}
input, select {width: 100%; height: 50px; padding: 0 10px; border-radius: 3px; border: none; font-size: 16px;}
input[type="checkbox"] {width: 14px; height: 14px; vertical-align: bottom;}
label {font-weight: 400;}
section ul {list-style: none;}
section ul li {position: relative;}
section ul li:before {content: ''; display: inline-block; position: absolute; top: 4px; left: -15px; height: 15px; width: 9px; background-image: url('../images/icons/arrow-more.png');}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-right: 0 !important; padding-left: 0 !important;}

span.slash {padding: 0 10px; font-size: 14px;}
.ovf-h {overflow: hidden;}
#ho_adv {display: none !important;}
span.arrow-down {content:''; display: inline-block; vertical-align: middle; width: 22px; height: 13px; background-image: url(../images/icons/arrow-more-white.png); background-repeat: no-repeat; transform: rotate(90deg);-webkit-transform: rotate(90deg); background-position: center;}
.turn span.arrow-down {transform: rotate(-90deg);-webkit-transform: rotate(-90deg);}

header {-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2); position: relative; z-index: 1;}
header .topper {height: 35px; background-color: #ffdf00;}
header .topper .container {height: auto; padding: 0;}
header .topper .container p {display: inline; line-height: 35px; margin: 0; padding: 0; font-size: 14px;}
header .topper .lang {float: right; line-height: 35px;}
header .topper .lang span {color: #000; font-size: 12px; padding: 3px; margin: 0 3px;}
header .topper .lang span a {font-size: 12px; font-weight: normal; color: #000; text-decoration: none;}
html:lang(pl) header .topper .lang span.pl, html:lang(en) header .topper .lang span.en, header .topper .lang span.active {background-color: #fff; border-radius: 4px;}
header .container {position: relative; height: 112px; padding: 15px 0;}
header a.logo {height: 100%; display: inline-block; vertical-align: middle; top: 10px; position: relative;}
header a.logo img {max-width: 160px;}

header button {display: none;}

header nav {position: relative; z-index: 1; display: inline-block; vertical-align: middle; width: calc(100% - 165px);}
header nav ul {float: right;}
header nav li {display: inline-block; float: left; list-style: none; padding: 0 10px;}
header nav li a {display: block; line-height: 39px; height: 39px; font-size: 16px;font-weight: 600; color: #2854b8; padding: 0 5px; text-decoration: none;}
header nav li.active a, header nav li:hover a {border-bottom: 2px solid #2854b8; text-decoration: none;}

@media screen and (max-width: 768px) {
header button {display: block; float: right; margin: 20px 20px 0; padding: 0; background: none; border: none; outline: none; width: 40px; height: 40px; z-index: 31; position: relative;}
header button:before, header button:after {content: ""; display: block; background: #2854b8; border-radius: 5px; height: 4px;
	-webkit-transition-property: all; 
	-moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
header button.active:before {-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
header button.active:after {margin-top: -4px; border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
header button span {display: block; margin: 10px 0; width: 100%; height: 4px; background: #2854b8; border-radius: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
header button.active span {display: none;}
header nav {width: 265px; height: calc(100vh - 147px); margin: 0; padding: 30px; background: rgba(255, 255, 255, 0.9); overflow: auto; border-left: 3px solid #2854b8; z-index: 30; position: fixed; top: 147px; right: 0;
	-webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
	-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header nav.open {opacity: 1; visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
header nav ul {float: none;}
header nav li {display: block; margin: 0 0 20px; font-size: 16px; font-weight: 100; float: none;}
header nav li a {position: relative; color: #2854b8; text-decoration: none; display: block; padding: 0 !important; font-size: 20px; font-weight: 100; text-align: center; text-transform: uppercase; line-height: 24px; height: auto;}
header nav li a:hover {color: #1844c8; text-decoration: none;}
header nav li a.active {font-weight: 400;}
}

.breadcrumb {padding: 25px 15px 0; margin-bottom: 0px;}

.button {position: relative; padding: 20px 40px 20px 30px; margin-top: 50px; text-align: center; border: 2px solid #5c5c5c; border-radius: 3px; text-decoration: none; display: inline-block; font-weight: 600;}
.button:after {content: ''; display: block; position: absolute; right: 20px; width: 9px; height: 15px; top: 0; bottom: 0; margin: auto; background-image: url(../images/icons/arrow-more-grey.png);}
section.white .button, section.yellow .button {border-color: #2854b8;}
section.blue .button, .row.blue .button {border-color: #fff;}
section.blue .button:after, .row.blue .button:after {background-image: url(../images/icons/arrow-more-white.png); height: 13px;}
section.white .button:after, section.yellow .button:after {background-image: url(../images/icons/arrow-more.png);}
.button.grey, section.white .button.grey, section.yellow .button.grey {color: #5c5c5c; border-color: #5c5c5c;}
.button.grey:after, section.white .button.grey:after, section.yellow .button.grey:after {background-image: url(../images/icons/arrow-more-grey.png);}
.search-box .button.search {padding: 15px 60px 15px 40px; border-color: #fff; background: none; font-size: 1.6em;}
.search-box .button.search:after {width: 24px; height: 23px; right: 30px; background-image: url(../images/icons/search-ico.png);}
.search-box .row.col-md-2.col-xs-12 {text-align: center;}


section {padding: 25px 0;}
section h2 {margin-bottom: 40px;}
section.blue, .row.blue {background-color: #2854b8;}
section.yellow {background-color: #ffdf00;}
section.white {background-color: #fff;}

section.search-box {padding: 50px 0 35px;}
section.search-box label, .row.search-box label {display: block; font-size: 15px; font-weight: 600; margin-bottom: 9px;}
.row.search-box label {display: block; font-size: 14px;}
section.search-box .main-box {margin: auto; float: none;}
section.search-box .main-box:first-child {margin: 0 auto 30px; float: left;}
section.search-box .button.search {margin-top: 21px;}

section.search-box .item-box {padding-right: 30px !important;}

.row.search-box .row {text-align: center;}
.row.search-box {padding: 20px !important;}
.row.search-box .main-box .item-box {margin-top: 10px;}
.row.search-box .main-box:nth-child(2) .item-box:nth-child(1), .row.search-box .main-box:nth-child(2) .item-box:nth-child(3) {padding-right: 10px !important;}
.row.search-box .main-box:nth-child(2) .item-box:nth-child(2), .row.search-box .main-box:nth-child(2) .item-box:nth-child(4) {padding-left: 10px !important;}
.row.search-box .button.search {margin-top: 20px;}
.next-row {display: none;}

section.item-box {padding: 25px 0 100px;}
section.item-box .row, section.cont-box .row {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -ms-flex-align: center;	-webkit-align-items: center; -webkit-box-align: center;	align-items: center;}
section.item-box .item {text-align: center; position: initial !important;}
section.item-box .item .img-box {height: 100%;}
section.item-box .item .img-box img {max-width: 100%; height: auto;}
section.item-box .item .link-box {margin: 40px auto 0; position: absolute; top: 100%; text-align: center;}
section.item-box .item .link-box.top {top: 0;}
section.item-box .item a.link {font-weight: 600;}
section.item-box .item .link-box .link:after {content: ''; display: inline-block; position: relative; right: -5px; width: 9px; height: 15px; top: 2px; bottom: 0; margin: auto; background-image: url(../images/icons/arrow-more.png);}
section.item-box.six {padding: 25px 0 170px;}
section.item-box.six .item .link-box {width: 16.6%;}
section.item-box.four .item .link-box {width: 25%;}
.four .link-box {width: 25% !important;}

section.bor-item-box .row {padding-top: 20px;}
section.bor-item-box .item {text-align: center; position: relative !important; display: block;}
section.bor-item-box .item > a {display: block; height: 100%; border: 1px solid #e1e1e1; margin: 0 15px;}
section.bor-item-box .item .link-box {position: absolute; text-align: center; right: 0; left: 0; bottom: 0px; padding: 0 20px;}
section.bor-item-box .item .link-box.top {top: 0; height: 40px; right: 0; left: 0; padding-top: 15px;}
section.bor-item-box .item .link-box.top h4 {font-size: 14px; font-weight: 400;}
section.bor-item-box .item .img-box {height: 250px; padding-top: 25px; position: relative;}
section.bor-item-box .item .img-box img {max-width: 100%; height: auto; display: inline-block; position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto;}
section.bor-item-box .item .code {font-size: 12px; color: #5c5c5c;}

section.box-teaser {padding: 100px 0 125px;}
section.box-teaser {padding: 45px 0 125px;}
section.box-teaser.top-height {padding: 100px 0 75px;}
section.box-teaser .img-box {text-align: right; padding: 10px !important;}
section.box-teaser img {max-width: 100%;}

section.cont-box {padding: 55px 0;}
section.cont-box .item {text-align: center;}
section.cont-box .button, section.cont-box h3, section.cont-box p {margin-top: 0; margin-bottom: 0;}
section.cont-box .phone {display: inline-block; margin: 0 10px; width: 33px; height: 36px; background-image: url(../images/icons/phone.png);}
section.cont-box .row > div:last-child h3 {font-size: 30px;}
section.cont-box .button {padding: 20px 45px 20px 30px;}
section.cont-box .button:after {right: 25px;}
.text-box ul {padding-left: 40px;}
.text-box h2 a {font-size: 25px; font-weight: 600; line-height: 25px;}

body.products h2 {color: #2854b8; font-size: 25px; margin-bottom: 10px; line-height: 25px;}
body.products .catalog .button:not(.search) {margin-top: 5px; padding: 20px 40px 20px 30px;}
.catalog .img-box {height: 240px; width: 260px; border: 1px solid #e1e1e1; text-align: center; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;}
.catalog .img-box .new {position: absolute; bottom: -5px; right: -5px; width: 20px; height: 20px; border-radius: 30px; background-color: #2854B8; font-size: 15px; color: #fff;}
.catalog .img-box img {width: auto; max-width: 100%; max-height: 260px; vertical-align: middle; display: block; margin: auto;}
.catalog .item-cat .col-sm-5 {padding: 0 30px 30px 30px !important; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}

section.product .row { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;}
section.product .img-box img, section.product .shcem-box img {width: auto; max-width: 100%; vertical-align: middle; display: block; margin: auto;}

.img-area {margin-top: 40px;}
.desc-box h4 {font-size: 18px;}


.contact section p {line-height: 20px;}
.contact a.mail {font-size: 14px;}
section.google-map {padding-bottom: 1px;}

body.details h2 {font-size: 40px;}

.container {max-width: 1250px; margin: auto; float: none !important;}
.container .row {margin-right: auto; margin-left: auto;}

.breadcrumb {padding-left: 0; background-color: #fff;}
.breadcrumb li span {font-size: 16px; font-weight: 400;}

footer {background: #f0f0f0; padding: 65px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li::before {background: none;}

footer p, footer a {display: block; margin: 0; font-weight: 200; color: #a2a2a2; font-size: 14px; line-height: 25px; word-break: break-word;}
footer a:hover {color: #929292;}
footer h4 {font-weight: 600; font-size: 17px; padding-bottom: 15px; color: #929292;}
footer p.c {float: left; font-size: 14px;}
footer span.phone {display: inline-block; vertical-align: middle; font-size: 18px; font-weight: 100;}
footer p.like {float: right; margin-top: -6px; font-size: 14px;}
footer .row > div {padding: 0 10px !important;}
footer .row > div:first-child {padding-left: 0 !important;}
footer .row > div:last-child {padding-right: 0 !important;}

@media screen and (min-width: 768px) {
	.hp .car.box-teaser img {position: relative; margin-top: -100px;}
}
@media screen and (max-width: 768px) {
	section.box-teaser .img-box {padding: 20px;}
	.row.search-box .main-box:nth-child(2) .item-box:nth-child(1), .row.search-box .main-box:nth-child(2) .item-box:nth-child(3) {padding-right: 0px !important;}
	.row.search-box .main-box:nth-child(2) .item-box:nth-child(2), .row.search-box .main-box:nth-child(2) .item-box:nth-child(4) {padding-left: 0px !important;}
	.catalog .item-cat {padding: 20px;}
	section.box-teaser {padding: 45px 0 15px;}
	
}
@media screen and (max-width: 767px) {
	section.search-box .item-box {padding-right: 0 !important;}
	section.item-box.six .item .link-box {width: 100%;}
	section.item-box .item .link-box {position: relative; top: 0;}
	section.box-teaser .img-box {text-align: center;}
	section.bor-item-box .item {margin: 10px 0;}
	.catalog .item-cat .col-sm-5 {padding: 0 0 10px 0 !important;}
}