@font-face {
  font-family:proximanova;
  src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=1&fvd=n4&v=3) format("woff2"),
  url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=1&fvd=n4&v=3) format("woff"),
  url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=1&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
 }
 @font-face {
  font-family:proximanovabold;
  src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=1&fvd=n7&v=3) format("woff2"),
  url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=1&fvd=n7&v=3) format("woff"),
  url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=1&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
 }
 @font-face {
  font-family:proximanovalight;
  src:url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?subset_id=1&fvd=n3&v=3) format("woff2"),
  url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?subset_id=1&fvd=n3&v=3) format("woff"),
  url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?subset_id=1&fvd=n3&v=3) format("opentype");
  font-weight:300;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
 }
 
 body{
   font-family:'proximanova'
 }
 #topHeader {
     display:flex;
     justify-content: center;
     background:#AC3030;
     font-size:14px;
     color:#fff;  
   }
   
   #bottomHeaderFlex{
    display:flex;
    flex-direction: row;
    align-items: center;  
    width: 100%;
    padding-top:5px;

   }

.fas.fa-caret-down {
  width:5px;
  font-size:14px;
  margin-left:10px;
  transform:scale(0.6, 1.2);
}
   
 #bottomHeaderFlex a{   
   color:#262626;
   font-size:15px;
 }
   
   #logo img {
     max-width: 440px;
     width:100%;     
   }
   
 #logo {
   display:flex;
     justify-content: center;
     align-items: center;
   width:531px;
   padding:10px;
 }   
 nav{
   font-size:16px;
   max-width:1300px;
   width:100%;
   letter-spacing: 0.11em;
 }
   #navList #navLinkList {
     display:flex;
     flex-direction: row;
     justify-content: space-between;    
     width:100%;
   list-style-type: none;
    padding-left:0
   }
 .navTab{
   position: relative;
   font-size: 16px;
 }
 .navTab:hover:before{
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   border-bottom: solid 2px #AC3030;
   animation: border_anim 0.25s linear forwards;
 }
 
 @keyframes border_anim {
   0%{
     width: 0%;
   }
   100%{
     width: 100%;
   }
 }
 
 
 
 .dropBox{
   display:none;
   list-style-type: none;
   padding-left:0;
   background:#000;   
 }
.dropBox li{
  padding:10px;
}
.dropBox a{
     color:#fff!important;  
}
.dropTab{
  position:relative;
  color:#262626;
  letter-spacing: 1.76px;
  display:flex;
  flex-direction: row;
  align-items: center;
  font-size:15px;
}
 .dropTab:hover > .dropBox{   
   display:flex;
   flex-direction: column;
   align-items: flex-start;
   position: absolute;
   top:25px;
   right:8px;  
   width:220px;
   z-index: 9999
 }

.navPhone {
  color:#262626;
}

.navPhone a{
  padding: .25em 1em;
  font-size: 15px;
  color: #262626;
  background: rgba(114,11,11,0);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: proximanova,Arial,Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  border: 2px solid #d1d1d1;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
}
footer{
  background:#e8e8e8;
  display:flex;
  flex-direction:column;
  align-items: center;
  height:286px;
  padding-top:30px;
}

#footerFlex{
  display:flex;
  flex-direction: column;
  width:100%;
}

#footerFlex ul{
  display:flex;
  justify-content: center;  
  list-style-type: none;
  width: 100%;
  padding-left:0;  
}

#footerFlex ul li{
  padding:0;
  font-size:16px;
}

#footerFlex ul li a{
    color:#000
}

#footerFlex ul li:after{
  content:"| ";
   padding:5px;
}

#footerFlex ul .footerLink:nth-child(7):after{
  content:""
}

.footerCol{
  display:flex;
  justify-content: center;
  font-size:16px;  
}
#socialMedia .fab{
   font-size:16px;;
  
}
#socialMedia a{
  background:#720b0b;
  color:#fff;
  margin: 0 10px 20px 10px;
  padding:6px 13px;
  border-radius:50%; 
  width:40px;
  height:40px;
}
#socialMedia{
  margin:15px;
}

body,
html {
    background: #fff;
    line-height: normal;
    transition: all .4s ease-in-out;
}
#mobileMenuBtn {
    display: none;
}

#mobileMenu {
    width: 0;
    overflow: hidden;
    height: 0;
}

#hoursBox {
    background: #f8f8f8;
    text-align: center;
    border-bottom: none;
    text-transform: capitalize;
    font-size: 12px;
}

.dropBox #hoursBox {
    padding: 20px;
}

#mobileHoursTitle {
    font-weight: bold;
}

#mobileHoursHolder {
    padding: 20px 0;
    line-height: 25px;
    text-align: center;
}

.daysHours {
    float: left;
}

.timeHours {
    float: right;
}

.locationBtn {
    color: #000;
    font-size: 16px;
    padding: 25px 0 0;
    text-transform: uppercase;
}

#mobileMenuClose{
    display:none;
}
#bodyWrap {
  display:flex;
   justify-content: center;
  width:100%;
  max-width:1400px;
    
  margin:0 auto;  
}

@media screen and (max-width:1572px){
    #bottomHeaderFlex{
        flex-direction: column;
    }
    
    #navLinkList{
        padding-left: 0
    }
}

/* In Media Queries Section */
@media screen and (max-width:1110px){
    #logo{
        width:800px;
    }
   #logo img {
     max-width: 585px;
     width:100%;     
   }
    #mobileMenuBtn.hide{
        display:none;        
    }
    
    #mobileMenuClose.show {
        display:inline-block;
        color: #AC3030;
        float: right;
        font-size: 30px;
        margin: 0 25px;
    }
    #mobileMenuClose .fa-times{
        cursor: pointer;
        font-size:23px;
    }
    
    #navList{
        display:none;
    }
    
html.clicked,
body.clicked {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: -125px;
    
}
#mobileMenuBtn {
    display: flex;
    align-items: center;
    color: #AC3030;
    float: right;
    font-size: 20px;
    margin: 0 25px;
}
#mobileMenuBtn:hover {
    cursor: pointer;
    
}
#mobileMenu {
    position: absolute;
    height: 100%;
    width: 0;
    background: #171717;
    right: 0;
    overflow: auto;
    z-index: 100000;
    transition: all .4s ease-in-out;
    font-family: 'proximanova', sans-serif;
    letter-spacing: 1px;
    top: 0;

}
.mobileBg {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 42px;
    line-height: 25px;
    background: #171717;
}
.mobileBg .fa {
    font-size: 20px;
}
#mobileMenu.clicked {
    width: 250px;
    transition: all .4s ease-in-out;
    border-left: 1px solid #000;
}
.mobileMenuBox {
    padding: 11px 25px;

    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    /*! border-bottom: 1px solid #000; */
    cursor: pointer;
    box-sizing: border-box;
    text-transform: capitalize;
    font-weight:400;
    letter-spacing:0.11em
}
    
    .mobileMenuBox a{
        color: #fff;
        text-transform: capitalize
    }    
    
    .mobilePhone{
        border:1px solid #fff;
        transition:0.2s;
        letter-spacing:0.2em;
        text-transform:uppercase;
        padding:3px 12px;
        width:196px;
        
    }
    .mobilePhone:hover{
        background:#ad3131;
        border-color:#ad3131
    }
.subMenu {
    color: #fff;
    visibility:visible; 
    position: relative;
    left: 0;
    font-size:16px;
    z-index: 1000;
    max-width: 150px;
    width: 100%;
    transition: all .3s ease-in;
    text-transform: capitalize;
    font-weight:400;
    letter-spacing:0.11em
}
.subMenu.tap {
    visibility: visible;
    margin-top: 0px;
    transition: all .3s ease-out;
    height: auto;
}

    .subMenu a{
        position: relative;
        left:35px;
        width:50px;
    }
    
.subMenuBtn {
    padding: 10px 0;
    color: #fff;
}
.subMenu i {
    float: none;
}
    
.closeBtn {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.closeBtn:hover {
    background: #e0e0e0;
}
  }
  @media only screen and (max-width: 950px) {
    #loginbodyWrapper {
        width: 100% !important;
    }
    #loginLoginSubLeft {
        max-width: 398px;
        margin-bottom: 20px;
    }
    #loginLoginSubRight {
        max-width: 348px;
        border-left: none !important;
    }
    #loginLoginSubRight, #loginLoginSubLeft {
        height: auto !important;
        float: none !important;
        width: 100% !important;
        padding: 0 0 0 2% !important;
        box-sizing: border-box !important;
    }
    .loginSubFormWrapper {
        width: 100% !important;
    }
    #loginSignInHeader {
       padding: 18px 15px !important; 
    }
}

@media screen and (max-width:750px){
    #logo{
        max-width: 450px;
        padding-right:0;            
      width:100%
    }    
     #logo img{
        max-width: 550px;
    }
}

@media screen and (max-width:430px){
    #logo{
        max-width: 300px;
    }
    #mobileMenuBtn{
        margin-right:5px;
    }
}

@media screen and (max-width:382px){
    #topHeader p{
        text-align: center;
    }
    #logo{
        max-width: 300px;
    }
    #mobileMenuBtn{
        margin-right:5px;
    }
}