@charset "UTF-8";
/* CSS Document */
body{
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	color: black;
}
#footer {
	background-color: white;
}
h1, h2, h3, h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal
}
ul {
	margin: 0;
	padding: 0 0 0 8%;
	font-family: 'ABCArizonaFlare-Bold';
}
l1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'ABCArizonaFlare-Bold';
}
#subscr_tab {
	display: none;
}
#os-taste-row {
	top: -164px;
	position: absolute;
}
#os-sauces-row {
	top: -162px;
	position: absolute;
}
#os-recipes-row {
	top: -164px;
	position: absolute;
}
#os-win-row{
	top: -164px;
	position: absolute;
}
#os-stockists-row {
	top: -164px;
	position: absolute;
}
.os-wrapper {
	display: block;
	position:relative;
	margin-top: 0;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	height: auto;
	background-image: url("../../images/os25/UK-landscape-background.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
	background: cover;
}
.os-wrapper img{
	display: block;
	width: 100%;
}
/*OS-MENU*/
.os-menu-mobile {
	display: none;
}
.os-menu {
	display: block;
	position:fixed;
	top: 108px;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #5cbd95;
	z-index: 9000;
	border-bottom: .5px solid white;

}
.os-menu-text {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 0 1.5vw 0 1.5vw;
	align-items: center;
	font-family: "ABCArizonaFlare-Regular";
	font-size: 25px;
	line-height: 80px;
	color: #fff;
	text-transform: uppercase;
}
.os-menu-text a:link {
	color: #fff;
	text-decoration: none;
}
.os-menu-text a:visited {
	color: #fff;
}
.os-menu-text a:hover {
	color: #000;
}
.os-menu-text a:active {
	color: #fff;
}
/*OS-KV*/
.os-kv-mobile{
	display: none;
}
.os-kv{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 55vw;
	margin-top: 0;
	overflow: hidden;
}
.os-kv img{
	display: block;
	width: 100%;
}

/*OS-taste-text*/
.os-taste-text-image{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 25%;
	height: 30vw;
	top: 5vw;
	left: -5%;
	padding: 0;
	z-index: 100;
}
.os-taste-text-image img{
	display: block;
	width: 100%;
}
.os-kv-text-block{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50vw;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
}
.os-kv-text{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6vw 11% 6vw 11%;
	text-align: center;
	font-family: "ABCArizonaFlare-Bold";
	font-size: 2vw;
	line-height: 2.5vw;
	color: #fff;
}
 .os-kv-text2{
	display: block;
	position: absolute;
	top: 7vw;
	left: 7%;
	width: 86%;
	text-align: center;
	font-family: "ABCArizonaFlare-Regular";
	font-size: 2.2vw;
	line-height: 3.2vw;
	font-weight: 400;
	color: #FFF;
	height: auto;
	margin-top: 0;
}
.os-video-block{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 3vw 0 6vw 0;
	height: auto;
	overflow: hidden;
}
.video_container {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width:60%;
	margin: 0 20%;
}
.video_container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*OS THE SAUCES*/
.os-sauces{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 55vw;
	background-color: #407860;
  background: linear-gradient(140deg, #5cdb95, #407860);
	
	background-color: #5cbd95;
	background-image: url("../images/os25/green-background.png");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	padding: 0;
}
.os-sauces img{
	display: block;
	width: 100%;
}
.os-sauces-left{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 33%;
	height: 55vw;
	overflow: hidden;
}
.os-sauces-left img{
	display: block;
	width: 100%;
}
.os-sauces-right{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 60%;
	height: 35vw;
	vertical-align: top;	
}
.os-sauces-icons{
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 3vw;
	right: 5%;
	width: 8%;
	height: auto;
	z-index: 2000;
	
}
.os-sauces-icon{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 2% 6%;
	width: 100%;
	height: auto;
	float: left;
	
}
.os-sauces-icon img{
	display: block;
	width: 100%;
}
.os-sauces-right-header{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 4vw 20% 0 10%;
	height: auto;
	text-align: left;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 3.5vw;
	line-height: 4vw;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;

}
.os-sauces-right-text1{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 4vw 15% 0 0;
	height: auto;
	text-align: left;
	font-family:'ABCArizonaFlare-Bold';
	font-size: 1.5vw;
	line-height: 2vw;
	font-weight: 400;
	color: #FFF;
}
.os-sauces-right-text1 p{
	margin:  0 0 1vw 0;
}
.os-sauces-right-text1 li{
	font-family:'ABCArizonaFlare-Bold';
	font-size: 2.5vw;
	line-height: 3vw;
	font-weight: 400;
	color: #FFF;
}
.os-sauces-right-text2{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 2vw 10% 0 10%;
	height: auto;
	text-align: left;
	font-family:'ABCArizonaFlare-Bold';
	font-size: .8vw;
	line-height: 1.3vw;
	font-weight: 400;
	color: #FFF;
}
.os-sauces-right-tips{
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 29vw;
	left: 15%;
	width: 100%;
	padding: 1vw 0 0 10%;
	height: 5vw;
	text-align: left;
	color: #FFF;
}
.shown {
  height: auto;
  opacity: 1;
}

div2 {
	display: block;
	position: absolute;
	top: 9vw;
	left: 21%;
	width: 54%;
  height: 10vw;
  opacity: 0;
  padding: 0;
  transition: all 1s;
     color: #FFF;
}
.os-tip-block{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	margin-right: 2%;
	padding: 1vw 0 0 1vw;
	width: 31%;
	height: 10.5vw;
	font-family: 'ABCArizonaFlare-Bold';
    font-size: 1vw;
	line-height: 1.5vw;
	background-color: #287B5F;
	border-radius: 30px;
	overflow: hidden;
}
.os-tip-number{
     display: inline-block;
     position: relative;
	float: left;
	width: 15%;
	font-family: 'ABCArizonaFlare-Bold';
	padding: .8vw .5vw 0 0;
    font-size: 3.6vw;
	text-align: right;
}
.os-tip-text{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	width: 75%;
		font-family: 'ABCArizonaFlare-Regular';
    font-size: 1vw;
	line-height: 1.3vw;
}
.os-tip-text-heading{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: .5vw;
	font-family: 'ABCArizonaFlare-Bold';
    font-size: 1.3vw;
	line-height: 1.5vw;
}
button {
     display: block;
     position: relative;
	 box-sizing: border-box;
	border: none;
     width: 17%;
     margin: 10px;
	 padding: 1vw 1.5%;
     height: auto;
     font-family: 'ABCArizonaFlare-Bold';
     font-size: 1.5vw;
     color: #5cbd95;
     text-align: center;
     text-decoration: none;
     border-radius: 50px;
     z-index: 2000;
	background-color: transparent;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #5cbd95;
}
 button a:link {
     text-decoration: none;
     color: #5cbd95;
}
 button a:visited {
     color: #5cbd95;
}
 button a:hover {
     color: #000;
}
 button a:active {
     color: #5cbd95;
}	

/*OS RECIPES*/
.os-recipes{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60vw;
	background-color: #407860;
	text-align: center;
	background-image: url("../../images/os25/UK_Pantry_Landscape_HERO.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
	background: cover;
}
.os-recipes img{
	display: block;
	width: 100%;
}
.os-recipes-header{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 2vw 10% 0 10%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 3.5vw;
	line-height: 4vw;
	font-weight: 400;
	color: #FFF;
}
.os-recipes-row1{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	text-align: center;
	margin: 16vw 0 0 0;
	float: left;
	clear: none;

}
.os-recipes-row2{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	text-align: center;
	margin: 16vw 0 0 0;
}
.os-recipe-outer{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 15vw;
	height: auto;
	text-align: center;
	margin: 0 5% 0 5%;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}	
	.os-recipe-outer:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #FFF;
}
.os-recipe {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	border: 7px solid white;
	overflow: hidden;

}

.os-recipe img{
	display: block;
	width: 100%;
}
.os-recipes-title{
	display: block;
	position: absolute;
	bottom: -3vw;
	left: 0;
	width: 80%;
	height: auto;
	padding: 1vw 10% 1vw 10%;
	font-family:'ABCArizonaFlare-Regular';
	font-size: 1vw;
	line-height: 1.3vw;
	font-weight: 600;
	color: #FFF;
	border-radius: 50px;
    background-color: #5cbd95;
	z-index: 2000;
}
 .more-recipes-button {
     display: block;
     position: relative;
	 box-sizing: border-box;
     width: 30%;
     margin: 9vw 35% 0 35%;
	 padding: 1vw 1.5%;
     height: auto;
     font-family: 'ABCArizonaFlare-Bold';
     font-size: 1.5vw;
     color: #FFF;
     text-align: center;
     text-decoration: none;
     border-radius: 50px;
     background-color: #287B5F;
     z-index: 2000;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.more-recipes-button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #FFF;
}
 .more-recipes-button a:link {
     text-decoration: none;
     color: #FFF;
}
 .more-recipes-button a:visited {
     color: #FFF;
}
 .more-recipes-button a:hover {
     color: #000;
}
 .more-recipes-button a:active {
     color: #FFF;
}
/*OS WIN*/
.os-win{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 70vw;
	background-color: #5cbd95;
}
.os-win img{
	display: block;
	width: 100%;
}
.os-win-header{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 4vw 10% 0 10%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 3.5vw;
	line-height: 4vw;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.os-win-tcs{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15% 0 15%;
	height: auto;
	font-family: 'ABCArizonaFlare-Regular';
	font-size: 1vw;
	line-height: 2vw;
	color: #FFF;
	text-align: center;
}
.os-win-tcs:hover {
	color: #FFF;
}
 .os-win-tcs a:link {
     text-decoration: none;
     color: #FFF;
}
 .os-win-tcs a:visited {
     color: #FFF;
}
 .os-win-tcs a:hover {
     color: #000;
}
 .os-win-tcs a:active {
     color: #FFF;
}
.os-win-header2{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: .5vw 10% 0 10%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFF;
	text-align: center;
}
.os-win-left{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: 60vw;
	float: left;
	padding: 0 5% 0 5%;
}
.os-win-left-header{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10% 0 18%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 1.2vw;
	line-height: 2vw;
	color: #FFF;
	text-align: center;
}

.os-win-left-header2{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 16vw;
	height: 16vw;
	padding: 3.4vw 2vw 2vw 2vw;
	top: 6vw;
	left: 4%;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 1.6vw;
	line-height: 2vw;
	color: #FFF;
	text-align: center;
	border-radius: 100%;
	background-color: #287B5F;
	text-transform: uppercase;
}
.os-win-left-header3{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 12vw;
	height: 12vw;
	padding: 2.5vw 2vw 2vw 2vw;
	top: 27vw;
	left: 68%;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 1.1vw;
	line-height: 1.5vw;
	color: #FFF;
	text-align: center;
	border-radius: 100%;
	background-color: #287B5F;

}.os-win-left-image{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 33vw;
	height: 33vw;
	top: 7vw;
	left: 15%;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	background-image: url("../images/os25/hong-kong-image2.png");
    background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	border: solid 4px #fff;

}.os-win-left-image img{
	display: block;
	width: 100%;
	
}
.os-win-left-image2{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 10vw;
	height: auto;
	top: 5vw;
	left: 80%;
	text-align: center;
    background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;

}.os-win-left-image2 img{
	display: block;
	width: 100%;
}
.os-win-left-image3{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 13vw;
	height: 13vw;
	top: 28vw;
	left: 13%;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	background-image: url("../images/os25/dim-sum.png");
    background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	border: solid 4px #fff;
}
.os-win-left-image3 img{
	display: block;
	width: 100%;
	
}
.os-win-right{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: 50vw;
	float: left;
	padding:  1vw 3% 0 3%;
}
.os-win img{
	display: block;
	width: 100%;
}
/*OS MR LEE*/
.os-lee-mobile{
	display: none
}
.os-lee{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50vw;
	background-color: #5cbd95;
	background-image: url("../../images/os25/UK-landscape-background.jpg");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}
.os-lee img{
	display: block;
	width: 100%;
}
.os-mr-lee{
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 6%;
	top: 5vw;
	width: 10%;
	height: auto;
}
.os-mr-lee img{
	display: block;
	width: 100%;
}
.os-lee-border{
	display: block;
	position: absolute;
	top: 6vw;
	left: 15%;
	width: 70%;
	height: auto;
	margin-top: 0;
}
.os-lee-border img{
	display: block;
	width: 100%;
}
.os-lee-border2{
	display: block;
	position: absolute;
	top: 6vw;
	left: 15%;
	width: 70%;
	height: auto;
	margin-top: 0;
}
.os-lee-border2 img{
	display: block;
	width: 100%;
}
.os-lee-text1{
	display: block;
	position: absolute;
	top: 5vw;
	left: 10%;
	width: 80%;
	text-align: center;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 3.5vw;
	line-height: 4vw;
	font-weight: 400;
	color: #FFF;
	height: auto;
	text-transform: uppercase;
}
.os-lee-text2{
	display: block;
	position: absolute;
	top: 12vw;
	left: 7%;
	width: 86%;
	text-align: center;
	font-family: "ABCArizonaFlare-Regular";
	font-size: 1.4vw;
	line-height: 2vw;
	font-weight: 400;
	color: #FFF;
	height: auto;
	margin-top: 0;
}

/*STOCKISTS*/
.os-stores{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 30vw;
	padding: 6vw 0 0 0;
	background-color: #287B5F;
}
.os-stores img{
	display: block;
	width: 100%;
}
/*SHOP BANNER*/

.buy-available {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'ABCArizonaFlare-Bold';
	letter-spacing: 1px;
	color: #FFF;
	font-size: 4vw;
	line-height: 5vw;
	text-align: center;
	z-index: 8000;
}
.buy-logos {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 9vw;
	margin: 3vw 25%;
	padding: 1.5vw 2vw;
	background-color: #fff;
	border-radius: 100px;
	text-align: center;
	overflow: hidden;
}
.buy-logodiv {
	position: relative;
	display: inline-block;
	height: .5vw;
	width: 26%;
	padding: 1.4 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.buy-logodiv:hover {
	display: inline-block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.buy-logodiv img {
	display: block;
	width: 100%;
}

.buy-button {
	position: relative;
	display: block;
	margin: 2vw auto;
	width: 25%;
	border: 3px solid #FFF;
	border-radius: 60px;
	text-align: center;
	font-size: 1.5vw;
	line-height: 1.5vw;
	padding: 2.2vw 2.2vw;
}
@media only screen and (max-width: 1900px) {
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1400px) {
.os-win{
	height: 75vw;
}
}
@media only screen and (max-width: 1200px) {

.os-menu {
	top: 75px;
}
.os-menu-text {
	padding: 0 2.5vw;
	font-size: 20px;
	line-height: 80px;
}
.os-kv {
	margin-top: 6vw;
}
.os-taste-text-image{
	width: 25%;
	height: 30vw;
	top: -4vw;
	left: -7%;
	padding: 0;
	z-index: 100;
}
.os-kv-text-block{
	width: 100%;
	height: 62vw;
}
.os-kv-text{
	padding: 6vw 15%;
	font-size: 2.5vw;
	line-height: 3.5vw;
}
.os-kv-text2{
		font-size: 3.1vw;
	line-height: 4vw;
	}
.video_container {
	width:90%;
	margin: 0 5%;
}
/*OS THE SAUCES*/
.os-sauces{
	height: 75vw;
}	
.os-sauces-left{
	width: 38%;
	height: 60vw;
}
.os-sauces-right{
	width: 47%;
	height: 55vw;
}
.os-sauces-right-header{
	padding: 4vw 0 0;
	font-size: 4.5vw;
	line-height: 5vw;
	}
.os-sauces-right-text1{
	padding: 4vw 0 0;
	font-size: 2.5vw;
	line-height: 3vw;
}
.os-sauces-right-text1 p{
	margin:  0 0 1vw 0;
}
.os-sauces-right-text1 li{
	font-size: 2.5vw;
	line-height: 3vw;
}
.os-sauces-right-text2{
	padding: 1vw 10% 0 0;
	font-size: 1.3vw;
	line-height: 1.3vw;
}
.os-sauces-right-tips{
	top: 46vw;
	left: 0%;
	padding: 1vw 0 0 2vw;
	height: 5vw;
}
.os-tip-block{
	margin-right: 2%;
	padding: 1vw 0 0 1vw;
	width: 31%;
	height: 17vw;
	border-radius: 20px;
}
.os-tip-number{
	width: 13%;
	padding: 1.2vw 1vw 0 0;
    font-size: 4vw;
}
.os-tip-text{
	width: 77%;
    font-size: 1.8vw;
	line-height: 2.2vw;
}
.os-tip-text-heading{
	margin-bottom: .5vw;
    font-size: 2.3vw;
	line-height: 2.5vw;
}
div2 {
	top: 10vw;
	left: 17%;
	width: 80%;
  height: 10vw;
  opacity: 0;
  padding: 0;
}
div2 li {
	display: block;
	font-family: 'ABCArizonaFlare-Bold';
    font-size: 2vw;
	line-height: 2.5vw;
	margin: 0 0 1.5vw 0;
}
button {
     width: 19%;
     margin: 10px;
	 padding: 1vw 1.5%;
}
/*OS RECIPES*/
.os-recipes{
	height: 120vw;
	background-color: #407860;
	background-image: url("../../images/os25/pantry-mobile2.jpg");
	background-size: 100%;
	text-align: center;
}
.os-recipes-header{
	padding: 6vw 4vw 0;
	font-size: 5vw;
	line-height: 7vw;
	text-align: left;
}
.os-recipes-row1{
	width: 70%;
	height: auto;
	text-align: left;
	margin: 5vw 0 0;
}
.os-recipes-row2{
	width: 70%;
	height: auto;
	text-align: left;
	margin: 12vw 0 0;
    float: left;
}
.os-recipe-outer{
	width: 35%;
	height: auto;
	text-align: center;
	margin: 0 6%;	
}
os-recipe-outer:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #FFF;
}
.os-recipe {
	width: 29vw;
	height: 29vw;
	border-radius: 50%;
	border: 7px solid white;
}
.os-recipes-title{
	bottom: -6vw;
	width: 100%;
	padding: 1.5vw 10%;
	font-size: 2vw;
	line-height: 2.5vw;
}
 .more-recipes-button {
     display: inline-block;
     width: 45%;
     margin: 12vw 27.5% 0 27.5%;
	 padding: 2vw 1%;
     font-size: 3vw;
}
	
/*OS WIN*/
.os-win{
	width: 100%;
	height: 230vw;
	background-color: #5cbd95;
}
.os-win-header{
	width: 100%;
	padding: 7vw 5% 1vw;
	font-size: 6vw;
	line-height: 6vw;
}
.os-win-header2{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 2vw 10% 0 10%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 2.5vw;
	line-height: 3.5vw;
	color: #FFF;
	text-align: center;
}
.os-win-tcs{
	font-size: 1.5vw;
	line-height: 4vw;
}
.os-win-left{
	width: 90%;
	height: 105vw;
	float: left;
	padding: 1vw 10% 0 10%;
	margin: 0 5%;
}
.os-win-left-header{
	width: 100%;
	padding: 1vw 0 0 0;
	font-size: 4vw;
	line-height: 5vw;
}
.os-win-left-header2{
	width: 32vw;
	height: 32vw;
	padding: 5.5vw 2vw 2vw 2vw;
	top: 6vw;
	left: 2%;
	font-size: 3.2vw;
	line-height: 4.2vw;
}
.os-win-left-header3{
	width: 25vw;
	height: 25vw;
	padding: 6.5vw 2vw 2vw 2vw;
	top: 75vw;
	left: 55%;
	font-size: 2.5vw;
	line-height: 3.2vw;

}.os-win-left-image{
	width: 80vw;
	height: 80vw;
	top: 12vw;
	left: 5%;

}.os-win-left-image img{
	display: block;
	width: 100%;
}
.os-win-left-image2{
	width: 19vw;
	height: auto;
	top: 22vw;
	left: 80%;

}.os-win-left-image2 img{
	display: block;
	width: 100%;
}
.os-win-left-image3{
    display: block;
	width: 30vw;
	height: 30vw;
	top: 60vw;
	left: 12%;
}
.os-win-right{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 90vw;
	float: left;
	padding:  1vw 10%;
}
.os-win img{
	display: block;
	width: 100%;
}
/*OS MR LEE*/
.os-lee{
	width: 100%;
	height: 60vw;
	background-color: #5cbd95;
	background-image: url("../../images/os25/UK-landscape-background.jpg");
    background-repeat: no-repeat;
	background-attachment: unset;
	background-size: 100%;
}
.os-mr-lee{
	left: 8.5%;
	top: 4vw;
	width: 12%;
}
.os-lee-border{
	top: 6vw;
	left: 5%;
	width: 90%;
}
.os-lee-border2{
	top: 6vw;
	left: 5%;
	width: 90%;
}
.os-lee-text1{
	top: 5.5vw;
	left: 20%;
	width: 70%;
	font-size: 5vw;
	line-height: 5vw;
}
.os-lee-text2{
	top: 18vw;
	left: 7%;
	width: 86%;
	font-size: 1.8vw;
	line-height: 2.5vw;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 461px) {
	/*MENU TOP*/
	.os-menu {
		display: none;
	}
	.os-menu-mobile {
		display: block;
		position:fixed;
		top: 75px;
		padding: 2vw 5vw 0 5vw;
		box-sizing: border-box;
		width: 100%;
		height: 70px;
		text-align: center;
		background-color: #5CBD95;
		z-index: 9000;
		border-bottom: .5px solid white;
	}
	.os-menu-text {
		padding: 2vw 2vw 0 2vw;
		font-size: 4.5vw;
		line-height: 4.5vw;
	}

/*TASTE*/
	.os-kv{
		display: none;
	}
	.os-wrapper {
	display: block;
	position:relative;
	margin-top: 0;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	height: auto;
		background-image: url("../../images/os25/UK-portrait-background.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
	background: cover;
		z-index: 1;
}
	.os-kv-mobile{
		display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 165vw;
	margin-top: 0;
	overflow: hidden;
	}
	.os-kv-mobile img{
		display: block;
		width: 100%;
}
.os-taste-text-image{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 36%;
	height: 30vw;
	top: -5vw;
	left: -9%;
	padding: 0;
}
.os-kv-text-block{
display: block;
	position: relative;
	box-sizing: border-box;
	height: 80vw;
	padding: 30vw 0 10vw 0 ;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	z-index: 3000;}
.os-kv-text{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6vw 11% 6vw 11%;
	text-align: center;
	font-family: "ABCArizonaFlare-Bold";
	font-size: 4.5vw;
	line-height: 7vw;
}
 .os-kv-text2{
	top: 7vw;
	left: 7%;
	width: 86%;
	font-size: 3.5vw;
	line-height: 4vw;
	font-weight: 400;
}
	
.os-video-block{
	padding: 12vw 0;
}
.video_container {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width:100%;
	margin: 0;
}
	
/*OS THE SAUCES*/
.os-sauces{
	width: 100%;
	height: 150vw;
	
}
.os-sauces-left{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 55%;
	height: 82vw;
	left:-4vw;
	overflow: hidden;
}
.os-sauces-right{
	width: 90%;
	margin: 0 5%;
	height: 55vw;
}
.os-sauces-icons{
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 6vw;
	left: 65%;
	width: 15%;
	height: auto;
	z-index: 2000;
}
.os-sauces-icon{
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 7% 6%;
	width: 100%;
}
.os-sauces-right-header{
	padding: 10vw 0 0 0;
	font-size: 7vw;
	line-height: 8.5vw;
}
.os-sauces-right-text1{
	padding: 3vw 5% 0 0;
	font-size: 4.5vw;
	line-height: 5.5vw;
}
.os-sauces-right-text1 p{
	margin:  0 0 1vw 0;
}
.os-sauces-right-text1 li{
	font-family:'ABCArizonaFlare-Regular';
	font-size: 4.5vw;
	line-height: 6vw;
	font-weight: 400;
	color: #FFF;
}
.os-sauces-right-text2{ 
	width: 100%;
	padding: 4vw 10% 0 0;
	font-size: 3vw;
	line-height: 3vw;
}
.os-sauces-right-tips{
	top: 1vw;
	left: 22%;
	width: 100%;
	padding: 1vw 0 0 0;
	height: auto;
	text-align: left;
	color: #FFF;
	z-index: 3000;
}
div2 {
	top: 3vw;
	left: 30%;
	width: 42%;
  height: auto;
  opacity: 0;
  padding: 1vw;
  color: #FFF;
background-color: #5cbd95;
}
.os-tip-block{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	margin-bottom: 3vw;
	padding: 2vw;
	width: 100%;
	height: 25vw;
	font-family: 'ABCArizonaFlare-Bold';
    font-size: 1vw;
	line-height: 1.5vw;
	background-color: #5CDB95;
	border-radius: 20px;
}
.os-tip-number{
     display: inline-block;
     position: relative;
	float: left;
	width: 20%;
		font-family: 'ABCArizonaFlare-Bold';
	padding: 3vw .5vw 0 0;
    font-size: 8vw;
	text-align: right;
}
.os-tip-text{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	width: 75%;
		font-family: 'ABCArizonaFlare-Regular';
    font-size: 3vw;
	line-height: 3.5vw;
}
.os-tip-text-heading{
     display: block;
     position: relative;
	 box-sizing: border-box;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: .5vw;
	font-family: 'ABCArizonaFlare-Bold';
    font-size: 3vw;
	line-height: 3.5vw;
}
button {
     width: 30%;
     margin: 10px;
	 padding: 1vw 1.5%;
     height: auto;
     font-family: 'ABCArizonaFlare-Bold';
     font-size: 1.5vw;
}
/*OS RECIPES*/
.os-recipes{
	height: 260vw;
	background-color: #407860;
	background-image: url("../../images/os25/pantry-mobile2.jpg");
	background-size: 100%;

}
.os-recipes-header{
	width: 100%;
	padding: 10vw 25% 0 8%;
	font-size: 9vw;
	line-height: 10vw;
	font-weight: 400;
}
.os-recipes-row1{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 23vw 0 0 0;

}
.os-recipes-row2{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 13vw 0 0 0;
}
.os-recipe-outer{
	width: 42%;
	height: auto;
	text-align: center;
	margin: 0 3%;	
}
		.os-recipe-outer:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #FFF;
}
.os-recipe {
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	border: 7px solid white;
}
.os-recipes-title{
	display: block;
	position: absolute;
	bottom: -6vw;
	left: 0;
	width: 80%;
	height: auto;
	padding: 3vw 10%;
	font-size: 3vw;
	line-height: 4vw;
	font-weight: 600;
	color: #FFF;
	border-radius: 50px;
}
 .more-recipes-button {
     display: inline-block;
     position: relative;
	 box-sizing: border-box;
     width: 50%;
     margin: 40vw 25% 0 25%;
	 padding: 4vw 3%;
     height: auto;
     font-family: 'ABCArizonaFlare-Bold';
     font-size: 4.5vw;
     color: #FFF;
     text-align: center;
     text-decoration: none;
     border-radius: 50px;
     background-color: #407860;
}
/*OS WIN*/
.os-win{
	width: 100%;
	height: 420vw;
	background-color: #5cbd95;
}
.os-win img{
	display: block;
	width: 100%;
}
.os-win-header{
	width: 100%;
	padding: 12vw 10% 2vw;
	font-size: 9vw;
	line-height: 9vw;
}
.os-win-tcs{
	width: 100%;
	padding: 0 15% 0 15%;
	font-size: 3vw;
	line-height: 5vw;
}
.os-win-header2{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: .5vw 10% 0 10%;
	height: auto;
	font-family: 'ABCArizonaFlare-Bold';
	font-size: 4.5vw;
	line-height: 5.5vw;
	color: #FFF;
	text-align: center;
}
.os-win-left{
	width: 100%;
	height: 110vw;
	float: left;
	padding: 1vw 10% 0 10%;
}
.os-win-left-header{
	width: 100%;
	padding: 1vw 0 0 0;
	font-size: 4.5vw;
	line-height: 6vw;
}
.os-win-left-header2{
	width: 40vw;
	height: 40vw;
	padding: 9vw 4vw 3vw 4vw;
	top: 6vw;
	left: 1%;
	font-size: 4vw;
	line-height: 5vw;
	text-transform: uppercase;
}
.os-win-left-header3{
	width: 32vw;
	height: 32vw;
	padding: 7vw 4vw 4vw 4vw;
	top: 70vw;
	left: 58%;
	font-size: 3.5vw;
	line-height: 4vw;

}.os-win-left-image{
	width: 90vw;
	height: 90vw;
	top: 13vw;
	left: 2%;

}.os-win-left-image img{
	display: block;
	width: 100%;
}
.os-win-left-image2{
	width: 22vw;
	height: auto;
	top: 10vw;
	left: 72%;
}
.os-win-left-image3{
	width: 32vw;
	height: 32vw;
	top: 73vw;
	left: 8%;
}
.os-win-right{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 190vw;
	float: left;
	padding:  1vw 5%;
}
.os-win img{
	display: block;
	width: 100%;
}
/*OS MR LEE MOBILE*/
.os-lee{
	display: none}
	
	
.os-lee-mobile{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 160vw;
	background-image: url("../../images/os25/UK-portrait-background.jpg");
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100%;
}
.os-mr-lee{
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 7%;
	top: 4vw;
	width: 20%;
	height: auto;
}
.os-lee-border{
	top: 18vw;
	left: 5%;
	width: 90%;
}
.os-lee-border2{
	top: 15vw;
	left: 5%;
	width: 90%;
}
.os-lee-text1{
	top: 8vw;
	left: 33%;
	width: 50%;
	font-size: 6.5vw;
	line-height: 8.5vw;
	text-align: left;
}
.os-lee-text2{
	top: 28vw;
	left: 9%;
	width: 82%;
	font-size: 4vw;
	line-height: 5vw;
}	
	
/*STOCKISTS*/
.os-stores{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 80vw;
	padding: 12vw 0 12vw 0;
	background-color: #407860;
}
.os-stores img{
	display: block;
	width: 100%;
}
/*SHOP BANNER*/

.buy-available {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'ABCArizonaFlare-Bold';
	letter-spacing: 1px;
	color: #FFF;
	font-size: 6.5vw;
	line-height: 8.5vw;
	text-align: center;
	z-index: 8000;
}
.buy-logos {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 80%;
	height: 42vw;
	margin: 3vw 10%;
	padding: 5vw 2vw;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.buy-logodiv {
	position: relative;
	display: inline-block;
	height: auto;
	width: 40%;
	padding: 1vw 4%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.buy-logodiv:hover {
	display: inline-block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.buy-logodiv img {
	display: block;
	width: 100%;
}
}
