.container {
  position: relative
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

.container {
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}

#video {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}

#overlay {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/overlay.png);
	z-index: 11;
	position: relative;
	opacity: .4;
}

html {
	height: 100%;
}

html, body {
	min-height: 100vh;
}

body {
	position: relative;
	z-index: 0;
}

.front-body {
	height: 100%;
	position: static;
}

.header {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	
	_position:absolute;
  _top:expression(eval(document.body.scrollTop));
 
}

.logo {
	margin: 25px;
	height: 90px;
}

.menu {
	background-color: rgba(0, 65, 132, 0.37);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}

.nav .menu>li>a {
	color: #fff;
}

.nav .menu>li.languages {
	background-color: #afc4da;
}

.nav .menu>li.languages>a {
	opacity: .7;
}

.front-body h1 {
	border-left: solid 5px #075bba;
    border-right: solid 5px #075bba;
    display: block;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 60%;
    width: 50%;
    margin-left: -42%;
    font-weight: 300;
    text-align: center;
    background-color: rgba(255,255,255,.7);
    font-family: 'Roboto Condensed';
    padding: 2% 2% 2% 11%;
    color: #000;
    background-image: url(/img/barrel.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 2% 50%;
}

.front-body h1 span {
	font-size: 80%;
}

.front-body h1 img {
	display: block;
    float: left;
    margin: 0 20px 0 10px;
    height: 75px;
    opacity: .5;
}

.wrapper {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.front-section {
	background: rgb(155, 181, 207);
}

.front-section.dark {
	background: #112535;
	color: #fff;
}

	.front-section.dark a {
		color: #fff;
	}

.front-section-content {
	padding: 3%;
	font-size: 16pt;
	line-height: 28pt;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}

.parallax-container {
	min-height: 450px;
}

.front-section .showcase {
	text-align: center;
}


.front-section .showcase a {
	border: #075bba solid 4px ;
	margin: 2%;
	display: inline-block;
}

.front-section-content .showcase img {
	height: 23%;
	margin: 0;
}

.pad {
	padding: 2%;
}

.content {
	font-weight: 300;
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,.9);
	margin-bottom: 100px;
	min-height: 55vh;
}

.content > .pad {
	padding-top: 200px;
}

.content h2 {
    font-weight: 300;
    font-size: 20pt;
}

.content h3 {
    font-weight: 500;
}

.content table {
    border: solid 1px #036EBE;
    min-width: 70%;
}

.content table td {
    padding: 5px;
    text-align: center;
    border-right: solid 1px #036EBE;
}

/*.content table td:first-child {
    text-align: left;
}*/

.content table tr:nth-child(odd) {
    background-color: #D4E3F9;
}

.content table th {
    background-color: #19417A;
    color: #fff;
    font-weight: 400;
    padding: 3px;
}

.content td[rowspan] {
    background-color: #fff;
    border-bottom: solid 1px #D4E3F9;
}

.content td[rowspan]:last-child {
    border-bottom: none;
}

.content strong {
    /* font-weight: 500; */
}

.content-thumb {
    width: 22.9%;
    padding-bottom: 22.9%;
    margin: 1%;
}

.content img, .right-col img {
    max-width: 100%;
}

.bg_slides {
    display: block;
    position: fixed !important;
		top: 0;
		left: 0;
    width: 100%;
    height: 100vh !important;
    background-size: cover;
    background-position: center center;
		-webkit-filter: blur(2px);
		-o-filter: blur(2px);
		-ms-filter: blur(2px);
		-moz-filter: blur(2px);
		filter: blur(2px);

}

.footer {
		position: absolute;
    bottom: -100px;
    left: 0;
    background-color: rgba(0,44,95,.7);
    width: 100%;
    height: 50px;
    padding: 20px 0;
    color: rgba(255,255,255,.6);
}

.front-body .footer {
	position: static;
	bottom: auto;
	left: auto;
}

.footer a {
		color: rgba(255,255,255,.6);
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right;
}


.catalog-c, .catalog-i {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.catalog-c > a {
	  display: block;
    width: 96%;
    padding: 2%;
    border-bottom: solid 1px #075bba;
    font-size: 14pt;
    text-decoration: none;
    color: #333;
}

.catalog-c > a:hover {
	color: #fff;
  background-color: #075bba;
}

.catalog-i > a {
	  display: block;
    width: 96%;
    border-bottom: solid 1px #075bba;
    font-size: 14pt;
    text-decoration: none;
    color: #333;
}

.catalog-i > a:hover {
		background-color: rgba(7, 91, 186, 0.15);
}

.catalog-i > a p {
	font-size: 10pt;
}

.catalog-i img.brand {
	margin: 15px 0 -15px 0;
	height: 56px;
}

.catalog-it .descr {
	font-size: 110%;
}

.catalog-it .attachment {
	display: block;
	float: right;
	padding: 0 0 30px 30px;
	color: #ababab;
	font-size: 110%;
	text-align: center;
	line-height: 30pt;
}

.catalog-it .attachment a {
	color: #ababab;;
}