@charset "utf-8";
/* CSS Document */

#mainheader{
    position: relative;
    z-index: 1;
}

.topbarsearch{
    background: #fff;
}

.action_but{
    background: #008e58;
    color: #fff;
    width: 100%;
}

.whitebox {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    margin-top: 40px;
}

.listitem {

    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.logo{
    position: absolute;
    padding: 10px 10px 0px 10px;
}


    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) {




    }
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {

    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {


    }

    /* X-Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

    }

    /* XX-Large devices (larger desktops, 1400px and up) */
    @media (min-width: 1400px) {

    }
}