/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
   * {
   	box-sizing: border-box;
   }
html,body {
	background:#fff;
	color:#222;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * { n
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.max-width, .limiter {max-width:1000px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:24px; line-height:26px; font-weight:normal;}
h2 {font-size:16px; line-height:18px; font-weight:normal;}
h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
	background: #fff;
	border:solid 1px #ccc;
	box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:grey;}
a:hover, a:active {color:#222; text-decoration:none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}

.inline {
	display: inline-block;
}
.rmargin{
	margin-right: 30px;
}

.caps {
	text-transform: uppercase; 
}
.center {
	margin: 0 auto;
}

p {
	margin: 0;
}
.top-padding {
	padding: 75px 0 80px 0;
	
}

.center {
	text-align: center;
}

form:after {
	clear:both;
}

#text {
	width: 60%;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: lightgrey;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
    font-weight: 500;
    color: #000;
}

.letter-spacing {
	letter-spacing: 0.1em;
}

.padding {
	padding: 20px;
}

li {
	line-height: 27px;
}


/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */

.black {
	width: 100%;
}
#cookie-bar {
	height:auto !important;
}
#seo-tagline {
    letter-spacing: 0.2em;
    font-size: 0.5em;
    color: #000;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
}
#top-right {
	line-height: 78px;
	color: #7e7e7e;
}
.telephone a{
	
	display: inline-block;
	color: #222;
	
}
.telephone {
	padding-left: 30px;
	background-image: url('../img/phone.jpg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 50%;
}
#header-top {
    background: #eee;
    color: #fff;
    line-height: 30px;
}
#header-main {
	line-height:25px;
	padding:0;
}
#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:0;
	text-align:right;
} 

/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== MENU ===== */
.navbar {
	margin-bottom:0;
}

.navbar-inner {
    background: #78d6c4;
    border: none;
    filter: none;
    border-radius: 0;
}

/* change menu highglight (top level) */.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {  
	background:none;
	box-shadow:none;
	color:#FFF;
}
.navbar .nav > li > a {
	text-shadow:none;
	color: #fff;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #eee;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#FFF;
}
.menu-left {
	color:#FFF;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#FFF;
	text-shadow:none;
}
.menu-right {float:right;
display: inline-block;}

/* ===== BANNER ===== */
.banner-wrap {
	background:#fff;
	padding:0;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.banner-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	min-height:300px;
}
.banner-text {
	text-align:center;
	transform:translate(0%,150%);
}
#btext {
    background: rgba(255,255,255,0.9);
    color: #000;
    width: 70%;
    margin: 0 auto;
}
.banner-text h1 {
	padding: 10px 5px 5px 5px;
}
.banner-text h2 {
	margin:0 auto;
	padding: 0 5px 15px 5px;
	/*padding:20px;
	display:table;*/
}
#b-red {
    font-size: 0.8em;
    color: #fff;
    background: #78d6c4;
    padding: 10px 50px;
    display: inline-block;
    margin: -5px 0 0 0;
}

#b-red a,
#b-red a:visited,
#b-red a:active {
	color: #fff;
}

#b-red a:hover {
	color:#222;
}
.general-banner {
}
.general-banner img {
	width: 100%;
}
#banner-home {
}
.mobile-banner {
	display:none;
}
/* ===== CONTENT ===== */

.content2 {
	padding:30px 0;
	background:#000;
	color:#fff;
}
.content3 {
	padding:30px 0;
}
.general-content1 {
	padding:30px 0;
	margin-bottom: 20px;
}
.general-content2 {
	padding:30px 0;
}

#title1 {
	margin-left: 15%;
}
#why-come-along {
	margin-top: 25%;
	border-top: 15px solid black;
	height: 300px;
	background-image: url('../img/lightbanner.jpg') ;
	color:#fff;
}

.what-they-say {
	margin-top: 5%;
}

.boxed {
    padding: 3px;
    background: rgba(255, 255,255,1);
    color: #000;
}

#findoutmore img {
	display: inline-block;

}

#smallerbox {
	display: inline-block;
	width: 90%;
	text-align: left;
	padding-left: 30px;
	line-height:1.75em;

}

#arrows {
	margin-top: -3px;
	margin-left: 1%;
	height: 2.3em;
	width: 8%;
	border: 1px solid rgba(150,150,150,0.2);
	

}

img.boxed {
	height: 17px;
}

p.boxed {
	display: inline-block;
}

#findoutmore {
	margin-top: 4px;
}

.no-margin {
	margin-left: 0;
}

#form-left {
	width: 45%;
}

#form-left input {
	height: 30px;
	margin-bottom: 30px;
}



.half {
	width: 50%;
}
.content1 {
	margin-top: 27%;
	}

p.boxed {
	padding: 30px
	margin-bottom: 5px;
}

#banner-background {
    background-image: url(../img/nutrition-hertfordshire-02.jpg);
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}

 #cream-bg {
 	background: #eee;
 	padding: 20px;
 }
.white-bg {
    background: #fff;
    color: #222;
    padding: 35px;
    min-height: 250px;
}

#flex-left {
	align-self: flex-start;
	padding-left: 20px;

}
.lefth1 {
	padding-left: 35px;
}

#banner-background > h1 {
	text-transform: uppercase;
}

.quote-box {
	padding: 40px;
}

.rightquote {
	float: right;
}

.clearboth {
	clear: both;
}
.quote {
	padding: 5px 0 0 20px;
}

.b-parag {
	padding: 30px;
	margin-bottom: 5px;
	font-size: 0.9em;
	letter-spacing:0.1em;
}

.rightpara {
    padding: 40px;
    font-size: 2em;
    line-height: 1.3em;
    color: #78d6c4;
    background: rgba(255,255,255,0.8);
}

select {
	width: 95%;
}

a.white a.white:active, a.white:visited {
    color: #000;
    font-weight: 900;
}

a:hover.white {
 
	color: #222;
}

#text {
	color: #1a1919;
	font-weight: 300;
}

input[type="button"] {
	width: 90%;
}
.btn {
    background: #78d6c4;
    color: #fff;
    transition: 0.3s ease;
    border: 1px solid;
    border-radius: 2px;
    text-shadow: none;
}
.btn:hover {
	background: #e6e6e6;

}
.black-bot-border {
    border-bottom: 20px solid #fff;
}

textarea {
	resize: none;
}
 
#statement-box {
	text-align: center;
	padding: 50px 0;
}
 
#statement-box h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}
 
/* ===== FOOTER ===== */
footer {
    background: #635e5a;
    font-size: 12px;
    color: #fff;
}

#banner-text-wrap {
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction:column;
}

.footer-tagline {
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    background: #78d6c4;
}
.footer-main {
	padding:20px;
	line-height:40px;
	font-size:14px;
}
.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}
 #form-left{
 	width:50%;
 	float: left;
 }

 #form-right {
 	width: 50%;
 	float: right;
 }

 #textbox {
 	height:150px;
 	border-radius: 5px;
 	/*border: 1px lightgrey solid;*/
 	width: 90%;
 	margin-bottom: 30px;
 }

 input {
 	width:95%;
 }
 .fill-width {
 	width: 100%;
 }

 #footer-bottom > p {
 	padding-left: 10px;
 }
/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
}
.copy {
	background:#000;
	color:#fff;
	padding:0;
	line-height:40px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

.email {
	padding-left: 40px;
	background-image: url('../img/mail.jpg');
	background-align: left;
	background-repeat: no-repeat;
	line-height: 15px;
}

.footer-mid {
    background: #999;
    padding: 20px 0 15px 0;
}

.footer-right {
	float: right;
}

.wide {
	width: 100vw;
}

#footer-bottom {
	padding: 20px 40px 20px 20px;
}

#footer-bottom > a {
	float: right;
}

#footer-bottom > p {
	color: grey;
}
/* FIXES */


/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom:20px;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header, .blog header {
    padding: 0;
    margin: 0 0 10px 0;
    background: none;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
    width: 100%;
    padding: 5px;
    margin-top: 5%;
    border-radius: 0;
    background: #78d6c4;
    font-size: 12px;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {
    color: #ddd!important;
    text-decoration: none;
}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {font-size: 1.4em; padding: 5px;}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

#contact input {
	margin-bottom: 30px;
	height: 30px;
}

#contact input:last-child {
	margin-bottom: 0px;
}

#contact select {
	margin-bottom: 0px;
}

#contact {
	padding: 30px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
}

.map-cover {
	position:relative;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

/* ===== ABOUT PAGE ===== */

.abouth1 {
	padding: 0;
	text-align: center;
}

/* ===== GALLERY ===== */

.t3-in-image {
	width: 360px;
	margin: 0 auto;
}

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

/* ===== GENERAL ===== */
.statement > div {
	width: 80%;
	padding: 10%;
}

#grey-background {
	background: #eee;
}

#footer-tagline {
	margin: 0;
}

.content-general1 {
    padding: 20px 0;
    background: #eee;
    min-height: 485px;
}

.white-background {
    background: #fff;
    height: auto;
}

.no-padding {
	padding: 0;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {
	
	.banner-text {
		text-align: center;
		transform: translate(0%,70%);
	}

}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	ul.nav.center {
		margin: 0;
	}

	.banner-text {
		text-align: center;
		transform: translate(0%,60%);
	}
	.lefth1 {
		font-size: 1.5em;
	}
	.responsive-boxed {
		padding: 20px;
	}

	.footer-right{
		margin-right: 20px;
	}

}

@media (min-width: 870px) and (max-width: 892px) {

	.lefth1 {
		height: 52px;
	}

}

@media (min-width: 769px) and (max-width: 982px) {

	.abouth1 {
		height: 52px;
	}

}

@media (min-width: 768px) and (max-width: 834px) {

	.white-bg {
		min-height: 263px;
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {


	.footer-right{
		margin-right: 20px;
	}

	ul.nav.center {
		margin: 0;
	}

	.navbar .nav > li > a {
	text-shadow:none;
	color: #fff;
}

	.banner-text {
	text-align:center;
	transform:translate(0%,40%);
	}

	.lefth1 {
		font-size: 1.5em;
	}

	#top-right {
		display: inline-block;

	}

	.twenty-pad {
		padding: 0 20px
	}

	.responsive-boxed {
		padding: 20px;
	}
	
	.responsive-boxed .span6 {
		width: 100% !important;
		float: left;
	}
	
	.responsive-boxed .span6:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	.btn {
		display: none;
	}

	
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	} 
	.navbar-inner {
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#fff;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}

	
	#top-right{
		float: right;
		/*height: 80%;*/
	}

	.nav-collapse li a {
		margin: 0 auto;
	}
	
	.rightpara {
		padding: 40px;
		font-size: 2em;
		line-height: 1.3em;
	}
	
	.footer-tagline .span8, .footer-tagline .span4, #footer-bottom .span9, #footer-bottom .span3 {
		width: 100% !important;
		float: left;
		text-align:center !important;
	}
	
	h1 {
		font-size: 16px;
		line-height: 26px;
		font-weight: normal;
	}
	
	.top-padding {
		padding: 50px 0;
	}
	
	

}

@media (min-width: 768px) and (max-width: 834px) {

	.white-bg {
		min-height: 263px;
	}
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	ul.nav.center {
		margin: 0;
	}

	.navbar .nav > li > a {
	text-shadow:none;
	color: #fff;
	}

	#banner-home {
		display: none;
	}

	#banner-background h1 {
		margin-left: 20px;
	}
	
	.responsive-boxed {
		padding: 20px;
		margin-top: 90px;
	}

	.banner-text {
	text-align:center;
	transform:translate(0%,35%);
	}

	.banner-text > h1{
		margin: 0;
	}

	.banner-text-wrap {
		min-height: 250px;
	}

	.lefth1 {
		text-align: center;
		padding:20px;
	}

	.b-parag {
		margin-top: 90px;
	}

	.top-padding {
		padding: 25px 0;

	}

	.white-bg {
		padding: 15px;
		min-height: 0;
		max-width: 90%;
		margin: 0 auto 20px auto;

	}

	p.boxed,
	.responsive-boxed {
		margin-top: 0;
	}

	#cream-bg {
		padding: 0;
	}

	.rightpara {
		margin-bottom: 1%;
	}

	#header-top {
		margin-bottom: 2%;
	}
	.btn,
	.navbar {
		margin-top: 0px;
	}

	#top-right {
		line-height: 30px;
		padding-top: 5px;
	}

	.rmargin {
		margin-left: -20px;
	}

	.content1 {
		margin-top: 200%;
	}
	#nswtev {
		margin:0;
	}
	
	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:center;
	}
	#header-top {
		padding:10px 20px;
		box-sizing:border-box;
	}
	.menu-right {
		float: none;
	}

	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:18px;
	  line-height:18px;
	  padding:10px;
	}
	.banner-text h2 {
	  margin: 0 auto;
	  font-size:14px;
	  line-height:14px;
	  padding:10px;
	}

	.content1 {
		margin-top: 0;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
		margin-right: 0;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#fff;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	
	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 100%;
		float: left;
		padding: 20px;
	}
	#blog-menu {
		width: 100%;
		float: none;
	}
	.blog-cloud {
		width: 100%;
		padding: 5px;
		margin-top: 0;
		border-radius: 0;
		background: #78d6c4;
		font-size: 12px;
	}
	#blog-search {
		margin-bottom: 0;
		width: 80%;
		margin-left: 20px;
	}
	/*ontent1, .content2, .content3, .general-content1, .general-content2{
		padding:20px;
		box-sizing:border-box;
	} */
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.copy {
		padding:10px 20px;
		box-sizing:border-box;
	}

	.email {
		float: left;
		width: 150px;
		margin-left: 20px;
	}

	.footer-right {
		margin-right: 20px;
	}

	#text {
		font-size: 1.5em;
	}
	
	.rightpara {
		padding: 40px;
		font-size: 2em;
		line-height: 1.3em;
		margin-top: 10px;
	}
		
	#statement-box {
		text-align: center;
		padding: 50px 20px;
	}
	
	.general-content1 {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	
	.blog-post-preview header, .blog .span12 header, blog-post-preview-content header {
		text-align: left !important;
	}
	
	#header-main {
		line-height: 25px;
		padding: 0 20px;
	}
	
	#statement-box img {
		margin-bottom: 10px;
	}
	
	.abouth1 {
		padding: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#banner-background {
		padding: 0 !important;
	}


}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {

	#text {
		font-size: 1.25em;
	}

	#header-top {
		padding: 0px;
	}

	.rmargin {
		margin: 0;
		display: block;
	}

	ul.nav.center {
		margin: 0;
		text-align: center;
	}

	.navbar .nav > li > a {
	text-shadow:none;
	color: #fff;
	}
	.banner {
		display: none;
	}
	#cookie-bar {
		font-size:12px;
	}
	.row-fluid [class*="span"] {
		margin-bottom:25px;
	}
	.row-fluid [class*="span"]:last-child {
		margin-bottom:10px;
	}
	.banner,
	.general-banner {
		display:none;
	}
	.mobile-banner {
		display:block;
		position:relative;
	}
	.mobile-banner .banner-text {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:50px 20px;
		box-sizing:border-box;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}
	#why-come-along {
		margin-top: 1%;
	}
	.top-padding {
		padding-top: 25px;
	}

	#title1 {
		align: center;
	}

	.email,
	.footer-right {
		float: none;
		text-align: center;
	}

	.email {
		margin: 0px 5% 10px 30%;
	}

	.footer-right {
		margin-right: -5%;
	}
	
	h1 {
		font-size: 20px;
		line-height: 26px;
		font-weight: normal;
	}
	
	#header-main .span6 {
		margin-bottom: 0;
	}
	
	#blog-search {
		margin-bottom: 0;
		width: 70%;
		margin-left: 20px;
	}
	
	.blog-post-preview-img {
		width: 100%;
		float: left;
	}
	
	.blog-post-preview-content {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
		
	.rightpara {
		padding: 10px;
		font-size: 1.5em;
		line-height: 1.3em;
	}
	
	#smallerbox {
		display: inline-block;
		width: 80%;
		text-align: left;
		padding-left: 30px;
		line-height: 1.75em;
	}
	
	#arrows {
		margin-top: -3px;
		margin-left: 1%;
		height: 2.3em;
		width: 15%;
		border: 1px solid rgba(150,150,150,0.2);
	}
}