/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/

@media (min-width: 1500px) {
	section.welcome h1 {
		font-size: 104px;
		line-height: 100px;
	}
	h2 {
		font-size: 104px;
		line-height: 100px;
	}
	p, li.footlist {
		font-size: 28px;
	}
	p.main {
		line-height: 31px !important;
	}
	section.increaseAppeal h2 {
		font-size: 92px;
	}
	footer.footer h2 {
		font-size: 74px;
	}
}

@media (max-width: 1199px) {
	section.clearBeveragesSection p.main {
		margin-right: 25%;
	}
	section.softDrinksSection h2 {
		margin-left: 9%;
	}
	section.softDrinksSection p.main {
		margin-left: 9%;
		margin-right: 25%;
	}
	section.softDrinksSection ul {
		margin-left: 9%;
	}
}

@media (min-width: 1601px) {
	section.juicesSection img.lemonadePitcher {
		margin-top: -50%;
	}
	section.juicesSection img.redBlueberryJuice {
		margin-top: -25%;
	}
}

@media (min-width: 1351px) and (max-width: 1600px) {
	section.juicesSection img.lemonadePitcher {
		margin-top: -60%;
	}
	section.juicesSection img.redBlueberryJuice {
		margin-top: -30%;
	}
}

@media (min-width: 1150px) and (max-width: 1350px) {
	section.juicesSection img.lemonadePitcher {
		margin-top: -80%;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 60px;
		line-height: 57px;
	}
	section.welcome {
		padding-top: 60px;
	}
	section.welcome img.lime {
		margin-left: 10%;
	}
	section.welcome img.orangeJuice {
		width: 30%;
	}
	section.welcome h1 {
		font-size: 60px;
		line-height: 57px;
		margin-top: -80px;
	}
	section.welcome img.logo {
		width: 45%;
	}
	section.increaseAppeal h2 {
		font-size: 53px;
	}
	section.clearBeveragesSection p.main {
		margin-right: 12%;
	}
	section.smoothiesSection img.greenSmoothie {
		width: 36%;
		margin-top: -55%;
		margin-right: 6%;
	}
	section.juicesSection {
		margin-top: 75px;
	}
	section.alcoholSection p.main {
		margin-right: 20%;
	}
	section.alcoholSection img.cocktail {
		margin-top: -45%;
	}
	section.alcoholSection img.beer {
		width: 28%;
		margin-top: -42%;
	}
	footer.footer h2 {
		font-size: 43px;
		line-height: 41px;
	}
}

@media (max-width: 767px) {
    header .menu-container {
        background-color: transparent;
    }
    header .menu-container .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
		background-color: #efefef;
		position: relative;
		top: 0;
		right: 45px;
		padding: 10px 100px 10px 10px;
		text-align: left;
    }
    header .menu-container .navbar .navbar-default {
    	position: fixed !important;
    }
	header .menu-container .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	header .menu-container .navbar-nav > li > a.back {
		margin-left: 0;
	}
    header .menu-container .navbar-toggle {
    	margin-bottom: 0;
    }
    header .menu-container .navbar-toggle:hover {
    	background-color: #b2b4b3;
    	border-color: #b2b4b3;
    }
    header .menu-container .navbar-toggle:focus {
    	background-color: #b2b4b3;
    	border-color: #b2b4b3;
    }
    header .menu-container .navbar .navbar-collapse {
        text-align: right;
        border: none;
        box-shadow: none;
    }
	header .menu-container .navbar-nav > li > a img {
		width: 26px;
		height: 26px;
	}
	h2 {
		font-size: 50px;
		line-height: 47px;
	}
	section.welcome img.lime {
		margin-top: -40px;
	}
	section.welcome h1 {
		font-size: 50px;
		line-height: 47px;
	}
	section.welcome img.icedTea {
		width: 93%;
	}
	section.quench p.pRow {
		margin-bottom: 0;
	}
	section.quench a {
		border: 2px solid #c7c9e7;
		border-radius: 3px;
		padding: 8px;
		line-height: 50px;
	}
	section.quench img.cocktail {
		width: 32.5%;
		height: auto;
		margin-top: -150%;
	}
	section.increaseAppeal p.main {
		margin-bottom: 20px;
	}
	section.increaseAppeal h2 {
		font-size: 44px;
		line-height: 41px;
	}
	section.increaseAppeal img.pinkJuice {
		margin-left: 12.5%;
		margin-top: -37%;
	}
	section.increaseAppeal img.grapefruit {
		margin-top: -35%;
	}
	section.softDrinksSection p.main {
		margin-right: 15%;
	}
	section.softDrinksSection ul li.footlist, section.smoothiesSection ul li.footlist, section.juicesSection ul li.footlist, section.energyDrinksSection ul li.footlist, section.vitaminWatersSection ul li.footlist, section.alcoholSection ul li.footlist {
		display: block;
		text-align: left;
		border-bottom: 1px solid #da8fba;
		margin-right: 50%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	section.softDrinksSection ul li.footlist.nobb, section.smoothiesSection ul li.footlist.nobb, section.juicesSection ul li.footlist.nobb, section.energyDrinksSection ul li.footlist.nobb, section.vitaminWatersSection ul li.footlist.nobb, section.alcoholSection ul li.footlist.nobb {
		border-bottom: none;
	}
	section.softDrinksSection img.cola {
		margin-top: -85%;
		margin-right: 1%;
	}
	section.smoothiesSection img.purpleSmoothie {
		width: 27%;
		margin-top: -10%;
	}
	section.smoothiesSection p.main {
		margin-right: 15%;
	}
	section.smoothiesSection img.greenSmoothie {
		margin-top: -150%;
	}
	section.juicesSection {
		margin-top: 35px;
	}
	section.juicesSection img.lemonadePitcher {
		margin-top: -230%;
	}
	section.juicesSection h2 {
		margin-bottom: 20px;
	}
	section.juicesSection p.main {
		margin-right: 15%;
	}
	section.juicesSection img.redBlueberryJuice {
		margin-right: 8%;
		margin-top: -100%;
	}
	section.energyDrinksSection h2 {
		margin-bottom: 20px;
	}
	section.energyDrinksSection p.main {
		margin-right: 5%;
	}
	section.energyDrinksSection img.energyDrink {
		margin-top: -180%;
	}
	section.energyDrinksSection img.orangeEnergyWater {
		margin-top: -60%;
	}
	section.vitaminWatersSection h2 {
		margin-top: -25%;
		margin-bottom: 20px;
	}
	section.vitaminWatersSection p.main {
		margin-right: 12%;
	}
	section.vitaminWatersSection img.vitaminWater {
		margin-top: -55%;
	}
	section.alcoholSection h2 {
		margin-bottom: 20px;
	}
	section.alcoholSection p.main {
		margin-right: 10%;
	}
	section.alcoholSection img.cocktail {
		margin-top: -180%;
	}
	section.alcoholSection img.beer {
		margin-top: -35%;
	}
	footer.footer {
		margin-top: 70px;
	}
	footer.footer h2 {
		font-size: 36px;
	}
	footer.footer .logoRow img.footerLogo {
		width: 235px;
	}
	footer.footer .contactRow h3 {
		border: 2px solid #ffffff;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 600px) {
	h2 {
		font-size: 38px;
		line-height: 36px;
	}
	p {
		font-size: 18px;
		line-height: 21px;
	}
	section.welcome h1 {
		font-size: 38px;
		line-height: 46px;
	}
	section.increaseAppeal h2 {
		font-size: 34px;
		line-height: 31px;
	}
	section.clearBeveragesSection h2 {
		margin-left: 10%;
	}
	section.clearBeveragesSection p.main {
		margin-left: 10%;
		margin-right: 10%;
	}
	section.clearBeveragesSection p.foot {
		margin-left: 10%;
	}
	section.clearBeveragesSection img.icedTea {
		margin-top: -45%;
	}
	section.coffeesSection img.cappuccino {
		margin-top: -5%;
	}
	section.coffeesSection h2 {
		margin-left: 10%;
	}
	section.coffeesSection p.main {
		margin-left: 10%;
		margin-right: 10%;
	}
	section.coffeesSection p.foot {
		margin-left: 10%;
	}
	section.softDrinksSection img.cola {
		margin-top: -105%;
	}
	section.smoothiesSection p.main {
		margin-right: 5%;
	}
	section.smoothiesSection img.greenSmoothie {
		margin-top: -110%;
	}
	section.alcoholSection p.main {
		margin-right: 5%;
	}
	footer.footer {
		margin-top: 20px;
	}
	footer.footer h2 {
		font-size: 29px;
	}
	footer.footer .contactRow h3 {
		width: 90%;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 31px;
		line-height: 29px;
	}
	section.welcome img.orangeJuice {
		margin-bottom: -50%;
	}
	section.welcome h1 {
		font-size: 31px;
		line-height: 29px;
		margin-top: 0;
	}
	section.welcome img.logo {
		width: 75%;
	}
	section.welcome img.icedTea {
		width: 70%;
		margin-top: 120%;
	}
	section.benefits h2 {
		margin-top: -30%;
	}
	section.benefits .discRow1 div, section.benefits .discRow2 div {
		text-align: center;
	}
	section.benefits .discRow1 img {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	section.benefits img.discNoM {
		width: 90%;
	}
	section.benefits img.discMleft {
		margin-left: 0;
		width: 90%;
	}
	section.benefits img.discMright {
		margin-right: 0;
		width: 90%;
	}
	section.benefits img.mojito {
		margin-top: -60%;
	}
	section.quench img.strawberryJuice {
		margin-top: 0;
	}
	section.quench img.cocktail {
		margin-top: -300%;
	}
	section.quench img.icedCoffee {
		margin-right: 5%;
		margin-top: -180%;
	}
	section.increaseAppeal {
		margin-top: 60px;
	}
	section.increaseAppeal h2 {
		font-size: 28px;
		line-height: 25px;
	}
	section.clearBeveragesSection h2 {
		margin-top: 60px;
		margin-left: 0;
	}
	section.clearBeveragesSection p.main {
		margin-left: 0;
		margin-right: 0;
	}
	section.clearBeveragesSection p.foot {
		margin-left: 0;
	}
	section.clearBeveragesSection img.lemonade {
		margin-top: 60%;
		text-align: right;
		margin-right: 0;
	}
	section.clearBeveragesSection img.icedTea {
		width: 20%;
		margin-top: -55%;
		margin-left: 0;
	}
	section.coffeesSection h2 {
		margin-top: -10%;
	}
	section.coffeesSection img.tea {
		margin-top: -15%;
	}
	section.softDrinksSection img.lemonLimeSoda {
		margin-top: 0;
	}
	section.softDrinksSection p.main {
		margin-right: 0;
	}
	section.smoothiesSection h2 {
		margin-left: 10%;
		margin-top: 10px;
	}
	section.smoothiesSection p.main {
		margin-left: 10%;
	}
	section.smoothiesSection ul {
		margin-left: 10%;
	}
	section.smoothiesSection img.greenSmoothie {
		margin-top: -180%;
	}
	section.juicesSection p.main {
		margin-right: 0;
	}
	section.juicesSection img.lemonadePitcher {
		margin-top: -250%;
	}
	section.juicesSection img.redBlueberryJuice {
		margin-top: -150%;
	}
	section.energyDrinksSection h2 {
		margin-left: 15%;
	}
	section.energyDrinksSection p.main {
		margin-left: 15%;
		margin-right: 0;
	}
	section.energyDrinksSection ul {
		margin-left: 15%;
	}
	section.energyDrinksSection img.energyDrink {
		margin-left: 5%;
		margin-top: -300%;
	}
	section.vitaminWatersSection img.cherries {
		margin-top: 20%;
	}
	section.vitaminWatersSection h2 {
		margin-top: -25%;
		margin-left: 15%;
	}
	section.vitaminWatersSection p.main {
		margin-left: 15%;
		margin-right: 0;
	}
	section.vitaminWatersSection ul {
		margin-left: 15%;
	}
	section.alcoholSection h2 {
		margin-left: 5%;
	}
	section.alcoholSection p.main {
		margin-left: 5%;
		margin-right: 5%;
	}
	section.alcoholSection ul {
		margin-left: 5%;
	}
	section.alcoholSection img.cocktail {
		width: 40%;
		margin-top: -250%;
	}
	section.stirUpSuccess h2 {
		margin-bottom: 0;
	}
	section.stirUpSuccess p.main {
		margin-top: 30px;
	}
	footer.footer {
		margin-top: 30px;
	}
	footer.footer h2 {
		font-size: 24px;
	}
	footer.footer .bottomMenuContainer > div > div > div > div {
		text-align: center;
	}
	footer.footer .bottomMenuContainer img {
		width: 60% !important;
		margin-bottom: 10px;
	}
	footer.footer .bottomMenuContainer .btnRow2 {
		margin-top: 0;
	}
	footer.footer .bottomMenuContainer .btnRow2 img.confectioneryBtn {
		margin-left: 0;
	}
	footer.footer .bottomMenuContainer .btnRow2 img.savoryBtn {
		margin-right: 0;
	}
	footer.footer .contactRow h3 a {
		font-size: 20px;
	}
}
@media (max-width: 430px) {
	section.juicesSection img.lemonadePitcher {
		margin-top: -350%;
	}
}
@media (max-width: 350px) {
	section.juicesSection img.lemonadePitcher {
		margin-top: -450%;
	}
}