@charset "UTF-8";
/* CSS Document */
.event {
    float: left;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.event .content {
    background: rgba(20,20,20,.0);
    color: rgba(255,255,255,0.00);
    height: 100%;
    overflow: hidden;
    position: absolute;
    transition: all 1s ease;
    width: 100%;
    top: 100%;
    bottom: auto;
}

.event h3 {
    line-height: 1.125em;
    font-size: .8em;
    font-family: 'Exo 2', sans-serif; /*16, 18/16*/
    height: 56px;
    margin: 0;
    padding-top: 12px;
    padding-right: 85px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.event .rollover {
    font-size: .9375em; /*16/16*/
    line-height: 1.4em; /*21/15*/
    padding: 18px 20px;
    opacity: 0;
    transition: all .5s ease;
}

.event .rollover p {
    margin: 0;
}

.event:hover .content {
    background: rgba(20,20,20,.6);
    height: 100%;
    color: rgba(255,255,255,1.00);
    top: 80%;
}

.event:hover .rollover {
    opacity: 1;
}
.services {
    margin-left: auto;
    margin-right: auto;
}
footer {
    background-color: #1D2124;
    color: #356067;
    font-size: 10px;
	font-family: 'Exo 2', sans-serif;
}
.arrow a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 10px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.arrow a:hover {
  opacity: .5;
}
#section01 a {
  padding-top: 70px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
section {
    position: relative;
    width: 100%;
    height: 100%;
}
.last {
    margin-right: 20px;
}
a, a:visited,
a:hover,
a:active,
a:focus {
  outline: none;
	box-shadow: none;
}
