@media (max-width: 768px) {

    /* ---- GLOBAL ---- */
    body {
        overflow-x: hidden;
    }

    .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Force all Bootstrap columns to full width */
    [class*="col-xs-"] {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* ---- HEADER ---- */
    #header {
        min-height: 400px;
    }

    #header #shadow {
        padding: 20px 0;
    }

    #visita-prague {
        width: 80px !important;
        margin: 0 auto 10px auto;
        float: none !important;
    }

    #guided-tours {
        text-align: center;
        padding: 0 15px;
    }

    #guided-tours h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    #guided-tours-text {
        text-align: center;
        padding: 0 20px;
        font-size: 13px;
    }

    #button-guide-you {
        text-align: center;
    }

    #lunak-wrapper {
        text-align: center;
        margin-top: 15px;
    }

    #lunak {
        margin: 0 auto;
    }

    #lunak-text {
        text-align: center;
        margin-top: 10px;
    }

    #lunak-text h2 {
        font-size: 18px;
    }

    #scroll-down {
        display: none;
    }

    /* ---- NAVIGATION ---- */
    #menu {
        padding: 8px 15px;
    }

    #menu .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    #menu .col-xs-1:first-child {
        display: none;
    }

    #menu .col-xs-1 {
        width: auto !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 5px !important;
    }

    #languages {
        width: auto !important;
        float: none !important;
        margin: 0 !important;
        font-size: 12px;
    }

    #languages a {
        margin: 0 3px;
    }

    #contact {
        float: none !important;
        font-size: 12px;
    }

    /* ---- ABOUT ME ---- */
    .row1-r,
    .row1 {
        overflow: hidden;
    }

    #about-me-block {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        padding: 25px 20px !important;
    }

    #about-me-block h3 {
        font-size: 22px;
    }

    #image-1-1,
    #image-1-2_3 {
        display: none;
    }

    /* ---- SLIDER / ABOUT PRAGUE ---- */
    #residenceHpSlider {
        display: block !important;
    }

    .infoPanel {
        width: 100% !important;
        float: none !important;
    }

    .sliderWrapper {
        width: 100% !important;
        float: none !important;
        height: 220px;
    }

    .residence-text {
        padding: 20px 15px;
    }

    .residence-text h3 {
        font-size: 20px;
    }

    .residence-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .text.residence-1 {
        width: 100% !important;
    }

    /* ---- REFERENCES CAROUSEL ---- */
    h2.center {
        font-size: 22px;
        margin: 20px 0;
    }

    .ca-container {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 50px auto;
        overflow: hidden;
    }

    .ca-wrapper {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }

    .ca-item {
        width: 50% !important;
        height: 200px !important;
        float: left !important;
        margin-bottom: 4px;
    }

    .ca-icon {
        width: 100% !important;
        height: 200px !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .ca-name {
        width: 100% !important;
        font-size: 14px !important;
        margin-top: -18px;
    }

    .ca-city {
        width: 100% !important;
        font-size: 11px !important;
        margin-top: 8px;
    }

    .ca-content-wrapper {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
    }

    .ca-content {
        width: 100% !important;
        height: auto !important;
    }

    .ca-content-text {
        font-size: 13px;
        margin: 15px 0 0 0;
        padding: 0 15px;
    }

    .ca-content-text-inner {
        height: auto !important;
        overflow: visible !important;
    }

    .ca-nav span {
        bottom: -35px;
        left: 38% !important;
    }

    .ca-nav span.ca-nav-next {
        left: 54% !important;
        bottom: -35px;
    }

    /* ---- DARK WRAPPER / SOCIAL / FEEDS ---- */
    #dark-wrapper {
        display: block !important;
    }

    #social-media {
        padding: 20px 15px;
    }

    #social-media h2 {
        font-size: 20px;
    }

    #social-media .col-xs-2 {
        text-align: left !important;
        margin-top: 10px;
    }

    #feeds {
        padding: 0 15px 20px;
    }

    #feeds h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    #feeds iframe {
        width: 100% !important;
        height: 220px !important;
        display: block;
        margin-bottom: 20px;
    }

    .facebookOuter,
    .facebookInner,
    .fb-like-box {
        width: 100% !important;
    }

    /* ---- CONTACT ---- */
    #contact-block {
        padding: 20px 0;
    }

    #contact-block h2 {
        font-size: 20px;
    }

    #contact-form {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    #cform {
        padding: 0 5px;
    }

    #your-name,
    #your-email {
        width: 100% !important;
        float: none !important;
        display: block;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    #cform input[type="text"],
    #cform input[type="email"] {
        width: 100% !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
    }

    #your-description {
        width: 100% !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    #cform textarea {
        width: 100% !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    #contact-send {
        width: 100% !important;
        display: block;
        margin-top: 10px;
    }

    #contact-information {
        width: 100% !important;
        float: none !important;
        padding: 20px 5px 0 5px !important;
        margin-left: 0 !important;
    }

    #contact-information h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    /* ---- FOOTER ---- */
    footer.row {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        font-size: 11px !important;
        line-height: 1.8;
        padding: 20px 15px !important;
        word-break: break-word;
    }
}

/* ---- Small phones (max 480px) ---- */
@media (max-width: 480px) {

    #guided-tours h1 {
        font-size: 20px;
    }

    .ca-item {
        width: 100% !important;
        float: none !important;
        height: 220px !important;
    }

    .ca-icon {
        height: 220px !important;
    }

    #feeds iframe {
        height: 190px !important;
    }
}