
.faculty-title-overlay {
	background: #000;
    opacity: 0.70;
    filter: alpha(opacity=70);
    height: 400px;
}

.bg-filter-v2 {
  background-color: rgba(0, 0, 0, 0.8);
}


/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
.cls-container {
  background-color: #ffffff;
  color: #7f7f7f;
  text-align: center;
}
.cls-container a {
  color: #7f7f7f;
}
.cls-container a:hover,
.cls-container a:focus {
  color: #bababa;
}
.cls-container .text-light a,
.cls-container .text-light a:hover,
.cls-container .text-light a:focus {
  color: #bababa;
}
/* Image background */
.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .55;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Header */
.cls-header {
  position: relative;
  background-color: rgba(128, 128, 128, 0.1);
}
.cls-header:after {
  content: "";
  display: block;
  border-top: 10px solid rgba(128, 128, 128, 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 0;
}
.cls-header.cls-header-lg .cls-brand .brand-icon {
  width: 60px;
  height: 60px;
}
#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
  font-size: 27px;
}
/* Brand */
.cls-brand {
  display: inline-block;
  padding: 20px 0;
}
.cls-brand .brand-icon {
  padding: 0;
}
.cls-brand a:hover .brand-icon,
.cls-brand a:hover .brand-title {
  opacity: 1;
  color: #fff;
  transition: all 0.5s;
}
.cls-brand a .brand-icon,
.cls-brand a .brand-title {
  opacity: .7;
  transition: all 0.5s;
}
.cls-header-lg .cls-brand {
  line-height: 60px;
}
.cls-header-sm .cls-brand {
  line-height: 1.42857;
}
#container.cls-container .cls-brand .brand-icon,
#container.cls-container .cls-brand .brand-title {
  background-color: transparent;
  color: inherit;
  float: none;
  display: inline-block;
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  vertical-align: middle;
  width: auto;
}
/* Content */
.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative;
}
.cls-content .error-code {
  font-size: 100px;
  font-weight: 300;
}
.cls-content .error-search {
  max-width: 512px;
  margin: 0 auto;
}
.cls-content .cls-content-sm,
.cls-content .cls-content-lg {
  color: #515151;
  width: 70%;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .cls-content .cls-content-sm {
    width: 350px;
  }
  .cls-content .cls-content-lg {
    width: 700px;
  }
}