* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: rgba(0,0,0,0);
	font-family: 'Roboto', sans-serif;
}

.no-select {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/* Theme */

/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
	width: 100%;
	height: 100%;
	color: #777;
}
html {
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
a {
	color: #134977;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #658aab;
}
.light {
	font-weight: 400;
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	background-color: white;
}
.navbar-custom .navbar-toggle {
	color: #444;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
	outline: none;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: none;
}
.navbar-custom a {
	color: #444;
}
.navbar-custom .nav li a {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	color: black;
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: none;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
	color: black;
}
@media (min-width: 768px) {
	.navbar-custom {
		padding: 20px 0;
		border-bottom: none;
		letter-spacing: 1px;
		background: transparent;
		-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	}
	.navbar-custom.top-nav-collapse {
		padding: 0;
		background: white;
		border-bottom: 1px solid rgba(125, 125, 125, 0.3);
	}
}

.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.navbar-custom.top-nav-collapse .navbar-brand.has-image {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.navbar-custom .navbar-brand.has-image {
		opacity: 1;
	}
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	position: relative;
	color: black;
}

.intro .intro-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 70px;
	background: url(../assets/bg_top.jpg) no-repeat bottom center scroll;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .intro-title-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 70px;
	padding-top: 25px;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 18px;
	text-transform: uppercase;
	background: #092f50;
	color: #d2d2d2;
	letter-spacing: 0.5px;
	overflow: hidden;
}

@media screen and (max-width: 894px) {
	.intro .intro-title-bar {
			padding-left: 1em;
			padding-right: 1em;
			padding-top: 15px;
	}
}

@media screen and (max-width: 700px) {
	.intro .intro-title-bar {
			font-size: 14px;
	}
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 40px;
	visibility: hidden;
}
.intro .intro-body .intro-text {
	font-size: 18px;
}
@media (min-width: 768px) {
	.intro {
		height: 40%;
		padding: 0;
		min-height: 340px;
	}
	.intro .intro-body .brand-heading {
		font-size: 60px;
	}
	.intro .intro-body .intro-text {
		font-size: 26px;
	}
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid white;
	border-radius: 100% !important;
	font-size: 40px;
	color: white;
	background: transparent;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
	outline: none;
	color: white;
	background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.content-section {
	padding-top: 100px;
}
@media (min-width: 767px) {
	.content-section {
		padding-top: 140px;
	}
}
.btn {
	text-transform: uppercase;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}
.btn-default {
	border: 1px solid #42DCA3;
	color: #42DCA3;
	background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
	border: 1px solid #42DCA3;
	outline: none;
	color: black;
	background-color: #42DCA3;
}
footer {
	padding: 50px 0;
}
footer p {
	margin: 0;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(0, 0, 0, 0.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(0, 0, 0, 0.2);
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}


/* Custom */

.navbar-custom .navbar-brand.has-image {
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.xs-top-margin {
		margin-top: 60px;
	}
}

@media screen and (max-width: 991px) {
	.md-top-margin {
		margin-top: 60px;
	}
}

.intro-section {
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.intro-section {
		margin-top: 140px;
		margin-bottom: 40px;
	}
}

.intro-section .quote {
	font-style: italic;
	color: #bbb;
	margin: 0;
	font-size: 90%;
}

.navbar-nav {
	color: #666;
}

.intro-text {
	font-family: 'Courgette', cursive;
	text-align: center;
	color: #ffbc41;
	font-size: 34px;
	margin: 0;
}

.navbar-custom .navbar-brand,
.intro .intro-body .brand-heading {
	color: #31859C;
}

.header .nav-bg img {
	max-width: 100%;
}

.header .title-bar {
	text-align: center;
	padding: 0.95em 0.4em;
	background: #134977;
	color: orange;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.content {
	color: #808080;
}

.content h2, .content h3 {
	font-size: 14px;
	font-weight: bold;
}

.teaser {
	font-family: 'Courgette', cursive;
	text-align: center;
	color: orange;
	font-size: 24px;
	padding: 0.5em 0;
}

.corporate {
	letter-spacing: -0.3px;
	padding-right: 12px;
}

.corporate-color {
	color: #134977;
}

span.forward {
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
}

ul.pin-right {
	list-style: none;
}

ul.pin-right > li:after {
	content: ' ▪ ';
}

.img-small-height {
	max-height: 12em;
}

h2 {
	color: #134977;
}

h4 {
	font-size: 14px;
	text-align: left;
	border-bottom: 2px solid #134977;
	padding-bottom: 10px;
	color: #444;
}

.bg-sep-1 {
	width: 100%;
	height: auto;
	padding: 150px 0;
	text-align: center;
	color: black;
	background: url('../assets/bg_chemistry_narrow4.jpg') no-repeat center center fixed;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	transform: translate3d(0,0,0);
}

.section-sep {
	margin-top: 40px;
}

.content-section.contact-section {
	color: black;
	width: 100%;
	background: url(../assets/earth.jpg) no-repeat center center scroll;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-left: 0;
	margin-right: 0;
	padding-top: 40px;
	margin-top: 100px;
	transform: translate3d(0,0,0);
}

ul.flat {
	list-style: none;
	padding-left: 0;
}

.light-text {
	color: #aaa;
}