/* ------------------------------------------
	G L O B A L S
--------------------------------------------- */

html {

	overflow:auto;
	margin:0;
	padding:0;
	font-size:100%;
	font-size:13px;

}

body {

	font-family: "Muli", sans-serif;
	font-size: 1.375rem;
	font-weight: 300;
	color:#4a4a4a;
	/*margin-bottom: 1.5rem;*/
	line-height: 1.750rem;
	/*overflow: auto;*/
	width:100%:
	padding:0;
	margin:0;

}

section {

	overflow: hidden;
}

h1 {

	font-family:"Montserrat", sans-serif;
	color:#ffffff;
	font-size:2.875rem;
	font-weight: 700;
	margin:0 auto;
	margin-top:12rem;
	margin-bottom:1rem;
	line-height: 1;
}

h2 {

	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	/* color:#062751; */
}

.subhead {

	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color:#4e2880;
	line-height: 1.2;
	margin-bottom: 1rem;
	text-transform:uppercase;

}

p {

	margin:0 auto;
	margin-top:1rem;
	margin-bottom:1.5rem;
}

.wrapper {

	/*font-size: 100%;*/
	/*position: relative;*/
	width:100%;
	max-width: 90rem;
	margin:0 auto;
	padding:0 1rem;
	overflow: auto;

}

.left {

	float:left;

}

.right {

	float:right;

}

.text-center {

	text-align:center;

}
.nomarpad {

	margin:0 auto;
	padding:0;
}

.scroll-bar {

	position: absolute;
	bottom:0;
	width:100%;
	text-align: center;
	padding:2rem 1rem;
}

.break {

	display: block;
}

@media screen and (max-width: 620px) {

	.notonmobile {

		display: none;

	}
}

hr {

	/*margin-top:10rem;*/
	margin-bottom:5rem;
	width:5em;
	border:none;
	border-bottom:solid 0.625rem rgba(155, 155, 155,10);
	padding:0;
	color: #9B9B9B;
	/*height:10px;*/
	/*border:none;*/
}

.lead-in

{

	text-align: center;
	color:#3124AE;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
}

.white {

	color:#ffffff;
}

/*Restrict the width of one text box for design reasons*/

.restrict-to-660 {

	max-width:60rem;
}

/* ------------------------------------------
	A n i m a t i o n s
--------------------------------------------- */

#trolley-anim,
#qmark-anim,
#company-anim,
#services-anim,
#topspot-anim {

	visibility: hidden;

}

/* ------------------------------------------
	N a v i g a t i o n
--------------------------------------------- */

header {

	position: fixed;
	/* top:-7rem; */
	width:100%;
	background-color: #fff;
	height:4.5rem;
	-webkit-box-shadow: 0 14px 7px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 14px 7px -4px rgba(0,0,0,0.4);
	box-shadow: 0 14px 7px -4px rgba(0,0,0,0.4);
	overflow: visible;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5;
}

header .wrapper {

		overflow: visible;
}

.header-up {

	top:-7rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5;

}

.header-down {

	top:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5;

}

.header-logo {

  /* position: absolute;
  bottom: 0;
  overflow: visible;
  margin-bottom: -1.6rem;
  margin-left:-4rem;
  z-index: -1; */

}

.header-title {
	font-family:"Montserrat";
	color:#4e2880;
	padding:1.4rem 0;
	font-size:2rem;
	font-weight:600;
}

@media screen and (max-width: 768px) {

	.header-logo {

	  margin-left:-6rem;

	}
}

nav {

	float:right;

}

nav ul {

	list-style: none;

}

nav ul li {

	display: inline;
}

nav ul li a {

	text-decoration: none;
	margin-left:2rem;
	font-weight: 600;
	color: #4e2880;
	padding-bottom: 0.4rem;
	font-size:1.2rem;
}

nav ul li a:hover {

	/*color:#4e2880;*/
	border-bottom: solid 0.3rem;
}

.nav-close, .nav-close:hover {

	/*border:solid 1px;*/
	width:3.857rem;
	padding:0.5rem 0.85rem;
	margin-left:2rem;
	/*background-color: #cabed9;*/
	font-weight: 600;
	font-size:1rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#cabed9;
	border:solid 0.063rem;
}

.nav-close:hover {

	color:#ffffff;
	background-color: #4e2880;
}

/* ------------------------------------------
	I n t r o  C o n t e n t
--------------------------------------------- */

#home > div {

	position: relative;
}


.tagline {

	color:#ffffff;
	font-size:1.75rem;
	max-width: 40.875rem;
	line-height: 1.4;
}

.intro {

	position: relative;
	background: #2923ae;
	background: -moz-linear-gradient(-45deg,  #2923ae 0%, #8e6dd7 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2923ae), color-stop(100%,#8e6dd7));
	background: -webkit-linear-gradient(-45deg,  #2923ae 0%,#8e6dd7 100%);
	background: -o-linear-gradient(-45deg,  #2923ae 0%,#8e6dd7 100%);
	background: -ms-linear-gradient(-45deg,  #2923ae 0%,#8e6dd7 100%);
	background: linear-gradient(135deg,  #2923ae 0%,#8e6dd7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2923ae', endColorstr='#8e6dd7',GradientType=1 );*/
	height:43.125rem;
	z-index: -1;

}

.intro-logo {

	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: url('../img/loop-logo.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom:-8rem;
	margin-right: -74rem;
	/*background-size: 120%;*/
	z-index: -1;
}

.intro-section {

	/*height:24.688rem;*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#00000000',GradientType=0 );*/
	padding:4rem 0;
	overflow: hidden;

}

.intro-section .wrapper, .services .wrapper {

	overflow: hidden;
}

.no-bg {

	background:none;
}

.intro-img {

	text-align: center;
	margin:0 auto;
	margin-top:5rem;
}


 .pull {

	color: #4F2682;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;

}

.flourish {
	color:#4e2880;
	font-size:2rem;
	line-height: 2.4rem;
	text-align: center;
}

/* ------------------------------------------
	W O R K
--------------------------------------------- */

.work {
	list-style:none;
	padding:0;
}

.work li {
	padding-bottom:15px;
}

.work img {
	padding:0.rem;
	width:100%;
	max-width: 100%;
}

.clients-banner {

	margin:0 auto;
	padding:0;
	width:100%;
	overflow: auto;
	position: relative;

}

.clients-banner li {

	list-style: none;
	padding:0;
	margin:0 auto;

}

.clients-banner li img {

	width:100%;
}

.clients-section {

	/*padding-top:5rem;*/
	margin-bottom:5rem;

}

.clients {

	margin:0 auto;
	margin-top:-1.6rem;
	padding:0;
	/*padding-left:2rem;*/
	padding-top:2rem;

}

.clients li {

	list-style: none;
	padding:1rem;
	text-align: center;
	margin:0 auto;
	padding:0;
	/*height: 160px;*/
	/*vertical-align: middle;*/
}

.clients img {

	width:50%;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
.clients .single-mobile {

		margin:0 auto;
}
}

/* ------------------------------------------
	A p p r o a c h  C o n t e n t
--------------------------------------------- */

.ourapproach {

	/*position: relative; */
	/*display: block;*/

}

.ribbon-bg {

	background-image: url('../img/ribbon-grey.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-position-x: 44.5%;

}

@media screen and (max-width: 980px) {

	.ribbon-bg {

		background-image: url('../img/ribbon-grey-small.png');
		background-position: left top;
		/*padding-top:14rem;*/
		/*padding-top:2rem;*/
		background-size:80%;
		background-position-y: 25%;

	}


}

@media screen and (max-width: 768px) {

	.ribbon-bg {

		background:none;
	}
}

.approach {
	position: relative;
	overflow: auto;
	margin-top: 6rem;
	padding:0 3.5rem;
	margin-bottom:8rem;

}

@media screen and (max-width: 980px) {

	.approach {

		/*margin-top:-14rem;*/
	}

}

.approach-icon {

	text-align: right;
	margin:0 auto;
	margin-left: -3.5rem;
	max-width:100%;
	float:left;
}

.approach-text {

	font-size: 1.375rem;
	font-weight: 300;
	padding-right:1rem;
	margin-bottom: 3rem;
}

.approach-text .subhead {

	font-size: 1.750rem;
	font-weight: 300;
	color:#4F2682;
	margin: 0 auto;
}


/* ------------------------------------------
	S e r v i c e s
--------------------------------------------- */

.services, .colour-strip {

	background-color: #4E2880;
	padding:3rem 0;
	color:white;
	/*margin-top:5rem;*/
}

.colour-strip .subhead {
	color:white;
}

.services .lead-in {

	font-weight: 300;
	max-width:56rem;
	margin-bottom:5rem;

}

.services ul {

	height:auto;
	overflow: auto;
	margin-top:5rem;
}

.services ul li {

	list-style: none;
	text-align: center;
	color:#fff;

}

.services ul li img {

	clear: both;
	display: block;
	max-width:100%;
	margin:0 auto;
	height: 7.125rem;
	/*border-left:dotted 1px rgba(255, 255, 255, 0.4);*/

}

.services ul li:first-child img {

	border:none;
}

.services ul li span {

	display: block;
	margin-top:5rem;
	font-size: 1.125rem;
}

/* ------------------------------------------
	T e a m   &   C o n t a c t
--------------------------------------------- */

.challenger {

	  margin-bottom: 10rem;
}

.challenger .lead-in {

	margin:5rem auto;
	/*margin-bottom:10rem;*/
	/*margin:5rem 0;*/
	max-width:61.250rem;

}

.team {

	margin-top:3rem;

}

.contact-header {

	width:100%;
	margin:0 auto;
	margin-top:5rem;
	padding:0.6rem;
	background-color:#4E2880;

}

.map-section {

	position:relative;
	/*min-height:32rem;*/
	clear:both;

}

.contact-details, #LoopLondon, #LoopSalford {

	height:32rem;

}

.contact-details {

	color:#4a4a4a;
	background-color: #F7F8F9;
	padding-top:5rem;
	padding-bottom:5rem;
	/*min-height: 36rem;*/
	width:25%;
	/*text-align: center;*/

}

.contact-details .centered {

	margin:0 auto;
/*	position: relative;
*/
}

.address, .phone {

	position: relative;
	margin: 0 auto;
	padding:0;
}

.contact-details .subhead {

	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color:#4a4a4a;
	/*width:50%;*/
	margin:0 auto;
	margin-bottom:1rem;
}

.contact-details span {

	display: block;
	width:50%;
	margin:0 auto;
	text-align:left;
}


.contact-details .telephone-number {

	margin-top:1rem;
}

.building-name:before {

	content: url('../img/icon-map.png');
}

.telephone-number:before {

	content:url('../img/icon-phone.png');
}

.building-name:before, .telephone-number:before {

	position: absolute;
	top:0;
	margin-left:-2.25rem;

}

.email-button {

	display: block;
	background-color:#4E2880;
	color:#fff;
	text-decoration: none;
	text-align: center;
	padding:1rem 2rem;
	margin:0 auto;
	margin-top: 3rem;
	max-width: 16.875rem;
	/*width:50%;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.email-button:hover {

	background-color: #24034F;
}

/* ------------------------------------------
	M a p s
--------------------------------------------- */

#LoopSalford, #LoopLondon {

	height:32rem;
    width:75%;
    margin:0 auto;
    padding:0;
    /*display:table;*/
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.gmnoprint, .gm-style-cc, .gm-style a {

	display: none;
}


/* ------------------------------------------
	F O O T E R
--------------------------------------------- */

footer {

	width:100%;
	float:left;
	font-family:"Muli", sans-serif;
	letter-spacing: 0.05rem;
	text-align: center;
	font-weight:300;
	color:#fff;
	background-color:#24034F;
	padding:3rem 0;

    }

/* ------------------------------------------------------------------------------------------------------------------------------
	***** M O B I L E *****
--------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 768px) {

	html {

		font-size:13px;

	}


	.mobile-col-1-3 {

		width:33.333333%;
	}

	.lead-in {

		font-size: 1.8rem;

	}
/* ------------------------------------------
	I n t r o    M o b i l e
--------------------------------------------- */

	.intro {

		height:32rem;
		overflow: visible;
	}

	.intro h1 {

		margin-top:5rem;
		font-size: 199%;
	}

	.intro-logo {
		overflow: visible;
		background-position: left center;
		background-size:180%;
		margin:0 auto;
		margin-left:-10rem;
		margin-top:-4rem;

	}

/* ------------------------------------------
	A p p r o a c h   M o b i l e
--------------------------------------------- */

	.approach {

		margin-top: 2rem;
		margin-bottom:1rem;
		padding:0 .5rem;
		background-image: none;


	}

	.ribbon-bg {

		padding:0;
	}

	.ourapproach p.lead-in {

		max-width: 50rem;
	}

	.approach-text {

		margin-bottom:5rem;
	}

	.approach-icon {

		margin: 0 auto;
		margin-right: 1.4rem

	}

	.services ul {

		padding:0;

	}

	.services ul li {

		margin-bottom:5rem;

	}

	.services ul li img {

		border:none;
	}

	.services ul li span {

		margin-top:2rem;
	}

/* ------------------------------------------
	C h a l l e n g e r   M o b i l e
--------------------------------------------- */

		.challenger p.lead-in {

		max-width: 50rem;
	}

/* ------------------------------------------
	C o n t a c t   M o b i l e
--------------------------------------------- */

	.contact-details {

		width:100%;
		margin:0 auto;
		text-align: center;

    	}

	.contact-details span {

		text-align: center;
	}

	.building-name:before, .telephone-number:before {

		content: none;

	}

	.contact-details, #LoopSalford, #LoopLondon {

		height:28rem;

	}

    #LoopSalford, #LoopLondon {

    	width:100%;
    	margin:0;
	}

}

/* ------------------------------------------------------------------------------------------------------------------------------
	***** T A B L E T *****
--------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:480px) and (max-width: 768px) {

	.intro-logo {

		margin-top: -4rem;

	}

		nav ul {

		padding:0;
	}

}

@media screen and (min-width: 768px) and (max-width:960px) {

	.intro-logo {

		margin-right: -90rem;

	}

	.contact-details, #LoopSalford, #LoopLondon {

		width:50%;

	}

}

@media screen and (min-width: 961px) and (max-width: 1100px) {

	.intro-logo {

		margin-right: -85rem;

	}

}

@media screen and (min-width:960px) {


	.contact-details {

		width:33.333333%;

	}

	#LoopSalford, #LoopLondon {

		width:66.666666%;
	}

}

@media screen (min-width:769px) and (max-width: 1200px) {

	.intro {

		height:32rem;
	}

	.intro-logo {

		margin-bottom: -10rem;
		/*margin-right:-84rem; */
		background-size:auto;

	}

	.contact-details {

		width:33.333333%;
		height:35rem;

	}

	#LoopSalford, #LoopLondon {

		width:66.666666%;
		height:35rem;
	}
}
