/************************************************************************************
RESET
*************************************************************************************/
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav,, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

body { font:13px/1.231 sans-serif; *font-size:small; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
  
ol, ul { margin-left: 0; }
ol { list-style-type: decimal; }
li { list-style-type: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; } 

button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

textarea { overflow: auto; vertical-align:text-top; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

::-moz-selection { background: #04349a; color:#fff; text-shadow: none; }
::selection { background:#04349a; color:#fff; text-shadow: none; }

@font-face {
    font-family: 'BogbooBold';
    src: url('BogbooBold.eot');
    src: url('BogbooBold.eot?#iefix') format('embedded-opentype'),
         url('BogbooBold.woff') format('woff'),
         url('BogbooBold.ttf') format('truetype'),
         url('BogbooBold.svg#BogbooBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background-color: white;
	font-family: BogbooBold, Rockwell;
}

.video-container {
	height: 100vh;
	position: relative;
	overflow: hidden;
  }
  
  .video-container .bg {
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
  }
/************************************************************************************
Clear
*************************************************************************************/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix {
	display:inline-block
}

* html .clearfix {
	height:1%
}

.clearfix {
	display:block
}

.clear_border {
	border: none !important;
}
/************************************************************************************
Style
*************************************************************************************/
body {
	width: 100%;
	margin: 0 auto !important;
	font-family: Rockwell, Helvetica, serif;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
}

/************************************************************************************
HEADER
*************************************************************************************/
header {
	width: 100%;
	margin: 25px auto 0 auto;
}

header img {
	height: 100px;
	margin-right: 150px;
	vertical-align: middle;
}

header span {
	height: 100px;
	font-family: BogbooBold, Rockwell;
	text-shadow: grey 1px 1px 0, grey 2px 2px 0, black 3px 3px 0;
	color: white !important;
	transition: color 0.2s ease-in-out !important;
	font-size: 100px;
	vertical-align: middle;
	line-height: 120px;
}
/************************************************************************************
NAVIGATION
*************************************************************************************/
nav {
	width: 100%;
	margin: 15px auto 30px auto;
}

nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

nav ul li {
	background-color: #04349a;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	display: inline;
	padding: 15px;
	margin-right: 15px;
}

nav ul li .active, nav ul li a:hover {
	color: #d92411 !important;
}

nav ul li a {
	padding: 10px 10px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 150%;
	transition: color 0.2s ease-in-out !important;
}

/************************************************************************************
MAIN
*************************************************************************************/
.main {
	width: 100%;
	margin: 0 auto 15px auto;
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.main .title {
	padding: 15px 25px;
	background: 0 bottom repeat-x url("./line_footer.gif");
	font-size: 45px;
	color: black;
}

.main article, .main .images {
	float: left;
	width: 45%;
}

.main article {
	margin: 15px 1.5% 15px 3%;
	font-size: 18px;
	font-weight: normal;
}

.main .images {
	margin: 15px 3% 15px 1.5%;
}

.main .images img {
	width: 112px;
	height: 112px;
}

.margin {
	width: 100%;
	height: 35px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
footer {
	position: fixed;
	width: 100%;
	height: 25px;
	bottom: 0px;
	background-color: white;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	line-height: 25px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* Rest */
@media screen and (max-width: 1024px) {
	header span {
		font-size: 50px;
	}
}