/*

Don't be a loser and edit this file. Edit assets/css/style.css

See depends.txt

font-family: "clarendon-text-pro",sans-serif;
font-family:'Gill Sans Nova W01 SemiBold';
font-family:'Gill Sans Nova W01 Bold';
font-family:'HelveticaNeueW01-UltLt';
font-family:'HelveticaNeueW01-Thin';
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-65Medi';
font-family:'HelveticaNeueW01-75Bold';
font-family:'HelveticaNeueW01-UltLtC_673371';
font-family:'HelveticaNeueW01-ThinCn_673383';
font-family:'HelveticaNeueW01-47LtCn_692686';
font-family:'HelveticaNeueW01-57Cn';
font-family:'HelveticaNeueW01-67MdCn_692710';
font-family:'HelveticaNeueW01-77BdCn_692722';

*/

@blue: #008daf;
@orange: #f6921e;

body, p {
	color: #000;
}

.wide {max-width: 90%;}

.flex {display: flex; display: -webkit-flex; display: -ms-flexbox;}
.flex .columns {margin: auto;}

.flex-center {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.blue {color: #008daf;}
.orange {color: #f6921e;}
.transition {transition: .2s linear all;}
p {font-size: 21px;}

a {
	color: #008daf;
	transition: .2s linear all;
}

a:hover {
}

p strong, .bold , .main a {
	font-family: 'HelveticaNeueW01-57Cn';
}

h1 {
	font-family:'HelveticaNeueW01-57Cn';
	color: #008daf;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0 20px 0;
	margin: 10px auto 20px auto;
	letter-spacing: 1px;
}

header {
	background-color: #333;
	height: 120px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

header .row {
	margin: auto;
}

.main-button {
	background: #333;
	color: #fff;
	display: block;
	padding: 7px;
	font-family:'HelveticaNeueW01-47LtCn_692686';
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #333;
	transition: .2s linear all;
}

.main-button:hover {
	background: #fff;
}

.hero {
	background: #f2f2f2;
}

.serif {
  font-family: "clarendon-text-pro",sans-serif;
}

.navigation ul {
	height: 120px;
	float: right;
}

.navigation ul li {
	display: inline-block;
	height: 100%;
	padding: 0;
}

.navigation ul li:hover {
	background: #f6921e;
}

.navigation .top-nav {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.navigation a {
	color: #fff;
	font-family:'Gill Sans Nova W01 Bold';
	text-transform: uppercase;
	height: 120px;
	padding: 15px;
}

.navigation a:hover {
	transition: .2s linear all;
	background-color: #f6921e;
}

.navigation ul li .dropdown {
	display: none;
	position: absolute;
	background: #008daf;
	//left: 0;
	right: 0;
	top: 120px;
	height: auto;
	padding: 30px;
	text-align: left;
	padding-left: 370px;
	z-index: 99;
	margin: auto;
	min-width: 70%;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}

.navigation ul li .dropdown ul {
	margin: auto;
}

.navigation ul li .dropdown .name {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 348px;
	font-family: "clarendon-text-pro",sans-serif;
	font-size: 30px;
	line-height: 40px;
	background: #e3e3e3;
	color: @orange;
	text-transform: uppercase;
	.flex-center;
}

.navigation ul li .dropdown ul {
	position: relative;
	text-align: left;
	height: auto;
	float: left;
}
.navigation ul li .dropdown ul li {
	display: block;
	height: auto;
}

.navigation ul li .dropdown ul li a {
	display: block;
	height: auto;
	width: 100%;
	padding: 10px;
	justify-content: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	border: 2px solid #008daf;
}

.navigation ul li .dropdown ul li a:hover {
	border: 2px solid #fff;
	background: #008daf;
}



.navigation ul li .dropdown ul li:hover {
	background: #008daf;
}


.promo {
	position: relative;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-top: 22.547px;
}

.promo p {
	font-family:'HelveticaNeueW01-47LtCn_692686';
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	width: 70%;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 0;
}

.promo p span {
	display: block;
	font-family: 'HelveticaNeueW01-57Cn';
	text-transform: none;
	font-size: 18px;
}

.fyp {
	background: #008daf;
	height: 120px;
}

.fyp-logo {
	width: 35%;
	height: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.4);
}

.gtsr {
	background: #333;
	height: 120px;
}

.homebox {
	display: block;
	background: #000;
	position: relative;
	margin-bottom: 20px;
}

.homebox p {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: #008daf;
	text-align: center;
	text-transform: uppercase;
	font-family:'HelveticaNeueW01-47LtCn_692686';
	font-size: 20px;
	padding: 8px;
	margin-bottom: 0;
	transition: .2s linear all;
}

.homebox:hover p {
	background-color: #333;
}

.graybg {
	background: #e3e3e3;
	height: 40px;
	margin:10px auto;
	padding: 8px;
}

.social {
	.flex-center;
	justify-content: space-around;
	-ms-flex-pack: space-around;
}

.social li {
	display: inline-block;
}

.help {
	margin-top: 20px;
}

.prefix {
	color: #008daf;
	font-family:'HelveticaNeueW01-77BdCn_692722';
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
}

.social i {
	font-size: 25px;
	color: #f6921e;
}

.tele {
	font-size: 25px;
	color: #f6921e;
	font-family:'HelveticaNeueW01-57Cn';
	letter-spacing: 2px;
	padding-right: 2px;
}

.main {
	padding-top: 30px;
}

footer {
	background: #333;
	margin-top: 50px;
	padding: 30px 0;
}

footer .widget {
	position: relative;
	padding-bottom: 60px;
}

footer p {
	color: #fff;
}

footer a, footer a:hover {
	color: #fff;
}

footer h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 10px;
}

footer .social {
	width: 75%;
}

footer .social i {
	color: rgba(255,255,255,.4);
	.transition;
}

footer .social i:hover {
	color: rgba(255,255,255, 1.0);
}

.footer-logo {
	display: block;
	width: 60%;
	margin-bottom: 10px;
}

.footer-action {
	display: block;
	position: absolute;
	height: 55px;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(255,255,255,.12);
	margin-top: 10px;
	padding-top: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

.footer-action a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
	border-top: none;
	font-family: 'HelveticaNeueW01-57Cn';
}

.footer-action span {
	display: block;
	color: #f6921e;
	font-family:'HelveticaNeueW01-77BdCn_692722';
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
}

.footer-nav a {
	font-family:'HelveticaNeueW01-77BdCn_692722';
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
}

.footer-nav li a {
	font-size: 13px;
	text-align: left;
}

.newsitem {
	display: block;
	position: relative;
	font-family:'HelveticaNeueW01-57Cn';
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 8.5px 0;
	padding-right: 20px;
}

.newsitems:last-child {
	border-bottom: none;
}

.newsitem:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	.flex-center;
	font-family: 'FontAwesome';
	content: "\f105";
	color: rgba(255,255,255,.12);
	font-size: 30px;
	transition: .2s linear all;
}

.newsitem:hover:after {
	color: rgba(255,255,255,1);
}

.gtsr-graph {
	position: absolute;
	right: -60px;
	top: -60px;
	width: 250px;
}

.gtsr-holder {
	position: relative;
	width: 250px;
	background: #fff;
	border-radius: 250px;
}

.chart-info {
	position: absolute;
	top: 75px;
	left: -20px;
	right: 0;
	margin: auto;
	width: 140px;
	margin: auto;
}

.chart-info p {
	font-size: 40px;
	width: 140px;
	text-align: center;
	color: #333;
	padding-left: 10px;
}

.chart-info p:after {
	display: block;
	content: 'Miles Open For Travel';
	font-family: "clarendon-text-pro",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #008daf;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 140px;
	line-height: 24px;
	margin: auto;
	margin-top: 10px;
	padding:8px 0;
}

.guide {
	position: relative;
	display: block;
	background: #f6921e;
	padding: 50px 25% 50px 12%;
	margin-top: 15px;
}

.guide p {
	font-family:'HelveticaNeueW01-47LtCn_692686';
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

.guide-action {
	position: absolute;
	.flex-center;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 23.3%;
	background: #333;
	transition: .2s linear all;
}

.guide:hover .guide-action {
	background: #4d4d4d;
}

.guide-action p {
	font-family: "clarendon-text-pro",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border-top: 2px solid rgba(255,255,255,.12);
	border-bottom: 2px solid rgba(255,255,255,.12);
	padding: 12px 0;
	width: 140px;
	line-height: 24px;
	transition: .2s linear all;
}

.guide-img {
	position: absolute;
	left: -50px;
	top: -30px;
	bottom: 0;
	height: 100%;
	width: 23.3%;
}

.mobile-header {
	display: none;
}

.page-hero {
	padding-left:30%;
	position: relative;
}

.page-heading {
	width:30%;
	position: absolute;
	top:0;
	bottom:7px;
	left:0;
	background: #008daf;
	display:flex;
	display:-webkit-flex;
	display: -ms-flexbox;
}

.page-heading h1 {
	color: white;
	font-family: "clarendon-text-pro",sans-serif;
	padding: 0;
	margin: auto;
	border-bottom: none;
	text-align: center;
	font-size: 22px;
}

.slide {
	position: relative;
	display: block;
}

.slide-caption {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	width: 53%;
	padding: 20px 100px 20px 20px;
	background: rgba(0,0,0,.8);
}

.slide-caption:hover .next {
	background: @orange;
}

.slide-caption h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}

.slide-caption h2 span {
	display: block;
	font-family: "clarendon-text-pro",sans-serif;
}

.next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: @blue;
	color: white;
	width: 80px;
	font-size: 40px;
	.flex-center;
	.transition;
}

.photo-credit {
	display: block;
	padding: 3px 5px;
	position: absolute;
	bottom: -5px;
	right: 0;
	background: rgba(0,0,0,.8);
	color: white;
	font-size: 14px;
	font-weight: bolder;
	font-family:'HelveticaNeueW01-45Ligh';
}

.photo-credit strong {
	text-transform: uppercase;
	font-family:'HelveticaNeueW01-65Medi';
}

.slide .photo-credit {
	left: 0;
	right: auto;
}

@media (max-width: 1500px) {
	.navigation ul {
		max-width: 100%;
		height: 120px;
		float: right;
	}

	.navigation a {
		font-size: 15px;
	}
}
@media (max-width: 1250px) {
	.navigation ul li .dropdown{
		min-width: 100%;
	}
}


@media (max-width: 1200px) {
	.navigation ul {
		max-width: 100%;
		height: 120px;
		float: right;
	}

	.navigation a {
		font-size: 12px;
	}
}

@media (max-width: 1100px) {
	.navigation a {
		font-size: 10px;
	}
}

@media (max-width: 1000px) {

	body {
		padding-top: 0;
	}

	.slide .photo-credit {
		display: none;
	}

	.slide h2 {
		font-size: 20px;
	}

	.page-hero, .slider {
		margin-top: 100px;
	}

	.slide-caption {
		position: relative;;
		top: auto;
		left: auto;
		width: 100%;
		padding: 20px 100px 20px 20px;
		background: #333;
		margin-top: -7px;
	}

	.mobile-header {
		position: absolute;
		.flex-center;
		top: 0;
		left: 0;
		right: 0;
		background: #333;
		padding-left: 85px;
		text-align: center;
		height: 85px;
	}

	.mobile-header-pushed {
		left: 300px;
	}

	.mobile-menu-toggle {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 75px;
		.flex-center;
		background: #008daf;
	}

	.mobile-menu-toggle i {
		color: #fff;
		font-size: 20px;
	}

	.mobile-header img {
		width: 90%;
		max-width: 300px;
	}

	header, .gtsr-holder, .fyp-logo, .navigation, .guide-action, .guide-img {
		display: none;
	}

	.promo p {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.widget, .homebox, .main-button {
		margin-bottom: 30px;
	}

	.guide {
		padding: 50px;
	}

	.page-hero {
		padding-left:0%;
		position: relative;
	}

	.page-heading {
		width:100%;
		position: relative;
		top:auto;
		bottom:auto;
		left:auto;
		background: #f2f2f2;
		display:flex;
		display:-webkit-flex;
	}

	.page-heading h1 {
		color: @blue;
		font-family: "clarendon-text-pro",sans-serif;
		padding: 20px 0;
		margin: auto;
		border-bottom: none;
		text-align: center;
	}

	.container {
		position: relative;
		background: #fff;
		overflow: scroll;
	}

	.no-scroll {
		overflow: hidden;
	}

}

.update {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
}
