/*DESKTOP MEDIA QUERY*/
@media only screen and (min-width: 600px) {
    .desktop_only {
        display: block;
    }

    .desktop_only.affix {
        position: fixed;
        background: #11a3b0;
    }

    .desktop_only.affix >.site-header-section {
        padding: 0px 25px;
    }

    .desktop_only.affix .site-header-logo>img {
        max-width: 156px;
    }

    .desktop_only.affix .site-header-nav {
        padding: 10px 10px;
    }

    .mobile_only {
        display: none;
    }

    .site-tab-strip-dropmenu-down-hide {
        display: none;
    }
}

/*MOBILE MEDIA QUERY*/
@media only screen and (max-width: 600px) {
    body {
        float : left;
    }

    .site-footer-mini-icons {
        text-align: center;
    }

    .site-footer-social-nav > a {
        display: inline-block;
        float: none;
    }

    .site-footer-social-nav span {
        font-size: 19px;
        height: 30px;
        width: 30px;
    }

    .site-heading-strip {
        height: auto;
    }

    .site-heading-strip>h3 {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .site-tab-strip-dropmenu-down-hide {
        display: block;
        width: 100%;
        float: left;
        margin-top: 0px;
        text-align: right;
        height: 0px;
    }

    .row {
        margin: 0px;
        float: left;
        width: 100%;
    }

    .site-org-info-title {
        border-top: 1px solid #ddd;
        padding: 10px 10px;
        margin-top: 15px;
    }

    .site-org-info-value {
        border-bottom: 1px solid #ddd;
        padding-left: 20px;
    }

    .activity-day-title-text {
        font-size: 15px;
        width: 20%;
    }

    .activity-day-title-input {
        width: 80%;
    }

    .activity-day-title-input>input {
        font-size: 15px;
    }

    .activity-day-text-lable {
        font-size: 12px;
    }

    .activity-day-time select, .activity-day-time2 select {
        width: 100%;
        height: auto;
        padding: 0px;
        font-size: 8px;
    }

    .activity-day-text,.activity-day-time {
        font-size: 12px;
    }

    .activity-day-time-lable {
        font-size: 12px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        display: none;
    }

    .bs-wizard {
        width: 100%;
        padding: 0px 20px;
        border: none;
        margin: 0px;
    }

    .site-tab-strip-dropmenu-down-hide>button {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 100%;
        font-size: 24px;
        color: #fff;
        background: #e35731;
        outline: none;
    }

    .site-tab-strip {
        overflow: auto;
        white-space: nowrap;
    }

    .site-slider-section {
        margin-top: 54px;
        min-height: auto;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    footer {
    }

    /* .container {
        margin: 0px;
        padding: 0px;
    } */
    .spacer-container {
        margin-top: 80px;
    }

    .site-login-container {
        padding: 10px;
        float: left;
    }

    .clearfix_lg {
        padding: 0px;
    }

    .site-form-underline-input {
        padding: 15px 0px;
    }

    .site-form-underline-input i, .site-form-underline-input span {
        top: 22px;
    }

    .site-header-nav-drop {
        position: fixed;
        top: 80px;
        left: 0px;
        height: 100%;
        width: 100%;
        padding: 0px;
        overflow: auto;
    }

    .site-header-nav-drop:before {
        content: "";
        display: none;
    }

    .site-tab-strip-dropmenu-down {
        position: fixed;
        left: 0px;
        right: 0px;
        margin: auto;
        float: none;
        bottom: 0px;
        top: 0px;
        height: 100%;
        padding: 0px;
        z-index: 9999999;
        width: 100%;
        background: #e35731;
    }

    .site-tab-strip-dropmenu-down:before {
        display: none;
    }

    .site-content-table {
        overflow: auto;
        min-width: 100%;
        white-space: nowrap;
    }

    .site-title-lg>h1 {
        font-size: 25px;
        margin: 0px;
    }

    .site-org-info-title, .site-org-info-value {
        border-right: 1px solid #ddd;
        width: 100%;
        float: left;
        border-left: 1px solid #ddd;
    }
}
