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

.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: #f47b20;
}
header .menu-container .navbar-nav > li > a.savory:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.confectionery {
	color: #e7ddab;
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.confectionery:hover {
	color: #e7ddab;
}
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.fudgeSquare {
	width: 28.5%;
	height: auto;
	margin-left: 37.16666%;
}
section.welcome img.gumballs {
	width: 71%;
	height: auto;
	margin-right: 9.33333%;
	margin-top: 7%;
}
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: #e7ddab;
}
section.welcome img.lollipop {
	width: 86.75%;
	height: auto;
	margin-top: -35%;
}
section.welcome img.logo {
	width: 50.5%;
	height: auto;
	margin-top: 90px;
}
section.welcome img.gummiBears {
	width: 79.75%;
	height: auto;
	margin-top: 15%;
	margin-right: 8.25%;
}


/*---------------------------------------
   SECTION:  combination
-----------------------------------------*/
section.combination h2 {
	margin-top: 0;
	margin-bottom: 0;
}
section.combination p.main {
	line-height: 26px;
}
section.combination img.fudge {
	width: 54.83333%;
	height: auto;
	margin-top: -35%;
}
section.combination img.jellies {
	width: 43%;
	height: auto;
	margin-top: -35%;
	margin-right: 12.66666%;
}


/*---------------------------------------
   SECTION:  uniqueTwist
-----------------------------------------*/
section.uniqueTwist {
	margin-top: 50px;
}
img.gummiWorms1 {
	width: 34.33333%;
	height: auto;
	margin-bottom: -8%;
}
section.uniqueTwist p.main {
	line-height: 26px;
}
img.gummiWorms2 {
	width: 30.75%;
	height: auto;
	margin-top: -5%;
}


/*---------------------------------------
   SECTION:  findYourTwist
-----------------------------------------*/
section.findYourTwist img.licoriceTwist {
	width: 25.583333%;
	height: auto;
	margin-right: 4.66666%;
	margin-bottom: -8%;
}
section.findYourTwist h2 {
	margin-bottom: 40px;
}
section.findYourTwist ul {
	list-style-type: none;
}
section.findYourTwist ul li {
	display: inline;
}


section.findYourTwist p {
	line-height: 32px;
}
section.findYourTwist p.pRow {
	border: none;
	padding: 0;
	line-height: 32px;
}
section.findYourTwist a:hover {
	text-decoration: underline;
}
section.findYourTwist img.maltBalls {
	width: 28.25%;
	height: auto;
	margin-left: 5.25%;
	margin-top: 40px;
}


/*---------------------------------------
   SECTION:  replaceGelatin
-----------------------------------------*/
section.replaceGelatin img.marshmallow {
	width: 22.16666%;
	height: auto;
	margin-bottom: -30%;
	margin-left: 10.83333%;
}
section.replaceGelatin img.chocolates {
	width: 36.33333%;
	height: auto;
	margin-bottom: -30%;
}
section.replaceGelatin h2 {
	line-height: 90px;
	margin-top: -80px;
}
section.replaceGelatin img.marshmallows {
	width: 31.16666%;
	height: auto;
	margin-top: -48%;
}
section.replaceGelatin img.chocolate {
	width: 24.5%;
	height: auto;
	margin-top: 20px;
	margin-right: 29.33333%;
}


/*---------------------------------------
   SECTION:  jellyGumCandiesSection
-----------------------------------------*/
section.jellyGumCandiesSection {
	margin-top: 80px;
}
section.jellyGumCandiesSection img.jellyBean {
	width: 15.16666%;
	height: auto;
	margin-left: 37.16666%;
	margin-bottom: -45%;
}
section.jellyGumCandiesSection img.gummiFruits {
	width: 37.5%;
	height: auto;
	margin-bottom: -33%;
}
section.jellyGumCandiesSection h2 {
	margin-left: 18%;
	margin-bottom: 20px;
}
section.jellyGumCandiesSection p.main {
	line-height: 26px;
	margin-left: 18%;
	margin-right: 15%;
}
section.jellyGumCandiesSection p.foot {
	line-height: 42px;
	margin-left: 18%;
}
section.jellyGumCandiesSection img.jellyBeans {
	width: 60.33333%;
	height: auto;
	margin-top: -35%;
}
section.jellyGumCandiesSection img.gummiBears {
	width: 41.83333%;
	height: auto;
	margin-right: 19.33333%;
	margin-top: -10%;
}


/*---------------------------------------
   SECTION:  hardGumsSection
-----------------------------------------*/
section.hardGumsSection {
	margin-top: 50px;
}
section.hardGumsSection img.coughDrops {
	width: 36.16666%;
	height: auto;
	margin-left: 8.33333%;
	margin-bottom: -40%;
}
section.hardGumsSection img.hardCandies {
	width: 41.5%;
	height: auto;
	margin-right: 7.33333%;
	margin-bottom: -30%;
}
section.hardGumsSection h2 {
	margin-left: 8%;
	margin-top: 0;
	margin-bottom: 0;
}
section.hardGumsSection p.main {
	line-height: 26px;
	margin-left: 8%;
	margin-right: 20%;
	margin-top: 20px;
}
section.hardGumsSection p.foot {
	line-height: 42px;
	margin-left: 8%;
}
section.hardGumsSection img.mintCandies {
	width: 18.416666%;
	height: auto;
	margin-right: 11.16666%;
	margin-top: -11%;
}


/*---------------------------------------
   SECTION:  panCoatedSweetsSection
-----------------------------------------*/
section.panCoatedSweetsSection {
	margin-top: 50px;
}
section.panCoatedSweetsSection img.lollipops {
	width: 28.5%;
	height: auto;
	margin-bottom: -35%;
}
section.panCoatedSweetsSection h2 {
	margin-left: 13%;
	margin-bottom: 20px;
}
section.panCoatedSweetsSection p.main {
	line-height: 26px;
	margin-left: 13%;
	margin-right: 15%;
}
section.panCoatedSweetsSection p.foot {
	line-height: 42px;
	margin-left: 13%;
}
section.panCoatedSweetsSection img.gumballs {
	width: 27.75%;
	height: auto;
	margin-top: -20%;
}


/*---------------------------------------
   SECTION:  chewyCandiesSection
-----------------------------------------*/
section.chewyCandiesSection {
	margin-top: 100px;
}
section.chewyCandiesSection img.chewyCandies {
	width: 20.083333%;
	height: auto;
	margin-bottom: -15%;
}
section.chewyCandiesSection h2 {
	margin-left: 12%;
	margin-bottom: 20px;
}
section.chewyCandiesSection p.main {
	line-height: 26px;
	margin-left: 12%;
	margin-right: 28%;
}
section.chewyCandiesSection p.foot {
	line-height: 42px;
	margin-left: 12%;
}
section.chewyCandiesSection img.chewyCandy {
	width: 22.66666%;
	height: auto;
	margin-top: -50%;
	margin-left: 17.33333%;
}
section.chewyCandiesSection img.caramels {
	width: 61.5%;
	height: auto;
	margin-top: -60%;
	margin-right: 2%;
}


/*---------------------------------------
   SECTION:  marshmallowsSection
-----------------------------------------*/
section.marshmallowsSection {
	margin-top: 150px;
}
section.marshmallowsSection img.marshmallowRope {
	width: 48.83333%;
	height: auto;
	margin-bottom: -40%;
}
section.marshmallowsSection img.marshmallows {
	width: 24.33333%;
	height: auto;
	margin-bottom: -5%;
}
section.marshmallowsSection h2 {
	margin-left: 12%;
	margin-bottom: 20px;
}
section.marshmallowsSection p.main {
	line-height: 26px;
	margin-left: 12%;
	margin-right: 15%;
}
section.marshmallowsSection p.foot {
	line-height: 42px;
	margin-left: 12%;
}
section.marshmallowsSection img.marshmallow {
	width: 20.16666%;
	height: auto;
	margin-left: 10%;
}
section.marshmallowsSection img.peeps {
	width: 77.33333%;
	height: auto;
	margin-top: -13%;
}


/*---------------------------------------
   SECTION:  licoriceFudgeSyrupsSection
-----------------------------------------*/
section.licoriceFudgeSyrupsSection {
	margin-top: 100px;
}
section.licoriceFudgeSyrupsSection img.redLicorice {
	width: 52%;
	height: auto;
	margin-left: 7.66666%;
	margin-bottom: -85%;
}
section.licoriceFudgeSyrupsSection img.syrup {
	width: 47.83333%;
	height: auto;
	margin-right: 11.66666%;
	margin-bottom: -60%;
}
section.licoriceFudgeSyrupsSection h2 {
	margin-left: 23%;
	margin-bottom: 20px;
}
section.licoriceFudgeSyrupsSection ul.mainlist {
	list-style-type: disc;
	list-style-position: outside;
}
section.licoriceFudgeSyrupsSection ul.mainlist li {
	line-height: 26px;
	margin-left: 21%;
	margin-right: 24%;
}
section.licoriceFudgeSyrupsSection p.main {
	line-height: 26px;
	margin-left: 23%;
	margin-right: 25%;
}
section.licoriceFudgeSyrupsSection p.foot {
	line-height: 42px;
	margin-left: 23%;
}
section.licoriceFudgeSyrupsSection img.assortedLicorice {
	width: 26.083333%;
	height: auto;
	margin-top: -15%;
}


/*---------------------------------------
   SECTION:  starchMouldedSection
-----------------------------------------*/
section.starchMouldedSection {
	margin-top: 50px;
}
section.starchMouldedSection img.powderedCandy {
	width: 10.25%;
	height: auto;
	margin-right: 13.16666%;
}
section.starchMouldedSection h2 {
	margin-left: 10%;
	margin-bottom: 20px;
}
section.starchMouldedSection p.main {
	line-height: 26px;
	margin-left: 10%;
	margin-right: 17.25%;
}
section.starchMouldedSection p.foot {
	line-height: 42px;
	margin-left: 10%;
}
section.starchMouldedSection img.powderedCandies {
	width: 40.33333%;
	height: auto;
	margin-top: -60%;
}
section.starchMouldedSection img.jellyCandies {
	width: 46.66666%;
	height: auto;
	margin-top: -27%;
}


/*---------------------------------------
   SECTION:  download
-----------------------------------------*/
section.download {
	margin-top: 160px;
}
section.download h2 {
	margin-bottom: 40px;
}
section.download p.main {
	line-height: 26px;
}
section.download a.downloadBtn {
	background-color: #ffffff;
	text-decoration: none;
	font-family: 'MiloPro-Medi';
	color: #c5a901;
	padding: 8px 15px 8px 15px;
	transition: all ease .3s;
}
section.download a.downloadBtn:hover {
	background-color: #e7ddab;
	color: #ffffff;
	transition: all ease .3s;
}
section.download img.gummyBearsPile {
	width: 37.25%;
	height: auto;
	margin-top: 60px;
}


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