h3 {
  color: #8d8d8d;
  text-align: center;
}
#top {
  text-align: center;
  padding: 3% 15%;
}
#top .col-xs-12 {
  margin-bottom: 1%;
}
#top button {
  margin-top: 2.5%;
}
#our-team {
  background-color: #f5f5f5;
  padding: 0 5% 4% 5%;
}
#our-team a {
  text-decoration: none;
}
#our-team h3 {
  margin: 3% auto;
}
#our-team .card {
  margin: 2% auto;
  width: 200px;
}
#our-team .card:hover > .image-container > .image-overlay {
  opacity: 0.7;
}
#our-team .card:hover > .image-container > .image-overlay > .text-holder > .bio-click {
  opacity: 1;
}
#our-team .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#our-team .card .image-container img {
  width: 100%;
}
#our-team .card .image-container .image-overlay .text-holder {
  margin: 0 auto;
  height: 5em;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
}
#our-team .card .image-container .image-overlay .text-holder .bio-click {
  font-family: "Nudista-bold", sans-serif;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  width: 100%;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
#our-team .card .card-block {
  background-color: #2e373c;
  color: #fff;
  padding: 3% 0;
}
#our-team .card .card-block .card-text {
  font-size: 22px;
}
#our-team .card .card-block .card-title {
  font-size: 14px;
  opacity: 0.6;
}
#summary-content {
  padding: 5% 15%;
}
#summary-content img {
  width: 100%;
  margin-bottom: 2%;
}
#summary-content p {
  opacity: 0.6;
  font-size: 14px;
}
#quote-section {
  background: #f5f5f5;
  padding: 2% 15%;
}
#quote-section h2 {
  margin-bottom: 2%;
}

#bio-page {
  padding: 4% 10%;
}
#bio-page h3,
#bio-page h4,
#bio-page h6 {
  color: #8d8d8d;
}
#bio-page h3 {
  margin-bottom: 2%;
}
#bio-page h2 {
  color: #2e373c;
}
#bio-page .name {
  margin-bottom: 4%;
}
#bio-page .bio-summary-section {
  padding: 0 0 0 2%;
  margin-bottom: 2%;
}
#bio-page .bio-summary-section .image-container {
  height: 90%;
  margin: 0 auto;
}
#bio-page .bio-summary-section .image-container img {
  width: 100%;
}
#bio-page .bio-summary-section p {
  opacity: 0.8;
}

.sidebar-top {
  background-color: #2e373c;
  color: #fff;
  text-align: left;
  padding: 2% 5% 6% 5%;
  width: 75%;
  margin: 8% auto 5% auto;
}
.sidebar-top .divider {
  width: 100%;
  height: 1px;
  margin: 2% auto;
  background: #ffc600;
}
.sidebar-top h5 {
  color: #267788;
  font-size: 18px;
}
.sidebar-top .more-about p,
.sidebar-top .cast-crew p {
  font-size: 18px;
  font-family: "Nudista-bold";
}
.sidebar-top .watch-online .divider {
  margin: 6% auto;
}
.sidebar-top .connect a {
  text-decoration: none;
  display: block;
  color: #fff;
  margin-bottom: 2%;
}
.sidebar-top .connect a div {
  display: inline-flex;
  margin-right: 1%;
}
.sidebar-bottom h3 {
  color: #8d8d8d;
  margin: 3% 0;
}
.sidebar-bottom a {
  text-decoration: none;
}
.sidebar-bottom a .card {
  width: 75%;
  margin: 0 auto 8% auto;
}
.sidebar-bottom a .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
.sidebar-bottom a .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.sidebar-bottom a .card .image-container img {
  width: 100%;
}
.sidebar-bottom a .card .card-block {
  background: #2e373c;
  padding: 2% 7%;
}
.sidebar-bottom a .card .card-block .card-text {
  color: #fff;
}
.sidebar-bottom a .card .card-block .card-date {
  color: #ffc600;
  font-size: 12px;
}

.single-news-section {
  padding-top: 3%;
}
.single-news-section h1 {
  color: #2e373c;
  margin-bottom: 2%;
}
.single-news-section p {
  opacity: 0.8;
}
.single-news-section .image-container-article {
  margin-bottom: 3%;
}
.single-news-section .image-container-article img {
  width: 100%;
}
.single-news-section .recent-posts-single h3 {
  color: #8d8d8d;
  text-align: left;
  margin: 5% 0;
}
.single-news-section .recent-posts-single .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
.single-news-section .recent-posts-single .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.single-news-section .recent-posts-single .card .image-container img {
  width: 100%;
}
.single-news-section .recent-posts-single .card .card-block {
  background: #2e373c;
  padding: 2% 7%;
}
.single-news-section .recent-posts-single .card .card-block .card-text {
  color: #fff;
}
.single-news-section .recent-posts-single .card .card-block .card-date {
  color: #ffc600;
  font-size: 12px;
}
.single-news-section .mobile-recent .recent-posts-single h3 {
  text-align: center;
}
.single-news-section .mobile-recent .recent-posts-single .card {
  width: 80%;
  margin: 0 auto 8% auto;
}

.jobs-content {
  padding: 8rem 20rem;
}

.is-style-stripes th {
  font-size: 20px;
}

.is-style-stripes td {
  font-size: 16px;
  padding: 10px;
}

.is-style-stripes td a {
  font-size: 16px;
}

#post-1668 {
  padding: 8rem 20rem;
}

@media only screen and (max-width: 768px) {
  .jobs-content {
    padding: 4rem 6rem;
  }

  #post-1668 {
    padding: 4rem 6rem;
  }
}

@media only screen and (max-widthL 600px) {

}


#cf-home {
  color: #8d8d8d;
}
#cf-home .title-section {
  text-align: center;
  margin: 3% 0 4% 0;
}
#cf-home .inner {
  padding: 0 5%;
}
#cf-home .inner label {
  color: #267788;
  font-size: 12px;
}
#cf-home .inner .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid $dark-grey;
  border-radius: 0;
  box-shadow: none;
  --webkit-boxshadow: none;
  background: none;
}

#contact-landing .image-container {
  margin: 2% auto;
  background-size: cover;
  background-position: center;
  height: 18.5em;
  width: 80%;
  background-color: #2e373c;
}
#contact-landing .more-info-section {
  background: #2e373c;
  padding: 3% 3% 20% 3%;
  width: 65%;
  margin: 3% auto;
}
#contact-landing .more-info-section p {
  color: #fff;
}
#contact-landing .more-info-section h5 {
  color: #267788;
}
#contact-landing .more-info-section .divider {
  width: 100%;
  height: 1px;
  margin: 2% auto;
  background: #ffc600;
}
#contact-landing .more-info-section .connect a {
  text-decoration: none;
  display: block;
  color: #fff;
  margin-bottom: 2%;
}
#contact-landing .more-info-section .connect a div {
  display: inline-flex;
  margin-right: 1%;
}

#account {
  margin-bottom: 2%;
}

#dashboard_projects a {
  text-decoration: none;
}
#dashboard_projects .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#dashboard_projects .card .image-container img {
  width: 100%;
}
#dashboard_projects .card .card-block {
  padding: 5%;
  min-height: 10em;
}
#dashboard_projects .card .card-block .card-title {
  font-family: "Nudista-semi-bold";
  font-size: 18px;
  margin-bottom: 2%;
  color: #fff;
  min-height: 3em;
}
#dashboard_projects .card .card-block .card-title:hover {
  color: #fff;
}
#dashboard_projects .card .card-block .project-categories {
  margin-bottom: 2%;
}
#dashboard_projects .card .card-block .project-categories span {
  color: #ffc600;
  font-size: 12px;
}
#dashboard_projects .card .card-block .project-categories-icons {
  padding-right: 6px;
}
#dashboard_projects .card .card-block .project-categories-icons .btn-yellow {
  z-index: 200;
  width: 2.2em;
  float: right;
}
#dashboard_projects .card .card-block .project-categories-icons .btn-yellow .glyphicon {
  font-size: 22px;
}

#cat_container {
  background-color: #f5f5f5;
}
#cat_container h3 {
  color: #2e373c;
}
#cat_container ul {
  list-style: none;
}
#cat_container ul li span {
  padding: 0 2%;
}

#footer-top {
  padding: 2% 0;
}
#footer-top .col-xs-4 {
  margin: 2% auto;
}
#footer-top .col-xs-4 .footer-logo-container img {
  width: 100%;
}
#footer-bottom-desktop {
  background-color: #2e373c;
  color: #fff;
  height: 15em;
  padding: 2% 5% 10% 5%;
}
@media (max-width: 840px) {
  #footer-bottom-desktop {
    display: none;
  }
}
#footer-bottom-desktop .main-section {
  border-color: #2e373c;
}
#footer-bottom-desktop .main-section .nav.navbar-nav {
  margin-top: 2em;
}
#footer-bottom-desktop .main-section .nav.navbar-nav .divider {
  height: 1em;
  width: 2px;
  background-color: #ffc600;
  margin: 10% 0 0 0;
}
#footer-bottom-desktop .main-section .nav.navbar-nav .active a {
  color: #ffc600;
}
#footer-bottom-desktop .main-section .nav.navbar-nav a {
  color: #fff;
  background: transparent;
  line-height: 5.5;
}
#footer-bottom-desktop .main-section .nav.navbar-nav a:hover {
  color: #ffc600;
}
#footer-bottom-desktop .footer-image-container {
  width: 6em;
  height: 8em;
  background-size: cover;
  background-position: center;
}
#footer-bottom-desktop .navbar-right p {
  font-size: 10px;
  opacity: 0.8;
  padding: 4% 0;
}
#footer-bottom-mobile {
  background-color: #2e373c;
  color: #fff;
  padding: 5% 5% 10% 5%;
}
@media (min-width: 840px) {
  #footer-bottom-mobile {
    display: none;
  }
}
#footer-bottom-mobile .footer-image-container {
  width: 15em;
  height: 12em;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
#footer-bottom-mobile .footer-image-container img {
  width: 100%;
}
#footer-bottom-mobile .footer-follow-icons {
  text-align: center;
  margin: 2% auto 1% auto;
}
#footer-bottom-mobile .footer-follow-icons i {
  font-size: 36px;
  margin: 1% 3%;
}
#footer-bottom-mobile p {
  font-size: 14px;
  text-align: center;
  margin-top: 2%;
}

@font-face {
  font-family: 'Nudista';
  src: url("../fonts/Nudista.eot"), url("../fonts/Nudista.eot?#iefix") format('embedded-opentype'), url("../fonts/Nudista.tff") format('truetype'), url("../fonts/Nudista.woff") format('woff');
}
@font-face {
  font-family: 'Nudista-semi-bold';
  src: url("../fonts/N1.eot"), url("../fonts/N1.eot?#iefix") format('embedded-opentype'), url("../fonts/N1.woff") format('woff');
}
@font-face {
  font-family: 'Nudista-bold';
  src: url("../fonts/N2.eot"), url("../fonts/N2.eot?#iefix") format('embedded-opentype'), url("../fonts/N2.woff") format('woff');
}
.c_icon {
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
}
.c_icon.action {
  background: url("../icons/ACTION.svg");
  background-repeat: no-repeat;
}
.c_icon.adaptation {
  background: url("../icons/Adaptation.svg");
  background-repeat: no-repeat;
}
.c_icon.adventure {
  background: url("../icons/ADVENTURE.svg");
  background-repeat: no-repeat;
}
.c_icon.allages {
  background: url("../icons/ALLAGES.svg");
  background-repeat: no-repeat;
}
.c_icon.althistory {
  background: url("../icons/ALTHISTORY.svg");
  background-repeat: no-repeat;
}
.c_icon.comedy {
  background: url("../icons/COMEDY.svg");
  background-repeat: no-repeat;
}
.c_icon.comingofage {
  background: url("../icons/COMINGOFAGE.svg");
  background-repeat: no-repeat;
}
.c_icon.conspiracy {
  background: url("../icons/CONSPIRACY.svg");
  background-repeat: no-repeat;
}
.c_icon.crime {
  background: url("../icons/CRIME.svg");
  background-repeat: no-repeat;
}
.c_icon.drama {
  background: url("../icons/DRAMA.svg");
  background-repeat: no-repeat;
}
.c_icon.factual {
  background: url("../icons/FACTUAL.svg");
  background-repeat: no-repeat;
}
.c_icon.fantasy {
  background: url("../icons/FANTASY.svg");
  background-repeat: no-repeat;
}
.c_icon.horror {
  background: url("../icons/HORROR.svg");
  background-repeat: no-repeat;
}
.c_icon.kids {
  background: url("../icons/KIDS.svg");
  background-repeat: no-repeat;
}
.c_icon.military {
  background: url("../icons/MILITARY.svg");
  background-repeat: no-repeat;
}
.c_icon.monster {
  background: url("../icons/MONSTER.svg");
  background-repeat: no-repeat;
}
.c_icon.mystery {
  background: url("../icons/MYSTERY.svg");
  background-repeat: no-repeat;
}
.c_icon.noir {
  background: url("../icons/NOIR.svg");
  background-repeat: no-repeat;
}
.c_icon.period {
  background: url("../icons/PERIOD.svg");
  background-repeat: no-repeat;
}
.c_icon.political {
  background: url("../icons/POLITICAL.svg");
  background-repeat: no-repeat;
}
.c_icon.romance {
  background: url("../icons/ROMANCE.svg");
  background-repeat: no-repeat;
}
.c_icon.satire {
  background: url("../icons/SATIRE.svg");
  background-repeat: no-repeat;
}
.c_icon.scifi {
  background: url("../icons/SCIFI.svg");
  background-repeat: no-repeat;
}
.c_icon.superhero {
  background: url("../icons/SUPERHERO.svg");
  background-repeat: no-repeat;
}
.c_icon.supernatural {
  background: url("../icons/SUPERNATURAL.svg");
  background-repeat: no-repeat;
}
.c_icon.thriller {
  background: url("../icons/THRILLER.svg");
  background-repeat: no-repeat;
}
.c_icon.timetravel {
  background: url("../icons/TIMETRAVEL.svg");
  background-repeat: no-repeat;
}
.c_icon.western {
  background: url("../icons/WESTERN.svg");
  background-repeat: no-repeat;
}
.c_icon.ya {
  background: url("../icons/YA.svg");
  background-repeat: no-repeat;
}
.c_icon.zombie {
  background: url("../icons/ZOMBIE.svg");
  background-repeat: no-repeat;
}
.video-icon {
  height: 4em;
  width: 10em;
}
.video-icon.amazon {
  background: url("../images/amazon2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}
.video-icon.google {
  background: url("../images/google.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.video-icon.itunes {
  background: url("../images/itunes.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.connect-icon {
  min-height: 1em;
  min-width: 1em;
}
.connect-icon.website {
  background: url("../icons/global-www.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.connect-icon.facebook {
  background: url("../icons/Facebook-article.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.connect-icon.twitter {
  background: url("../icons/Twitter-article.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.connect-icon.instagram {
  background: url("../icons/instagram-article.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body {
  font-family: "Source Sans Pro", sans-serif;
}
body p,
body span {
  font-size: 16px;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Nudista-bold", "Source Sans Pro", sans-serif;
  color: #8d8d8d;
}
body h6 {
  font-family: "Nudaisata", "Source Sans Pro", sans-serif;
}
body .btn {
  font-family: "Nudista-semi-bold", "Source Sans Pro", sans-serif;
  font-size: 12px;
  padding: 0;
  width: 11.5em;
  height: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 2.1;
  border: none;
  color: #fff;
}
body .btn.btn-db {
  background-color: #2e373c;
}
body .btn.btn-db:hover {
  background-color: #fff;
  color: #2e373c;
  border: 1px solid #2e373c;
}
body .btn.btn-yellow {
  background-color: #ffc600;
  color: #2e373c;
}
body .btn.btn-yellow:hover {
  background-color: #fff;
  color: #2e373c;
  border: 1px solid #2e373c;
}
body .btn.btn-lb {
  background-color: #267788;
}
body .btn.btn-lb:hover {
  background-color: #fff;
  color: #2e373c;
  border: 1px solid #2e373c;
}
body .btn.btn-lp {
  background-color: transparent;
  color: #5f5f5f;
  text-decoration: underline;
  font-style: italic;
}
body .btn.btn-lp:hover {
  color: #c8c8c8;
}
body .image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #ffc600;
  opacity: 0;
}
body .center {
  text-align: center;
}
body .card {
  width: 90%;
  margin: 2% auto;
}
body .card img {
  height: 14em;
  width: 100%;
}
body .card .card-block {
  background-color: #2e373c;
  color: #fff;
  min-height: 2em;
}
body .addtoany_share_save_container a {
  margin: 3% 5% 0 0;
}
body .addtoany_share_save_container a span.a2a_svg {
  height: 35px !important;
  width: 35px !important;
}
body .connect a {
  font-size: 14px;
  -webkit-transition: font-size 0.3s ease-in-out;
  -moz-transition: font-size 0.3s ease-in-out;
  -o-transition: font-size 0.3s ease-in-out;
  -webkit-transition: font-size 0.3s ease-in-out;
  -moz-transition: font-size 0.3s ease-in-out;
  -ms-transition: font-size 0.3s ease-in-out;
  -o-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}
body .connect a:hover {
  font-size: 16px;
}
body .card.news-card .card-block {
  min-height: 12em;
  max-height: 14em;
}
body .card.news-card .card-block .card-text {
  max-height: 7em;
  overflow: hidden;
}
.no-padding {
  padding: 0;
}
.center {
  text-align: center;
}

#about-home {
  background-color: #f5f5f5;
  color: #8d8d8d;
  text-align: center;
}
#about-home h4 {
  text-align: center;
  margin: 3% 0 2% 0;
}
#about-home .btn {
  margin: 3% 0;
}

.hero {
  max-width: 1270px;
  margin: 0 auto;
}
.hero .main-featured-projects-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 60px 0;
}
.hero .main-featured-projects-container .main {
  grid-column: 1;
  grid-row: 1/span 2;
}
.hero .main-featured-projects-container .main h2 {
  position: absolute;
  color: #fff;
  margin: 0;
}
.hero .main-featured-projects-container .main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: 479px !important;
}

@media only screen and (max-width: 1280px) {
  .hero .main-featured-projects-container .main img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    height: 495px !important;
  }
}

.hero .main-featured-projects-container .top-two {
  grid-column: 2;
  grid-row: 1;
}
.hero h2 {
  position: absolute;
  color: #fff;
  margin: 0;
}
.hero .lr {
  grid-column: 3;
  grid-row: 2;
}
.hero .lr h2 {
  position: absolute;
  color: #fff;
  margin: 0;
}
.hero .mid {
  grid-column: 3;
  grid-row: 1;
}
.hero .mid h2 {
  position: absolute;
  color: #fff;
  margin: 0;
}
.hero .cap {
  grid-column: 2;
  grid-row: 2;
}
.hero .cap h2 {
  position: absolute;
  color: #fff;
  margin: 0;
}
.hero .module-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Media Queries */
@media only screen and (max-width: 1280px) {
  .hero {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .hero .main-featured-projects-container {
    display: flex;
    flex-direction: column;
  }
  .hero .module-item {
    margin: 10px 0;
  }
  .hero .module-item img {
    min-width: 335px;
  }
}

.news-section {
  margin-bottom: 2%;
}
.news-section .inner {
  padding: 2% 0;
}
.news-section .inner h4 {
  color: #8d8d8d;
  text-align: center;
  margin-bottom: 2%;
}
.news-section .inner .col-xs-12 {
  margin: 0 0 2% 0;
}
.news-section .inner .col-xs-12 a {
  text-decoration: none;
}
.news-section .inner .col-xs-12 .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
.news-section .inner .col-xs-12 .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.news-section .inner .col-xs-12 .card .image-container img {
  width: 100%;
}
.news-section .inner .col-xs-12 .card .card-block {
  background: #2e373c;
  padding: 2% 7%;
  min-height: 12em;
  max-height: 14em;
}
.news-section .inner .col-xs-12 .card .card-block .card-text {
  color: #fff;
}
.news-section .inner .col-xs-12 .card .card-block .card-date {
  color: #ffc600;
  font-size: 12px;
}

#carousel-container {
  padding: 0;
}
#carousel-container .swiper-container a {
  text-decoration: none;
}
#carousel-container .swiper-container .swiper-slide:hover > .carousel-caption {
  color: #fff;
}
#carousel-container .swiper-container .swiper-slide .carousel-caption p {
  color: #fff;
}
@media (max-width: 600px) {
  #carousel-container .swiper-container .swiper-slide .carousel-caption a {
    display: none;
  }
}
#carousel-container .swiper-container .image-container {
  height: auto;
  width: 100%;
}
#carousel-container .swiper-container .image-container img {
  width: 100%;
  position: relative;
  z-index: 1;
}
#carousel-container .swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
#carousel-container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc600;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 470px) {
  .modal-dialog {
    width: 90%;
  }
}
.modal-dialog .modal-content {
  border-radius: 0 !important;
  background-color: #f5f5f5;
}
.modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-dialog .modal-content .modal-header span {
  position: relative;
  left: -5px;
  font-size: 20px;
  color: #267788;
}
.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 8%;
}
.modal-dialog .modal-content .modal-body input::-webkit-input-placeholder {
  text-align: center;
}
.modal-dialog .modal-content .modal-body input::-webkit-input-placeholder :-moz-placeholder {
  text-align: center;
}
.modal-dialog .modal-content .modal-body input::-webkit-input-placeholder ::-moz-placeholder {
  text-align: center;
}
.modal-dialog .modal-content .modal-body input::-webkit-input-placeholder :-ms-input-placeholder {
  text-align: center;
}
.modal-dialog .modal-content .modal-body #login-header {
  margin-bottom: 6%;
}
.modal-dialog .modal-content .modal-body #login-header h2 {
  margin-bottom: 0;
  color: #2e373c;
}
.modal-dialog .modal-content .modal-footer {
  border: none;
  padding-top: 0;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#or-header {
  overflow: hidden;
  text-align: center;
  color: #267788;
  margin: 0 auto 4% auto;
}
#or-header:before,
#or-header:after {
  background-color: #267788;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
#or-header:before {
  right: 0.5em;
  margin-left: -50%;
}
#or-header:after {
  left: 0.5em;
  margin-right: -50%;
}

#loginModal h5 {
  background-color: #267788;
  height: 8px;
  width: 100%;
}
#loginModal .modal-header {
  padding: 0;
}
#loginModal .modal-body span {
  font-style: italic;
  font-size: 14px;
  color: #2e373c;
}

#RegModal .modal-content {
  padding-bottom: 1em;
}
#RegModal h5 {
  background-color: #2e373c;
  height: 8px;
  width: 100%;
}
#RegModal .modal-header {
  padding: 0;
}
#RegModal .modal-header .close span {
  color: #2e373c;
}
#RegModal .modal-body {
  padding: 0 10%;
}
#RegModal .modal-body #reg-header {
  margin-bottom: 2em;
}
#RegModal .modal-body #reg-header h2 {
  color: #2e373c;
  margin-bottom: 0;
}
#RegModal .modal-body #reg-header span {
  font-size: 10px;
  font-style: italic;
}
#RegModal .modal-body .form-group {
  width: 100%;
  margin: 3% auto;
}
#RegModal .modal-body .help-block {
  font-size: 10px;
  font-style: italic;
  text-align: center;
}
#RegModal .modal-body .result-message {
  border: none;
  box-shadow: none;
}

#header-nav-desktop {
  min-height: 6em;
  background: #2e373c;
  border: 0;
  border-radius: 0px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  #header-nav-desktop {
    display: none;
  }
}
#header-nav-desktop .navbar-header .navbar-brand {
  height: 3em;
  padding: 6px 0;
}
#header-nav-desktop .navbar-header .navbar-brand .brand-image-container {
  height: 4em;
  width: 14em;
  background-size: cover;
  background-position: center;
}
#header-nav-desktop .main-section {
  border-color: #2e373c;
}
#header-nav-desktop .main-section .nav.navbar-nav .divider {
  height: 1em;
  width: 2px;
  background-color: #ffc600;
  margin: 7% 0 0 0;
}
#header-nav-desktop .main-section .nav.navbar-nav .divider.divider-option {
  margin: 0;
  position: relative;
  top: 25px;
}
#header-nav-desktop .main-section .nav.navbar-nav .active a {
  color: #ffc600;
}
#header-nav-desktop .main-section .nav.navbar-nav a {
  color: #fff;
  background: transparent;
  line-height: 2.5;
}
#header-nav-desktop .main-section .nav.navbar-nav a:hover {
  color: #ffc600;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right {
  width: 25em;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .login-li {
  line-height: 4;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .login-li .btn.btn-yellow {
  width: 9em;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .login-li .btn.btn-yellow i.fa {
  position: relative;
  top: 2px;
  left: -5px;
  font-size: 19px;
  color: #2e373c;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .nav-non-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
  line-height: 3;
  font-size: 14px;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .divider {
  height: 35px;
  width: 2px;
  background-color: #ffc600;
  margin: 4% 2% 0 1%;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right i {
  font-size: 15px;
  color: #267788;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .glyphicon {
  line-height: 2;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .glyphicon.glyphicon-remove {
  position: absolute;
  top: 17%;
  right: 25%;
  font-size: 20px;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .glyphicon.no-show {
  opacity: 0;
  z-index: 0;
}
#header-nav-desktop .main-section .nav.navbar-nav.navbar-right .glyphicon.show {
  opacity: 1;
  z-index: 100;
}
#header-nav-desktop #nav-search {
  background-color: #267788;
  position: absolute;
  top: 80px;
  z-index: -2;
  left: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#header-nav-desktop #nav-search.show-nav {
  opacity: 1;
  z-index: 100;
}
#header-nav-desktop #nav-search.no-show-nav {
  opacity: 0;
  z-index: -2;
}
#header-nav-desktop #nav-search .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid $dark-grey;
  border-radius: 0;
  box-shadow: none;
  --webkit-boxshadow: none;
  background: none;
  color: #fff;
}
#header-nav-desktop #nav-search .form-control:focus {
  border-bottom: 1px solid #ffc600;
}
#header-nav-mobile {
  height: 4em;
  background: #2e373c;
  border: 0;
  border-radius: 0px;
  position: relative;
  margin-bottom: 0;
  z-index: 9000;
}
@media (min-width: 1000px) {
  #header-nav-mobile {
    display: none;
  }
}
@media (max-width: 999px) {
  #header-nav-mobile .navbar-collapse.collapse {
    display: none !important;
  }
  #header-nav-mobile .navbar-collapse.collapse.in {
    display: block !important;
  }
  #header-nav-mobile .navbar-header .collapse,
  #header-nav-mobile .navbar-toggle {
    display: block !important;
  }
  #header-nav-mobile .navbar-header {
    float: none;
  }
  #header-nav-mobile .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
    position: relative;
    z-index: 1000;
  }
  #header-nav-mobile .navbar-nav>li {
    float: none;
    position: relative;
    z-index: 1300;
  }
  #header-nav-mobile .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header-nav-mobile .navbar-brand {
  float: none;
  padding: 3%;
  height: 3em;
}
#header-nav-mobile .navbar-brand .brand-image-container {
  height: 100%;
  width: 5em;
  margin: 0 auto;
}
#header-nav-mobile .navbar-brand .brand-image-container a {
  position: relative;
}
#header-nav-mobile .navbar-brand .brand-image-container a img {
  position: absolute;
  height: 8em;
  top: -48px;
  left: -4em;
}
@media (max-width: 623px) {
  #header-nav-mobile .navbar-brand .brand-image-container a img {
    top: -45px;
  }
}
#header-nav-mobile #mobile-nav {
  background-color: #267788;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1100;
}
#header-nav-mobile #mobile-nav .login-li {
  text-align: center;
}
#header-nav-mobile #mobile-nav p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav .divider {
  height: 2px;
  width: 90%;
  background-color: #ffc600;
  margin: 2% auto;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav .active a {
  color: #ffc600;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav a {
  color: #fff;
  text-decoration: none;
  line-height: 2.5;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav a:hover {
  color: #ffc600;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav .inner-list {
  list-style-type: none;
  padding-left: 5%;
  position: relative;
  z-index: 2001;
}
#header-nav-mobile #mobile-nav .nav.navbar-nav .inner-list i {
  font-size: 24px;
  margin-right: 4%;
}
#header-nav-mobile .search-box {
  color: #fff;
  width: 90%;
}
#header-nav-mobile .search-box .glyphicon {
  line-height: 2;
  float: right;
  font-size: 25px;
}
#header-nav-mobile .search-box .glyphicon.glyphicon-remove {
  position: absolute;
  right: 25px;
  top: -3px;
  font-size: 30px;
}
#header-nav-mobile .search-box .glyphicon.no-show {
  opacity: 0;
  z-index: 0;
}
#header-nav-mobile .search-box .glyphicon.show {
  opacity: 1;
  z-index: 100;
}
#header-nav-mobile #nav-search-mobile {
  background-color: #267788;
  position: absolute;
  top: 55px;
  z-index: -1;
  left: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#header-nav-mobile #nav-search-mobile.show-nav {
  opacity: 1;
  z-index: 100;
}
#header-nav-mobile #nav-search-mobile.no-show-nav {
  opacity: 0;
}
#header-nav-mobile #nav-search-mobile .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid $dark-grey;
  border-radius: 0;
  box-shadow: none;
  --webkit-boxshadow: none;
  background: none;
  color: #fff;
}
#header-nav-mobile #nav-search-mobile .form-control:focus {
  border-bottom: 1px solid #ffc600;
}
.navbar-toggle {
  float: none;
}
.navbar-toggle .icon-bar {
  width: 28px;
  background: #fff;
  transition: 0.5s ease;
}
.navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  transform: rotate(45deg) translateY(-4px) translateX(-3px);
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0) translateY(0) translateX(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0) translateY(0) translateX(0);
}

#uni-nav {
  background-color: #000;
}
@media (max-width: 850px) {
  #uni-nav {
    display: none;
  }
}
#uni-nav .row {
  padding: 5px 0;
}
#uni-nav .row a {
  text-decoration: none;
  color: #fff;
}
#uni-nav .row a p {
  margin: 0 auto;
  font-size: 11px;
}
#uni-nav .row a p:hover {
  color: #ffc600;
  cursor: default;
}

.news-section .featured-news-piece .image-container {
  width: 100%;
}
.news-section .featured-news-piece .image-container img {
  width: 100%;
}
.news-section .card {
  width: 100%;
}

#project-landing h4 {
  margin: 2% auto;
  color: #8d8d8d;
  text-align: center;
}
#project-landing a {
  text-decoration: none;
}
#project-landing .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
#project-landing .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#project-landing .card .image-container img {
  width: 100%;
}
#project-landing .card .card-block {
  padding: 5%;
}
#project-landing .card .card-block .card-title {
  font-family: "Nudista-semi-bold";
  font-size: 18px;
  margin-bottom: 2%;
}
#project-landing .card .card-block .project-categories {
  margin-bottom: 2%;
}
#project-landing .card .card-block .project-categories span {
  color: #ffc600;
  font-size: 12px;
}

.topImage img {
  width: 100%;
}
#project-content-section h5 {
  text-align: left;
  color: #267788;
  font-size: 16px;
}
#project-content-section h2 {
  margin: 1.5% auto;
}
#project-content-section h2 p {
  opacity: 0.8;
  color: #8d8d8d;
}
#project-content-section .project-top {
  margin: 1.5% auto;
}
#project-content-section .project-top h4 {
  display: inline-block;
}
#project-content-section .project-top .category-info .project-categories {
  display: inline-block;
  margin: 0 5% 0 0;
  height: 100%;
  float: right;
}
@media (max-width: 991px) {
  #project-content-section .project-top .category-info .project-categories {
    float: left;
  }
}
#project-content-section .project-top .category-info .project-categories div {
  display: inline-block;
}
#project-content-section .project-top .category-info .project-categories div p {
  color: #267788;
}
#project-content-section .project-top .category-info .project-categories-icons {
  display: inline-block;
  height: 100%;
}
#project-content-section .project-side {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #project-content-section .project-side {
    margin: 2% 0;
  }
}
#project-content-section .project-side .more-info-section {
  background: #2e373c;
  padding: 4% 7%;
}
#project-content-section .project-side .more-info-section .divider {
  width: 100%;
  height: 1px;
  margin: 2% auto;
  background: #ffc600;
}
#project-content-section .project-side .more-info-section .connect a {
  text-decoration: none;
  display: block;
  color: #fff;
  margin-bottom: 2%;
}
#project-content-section .project-side .more-info-section .connect a div {
  display: inline-flex;
  margin-right: 1%;
}
#project-content-section .project-side .more-info-section .cast p {
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
.no-padding .project-back-button {
  width: 100%;
  background: #267788;
  padding: 2% 0;
}
.no-padding .project-back-button div {
  position: relative;
  width: 25%;
  margin: 0 auto;
  text-align: center;
}
.no-padding .project-back-button div:hover a {
  left: 0;
}
.no-padding .project-back-button div:hover span {
  opacity: 1;
}
.no-padding .project-back-button div a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  position: relative;
  left: 5px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.no-padding .project-back-button div span {
  color: #fff;
  margin: 1% 0 0 1%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#resetPassword .center h2 {
  color: #2e373c;
  margin-bottom: 0;
}
#resetPassword .center span {
  font-size: 12px;
  font-style: italic;
}
#resetPassword #resetPasswordForm {
  width: 30em;
  margin: 2em auto 0 auto;
  background-color: #f5f5f5;
  padding: 2% 2.5% 1% 2.5%;
  border-radius: 6px;
}
#resetPassword #resetPasswordForm .hintContain .hint {
  font-size: 11px;
  color: #8d8d8d;
}

#search-form {
  margin: 4% auto;
}
#search-form h1 {
  color: #2e373c;
}
#search-form .search-posts h3 {
  color: #267788;
  margin: 4% 0 2% 0;
}
#search-form .search-posts a {
  text-decoration: none;
}
#search-form .search-posts a .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
#search-form .search-posts a .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#search-form .search-posts a .card .image-container img {
  width: 100%;
}
#search-form .search-posts a .card .card-block {
  background: #2e373c;
  padding: 2% 7%;
}
#search-form .search-posts a .card .card-block .card-text {
  color: #fff;
}
#search-form .search-posts a .card .card-block .card-date {
  color: #ffc600;
  font-size: 12px;
}
#search-form .search-projects {
  margin: 1% auto;
}
#search-form .search-projects h3 {
  color: #267788;
  margin: 4% 0 2% 0;
}
#search-form .search-projects a {
  text-decoration: none;
}
#search-form .search-projects a .card:hover > .image-container > .image-overlay {
  opacity: 0.6;
}
#search-form .search-projects a .card .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#search-form .search-projects a .card .image-container img {
  width: 100%;
}
#search-form .search-projects a .card .card-block {
  padding: 5%;
}
#search-form .search-projects a .card .card-block .card-title {
  font-family: "Nudista-semi-bold";
  font-size: 18px;
  margin-bottom: 2%;
}
#search-form .search-projects a .card .card-block .project-categories {
  margin-bottom: 2%;
}
#search-form .search-projects a .card .card-block .project-categories span {
  color: #ffc600;
  font-size: 12px;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    padding-right: 2rem;
    padding-left: 2rem;
}

.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*# sourceMappingURL=app.css.map*/
