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

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
    color: #333;
    background-color: #fff;
}
h2 {
	font-family: 'Gilroy-ExtraBold';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	position: relative;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul li {
	padding: 3px 0;
	border-right: 1px dotted #fff;
}
ul li:last-of-type {
	border-right: 0;
}
ul li a {
	font-family: 'Gilroy-ExtraBold';

	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-10%); 
	width: 250px;
}
.test {
	font-family: 'Gilroy-Light';
	font-size: 1.5em;
}
.title-banana {
	font-family: 'Gilroy-ExtraBold';
	color: #dab6b8;
	font-size: 1.7em;
}
.title-bubblegum {
	font-family: 'Gilroy-ExtraBold';
	color: #9998b8;
	font-size: 1.7em;
}
.title-chocolatte {
	font-family: 'Gilroy-ExtraBold';
	color: #af8974;
	font-size: 1.7em;
}
.title-waffle {
	font-family: 'Gilroy-ExtraBold';
	color: #89462c;
	font-size: 1.7em;
}
.title-cotton {
	font-family: 'Gilroy-ExtraBold';
	color: #d8b6c7;
	font-size: 1.7em;
}
.title-dragonfruit {
	font-family: 'Gilroy-ExtraBold';
	color: #f6a7bc;
	font-size: 1.7em;
}
.title-lemon {
	font-family: 'Gilroy-ExtraBold';
	color: #a7d4c0;
	font-size: 1.7em;
}
.title-melon {
	font-family: 'Gilroy-ExtraBold';
	color: #a3ab82;
	font-size: 1.7em;
}
.title-strawberry {
	font-family: 'Gilroy-ExtraBold';
	color: #f0cee6;
	font-size: 1.7em;
}
.title-vanilla {
	font-family: 'Gilroy-ExtraBold';
	color: #ccc5a8;
	font-size: 1.7em;
}
.title-t3 {
	font-size: 50px;
	line-height: 50px;
	color: #95c300;
	font-weight: bold;
	text-transform: none;
	margin: 0;
}
.title-t2 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	text-transform: none;
	color: #ff8f3c;
	margin: 0;
}
p {
	font-family: 'Gilroy-Light';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #808080;
}
input, textarea {
	color: #989898;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: rgba(255, 255, 255, 0.9) repeat center center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	font-family: 'Gilroy-Light';
}
.header-grid {
	
}
.header-grid:after {
	content: '';
	display: block;
	clear: both;
}
.header-grid .item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}
.header-grid .item div {
	padding: 20px;
	padding-top: 70px;
	margin: 20px;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.9) repeat center center; 
	border-bottom-right-radius: 20px; 
	border-bottom-left-radius: 20px;
}
@media (max-width: 1019px) and (min-width: 820px) {
	.header-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	.header-grid .item div {
		padding-top: 170px;
	}
}
@media (max-width: 819px) and (min-width: 640px) {
	.header-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	.header-grid .item div {
		padding-top: 170px;
	}
}
@media (max-width: 639px) and (min-width: 420px) {
	.header-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	.title-t3 {
		font-size: 40px;
		line-height: 40px;
	}
	.header-grid .item div {
		padding-top: 170px;
	}
}
@media (max-width: 419px) {
	.header-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	
	.title-t3 {
		font-size: 30px;
		line-height: 30px;
	}
	.header-grid .item div {
		padding-top: 170px;
	}
}
.item-grid {
	text-align: center;
}
.item-grid:after {
	content: '';
	display: block;
	clear: both;
}
.item-grid .item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-right: -4px;
	width: 25%;
	text-align: center;
	padding: 20px;
}
@media (max-width: 1019px) and (min-width: 820px) {
	.item-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 25%;
	}
}
@media (max-width: 819px) and (min-width: 640px) {
	.item-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 639px) and (min-width: 420px) {
	.item-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 419px) {
	.item-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	
	
}
.weight-grid {
	
	text-align: center;
}
.weight-grid:after {
	content: '';
	display: block;
	clear: both;
}
.weight-grid .item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-right: -4px;
	width: 50%;
	text-align: center;
	padding: 10px;
}
.weight-grid .item .description {
	font-family: 'Gilroy-Light'; 
	position: absolute; 
	font-size: 30px; 
	bottom: 23px; 
	right: 20px; 
	color: white; 
	padding: 10px 20px; 
	border-radius: 20px;
}
.weight-grid .item img {
	width: 100%; 
	border-radius: 20px;
	border: 5px solid #fff;
}
@media (max-width: 1019px) and (min-width: 820px) {
	.weight-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 819px) and (min-width: 640px) {
	.weight-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
}
@media (max-width: 639px) and (min-width: 420px) {
	.weight-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	
	.weight-grid .item .description {
		font-size: 20px;
	}
}
@media (max-width: 419px) {
	.weight-grid .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
	}
	
	.weight-grid .item .description {
		font-size: 20px;
	}
}
.vertical-text {
	writing-mode: vertical-rl;
}
.vertical-text span {
	text-orientation: upright;
	font-family: 'Gilroy-ExtraBold';
	font-size: 30px;
}
/* Loading bar */
#loading-bar .bar {
    position: relative;
}
#loading-bar,
#loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
    opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
    opacity: 1;
}
#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #445878;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}
#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 1px;
    opacity: .45;
    -moz-box-shadow: #445878 1px 0 6px 1px;
    -ms-box-shadow: #445878 1px 0 6px 1px;
    -webkit-box-shadow: #445878 1px 0 6px 1px;
    box-shadow: #445878 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 10px;
    left: 10px;
}
#loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: none;
}
.modal-inner {
	outline: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow: hidden;
}
.modal-dialog {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0);
	z-index: 1050;
	outline: none;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
	background-color: hsla(0,0%,9%,.4);
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {} .modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (max-width: 769px) {
    .modal-dialog {
        width: 100%;
        margin: 0px auto;
    }
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
input.input {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
	outline: none;
}
textarea.input {
    min-height: 150px;
    border-radius: 25px;
    padding: 12px 30px;
	outline: none;
}
.input {
    display: block;
    width: 100%;
    background: #f7f7f7;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}
.contact-btn {
    min-width: 193px;
    height: 40px;
    border-radius: 25px;
    background: #57b846;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    padding: 0 25px;
	outline: none;
    border: none;
	text-transform: uppercase;
	cursor: pointer;
	
}
.top-label {
	font-family: 'Gilroy-Light';
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}
.side-label {
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 35px;
    cursor: pointer;
	font-family: 'Gilroy-Light';
	font-size: 18px;
}
.side-label::before {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
}
.side-label::after {
    display: none;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #ccc;
}
.side-label::before, .side-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
input[type="radio"] + .side-label::before, input[type="radio"] + .side-label::after {
    border-radius: 50%;
}
input:checked + .side-label::after {
    display: block;
}
input#regular-contact, input#business-contact, input#permitted  {
    position: absolute;
    left: -9999px;
}
.regular-contact-content, .business-contact-content {
	display: none;
}
#regular-contact:checked ~ .regular-contact-content {
	display: block;
}
#business-contact:checked ~ .business-contact-content {
	display: block;
}
#regularContactForm fieldset, #businessContactForm fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7;
	margin: 5px 0;
}
#regularContactForm fieldset legend, #businessContactForm fieldset legend {
	font-family: 'Gilroy-Light';
	font-size: 18px;
	background: white;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: 900;
	border-bottom: 2px solid #ccc;
}
.icengo-slideshow {
	position: relative;
	background-color: transparent;
	max-height: 620px;
	box-shadow: 0px 2px 8px 0px #b8b8b8;
    position: relative;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
	max-width: 1900px;
	margin: 0 auto;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
@media (max-width: 1019px) and (min-width: 820px) {
	
}
@media (max-width: 819px) and (min-width: 640px) {
	
}
@media (max-width: 639px) and (min-width: 420px) {
	.icengo-slideshow {
		min-height: 620px;
	}
}
@media (max-width: 419px) {
	.icengo-slideshow {
		min-height: 620px;
	}
}
.icengo-slideshow .slideshow {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 1s;
	opacity: 0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.icengo-slideshow .slideshow.visible {
	transition: none;
	opacity: 1;
	z-index: -1;
}