@charset "UTF-8";
/* CSS Document */

<style>



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
	border-radius:20px;
}
.span_1_of_2 {
	width: 32.26%;
	height: 0;
	padding-bottom: 32.26%;
	border-radius:20px;
}

/*  BOXES STYLES  */
 

.fruit-veg { 
background-color: #f08949; 
color:#FFF;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.fruit-veg:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.vit-c { 
background-color:#78c267; 
color:#FFF;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.vit-c:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.nothing-else { 
background-color:#e65661; 
color:#FFF;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nothing-else:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.portion {
background-color:#8b2258; 
color:#FFF;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.portion:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.good-thing {
	background-color:#eebd5b;
	color:#FFF;
	opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.good-thing:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.faq { 
background-color:#8d2340; 
color:#FFF;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.faq:hover { 
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.nutritionist { 
background-color:#f18a4b; 
color:#FFF;
}


.us .content .nutrition h1, h2 {
	font-family:"VAG Rounded W02 Bold","Arial Rounded MT Bold","Arial Rounded MT","Arial Rounded",Arial,sans-serif;
	color:#8d2340;
	margin:0px;
	text-align:center;
	font-size: 70px;
	padding: 10px;
	
}

.us .content .nutrition h2 {
	font-size: 40px;
	
}

.us .content .nutrition h3 {
	font-family:"VAG Rounded W02 Bold","Arial Rounded MT Bold","Arial Rounded MT","Arial Rounded",Arial,sans-serif;
	color:#FFF;
	margin:0px;
	text-align:center;
	font-size: 30px;
	padding: 10px;
	
}

.us .content .nutritionist h3 {
	text-align:left;
	
}

/*  PAGE SUB-TITLE STYLES - fruit-veg #f08949 / vit-c #78c267 / nothing #e65661 / two #8b2258 / good #eebd5b faq #8d2340 */


.us .content .nutrition h4 {
	font-family:"VAG Rounded W02 Bold","Arial Rounded MT Bold","Arial Rounded MT","Arial Rounded",Arial,sans-serif;
	color:#78c267;
	margin:0px;
	text-align:center;
	font-size: 30px;
	padding: 0;
	line-height: 30px;
	text-decoration: underline;
	
}

.nutrition p {
	padding: 5px;
	text-align:center;
	color:#000;
}

.nutritionist p {
	text-align:left;
}

.nutrition a {
	color:#8d2340;
}

.paragraph {
	width: 700px;
	margin:10px auto;
	text-align:center;
}

p.description {
	font-size: 14px;
	padding: 0 5px;
	text-align:center;
	color:#FFF;
	margin-bottom:5px;
	
}

p.description2 {
	font-size: 12px;
	padding: 5px;
	text-align:left;
	color:#FFF;
	margin-bottom:0;
	
}

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

.nutrition-img2 {
	margin: 0 auto;
	text-align:left;
	width: 150px;
	padding:10px 5px;
	float: left;
}

img {
	width: 90%;
	padding-bottom: 90%;
}

.nutritionist-img {
	text-align:left;
	padding:5px;
	float: left;
	height: 250px;
	width: 200px;
	display: block;
}

.nutritionist-info {
	float: left;
	text-align:left;
	margin:0 0 0 20px;
	width: 70%;
}

.nutritionist-info h3 {
	text-align:left;
	margin:20px 0;
	padding: 0;
	
}


.nutritionist-info p.description {
	text-align: left;
}

.nutrition-img {
		display: block;
	}


/*  PAGE TITLE STYLES  */
 

.us .content h1.fruit-veg { 
color: #f08949;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/fruit-veg-title.png") no-repeat scroll center #fff;
height: 120px;

}

.us .content h1.vit-c { 
color: #78c267;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/vit-c-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.nothing { 
color: #e65661;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/nothing-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.two { 
color: #8b2258;
padding: 280px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/2-portions-title.png") no-repeat scroll center #fff;
height: 170px;
font-size: 55px;
}

.us .content h1.good { 
color: #eebd5b;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/drinkers-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.faq { 
color: #8d2340;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/faq-title.png") no-repeat scroll center #fff;
height: 120px;
}


/*  IN-PAGE STYLES  */


span.nothing {
color: #e65661;
font-weight:bold;
}

span.two {
color: #8b2258;
font-weight:bold;
}


img.description-img {
	width: 100%;
	margin:0 auto;
	padding: 0;
}



/*  BUTTONS */

p.button {
	display: block;
	text-align:center;
	margin-bottom: 5px;
}

.us .content a.button-nutrition {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    color: #FFFFFF;!important
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    padding: 8px 25px 8px 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
	border-radius:20px;
}

.us .content a.button-nutrition:hover {
    background-color: #666666;
	border-right: 26px solid #666666;
    color: #FFFFFF;
    text-decoration: none;
}

.fruit-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #d14a27;
	border-right: 26px solid #d14a27;
}

.good-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #149145;
	border-right: 26px solid #149145;
}


.nothing-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #bc2b3d;
	border-right: 26px solid #bc2b3d;
}


.two-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #5f0e3f;
	border-right: 26px solid #5f0e3f;
}

.juice-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #db9227;
	border-right: 26px solid #db9227;
}

.faq-btn {
	background: url("http://www.innocentdrinks.co.uk/static/super/btn-arrow.png") no-repeat scroll right center #670a27;
	border-right: 26px solid #670a27;
}

/*  REFERENCES */

.divider {
    background: url("http://images.innocentdrinks.co.uk/hr.png") repeat-x scroll center bottom transparent;
    clear: both;
    float: none;
    height: 10px;
    padding: 10px 0;
}

.footnotes p {
	font-size: 12px;
	text-align: left;
}

p.footnotes {
	font-size: 12px;
	text-align: center;
	color:#999;
}


/*  FAQ section CSS */

/*Define Accordion box*/
.accordion { overflow:hidden; margin:10px auto; color:#474747; background:#f4d0db; padding:10px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.us .content .accordion section:target { background:#FFF; padding:10px;}
.us .content .accordion section:target:hover { background:#FFF; }
.us .content .accordion section:target h2 {width:100%;}
.us .content .accordion section:target h2 a { color:#8d2340; padding:0; height: auto;}
.us .content .accordion section:target p {display:block;}
.us .content .accordion section h2 a {padding:0;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; height: 70px;}

/*set style of closed slide*/
.us .content .accordion section{ float:left;	overflow:hidden; color:#8d2340; cursor:pointer; background: #8d2340; margin:3px; }
.us .content .accordion section:hover {background:#444;}
.us .content .accordion section p { display:none; }
.us .content .accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.us .content .accordion section:nth-child(1):after{content:'1';}
.us .content .accordion section:nth-child(2):after{content:'2';}
.us .content .accordion section:nth-child(3):after{content:'3';}
.us .content .accordion section:nth-child(4):after{content:'4';}
.us .content .accordion section:nth-child(5):after{content:'5';}
/*End General Accordion****************************************************************************/



/*Vertical Accordion *************************************************************************/
.vertical section{ width:99%; height:70px;
	-webkit-transition:height 0.3s ease-out;
	-moz-transition:height 0.3s ease-out;
  	-o-transition:height 0.3s ease-out;
	-ms-transition:height 0.3s ease-out;
  	transition:height 0.3s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:auto; width:auto; }

.vertical section h2 { position:relative; left:0; height: auto;}

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}



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

.nutrition h3 {
	font-size: 35px;
	padding: 5px 10px;
}


p.description {
	margin: 2px;
	padding: 2px;
	font-size: 14px;
}

/*p.button {
	display: none;
}*/

.us .content .nutrition h3 {
	font-size: 23px;
}


.paragraph {
	width: 100%;
	margin:10px auto;
	text-align:center;
}

.nutrition h1, h2 {
	font-size: 50px;
	padding: 5px;
	
}

.nutrition h2 {
	font-size: 30px;
	padding: 5px;
}

.nutritionist-info {
	float: none;
	text-align:center;
	margin:10px 0;
	width: 100%;
}

img {
	width: 80%;
	padding-bottom: 100%;
}

.nutritionist-img {
	text-align:left;
	padding:25px 15px 30px 10px;
	float: left;
	height: 125px;
	width: 100px;
	display: block;
}

/*  PAGE TITLE STYLES  */
 

.us .content h1.fruit-veg { 
color: #f08949;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/fruit-veg-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.vit-c { 
color: #78c267;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/vit-c-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.nothing { 
color: #e65661;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/nothing-title.png") no-repeat scroll center #fff;
height: 120px;

}

.us .content h1.two { 
color: #8b2258;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/2-portions-title.png") no-repeat scroll center #fff;
height: 200px;
padding: 220px 0 0;
}

.us .content h1.good { 
color: #eebd5b;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/drinkers-title.png") no-repeat scroll center #fff;
height: 120px;
}

.us .content h1.faq { 
color: #8d2340;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/faq-title.png") no-repeat scroll center #fff;
height: 120px;
}

}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

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

.col { 
		margin: 1% 0 1% 0%;
	}
	
.span_1_of_2 { 
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	float: left;
}
	 
.span_2_of_2 {
	width: 100%;
}

.nutritionist { 
	width: 100%;
	height: auto;
	padding-bottom: 0;
	float: left;
}

	
.paragraph {
	width: 100%;
	margin:0;
	text-align:center;
}

.nutritionist-img {
	text-align:center;
	padding:none;
	float: none;
	height: 325px;
	width: 250px;
	display: block;
	margin:10px auto;
}

.us .content .nutrition h2, .us .content .nutrition h3 {
	text-align:center;
	font-size:28px;
	
}

p.description, p.description2 {
	margin: 2px;
	padding: 2px;
	font-size: 16px;
	text-align:center;
}


.nutritionist-info p.description {
	text-align:center;
}

.nutrition-img {
		display: block;
		padding-bottom:0;
		width: 80%;
	}
	

p.button {
	display: block;
}


.nutrition-img2 {
	margin: 0 auto;
	text-align:left;
	width: 120px;
	padding:10px 5px;
	float: left;
}


/*  PAGE TITLE STYLES  */
 

.us .content h1.fruit-veg { 
color: #f08949;
font-size: 45px;
padding: 230px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/fruit-veg-title-mobile.png") no-repeat scroll center #fff top;
background-size:960px;
height: 350px;
}

.us .content h1.vit-c { 
color: #78c267;
font-size: 45px;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/vit-c-title-mobile.png") no-repeat scroll center #fff top;
background-size:960px;
height: 350px;
}

.us .content h1.nothing { 
color: #e65661;
font-size: 45px;
padding: 220px 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/nothing-title-mobile.png") no-repeat scroll center #fff top;
font-size: 43px;
background-size:960px;
height: 350px;
}

.us .content h1.two { 
color: #8b2258;
font-size: 45px;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/2-portions-title-mobile.png") no-repeat scroll center #fff top;
background-size:960px;
height: 350px;
}

.us .content h1.good { 
color: #eebd5b;
font-size: 45px;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/drinkers-title-mobile.png") no-repeat scroll center #fff top;
background-size:960px;
height: 350px;
}

.us .content h1.faq { 
color: #8d2340;
font-size: 45px;
padding: 250px 0 0 0;
background: url("https://www.innocentdrinks.co.uk/static/nutrition/GIFs/faq-title-mobile.png") no-repeat scroll center #fff top;
background-size:960px;
height: 350px;
}


/*  BUTTON  */

.us .content a.button-nutrition {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 0;
    padding: 18px 25px 18px 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
	border-radius:20px;
}


}



</style>
