
/* CSS Document */


  /* GLOBAL STYLES
    -------------------------------------------------- */



body {
	font-family: 'Proxima N W01 Light';
	padding: 0;
	}
section.page-content {background-color: #fff; padding-bottom: 25px;}
h1, h2, h3, h4 {
	font-family: 'CopperplateGothicW01-Ro';
	font-weight: normal;
	text-transform: uppercase;

}
h2 {font-size: 26px; line-height: 34px;}
#header {
    height: 140px;
    margin: 0 auto;
    padding: 10;
    position: relative;
    width: 1100px;
}

#header .phone {
    display: block;
    margin: 30px 20px 0 0;
    position: absolute;
    right: 50px;}

}
p strong {
	text-transform: uppercase;
	letter-spacing: .05em;
}
.menu p {text-align: center;}
.menu h4 {text-align: center; background-color: #efefef; padding: 5px; margin-bottom: 10px;}

iframe.map {width: 100%;}
iframe.review {width: 100%;}
input.subscribe {margin-top: -8px;}

h4.intro {text-align: center; line-height: 1.5; padding: 0 15%;}
h5.intro {text-align: center; text-transform: uppercase; 	font-family: 'CopperplateGothicW01-Ro';
	font-weight: normal;}

/* Footer styles
-------------------------------------------------- */


#footer {
	padding-top:15px;
	color: #ccc;
	background-color: #231F20;
	width: 100%;
}

footer a {color: #ddd;}



.gio-logo {
	text-align: center;
	background-color: #231F20;
	padding-bottom: 60px;
	padding-top: 5px;
	z-index: 9999;
}


.home-links h4  {font-size: 15px; background-color: #444; color: #fff; text-align: center; margin: 0; padding: 5px 3px; border-top:solid 1px #333;}
.home-links h4 a {color: #fff;}


.downloads .download-takeaway, .downloads .download-winelist, .downloads .download-dinein
{background-color: #333; color: #ccc; padding:10px; margin-bottom: 10px;}
.downloads a {color: #ccc;}

section.grey {background-color: #f5f5f5; padding: 25px 0; margin-bottom: 25px;}
.social-footer li {padding: 5px; text-align: center; background-color: #333; margin-bottom: 10px;}
.social-footer li:hover {background-color: #757779;}

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 95px;
      margin-bottom: -95px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
     padding: 0 0px;

    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 21px;
      text-transform: uppercase;
      border-right: solid 1px #222;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 16px;
    }

	.navbar .nav > li.active.first a  {
      border-radius: 4px 0 4px 0;
    }

    .navbar .nav > li.active.last a  {
      border-radius: 0px 4px 0px 4px;


    }
    .navbar .nav > li.last {border-right: none;}

    .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #333, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#666));
  background-image: -webkit-linear-gradient(top, #333, ##666);
  background-image: -o-linear-gradient(top, #333, #666);
  background-image: linear-gradient(to bottom, #333, #666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #333, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#666));
  background-image: -webkit-linear-gradient(top, #333, #666);
  background-image: -o-linear-gradient(top, #333, #666);
  background-image: linear-gradient(to bottom, #333, #666);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

li.has-children ul { display: none; }
    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */


        /* CUSTOMIZE THE SUB NAV
    -------------------------------------------------- */
    ul.sub_navigation > li {padding: 3px;}
    ul.sub_navigation > li:hover {background-color: #ccc;  color: #fff; }
    ul.sub_navigation > li a {color: #000; text-decoration: none;}
    ul.sub_navigation > li a:hover {text-decoration: none;}

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
    .carousel .item {
      height: 300px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 90px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }


 /* Header image class */

   .header-image {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.header-image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


    .header-image .container {
      position: relative;
      z-index: 9;
    }



    .header-image .item {
      height: 200px;
    }
    .header-image img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
    }

    .header-image-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 50px;
    }
    .header-image-caption h1,
    .header-image-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    /* RESPONSIVE CSS
    -------------------------------------------------- */
@media (min-width: 1200px) {
 .carousel .item {
      height: 450px;
    }
    .navbar .nav > li > a {
      padding: 15px 38px;

	  }

}


    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
             }

      .carousel .item {
        height: 300px;
      }
      .carousel img {
        width: auto;
        height: 300px;
      }
      .carousel-caption {
            margin-top: 50px;
    }




    }


    @media (max-width: 767px) {




      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 40px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
.ta-menu {padding: 15px; background-image: none;}
.span3.P-15 {padding: 15px;}
    }


ul.list-christmas {list-style-type: none;
	margin: 0;
	padding: 0;
}