/*=====================
1. Base
=====================*/
@font-face {
  font-family: 'BariolSerif-Regular';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/bariol-serif-regular/BariolSerif-Regular_gdi.eot");
  src: url("../fonts/bariol-serif-regular/BariolSerif-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol-serif-regular/BariolSerif-Regular_gdi.woff") format("woff"), url("../fonts/bariol-serif-regular/BariolSerif-Regular_gdi.ttf") format("truetype"), url("../fonts/bariol-serif-regular/BariolSerif-Regular_gdi.svg#BariolSerif-Regular") format("svg");
}
@font-face {
  font-family: 'Bariol-Regular';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/bariol-regular/Bariol-Regular_gdi.eot");
  src: url("../fonts/bariol-regular/Bariol-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol-regular/Bariol-Regular_gdi.woff") format("woff"), url("../fonts/bariol-regular/Bariol-Regular_gdi.ttf") format("truetype"), url("../fonts/bariol-regular/Bariol-Regular_gdi.svg#Bariol-Regular") format("svg");
}
@font-face {
  font-family: 'Roboto-Thin';
  font-weight: 250;
  font-style: normal;
  src: url("../fonts/roboto-thin/Roboto-Thin_gdi.eot");
  src: url("../fonts/roboto-thin/Roboto-Thin_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin/Roboto-Thin_gdi.woff") format("woff"), url("../fonts/roboto-thin/Roboto-Thin_gdi.ttf") format("truetype"), url("../fonts/roboto-thin/Roboto-Thin_gdi.otf") format("opentype"), url("../fonts/roboto-thin/Roboto-Thin_gdi.svg#Roboto-Thin") format("svg");
}
@font-face {
  font-family: 'Roboto-Light';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/roboto-light/Roboto-Light_gdi.eot");
  src: url("../fonts/roboto-light/Roboto-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light/Roboto-Light_gdi.woff") format("woff"), url("../fonts/roboto-light/Roboto-Light_gdi.ttf") format("truetype"), url("../fonts/roboto-light/Roboto-Light_gdi.otf") format("opentype"), url("../fonts/roboto-light/Roboto-Light_gdi.svg#Roboto-Light") format("svg");
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/roboto-regular/Roboto-Regular_gdi.eot");
  src: url("../fonts/roboto-regular/Roboto-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular/Roboto-Regular_gdi.woff") format("woff"), url("../fonts/roboto-regular/Roboto-Regular_gdi.ttf") format("truetype"), url("../fonts/roboto-regular/Roboto-Regular_gdi.otf") format("opentype"), url("../fonts/roboto-regular/Roboto-Regular_gdi.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  padding-left: 300px !important;
  color: #fff;
  background: #483d33;
  font-family: "Bariol-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #977b36;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #2d2617;
}

section {
  position: relative;
  height: 100vh;
}

article {
  padding: 3em 0;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:9999;
  padding:20px;
  /*border-radius: 15px;*/
  text-align: center;
}
#boxes #dialog {
  width:450px;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

.down-arrow {
  position: absolute;
  bottom: 6%;
  left: 50%;
  display: block;
  width: 80px;
  height: 40px;
  margin-left: -40px;
  background-image: url("../img/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1000;
  -webkit-animation: mybounce 2s linear infinite;
  text-shadow: 1px 2px #666;
}

@media screen and (min-width: 1024px) {
  @-webkit-keyframes mybounce {
    0% {
      -webkit-transform: translateY(0px);
    }
    25% {
      -webkit-transform: translateY(3px);
    }
    75% {
      -webkit-transform: translateY(-3px);
    }
    100% {
      -webkit-transform: translateY(0px);
    }
  }
}
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.separator-heading {
  font-size: 4.6em;
  font-family: "Roboto-Thin", sans-serif;
  text-transform: uppercase;
  margin-top: 25%;
  text-shadow: 1px 2px #666;
}

/*====================
	Typography
====================*/
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "BariolSerif-Regular", serif;
  margin: 0 0 0.5em;
  padding: 0;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin: 0;
}

#menu-page h2{

}

.navmenu-default {
  background: url("../img/bg-nav.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
}
.navmenu-default .navmenu-nav > li {
  /*padding: 13px 15px;*/
  padding: 3px 15px;
}
.navmenu-default .navmenu-nav > li > a {
  color: #d4c3b3;
  font-family: "BariolSerif-Regular", serif;
  font-size: 1em;
  padding: 0;
}
.navmenu-default .navmenu-nav > li > a:hover {
  color: #fff;
}
.navmenu-default .navmenu-nav > li > a.active {
  color: #fff;
}

.text-effect li a {
  overflow: hidden;
  position: relative;
}
.text-effect li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.text-effect li a span::before {
  position: absolute;
  bottom: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.text-effect li a:hover span, .text-effect li a:focus span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
}
.footer-wrapper footer {
  font-size: 0.8em;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
}
.footer-wrapper footer a {
  color: #e6a210;
  text-decoration: none;
}
.footer-wrapper footer a:hover {
  color: #9e700b;
}

.list-inline > li {
  padding: 1px;
}

.fade-carousel {
  position: relative;
  height: 100vh;
  width:100%!important;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators {
  bottom: 10%;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  border: 0;
  background-color: #fff;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  background-color: #e6a210;
}
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9 {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width:100%!important;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../img/sliders/bistrot-gavroche-slider1.jpg");
}
.fade-carousel .slides .slide-2 {
  background-image: url("../img/sliders/bistrot-gavroche-slider2.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../img/sliders/bistrot-gavroche-slider3.jpg");
}
.fade-carousel .slides .slide-4 {
  background-image: url("../img/sliders/bistrot-gavroche-slider4.jpg");
}
.fade-carousel .slides .slide-5 {
  background-image: url("../img/sliders/2017-christmas-in-july.jpg");
}
.fade-carousel .slides .slide-6 {
  background-image: url("../img/sliders/bistrot-gavroche-slider7.jpg");
}
.fade-carousel .slides .slide-7 {
  background-image: url("../img/sliders/2017-beaujolaisnouveau.jpg");
}
.fade-carousel .slides .slide-8 {
  background-image: url("../img/sliders/2017-handpicked-wines.jpg");
}
.fade-carousel .slides .slide-9a {
  background-image: url("../events/2018-chapoutier-ban.jpg");
}
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  border-radius: 0;
  padding: 0.7em 4em;
}

.btn-primary {
  color: #977b36;
  background-color: #fff;
  border-color: #605230;
}
.btn-primary:hover {
  background-color: #977b36;
  border-color: #605230;
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  height: 40px
  /* Chrome */
  /* Firefox */
  /* IE */
}
.form-control:focus {
  border-color: #2d2617;
  box-shadow: inset 0 1px 1px #605230, 0 0 8px rgba(96, 82, 48, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

.blackboard-bg {
  background-image: url("../img/blackboard-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  max-width: 100%;
}

.full-width {
  width: 100%;
}

.menus-section {
  padding: 5em 0;
}

.menus-download li {
  padding: 0.3em;
}

.gallery-section {
  background-color: #1a1710;
  padding: 3em 0;
}
.gallery-section .item {
  position: relative;
  margin: 1em 0;
  overflow: hidden;
}
.gallery-section .item img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-section .item .caption-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-section .item .caption-gallery h4 {
  padding: 1em;
  background-color: #977b36;
}
.gallery-section a:hover .item img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.gallery-section a:hover .item .caption-gallery {
  opacity: 1;
}

.functions-img {
  margin-bottom: 1em;
}

.functions-download li {
  padding: 3px;
}
.functions-download li a.btn-primary {
  padding: 1em;
}

.gift-section {
  padding: 3em 0;
}

.voucher-img {
  margin-bottom: 2em;
}

.btn-gift {
  margin-top: 2em;
  width: 100%;
}

#map-container {
  height: 390px;
}

.time {
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 0.7em;
  font-size: 0.84em;
}

.meta-address {
  color: #e6a210;
  font-weight: bold;
  margin-right: 0.5em;
  font-family: "Roboto-Regular", sans-serif;
}

address {
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.second-link {
  color: #3fe1e3;
}
.second-link:hover {
  color: #1bb8ba;
}

.page-heading{
  font-size: 4.6em;
  font-family: "Roboto-Thin", sans-serif;
  text-transform: uppercase;
  margin-top:3%;
}

.whatson-th{
	margin:0 0 30px 0;
	vertical-align:middle;
}

.whatson-th h3{
	min-height:55px;
	vertical-align:middle;
}

.whatson-date{
	font-style:italic;
	font-size:120%;
	margin-bottom:60px;
}
.whatson-th .read-more{
	position:absolute;
	bottom:20px;
	left:0;
	margin:0 0 0 150px;
	min-width:200px;
}
.menu-section{
	padding-top:10px;
	padding-bottom:30px;
}
.menu-section h4,
.menu-section h5{
	margin:50px 0 30px;
}
.menu-item{
	border-bottom:1px solid #302B1E;
	padding:10px 0;
}
.menu-title{
	font-weight:bold;
	text-transform:uppercase;
}
.menu-description{
	font-style: italic;
}
.menu-price{
	font-weight: 700;
	/*width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0 auto 40px;
	background:#111;*/
}
.menu-price{
	font-weight: 700;
	/*width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0 auto 40px;
	background:#111;*/
}
/* Extra Small devices (mobiles, 320px and up) */
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-top: 50px;
  }

  section {
    height: auto;
  }

  .parallax {
    background-attachment: scroll;
  }

  .separator-heading {
    margin-top: 50%;
    font-size: 4em;
    margin-bottom: 50%;
  }

  .btn {
    width: 100%;
  }

  .navbar-default {
    background-color: #483d33;
    border-color: #2d2617;
  }
  .navbar-default .navbar-toggle {
    display: block;
    float: left;
    margin-left: 1em;
    border: 0;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #977b36;
  }

  .navmenu,
  .navbar-offcanvas {
    width: 275px;
  }

  .navmenu-nav {
    margin-top: 1.5em;
  }

  .navbar-brand {
    float: right;
    padding: 10px 5px;
  }
  .navbar-brand img {
    width: 75%;
  }

  .footer-wrapper {
    position: relative;
  }

  .hero {
    width: 83%;
    bottom: 18%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em;
  }

  .fade-carousel .carousel-indicators {
    text-align: center;
  }

  .btn-gift {
    padding: 1em;
  }

  .functions-download li {
    width: 100%;
  }
  .functions-download li a.btn-primary {
    width: 100%;
  }
  .whatson-th .read-more{
    bottom:0;
    margin:0;
    position:relative;
    min-width:100%
  }

  .fade-carousel {
  height: 300px;
	}
	.fade-carousel .carousel-inner .item {
		height: 300px;
	}
	.fade-carousel .slides .slide-1,
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3,
	.fade-carousel .slides .slide-4,
	.fade-carousel .slides .slide-5,
	.fade-carousel .slides .slide-6,
	.fade-carousel .slides .slide-7,
	.fade-carousel .slides .slide-8,
	.fade-carousel .slides .slide-9 {
		height: 300px;
	}
}
/* Extra Small 320px */
@media (max-width: 320px) {
  .separator-heading {
    font-size: 2.6em;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-left: 0 !important;
  }

  .parallax {
    background-attachment: scroll;
  }

  .separator-heading {
    margin-top: 30%;
  }

  .navbar-default {
    background-color: #483d33;
    border-color: #2d2617;
  }
  .navbar-default .navbar-toggle {
    display: block;
    float: left;
    margin-left: 1em;
    border: 0;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #977b36;
  }

  .navmenu-default .navmenu-nav {
    margin-top: 2em;
  }
  .navmenu-default .navmenu-nav > li > a {
    font-size: 1.35em;
  }

  .navbar-brand {
    float: right;
  }

  .footer-wrapper {
    position: relative;
  }

  .whatson-th .read-more{
    bottom:0;
    margin:0;
    position:relative;
    min-width:100%
  }

  .fade-carousel {
  height: 550px;
	}
	.fade-carousel .carousel-inner .item {
		height: 550px;
	}
	.fade-carousel .slides .slide-1,
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3,
	.fade-carousel .slides .slide-4,
	.fade-carousel .slides .slide-5,
	.fade-carousel .slides .slide-6,
	.fade-carousel .slides .slide-7,
	.fade-carousel .slides .slide-8,
	.fade-carousel .slides .slide-9 {
		height: 550px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .separator-heading {
    font-size: 4.3em;
    margin-top: 30%;
  }

  .parallax {
    background-attachment: scroll;
  }

  .functions-download li {
    width: 100%;
  }
  .functions-download li a.btn-primary {
    width: 100%;
  }

  .desc-gift-wrapper {
    margin-top: 90%;
  }
  .whatson-th .read-more{
    bottom:0;
    margin:0;
    position:relative;
    min-width:100%
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .separator-heading {
    margin-top: 30%;
  }
  .whatson-th .read-more{
    bottom:0;
    margin:0;
    position:relative;
    min-width:100%
  }
  }
}
