html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 120px; }

.video-js {
  width: 100%;
  height: auto; }

.jumbotron {
  color: #333;
  background-color: #ddd; }

.navbar-custom {
  background-color: #333;
  color: #ddd;
  border-radius: 0; }

.navbar-custom .navbar-nav > li > a {
  color: #ddd; }

.navbar-custom .navbar-nav > li :hover,
.navbar-custom .navbar-nav > li :focus {
  background-color: #ddd;
  color: #333; }

.navbar-custom .navbar-brand {
  color: #ddd;
  height: 50px; }

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #ddd; }

.site-footer {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #333;
  color: #ddd; }

/* unvisited link */
.site-footer a:link {
  color: #ddd; }

/* visited link */
.site-footer a:visited {
  color: #ddd; }

/* mouse over link */
.site-footer a:hover {
  color: #c4c4c4; }

/* selected link */
.site-footer a:active {
  color: #c4c4c4; }

.linespace {
  padding-bottom: 20px; }

.imagewall {
  padding-top: 20px; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay h2 {
  text-transform: uppercase;
  color: #ddd;
  text-align: center;
  position: relative;
  font-size: 17px; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: 100%; }

.hovereffect h2 {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px; }

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100); }

.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0); }

.table-contact td:nth-child(1) {
  text-align: center;
  width: 30px;
  padding: 5px; }

.img-white-logo {
  -webkit-filter: invert(90%);
  -moz-filter: invert(90%);
  -ms-filter: invert(90%);
  -o-filter: invert(90%);
  filter: invert(90%); }
