.mediaShowcase {
  background-color: #262626;
  height: 75px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.mediaShowcase .mediaShowcaseUl {
  background-color: transparent;
  border-bottom: 0;
  height: 75px;
  margin: 0 auto;
  width: 80%;
}
.mediaShowcase .bg {
  background-color: #2c3e50 !important;
  background: -moz-linear-gradient(to right, #2c3e50, #2b7bb1, #2c3e50);
  background: -webkit-linear-gradient(to right, #2c3e50, #2b7bb1, #2c3e50);
  background: linear-gradient(to right, #2c3e50, #2b7bb1, #2c3e50);
  background-position: 200px 0px;
  background-repeat: no-repeat;
  background-size: 2000px 100px;
  -o-animation: shimmer 8s linear infinite;
  -moz-animation: shimmer 8s linear infinite;
  -webkit-animation: shimmer 8s linear infinite;
  animation: shimmer 8s linear infinite;
  height: 75px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
@keyframes shimmer {
  from {
    background-position: -2000px;
  }
  to {
    background-position: 2000px;
  }
}
.mediaShowcase .tab-content {
  background-repeat: no-repeat;
  background-size: cover;
}
.mediaShowcase .nav-item {
  background-color: transparent;
  border-left: 1px solid #333333;
  margin-bottom: 20px;
  outline: none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.mediaShowcase .nav-item:last-child {
  border-right: 1px solid #333333;
}
.mediaShowcase .nav-link {
  line-height: 75px !important;
  padding: 0 0 0 0 !important;
}
.mediaShowcase .nav-link,
.mediaShowcase .nav-link:active,
.mediaShowcase .nav-link:focus,
.mediaShowcase .nav-link:hover,
.mediaShowcase .nav-link:visited {
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.mediaShowcase .nav-direct-link {
  box-shadow: none;
  display: block;
  height: 75px;
  outline: none;
  padding: 10px 15px;
}
.mediaShowcase a {
  background-color: transparent;
  border: 0 !important;
  color: #ffffff;
  font-size: 15px;
  height: 75px;
  margin-right: 0 !important;
  text-shadow: 1px 2px 2px #000000;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .mediaShowcase a {
    font-size: 14px;
  }
}
.mediaShowcase .nav-tabs > li > a {
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  display: block;
  line-height: 55px;
  text-shadow: none !important;
  transition: background 0.5s ease;
}
.mediaShowcase a:before {
  content: "[";
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  transform: translateX(15px);
  transition: all 0.5s ease;
}
.mediaShowcase a:after {
  content: "]";
  color: white;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  transform: translateX(-10px);
  transition: all 0.5s ease;
}
.mediaShowcase .nav-tabs > li > a:focus,
.mediaShowcase .nav-tabs > li > a:hover {
  ackground-color: #202e3d !important; /*with no transparency*/
  background-color: rgba(32, 46, 61, 0.6) !important;
  color: #ffffff;
}
.nav-tabs > li.active:hover,
.nav-tabs > li.active > a:hover {
  cursor: default !important;
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:after {
  font-size: 0px !important;
}
.mediaShowcase li:hover a:before {
  opacity: 1;
  transform: translateX(-15px);
}
.mediaShowcase li:hover a:after {
  opacity: 1;
  transform: translateX(10px);
}
.showcasePhotoContainer {
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 1200px;
  width: 100%;
}
.showcasePhotoGroup {
  background-color: #fff;
  float: left;
  height: 360px;
  outline: 5px solid white;
  width: 33.33%;
}
@media (max-width: 992px) {
  .showcasePhotoGroup {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .showcasePhotoGroup {
    width: 100%;
  }
}
.showcasePhoto {
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
  outline: 5px solid white;
}
.picFirst {
  height: 100%;
  width: 66.66%;
}
.picSecond {
  height: 100%;
  width: 33.33%;
}
.picSingle {
  height: 100%;
  width: 100%;
}
.picWide {
  height: 50%;
  width: 100%;
}
.picWideThin {
  height: 33.33%;
  width: 100%;
}
.picSmall {
  height: 50%;
  width: 50%;
}
.picVert {
  height: 100%;
  width: 50%;
}
.picVertThin {
  height: 100%;
  width: 33.33%;
}
.showcasePhoto a {
  display: block;
  height: 100%;
  width: 100%;
}
#modalMediaShowcaseVideo iframe,
#modalMediaShowcaseTour iframe {
  height: 600px !important;
  margin-top: 5%;
  width: 100% !important;
  text-align: center;
}

.modalMediaShowcase {
  margin-top: 75px;
}
.modalMediaShowcase .modal-dialog {
  background-color: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .modalMediaShowcase .modal-dialog {
    margin: 0;
  }
}
.modalMediaShowcase .modal-content {
  background-color: transparent;
  height: 100%;
  overflow: auto;
}
.modalMediaShowcase .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.modalMediaShowcase .modal-body {
  background-color: transparent;
  color: #ffffff;
}
.modalMediaShowcase .close {
  color: #ffffff;
  font-size: 35px;
  margin-top: -15px;
  position: fixed;
  opacity: 1;
  right: 40px;
  z-index: 100;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/*specific to design 1, classic theme*/
#homepage .mediaShowcase {
  position: relative !important;
}
