/* 
    Document   : mobile
    Created on : Feb 6, 2014, 4:02:23 PM
    Author     : Morgan
    Description: This is rendered when browser is viewed from a mobile browser
*/

@media all and (max-width: 677px)
{
    label
    {
        float: none;
        width: auto;
        clear: both;
        font-size: 12px;
    }

    label[for="message"]
    {
        display: inline;
    }

    iframe
    {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    big
    {
        font-size: 15px;
    }

    fieldset
    {
        margin: 10px 0;
        font-size: 15px;
    }

    div.clear[style]
    {
        height: 10px !important;
    }

    input[type="text"], input[type="password"], textarea, select, .input
    {
        width: 93%;
        font-size: 11px;
        border-radius: 6px;
    }

    textarea.input
    {
        font-size: 12px;
    }

    .desktop-menu
    {
        display: none;
    }

    .nivoSlider
    {
        height: auto !important;
    }

    .left-side, .right-side
    {
        display: none !important;
    }

    .small-menu
    {
        display: block !important;
    }

    .container
    {
        min-height: 0;
    }

    .content
    {
        width: 90%;
        min-height: 0;
        overflow: hidden;
        padding-top: 60px;
    }

    .data
    {
        padding: 10px 0 0;
    }

    .solutions, .img-list
    {
        float: none;
        width: 100%;
    }

    .img-list
    {
        clear: both;
    }

    .img-list img, .bottom-img-list img
    {
        width: 40% !important;
        float: left !important;
        margin: 0 3% 20px 0 !important;
    }



    .desktop-menu
    {
        width: 84%;
        z-index: 100;
        padding: 10px;
        position: fixed;
        padding-bottom: 0;
        margin-top: -20px;
        background: #ffffff;
        border-bottom: 3px solid #48c3d6;
    }

    .header
    {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .header .logo
    {
        padding: 0;
        width: 100%;
        clear: both;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .header .logo img
    {
        width: 66px;
    }

    .header .logo span
    {
        font-size: 13px;
        font-weight: bold;
        padding-top: 20px;
        text-transform: uppercase;
    }

    .header fieldset
    {
        font-size: 11px;
    }


    .menu
    {
        display: none;
    }

    .mobile-menu
    {
        margin: 10px 0;
        padding-top: 10px;
        background: none transparent;
        border-top: 3px solid #04a5b5;
    }

    .menu.mobile-menu
    {
        display: block;
    }

    .menu ul
    {
        font-size: 12px;
    }

    .menu ul li
    {
        margin: 0;
        padding: 0;
        float: none;
        clear: both;
        margin-bottom: 4px;
    }

    .menu ul li a
    {
        color: #414042;
        padding: 2px 0;
    }


    ul.drop-menu
    {
        top: 24px;
        padding: 0;
        width: 100%;
    }

    ul.drop-menu li
    {
        padding: 4px 10px;
    }

    ul.drop-menu li a
    {
        padding: 0;
        font-size: 11px;
    }

    .primary-contacts
    {

    }

    .primary-contacts img
    {
        width: 100%;
        clear: both;
        float: none !important;
    }

    .primary-contacts p
    {
        line-height: 17px;
    }




    .directors
    {
        text-align: center;
    }

    .directors p
    {
        text-align: center;
    }

    .directors img
    {
        float: none !important;
    }

    ul li ul
    {
        margin-left: 0;
    }

    ul.blue > li
    {
        margin-bottom: 10px;
    }

    .solutions ul li > strong
    {
        font-size: 12px;
    }








    .footer
    {
        padding-bottom: 0;
    }

    .footer .content
    {
        padding: 0;
    }

    .footer .services
    {
        width: 100%;
        float: none;
        clear: both;
    }

    .footer .social
    {
        float: none;
        clear: both;
        font-size: 15px;
    }

    .footer .services > div
    {
        clear: both;
        float: none !important;
    }

    .footer div.clear
    {
        height: 10px !important;
    }

    .footer ul li.first
    {
        margin-top: 10px;
    }

    .footer fieldset
    {
        width: 100%;
    }

    .footer .copyright
    {
        text-align: center;
    }

    .footer .copyright p
    {
        text-align: center;
    }

    .footer .copyright img
    {
        float: none !important;
    }
}

