html,body{
  height: 100%;
}
body * {
  box-sizing: border-box;
  position: relative;
}
a {
  text-decoration: none;
  transition: all 300ms;
}
a.disable-link {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border-width: 1px 0px 1px 0px;
  border-color: rgba(0,0,0,0.2) transparent rgba(255,255,255,0.2) transparent;
}
.background-image {
  padding: 40px 0px;
  line-height: 22px;
  min-height: 100%;
  overflow: hidden;
}
.background-image {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.background-image:before, .background-image:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
/*  top: 400px;*/
  top: 0px;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  transform: translateY(400px);
  bottom: 0px;
  z-index: 3;
}
.background-image:before {
/*  top: 500px;*/
  top: 0px;
  -webkit-transform: translateY(500px);
  -moz-transform: translateY(500px);
  transform: translateY(500px);
  z-index: 0;
}
.content-wrap, .footer {
  position: relative;
  overflow: hidden;
  padding: 1px;
  margin: 0 auto;
  max-width: 1280px;
  background-image: url('../../../../../../../../../../../../../../rw_common/images/Lake-Victoria-Uganda_landscape-with-image.jpg');
  background-position: center -8px;
  background-size: calc(100% + 16px) auto;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.4);
}
.footer {
  box-shadow: 0px 0px 0px transparent;
  background-image: none;
  padding: 0px;
}
.groove {
  position: absolute;
  z-index: 5;
  left: 100px;
  right: 100px;
  border-top: 10px solid rgba(255,255,255,0.20);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
}
.groove:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.30);
}
.banner {
  background-image: url('../../../../../../../../../../../../../../rw_common/images/Lake-Victoria-Uganda_landscape-with-image.jpg');
}
.site-title {
  display: none;
}
.site-slogan {
  display: none;
  position: absolute;
  z-index: 2;
  left: 20%;
  right: 20%;
  height: 400px;
}
.site-slogan h2 {
  display: none;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 28px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
/* ----------
   Main Navigation
        ---------- */
.nav {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 75px;
}
.nav, .topbar-before, .groove {
  transition: transform 500ms linear;
  will-change: transform;
}
.nav .logo {
  position: relative;
  float: left;
  width: 100px;
  height: 75px;
  text-align: center;
  overflow: hidden;
}
.nav .logo img {
  padding: 5px;
  position: relative;
  height: 100%;
  width: auto;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.nav ul {
  padding: 0px 0px 0px 20px;
  float: left;
  list-style: none;
  margin: 40px 0px 0px;
}
.nav ul li {
  display: inline-block;
  position: relative;
}
.nav ul li a {
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  padding: 0px 15px 12px;
}
.nav ul li a#current, .nav ul li a:hover, .nav ul li a.currentAncestor {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.1), 0px 0px 6px rgba(255,255,255,0.6);
}
/* ----------
   Sub navigation
       ---------- */
.nav ul ul {
  display:none;
  position:absolute;
  top: 34px;
  left:0;
  padding:0;
  margin: 0;
  overflow: hidden;
}
.nav > ul > li ul:before {
  content: "";
  position: absolute;
  left: 0;
  width: 250px;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  background-color: rgba(255,255,255,0.10);
}
.nav > ul > li > ul .banner-wrap {
  content: "";
  position: absolute;
  left: 0;
  width: 250px;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.nav > ul > li > ul .banner-wrap > div {
  content: "";
  position: absolute;
  left: 0;
  width: 266px;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-position: center 75px;
  background-size: 100% auto;
  display: block;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  padding: 8px;
  margin: -8px;
/*
  margin: 0;
  border: 8px solid transparent;
*/
  border-bottom: 0px solid transparent;
}
.nav ul ul li {
  z-index: 10;
  position: relative;
  display: block;
  width: 250px;
}
.nav ul ul a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left:  1px solid rgba(255,255,255,0.15);
  border-right:  1px solid rgba(255,255,255,0.15);
}
.nav ul ul a i {
  float: right;
}
.nav ul li.left-menu ul li.has-sub a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav ul li.left-menu > ul.more-menu > li.has-sub > a i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav ul ul ul {
  top:0;
  position: absolute;
  left: 250px;
}
.nav ul ul ul a {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left:  1px solid rgba(0,0,0,0.15);
  border-right:  1px solid rgba(255,255,255,0.15);
}
.nav ul li.more-menu-toggle > a {
  padding: 12px 15px;
  border-bottom: 0px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left:  1px solid rgba(255,255,255,0.15);
  border-right:  1px solid rgba(255,255,255,0.15);
}
.nav ul li.more-menu-toggle > a:hover {
  padding: 12px 15px;
  border-bottom: 0px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left:  1px solid rgba(255,255,255,0.3);
  border-right:  1px solid rgba(255,255,255,0.3);
}
.nav ul li.left-menu ul {
  left: auto;
  right: 0;
}
.nav ul li.left-menu ul ul {
  left: -250px;
}
/* ----------
Mobile navigation
       ---------- */
.nav-mobile {
  height: 0;
  overflow: hidden;
  transition: height 500ms linear;
  will-change: height;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
}
.nav-mobile > ul {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 1px;
  margin: 0 auto;
  max-width: 1280px;
  background-position: center top;
  background-size: 100% auto;
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.4);
}
.nav-mobile > ul:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: rgba(255,255,255,0.10);
}
.nav-mobile > ul div {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  display: block;
  overflow: hidden;
}
.nav-mobile > ul div > .banner {
  -webkit-transform: translate3d(0,0,0);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-position: center 0px;
  background-size: 100% auto;
  display: block;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  padding: 8px;
  margin: -8px;
  /*
  margin: 0;
  border: 8px solid transparent;
  */
  border-bottom: 0px solid transparent;
}
.nav-mobile ul li a, .mobile-toggle, span.sub-menu-toggle {
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  transition: all 300ms;
}
.nav-mobile ul li {
  list-style: none;
  display: block;
  position: static;
}
.nav-mobile ul a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left:  1px solid rgba(255,255,255,0.15);
  border-right:  1px solid rgba(255,255,255,0.15);
}
.mobile-toggle {
  display: none;
  position: relative;
  z-index: 4;
  float: right;
  font-size: 35px;
  line-height: 35px;
  width: 100px;
  height: 75px;
  text-align: center;
  padding: 20px 0px;
}
.nav-mobile ul li a#current, .nav-mobile ul li a.currentAncestor, .mobile-toggle:hover {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.1), 0px 0px 6px rgba(255,255,255,0.6);
}
.sub-menu-toggle {
  position: absolute;
  z-index: 22;
  right: 0;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  padding: 0;
  border-right: 0px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0.15);
  border-top: 0px solid rgba(0,0,0,0);
  border-bottom: 0px solid rgba(0,0,0,0);
  box-shadow: inset 2px 0px 0px -1px rgba(255,255,255,0.15);
  cursor: pointer;
}
.full-toggle .sub-menu-toggle {
  width: 100%;
  text-align: right;
  padding-right: 40px;
}
.nav-mobile ul ul {
  left: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  transition: transform 300ms linear;
  will-change: transform;
  margin: 0;
  padding: 0;
  z-index: 23;
}
.nav-mobile ul li.sub-menu-active {
  z-index: 11;
  position: static;
}
.nav-mobile ul li.sub-menu-active > ul {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-mobile ul ul .sub-menu-toggle {
  z-index: 24;
}
.nav-mobile ul ul ul {
  z-index: 25;
}
/* ----------
   Content
---------- */
.topbar {
  position: relative;
  z-index: 3;
  padding: 0px;
  background-image: none !important;
}
.topbar-before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75px;
  z-index: 1;
  display: block;
  background-color: rgba(255,255,255,0.10);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
}
.topbar-after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75px;
  z-index: 0;
  display: block;
  overflow: hidden;
  transition: transform 500ms linear;
  will-change: transform;
}
.topbar-after > div {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 91px;
  z-index: 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  padding: 8px;
  margin: -8px;
}
.content {
  position: relative;
  background-image: none !important;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  transform: translateY(400px);
}
.content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  background-color: rgba(255,255,255,0.10);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
}
.content-after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.content-after > div {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-position: center 0px;
  -webkit-transform: translateY(-400px);
  -moz-transform: translateY(-400px);
  transform: translateY(-400px);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  padding: 8px 8px 400px 8px;
  box-sizing: content-box;
  margin: -8px;
  /*
  margin: 0;
  border: 8px solid transparent;
  */
  border-bottom: 0px solid transparent;
}
.inner-content-wrap {
  padding: 40px 40px 40px 40px;
  width: 100%;
  min-height: 400px;
  display: inline-block;
}
.inner-content-wrap:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -7px;
  z-index: 3;
}
.inner-content-wrap > div {
  position: relative;
  float: left;
  z-index: 5;
}
.main-content {
  width: 75%;
  padding-right: 30px;
}
.sidebar {
  width: 25%;
}
.groove-bottom {
  position: absolute;
  z-index: 5;
  left: 100px;
  right: 100px;
  bottom: 0px;
  border-bottom: 10px solid rgba(255,255,255,0.20);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
}
.groove-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.inner-content-wrap > div.breadcrumbs {
  position: absolute;
  z-index: 5;
  left: 110px;
  right: 110px;
  bottom: 15px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  list-style: none;
}
.breadcrumbs ul li{
  float: left;
}
.breadcrumbs ul a {
  padding: 3px 20px 3px 18px;
  float: left;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.breadcrumbs ul li:first-child a{
  padding-left: 15px;
}
.breadcrumbs ul a:hover{

}
.breadcrumbs ul a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  border: 1px solid rgba(255,255,255,0.2);
  border-width: 1px 1px 0px 0px;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ul li:last-child a::after {
  display:none;
}
.breadcrumbs ul .current::after,
.breadcrumbs ul .current::before{
  content: normal;
}
/* ----------
  Slider
---------- */
.slider-on .content {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  transform: translateY(75px);
}
.slider-on .topbar-before {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  box-shadow: inset 0px 1px 0px 1px rgba(255,255,255,0.2);
}
.slider-on .content-after > div {
  -webkit-transform: translateY(-76px);
  -moz-transform: translateY(-76px);
  transform: translateY(-76px);
}
.slider-on .inner-content-wrap:before {
/*  top: 300px;*/
  top: 0px;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  transform: translateY(300px);
}
@media all and (max-width: 1360px) {
  .slider-on .content {
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    transform: translateY(75px);
  }
  .slider-on .content-after > div {
    -webkit-transform: translateY(-76px);
    -moz-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
@media all and (max-width: 1000px) {
  .slider-on .inner-content-wrap:before {
/*    top: 200px;*/
    top: 0px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@media all and (max-width: 800px) {
  .slider-on .inner-content-wrap:before {
/*    top: 100px;*/
    top: 0px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }
  .slider-on .content {
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    transform: translateY(75px);
  }
  .slider-on .content-after > div {
    -webkit-transform: translateY(-76px);
    -moz-transform: translateY(-76px);
    transform: translateY(-76px);
  }
}
/* ---------
   Contact Page
     ---------- */
.rw-contact-form > div {
  display: inline-block;
  width: 456px;
  max-width: 100%;
  position: relative;
}
.rw-contact-form > div > .mail-icon {
  position: absolute;
  bottom: 0;
}
.rw-contact-form > div > label {
  float: left;
  clear: left;
  width: 150px;
  height: 50px;
  line-height: 45px;
}
.rw-contact-form > div > input,
.rw-contact-form > div > textarea {
  width: 306px;
  float: left;
  color: #676767;
  max-width: 100%;
}
.rw-contact-form .form-input-button[type="reset"],
.rw-contact-form .form-input-button[type="submit"] {
  float: left;
  clear: left;
  margin-top: 15px;
  margin-left: 150px;
  width: 306px;
  max-width: 100%;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  .rw-contact-form .form-input-button[type="submit"] {
    margin-left: 0px;
  }
}
.rw-contact-form input,
.rw-contact-form textarea {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 10px;
}
.rw-contact-form > div > select {
  width: 306px;
  float: left;
  color: #676767;
  margin-top: 12px;
  max-width: 100%;
}
.rw-contact-form > div > input[type=radio] {
  float: left;
  color: #676767;
  margin-top: 5px;
  width: 30px;
  clear: left;
  margin-left: 150px;
}
.rw-contact-form > div > .radioLabel {
  float: left;
  clear: none;
  width: 120px;
  height: 25px;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
}
.rw-contact-form > div > input[type=checkbox] {
  float: left;
  color: #676767;
  margin-top: 15px;
}
/* ---------
   Blog Page
  ---------- */
.blog-entry {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 30px 0;
}
.blog-entry:first-child {
  padding: 0px 0 30px 0;;
}
.blog-entry:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.0);
}
.blog-entry:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.blog-entry {
  display: inline-block;
}

html[xmlns] .blog-entry {
  display: block;
}

* html .blog-entry {
  height: 1%;
}
.blog-entry-title {
  width: 100%;
  float: left;
}
.blog-entry-date {
  width: 25%;
  float: left;
  clear: right;
}
.blog-entry-date .vidrio-date {
  background: rgba(0,0,0,0.1);
}
.blog-entry-date .cat-title {
  display: block;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.vidrio-day, .vidrio-month, .vidrio-year {
  max-width: 100%;
  width: 128px;
  text-align: center;
}
.vidrio-day {
  background: #f4f4f4;
  color: #111;
  font-size: 50px;
  line-height: 75px;
  height: 75px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.vidrio-month {
  background: #c33333;
  color: white;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.blog-entry-category {
  width: 100%;
  display: block;
}
.blog-entry-body {
  width: 73%;
  padding-left: 2%;
  float: right;
}
.blog-tag-cloud {
  display: inline;
  list-style: none;
  padding: 0;
}

.blog-tag-cloud li {
  display: inline;
  margin: 0;
  padding: 0;
}
#blog-categories {
  margin-bottom: 10px;
}
#blog-archives {
  margin-bottom: 10px;
}
.blog-tag-cloud li:after {
  content: ", ";
}
.blog-tag-cloud li:last-child:after {
  content: "";
}
.display-none {
  display: none;
}
@media all
  and (max-width : 768px) {
    #vidrio-overflow {
      width: 100%;
      margin: 0;
    }
    .vidrio-nav li {
      padding-left: 25px;
    }
    .blog-entry-date {
      width: 100%;
      float: left;
      clear: right;
    }
    .blog-entry-body {
      width: 100%;
      padding-left: 0;
      float: right;
    }
    .blog-entry-category, .blog-entry-date .cat-title {
      display: none;
    }
}
@media screen and (max-width: 500px) {
  .blog-entry-date {
    display: none;
  }
}
/* ---------
Photo Album
---------- */
@media (max-width: 600px){
  .thumbnail-frame {
    width: 295px !important;
  }
  #fullResImage {
    width: 290px !important;
    height: auto !important;
  }
  .thumbnail-wrap {
    margin-left: -20px !important;
  }
}
.album-title {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.album-description {

}
.album-wrapper {
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.thumbnail-wrap {
  text-align: center;
  position: relative;
  float: left;
  height: auto;
  margin-bottom: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
.thumbnail-frame {
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail-frame img {
  margin: auto;
  border: none;
  overflow: hidden;
  position: relative;
  display: block;
}
.thumbnail-frame img {
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.thumbnail-caption {

}

.thumbnail-frame {

}

.thumbnail-frame p {
  margin: 10px 0 15px 0;
}
.thumbnail-frame:hover p {
}
/* ---------
Photo Page
---------- */
.photo-background {
  text-align: center;
}

.photo-navigation {
  margin: 6px auto;
  text-align: center;
  padding: 15px 0;
  max-width: 640px;
  width: 100%;
}

.photo-navigation a, .photo-navigation a:visited {
  text-decoration: none;
}

.photo-navigation a:hover {

}

.photo-frame {
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  max-width: 1080px;
}

.photo-links {
  padding: 0px;
}

.photo-title {
  padding: 0px;
  font-size: 28px;
  margin: 0;
}

.photo-caption {
  padding: 0px;
  font-size: 1.25em;
}
/* ---------
Movie Page
---------- */
.movie-description {
  text-align: center;
}
.movie-page-title {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}

.movie-page-description {

}

.movie-thumbnail-frame {
  float: left;
  display: inline;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 60px;
}
.movie-thumbnail-frame img{
  width: 190px;
  height: 140px;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
  box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.movie-thumbnail-frame:hover {}
.movie-thumbnail-caption {
  text-align: center;
  margin-bottom: 3px;
}
.movie-thumbnail-frame {
  overflow: hidden;
}
/* ---------
Site Map
---------- */
.sitemap-header h1 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.rw-sitemap {
  font-size: 1.25em;
}
.rw-sitemap .tree {
  list-style: none;
}
.rw-sitemap .tree ul {
  margin: 0;
  padding-left: 20px;
  font-size: 1em;
}
/* ---------
Movie
---------- */
.movie-background {
  background: #ffffff;
  margin-top: 5px;
}
.movie-title {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.movie-frame {
  text-align: center;
  margin-bottom: 10px;
}
/* ---------
File Sharing
---------- */
.filesharing-description {
  margin: 0px 0 0 0;
}
.filesharing-description h1 {
  font-size: 20px;
  margin: 15px 0;
}
.filesharing-item-title {
  width: auto;
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 0 !important;
}
.filesharing-item-title a {
  padding: 18px 24px 18px 55px;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}
.filesharing-item-title:active,
.filesharing-item-title.active {
  outline: 0;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.0), inset 0 -6px 20px 7px rgba(0, 0, 0, 0.3), 0 2px 6px 0 rgba(0, 0, 0, 0), inset 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}
.filesharing-item-title:after {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 56px;
  font-size: 36px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  padding: 8px 0px 8px 16px;
  content:"\e026";
  font-family:'Glyphicons Halflings';
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* ----------
   Footer
---------- */
.footer {
  z-index: 5;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 40px;
}
/* ----------
   Fixes
---------- */
.stacks_out {
  max-width: 100%;
}
.nav {
  z-index: 21;
}
 .topbar-before {
  z-index: 20;
}
.topbar-after {
  z-index: 19;
}
/* 2nd tier sub navigation overflow fix */
.nav > ul > li > ul div {
  border: 0px solid transparent;
}
.nav > ul > li ul {
  overflow: visible;
}
/* ----------
   Loading
---------- */
.inner-content-wrap > div, .site-slogan {
  opacity: 0;
  will-change: opacity;
}
.content {
  transition: transform 900ms linear;
  will-change: transform;
}
.content-after > div {
  transition: transform 900ms linear;
  will-change: transform;
}
.loading .content {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  transform: translateY(75px);
}
.loading .content-after > div {
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  transform: translateY(-75px);
}
.inner-content-wrap:before, .background-image:before {
  transition: transform 900ms linear;
  background-position: center 0px;
  background-repeat: no-repeat;
  will-change: transform;
}
.loader {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  display: none;
}
.loader .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}
.loader .dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}
.loader .dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}
.loading .loader {
  display: block;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ----------
   Responsive
---------- */
@media all and (max-width: 1360px) {
  .content-wrap, .nav-mobile > ul, .footer {
    max-width: 960px;
  }
  .site-slogan {
    height: 300px;
  }
  .site-slogan h2 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .rw-contact-form .form-input-button[type="reset"], .rw-contact-form .form-input-button[type="submit"] {
    margin-left: 0px;
  }
}
@media all and (max-width: 1000px) {
  .topbar-after > div, .content-after > div, .nav-mobile > ul div > .banner {
    background-size: 132% auto;
  }
  .content-wrap {
    background-size: calc(132% + 16px) auto;
  }
  .content-wrap, .nav-mobile > ul, .footer {
    max-width: 727px;
  }
  .background-image {
    padding: 20px;
  }
  .nav ul {
    display: none;
  }
  .topbar-after > div {
    transition: background-position 500ms linear;
    will-change: background-position;
  }
  .mobile-toggle {
    display: block;
  }
  .main-content {
    width: 100% !important;
    padding-right: 0px;
  }
  .sidebar {
    width: 100% !important;
  }
  .breadcrumbs {
    display: none !important;
  }
}
@media all and (max-width: 770px) {
  .topbar-after > div, .content-after > div, .nav-mobile > ul div > .banner {
    background-size: 143% auto;
  }
  .content-wrap {
    background-size: calc(143% + 16px) auto;
  }
  .content-wrap, .nav-mobile > ul, .footer {
    max-width: 400px;
  }
  .inner-content-wrap {
    padding: 30px 30px 30px 30px;
  }
  .site-slogan {
    height: 180px;
  }
  .site-slogan h2 {
    margin-top: 37px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 400px) {
  .background-image {
    padding: 0px;
  }
  .topbar-after > div, .nav-mobile .nav, .topbar-before, .groove {
    will-change: all;
  }
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('css/fonts/BebasNeue-webfont.eot');
  src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/BebasNeue-webfont.woff') format('woff'),
    url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('css/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yellowtailregular';
  src: url('css/fonts/Yellowtail-Regular-webfont.eot');
  src: url('css/fonts/Yellowtail-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/Yellowtail-Regular-webfont.woff') format('woff'),
    url('css/fonts/Yellowtail-Regular-webfont.ttf') format('truetype'),
    url('css/fonts/Yellowtail-Regular-webfont.svg#yellowtailregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'porter_sans_blockblock';
  src: url('css/fonts/porter-sans-inline-block-webfont.eot');
  src: url('css/fonts/porter-sans-inline-block-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/porter-sans-inline-block-webfont.woff') format('woff'),
    url('css/fonts/porter-sans-inline-block-webfont.ttf') format('truetype'),
    url('css/fonts/porter-sans-inline-block-webfont.svg#porter_sans_blockblock') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'molotregular';
  src: url('css/fonts/Molot-webfont.eot');
  src: url('css/fonts/Molot-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/Molot-webfont.woff') format('woff'),
    url('css/fonts/Molot-webfont.ttf') format('truetype'),
    url('css/fonts/Molot-webfont.svg#molotregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'minstrelposterwhgregular';
  src: url('css/fonts/MINSPSW_-webfont.eot');
  src: url('css/fonts/MINSPSW_-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/MINSPSW_-webfont.woff') format('woff'),
    url('css/fonts/MINSPSW_-webfont.ttf') format('truetype'),
    url('css/fonts/MINSPSW_-webfont.svg#minstrelposterwhgregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'hominisnormal';
  src: url('css/fonts/HOMINIS-webfont.eot');
  src: url('css/fonts/HOMINIS-webfont.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/HOMINIS-webfont.woff') format('woff'),
    url('css/fonts/HOMINIS-webfont.ttf') format('truetype'),
    url('css/fonts/HOMINIS-webfont.svg#hominisnormal') format('svg');
  font-weight: normal;
  font-style: normal;

}
