﻿/* Making research matter, University of Brighton */
@font-face {
    font-family: 'latobold';
    src: url('../lato-bol-webfont.html');
    src: url('../lato-bol-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../lato-bol-webfont-2.html') format('woff'),
         url('../lato-bol-webfont-3.html') format('truetype'),
         url('../lato-bol-webfont-4.html#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

body {
	margin: 0;
	padding: 0;
	font-family: "latobold", Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	color: #fff;
	background-color: #000;
	max-width: 100%;
}
.main-background {
    height:100%; 
    width:100%; 
    position:fixed;
    background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;  remove if breaks iPad? */
}
.ie .main-background {
	background-repeat: no-repeat;
}
#slides-wrapper {
	position: relative;	
	max-width: 100%;
}
.slide {
	position: relative;	
	width: 100%;
	max-width: 100%;	
	overflow: hidden;
	/*height: 100%;
	height: 100vh;*/
    min-height: 100%;
    min-height: 100vh;
	z-index: 1;
}
/* check if this is doing anything */
.no-cssvhunit .slide {
    min-height: 100%;
}
.slide-bg {
	position: absolute; 
    width: 100%;
	/*min-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;*/
    bottom: 0;
    height: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: left center;
}
.slide-bg-fixed {
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center top;
}
.long-slide {
	height: auto;
	padding-bottom: 70px;
}
.bottom-align {
	/*bottom: 0;*/
}
@media screen and (max-width:1150px) {
    .long-slide .bottom-align {
        bottom: auto;   
    }
}
.top-align {
	top: 0;	
}

.main-title {
	z-index: 2;
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: auto;
	top: 50px;
	background: url('../png/plane-trail-intro.png') no-repeat center 70px; 
}
.main-title h1 {
	margin: 0;
	font-size: 5.5em;	
	line-height: 1.1em;
	text-align: center;
	font-weight: 900;
	letter-spacing: -2px;
	font-family: 'latobold', Arial, sans-serif;
	overflow: visible;
	margin-left: 10%;
	margin-right: 10%;
}
@media screen and (max-width:580px) {
    .main-title h1 {
        font-size: 2.5em !important;
    }
}
.yellow-text {
	color: #ff0; 	
}
.slide-caption {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute; 
	bottom: 0;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px; 
}
.no-opacity .slide-caption {
	background-color: #888;
}
.slide-caption p {
	color: #fff;
	/*width: 800px;*/
    width: 80%;
	max-width: 100%;
	margin: auto; 
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.3em;
}
@media screen and (max-width:1280px) and (orientation: landscape) {
	#slide1 .main-title {
		top: 30px;
	}
    .main-title h1 {
        font-size: 4em !important;
    }
	.slide-caption p {
		font-size: 1.2em;
	}
}
@media screen and (max-width:580px) {
    .slide-caption p {
        font-size: 1.2em !important;
    }
}
.slide-content {
	width: 30%;
	position: relative;	
	/*margin-top: 85px;*/
    margin-top: 10%;
	left: 15%;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	z-index: 2;
}
@media screen and (max-width:1280px) {
   .slide-content {
        font-size: 1.1em; 
    }
}
@media screen and (max-width:800px) {
    .slide-content {
        width: 70%;
        margin-top: 15%;
    }
}
.wide-content {
    width: 900px;   
    left: auto;
    margin: auto;
}
@media screen and (max-width:800px) {
    .wide-content {
        width: 80%;
        margin-top: 15%;
    }
}
.key-biggest {
    font-size: 2.8em;
    line-height: 1em;
    display: block;
}
.key-medium {
    font-size: 1.5em;
    line-height: 1em;
    display: block;
}
.no-top-margin {
    margin-top: 0;   
}
.slide-quote {
	font-size: 1.9em;
	line-height: 1.2em;	
	margin-top: 130px;
    margin-bottom: 30px;
    padding-top: 42px;
    background: url('../png/quote-open.png') no-repeat left top;
}
@media screen and (max-width:380px) {
    .slide-quote {
        font-size: 1.4em;
    }
}
.slide-quote-inner {
    padding-bottom: 42px;
    background: url('../png/quote-close.png') no-repeat right bottom;
}
.slide-quote p {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; 
	padding-top: 8px;
	padding-bottom: 8px;	
    margin-top: 16px;
    margin-bottom: 16px;
}
.quote-attribution {
    margin-top: -70px;
    padding-right: 80px;
}
@media screen and (max-width:380px) {
    .quote-attribution {
        margin-top: -20px;
    }
}
.para-col {
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 100px;
    float: left;
}
.para-col:first-child {
    margin-left: 70px;  
}
.para-col-wider {
    width: 160px;   
}
.para-col-widest {
    width: 320px;   
}
.fade-out-bg, .fade-in-bg {
	background-color: #000;	
}
/*#slide1 .slide-caption {
    bottom: 45px;   
}

#nav-bar {
	width: 100%;
    height: 45px;
	background-color: #fff;
	z-index: 10;
	position: relative;
}
.navbar-inner {
    width: 100%;
    height: 45px;
    line-height: 45px;
	background-color: #fff;
    z-index: 10;
}
.nav-bar-fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}
.nav-bar-fixed-bottom {
    position: fixed; 
    bottom: 0;
    z-index: 10;
}
.sticky-wrapper {
     
}
*/

/*#nav-bar {
	width: 100%;
    height: 45px;
	background-color: #fff;
	z-index: 10;
	position: fixed;
    top: 0;
}
.main-title { 
    top: 95px;
}*/
#nav-bar {
    width: 100%;
    height: 45px;
	background-color: #fff;
	z-index: 10;
    position: absolute;
    top: 0;
    color: #999;
}
#nav-bar .navbar-inner {
    width: 800px;
    margin: auto;
    padding-top: 8px;
}
#nav-bar img {
    display: block;
    
}
.video-slide .slide-content {
    width: 50%;  
    margin: 85px auto;
}
@media screen and (max-width:1024px) {
    .video-slide .slide-content {
    	width: 80%;   
	}
}
@media screen and (max-width:560px) {
    .video-slide .slide-content {
    	width: 95%;   
	}
}
.video-slide iframe {
    width: 100%;
    max-width: 100%;
    height: 546px;
}
.lazy-hidden {
    background: url('../gif/loading.gif') no-repeat 50% 50%;
}
.sys_vimeo-replace-mrm a {
    color: #fff;
}