﻿@media screen and (max-width: 479px) {
    .container {
        width: 300px;
        margin: auto;
    }
    .navbar {
        width: auto;
    }

    .searchbar {
        display: none;
    }

    .contact-info {
        display: none;
    }

    .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;*/
    }

    .tabs-with-slider .navigation {
        top: 100px !important;
    }

    .contact-info .contact-title {
        margin: 0;
        padding: 20px 20px;
    }

    .site-footer .col1,
    .site-footer .col2,
    .site-footer .col3,
    .site-footer .col4 {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .header-left {
        width: 200px;
        display: none;
    }

    .header-right {
        width: 100%;
    }

    .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 {
        display: none;
    }

    .full_text_image .content-text-wp {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .logo-inner-wp {
        display: none;
    }

    .single-img {
        float: none;
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
    }

    .single-title {
        margin-top: 20px;
    }

    li.box_003 {
        width: 100% !important;
    }

    li.box_003 .thumb-img {
        display: block !important;
        margin: auto !important;
    }
}
