﻿
    @media only screen and (max-width:480px) {
        #header {
            width: 98%;
            float: left;
            
        }

        #bannerslide {
            width: 100%;
            float: left;
        }

        #container {
            width: 100%;
            float: left;
        }

        #menubar {
            display: none;
            width: 100%;
        }

        .menu-mob {
            width: 98%;
            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: 98%;
            margin-top: 44px;
        }

        #fullwidth {
            width: 360px;
            margin-left: -3px;
        }

        #fullwidth p {
            width:365px;
        }
        .servicecontent ul {
            margin: 0 0 -55px;
            padding-left: 40px;
        }


        #acc{
            width:350px;
        }
            #acc h3{
                width:338px;
            }

        .block-img-box {
            text-align: center;
            display: inline-block;
            height: 248px;
            width: 342px;
            float: left;
            margin-top: 15px;
        }
    }


