/* Top Navigation Styles */

.tagline {
	font-style: italic;
	color: #FFF;
	font-family:Times, "Times New Roman", serif;
}

sup {
	font-size:11px;
}  
  
.topnavcontainer {
	padding: 10px;
	background-color: #E6E6E6;
	background-image:url(../images/textures/light_marble2.webp);
	height: 40px;
}

.topnavcontainer ul {
	
	list-style-type: none;
}
	
.topnavcontainer ul li {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	list-style-type: none;
	color: #000;
	font-size: 13px;
}
	
.topnavcontainer ul li a {
	color: #000;
	text-decoration: none;
}

.topnavcontainer ul li a:hover{
	color: #404040;
	text-decoration: none;
}

.headerYellowTopBorder { 
	border-bottom: 3px solid #feda32;
}

@media(max-width:767px){
.topnavcontainer {
	margin-bottom: 15px;
	padding: 10px;
	height: 40px;
	background: none;
	margin-left: 5px;
	margin-right: 5px;
}
.topnavcontainer .navbar-form {
	width: 100% !important;
	float: none;
}

.topnavcontainer ul {
	width: 100% !important;
	float: none;
	margin-right: 14px;
}

.topnavcontainer ul li {
	width: 100% !important;
	float: none; 
} 
}

/* Heart icons for favorites */

.image-container {
    position: relative;
    display: inline-block;
}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10; /* Ensure it is above the image */
    transition: fill 0.3s ease;
}

.heart-icon path {
    transition: fill 0.3s ease;
}

.heart-icon:hover path {
    fill: red;
    stroke: red;
}

.heart-icon.is-favorited .heart-path {
    fill: red;
    stroke: red;
    content: url('../images/misc/tomato_icon_red.svg');
}


/* Fancy HR Styles */

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  width: 60%; 
  margin-top: -35px;
} 

/* Social Media Margin Top Nav Styles */     

.SMMargin { 
	margin-right: 8px;
} 

/* Bottom Nav Styles */
	
.centerlogotablet {
	position: relative;
	text-align: center;
	background-color: #222; 
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:url(../images/textures/dark_wood.webp);
	margin-bottom: -1px;
}

.centerlogomobile {
	position: relative;
	text-align: left;
	background-color: #222; 
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;
	background-image:url(../images/textures/dark_wood.png);
	
    z-index: 9999;
}

/* Navigation Google Search Box Styles */

@media(max-width:767px){
.add-on .form-control {
	width: 100%;
	margin-top: 5px;
	height: 30px !important;
	
}

.add-on .input-group-btn > .btn {
  	margin-top: 5px;
  	height: 30px !important;
	border-radius: 0px;
	width: 100%;
}
}

.add-on .form-control {
	width: 100%;
	margin-top: -5px;
	height: 30px !important;
}

.add-on .input-group-btn > .btn {
  	margin-top: -5px;
  	height: 30px !important;
	border-radius: 0px;
}


@media only screen and (max-width : 767px) {
.add-on .form-control {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 4px;
	height: 30px !important;
}

.add-on .input-group-btn > .btn {
  	margin-top: 5px;
	margin-bottom: 4px;
  	height: 30px !important;
	border-radius: 0px;
}
}

.btnSubmit {
 	background: #FDD017;
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
 	box-shadow:none;
 	-webkit-box-shadow:none; 
 	border-color:#cccccc; 
}

/* Search Toggle Mobile Styles */

.search-toggle {
  position: relative;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 8px;
  height: 34px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}

.search-toggle:focus {
  outline: 0;
}

.navbar-inverse .search-toggle {
  border-color: #333;
}
.navbar-inverse .search-toggle:hover,
.navbar-inverse .search-toggle:focus {
  background-color: #333;
}

/* Google Search Page Styles */

#cse-search-results iframe {
	width: 100%;
}

/* Margin */

.topmargin {
	margin-top: 30px; 
}
	
.bottommargin {
	margin-bottom: 30px; 
}

.negativemargin {
	margin-top: -20px;
}

.negmargin {  
	margin-top: -35px;
}
 
.margintopbot {
	margin-top: 40px;
	margin-bottom: 40px; 
}

.rightbottommargin {
	margin-right: 30px;
	margin-bottom: 10px;
}

/* Padding */

.removePadding {
	padding: 0 !important; 
	overflow:hidden
}

.addPadding {
	padding: 20px;
}

/* Image Styles */

.img-hover:hover {
    opacity: 0.8;
}

.img-margin-top {
    margin-top: 30px;
}

.img-margin {
    margin-bottom: 30px;
}

.img-margin-float-right {
    margin-bottom: 20px;
	margin-left: 30px;
}

.img-margin-float-left {
    margin-bottom: 20px;
	margin-right: 30px;
}

/* Index Bottom Two Image Styles */
.bottomImgBorder {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
  
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* Normal Parallax Styles */

#cento-norm-white-lines-texture-full-padding-background { 
    background-color: #fff;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#cento-norm-white-lines-texture-half-padding-background { 
    background-color: #fff;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

/* MOBILE ALTS */

#cento-norm-white-lines-texture-half-padding-background-mobile-alt1 { 
    background-color: #fff;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;

}

@media (max-width: 991px) {
#cento-norm-white-lines-texture-half-padding-background-mobile-alt1 {
   display: none;
  }

}


#cento-norm-white-lines-texture-half-padding-background-mobile-alt2 { 
    background-color: #fff;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;

}

@media (min-width: 992px) {
#cento-norm-white-lines-texture-half-padding-background-mobile-alt2 {
   display: none;
  }

}

#cento-norm-white-lines-texture-half-padding-background-mobile-alt3 { 
    background-color: #f7931e;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;

}

@media (max-width: 991px) {
#cento-norm-white-lines-texture-half-padding-background-mobile-alt3 {
   display: none;
  }

}



/* end MOBILE ALTS */

#cento-norm-white-lines-texture-no-padding-background { 
    background-color: #fff; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

#cento-no-texture-full-padding-background { 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
	color: #000;
}

#cento-no-texture-half-padding-background { 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#cento-no-texture-no-padding-background { 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

/* La Florentine Page Styles */

#la-flor-tan-background-full-padding-background { 
    background-color: #f0e8d3;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#la-flor-tan-background-half-padding-background { 
    background-color: #f0e8d3;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#la-flor-tann-background-no-padding-background { 
    background-color: #f0e8d3; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

/* Little Ginas Page Styles */

#little-ginas-green-background-full-padding-background { 
    background-color: #2c9a51;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

#little-ginas-green-background-half-padding-background { 
    background-color: #2c9a51;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #fff;
}

#little-ginas-green-background-no-padding-background { 
    background-color: #2c9a51; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #fff;
}

/* Anna Page Styles */

#anna-blue-background-full-padding-background { 
    background-color: #004068;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

#anna-blue-background-half-padding-background { 
    background-color: #004068;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #fff;
}

#anna-blue-background-no-padding-background { 
    background-color: #004068; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #fff;
}

/* la Bella Valentina Page Styles */

#la-bella-mint-background-full-padding-background { 
    background-color: #3cbcac;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#la-bella-mint-background-half-padding-background {  
    background-color: #3cbcac;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#la-bella-mint-background-no-padding-background { 
    background-color: #3cbcac; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

/* Finger Foods Page Styles */

#finger-foods-background-full-padding-background { 
    background-color: #CDF4FF;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#finger-foods-background-half-padding-background {  
    background-color: #CDF4FF;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#finger-foods-background-no-padding-background { 
    background-color: #CDF4FF; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}



/* Grilling Season Styles */

#water-background-half-padding-background {  
    background-color: #7177EA;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#main-course-background-half-padding-background {  
    background-color: #f02c31;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#drinks-background-half-padding-background {  
    background-color: #ffff00;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}



/* Ferrara Page Styles */

#ferrara-blue-background-full-padding-background { 
    background-color: #007fc0;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

#ferrara-blue-background-half-padding-background {  
    background-color: #007fc0;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #fff;
}

#ferrara-blue-background-no-padding-background { 
    background-color: #007fc0; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #fff;
}

/* Cento Page Styles */

#cento-yellow-background-full-padding-background { 
    background-color: #feda32;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#cento-bluegrad-background-full-padding-background { 
    background: linear-gradient(-45deg, #00aeef, #4195c9, #255b7d, #46a1d9);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 50px 0;
    color: #000;
}

#hummus-background-full-padding-background { 
    background-color: #f9eecd;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}



@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#sandwich-toppers-background-half-padding-background {  
    background-color: #f9e93c;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#sandwich-toppers-background-no-padding-background { 
    background-color: #f9e93c; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

#dorm-recipes-background-half-padding-background {  
    background-color: #f7f4df;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#dorm-recipes-background-no-padding-background { 
    background-color: #f7f4df; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

#around-italy-background-half-padding-background {  
    background-color: #7da6d2;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#around-italy-background-no-padding-background { 
    background-color: #7da6d2; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

#cento-yellow-background-half-padding-background {  
    background-color: #feda32;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#cento-yellow-background-no-padding-background { 
    background-color: #feda32; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

#cento-black-background-full-padding-background { 
    background-color: #000;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#cento-black-background-half-padding-background {  
    background-color: #000;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#cento-black-background-no-padding-background { 
    background-color: #000; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}
 
#cento-white-background-full-padding-background { 
    background-color: #FFF;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#cento-white-background-half-padding-background {  
    background-color: #FFF;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#cento-white-background-no-padding-background { 
    background-color: #FFF; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative;  
    color: #000;
}

/* Bellino Page Styles */

#bellino-ribbon-background {
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed1c24+0,ed1c24+15,600000+50,ed1c24+85,ed1c24+100 */
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(left,  #ed1c24 0%, #ed1c24 15%, #600000 50%, #ed1c24 85%, #ed1c24 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed1c24), color-stop(15%,#ed1c24), color-stop(50%,#600000), color-stop(85%,#ed1c24), color-stop(100%,#ed1c24)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* IE10 preview */
	background: linear-gradient(to right,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c24',GradientType=1 ); /* IE6-9 */
    border-top: 3px solid #000;
 	border-bottom: 3px solid #000;
 	box-shadow: inset 0 7px 0 #fff, inset 0 9px 0 #000,
				inset 0 -7px 0 #fff, inset 0 -9px 0 #000;
 	height: 75px;
 	margin: 0 auto;
 	width: 100%;
  	z-index: 99;
  	position: relative;
}

#bellino-ribbon-overlay-img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

#bellino-yellow-background-full-padding-background { 
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
}

#bellino-red-background-full-padding-background { 
    background-color: #8a171b;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 20px 0;
    color: #fff;
}

#bellino-yellow-background-half-padding-background {  
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
}

#bellino-yellow-background-no-padding-background { 
    background-color: #866D4B; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
}

/* Bellino Splash Page Styles */

#bellino-paper-background-full-padding-background { 
	background-image: url(../images/misc/bellino_splash_page/paper_bg.jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
	background-size: cover;
}

#bellino-paper-background-half-padding-background { 
	background-image: url(../images/misc/bellino_splash_page/paper_bg.jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
	background-size: cover;
}

#bellino-paper-background-no-padding-background {
	background-image: url(../images/misc/bellino_splash_page/paper_bg.jpg);
    background-color: #866D4B; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
	background-size: cover;
}

/* Featured Chef Page Styles */
#featured-chef-background-full-padding-background { 
	background-image: url("../images/articles/featured_chef/featured_chef_background.jpg".jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
	background-size: cover;
}

#featured-chef-background-half-padding-background { 
	background-image: url(../images/articles/featured_chef/featured_chef_background2.jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
	background-size: cover;
}

#featured-chef-background-no-padding-background {
	background-image: url(../images/articles/featured_chef/featured_chef_background.jpg);
    background-color: #866D4B; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
	background-size: cover;
}

/* Pasta Cuts Page Styles */
#pasta-cuts-background-full-padding-background { 
	background-image: url("../images/articles/pasta_cut_guide/pasta_cuts_background.jpg".jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
	background-size: cover;
}

#pasta-cuts-background-half-padding-background { 
	background-image: url(../images/articles/pasta_cut_guide/pasta_cuts_background.jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
	background-size: cover;
}

#pasta-cuts-background-no-padding-background {
	background-image: url("../images/articles/pasta_cut_guide/pasta_cuts_background.jpg".jpg);
    background-color: #866D4B; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
	background-size: cover;
}

/* Summer Sauce Page Styles */
#summer-sauce-background-full-padding-background { 
	background-image: url("../images/articles/summer_sauces/summer_yellow.jpg".jpg);
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #000;
	background-size: cover;
}

#summer-sauce-background-half-padding-background { 
	background-image: url("../images/articles/summer_sauces/summer_yellow.jpg");
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
	background-size: cover;
}

#summer-sauce-background-no-padding-background {
	background-image: url("../images/articles/summer_sauces/summer_yellow.jpg");
    background-color: #866D4B; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #000;
	background-size: cover;
}


#top-sm-background-half-padding-background { 
	background-image: url("../images/articles/top_uses_sm/top-sm-background2.jpg");
    background-color: #866D4B;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #000;
	background-size: cover;
}

.paperTearTop {
	background-image: url(../images/misc/bellino_splash_page/paper_tear_top.png);
    height: 100px;
    margin: 0 auto; 
    width: 100%; 
    position: absolute;
	top: 0;
	z-index: 8888;
	background-repeat: none;
    background-size: cover;
}

.paperTearBottom {
	background-image: url(../images/misc/bellino_splash_page/paper_tear_bottom.png);
    height: 100px;
    margin: 0 auto; 
    width: 100%; 
    position: absolute;
	bottom: 0;
	z-index: 8888;
	background-repeat: none;
    background-size: cover;
}

.diamondsTop {
	background-image: url(../images/misc/bellino_splash_page/diamonds.jpg);
    height: 72px;
    margin: 0 auto; 
    width: 100%; 
    position: absolute;
	top: 0;
	z-index: 8888;
	background-repeat: none;
    background-size: cover;
}

.diamondsBottom {
	background-image: url(../images/misc/bellino_splash_page/diamonds.jpg);
    height: 72px;
    margin: 0 auto; 
    width: 100%; 
    position: absolute;
	bottom: 0;
	z-index: 8888;
	background-repeat: none;
    background-size: cover;
}

.buttonBellino {
    background-color: #866D4B; 
    border: none;
    color: white;
	font-family: 'Times New Roman', serif; 
    padding: 12px 24px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	width:100%;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonBellino:hover {
 	color: #fff;
    background-color: #a58b57; 
	cursor: pointer;
}

.organicSymbol {
	margin-bottom: 15px !important;
}

@media only screen and (min-width : 320px) and (max-width: 992px) {

	.positionBellinoElements {
		text-align: center;
	}
		
	.buttonBellino {
		margin-bottom: 75px !important;
	}
	
}

@media only screen and (min-width : 320px) and (max-width: 480px) {
	
	.oliveText {
		width: 100%;
	}
	
	.pestoText {
		width: 100%;
	}
	
}


@media only screen and (min-width : 481px) {
	
	.oliveText {
		width: 60%;
	}
	
	.pestoText {
		width: 80%;
	}
		
}

#bellino-ribbon-background-alt {
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed1c24+0,ed1c24+15,600000+50,ed1c24+85,ed1c24+100 */
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(left,  #ed1c24 0%, #ed1c24 15%, #600000 50%, #ed1c24 85%, #ed1c24 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed1c24), color-stop(15%,#ed1c24), color-stop(50%,#600000), color-stop(85%,#ed1c24), color-stop(100%,#ed1c24)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* IE10 preview */
	background: linear-gradient(to right,  #ed1c24 0%,#ed1c24 15%,#600000 50%,#ed1c24 85%,#ed1c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c24',GradientType=1 ); /* IE6-9 */
    border-top: 3px solid #000;
 	border-bottom: 3px solid #000;
 	box-shadow: inset 0 7px 0 #fff, inset 0 9px 0 #000,
				inset 0 -7px 0 #fff, inset 0 -9px 0 #000;
 	height: 75px;
 	margin: 0 auto;
 	width: 100%;
  	z-index: 99;
  	position: relative;
	top: -260px;
}

#bellino-ribbon-overlay-img-alt {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.h1Bellino {
	font-size: 36px;
	font-family: 'Times New Roman', serif; 
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1; 
	color: inherit;
	font-style: italic;
}

.hrBellino {
	background-color: #8e7558;
	color: #8e7558;
	border-top: 3px solid #8e7558;;
}

.bellinoRedBorderStyle {
	border: 4px solid #8a171b;
}

.bellinoGreenBorderStyle {
	border: 4px solid #153325;
}

.containerRecipe {
  position: relative;
  width: 100%;
}

.overlayRecipeText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}

.containerRecipe:hover .overlayRecipeText { 
  opacity: 1;
}

.textRecipe {
  color: white;
  font-size: 36px;
  font-family: 'Times New Roman', serif; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.textRecipe a {
  color: white;
  text-decoration: none;
  font-size: 36px;  
  font-family: 'Times New Roman', serif; 
}

textRecipe a:hover {
  color: #bbb;
  text-decoration: none;
  font-size: 36px;  
  font-family: 'Times New Roman', serif; 
}

/* Maurizio Page Styles */ 

#maurizio-red-background-full-padding-background { 
    background-color: #82292b;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

#maurizio-red-background-half-padding-background {  
    background-color: #82292b;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #fff;
}

#maurizio-red-background-no-padding-background { 
    background-color: #82292b; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #fff;
}

/* Find My Field Home Page Styles */ 

#fmf-image-background-full-padding-background { 
	background-image:url(../images/parallax/san_marzano_field.png);
    background-color: #474747;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

#fmf-image-background-half-padding-background { 
	background-image:url(../images/parallax/san_marzano_field.png);
    background-color: #474747;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
	padding: 50px 0;
    color: #fff;
}

#fmf-image-background-no-padding-background { 
	background-image:url(../images/parallax/san_marzano_field.png);
    background-color: #474747; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #fff;
}


/*FMF Overlay HomePage Styles */

.overlayFMF {
  position: relative;
  width: 100%; 
  height: 450px;
  z-index: 500;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;    
  margin: 0 auto; 
  border: none; 
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }

/* Custom Column Styles */

.col-white {
  background-color: #F7F7F7;
  color: #000;
  padding-top: 2px;
  background: rgb(255, 255, 255); /* The Fallback */
  background:rgba(255,255,255, 0.9);
}

.col-white-gray {
  background-color: #F7F7F7;
  color: #000;
  padding-top: 2px;
  background: rgb(252, 252, 252); /* The Fallback */
  background:rgba(252,2532,252, 0.9);
}

.col-reverse-text-white {
  color: #fff;
  padding-top: 2px;
}

.col-black {
  background-color: #000;
  color: #fff;
  padding-top: 2px;
  background: rgb(0, 0, 0); /* The Fallback */
  background:rgba(0,0,0, 0.7);
}

.col-reverse-text-black {
  color: #000;
  padding-top: 2px;
}

.col-img {
  padding: 0px !important; 
}

.col-img-neg {
  padding: 0px !important; 
  margin-top: -10px;
}

/* SVG Map Styles */

#mapWhereToBuy {
	width: 100% !important;
	height: 500px;
}

#mapmapWhereToBuy svg {
	width: 100%;
}

#clicked-state {
	margin-bottom: 40px;
}

/* Center Items */

.center {
	text-align: center;
	margin: 0 auto;
}

/* Custom Fonts and Styles */

@font-face {
	font-family: 'Quaddratt';
	src:  url('../fonts/QuadraatSansDisplayProBlack.eot');
	src:  url('../fonts/QuadraatSansDisplayProBlack.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/QuadraatSansDisplayProBlack.ttf') format('truetype')
} 
 
@font-face {
	font-family: 'Abelina';
	src:  url('../fonts/AbelinaPro.eot');
	src:  url('../fonts/AbelinaPro.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/AbelinaPro.ttf') format('truetype')
}

@font-face {
	font-family: 'Helvetica57';
	src:  url('../fonts/HelveticaNeueFiftySeven.eot');
	src:  url('../fonts/HelveticaNeueFiftySeven.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/HelveticaNeueFiftySeven.ttf') format('truetype')
}

@font-face {
	font-family: 'Helvetica77'; 
	src:  url('../fonts/HelveticaNeueSeventySeven.eot');
	src:  url('../fonts/HelveticaNeueSeventySeven.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/HelveticaNeueSeventySeven.ttf') format('truetype')
}

/*Formstack Custom Styles */

.fsForm input[type=text] {
	font-family: "Gill Sans","Gill Sans MT",Calibri,sans-serif;
    width: 100% !important;
	height: 35px;
	color: #000;
    border: 1px solid #797979;
    border-radius: 4px;
	font-weight: normal;
}

.fsForm {
	font-weight: normal;
	font-size: 16px;
	width: 100%;
}

.fsForm table {
	background-color: #F7F7F7;
	width: 100%;
}

.fsRowBody {
	background: none;
	width: 100%;
}

.fsFieldFocused {
	background-color: transparent; 
}

.fsBody .fsForm { 
 	background-color: transparent; 
	border-radius:5px;
	width: 100%;
}
 
.fsLabel { 
	color: #000; 
	font-weight:700;
	font-size: 16px;
	margin-right: 3px;
}

.fsRowBody textarea { 
	color: #000;
	border: 1px solid #000;
	background-color: #fff; 
	width: 100%;
	border-radius:5px;
}

.fsSupporting { 
	color: #000; 
	font-weight: normal;
	font-size: 16px;
}

.fsOptionLabel {
	font-weight: normal;
	font-size: 16px; 
}
	
.fsValidationError {
	color: #000; 
}
		
.fsRequiredMarker { 
	color: #FF0004; 
}

.fsForm .fsCell {
    padding: 14px; 
}
	
.fsSubmitButton {
	margin-top: 20px;
	border: none;
	background-color: #008BF4;
	color: #fff;
	border-radius: 5px;
	height: 38px; 
	padding-left: 15px;
	padding-right: 15px;
}

.fsForm button {
	font-size: 26px;
	margin-top: 20px;
}
	
.fsError {
    width: 100%;
    margin: 15px auto;
    font-size: 20px;
    background-color: #fee;
    color: #000;
    border: 1px solid red;
    padding: 10px;
    clear: both;
    text-align: center;
}

.fsValidationError {
	background-color: #FFE0E1; 
}
	
.fsFieldRow input[type="text"], .fsForm textarea { 
  	font-weight:normal; 
	padding: 2px;
}

.fsForm select {
	width: 100%; 
}

.fsPage {
	background-color: #F7F7F7;
}

.fsFormatEmail, .fsFormatPhoneUS {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #797979;
}


.fsForm img {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

/* Sales Form Styles */

.sales-form a {
	color: #000;
}

.sales-form a:hover {
	color: #2A2A2A;
}

#carryForm, #retailerForm, #distributorForm, #serviceForm {
	display: none;
}

/* Contact Form Styles */

.contact-form a {
	color: #000;
}

.contact-form a:hover {
	color: #2A2A2A;
}

#recipeForm, #productForm, #expirationForm, #locateForm {
	display: none;
}

/* Google Maps Style */

 #mapContact {
   width: 100%;
   height: 400px;
   margin-top: 20px;
 }
 
 
/* Custom Sidebar Area Styles */

#sidebar {
	background-color: #7D0002;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #7D0002;
}

#sidebar li.active {
  	border:0 #eee solid;
  	border-right-width:4px;
}

#sidebar li {
	text-transform: uppercase;
	font-size: 16px;
}

/* Custom JSON Image for Header Styles */

.imgJSONheader {
	height:100%; width:auto;
}


/* Custom h1 for Image Overlay Styles */

.heroImgCategory {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0,0,0,.85);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.heroImgCategory h1 {
    font-size: 2.8em;     
    font-weight: bold;
	font-style: normal;
    margin: 0;
    padding: 0;
} 

.heroImgSubCategory {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0,0,0,.85);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

@media only screen and (min-width : 320px) {
   .heroImgSubCategory h1 {
    font-size: 1.65em;    
    font-weight: bold;
	font-style: normal;
    margin: 0;
    padding: 0;
}     
}

@media only screen and (min-width : 480px) {
 .heroImgSubCategory h1 {
    font-size: 1.8em;    
    font-weight: bold;
	font-style: normal;
    margin: 0;
    padding: 0;
}
}

@media only screen and (min-width : 768px) {
.heroImgSubCategory h1 {
    font-size: 1.9em;    
    font-weight: bold;
	font-style: normal;
    margin: 0; 
    padding: 0;
} 
}

/* Recipe Sub Category Text Under Image Styles */

.recipeSubCategoryImgCaption {
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-size: 19px;
	font-weight: 500;
	text-align: center;  
	height: 30px;
} 


/* Recipe Slider Image Styles */

#recipeSlider {
	width: 2000px;
	height: 450px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

/* Recipe Category Image Div Styles */

#imagesCategoryRecipe {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Zoom Recipe Image on Hover */

#recipeZoom {
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#recipeZoom img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
} 

#recipeZoom img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
	border-radius: 6px;
}

/* Recipe Description Div Styles */
	 
#recipeDescription {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px dotted #000; 
	border-bottom: 1px dotted #000; 
	font-style: italic;
	text-align: center;
}

/* Recipe Nutritional Info Div Styles */
	 
#recipeNutrition {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px dotted #000; 
	border-bottom: 1px dotted #000; 
	font-style: italic;
	text-align: center;
}

/* Recipe Title Div Styles */
	
#recipeTitle h1 {
	font-size: 36px;
	margin-right: 10px;
}

@media(max-width:767px){
#recipeTitle h1 {
	font-size: 36px;
	text-align: center;
}	

.cookMobile {
	text-align: center;
}
}

/* Recipe Author Div Styles */

#recipeAuthor {
	display: none;
}
	
#recipeAuthor h3 {
	font-size: 20px;
	font-style: italic;
	margin-top: -10px;
} 

#recipeAuthor a {
	color: #333;
	text-decoration: underline;
}
 
#recipeAuthor a:hover {
	color: #6C6C6C;
	text-decoration: underline;
} 

/* Similar Recipe Link Styles */

#recipeSimilar a {
	color: #333;
}

#recipeSimilar a:hover {
	color: #6C6C6C;
}

/* Recipe Ingredients List Styles */

#recipeIngredients ul li  {
    color: #333;
    list-style-type: none;
}

#recipeIngredients ul li a  {
    color: #333;
    list-style-type: none;
	text-decoration: underline;
}

#recipeIngredients ul li a:hover {
    color: #6C6C6C;
	text-decoration:underline;
    list-style-type: none;
}

#recipeIngredients ul li:before {
    color: #7D0002;
    float: left;
    margin: 0 0 0 -1em;
    width: 1em;
    content: '\2022';
}

/* Recipe Video Styles */

#recipeVideo { 
	display: none;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

/* Recipe Social Share Icons Styles */

.addthis_inline_share_toolbox {
	z-index: 3;
	margin-right: -2px;
}

.at-share-btn-elements {
	float: right; 
	margin-bottom: -60px; 
}

#recipesShare {
	position: relative;
	top: -26px;
	float: right !important;
}

#recipesShareMobile {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	float: left !important;
}

/* Recipe Back Button Styles */

.backButtonRecipe { 
	z-index: 3;
	float: left;
	margin-bottom: -60px; 
	background-color: #000;
	color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Video BG Styles San Marzano */
 
@media only screen and (min-width : 320px) {
.overlayVideo {
  position: absolute;
  width: 80%;
  height: 990px;
  z-index: 2;
  background-color: #080d15;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
 
.video-container {
  width: 100%; 
  height: 1050px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image:url(../images/carousel/responsibility/responsibility_header.jpg); */
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-container video {
  display: none;
}	
}

@media only screen and (min-width : 480px) {
.overlayVideo {
  position: absolute;
  width: 80%;
  height: 650px;
  z-index: 2;
  background-color: #080d15;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;  
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }	
	
.video-container {
  width: 100%; 
  height: 700px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image:url(../images/carousel/responsibility/responsibility_header.jpg);*/
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}


.video-container video {
  display: none;
}
}

@media only screen and (min-width : 768px) {
.overlayVideo {
  position: absolute;
  width: 80%;
  height: 450px;
  z-index: 2;
  background-color: #080d15;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
 
.video-container {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image:url(../images/carousel/responsibility/responsibility_header.jpg);*/
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-container video {
  display: none;
}
}

@media only screen and (min-width : 992px) {
.overlayVideo {
  position: absolute;
  width: 80%;
  height: 350px;
  z-index: 2;
  background-color: #080d15;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
 
.video-container {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image:url(../images/carousel/responsibility/responsibility_header.jpg); */
  background-color: #000; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.video-container video {
  display: none;
}
}

@media only screen and (min-width : 1200px) {
.overlayVideo {
  position: absolute;
  width: 80%;
  height: 300px;
  z-index: 2;
  background-color: #080d15;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }

.video-container {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:none;
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-container video {
  display: block;
}
}

/* Video BG Styles FMF */

@media only screen and (min-width : 992px) {
.overlayVideoFMF {
  position: absolute;
  width: 450px;
  height: 450px; 
  z-index: 2;
  background-color: #CBCBCB;
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 10%;  
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
 
.video-containerFMF {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative; 
  bottom: 0;
  left: 0;
  right: 0;
  background-image:url(../images/carousel/responsibility/responsibility_header.jpg);
  background-color: #000;  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerFMF video {
  display: block; 
}
}

@media only screen and (min-width : 1200px) {
.overlayVideoFMF {
  position: absolute;
  width: 450px;
  height: 450px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 10%;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
.video-containerFMF {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:none;
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerFMF video {
  display: block;
}
}

/* Video BG Styles STATEMENT PAGE */

@media only screen and (min-width : 992px) {
.overlayVideoFMF2 {
  position: absolute;
  width: 40%;
  height: 750px; 
  z-index: 2;
  
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 5%;  
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }

.overlayVideoFMF3{
  position: absolute;
  width: 40%;
  height: 750px; 
  z-index: 2;
  
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 55%;  
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
 
.video-containerFMF2 {
  width: 100%; 
  height: 750px; 
  overflow: hidden;
  position: relative; 
  bottom: 0;
  left: 0;
  right: 0;
}

.video-containerFMF2 video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
}

@media only screen and (min-width : 1200px) {
.overlayVideoFMF2 {
  position: absolute;
  width: 40%;
  height: 750px;
  z-index: 2;
  
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 5%;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }

.overlayVideoFMF3{
  position: absolute;
  width: 40%;
  height: 750px; 
  z-index: 2;
  
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 55%;  
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.video-containerFMF2 {
  width: 100%; 
  height: 750px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-containerFMF2 video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
}

/* Video BG Styles BTMB */

@media only screen and (min-width : 992px) {
.overlayVideoBTMB {
  position: absolute;
  width: 450px;
  height: 450px; 
  z-index: 2;
  background-color: #CBCBCB;
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 60%;  
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
 
.video-containerBTMB {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative; 
  bottom: 0;
  left: 0;
  right: 0;
  
  background-color: #000;  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerBTMB video {
  display: block; 
}
}

@media only screen and (min-width : 1200px) {
.overlayVideoBTMB {
  position: absolute;
  width: 450px;
  height: 450px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 60%;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
 }
.video-containerBTMB {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:none;
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerBTMB video {
  display: block;
}
}

/* Video BG Styles Kitchen Articles */
 
@media only screen and (min-width : 320px) {
.overlayVideoKA {
  position: absolute;
  width: 80%; 
  height: 990px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #000;
 }
 
.video-containerKA {
  width: 100%; 
  height: 1050px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:url(../images/misc/joe_cooking_still_small.png);
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerKA video {
  display: none;
}	
}

@media only screen and (min-width : 480px) {
.overlayVideoKA {
  position: absolute;
  width: 80%;
  height: 650px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;  
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #000;
 }	
	
.video-containerKA {
  width: 100%; 
  height: 700px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:url(../images/misc/joe_cooking_still_small.png);
  background-color: #CBCBCB; 
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerKA video {
  display: none;
}
}

@media only screen and (min-width : 768px) {
.overlayVideoKA {
  position: absolute;
  width: 80%;
  height: 450px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #000;
 }
 
.video-containerKA {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:url(../images/misc/joe_cooking_still.png);
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerKA video {
  display: none;
}
}

@media only screen and (min-width : 992px) {
.overlayVideoKA {
  position: absolute;
  width: 80%;
  height: 350px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em; 
  line-height: 1.5;
  text-align: left;
  color: #000;
 }
 
.video-containerKA {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:url(../images/misc/joe_cooking_still.png);
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-containerKA video {
  display: block;
} 
} 

@media only screen and (min-width : 1200px) {
.overlayVideoKA {
  position: absolute;
  width: 80%;
  height: 300px;
  z-index: 2;
  background-color: #CBCBCB; 
  background: rgb(247, 247, 247);
  background: rgba(247, 247, 247, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  padding: 2em;
  line-height: 1.5;
  text-align: left;
  color: #000;
 }
.video-containerKA {
  width: 100%; 
  height: 600px; 
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:none;
  background-color: #CBCBCB; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
 
.video-containerKA video {
  display: block;
} 
}


/* Custom Anna Pasta Category Button Styles */

.btncustom {
  border: 1px solid #000;
  width: 100%;
  background: #e31d19;
  border-radius: 3px;
  font-size: 20px;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;
}

.activecustom {
 background: #122C5C; 
 border: 1px solid #000;
 color: #fff;
 text-decoration: none;
}

.spacer {
  clear: both;
  height: 20px;
}

/* FMF Lot Code Form Styles */

.headingCustom {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}

#invalidLot, #invalidLot1, #invalidLot2, #invalidLot3, #invalidLot4, #invalidLot5, #invalidLot6, #invalidLot8, #invalidLot9, #invalidLot10, #invalidLot11  {
	color: red; 
	display: none;
}
 
/* FMF Map Styles */

#mapFindMyField {
	width: 100% !important;
	height: 500px; 
	margin-bottom: 30px;
	padding: 0px;
}

/* BTMB Map Styles */

#mapBackToMyBoat {
	width: 100% !important;
	height: 500px; 
	margin-bottom: 30px;
	padding: 0px;
}


/* Return to Top Icon Styles */
 
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
	display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Mailing List Alt Styles */

.mailingListAltSmall {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -40px;
	text-align: center;
}

.mailingListAltSmall p {
	font-style: italic;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: -3px;
}

/* Hide Divs for Individual Products */

#productSocialShare, #individualProduct, #relatedProducts, #showBreadcrumbProduct {
	display: none;
}

/* Change Active Category Cursor to Hand */
.activeCategory a {
	cursor: pointer;
}

/* New Footer Styles */

.footer-bs {
	border-top: 8px solid #feda32;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-image:url(../images/textures/dark_wood.webp);
    background-color: #3c3d41;
	padding: 30px 30px;
	margin-top: 50px !important;
	margin-bottom: -3px !important;
	z-index: 700; 
	position: relative;
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:15px; color:#E5E5E5; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:#E5E5E5; font-weight:normal; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:#E5E5E5; text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
	color: #feda32;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px; margin-left: -10px;}
.footer-bs .footer-nav ul.list a { color:#E5E5E5; }
.footer-bs .footer-nav ul.list a:hover { color:#E5E5E5; text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #feda32;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a {color:#E5E5E5;}
.footer-bs .footer-social a:hover { color:#B7B7B7; text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #feda32;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:15px; color:#E5E5E5; }

.footer-bs .form-control {
	border-radius: 0px;
}

.footer-bs .btnSubmit {
	border-radius: 0px;
}

/*@media only screen and (max-width : 480px) {
.footer-bs {
	text-align: center;
	margin: 0 auto;
}
}*/

/* SEO Styles */

.h1SEO {
	font-size: 36px;
	font-family: Quaddratt, Fallback, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1; 
	color: inherit;
}

.h2SEO {
	font-size: 30px; 
}

/* Override timeline styles */

.tl-attribution {
	display: none;
}

/* Recipe Pages Print Styles */

@media print {

.topnavcontainer {
	display: none;
}
	
.navbar {
	display: none;
}

.footer-bs {
	display: none;
}

.centerlogomobile {
	display: none;
}

.centerlogotablet {
	display: none;
}

#header {
	display: none;
}

#recMain {
	display: none;
}

#footer {
	display: none;
}

img, table {
	page-break-inside: avoid;
}

a:after {
	content:" <" attr(href) ">";
	display: none;
}

a[href^=http]:after {
	content:" <" attr(href) ">";
	display: none;
}

.container-fluid {
	display: none;
}

.breadcrumb {
	display: none;
}

#recipeSimilar {
	display: none;
} 

.hidePrint {
	display: none;
}

} 
 
/* Where to Buy Styles */

/* Pagination controls */

#paginateView {
    clear: both;
    padding:0; 
    margin:0 auto;
	list-style-type: none;
	margin-top: -10px;
} 

#paginateView li { 
    float:left;
    margin-right:10px;
}
#paginateView li a {
    display:block;
    color:#000;
    font:bold 11px;
    text-shadow:0px 1px white;
    padding:5px 8px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    background:#f9f9f9;    
}
#paginateView li a.current {
    color:#000;
    text-shadow:0px 1px #3f789f;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    background:#feda32;
}
#paginateView li a:hover {
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    background:#fff; 
}
#paginateView li a:active,#pagin li a.current:active {
    -webkit-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
}
#paginateView li a.current:hover {
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    background:#feda32; 
} 

/* State Button Show Selected */ 

#stateButton {
	margin-bottom: 10px;
}

/* Custom Popup Form for Recipe Page*/

#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: 100px; 
  height: 30px; 
  line-height: 30px;
  background: teal;
  color: white; 
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}
 
#contact:hover { background: #666; }
#contact:active { background: #444; } 

#contactForm { 
  display: none;
  z-index: 8000;   
  border: 4px solid #00aeef; 
  text-align: center;
  width: 408px; 
  background: #fff;
  position: fixed;
  top:65%;  
  left:50%; 
  transform: translate(-50%,-65%);
  border-radius: 3px;
}     
        
#contactForm input {     
  margin: .8em auto;  
  font-family: inherit;  
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 320px;        
} 
 
#contactForm p {
  color: #595959;
  padding:23px; 
  margin-bottom: -10px;
}
   
#contactForm textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  display: block; 
  width: 280px; 
  padding: .6em;
} 

#contactForm textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block; 
  background: #00aeef; 
  color: #ffffff;   
  font-weight: 600;
  font-size: 1.2em;
  border: none; 
  height: 30px;
}

.overlayRecipeForm {  
 	position:fixed;
	z-index: 7800;
	display:none; 
    /* color with alpha transparency */
    background-color: rgba(0, 0, 0, 0.6);
    /* stretch to screen edges */
    top: 0;
	left: 0;
    bottom: 0;
    right: 0;
}
 
/* Two Column Contact Form */

#contactFormTwoColumn {  
  width: 700px;
  display: none; 
  z-index: 8000;  
  /*border: 15px solid #e6e6e6;*/  
  text-align: center;
  background: #fff;
  position: fixed; 
  top:65%;   
  left:50%; 
  transform: translate(-50%,-65%);
  padding-left: 15px;
  padding-right: 15px;
}  

#contactFormTwoColumn .column {
  float: left;
  width: 50%;
}
        
#contactFormTwoColumn input {     
  margin: .8em auto;  
  font-family: inherit;  
  text-transform: inherit; 
  font-size: inherit;
  width: 100%;
  display: block;        
} 

#contactFormTwoColumn h1 {
  margin-top: 3px;
  margin-bottom: -5px; 
}

#contactFormTwoColumn h4 {
  margin-top: 3px;
  margin-bottom: -5px; 
}

.overlayRecipeFormTwoColumn {   
 	position:fixed;
	z-index: 7800;
	display:none; 
	width: 100%;
	padding: 5px;
    /* color with alpha transparency */
    background-color: rgba(0, 0, 0, 0.6);
    /* stretch to screen edges */
    top: 0;
	left: 0;
    bottom: 0; 
    right: 0; 
} 

#closeButtonContactForm {
    font-size: 12pt;
	position: absolute;
	right: -14px;
	top: -14px;  
	color: #000;
	background-color: #e6e6e6;
	height: 30px; 
	width: 30px; 
	border-radius: 30px;
	border: 2px solid #e6e6e6;
}

@media only screen and (max-width : 768px) {
	#contactFormTwoColumn {
        width: 475px;
    }   
	#contactFormTwoColumn .column {
        width: 100%;
    }
	.recipeFormImage {
		display: none; 
	}
}

@media only screen and (max-width : 480px) {
	#contactFormTwoColumn {
        width: 300px;
    } 
	#contactFormTwoColumn .column {
        width: 100%;
    }
	.recipeFormImage {
		display: none; 
	}
}

@media only screen and (max-width : 320px) { 
	#contactFormTwoColumn {
        width: 250px;
    } 
	#contactFormTwoColumn .column {
        width: 100%;
    }
	.recipeFormImage {
		display: none;    
	}
} 

/* Non Formstack Customer Support Forms */

.recipeForm button {
	font-size: 26px;
}

.productForm button {
	font-size: 26px;
}

.expirationForm button {
	font-size: 26px;
}

.locateForm button {
	font-size: 26px;
}

/* BTB Dynamic Map */

.dynamicBTBMap {
     width: 800px;
     margin:20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .dynamicBTBMap {
	width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .dynamicBTBMap {
	width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .dynamicBTBMap {
	width: 300px; 
  }
}

/* Carousel Control FMF Page */
.control-box {
    text-align: center;
	margin: 0 auto; 
    width: 100%;
}  

/* Custom Button for PAC Page */

.buttonPAC {
    background-color: #c96c2e; /* Brown */
    border: none;
    color: white;
    padding: 12px 24px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	width:100%;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonPAC {
	background-color: #c96c2e;
	width:100%; 
}   

.buttonPAC:hover {
 	color: #fff;
  	background: #8d4a02;
  	border-color: #8d4a02;
}

/* The indicators */
#subCarousel .carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 65px;
	margin-right: -19px; 
}

/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}

.carousel-indicators .active {
	background: #428bca;
}

#subCarousel {
	display: none;
}

/* Homepage Recipe Styles */

.recipeContainerImg {
	text-align: center;
    margin: auto;
    width: 20%;
    position: relative;
    top: -90px; 
    margin-bottom: -60px;
}

.recipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00aeef;
  border: none;
}

.recipeContent .recipeContent-overlay {
  background: rgba(33, 139, 198, 0.7);
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.recipeContent:hover .recipeContent-overlay{
  opacity: 1;
}

.recipeContent-image{
  width: 100%;
  border-radius: 50%;
}

.recipeContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.recipeContent:hover .recipeContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.recipeContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.centerRecipeText {
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
}  

.fancyh1 { 
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
  font-size: 45px; 
}  

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

    .fancyh1 { 
        text-align: center;
        margin-top: 10px;    
        margin-bottom: 20px;    
        color: #000;
        font-size: 36px; 
    }  
}

.recipeContent-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}
 
.fadeIn-right{
  left: 80%;
}

#recipe-image-background-half-padding-background { 
	background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),  
    /* bottom, image */
    url(../images/parallax/recipe_bg.jpg); 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative;    
	padding: 50px 0;
    color: #000; 
} 

.divider::before,
.divider::after { 
	margin-top: -50px;
    display: inline-block;
    content: "";
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 42%;
    margin: 0 1rem;  
    transform: translateY(-1rem);  
} 

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .divider::before,
  .divider::after { 
	margin-top: -50px;
    display: inline-block;
    content: "";
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 40%;
    margin: 0 1rem;  
    transform: translateY(-1rem);   
  } 
}
@media only screen and (max-width: 767px) {
  .divider::before,
  .divider::after { 
	margin-top: -50px;
    display: inline-block;      
    content: "";      
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 34%; 
    margin: 0 1rem;  
    transform: translateY(-1rem);  
  } 
} 
@media only screen and (max-width: 480px) {
  .divider::before,
  .divider::after {  
	margin-top: -50px; 
    display: inline-block;
    content: "";
    border: 0;    
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 27%;  
    margin: 0 1rem;  
    transform: translateY(-1rem); 
  } 
}

/* BTMB Styles */

.fancyh1BTMB { 
  text-align: center;
  color: #000;
  font-size: 60px;  
  /*background: rgba(255,255,255,0.9);
  position: relative;
  top: -70px;*/
  padding-top: 30px;
  padding-left: 30px; 
  padding-right: 30px; 
  padding-bottom: 10px; 
} 

.fancyh1BTMBWhite { 
  text-align: center;
  color: #FFF;
  font-size: 60px;  
  /*background: rgba(255,255,255,0.9);
  position: relative;
  top: -70px;*/
  padding-top: 0px;
  padding-left: 30px; 
  padding-right: 30px; 
  padding-bottom: 10px; 
}

.btmbContainerImg {
  text-align: center;
  margin: auto;
  width: 20%;
  position: relative;
  top: -90px; 
  margin-bottom: -60px;
} 

.btmbContent {
  position: relative;
  width: 100%;
  margin: auto; 
  overflow: hidden;
  border-radius: 50%;
  background-color: #00aeef;
  border: 3px solid #005b7f; 
}

.btmbContent .btmbContent-overlay {
  background: rgba(33, 139, 198, 0.7);
  position: absolute;
  height: 100%;     
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.btmbContent:hover .btmbContent-overlay{
  opacity: 1;
}

.btmbContent-image{
  width: 100%;
  border-radius: 50%;
}

.btmbContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btmbContent:hover .btmbContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.btmbContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.btmbCenterText {
  text-align: center;    
  margin-top: 10px;       
  margin-bottom: 20px;    
  color: #000; 
}  
 
.activeTuna {
    display: block; 
} 

.secondaryTuna { 
    display: none;
} 

.activeAlbacoreTuna {
    display: block; 
}

.secondaryAlbacoreTuna { 
    display: none;
} 

.mapBorder {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.invis {
	display: none;
}

#invalidCan {
	color: red; 
	display: none;
}

#btmb-gray-half-padding-background {  
    background-color: #d7d7d7;
    height: auto;
    margin: 0 auto; 
    width: 100%;  
    position: relative;  
	padding: 50px 0;
    color: #000; 
}

#btmb-blue-half-padding-background {  
    background-color: #00aeef;
    height: auto;
    margin: 0 auto; 
    width: 100%;  
    position: relative;  
	padding: 50px 0;
    color: #000; 
}

#ocean-bg-half-padding-background {  
    background-color: #00aeef;
    height: auto;
	padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width : 320px) {
	#ocean-bg-half-padding-background {  
		background-color: #d7d7d7;
		height: auto;
		margin: 0 auto;   
		width: 100%;  
		position: relative;  
		padding: 50px 0;
		color: #000; 
	}
}

@media only screen and (min-width : 480px) {
	#ocean-bg-half-padding-background {  
		background-color: #d7d7d7;
		height: auto;
		margin: 0 auto;     
		width: 100%;  
		position: relative;  
		padding: 50px 0;
		color: #000; 
	}
}

@media only screen and (min-width : 768px) {
	#ocean-bg-half-padding-background {  
		background-color: #d7d7d7;
		height: auto;
		margin: 0 auto;  
		width: 100%;  
		position: relative;  
		padding: 50px 0;
		color: #000; 
	}
}

@media only screen and (min-width : 992px) {
	#ocean-bg-half-padding-background {  
		background-image: url(../images/misc/btmb/ocean-bg.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

#poleLineParallax {
    background-image: url(../images/misc/btmb/tuna_bg2.jpg);
    background-color: #00aeef;
    height: auto;
	padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width : 320px) {
	#poleLineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 480px) {
	#poleLineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 768px) {
	#poleLineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg2.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 992px) {
	#poleLineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg2.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

#longLineParallax {
    background-image: url(../images/misc/btmb/tuna_bg.jpg);
    background-color: #00aeef;
    height: auto;
	padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width : 320px) {
	#longLineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 480px) {
	#longLineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 768px) {
	#longLineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 992px) {
	#longLineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}



#purseseineParallax {
    background-image: url(../images/misc/btmb/tuna_bg3.jpg);
    background-color: #00aeef;
    height: auto;
	padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width : 320px) {
	#purseseineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 480px) {
	#purseseineParallax {
    	background-image: none;
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 768px) {
	#purseseineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg3.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}

@media only screen and (min-width : 992px) {
	#purseseineParallax {
    	background-image: url(../images/misc/btmb/tuna_bg3.jpg);
    	background-color: #00aeef;
    	height: auto;
		padding: 50px 0;
    	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
}





.skipjackSpeciesText {
	display: none;
}

.albacoreSpeciesText {
	display: none;
}

.vesselDiv {
	display: none;
	margin-bottom: -8px;
}

.canContainerDiv {
	display: none;
}

.sustainabilityDiv {
	display: none;
}

.methodOfCatchDiv {
	display: none;
}

.btmbfeaturedrecipes {
	display: none;
}

.resultsDiv {
	display: none;
}

.fishSpeciesSkipjack {
	display: none;
}

.boldIconText {
	font-size: 20px; 
	font-weight: bold;
}

.skipjackSubContent {
	display: none;
	margin-top: 50px;
}


.albacoreSubContent {
	display: none;
	margin-top: 50px;
}

@media only screen and (min-width : 320px) {
	.fishSpeciesSkipjack {
		display: none;
		margin-bottom: 70px;
	}
}

@media only screen and (min-width : 480px) {
	.fishSpeciesSkipjack {
		display: none;
	}
}

@media only screen and (min-width : 768px) {
	.fishSpeciesSkipjack {
		display: none;
	}
}

@media only screen and (min-width : 992px) {
	.fishSpeciesSkipjack {
		display: none;
	}
}
	
.fishSpeciesAlbacore {
	display: none;
}

@media only screen and (min-width : 320px) {
	.fishSpeciesAlbacore {
		display: none;
		margin-bottom: 70px;
	}
}

@media only screen and (min-width : 480px) {
	.fishSpeciesAlbacore {
		display: none;
	}
}

@media only screen and (min-width : 768px) {
	.fishSpeciesAlbacore {
		display: none;
	}
}

@media only screen and (min-width : 992px) {
	.fishSpeciesAlbacore {
		display: none;
	}
}

.speciesTextResultsPadding {
	padding-left: 50px;
	padding-right: 50px;
}

.vesselDescriptionAlbacore {
	display: none;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width : 320px) {
	.vesselDescriptionAlbacore {
		display: none;
		clear: both;
		padding: 5px;
	}
}

@media only screen and (min-width : 480px) {
	.vesselDescriptionAlbacore {
		display: none;
		clear: both;
		padding: 30px;
	}
}

@media only screen and (min-width : 768px) {
	.vesselDescriptionAlbacore {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width : 992px) {
	.vesselDescriptionAlbacore {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.vesselDescriptionSkipjack {
	display: none;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width : 320px) {
	.vesselDescriptionSkipjack {
		display: none;
		clear: both;
		padding: 5px;
	}
}

@media only screen and (min-width : 480px) {
	.vesselDescriptionSkipjack {
		display: none;
		clear: both;
		padding: 30px;
	}
}

@media only screen and (min-width : 768px) {
	.vesselDescriptionSkipjack {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width : 992px) {
	.vesselDescriptionSkipjack {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.vesselDescriptionSeine {
	display: none;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width : 320px) {
	.vesselDescriptionSeine {
		display: none;
		clear: both;
		padding: 5px;
	}
}

@media only screen and (min-width : 480px) {
	.vesselDescriptionSeine {
		display: none;
		clear: both;
		padding: 30px;
	}
}

@media only screen and (min-width : 768px) {
	.vesselDescriptionSeine {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width : 992px) {
	.vesselDescriptionSeine {
		display: none;
		clear: both;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width : 320px) {
	.canContainerOverlay {
		background-color: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 480px) {
	.canContainerOverlay {
		background-color: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 768px) {
	.canContainerOverlay {
		background-color: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 992px) {
	.canContainerOverlay {
		background-color: rgba(255, 255, 255, 0.4);
		padding: 50px;
		margin-top: 60px;
		margin-bottom: 50px;
	}
}

@media only screen and (min-width : 320px) {
	.canContainerOverlayPoleAndLongLine {
		background-color: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 480px) {
	.canContainerOverlayPoleAndLongLine {
		background-color: none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 768px) {
	.canContainerOverlayPoleAndLongLine {
		background-color: rgba(255, 255, 255, 0.85);
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width : 992px) {
	.canContainerOverlayPoleAndLongLine {
		background-color: rgba(255, 255, 255, 0.85);
		padding: 50px;
		margin-top: 60px;
		margin-bottom: 50px;
	}
}


    
.h2BTMBCustom {
	font-size: 43px;
	font-family: 'Abelina', Fallback, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
}

.btmbHR {
	max-width: 100px;
	border-width: 3px;
	color: #547b32;
}

.green {
	border-color: #547b32;
}

.iconMargin {
	margin-bottom: 10px;
}

.vesselBlueContainer {
    width: 100%;
	display: inline-block;
}

@media only screen and (min-width : 320px) {
	.vesselBlueContainer {
		width: 100%;
		display: inline-block;
	}
}

@media only screen and (min-width : 480px) {
	.vesselBlueContainer {
		width: 100%;
		display: inline-block;
	}
}

@media only screen and (min-width : 768px) {
	.vesselBlueContainer {
		width: 100%;
		display: inline-block;
	}
}

@media only screen and (min-width : 992px) {
	.vesselBlueContainer {
		width: 100%;
		display: flex;
	}
}

@media only screen and (min-width : 320px) {
	.lightBlueBG {
		background-color: #8dbbd7;
		padding:40px; 
		width:100%;
	} 

	.darkBlueBG {
		background-color: #005b7f;
		padding: 0px;
		width: 100%;
	}
}

@media only screen and (min-width : 480px) {
	.lightBlueBG {
		background-color: #8dbbd7;
		padding:40px; 
		width:100%;
	}

	.darkBlueBG {
		background-color: #005b7f;
		padding: 120px;
		width: 100%;
	}
}

@media only screen and (min-width : 768px) {
	.lightBlueBG {
		background-color: #8dbbd7;
		padding:40px; 
		width:100%;
		float: left;
	}

	.darkBlueBG {
		background-color: #005b7f;
		padding: 120px;
		width: 100%;
		float: right;
	}
}

@media only screen and (min-width : 992px) {
	.lightBlueBG {
		background-color: #8dbbd7;
		padding:40px; 
		width:50%;
		float: left;
	}

	.darkBlueBG {
		background-color: #005b7f;
		padding: 120px;
		width: 50%;
		float: right;
		flex: 1;
	}
}

.vesselIconsContainer {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width : 320px) {
	#leftColIcon {
		float: left;
		padding: 30px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#rightColIcon {
		float: left;
		padding: 30px;
		width: 100%; 
		height: auto;
		text-align: center;
	}
}

@media only screen and (min-width : 480px) {
	#leftColIcon {
		float: left;
		padding: 15px;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#rightColIcon {
		float: left;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 100%; 
		height: auto;
		text-align: center;
	}
}

@media only screen and (min-width : 768px) {
	#leftColIcon {
		float: left;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 50%;
		height: auto;
		text-align: center;
	}
	#rightColIcon {
		float: left;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 50%; 
		height: auto;
		text-align: center;
	}
}

@media only screen and (min-width : 992px) {
	#leftColIcon {
		float: left;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 50%;
		height: auto;
		text-align: center;
	}
	#rightColIcon {
		float: left;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
		width: 50%; 
		height: auto;
		text-align: center;
	}
}

.productThumbnail {
	display: none; 
}

/* Secondary Product Image Styles */
.productThumbnail li {
      display: inline;
      margin: 0 10px 0 0;
}

.productThumbnail li img {
      list-style: none;
	  margin-bottom: 1.5em;
      float: left;
      width: 60px;
	  padding: 5px;
	  border: 1px solid #ccc;
}

.floatMainImg { 
	  float: right;
	  width: 70%;
	  /*border: 1px solid #ccc;*/
      padding: 10px;
}
#pacUnderResults {
	display: none;
}

/* Article Box Image Overlay Styles */

.articleContainerImg {
	text-align: center;
    margin: auto;
    width: 20%;
    position: relative;
    top: -90px; 
    margin-bottom: -60px;
}

.articleContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #00aeef;
  border: none;
}

.articleContent .articleContent-overlay {
  background: rgba(33, 139, 198, 0.7);
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.articleContent:hover .articleContent-overlay{
  opacity: 1;
}

.articleContent-image{
  width: 100%;
}

.articleContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.articleContent:hover .articleContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.articleContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.articleText {
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
}   

.articleContent-details p{
  color: #fff;
  font-size: 0.8em;
}

/* New Homepage Block Styles */

@media only screen and (min-width : 1200px) {
	
	.adjustPadding {
		padding: 60px;
	}

	/* Small Text Block */

	.small-overlay {
		margin-bottom: 30px;
	}

	.small-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 40px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
	}

	/* Medium Text Block */

	.medium-overlay {
		margin-bottom: 30px;
	}

	.medium-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 40px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.medium-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
	}

	.medium-overlay span {
		font-size: 60px;
	}

	/* Large Text Block */

	.large-overlay {
		margin-bottom: 30px;
	}

	.large-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 60px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75); 
	}

	.large-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
	}
	
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
	
	.adjustPadding {
		padding: 60px;
	}

	/* Small Text Block */

	.small-overlay {
		margin-bottom: 30px;
	}

	.small-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 33px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
	/* Small Text Block */

	.small-overlay2 {
		margin-bottom: 30px;
	}

	.small-overlay2 h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 33px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay2 button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}

	/* Medium Text Block */

	.medium-overlay {
		margin-bottom: 30px;
	}

	.medium-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 33px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.medium-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px; 
	}

	.medium-overlay span {
		font-size: 40px;
	}

	/* Large Text Block */

	.large-overlay {
		margin-bottom: 30px;
	}

	.large-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 43px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75); 
	}

	.large-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
	
	.adjustPadding {
		padding: 60px;
	}

	/* Small Text Block */

	.small-overlay {
		margin-bottom: 20px;
	}

	.small-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 53px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
	/* Small Text Block */

	.small-overlay2 {
		margin-bottom: 20px;
	}

	.small-overlay2 h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 53px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay2 button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}

	/* Medium Text Block */

	.medium-overlay {
		margin-bottom: 20px;
	}

	.medium-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 53px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.medium-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px; 
	}

	.medium-overlay span {
		font-size: 50px;
	}

	/* Large Text Block */

	.large-overlay {
		margin-bottom: 20px;
	}

	.large-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 37px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75); 
	}

	.large-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
}

@media only screen and (min-width : 468px) and (max-width: 767px) {
	
	.adjustPadding {
		padding: 25px;
	}
	
	/* Small Text Block */

	.small-overlay {
		margin-bottom: 20px;
	}

	.small-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 39px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
	/* Small Text Block */

	.small-overlay2 {
		margin-bottom: 20px;
	}

	.small-overlay2 h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 39px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay2 button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}

	/* Medium Text Block */

	.medium-overlay {
		margin-bottom: 20px;
	}

	.medium-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 39px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.medium-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px; 
	}

	.medium-overlay span {
		font-size: 39px;
	}

	/* Large Text Block */

	.large-overlay {
		margin-bottom: 60px;
	}

	.large-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 35px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
		display: none;
	}

	.large-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 23px;
	}
	
}

@media only screen and (min-width : 320px) and (max-width: 467px) {
	
	.adjustPadding {
		padding: 25px;
	}
	
	/* Small Text Block */

	.small-overlay {
		margin-bottom: 20px;
	}

	.small-overlay h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 32px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 24px;
	}
	
	/* Small Text Block */

	.small-overlay2 {
		margin-bottom: 20px;
	}

	.small-overlay2 h1 {
		position: absolute;
		bottom: 82px;
		left: 16px;
		padding-left: 30px;
		color: #FFF;
		font-size: 32px;
		line-height: 0.9;
		text-shadow: 3px 3px 0 rgba(0,0,0,.75);
	}

	.small-overlay2 button {
		position: absolute;
		bottom: 1px;
		left: 16px;
		margin-left: 30px;
		color: #FFF;
		font-size: 24px;
	}

	/* Medium Text Block */

	.medium-overlay {
		margin-bottom: 20px;
	}

	.medium-overlay h1 {
		text-align: center;
	}

	.medium-overlay button {
		text-align: center;
		width: 100%;
	}

	/* Large Text Block */

	.large-overlay {
		margin-bottom: 20px;
	}

	.large-overlay h1 {
		text-align: center;
        display: none;
	}

	.large-overlay button {
		text-align: center;
		width: 100%;
        margin-top: 10px;
	}
	
}

/* dotted line */

#dotLine {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px dotted #000;

}

/* Testimonial Slider */

.w3-animate-zoom{
    animation:animatezoom 1.0s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


.w3-animate-fading{
    animation:fading 6s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:1}}

/* Cento Wine Guide Styles */

.gradtext1 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #cff98f, #d9f5ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);
}

.gradtext2 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #b2de6f, #c4df9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext3 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #9ad247, #acd373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext4 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #ffd997, #ffc878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext5 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #fbb3af, #fbcbc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext6 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #cf5372, #d07b90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext7 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #9f1c3b, #a03b53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext8 {
  font-size: 52px;
  background-image: -webkit-linear-gradient(135deg, #4e0214, #5a0a1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.winerecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00aeef;
  border: none;
}

.winerecipeContent .winerecipeContent-overlay1 {
  background: #cff98f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay1{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay2 {
  background: #b2de6f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay2{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay3 {
  background: #9ad247;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay3{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay4 {
  background: #ffd997;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay4{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay5 {
  background: #fbcbc8;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay5{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay6 {
  background: #d07b90;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay6{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay7 {
  background: #9f1c3b;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay7{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay8 {
  background: #4e0214;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay8{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay9 {
  background: #ffd53f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.winerecipeContent:hover .winerecipeContent-overlay9{
  opacity: 0.75;
}

.winerecipeContent-image{
  width: 100%;
  border-radius: 50%;
}

.winerecipeContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.winerecipeContent:hover .winerecipeContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.winerecipeContent-details p{
  color: #fff;
  font-size: 0.8em;
}

.winerecipeContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.winecenterRecipeText {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
}

.winebottleimg {

  display: block;
  transition-duration: 0.5s;
}

.winebottleimg:hover {

  opacity: 0.5;
  transform: scale(1.1);
}

.winebutton1{
  
  background-color: #cff98f;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton2{
  
  background-color: #b2de6f;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton3{
  
  background-color: #9ad247;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton4{
  
  background-color: #ffd997;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton5{
  
  background-color: #fbcbc8;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton6{
  
  background-color: #d07b90;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton7{
  
  background-color: #9f1c3b;
  width: 100%;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.winebutton8{
  
  background-color: #4e0214;
  width: 100%;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Wine Mobile Styles */

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

.winerecipeContent-image{
  width: 100%;
  height: inherit;
  border-radius: 2%;
}

.winerecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 2%;
  background-color: #00aeef;
  border: none;
}

.winerecipeContent .winerecipeContent-overlay1 {
  background: #cff98f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay1{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay2 {
  background: #b2de6f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay2{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay3 {
  background: #9ad247;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay3{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay4 {
  background: #ffd997;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay4{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay5 {
  background: #fbcbc8;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay5{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay6 {
  background: #d07b90;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay6{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay7 {
  background: #9f1c3b;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay7{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay8 {
  background: #4e0214;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay8{
  opacity: 0.75;
}

.winerecipeContent .winerecipeContent-overlay9 {
  background: #ffd53f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.winerecipeContent:hover .winerecipeContent-overlay9{
  opacity: 0.75;
}	
	
.gradtext1 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #cff98f, #d9f5ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);
}

.gradtext2 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #b2de6f, #c4df9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext3 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #9ad247, #acd373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext4 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #ffd997, #ffc878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext5 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #fbb3af, #fbcbc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext6 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #cf5372, #d07b90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext7 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #9f1c3b, #a03b53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

.gradtext8 {
  font-size: 52px;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #4e0214, #5a0a1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
  filter: drop-shadow(1px 1px #000);	
}

}

/* Product Finder Modal Window */


.findmodal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  
}


.findmodal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 25px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.4s;
  animation-name: fadein;
  animation-duration: 0.4s;
}
	
@-webkit-keyframes fadein {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes fadein {
  from {opacity:0}
  to {opacity:1}
}

@media (max-width: 768px) {

.findmodal-content {
  width: 80%;
}

}

/* Recipe Nutritional Info Modal Window */


.recmodal {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  
}


.recmodal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 25px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  width: 50%;
  z-index: 2000;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.4s;
  animation-name: fadein;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadein {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes fadein {
  from {opacity:0}
  to {opacity:1}
}

@media (max-width: 768px) {

.recmodal-content {
  width: 100%;
}

}

.recipeNutritionalpng {

    max-height: 750px;
    max-width:100%;

}

/* Slide out Email Form */

#slideout {
  position: fixed;
  top: 150px;
  left: 0;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  background: #008ABE;
  z-index: 9999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#slideout_inner {
  position: fixed;
  top: 150px;
  left: -250px;
  background: #008ABE;
  width: 250px;
  padding: 25px;
  height: 150px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

#slideout_inner textarea {
  width: 200px;
  height: 100px;
  margin-bottom: 6px;
}
		
#slideout:hover {
  left: 250px;
}

#slideout:hover #slideout_inner {
  left: 0;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
    z-index: 9999;
    color: #FFFFFF;
}
	

/* Pasta Cuts Content */
.pastarecipeContent-image{
  width: 100%;
  border-radius: 50%;
}

.pastarecipeContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pastarecipeContent:hover .pastarecipeContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.pastarecipeContent-details p{
  color: #fff;
  font-size: 0.8em;
}

.pastarecipeContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.pastacenterRecipeText {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
}
.pastarecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #62b8ac;
  border: none;
}

.pastarecipeContent .pastarecipeContent-overlay1 {
  background: #62b8ac;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.pastarecipeContent:hover .pastarecipeContent-overlay1{
  opacity: 0.75;
}

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

.pastarecipeContent-image{
  width: 100%;
  height: inherit;
  border-radius: 2%;
}

.pastarecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 2%;
  background-color: #62b8ac;
  border: none;
}

.pastarecipeContent .pastarecipeContent-overlay1 {
  background: #62b8ac;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.pastarecipeContent:hover .pastarecipeContent-overlay1{
  opacity: 0.75;
}

/* End Pasta */
	
/* Meatless Content */
.meatlessrecipeContent-image{
  width: 100%;
  border-radius: 50%;
}

.meatlessrecipeContent-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; 
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.meatlessrecipeContent:hover .meatlessrecipeContent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.meatlessrecipeContent-details p{
  color: #fff;
  font-size: 0.8em;
}

.meatlessrecipeContent-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
	
.meatlesscenterRecipeText {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;    
  margin-bottom: 20px;    
  color: #000;
}
.meatlessrecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #bbd16f;
  border: none;
}

.meatlessrecipeContent .meatlessrecipeContent-overlay1 {
  background: #bbd16f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.meatlessrecipeContent:hover .meatlessrecipeContent-overlay1{
  opacity: 0.75;
}

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

.meatlessrecipeContent-image{
  width: 100%;
  height: inherit;
  border-radius: 2%;
}

.meatlessrecipeContent {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 2%;
  background-color: #bbd16f;
  border: none;
}

.meatlessrecipeContent .meatlessrecipeContent-overlay1 {
  background: #bbd16f;
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 2%;
}

.meatlessrecipeContent:hover .meatlessrecipeContent-overlay1{
  opacity: 0.75;
}

/* End Pasta */	