sub {
    font-size: 100%
}

body {
    padding-top: 122px;
}

.btn,
body,
html {
    font-family: 'Poppins', Arial, Helvetica, sans-serif
}

body,
html {
    overflow-x: hidden;
    font-size: 16px;
    color: #000;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap
}

.row-eq-height>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.row-first-section {
    margin-top: -150px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.benefits {
    padding: 20px 0;
    background: #eee;
    margin-top: 15px;
}

.box-main {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition: .15s all;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: rgba(0,0,0,.15);    
}

.box-main-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .15s all
}

.box-main-bg1 {
    background: url(../img/cat318.jpg)
}

.box-main-bg2 {
    background: url(../img/cat1.jpg)
}

.box-main-bg3 {
    background: url(../img/mercedes1.jpg)
}

.box-main-bg4 {
    background: url(../img/betonomieszarka.jpg)
}


.box-main:focus,
.box-main:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    text-decoration: none
}

.box-main a:hover {
    text-decoration: none
}

.box-main-bg1,
.box-main-bg2,
.box-main-bg3,
.box-main-bg4 {
    background-size: cover;
    background-repeat: no-repeat
}

.box-main:hover .box-main-cover {
    transform: scale(1.1);
    background-size: cover;
    background-repeat: no-repeat
}

.box-main .sm-box-heading {
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 25px
}

.sm-box-heading {
    font-size: 21px;
    color: inherit;
    line-height: 24px;
    font-weight: 500
}

a.sm-box-heading {
    display: block
}

a.sm-box-heading:hover {
    color: #000;
    text-decoration: none
}

a[href^=tel] {
    text-decoration: none
}

.opacity0 {
    opacity: 0 !important
}

.opacity1 {
    opacity: 1 !important
}

.item {
    text-align: center
}

.affix .navbar-default {
    transition: .2s all
}

.navbar-default {
    background: 0 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    z-index: 10;
    box-shadow: none
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize
}

.navbar-default .navbar-nav>li.accent>a {
    color: #fff;
    background: #ee7d05;
    transition: .15s all
}

.navbar-default .navbar-nav>li.accent>a:hover {
    background: #ee7d05;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.index-wrapper {
    background: url(../img/sewan-main.jpg);
    background-size: cover;
}

.form-wrapper {
    position: relative;
    padding-top: 45px;
    z-index: 1;
    padding-bottom: 15px;
}

.form-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #ee7d05;
    z-index: -1;
}
.search-bar {
    background: #ee7d05;
    padding: 20px 0;
}
.search-bar .btn-black {
    margin-top: 10px;
}
.bg-btn {
    display: block;
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .8)), url(../img/wynajem-maszyn-budowlanych-slask-katowice-sprzet-sosnowiec-xs.jpg);
    background-size: cover;
    padding-top: 30px;
}

.img-href-h {
    color: #fff;
    font-size: 21px;
}

.form-index-h {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.form-index-label {
    font-size: 15px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #333;
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
    color: #333;
    font-size: 15px;
}

.form-control:-moz-placeholder {
    color: #333;
    font-size: 15px;
}

.category-b {
    display: block;
    text-align: center;
    padding: 10px 0;
    transition: 0.15s all;
    margin-bottom: 25px;
}

.category-b:hover,
.category-b:focus {
    background: #eee;
    text-decoration: none;
    cursor: pointer;
}

.category-b:hover .category-b-name,
.category-b:focus .category-b-name {
    color: #ee7d05;
}

.category-icon {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.category-icon-wrapper {
    height: 85px;
    width: 100%;
}

.category-b-name {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.categories {
    padding: 25px 0;
}

.categories .section-heading {
    margin-bottom: 25px;
}

.newest-machines {
    padding: 15px 0;
    background: #EEE;
}

.box-href {
    position: relative;
    height: 100%;
    padding: 45px 0;
    display: block;
}

.box-href-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.box-href-img-1 {
    background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .01)), url(../img/DSC_0056.JPG);
    background-size: cover;
    transition: 0.15s all;
}

.box-href-img-2 {
    background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .01)), url(../img/finansowanie-maszyn-box.jpg);
    background-size: cover;
    transition: 0.15s all;
}

.box-href-img-3 {
    background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .01)), url(../img/jak-dojechac-box.jpg);
    background-size: cover;
    transition: 0.15s all;
}

.box-href:hover .box-href-img {
    opacity: 0.8;
}

.box-href:hover .btn {
    background: #fff;
    color: #000;
}

.boxes {
    padding: 15px 0;
}

.box-href-h {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px #000;
}

.progressPDF {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    text-align: center;
}

.progressPDFrel {
    position: relative;
    width: 100%;
    height: 100%;
}

.progressPDFabsolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progressPDFtext {
    font-size: 32px;
    font-weight: 800;
}

.progressPDF .fa-spinner {
    color: #d50000;
    margin-top: 15px;
}

.btn-genpdf {
    background: #d50000;
    color: #FFF;
    border: 0;
    margin-top: 4px;
    padding: 5px 10px;
    border-radius: 4px;
}

.btn-genpdf.focus,
.btn-genpdf:focus,
.btn-genpdf:hover {
    background: #d9251c;
    color: #FFF;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .contact-data {
        padding-top: 45px;
    }
    .box-href {
        padding-left: 25px;
    }

    .boxes {
        padding: 45px 0;
    }

    .h50 {
        height: 50%;
    }

    .h50:first-child {
        margin-bottom: 15px;
    }

    .newest-machines {
        padding: 30px 0;
    }

    .categories {
        padding: 35px 0;
    }

    .form-wrapper {
        padding-bottom: 50px;
    }

    .form-index-h {
        margin-bottom: 45px;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.bgwhite {
    background: #fff
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ee7d05;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ee7d05;
    background: #fff
}

.navbar-default li.active {
    background: #fff
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .affix .navbar-default .navbar-nav>li>a {
        margin-top: 7px;
        margin-bottom: 7px
    }
}

.navbar-default .navbar-toggle {
    border-color: #ee7d05
}

.navbar-default .navbar-toggle .icon-bar {
    background: #ee7d05
}

.carousel-decorator {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    fill: #fff
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none
}

.carousel-control.left span,
.carousel-control.right span {
    padding: 15px;
    background-color: rgba(0, 0, 0, .5)
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    color: #fff
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
    left: 0
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: 0
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7
}


.btn-info,
.btn-primary,
.btn-success {
    transition: .25s all
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    max-width: none
}

.modal {
    text-align: center
}

.primary-color {
    color: #ee7d05;
}

.benefit-h {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 21px;
}

@media screen and (min-width:768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

#modal-gallery .modal-body {
    padding: 0
}

#modal-gallery .carousel-control.left,
#modal-gallery .carousel-control.right {
    background-image: none;
    margin-top: 10%;
    width: 5%
}

.modal-body {
    overflow-y: hidden
}

.modal-body {
    overflow-y: auto
}

.jumbotron {
    margin-bottom: 0;
    position: relative;
    background: 0 0;
    overflow: hidden;
}

.jumbotron .jumbotron-header {
    font-size: 42px;
    margin-top: 60px;
    text-shadow: 2px 2px 5px #000, 1px 1px 6px rgb(0, 0, 0, .7);
    color: #fff;
    font-weight: 600;
}
.jumbotron-header small {
    color: #fff;
}
.jumbotron-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    z-index: -2
}

.jumbotron-cover {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .35))
}

@media only screen and (min-width:768px) {
    .benefits {
        padding: 45px 0;
    }

    .footer-contact {
        font-size: 18px;
    }

    .rowproducts {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .jumbotron {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .box-main-bg1 {
        background: url(../img/wynajem-maszyn-box-gray-xs.jpg)
    }

    .box-main-bg2 {
        background: url(../img/transport-maszyn-box-gray.jpg)
    }

    .box-main-bg3 {
        background: url(../img/mercedes1.jpg)
    }

    .box-main-bg4 {
        background: url(../img/szalunki-box-gray-xs.jpg)
    }

    .box-main-bg1,
    .box-main-bg2,
    .box-main-bg3,
    .box-main-bg4 {
        background-size: cover;
        background-repeat: no-repeat
    }

    .navbar-nav {
        text-align: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .navbar-default .navbar-nav>li:last-child>a {
        border: 0
    }
}

.modal-carousel-style {
    max-height: 100vh;
    overflow-y: hidden
}

#zgoda {
    float: left
}
.contact-section {
    padding-top: 20px;
}
@media only screen and (max-width:991px) {
    .index-wrapper {
        background: #eee;
    }
    .row-eq-height>[class*=col-] {
        flex: 50%
    }

    .carousel-inner .item {
        text-align: center
    }
}

.topbar {
    text-align: right;
    position: relative;
    background: #eee;
    padding-top: 12px;
    padding-bottom: 12px
}

.topbar-txt {
    color: #000;
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.fa-stack-topbar {
    font-size: 14px;
    color: #ee7d05;
}
.btn-primary {
    background: #ee7d05
}

.section-half .section-heading {
    padding-top: 60px;
    padding-bottom: 25px
}

.section-first {
    margin-top: 35px
}

.section-desc {
    padding-bottom: 50px
}

.section-desc .section-heading {
    margin-bottom: 25px
}

.section-desc .sub-heading {
    margin-bottom: 35px
}

.section-heading {
    font-size: 37px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #111
}
.leasing-h {
    font-size: 32px;
}
.fb_iframe_widget_fluid {
    display: inline-block
}

.btn-primary {
    position: relative
}

.breadcrumb,
.section-text {
    font-size: 16px
}

.section-text {
    color: #333
}

.fb-share-button {
    margin-top: 8px
}

.btn {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 14px 27px
}
.btn-small {
    margin-top: 8px;
    padding: 7px 14px;
}
.btn-big {
    background: #000;
    color: #fff;
}

.btn-big .fas {
    font-size: 32px;
}

.btn .fas {
    margin-left: 10px
}

.navbar-default .navbar-nav>li>a.mgtop0 {
    margin-top: 0
}

.btn-text {
    margin-right: 5px
}

.btn-black {
    background: #000;
    color: #fff;
    transition: 0.15s all;
}
.btn-black:focus,
.btn-black:hover {
    background: #fff;
    color: #000;
}
.btn-primary {
    border: 0;
    position: relative;
    z-index: 1;
    border-radius: 0;
    background: #ee7d05
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background: #ee7d05;
    color: #fff;
    border: 0
}

.btn-danger {
    background: #d50000;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s all
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background: #fff;
    color: #d50000
}

.btn-success {
    background: #ee7d05
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background: #000;
    color: #fff
}

.btn-ask {
    background: #ee7d05;
    color: #fff;
    border: 0
}

.btn-ask.focus,
.btn-ask:focus,
.btn-ask:hover {
    background: #000;
    color: #fff
}

#map {
    position: relative
}

.benefit-text {
    margin-top: 10px
}

.contact-form-btn-wrap,
.contact-overlay-btn-wrap {
    margin-top: 15px
}

.icon-img {
    width: 90px
}

.box-heading {
    font-size: 20px;
    font-weight: 600
}

.box-text {
    line-height: 1.5;
    padding: 0 15px
}

.section2-box {
    padding-top: 15px
}

.contact-icon {
    float: left;
    margin-right: 15px
}

.contact-text {
    display: block;
    color: #111;
    text-align: left;
    font-size: 18px;
    font-weight: 600
}

.contact-text .nowrap {
    font-weight: 400;
    font-style: 19px
}

.contact-text:hover {
    color: inherit
}
.contact-leasing {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
}
.contact-row .fa-stack {
    font-size: 15px;
}
.contact-row {
    margin-bottom: 15px;
}
.padbot {
    padding-bottom: 30px;
}
.leasing-section {
    padding-top: 35px;
    padding-bottom: 45px;
    background: #f5f5f5;
}
.leasing-section .section-heading {
    margin-bottom: 20px;
}
.contact-jobtitle {
    display: block;
    color: #000;
    font-weight: 500
}

.fa-ul-offer {
    padding-left: 15px
}

.fa-ul-offer li {
    margin-bottom: 8px
}

.contact-overlay-heading {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px
}

.mg-footer-icon {
    margin-top: 15px;
    margin-bottom: 10px
}

.btn-contact-overlay {
    padding: 7px 14px;
    font-weight: 500
}

.bg-icon_phone_white {
    width: 19px;
    height: 18px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/css_sprites_v2.png) -206px -110px
}

.bg-icon_mail_white {
    width: 19px;
    height: 13px;
    margin-right: 3px;
    display: inline-block;
    background: url(../img/css_sprites_v2.png) -206px -148px
}

.bg-iconphone {
    width: 29px;
    height: 29px;
    background: url(../img/css_sprites_v2.png) -206px -10px
}

.bg-iconwhitecnc {
    width: 58px;
    height: 59px;
    background: url(../img/css_sprites_v2.png) -100px -103px
}

.bg-iconwhiteexcavator {
    width: 72px;
    height: 73px;
    background: url(../img/css_sprites_v2.png) -10px -10px
}

.bg-iconwhitehouse {
    width: 70px;
    height: 66px;
    background: url(../img/css_sprites_v2.png) -10px -103px
}

.bg-iconwhitetruck {
    width: 84px;
    height: 58px;
    background: url(../img/css_sprites_v2.png) -102px -10px
}

.bg-iconmail {
    width: 31px;
    height: 22px;
    background: url(../img/css_sprites_v2.png) -10px -189px
}

.bg-iconnav {
    width: 25px;
    height: 31px;
    background: url(../img/css_sprites_v2.png) -206px -59px
}

.bgcenter {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1400px) {
    .container {
        width: 1366px !important
    }
}

.footer-contact-row {
    margin-top: 20px
}

.footer-contact {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.footer-contact:focus,
.footer-contact:hover {
    color: #eee;
    text-decoration: none
}

.nav-logo {
    width: 120px;
    transition: .2s all;
    position: absolute;
    top: 18px;
    left: -15px;
    transition: .2s all;
    z-index: 1
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 80vh
}

.thumb-img img[src*=noimage] {
    height: 90px;
    margin-top: 50px
}
@media (max-width:1399px) {
    .navbar-container {
        width: 98%
    }
    .nav-logo {
        left: 15px;
    }
}
@media only screen and (max-width:1000px) {
    .footer-contact {
        display: block
    }
}

@media only screen and (max-width:991px) {

    .affix .nav-logo,
    .nav-logo {
        width: 100%;
        max-width: 225px;
        position: static;
        margin-top: 5px;
    }

    .thumb-img img[src*=noimage] {
        height: 110px;
        margin-top: 0
    }

    .footer-contact {
        margin-bottom: 15px
    }
}

.box-main-icon {
    margin: 0 auto;
    width: 100%;
    text-align: center
}
.f400 {
    font-weight: 400;
}
@media only screen and (max-width:767px) {

    .row-eq-height .box-main {
        display: block
    }

    .section-first {
        margin-top: 15px
    }

    .section-half {
        margin-top: 0
    }

    .box-main-icon {
        float: left;
        max-width: 24%;
        box-sizing: border-box;
        margin-left: 10px
    }

    .bg-iconwhitecnc {
        margin-right: 28px
    }

    .box-main .sm-box-heading {
        padding-left: 25px;
        max-width: 70%;
        float: left;
        margin-top: 0;
        text-align: left
    }

    .box-main {
        padding: 30px 0
    }

    .row-eq-height>[class*=col-] {
        flex: 100%
    }

    .section2-box {
        padding-bottom: 25px
    }

    .underfooter .pull-left,
    .underfooter .pull-right {
        float: none !important
    }
}

img.item {
    max-width: 100%
}

#map {
    width: 100%;
    height: 400px
}

label.error {
    text-align: left
}

.formContact {
    margin-top: 20px;
    background: #f5f5f5;
    padding-top: 15px
}

.formContact .form-control {
    background: #fafafa
}

.nowrap {
    white-space: nowrap
}

.section-heading-contact {
    font-size: 28px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 19px
}

.btn-contact-form-send {
    margin-top: 15px;
    margin-bottom: 25px
}

.checkbox {
    float: left;
    cursor: pointer
}

.checkboxlabel {
    width: 90%;
    margin-left: 15px;
    float: left;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    max-height: 70px;
    overflow-y: scroll
}

.has-error {
    border: 2px solid #f0392b
}

label.error {
    background: #f0392b;
    border: 2px solid #c2392b;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 400
}

.contact-map {
    min-height: 500px;
    height: 100%;
    width: 100%
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #222;
    color: #fff
}

.footer .fa-stack {
    font-size: 18px;
    margin-right: 5px;
}

.footer-header {
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px
}

.menufooter {
    list-style: disc;
    padding-left: 0
}

.menufooter a {
    color: #fff
}

.underfooter {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000
}

.underfooter a {
    color: #000;
    text-decoration: none
}

.mgtop-underfooterlink {
    margin-top: 15px;
    clear: both
}

.author-box b {
    color: #000
}

@media screen and (max-width:1000px) {
    .section-heading {
        font-size: 24px
    }

    .xs-text-center {
        text-align: center
    }

    .contact-map {
        height: 300px;
        margin-top: 30px
    }

    .no-row-xs {
        margin-left: 0;
        margin-right: 0
    }
}

.onvideohref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carousel-product .item img,
.product-video {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.category-img {
    width: 100%
}

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

.breadcrumb a {
    color: #fff;
    cursor: pointer
}

.breadcrumb>.active {
    color: #000
}

.breadcrumb>li+li::before {
    color: #fff;
    content: '>';
    font-size: 21px
}

.row-breadcrumb {
    background: #333
}

.row-breadcrumb .breadcrumb {
    background: #333;
    color: #fff;
    margin-bottom: 0
}

.row-breadcrumb .breadcrumb a {
    color: #fff
}

.row-breadcrumb .breadcrumb .active {
    color: #eee
}

.box-category .section-heading {
    margin-bottom: 45px
}

.category-div .badge {
    margin-left: 5px;
    vertical-align: top;
    margin-top: 1px;
    background: #0b2348
}

.box-catmargin,
.mgtop {
    margin-top: 30px
}

.box-catmargin {
    margin-bottom: 30px
}

.incaption {
    padding: 0 10px 10px
}

.caption p {
    color: #444
}

.pad-for-btn {
    padding: 15px;
    padding-top: 0
}

.caption .row p:last-child {
    color: #111
}

.caption .row {
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    padding-top: 8px
}

.caption .row:nth-of-type(1) {
    padding-top: 5px
}

.caption .row:last-child,
.caption .row:nth-last-child(2) {
    border: 0
}

.pos-relative {
    position: relative
}
.thumb-cat-name {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #555;
}
.thumbnail h3 {
    margin-top: 10px;
    font-size: 18px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.thumbnail h3,
.thumbnail h3 a {
    color: #111
}

.thumbnail h3 a:focus,
.thumbnail h3 a:hover {
    color: #ee7d05;
    text-decoration: none;
}

.price {
    font-size: 18px;
    color: #d50000;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    display: block
}

.btn-outline,
.ribbon {
    font-size: 14px;
    color: #fff
}

.thumbnail img {
    width: 100%;
    height: auto;
    transition: .2s all
}

.keepribbon {
    width: 100%;
    height: 212px;
    overflow: hidden
}

.thumb-img {
    width: auto;
    height: 212px;
    display: inline-block;
    overflow: hidden
}

.thumb-img:hover img {
    transform: scale(1.12)
}

.footer .img-responsive {
    margin-top: 25px
}

@media screen and (max-width:1200px) {
    .navbar-container {
        padding: 0;
    }
    .jumbotron .jumbotron-header {
        margin-top: 150px;
        font-size: 36px
    }

    .keepribbon,
    .thumb-img {
        height: auto
    }
}

.btn-outline {
    white-space: nowrap;
    padding: 8px 14px;
    background-color: #ee7d05;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.btn-outline .fa {
    line-height: inherit
}

.btn-outline .badge {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 7px;
    border-radius: 50%
}

.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    background-color: #111
}

.btn-outline .fa-envelope {
    margin-left: 5px
}

.float-right {
    float: right
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon {
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #e74c3c
}

.ribbon:after,
.ribbon:before {
    content: "";
    border-top: 3px solid #e74c3c;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}

.bg-gray {
    background-color: #f5f5f5;
    padding-top: 15px
}

.product-header {
    padding-top: 10px;
    margin-bottom: 15px
}

.product-header .breadcrumb {
    background: #fff;
    padding-left: 0
}

.pid {
    font-size: 13px
}
.product-name-row {
    margin-top: 10px;
    margin-bottom: 15px;
}
.product-name {
    margin: 0;
    font-weight: 600;
    font-size: 27px;
    display: inline-block;
}

.product-header .product-price {
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 600
}

.product-header .product-price small {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 65%;
    font-weight: 600
}

.product-price .waluta {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.25em;
    color: #d50000
}

.box-stan-qty::-webkit-inner-spin-button,
.product-price .box-stan-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.oldprice,
.oldpricethumb {
    margin-left: 10px
}

.mg-ilosc .btn-success {
    margin-top: 34px
}


.box-stan .btn-black {
    padding: 7px 14px
}

.box-stan .btn-black {
    margin-bottom: 10px
}

.box-stan-qty {
    -moz-appearance: textfield;
    width: 50px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #ee7d05;
    text-align: center;
    border-radius: 2px
}

.box-stan .input-qty-group {
    float: left;
    text-align: center
}

.input-qty-group {
    text-align: center;
    float: left
}

.btn-ilosc {
    font-size: 24px;
    cursor: pointer;
    user-select: none
}

.oldprice,
.oldpricethumb,
.oldpricethumb+.waluta {
    font-size: .8em
}

#chg_waluta:focus,
#chg_waluta:hover {
    cursor: pointer;
    color: #0b2348;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.swiper-container-main {
    overflow: hidden;
    position: relative;
}
.swiper-slide {
    text-align: center;
}
.swiper-main-img {
    width: auto;
    max-width: 100%;
    max-height: 515px;
}

.swiper-container-big {
    overflow: hidden;
}

.swiper-container-big .swiper-slide {
    text-align: center;
}

.swiper-big-img {
    max-height: 85vh;
    max-width: 100%;
}

.modal-open .modal-full {
    overflow: hidden;
}

.owl-under-main-carousel.owl-carousel {
    position: relative;
    margin-top: 10px;
}
.owl-under-main-carousel img {
    max-height: 100px;
}
.owl-under-main-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: -10px !important;
}

.owl-under-main-carousel .owl-dots {
    display: none;
}

.owl-under-main-carousel .owl-next,
.owl-under-main-carousel .owl-prev {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
}

.owl-under-main-carousel .owl-prev {
    left: -15px
}

.owl-under-main-carousel .owl-next {
    right: -15px;
}

.owl-under-main-carousel .owl-item {
    cursor: pointer;
}

.owl-under-main-carousel .fas {
    color: #ee7d05;
    font-size: 21px;
}

.owl-under-main-carousel .owl-prev {
    left: 15px
}

.owl-under-main-carousel .owl-next {
    right: 15px;
}
.mgtop15 {
    margin-top: 15px;
}
@media (min-width: 576px) {
    .modal-dialog-full {
        max-width: none;
    }
}

.modal-dialog-full {
    width: 98%;
    height: 96%;
    padding: 0;
}

.modal-content-full {
    height: 99%;
}

.newprice,
.rabatprice {
    color: #d50000
}

.oldprice,
.oldprice+.waluta,
.oldpricethumb,
.oldpricethumb+.waluta {
    text-decoration: line-through;
    color: #777
}

.box-category a:hover,
.btn-outline:focus,
.btn-outline:hover,
.forbtn>a,
.forbtn>a:hover {
    text-decoration: none
}

.oldprice+.waluta {
    margin-right: 10px
}

.rabat-procent:after {
    content: ' RABATU'
}

.rabat-procent {
    border-radius: 4px;
    font-size: 15px;
    background: red;
    padding: 5px 10px;
    color: #fff
}

@media (max-width:1200px) {

    .box-stan .btn-black,
    .box-stan .btn-genpdf {
        clear: both
    }

    .media .btn {
        margin-bottom: 5px
    }
}

.panel .fa-info-circle {
    margin-right: 5px;
    font-size: 24px;
    color: #3498db
}

#show_map {
    width: 100%;
    height: 400px
}

.show-on-map {
    display: inline-block;
    font-size: 16px;
    padding: 3px 10px;
    margin-top: 5px;
    margin-left: 32px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #000;
}

.danekontakt-body {
    padding: 5px 15px;
    background-color: #f5f5f5;
    color: #ee7d05;
    text-align: left;
}

.fa-contact {
    font-size: 16px;
    color: #ee7d05;
}

.danekontakt-body .fa-map-marker {
    font-size: 18px
}

.danekontakt-body .fa-envelope {
    font-size: 14px
}

.danekontakt-text {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 10px
}

#modal-gallery .carousel-control.left,
#modal-gallery .carousel-control.right {
    background-image: none;
    margin-top: 10%;
    width: 5%
}

#modal-gallery .modal-body {
    padding: 0
}

#modal-gallery .item img {
    margin: 0 auto;
    max-height: 90vh
}

@media (max-width:990px) and (orientation:landscape) {
    #modal-gallery .modal-title {
        max-height: 10vh
    }

    #modal-gallery .item img {
        max-height: 90vh;
        margin-bottom: 10px
    }
}

.other-font {
    margin-left: 3px;
    text-transform: lowercase
}

.ribbon {
    text-transform: uppercase
}

.status-margin {
    margin-top: 30px
}

.box-stan {
    padding-top: 10px;
    padding-bottom: 10px
}

.status-available,
.status-reserved,
.status-sold {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    margin-left: 15px;
    display: inline-block;
}

.status-available {
    border: 1px solid #ee7d05;
    color: #ee7d05
}

.status-reserved {
    border: 1px solid #3498db;
    color: #3498db
}

.status-sold {
    border: 1px solid #111;
    color: #111
}

.status-available span {
    padding: 7px 10px;
    background: #ee7d05;
    color: #fff
}

.status-reserved span {
    padding: 7px 10px;
    background: #3498db;
    color: #fff
}

.status-sold span {
    padding: 7px 10px;
    background: #111;
    color: #fff
}

.status-yellow {
    border-color: #f1c40f;
    color: #f1c40f
}

.status-yellow span {
    background: #f1c40f
}

.status-red {
    border-color: #e74c3c;
    color: #e74c3c
}

.status-red span {
    background: #e74c3c
}

.productDesc {
    padding-top: 10px;
    padding-right: 30px
}

.panel2 {
    margin-top: 10px;
    border: 1px solid #eee
}

.panel-heading-kontakt {
    text-align: left;
    color: #000;
    padding: 0;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    background-color: #DDD;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px
}

table td {
    border: 1px solid #EEE;
    padding: 5px
}

td p {
    margin-bottom: 0;
}

.btn-call-xs {
    display: none;
    background: #0493c7;
    color: #fff;
    width: 47%;
    max-width: 50%
}

.quick-contact-bg-xs {
    display: none;
    background: #fff;
    width: 100%
}

.fa-benefit {
    font-size: 32px
}

.product-benefits .fa-inverse {
    color: #ee7d05
}

.product-benefits .btn {
    padding: 8px 16px
}

.related-products {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.related-products .section-heading {
    margin-bottom: 30px
}

.modal-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    left: 0
}

.modal-body {
    position: relative
}

.modal-body,
.modal-fullscreen .modal-dialog {
    overflow-y: hidden
}

.modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0
}

#modal-gallery .carousel-control.left,
#modal-gallery .carousel-control.right {
    background-image: none;
    margin-top: 10%;
    width: 5%
}

#modal-gallery .modal-body {
    padding: 0
}

#modal-gallery .item img {
    margin: 0 auto;
    max-height: 90vh;
    max-width: 100%
}

.modal-header .close {
    position: absolute;
    right: 15px;
    color: #333;
    font-size: 48px;
    font-weight: 400;
    opacity: 1;
    top: 0
}

.table {
    font-size: 16px;
    background-color: #fefefe
}

.table td:first-child {
    font-size: 15px;
    color: #777
}

.product-bg {
    padding-bottom: 30px
}

.media .cena {
    text-align: left;
    font-size: 15px
}

.media .cena span {
    font-size: 21px;
    padding-bottom: 10px
}

.btn-lg,
.eq p {
    font-size: 16px
}

.eq {
    color: #111;
    padding-top: 15px;
    border: 1px solid #f8f8f8
}

.eq p {
    line-height: 30px
}

.eq .fa {
    margin-right: 5px;
    color: #1abc9c;
    font-size: 14px
}

.marg-top {
    margin-top: 30px
}

.thumbnail .caption>p {
    font-size: 18px;
    text-align: center;
    color: #1abc9c;
    margin-bottom: 0
}

.thumbnail .caption>span {
    font-size: 17px;
    color: #333
}

.carname {
    color: #fff
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #1abc9c;
    text-decoration: none
}

.thumbnail-img,
.thumbnail-vid-iframe {
    -webkit-transition: all .45s cubic-bezier(.31, .59, .26, .97);
    transition: all .45s cubic-bezier(.31, .59, .26, .97)
}

.thumbnail:hover .thumbnail-img,
.thumbnail:hover .thumbnail-vid-iframe {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.thumbnail {
    background: #fff;
    position: static;
    padding: 0;
    border: 0;
    text-align: center;
    height: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.thumbnail .caption {
    padding: 0 0 5px
}

.incaption .badge {
    padding: 7px 12px;
    font-size: 15px
}

.incaption .badge-qty {
    padding: 2px 7px
}

.nopadleft,
.nopadtotal {
    padding-left: 0
}

.badge-red {
    background: #e74c3c
}

.badge-orange {
    background: #f39c12
}

.badge-green {
    background: #ee7d05
}

.nopadtotal {
    padding-right: 0
}

.fbox {
    margin-bottom: 20px
}

.carans,
.carcat,
.carname {
    margin-bottom: 0
}

.media-body {
    border: 1px solid #ddd;
    outline: #eee solid 1px
}

a:focus,
button:focus {
    outline: 0
}

.carname {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    background: #333;
    margin-top: 0;
    padding: 20px 0 20px 15px
}

.fbox-caption {
    text-align: right;
    margin-left: 15px;
    margin-right: 15px
}

.fbox-caption .row {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.fbox-caption .row:nth-child(odd) {
    background: #f5f5f5;
}
.fbox-caption .row:last-child {
    border-bottom: 0
}

.carcat {
    color: #111
}

.carans {
    color: #444;
    font-weight: 600
}

@media (max-width:990px) and (orientation:landscape) {
    #modal-gallery .modal-title {
        max-height: 10vh
    }

    #modal-gallery .item img {
        max-height: 90vh;
        margin-bottom: 10px
    }
}

@media (max-width:1100px) {
    .nav>.hide-nav-link {
        display: none
    }
}

.navbar-fixed-top {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

@media (min-width:992px) {
    .navbar-fixed-top .navbar-collapse {
        padding-right: 15px
    }

    .navbar-fixed-top {
        transition: .15s all
    }

    .affix.navbar-fixed-top {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-container
    {
        width: 90%;
    }
    .product-name {
        padding-left: 10px;
    }
    .pos-relative {
        margin-bottom: 30px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important
    }

    .navbar-header {
        float: none
    }
}

@media (max-width:767px) {
    .h50 {
        margin: 0;
    }
    .box-href {
        text-align: center;
        margin-top: 10px;
    }
    .danekontakt-text {
        margin-bottom: 15px
    }

    .jumbotron .jumbotron-header {
        margin-top: 25px;
        font-size: 24px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 32px;
        font-size: 18px
    }

    .inline-xs {
        display: inline-block !important
    }

    .jumbotron {
        padding-top: 10px;
        padding-bottom: 40px;
        text-align: center
    }

    .navbar-fixed-top .navbar-collapse {
        background: #fff
    }
}
.navbar-brand {
    position: relative;
}
@media (max-width:991px) { 
    body {
        padding-top: 102px;
    }
    .contact-overlay-heading {
        font-size: 24px
    }

    .section-main {
        margin-top: 96px
    }

    .navbar-default .navbar-brand {
        padding-top: 5px
    }

    .section-half .section-heading {
        padding-top: 20px
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 15px
    }

    .row-no-eq-xs {
        display: block
    }

    .row-no-eq-xs>[class*=col-] {
        display: block
    }

    .underfooter {
        padding-bottom: 80px
    }

    .btn-genpdf {
        float: left
    }

    .text-right-xs {
        text-align: right
    }

    .padleftmobile {
        padding-left: 15px
    }

    #ask-modal .modal-dialog {
        position: fixed;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        left: 0
    }

    .checkboxlabel {
        max-height: 150px;
        margin-bottom: 15px;
        overflow-y: scroll
    }

    #ask-modal .modal-dialog,
    .modal-body {
        overflow-y: scroll
    }

    #ask-modal .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0
    }

    .nopadrightmobile {
        padding-right: 0
    }

    .quick-contact-bg-xs {
        position: fixed;
        height: 65px;
        bottom: 0;
        left: 0;
        z-index: 16;
        display: block;
        box-shadow: 0 0 6px 3px rgba(0, 0, 0, .14)
    }

    .btn-call-xs {
        display: block;
        position: fixed;
        bottom: 5px;
        right: 5px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        z-index: 17
    }

    .btn-ask {
        z-index: 17;
        background: #ee7d05;
        color: #fff;
        border: 0;
        position: fixed;
        bottom: 5px;
        left: 5px;
        width: 47%;
        height: 45px;
        line-height: 45px;
        padding: 0
    }

    .box-stan .btn-ask {
        padding: 0
    }

    .btn-ask.focus,
    .btn-ask:focus,
    .btn-ask:hover {
        background: #ee7d05;
        color: #fff
    }

    .danekontakt-body,
    .panel2 {
        text-align: center
    }

    .panel-heading-kontakt {
        padding-left: 0
    }

    .panel2 {
        box-shadow: none
    }
}

@media only screen and (max-width:360px) {

    .carousel-product .item,
    .carousel-product .item img,
    .product-video {
        height: 210px
    }
}

@media only screen and (min-width:361px) {

    .carousel-product .item,
    .carousel-product .item img,
    .product-video {
        height: 250px
    }
}

@media only screen and (min-width:501px) {

    .carousel-product .item,
    .carousel-product .item img,
    .product-video {
        height: 290px
    }
}

@media only screen and (min-width:580px) {

    .carousel-product .item,
    .carousel-product .item img,
    .product-video {
        height: 350px
    }
}

@media only screen and (min-width:992px) {

    .box-main {
        margin-right: 20px
    }

    .box-main:last-child {
        margin-right: 0
    }

    .section-main {
        margin-top: 145px
    }

    .jumbotron-bg-img-transport {
        max-width: 100%
    }

    .carousel-product .item,
    .carousel-product .item img,
    .product-video {
        height: 550px
    }
}

@media screen and (min-width:1200px) {
    .col-md-3.pos-relative {
        max-width: 24%;
    }
    .formContact {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    }

    .contact-map {
        margin-top: 25px
    }
}