@charset "UTF-8";
/* CSS Document */

body, html{
	width:100%;
	height:100%;
	
	}
body{
	
	width:100%;
	height:100%;
    background-image:url('../images/bg-home.jpeg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	}
*{
	margin:0px;
	padding:0px;
}

.cursor{
	cursor:pointer;
	}
	
	
/*******************************************/
/*******************************************/
/* reset bootstrap */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.nobootmargin{
	 padding-left: 0px;
    padding-right: 0px;
	}
.pictmargin{
	 padding-top: 38px;
    padding-bottom:45px;
	}
	
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    color: white;
    display: block;
    height: 2px;
    width: 22px;
}
/*******************************************/
/*******************************************/	
/* font typo */



@font-face {
    font-family: NaiveLineSansBold;
    src: url('../webfonts/NaiveLineSansBold.eot');
    src: url('../webfonts/NaiveLineSansBold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/NaiveLineSansBold.woff') format('woff'),
         url('../webfonts/NaiveLineSansBold.ttf') format('truetype'),
         url('../webfonts/NaiveLineSansBold.svg#FrutigerLTPro') format('svg');
    font-weight: normal;
    font-style: normal;

	}	

*{
	font-family:'Montserrat', sans-serif;
	color: #717173;
	font-size: 18px;
	}

strong{
    font-family:'Montserrat', sans-serif;
	color: #717173;
	font-size: 18px;
    font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'NaiveLineSansBold', serif;
		font-weight:300;
		color: #4e4e50;
        text-transform: uppercase;
	}
h1{
    		font-weight:500;

    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    color:#000000;
}
h1 small{
    color:#000000;
}

h2,h3{
    font-size:26px;
    font-weight: 600;
}



select{
    width:100%;
}


/* COMMUN */
a, a:hover, p a glyphicon{
    color:#82bc00;
}

.fullCover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.egourmetBtn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #99d7e3;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #99d7e3;
    cursor: pointer;
}
.egourmetBtn:hover{
	font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #ffffff;
    color:rgb(49,49,49);
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
	line-height:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out 0s;
	border:2px solid #99d7e3;
    cursor: pointer;
	}

.noMargin{
    margin-left:0px;
    margin-right:0px;
}

.noPadding{
    padding-left:0px;
    padding-right:0px;
}

/* Header */

.clickMe{
    background-color:#ff0000;
    border:2px solid #ff0000;
}

.rotateWait {
        animation-duration: 1s;
        animation-iteration-count: 50;
        animation-name: spin;
        animation-timing-function: ease;
    }


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.MealPlan{
    background-color: rgba(255,255,255,0.8);
    padding:50px;
}

.containMeal{
    background-color: rgba(255,255,255,1);
    border: 2px solid #e3036a;
    border-bottom: 5px solid #e3036a;
    padding: 25px 25px 25px;
    margin-bottom: 50px;
}
.containMeal strong{
    color:#e3036a;
}
.rowOrder{
    margin-bottom: 10px;
}

.col-md-2 input{
    width: 100%;
}
.logo{
    margin-top: 25px;
    margin-bottom: 25px;
}


.footer{
   padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 100px;
    background-color: #99d7e3;
}

.footer p, .footer a {
    color: #FFF;
    margin-top: 30px;
}

.containComment{
    margin-top: 35px;
    margin-bottom: 35px;
}

.containMeal strong.ncolor{
    color: #717173;
    font-size: 16px;
}
