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

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
}

label,p {
	font-size:16px;
	color:#fff;
}

a {
	
}

span {
	
}

.button {
	font-family: 'Lato', sans-serif;
	background:#57a435;
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
	padding:0px 19px;
}

.row {
	max-width:73.75em;
}


.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

/* Header Style */
#header {
	width:100%;
	background:url(../images/header-bg.jpg) 50% bottom no-repeat;
	background-size:cover;
	float:left;
	padding:40px 0px;
	height:800px;
}

#header .top-bar {
	background:#fff;
	max-height:80px;
}

#header h1 {
	margin-top:-35px;
}

#header .top-bar-section ul {
	margin-top:0px;
}

#header .top-bar-section ul li {
	background:none;
	list-style:none;
}

#header .top-bar-section ul li a {
	color:#221f1f;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	background:none;
	text-align:center;
	font-weight:600;
	line-height:70px;
	padding:0px 15px;
}

#header .top-bar-section li.active a, #header .top-bar-section li:hover a {
	font-weight:700;
}

#header .panel {
	background:none;
	border:none;
	padding-top:100px;
	margin-top:50px;
}

#header h2 {
	font-family: 'Pacifico', cursive;
	font-size:50px;
	color:#fff;
}

#header .button {
	background:#57a435;
	border:1px solid #fff;
	font-size:14px;
	line-height:38px;
	padding:0px 19px;
}

#header p {
	color:#fff;
	margin:25px 0px;
}

#header .arrow {
	margin-top:200px;
	display:inline-block;
}

/*our story*/
#our-story {
	float:left;
	width:100%;
	padding-top:90px;
	background:#fff;
}

#our-story  h3 {
	font-size:34px;
	color:#212121;
	font-weight:bold;
	line-height:58px;
	text-transform:uppercase;
	margin-bottom:0px;
}

#our-story  h4 {
	font-family: 'Pacifico', cursive;
	font-size:18px;
	color:#ababab;
	line-height:38px;
	margin-top:0px;
}

#our-story  p {
	font-size:14px;
	color:#aeaeae;
	line-height:21px;
}

#our-story .panel {
	background:none;
	border:none;
}

#our-story .panel h4 {
	font-family: 'Pacifico', cursive;
	font-size:24px;
	color:#ffffff;
	line-height:20px;
	margin-top:0px;
}

#our-story .panel h3 {
	font-size:24px;
	color:#212121;
	font-weight:bold;
	text-transform:uppercase;
}

#our-story .panel h3 span {
	font-size:16px;
	color:#212121;
}

#our-story .panel p {
	color:#ffffff;
	margin:0px;
	margin-bottom:50px;
}

#our-story .panel a.button {
	background:#212121;
	margin-bottom:-35px;
	position:absolute;
	bottom:0;
	left:20px;
}

#our-story .cd-hero-slider .selected .cd-half-width .red {
	background:#ff3a30;
	padding-top:120px;
}

#our-story .cd-hero-slider .selected .cd-half-width .red .panel {
	margin-bottom:0px;
}

#our-story .cd-hero-slider .cd-half-width {
	padding-top:0px;
}

/*moh-go*/
#moh-go {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
}

#moh-go .image img {
    max-width: 100%;
    display: block;
}


#moh-go img.high-normal {
	height:211px;
	width:100%;
}

#moh-go img.high-img {
	height:422px;
	width:100%;
}


#moh-go .image {
    width: 100%;
    height: 100%;    
}

#moh-go .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

#moh-go .image:hover img {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 position:relative;
	 z-index:99999;
}


#moh-go .bg {
	background:#f4eede;
}

#moh-go .panel {
	background:url(../images/border-bg.png) 50% 50% no-repeat;
	border:none;
	padding:40px 5% 100px 5%;
	background-size:contain;
	margin:20px 0px;
	display:inline-block;
	width:90%;
	max-width:600px;
}

#moh-go  h3 {
	font-size:34px;
	color:#212121;
	font-weight:bold;
	line-height:58px;
	text-transform:uppercase;
	margin-bottom:0px;
}

#moh-go h4 {
	font-family: 'Pacifico', cursive;
	font-size:18px;
	color:#ababab;
	line-height:38px;
	margin-top:0px;
}

#moh-go .panel  p {
	font-size:14px;
	color:#696969;
	line-height:21px;
	margin-bottom:110px;
}

.none {
	padding:0px;
}

#moh-go h4.color {
	font-family: 'Pacifico', cursive;
	font-size:18px;
	color:#696969;
	line-height:38px;
	margin-top:0px;
}

#moh-go h5 {
	font-size:18px;
	color:#70c05f;
	text-transform:uppercase;
	font-weight:bold;
}

#moh-go .panel a {
	margin-top:18px;
	float:left;
}


/*delicious-snacks*/
#delicious-snacks {
	float:left;
	width:100%;
	position:relative;
	padding:80px 0px;
}

#delicious-snacks h3 {
	font-family: 'Pacifico', cursive;
	font-size:34px;
	color:#212121;
	line-height:70px;
	margin-top:0px;
}

#delicious-snacks  p {
	font-size:14px;
	color:#696969;
	line-height:21px;
}

#delicious-snacks h4 {
	font-size:24px;
	color:#212121;
	text-transform:uppercase;
	font-weight:bold;
	line-height:70px;
}

#delicious-snacks h5 {
	font-size:30px;
	color:#5eab3e;
	line-height:60px;
	font-weight:bold;
}

#delicious-snacks h5 span {
	color:#7f7f7f;
	font-size:20px;
}

#delicious-snacks .panel {
	background:none;
	border:none;
	padding:10px 40px;
}

#delicious-snacks a.button {
	margin-top:80px;
}

#delicious-snacks .panel p {
	font-size:14px;
	color:#696969;
}

#delicious-snacks .images {
	position:relative;
}

#delicious-snacks .paper {
	position:absolute;
	top:75%;
	left:42%;
}

#delicious-snacks .paper.two {
	position:absolute;
	top:75%;
	left:22%;
}

#delicious-snacks .paper.three {
	position:absolute;
	top:50%;
	left:25%;
}


#delicious-snacks .paper img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

#delicious-snacks .paper:hover img {
    -webkit-transform:scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:scale(1.20); /* Opera */
     transform:scale(1.20);
	 position:relative;
	 z-index:99999;
}


/*difference*/
#difference {
	float:left;
	width:100%;
	padding:80px 0px;
}

#difference h4 {
	font-family: 'Pacifico', cursive;
	font-size:28px;
	color:#555555;
	line-height:36px;
	margin-top:0px;
}

#difference .details {
	float:left;
	width:100%;
	padding-top:70px;
}

#difference .details p {
	color:#555555;
	font-size:16px;
	line-height:30px;
}

#difference .panel {
	background:none;
	border:none;
	padding:20px 10px;
}

#difference .panel h5 {
	font-size:18px;
	color:#555555;
	text-transform:uppercase;
	line-height:36px;
	margin-bottom:15px;
}

#difference .panel h5 span {
	border-bottom:1px solid #6daa8c;
	padding-bottom:30px;
	display:inline-block;
}

#difference .panel p {
	color:#999999;
	font-size:13px;
	line-height:25px;
}

#difference .panel .button {
	border:1px solid #fc8f4d;
	font-size:11px;
	color:#fc8f4d;
	text-transform:uppercase;
	line-height:38px;
	padding:0px 20px;
	background:none;
	border-radius:5px;
}


/*fresh*/
#fresh {
	float:left;
	width:100%;
}

#fresh .panel {
	border:none;
	background:none;
	margin-bottom:0px;
}

#fresh .panel h2 {
	font-size:56px;
	font-family: 'Pacifico', cursive;
	color:#fff;
	line-height:68px;
}

#fresh .panel .details {
	float:left;
	width:100%;
	border:1px dashed #c3b9b7;
	height:260px;
	padding:60px 60px;
}

#fresh .panel h3 {
	font-size:56px;
	color:#fff;
	text-transform:uppercase;
	line-height:68px;
}

#fresh .panel h4 {
	font-size:30px;
	font-family: 'Pacifico', cursive;
	color:#f4eede;
	line-height:21px;
}


#fresh .panel a {
	font-size:20px;
	color:#c3c4c7;
	text-decoration:underline;
	font-weight:bold;
}

#fresh .panel.one {
	background:url(../images/food-1.png) 50% 50% no-repeat;
	background-size:cover;
}

#fresh .panel.two {
	background:url(../images/food-2.png) 50% 50% no-repeat;
	background-size:cover;
}

/**Footer**/
#footer {
	width:100%;
	float:left;
	background:#161617;
	padding:60px 0px;
}

#footer p {
	font-size:14px;
	color:#666666;
}

#footer h3 {
	font-size:20px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

#footer .text {
	float:left;
	width:100%;
	padding-bottom:30px;
}

#footer a {
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
}

#footer a:hover {
	color:#fdce16;
}

.p-left {
	padding-left:0px;
}

#footer  p {
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

#footer ul.box li {
	float:left;
	list-style:none;
	padding:0px 9px 9px 0px;
}

#footer .social {
	float:left;
	width:100%;
}

#footer .social ul li {
	border:1px solid #454545;
	float:left;
	padding:14px 18px;
	margin-right:15px;
}


#footer .social ul li:hover {
	background:#5eab3e;
	border:1px solid #fff;
}

#footer .social ul li:hover a {
	color:#ffffff;
}

#footer .social ul.navi li {
	float:left;
	padding:10px 20px 10px 0px;
	border:none;
	list-style:none !important;
	margin-right:0px;
}

#footer form input[type="text"] {
	font-size:14px;
	color:#868585;
	border:none;
	height:40px;
	padding-left:15px;
}

#footer form input[type="submit"] {
	background:#fdce16;
	width:100%;
	color:#161616;
	font-size:14px;
	font-weight:bold;
	border:none;
	height:40px;
}

#footer form ::-webket-input-placehoder {
	color:#868585;
}

#footer .social ul.navi li:hover,#footer .social ul.navi li:hover a {
	background:none;
	border:none;
}

#footer .social ul.navi li a {
	color:#4f4f4f;
	font-size:14px;
}


/**copyright**/
#copyright {
	width:100%;
	float:left;
	background:#333333;
	padding:22px 0px;
}

#copyright p {
	margin-bottom:0px;
	font-size:14px;
	color:#858585;
	font-family: 'Open Sans', sans-serif;
}

/* ------------------ Slider CSS ------------------ */

.slider {
	overflow:hidden;
}

.slider .red {
	background:#ff3a30;
	padding-top:120px;
}

.slider .bx-wrapper {
	margin-bottom:0px;
}

.slider .storybox {
	position:relative;
}

.slider .snacksimage {
	display:inline-block;
	width:100%;
	position:absolute;
	top:100%;
	margin-top:-250px;
	left:-50%;
}

.storybox  .snacks img {
	width:100%;
}

.slider .bx-viewport {
	height:680px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width:30px;
	height:3px;
	background:#f4eede;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#212121;
}

.bx-wrapper .bx-pager .bx-pager-item {
	width:100%;
}

.bx-wrapper .bx-pager {
	width:auto;
	top:150px;
	left:70px;
}

.royalSlider {
	height:680px;
}

#slider-with-blocks-1 {
  width: 100%;
}

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
  height:auto;
}
.bContainer {
  position: relative;
}
.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
.blockHeadline {
  font-size: 42px;
  line-height: 50px;
}
.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}
.txtCent {
  text-align: center; 
  width: 100%; 
}

.slide1 {
  background: #f06b50;
  background:#fff;
}
.slide1 .bContainer {
  top: 36%;
}
.slide2 {
	background: #ffbc11;
	background:#fff;
	color:#000;
}
.slide2 .bContainer {
  top: 24px;
}
.slide2 .txtCent {
  line-height: 44px;
}
.slide2 .blockHeadline {
   line-height: 66px;
}
.slide3 {
	background: #45aab8;
	background:#fff;
	color:#FFF;
}
.slide3 .bContainer {
   top: 24px;
}
.slide3 span {
  line-height: 44px;
}
.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photoCopy a {
  color: #FFF;
}
.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}

.rsMinW .rsSlide {
	background:#fff;
}

.rsMinW .rsOverflow {
	background:#fff;
}

.rsMinW .rsBullets {
	bottom:auto;
	right:auto;
	top:20%;
	left:70px;
	width:40px;
}

.rsMinW .rsBullet {
	width:30px;
	height:3px;
	cursor:pointer;
	padding:0px;
	margin-bottom:25px;
}

.rsMinW .rsBullet span {
	width:100%;
	height:3px;
	background:#f4eede;
	border-radius:0px;
	box-shadow:none;
}

.rsMinW .rsBullet.rsNavSelected span {
	background:#212121;
}

#our-story a.OurProduct {
	background: #212121;
    margin-bottom: -35px;
    position: absolute;
	top:auto;
    bottom: 0%;
    right:35%;
	z-index:9999;
}


@media screen and (min-width: 0px) and (max-width: 960px) { 
  .rsContent {
    font-size: 22px;
    line-height: 28px;
  }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  .royalSlider,
  .rsOverflow {
    height: 630px !important;
  }
  .rsContent {
    font-size: 18px;
    line-height: 26px;
  }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px
  }
  #our-story a.OurProduct{
	bottom:2%;
  }
}


/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {
#header .top-bar.expanded {
	max-height:inherit !important;
}

.rsMinW .rsBullets {
	left:15px;
}

#header .columns {
	padding:0px;
}

.top-bar .toggle-topbar.menu-icon a {
	height:40px;
}

.top-bar-section ul {
}

.top-bar.expanded .title-area {
	background:none;
}


ul li h1 {
	margin-top:0.5em;
	margin-left:15px;
}

#header h1 {
	margin-top:-8px;
}

#header h1 img {
	height:59px;
}

#header {
	background-position:70% 50%;
}

#moh-go .panel {
	background:none;
}

#moh-go .panel a {
	float:none;
}

#fresh .panel h2,#fresh .panel h3 {
	font-size:36px;
	line-height:46px;
}

#footer .social ul li {
	margin-right:7px;
	list-style:none;
}

#delicious-snacks .paper.three {
    position: absolute;
    top: 24%;
    left: 14%;
}

#delicious-snacks .paper {
	top: 35%;
    left: 65%;
}

.tooltip-text strong {
	font-size:14px !important;
}

.tooltip-text {
	font-size:10px !important;
}

#delicious-snacks .paper.three img {
	height:80px !important;
}

#delicious-snacks .paper.two img,#delicious-snacks .paper img {
	height:50px !important;
}

.tooltip-content {
	width:170px !important;
	left:36% !important;
}

#delicious-snacks .paper.two {
	top:34%;
}

.slider .red {
	padding-top:210px;
}

#our-story .panel p {
	height:180px;
	overflow:hidden;
}

#our-story .panel a.button {
	font-size:9px;
}

.slider .snacksimage {
	top:38%;
	left:10%;
}

}

/* Medium Screens *//* min-width 641px, medium screens */
@media only screen and (min-width:40.0625em) and (max-width:64em) {

#header h1 {
	margin-top:-22px;
}

#header h1 img {
	height:80px;
}

#header .top-bar-section ul li a {
	font-size:10px;
	padding:0px 5px;
}

#moh-go .panel {
	background:none;
	padding:40px 20px;
}

#delicious-snacks h4 {
	font-size:20px;
	line-height:30px;
}

#delicious-snacks h5 {
	line-height:36px;
}

#delicious-snacks .panel {
	padding:10px 10px;
}

#delicious-snacks .paper.three {
    position: absolute;
    top: 33%;
    left: 14%;
}

#delicious-snacks .paper {
	top: 50%;
    left: 42%;
}

.tooltip-text strong {
	font-size:14px !important;
}

.clear {
	clear:both;
}

.tooltip-text {
	font-size:10px !important;
}

#delicious-snacks .paper.three img {
	height:80px !important;
}

#delicious-snacks .paper.two img,#delicious-snacks .paper img {
	height:50px !important;
}

.tooltip-content {
	width:170px !important;
	left:36% !important;
}

#delicious-snacks .paper.two {
	top:50%;
	left:18%;
}

#fresh .panel h2 {
	font-size:32px;
	line-height:40px;
}

#fresh .panel h3 {
	font-size:32px;
	line-height:40px;
}

#fresh .panel .details {
	padding:50px 50px;
}
	
}

/* Large Screens *//* min-width 1025px, large screens */
@media only screen and (min-width:64.0625em) and (max-width:90em) {
	
}

/* XLarge Screens *//* min-width 1441px, xlarge screens */
@media only screen and (min-width:90.0625em) and (max-width:120em) {
	
}

/* XXLarge screens *//* min-width 1921px, xxlarge screens */
@media only screen and (min-width:120.063em) and (max-width:120em) {
	
}