/* 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: #f47b20;
    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: #f47b20;
}
h2 {
	font-family: 'MiloPro-Xbold';
	font-size: 79px;
	color: #ffffff;
	line-height: 75px;
}
h2 span {
	color: #f9bc8f;
}
p, li, li.footlist {
	font-family: 'MiloPro-Medi';
	font-size: 21px;
	color: #ffffff;
}
p span, li span, li.footlist span {
	color: #f9bc8f;
}

.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 a.navlinks {
	font-family: 'MiloPro';
	font-size: 18px;
	line-height: 22px;
	color: #6cb33e;
}
.slide-out-div br {
	line-height: 30px;
}
.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: #0b9ad3;
}
header .menu-container .navbar-nav > li > a.dairy:hover {
	text-decoration: underline;
}
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: #f9bc8f;
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.savory:hover {
	color: #f9bc8f;
}
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 img.tomatoSoup {
	width: 47.166666%;
	height: auto;
	margin-top: 30px;
}
section.welcome img.salad {
	width: 66.833333%;
	height: auto;
	margin-right: 6.33333%;
}
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: #f9bc8f;
}
section.welcome img.chickenMarsala {
	width: 96.25%;
	height: auto;
	margin-top: -10%;
}
section.welcome img.logo {
	width: 50.5%;
	height: auto;
	margin-top: 50px;
}
section.welcome img.pasta {
	width: 64%;
	height: auto;
	margin-top: -30%;
}


/*---------------------------------------
   SECTION:  perfectSoups
-----------------------------------------*/
section.perfectSoups img.condiments {
	width: 32.916666%;
	height: auto;
	margin-right: 11.16666%;
	margin-top: -120px;
}
section.perfectSoups h2 {
	margin-top: -30px;
}
section.perfectSoups p.main {
	line-height: 26px;
}
section.perfectSoups img.ribs {
	width: 80.83333%;
	height: auto;
	margin-top: -20%;
}
section.perfectSoups img.chickenNoodleSoup {
	width: 48.16666%;
	height: auto;
	margin-top: -27%;
}


/*---------------------------------------
   SECTION:  vegan
-----------------------------------------*/
section.vegan  {
	margin-top: 80px;
}
section.vegan img.crackers {
	width: 25.5%;
	height: auto;
	margin-bottom: -50%;
}
section.vegan img.pastaSalad {
	width: 34.166666%;
	height: auto;
	margin-bottom: -23%;
}
section.vegan h2 {
	margin-bottom: 20px;
}
section.vegan p.main {
	line-height: 26px;
	margin-bottom: 50px;
}
section.vegan img.soup {
	width: 36.83333%;
	height: auto;
	margin-top: -15%;
}
section.vegan img.spread {
	width: 45.5%;
	height: auto;
	margin-right: 43.33333%;
}


/*---------------------------------------
   SECTION:  ladle
-----------------------------------------*/
section.ladle img.ladle {
	width: 47.33333%;
	height: auto;
	margin-bottom: -30%;
}
section.ladle img.yogurtDip {
	width: 44.5%;
	height: auto;
	margin-bottom: -30%;
}
section.ladle h2 {
	margin-bottom: 20px;
}
section.ladle p {
	line-height: 26px;
}
section.ladle img.soupAndSauce {
	 width: 76.5%;
	 height: auto;
	 margin-left: 5.66666%;
	 margin-top: -12%;
}
section.ladle img.stew {
	width: 53.33333%;
	height: auto;
	margin-right: 10.66666%;
	margin-top: -12%;
}
section.ladle a:hover {
	text-decoration: underline;
}


/*---------------------------------------
   SECTION:  saucesAndCondimentsSection
-----------------------------------------*/
section.saucesAndCondimentsSection {
	margin-top: 30px;
}
section.saucesAndCondimentsSection img.sauce1 {
	width: 21.33333%;
	height: auto;
	margin-left: 26.16666%;
	margin-bottom: -55%;
}
section.saucesAndCondimentsSection img.pasta {
	width: 51.33333%;
	height: auto;
	margin-bottom: -40%;
}
section.saucesAndCondimentsSection h2 {
	margin-left: 18%;
	margin-bottom: 30px;
}
section.saucesAndCondimentsSection ul.mainlist {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15%;
}
section.saucesAndCondimentsSection ul.mainlist li {
	line-height: 26px;
	margin-right: 27%;
}
section.saucesAndCondimentsSection ul.bottomlist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 18%;
	margin-top: 30px;
}
section.saucesAndCondimentsSection ul.bottomlist li.footlist {
	display: inline;
}
section.saucesAndCondimentsSection img.turkey {
	width: 49.16666%;
	height: auto;
	margin-top: -40%;
}
section.saucesAndCondimentsSection img.sauce2 {
	width: 28.16666%;
	height: auto;
	margin-right: 11.66666%;
	margin-top: -20%;
}
section.saucesAndCondimentsSection img.sauce3 {
	width: 11.25%;
	height: auto;
	margin-right: 16.83333%;
	margin-top: -5%;
}


/*---------------------------------------
   SECTION:  soupsAndSaucesSection
-----------------------------------------*/
section.soupsAndSaucesSection img.soup2 {
	width: 40.5%;
	height: auto;
	margin-bottom: -30%;
}
section.soupsAndSaucesSection img.soup3 {
	width: 44.5%;
	height: auto;
	margin-bottom: -110%;
}
section.soupsAndSaucesSection h2 {
	margin-left: 15%;
}
section.soupsAndSaucesSection ul.mainlist {
	list-style-type: disc;
	list-style-position: outside;
}
section.soupsAndSaucesSection ul.mainlist li {
	line-height: 26px;
	margin-left: 15%;
	margin-right: 15%;
}
section.soupsAndSaucesSection ul.bottomlist {
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
	margin-left: 15%;
}
section.soupsAndSaucesSection ul.bottomlist li.footlist {
	display: inline;
}
section.soupsAndSaucesSection img.sauce4 {
	width: 10.583333%;
	height: auto;
	margin-left: 7.5%;
	margin-top: -12%;
}


/*---------------------------------------
   SECTION:  textureSolutionsSection
-----------------------------------------*/
section.textureSolutionsSection img.salad2 {
	width: 55.5%;
	height: auto;
	margin-left: 17.66666%;
	margin-bottom: -70%;
}
section.textureSolutionsSection img.vegetableSoup {
	width: 48%;
	height: auto;
	margin-bottom: 3%;
}
section.textureSolutionsSection img.soup4 {
	width: 22.83333%;
	height: auto;
	margin-bottom: -30%;
}
section.textureSolutionsSection {
	margin-top: 30px;
}
section.textureSolutionsSection h2 {
	margin-left: 25%;
	margin-top: 60px;
}
section.textureSolutionsSection ul.mainlist {
	list-style-type: disc;
	list-style-position: outside;
}
section.textureSolutionsSection ul.mainlist li {
	line-height: 26px;
	margin-left: 25%;
	margin-right: 12%;
}
section.textureSolutionsSection ul.bottomlist {
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
	margin-left: 25%;
}
section.textureSolutionsSection ul.bottomlist li.footlist {
	display: inline;
}
section.textureSolutionsSection img.pasta3 {
	width: 24.5%;
	height: auto;
	margin-top: -13%;
}


/*---------------------------------------
   SECTION:  meats
-----------------------------------------*/
section.meats {
	padding-top: 100px;
}
section.meats img.meatSandwich {
	width: 100%;
	height: auto;
}
section.meats h2 {
	margin-left: 15%;
}
section.meats ul.mainlist {
	list-style-type: disc;
	list-style-position: outside;
}
section.meats ul.mainlist li {
	line-height: 26px;
	margin-left: 15%;
	margin-right: 38%;
}
section.meats ul.bottomlist {
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
	margin-left: 15%;
}
section.meats ul.bottomlist li.footlist {
	display: inline;
}
section.meats img.subSandwich {
	width: 87.14494875549048%;
	height: auto;
	margin-top: -30%;
}

/*---------------------------------------
   SECTION:  savorVictory
-----------------------------------------*/
section.savorVictory {
	margin-top: 30px;
}
section.savorVictory img.soup5 {
	width: 22.66666%;
	height: auto;
	margin-bottom: -30%;
}
section.savorVictory p {
	margin-bottom: 20px;
}
section.savorVictory p a {
	color: #f9bc8f;
	cursor: pointer;
}
section.savorVictory p a:hover {
	text-decoration: underline;
}
section.savorVictory .topVideoContainer {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
section.savorVictory .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border: none;
    overflow: hidden;
}
section.savorVictory .video-container iframe,
section.savorVictory .video-container object,
section.savorVictory .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.savorVictory img.marinaraSauce {
	width: 30.33333%;
	height: auto;
	margin-left: 20.5%;
	margin-top: -12%;
}
section.savorVictory img.pasta4 {
	width: 51.5%;
	height: auto;
	margin-top: -35%;
}

/*---------------------------------------
   SECTION:  Footer
-----------------------------------------*/
footer.footer {
	margin-top: 100px;
}
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;
}
