
/* MEDIA QUERIES */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (min-width: 768px)	{}
@media (min-width: 992px) 	{}
@media (min-width: 1200px) 	{}


/*/// MAIN FILE /////*/


body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31a436+0,79b928+100 */
	background: #222 url('/images/static/compwall.jpg') center top fixed; /* Old browsers */
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Helvetica';
	letter-spacing: -0.025em;
	color: #222;
	height: ;
	}
	@media (max-width: 900px) 	{
		body{
			background: #222 url('/images/static/compwall.jpg') center top fixed; /* Old browsers */
			background-size: auto;
			background-repeat: no-repeat;
		}

	}
h1 {
	font-weight: 900;
	font-size: 6em;
	line-height: 100%;
	text-transform: lowercase;
	margin-bottom: 0.5em;
	letter-spacing: -0.03em;
}
h2 {
	font-weight: 900;
	font-size: 3em;
	line-height: 100%;
	text-transform: lowercase;
	margin-bottom: 1em;
	letter-spacing: -0.03em;
}
h3 {
	font-weight: 900;
	font-size: 2em;
	line-height: 100%;
	text-transform: lowercase;
	margin-bottom: 1em;
	letter-spacing: -0.03em;
}
h3 small {
	color: #999;
}
h4 {
	font-weight: 900;
	font-size: 1.5em;
	line-height: 100%;
	text-transform: lowercase;
	margin-bottom: 1em;
	letter-spacing: -0.03em;
}
.blue {
	background: #00f;
}
a {
	color: inherit;
}
a:hover {
	color: #000;
}
.quiet {
	color: #999;
}
.glyphicon-star {
	color: #fa0;
	font-size: 1.25em;
}
.navbar {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: 900;
	background: rgba(0,0,0,0.5);
}
.nav>li>a:hover,
.nav>li>a:active {
	background: none;
	color: #999;
}
.navbar .badge {
	background: #fff;
	color: #79b928;
}
.subnav {
	background: #fff;
}
.subnav ul {
	list-style: none;
	padding: 2em 0 0 0;
	margin: 0;

}
.subnav ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0.75em 0.25em;
	font-weight: 900;
	color: #999;
}
.subnav ul li a {
	color: #333;
	background: #ddd;
	border-radius: 1em;
	padding: 0.4em 1em 0.5em 1em;
}
.subnav ul li.active a {
	color: #fff;
	background: #333;
	border-radius: 1em;
	padding: 0.4em 1em 0.5em 1em;
}
.subnav ul li a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
}
.subnav hr {
	margin-bottom: 0;
	padding-bottom: 0;
}
.pad {
	padding: 0 1em;
}
.well {
	padding: 0;
	border: 0;
	border-radius: 1em;
	overflow: hidden;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	color: #fff;
	background: #333;
}
.well h2 {
	font-size: 1.5em;
	font-weight: 900;
}
@media (max-width: 767px) {
	.well h2 {
		font-size: 1em;
		font-weight: 900;
	}
}
.donation {
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	border: 5px solid #79b928;
	padding: 10px;
	color: #333;
	font-size: 0.8em;
}
.donation form {
	margin-bottom: 0;
	padding-bottom: 0;
}
.donation form .btn {
	margin-bottom: 0;
}
.btn {
	border: 0;
	border-radius: 20px;
	background: rgba(0,0,0,0.25);
	font-weight: 900;
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #fff;
}
.btn.btn-default {
	background: rgba(0,0,0,0.25);
	color: #fff;
}
.btn.btn-primary {
	background: #79b928;
	color: #fff;
}

.splash {
	padding: 0.5em;
	color: #fff;
	text-align: left;
	}

	@media (min-width: 768px) {
		.splash {
			padding: 2em;
		}
	}

.splash h1 {
	font-weight: 900;
	font-size: 3em;
	line-height: 100%;
	text-transform: lowercase;
	margin-bottom: 0.5em;
	letter-spacing: -0.03em;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	}
	@media (min-width: 768px) {
		.splash h1 {
			font-size: 4em;
		}
	}
	@media (min-width: 992px) {
		.splash h1 {
			font-size: 6em;
		}
	}

.splash .btn {
	font-size: 2em;
	border-radius: 30px;
	padding: 5px 40px;
	margin: auto 10px;
	font-weight: 900;
	color: #000;
	background: #fff;
	border: none;
}
.paralaxImage {
	background-image: url('https://www.mileendwall.org.uk/images/static/compwall.jpg');
	background-size: cover;
	background-position: center center;
	height: 50vh;
	box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
}
.usefulInfo {
	padding-top: 3em;
	padding-bottom: 3em;
}
.wide-cta {
	padding-top: 2em;
}
.wide-cta .btn {
	background: #fff;
	color: #000;
	font-size: 1.75em;
	border-radius: 30px;
	padding: 5px 20px;
}
.wide-cta .btn:hover {
	background: #000;
	color: #fff;
}
.featured {
	padding: 0 0 2em 0 ;
}
.flash-message .alert {
	background: #fa0;
	border: none;
	color: #80560a;
	font-size: 1.25em;
	border-radius: .75em;
	padding: 1em 1.25em;
}
.alert h2 {
	padding: 0;
	margin: 0 0 0.25em 0;
	font-size: 1.75em;
	color: #ffeacd;
}

/*///// BODY ///////////*/

.body {
	background: #fff;
	min-height: 200px;
	font-size: 17px;
	padding: 0.5em;
	padding-top: 3em;
}
.body .featured {
	font-size: 14px;
	padding-bottom: 0;
}

/*///// TYPOGRAPHY ////////*/

.typography.wide-gutter {
	padding-right: 4em;
}
.typography h1 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
	@media (min-width: 768px)	{
		.typography h1 {
			font-size: 4em;
		}
	}
	@media (min-width: 992px) 	{}
	@media (min-width: 1200px) 	{}

.typography h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
	@media (min-width: 768px)	{
		.typography h2 {
			font-size: 2em;
		}
	}
	@media (min-width: 992px) 	{}
	@media (min-width: 1200px) 	{}

.typography h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.typography h4 {
	color: #999;
	font-size: 1.25em;
	margin-bottom: 1em;
}
.typography p {
	padding: 0;
	margin-bottom: 1em;
	line-height: 1.6em;
	text-align: left !important;
}
.typography a {
	color: #79b928;
}
.typography small {
	font-size: 0.75em;
	line-height: 0.9em;
}
.typography h1 + p {
	font-size: 1.3em;
	line-height: 1.5em;
}
.typography blockquote {
	border-color: #fff;
	padding: 0 1.5em;
	font-style: italic;
	font-size: 1em;
}
.typography img {
	margin-bottom: 2em;
}
.typography table,
.typography table.table {
	border: 1px solid #ddd;
	background: #fff;
}
.typography table td,
.typography table.table td {
	background: #fff;
	font-size: 0.8em;
	color: #444;
	padding: 1em;
}
.typography table th,
.typography table.table th {
	background: #eee;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 1em;
}

/*////// Blog /////////////////*/

.blog-teaser h1 {
	font-size: 2.5em;
}
.blog-teaser a.round {
	display: block;
	padding: 0.5em;
	line-height: 0.8em;
	border-radius: 50%;
	font-size: 1em;
	float: right;
	color: #fff;
	background: #ddd;
	margin: 0 0 0 0.5em;
}

/*////// Sidebar Nav ///////// */

.sidebar-nav h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}

.sidebar-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav ul li a {
	font-weight: 900;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav ul li ul li a {
	font-weight: 200;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*////// CSS FLIPPER ///////// */

.flip {
	height: 200px;
	margin: 0px;
	text-align: center;
}
.flip .caption {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 9px 18px;
	font-size: 1em;
}
	@media (min-width: 768px)	{
		.flip .caption {
			font-size: 1em;
		}
	}
	@media (min-width: 992px) 	{
		.flip .caption {
			font-size: 1em;
		}
	}
	@media (min-width: 1200px) 	{
		.flip .caption {
			font-size: 0.85em;
		}
	}
.flip .caption.overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.flip .caption h2 {
	margin: 9px 0;
}
.flip .caption h3 {
	margin: 9px 0;
}
.flip .front .caption h3 {
	text-shadow: 0 0 15px rgba(0,0,0,1);
}
.flip .caption p {
	margin: 9px 0;
}
.flip .front {
	border-radius: 1em;
	margin: 0;
	postion: relative;
	overflow: hidden;
}
.flip .back {
	border-radius: 1em;
	margin: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	postion: relative;
}

/*//-- Quote / Review --//*/

.quote .front .caption p {
	color: #999;
}
.quote .front .caption h3,
.quote .front .caption em {
	color: #222;
}

/*//-- Photo --//*/

.photo .front .caption {
	color: rgba(255,255,255,0.35);
	font-size: 8em;
	padding: 36px;
}

/*//-- Video --//*/

.video .front .caption {
	color: rgba(255,255,255,0.5);
	font-size: 8em;
	padding: 36px;
}

/*/////// CTA Grid //////////// */

.grid {
	padding: 18px;
	padding-bottom: 0;
	background: #f5f5f5;
}

.grid .cell {
	margin-bottom: 18px;
}

.grid .cell blockquote {
	color: #999;
	font-style: italic;
	font-family: Georgia, times, serif;
	border: 0;
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: .5em;
	padding-bottom: 0;
}
.grid .cell cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	border: 0;
	line-height: 1.4em;
	font-size: .8em;
}
/* Product */

.product .flip .back {

}

.false-footer {
	background: #f5f5f5;
	height: 50px;
}
.sticky-footer {
	background: #222;
}

.sticky-footer ul {
	list-style: none;
	padding: 0;
}
.sticky-footer ul li {
	list-style: none;
	display: block;
	padding: 0.5em 0.6em 0.25em 0.6em;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 3em;
	float: left;
	color: #333;
	margin: 0.75em 0 0.5em 0.5em;
}
@media (min-width: 768px){
	.sticky-footer ul li {

	}
}
.sticky-footer ul li.round {
	list-style: none;
	display: block;
	padding: 0.5em;
	line-height: 0.8em;
	border-radius: 50%;
	font-size: 1.5em;
	color: #333;
	float: left;
	background: #fff;
	margin: 0.5em 0 0.5em 0.5em;
}
.sticky-footer ul li.round a:hover{
	text-decoration: none;
}
@media (min-width: 768px){
	.sticky-footer ul li.round {
		margin: 1.25em 0 0.5em 0.5em;
	}
}
.sticky-footer .smallprint {
	font-size: 0.9em;
	color: #999;
	padding: 1em 0;
}
@media (min-width: 768px){
	.sticky-footer .smallprint  {
		text-align: left;
		padding: 2.25em 0;
	}
}

.blue,
.mediumseagreen,
.black {
	background: #0975C6;
}
.yellow,
.gold {
	background: #fa0;
}
.green,
.forestgreen {
	background: #79b928;
}
.orange,
.darkorange {
	background: #D84416;
}
.white {
	background: #fff;
}

.tickercontainer {
	color: #222;
	border-radius: 0;
	background: rgba(0,0,0,0.5);
}
.tickercontainer li {
	font-size: 1.75em;
	font-weight: normal;
	font-family: 'helvetica', arial, sans-serif !important;
	color: #fff;
}
.tickercontainer strong {
	color: #79b928;
}
.tickercontainer .glyphicon {
	color: #999;
}
.map {
	background: #f5f5f5;
	padding: .5em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;

	-webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);
}
.routesetting,
.safeguarding {
	padding: 2em;
	background: #79b928;


	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;

	-webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3);

	margin-bottom: 1em;
}
.safeguarding {
	background: #0975C6;
}
.safeguarding p {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.2em;
}
.routesetting h2,
.safeguarding h2 {
	padding: 0;
	margin: 0;
	font-weight: 100;
	font-size: 2.25em;
	line-height: .6em;
	font-weight: 900;
	color: rgba(0,0,0,.5);
	margin-bottom: 0.5em;
}
.routesetting .slick h2,
.safeguarding .slick h2 {
	font-size: 2em;
	line-height: 1.2em;
	color: #fff;
	text-transform: none;
	font-weight: 100;
	margin-bottom: .25em;
}
.routesetting h2 strong,
.safeguarding h2 strong {
	padding: 0;
	margin: 0;
	font-weight: 900;
	color: #fff;
}
.routesetting a.btn,
.safeguarding a.btn {
	margin-bottom: 0;
	margin-top: 0.5em;
}
