﻿hr.style-curved-edges {
    height: 20px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    background: transparent !important;
    margin: 0;
}

    hr.style-curved-edges:before {
        display: block;
        content: "";
        height: 20px;
        margin-top: -21px;
        border-style: solid;
        border-color: #8c8b8b;
        border-width: 0 0 1px 0;
        border-radius: 20px;
        background: transparent !important;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

    .swiper-slide:hover {
        border: 2px solid gray;
    }

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-slide > h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    color: lime;
    background: grey;
    background: rgb(54, 25, 25);
    background: rgba(54, 25, 25, .5);
    text-align: center;
}

.slider-product-info {
    display: none;
    position: relative;
    margin-top: -45px;
    background-color: gray;
    background: rgb(54, 25, 25);
    background: rgba(54, 25, 25, .5);
}

.swiper-slide:hover .slider-product-info {
    display: block;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon:before, .ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon:before {
        left: 0;
    }

    .ribbon:after {
        right: 0;
    }

h2.text {
    position: absolute;
    color: #fff;
    background: #90e137;
    font-size: 15px;
    float: left;
    clear: both;
    padding: 8px 5px 8px 25px;
    margin-left: -20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 0 gray;
}

    h2.text:before {
        content: " ";
        /*background: url(../img/css/ribbon.png);*/
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -10px;
        z-index: -1;
    }

/*.item {
            text-align: center;
            float: left;
            margin: 5px;
            position: relative;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .item,
        .item-hover,
        .item-hover .mask,
        .item-img,
        .item-info {
            width: 100%;
            height: 400px;
            text-align:center;
            margin:0 auto;
        }

            .item-hover,
            .item-hover .mask,
            .item-img {
                position: absolute;
                top: 0;
                left: 0;

            }

        .item-type-line .item-hover {
            z-index: 100;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            opacity: 0;
            cursor: pointer;
            display: block;
            text-decoration: none;
            text-align: center;
        }

        .item-type-line .item-info {
            z-index: 10;
            color: #ffffff;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            z-index: 5;
            text-align:center;
        }

            .item-type-line .item-info .headline {
                font-size: 20px;
            }

            .item-type-line .item-info .line {
                height: 1px;
                width: 0%;
                margin: 15px auto;
                background-color: #ffffff;
                -webkit-transition: all 500ms ease-out;
                -moz-transition: all 500ms ease-out;
                -o-transition: all 500ms ease-out;
                transition: all 500ms ease-out;
            }

            .item-type-line .item-info .date {
                font-size: 12px;
            }

        .item-type-line .item-hover .mask {
            background-color: #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            opacity: 0.5;
            z-index: 0;
        }

        .item-type-line .item-hover:hover .line {
            width: 70%;
        }

        .item-type-line .item-hover:hover {
            opacity: 1;
        }

        .item-img {
            background-color: #7a548f;
            z-index: 0;
        }*/

.swiper-button-disabled{
	z-index:0;
}