/* General */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,200italic,300italic');

html, body {
	background-color: #0099ff;

	font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 17.5px;
}

em {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 200;
}

figure {
	text-align: center;
}

figure > figcaption {
	margin-top: 6px;

	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.8em;
	font-weight: 200;
	opacity: 0.6;
}

h1, h2, h3, h4, h5 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

#datasheet h4 {
	font-size: 1.2em;
}



@media (min-width: 1200px) {
	.section h1 {
		font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 4em;
	}

	.section h2 {
		font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 3em;
	}

	.section h3 {
		font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 2.5em;
	}

	.section h4 {
		font-family: 'Source Sans Pro', 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 1.4em;
	}

	#datasheet h4 {
		font-size: 1.4em;
	}


	#academic_facilities {
		margin-top: 3%;
	}
}


.blue-text {
	color: #33ccff !important;
}

.white-text {
	color: white;
}

.white-text a {
	color: rgba(255,255,255,0.75);
}


.img-constraint {
	max-width: 100%;
	max-height: 100%;
}

.section {
	padding-top: 46px;
	padding-bottom: 24px;
}

.marged-y {
		margin-top: 80px;
		margin-bottom: 80px;
}


@media (max-width: 767px) {
	.marged-y {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

/* Specific */


#header {
	/* background-color: #00adef; */
	background-color: black;
}

#header .navbar-brand {
	padding: 14px 15px;
}

#header .navbar-brand img {
	height: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
	#header .navbar-nav li a {
		padding: 15px 10px;
	}
}

#bg_top {
	height:1200px;
	position: relative;
	background-image: url(/assets/img/bg_video_still.png);
	background-position: right;
	background-size: cover;
	margin-top: 53px;
}

@media (min-width: 768px) {
	#bg_top {
		overflow: hidden;
		height:800px;
	}
}

#bg_video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto; height: auto;
}

#bg_top .heading-block {
	position: absolute;
	right: 0;
	top: 0;
	padding: 100px 15px 15px 30px;
	font-size: 1.1em;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

@media (min-width: 768px) {
	#bg_top .heading-block {
		max-width: 500px;
	}
}

#bg_top .heading-logo {
	height: 96px;
	margin-bottom: 20px;
}





@media (max-width: 640px) {

	@keyframes iceberg-floating {
		from {top: -130px;}
		50% {top: -150px;}
		to {top: -130px;}
	}

	@-webkit-keyframes iceberg-floating {
		from {top: -130px;}
		50% {top: -150px;}
		to {top: -130px;}
	}

	.sea-swimming #iceberg {
		top: -140px;
	}
}

#sea-fg {
	position: relative;
	z-index: 2;
}

#deep_sea {
	background-color: #001B40;
	background-image: url(/assets/img/bg-sea_transition.png);
	background-position: top;
	background-repeat: repeat-x;
}

#deep_sea .darkness {
	background-color: rgba(0,0,0,0.5);

	position: relative;
	z-index: 2;
}

#deep_sea .mist {
	min-height: 512px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url(/assets/img/bg-sea_mist.png);
	background-position: top;
	background-repeat: repeat-x;
}

.sponsor {
	margin-top: 24px;
	margin-bottom: 24px;
}

.sponsor-description {
	font-size: 15px;
	margin-top: 8px;
}

#footer {
	padding: 20px 0px;
	color: white;
	background-color: #0099ff;
}



#news-container {
	position: relative;
	width:100%;
	-webkit-transition: height 1s;
	transition: height 1s;
}

.post-slider {
	position: relative;
	overflow: hidden;
	height: auto;
}

.post-slider {
	-webkit-transition: left 1s;
	transition: left 1s;
}

.post-slider .post-wrapper {
	position: absolute;
	top:0;
	left:0;
	-webkit-transition: left 1s;
	transition: left 1s;
}

.post-box {
	height: auto;
}

@media (min-width: 768px) {
	#news-container {
		height:600px;
	}

	.post-box {
		width: 50%;
		float: left;
		height: 600px;
	}

	.post-slider {
		height:100%;
	}
}

.post-controls {
	position: absolute;
	top: 25px;
	left: 30px;

	width: auto;
	color: white;
	z-index: 10;
}

.post-controls > div {
	float: left;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.post-controls .time_bar {
	position: relative;
	width:200px;
	height: 0px;
	margin: 9px 5px 0px 5px; 
	background-color: white;
}

.post-link {
	position: absolute;
	top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.post-link.active {
	top: -8px;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 3px solid white;
	border-radius: 7.5px;
}

.post-slider .post {
	width:100%;
	float:left;

	overflow: hidden;
}

.post-body .post-header{
	margin-bottom: 25px;
}

.post-body {
	padding: 100px 20px 20px 80px;
	width: 70%;
}

@media (max-width: 767px) {
	.post-body {
		padding: 70px 20px 20px 80px;
		width: 80%;
	}
}

.post-big_news {
	font-size: 1.3em;
}








#top_heading-3d_viewer {
	background-color: rgba(0,0,0,0.2);
}

.lineup {
	margin-top: 10px;
}

.lineup img {
	margin-bottom: 20px;
	max-height: 100px;
}

@media (max-width: 767px) {
	#social_links {
		position: absolute;
		top: 10px;
		right: 15px;
	}
}


#facebook-follow {
	text-align: right;
	height: 20px;
}

#facebook-follow > p > a:hover {
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
  	font-size:15px;
	font-weight:500;
  	color: #bbbbbb;
}

@media (min-width: 768px) { 
	.navbar-inverse .navbar-nav
	{
		font-size:18px;
	}
}

.personinf {
  color: #ffffff;
}

.personinf:hover {
  color: #bbbbbb;
}

.navbar-button {
	padding-top:10px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	width: 100%;
	max-width: none;
}

.carousel-inner>.item>.carousel-caption>p
{
	text-shadow: 0px 1px 20px rgba(0,0,0,0.9);
}

@media (max-width: 767px) {
	.carousel .item > p {
		height: 50px;
	}
}

.video-wrapper {
	position:relative;
	height:0px;
	padding-bottom:56.25%;
	padding-top: 30px;
}
	
#sky .video-wrapper {
	margin-bottom: 32px;
}

.video-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
    height: 100%;
}

.specification-table {
	max-width: 400px;
}

.specification-table tr td:last-child {
	width: 40%;
	min-width: 100px;
}

strong {
	font-weight: 400;
}

