/*
Theme Name: Stretford
Author: Richard Barber & Co
Version: 1.0
*/

html, body {
	font-family: "ff-zwo-corr-web-pro",sans-serif;	
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #50525a;
	font-weight: 400;
	line-height: 1.4em;
}

body {
	background-color: #ff8e2b;
	background-image: url(images/cog-bg.png);
	background-position: 95% top;
	background-size: 33.33%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

img {
	display: block;
	width: 100%;
}

.loupe img {
	width: auto;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px 0;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 24px 0;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
	font-weight: 400;
}

p {
	margin: 0 0 20px 0;
}

.large {
	font-size: 30px;
	line-height: 30px;
}

.bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.white {
	color: #fff;
}

.darkGray {
	color: #50525a;
}

.darkBlue {
	color: #0d2137;
}

.gray {
	color: #777777;
}

.main-colour {
	color: #ff8e2b;
}

#wrapper, #container {
	height: 100%;
}

#wrapper {
	
}

section {
	padding: 90px 0;
	position: relative;
}

.borderBottom {
		border-bottom: solid 1px #ccc;
}

#section1 {
	background: #eee;
}

.navbar {
}

#header {
	position: fixed;
	z-index: 999;
}

#plan_mob {
	display: none;
		
	}

#plan_mob_2 {
	display: block;
		
	}

/* NAV */


#headerLogo {
	background-color: #fff;
	background-image: url(images/site-logo.png);
	background-image: url(images/site-logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 200px;
	height: 300px;
	background-size: 200px;
	position: absolute;
	right: 40px;
	top: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 99999;
}

#header {
	position: fixed;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,333333+100 */

	background: #0d2137; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #1c384c 0%, #0d2137 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top,  #1c384c 0%,#0d2137 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom,  #1c384c 0%,#0d2137 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c384c', endColorstr='#0d2137',GradientType=0 ); /* IE6-9 */


	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	z-index: 999;
	top: 0;
	padding: 0;
	min-height: 50px;
}

.navbar {
	width: auto;
	position: absolute;
	left: 40px;
	bottom: 0;
	display: block;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 0;
	height: 100%;
	font-size: 14px;
}

.navbar ul {
	padding: 0;
	height: 100%;
	display: block;
	margin: 0;
}

.navbar li {
	display: table;
	float: left;
	height: 100%;
	position: relative;
}

.navbar li a {
	white-space: nowrap;
	background-color: transparent;
	color: #ff8e2b;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar li:hover a {
	background-color: #000;
    color: #fff;
	padding: 0 20px;
}

.navbar li:hover ul li a {
	padding: 10px 30px;
}


.navbar li ul {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	top: 100%;
	left: 0;
	background: #00ace9;
}

.navbar li ul li {
	position: relative;
	float: none;
	width: auto;
	display: block;
	height: auto;
}

.navbar li ul li:hover a {
	background: #666;
}

.navbar li:hover ul {
	display: block;
}

#pull {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background-image: url(images/burger.png);
	background-size: 30px;
	background-repeat: no-repeat;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current {
    background-color: #ff8e2b;
    color: #fff;
	padding: 0 20px;
}

@media screen and (max-width: 900px) {
	
	#plan_mob {
	display: block;
		
	}
	
#plan_mob_2 {
	display: none;
		
	}

.spacer {
	/* display: none; */
}

#pull {
	display: block;
}

#header {
	position: absolute;

}

.navbar {
	display: none;
	width: 100%;
	left: 0;
	height: auto;
	position: absolute;
	right: auto;
	bottom: auto;
	top: 50px;
	overflow: auto;
	background: #2e3047;
}

.navbar-nav {
    margin: 0;
	width: 100%;
}

.navbar ul.navbar-nav {
	height: auto;
	display: block;
}

.navbar li {
	display: block;
	float: none;
	height: auto;
	width: auto;
	text-align: left;
}

.navbar li ul {
	display: block;
	position: relative;
	top: auto;
	background: none;
	padding-left: 0;
}

.navbar li a {
	display: block;
	color: #fff;
	padding: 10px 30px;
	transition: none;
	margin: 0;
	background: #50525a;
}

.navbar li a:hover {
	color: #fff;
	padding: 10px 30px;
	background: #009ee3; 
}

.navbar li:hover a {
	background-color: #000;
    color: #fff;
	padding: 10px 30px;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current {
	padding: 10px 30px;
	background: #00ace9; 
}
}



@media screen and (max-height: 500px) and (max-width: 480px) {
.navbar li a {
	padding: 10px 20px;
}
.navbar li a:hover {
	padding: 10px 20px;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current {
	padding: 10px 20px;
}


}


/* END NAV */

.height50 {
	height: 50%;
	padding: 0;
}

.height100 {
	height: 100%;
	padding: 0;
}

@media screen and (max-width: 768px) {
#aerial.height100 {
	height: 50%;
	padding: 0;
}

.hideMobile {
	display: none;
}

}

.height15 {
	height: 15%;
	padding: 0;
}

.height25 {
	height: 25%;
	padding: 0;
}

.anchorBottom {
	position: absolute;
	bottom: 0;
}

.width100 {
	width: 100%;
}

.width50 {
	width: 50%;
}

.hero {
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
	height: 60%;
	min-height: 500px;
	z-index: 2;
}

#homeHero {
	background-image: url(images/home-main-2.jpg);
}

#specHero {
	background-image: url(images/spec-hero.jpg);
}

#locationHero {
	background-image: url(images/aerial.jpg);
}

#location {
	padding: 40px 0;
}

.bullets {
	margin: 0 0 1em 0;
	padding: 0;
}

.bullets li {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

.homeContent {
	margin-right: 40px;
	padding-right: 200px;
	background: transparent;
	min-height: 200px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	width: auto;
}

h1.margin0 {
	margin: 0 0 0 0;
}

.container {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}

#homeRightColumn {
	position: absolute;
	width: 200px;
	min-height: 200px;
	background: #0d2137;
	top: 0;
	right: 0;
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	
}

.fancybox {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
}

.fancybox:hover {
	color: #fff;
}

.fancybox .inner {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.fadeTo100 {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.fadeTo100:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.fancybox .inner div {
	display: table;
	height: 100%;
	width: 100%;
}

.fancybox .inner div p {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

.alignVerticalCenterOuter {
	height: 100%;
	display: table;
	
}

.alignVerticalCenterInner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	
}

.alignC {
	text-align: center;
}

.hideDesktopInline {
	display: none;
}

#homeRightColumn .container {
	margin-left: 5px;
	margin-right: 5px;
}

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

#plan_mob {
	display: block;
		
	}
	
#plan_mob_2 {
	display: none;
		
	}
	
#homeRightColumn {
	position: relative;
	right: auto;
	width: auto;
	min-height: 0;
	top: -40px;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#homeRightColumn br {
	display: none;
}

#homeRightColumn .large {
	font-size: 15px;
	line-height: 1.4em;
}



.hideDesktopInline {
	display: inline;
}

.hero {
	min-height: 1px;
}

.fullScreenBG.hero {
	background-position: right center;
}

.container, #homeRightColumn .container {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

#homeRightColumn .padding-top-3 {
	padding-top: 20px;
}

#homeRightColumn {
	font-size: 14px;
}

#headerLogo {
	width: 150px;
	height: 225px;
	background-size: 150px;
	position: absolute;
	right: 20px;
	
}
	
.homeContent {
	padding-right: 0;
	margin-right: 0;
}

.fancybox .inner {
	height: 40px;
	top: auto;
}

.fancybox .inner div p {
	font-size: 15px;
	line-height: 15px;
}

.fadeTo100 {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	transition: none;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px 0;
	font-weight: 700;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 16px 0;
	font-weight: 700;
}
}

@media screen and (max-width: 767px) {
#headerLogo {
	width: 100px;
	height: 150px;
	background-size: 100px;
}
}

@media screen and (max-width: 480px) {
	
#headerLogo {
	width: 50px;
	height: 50px;
	background-size: 50px;
	background-position: top center;
	
}

section {
	padding: 50px 0;
	position: relative;
}

#availability, #downloads, #contacts, #gallery {
	padding: 80px 0;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

#logoSplit {
	width: 300px;
	height: 83px;
}

img#cog {
	width: 53px;
	height: auto;
}

img#logotype {
	width: 270px;
	height: auto;
}
}

.animated.animatedDelay {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.animated.animatedDelay2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.animated.animatedDelay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.animated.animatedDelay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.animated.animatedDelay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.animated.animatedDelayA {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
}

.animated.animatedDelayB {
	animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
}

.animated.animatedDelayC {
	animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s;
}

#description {
	background-image: url(images/descriptionBG.jpg);
}

#aerial {
	background-image: url(images/aerial.png);
}

.fullScreenBG {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bgBlackTrans {
	background-color: rgba(0,0,0,0.5);
}

.hideMe {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
}

#spec {
	background-color: #fff;
	background-image: url(images/cog-bg-light.png);
	background-position: 95% top;
	background-size: 33.33%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.padding-top-1 {
	padding-top: 15px;
}

.padding-bottom-1 {
	padding-bottom: 15px;
}

.padding-top-2 {
	padding-top: 30px;
}

.padding-bottom-2 {
	padding-bottom: 30px;
}

.padding-top-3 {
	padding-top: 40px;
}

.padding-bottom-3 {
	padding-bottom: 40px;
}

.padding-top-4 {
	padding-top: 90px;
}

.button {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 30px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: rgba(133,188,59,0.5);
	transition: all 0.25s ease-in-out;
	
}

.button:hover, a.button:focus {
	color: #fff;
	text-decoration: none;
	background-color: rgba(133,188,59,1.0);
	
}

#map-canvas {
	width: 100%;
	height: 500px;
	background: #ccc;
	outline: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.availability {
	margin-bottom: 1em;
	width: 100%;
}

.availability td {
	background: #eee;
	color: #91adc1;
	padding: 3px;
	border: #ff8e2b solid 1px;
	border-collapse: collapse;
	text-align: right;
	font-size: 13px;
	line-height: 1em;
	
}

.availability .available td {
	background: #ffbe8d;
	color: #0d2137;
}

.availability th {
	background: #0d2137;
	color: #fff;
	padding: 3px;
	border: #ff8e2b solid 1px;
	border-collapse: collapse;
	text-align: right;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
}

.availability .alignL {
	text-align: left;
}

.availability .alignC {
	text-align: center;
}

#downloads a {
	display: block;
	padding: 10px;
	margin: 0 0 5px 0;
	background: #50525a;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

#downloads a:hover {
	text-decoration: none;
	background: #fff;
	color: #50525a;
}

#downloads a p {
	margin: 0;
}


@media screen and (max-width: 480px) {
.agent.cording {
	height: 40px;
}

}

.small {
	font-size: 12px;
}

/* ******** Fancy Menu Icon ********* */

.menu {
  cursor: pointer;
  margin: 0;
  padding-left: 1.25em;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 4px;
  top: 4px;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 4px solid #00ace9;
  width: 100%;
  -o-transition: 0.55s;
  -moz-transition: 0.55s;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 9px;
}
.menu-bottom {
  top: 18px;
}
.menu-top-click {
  border-top: 4px solid #fff;
  backface-visibility: hidden;
  top: 9px;
  -o-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -o-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -webkit-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  border-top: 4px solid #fff;
  backface-visibility: hidden;
  top: 9px;
  -o-transform: rotate(-410deg);
  -moz-transform: rotate(-410deg);
  -webkit-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -o-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -webkit-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}

#gallery img {
	outline: solid #ccc 1px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}



#fancybox-left-ico {
    left: 10px !important;
}
#fancybox-right-ico {
    left: auto !important;
    right: 10px !important;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(js/zoom/icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

#ex2 img:hover { cursor: url(js/zoom/grab.cur), default; }
#ex2 img:active { cursor: url(js/zoom/grabbed.cur), default; }

.position-fixed {
	position: sticky;
	top: 50px;
}

.galleryImg {
	display: block;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fancybox-overlay {
	z-index: 99999999999 !important;
}

.agent {
	width: auto;
	height: 100px;
}

.misrep {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

svg {
	width: 100%;
}