@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,700,400);
@import url('../css/fonts.css');
@charset "utf-8";
* {
  outline: none !important;
}
html {
  height: 100%;
}
body {
  background: #252525;
  color: #FFFFFF;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
a:hover {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-title {
  float: left;
  margin: 0 0 20px 0;
  padding: 10px 0;
  color: #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 3px solid #757575;
  font-family: 'Roboto Slab', serif;
}
.btn-primary {
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #4E67C8;
  border: none;
  padding: 10px 20px;
}
.btn-primary:hover {
  background: #A7EA52;
  color: #252525;
}
.navbar-default {
  border-bottom: 0;
  background: #4E67C8;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #A7EA52;
  color: #252525;
}
.navbar-default .navbar-nav > li.active a {
  background: #A7EA52;
  color: #252525;
}
.navbar-default .navbar-nav > li:first-child a {
  font-size: 24px;
  padding: 22.5px 25px;
}
.navbar-default .navbar-nav > li .dropdown-menu {
  border: none;
}
.logo {
  display: block;
  float: left;
}
header {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #353535;
}
.top-links {
  float: right;
  margin: 15px 0 10px 10px;
}
.top-links li a {
  margin: 0 0 0 10px;
  background: #FFFFFF;
  color: #252525;
}
.top-links li a:hover {
  background: #A7EA52;
  color: #252525;
}
.social-links {
  float: right;
  margin: 15px 0 10px 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
}
.social-links li a {
  color: #FFFFFF;
}
.social-links li a .fa-inverse {
  color: #252525;
}
.home {
  position: relative;
  height: 100%;
}
.home .divider {
  position: fixed;
  height: 100%;
  left: 50%;
  border-left: 1px dashed #D7D7D7;
}
.home .body {
  position: relative;
  padding: 100px 40px;
  height: 100%;
}
.home .body .home-block {
  position: absolute;
  right: 55%;
  margin-left: 40px;
  margin-bottom: 60px;
  float: left;
  background: #FFFFFF;
  color: #454545;
  padding: 20px;
  width: 30%;
}
.body {
  padding: 100px 15px;
}
img.border {
  -webkit-box-shadow: 0px 0px 5px 0px #4e67c8;
  -moz-box-shadow: 0px 0px 5px 0px #4e67c8;
  box-shadow: 0px 0px 5px 0px #4e67c8;
}
.navbar-fixed-bottom {
  color: #FFFFFF;
  background: #555555;
  min-height: 40px;
  line-height: 40px;
}
.navbar-fixed-bottom a {
  font-size: 10px;
  color: #FFFFFF;
}
.navbar-fixed-bottom a .fa-inverse {
  color: #555555;
}
.navbar-fixed-bottom a:hover {
  color: #999999;
}
.navbar-fixed-bottom p {
  margin: 0;
  float: right;
}
.navbar-fixed-bottom p a {
  font-size: 16px;
}
.posters {
  position: absolute;
  top: 100px;
  right: 50px;
}
.prev {
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  position: absolute;
  display: block;
  height: 120px;
  line-height: 120px;
  width: 60px;
  -webkit-border-radius: 0 0 120px 120px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 120px 120px;
  -moz-background-clip: padding;
  border-radius: 0 0 120px 120px;
  background-clip: padding-box;
  background: #005B7F;
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
}
.prev:hover,
.prev:focus {
  color: #CCCCCC;
}
.next {
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: 1px;
  position: absolute;
  display: block;
  height: 120px;
  line-height: 120px;
  width: 60px;
  -webkit-border-radius: 120px 120px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 120px 120px 0 0;
  -moz-background-clip: padding;
  border-radius: 120px 120px 0 0;
  background-clip: padding-box;
  background: #C69C6D;
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
}
.next:hover,
.next:focus {
  color: #CCCCCC;
}
.cb-slideshow {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/poster-1.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/poster-2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/poster-3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/poster-1.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../images/poster-2.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../images/poster-3.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li div {
  z-index: 1000;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li .quote {
  position: absolute;
  background: url("../images/quote-bg.png");
  width: 50%;
  bottom: 40px;
  left: 50%;
  padding: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.cb-slideshow li .quote:after {
  display: none;
  background: url(../images/quote-arrow.png) no-repeat center;
  content: '';
  height: 81px;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  width: 41px;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes imageAnimation{ 0% { opacity : 0; -webkit-animation-timing-function : ease-in; } 8% { opacity : 1; -webkit-transform : scale(1.05); -webkit-animation-timing-function : ease-out; } 17% { opacity : 1; -webkit-transform : scale(1.1); } 25% { opacity : 0; -webkit-transform : scale(1.1); } 100% { opacity : 0 }}
@-moz-keyframes imageAnimation{ 0% { opacity : 0; -moz-animation-timing-function : ease-in; } 8% { opacity : 1; -moz-transform : scale(1.05); -moz-animation-timing-function : ease-out; } 17% { opacity : 1; -moz-transform : scale(1.1); } 25% { opacity : 0; -moz-transform : scale(1.1); } 100% { opacity : 0 }}
@-o-keyframes imageAnimation{ 0% { opacity : 0; -o-animation-timing-function : ease-in; } 8% { opacity : 1; -o-transform : scale(1.05); -o-animation-timing-function : ease-out; } 17% { opacity : 1; -o-transform : scale(1.1); } 25% { opacity : 0; -o-transform : scale(1.1); } 100% { opacity : 0 }}
@keyframes imageAnimation{ 0% { opacity : 0;-webkit-animation-timing-function : ease-in;-moz-animation-timing-function : ease-in;-ms-animation-timing-function : ease-in;animation-timing-function : ease-in; } 8% { opacity : 1;-webkit-transform : scale(1.05);-moz-transform : scale(1.05);-ms-transform : scale(1.05);transform : scale(1.05);-webkit-animation-timing-function : ease-out;-moz-animation-timing-function : ease-out;-ms-animation-timing-function : ease-out;animation-timing-function : ease-out; } 17% { opacity : 1;-webkit-transform : scale(1.1);-moz-transform : scale(1.1);-ms-transform : scale(1.1);transform : scale(1.1); } 25% { opacity : 0;-webkit-transform : scale(1.1);-moz-transform : scale(1.1);-ms-transform : scale(1.1);transform : scale(1.1); } 100% { opacity : 0 };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes titleAnimation{ 0% { opacity : 0; -webkit-transform : translateY(200px); } 8% { opacity : 1; -webkit-transform : translateY(0px); } 17% { opacity : 1; -webkit-transform : scale(1); } 19% { opacity : 0 } 25% { opacity : 0; -webkit-transform : scale(10); } 100% { opacity : 0 }}
@-moz-keyframes titleAnimation{ 0% { opacity : 0; -moz-transform : translateY(200px); } 8% { opacity : 1; -moz-transform : translateY(0px); } 17% { opacity : 1; -moz-transform : scale(1); } 19% { opacity : 0 } 25% { opacity : 0; -moz-transform : scale(10); } 100% { opacity : 0 }}
@-o-keyframes titleAnimation{ 0% { opacity : 0; -o-transform : translateY(200px); } 8% { opacity : 1; -o-transform : translateY(0px); } 17% { opacity : 1; -o-transform : scale(1); } 19% { opacity : 0 } 25% { opacity : 0; -o-transform : scale(10); } 100% { opacity : 0 }}
@keyframes titleAnimation{ 0% { opacity : 0;-webkit-transform : translateY(200px);-moz-transform : translateY(200px);-ms-transform : translateY(200px);transform : translateY(200px); } 8% { opacity : 1;-webkit-transform : translateY(0px);-moz-transform : translateY(0px);-ms-transform : translateY(0px);transform : translateY(0px); } 17% { opacity : 1;-webkit-transform : scale(1);-moz-transform : scale(1);-ms-transform : scale(1);transform : scale(1); } 19% { opacity : 0 } 25% { opacity : 0;-webkit-transform : scale(10);-moz-transform : scale(10);-ms-transform : scale(10);transform : scale(10); } 100% { opacity : 0 };
}
.no-cssanimations .cb-slideshow li span {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
