/* Count the combined height of navigation elements and subtract it from 100vh */
.extraBnr {
  height: auto!important;
  min-height: unset!important;
  max-height: unset!important;
}

.extraBnr .flexslider {
  max-height: 600px!important;
  max-width: 1480px!important;
  margin: 0 auto!important;
  border-radius: 0!important;
}

/* Make the slider use font awesome icons as navigation */
.flex-direction-nav a {
  height: 23px!important;
}

.flex-control-nav {
  bottom: 0!important;
}

.flex-direction-nav a:before {
  font-family: FontAwesome!important;
}

.flex-direction-nav a:before {
  content: "\f104"!important;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105"!important;
}

/* Position the background image and center items with flexbox */
/*.flexslider .slides > li {
  background-position: center;
  height: 100%!important;
  width: 100%!important;
  display: flex!important;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: center;
  text-align: center;
}*/

/* Give everything full height and remove padding and margin */
.flexslider .slides,
.flex-viewport {
  height: 100%!important;
}

ul.slides {
  margin: 0!important;
  padding: 0!important;
}

.flexslider {
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: 100%!important;
  border: 0px!important;
  overflow: hidden!important;
}

/* Text content full width, better for mobile */
/*.flexslider .flexslider-text {
  width: 100%;
  padding: 0px 10px;
}*/

/* Colors and button styles */
/*.flexslider .flexslider-text h1, .flexslider .flexslider-text h2, .flexslider .flexslider-text h3, .flexslider .flexslider-text p, .flexslider .flexslider-text span {
  color: white;
}*/

/*.flexslider .flexslider-text-button {
  display: inline-block;
  margin-top: 32px;
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 16px 32px;
  transition: 100ms ease-in-out;
  font-size: 18px;
  text-transform: uppercase;
}

.flexslider-text-button:hover {
  background-color: grey;

.flex-control-paging li a {
  padding: 0;
}*/
