body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}



/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
    body {
        /*width: 768px;*/
    }

}


@media only screen and ( max-width: 767px) {
    body {
        width: auto;
    }

    .shell {
        width: 320px;
        margin: 0 auto;
    }

    #header {
        position: relative;
        z-index: 1000;
        padding-left: 0;
        padding-right: 0;
    }

    #logo {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    .search {
        display: none;
    }

    .searchContainer {
        float: left;
        width: 100%;
    }
    /*#navigation {
        border-radius: 10px 0 0 0;
        float: right;
        margin-right: -17px;
        margin-top: 28px;
        height: 52px;
        padding-top: 4px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 700;
        background: url(http://wingsrestaurant.com/Content/images/navigation.png) repeat-x 0 0;
        box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
        -o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
    }*/

    #navigation {
        padding: 0 0 0 0;
        border-radius: 0;
        height: 36px;
        margin: 10px 0 5px 0;
        float: left;
        width: inherit;
    }

        #navigation a.nav-btn {
            display: block;
            font-size: 13px;
            line-height: 36px;
            padding-top: 0px;
            height: 28px;
            padding: 0 22px;
            text-transform: uppercase;
            color: #2b9208;
            font-family: 'Ubuntu', sans-serif;
            font-weight: 700;
        }

            #navigation a.nav-btn:hover {
                text-decoration: none;
            }

            #navigation a.nav-btn span.arr {
                background: url(http://wingsrestaurant.com/Content/images/nav-arr.png) no-repeat 0 0;
                width: 13px;
                height: 9px;
                position: absolute;
                right: 5px;
                top: 14px;
            }

                #navigation a.nav-btn span.arr.active {
                    background: url(http://wingsrestaurant.com/Content/images/nav-arr.png) no-repeat 0 bottom;
                }

    #navigation {
        position: relative;
        z-index: 1000;
    }

        #navigation ul {
            display: none;
            position: absolute;
            top: 36px;
            left: 0;
            width: 100%;
        }

            #navigation ul li {
                display: block;
                line-height: 36px !important;
                float: none;
                background: url(http://wingsrestaurant.com/Content/images/navigation.png) repeat 0 0;
            }

                #navigation ul li a {
                    padding: 0 22px;
                }

                #navigation ul li.first a {
                    padding-left: 26px;
                    display: none;
                }

    .m-slider {
        background: #f3f3f3;
    }

    .slider-holder {
        position: relative;
        margin: 0 auto;
        width: 310px;
    }

        .slider-holder span.slider-b {
            background: url(http://wingsrestaurant.com/Content/images/m-slider-bottom.png) no-repeat 0 0;
            width: 310px;
            height: 12px;
            position: absolute;
            bottom: -3px;
            left: 0px;
            z-index: 100;
        }

        .slider-holder span.slider-shadow {
            background: transparent;
            display: none;
        }

    .flex-control-nav {
        left: 130px;
    }

    .slider {
        width: 310px;
        height: 181px;
        overflow: hidden;
        position: relative;
        background: url(http://wingsrestaurant.com/Content/images/m-slide-img.jpg) no-repeat 0 0;
    }

        .slider ul.slides li {
            width: 310px !important;
            height: 181px !important;
            float: none;
        }

            .slider ul.slides li .img-holder {
                width: 250px !important;
                height: 134px !important;
                bottom: -10px !important;
                left: 0;
                margin: 0 auto;
            }

                .slider ul.slides li .img-holder img {
                    width: 250px !important;
                    height: 134px !important;
                    margin: 0 auto !important;
                }

            .slider ul.slides li .slide-cnt {
                width: 300px;
                margin: 0 auto;
                padding: 0px 0 0 0px;
            }

            .slider ul.slides li .box-cnt {
                display: none;
            }

            .slider ul.slides li .slide-cnt h2 {
                font-size: 22px;
                text-align: center;
                line-height: 25px;
                padding-bottom: 16px;
                color: #fff;
                text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
                font-family: 'Ubuntu', sans-serif;
                font-weight: 700;
            }

            .slider ul.slides li .slide-cnt a.grey-btn {
                display: none;
            }

    .main {
        padding: 40px 0 0 0;
    }

        .main section {
            background: url(http://wingsrestaurant.com/Content/images/m-section-shadow.png) no-repeat center bottom;
            padding: 0 20px 20px 20px;
        }

        .main .cols {
            margin: 0 0 0 0;
        }

            .main .cols .col {
                width: 188px;
                float: none;
                display: block;
                padding-bottom: 22px;
                margin: 0 auto;
            }

                .main .cols .col img {
                    float: none;
                    display: block;
                    margin: 0 auto;
                }

                .main .cols .col + .col {
                    padding-left: 0px;
                }

            .main .cols .col-cnt {
                text-align: center;
                float: none;
                display: block;
            }

        .main a.m-btn-grey {
            display: block;
            background: url(http://wingsrestaurant.com/Content/images/m-btn-grey.png) repeat-x 0 0;
            margin: 0 10px 14px;
            height: 39px;
            text-align: center;
            line-height: 39px;
            border: 1px solid #9e9f9f;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -o-border-radius: 6px;
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #636363;
            text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        }

            .main a.m-btn-grey:hover {
                background-position: 0 bottom;
                text-decoration: none;
            }

        .main .post {
            background: url(http://wingsrestaurant.com/Content/images/m-section-post.png) no-repeat center bottom;
            padding-top: 28px;
            padding-left: 20px;
        }

            .main .post .video-holder {
                width: 280px;
                height: 162px;
                float: none;
                display: block;
                margin: 0 auto 20px;
            }

                .main .post .video-holder img {
                    width: 280px;
                    height: 162px;
                }

        .main .post-cnt {
            float: none;
            display: block;
            width: 100%;
        }

            .main .post-cnt p strong {
                display: block;
                padding-bottom: 12px;
            }

    .col_half, .col_3 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .no-desktop {
        display: block;
    }

    .padd-t, .pad-t{
        padding: 0;
    }

    .padd, .pad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-mobile {
        display: none;
    }

    .testimonial h2 {
        font-size: 21px;
    }

    .testimonial p.author {
        text-align: center;
    }

    .socials {
        background: url(http://wingsrestaurant.com/Content/images/socials-bg.png) repeat-x 0 0;
        padding-bottom: 20px;
        height: 100%;
    }

    .socials-inner {
        padding-left: 10px;
    }

    .socials h3 {
        float: none;
        display: block;
    }

    .socials ul li {
        display: block;
        float: none;
        line-height: 30px;
    }

        .socials ul li a {
            display: block;
            float: none;
        }

            .socials ul li a span {
                top: 4px;
            }

    
    #footer h2 {
        padding-bottom: 12px;
    }

    .footer-cols {
        padding-left: 10px;
        padding-right: 0;
        padding-bottom: 0;
    }

        .footer-cols .col {
            width: 150px;
            float: none;
            display: block;
            padding-bottom: 22px;
        }

            .footer-cols .col + .col {
                padding-left: 0px;
            }

            .footer-cols .col ul li {
                font-size: 12px;
            }

    .footer-bottom {
        height: 58px;
    }

    .footer-bottom {
        padding: 10px 9px 20px;
        height: 100%;
    }

        .footer-bottom .footer-nav {
            float: none;
            display: block;
            text-align: center;
            padding: 0 0px 18px;
        }

            .footer-bottom .footer-nav ul li {
                padding: 0 4px;
                border: 0;
                font-size: 10px !important;
            }

        .footer-bottom p.copy {
            float: none;
            display: block;
            text-align: center;
        }

            .footer-bottom p.copy strong {
                display: block;
                padding-top: 10px;
            }

            .footer-bottom p.copy span {
                display: none;
            }
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {

    #navigation a.nav-btn span.arr {
        background: url(http://wingsrestaurant.com/Content/images/nav-arr@2x.png) no-repeat 0 0;
        -webkit-background-size: 13px 18px;
        -moz-background-size: 13px 18px;
        background-size: 13px 18px;
    }

        #navigation a.nav-btn span.arr.active {
            background: url(http://wingsrestaurant.com/Content/images/nav-arr@2x.png) no-repeat 0 bottom;
            -webkit-background-size: 13px 18px;
            -moz-background-size: 13px 18px;
            background-size: 13px 18px;
        }

    #logo a {
        background: url(http://wingsrestaurant.com/Content/images/logo@2x.png) no-repeat 0 0;
        -webkit-background-size: 81px 33px;
        -moz-background-size: 81px 33px;
        background-size: 81px 33px;
    }
}