@charset "utf-8";
/* Lato Regular */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Regular.eot");
    src: url("fonts/Lato-Regular.eot?#iefix") format('embedded-opentype'),
         url("fonts/Lato-Regular.woff2") format('woff2'),
         url("fonts/Lato-Regular.woff") format('woff'),
         url("fonts/Lato-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Lato Italic */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Italic.eot");
    src: url("fonts/Lato-Italic.eot?#iefix") format('embedded-opentype'),
         url("fonts/Lato-Italic.woff2") format('woff2'),
         url("fonts/Lato-Italic.woff") format('woff'),
         url("fonts/Lato-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}
/* Lato Bold */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Bold.eot");
    src: url("fonts/Lato-Bold.eot?#iefix") format('embedded-opentype'),
         url("fonts/Lato-Bold.woff2") format('woff2'),
         url("fonts/Lato-Bold.woff") format('woff'),
         url("fonts/Lato-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Lato Bold Italic */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-BoldItalic.eot");
    src: url("fonts/Lato-BoldItalic.eot?#iefix") format('embedded-opentype'),
         url("fonts/Lato-BoldItalic.woff2") format('woff2'),
         url("fonts/Lato-BoldItalic.woff") format('woff'),
         url("fonts/Lato-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}
/* Lato Black */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Black.eot");
    src: url("fonts/Lato-Black.eot?#iefix") format('embedded-opentype'),
         url("fonts/Lato-Black.woff2") format('woff2'),
         url("fonts/Lato-Black.woff") format('woff'),
         url("fonts/Lato-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

body, html {
	font-family: "Lato";
}
.mobile-menu-logo {
	position: absolute;
	top: 2px;
	right: 8px;
}
.mobile-menu-logo img {
	width: 60px;
}
.current-slide {
	display: block;
}
.next-slide, .prev-slide {
	display: none;
}
.border-radius-0 {
	border-radius: 0 !important;
}
.nav-spacer {
	display: block;
	width: 100%;
	height: 60px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 100%;
}
.add-top-border {
	box-shadow: 0 0 0 1px rgba(10,10,10,.75);
}
#slide-container {
	margin-bottom: 70px;
}
.scroll-measure {
	width: 0;
	box-shadow: 0 0 0 2px rgba(118, 25, 20, .95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9991;
	display: none;
}
.showScroll {
	display: block;
}
@keyframes activecls {
	0% {
		opacity: 0;
		position: relative;
	}
	100% {
		opacity: 1;
		position: relative;
	}	
}
.active-slide {
	animation: activecls .5s linear;
	display: block !important;
}
.inactive-slide {
	display: none;
}
.mobile-slide {
	display: none;
}

#mnext {
	display: none;
}
#mback {
	display: none;
}
.red-bg {
	background: #761914;
}
.green-bg {
	background: #1c7430;
}
.light-yellow-bg {
	background: #fffcf6;
}

.light-yellow-bg h4 {
	color: #000;
	font-weight: 600;
}
.no-borders {
	border: none !important;
}
.border-bottom {
	border-bottom: 1px solid #e9d19d !important;
}
.border-top {
	border-top: 1px solid #e9d19d !important;
}
.edit-order-modal .edit-order-row {
	margin-bottom: .5rem;
}
.edit-order-modal .edit-order-row:last-child {
	margin-bottom: 0;
}
.white-font {
	color: #fff;
}
.green-font {
	color: #1c7430;
}
