html, body {
  height: 100%;
  font-family: 'Arsenal', sans-serif;
}

@font-face {
    font-family: 'Olympian';
    src: url('../fonts/OlympianLTStd.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Olympian';
    src: url('../fonts/OlympianLTStd-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Olympian';
    src: url('../fonts/OlympianLTStd-Italic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Olympian';
    src: url('../fonts/OlympianLTStd-BoldItalic.otf');
    font-weight: bold;
    font-style: italic;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  font-family: 'Arsenal', sans-serif;
}

html, body {
  height: 100%;
  font-family: 'Arsenal', sans-serif;
}

.navbar-default {
  background-color: #FFF;
  border: none;
  margin-bottom: 0;
}
.header.navbar-default .navbar-nav>.selected>a,
.navbar-default .navbar-nav>.selected>a:focus,
.navbar-default .navbar-nav>.selected>a:hover {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}
.header .navbar {
  position: relative;
  min-height: 90px;
  border: none;
}
.header .navbar-brand,
.header .navbar-brand-alt {
  height: 60px;
  padding: 0;
  padding-left: 15px;
}
.header .navbar-brand img,
.header .navbar-brand-alt img{
  height: 50px;
}
.header .navbar-brand-alt {
  margin-left: 35px;
}
.header.navbar-default .navbar-nav>li>a {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 30px;
}
.menu li {
  font-size: 18px;
}
@media (max-width: 768px) {
  .menu.navbar-collapse {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .menu.navbar-collapse {
    margin-right: 0;
    margin-top: 10px;
    padding: 0;
  }
}
.links {
  min-height: 30px;
}
.links .navbar-nav>li>a {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 30px;
}
.links li {
  float: left;
  font-size: 14px;
}
.links li.separator {
  padding: 10px;
}
.links li.lang a {
  padding-left: 10px;
  text-transform: uppercase;
}
.links li.lang.active a {
  background-color: inherit !important;
  font-weight: bold;
}

.carousel {

}
.item,
.active {
    height:100%;
}
.carousel-inner{
    height:100%;
}
.carousel-control {
    width: 8%;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}

ul.contents {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
ul.contents li {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4em;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-left: 30px;
}
ul.contents li.title {
  margin-left: 0;
}

.box {
  color: inherit;
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.button {
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 1.1em;
  color: #333;
  border: 1px solid #333;
  margin-top: 30px;
}
.button:hover {
  text-decoration: none;
  color: #000;
}

.cover{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 10px;
}

@media screen and (max-device-width: 1024px){
  .cover {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}

.news {
  color: inherit;
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.news:hover {
  text-decoration: none;
  font-weight: normal;
  color: #000;
  border: 1px solid #333;
}

.news h3{
  margin-top: 0;
}

.press-plugin a{
  font-size: 1.3em;
}

.footer {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 12px;
}

label abbr {
  border-bottom: none !important;
}

.back-to-top {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  text-decoration: none;
  color: #666;
  padding: 0.5em;
  display: none;
}
.back-to-top:hover {
  color: #333;
}

.current-project,
.current-project h1,
.current-project h2,
.current-project h3,
.current-project h4 {
  font-family: 'Olympian', serif !important;
  color: #333;
}

.current-project li {
  list-style-type: none;
}

.current-project a {
  color: #333;
  text-decoration: underline;
}
.current-project a:hover {
  color: #333;
}

.header-top {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px){
  .floating-menu {
    position: fixed;
    z-index: 1000;
    margin: 10px;
    font-family: 'Olympian', serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .floating-menu.top-left {
    top: 95px;
    left: 0;
  }
  .floating-menu.top-right {
    top: 95px;
    right: 0;
  }
  .floating-menu.bottom-left {
    bottom: 95px;
    left: 0;
  }
  .floating-menu.bottom-right {
    bottom: 95px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .floating-menu {
    position: relative !important;
    display: block;
    margin: 10px;
    text-align: center;
    font-family: 'Olympian', serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .floating-menu.top-left {
    margin-top: 50px;
  }
}
.floating-menu:visited,
.floating-menu:active,
.floating-menu:focus,
.floating-menu:hover {
  color: inherit;
}
.floating-menu:hover {
  text-decoration: underline;
}
