@charset "UTF-8";
/* CSS Document */




@font-face {
	font-family:'DINPro-Light';
	src: url('../fonts/DINPro-Light.woff2') format('woff2'), url('../fonts/DINPro-Light.woff') format('woff');
}
@font-face {
	font-family:'DINPro-Regular';
	src: url('../fonts/DINPro-Regular.woff2') format('woff2'), url('../fonts/DINPro-Regular.woff') format('woff');
}
@font-face {
	font-family:'DINPro-Medium';
	src: url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff');
}
@font-face {
	font-family:'DINPro-Bold';
	src: url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff');
}



/*
@font-face {
	font-family:'DINPro-Light';
	src: url("/static/full/hellyhansen/fonts/DINPro-Light.eot");
	src: url("/static/full/hellyhansen/fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"),
	url('/static/full/hellyhansen/fonts/DINPro-Light.woff2') format('woff2'),
	url('/static/full/hellyhansen/fonts/DINPro-Light.woff') format('woff'),
	url('/static/full/hellyhansen/fonts/DINPro-Light.ttf') format('truetype'),
	url('/static/full/hellyhansen/fonts/DINPro-Light.svg#DINPro-Light') format('svg');
}

@font-face {
	font-family:'DINPro-Regular';
	src:url('/static/full/hellyhansen/fonts/DINPro-Regular.eot');
	src:url('/static/full/hellyhansen/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('/static/full/hellyhansen/fonts/DINPro-Regular.woff2') format('woff2'),
	url('/static/full/hellyhansen/fonts/DINPro-Regular.woff') format('woff'),
	url('/static/full/hellyhansen/fonts/DINPro-Regular.ttf') format('truetype'),
	url('/static/full/hellyhansen/fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
}

@font-face {
	font-family:'DINPro-Medium';
	src:url('/static/full/hellyhansen/fonts/DINPro-Medium.eot');
	src:url('/static/full/hellyhansen/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('/static/full/hellyhansen/fonts/DINPro-Medium.woff2') format('woff2'),
	url('/static/full/hellyhansen/fonts/DINPro-Medium.woff') format('woff'),
	url('/static/full/hellyhansen/fonts/DINPro-Medium.ttf') format('truetype'),
	url('/static/full/hellyhansen/fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
}

@font-face {
	font-family:'DINPro-Bold';
	src:url('/static/full/hellyhansen/fonts/DINPro-Bold.eot');
	src:url('/static/full/hellyhansen/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('/static/full/hellyhansen/fonts/DINPro-Bold.woff2') format('woff2'),
	url('/static/full/hellyhansen/fonts/DINPro-Bold.woff') format('woff'),
	url('/static/full/hellyhansen/fonts/DINPro-Bold.ttf') format('truetype'),
	url('/static/full/hellyhansen/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
}
*/

.ftLt{font-family:'DINPro-Light';}
.ftRm{font-family:'DINPro-Medium';}
.ftMd{font-family:'DINPro-Regular';}
.ftBd{font-family:'DINPro-Bold';}


.clear:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}


h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration:none;
  line-height: 1.5;
}

input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}

a.nohover:hover {opacity: 1.0;}
.main {padding-bottom:70px;}




@media (max-width: 768px) {
.wide{display:none;}
}
@media (max-width: 540px) {
.main {padding-bottom:40px;}
}


/*-------------------------------------------------------------------------------*/

.header {
/*	background: rgba(20,37,71,.9);*/
    background: #142547 !important;
}
.fixed.header-wrap {
    /* background: rgba(255, 255, 255, 1); */
    background: #142547 !important;
}

#footer {
    background: #12213E !important;
}

a:hover, a:active {
    text-decoration: none !important;
}

/*-------------------------------------------------------------------------------*/












