﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.row-block {
    clear: both;
}

.image-block {
    width: 50%;
    height: 100%;
    float: right;
}



    .image-block img {
        width: 100%;
    }

.content-block {
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    padding: 50px 60px;
    padding-bottom: 15px;
}

    .content-block h3 {
        font-size: 27px;
        font-weight: 700;
        color: #23275e;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .content-block p {
        font-size: 1.1875rem;
        color: #23275e;
        padding-right: 80px;
        line-height: 1.44;
        margin-bottom: 30px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .content-block .lnk-more {
        color: #23275e;
        font-size: .9375rem;
        display: inline-block;
        font-weight: bold;
    }

        .content-block .lnk-more i {
            font-size: 9px;
            display: inline-block;
            margin-right: 12px;
            top: -1px;
            position: relative;
            color: #23275e;
        }

.left .image-block {
    float: left;
}

.left .content-block {
    float: right;
}


.blog-item {
    position: relative;
    margin: 10px;
    background: #ffffff;
    text-align: center;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    display: inline-block;
}

    .blog-item * {
        -webkit-box-sizing: border-box;
        box-sizing: padding-box;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .blog-item img {
        max-width: 100%;
        width: 100%;
        height: 300px;
        vertical-align: top;
        position: relative;
        background-color: #072642;
        padding-top: 40px;
    }

    .blog-item figcaption {
        padding: 20px;
    }

    .blog-item h3,
    .blog-item p {
        margin: 0;
    }

    .blog-item h3 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .blog-item p {
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 300;
    }

    .blog-item .price {
        font-weight: 500;
        font-size: 1.4em;
        line-height: 48px;
        letter-spacing: 1px;
    }

        .blog-item .price s {
            margin-right: 5px;
            opacity: 0.5;
            font-size: 0.9em;
        }

    .blog-item i {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        background-color: #072642;
        color: #ffffff;
        font-size: 36px;
    }

    .blog-item a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .blog-item:hover i,
    .blog-item.hover i,
    .blog-item:hover img,
    .blog-item.hover img {
        background-color: #cdad69;
    }

    .blog-item:hover i,
    .blog-item.hover i {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
    }



    @media screen and (max-width: 767px) {
        .image-block {
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            float: none;
        }
        .content-block {
            width: 100%;
            float: none;
            padding: 40px 40px;
        }
        .left .content-block {
            margin-bottom: 30px;
        }
        .right .content-block {
            margin-bottom: 30px;
        }
        .container, .container-sm {
            max-width: 95%;
        }
    }

    @media screen and (max-width: 992px) {
        .container, .container-sm {
            max-width: 95%;
        }
    }



    .blog-item {
        width: 31%;
    }

    @media screen and (max-width: 1200px) {
        .blog-item {
            width: 30.7%;
        }
    }

    @media screen and (max-width: 992px) {
        .blog-item {
            width: 30%;
        }
    }

    @media screen and (max-width: 791px) {
        .blog-item {
            width: 46.1%;
        }
    }

    @media screen and (max-width: 639px) {
        .blog-item {
            width: 100%;
        }
    }