/* Main */
/* Paths */
/* Colors */
/* Text */
/* Links */
/* Lists */
/* Positioning */
/* Background */
/* Clearfix */
@font-face {
  font-family: "CorpoS";
  src: url("../fonts/1FEC47_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/1FEC47_0_0.ttf") format("truetype"), url("../fonts/1FEC47_0_0.woff") format("woff");
}
@font-face {
  font-family: "CorpoSBold";
  src: url("../fonts/1FEC47_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/1FEC47_1_0.ttf") format("truetype"), url("../fonts/1FEC47_1_0.woff") format("woff");
}
/* Make border-box sizing the default */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Margins and paddings */
ul,
ol,
p,
td,
th,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Forms */
button,
input[type=image],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Global classes */
.invisible {
  display: none;
}
.mandatory {
  color: #c00;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.info {
  color: #999999;
}
/* Busy components */
.busy {
  cursor: wait;
}
/* Elements */
body {
  margin: 0;
  padding: 0;
  background: transparent url('../images/bg.png') left top repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #545454;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
/* Layout */
#wrapper {
  background: transparent url('../images/shadow.png') center top no-repeat;
  min-height: 100%;
}
#container,
#header,
#footer,
#main-before {
  width: 992px;
  margin: 0 auto;
}
/* Header */
#header {
  background: transparent url('../images/header.png') left top repeat-x;
  position: relative;
  z-index: 20;
  height: 115px;
}
#search {
  position: absolute;
  left: 33px;
  top: 22px;
  background: transparent url('../images/search.png') left top no-repeat;
  width: 160px;
  height: 25px;
}
#search input {
  border: none;
  background: none;
}
#search input.text {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  height: 100%;
  padding: 0 6px;
  color: #545454;
  font-size: 11px;
}
#search input.submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  opacity: 0;
}
#logo {
  position: absolute;
  right: 17px;
  top: 12px;
}
#login-info {
  position: absolute;
  right: 160px;
  top: 24px;
}
#login-info a {
  color: #999999;
  background: transparent url('../images/header-sep.png') right center no-repeat;
  display: block;
  height: 26px;
  float: left;
  padding: 0 8px;
  line-height: 26px;
  vertical-align: middle;
}
#login-info a:hover {
  color: #ff6700;
}
#login-info a:last-child {
  background: none;
}
#menu {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
}
#menu > ul {
  list-style-type: none;
  width: 992px;
  padding: 12px 23px 0;
  line-height: 1;
}
#menu > ul:before,
#menu > ul:after {
  content: "";
  display: table;
}
#menu > ul:after {
  clear: both;
}
#menu > ul > li {
  display: block;
  float: left;
}
#menu > ul.scroll-fix {
  background: transparent url('../images/header.png') left -70px repeat-x;
  border-bottom: 4px solid white;
}
#menu > ul > li > a,
#menu > ul > li > span {
  background: transparent url('../images/menu-sep.png') right center no-repeat;
  display: block;
  padding: 8px 12px 14px 8px;
  font-size: 11px;
  font-family: CorpoSBold,​ Verdana;
  text-transform: uppercase;
  color: white;
}
#menu > ul > li > a:before,
#menu > ul > li > span:before {
  width: 11px;
  height: 11px;
  background: url('../images/sprite.png') 0 0 no-repeat;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
}
#menu > ul > li > a:hover,
#menu > ul > li > span.active,
#menu > ul > li.js-hovered > a,
#menu > ul > li.trail > a {
  background: white;
  color: #ff6700;
}
#menu > ul > li > a:hover:before,
#menu > ul > li > span.active:before,
#menu > ul > li.js-hovered > a:before,
#menu > ul > li.trail > a:before {
  background-position: 0 -11px;
}
#menu > ul > li:last-child > a,
#menu > ul > li:last-child > span {
  background-image: none;
}
#menu > ul > li > ul,
#menu > ul > li > div.block {
  display: none;
}
body.no-js #menu > ul > li:hover > ul,
#menu > ul > li.js-hovered > ul,
body.no-js #menu > ul > li:hover > div.block,
#menu > ul > li.js-hovered > div.block {
  display: block;
}
#menu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 45px;
  width: 992px;
  padding: 18px 0 24px 32px;
  background-color: white;
}
#menu > ul > li > ul > li {
  width: 208px;
}
#menu > ul > li > div.block {
  position: absolute;
  left: 272px;
  top: 55px;
}
#menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#menu-content {
  display: none;
}
/* Before main */
#main-before {
  padding: 18px 32px 0 32px;
  background-color: white;
}
#main-before.scroll-fix {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  padding-bottom: 18px;
}
#breadcrumbs {
  color: #999999;
}
#breadcrumbs:before,
#breadcrumbs:after {
  content: "";
  display: table;
}
#breadcrumbs:after {
  clear: both;
}
#breadcrumbs > div {
  float: left;
}
#breadcrumbs > ul {
  list-style-type: none;
  float: left;
}
#breadcrumbs > ul:before,
#breadcrumbs > ul:after {
  content: "";
  display: table;
}
#breadcrumbs > ul:after {
  clear: both;
}
#breadcrumbs > ul > li {
  display: block;
  float: left;
}
#breadcrumbs > ul li {
  padding-left: 7px;
}
#breadcrumbs > ul li:after {
  content: "|";
  vertical-align: top;
  padding-left: 7px;
}
#breadcrumbs > ul li:last-child:after {
  display: none;
}
#breadcrumbs > ul li a {
  color: #999999;
  display: inline-block;
}
#breadcrumbs > ul li a:hover {
  color: #ff6700;
}
#breadcrumbs > ul li.active,
#breadcrumbs > ul a {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Page */
#container {
  padding: 18px 32px 40px 32px;
  background-color: white;
}
#container:before,
#container:after {
  content: "";
  display: table;
}
#container:after {
  clear: both;
}
body.w-left-col #main {
  float: right;
  width: 688px;
}
#left {
  float: left;
  width: 208px;
}
/* Footer */
#footer {
  background-color: white;
}
#footer > div.inside {
  background: transparent url('../images/line.png') left top repeat-x;
  margin: 0 32px 0 32px;
  padding: 8px 0 16px 0;
  font-size: 11px;
  color: #999999;
}
/* Context menus */
#context-menu ul,
#menu ul > li ul {
  list-style-type: none;
}
#context-menu ul > li,
#menu ul > li ul > li {
  font-size: 11px;
}
#context-menu ul > li > a,
#menu ul > li ul > li > a,
#context-menu ul > li > span,
#menu ul > li ul > li > span {
  background: transparent url('../images/line.png') left bottom repeat-x;
  display: block;
  padding: 10px 0;
}
#context-menu ul > li.active > span,
#menu ul > li ul > li.active > span {
  font-weight: bold;
  color: black;
}
#context-menu ul > li > a,
#menu ul > li ul > li > a {
  color: #302e2c;
}
#context-menu ul > li > a:hover,
#menu ul > li ul > li > a:hover {
  color: #ff6700;
}
#context-menu > ul ul,
#menu ul > li > ul ul {
  display: none;
  padding-left: 15px;
}
#context-menu > ul li.active > ul,
#menu ul > li > ul li.active > ul,
#context-menu > ul li.trail > ul,
#menu ul > li > ul li.trail > ul {
  display: block;
}
#main,
.content {
  /* Table classes */
  /* Buttons */
  /* News list */
  /* News reader */
  /* Pagination */
  /* Youtube embed */
  /* Galleries */
  /* Downloads */
  /* Listing */
  /* Employee cards */
}
#main a,
.content a {
  color: #ff6700;
  text-decoration: none;
}
#main a:hover,
.content a:hover {
  color: #000000;
  text-decoration: underline;
}
#main h1,
.content h1,
#main h2,
.content h2 {
  background: transparent url('../images/line.png') left bottom repeat-x;
  padding-bottom: 6px;
}
#main h1,
.content h1 {
  margin-bottom: 15px;
  color: black;
  font-family: CorpoSBold, Verdana;
  font-size: 20px;
  font-weight: normal;
}
body.index #main h1,
body.index .content h1 {
  display: none;
}
#main h2,
.content h2 {
  margin: 15px 0;
  color: #545454;
  font-size: 15px;
}
#main h2:first-child,
.content h2:first-child {
  margin-top: 0;
}
#main h3,
.content h3 {
  font-size: 13px;
}
#main h1,
.content h1,
#main h2,
.content h2,
#main h3,
.content h3,
#main h4,
.content h4,
#main h5,
.content h5,
#main h6,
.content h6,
#main p,
.content p,
#main li,
.content li {
  line-height: 1.5;
}
#main p,
.content p,
#main ul,
.content ul,
#main ol,
.content ol,
#main table,
.content table,
#main fieldset,
.content fieldset {
  margin: 15px 0;
}
#main ul,
.content ul,
#main ol,
.content ol {
  margin-left: 40px;
}
#main table,
.content table {
  border-collapse: collapse;
}
#main thead th,
.content thead th {
  background-color: #eeeeee;
}
#main td,
.content td,
#main th,
.content th {
  padding: 2px 5px;
  vertical-align: top;
  text-align: left;
}
#main td p:first-child,
.content td p:first-child,
#main th p:first-child,
.content th p:first-child,
#main td ul:first-child,
.content td ul:first-child,
#main th ul:first-child,
.content th ul:first-child,
#main td ol:first-child,
.content td ol:first-child,
#main th ol:first-child,
.content th ol:first-child,
#main td table:first-child,
.content td table:first-child,
#main th table:first-child,
.content th table:first-child,
#main td fieldset:first-child,
.content td fieldset:first-child,
#main th fieldset:first-child,
.content th fieldset:first-child {
  margin-top: 0;
}
#main td p:last-child,
.content td p:last-child,
#main th p:last-child,
.content th p:last-child,
#main td ul:last-child,
.content td ul:last-child,
#main th ul:last-child,
.content th ul:last-child,
#main td ol:last-child,
.content td ol:last-child,
#main th ol:last-child,
.content th ol:last-child,
#main td table:last-child,
.content td table:last-child,
#main th table:last-child,
.content th table:last-child,
#main td fieldset:last-child,
.content td fieldset:last-child,
#main th fieldset:last-child,
.content th fieldset:last-child {
  margin-bottom: 0;
}
#main fieldset,
.content fieldset {
  padding: 0;
  border: none;
}
#main table.table-fat td,
.content table.table-fat td,
#main table.table-fat th,
.content table.table-fat th {
  padding: 5px;
}
#main table.table-fill,
.content table.table-fill {
  width: 100%;
}
#main table.table-bordered td,
.content table.table-bordered td,
#main table.table-bordered th,
.content table.table-bordered th {
  border: 1px solid #dddddd;
}
#main table.table-fixed-headers th,
.content table.table-fixed-headers th {
  width: 150px;
}
#main .btn,
.content .btn {
  background: #eeeeee;
  background: linear-gradient(to bottom, #ffffff, #d5d5d5);
  padding: 4px 8px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #545454;
}
#main .btn:hover,
.content .btn:hover {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
}
#main a.btn,
.content a.btn {
  color: #545454;
  text-decoration: none;
}
#main a.btn:hover,
.content a.btn:hover {
  color: #545454;
  text-decoration: none;
}
#main div.mod_newslist > div.block,
.content div.mod_newslist > div.block {
  background: transparent url('../images/line.png') left bottom repeat-x;
  margin: 30px 0;
  padding-bottom: 5px;
}
#main div.mod_newslist > div.block:last-child,
.content div.mod_newslist > div.block:last-child {
  background: none;
  padding-bottom: 0;
}
#main div.mod_newslist > div.block > h2,
.content div.mod_newslist > div.block > h2 {
  padding: 0;
  background: none;
}
#main div.mod_newslist > div.block > .image_container,
.content div.mod_newslist > div.block > .image_container {
  float: right;
  width: 190px;
  margin: 0 0 15px 15px;
}
#main div.mod_newsreader > div.block > p.info,
.content div.mod_newsreader > div.block > p.info {
  color: #999999;
}
#main div.pagination,
.content div.pagination {
  margin-top: 30px;
}
#main div.pagination > p,
.content div.pagination > p {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 15px 5px 0;
}
#main div.pagination > ul,
.content div.pagination > ul {
  list-style-type: none;
}
#main div.pagination > ul:before,
.content div.pagination > ul:before,
#main div.pagination > ul:after,
.content div.pagination > ul:after {
  content: "";
  display: table;
}
#main div.pagination > ul:after,
.content div.pagination > ul:after {
  clear: both;
}
#main div.pagination > ul > li,
.content div.pagination > ul > li {
  display: block;
  float: left;
}
#main div.pagination > ul li,
.content div.pagination > ul li {
  background: none;
  padding: 0;
  margin: 0 5px;
}
#main div.pagination > ul li:first-child,
.content div.pagination > ul li:first-child {
  margin-left: 0;
}
#main div.pagination > ul li a,
.content div.pagination > ul li a {
  color: #545454;
}
#main div.pagination > ul li a:hover,
.content div.pagination > ul li a:hover {
  color: #545454;
}
#main div.pagination > ul li a,
.content div.pagination > ul li a,
#main div.pagination > ul li span,
.content div.pagination > ul li span {
  display: block;
  padding: 5px 10px;
  background-color: #eeeeee;
}
#main div.pagination > ul li .current,
.content div.pagination > ul li .current {
  background-color: #ff6700;
}
#main div.pagination > ul li .current,
.content div.pagination > ul li .current,
#main div.pagination > ul li .current a,
.content div.pagination > ul li .current a {
  color: white;
}
#main div.ce_youtube_embed,
.content div.ce_youtube_embed {
  margin: 30px 0;
}
#main div.ce_youtube_embed > iframe,
.content div.ce_youtube_embed > iframe {
  width: 100%;
  height: 414px;
}
body.w-left-col #main div.ce_youtube_embed > iframe,
body.w-left-col .content div.ce_youtube_embed > iframe {
  height: 315px;
}
#main div.ce_gallery,
.content div.ce_gallery {
  margin: 30px 0;
}
#main div.ce_gallery ul.gallery-controls,
.content div.ce_gallery ul.gallery-controls {
  list-style-type: none;
  margin: 0 0 7.5px 0;
}
#main div.ce_gallery ul.gallery-controls:before,
.content div.ce_gallery ul.gallery-controls:before,
#main div.ce_gallery ul.gallery-controls:after,
.content div.ce_gallery ul.gallery-controls:after {
  content: "";
  display: table;
}
#main div.ce_gallery ul.gallery-controls:after,
.content div.ce_gallery ul.gallery-controls:after {
  clear: both;
}
#main div.ce_gallery ul.gallery-controls > li,
.content div.ce_gallery ul.gallery-controls > li {
  display: block;
  float: left;
}
#main div.ce_gallery ul.gallery-controls > li,
.content div.ce_gallery ul.gallery-controls > li {
  padding: 5px;
}
#main div.ce_gallery ul.gallery-images,
.content div.ce_gallery ul.gallery-images {
  list-style-type: none;
  margin: 0;
}
#main div.ce_gallery ul.gallery-images:before,
.content div.ce_gallery ul.gallery-images:before,
#main div.ce_gallery ul.gallery-images:after,
.content div.ce_gallery ul.gallery-images:after {
  content: "";
  display: table;
}
#main div.ce_gallery ul.gallery-images:after,
.content div.ce_gallery ul.gallery-images:after {
  clear: both;
}
#main div.ce_gallery ul.gallery-images > li,
.content div.ce_gallery ul.gallery-images > li {
  display: block;
  float: left;
}
#main div.ce_gallery ul.gallery-images > li,
.content div.ce_gallery ul.gallery-images > li {
  padding: 5px;
}
#main div.ce_gallery ul.gallery-images > li.col_first,
.content div.ce_gallery ul.gallery-images > li.col_first {
  clear: both;
}
#main div.ce_gallery ul.gallery-images .image_container,
.content div.ce_gallery ul.gallery-images .image_container {
  margin: 0;
}
#main div.ce_download,
.content div.ce_download,
#main div.ce_downloads,
.content div.ce_downloads {
  margin: 15px 0;
}
#main img.mime_icon,
.content img.mime_icon {
  vertical-align: middle;
}
#main div.mod_listing ul.file-list,
.content div.mod_listing ul.file-list {
  margin-left: 0;
  min-width: 200px;
}
#main div.mod_listing ul.file-list li,
.content div.mod_listing ul.file-list li {
  list-style-type: none;
}
#main table.ce_ecard,
.content table.ce_ecard {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
#main table.ce_ecard:target,
.content table.ce_ecard:target {
  background-color: #e3f8ff;
}
#main table.ce_ecard > tbody > tr > td:first-child,
.content table.ce_ecard > tbody > tr > td:first-child {
  width: 122px;
  background-color: #ff6700;
}
#main table.ce_ecard > tbody > tr > td:first-child img,
.content table.ce_ecard > tbody > tr > td:first-child img {
  border: 1px solid #ff8533;
}
#main table.ce_ecard > tbody > tr > td > table,
.content table.ce_ecard > tbody > tr > td > table {
  width: 100%;
  margin: 0;
}
#main table.ce_ecard > tbody > tr > td > table > tbody > tr > th,
.content table.ce_ecard > tbody > tr > td > table > tbody > tr > th {
  width: 80px;
}
#main table.ce_ecard > tbody > tr > td > table > tbody > tr > th,
.content table.ce_ecard > tbody > tr > td > table > tbody > tr > th,
#main table.ce_ecard > tbody > tr > td > table > tbody > tr > td,
.content table.ce_ecard > tbody > tr > td > table > tbody > tr > td {
  border-bottom: 1px solid #dddddd;
}
#main table.ce_ecard > tbody > tr > td > table > tbody > tr:last-child > th,
.content table.ce_ecard > tbody > tr > td > table > tbody > tr:last-child > th,
#main table.ce_ecard > tbody > tr > td > table > tbody > tr:last-child > td,
.content table.ce_ecard > tbody > tr > td > table > tbody > tr:last-child > td {
  border-bottom: none;
}
#main table.ce_ecard th,
.content table.ce_ecard th,
#main table.ce_ecard td,
.content table.ce_ecard td {
  padding: 5px;
}
div.modal {
  position: fixed;
  left: 50px;
  top: 50px;
  width: 90%;
  width: calc(100% - 100px);
  height: 90%;
  height: calc(100% - 100px);
}
div.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
div.modal-backdrop:after {
  background: transparent url('../images/close.png') left top no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 24px;
  height: 24px;
}
div.galleria-container div.galleria-stage div.galleria-control {
  position: absolute;
  left: 10px;
  bottom: 35px;
  width: 16px;
  height: 16px;
  background: url('../images/galleria-controls.png') 0 0 no-repeat;
  display: none;
  opacity: 0.7;
}
div.galleria-container div.galleria-stage.galleria-paused div.galleria-control {
  background-position: 0 -16px;
}
div.galleria-container:hover div.galleria-stage div.galleria-control {
  display: block;
}
