@font-face {
  font-family: 'EncodeSans Light';
  src: url('/fonts/encodesansnarrow-300-light-webfont.eot');
  src: url('/fonts/encodesansnarrow-300-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/encodesansnarrow-300-light-webfont.ttf') format('truetype'), url('/fonts/encodesansnarrow-300-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EncodeSans Bold';
  src: url('/fonts/encodesansnarrow-700-bold-webfont.eot');
  src: url('/fonts/encodesansnarrow-700-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/encodesansnarrow-700-bold-webfont.ttf') format('truetype'), url('/fonts/encodesansnarrow-700-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EncodeSans Regular';
  src: url('/fonts/encodesansnormal-400-regular-webfont.eot');
  src: url('/fonts/encodesansnormal-400-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/encodesansnormal-400-regular-webfont.ttf') format('truetype'), url('/fonts/encodesansnormal-400-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EncodeSans SemiBold';
  src: url('/fonts/encodesansnormal-600-semibold-webfont.eot');
  src: url('/fonts/encodesansnormal-600-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/encodesansnormal-600-semibold-webfont.ttf') format('truetype'), url('/fonts/encodesansnormal-600-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body #mask {
  width: 100%;
  background: url(/images/bg-mask.png) center top repeat;
  position: absolute;
  z-index: 1;
  margin-top: 78px;
  display: none;
}
body #img-fond {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-height: 900px;
  overflow: hidden;
}
body #img-fond img {
  width: 100%;
}
body #header {
  background: url(/images/bg-header.png);
  padding: 20px 0px 10px 0px;
  position: relative;
}
body #header .logo {
  padding: 0;
}
body #header #text-box {
  color: white;
  font-family: EncodeSans Regular;
  font-size: 25px;
  padding-left: 170px;
}
body #header #menu-mobile {
  display: none;
}
body #header #menu {
  text-align: right;
  padding-top: 0px;
}
body #header #menu ul {
  list-style-type: none;
  margin-bottom: 0px;
}
body #header #menu ul li {
  display: inline;
  padding: 0px 8px;
}
body #header #menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: EncodeSans Regular;
  font-size: 15px;
  text-transform: uppercase;
}
body #header #menu ul li:hover ul {
  position: absolute;
  z-index: 10;
  display: block;
  text-align: left;
  padding: 5px 50px 20px 15px;
  margin-left: 0px;
  margin-top: 10px;
  background: url(/images/header_background.png);
}
body #header #menu ul li ul li {
  display: block;
  white-space: nowrap;
  min-width: 100%;
}
body #header #menu ul li ul {
  display: none;
}
body #header #menu ul li a img {
  margin-top: -12px;
}
body #jobs {
  width: 100%;
  padding: 30px 0px;
  background-image: url(/images/type_title_background.png);
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  height: 325px;
  padding-top: 230px;
  padding-left: 15px;
  font: 300 16px EncodeSans Regular;
  color: #ffffff;
}
body #jobs a {
  color: #ffffff;
}
body #band {
  width: 100%;
  padding: 30px 0px;
  background-image: url(/images/type_title_background.png);
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  margin-top: 325px;
}
body #band h1 {
  color: #FFF;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
  font-size: 44px;  
  font-family: EncodeSans Light;  
  font-weight: normal;
  margin-left: 30px;
}
body #content {
  background: url(/images/home_content_2_background.png);
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
body #content .item-top {
  text-align: center;
  padding: 0px 40px;
  margin-bottom: 50px;
}
body #content .item-top .orange {
  background-color: #fc9402;
  font: 300 16px EncodeSans Regular;
  margin: 10px 0px;
  color: #ffffff;
  width: 100%;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
} 
body #content .item-top .orange h2 {
  color: white;
  font-family: EncodeSans Regular;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
body #content .item-top .orange a {
  text-decoration: none;
}
body #content .item-top p {
  font: 400 16px EncodeSans Regular;
  color: #0053a1;
  padding: 0px 5px;
}
body #content .summary p {
  color: #0053a1;
  font: 600 20px EncodeSans Regular;
  margin-bottom: 40px;
}
body #content p {
  color: #444444;
  font: 500 16px EncodeSans Regular;
}
body #content-type {
  background: url(/images/bg-content.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding: 60px 0px;
  text-align: left;
  
  min-height: 350px;
}
body #content-type .main-content {
  padding-right: 35px;
  font: 400 16px EncodeSans Regular;
  color: #444444;
}
body #content-type .main-content h1 {
  font: 300 52px EncodeSans Light;
  color: #fc9402;
}
body #content-type .main-content .summary {
  font: 500 20px EncodeSans Regular;
  color: #0053a1;
}
body #content-type .main-content h2 {
  font: 600 24px EncodeSans Regular;
  color: #444444;
  margin-top: 40px;
}
body #content-type .main-content p {
  font: 400 16px EncodeSans Regular;
  color: #444444;
}
body #content-type .main-content ul {
  font: 400 16px EncodeSans Regular;
  color: #444444;
}
body #content-type .left-content {
  border-left: #282828 2px dotted;
  padding-left: 35px;
  padding-top: 0;
  margin-top: 140px;
}
body #content-type .left-content h1 {
  font: 300 30px EncodeSans Light;
  color: #282828;
  margin-top: 0;
  line-height: 30px;
}
body #content-type .left-content .item {
  margin-bottom: 30px;
}
body #content-type .left-content .item h2 {
  font: 700 16px EncodeSans Regular;
  margin-bottom: 8px;
}
body #content-type .left-content .item p {
  font: 400 14px EncodeSans Regular;
  color: #282828;
  margin-top: 0px;
}
body #content-type .main-content input {
  width: 100%;
}
body #content-type .main-content #yt0 {
  width: 150px;
}
body #footer {
  background: url(/images/footer_background.jpg) center bottom repeat-x;
  background-size: auto 100%;
  padding: 40px 0px 80px 0px;
}
body #footer .adress {
  font: 400 17px EncodeSans Regular;
  color: #b1b1b1;
}
body #footer .adress h2 {
  font: 600 24px EncodeSans Regular;
  color: #b1b1b1;
  margin-top: 0px;
}
body #footer .adress a {
  color: #b1b1b1;
  text-decoration: underline;
}
body #footer .adress img {
  margin-top: 15px;
}
body #footer .copyright {
  font: 400 16px Arial;
  color: #b1b1b1;
}
body #footer .copyright a {
  color: #b1b1b1;
  text-decoration: none;
  font: 400 16px EncodeSans Regular;
}
#colorbox, #colorbox *
{
  -webkit-box-sizing:initial !important;
  box-sizing:initial !important;
}
