body, html {

  min-height: 100%;
}

body {
  background-image: url(../images/quiche-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: -10px;

}



.orange{
  /*background-color: #fe5000;*/
  background-color: #f15d31;
  width:100%;
  height: 620px;
  padding-top:200px;
  margin-top: -20px !important;

  }

.green{
  /*background-color: #a1d884;*/
  background-color: #8ec77c;
  width:100%;
  height: 620px;
  padding-top: 200px;
  margin-top: -20px !important;
  }

.blue{
  /*background-color: #41b6e6;*/
  background-color: #90d8f5;
  width:100%;
  height: 620px;
  padding-top: 200px;
  margin-top: -20px !important;
  }

  .title{
  /*margin-top: 20px;*/
}

.logo{
  float:left;
  color:#fff;
}

.chinese{
  float:right;
  color:#fff;
}

.slide{
  padding-top: 40px;
}

.slogan{
  font-size:52px;
  color: #fff;
}

.front{
  background: #6ad1e3;
}

.center{
  margin: auto;
  text-align: center;
}

.full{
  width: 100%
}

#header {
 width: 100%;
 position: absolute;
 top: 5px;
 z-index: 20;

}
#header .header-right{
  position: relative;

}

.logo-new {
  display: block;
  width: 217px;
  height: 64px;
  background: url("img/logo.png") no-repeat;
  float: left;
}

#header .logo {
  display: block;
  /*width: 217px;*/
  width: 480px;
  height: 64px;
  /*background: url(../img/logo.png) no-repeat !important;*/
  background: url(../img/QuicheTitle-480x64.fw.png) no-repeat !important;
  float: left
}

.every-day {
  margin-bottom: -30px !important;
  display: block;

}

#brand{
  position: absolute;
  margin: 0 auto;
  left: 100px;
  z-index: 10;
  

}

.example-orbit-content{
  z-index: 12;
}

.pic-left{
  float: left;
}

.icon.icon-soupbowl{
  /*background-image: url(../img/i-soupbowl.png) !important;*/
  background-image: url(../img/Quiche-Logo-Y72x72.svg) !important;
}

.icon.icon-questionmark{
  background-image: url(../img/DFC-LookFor-72x72.svg) !important;
}


.icon.icon-bowl{
  /*background-image: url(../img/efo-70x64.jpg) !important;*/
  background-image: url(../img/GetCracking-72x72.svg) !important;
}

.slogan-right{
  width: 80%;
}










