@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@font-face {
  font-family: "Mohave";
  src: url("../font/Mohave.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #F3F5F4; }

header {
  height: 0;
  margin-bottom: 20px;
  margin-top: -5px;
  padding-bottom: 38%;
  background: url("../img/banner.jpg") no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.fixed {
  position: fixed;
  top: 0;
  z-index: 1; }

.separator {
  color: rgba(51, 51, 51, 0.4); }

.active-link {
  border-bottom: 2px solid #ed7950; }

.container {
  margin-top: 70px; }

.reference {
  color: #CC2523;
  border-bottom: 1px #CC2523 dotted;
}

.reference:hover, .reference:focus {
  color: #992121;
  border-bottom: 1px #992121 solid;
}

hr {
  opacity: 0.6;
  width: 75%; }

.starred {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  border-radius: 5px; }

.signup {
  cursor: pointer;
  display: inline;
  float: right;
  padding: 10px;
  margin-top: -25px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 5px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  -o-transition: 0.4s background-color;
  -ms-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color; }
  .signup:hover, .signup:focus {
    color: #f1f1f1; }

.cbp_tmtimeline::before {
  background: #f7c0ac;
  margin-left: -20px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel .signup {
  background-color: #e85622; }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel .signup:hover, .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel .signup:focus {
    background-color: #eb6739; }

.cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel .signup {
  background-color: #1a1a1a; }
  .cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel .signup:hover, .cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel .signup:focus {
    background-color: #262626; }

.cbp_tmtimeline > li .cbp_tmlabel {
  padding: 20px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background-color: #ed7950; }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel::after {
    border-right-color: #ed7950;
    border-bottom-color: #ed7950; }

.cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel {
  background-color: #333333; }
  .cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel::after {
    border-right-color: #333333;
    border-bottom-color: #333333; }

.cbp_tmlabel::after {
  right: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 25px;
  box-sizing: border-box; }

h2.title {
  margin: 0 0 -5px 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 20px; }

p.content {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-align: justify; }

.cbp_tmtimeline > li .cbp_tmlabel .signup {
  font-size: 14px; }

.cbp_tmtimeline > li .cbp_tmtime {
  margin-top: 20px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:first-child {
  color: #333333;
  margin-top: 7px;
  margin-right: 25px;
  display: inline;
  float: right;
  font-size: 1.2em; }
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #333333;
  display: inline;
  font-size: 2.5em;
  float: right; }

.cbp_tmtimeline > li:nth-child(even) .cbp_tmtime span:first-child {
  color: #333333;
  margin-top: 7px;
  margin-right: 25px;
  display: inline;
  float: right;
  font-size: 1.2em; }
.cbp_tmtimeline > li:nth-child(even) .cbp_tmtime span:last-child {
  color: #333333;
  display: inline;
  font-size: 2.5em;
  float: right; }

.cbp_tmtimeline > li .cbp_tmicon {
  background: #ed7950;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 0 10px #f7c0ac;
  margin: 10px 0 0 -50px;
  width: 70px;
  height: 70px;
  line-height: 70px; }

span.date {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #333333; }

span.date-more {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #f1f1f1; }

.info-container {
  margin: 50px 0 100px 0; }
  .info-container h2 {
    font-family: "Droid Sans", sans-serif;
    color: #333333; }
  .info-container ul {
    list-style-type: none; }
  .info-container li {
    margin: 0px;
    padding: 0px; }

#map-canvas {
  width: 400px;
  height: 400px;
  border-radius: 5px; }
  #map-canvas img {
    max-width: none; }

.partner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 5px; }

.contacts {
  padding: 0; }
  .contacts li {
    margin-bottom: 5px; }
  .contacts a {
    font-family: "Mohave", sans-serif;
    font-size: 20px;
    color: #333333; }

@media only screen and (max-width: 767px) {
  /* Hiding the nav on smaller devices */
  nav {
    display: none; }

  /* Hiding the icons on smaller devices */
  .cbp_tmtimeline > li .cbp_tmicon {
    margin: 10px 10px 0 0px; }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:first-child {
    margin: 25px 25px -30px 65px;
    display: block;
    float: none; }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    float: none;
    margin-left: 15px; }

  .cbp_tmtimeline > li:nth-child(even) .cbp_tmtime span:first-child {
    margin: 25px 25px -30px 65px;
    display: block;
    float: none; }
  .cbp_tmtimeline > li:nth-child(even) .cbp_tmtime span:last-child {
    float: none;
    margin-left: 15px; } }
/* Large devices ----------- */
/* Only display the nav on large devices */
@media only screen and (min-width: 768px) {
  nav {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #F3F5F4;
    height: 50px; }
    nav ul {
      list-style-type: none;
      display: inline-block;
      width: 100%; }
      nav ul li {
        display: inline; }
        nav ul li a {
          margin: auto 15px;
          cursor: pointer;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          color: #333333;
          -o-transition: 0.4s color;
          -ms-transition: 0.4s color;
          -moz-transition: 0.4s color;
          -webkit-transition: 0.4s color;
          transition: 0.4s color; }
          nav ul li a:hover, nav ul li a:focus {
            border-bottom: 2px solid #ed7950; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .starred {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .signup {
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    float: none;
    text-align: center; } }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Smaller map on portrait mode */
  #map-canvas {
    width: 250px;
    height: 250px; } }
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) and (max-width: 480px) {
  #map-canvas {
    width: 350px;
    height: 350px; } }
