@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700&amp;subset=latin,latin-ext);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font-family: Source Sans Pro;
}
h1 {
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0;
  margin: 0;
}
@media (max-width: 769px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
@media (max-width: 769px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 769px) {
  h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 769px) {
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 769px) {
  p {
    font-size: 13px;
    line-height: 20px;
  }
}
article {
  padding: 40px;
}
@media (max-width: 769px) {
  article {
    padding: 10px 5px;
  }
}
article h2 {
  margin-bottom: 40px;
}
article p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 100 !important;
}
a {
  color: #b0b0b0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  color: #ffffff;
}
a img {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a img:hover {
  -moz-opacity: 0.75 !important;
  -khtml-opacity: 0.75 !important;
  -webkit-opacity: 0.75 !important;
  opacity: 0.75 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75) !important;
  filter: alpha(opacity=75) !important;
}
hr {
  margin: 10px 0;
  height: 3px;
  border: none;
}
time {
  font-size: 10px;
  font-weight: 700;
}
.btn {
  margin-top: 10px;
  padding: 10px 20px;
  border-width: 3px;
  background: none;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.btn.btn-small {
  padding: 5px 20px;
}
.btn:hover {
  background: none;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.btn:focus {
  outline: none;
  background: none;
  color: #ffffff !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.space-l {
  width: 100%;
  height: 40px;
}
.space-m {
  width: 100%;
  height: 20px;
}
.space-s {
  width: 100%;
  height: 10px;
}
body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  color: #000000;
  /*
	.flyin{
		.opacity(.1);
		.transition(.75s, ease-in);
		&.active{
			.opacity(1);
		}
	}
	*/
}
@media (max-width: 769px) {
  body.menu-active {
    overflow-y: hidden;
  }
}
body.menu-active a.menu-open {
  display: none;
}
body.menu-active a.menu-close {
  display: block;
  left: 0;
}
body.menu-active .navbar-main ul {
  left: 0;
}
@media (max-width: 769px) {
  body.menu-active .navbar-main {
    width: 100%;
  }
}
body a.menu {
  position: fixed;
  z-index: 301;
  top: -100px;
  left: -100px;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
  padding: 20px;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 769px) {
  body a.menu {
    top: 0px;
  }
}
body a.menu.menu-open {
  left: 0;
  display: block;
}
body a.menu.menu-close {
  display: none;
}
body nav.navbar-main {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  height: 100%;
  border: none;
}
body nav.navbar-main ul {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 270px;
  height: 100%;
  left: 0;
  padding: 0;
  background: #000000;
  list-style: none;
  overflow-y: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 769px) {
  body nav.navbar-main ul {
    left: -270px;
  }
}
body nav.navbar-main ul li {
  padding: 0 45px;
}
body nav.navbar-main ul li:first-of-type {
  padding: 20px;
  margin-bottom: 20px;
}
body nav.navbar-main ul li:first-of-type img {
  margin: 20px 20% 0 20%;
  width: 60%;
}
body nav.navbar-main ul li a {
  display: inline;
  width: 100%;
  padding: 0;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 660px) {
  body nav.navbar-main ul li a {
    line-height: 30px;
  }
}
body nav.navbar-main ul li a:hover:not(.active) {
  color: #6d6d6d;
}
body nav.navbar-main ul li a.active {
  color: #6d6d6d;
}
body nav.navbar-main ul li a.main {
  text-transform: uppercase;
}
body nav.navbar-main ul li a.sub {
  font-size: 12px;
  padding-left: 20px;
}
body nav.navbar-main ul li.language {
  position: absolute;
  z-index: 99;
  bottom: 130px;
  width: 100%;
}
body nav.navbar-main ul li.language.stitched {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}
@media (max-width: 992px) {
  body nav.navbar-main ul li.language {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
body nav.navbar-main ul li.language a {
  font-size: 12px;
  display: inline;
  padding: 0 5px;
}
body nav.navbar-main ul li.social {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  width: 100%;
  padding: 0;
}
body nav.navbar-main ul li.social.stitched {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}
@media (max-width: 992px) {
  body nav.navbar-main ul li.social {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
body nav.navbar-main ul li.social a {
  display: inline;
  padding: 0 3.33333333px;
  font-size: 18px;
  color: #6d6d6d;
}
body nav.navbar-main ul li.social a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  body nav.navbar-main ul li.social a {
    padding: 0 10px;
  }
}
body nav.navbar-main ul li.copyright {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  width: 100%;
  padding: 0;
}
body nav.navbar-main ul li.copyright.stitched {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
@media (max-width: 992px) {
  body nav.navbar-main ul li.copyright {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
body nav.navbar-main ul li.copyright p {
  color: #ffffff;
  font-size: 11px;
}
body .container-fluid {
  margin: 0;
  padding: 0;
  margin-left: 270px;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 769px) {
  body .container-fluid {
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body form input,
body form textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #000000;
  background: none;
  color: #000000;
  font-size: 12px;
}
body form input[type="submit"],
body form textarea[type="submit"] {
  color: #b0b0b0;
  font-weight: 700;
  border: 2px solid #b0b0b0;
}

body form input[type="submit"]:hover {
  color: black;
  border: 2px solid black;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

body form input.error,
body form textarea.error {
  border-bottom: 2px dotted #b0b0b0;
}
body form input:focus,
body form textarea:focus {
  outline: none;
}
body .row .wrapper {
  padding: 50px 70px;
}
@media (max-width: 769px) {
  body .row .wrapper {
    padding: 20px 30px;
  }
}
div.movie {
  position: relative;
  overflow: hidden;
}
div.movie .overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000000 !important;
  background: none;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
div.movie .overlay h3 {
  display: block;
  margin-top: 110px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (max-width: 769px) {
  div.movie .overlay h3 {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 769px) {
  div.movie .overlay {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 10px;
    -moz-opacity: 0.9 !important;
    -khtml-opacity: 0.9 !important;
    -webkit-opacity: 0.9 !important;
    opacity: 0.9 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90) !important;
    filter: alpha(opacity=90) !important;
  }
}
div.movie:hover .overlay {
  background: rgba(255, 255, 255, 0.5);
}
div.movie:hover .overlay h3 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
div.person .info {
  padding: 10px;
  text-align: left;
  background: rgba(179, 179, 179, 0.8);
}
div.person .info p {
  font-size: 13px;
}
div.person .info strong a {
  display: block;
  margin-top: 20px;
  font-size: 16px !important;
  line-height: 16px !important;
}
div.person .info a {
  display: block;
  color: #000000;
  line-height: 14px !important;
  font-size: 13px !important;
}
div.video {
  height: 500px;
}
@media (max-width: 769px) {
  div.video {
    height: 250px;
  }
}
@media (max-width: 769px) {
  div.social {
    display: none;
  }
}
div.social a {
  font-size: 18px;
  padding: 10px 20px;
  background: #ffffff;
  color: #b0b0b0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
div.social a:hover {
  background: #b0b0b0;
  color: #ffffff;
}
.carousel {
  position: relative;
  margin: 0px;
  line-height: 1;
  overflow: hidden;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .item > img,
.carousel-inner > .item > iframe {
  width: 100%;
}
.carousel-inner > .item > iframe {
  height: 450px;
}
@media (max-width: 769px) {
  .carousel-inner > .item > iframe {
    max-height: 200px;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 45%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 50px;
  text-align: center;
  background: none;
  color: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@media (max-width: 769px) {
  .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 25px;
    margin-top: 0px;
  }
}
.carousel-control.left {
  left: 0px;
  right: auto;
}
.carousel-control.right {
  right: 0px;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.color-black {
  color: #000000;
}
.bg-black {
  background: #000000;
}
.color-white {
  color: #ffffff;
}
.bg-white {
  background: #ffffff;
}
.color-accent {
  color: #b0b0b0;
}
.bg-accent {
  background: rgba(212, 212, 212, 0.8);
}
.row {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
}
.hspace {
  display: block;
  width: 100%;
  height: 25px;
}
.hspace.small {
  height: 10px;
}
.fat {
  font-weight: 600;
}
.fatter {
  font-weight: 700;
}
.tucase {
  text-transform: uppercase;
}
.tcap {
  text-transform: capitalize;
}
.tsuper {
  vertical-align: super;
  font-size: 12px;
  line-height: 0;
}
.no-marg {
  margin: 0;
}
.no-marg-top {
  margin-top: 0 !important;
}
.no-marg-bottom {
  margin-bottom: 0 !important;
}
.no-pad {
  padding: 0;
}
.prel {
  position: relative;
}
.pabs {
  position: absolute;
}
