@import '../fonts/font-awesome/css/font-awesome.min.css';
@import '../fonts/stylesheet.css';
body {
	font-family: 'Open Sans','Sansation', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	/* Preload the Second Pricing Image */
	/*/background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;*/
	/*/background-position: 9999px 9999px;*/
}

/* Typography */

p {
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sansation', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
	font-weight: 600;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
	font-weight: 500;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 1em;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 1.2em;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}
/*loading effects*/
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;	
}

#loading-center-absolute{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}

.object{
	width: 20px;
	height: 20px;
	background-color: #333990;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one{
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

#object_two{
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
	animation-delay: 0.25s;
}

#object_three{
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
/**/
.left{ float: left; }
.right{ float: right; }
.relative{position: relative;}

/**/
.logo-header{
	padding:15px;
	position: relative;
}
.logo-header .logo{ 
	width: 30%;
	display: block;
  margin:0 auto;
 }
.logo-header .logo-strip{
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.logo-header .logo-strip img{
	width: 90%;
}
.logo-header .logo img{
	width: 100%;
	margin: 0 auto;
}
.navbar{ background: #fff; }
.nav{
	 width: 70%;
    margin: 0 auto;
    display: block;
    float: none;
}
.navbar-nav li{ margin: 0 4%;}
.navbar-nav li a{ color: #2d2e82;}
.navbar-nav li.active a, .navbar-nav li a:hover{ font-weight: bold; background: none; }
.navbar-collapse{
	position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.navbar-nav li.first{
	margin-left: 0
}
.navbar-nav li.last{
	margin-right: 0
}
.navbar-collapse.gryd{
	background: rgba(0,0,0,0.07);
}
/**/
body.flour-bg{
	background: url('../images/flour-bg.jpg') rgba(28, 36, 65, 0.93);
	background-position: bottom right;
	background-size: cover;
}
/**/
header {
	position: relative;
	width: 100%;
	margin-top: -21px;
}
header.intro{
	height: 730px;
	color: white;
	background: url('../images/banner.jpg') rgba(28, 36, 65, 0.93);
	background-position: top;
	background-size: cover;
}
header.intro.product-bg{
	background: url('../images/products-header.jpg') rgba(28, 36, 65, 0.93);
	background-position: bottom;
	background-size: cover;
	height: 550px;
}
header .header-text{
	margin-top: 10vh;
}
header .header-text .range{
	width: 70%;
	margin: 0 auto;
	display:block;
}	
header .header-text h1, header .header-text h3{ 
	font-size: 3em;
	text-align: center;
	font-weight: 900;
	margin: 20px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2); 
}
header .header-text h3{
	font-size: 2em;
}
header .header-text h2{
	text-align: center;
	color: #e20000;
	margin-bottom: 30px;
}
header .header-text .btn{
	margin: 0 auto;
    color: #fff;
    width: 160px;
    display: block;
}
header .header-text h2.text-left{
	text-align: left;
	color: #fff;
}
header .header-text p.text-white{
	color: #fff;
}
/* Buttons */

.btn {
	font-size: 0.875em;
	display: inline-block;
	padding: 8px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 50px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #333990;
}
.btn.btn-red {
	background:rgba(232,33,44,0.8);
}
.btn.btn-white {
	background: rgba(255,255,255,1);
}
.red{ background:rgba(232,33,44,0.8) !important;
		color: #fff; 
	}
.btn.btn-white:hover {
	background: rgba(255,255,255,0.8);
}
.btn.btn-blue:hover {
	background: #31b9ff;
}
.btn.btn-red:hover {
	background: rgba(187,33,49,0.8);
}
.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}
/* BEGINS SECTIONS */
.product{
	background: url('../images/product-bg.jpg');
}
.recipes{
	background: url('../images/recipes-bg.jpg');
	color: #fff;
}
.product, .recipes, .testimonials{
	height: 800px;
	padding: 50px 0;
	background-position: bottom;
	background-size: cover;
}
.testimonials{
	height: 600px;
}
.nutrition{
	background: url('../images/nutrition-bg.jpg');
	background-position: left;
	background-size: cover;
	height: 800px;
	margin-top: 20px;
}
.nutrition .regular, .mobile-fix-regular{
	background-color: rgba(45,46,130,0.9);
	height: 600px;
	padding: 3% 5%;
	color: #fff;
}
.mobile-fix-regular{
	display: none;
	height: auto;
}
.nutrition .regular p, .mobile-fix-regular p{
	font-size: 2em;
	color: #fff;
	line-height: 1.2em;
	font-family: 'vollkornmedium_italic';
}
.nutrition .regular p span, .mobile-fix-regular p span{
	font-size: 2em;
}
.nutrition .regular div.slides, .mobile-fix-regular div.slides{
	height: 317px;
	margin: 50px 0px;
}
.mobile-fix-regular div.slides{
	height: auto;
}
.mobile-fix-regular div.slides p{
	line-height: 45px;
}
.product h2{
	color: #603813;
}
.testimonials h3{
	font-size: 2em;
	color: #e20000;
}
.testimonials p{
	font-family: 'vollkornmedium_italic';
}
.testimonials .regular div{ 
	margin: 30px auto;
 	font-size: 1.2em;
 	width: 75%;
 }
 .testimonials .regular .name{ color: #e20000;}
.recipes h2, .recipes p{
	color: #fff;
}
.recipes .video{ margin: 30px auto; }
/**/
.padded{ padding: 50px 0; }
.container-fluid .text-left .content, .container-fluid .text-right .content{
	width: 50%;
	float: right;
	padding-left: 2%; 
	margin-top: 13%;
	text-align: left;
}
.container-fluid .text-right .content{
	float: left;
	position: relative;
	left: -90px;
}
.container-fluid .text-left .content{
	position: relative;
	right: -90px;
}
.container-fluid .content h2{
	color:#e20000;
	font-size: 2.4em;

}
.container-fluid .image-right img{
 float: right;
 margin-right: -100px;
 width: 100%;
}
.pull-top{
	margin-top: -95px;
}
.container-fluid .image-left img{
	float: left;
	margin-left: -100px;
 	width: 100%;
}
.container-fluid.product-bg{
	background: url('../images/products-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
}
/*form*/
.form{
	margin-top: 50px;
	padding: 80px 0 50px 0;
	background: url('../images/form-bg.jpg');
	background-position: bottom;
	background-size: cover;
	color: #fff;
}
.form h2{ margin-bottom: 40px; font-size: 2em; }
.form .icon, .form .text{ display: inline-block; margin-right: 20px;}
.form .row{ padding: 20px 0; }
.form p{ color: #fff; }
.form input[type=text]{ padding: 10px; width: 100%; background-color: #fff; border:none; margin-bottom: 15px; color: #000; }
.form button{ padding: 10px 30px; margin-top: 13px; background: #e20000; font-size: 1em; font-weight: 600; border-radius: 2px;}
.form textarea{ width: 100%; padding: 10px; background-color: #fff; color: #000;}
.form{

}
/*footer*/
footer{
	padding: 30px 0 30px 0;
	background: url('../images/footer-bg.jpg');
	background-position: bottom;
	background-size: cover;
	border-bottom: 30px solid #e20000;
}
footer.products{
	background: #9f7c52;
	color: #fff;
}
footer.contact{
	background: url('../images/contact-footer.jpg');
	background-size: cover;
}
footer.recipe-f{
	background: url('../images/recipe-footer-bg.jpg');
	background-size: cover;
	color: #fff;
}
footer.products a, footer.products .copyright p, footer.recipe-f a, footer.recipe-f .copyright p{
 color: #fff;
}
footer .container{
	position: relative;
}
footer a{
	color:#fff;
	font-size: 1em;
}
footer .letter{
	background: rgba(0,0,0,0.6);
	padding: 15px 20px;
	color: #fff;
}
footer .letter .form-control{
	border: 1px solid #fff;
}
footer .letter .btn{
	padding: 5px 12px;
	color: #000;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
footer .letter .btn .fa{
	font-size: 20px;
	font-weight: 600;
}
footer .logo{
	position: relative;
	float: right;
	top: -30px;
}
footer .logo img{
	padding-top: 36px;
}
footer .copyright p{ font-weight: 600; font-size: 1em; color: #fff;}
/* carousel */
.poster-main{
			position: relative;
      margin:30px auto;
      max-width:1000px;
		}
		.poster-list li{list-style: none;}
		.poster-main .poster-list .poster-item{
			position: absolute;
			left: 0;
			top: 0;
		}
		.poster-main .poster-btn{
			position: absolute;
			top: 0;
			cursor: pointer;
		}
		.poster-main .poster-prev-btn{
			left: 0;
			background: url("../images/btn_l.png") no-repeat left center;
		}
		.poster-main .poster-next-btn{
			right: 0;
			background: url("../images/btn_r.png") no-repeat right center;
		}
/**/
.recipe-bg{
	background: url('../images/recipe-bg.jpg');
	background-size: cover;
}
.recipe-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
}

.recipe-grid li {
	display: inline-block;
	margin: 10px 5px 10px 5px;
	vertical-align: top;
	height: 250px;
	width: 30%;
	background: #fff;
	box-shadow:2px 2px 10px #ccc;
}
.recipe-grid .title{ text-align: left;
	font-size: 1em;
	padding: 15px;
	color: #2d2e82;
	margin-bottom: 0;
 }
.recipe-grid li > a,
.recipe-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.recipe-grid li > a:hover{
	text-decoration: none;
}
.recipe-grid li.recipe-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #333;
	border-width: 15px;
	left: 50%;
	margin: -17px 0 0 -15px;
}
li.recipe-expanded{
	height: 740px;
}
.recipe-expander {
	position: absolute;
	background: #333;
	top: auto;
	left: 20px;
	width: 90%;
	margin-top: 10px;
	text-align: left;
	height: 500px;
	overflow: hidden;
	display: none;
	z-index: 99;
	color: #fff;
}

.recipe-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.recipe-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.recipe-close::before,
.recipe-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recipe-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.recipe-close:hover::before,
.recipe-close:hover::after {
	background: #333;
}

.recipe-fullimg,
.recipe-details {
	width: 70%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.recipe-details{
	width: 30%
}
.recipe-details {
	padding: 0 40px 0 20px;
}

.recipe-fullimg {
	text-align: center;
}

.recipe-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.recipe-details h3 {
	font-weight: 600;
	font-size: 2em;
	padding: 40px 0 10px;
	margin-bottom: 10px;
	color: #fff;
}

.recipe-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.recipe-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.recipe-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.recipe-details a:hover {
	border-color: #999;
	color: #999;
}

.recipe-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #000;
	font-weight: 600;
}

.mobile-nav a.close-link {
	font-size: 30px;
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    right: 10px;
    color: #000;
    font-weight: 600;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.recipe-expander h3 { font-size: 32px; }
	.recipe-expander p { font-size: 13px; }
	.recipe-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.recipe-fullimg { display: none; }
	.recipe-details { float: none; width: 100%; }
	.logo-strip{ display: none; }
	.logo-header .logo{ width: 90%;}
	.navbar{ height: auto;}
	.navbar-header{
		position: absolute;
		top:0px;
		right: 0;
		height: 100%;
		border-left: 1px solid #333;
	}
	.navbar-header span{
		background-color: #333;
	}
	.navbar-header .navbar-toggle{
		height: 57px
	}
	.product .row.text-center, .recipes .row.text-center{
		padding: 0 25px 15px 25px;
	}
	.product, .recipes, .testimonials{
		height: auto;
		width: 104%;
	}
	#carousel{
		display: none !important;
	}
	.slick-next, .slick-prev{
		display: none !important;
	}
	.container-fluid .text-left .content{
		right: 0;
		width: 100%;
		padding: 0 4%;
		margin:0 auto;
		text-align: center;
	}
	.container-fluid .text-right .content{
		left: 0;
		width: 100%;
		padding: 0 4%;
		margin:0 auto;
		text-align: center;
	}
	.logo-header{
		display: inline-block;
		padding:10px 15px;
	}
	.recipe-grid li{ width: 97%; height: 260px; }
	.recipe-grid li > a img{
		width: 100%;
	}
	.nav{width: 100%}
	.navbar-nav li{margin:0; border-bottom: 1px solid #ddd; padding: 20px 20px;}
	.navbar-collapse.gryd, .navbar-collapse{ background-color: #fff; width: 103%;}
	.form{ margin-top: -20px; }
	.form .row{ margin: 0; }
	.nutrition{ height: auto; }
	.nutrition .regular{ display: none }
	.mobile-fix-regular{ display: block; padding: 8%;}
}

