@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){


    /*TURNING BACK ON SLIDE SHOW*/
.home .topSlider .mod_jt_bxslider_img{
    display:block;
}

/*ITEMS TO TAKE ONLY PHONE OFF OF*/
.mkres{
    display:none;
}

/*ITEMS TO ADD NO PHONE TO */
.nearestBox{
    display:none;
}


/*TO FIX IN ERIC STYLES*/
.ivarsLocations .bx-wrapper {
    top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 23px;
}

    .ivarsLocations section article.content {
         min-height: 0px;
    }

/*TO FIX IN DEFAULT*/
.home section article.content {
     margin-top: 0px;
     background: none;
}

/*NEW NAVIGATION ON HOME PAGE*/
    nav.phoneMenus{
        margin-bottom:15px;
        position:relative;
    }

    .locationsExtra, .menusExtra, .reservationsExtra{
        margin-top:50px;
    }

    .locationsExtra h3, .menusExtra h3, .reservationsExtra h3{
        text-align: center;
        padding-bottom: 10px;
        color: black;
        text-transform: uppercase;
        font-size:50px !important;
    }


    nav.phoneMenus .nav li, .locationsExtra li, .menusExtra li, .reservationsExtra li{
        background: #b42a34; /* Old browsers */
        background: -moz-linear-gradient(top,  #b42a34 50%, #810c0f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b42a34), color-stop(100%,#810c0f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #b42a34 50%,#810c0f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #b42a34 50%,#810c0f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #b42a34 50%,#810c0f 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #b42a34 50%,#810c0f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42a34', endColorstr='#810c0f',GradientType=0 ); /* IE6-9 */
        padding:20px 0px 20px 20px;
        width:96%;
    }

    nav.phoneMenus .nav li a, .locationsExtra li a,.locationsExtra li, .menusExtra li a, .reservationsExtra li a {
    font-family:'geared_slabbold';
    font-size:45px;
    color:#fff;
    text-transform:uppercase;
        display:block;
}

    .locationsExtra input{
        width: 80%;
        position: relative;
        top: -7px;
        font-size: 60%;
        border-radius: 10px;
        padding: 7px;
    }


    /*EXPERIMENTAL MASTHEAD CHANGES*/
    .logo{
        float: none;
        position: relative;
        left: 25%;
        margin-top:17px;
    }

    .phoneheder .topNavWidth{
        display:none;
    }

    .headerRight + div{
        display:none;
    }
}