@font-face {
	font-family: Abadi MT Condensed Light;
  	src: url(../fonts/abadi-mt-condensed-light.ttf);
}

@font-face {
	font-family: KG Skinny Latte;
  	src: url(../fonts/KGSkinnyLatte.ttf);
}

.anchor {
    display: block;
    position: relative;
    height: 300px; /*same height as header*/
    margin-top: -300px; /*same height as header*/
    visibility: hidden;
}

body {
  padding-top: 20px;
  background-color:rgba(252,76,2,1);/*orange*/
  /*background-color:rgba(0,119,200,1);*//*blue*/
  /*background-color:rgba(218,41,28,1);/*red*/
  /*background-image:url(images/Cuisine-Mexicaine-1.jpg);*/
}


.footer {
  /*padding-top: 40px;*/
  padding-bottom: 40px;
  /*margin-top: 40px;*/
  /*border-top: 1px solid #eee;*/
  text-align:center;
}

/*.active {
    color: #fff !important;
}*/

#corp{
	padding-top: 220px;
	
}


/* Main marketing message and sign up button */
.jumbotron {
  /*max-width:100%;
  display: flex;
  /*justify-content:flex-end;*/
  /*align-items: flex-end;
  align-self:flex-end;
  justify-content: center;*/
  height:550px;
  text-align: center;
  background-color: transparent;
  /*background-image:url("images/Truck.jpg");
  background-size:cover;
  background-position:center;*/
  font-family:KG Skinny Latte, "Arial Black", sans-serif;
  font-size:100px;
  color:#fff;
}


.home-background{
	height:400px;
	background-image:url("../images/Truck.JPEG");
  	background-size:cover;
  	background-position:center;
}

.allergies{
	background-image:url("../images/allergies.png");
  	background-position:right bottom;
  	background-repeat:no-repeat;
  	background-size:174px 63px;
  	height:60px;
}

.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

/*.navbar-brand{
	padding-top:0;
	padding-right:0;
	padding-left:250px;
}*/


#Appetite{
   height:28px;
   width:auto;	
}

#socialnetworks{
	margin-top:5px;
        /*width:20%;*/
	padding-left:0px;
}


.marquee {
	height: 35px;
    width: calc(75% - 125px); /*don't change 800px*/
    overflow: hidden;
    position: absolute;
    margin-top:15px;
    margin-left:150px;
}

.marquee div {
  display: inline-block;
  width: 300%;
  height: 30px;
  position: relative;
  overflow: hidden;
  animation: marquee 25s linear infinite;
}

.marquee span {
  color:#FFA500;
  float: left;
  width: 30%;
}

.warning{
	color:rgba(218,41,28,1);
}

.important{
	color:rgba(218,41,28,1);
}

.marquee div:hover{
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { left:   100%; }
    100% { left: -300%; }
}



#languagesNavbar{
	width:100%;	
	display:inline-block;
}

.second-navbar{
	 top: 51px;
	 background-color:#fff;
	 /*background-color:rgba(218, 41, 28, 1);*/
  	 border-bottom:0;
}

.navbar-header{
	 background-color:#fff;	
}

.icon-bar{
	color:#000;
}

/*.navbar-nav {
	width:100%;
    text-align: center;
    border-bottom:0;
}*/

#myNavbar > .navbar-nav > li {
      float: none;
}

#myNavbar > .navbar-nav > li > a{
      		padding-top: 15px;
 		 	padding-bottom: 15px;
  			margin-bottom: 0;
  			font-family:KG Skinny Latte, "Arial Black", sans-serif!important;
  			font-weight: bold;
  			font-size:20px;
  			color: rgba(218, 41, 28, 1);
  			/*color:#fff;*/
  			text-align: center;
  			/*background-color: #fff; /* Old browsers */
}


.navbar-default .navbar-nav > li> .active > a,
.navbar-default .navbar-nav > li> a:focus {
	color:#000!important;
  	background-color: #ccc!important;
  	background-image: none!important;
 
}

#myNavbar > .navbar-nav > li > a:hover{
	background-color: transparent;
	color:#84BD00;	
}

.navbar-nav > li:first-child > a {
  /*border-radius: 5px 5px 0 0;*/
  border-bottom: 0;
}

.navbar-nav > li:last-child > a {
  border-bottom: 0;
  /*border-radius: 0 0 5px 5px;*/
}

/*button.navbar-toggle{
    background:none;
    border:none;
    color:#000;

}*/

/*#topMenu >li>.active >a {
    color: #af164f!important;
	transition: all 0.5s ease;
}
#topMenu >li>.active >a:after {
    content: '';
    border-bottom: 3px solid #af164f;
    position: relative;
    width: 100%;
    display: block;
    top: 8px;
transition: all 0.5s ease;
}*/

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the jumbotron */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.heading{
	font-size: 60px;
	font-family:KG Skinny Latte, "Arial Black", sans-serif;
	font-weight:bold;
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

#Home .lead{
	font-family:Abadi MT Condensed Light;
  	font-size:40px;
}

#Menu .featurette-divider{
	margin:20px 420px;	
}

/* Thin out the marketing headings */

#Menu .featurette-heading {
  font-family:KG Skinny Latte;
  font-weight: bold;
  font-size: 30px!important;
  line-height: 1;
  /*letter-spacing: 1px;*/
  text-align:center;
}

#Menu {
  /*border: 7px solid white;*/
  /*outline: green dotted thick;*/
  font-family:Abadi MT Condensed Light;
  font-size:20px;
  color: #fff;
  text-align:center;
  padding-left:130px;
  padding-right:130px;
  padding-bottom:30px;
}

#tableMenu{
	background-color: none;
	min-height:755px;
	padding-top:0px;
	padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

#menuSection1,
#menuSection2,
#menuSection3{

	margin-top:0px;
	margin-bottom:0px;	
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
		
}

#Menu .panel{
	border:none;
}

#Menu .panel-default{
	border:none;
}


#Menu .col-sm-6{
	padding-left:50px;
	padding-right:50px;
        padding-top:30px;
}

#Menu .col-sm-4{
	padding-left:50px;
	padding-right:50px;
        padding-top:30px;
}

#row3 .col-sm-6 > h2{
	margin-top:20px;
}

#row4 .col-sm-6 > h2{
	margin-top:20px;
}

#row6 .col-sm-4 > h2{
	margin-top:20px;
}

.prix{
	font-size:24px;
	font-weight:bold;
}

.allergenes{
	
}

.thumbnail{
	display:block;
	height:180;
	width:70%;
}

#Catering{
	font-family:Abadi MT Condensed Light;
  	font-size:20px;
  	color: #fff;
  	text-align:center;
}

#Find .featurette-heading {
  font-family:KG Skinny Latte;
  font-weight: bold;
  font-size: 30px!important;
  line-height: 1;
  /*letter-spacing: 1px;*/
  text-align:left;
}

#Find .lead{
	text-align:left;
}


#Find{
  	font-family:Abadi MT Condensed Light;
  	font-size:20px;
  	color: #fff;
  	text-align:center;
}

#Find .col-md-4{
	line-height:100px;
	padding-top:30px;
}

#Find .featurette-divider{
	margin:10px 50px 10px 50px;
}

#Find .btn{
	vertycal-align:middle;
	font-family:Abadi MT Condensed Light;
  	font-size:15px;
	background-color:#84BD00;	
	border:none;
}

#Find .btn:hover{
	/*background-color:rgba(0,119,200,1);//blue*/
	background-color:rgba(218,41,28,1);
	color:#ccc;
}

#Find .btn:active,
#Find .btn:focus{
	color:#000;
}


#date1{
	margin-top:40px;
}

#date{
	margin-top:20px;
}

#date1 > p,
#date > p{
	margin-top:0px;
	margin-bottom:-20px;
	padding-top:0px;
	padding-bottom:-20px;
}

.month,
.weekday{
	font-size: 25px;
}

.day{
	font-size: 50px;
	weight:bold;
}

#item1{
	margin-top:40px;	
}

#item{
	margin-top:20px;	
}


#table{
	background-color: #fbf7e3;
	min-height:755px;
	padding-top:20px;
	padding-bottom:0px;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:0;
}

#table .col-lg-4 {
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:20px;
	padding-right:20px;
	
}

#cff .col-md-12,
#capellen .col-md-12{
		background-color: #e2d6d6;
  		border-radius: 2px;
  		height:357px;
  		line-height: 100px;
  		text-align: center;
} 


#sectionup1,
#sectionup2 {
	    margin-bottom:10px;
}

#events .col-lg-12{
		background-color: #e2d6d6;
  		border-radius: 2px;
  		line-height: 100px;
  		text-align: center;
}


.scrolling{
	height:752px;
	overflow:auto;	
}


.mainevent {
	background-color:#d8d3c6;
	border-radious:2px;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

.secondaryevent {
	border-radious:2px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

#table .lead{
	color:#4d3e3e;
	padding-left:25px;
	text-align:left;
}

#table .center{
	padding-left:0;
	text-align:center;
}

#table .lead-main{
	color:#4d3e3e;
	padding-left:2px;
	padding-right:5px;
	
}

.table-featurette-divider{
	margin:10px 10px;
}

.lead-main-p{
	color:#4d3e3e;
	line-height:15px;
	vertical-align:top;
	text-align:left;
	padding:0px!important;
	margin-top:5px;
	
}

.lead-main-p-sub{
	color:#4d3e3e;
	font-size:15px;
	line-height:15px;
	vertical-align:top;
	text-align:left;
	padding:0px!important;
	margin-top:5px;
	
}

.lead-secondary-p{
	color:#4d3e3e;
	line-height:25px;
	vertical-align:top;
	text-align:left;
	padding:0px!important;
	
}

#table .lead-main-map{
	color:#4d3e3e;
	text-align:center;
	height:200px;
	vertical-align:middle;
	padding-left:0px;
	padding-right:5px;
	
	
}

#table .lead-button{
	line-height:25px;
	text-align:center;
	vertical-align:top;
	
}


#googleMap{
	width:500px;
	height:400px;
}

.alert{
	color:rgba(218,41,28,1);
}

#Important{
	padding-top:60px;
}


/* MODAL WARNING */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 300px;
		height: 150px;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: hidden;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 50px;
	}

      
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
		background-color: #fbf7e3;
		color:rgba(218,41,28,1);
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #f1dddd;
		color:rgba(218,41,28,1);
	}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.close-button {
  overflow: hidden;
}



#holidaysModal .modal-header {
    border-bottom: none;
    padding: 15px 15px 0 15px;
    background-image: url("../images/XmasHolidays.jpg");

    background-size:100% auto;
    background-repeat: no-repeat;
    padding-bottom:67%;
}
   

#holidaysModal .modal-header .close {
      background: none;
      border: none;
      float: right;
      font-size: 40px;
      line-height: 20px;
      padding: 0;
}

#holidaysModal .modal-header .close:hover {
        color: @hover-blush;
}

#holidaysModal .modal-content {
        color: black;
        text-align: justify;
}



#Map .modal-content{
		box-shadow: none;
  		background-color: transparent;
  		border: 0;
}

#Map .modal-content .close {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}

#Map .modal-content .close span {
  display: block;
}

#Map .modal-content .close:hover,
#Map .modal-content .close:focus {
  opacity: 1;
  outline: none;
}

#Map .modal-content iframe {
  display: block;
  margin: 0 auto;
}

#Flyers .lead{
	text-align:center;
}

#Flyers{
  	font-family:Abadi MT Condensed Light;
  	font-size:20px;
  	color: #fff;
  	text-align:center;
}

#Flyers .col-md-6{
	line-height:100px;
	padding-top:30px;
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1199px) {
    #address {
    	font-size:19px;
    }
  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

  .scrolling{
      height:650px;
  }
}


/*Pc and up*/
@media (min-width: 768px) {

  .navbar-nav {
    max-height: 52px;
  }
  
 .navbar-nav > li:first-child > a {
    border-left: 0;
    /*border-radius: 5px 0 0 5px;*/
  }
  
 .navbar-nav > li:last-child > a {
    border-right: 0;
    /*border-radius: 0 5px 5px 0;*/
  }
  
  .featurette-heading {
    font-size: 50px;
  }
  
}


/*tablettes and smartphones*/
@media only screen and (max-width: 767px) {

.navbar-brand{
	padding-top:0;
	padding-right:0;
	padding-left:20px;
}


.second-navbar{
	background-color:transparent;
} 

.navbar-collapse {
  box-shadow: none !important;
  border: none !important;

}

#myNavbar>.navbar-nav {
	width:100%;
    border-bottom:0;
    padding-left:40%;
}


#myNavbar >.navbar-nav > li {
      float: none;
      display: block;
      background-color:rgba(255, 255, 255, .5);
}


#myNavbar >.navbar-nav > li >a {
	text-align:left;
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.month,
.weekday{
	font-size:20px;
	
}
.day{
	font-size:30px;
}

#date,
#date1{
	display:none;
}

#Find .featurette-heading {
  /*letter-spacing: 1px;*/
  text-align:center;
}

#Find .lead{
	text-align:center;
}

.scrolling{
	height:520px;
}

}


/*Resize the Menu on screens lower than 585px*/
@media only screen and (max-width: 585px) {
	#Menu{
		padding-left:50px;
  		padding-right:50px;
	}

        .scrolling{
		height:550px;
	}

        #holidaysModal .modal-header{
		padding-bottom:62%;
	}

}

.gallery {
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   -webkit-column-width: 33%;
   -moz-column-width: 33%;
   column-width: 33%; 
}

/*Resize the Menu on screens lower than 485px*/
@media only screen and (max-width: 485px) {
	.scrolling{
		height:570px;
	}
        .gallery {
           -webkit-column-count: 1;
           -moz-column-count: 1;
           column-count: 1;
           -webkit-column-width: 100%;
           -moz-column-width: 100%;
           column-width: 100%;
        }

}

/*Resize the Menu on screens lower than 343px*/
@media only screen and (max-width: 360px) {

	#Menu{
		padding-left:10px;
  		padding-right:10px;
	}

	.heading {
    	font-size: 40px;
  	}

	#Menu .featurette-heading {
    	font-size: 28px!important;
  	}

        .scrolling{
  		height:600px;
  	}

}

/*Resize the Menu on screens lower than 315px*/
@media only screen and (max-width: 315px) {
	.scrolling{
		height:580px;
	}
	

}

@media screen and (max-width: 736px) {
       #corp{
             padding-top:180px;
       }

      .jumbotron{
             height:400px;
       }
}

@media screen and (min-width: 1024px) {
       
      .jumbotron{
             margin-bottom:150px;
       }
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  .scrolling{
    	height:500px;
    }
}
						