﻿@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:767px) {
    .flag_holder {
        margin: 0 auto;
    }
    
   
}

@media only screen and (max-width:414px) {
    .homePage-mobile {
        max-width: none;
    }
}


@media only screen and (max-width:991px) {
    #nav-button {
        display: block;
    }

    iframe {
        width: 100%;
    }

    .master-nav {
        display: none;
    }

    .home-news-ul > li {
        padding: 0px 10px;
    }

    .inner-page-body-large-col {
        padding: 0px 0px 0px 0px;
    }
.table {
    margin-left:auto !important;
    margin-right:auto !important;
    width:auto !important;

}
    .photo-holder {
        height: 242px;
    }

        .photo-holder a {
            height: 240px;
        }

            .photo-holder a > div {
                height: 240px;
                padding-top: 200px;
            }

    .Soical {
        display: flex;
        justify-content: center;
    }

    .secondary-data-box-col:first-child {
        width: calc(100%);
        margin-bottom: 20px;
        padding: 0px;
    }

    .secondary-data-box-col:last-child {
        width: calc(100%);
    }
}

@media only screen and (max-width:767px) {
    .upper-social-holder {
        position: relative;
        left: -50%;
        transform: translateX(50%);
    }

    .upperNav {
        display: block;
        width: 100%;
    }

    .header-logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-motto-col p {
        max-width: 460px;
        margin: 0px auto;
    }

    .home-news-ul > li a {
        max-width: 460px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .inner-body-large-col h1 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

        .inner-body-large-col h1 span {
            font-size: 16px;
        }

    .inner-page-body-large-col {
        text-align: center !important;
    }

    .footer-list-holder a {
        text-align: center !important;
    }

    .landing-row > h1 {
        text-align: center;
    }

    .landing-aside-row h5 {
        text-align: center;
    }

    .landing-aside-row table {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    /*.calendar-container {
        max-width: 300px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }*/
}
