	@charset "utf-8";
	/* CSS Document */

/*  **************************************

	0. Misc
	
    *********************************** */
    .misreptext {
    	font-size: 13px;
    	line-height: normal;
    	margin: 50px 0 0 0;
    }
    ::selection {
		background: #23B6BD; /* Safari */
	}

	::-moz-selection {
		background: #23B6BD; /* Firefox */
	}

	.fullwidthimg {
		top: 0;
		left: 0;
		max-width: 100%;
		min-width: 100%;
		height: auto;
		z-index: -1;
		overflow: hidden;
    }
  
	.tagline {
		border: 1px solid #E6E8E9;
		border-width: 5px 0;
		padding: 25px 0;
		margin-bottom: 25px;
	}
	.borderblue {
		border-top: 3px solid #23B6BD;
		padding-top: 10px;
	}

	.btn-navbar {
		display: none;
	}
 
	.underline {
		display: block;
		border-bottom: 1px solid #333;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.text-center { text-align: center; }

	#map_canvas {
		margin-bottom: 30px;
		width: 100%;
		height: 350px;
	}
	.gwrap {
    	line-height:1.35;
		overflow:hidden;
		white-space:nowrap;
    }

	ul {
		list-style: none;
	}
	li {
		margin-bottom: 12px;
	}
	.icons-ul {
		margin-left: 1.7em;
	}
	.icons-ul .icon-li {
		position: absolute;
		left: -2.142857142857143em;
		width: 1.142857142857143em;
		text-align: center;
		line-height: inherit;
		font-size: 13px;
	}
	a,
	a:hover {
		color: #23B6BD;		
	}
    .brochure-image {
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
    }
    .overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #23B6BD;
    }
    .overlay .container {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 80vh;
        max-width: 80vw;
        transition: all 2.2s ease-in-out;
        opacity: 1;
    }
    .overlay h1 {
        color: #fff;
        text-transform: none;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        line-height: 1.2;
    }
    .overlay a.btn-outline {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 24px;
        padding: 20px 40px;
        border: 2px solid #fff;
        line-height: 1.4;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }
    .overlay a.btn-outline:hover {
        border-color: #23B6BD;
    }
    .btn-outline:hover {
        text-decoration: none;
    }
    .overlay.clicked #r-top {
        top: -50%;
        opacity: 0;
    }
    .overlay.clicked #r-bottom {
        top: 150%;
        opacity: 0;
    }
    .noscroll {
        overflow: hidden;
    }
/*  **************************************

	1. Typography
	
    *********************************** */
	
	h1, h2, h3 { 
		font-weight: normal; 
		line-height: 150%; 
	}

	h1 { 
		font-size: 65px; 
		margin: 0px 0 30px 0;
		text-transform: uppercase;
		line-height: 100%;
		font-family: "Gotham", "Montserrat", Helvetica, Arial, sans-serif;
		font-weight: 400;
	}

	h2 { 
		font-size: 30px; 
	}

    h3 { 
    	font-size: 16px; 
    	text-transform: uppercase; 
    	color: #23B6BD; 
    }
   
    body { 
    	font-size: 16px; 
    	line-height: 150%; 
    	font-family: "Gotham", "Montserrat", Helvetica, Arial, sans-serif;
    	color: #333333;
    	font-weight: 400;
	}

	.body-content p {
		margin-bottom: 20px;
	}
	.smalltype {
		font-size: 13px;
	}
	.enquirepeople h2 {
		font-size: 22px;
		margin: 30px 0 0 0;
	}



/*  **************************************

	2. Base Styles
	
    *********************************** */

    html, body { 
    	xwidth: 100%; 
    	xheight: 100%; 
    	xposition: absolute; 
    	xtop: 0px; 
    	xleft: 0px;
    	overflow-x: hidden;
   	}
    body { 
    	background-color: #000000;
    	color: #061B2C;
		-webkit-transition: background 1s linear;
		-moz-transition: background 1s linear;
		-o-transition: background 1s linear;
		transition: background 1s linear;

    }
    .teal {
    	background-color: #23B6BD;
    }
 
	.body-content {
		background-color: #ffffff;
		padding-bottom: 100px;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
	}

	.top-pad{
		padding-top: 100px;
	}
	.nobottom {
		padding-bottom: 0px;
	}
	.addlistmargin,
	.timings.addlistmargin {
		margin: 20px 0 30px 0;
	}
	ul.list {
		margin-left: 0px;
	}
	ul.list li {
		list-style: none;
		background: url(../images/list-arrow.png) no-repeat;
		background-position: left 4px;
		padding-left:20px;
		margin-bottom: 10px;
	}


/*  **************************************************

	X. Navigation
	
    ************************************************** */

    nav ul {
    	padding: 0px;
    	margin: 0px;
    	list-style: none;
  		float: right;
  		font-size: 13px;
  		margin-top: 50px;
  		font-family: "Gotham", "Montserrat", Helvetica, Arial, sans-serif;
  		font-weight: 600;
    }

    nav li {
    	float: left;
    	margin-left: 15px;
    	text-transform: uppercase;
    	margin-bottom: 0px;
    }

    nav li a {
    	color: #061B2C;
    }


    .stickynav {
    	position: fixed;
    	top: 0px;
    	height: 60px;
    	background-color: #ffffff;
    	background: rgba(255,255,255,0.85);
    	z-index: 100;
    	width: 100%;
    	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .stickynav .container {
    	margin: auto;
    }

    .stickynav nav ul {
    	margin-top: 20px;
    	margin-right: 20px;
    }

    .small-logo {
    	position: absolute;
		margin-top: 10px;
		padding-left: 20px;
		display: block;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		top: -40px;
    }
    .small-logo.active {
    	top:0px;
    }
    .lrg-logo img {
		max-height: 70px;
	}

    .small-logo img {
    	width: 40px;
    }
    .stickynav nav a.selected {
    	color: #23B6BD;
    }

/*  **************************************************

	X. HOME SECTION
	
    ************************************************** */

	header {
		background-color: #ffffff;
		padding: 40px 0 30px 0;
		position: relative;
	}

	.home {
		width: 100%;
		height: 100%;
		background: url('../images/hero.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		xbackground-attachment: fixed;
		margin-top: -142px;
	}

	.down {
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -35px;
		z-index: 5;
	}

	h1.headline,
	h2.headline {
		font-family: "Gotham", "Montserrat", Helvetica, Arial, sans-serif;
		
	}
	h1.headline {
		background-color: #23B6BD;
		background: rgba(32,182,189,0.9);
		margin: 200px 0 0 0;
		font-size: 40px;
		color: #ffffff;
		padding: 30px 20px;
		text-transform: none;
		line-height: 115%;
		font-weight: 400;
	}
	h2.headline {
		background-color: #061C2C;
		margin: 0px;
		font-size: 20px;
		color: #ffffff;
		padding: 20px;
		font-weight: 300;
	}
	.navcontain {
		position: relative;
	}

	.headadd {
		position: absolute; 
		right: 0px; 
		color:#23B6BD; 
		font-size: 13px; 
		font-weight: 600;
	}
	.headadd br {
		display: none;
	}


/*  **************************************************

	X. LOCATION
	
    ************************************************** */
    .flexslider {
    	border: 0px none;
    	box-shadow: none;
    	margin-bottom: 0px;
    }
    .flex-control-nav {
    	text-align: left;
    }
    .flex-control-nav li {
    	margin: 0px 3px;
    }
    .flex-control-paging li a {
    	border-radius: 0px;
    	background-color: #E6E8E9;
    	box-shadow: none;
    }
    .flex-control-paging li a.flex-active {
    	background-color: #23B6BD;
    }

    .flex-direction-nav a {
    	line-height: 40px;
    }
    .flex-direction-nav a:hover,
    .flex-direction-nav a:focus {
    	text-decoration: none;
    }

/*  **************************************************

	X. CONNECTIONS
	
    ************************************************** */


    .timings {
		padding: 0px;
		margin: 30px 0 20px 0;
		list-style: none;
	}

	.timings li {
		border-bottom: 1px solid #ccc;
		padding-bottom: 7px;
		margin-bottom: 7px;
		clear: both;		
		*width: 100%;
	}

	.timings li:last-child {
		border-bottom: 0px none;
	}

	.timings span {
		display: block;
		float: right;
	}

	.trainmap { 
		margin-top: 90px;
	}

	.timings.floorplans li {
		border-bottom: 0px none;
		padding: 0px;
		margin: 0px;
		padding-top: 7px;
		margin-top: 7px;
	}
	.timings.floorplans li.fborder,
	.timings.floorplans li.fborder {
		border-top: 1px solid #ccc;
	}

	.timings.floorplans span {
		width: 60px;
		text-align: right;
		margin-right: 20px;
	}

	.timings.floorplans em {
		margin-right: 20px;
		font-style: normal;
		display: block;
		float: right;
		width: 60px;
		text-align: right;
	}

/*  **************************************************

	X. Download section
	
    ************************************************** */	

	.downloads {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
          text-transform: uppercase;
    }
    .downloads li {
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        overflow: hidden;
        padding: 10px 10px 10px 10px;
        margin-bottom: 0px;
    }
    .downloads li:hover {
        background-color: #f3f3f3;
    }
    .downloads li span {
        color: #000;
        font-size: 13px;
      
        font-weight: 500;
    }
    .downloads img {
        width: 100px;
        margin-right: 20px;
        float: left;
    }
    .downloads div {
        float: left;
        margin-top: 15px;
    }


    /*  **************************************************

        X. Features section
        
        ************************************************** */


    .features {
        padding: 30px 0;
        color: #fff;
        background-color: #242e63;
        margin-right: 0px;
        margin-left: 0px;
    }
    .feature-img {
        height: 60px;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .feature-img img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }





/* MISC */

section.margin-bottom {
    margin-bottom: 30px;
}

.wideup-padding-bottom {
    padding-bottom: 60px;
}



/*  **************************************************

	X. Media Queries Below
	
    ************************************************** */


/*  **************************************
	X. 1200px Style	
    *********************************** */

	@media (min-width: 1200px) {
		h1.headline {
			font-size: 47px;
			margin-top: 250px;
		}
		nav ul {
			font-size: 15px;
		}


	    nav li {
	    	margin-left: 25px;
	    }


	}


/*  **************************************
	X. iPad Styles	
    *********************************** */

	@media (min-width: 768px) and (max-width: 990px) {
		body {
			padding: 0px;
			font-size: 15px;
		}
		h1 { font-size: 55px;}
		h2 {
			font-size: 23px;
		}
		h3 { font-size: 15px;}
		section { 
			margin: 0px 20px;
			
		}

		section .container {
			padding: 0px 0px 20px 0px;
		}
		section .container.top-pad {
			padding-top: 40px;
		}

		section.home,
		section.home .container {
			margin: 0px;
			padding: 0px;
		}
		section .container.nopad {
			padding: 0px;
		}

		
		
		/******************
			NAVIGATION 
		*******************/
		header,
		.stickynav {
			height: auto;
			padding: 10px 0 0px 0;
		}

		header img,
		.small-logo {
			width: 90px;
		}

		.lrg-logo,
		.small-logo {
			float: left;
			margin-left: 0px;
		}
		.small-logo {
			margin-left: 0px;
			padding-left: 0px;
		}
		.small-logo img {
			width: 30px;
		}


		.stickynav nav ul {
			margin: 0px;
		}
		.btn-navbar {
			display: none;
		}
		.nav-collapse.mininav {
			height: auto;
		}
		
		#hometop .span10,
		.stickynav .span10		 {
			display: block;
			float: none;
			width: 100%;
			margin-left: 0;
		}
		#hometop .row,
		.stickynav .row {
			margin-left: 0;
		}
		#hometop .container,
		.stickynav .container {
			width: auto;
		}

		.headadd {
			top: 5px;
			right: 80px;
			font-size: 10px;
			line-height: 110%;
			text-align: right;
		}
		
		.headadd br {
			display: block;
		} 
		.btn-navbar {
			display: block;
			padding: 7px 10px;
			float: right;
			margin: 0px 20px 10px 0px;		
			cursor: pointer;
			border: 1px solid #ccc;
			border-radius: 4px;
		}

		.btn-navbar .icon-bar {
			background-color: #141414;
			height: 2px;
			width: 18px;
			display: block;
			border-radius: 1px;
		}

		.nav-collapse ul {		
			margin: 0px;
			float: none;
		}

		.nav-collapse li { 
			display: block;
			text-align: left;
			background-color: #f3f3f3;
			float: none;
			margin: 0px;
		}

		.nav-collapse li a {
			display: block;
			padding: 8px 20px;
			border-bottom: 1px solid #ddd;
		}



		h1.headline {
			font-size: 35px;
			margin: 100px 0 0 20px;
		}
		h2.headline {
			font-size: 18px;
			margin: 0px 0 0 20px;
		}
		.enquirepeople h2 {
			font-size: 16px;			
		}
		.enquirepeople a {
			font-size: 12px;			
		}


	}

/*  **************************************
	X. Lower than 767px	
    *********************************** */

	@media (max-width: 767px) {		
		
		h1 { 
		font-size: 45px; 
		margin: 0px 0 20px 0;
		}

		h2 { 
			font-size: 18px; 
		}

	    h3 { 
	    	font-size: 13px;
	    }

	    


		body {
			padding: 0px;
			margin: 0px;
			overflow-x: hidden;
			font-size: 14px;
		}
		section { 
			margin: 0px 20px;
			
		}

		section .container {
			padding: 0px 20px 20px 20px;
		}
		section .container.top-pad {
			padding-top: 40px;
		}

		section.home,
		section.home .container {
			margin: 0px;
			padding: 0px;
		}
		section .container.nopad {
			padding: 0px;
		}
		
		


		/******************
			NAVIGATION 
		*******************/
		header,
		.stickynav {
			height: auto;
			padding: 10px 0 0px 0;
		}

		header img,
		.small-logo {
			width: 90px;
		}

		.lrg-logo,
		.small-logo {
			float: left;
			margin-left: 20px;
		}
		.small-logo {
			margin-left: 0px;
		}
		.small-logo img {
			width: 30px;
		}

		.stickynav nav ul {
			margin: 0px;
		}

		.btn-navbar {
			display: block;
			padding: 7px 10px;
			float: right;
			margin: 0px 20px 10px 0px;		
			cursor: pointer;
			border: 1px solid #ccc;
			border-radius: 4px;
		}

		.btn-navbar .icon-bar {
			background-color: #141414;
			height: 2px;
			width: 18px;
			display: block;
			border-radius: 1px;
		}
		.nav-collapse.collapse {
			height: auto;
		}
		.nav-collapse ul {		
			margin: 0px;
			float: none;
		}

		.nav-collapse li { 
			display: block;
			text-align: left;
			background-color: #f3f3f3;
			float: none;
			margin: 0px;
		}

		.nav-collapse li a {
			display: block;
			padding: 8px 20px;
			border-bottom: 1px solid #ddd;
		}

        .headadd {
            display: none;
        }


		/******************
			Home Section 
		*******************/

		h1.headline {
			margin: 100px 20px 0 20px;
			font-size: 20px;
			padding: 30px 20px;

		}
		h2.headline {
			background-color: #061C2C;
			margin: 0px 20px;
			font-size: 22px;
			color: #ffffff;
			padding: 20px;
			font-weight: 300;
		}


		.flexslider {
			margin-bottom: 60px;
		}

		.headadd {
			top: 5px;
			right: 80px;
			font-size: 10px;
			line-height: 110%;
			text-align: right;
		}
		
		.headadd br {
			display: block;
		}

		/******************
			CONNECTIONS Section 
		*******************/

		.timings {
			margin-top: 0px;
		}

		h3 br {
	    	display: none;
	    }
	    .trainmap {
	    	margin: 0px;
	    }
	    .timings li {
	    	margin-bottom: 3px;
	    	padding-bototm: 3px;
	    }
	    #map_canvas {
	    	height: 180px;
	    }

        .features {
            margin-left: 20px;
            margin-right: 20px;
        }

        /* MISC */

        .wideup-padding-bottom {
            padding-bottom: 0px;
        }

	    

	}

/*  **************************************
	X. iPhone styles < 480px
    *********************************** */

	@media (max-width: 480px) {

		/*  **************************************************
			X. BASE STYLES
		************************************************** */




		/******************
			Home Section 
		*******************/
		h1 { font-size: 30px;}
		h1.headline {
			margin: 40px 20px 0px 20px;
			font-size: 20px;

		}
		h2 {
			font-size: 15px;
		}
		h2.headline {
			font-size: 12px;
		}

		.down {
			bottom: -20px;
			margin-left: -20px;
		}
		.down img {
			width: 40px;
		}

		section.home {
			padding-bottom: 11px;
		}

		.timings.floorplans {
			font-size: 13px;
		}
		.timings.floorplans span,
		.timings.floorplans em {
			width: 45px;
			font-size: 13px;
		}

	}


/* Flash */
.triangle {
	width: 0;
	height: 0;
	border-top: 240px solid #272E63;
	border-left: 240px solid transparent;
	float: right;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 140px;
}
.triangleText {
	color: white;
	float: right;
	text-align: center;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	font-weight: bold;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 180px;
}
@media (max-width:990px) {
	.triangle {
		width: 0;
		height: 0;
		border-top: 180px solid #272E63;
		border-left: 180px solid transparent;
		float: right;
		top: 49px;
	}
	.triangleText {
		color: white;
		float: right;
		text-align: center;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		font-weight: bold;
		right: -14px;
		top: 77px;
	}
}

/* Lightbox */
.lightbox a img {
	max-width: 228px;
	max-height: 153px;
	display: inline-block;
	margin: 5px;
}

/* Tour 360 - Iframe */
.tour-360 {
	border: none;
	width: 100%;
	height: 560px;
}

@media (max-width: 768px) {

	.tour-360 {height: 55vw;}

}