﻿

.line-breaker {
    white-space: pre-line;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}


.parallax-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media (max-width: 767px) {

    .parallax-section {
        padding: 80px 30px;
    }
}


/* wzp footer navigator */
.wzp-footer-nav a.gotopreview {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 24px;
    color: #fff;
    background: #cccccc;
    text-align: center;
    line-height: 40px;
    width: 100%;
    display: table;
}

    .wzp-footer-nav a.gotopreview:hover {
        background: #567ed2;
    }


.wzp-footer-nav a.gotopanel {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 24px;
    color: #fff;
    background: #e4e4e4;
    text-align: center;
    line-height: 40px;
    width: 100%;
    display: table;
}

    .wzp-footer-nav a.gotopanel:hover {
        background: #19d664;
    }


.product {
    min-height: 320px;
}

.item {
    min-height: 400px;
}
