/*
Theme Name: NBU
Theme URI: NBU
Description: NBU
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 0px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 0 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.6875em;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*	GENERAL
---------------------------------------------------------------------------- */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #4E4D4D;
  font-size: 100%;
}

body {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 1em;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -61px;
  z-index: 1047;
  position: relative;
  background: white;
}

h1, h2, h3, h4 {
  margin: 15px 0;
  font-weight: normal;
  color: #4E4D4D;
  text-align: left;
  word-wrap: break-word;
}

h1 {
  font-size: 1.875em;
  margin: 5px 0 10px 0;
}

.header-top-content h1 {
  font-style: normal;
  font-size: 1.875em;
}

.header-top-content h1 span {
  font-size: 0.9375em;
}

h2 {
  font-size: 1.5625em;
}

h3 {
  font-size: 1.3125em;
}

h4 {
  font-size: 1.125em;
}

a {
  color: #4E4D4D;
  text-decoration: none;
  outline: none;
  border-color: transparent;
}

a:hover {
  color: #4E4D4D;
  border-color: transparent;
}

a:focus {
  outline: none;
  text-decoration: none;
  border-color: transparent;
}

a:visited {
/*color: #4E4D4D;*/
  outline: none;
  text-decoration: none;
}

p {
  font-size: 0.9375em;
  line-height: 21px;
}

table {
  margin-bottom: 30px;
  margin-top: 0px;
  background-color: #fafafa;
  width: 100%!important;
}

tbody tr:nth-of-type(2n) {
  background-color: #f0f0f0;
}

th {
  background-color: #fdfdfd;
  font-weight: bold;
  color: #4e4d4d;
}

tbody tr td:nth-of-type(1) {
}

table td img {
  min-width: 16px;
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table p,table td,table th {
  font-size: 0.8125em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
/*word-break: break-word;*/;
}

.clr-pad {
  margin-left: 0;
  margin-right: 0;
}

.center-img {
  margin: 0 auto;
}

.center-this {
  margin: 0 auto;
}


/* link button */
.btn-link {
  padding: 13px 0 13px 0;
  font-size: 1.0625em;
  color: #6e3737;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.btn-link:focus,.btn-link:hover {
  text-decoration: none;
}

.btn-link:after {
  display: block;
  position: absolute;
  top: 95%;
  left: 0;
  width: 30px;
  height: 8px;
  background: #6e3737;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.btn-link:hover:after,.btn-link:focus:after {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.btn-link:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #6e3737;
  height: 8px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-link:hover:before, .btn-link:focus::before, .btn-link:active::before {
  right: 0;
}


/*	HEADER
---------------------------------------------------------------------------- */
.brand-logo {
  position: absolute;
  z-index: 2;
  width: 25%;
  min-width: 150px;
  margin-left: 0px;
  top: 5px;
}

.sort-menu-bg {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  padding-bottom: 20px;
}

.navbar-nav>li>a {
  font-family: 'Open Sans', Arial;
  color: #014fa1;
  font-size: 0.9375em;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  color: #044e8e;
  text-decoration: underline;
}

.footer-menu {
    display: block;
    padding: 5px 5px 10px 5px;
}

.footer-menu>li>a {
    font-size: 1em;
    display: inline;
    padding: 0 5px;
}

.footer-menu>li {
    display: inline;
}

.top-menu {
  margin-right: 0;
  padding: 5px 0px 5px 15px;
  margin-top: 0;
}

.top-menu>li>a {
  font-size: 0.8125em;
  padding: 3px 5px;
}

.current-menu-item a {
  color: #482828;
}

.top-menu-bg .navbar-toggle .icon-bar {
  background-color: #0B5795;
}

.top-menu-bg .navbar-toggle {
  border: 0px solid #6e3737;
  margin-top: 7px;
  margin-bottom: 18px;
  padding-left: 70px;
  float: right;
  margin-right: -12px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-header {
}

.navbar-wrapper .container {
}

.navbar-collapse {
  border-top: 0px;
}

.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  margin-top: 5px;
}

.nav-text {
  position: absolute;
  top: 7px;
  font-size: 1.5625em;
  left: -15px;
  color: white;
}

.navbar-collapse {
  background-color: #0B5795;
  margin: 0 -15px;
}

.main-menu-navig {
  margin-left: 0;
  margin-right: 0;
}

.main-menu-navig>li {
  line-height: 1;
}

.main-menu-navig>li>a {
  text-align: center;
  background-color: #0B5795;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 6px;
}

.main-menu-navig>li>a:visited {
  color: white;
}

.main-menu-navig>li>a:hover,.main-menu-navig>li>a:focus {
  color: white;
  background-color: #0B5795;
  text-decoration: none;
}

.last-modify{
  display: block;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.e-login {
  text-align: center;
  padding: 1px 0 20px 0;
  border-bottom: 1px solid #2572B1;
  padding-top: 15px;
}

.e-login a {
  font-size: 0.75em;
  color: white;
}

.e-login a:hover,.e-login a:focus {
  color: white;
}

.navbar-form {
  box-shadow: none;
}

.foto-main {
  padding-bottom: 18px;
  margin: 0 auto;
}

.social-link {
  margin-bottom: 10px;
}

.social-link a {
  font-size: 1.0625em;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  display: block;
  color: white;
}

.social-link a:hover,.social-link a:focus {
  color: white;
}

.soc-fb a {
  background-color: #3B5998;
}

.soc-yt a {
  background-color: #CC181E;
}

.soc-tw a {
  background-color: #53A2D1;
}

.btn {
  border-radius: 0;
}

.btn-red {
  background-color: #BB181E;
  color: white;
  border-color: #BB181E;
}

.btn-red:hover,.btn-red:focus {
  background-color: #961317;
  color: white;
  border-color: #961317;
}

.form-control {
  border-radius: 0;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.search-wrap {
  text-align: center;
  padding-top: 0px;
}

.content-pad {
  padding-top: 10px;
}

.video-border {
  padding: 30px;
  background-color: #eaeaea;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-item .gallery,.page-body .gallery {
  display: none;
}

.content-holder a {
  color: #014fa1;
  font-weight: bold;
}

.content-holder a:hover {
  color: #014fa1;
  text-decoration: underline;
}

.wp-caption p.wp-caption-text {
  padding-top: 12px;
}

.brows {
  color: #dc0819;
}

/*banner*/
.banners-hold {
  background-color: #0B5795;
}

.banners-hold .post-date {
  display: block;
}

.top-banner {
  left: 15px;
  color: white;
}

.top-banner .body {
  padding-bottom: 10px;
  font-size: 0.9em;
}

.top-banner h2 {
  font-size: 1.1875em;
  color: white;
  font-weight: bold;
  margin: 2px 0 6px 0;
}

.top-banner a {
  color: white;
}

.top-banner a:hover,.top-banner a:focus {
  color: white;
}

.post-date {
  padding-top: 10px;
  display: block;
  font-size: 0.8125em;
}

.top-b-img {
  padding: 0;
}

.post-item {
  padding: 10px 0;
}

.post-head h2 a {
  color: #0A3F6B;
}

.section-title {
  background-color: #E1EBFF;
  padding: 10px 11px;
}

.top-title {
  background-color: #0A3F6B;
}

.section-title a {
  font-size: 0.9375em;
  font-weight: bold;
  color: #0B5795;
}

.top-title a {
  color: white;
}

.news-short {
  padding: 10px 0;
}

.news-short h3 {
  font-size: 0.8125em;
  margin: 0;
  display: block;
}

.news-short .news-time {
  display: block;
  text-align: center;
  font-size: 0.8em;
}

.news-short .news-title {
  text-align: center;
}

.news-short .news-title a {
  color: #0A3F6B;
}

.post-head {
  display: block;
  padding-bottom: 5px;
}

.post-head h2 {
  margin: 10px 0 10px 0;
  font-size: 1.5em; /* 24/16 */
}

.post-head .post-date {
  padding-bottom: 5px;
  color: #636363;
}

.post-categories {
  display: inline;
  font-size: 0.8125em;
}

.post-date,.post-categories li {
  display: inline;
}

.post-categories {
  margin: 0;
  padding: 0 0 0 10px;
}

.post-categories a {
  background: #0B5795;
  color: white;
  padding: 1px 8px;
  margin-right: 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.36);
  font-size: 0.9em;
}

.post-categories a:hover,.post-categories a:focus {
  color: white;
  text-decoration: none;
}

.page-cont-hold {
  padding-bottom: 15px;
}

.page-cont-hold ul,.page-cont-hold ol{
  font-size: 0.9375em;
}

.page .page-cont-hold {
  padding-top: 10px;
}

.page-cont-hold img,.single-post .body img {
  max-width: 100%;
  height: auto;
}

.page-body {
  text-align: justify;
}

.back-to-posts {
  font-weight: bold;
  color: #014fa1;
}

.top-menu>li.language-switch>a {
    color: #d4263a;
    font-weight: bold;
}

.form-control {
    font-size: 0.9em;
}

#searchsubmit {
    font-size: 0.9em;
}

#main-search-active {} #main-search-active .search-inp {
  height: 34px;
}


/*	FOOTER
---------------------------------------------------------------------------- */
.footer {
  position: relative;
  z-index: 1047;
  color: #0B5795;
  font-size: 0.8125em;
}

.widget-hold {
  padding-bottom: 40px;
}

.footer .widget-hold a {
  color: white;
  font-size: 0.8125em;
}

.footer .widget-hold a:visited,.footer .widget-hold a:hover {
  color: white;
}

.footer-fix, .footer {
  min-height: 61px;
}

.copyright-bg {
}

.copyright-footer {
  padding-top: 10px;
  background: #e1ebff;
  min-height: 40px;
}

.footer .widget-container {
  padding-top: 30px;
}

.textwidget p {
  font-size: 0.8125em;
}

.widget-header {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu ul a {
  line-height: 2;
}

.widget_nav_menu .menu-item i._before {
  display: none;
}

.widget-right {
  padding-bottom: 20px;
}

.sidebar-holder .widget-header {
  color: #db1b22;
  border-bottom: 3px solid #db1b22;
  padding: 12px 7px;
}

.wi-cont {
  background: white;
}

.wi-cont ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
}

.wi-cont ul li {
  position: relative;
}

.wi-cont ul li a {
  color: #014fa1;
  font-size: 0.8125em;
}

.wi-cont ul li:before {
  content: "\e158";
  display: block;
  position: absolute;
  z-index: 1;
  left: -18px;
  top: 3px;
  color: #014fa1;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* calendar widget */
.widget_calendar {
  float: left;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  color: #333;
  font-size: 0.75em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 1px;
}

#wp-calendar thead {
  font-size: 0.625em;
}

#wp-calendar thead th {
  background-color: #BB181E;
  font-weight: bold;
  font-size: 0.75em;
  text-align: center;
  line-height: 2.2;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 0.625em;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 0.625em;
  text-transform: uppercase;
  padding-top: 10px;
}

#wp-calendar a {
  color: #BB181E;
  font-weight: bold;
}

.gallery-box {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.gallery-box a {
  display: block;
}

.gallery-box img {
  border: 10px solid #f3f3f3;
}



/*  SUB MENU SIDEBAR
---------------------------------------------------------------------------- */
.submenu-hold ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  padding-left: 0px;
}

.xmtree>li {
}

.xmtree a {
  display: block;
  position: relative;
  padding: 6px 0;
  margin-left: 23px;
  font-size: 0.9em;
}

.xmtree>li>ul>li>a,.xmtree .page_item_has_children>a {
  border-bottom: 3px solid #f7f7f7;
  margin-left: 13px;
}

.xmtree>li.page_item_has_children>a {
  border-bottom: 3px solid #E0E0E0;
}

.xmtree ul>ul>a {
  border-color: transparent;
}

.xmtree .page_item_has_children {
}

.xmtree a:hover {
  text-decoration: none;
}

.xmtree .page_item_has_children>a:after {
  font-size: 0.625em;
  right: 5px;
  content: '\e114';
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 12px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xmtree>li>a {
  border-bottom: 3px solid #E0E0E0;
  padding: 12px 23px 12px 7px;
  font-weight: bold;
  margin-left: 0px!important;
}

.xmtree .current_page_item>a {
  font-weight: bold;
}

.xmtree>li.current_page_item>a,.xmtree>li.current_page_parent>a,.xmtree>li.current_page_ancestor>a {
  border-bottom: 3px solid #4E4D4D;
}

.xmtree ul.children {
  display: none;
}

.xmtree .current_page_ancestor > ul.children {
  display: block;
}

.xmtree .current_page_item > ul.children {
  display: block;
}

/*	COLORS
---------------------------------------------------------------------------- */
.xmtree .current_page_item>a {
  color: #0B5795;
}

.xmtree>li.current_page_item>a, .xmtree>li.current_page_parent>a, .xmtree>li.current_page_ancestor>a {
  border-color: #0B5795;
}

/*	IE8 FIX
---------------------------------------------------------------------------- */
.ie8 .navbar-collapse {
  background-color: white;
}

.ie8 .e-login {
  text-align: right;
  border: 0;
}

.ie8 .e-login a {
  color: #0b5795;
}

.ie8 .top-menu {
  float: right;
}

.ie8 .main-menu-navig {
  float: none;
  display: inline-block;
}

.ie8 .main-menu-hold {
  background-color: #0B5795;
}

#main-search {
  /*display: none;*/
}

.top-menu>li>a{
  color: white;
  text-align: center;
}


/*	RESPONSIVE
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .brand-logo {
    margin-left: 5px;
    top: 15px;
  }

  .top-menu {
    float: right;
  }

  .main-menu-hold {
    display: table;
    width: 100%;
  }
  .top-menu>li>a{
    color: white;
    text-align: center;
    color: #014fa1;
  }

  .main-menu-navig {
    display: table-row;
    float: none;
  }

  .main-menu-navig>li {
    display: table-cell;
    line-height: 1;
    float: none;
    vertical-align: middle;
  }

  .e-login {
    text-align: right;
    padding: 1px 0 10px 0;
    border: 0;
    padding-bottom: 10px;
  }

  .e-login a {
    color: #014fa1;
  }

  .e-login a:hover,.e-login a:focus {
    color: #014fa1;
  }

  .top-menu li.graphics-version {
    display: none;
  }

  .navbar-collapse {
    background-color: transparent;
  }

  .copyright-footer {
    margin-left: 0px;
    margin-right: 0px;
  }

  .nav-cont {
    padding-right: 0;
    padding-left: 0;
  }

  .main-menu-navig>li>a {
    background-color: transparent;
  }

  .main-menu-navig>li>a:hover, .main-menu-navig>li>a:focus {
    background-color: transparent;
  }

  .main-menu-navig>li {
    background-color: #0B5795;
  }

  .main-menu-navig>li:hover {
    background-color: #08406D;
  }

  .main-menu-navig>li:nth-child(1) {
    background: #009b9e;
  }

  .main-menu-navig>li:nth-child(1):hover {
    background: #016F71;
  }

  .main-menu-navig>li:nth-child(3) {
    background: #f15941;
  }

  .main-menu-navig>li:nth-child(3):hover {
    background: #C54B37;
  }

  .main-menu-navig>li:nth-child(4) {
    background-color: #750465;
  }

  .main-menu-navig>li:nth-child(4):hover {
    background-color: #610454;
  }

  .main-menu-navig>li:nth-child(5) {
    background-color: #0B5795;
  }

  .main-menu-navig>li:nth-child(5):hover {
    background-color: #08406D;
  }

  .main-menu-navig>li:nth-child(6) {
    background-color: #e29717;
  }

  .main-menu-navig>li:nth-child(6):hover {
    background-color: #B77B14;
  }

  .main-menu-navig>li.current-menu-item:nth-child(1)>a,.main-menu-navig>li.current-page-ancestor:nth-child(1)>a {
    border-color: #016F71;
  }

  .main-menu-navig>li.current-menu-item:nth-child(2)>a,.main-menu-navig>li.current-page-ancestor:nth-child(2)>a {
    border-color: #08406D;
  }

  .main-menu-navig>li.current-menu-item:nth-child(3)>a,.main-menu-navig>li.current-page-ancestor:nth-child(3)>a {
    border-color: #C54B37;
  }

  .main-menu-navig>li.current-menu-item:nth-child(4)>a,.main-menu-navig>li.current-page-ancestor:nth-child(4)>a {
    border-color: #610454;
  }

  .main-menu-navig>li.current-menu-item:nth-child(5)>a,.main-menu-navig>li.current-page-ancestor:nth-child(5)>a {
    border-color: #08406D;
  }

  .main-menu-navig>li.current-menu-item:nth-child(6)>a,.main-menu-navig>li.current-page-ancestor:nth-child(6)>a {
    border-color: #B77B14;
  }

  .main-menu-navig>li {
    border-right: 1px solid white;
  }

  .main-menu-navig>li>a {
    border-bottom: 4px solid transparent;
  }

  .main-menu-navig>li:last-child {
    border-right: 0;
  }

  .news-short .news-title {
    text-align: left;
  }

  .content-pad {
    padding-top: 20px;
  }

  .navbar-collapse {
    margin: 0;
  }

  #main-search-active {
    padding-left: 0;
  }
  #main-search-active .search-inp {
    width: 320px;
  }

  .top-menu-en {
      padding-top: 25px;
  }  
  
  .e-login-en {
      padding-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .brand-logo {
    top: 12px;
    margin-left: 10px;
  }

  .top-b-img img {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #wp-calendar tbody td {
    padding: 8px;
  }
}


/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
 .ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 1.875em;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000,offx=2,offy=2);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-nav-overlay a {
  width: 60px!important;
  opacity: 1!important;
  height: 60px;
  line-height: 1!important;
  top: 50%;
}

.ekko-lightbox .modal-header .close {
  font-size: 3.4375em;
}

.ekko-lightbox .modal-header .close:focus {
  outline: none;
}

.ekko-lightbox {
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}

.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}

.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}

.ekko-lightbox .modal-body {
  padding: 0;
}

.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}

.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}

.ekko-lightbox-nav-overlay a {
  text-shadow: 0px 0px 12px black,0px 0px 12px black;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
 /** RESET AND LAYOUT ===================================*/ 
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
} 
/** THEME ===================================*/
.bx-wrapper .bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  min-height: 286px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
} 
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(assets/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
} 
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0A3F6B;
  z-index: 1;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #154f7f;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  font-size: 0.875em;
  color: white;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0B5795;
  text-decoration: none;
} 
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(assets/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(assets/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
} 
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(assets/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(assets/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
} 
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}




