/* 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: gray;    
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  
}

.spa_treatment_sep {
  background-color:#f07387;
}
.bg-spa1 {
    background-color: #958477; /* 413933 */    
}
/*
.bg-spa2 {
    background-color: #e3e5ea; 
}

.bg-spa3 {
    background-color: #808080;
}
*/
.bg-spa4 {
    background-color: #a9bcd1; /* 413933 */    
}
.bg-spa5 {
    background-color: #6da2d9; /* 413933 */    
}
.bg-spa6 {
    background-color: #c4d2e1; /* 413933 */    
}

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);  
  */
}    



.yperon-navbar-bg {
    background-color: #505861; /*#F8F8F8;*/
    border-color: #E7E7E7;
}

.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:gray;
  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;
   
  }  
}

#mobtopCoverImg-restsoft {
   background-image: url("../img/cover-restaurant-software_mob.jpg");    
}
#stdtopCoverImg-restsoft {
   background-image: url("../img/cover-restaurant-software.jpg");    
} 
#stdtopCoverImg-restsoft li {font-size: 2rem;} 
#mobtopCoverImg-restsoft li {font-size: 1rem;}  
 
#mobtopCoverImg-restpos {
   background-image: url("../img/cover-restaurant-pos_mob.jpg");    
}
#stdtopCoverImg-restpos {
   background-image: url("../img/cover-restaurant-pos.jpg");    
}
#stdtopCoverImg-restpos h1 {font-size: 5rem;}
#mobtopCoverImg-restpos h1 {font-size: 3.5rem;}

#mobtopCoverImg-onlineorder {
   background-image: url("../img/cover-online-ordering_mob.jpg");    
}
#stdtopCoverImg-onlineorder {
   background-image: url("../img/cover-online-ordering.jpg");    
}
#stdtopCoverImg-onlineorder h1 {font-size: 5rem;}
#mobtopCoverImg-onlineorder h1 {font-size: 3.5rem;}


#mobtopCoverImg-onlinemenu {
   background-image: url("../img/cover-online-menu_mob.jpg");    
}
#stdtopCoverImg-onlinemenu {
   background-image: url("../img/cover-online-menu.jpg");    
}
#stdtopCoverImg-onlinemenu h1 {font-size: 5rem;}
#mobtopCoverImg-onlinemenu h1 {font-size: 3.5rem;}


#mobtopCoverImg-delmanage {
   background-image: url("../img/cover-delivery-management_mob.jpg");    
}
#stdtopCoverImg-delmanage {
   background-image: url("../img/cover-delivery-management.jpg");    
}

#mobtopCoverImg-selfserve {
   background-image: url("../img/cover-self-serve-ordering_mob.jpg");    
}
#stdtopCoverImg-selfserve {
   background-image: url("../img/cover-self-serve-ordering.jpg");    
}



#mobtopCoverImg-cendel {
   background-image: url("../img/cover-call-center_mob.jpg");    
}
#stdtopCoverImg-cendel {
   background-image: url("../img/cover-call-center.jpg");    
}
#stdtopCoverImg-cendel h1 {font-size: 5rem;}
#mobtopCoverImg-cendel h1 {font-size: 3.5rem;}


#mobtopCoverImg-demo {
   background-image: url("../img/cover-demo_mob.jpg");
}
#mobtopCoverImg-demo h2 {font-size: 1.5rem;}
#mobtopCoverImg-demo h4 {font-size: 1.1rem;}
#mobtopCoverImg-demo h5 {font-size: 0.9rem;}
#mobtopCoverImg-demo h6 {font-size: 0.75rem;}

#stdtopCoverImg-demo {
   background-image: url("../img/cover-demo.jpg");    
}


#mobtopCoverImg-ypos-demo {
   background-image: url("../img/cover-ypos-demo_mob.jpg");
}
#mobtopCoverImg-ypos-demo h2 {font-size: 1.5rem;}
#mobtopCoverImg-ypos-demo h4 {font-size: 1.1rem;}
#mobtopCoverImg-ypos-demo h5 {font-size: 0.9rem;}
#mobtopCoverImg-ypos-demo h6 {font-size: 0.75rem;}


#stdtopCoverImg-ypos-demo {
   background-image: url("../img/cover-ypos-demo.jpg");    
}

#mobtopCoverImg-yoos-demo {
   background-image: url("../img/cover-yoos-demo_mob.jpg");
}
#mobtopCoverImg-yoos-demo h2 {font-size: 1.5rem;}
#mobtopCoverImg-yoos-demo h4 {font-size: 1.1rem;}
#mobtopCoverImg-yoos-demo h5 {font-size: 0.9rem;}
#mobtopCoverImg-yoos-demo h6 {font-size: 0.75rem;}


#stdtopCoverImg-yoos-demo {
   background-image: url("../img/cover-yoos-demo.jpg");    
}

#mobtopCoverImg-yoms-demo {
   background-image: url("../img/cover-yoms-demo_mob.jpg");
}
#mobtopCoverImg-yoms-demo h2 {font-size: 1.5rem;}
#mobtopCoverImg-yoms-demo h4 {font-size: 1.1rem;}
#mobtopCoverImg-yoms-demo h5 {font-size: 0.9rem;}
#mobtopCoverImg-yoms-demo h6 {font-size: 0.75rem;}


#stdtopCoverImg-yoms-demo {
   background-image: url("../img/cover-yoms-demo.jpg");    
}


#mobtopCoverImg-estimate h2 {font-size: 1.5rem;}
#mobtopCoverImg-estimate h4 {font-size: 1.1rem;}
#mobtopCoverImg-estimate h5 {font-size: 0.9rem;}
#mobtopCoverImg-estimate h6 {font-size: 0.75rem;}





/* .stdCover h1 {padding-top: 50%;}  */
/*
#mobCarousel h1 {font-size: 3.5rem;}
#mobCarousel p {font-size: 1rem;}
*/
/* .mobCover h1 {padding-top: 90%;}  */
  
  

.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;
}

.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: #FFB03B;
    color: #fff;
    border: 1px solid #FFB03B;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}

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












/* Gallery A */


.gal-container{
	padding: 20px; 
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}

.gal-item .box{
	height: 200px; /* original size 350px; */ /* works with 100% */
	overflow: hidden;

}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}

.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\f002";

	/* font-family: 'Glyphicons Halflings'; */
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
/* with this it doesn't work in bootstrap 4
.gal-container .modal.fade .modal-dialog {

    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
*/
.gal-container .modal.fade.in .modal-dialog {

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;

}
@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;
  }  
}
*/
#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; */
}
section.pricing {
  background: #808080;  
  /* background: #007bff; */
  /* background: linear-gradient(to right, #0062E6, #33AEFF); */
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price-additional {
  font-size: 2.5rem;
  margin: 0;
}


.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing .card-price-additional .period {
  font-size: 0.8rem;
}


.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}






























@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;
  }    
}    

