@import url("font-face.css");

/* === Global === */
html {
	color: #231f20;
}
body {
	background: url(../img/bg-body.jpg) repeat center top #fff;
	color: #231f20;
}
p, span, ol, ul, ul li, ol li, table tr, table td {
	color: #231f20;
	font-family: 'BrandingSF-Medium';
	/*font-size: 18px;*/
	/*line-height: 26px;*/
	font-size: 16px;
	line-height: 19px;
}
p {}
a {}
span {}
ul {}
ul li {}
ol {
	padding-left: 22px;
}
ol li {
	margin-bottom: 15px;
}
table {}
table tr {}
table th {}
table td {}
.d-flex {
	display: flex;
}
.d-flex .vertical-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img-frame {
	background: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 25px;
	padding: 15px 20px;
}
.img-frame > img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'TimeoutSans-Regular';
	margin-top: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}

.red-btn, .yellow-btn {
	background: none;
	display: inline-block;
	font-family: 'BrandingSF-Bold';
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 13px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 160px;
	width: 100%;
}
.red-btn {
	border: 3px solid #d22328;
	background: #d22328;
	color: #fff;
}
.red-btn[aria-expanded="true"],
.red-btn.active,
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
	background: #fff;
	color: #d22328;
	text-decoration: none;
}
.yellow-btn {
	border: 3px solid #ffe85e;
	color: #ffe85e;
}
.yellow-btn:hover {
	background: #ffe85e;
	color: #252120;
	text-decoration: none;
}

#scroll_to_top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    display: none;
	z-index: 9999;
}
#scroll_to_top img {
    display: block;
    margin: 0 auto;
}


/* Custom Style Flexslider */
body .flexslider {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
}
body .flexslider .flex-viewport {}
body .flexslider .slides {}
body .flexslider .slides li {}


/* === HEADER === */
.header {
	position: relative;
}
.wrap-search {
	float: right;
	background: #d22328;
}
.search-btn {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	line-height: normal;
    padding: 0;
	height: 40px;
    width: 57px;
    background: #d22328;
}
.search-btn img {
	display: block;
	margin: 0 auto;
	height: 40px;
}
.searchbar {
	background: #d22328;
	border-left: 3px solid #d22328;
	border-right: 3px solid #d22328;
	/*border-bottom: 3px solid #d22328;*/
	padding: 10px;
/*	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;*/
	z-index: 100;
  width: 240px;
  float: left;	
}
.searchbar form {
	display: block;
	float: left;
	position: relative;
	width: 94%;
}
.searchbar .search-input {
	background: #fff;
	border: 1px solid #b7b7b7;
	box-shadow: none;
	color: #000;
	font-family: 'BrandingSF-Medium';
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding-left: 12px;
	width: 100%;
}
.searchbar .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #848484;
}
.searchbar .search-input::-moz-placeholder { /* Firefox 19+ */
	color: #848484;
}
.searchbar .search-input:-ms-input-placeholder { /* IE 10+ */
	color: #848484;
}
.searchbar .search-input:-moz-placeholder { /* Firefox 18- */
	color: #848484;
}
.searchbar .search-submit {
	background: none;
	border: 0 none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 40px;
	width: 50px;
}
.searchbar .search-submit img {
	display: block;
	margin: 0 auto;
	width: 25px;
}
.searchbar .searchbar-close {
	background: none;
	border: 0 none;
	box-shadow: none;
	display: block;
	color: #fff;
	float: right;
	font-family: 'BrandingSF-Medium';
	font-size: 1.75em;
	line-height: normal;
	padding: 0;
	height: 40px;
	width: 6%;
}

.header .socmed {
	/*clear: both;*/
	background: #d22328;
	display: block;
	overflow: hidden;
	/*margin-top: 10px;*/
}
.header .socmed ul {
	list-style: none;
	margin: 0;
	padding: 0;
  display: flex;
  align-items: center;	
	height: 58px;
}
.header .socmed ul li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 7px;
}
.header .socmed ul li a {}
.header .socmed ul li a img {}

.header-splash {
	position: relative;
}
.header-splash img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.header-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url('../img/top_header_overlay_2.png') repeat-x;
}
.header-overlay.overlay-404{
	background: url('../img/404-overlay.png') repeat-x;	
	height: 280px;
}
.header-tagline{
	width: 90%;
	margin: 0 auto;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.header-tagline span.h2,
.header-tagline p,
.header-tagline span{
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 0 5px rgba(0,0,0,0.7);
	font-size: 24px;
	line-height: 1.1;
}
.header-tagline span.h2{
	margin-top: 0;
	margin-bottom: 20px;
  display: inline-block;
	font-size: 48px;
}
/* === Nav === */
.header .navbar-wrapper {
	padding-top: 25px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: all 0.2s ease-in-out;
	/*background: url('../img/logo-bg.png') no-repeat;*/
	/*background-position: left top;*/
}
.header .navbar {
	border: 0 none;
	margin-bottom: 0;
}
.header .container {
	max-width: 1565px;
	width: 100%;
}
.header .navbar-header {
	padding-top: 3px;
}
.header .navbar-toggle {
	margin-right: 5px;
}
.header .navbar-toggle .icon-bar {
	background: #d22328;
}
.header .navbar-brand {
	height: auto;
    padding: 0;
    line-height: normal;
    text-shadow: none;
}
.header .navbar-brand img {}

.header #navbar {}
.header #navbar .wrap-navbar-collapse {
	float: right;
}
/*.header #navbar .nav-search {
	display: flex;
    flex-wrap: wrap;
}*/
.header #navbar .navbar-nav {
	border: 3px solid #d22328;
	display: flex;
    flex-wrap: wrap;
    /*min-height: 40px;*/
}
.header #navbar .navbar-nav li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}
.header #navbar .navbar-nav li a {
	background: #d22328;
	border: 0 none;
	color: #fff;
	font-family: 'TimeoutSans-Regular';
	font-size: 1.5em;
	height: 100%;
	line-height: 1;
	padding: 14px 20px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header #navbar .navbar-nav li.active a, .header #navbar .navbar-nav li a:hover {
	background: #fff;
	color: #d22328;
}
.header .navbar-wrapper.on-scroll,
body.zoom-active .header .navbar-wrapper{
	background: #ffffff;
	position: fixed;
	top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 2.5px 5px rgba(0,0,0,.15)!important;
	box-shadow: 0 2.5px 5px rgba(0,0,0,.15)!important;
}
/* === FOOTER === */
.footer {}
.footer .container {
	max-width: 1565px;
	width: 100%;
}
.footer-section {
	padding-bottom: 30px;
}
.footer-section > .row {
	display: flex;
}
.footer-section > .row > .vertical-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-nav {}
.footer-nav ul {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	width: auto;
}
.footer-nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 30px;
}
.footer-nav ul li a {
	border-bottom: 2px solid transparent;
	color: #252120;
	font-family: 'BrandingSF-Medium';
	font-size: 18px;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-nav ul li a:hover {
	color: #d22328;
	border-bottom: 2px solid #d22328;
}
.footer-socmed {
	display: block;
	overflow: hidden;
}
.footer-socmed ul {
	display: inline-block;
	float: right;
	list-style: none;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
	text-align: center;
	width: auto;
}
.footer-socmed ul li {
	display: block;
	float: left;
	margin-right: 1px;
    margin-left: 7px;
}
.footer-socmed ul li a {}
.footer-socmed ul li img {}
.yellow-gradient {
	display: block;
	overflow: hidden;
	height: 3px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffe85e+25,ffe85e+75,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ffe85e 25%, #ffe85e 75%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffe85e 25%,#ffe85e 75%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#ffe85e 25%,#ffe85e 75%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.copyright {
	padding: 30px 0;
	text-align: center;
}
.copyright p {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
}
.copyright a {
	color: #231f20;
	text-decoration: none;
}

/* === CONTENT === */
.content {}
.page-title {
	background: url(../img/bg-red-texture.jpg) repeat center #d22328;
	padding: 1% 0 2%;
	text-align: center;
}
.page-title h1,
.page-title h2 {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	margin: 0;
	text-transform: uppercase;
}
.page-title img {}
.page-content {
	min-height: 400px;
	padding-top: 100px;
	padding-bottom: 80px;
	font-family: 'BrandingSF-Medium';
}
.heading-section {
	margin-bottom: 60px;
	text-align: center;
}
.page-breadcrumb {
	margin-bottom: 30px;
}
.page-breadcrumb > .container {}
.page-breadcrumb .breadcrumb {
	background: none;
	border-radius: 0;
    margin: 0;
    padding: 0;
}
.page-breadcrumb .breadcrumb li {
	color: #252120;
	font-family: 'BrandingSF-Medium';
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
}
.page-breadcrumb .breadcrumb li a {
	color: #d22328;
	font-family: 'BrandingSF-Medium';
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.page-breadcrumb .breadcrumb li:before {
	background: url(../img/icon-breadcrumb.png) no-repeat center transparent;
	content: "";
	display: inline-block;
	margin: 0 6px 0 4px;
	padding: 0;
	height: 14px;
	width: 14px;
	position: relative;
	top: 2px;
}
.page-breadcrumb .breadcrumb li:first-child:before {
	background: none;
}
.page-breadcrumb .breadcrumb li.active {}
.page-breadcrumb .breadcrumb li a:hover {}

/* === HOME Page === */
body.homepage {}
.wrap-homeslider {
	max-height: 900px;
	overflow: hidden;
}
#homeslider {}
#homeslider .slides {}
#homeslider .slides li {}
#homeslider .slides li img {
  height: 100%;
  object-fit: cover;	
}
#homeslider .flex-control-nav{
	width: 30px;
	right: 30px;
	top: 40%;
	z-index: 99;
}
.slides.slide-product-category {
    text-align: center;
    display: flex;
    align-items: center;
    /* max-width: 768px; */
    margin:0 auto;
}
.slides.slide-product-category li {
     display: inline-block!important; 
    *display: inline!important; 
    float: none!important;
}
#homeslider .flex-control-paging li{
	margin-bottom: 14px;
}
#homeslider .flex-control-paging li a{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-shadow: none;
	background: #fff;
}
#homeslider .flex-control-paging li a.hover,
#homeslider .flex-control-paging li a.flex-active{
	background: #d22328;
}
#homeslider .slide-description{
	position: absolute;
	top: 50%;
	left: 5%;
	max-width: 90%;
	transform: translateY(-50%);
	color: #fff;
}
#homeslider .slide-description h2{
	color: #fff;
	font-family: 'BrandingSF-Medium';
	font-size: 56px;
	line-height: 1;
	letter-spacing: 1px;
}
/* Home - Popular Products */
.popular-products {
	background: url(../img/bg-white-texture.jpg) repeat center #fff;
	padding: 3% 0;
}
.popular-products > .container {}
.popular-products-heading {
	margin-bottom: 20px;
	text-align: center;
}
.popular-products-heading h1 {
	color: #d22328;
}
.wrap-pp_slider {}
#pp_slider {
	background: url(../img/separator.png) repeat-x center bottom transparent;
	overflow: visible;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#pp_slider .slides {}
#pp_slider .slides .row {
	display: flex;
}
#pp_slider .slides .row > [class^="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#pp_slider .slide-content {}
#pp_slider .pp-title {
	margin-bottom: 15px;
}
#pp_slider .pp-title h2 {
	margin-bottom: 15px;
}
#pp_slider .pp-title img {
	width: auto;
}
#pp_slider .pp-title-icon {
	height: 30px;
}
#pp_slider .pp-title-line {}
#pp_slider .pp-desc {
	margin-bottom: 20px;
}
#pp_slider .pp-desc p {}
#pp_slider .pp-info {
	margin-bottom: 25px;
}
#pp_slider .list-feature{
	margin-bottom: 30px;
}
#pp_slider .list-feature ul{
  border-left: 2px dashed rgba(0, 0, 0, 0.25);
  border-right: 2px dashed rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  clear: both;
  min-height: unset !important;
}
#pp_slider .list-feature ul li:nth-of-type(even){
	border-left: 1px dashed rgba(0, 0, 0, 0.35);
	margin-right: 0;
  padding-left: 5%;
}
#pp_slider .list-feature ul li{
  font-family: 'TimeoutSans-Regular';
  font-size: 16px;
  line-height: 18px;
  display: flex;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  min-height: 54px;
  align-items: center;
}
#pp_slider .list-feature ul li img{
  width: auto;
  height: 30px;
  margin: auto 10px auto 0;
}
#pp_slider .pp-info img {
	margin-right: 8px;
	width: auto;
}
#pp_slider .pp-info p {
	font-family: 'TimeoutSans-Regular';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}
#pp_slider .pp-info .row .col-md-6 {
	border-left: 1px dashed rgba(0, 0, 0, 0.35);
}
#pp_slider .pp-info .row .col-md-6:first-child {
	border-left: 0 none;
}
#pp_slider .pp-info-col {
	display: flex;
	padding: 7px 0;
}

#pp_slider .pp-info-pic {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#pp_slider .pp-info-text {}
#pp_slider .flex-direction-nav {}
#pp_slider .flex-direction-nav li {}
#pp_carousel .flex-direction-nav a,
#pp_slider .flex-direction-nav li a {
	opacity: 1;
	height: 50px;
	width: 50px;
}

#pp_carousel .flex-direction-nav a:before,
#pp_slider .flex-direction-nav li a:before {
	content: '';
	height: 50px;
	width: 50px;
}
#pp_slider .flex-direction-nav .flex-nav-prev {}
#pp_slider .flex-direction-nav .flex-nav-prev .flex-prev {
	left: -130px;
}

#pp_carousel .flex-direction-nav .flex-nav-prev .flex-prev:before,
#pp_slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
	background: url(../img/icon-prev-shadow.png) no-repeat center transparent;
	background-size: contain;
}
#pp_slider .flex-direction-nav .flex-nav-next {}
#pp_slider .flex-direction-nav .flex-nav-next .flex-next {
	right: -130px;
}
#pp_carousel .flex-direction-nav .flex-nav-next .flex-next:before,
#pp_slider .flex-direction-nav .flex-nav-next .flex-next:before {
	background: url(../img/icon-next-shadow.png) no-repeat center transparent;
	background-size: contain;
}
#pp_carousel {}
#pp_carousel .flex-viewport {}
#pp_carousel .slides {}
#pp_carousel .slides li {}
#pp_carousel .slide-thumb {
	padding: 0 45px 18px;
	text-align: center;
}
#pp_carousel .slide-thumb-pic {
	cursor: pointer;
	min-height: 33px;
	margin-bottom: 5px;
}
#pp_carousel .slide-thumb-pic img {
	margin: 0 auto;
	opacity: 0.5;
	width: auto;
}
#pp_carousel .slide-thumb p {
	color: rgba(35, 31, 32, 0.5);
	cursor: pointer;
	font-family: 'TimeoutSans-Regular';
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
#pp_carousel .flex-active-slide .slide-thumb {
	background: url(../img/line-red-02.png) no-repeat center bottom transparent;
	background-size: 129px 13px;
}
#pp_carousel .flex-active-slide .slide-thumb-pic img {
	opacity: 1;
}
#pp_carousel .flex-active-slide .slide-thumb p {
	color: rgba(35, 31, 32, 1);
}
#pp_slider .flex-direction-nav a {
	height: 50px;
	width: 50px;
	top: 48%;
}
#pp_carousel .flex-direction-nav a:before {
	font-size: 30px;
}


/* Home - Recipes */
.recipes {
	background: url(../img/bg-yellow-texture.jpg) repeat center #ffe85e;
	padding: 3% 0;
}
.recipes > .container {
	max-width: 1330px;
    width: 100%;
}
.recipes-heading {
	margin-bottom: 20px;
	text-align: center;
}
.recipes-heading h1 {
	margin: 0;
}
.wrap-recipes-box {
	background: url(../img/bg-recipes-box-4.png) no-repeat left center transparent;
	background-size: 100% auto;
}
.wrap-recipes-box > .row {}
.wrap-recipes-box > .row > [class^="col-"] {}
.wrap-recipes-carousel {}
.recipes .verticalCarousel {
	display: flex;
}
.recipes .vc_container {
	display: block;
	float: left;
	width: 80%;
}
.recipes .vc_list {}
.recipes .vc_list li {}
.recipes .vc_list .row {}
.recipes .vc_list .row [class^="col-"] {}
.recipe-box {
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
.recipe-box a img {
	height: 170px !important;
}
.recipe-box img {
	object-fit: cover;
	margin-bottom: 10px;
	width: 100%;
}
.recipe-box p {
	display: block;
	display: -webkit-box;
	font-family: 'TimeoutSans-Regular';
	font-size: 18px;
	line-height: 20px;
	margin: 0 auto;
	min-height: 40px;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}
.recipe-box a {
	color: #231f20;
	display: inline-block;
	text-decoration: none !important;
}
.recipe-box .time-servings {
	border-top: 1px dashed #000;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.recipe-box .time-servings img {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
	height: 23px;
	width: 23px;
	object-fit: none;
}
.recipe-box .time-servings span {
	font-family: 'BrandingSF-SemiBold';
	font-size: 13px;
	line-height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
margin-top: 5px;
}
.recipe-box .time {
	display: flex;
	float: left;
	overflow: hidden;
	width: 50%;
	margin-right: 5%;
}
.recipe-box .servings {
	display: flex;
	float: left;
	overflow: hidden;
	width: 45%;
}
.recipes .verticalCarouselHeader {
	float: left;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.recipes .wrap-verticalCarouselHeader {
	background: url(../img/white-dot-line-vertical.png) repeat-y center transparent;
	background-size: 15px auto;
	height: 50%;
	margin: 0 auto;
	position: relative;
	max-width: 51px;
	width: 100%;
}
.recipes .verticalCarouselHeader .vc_goUp, .recipes .verticalCarouselHeader .vc_goDown {
	opacity: 1;
	cursor: pointer;
	margin: 25px 0;
	position: absolute;
}
.recipes .verticalCarouselHeader .vc_goUp {
	top: 0;
}
.recipes .verticalCarouselHeader .vc_goDown {
	bottom: 0;
}
.recipes .verticalCarouselHeader .isDisabled {}

/* Home - Why Sadia */
.why-sadia {
	background: url(../img/bg-red-texture.jpg) repeat center #d22328;
	margin-bottom: 50px;
    padding: 3% 0;
}
.why-sadia > .container {}
.why-sadia-heading {
	margin-bottom: 50px;
    text-align: center;
}
.why-sadia-heading h1 {
	color: #ffe85e;
	margin: 0;
}
.why-sadia h2 {
	color: #fff;
	max-width: 480px;
}
.why-sadia p {
	color: #fff;
	max-width: 450px;
}
.wrap-paper-note {
	margin-top: 20px;
	margin-bottom: 50px;
}
.wrap-paper-note ul {
	display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: auto;
}
.wrap-paper-note ul li {
	display: block;
	float: left;
	list-style: none;
	width: 25%;
}
.wrap-paper-note .paper-note {
	background: url(../img/bg-paper-note.png) no-repeat left top transparent;
	min-height: 140px;
	padding: 25px 30px 10px 20px;
	text-align: center;
}
.wrap-paper-note .paper-note img {}
.wrap-paper-note .paper-note p {
	color: #231f20;
	font-family: 'TimeoutSans-Regular';
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

/* === OUR STORY Page === */
.farm-table-experience {
	padding-bottom: 100px;
}
.wrap-video-embed {
	border: 3px dotted rgba(0, 0, 0, 0.25);
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 17px;
}
.farm-table-process {
	padding-bottom: 100px;
}
.farm-table-process .nav-tabs {
	background: url(../img/separator.png) repeat-x center bottom transparent;
	border: 0 none;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	width: auto;
}
.farm-table-process .nav-tabs > li {
	display: inline-block;
	float: none;
	margin: 0 30px;
}
.farm-table-process .nav-tabs > li > a {
	border: 0 none !important;
	color: #231f20;
	min-width: 130px;
	padding: 0 10px 20px;
	text-align: center;
}
.farm-table-process .nav-tabs > li > a img {
	display: block;
	margin: 0 auto;
	opacity: 0.5;
	height: 55px;
	width: auto;
}
.farm-table-process .nav-tabs > li > a span {
	display: block;
	color: #231f20;
	font-family: 'TimeoutSans-Regular';
	font-size: 19px;
	opacity: 0.5;
	text-transform: uppercase;
}
.farm-table-process .nav-tabs > li.active > a {
	background: url(../img/line-red-02.png) no-repeat center bottom transparent;
}
.farm-table-process .nav-tabs > li.active > a img {
	opacity: 1;
}
.farm-table-process .nav-tabs > li.active > a span {
	opacity: 1;
}
.farm-table-process .nav-tabs > li > a:hover {
	background-color: transparent;
}
.farm-table-process .nav-tabs > li > a:hover img {
	opacity: 1;
}
.farm-table-process .nav-tabs > li > a:hover span {
	opacity: 1;
}
.farm-table-process .tab-content {
	padding-top: 50px;
}
.farm-table-process .tab-content > .tab-pane {}
.farm-table-process .tab-pane > .row {}
.farm-table-process .tab-pane > .row > [class^="col-"] {}
.farm-table-process .tab-pane .img-frame {
	margin-top: 10px;
	margin-right: 25px;
}
.farm-table-process .tab-pane h2 {
	color: #d22328;
}
.farm-table-process .tab-pane p {}
.farm-table-process .tab-pane p strong {
	font-family: 'BrandingSF-SemiBold';
}
.ourstory-animal-welfare {
	background: url(../img/bg-yellow-texture.jpg) repeat center #ffe85e;
	padding: 3% 0 4%;
}
.ourstory-heritage {
	background-color: rgba(255, 232, 94, 0.1);
	padding: 3% 0 4%;
}

/* OUR STORY - Animal Welfare */
.five-freedoms {
	background: url(../img/bg-yellow-texture.jpg) repeat center #ffe85e;
	padding: 3% 0 4%;
}
.five-freedoms ol {
	background-color: transparent;
	background-image: url(../img/line-dashed-vertical.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: auto 12px;
	list-style: none;
	counter-reset: sadia-counter;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.five-freedoms ol li {
	background-color: transparent;
	background-image: url(../img/line-dashed-horizontal.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 12px auto;
	counter-increment: sadia-counter;
	clear: both;
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding-bottom: 15px;
	min-height: 120px;
	max-width: 50%;
	width: 100%;
}
.five-freedoms ol li p {
	margin: 0;
}
.five-freedoms ol li h2 {
	color: #d22328;
	margin: -10px 0 0;
}
.five-freedoms ol li::before {
	background: #d22328;
	content: "0" counter(sadia-counter);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	margin: 0;
	text-align: center;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 28px;
}
.five-freedoms ol li:nth-child(odd) {
	float: left;
	padding-right: 50px;
	text-align: right;
}
.five-freedoms ol li:nth-child(even) {
	float: right;
	padding-left: 50px;
}
.five-freedoms ol li:nth-child(odd)::before {
	right: 12px;
}
.five-freedoms ol li:nth-child(even)::before {
	left: 12px;
}


/* OUR STORY - Heritage */

.button-cookies{
	cursor: pointer;
    border: none;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 7px 20px;
    position: relative;
    color: #fff;
    background: #ed1d24;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.close-video{
	position: absolute;
    top: -20px;
    z-index: 999;
    background: #f00;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 16px;
}

.close-video a{
	color: #fff;
	text-decoration: none;
}