@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media(max-width:767px) {
	
	div#video-text h1 {
		font-size: 2.3em;
		line-height: 100px;
	}
	
	.col-icon {
		margin-bottom: 24px;	
	}
	
	.col-icon:last-child {
		margin-bottom: 0;	
	}
	
}

@media(min-width:768px) {
	
	div#video-text h1 {
		font-size: 4.3em;
	}
	
	.col-icon {
		margin-bottom: 24px;	
	}
	
	.col-icon:last-child {
		margin-bottom: 0;	
	}
	
}

@media(min-width:992px) {
	
	div#video-text h1 {
		font-size: 5.3em;
	}
	
}

@media(min-width:1200px) {
	
	div#video-text h1 {
		font-size: 5.3em;
	}
	
}

/* Menu */
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid #FFF;
}

.navbar .brand {
	max-height: 40px;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar a.navbar-brand {
	padding: 9px 15px 8px;
}

/* End of Menu */

html {
	-webkit-font-smoothing: antialiased;
}

body {
	overflow-y: scroll;
	position: relative;
	padding-top: 50px;
	background-image: url('/assets/img/subtle_dots.png');
}

div#video-container {
	position: relative;
	overflow: hidden;
	margin: 0;
}

video#video-element {
	width: 106%;
	margin-left: -3%;
	height: auto;
	display: block;
}

div#video-cover {
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(82,154,204,0.5);
}

div#video-text h1 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

div#video-text h2 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2em;
}

div#video-text {
	position: absolute;
	margin: auto;
	top: 0; left: 0; right: 0; bottom: 0;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	text-align: center;
	height: 110px;	
}

div.block-a {
	padding: 45px 0 45px 0;
	background-image: url('/assets/img/hexagon.png');
	background-color: #21252b;
	text-align: center;
}

div.block-a h1, div.block-d h1 {
	color: #FFF;
	padding: 0;
	margin: 0 0 8px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

div.block-d h2 {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

div.block-d p {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

div.block-a h3 {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

div.block-a h3 span {
	font-weight: 400;
}

.align-center {
	text-align: center;
}

.svg-col-icon {
	width: 50%;
}

.col-icon h4 {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

div#welcome {
	border-top: 1px solid #FFF;	
}

div.block-b {
	padding: 45px 0 45px 0;
	text-align: center;
}

div.block-b h1, div.block-c h1 {
	color: #21252b;
	padding: 0;
	margin: 0 0 8px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

div.block-b h2 {
	color: #21252b;
	padding: 0;
	margin: 0 0 8px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 4em;
}

div.block-b h3 {
	color: #21252b;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

div.block-b h4 {
	color: #21252b;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.col-numbers h4 {
	color: #21252b;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.block-c {
	text-align: center;
	padding: 45px 0 45px 0;
	background-color: #faa636 !important;
	background-image: url('/assets/img/hexagon.png');
}

.block-c h2 {
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 1.5em;
	font-weight: 700;
}

.block-c h2 span {
	font-weight: 400;
}

.block-c p {
	text-align: justify;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.block-d {
	background-color: #5195c6;
	background-image: url('/assets/img/hexagon.png');
	text-align: center;
	padding: 45px 0 45px 0;
}

div.block-d h3 {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

div.map {
	width: 100%;
	height: 175px;
}

.contact-bottom {
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.social-bottom {
	color: #FFF;
	font-size: 3em;
}

.social-bottom a:link, .social-bottom a:visited {
	color: #FFF;
	text-decoration: none;
}

.social-bottom a:hover {
	color: #E1E1E1;	
}

.center-image {
	width: 100%;	
}

#html5lightbox-video, #html5-image {
	background-color: #000;	
}

#html5-watermark {
	width: 1px;
	height: 1px;
	visibility: hidden;
}