﻿
    @media only screen and (max-width:480px) {
        #header {
            width: 98%;
            float: left;
            border: solid 1px #ffffff;
        }

       

        #container {
            width: 99%;
            float: left;
        }

        #menubar {
            display: none;
            width: 100%;
        }

        .menu-mob {
            width: 99%;
            float: left;
            border: solid 1px #006;
            background: #F30;
            color: #fff;
            text-align: left;
            z-index: 10050;
            position: absolute;
        }

        #headercontent {
            width: 100%;
            float: left;
        }

        .nivoSlider img {
            width: 100%;
            height: 150px;
        }

        #headerright {
            width: 100%;
            float: left;
        }

        #headercontent {
            margin: 0px;
            padding: 0px;
        }

        .fullwidthHeader {
            width: 99%;
            margin-top: 51px;
        }

        #fullwidth {
            width: 355px;
            margin-left:0px;
        }

        #fullwidth p {
            width:352px;
        }
        .servicecontent ul {
            margin: 0 0 -55px;
            padding-left: 40px;
        }

    }


