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

body { margin-bottom: 120px; }

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

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

.navbar-custom { background-color: #500000; color: #fff; border-radius: 0; }

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

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

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

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

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

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

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

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

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

.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: #fff; 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 .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%); }

.aspect-ratio { position: relative; width: 100%; height: 0; padding-bottom: 70%; }

.aspect-ratio iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

/*# sourceMappingURL=main.css.map */