﻿@media screen and (min-width: 1030px) {
    .container {
        width: 1000px;
        margin: auto;
    }

    .navbar,
    .searchbar {
        display: inline-block;
        vertical-align: middle;
    }

    .navbar {
        width: 810px;
        max-width: 810px;
    }

    .input-search-wp {
        width: 170px;
        padding: 3px;
    }

    .contact-info .contact-box {
        position: absolute;
        left: 50%;
        top: 50px;
        height: 320px;
        width: 350px;
        margin-left: 150px;
    }

    .contact-info .contact-text {
        float: right;
        width: 300px;
        height: 320px;
    }

    .site-footer .col1,
    .site-footer .col2,
    .site-footer .col3,
    .site-footer .col4 {
        width: 240px;
    }

    .header-left {
        width: 200px;
    }

    .header-right {
        width: 790px;
    }

    .slider-boxed {
        width: 980px;
        height: 400px;
    }

    .slider-boxed img {
        width: 100%;
        height: 100%;
    }

    .slider-boxed .prev {
        left: 20px;
        right: auto;
    }

    .slider-boxed .next {
        left: auto;
        right: 20px;
    }

    .full_text_image .content-img-wp {
        margin-right: -150px;
        display: inline-block;
    }

    .ltr .full_text_image .content-img-wp {
        margin-left: -150px;
        margin-right: 0;
    }

    .full_text_image .content-text-wp {
        display: inline-block;
        width: 310px;
        margin-top: 60px;
    }

    .single-img {
        float: right;
        margin: 0 0 30px 30px;
    }
}
