/* yperon bootstrap template general */

html {
  height:100%; /* without this the top image/carousel doesn't show */
}


body {
  /* height: 100%;  */ /* if this is enabled the sticky top navbar doesn't work */
  background-color: white; /* gray */
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/


  background-image: url("../img/bkgd1.jpg");
  background-repeat:no-repeat; 
  background-attachment:fixed; 
  background-position:center; 

  background-size: cover;
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  
}

/* start: this make the background image work on ios */

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../img/bkgd1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* end: this make the background image work on ios */


.buttona{display: inline-block;background: #4285f4;color: #fff;border:none;text-transform: uppercase;padding: 10px 30px;border-radius: 5px;box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);cursor: pointer;-webkit-moz-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms}
.buttona:hover{box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);-webkit-moz-transform: translate(0px, -10px) scale(1.2);transform: translate(0px, -10px) scale(1.2)
}

.buttona:active {
  transform: translateY(4px); /* Moves the button down 4px */
  box-shadow: 0 0px #666;    /* Flattens the shadow */
}

.order-button{display: inline-block;background: #d45f27;color: #fff;
    border:none;
    /*border: 1px solid black;*/
    padding: 5px 20px;border-radius: 7px;box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);cursor: pointer;-webkit-moz-transition: all ease-in-out 300ms;transition: all ease-in-out 300ms;
font-size: 25px;
    
}

.order-button:hover{box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);-webkit-moz-transform: translate(0px, -10px) scale(1.1);transform: translate(0px, -10px) scale(1.1)
}

.order-button:active {
  transform: translateY(4px); /* Moves the button down 4px */
  box-shadow: 0 0px #666;    /* Flattens the shadow */
}
/*
https://stackoverflow.com/questions/22559756/changing-hover-to-touch-click-for-mobile-devices
*/

/* MENU ================================================ */

/* start menu section heading(h1) and description (p1) */
.TabbedPanelsContent .h1 {
    font-size: 2em;
    margin-top:2em;
    margin-bottom:0.1em;
    text-align:center;
}    

.TabbedPanelsContent .p1 {
    font-size: 1.3em;
    margin-bottom:2em;
}    

/* end menu section heading(h1) and description (p1) */


.item-holder {

	float: left; /* with prices */
	height: auto;
	width: 100%;
 	border-bottom: 1px solid #663300;
    padding-top:0.2em;
    padding-bottom: 0.1em;    
}
   
   
/* start: for smaller screens */    
.item-holder .h2 {
	font-size: 1em;
}
.item-holder .p2 {
	font-size: 0.75em;
}
/* end: for smaller screens */    


@media (min-width: 768px) {

.item-holder .h2 {
	font-size: 1.5em;
}
.item-holder .p2 {
	font-size: 1.2em;
	font-weight: lighter;    

}

}

/* no price */
.item-np {
    text-align:center;
	height: auto;
}
/**/

.item-1pri {
	float: left;
	height: auto;
	width: 80%;
}
.price1 {
	float: left;
	height: auto;
	width: 20%;
    text-align: right;
}


.item-2pri {
	float: left;
	height: auto;
	width: 60%;
}
.price2 {
	float: left;
	height: auto;
	width: 20%;
    text-align:right;            
}


/* no price 
.item {
    text-align: center;
	height: auto;
	width: 100%;
    line-height:1.3em;        
}    
.price {
	float: left;
	height: auto;
	width: 20%;
    line-height:1.3em;        
    text-align:right;
}

*/

/* with price(s) */
/*
.price {
	float: left;
	height: auto;
	width: 20%;
    text-align:right;
}
*/

#prices2 .item {
	float: left;
	height: auto;
	width: 60%;
    /*
    padding-right:3px;
    line-height:1.3em;    
    */
}
#prices2 .price {
	float: left;
	height: auto;
	width: 20%;
    /*
    line-height:1.3em;        
    */
    text-align:right;        
}
/* MENU ================================================ */


hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0rem solid black;
  /* 
   * Bootstrap Default 
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);  
  */
}    


.custom-navbar-border {
      border-bottom:3px solid #9a1822;
}

.custom-navbar-bg {
    background-color: #927026;
}

.navbar-nav li a{
  color: white !important;
  }

.custom-transparent-btn {
  background-color: #d45f27; /* transparent; */
  /* border: none; */ /* Optional: Remove the border if desired */
  border: 2px solid purple;
  border-radius: 10px;  
  color: inherit; /* Optional: Inherit text color from parent */
}   
  
.custom-transparent-btn:hover,
.custom-transparent-btn:focus {
  opacity: 0.8; /* Example: Slightly reduce opacity on hover/focus */
}  
  
.logo {
    /* background-color: red; */
}

.contact-top {
  /* background-color: blue; */
}    

@media(max-width: 767px) {
  .logo {
    text-align: center;
  }  
}


/*
.logo img .default {
	width:100%;
}
*/

#banner-top {
  background-color:#F44336;
  color:#fff;
}

/*
.navbar {
  margin-bottom: 0px; /* space after the navbar 
}
*/

#banner {
  background-color: #ebc75c; /*#fbdd85;*/
  color:#fff;
}

.jumbotron-img {
background-image: url("../img/cover.jpg");
/* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
  /*padding: 100px 0 100px;*/
}

/*
 * If you need media specific queries
 * 
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
*/

.header-img {
background-image: url("../img/cover-restaurant-pos.jpg");
/* Full height */
    height: 100vh; 
    /*margin-left:5%;*/
    /*margin-right:5%;   */ 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.mobtopCoverImg {
  display:none;
}
.stdtopCoverImg {
  display:block;
}

@media(max-width: 767px) {
  .stdtopCoverImg {
    display:none;
  }
  .mobtopCoverImg {
    display:block;
   
  }  
}

  

.topCoverImg {
/* background-image: url("../img/cover-restaurant-pos.jpg");*/
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
/* background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                                  rgba(0, 0, 0, 0.5)), url("../img/cover-call-center.jpg");
*/
/* Full height */
    /* height: 100vh; */
/* Set a specific height */    
    height: 100vh;
    /*margin-left:5%;*/
    /*margin-right:5%;   */ 
    /* Center and scale the image nicely */
/* Position and center the image to scale nicely on all screens */    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
}

/* Place text in the middle of the image */
.topCoverTxt {
  text-align: center;  
  position: absolute;    
  top: 65%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);  
  /* color: white;  */
}

.topCoverTxt-1 {
  text-align: center;  
  position: absolute;    
  top: 20%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);  
  /* color: white;  */
}

.topCoverDemoTxtmob {
  text-align: center;
  position: absolute;    
  top: 2%;
  left: 5%;
  bottom: auto;
  /*transform: translate(-50%, -50%);  */
  /* color: white;  */
}

.topCoverDemoTxt {
  text-align: center;  
  position: absolute;    
  top: 25%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);  
  /* color: white;  */
}

.topCoverRestSoftTxt {
  text-align: center;  
  position: absolute;    
  top: 30%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  /* color: white;  */
}


/*
.tab-content {
       border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    padding: 10px;
}
*/
section {
  padding: 100px 0;
}


.marb-35{
    margin-bottom: 35px;
}

.header-h {
    color: #FFB03B;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}


ul li.scrollTop {
  float: right;
}




#Container .mix{
    display: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
/*
@media(max-width: 767px) {
  .logo {
    text-align: center;
  }  
}
*/
#about {
  /* margin-top:5%; */
  /* margin-bottom:50%;  */
  
  background-color: #eaf2f6; /* #e6f0f5; *//* #edf4f7; *//* #bedef5; */
  opacity:0.85;
}

#menu {
background-color: #dfba6a;
}

#gallery {
background-color: white;
}

#contact {
background-color: #ebc75c;

}

#footer {
background-color: #927026;
}



#powered {
	background-image: url(../img/Logo_poweredby_59x22.png);
	float: right;
	height: 22px;
	width: 59px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#powered-fr {
	background-image: url(../img/Logo_poweredby_59x22_fr.jpg);
    height: 22px;
	/* float: right; */
	/* 
     * 
	   width: 59px;
    */
	/* margin-right: 10px; */
	/* margin-bottom: 10px; */
}






























@media(min-width: 1222px) {
  #map-mob {
    display:none;
  }    
  #map-wide {
    display:block;
  }    
}    

@media(min-width: 992px) and (max-width: 1221.98px) {
  #map-mob {
    display:block;
  }    
  #map-wide {
    display:none;
  }    
}    

@media(max-width: 991.98px) {
  #map-mob {
    display:none;
  }    
  #map-wide {
    display:block;
  }    
}    

@media(max-width: 767.98px) {
  #map-mob {
    display:block;
  }    
  #map-wide {
    display:none;
  }    
}

@media(max-width: 575.98px) {
  #map-mob {
    display:block;
  }    
  #map-wide {
    display:none;
  }    
}

@media(max-width: 459.98px) {
  #map-mob {
    display:block;
  }    
  #map-wide {
    display:none;
  }    
}    

