﻿
/*** 

====================================================================
	Two Col Fluid articles
====================================================================

***/

.two-col-fluid {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}

    .two-col-fluid .image-column {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .two-col-fluid .image-column .hidden-image {
            display: none;
        }

            .two-col-fluid .image-column .hidden-image img {
                display: block;
                width: 100%;
            }

    .two-col-fluid .left-column {
        position: relative;
        float: left;
    }

        .two-col-fluid .left-column .inner-box {
            position: relative;
            z-index: 1;
            padding: 90px 60px 90px 95px;
        }

            .two-col-fluid .left-column .inner-box h2 {
                position: relative;
                color: #263e5b;
                font-size: 36px;
                font-weight: 700;
                margin-bottom: 30px;
                text-transform: uppercase;
            }

            .two-col-fluid .left-column .inner-box .text {
                position: relative;
            }

                .two-col-fluid .left-column .inner-box .text p {
                    position: relative;
                    color: #828c95;
                    font-size: 18px;
                    margin-bottom: 30px;
                }

                    .two-col-fluid .left-column .inner-box .text p:last-child {
                        margin-bottom: 0px;
                    }

    .two-col-fluid.right-image .image-column {
        left: 0px;
    }

    .two-col-fluid.right-image .left-column {
        float: right;
    }

        .two-col-fluid.right-image .left-column .inner-box {
            position: relative;
            padding: 90px 75px 90px 95px;
        }

        /*datalist tour*/
.blog .product-img {
    background: #fff;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
    overflow: hidden;
    text-align: center;
    margin-top: -50px;
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
}

.blog .owldemo .thumbnail {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
}

.blog .thumbnail .caption a h4 {
    color: #263e5b;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #263e5b;
    display: table;
    margin: 0 auto;
}
.blog .thumbnail .caption {
    padding: 0px 15px;
}
.latest {
    padding: 20px 0px;
}
.blog{
    padding:30px 0px;
}
    .blog .col {
        padding-bottom: 30px;
    }
    .col .product-img .price-title {
        text-transform: uppercase;
        color: #263e5b;
    }
   
.posts{
    padding:30px 0 30px;
}
.aic-titel {
    font-size: 30px;
    color: #333d47;
    text-align: center;
    padding: 8px 0;
}
/* Css server article */

.private {
    padding: 65px 50px 0 88px;
}

    .private h2 {
        font-weight: 500;
        color: #f36b21;
        margin: 0 auto 30px;
        font-size: 30px;
    }

    .private div.des-article {
        color: #333d21;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 30px;
    }

.item-article {
    background-color: #ffffff;
    /*margin: 20px 0px 20px 0px;*/
    width: 100%;
    float: left;
}
.col-md-6.img-article {
    padding:0;
}
.img-article img {
    max-width: 100%;
    width: 100%;
}

a.btn-booking {
    padding: 10px 30px;
    font-size: 15px;
    color: #6C6C6C;
    border: 1px solid #8a8a8a;
    text-transform: uppercase;
   
    letter-spacing: 1px;
}

    a.btn-booking:hover {
        text-decoration: none;
        color: #8f724c;
    }

.logo-trip {
    max-width: 760px;
    margin: 0px auto;
}

@media (max-width: 768px) and (min-width: 561px) {
    .private {
        padding: 10px 10px 30px 10px;
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .private {
        padding: 10px 10px 30px 10px;
        margin-top: 20px;
        text-align: center;
    }
}
.des-article a{
    color:#333d47;
}
    .des-article a:hover, .des-article a:focus {
        color: #333d47;
        text-decoration:none;
        outline:none;
    }