﻿/* Responsive */
@media only screen and (max-width : 960px)
{
    /* to make the image responsive */

.dynamicnav_mainlink,.dynamicnav_smalllink{color:White !important;}
#header2_slidenav{margin:0 !important;}

    html, .BodyDivStyle, body, #HeaderDiv, #MainDiv, #ContentPage1_pnlControls, #ContentPage1_pnlSingleWindow, #ContentPage1_pnlDualWindow, #ContentPage1_pnlLeftWindowControls, #ContentPage1_pnlRightWindowControls, #ArticleDiv, #ArticleViewMainDiv
    {
        width: auto !important;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    body
    {
        position: relative !important;
    }

    #fbNav
    {
        margin: 30px !important;
    }

    .BodyDivStyle
    {
        margin-left: -5px;
    }

    html
    {
        margin: 10px;
    }

    .google
    {
        display: none;
    }
    .cycle-slideshow
    {
        height: auto !important;
    }
    #HeaderDiv
    {
        height: auto !important;
    }
    #header2_slidenav
    {
        margin-top: 0 !important;
    }

    #mobileFooter
    {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: block !important;
        background-color: #3C3A3B;
        color: White;
        padding: 10px;
    }

    .mobileCalendar table
    {
        width: 100% !important;
        margin-right: 60px;
    }

    #calendarWeekView
    {
        display: none;
    }

    .window
    {
        width: 90% !important;
        margin-top: 10px;
    }

    #events
    {
        float: left !important;
    }

    #ContentPage1_pnlRightWindowControls
    {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .homeTitle, .homeTitle2
    {
        margin: 0 auto;
        width: 100%;
        margin-left: 10px !important;
        display: block;
        float: none !important;
    }
    #sthoverbuttons
    {
        display: none !important;
    }


    #textwindow img, #lblNewsContent img, #gallery img
    {
        max-width: 100%;
        height: auto;
        width: 100%; /* to make the image responsive */
    }



    #desktopLeftNav, #desktopTouts, .FooterContainer, .HeaderContainer, .TopNavContainer
    {
        display: none;
    }

    .cycle-slideshow, #header2_jqDiv
    {
        height: auto !important;
    }


    #header2_jqDiv, .cycle-slideshow img, .jqContainer, .jqDiv, .cycle-slideshow, .cycle-overlay, .captiontitle
    {
        width: 100% !important;
    }

    #mobileLeftNav
    {
        display: block !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .cycle-slideshow
    {
        margin: 0 !important;
        max-width: 1558px;
        position: relative;
        z-index: 1;
    }

    #mobileLogo
    {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        padding: 50px 0 20px 0;
        font-family: roboto condensed;
        font-family: Georgia, serif;
        text-align: center;
        position: relative;
        border-top: 5px solid #72338C;
    }

    #mobileMenu
    {
        display: block !important;
    }

}


/*MOBILE DYNAMIC NAV DROPDOWN MENU START*/
/****************************************************************************************/
.ac-container
{
    width: 100% !important;
    margin-bottom: 20px;
    text-align: left;
    height: auto;
    min-width: 300px;
    margin-left: -22px;
}

.ac-container label
{
    font-family: 'BebasNeueRegular' , 'Arial Narrow' , Arial, sans-serif;
    color: White;
    width: 400%;
    padding: 10px 40px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    line-height: 33px;
    font-size: 19px;
    background-color: #72338C;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover
{
    background: #black;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover
{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container input
{
    display: none;
}
.ac-container article
{
    background: #72338C;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p
{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article
{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small
{
    height: 240px;
}
.ac-container input:checked ~ article.ac-medium
{
    height: 480px;
}
.ac-container input:checked ~ article.ac-large
{
    height: auto;
}

/*MOBILE DYNAMIC NAV DROPDOWN MENU END*/

/****************************************************************************************/
/* TOP NAV FLY OUT MENU START*/
.menu
{
    background-color: #F7F7F7;
    left: -285px; /* start off behind the scenes */
    height: 100%;
    position: fixed;
    width: 285px;
    z-index: 999999;
    overflow-y: scroll;
    top: 0;
}

.slider
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menu ul
{
    border-top: 1px solid #636366;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li
{
    font-family: 'Roboto' , sans-serif;
    line-height: 45px;
    padding-left: 20px;
    padding-top: 3px;
}



.menu a
{
    color: gray;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0,0,0,0.6);
    text-shadow: .4px .5px 1px rgba(0,0,0,0.1);
}

.menu a:hover
{
    color: #72338C;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}

.icon-close
{
    cursor: pointer;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.icon-menu
{
    color: white;
    cursor: pointer;
    font-family: 'Open Sans' , sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    margin-bottom: 10px;
}

.icon-menu i
{
    margin-right: 5px;
}
/* TOP NAV FLY OUT MENU END*/

/****************************************************************************************/