﻿@media (max-width : 640px) {
    #filterContainer {
        margin-top: -40px;
        position: relative;
        z-index: 55;
    }

        #filterContainer ul {
            list-style-type: none;
            padding: 0px 3px 10px 3px;
            text-align: left !important;
            width: 100%;
        }

            #filterContainer ul li {
                list-style-type: none;
                padding: 7px 7px 0px 7px;
                margin: 0px 0px 0px 0px;
                font-weight: 100;
                font-family: 'Arial Regular', 'Arial';
            }

    .filterSwitch {
        float: right;
        width: 56px;
        height: 22px;
        cursor: pointer;
        vertical-align: central;
    }

    .imageContainer {
        height: 40px;
        overflow: hidden;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .filterBtn {
        margin-left: 30%;
        left: 0;
        top: 0;
        cursor: pointer;
        width: 137px;
        height: 100px;
    }

    #filterOptions {
        background-color: #E3E8ED;
        border-bottom: 1px solid #bec3cd;
        border-left: 1px solid #bec3cd;
        border-right: 1px solid #bec3cd;
        padding: 0px;
        width: 100%;
    }

        #filterOptions hr {
            margin: 10px 0px 0px 0px;
            border-bottom: 1px solid #bec3cd;
            margin-bottom: 0px;
        }

    #filterPopup {
        padding: 0px;
        position: absolute;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        display: none;
        vertical-align: top;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
    }

    #filterHeading {
        padding: 5px 5px 0px 10px;
        border: 1px solid #bec3cd;
        border-bottom: none;
        background-color: #E3E8ED;
        font-size: 14px medium;
        color: #277bb4;
    }

        #filterHeading div {
            margin: 0px 0px 5px 0px;
        }

        #filterHeading hr {
            margin: 0px;
            border-bottom: 2px solid #bec3cd;
            border-top: none;
        }
}

@media (min-width : 640px) {
    #filterContainer {
        margin-top: -40px;
        position: relative;
        z-index: 55;
        width: 60%;
        margin-left: 19%;
    }

        #filterContainer ul {
            list-style-type: none;
            padding: 0px 3px 10px 3px;
            text-align: left !important;
            width: 100%;
        }

            #filterContainer ul li {
                list-style-type: none;
                padding: 7px 7px 0px 7px;
                margin: 0px 0px 0px 0px;
                font-weight: 100;
                font-family: 'Arial Regular', 'Arial';
            }

                #filterContainer ul li div {
                    vertical-align: middle;
                }


    .filterSwitch {
        float: right;
        width: 56px;
        height: 22px;
        cursor: pointer;
        vertical-align: central;
    }

    .imageContainer {
        height: 40px;
        overflow: hidden;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .filterBtn {
        margin-left: 37.5555%;
        left: 0;
        top: 0;
        cursor: pointer;
        width: 137px;
        height: 100px;
    }

    #filterMenu {
        margin-left: 45px;
    }

    #filterOptions {
        background-color: #E3E8ED;
        border-bottom: 1px solid #bec3cd;
        border-left: 1px solid #bec3cd;
        border-right: 1px solid #bec3cd;
        padding: 0px;
    }

        #filterOptions hr {
            margin: 10px 0px 0px 0px;
            border-bottom: 1px solid #bec3cd;
            margin-bottom: 0px;
        }

    #filterPopup {
        padding: 0px;
        position: absolute;
        width: 90%;
        margin-left: 5%;
        margin-right: auto;
        bottom: 0;
        display: none;
        vertical-align: top;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
    }

    #filterHeading {
        padding: 5px 5px 0px 10px;
        border: 1px solid #bec3cd;
        border-bottom: none;
        background-color: #E3E8ED;
        font-size: 14px medium;
        color: #277bb4;
    }

        #filterHeading div {
            margin: 0px 0px 5px 0px;
        }

        #filterHeading hr {
            margin: 0px;
            border-bottom: 2px solid #bec3cd;
            border-top: none;
        }
}
