/********** base **********/

@font-face{
	font-family:'KSansBold';
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-bold-webfont.eot');
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-bold-webfont.woff') format('woff'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-bold-webfont.ttf') format('truetype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-bold-webfont.svg#KSansBold') format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:'KSansMedium';
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-medium-webfont.eot');
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-medium-webfont.woff') format('woff'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-medium-webfont.ttf') format('truetype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-medium-webfont.svg#KSansMedium') format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:'KSansRegular';
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-regular-webfont.eot');
	src:url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-regular-webfont.woff') format('woff'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-regular-webfont.ttf') format('truetype'),
		url('//www.kelloggs.co.uk/etc/designs/kelloggs/newton/fonts/ksans-regular-webfont.svg#KSansRegular') format('svg');
	font-weight:normal;
	font-style:normal
}

body {
    color: #575757;
    font-family: 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    font-weight: 600;
}

a {
    color: #575757;
}

a:hover,
a:focus {
    color: #d31145;
    text-decoration: none;
}

.clear{clear:both;}

/********** layout **********/

#header {
    padding-bottom: 28px;
	padding-top: 28px;
	position:relative;
}

#header .col-md-9{
	/*padding-top: 103px;*/
}

#header .col-md-9 .col-md-9{
	padding-top: 0;
	width: 604px;
	padding-right: 58px !important;
}

#header .col-md-9 .col-md-3{
	width: 16%;
}

#logo img {
    height: auto;
    max-width: 100%;
}

#search-form {
    margin-bottom: 15px;
    text-align: right;
}

#search-form .form-control {
    margin-right: 10px;
}

#search-form .btn {
    background: #CA0C45;
    border-color: #CA0C45;
    border-radius: 50%;
    color: #fff;
	width: 35px;
	padding:6px 10px;
}

#1053:active{
	background-color:#000;
}

#top-nav {
	/* width: 115%; */
    font-size: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: right;
}

#top-nav li {
    font-size: 14px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

#top-nav li:last-child {
    margin-right: 0;
}

#language-selector {
    font-size: 0;
}

#language-selector li {
	margin-right: 0;
}

#language-selector li .btn {
    border-radius: 0;
}

#language-selector li:first-child .btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#language-selector li:last-child .btn {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#language-selector li .btn.active {
    background: #CA0C45;
    border-color: #CA0C45;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

#primary-dropdown-menu-wrapper{
	display:none;
	width:100%;
	box-shadow: 0 4px 2px -2px gray;
	position:absolute;
	z-index:9999;
	background-color:#fff;
}

#primary-dropdown-menu-inner{	
	width:940px;
	margin:0 auto;
	padding:10px 0	30px;
}

#products-dropdown-menu-wrapper{
	display:none;
	width:100%;
	box-shadow: 0 4px 2px -2px gray;
	position:absolute;
	z-index:9999;
	background-color:#fff;
	padding-bottom:50px;
}

#products-dropdown-menu-inner{	
	width:940px;
	margin:0 auto;
	padding:10px 0	30px;
}

#products-dropdown-menu-inner #left-col{
	width:50%;
	text-align: center;
	float:left;	
}

#products-dropdown-menu-inner #right-col{
	width:50%;
	border-left:1px solid #CA0E45;
	float:left;
}

#products-dropdown-menu-inner #right-col .brands_carousel {
	float: right;
	overflow: hidden;
	text-align: center;
}

#products-dropdown-menu-inner #right-col .brands_carousel .next,
#products-dropdown-menu-inner #right-col .brands_carousel .prev{
	color:#fff;
	padding:0 0 0 3px;
}

#products-dropdown-menu-inner #left-col .brands_carousel a::after,
#products-dropdown-menu-inner #right-col .brands_carousel a::after{
	content: "";
}

#products-dropdown-menu-inner #left-col h4,
#products-dropdown-menu-inner #right-col h4{
	text-align:center;
	font-size:20px;
	margin-bottom:50px;
}

#products-dropdown-menu-inner #left-col a,
#products-dropdown-menu-inner #right-col a{
	color:#CA0E45;
}

#products-dropdown-menu-inner #left-col a::after,
#products-dropdown-menu-inner #right-col a::after{
	content: "\25B6";
	padding: 0 5px;
}

.product-section-link{
	float:left;
	width: 150px;
}

.product-section-link p{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}

.product-section-link-image{
	width:100px;
	height:100px;
	border:3px solid #515352;
	cursor:pointer;
	border-radius:50px;
	margin:0 auto;
}

.product-section-link:nth-of-type(1) .product-section-link-image{
	background-image: url('/images/breakfast-snack.png');
	background-repeat:no-repeat;
	background-position:center center;
}
			
.product-section-link:nth-of-type(1) .product-section-link-image:hover{
	background-image: url('/images/breakfast-rollover.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.product-section-link:nth-of-type(2) .product-section-link-image{
	background-image: url('/images/sweet-snack.png');
	background-repeat:no-repeat;
	background-position:center center;
}
			
.product-section-link:nth-of-type(2) .product-section-link-image:hover{
	background-image: url('/images/cBarIcon.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.product-section-link:nth-of-type(3) .product-section-link-image{
	background-image: url('/images/savoury-snack.png');
	background-repeat:no-repeat;
	background-position:center center;
}
			
.product-section-link:nth-of-type(3) .product-section-link-image:hover{
	background-image: url('/images/pringlesIcon.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

#occasion-help{
	width: 200px;
	float: left;
	margin-left: 20px;
	cursor:pointer
}

.occasion-place{
	width:220px;
	float:left;
	color:#fff;
	padding:10px;
	border-radius:7px;
	border-top-right-radius:0;
	min-height:170px;
	cursor: pointer;
}
		
.occasion-place .title{
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	font-size: 25px;
	font-weight: bold;
}

.occasion-place .more{
	color:#fff;
}

.occasion-place p{
	padding-top:10px;
}
		
.occasion-place:nth-child(1){
	background-color:#2D0833;
}

.occasion-place:nth-child(2){
	background-color:#96153D;
	margin:0 20px;
}

.occasion-place:nth-child(3){
	background-color:#7F0C4F;
}

#hidden-language{
	display:none;
	background-color:#525252;
	color:#FFF;
	border-radius:13px;
	width:940px;
	position:absolute;
	top: 183px;
	padding:20px;
	z-index: 9999;
	left: 50%;
	margin-left: -470px;
}

#hidden-language:after {
	bottom: 97%;
	left: 98%;
	border: solid transparent;
	content: "";
	position: absolute;
	border-bottom-color: #525252;
	border-width: 15px;
	margin-left: -18px;
}

#hidden-language h2{
	margin-top:0;
	font-size:18px;
}

#hidden-language #countries{
	width:100%
}

#hidden-language #countries .country{
	padding:5px 0;
	float:left;
	width:180px;
}

#hidden-language #countries .country a{
	color:#fff
}

#hidden-language #countries img{
	margin:0 5px 0 0;
}

#primary-nav {
    background: #d31145;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.325);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.325);
    color: #fff;
    height: 38px;
}

#primary-nav ul {
    font-size: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: right;
}

#primary-nav li {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
	float:left;
}

#primary-nav li:nth-of-type(1){
	margin-left:-46px;
}

#primary-nav li:nth-of-type(5){
	margin-right:-46px;
}

#primary-nav a {
    color: #fff;
    display: inline-block;
    line-height: 38px;
    padding-left: 47px;
	padding-right: 47px;
}

#primary-nav a:hover,
#primary-nav a:focus {
   cursor: default;
    color: #d31145 !important;
}

.brands_carousel {
	float: left;
	overflow: hidden;
	text-align: center;
}

.brands_carousel .prev {
	background: #CA0C45;
	border-radius: 50%;
	color: #fff;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 114px;
	text-align: center;
	width: 20px;
}

.brands_carousel .next {
	background: #CA0C45;
	border-radius: 50%;
	color: #fff;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-top: 114px;
	text-align: center;
	width: 20px;
}

.brands_carousel .slides {
	height: 250px;
	margin: 0 30px;
	position: relative;
	width: 380px;
}

.brands_carousel .slide {
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 380px;
}

.brands_carousel .slide a {
	float: left;
	height: 120px;
	margin: 0 10px 10px 0;
	width: 120px;
}

.brands_carousel .slide a:nth-of-type(3n) {
	margin-right: 0;
}

.brands_carousel .slide img {
	border: 1px solid #ccc;
}

#breadcrumb {
    margin-bottom: 30px;
	background-color:#EFEFEF;
	padding:3px 0;
}

#breadcrumb .breadcrumb {
    background: transparent;
    border-radius: 0;
    font-size: 0;
    margin-bottom: 0;
    padding: 0;
}

#breadcrumb li {
    font-size: 11px;
}

#breadcrumb li + li:before {
    color: #575757;
    content: "\203A";
}

#breadcrumb .active {
    color: #d31145;
}

#main {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), inset 0 -3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), inset 0 -3px 5px rgba(0, 0, 0, 0.125);
    min-height: 400px;
    padding-bottom: 30px;
}

#api-test {
	padding: 40px 0;
	text-align: center;
	width:640px;
	float:right;
}
	
#api-test .container{
	width:640px;
	float:right;
}
	
#api-test .col-md-6{
	max-width:170px;
	height: 330px;
	text-align:left;
	margin-bottom:50px;
}

#api-test .col-md-6:nth-child(3n+2){
	margin:0 65px
}
	
#api-test .col-md-6 h3{
	font-size:16px;
}

#api-test .thumbnail {
    border: 1px solid #EFE9E4;
	margin-bottom: 10px;
	height: 148px;
	overflow: hidden;
	width: 148px !important;
	margin: 0 auto;
}

#big-footer {
    padding-bottom: 30px;
    padding-top: 30px;
}

#info-box {
    background: #CA0C45;
    border-radius: 12px 0 12px 12px;
    color: #fff;
    padding: 20px;
}

#info-box h5 {
    font-size: 18px;
    margin-top: 0;
}

#info-box .more {
    color: #fff;
}

#info-box .more:after {
    content: "\25B6";
    padding: 0 5px;
}

#news-box h5 {
    border-bottom: 1px solid #CA0C45;
    color: #d31145;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
}

#news-box .more {
    color: #d31145;
}

.more:after {
    content: "\25B6";
    padding: 0 5px;
}

#contact-box h5 {
    border-bottom: 1px solid #CA0C45;
    color: #d31145;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
}

#contact-box a {
    color: #d31145;
}
#small-footer {
	margin-top: 40px;
	
}
#small-footer .inner-wrapper {
    border-top: 1px solid #CA0C45;
    padding: 15px 0;
}

#bottom-nav {
    font-size: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#bottom-nav li {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

#bottom-nav li:first-child {
    margin-left: 0;
}

#bottom-nav li:last-child {
    margin-right: 0;
}

#bottom-nav a {
    color: #CA0C45;
}

#copyright {
    text-align: right;
}
		
.clear{
	clear:both
}

/* ANIMATIONS */

.edgeLoad-EDGE-10701463 {
	visibility: hidden;
}

.edgeLoad-EDGE-23174877 {
	visibility: hidden;
}

.edgeLoad-EDGE-19544424 {
	visibility: hidden;
}

.temp-carousel-animation {
	background-position: center;
	background-repeat: no-repeat;
	height: 410px;
	display: none;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	width: 1920px;
	z-index: 1;
}

.temp-carousel-animation-error {
	background-position: center;
	background-repeat: no-repeat;
	height: 410px;
	display: none;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	width: 1920px;
	z-index: 1;
	bottom: 0;
}

@media screen and (min-width: 640px) {
	.temp-carousel-animation {
		display: block;
	}
	.temp-carousel-animation-error {
		display: block;
	}
}

/* TEMP CAROUSEL */

.temp-carousel {
	position: relative;
}

.temp-carousel-slides {
	height: 410px;
	overflow: hidden;
	width: 100%;
	background:#ede9e4;
}

.temp-carousel-slides-error {
	width: 100%;
	background:#ede9e4;
}

.temp-carousel-slide-error {
	position: relative;
	width: 100%;
}
		
.temp-carousel-slide {
	height: 410px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.temp-carousel-eat-out-slide {
	color: #fff;
}

.temp-carousel-content-error {
	left: 0;
	margin: auto;
	padding: 50px 560px 50px 80px;
	right: 0;
	top: 0;
	width: 960px;
	  position: relative;
	z-index: 99;
}

.temp-carousel-content {
	height: 280px;
	left: 0;
	margin: auto;
	padding: 50px 560px 0 80px;
	position: absolute;
	right: 0;
	top: 0;
	width: 960px;
	z-index: 99;
}

.temp-carousel-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}

.temp-carousel-description {
	margin-bottom: 15px;
}

.temp-carousel-button a {
	background: #D01B49;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 10px;
}

.temp-carousel-controls {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 180px;
	width: 960px;
	z-index: 100;
}

.temp-carousel-prev,
.temp-carousel-next {
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 30px;
}

.temp-carousel-prev {
	background-image: url("/images/slideshow-arrow-left.png");
	left: 0;
}

.temp-carousel-next {
	background-image: url("/images/slideshow-arrow-right.png");
	right: 0;
}

/* ===== top carousel ===== */

.main-carousel-wrapper{
	width:100%;
	background-color:#EBE6E2;
	height:410px;
}
.main-carousel{
	width:100%px;
	background-color:#EBE6E2;
	height:410px;
	position:relative;
	margin:0 auto;
}

#next-main, #prev-main{
	cursor:pointer;
	position:absolute;
	top:180px;
	z-index: 9999;
}

#pagerNavigation{
	width:1040px;
	margin:0 auto;
	position:relative;
}

.main-carousel .slide-outer{
	width:100% !important;
}

.main-carousel .slide{
	margin:0 auto;
	width:940px;
	height:280px;
}

#prev-main{
	left:0;
	z-index:9998;
}

#next-main{
	right:0;
	z-index:9998;
}

#main-carousel{
	margin:0 auto;
	width:100%;
	height:410px;
}

#pager-main{
	position: absolute;
	top: 280px;
	left: 47%;
	z-index: 9990;
	padding-left: 10px;
}

.main-carousel-text{
	float:left;
			width:256px;
}

.main-carousel-image{
	float:right;
	padding-top:10px;
}

.main-carousel-inner{
	width:940px;
	margin:0 auto;
	position:relative;
}

#main-carousel .slide-outer:nth-of-type(2){
	background-image: url('/images/topUp-background.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	height:410px;
	width:100% !important;
	display:none;
}

#main-carousel .slide-outer:nth-of-type(2) .slide{
	width:940px;
	padding-top:60px;
	margin:0 auto;
	padding-left:80px;
}
		
#main-carousel .slide-outer:nth-of-type(2) .slide h2{
	width:300px;
	margin-top:0;
	font-size: 26px;
}

#main-carousel .slide-outer:nth-of-type(2) .slide p{
	width:300px;
}

#main-carousel .slide-outer:nth-of-type(3){
	background-image: url('/images/otg-background.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:410px;
	width:100% !important;
	display:none;
}

#main-carousel .slide-outer:nth-of-type(3) .slide{
	width:940px;
	padding-top:60px;
	margin:0 auto;
	padding-left:80px;
	color:#fff;
}
		
#main-carousel .slide-outer:nth-of-type(3) .slide h2{
	width:300px;
	margin-top:0;
	font-size: 26px;
}

#main-carousel .slide-outer:nth-of-type(3) .slide p{
	width:300px;
}

#main-carousel .slide-outer:nth-of-type(4){
	background-image: url('/images/eo-background.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:410px;
	width:100% !important;
	display:none;
}
				
#main-carousel .slide-outer:nth-of-type(4) .slide{
	width:940px;
	padding-top:60px;
	margin:0 auto;
	padding-left:80px;
	color:#fff;
}
		
#main-carousel .slide-outer:nth-of-type(4) .slide h2{
	width:300px;
	margin-top:0;
	font-size: 26px;
}

#main-carousel .slide-outer:nth-of-type(4) .slide p{
	width:300px;
}


/* ===== products ===== */
.products-wrapper{
	width:940px;
	margin:0 auto;
	padding:50px 0;
}

.product{
	float:left;
	margin:0 34px;
	border:1px solid #EBE6E2;
}

.product:hover{
	border:1px solid #999;
}

#cta-products{
	text-align:center;
	margin-top:25px;
}

#products{
	padding-top: 130px;
}

#products img{
	margin:0 auto;
}

#products h1{
	text-align:center;
	font-size:27px;
	margin-bottom:30px;
}

/* =====eat where ===== */

#eat-where{
	margin-bottom:50px;
	margin-top: -145px;
	position: absolute;
	z-index: 9990;
	width:940px;
	display:inline-flex;
}

.eat-place{
	width:300px;
	/*height:200px;*/
	background-color:#341437;
	border-radius:15px;
	border-top-right-radius:0px;
	float:left;
	cursor:pointer;
	display:table-cell;
}

.eat-place-active {
	margin-top: -10px;
}

.eat-place p {
	color:#fff;
	padding: 18px 20px 0;
	font-size:13px;
	opacity: 0.2;
}

.eat-place-initial p {
	opacity: 1;
}

.eat-place-active p {
	opacity: 1;
}

.eat-place .title{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	opacity: 0.2;
}

.eat-place-initial .title {
	opacity: 1;
}

.eat-place-active .title {
	opacity: 1;
}

.eat-place .title img{
	margin-right:10px;
}

.eat-place:nth-child(2){
	background-color:#A01F3A;
	margin-left: 20px;
	margin-right: 20px;
}

.eat-place:nth-child(3){
	background-color:#831B53;
}

.titleText{
	float:right;
	width:70%
}

/* ===== news carousel ===== */

.news-carousel-wrapper{
	background-color:#EBE6E2;
	width:100%;
	color:#525254;
}

.news-carousel-inner{
	width:940px;
	margin:0 auto;
	padding:42px 0 50px;
	position:relative;	
}

#news-carousel{
	border-bottom:1px solid #C90C46;
	padding-bottom:50px;
	height:280px;
	overflow:hidden;
	
}

#next, #prev{	
	cursor:pointer;
	position:absolute;
	top:150px;
	z-index: 9999;
}

#prev{
	left:0;
}

#next{
	right:0;
}

#video {
	float: left;
	height: 230px;
	width: 380px;
}

#video img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#video-content{
	float:left;
	padding-left:40px;
	width:390px;
}

#news-content{
	float:left;
	width:460px;
	padding-left:0;
	padding-right:40px;
}

#news-content span a{
	color:#C90C46;
}

#news-image{
	float:right;
}

.slide-outer{
	width:940px;
}

.slide{
	margin:0 auto;
	width:770px;
	height:280px;
}

.news-carousel-wrapper h1{
	font-size:27px;
	margin-top: 5px;

}

.news-carousel-wrapper h2{
	font-size:22px;	
	margin-top:0;
}

#pager{
	position:absolute;
	top: 293px;
	left: 50%;
	z-index:9999;
}

#pager a, #pager-main a{
	background: url('/images/inactive.png') no-repeat;	
	padding: 0 7px;
	margin: 0 5px 0 5px;
}

.activeSlide{
	background: url('/images/active.png') no-repeat !important;
}
	
/* ===== news item ===== */

#news-item{
	border-bottom:1px solid #C90C46;
	padding:50px 0;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
