#st-nicolas-logo {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

#footer-address {
    margin-right: 80px;
}

#social-networks-wrapper {
    padding: 15px;
    display: table;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 9999;
}

#social-networks-caption {
    float: left;
    display: none;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

#social-networks-icons {
    display: table-cell;
    font-size: 12px !important;
    float: left;
}

#social-networks-icons a {
    color: inherit !important;
}

#social-networks-for-news {
    position: relative;
    font-size: 12px !important;
    margin-right: 50px;
    margin-bottom: 15px;
    text-align: right;
    color: black;
}

#news_container {
    padding-top: 100px !important;
}

#social-networks-for-news-icons {
}

#social-networks-for-news-icons a {
    color: inherit !important;
}

@media only screen and (max-width: 800px) {

    #social-networks-wrapper {
        top: 20% !important;
    }
}

@media only screen and (max-width: 1200px) {

    #aero-wrapper {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {

    #aero-wrapper {
        position: absolute;
        top: 70%;
        right: 5%;
        z-index: 9999;
    }

    #aero-caption {
        height: 100%;
        padding-top: 25px;
        padding-right: 15px;
        float: left;
    }

    #aero-caption h3 {
        color: white;
        text-align: center;
        font-size: 38px;
    }

    #aero-caption small {
        text-transform: uppercase;
        color: white;
    }

    #aero {
        float: left;
        width: 96px;
        height: 96px;
        border-radius: 48px;
        border: 0;
        background: white;
        display: table;
    }

    #aero-image {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #aero-image img {
        margin: 0 auto;
    }
}

.bg_slider .slide_info_wrapper {
    bottom: 20%;

}

h1.item-title {
    color: black !important;;
    margin-top: 15px !important;
}

@media only screen and (max-width: 1200px) and (min-width: 600px) {

    #footer-phones {
        width: 300px !important;
    }

    #timework-footer {
        margin-top: -12px;
        font-size: 18px;
    }

    #st-nicolas-logo {
        bottom: 15px;
    }

    #st-nicolas-logo img {
        width: 80%;
    }

    #footer-address {
        margin-right: 75px;
    }
}

#three-bubbles-wrapper {
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 100;
}

#left-bubble {
    float: left;
    color: white;
    width: 70px;
    border-radius: 35px;
    height: 70px;
    background: rgba(217, 67, 53, 0.85)
}

#left-bubble h2.main {
    margin: 15px 5px 0;
    text-align: center;
    font-size: 23px;
    color: #ffffff;
}

#left-bubble h2.caption {
    margin: 0 5px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

#center-bubble {
    margin: 15px 15px 0;
    float: left;
    background: rgba(217, 67, 53, 0.85);
    color: white;
    width: 100px;
    border-radius: 50px;
    height: 100px;
}

#center-bubble h2.main {
    margin: 35px 5px 0;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

#center-bubble h2.caption {
    margin: 0 5px;
    text-align: center;
    color: white;
    padding: 0;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}

#right-bubble {
    float: left;
    background: rgba(217, 67, 53, 0.85);
    color: white;
    width: 70px;
    border-radius: 35px;
    height: 70px;
}

#right-bubble h2.main {
    margin: 19px 5px 0;
    text-align: center;
    font-size: 23px;
    color: #ffffff;
}

#right-bubble h2.caption {
    margin: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}