
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

.col-md-8, .col-md-6, .col-md-5, .col-md-4 {	padding-left: 0px;
	padding-right: 0px;
}

body {
	font-family: 'Lato', sans-serif;
}

nav {
	background: #fff;
	height: 80px;
	width: 100%;
}
.topbar {
	width: 100%;
	height: 45px;
	background-color: #BB193C;
}
.topbar-w {
	position: absolute;
	top: 45px;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 6px 4px #60606050;
	z-index: -1;
}

label.logo {
	position: relative;
    margin-top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
nav ul {
	float: right;
	margin-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}

nav ul li a {
	color: #606060;
	font-size: 1em;
	padding: 7px 13px;
	text-decoration: none;
}

a.active, a:hover {
	color: #CEA352;
	transition: .5s;
	text-decoration: none;
}
a.active {
	font-weight: 700;
}
.sub-menu {
	display: none;
}
nav ul li:hover .sub-menu {
	display: block;
	background-color: #E5B355;
	max-width: 125px;
	position: absolute;
	line-height: 35px !important;
	z-index: 1;
}
.nav-border a {
	border-right: 1px solid #cd9d49;
	max-height: 35px;
	padding-right: 25px;
}
.sub-menu:after {
	position: relative;
	content: url(../content/sub.png);
	top: 24px;
	left: 0px;
	width: 125px;
	height: 13px; 
	z-index: 1;
} 
.sub-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	padding: 3px 0px;
	margin-left: 10px;
	border-bottom: 1px solid #ffffff50;
}
.sub-menu ul li {
	line-height: 35px !important;
}
.header-search {
	margin-top: 20px;
}
.search {
	width: 65%;
}
.form-control {
	display: inline-block;
}



/*---------*/



.catalog {
	position: relative;
	float: right;
	margin-top: 12px;
	background-color: #E5B355;
	height: 55px;
}
.catalog p {
	margin-top: 7px;
	text-align: right;
	line-height: .9em;

}
.catalog a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
.catalog:before {
	position: absolute;
	content: url(../content/cat.png);
	top: 0px;
	left: -31px;
	width: 31px;
	height: 55px; 
	z-index: 1;
}
.catalog-home {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 6px 6px #60606050;
	max-width: 275px;
}
.catalog-home h2 {
	text-align: center;
	color: #606060;
	letter-spacing: .3em;
	padding-bottom: 35px;
}
.catalog-home button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -20px;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	border: none;
}
.catalog-home:before {
	position: absolute;
	content: url(../content/cat-curves.png);
	bottom: -35px;
	left: 0px; 
}
.main-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-hp.jpg);
	background-position: top center;
	width: 100%;
	height: 100vh;
	z-index: -2;
}
.contact-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-hp.jpg);
	background-position: bottom center;
	width: 100%;
	height: 45vh;
	z-index: -2;
}
.pasta-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-pasta-main.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.flour-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-flour-main.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.seasonal-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-season-main.jpg);
	background-position: center center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.cookies-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-cookies-main.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.candy-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-candy-main.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.sauce-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-sauce-main.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.search-sec {
	position: absolute;
	top: 0%;
	background-image: url(../content/bg-search.jpg);
	background-position: top center;
	width: 100%;
	height: 80vh;
	z-index: -2;
}
.titles h2, .titles p {
	color: #606060;
	text-align: center;
}
.titles h2 {
	letter-spacing: .25em;
}
.titles p {
	margin-top: -5px;
	letter-spacing: .1em;
}
.catalog-best-out {
	box-shadow: 0px 6px 6px #60606050;
	padding-bottom: 25px;
}
.catalog-best-outer {
	/*box-shadow: 0px 6px 6px #60606050;*/
	padding-bottom: 25px;
}
.catalog-best {
	position: relative;
}
.catalog-best img {
	max-width: 355px;
	width: 100%;
}
.catalog-best h2, .catalog-best p {
	color: #606060;
	padding-left: 5px;
}
.catalog-best h2:before {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 50px;
	left: -5px;
	width: 3px;
	height: 70px;
	background-color: #cd9d49;
}
.best {
	position: relative;
}
.best img {
	max-width: 300px;
	width: 95%;
	box-shadow: 0px 2px 3px #00000050;
}
.best a {
	color: #606060;
	text-decoration: none;
}
.best h2, .best p {
	color: #606060;
	padding-left: 40px;
}
.best h2 {
	margin-top: 20px;
	font-size: 1.5em;
}
.best h2:before {
    content: '';
    position: absolute;
    top: 321px;
    left: 40px;
    width: 3px;
    height: 52px;
    background-color: #cd9d49;
}
.new-products {
	margin-top: 15px;
	background-image: url(../content/back-dots.jpg);
}
.new-prod-inner img, .new-prod-inner p, .new-prod-inner button, .about-inner {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.new-prod-inner img, .new-prod-inner p {
	max-width: 80%;
}
.new-prod img {
	float: right;
	max-width: 70%;
}
.new-prod-inner p {
	margin-top: 25px;
	color: #606060;
}
.new-prod-inner button {
	color: #fff;
	background-color: #BB193C;
	border: none;
	padding: 7px 15px;
}
.about-home {
	position: relative;
	background-image: url(../content/bg-pasta.jpg);
	background-position: center bottom;
	width: 100%;
	height: 500px;
	box-shadow: 0px 9px 10px #00000050;
}
.about-home-inner {
	position: absolute;
	top: -95px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0px 8px 6px #00000050;
	z-index: 1;
}
.about-home-inner img {
	width: 100%;
	height: auto;
}
.about-home-inner p {
	color: #606060;
	font-weight: 700;
	padding: 15px 35px;
}
.about-home-inner button {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	padding: 7px 15px;
	border: none;
	color: #fff;
	background-color: #BB193C;
}
.about-home-inner p:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 150px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: #cd9d49;
}
footer {
	position: relative;
	z-index: -1;
}
.bg-ico {
	margin-top: -35px;
	width: 100%;
	height: auto;
}
.curves {
	background-image: url(../content/curves.gif);
	width: 100%;
	height: 26px;
	margin-top: -1px;
}
.foot-bar {
	width: 100%;
	background-color: #cd9d49;
	margin-top: -1px;
}
.foot-bar p {
	text-align: center;
	padding: 20px;
	margin-bottom: 0px;
	font-size: 0.7em;
	opacity: 0.6;
}
.about {
	background-image: url(../content/back-dots.jpg);
	width: 100%;
}
.about-inner {
	margin-top: -215px;
}
.about-title {
	position: relative;
	left: 48%;
	transform: translateX(-50%);
	background-color: #BB193C;
	box-shadow: 0px 15px 8px #00000050;
}
.about-title h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-top: 5px;
	padding: 15px 5px;
}
.curves-pink {
	position: absolute;
	margin-top: 0px;
	background-image: url(../content/pink-curves.png);
	height: 14px;
	width: 100%;
}
.about-text {
	background-color: #fff;
	margin-top: -10px;
	box-shadow: 0px 15px 8px #00000050;
}
.about-text p {
	font-size: 1.1em;
	padding: 15px 25px;
	margin-bottom: 0px;
}
.about-text img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}
.catalog-main {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 6px 6px #60606050;
	max-width: 375px;
}
.catalog-main h2 {
	margin-left: -20px;
	margin-top: 45px;
	color: #606060;
	font-size: 1.8em;
	letter-spacing: .3em;
	padding-left: 0px;
}
.catalog-main img {
	width: 75%;
	float: right;
}
.catalog-main:before {
	content: '';
	position: absolute;
	background-image: url(../content/cat-curves.png);
	height: 30px;
	width: 100%;
	bottom: -29px;
	left: 0px; 
}
.grad {
	position: relative;
	margin-top: 45px;
	margin-bottom: 50px;
	height: 2px;
	width: 95%;
	background: rgb(205,157,73);
	background: -moz-linear-gradient(270deg, rgba(205,157,73,0) 0%, rgba(205,157,73,.6) 35%, rgba(205,157,73,.6) 65%, rgba(205,157,73,0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(205,157,73,0) 0%, rgba(205,157,73,.6) 35%, rgba(205,157,73,.6) 65%, rgba(205,157,73,0) 100%);
	background: linear-gradient(270deg, rgba(205,157,73,0) 0%, rgba(205,157,73,.6) 35%, rgba(205,157,73,.6) 65%, rgba(205,157,73,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd9d49",endColorstr="#cd9d49",GradientType=1);
}
.grad button {
	position: absolute;
	margin-top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	border: none;
	background-color: #BB193C;
	padding: 7px 15px;
	opacity: 1;
	z-index: 1;
}
.pre-footer {
	width: 100%;
	background-color: #fff;
	height: 65px;
	box-shadow: 0px 15px 8px #00000050;
}
.product {
	position: relative;
}
.prod-title {
	color: #606060;
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: 700;
}
.prod-line, .prod-upc {
	margin-top: -7px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.prod-upc {
	color: #606060;
}
.prod-pack {
	color: #606060;
	font-size: 1.2em;
	margin-top: -5px;
}
.prod-line {
	color: #CD9D49;
	text-transform: uppercase;
}
.text-titles {
	font-weight: 700;
}
.product p {
	color: #606060;
	margin-top: -15px;
}
.spread img {
	margin-top: -25px;
}
.spread p {
	margin-left: -25px;
}
.side-left {
	padding-left: 85px;
}
.side-left h2, .side-left h3 {
	padding-left: 70px;
}
.title-before {
	position: relative;
}
.title-before:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 67px;
	background-color: #606060;
	left: -14px;
	top: 5px;
}
.sign-in {
	margin-top: 50px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 30%;
}
.registration {
	margin-top: 50px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 50%;
}
.registration h2 {
	color: #606060;
	font-size: 1.4em;
}
.sign-in button, .registration button {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background-color: #CD9D49;
	border: none;
	padding: 7px 15px;
}
.divider {
	display: none;
}
.form-control {
	margin-bottom: 5px;
}
.registration label {
	color: #CD9D49;
	padding-left: 3px;
}
.welcome {
	margin-top: 25px;
}
.welcome button {
    position: absolute;
    background-color: #e5b355;
    padding: 7px 25px;
    color: #fff;
    top: 16vh;
    right: 15px;
}
.welcome h3 {
	padding: 10px;
	color: #606060;
}
.welcome-options {
	position: relative;
    max-width: 800px;
    width: 100%;
    text-align: center;
}
.welcome-options p {
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 1.1em;
	font-weight: 300;
}
.welcome-options a {
	color: #cd9d49;
	text-decoration: none;
	padding: 7px 20px;
	font-weight: 700;
}
.search-res-title {
	margin-bottom: 25px;
    font-weight: 300;
    margin-top: 25px;
    color: #cd9d49;
    margin-left: -15px;
}
.display-title {
    color: #606060;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
}
.display-top, .display-sec {
	position: relative;
    max-width: 1024px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.display-sec {
	padding-left: 15px;
	padding-right: 15px;
}
.best a:hover {
	color: #cd9d49;
}
.mixed-title {
    text-transform: uppercase;
    font-size: 1.3em;
}
.mixed-line p {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #cd9d49;
    margin-top: -20px;
}
.mixed-upc p {
    font-size: 1.1em;
    color: #606060;
    margin-top: -20px;
}
.mixed-spec p {
    font-size: 0.8em;
    margin-top: -18px;
}
.mixed-spec a, .mixed-prod a {
    color: #606060;
    text-decoration: none;
}
.mixed-prod a:hover {
    color: #cd9d49;
}
.mixed-prod p {
	margin-top: -10px;
}
.btn {
    border: 1px solid #ced4da;
    margin-left: 10px;
    margin-top: -2px;
}
.map iframe {
    width: 100%;
    height: 600px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
	padding-left: 15px;
	padding-right: 15px;
}
.contact-form a {
	text-align: center;
    text-decoration: none;
    color: #606060;
    margin-bottom: 25px;
    margin-top: -14px;
    letter-spacing: 0.2em;
}
.tables {
	position: relative;
    max-width: 800px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
}
.imgs-about-inner {
	max-width: 250px;
	width: 100%;
	height: auto;
}



/*Desktop Media Queries*/

@media (max-width: 1920px) {
	.new-prod-inner img, .new-prod-inner p {
		max-width: 65%;
	}
	.side-left {
    	padding-left: 300px;
	}
}

@media (max-width: 1536px) {
	.curves-pink {
		margin-top: -1px;
	}
	.catalog-main {
    	margin-top: -45px;
	}
	.side-left {
    	padding-left: 165px;
	}
}

@media (max-width: 1440px) {
	.catalog-main {
    	margin-top: -35px;
	}
	.side-left {
    	padding-left: 70px;
	}
	.spread p {
    	margin-left: -10px;
	}
}

@media (max-width: 1366px) {
	.catalog-main {
	    margin-top: -80px;
	}
	.side-left {
    	padding-left: 100px;
	}
	.side-left img {
		max-width: 95%;
	}
}

@media (max-width: 1280px) {
	.about-title h2 {
		letter-spacing: 0.2em;
	}
	.spread p {
    	margin-left: 0px;
	}
	.side-left {
    	padding-left: 60px;
	}
}

@media (max-width: 1024px){
	nav ul {
    padding-left: 0rem;
	}
	.sub-menu ul li a {
		margin-left: 10px;
	}
	.catalog-home {
		max-width: 225px;
	}
	.catalog-home img {
		max-width: 100%;
	}
	.catalog-home:before {
	content: none;
	}
	.new-prod-inner img, .new-prod-inner p {
		max-width: 70%;
	}
	.about-home {
    	height: 370px;
	}
	.about-title h2 {
		font-size: 1.5em;
	}
	.best h2, .best p {
    	padding-left: 20px;
	}
	.best h2:before {
		height: 26px;
		left: 23px;
		top: 238px;
	}
	.spread p {
    	margin-left: 15px;
	}
	.side-left h2, .side-left h3 {
    	padding-left: 30px;
    	font-size: 1.4em;
	}
}

@media (max-width: 952px){
	label.logo {
    padding-left: 15px;
    padding-top: 0px;
	}
}






/*Mobile Media Queries*/


@media (max-width: 425px) {
	body {
		overflow-x: hidden;
	}
	.hide-mb {
		display: none;
	}
	nav ul {
    	float: none;
    	margin: -30px 0px 0px 0px;
    	text-align: center;
	}
	.logo img {
		position: relative;
    	max-width: 50%;
    	left: 50%;
    	transform: translateX(-50%);
	}
	.topbar-w {
    	height: 160px;
	}
	.catalog-home {
		margin-top: 65px;
		max-width: 180px;
	}
	.sub-menu ul li a {
		margin-left: 8px;
		margin-right: 5px;
	}
	.catalog-best h2, .catalog-best p {
    	padding-left: 45px;
	}
	.catalog-best h2:before {
    	bottom: 45px;
    	left: 45px;
    	height: 60px;
	}
	.new-prod img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 45px;
    	float: none;
    	max-width: 70%;
	}
	.new-prod-inner img {
    	margin-top: 20px;
	}
	.about-home-inner p {
    	padding: 15px 15px;
	}
	.about-home-inner p:before {
    	margin-top: 6px;
    	margin-left: -15px;
	}
	.about-home {
    	height: 618px;
	}
	.about {
		padding: 0px;
	}
	.about-title h2 {
    	font-size: 1.2em;
	}
	.about-text img {
    	width: 100%;
	}
	.catalog-main {
    	margin-top: 45px;
	}
	.catalog-main img {
    	margin-top: 10px;
	}
	.catalog-main h2 {
    	margin-left: -25px;
    	margin-top: 40px;
	}
	.best h2 {
		font-size: 1.2em;
	}
	.best h2:before {
    	top: 201px;
	}
	.divider {
		display: block;
		height: 15vh;
	}
	.sign-in, .registration {
		max-width: 85%;
	}
	.files {
		margin-top: 15px;
	}
	.product {
    	padding-left: 50px;
    	padding-right: 25px;
	}
	.side-left {
    	padding-left: 0px;
	}
	.welcome button {
    	top: 230px;
	}
	.display-title {
    	font-size: 1.2em;
	}
}

@media (max-width: 414px) {
	.catalog-main {
    	margin-top: 80px;
	}
	.best h2:before {
    	top: 195px;
	}
}

@media (max-width: 375px) {
	.logo img {
		max-width: 235px;
	}
	.topbar-w {
    	height: 246px;
	}
	.catalog-home {
    	margin-top: 45px;
    	max-width: 165px;
	}
	.catalog-main {
    	margin-top: -35px;
	}
	.best h2:before {
    	top: 175px;
	}
	.welcome button {
    	top: 310px;
	}
}

@media (max-width: 360px) {
	.logo img {
		max-width: 220px;
	}
	nav ul li:hover .sub-menu {
    	margin-top: 15px;
	}
	.catalog-main img {
    	margin-top: 0px;
	}
	.catalog-main h2 {
    	margin-top: 25px;
	}
	.best h2:before {
    	top: 168px;
	}
}

@media (max-width: 320px) {
	.logo img {
		max-width: 185px;
	}
	.topbar-w {
    	height: 195px;
	}

}



