@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.relative {
  position: relative; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

.heroText {
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 100px; }

.pageTitle {
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 32px; }

.homeImages {
  display: inline-block;
  position: relative; }
  .homeImages:hover .imageHover {
    opacity: 1; }
  .homeImages:hover span {
    color: #cdcdcd; }
  .homeImages .imageHover {
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .homeImages span {
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
    color: #464646;
    opacity: 1; }

.homeNews {
  margin-top: 100px;
  margin-bottom: 100px; }

.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important; }

/* fullscreen setup */
html, body {
  /* give this to all tags from html to .fullscreen */
  height: 100%; }

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%; }

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden; }

/* content centering styles */
.content-a {
  display: table;
  position: relative; }

.content-b {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.not-fullscreen {
  height: 100%; }

body {
  font-size: 16px;
  background: url("../images/bg.jpg") no-repeat center center;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Jura', sans-serif; }

body ::-webkit-scrollbar {
  width: 0; }

@media only screen and (max-width: 480px) {
  body ::-webkit-scrollbar {
    width: 0; } }
body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }

body ::-webkit-scrollbar-thumb {
  background-color: #000; }

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding: 0;
  margin: 0; }

#openingLogo {
  width: 300px;
  height: 113px;
  background: url("../images/logo.png") no-repeat center center;
  position: fixed;
  top: 75px;
  right: 100px; }

#homeLogo {
  width: 250px;
  height: 113px;
  background: url("../images/logo_light.png") no-repeat center center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -125px; }

a:hover {
  text-decoration: none; }

h3, h4 {
  font-weight: 600; }

.openingLanguages {
  margin-top: 25%; }
  .openingLanguages a {
    display: inline-block;
    margin: 0 30px; }
  .openingLanguages img {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75); }

.shaded {
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.75); }

nav {
  position: absolute;
  top: 150px;
  left: 4px; }
  nav .navigation {
    list-style-type: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav .navigation {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav .navigation {
        display: none; } }
    @media only screen and (max-width: 767px) {
      nav .navigation {
        display: none; } }
    nav .navigation li a {
      font-size: 22px;
      text-align: center;
      width: 200px;
      color: #ffffff;
      display: inline-block;
      border: 1px solid #464646;
      padding: 10px 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      nav .navigation li a:hover {
        background: #464646; }

main.canvas {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  padding: 45px;
  width: 1024px;
  margin: 0 auto;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.8);
  height: 80%; }
  @media only screen and (max-width: 1600px) {
    main.canvas {
      left: auto;
      right: 5%; } }
  @media only screen and (max-width: 1400px) {
    main.canvas {
      left: auto;
      right: 5%;
      width: 900px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    main.canvas {
      width: 90%;
      left: 15px;
      right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.canvas {
      width: 90%;
      left: 15px;
      right: 15px; } }
  @media only screen and (max-width: 767px) {
    main.canvas {
      position: relative;
      left: 15px;
      right: 15px;
      padding: 15px; } }
  @media only screen and (max-width: 1024px) {
    main.canvas {
      width: 100%; } }

.topLinks {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 10px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .topLinks:hover {
    color: #ffffff;
    background: #000000; }

/*# sourceMappingURL=style.css.map */
