@charset 'utf-8';

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden !important;
}
.form-control::-webkit-input-placeholder { color: #777; }
.form-control:-moz-placeholder { color: #777; }
.form-control::-moz-placeholder { color: #777; }
.form-control:-ms-input-placeholder { color: #777; }

#map {
    float: left;
    width: 100%;
    height: 550px;
}
#success-alert {
    display: none;
}
.noPadd {
    padding: 0;
}
nav, header, main, section, article, footer {
    float: left;
    position: relative;
    width: 100%;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
}
#preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
}
p b, ul b, li b {
    font-weight: 600;
}
.caption {
    position: absolute;
    left: -50px;
    z-index: 50;
}

.skew-box {
    float: left;
    background-color: rgba(255,255,255,0.9);
    color: #222;
    padding: 20px 40px 20px 60px;
    transform: skew(-20deg);
}
.skew-box h1 {
    font-size: 2.0rem;
    font-weight: 300;
    transform: skew(20deg);
    margin: 0 !important;
    text-transform: uppercase;
}
.skew-box h1 b {

}

#first {
    padding: 50px 0;
}

#nav-bottom {
    background-color: #000;
    padding: 20px 0 0px;
}
#copyright {
    background-color: #000;
    padding: 10px 0 0px;
}
.navbar-nav {
    position: relative;
}
@media (min-width: 768px) {
    .navbar-nav:before, .navbar-nav:after {
        content: '';
        position: absolute;
        top: 0;
        min-height: 68px;
        height: 100%;
        background-color: #FF6D00;
        z-index: -1;
    }
    .navbar-nav:before {
        right: calc(100% - 2px);
        width: 15%;
    }
    .navbar-nav:after {
        left: calc(100% - 2px);
        width: 100%;
    }
}

li.lang {
    transform: skew(20deg) !important;
    padding: 9px 0;
}
li.lang {
    padding-left: 15px;
}
li.lang:last-child {
    padding-left: 0;
    margin-left: -1px;
}
li.lang a {
    padding: 5px 15px !important;
    transform: skew(0deg) !important;
    border: 1px solid #ccc;
    color: #eee !important;
}
li.lang a:hover {
    background-color: rgba(255,255,255,0.3);
}

#nav-bottom .container {
    position: relative;
}
a#toTop {
    position: absolute;
    right: 0;
    top: -20px;
    background-color: #262626;
    color: #888;
    padding: 9.5px 16.46px;
    font-size: 2.5rem;
    z-index: 50;
}
a#toTop:hover {
    background-color: #363636;
}

header {
    /* overflow-x: hidden; */
}

ul.nav-bottom {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}
.nav-bottom li, .nav-bottom2 li {
    float: left;
}
.nav-bottom li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 300;
    letter-spacing: 0.2rem;
}
ul.nav-bottom2 {
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 0 0;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.nav-bottom2 li a {
    color: #888;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.nav-bottom2 li a:hover {
    color: #eee;
}

#copyright {
    color: #555;
}
.sep {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #555;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .caption {
        bottom: 90px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 15px;
    }
    .caption {
        bottom: 10px;
    }
    html {
        font-size: 9px !important;
    }
}
@media (max-width: 991px) {
    .nav-bottom2 {
        flex-wrap: wrap !important;
    }
    .nav-bottom2 li a {
        padding: 10px 10px !important;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #FF6D00;
    }
    .nav-bottom {
        flex-wrap: wrap;
    }
    .nav-bottom li a {
        padding: 15px 20px;
    }
    .nav-bottom li a b {
        display: none;
    }
    html {
        font-size: 8px !important;
    }
}

#lang-bar {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
    background-color: #FF6D00;
}
#lang-bar a {
    float: right;
    padding: 5px 10px;
    color: #eee;
    border: 1px solid #eee;
    line-height: 1;
}
#lang-bar a:last-child {
    margin-right: -1px;
}
#contact-form .btn {
    position: relative;
}
#contact-form .btn:after {
    content: '';
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #3c3c3c;
    transform: skew(-20deg);
}
#contact-form .btn:hover:after {
    background-color: #E2E2E2;
}
.main {
    float: left;
    width: 100%;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    line-height: 1.3;
}
.main span {
    float: left;
    width: 100%;
    font-weight: 300;
}
.marg-top {
    margin-top: 40px;
}
#second {
    padding: 20px 0 40px;
}
#second p {
    margin-bottom: 20px;
}

#subpage, #product {
    padding: 50px 0;
}

.inline-block {
    display: inline-block;
}

#product-show {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
}
#product-show a {
    float: left;
    position: relative;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    #product-show a:nth-child(odd) {
        padding-right: 7.5px;
    }
    #product-show a:nth-child(even) {
        padding-left: 7.5px;
    }
}

#product-show a .img {
    float: left;
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
#product-show a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
#product-show a .title {
    float: left;
    width: 100%;
    color: #222;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 25px;
    height: 60px;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    justify-content: center;
    transition-duration: 0.5s;
}
#product-show a .title p {
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.9rem;
    margin: 0;
}
#product-show a .title p span {
    float: left;
    width: 100%;
    font-weight: 300;
}

#product-show a .img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition-duration: 0.5s;
    z-index: 50;
}
#product-show a:hover .img:before {
    background-color: rgba(0, 0, 0, 0.5);
}
#product-show a:hover .title {
    color: #fff;
    background-color: #FE730C;
}

#mainphoto {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
#mainphoto img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 100%;
    height: auto;
    /* max-height: 100%; */
    transform: translate(-50%, -50%);
}
.gallery {
    float: left;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-left: -12px; */
    margin-bottom: 30px;
}
#title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #222;
}
#title p {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
}
#title p span {
    float: left;
    width: 100%;
    font-weight: 300;
}
#description {
    float: left;
    width: 100%;
    text-align: justify;
    color: #111;
}
#description h4 {
    margin: 30px 0;
}
#description .sep {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0 15px;
}

@media (min-width: 1200px) {
    #product-show a {
        width: 50%;
    }
    .gallery a.fancybox {
        float: left;
        margin-bottom: 6px;
    }
    a.fancybox:nth-child(2n) {
        margin-left: 3px;
    }
    #mainphoto a {
        float: left;
        width: 100%;
        height: 290px;
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #product-show a {
        width: 50%;
    }
    .gallery a.fancybox {
        float: left;
        width: calc(25% - 6px);
        margin-bottom: 6px;
        padding: 3px
    }
    a.fancybox:nth-child(2n) {
        margin-left: 3px;
    }
    #mainphoto a {
        float: left;
        width: 100%;
        height: 290px;
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #product-show a {
        width: 50%;
    }
    #product-show a .img {
        height: 250px;
    }
    .gallery a.fancybox {
        float: left;
        width: calc(25% - 6px);
        margin-bottom: 6px;
        padding: 3px
    }
    a.fancybox:nth-child(2n) {
        margin-left: 3px;
    }
    #mainphoto a {
        float: left;
        width: 100%;
        height: 380px;
        position: relative;
    }
}
@media (max-width: 767px) {
    #product-show a {
        width: 100%;
        border: 1px solid #ccc;
    }
    #product-show a .img {
        height: 300px;
    }
    .gallery a.fancybox {
        float: left;
        width: calc(25% - 6px);
        margin-bottom: 6px;
        padding: 3px
    }
    a.fancybox:nth-child(2n) {
        margin-left: 3px;
    }
    #mainphoto a {
        float: left;
        width: 100%;
        height: 380px;
        position: relative;
    }
}
#katalogpdf {
    float: left;
    background-color: #fd6600;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    transform: skew(-20deg);
}
#katalogpdf a {
    float: left;
    padding: 15px 20px;
    transform: skew(20deg);
    font-size: 18px;
}
#katalogpdf:hover {
    background-color: #F57E36;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.certificazioni {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}
.certificazioni img {
    float: left;
    margin-right: 5px;
}

.navbar-nav li a i {
    font-size: 2rem;
}

.owl-stage {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.certificazioni img:last-child {
    padding: 10px 0;
}
.tempopest {
    float: right;
    padding: 8px 0;
}

.promocja {
    position: absolute;
    left: 50px;
    top: 100px;
    display: inline-block;
    padding: 20px 35px;
    font-size: 30px;
    font-weight: 700;
    background-color: #F57E36;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    transform: skew(-20deg);
    z-index: 100;
}
.promocja span {
    display: block;
    transform: skew(20deg);
}

.dickson {
    float: right;
    padding: 8px 10px;
}

.markiz-box {
    margin-top: 30px;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: flex-start;
    float: left;
    width: 100%;
}
.markiz-box img {
    float: left;
    width: 33%;
}
.markiz-box img:nth-child(2) {
    margin-top: 100px;
}
.ral {
    text-align: left;
}
.ral img {
    display: inline-block;    
    padding: 5px;
}

/*PROMOCJA NA ITALIA CLASSIC*/
/*.markizy #product-show a:first-child .img:after {
    content: 'Promocja! do 16 do 30 lipca 2017 -20%! Zadzwoń pod numer 605 600 854';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    color: #f00;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding: 10px 20px;
    z-index: 150;
}*/
/*KONIEC PROMOCJI*/