/* Font Declarations */

@font-face {
  font-family: 'MiloPro-Medi';
  src: url('../fonts/MiloPro-Medi.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Medi.otf')  format('opentype'),
         url('../fonts/MiloPro-Medi.woff') format('woff'), url('../fonts/MiloPro-Medi.ttf')  format('truetype'), url('../fonts/MiloPro-Medi.svg#MiloPro-Medi') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'MiloPro-Xbold';
  src: url('../fonts/MiloPro-Xbold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Xbold.otf')  format('opentype'),
       url('../fonts/MiloPro-Xbold.woff') format('woff'), url('../fonts/MiloPro-Xbold.ttf')  format('truetype'), url('../fonts/MiloPro-Xbold.svg#MiloPro-Xbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    font-size: 100%;
}

body {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666668;
    background-color: #0b9ad3;
    line-height: 18px;
    text-align: left;
    overflow-x: hidden !important;
    margin: auto !important;
}
.tbody {
	position: relative;
	width: 100%;
	display: block;
}
.tebody {
	position: relative;
	width: 100%;
	display: block;
	background-color: #0b9ad3;
}
h2 {
	font-family: 'MiloPro-Xbold';
	font-size: 79px;
	color: #ffffff;
	line-height: 75px;
}
h2 span {
	color: #85cde9;
}
p, li.footlist {
	font-family: 'MiloPro-Medi';
	font-size: 21px;
	color: #ffffff;
}
p span, li.footlist span {
	color: #85cde9;
}

.slide-out-div {
	padding: 20px 20px 20px 20px;
    width: 250px;
    background-color: #e1efd8;
    border: 1px solid #dddddd;
    z-index: 99999;
    color: #000000;
    top: 200px !important;
    cursor: pointer;
}
.slide-out-div a.handle {
	margin-top: -1px;
	background: url('../images/navigation-tab.png') no-repeat !important;
	width: 43px !important;
	height: 165px !important;
}
.slide-out-div br {
	line-height: 30px;
}
.slide-out-div a.navlinks {
	font-family: 'MiloPro';
	font-size: 18px;
	line-height: 22px;
	color: #6cb33e;
}
.slide-out-div a.navlinks:hover {
	text-decoration: underline;
}
.slide-out-div a.navlinks:focus {
	text-decoration: underline;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 3s;
            transition: all ease 3s;
            text-decoration: none;
            color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:active {
    text-decoration: none;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.wow {
  visibility: hidden;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  Header
-----------------------------------------*/
header .menu-container {
	background-color: #ffffff;
    position: fixed !important;
    z-index: 99999;
}
header .menu-container .navbar-toggle {
	float: right;
	background-color: #6cb33e;
	border-color: #6cb33e;
	border-radius: 0;
	margin-right: 30px;
	margin-left: 0;
	padding-bottom: 6px;
}
header .menu-container .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
header .menu-container .navbar-toggle .menutitle {
	color: #ffffff;
	font-family: 'MiloPro';
	font-size: 9px;
	line-height: 14.2857px;
	text-align: center;
}
header .menu-container nav.navbar .navbar-collapse {
	background-color: transparent;
	border: none;
	min-width: 250px;
	float: none;
	padding-right: 0;
	padding-left: 0;
}
header .menu-container .navbar {
	margin-bottom: 0;
	min-height: 0;
	border: none;
	background-color: transparent;
}
header .menu-container .navbar-nav {
	float: right;
	padding-right: 20px;
}
header .menu-container .navbar-nav > li > a {
	padding: 15px 15px 15px 15px;
	font-family: 'MiloPro-Medi';
	font-size: 18px;
}
header .menu-container .navbar-nav > li > a.back {
	color: #94c947;
	margin-left: 20px;
}
header .menu-container .navbar-nav > li > a.back:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.bakery {
	color: #b41f75;
	cursor: normal;
}
header .menu-container .navbar-nav > li > a.bakery:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.dairy {
	color: #85cde9;
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.dairy:hover {
	color: #85cde9;
}
header .menu-container .navbar-nav > li > a.beverage {
	color: #9093ce;
}
header .menu-container .navbar-nav > li > a.beverage:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.savory {
	color: #f47b20;
}
header .menu-container .navbar-nav > li > a.savory:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.confectionery {
	color: #c5aa2e;
}
header .menu-container .navbar-nav > li > a.confectionery:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > img {
	width: 13px;
	height: 13px;
	margin-top: 18px;
}
header .menu-container .navbar-default .navbar-nav > .active > a {
	background-color: transparent;
}
header .menu-container .navbar-nav ul li {
	list-style-type: none;
	text-align: left;
}


/*---------------------------------------
   SECTION:  Welcome
-----------------------------------------*/
section.welcome h1 {
	font-family: 'MiloPro-Xbold';
	font-size: 79px;
	line-height: 75px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -100px;
}
section.welcome h1 span {
	color: #85cde9;
}
section.welcome img.logo {
	width: 33.6666%;
	height: auto;
	margin-top: 15%;
}
section.welcome img.yogurt1 {
	width: 44%;
	height: auto;
	margin-left: 45.7777%;
}
section.welcome img.salad1 {
	width: 80%;
	height: auto;
}
section.welcome .macNcheese {
	width: 87.3333%;
	height: auto;
}
section.welcome .iceCream {
	width: 79%;
	height: auto;
	margin-top: 15%;
	margin-left: 5%;
}


/*---------------------------------------
   SECTION:  creamy
-----------------------------------------*/
section.creamy {
	margin-top: 100px;
}
section.creamy h2 {
	margin-left: 23%;
	margin-bottom: 0;
	margin-top: 0;
}
section.creamy img.yogurtDip1 {
	width: 54.16666%;
	height: auto;
	margin-top: -25%;
	margin-left: 5%;
}
section.creamy img.popsicle1 {
	width: 58.83333%;
	height: auto;
	margin-top: -45%;
	margin-right: 14.16666%;
}


/*---------------------------------------
   SECTION:  mouthFeel
-----------------------------------------*/
section.mouthFeel {
	margin-top: 250px;
}
section.mouthFeel p {
	margin-bottom: 40px;
}
section.mouthFeel .headlineContainer {
	padding-left: 3.5%;
}
section.mouthFeel .subcol1 {
	position: relative;
	float: left;
	width: 83.6666%;
	padding: 0;
	margin: 0;
}
section.mouthFeel img.mouthfeel, section.mouthFeel img.shredding, section.mouthFeel img.stretching, section.mouthFeel img.melting {
	width: 100%;
	height: auto;
}
section.mouthFeel .subcol2 {
	position: relative;
	float: left;
	width: 6.66666%;
	padding: 0;
	margin: 0;
}
section.mouthFeel img.nachos {
	width: 96%;
	height: auto;
	margin-top: -70%;
}
section.mouthFeel img.pizza {
	width: 35.75%;
	height: auto;
	margin-top: -0.5%;
	margin-left: 3.33333%;
}


/*---------------------------------------
   SECTION:  meetTheTrends
-----------------------------------------*/
section.meetTheTrends h2 {
	margin-bottom: 20px;
}
section.meetTheTrends img.discimg {
	width: 90%;
	height: auto;
}
section.meetTheTrends img.yogurt2 {
	width: 13.83333%;
	height: auto;
	margin-top: -3%;
}


/*---------------------------------------
   SECTION:  indulge
-----------------------------------------*/
section.indulge img.cheeseSlices {
	width: 29%;
	height: auto;
	margin-bottom: -20%;
}
section.indulge h2 {
	margin-bottom: 30px;
}
section.indulge p {
	line-height: 32px;
}
section.indulge p a:hover {
	text-decoration: underline;
}
section.indulge p a span.noCc {
	color: #ffffff;
}
section.indulge img.yogurtDip2 {
	width: 25.6666%;
	height: auto;
	margin-left: 22.5%;
	margin-top: 8%;
}


/*---------------------------------------
   SECTION:  yogurtSection
-----------------------------------------*/
section.yogurtSection {
	margin-top: -90px;
}
section.yogurtSection img.pinkYogurt {
	width: 26.583333%;
	height: 100%;
	margin-bottom: -16%;
}
section.yogurtSection h2 {
	margin-top: 0;
	margin-left: 18%;
	margin-bottom: 20px;
}
section.yogurtSection p.main {
	line-height: 26px;
	margin-left: 18%;
	margin-right: 14%;
}
section.yogurtSection ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 18%;
	margin-top: 30px;
}
section.yogurtSection ul li.footlist {
	display: inline;
}
section.yogurtSection img.crackers {
	width: 21.83333%;
	height: 100%;
	margin-left: 7.083333%;
	margin-top: -5%;
}


/*---------------------------------------
   SECTION:  cheeseSection
-----------------------------------------*/
section.cheeseSection {
	margin-top: 40px;
}
section.cheeseSection img.pizzaSlice {
	width: 30%;
	height: auto;
	margin-bottom: -22%;
}
section.cheeseSection h2 {
	margin-top: 0;
	margin-left: 12%;
	margin-bottom: 0;
}
section.cheeseSection p.main {
	line-height: 26px;
	margin-left: 12%;
	margin-right: 18%;
}
section.cheeseSection ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 12%;
	margin-top: 30px;
}
section.cheeseSection ul li.footlist {
	display: inline;
}
section.cheeseSection img.cheese {
	width: 26.83333%;
	height: auto;
	margin-top: -15%;
	margin-right: 3.583333%;
}


/*---------------------------------------
   SECTION:  beveragesSection
-----------------------------------------*/
section.beveragesSection img.strawberrySmoothie {
	width: 26.16666%;
	height: auto;
	margin-right: 26.66666%;
	margin-bottom: -2%;
}
section.beveragesSection img.chocolateMilk {
	width: 87.5%;
	height: auto;
	margin-top: -20%;
}
section.beveragesSection p.main {
	line-height: 26px;
	margin-right: 25%;
}
section.beveragesSection p.foot {
	line-height: 42px;
}
section.beveragesSection img.kiwiSmoothie {
	width: 77.33333%;
	height: auto;
	margin-top: 30%;
}


/*---------------------------------------
   SECTION:  sourCreamSection
-----------------------------------------*/
section.sourCreamSection {
	margin-top: 100px;
}
section.sourCreamSection img.cottageCheese {
	width: 20.75%;
	height: auto;
	margin-bottom: -13%;
}
section.sourCreamSection h2 {
	margin-left: 20%;
}
section.sourCreamSection p.main {
	line-height: 26px;
	margin-right: 30%;
	margin-left: 20%;
	margin-top: 30px;
}
section.sourCreamSection p.foot {
	line-height: 42px;
	margin-top: 30px;
	margin-left: 20%;
}
section.sourCreamSection img.potato {
	width: 28.416666%;
	height: auto;
	margin-right: 4.166666%;
	margin-top: -14%;
}


/*---------------------------------------
   SECTION:  iceCreamSection
-----------------------------------------*/
section.iceCreamSection {
	margin-top: 100px;
}
section.iceCreamSection img.iceCreamBowl {
	width: 22.916666%;
	height: auto;
	margin-bottom: -20%;
	margin-right: 7.25%;
}
section.iceCreamSection h2 {
	margin-left: 24%;
}
section.iceCreamSection p.main {
	line-height: 26px;
	margin-right: 20%;
	margin-left: 24%;
	margin-top: 30px;
}
section.iceCreamSection ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 24%;
	margin-top: 30px;
}
section.iceCreamSection ul li.footlist {
	display: inline;
}
section.iceCreamSection img.popsicles {
	width: 32.5%;
	height: auto;
	margin-top: -20%;
}


/*---------------------------------------
   SECTION:  puddingSection
-----------------------------------------*/
section.puddingSection img.pudding {
	width: 21.66666%;
	height: auto;
	margin-bottom: -25%;
	margin-left: 5.5%;
}
section.puddingSection h2 {
	margin-left: 20%;
	margin-top: 0;
	margin-bottom: 0;
}
section.puddingSection p.main {
	line-height: 26px;
	margin-right: 35%;
	margin-left: 20%;
	margin-top: 30px;
}
section.puddingSection p.foot {
	line-height: 42px;
	margin-top: 30px;
	margin-left: 20%;
}
section.puddingSection img.dessert {
	width: 25.416666%;
	height: auto;
	margin-top: -20%;
	margin-right: 3.583333%;
}


/*---------------------------------------
   SECTION:  dryMixSection
-----------------------------------------*/
section.dryMixSection {
	margin-top: 100px;
}
section.dryMixSection img.tapioca {
	width: 26.75%;
	height: auto;
	margin-bottom: -18%;
	margin-right: 7.5%;
}
section.dryMixSection h2 {
	margin-left: 23%;
}
section.dryMixSection p.main {
	line-height: 26px;
	margin-right: 35%;
	margin-left: 23%;
	margin-top: 30px;
}
section.dryMixSection p.foot {
	line-height: 42px;
	margin-top: 30px;
	margin-left: 23%;
}
section.dryMixSection img.flour {
	width: 20.16666%;
	height: auto;
	margin-left: 5.83333%;
	margin-top: -10%;
}


/*---------------------------------------
   SECTION:  doItAll
-----------------------------------------*/
section.doItAll {
	margin-top: 200px;
}
section.doItAll p.main {
	line-height: 26px;
	margin-right: 10px;
}
section.doItAll p.main a {
	color: #85cde9;
	cursor: pointer;
}
section.doItAll p.main a:hover {
	text-decoration: underline;
}
section.doItAll .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border: none;
    overflow: hidden;
}
section.doItAll .video-container iframe,
section.doItAll .video-container object,
section.doItAll .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.doItAll img.bananaSmoothie {
	width: 24.5%;
	height: auto;
	margin-top: -5%;
	margin-left: 5px;
}


/*---------------------------------------
   SECTION:  Footer
-----------------------------------------*/
footer.footer {
	margin-top: 120px;
}
footer.footer h2 {
	font-size: 56px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
footer.footer .bottomMenuContainer {
	margin-top: 30px;
}
footer.footer .bottomMenuContainer a img:hover {
	outline: 1px solid #ffffff;
	transition: none;
}
footer.footer .bottomMenuContainer img.bakeryBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer img.dairyBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer img.beveragesBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer .btnRow2 {
	margin-top: 30px;
	margin-bottom: 70px;
}
footer.footer .bottomMenuContainer .btnRow2 img.confectioneryBtn {
	width: 76.875%;
	height: auto;
	margin-left: 15px;
}
footer.footer .bottomMenuContainer .btnRow2 img.savoryBtn {
	width: 76.875%;
	height: auto;
	margin-right: 15px;
}
footer.footer .logoRow {
	margin-bottom: 40px;
}
footer.footer .logoRow img.footerLogo {
	width: 19.5833%;
	height: auto;
}
footer.footer .contactRow {
	margin-bottom: 30px;
}
footer.footer .contactRow h3 a {
	font-family: 'MiloPro-Medi';
	font-size: 27px;
	color: #ffffff;
}
footer.footer .contactRow h3 a:hover {
	text-decoration: underline;
}
footer.footer .contactRow h3 span {
	background-color: #6cb33f;
	padding-left: 8px;
	padding-right: 8px; 
	border-radius: 50%;
	font-family: 'MiloPro-Medi';
	font-size: 27px;
	text-decoration: none;
}
