/* 
    Document   : phone
    Created on : 25 Jun, 2013, 11:46:46 AM
    Author     : Shivaji
    Description: Purpose of mobile breakpoints min-device-width: 320px and max-device-width: 480px.
*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
    /************************** Home Page ***************************/
    body {
        font-family: Arial,Helvetica,sans-serif;
        width: 100%;
    }
    body.brown {
        background: none repeat scroll 0 0 #F0ECD6;
        min-width: 320px !important;    
    }
    .nearest_location_container .lft {
        font-size: 50px !important;
        padding: 15px 0;
        line-height: 50px;
        width: 100%;
    }
    .lft img{
        width: 80%;
    }
    .menusLinks .lft {
        width: 100%;
    }
    h3 {
        color: #648E9E;
        font-family: geared_slabregular;
        font-size: 60px !important;
    }
    .for_phoneuse h3{
       font-size: 40px !important; 
    }
    .for_phoneuse .moduletable a {
        color: #AFCDD5;
        font-family: arial;
        font-size: 25px;
        line-height: 1.6em;
    }
    .nearestBox .menusLinks .text {
        font-family: "palatino linotype";
        font-size: 19px !important;
/*        line-height: 1.2em;*/
        padding: 5px 0 15px;
        width: 100%;
    }
    .ivarsLocations.home{
        min-width: 320px;
    }
    .topNavRight img {
        float: left;
        width: 10%;
    }
    .topNav li.item-152 {
        margin-left: 1%;
        margin-top: 1%;
        width: 45%;
    }
    .item-156 img{
        width: 100%;
    }
    .item-156{
        padding-left: 1%;
        padding-top: 0% !important;
        width: 20%;
    }
    .item-157 img{
        width: 100%;
        padding-top: 20%;
    }
    .item-157{
        padding-left: 1%;
        padding-top: 1%;
        width: 20%;
    }
    .topNav ul{
        padding-bottom: 5%;
        width: 100%;
    }
    .homelogo img{
        width: 76%;
    }
    .topNavWidth {
        margin: 0 auto;
        width: 100% !important;
    }
    .topNav li a {
        color: white;
        font-family: arial;
        font-size: 30px !important;
        font-weight: bold;
        width: 100%;
    }
    .topNav li.item-153, .topNav li.item-154, .topNav li.item-155, .reservations {
        display: none;
    }
    .mainHeader {
        background: url("/images/global/newmenu_bg.png") repeat-x scroll left bottom #E5EDF5;        
        padding-bottom: 40px;
        position: relative;
        z-index: 99;
    }
    .topNav {
        background: url("/images/global/topNav_blue_bg.png") repeat-x scroll 0 0 / 100% auto transparent;
        height: auto;
        width: 80%;
        background-size: 100%;
    }
    .topNavRight {
        float: right;
        margin-top: -3px;
        width: 56%;
    }
    .logo {
        float: left;
        margin-right: 2%;
        margin-top: -13px;
        padding-left: 5%;
        width: 46%;
    }
    .mainContent {
        width: 100%;
        margin: 0 auto;
    }
    .search{
/*        display: none;*/
    }
    .topLayer {
        display: none;
    }
    .footercontain .bottomLayer .moduletable {
        float: left;
        width: 46%;
        margin-left: 4%;
    }
    .footercontain .bottomLayer {
        padding-bottom: 8%;
        margin-left: 5%;
        width: 95%;
    }
    .mainnav li {
        display: inline-block;
        margin-left: 21px;
        width: 100%;
    }
    .home .topSlider .mod_jt_bxslider_img,.fishbar,.yearcountdown,.homeFeed,.slidePromos .slideThumb,.sub,.mainnav {
        display: none;
    }
    .staticContent.homepg {
        margin-top: -100px !important;
        position: static;
        z-index: 99;
        padding-top: 50px;
        width: 100% !important;
    }
    /************************************ Menu ***********************************/
    .navbar .btn-navbar {
        display: block;
    }
    .navbar .btn-navbar {
/*        background-color: #B22630;
        background-image: linear-gradient(to bottom, #B22630, #B22630);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
        color: #FFFFFF;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
        padding: 8%;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        width: 10%;*/
        border: medium none !important;
    }
    .navbar .btn, .navbar .btn-group {
        margin-top: 0px;
    }
    .btn {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-image: none;
        border-radius: 4px 4px 4px 4px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
    }
    a {
        text-decoration: none;
    }
    .navbar .btn-navbar .icon-bar {
        background-color: #F5F5F5;
        border-radius: 1px 1px 1px 1px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        display: block;
        height: 2px;
        width: 100%;
    }
    [class^="icon-"], [class*=" icon-"] {
        background-image: url("../img/glyphicons-halflings.png");
        background-position: 14px 14px;
        background-repeat: no-repeat;
        line-height: 14px;
        margin-top: 1px;
        vertical-align: text-top;
    }
    .headerRight {
        float: right;
        width: 42%;
        display: none;
    }
    .newphone ul.menu {
        float: left;
        margin-top: 1%;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%;
    }
    #navbar .menu_text{
        font-family: geared_slabregular;
        float: left;
        padding-top: 3px;
        display: block !important;
        width: 67%;
        height: auto;
    }
    .menu_text {
        font-size: 31px !important;
    }
    .newphone li a {
        color: black;
        font-family: haymakerregular;
        font-size: 25px;
    }
    .newphone li {
        float: left;
        width: 100%;
        padding-bottom: 2%;
        padding-top: 2%;
    }
/*    #navbar {
        padding-top: 8%;
    }*/
    #navbar {
        float: left;
        padding-top: 5%;
        width: 40%;
    }
    .newphone .phonehe_drop{
        display: none;
    }
    .newphone{
        float: left;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        width: 94%;
    }
    .search input {
        background: url("/images/global/search_eyeglass.png") no-repeat scroll right 7px #E4E9EE;
        border: medium none;
        border-radius: 14px 14px 14px 14px;
        box-shadow: 0 1px 1px inset;
        color: #524737;
        font-family: arial;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        padding-left: 3%;
        width: 97%;
    }
    .menu_text img{
        width: 100%!important;
    }
/************************************ Menu ***********************************/
    .ddWidth {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .menuDD .ddDetail {
        font-family: "palatino linotype";
        font-size: 14px;
        width: 100%;
        padding-top: 5px;
        line-height: 1.3em;
    }
    .menuDD {
        position: relative;
        z-index: 3;
        display: inline-block;
        width: 90%;
/*        top: -1000px;*/
        padding-left: 5%;
        padding-right: 5%;
    }
   .content .nearestBox {
        float: left;
        padding: 4%;
        width: 92%;
    }
    .rt {
        float: left;
        width: 100%;
        padding-top: 4%;
    }
    .rt div {
        float: left;
        width: 50%;
    }
    #map_canvas_nearest {
        border: 8px solid #FFFFFF;
        height: 180px;
        width: 95%;
    }
    .phone_serch{
        display: block !important;
        float: left;
    }
    .phone_loc{
        display: none;
    }
    .mainmenu_nochange .item-120, .item-121, .item-122{
        display: none;
    }
    .phone_locmain .item-123{
         display: none;
    }
    .phone_locmain .item-124{
         display: none;
    }
    .phone_locmain .item-125{
         display: none;
    }
    .phone_midmenu .item-121{
         display: block;
    }
    .phone_midmenu .item-120{
         display: none;
    }
    .phone_midmenu .item-123{
         display: none;
    }
    .phone_midmenu .item-124{
         display: none;
    }
    .phone_midmenu .item-125{
         display: none;
    }
    .phone_midbotmenu .item-122{
         display: block;
    }
    .phone_midbotmenu .item-120{
         display: none;
    }
    .phone_midbotmenu .item-123{
         display: none;
    }
    .phone_midbotmenu .item-124{
         display: none;
    }
    .phone_midbotmenu .item-125{
         display: none;
    }
    .mainmenu_nochange .item-123, .item-124, .item-125{
        display: block;
    }
    .phone_loc .custom .menuDD{
        display: block;
        float: left;
        margin-top: 1px !important;
        padding-left: 0;
        padding-right: 0;
        position: static;
        top: 1px !important;
        width: 100%;
    }
    .phone_loc .custom .ddWidth {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
    #lm .blue1, .ddDetail{
        display: none;
    }
    .locLinks div img {
        display: block;
        float: left;
        margin: 0 auto;
        width: 37%;
    }
    #lm .locLinks .last {
        border-left: 1px dotted grey;
        float: left;
        margin-right: 0;
        padding-bottom: 2px;
        padding-top: 11px;
        width: 100%;
    }
    #lm .allLocs{
        display: none;
    }
    #lm  .locLinks {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    #lm .allLocsphone{
        display: block !important;
        float: left;
        width: 100%;
    }
    #lm .allLocsphone .locLink2{
        width: 100%;
        padding-top: 8px !important;
    }
    .phone_locresmenu{
        display: none;
    }


    .locLinks{
        display:flex;
        flex-wrap:wrap;
    }

    .locLinks div img{
        float:none;
        margin:auto;
        margin-left:auto !important;
    }

    .locLinks .locLeft{
        flex-basis:100%;
        margin-bottom:90px;
    }

    .locLinks .locLeft.aoc img{
        width:inherit !important;
        float:none;
    }

    #ioverride div.locLinks .locLeft div[class ^="locLink"]{
        margin-top:10px;
    }

    #ioverride div.locLinks .locLeft div.locLink3{
        width:100% !important;
    }

    #ioverride div.locLinks img + br.onlyPhone{
        display:none !important;
    }


/************************** Home Page ***************************/
/************************** contact us Page ***************************/ 
    section.mainSection {
        float: left;
        width: 100%;
    }
    #ioverride.ivarsContent .contentNoSidebar {
        margin: 0 auto;
        padding: 2% !important;
        width: 96% !important;
    }
    .content.contentNoSidebar .leftside {
        float: left;
        width: 100%;
    }
    .content.contentNoSidebar .rightside {
        float: left;
        font-family: "palatino linotype";
        font-size: 14px;
        font-weight: normal;
        line-height: 2.2em;
        padding-top: 6%;
        width: 100%;
    }
    div.itemIntroText {
        padding: 0 0 30px;
    }
    h2.title {
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-top: 20px;
        width: 94% !important;
    }
    #lm .locLinks .locLeft, #gd .locLinks .locLeft {
        width: 100%;
    }
    .locLink1, .locLink2, .locLink3{
        float: right;
        margin-top: 35px;
        width: 47%;
    }
    .locLink4 {
        float: right !important;
        margin-left: 0 !important;
        margin-top: 8px;
        width: 45% !important;
    }
	/* Howard's Attempted Menu Fix for Phone */
    .locLink1 a.linkRed1, .locLink2 a.linkRed1, .locLink3 a.linkRed1{
        margin: 0;
    }
	/********** END FIXES ****************/
    .if_pone, .fore_pcnousephone{
        display: none;
    }
    .mainSection {
        margin-top: -39px;
    }
    .for_phoneuse{
        display: block !important;
        float: left;
        width: 100%;
    }
    .nearest_location_container{
        width: 100%;
    }
    .nearestBox h2, .homepagetext h3, .rightmenus h2 {
        color: #648E9E;
        font-family: geared_slabregular;
        font-size: 110px !important;
        text-transform: uppercase;
    }
    .rt img{
        width: 90%;
    }
    .phoneheder {
        background: url("/images/global/newmenu_bg.png") repeat-x scroll left bottom !important;
        float: left;
        padding-bottom: 26px;
        width: 100%;
    }
    .nearest_location_container h2{
        font-size: 60px;
    }
    .rightside .nearest .custom .lft > div {
        font-size: 30px;
    }
    #ioverride.ivarsContent .content p {
        font-size: 20px !important;
    }
    .eventItemDetail p, .corporate .custom{
        font-size: 20px !important;
    }
    .corporate h2, .nearest h2, .nearestBox .menusLinks h3, .ourStoryPage .overview_container .overview_right h2 {
        color: #648E9E;
        font-family: geared_slabregular;
        font-size: 40px !important;
    }
    .corporate img{
        width: 25%;
    }
/************************** contact us Page ***************************/ 
/************************** all-locations **************************/
    .all_locations_container {
        background: none repeat scroll 0 0 #FFFFFF;
        font-size: 14px;
        margin-top: 3% !important;
        padding: 4% !important;
        width: 92% !important;
    }
    #ioverride .all_locations_container .map_filter {

        height: 25px;
    }
    .all_locations_container .map_filter .first-city {
        float: left;
        padding-left: 1%;
        padding-top: 0 !important;
        width: 100%;
        margin-left: 13%;
    }
    .all_locations_container .map_filter .second-or {
        float: left;
        padding-bottom: 1%;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 0 !important;
        width: 15%;
    }
    .second-or img{
        width: 60%;
    }
    .map_filter div {
        float: left;
        width: 25%;
        padding-top: 1%;
    }

    .locationContainer .locationInfo{
        float:left;
        padding-right:70px;
        width:190px;
    }

    .item-122{display:none !important;}

    .locationLinks .directionsLink{
        padding:8px 0;
    }
/************************** all-locations **************************/
}
.newphone .phonehe_drop {
    display: none;
}
#navbar .menu_text, .phone_serch{
    display: none;
}
.for_phoneuse{
    display: none;
}
#lm .allLocsphone{
    display: none;
}
