@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600');
/* Reset.css */  

@font-face {
	font-family: 'LocalBreweryFour';
	src: url('assets/fonts/LocalBreweryFour.eot');
	src: url('assets/fonts/LocalBreweryFour.eot') format('embedded-opentype'), url('assets/fonts/LocalBreweryFour.woff2') format('woff2'), url('assets/fonts/LocalBreweryFour.woff') format('woff'), url('assets/fonts/LocalBreweryFour.ttf') format('truetype'), url('assets/fonts/LocalBreweryFour.svg#LocalBreweryFour') format('svg');
}
@font-face {
	font-family: 'HaveHeartTwo';
	src: url('assets/fonts/HaveHeartTwo.eot');
	src: url('assets/fonts/HaveHeartTwo.eot') format('embedded-opentype'), url('assets/fonts/HaveHeartTwo.woff2') format('woff2'), url('assets/fonts/HaveHeartTwo.woff') format('woff'), url('assets/fonts/HaveHeartTwo.ttf') format('truetype'), url('assets/fonts/HaveHeartTwo.svg#HaveHeartTwo') format('svg');
}
@font-face {
	font-family: 'Oswald_Book';
	src: url('assets/fonts/Oswald_Book.eot');
	src: url('assets/fonts/Oswald_Book.eot') format('embedded-opentype'), url('assets/fonts/Oswald_Book.woff2') format('woff2'), url('assets/fonts/Oswald_Book.woff') format('woff'), url('assets/fonts/Oswald_Book.ttf') format('truetype'), url('assets/fonts/Oswald_Book.svg#Oswald_Book') format('svg');
}
div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border: 0;
	outline: none!important;
}
.clear {
	clear: both;
}
a:hover, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
/* Normal Styling */


body {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #05223A;
}
.container-fluid {
	max-width: 1170px;
	padding: 0 20px;
}
h1 {
	margin-bottom:40px;
}


h2 {
	font-family: 'LocalBreweryFour';
	font-size: 61px;
	color: #05223A;
	margin-bottom: 55px;
	text-transform: uppercase;
}
h3 {
	font-family: 'LocalBreweryFour';
	font-size: 49px;
	color: #fff;
}
h4 {
	font-family: 'HaveHeartTwo';
	font-size: 71px;
	color: #fff;
	line-height: 0.6;
	letter-spacing: 1px;
	margin-bottom: 55px;
}
h5 {
	font-family: 'LocalBreweryFour';
	font-size: 44px;
	color: #fff;
	margin-bottom: 20px;
}
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 21px;
	color: #fff;
	margin: 0;
}
.row-fluid {
	width: 100%;
 *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.main-frame {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}
/* Preloader Logo */

#hideAll {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 10px;
	z-index: 9999999999;
	background: #0c263f;
}
#hideAll img {
	position: absolute;
	width: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -88px;
	animation: pulse 1s infinite;
}
 @keyframes pulse {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.1);
}
 100% {
transform: scale(1);
}
}
/*End Preloader logo*/




/* Popup style */

.popup {
	text-align: center;
}
.popup .modal {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	background: #0c263f;
	padding: 0 10px !important;
}
.popup-open {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	height: 40px;
	padding: 0 15px;
	border: none;
	background: #07233b;
	color: #fff;
}
.popup .modal-dialog {
	max-width: 990px;
	width: 100%;
}
.popup .modal-content {
	padding: 85px 20px;
	background: url(assets/images/popup-bg.png) no-repeat;
	background-position: center center;
	box-shadow: inherit;
	border: none;
	border-radius: 0;
	background-size: contain;
}
.popup-logo {
	max-width: 320px;
	display: block;
	margin: 0 auto 50px;
}
.popup h2 {
	font-size: 45px;
	margin-bottom: 40px;
}
.popup-btn {
	margin-bottom: 85px;
}
.popup-btn a {
	height: 80px;
	width: 240px;
	display: inline-block;
	line-height: 80px;
	background: #fff;
	color: #05223A;
	font-size: 22px;
	position: relative;
}
.popup-btn a + a {
	margin-left: 35px;
}
.popup-btn a span {
	display: inline-block;
	position: relative;
}
.popup-btn a:hover {
	background: #0c263f;
	color: #fff;
}
.checkbox {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-left: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.checkbox-grid input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	height: 26px;
	width: 26px;
	background: none;
	border: 1px solid #07233b;
}
.checkmark:after {
	content: '';
	background: url(assets/images/tik-icon.png) no-repeat;
	position: absolute;
	display: none;
}
.checkbox-grid input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-grid .checkmark:after {
	left: 6px;
	top: -10px;
	width: 31px;
	height: 31px;
	border-width: 0 3px 3px 0;
}
.showpopupnomessage {
	color: #fff;
	margin-bottom: 10px;
}
/* End popup style */


/* Fadein Animation */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* End Fadein Animation */



.header {
	position: relative;
}
.header:after {
	content: '';
	background: url(assets/images/header-after.png) no-repeat;
	background-position: center top;
	height: 125px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -55px;
	width: 100%;
	margin: auto;
	z-index: 10;
}
.bg-image {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.nav-header {
	height: 800px;
	position: relative;
}
.nav-header .container-fluid {
	height: 100%;
}
.logo {
	height: 100%;
}
.logo a, .logo a img {
	max-width: 1045px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.logo a img {
	max-width: 100%;
}
.banner {
	position: relative;
	padding-top: 530px;
	margin-top: -160px;
}
.mountain-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
}
.mountain-image img {
	width: 100%;
}
.mountain-image.mountain-two {
	top: 100px;
}
.banner-text {
	position: relative;
	text-align: center;
	padding: 525px 0 380px 0;
	letter-spacing: 1px;
	margin-top: -340px;
}
.banner-text.bg-image {
	background-position: top center !important;
}
.banner-text h3 {
	display: inline-block;
}
.banner-text h3 span {
	display: block;
}
.banner-text h3:after {
	content: '';
	display: block;
	background: url(assets/images/banne-hd-border.png) no-repeat;
	width: 275px;
	height: 41px;
	margin: 30px auto 0 auto;
	background-size: contain;
}
.banner-text h3 span:before, .banner-text h3 span:after {
	content: '';
	display: inline-block;
	background: url(assets/images/hd-before.png) no-repeat;
	width: 20px;
	height: 52px;
	vertical-align: middle;
	background-size: contain;
}
.banner-text h3 span:after {
	background: url(assets/images/hd-after.png) no-repeat;
	background-size: contain;
}
.rl-can-grid {
	padding: 0 50px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
.beer-can {
	max-width: 400px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.can-left {
	max-width: 465px;
	left: -10%;
	top: -20px;
}
.can-right {
	right: -10%;
}
.nutrition-information {
	position: relative;
	padding-bottom: 565px;
	z-index: 10;
}
.nutrition-information:after {
	content: '';
	background: url(assets/images/lowcarb-bg.jpg) no-repeat top center;
	height: 410px;
	width: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	margin: auto;
}
.nutrition-grid {
	max-width: 700px;
	font-size: 15px;
	display: block;
	margin: 0 auto;
	padding-top: 175px;
	position: relative;
}
.nutrition-grid h2 {
	text-align: center;
	font-size: 50px;
}
.nutrition-grid table {
	margin-bottom: 60px;
	border: none;
	width: 100%;
	border-spacing: 0;
}
.nutrition-grid table tr {
	border-bottom: 1px solid #a8abb4;
}
.nutrition-grid table tr th, .nutrition-grid table tr td {
	text-align: right;
	padding: 10px 0;
}
.nutrition-grid table tr th:first-child, .nutrition-grid table tr td:first-child {
	width: 465px;
	text-align: left;
}
.nutrition-grid table tr th:nth-child(2), .nutrition-grid table tr td:nth-child(2) {
	width: 100px;
}
.nutrition-grid table tr th:nth-child(3), .nutrition-grid table tr td:nth-child(3) {
	width: 160px;
}
.nutrition-grid p {
	display: block;
	text-align: center;
	margin: 0;
	letter-spacing: 0.3px;
}
.ginger-image {
	max-width: 900px;
	margin: 0 -145px;
	position: absolute;
	top: -42%;
	z-index: 10;
}
.ginger-text {
	font-family: 'HaveHeartTwo';
	font-size: 75px;
	color: #fff;
	line-height: .5;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	right: -85px;
	top: -28%;
	transform: rotate(-11deg);
}
.ginger-text span {
	color: #70c067;
	display: inline-block;
}
.ginger-text:after {
	content: '';
	background: url(assets/images/arrow-two.png) no-repeat;
	width: 97px;
	height: 32px;
	position: absolute;
	left: -39px;
	top: -43px;
	transform: rotate(10deg);
	background-size: contain;
}
.nutrition-image {
	position: absolute;
	top: -25px;
	right: -10%;
	width: 300px;
	z-index: 100;
}
.newsletter {
	position: relative;
}
.newsletter:before {
	content: '';
	background: url(assets/images/newsletter-before.png) no-repeat;
	display: block;
	height: 150px;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: -112px;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	margin: auto;
}
.newsletter:after {
	content: '';
	background: url(assets/images/newsletter-after.png) no-repeat;
	display: block;
	height: 150px;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	bottom: -68px;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	margin: auto;
}
.newsletter-grid {
	width: 100%;
	max-width: 1015px;
	display: block;
	margin: -50px auto 0 auto;
	position: relative;
	padding: 80px 60px 105px 105px;
	background: url(assets/images/newsletter-bg.png) no-repeat;
	background-size: contain;
	z-index: 100;
}
.newsletter-grid h2 {
	font-size: 48px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.newsletter-grid h2 br {
	display: none;
}
.rl-glass {
	max-width: 396px;
	display: block;
	position: absolute;
	top: -445px;
	right: 155px;
}
.rl-glass:before {
	content: '';
	background: url(assets/images/lowcarb-logo.png) no-repeat;
	display: block;
	width: 480px;
	height: 300px;
	position: absolute;
	left: -490px;
	background-size: contain;
	top: 120px;
}
.rl-glass-text {
	font-family: 'HaveHeartTwo';
	font-size: 75px;
	color: #06223b;
	position: absolute;
	top: -250px;
	right: -90px;
	line-height: .5;
	text-align: center;
	transform: rotate(-10deg);
}
.rl-glass-text:before {
	content: '';
	background: url(assets/images/arrow-one.png) no-repeat;
	height: 68px;
	width: 84px;
	position: absolute;
	top: -68px;
	display: inline-block;
	margin: 0 auto;
	background-size: contain;
	transform: rotate(4deg);
}
.rl-glass-text:after {
	content: '';
	background: url(assets/images/rl-text-after.png) no-repeat;
	display: block;
	height: 70px;
	width: 37px;
	position: absolute;
	right: 35px;
	bottom: -50px;
	transform: rotate(23deg);
	display: block;
	background-size: contain;
}
.newsletter-form {
	position: relative;
	max-width: 800px;
}
.form-grid {
	position: relative;
}
#mc_embed_signup .mc-field-group:before {
	content: '';
	height: 90px;
	width: 100%;
	display: block;
	background: #06223a;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
/* Newsletter plugin */

#mc_embed_signup form {
	padding: 0 !important;
}
#mc_embed_signup {
	background: inherit !important;
	font: inherit !important;
	padding-right: 140px !important;
}
#mc_embed_signup .mc-field-group {
	clear: inherit !important;
	width: 100% !important;
	padding-bottom: 0 !important;
	min-height: inherit !important;
}
#mc_embed_signup .mc-field-group input {
	padding: 0 35px !important;
	text-indent: inherit !important;
}
#mc_embed_signup input {
	border: none !important;
	border-radius: 0 !important;
}
#mc_embed_signup .button {
	background: none !important;
	position: absolute !important;
	right: -140px !important;
	top: -9px !important;
	border-radius: 0 !important;
	width: 103px !important;
	height: 118px !important;
	overflow: hidden !important;
	border: none !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	transition: inherit !important;
	font-size: inherit !important;
	text-indent: 9999px !important;
}
#mc_embed_signup .button img {
	display: block;
}
#mc_embed_signup .button:hover img {
	margin-top: -118px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	margin: 15px 0 0 0 !important;
	color: #70c067 !important;
}
#mc_embed_signup div#mce-responses {
	top: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}
#mc_embed_signup div.response {
	margin: 49px 0 0 0 !important;
	padding: 0 !important;
	top: 0 !important;
	width: 100% !important;
}
/* End newsletter plugin */


.newsletter-form input[type="email"] {
	height: 90px;
	width: 100%;
	background: #fff;
	border-radius: 0;
	font-size: 29px;
	color: #05223A;
	border: none;
	z-index: 10;
	position: relative;
}
 .newsletter-form ::-webkit-input-placeholder {
color:#05223A;
 opacity: 1;
}
.newsletter-form :-moz-placeholder { /* Firefox 18- */
color:#05223A;
 opacity: 1;
}
.newsletter-form ::-moz-placeholder {  /* Firefox 19+ */
color:#05223A;
 opacity: 1;
}
.footer {
	text-align: center;
	padding-bottom: 80px;
	padding-top: 170px;
	position: relative;
}
.footer .container-fluid {
	position: relative;
	z-index: 1;
}
.footer row-fluid.bg-image {
	background-size: auto !important;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #7cc469;
}
.ftr-logo {
	max-width: 610px;
	margin: -100px auto 0 auto;
	position: relative;
	z-index: 10;
}
.ftr-logo a {
	display: block;
}
.footer h5 {
	display: inline-block;
}
.footer h5 a {
	display: inline-block;
}
.footer h5 a:after {
	content: '';
	height: 1px;
	width: 70px;
	background: #fff;
	display: block;
	margin-top: -7px;
}
.footer h5 a:hover:after {
	background: #7cc469;
}
.footer h5:before, .footer h5:after {
	content: '';
	display: inline-block;
	background: url(assets/images/ftr-hd-before.png) no-repeat;
	width: 21px;
	height: 53px;
	vertical-align: middle;
	background-size: contain;
}
.footer h5:after {
	background: url(assets/images/ftr-hd-after.png) no-repeat;
	background-size: contain;
}
.ftr-social-icon {
	margin-bottom: 50px;
}
.ftr-social-icon ul li {
	display: inline-block;
	margin: 0 10px;
}
.ftr-social-icon ul li a {
	display: block;
	font-size: 45px;
}
.copy-rights ul li {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald_Book';
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.copy-rights ul li:before {
	content: '';
	height: 5px;
	width: 5px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 8px;
}
.copy-rights ul li:first-child:before {
	display: none;
}
.copy-rights ul li a {
	display: inline-block;
	text-transform:uppercase;
	cursor:pointer;
}
.footer:before {
	content: '';
	background: url(assets/images/footer-left-image.png) no-repeat;
	background-size: contain;
	width: 645px;
	height: 505px;
	position: absolute;
	left: -95px;
	bottom: -95px;
	display: block;
}
.footer:after {
	content: '';
	background: url(assets/images/footer-right-image.png) no-repeat;
	background-size: contain;
	width: 505px;
	height: 510px;
	position: absolute;
	right: -65px;
	bottom: -100px;
	display: block;
}

.bar {
	width:8px;
	height:2px;
	background:#07233b;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}

.bs-example-modal-lg .modal-content h3 {
	color:#05223A;
	margin-bottom:20px;
}

.bs-example-modal-lg .modal-content{
	padding:45px;
font-weight:300;
line-height:1.6;

}

.bs-example-modal-lg .modal-content strong {
	font-weight:500;
}
/*.bs-example-modal-lg .modal-dialog {
	margin-top:0px;
	margin-bottom:0px;
	padding:30px 0;
	height:100%;
}*/
 /*--------------------------------------   MEDIA STYLES  -------------------------**/


 @media (min-width: 2001px) and (max-width: 2600px) {
.banner {
	margin-top: -210px;
}
}
 @media (max-width: 1680px) {
.can-left {
	left: -12.5%;
}
.can-right {
	right: -12.5%;
}
.footer:before {
	width: 525px;
	height: 450px;
	left: -75px;
	bottom: -120px;
}
.footer:after {
	width: 425px;
	height: 465px;
	right: -36px;
	bottom: -95px;
}
}
 @media (max-width: 1600px) {
.footer:before {
	width: 470px;
	height: 420px;
}
.footer:after {
	width: 370px;
	height: 435px;
}
}
 @media (max-width: 1440px) {
.can-left {
	left: -14.5%;
}
.can-right {
	right: -14.5%;
}
}
 @media (max-width: 1420px) {
.beer-can {
	max-width: 330px;
}
.can-left {
	left: -13.5%;
	max-width: 395px;
}
.can-right {
	right: -13.5%;
}
.banner-text {
	padding: 475px 0 380px 0;
}
}
 @media (max-width: 1200px) {
h3 {
	font-size: 40px;
}
.banner-text h3:after {
	width: 245px;
	height: 35px;
}
.popup .modal-content {
	background-size: contain;
}
.logo a {
	max-width: 850px;
}
.beer-can {
	max-width: 320px;
}
.can-left {
	max-width: 375px;
	left: -17.5%;
}
.can-right {
	right: -17.5%;
}
.banner-text {
	padding: 410px 0 345px 0;
}
.nutrition-information {
	padding-bottom: 450px;
}
.nutrition-information:after {
	height: 310px;
}
.nutrition-grid {
	padding-top: 160px;
}
.ginger-image {
	margin: 0 -50px;
	top: -38.5%;
}
.ginger-text {
	font-size: 70px;
}
.ginger-text::after {
	width: 90px;
	height: 25px;
	left: -38px;
	top: -34px
}
.rl-glass {
	max-width: 305px;
	top: -345px;
	right: 210px;
}
.rl-glass:before {
width: 330px;
height: 210px;
left: -356px;
top: 108px;
}
.rl-glass-text {
	font-size: 65px;
	right: 0;
	top: -200px;
}
.footer:before {
	width: 375px;
	height: 365px;
	left: -55px;
	bottom: -130px;
}
.footer:after {
	width: 305px;
	height: 355px;
	right: -20px;
	bottom: -85px;
}
}
 @media (max-width: 979px) {
.nutrition-grid h2 {
	font-size: 38px;
	margin-bottom: 40px;
}
.newsletter-grid h2 {
	font-size: 35px;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 55px;
	margin-bottom: 40px;
}
h5 {
	font-size: 33px;
}
.banner-text h3:after {
	width: 200px;
	height: 30px;
	margin: 20px auto 0 auto;
}
.nav-header {
	height: 590px;
}
.logo a {
	max-width: 630px;
}
.mountain-image.mountain-two {
	top: 70px;
}
.beer-can {
	max-width: 210px;
}
.can-right {
	right: -14.2%;
}
.can-left {
	max-width: 245px;
	left: -14.2%;
}
.banner-text {
	padding: 270px 0;
	margin-top: -410px;
}
.nutrition-grid {
	padding-top: 105px;
}
.ginger-image {
	top: -34%;
	max-width: 550px;
	margin: auto;
	left: 0;
	right: 0;
}
.nutrition-information {
	padding-bottom: 345px;
}
.nutrition-information:after {
	height: 220px;
}
.rl-glass:before {
width: 234px;
height: 156px;
left: -243px;
top: 82px;
}
.ginger-text {
	font-size: 50px;
	right: 20px;
	top: -24%;
}
.ginger-text:after {
	width: 55px;
	height: 20px;
	left: -33px;
	top: -25px;
}
.rl-glass {
	max-width: 220px;
	top: -268px;
	right: 160px;
}
.rl-glass-text {
	font-size: 50px;
	right: 0;
	top: -160px;
}
.rl-glass-text:before {
	height: 35px;
	width: 41px;
	top: -35px;
}
.rl-glass-text:after {
	height: 40px;
	width: 20px;
	right: 20px;
	bottom: -30px;
}
.newsletter-grid {
	padding: 45px 45px 60px 45px;
	background: #adddec;
}
.newsletter-form input[type="email"] {
	height: 65px;
	font-size: 22px;
	padding: 0 20px !important;
}
.form-grid:before {
	top: 20px;
	height: 65px;
	left: 10px;
}
.newsletter-form button[type="submit"] {
	top: -12px;
	width: 90px;
	height: 100px;
}
#mc_embed_signup {
	padding-right: 120px !important;
}
#mc_embed_signup .mc-field-group:before {
	height: 65px;
}
#mc_embed_signup .button {
	width: 82px !important;
	height: 93px !important;
	right: -115px !important;
}
#mc_embed_signup .button:hover img {
	margin-top: -94px;
}
.footer {
	padding-bottom: 60px;
	padding-top: 135px;
}
.footer:before {
	width: 315px;
	height: 330px;
}
.footer:after {
	width: 245px;
	height: 306px;
	right: -18px;
	bottom: -87px;
}
.footer h5 a:after {
	width: 52px;
}
.ftr-social-icon ul li a {
	font-size: 35px;
}
.ftr-social-icon {
	margin-bottom: 35px;
}
.copy-rights ul li:before {
	margin: 0 6px 0 5px;
}
/* Popup */

.popup h2 {
	font-size: 40px;
	margin-bottom: 30px;
}
.popup .modal-content {
	padding: 65px 20px;
}
.popup-logo {
	max-width: 200px;
}
.popup-btn a {
	height: 65px;
	width: 200px;
	font-size: 20px;
	line-height: 65px;
}
.popup-btn {
	margin-bottom: 60px;
}
/* End Popup */
	 
	 
}
 @media (max-width: 767px) {
.nutrition-grid h2 {
	font-size: 30px;
	margin-bottom: 35px;
}
.newsletter-grid h2 {
	font-size: 25px;
	text-align: center;
}
h3 {
	font-size: 24px;
}
.banner-text h3 span {
	display: inline;
}
h4 {
	font-size: 45px;
	margin-bottom: 30px;
}
h5 {
	font-size: 26px;
}
.footer h5 a:after {
	width: 41px;
	margin-top: -3px;
}
.footer h5:before, .footer h5:after {
	width: 15px;
	height: 40px;
}
h6 {
	font-size: 17px;
}
.popup .modal-content {
	background-size: inherit;
}
.logo a {
	max-width: 480px;
}
.nav-header {
	height: 500px;
}
.beer-can {
	max-width: 175px;
}
.can-right {
	right: -15%;
}
.can-left {
	max-width: 205px;
	top: -15px;
	left: -15%;
}
.banner-text {
	padding: 235px 0 240px;
	margin-top: -445px;
}
.banner-text h3:after {
	width: 165px;
	height: 25px;
}
.banner-text h3 span:before, .banner-text h3 span:after {
	width: 15px;
	height: 40px;
}
.nutrition-grid {
	padding-top: 80px;
}
.ginger-image {
	top: -31%;
	max-width: 460px;
}
.ginger-text {
	font-size: 40px;
	right: -5px;
	top: -23%;
}
.ginger-text:after {
	width: 45px;
	height: 15px;
	top: -20px;
}
.nutrition-grid table {
	margin-bottom: 40px;
}
.rl-glass {
	max-width: 190px;
	top: -235px;
	right: 120px;
}
.rl-glass:before {
left: -214px;
top: 62px;
}
.rl-glass-text {
	font-size: 40px;
	right: 0;
	top: -140px;
}
.rl-glass-text:before {
	height: 35px;
	width: 40px;
	top: -35px;
}
.rl-glass-text:after {
	height: 30px;
	width: 16px;
	right: 19px;
	bottom: -22px;
}
.newsletter-grid {
	padding: 35px 35px 50px 35px;
	margin: -65px auto 0 auto;
}
.newsletter-form input[type="email"] {
	height: 50px;
	font-size: 16px;
}
#mc_embed_signup {
	padding-right: 105px !important;
}
#mc_embed_signup .mc-field-group input {
	padding: 0 15px !important;
}
#mc_embed_signup .mc-field-group::before {
	height: 50px;
}
#mc_embed_signup .button {
	width: 68px !important;
	height: 78px !important;
	right: -100px !important;
}
#mc_embed_signup .button:hover img {
	margin-top: -78px;
}
.footer {
	padding-bottom: 50px;
	padding-top: 120px;
}
.form-grid:before {
	top: 17px;
	height: 50px;
	left: 7px;
}
.newsletter-form button[type="submit"] {
	top: -8px;
	width: 74px;
	height: 75px;
}
.ftr-social-icon ul li a {
	font-size: 30px;
}
.copy-rights ul li:before {
	margin: 0px 4px 0 3px;
}
/* Popup */

.popup h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.popup .modal-dialog {
	width: auto;
}
.popup .modal-content {
	padding: 50px;
}
.popup-logo {
	max-width: 150px;
	margin: 0 auto 35px;
}
.popup-btn a {
	height: 55px;
	width: 160px;
	font-size: 15px;
	line-height: 55px;
}
.popup-btn a + a {
	margin-left: 10px;
}
.popup-btn {
	margin-bottom: 25px;
}
.checkbox {
	font-size: 14px;
}
.checkmark {
	top: -5px;
}
/* End Popup */
	 
	 
	 
}
 @media (max-width: 520px) {
h3 {
	font-size: 23px;
}
.nav-header {
	height: 355px;
}
.logo a {
	max-width: 420px;
}
.beer-can {
	max-width: 100px;
}
.can-right {
	right: -18%;
}
.can-left {
	max-width: 115px;
	top: -5px;
	left: -18%;
}
.mountain-image.mountain-two {
	top: 30px;
}
.banner-text {
	padding: 150px 0 220px;
	margin-top: -490px;
}
.banner-text h3 span:before, .banner-text h3 span:after {
	width: 12px;
	height: 28px;
}
.banner-text h3:after {
	width: 125px;
	height: 20px;
}
.ginger-image {
	top: -34%;
	max-width: 460px;
}
.ginger-text {
	font-size: 35px;
	right: -19px;
	top: -41%;
}
.ginger-text:after {
	width: 45px;
	height: 15px;
	top: 37px;
	left: -45px;
	transform: rotate(-65deg);
}
.nutrition-information {
	padding-bottom: 435px;
}
.nutrition-information:after {
	height: 370px;
}
.nutrition-grid {
	padding-top: 45px;
	font-size: 14px;
}
.newsletter {
	padding-top: 130px
}
.rl-glass {
	max-width: 200px;
	top: -300px;
	right: 0;
	left: -35px;
	margin: auto;
}
.rl-glass:before {
left: 9px;
top: -172px;
right: auto;
margin: auto;
width: 233px;
height: 148px;
}
.rl-glass-text {
	font-size: 45px;
	right: -30px;
	top: -180px;
	bottom: 0;
	left: auto;
}
.rl-glass-text:after {
	height: 30px;
	width: 16px;
	right: 19px;
	bottom: -29px;
}
.newsletter-grid {
	padding: 20px 20px 30px 20px;
	margin: 0 auto 0 auto;
}
.newsletter-form input[type="email"] {
	height: 45px;
	font-size: 15px;
	padding: 0 10px;
}
.newsletter-form button[type="submit"] {
	top: -6px;
	width: 60px;
	height: 65px;
}
#mc_embed_signup .mc-field-group::before {
	height: 45px;
}
#mc_embed_signup {
	padding-right: 75px !important;
}
#mc_embed_signup .button {
	width: 57px !important;
	height: 65px !important;
	right: -80px !important;
	top: -6px !important;
}
#mc_embed_signup .button:hover img {
	margin-top: -65px;
}
#mc_embed_signup #mce-success-response {
	font-size: 15px;
}
.footer h5:before, .footer h5:after {
	width: 14px;
	height: 35px;
}
.footer h5 a:after {
	width: 37px;
}
.footer:after {
	width: 135px;
	height: 220px;
}
.footer:before {
	width: 220px;
	height: 270px;
}
/* Popup */

.popup h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.popup .modal-dialog {
	width: auto;
}
.popup .modal-content {
	background: #cae9eb;
}
.popup-logo {
	max-width: 100px;
}
.popup-btn a {
	height: 45px;
	width: 140px;
	font-size: 15px;
	line-height: 45px;
}
.popup-btn a + a {
	margin-left: 10px;
	margin-top: 15px;
}
/* End Popup */

	 
}
 @media (max-width: 420px) {
.newsletter-grid h2 br {
	display: block;
}
h3 {
	font-size: 22px;
}
.banner-text {
	padding: 150px 0 260px;
}
.logo a {
	max-width: 310px;
}
.popup-btn a + a {
	margin-left: 0;
}
.ginger-image {
	top: -28%;
}
.ginger-text {
	top: -39%;
}
.rl-glass {
	left: -60px;
}
.rl-glass-text {
	font-size: 38px;
	right: -40px;
}
}
 @media (max-width: 320px) {
h3 {
	font-size: 24px;
}
.logo a {
	max-width: 255px;
}
.ginger-text {
	top: -45%;
}
.ginger-image {
	top: -30%;
}
.nutrition-information {
	padding-bottom: 420px;
}
.nutrition-information:after {
	height: 340px;
}
.rl-glass-text {
	font-size: 40px;
	right: -90px;
	top: -195px;
	transform: rotate(-26deg);
}
.rl-glass:before {
width: 200px;
height: 124px;
left: 26px;
top: -140px;
}
.bar {
    width: 6px;
    height: 2px;
    margin-right: 4px;
}
}
