body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0033a1;
}

html,body {
  height: 100%;
}

a {
color: #0033a1;
}

a:hover {
color: #0033a1;
}

a.Links:hover {
text-decoration:underline;
color: #ed4a32;
}

a:focus {
outline: none;
}

hr{
  border-top: 1px solid #ed4a32;
  border-bottom: 1px solid #ed4a32;
  margin-bottom: 40px;
}
p.textile{
  font-family: 'textile';
  color: #ed4a32;
}

span.textile{
  font-family: 'textile';
  color: #ed4a32;
  font-size: 15px;
}

a.red{
  color: #ed4a32;
}

/* NAV BAR
-------------------------------------------------- */

.navbar-inner {
  background-image: none;
  background-color: #ed4a32;
  min-height: 55px;
  border: none;
  padding-top: 20px;
}

.navbar .brand {
  font-size: 18px;
  font-weight: 200;
  color: #FFF;
  text-shadow: 0 1px 0 #777;
  margin-left: 0;
  padding: 3px 10px;
}
@media (max-width: 979px){
      .navbar .brand {
      padding: 8px 10px 10px 20px;
      }
    }

.navbar .btn-navbar {
  background-color: #fff;
  background-image: none;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active {
color: #ffffff;
background-color: #e5e5e5;
}

.navbar .btn-navbar .icon-bar {
display: block
;
background-color: #ed4a32;
}

.navbar .nav {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.08em;
}


@media (max-width: 979px){
  .navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  }
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding:15px 35px 0px 25px;
  }
}

.icon-navbar {
  float: right;
  background-image: url(../img/paw-w.png);
  width: 35px;
  height: 30px;
  background-position: 0 0;
}

.navbar .nav > li {
  padding: 4px 4px;
  font-size: 12px;
}

.navbar .nav li#active a{
  background: #fff;
}

.navbar .nav li#active .dropdown-menu li > a{
  background: #ed4a32;
}

.navbar .nav li#active .dropdown-menu li > a:hover{
  background: #fff;
}

.navbar .nav > li#active > a {
color: #ed4a32;
}

.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  padding: 6px 12px 6px;}

@media (max-width: 979px){
  .navbar .nav > li > a {
  margin-left: -10px;
  }
  .navbar .nav li#active .dropdown-menu li > a{
  background: #fff;
}
}

.navbar .nav > li > a:hover{
  color: #ed4a32;
  background: #fff;
  text-decoration: none;
}
.navbar .nav > li > a:focus{
  color: #fff;
  background: #ed4a32;
  text-decoration: none;
}

/* Dropdown */

.dropdown-menu {
  background: transparent;
  border: none;
  top: 36px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  left: 5px;
}

.dropdown-menu li > a {
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #ed4a32;
  width: 90px;
  border-top: 1px solid #fff;
}

.dropdown-menu li {
  display: inline-block;
}

.dropdown-menu li > a:hover, .dropdown-submenu:hover > a, .dropdown-menu li > a:focus {
  background: #fff;
  color:#ed4a32;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu:before {
   border: none !important;
    content: "" !important;
}

.dropdown-menu:after {
    border: none !important;
    content: "" !important;
}

@media (max-width: 767px){
 .dropdown-menu li > a {
  color: #ed4a32;
  box-shadow: none;
  background: #fff;
  }
  .nav-collapse .dropdown-menu a {
  color: #ed4a32;
  }
  .nav-collapse .dropdown-menu {
  margin-left:0;
  }
}

/* Sections
-------------------------------------------------- */

header{
  padding-top: 75px;
}
@media (max-width: 979px){
   header{
    padding-top:100px;
  }
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -222px;
  width: auto;
}

#wrap.grid{
  background:url(../img/background.gif) repeat top left
}

#wrap > .container {
      padding-top: 75px;
}


/* Location */
section#location {
  padding-top: 50px;
}

#location .row [class*="span"]:first-child {
margin-left: 2.127659574468085%;
}

#location img.stamp{
  margin-top:60px;
}

@media (max-width: 979px) {
    #location img.stamp{
    margin-top:30px;
    width: 70%%;
  }
}

#location img.jane{
  margin-top:25px;
}

@media (max-width: 979px) {
    #location img.jane{
    margin-top:30px;
    width: 97%;
  }
}

#location h2{ 
  font-family: 'textile';
  color: #ed4a32;
  line-height: 55px;
}

#location p{
  font-size: 18px;
  line-height: 24px;
}

#location .redframe{
   padding: 1% 2% 1%;
   border: 2px solid #ed4a32;
   background: #fff;
   width: 70%
}

@media (max-width: 979px) {
    #location .redframe{
    width: 92%;
  }
}
#location .blueframe{
   padding: 1% 2% 1%;
   border: 2px solid #0033a1;
   background: #fff;
   font-size: 14px
}
#location .blueframe.mott{
  width:70%;
}
@media (max-width: 979px) {
    #location .blueframe{
    width: 92%;
  }
}

/* Menus */

section#menus {
  padding-top:20px;
  padding-bottom: 20px;
}

.menuside {
border: 2px solid #ea2925;
border-radius: 0;
background: url(../img/background.gif) repeat top left;
font-family: 'textile';
margin-bottom: 15px;
width: 228px;
padding: 0;
}

.icon-nav-list {
float: right;
width: 35px;
height: 30px;
background: none;
margin-top: -5px;
margin-left: 5px;
}

.nav-list > li > a:hover >[class^="icon-"],
.nav-list > .active > a > [class^="icon-"]{
  background-image: url(../img/paw-w.png);
}

.nav-list > li > a {
padding: 11px 29px 11px 18px;
font-size: 16px;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0033a1;
}

#menus .nav.nav-list.affix-top {
  position: static;
}

#menus .nav.nav-list.affix{
  top: 100px;
}

#menus .nav.nav-list.affix-bottom{
  position:absolute;
  top:auto;
  bottom:270px;
}

#menus h3{
  font-family: 'textile';
  color: #ea2925;
  line-height: 24px;
  font-size: 18px;
}
#menus h3 small {
  color: #ea2925;
}

#menus h3.title{
  font-size: 24px;
  margin: 0 0 10px;
}

#menus #cocktails h4{
  font-family: 'textile';
  color:#ea2925;
  font-size: 14px
}

#menus #alcools h4{
  font-family: 'textile';
  color:#ea2925;
  font-size: 13px;
  margin-bottom: 0;
}
#menus #alcools .row [class*="span"] {
    min-height: 20px;
  }

#menus .redframe{
  border:2px solid #ea2925;
  margin: 10px 0 10px 0;
  padding: 5px 0 15px 0;
}

#menus .blueframe{
  border: 2px solid #0033a1;
  margin: 10px 0 10px 0; 
  padding: 5px 0 10px 0;
}

#menus span.red{
  color:#ea2925;
  display:inline-block;
  padding-right:20px;
}

#menus .add{
margin-bottom: 5px;
}

#menus .last{
margin-bottom: 20px;
}

#menus .span1 {
text-align: right;
  }

#menus .right{
  float: right;
  text-align: right
}

#menus .dinneritem{
  text-transform: uppercase;
  font-weight:bold;
  display: block;
}
#menus .dinneritemB{
  text-transform: uppercase;
  font-weight:bold;
}

#menus .baritem{
  text-transform: uppercase;
  color:#ea2925;
}

@media (min-width: 1200px) {
  .menuside {
    width: 258px;
  }
}

@media (max-width: 980px){
  .menuside {
  top: 0;
  width: 218px;
  margin-top: 30px;
  margin-right: 0;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .menuside {
  width: 166px;
  margin-top: 20px;
  }
}

@media (max-width: 767px){
  #menus section {
    padding-top: 70px;
  }
  #menus .nav.nav-list.affix{
  position: static;
  width: auto;
  top: 0;
  }
  
  .menuside {
  width: auto;
  margin-bottom: 20px;
  }
  .row [class*="span"] {
      min-height: 20px;
  }
}

/* Gallery */
section#gallery {
    max-height: 600px;

}

section#gallery img {
width: auto;
max-height: 500px;
margin: auto;
height: auto;
}

@media (max-width: 767px){
  section#gallery img {
  width:100%;
  }
}
/* contact */
section#contact {
  padding-top: 49px;
  font-size: 18px;
  line-height: 28px;
}

img.phone {
    margin-top: 30px;
    max-width: 80px;
}
@media (max-width: 767px){
  img.phone {
    margin-top: 0
  }
}
#contact h3{
  font-family: 'textile';
  color: #ed4a32;
  line-height: 24px;
  font-size: 18px;
}
#contact h3 p.span4{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0033a1;
  font-weight: normal;
}

#contact hr {
border-top: 2px solid #ed4a32;
border-bottom: none;
margin-bottom: 10px;
}

/* links */
section#links {
  margin-top: 48px;
  font-size: 18px;
  line-height: 27px;
  padding-left: 5px;
}

/* delivery */

img.map {
    margin-bottom: 20px;
}

p.delivery {
    padding: 20px 0;
}

p.delivery span{
  font-family: 'textile';
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-top: 10px;
}

/* Sticker footer 
-------------------------------------------------- */
#push {
  height: 222px;
}

footer {
  background: url(../img/background.gif) repeat top left;
  text-align: center;
  padding: 30px 0;
  border-top: 2px solid #ea2925;
  height: 160px;
}

footer img{
  max-width:100px;
  margin-bottom:20px;
}

footer .redframe{
  background:#fff;
  padding: 1% 2% 1%;
  border: 2px solid #ed4a32;
  margin: 0 0 15px;
}

footer .blueframe{
  background:#fff;
  padding: 1% 2% 1%;
  border: 2px solid #0033a1;
 margin: 0 0 15px;
}

footer p {
  padding-top: 10px;
}


@media (max-width: 767px) {
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar .nav { 
    margin-left:50px;
  }
}
  

/* FONT FACE
-------------------------------------------------- */
@font-face {
    font-family: 'textile';
    src: url('textile-webfont.eot');
    src: url('textile-webfont.eot#iefix') format('embedded-opentype'),
         url('textile-webfont.woff') format('woff'),
         url('textile-webfont.ttf') format('truetype'),
         url('textile-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}