.news-date {
  color: #174676; }

/* ====== Date Display ======= */
.date {
  width: 50px;
  height: 50px;
  background: #4a96be;
  border: 1px solid #387a9d;
  border-radius: 0; }

.date p {
  font-size: 18px;
  text-align: center;
  color: #fff; }

.date p span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block; }

/* ====== End Date Display ======= */
.important-links {
  background-color: #4a96be;
  padding: 12px; }
  .important-links p a, .important-links a {
    color: white; }

.interactive-slider-v2 {
  background: url(../images/slider.png) no-repeat; }

/* ====== Carousel ======= */
.carousel-indicators {
  display: none; }

.carousel-indicators .active {
  background-color: white; }

.carousel-inner {
  height: 500px; }
  .carousel-inner .item {
    height: 100%; }
    .carousel-inner .item img {
      height: 100%; }

.carousel-inner img {
  width: 100%;
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  object-position: center; }

.carousel-control {
  top: 45%;
  height: 80px;
  width: 80px;
  opacity: 1;
  right: auto; }

.carousel-control.left,
.carousel-control.right {
  background: none; }
.carousel-control.left {
  left: 10%; }
.carousel-control.right {
  right: 10%; }

.carousel-control.left span {
  padding: 0;
  top: 0; }

.carousel-control.right span {
  padding: 0;
  top: 0; }

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
  right: 0; }

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
  left: 0; }

.carousel-control.left span,
.carousel-control.right span {
  opacity: 1;
  width: 80px;
  height: 80px;
  font-size: 32px; }

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  color: #4a96be; }

.blue-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  background: -webkit-linear-gradient(bottom, white 0%, transparent 10%, transparent 100%);
  background: linear-gradient(to top, white 0%, transparent 10%, transparent 100%); }

.frame-header-overlay {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2b5d77; }

.carousel-control .fa {
  font-size: 2em; }

/* Carousel Header Styles */
.header-text {
  position: relative;
  color: #fff; }

/* ====== End Carousel ======= */
.headline-left .headline-brd:after {
  width: 100px; }

.headline {
  border-bottom: none; }

.slide-header1 {
  display: block;
  position: absolute;
  width: 400px;
  height: 70px;
  background-color: #992d6c;
  right: 20%;
  bottom: calc(20px + 70px + 2px);
  font-size: 3em;
  text-align: center;
  padding: 5px; }

.slide-header2 {
  display: block;
  position: absolute;
  width: 400px;
  height: 70px;
  background-color: #484848;
  right: 20%;
  bottom: 20px;
  font-size: 1em;
  padding: 10px; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-header .navbar-brand {
    height: 124px; } }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .navbar-header .navbar-brand {
    height: 124px; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-header .navbar-brand {
    height: 78px; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-header .navbar-brand {
    height: 78px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .navbar-header .navbar-brand {
    height: 78px; } }

/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
  padding: 40px 0;
  background: #174676; }

.footer-v1 .footer p {
  color: #eee; }

.footer-v1 .footer h2 {
  color: #eee;
  font-size: 18px;
  font-weight: 200; }

/*Link List*/
.footer-v1 .link-list li {
  border-top: solid 1px #353535; }

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
  color: #eee; }

.footer-v1 address {
  line-height: 23px; }

/*Dotted Map*/
.footer-v1 .footer .map-img {
  background: url(../../img/map-img.png) 5px 60px no-repeat; }

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
  color: #dadada; }

.footer-v1 .footer .dl-horizontal a:hover {
  color: #5fb611 !important; }

/*Copyright*/
.footer-v1 .copyright {
  background: #222;
  border-top: none;
  padding: 10px 0 5px; }

.footer-v1 .copyright p {
  color: #eee;
  margin-top: 14px; }

.footer-v1 .copyright a {
  margin: 0 2px;
  color: #d3bc2d; }

.footer-v1 .footer-socials {
  margin-top: 12px;
  text-align: left; }

.footer-v1 .footer-socials li a {
  color: #777;
  font-size: 16px; }

@media (max-width: 991px) {
  .footer-v1 .copyright,
  .footer-v1 .footer-socials {
    text-align: right; } }

/* End Footer-v1
------------------------------------*/
/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/
/*Top Bar v1 (login, search etc.)
------------------------------------*/
.header-v1 .topbar-v1 {
  background: #174676;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0; }

/*Top Contacts*/
.header-v1 .topbar-v1 ul {
  margin: 0; }

.header-v1 .topbar-v1 .top-v1-contacts li {
  color: white;
  padding: 5px 0;
  font-size: 12px;
  margin-left: 15px;
  display: inline-block; }

.header-v1 .topbar-v1 .top-v1-contacts i {
  color: white;
  font-size: 13px;
  margin-left: 3px; }

/*Top Data*/
.header-v1 .topbar-v1 .top-v1-data {
  text-align: left; }

.header-v1 .topbar-v1 .top-v1-data li {
  padding: 5px 11px;
  margin-right: -4px;
  display: inline-block;
  border-left: solid 1px #eee; }

.header-v1 .topbar-v1 .top-v1-data li:first-child {
  margin-right: 0;
  border-right: solid 1px #eee; }

.header-v1 .topbar-v1 .top-v1-data li a {
  font-size: 12px; }

.header-v1 .topbar-v1 a {
  color: white; }
  .header-v1 .topbar-v1 a:hover {
    color: white; }

.header-v1 .topbar-v1 .top-v1-data li a:hover {
  text-decoration: none; }

.header-v1 .topbar-v1 .top-v1-data li i {
  color: white;
  font-size: 13px; }

.header-v1 .topbar-v1 .top-v1-data li a:hover i {
  color: #72c02c; }

/*Responsive Topbar v1*/
@media (max-width: 991px) {
  .header-v1 .topbar-v1 ul {
    text-align: center !important; }
  .header-v1 .topbar-v1 .top-v1-contacts {
    margin: 10px 0; }
  .header-v1 .topbar-v1 .top-v1-data li {
    top: 1px;
    padding: 6px 16px;
    margin-right: -5px;
    position: relative;
    border: solid 1px #eee; } }

/*------------------------------------*/
.header-v1 .navbar li.dropdown a.no-after:after {
  content: none; }

.navbar-header {
  float: none; }

.header-v1 .topbar-v1 .top-v1-data li {
  border-right: none;
  border-left: none;
  padding: 0 5px; }
  .header-v1 .topbar-v1 .top-v1-data li:first-child {
    border-right: none;
    border-left: none; }

.welcome-msg-box * {
  font-size: 16px;
  font-family: sans-serif; }
