/*
Theme Name: Maliganis Edwards Johnson
Author: ZOO
Author URI: http://www.zooadvertising.com.au/
Description: Maliganis Edwards Johnson new WP Theme
Version: 2.0
Tags: responsive, bootstrap
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*	Base
============================================================ */
img {
  max-width: 100%;
  height: auto; }

/*	Animations
============================================================ */
@-webkit-keyframes show-title {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -80%);
    -ms-transform: translate(0, -80%);
    -o-transform: translate(0, -80%);
    transform: translate(0, -80%);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes show-title {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -80%);
    -ms-transform: translate(0, -80%);
    -o-transform: translate(0, -80%);
    transform: translate(0, -80%);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes show-hr {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes show-hr {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/*	General
============================================================ */
.wrapper {
  height: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.fixed-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.hsContent {
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8%;
  text-align: center; }
  .hsContent .wrap {
    width: 80%;
    max-width: 1168px;
    margin: 0 auto; }

.xs-grid {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .xs-grid [class*="col-"] {
    padding: 0 !important; }
  .xs-grid img {
    width: 100%; }

.bg-red {
  background-color: #7a1d22;
  color: #fff; }

.bg-lightbrown {
  background-color: #f1ece4;
  color: #000; }

.bg-white {
  background-color: #fff;
  color: #000; }

.expand {
  width: 100%;
  height: auto; }

.section-title {
  font-weight: 300;
  font-size: 56px;
  font-size: 5.6rem;
  margin: 0 0 40px; }

.lightbox {
  display: none; }

.jcarousel {
  position: relative;
  overflow: hidden; }
  .jcarousel ul {
    width: 20000em;
    position: relative; }
  .jcarousel li {
    float: left; }

/*	Forms & Buttons
============================================================ */
.btn {
  font-weight: 300;
  border: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.btn-default {
  background-color: #fff;
  color: #000; }
  .btn-default:hover, .btn-default:focus {
    background-color: #7a1d22;
    color: #fff; }
  .btn-default.btn-lg {
    padding: 15px 40px; }

.btn-play {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .btn-play {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .btn-play {
      font-size: 30px;
      font-size: 3rem; } }
  .btn-play img {
    width: 39px;
    height: 39px;
    margin-right: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 992px) {
      .btn-play img {
        width: auto;
        height: auto; } }
  .btn-play:hover, .btn-play:focus {
    color: #fff; }
    .btn-play:hover img, .btn-play:focus img {
      -webkit-transform: translate(8px, 0);
      -ms-transform: translate(8px, 0);
      -o-transform: translate(8px, 0);
      transform: translate(8px, 0); }

/*	Header
============================================================ */
.header .container-fluid {
  position: relative;
  height: 100vh;
  background-color: #371012;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/img-bg-header.jpg); }
.header .navbar-nav {
  float: none; }
  .header .navbar-nav > li {
    float: none;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem; }
    .header .navbar-nav > li > a {
      color: #fff;
      position: relative; }
      .header .navbar-nav > li > a:after {
        content: '';
        display: block;
        width: 40px;
        height: 5px;
        border-bottom: 2px solid #fff;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: absolute;
        bottom: 5px;
        margin-left: -20px;
        left: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus {
        background-color: transparent; }
        .header .navbar-nav > li > a:hover:after, .header .navbar-nav > li > a:focus:after {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .header .navbar-nav > li.active a:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
.header .fixed-container {
  height: 100vh; }
.header .section-title {
  margin: 0 0 20px;
  font-size: 80px;
  font-size: 8rem;
  line-height: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: show-title;
  animation-name: show-title; }
.header .title {
  font-weight: 300;
  margin: 0;
  font-size: 40px;
  font-size: 4rem; }
.header hr {
  margin: 50px 0 40px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: show-hr;
  animation-name: show-hr; }
.header .scroll-down {
  position: absolute;
  width: 40px;
  height: 23px;
  display: block;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .header .scroll-down:hover {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }

/*	Navigation
============================================================ */
.navbar-default {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/img-bg-header.jpg);
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .navbar-default .nav {
    margin-top: 24px; }
  .navbar-default .navbar-nav li {
    font-size: 20px;
    font-size: 2rem; }
  .navbar-default .navbar-nav a {
    position: relative; }
    .navbar-default .navbar-nav a:after {
      content: '';
      display: block;
      width: 40px;
      height: 5px;
      border-bottom: 2px solid #fff;
      opacity: 0.9;
      filter: alpha(opacity=90);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      position: absolute;
      bottom: 5px;
      margin-left: -20px;
      left: 50%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a:focus {
      background-color: transparent; }
      .navbar-default .navbar-nav a:hover:after, .navbar-default .navbar-nav a:focus:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .navbar-default .navbar-nav .active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.navbar-toggle {
  margin-top: 20px; }

/*	Footer
============================================================ */
.footer {
  background-color: #232323;
  padding: 80px 0;
  font-size: 18px;
  font-size: 1.8rem; }
  .footer a {
    color: #fff; }
  .footer .section-title {
    margin-bottom: 60px; }
  .footer .title {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%; }

.credits {
  color: #515151;
  padding: 20px 0;
  text-align: center;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

/*	Front page
============================================================ */
.intro-text {
  background-color: #f1ece4;
  font-weight: 300;
  color: #000;
  height: 480px;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem; }
  .intro-text .btn {
    margin-top: 40px;
    font-size: 24px;
    font-size: 2.4rem; }

.services .title {
  margin-top: 0; }
.services .entry-content {
  padding: 30px; }
  .services .entry-content .btn {
    margin-top: 30px; }
.services .bg-white .btn-default {
  background-color: #7a1d22;
  color: #fff; }
  .services .bg-white .btn-default:hover, .services .bg-white .btn-default:focus {
    background-color: #564f43;
    color: #fff; }
.services .bg-red .btn-default:hover, .services .bg-red .btn-default:focus {
  background-color: #f1ece4;
  color: #7a1d22; }
.services .bg-lightbrown .title {
  color: #564f43; }
.services .bg-lightbrown .btn-default {
  background-color: #564f43;
  color: #fff; }
  .services .bg-lightbrown .btn-default:hover, .services .bg-lightbrown .btn-default:focus {
    background-color: #7a1d22;
    color: #fff; }
.services .post-content {
  padding: 0 !important; }
  .services .post-content .image {
    margin-bottom: 30px; }

#featureBlock .wrap p {
  font-size: 18px !important; }

.featured-video {
  color: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .featured-video .hsContent {
      padding: 0 15px; }
    .featured-video .wrap {
      width: auto; } }
  .featured-video .expand {
    position: relative;
    z-index: 0; }
  .featured-video .overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(122, 29, 34, 0.74); }
  .featured-video .fixed-container {
    z-index: 3; }
  .featured-video .title {
    font-weight: 400; }
    @media (max-width: 767px) {
      .featured-video .title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 100%;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .featured-video .title {
        font-size: 36px;
        font-size: 3.6rem; } }
  .featured-video .lead {
    font-weight: 300;
    font-style: italic; }
    @media (max-width: 767px) {
      .featured-video .lead {
        margin-bottom: 5px; } }
    @media (min-width: 992px) {
      .featured-video .lead {
        font-size: 36px;
        font-size: 3.6rem; } }

.news-front {
  padding: 60px 0; }
  .news-front .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

.news-item {
  margin-bottom: 30px; }
  .news-item a {
    display: block;
    color: #000; }
  .news-item img {
    width: 100%; }
  .news-item .title {
    font-weight: 300;
    padding: 20px 40px; }

/*	Main content
============================================================ */
.breadcrumb {
  padding: 10px 0; }

.main {
  padding: 184px 0 80px;
  background-color: #f1ece4;
  color: #000; }

.page-title {
  color: #7a1d22;
  font-size: 42px;
  font-size: 4.2rem;
  margin: 0 0 40px; }

.wpcf7 {
  padding: 60px 0 30px !important; }
  .wpcf7 .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .wpcf7 .form-control::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .wpcf7 .form-control:-ms-input-placeholder {
      color: #000; }
    .wpcf7 .form-control::-webkit-input-placeholder {
      color: #000; }
  .wpcf7 .align-vertical {
    height: 54px;
    line-height: 54px; }
    .wpcf7 .align-vertical img {
      margin-left: 20px; }
  .wpcf7 .btn-lg {
    padding-top: 15px;
    padding-bottom: 14px; }

.featured-map {
  padding-bottom: 28.5%; }

/*	People Listing
============================================================ */
.people-listing .people-thumb {
  position: relative; }
  .people-listing .people-thumb img {
    width: 100%;
    outline: none; }
  .people-listing .people-thumb a {
    margin: 0;
    overflow: hidden;
    outline: none;
    border: none !important;
    padding: 0; }
    .people-listing .people-thumb a:hover, .people-listing .people-thumb a:focus {
      outline: none; }
      .people-listing .people-thumb a:hover .overlay, .people-listing .people-thumb a:focus .overlay {
        background-color: rgba(0, 0, 0, 0.4); }
      .people-listing .people-thumb a:hover .name, .people-listing .people-thumb a:focus .name {
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        transform: translate(0, -20px); }
  .people-listing .people-thumb .name, .people-listing .people-thumb .overlay {
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    right: 0;
    bottom: 0;
    left: 0; }
  .people-listing .people-thumb .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    top: 0; }
  .people-listing .people-thumb .name {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem; }
  .people-listing .people-thumb.slick-center .overlay, .people-listing .people-thumb.slick-center .name {
    opacity: 0;
    filter: alpha(opacity=0); }
.people-listing .slick-arrow {
  z-index: 100;
  width: 5%;
  max-width: 80px;
  min-width: 40px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center; }
  .people-listing .slick-arrow.slick-next {
    left: auto;
    right: 0; }
  .people-listing .slick-arrow .glyphicon {
    width: 100%;
    display: block;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    line-height: 100%;
    top: 50%;
    margin-top: -20px; }
.people-listing .people-content {
  padding: 80px 0 0; }
  .people-listing .people-content .container {
    padding-bottom: 80px; }
.people-listing .name {
  font-size: 46px;
  font-size: 4.6rem;
  color: #7a1d22;
  margin: 0; }
.people-listing .position {
  margin: 0;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300; }
.people-listing .entry-content {
  padding: 30px 0 20px; }
  .people-listing .entry-content h2 {
    font-weight: 300;
    margin-top: 0;
    color: #7a1d22; }

/*	News Listing
============================================================ */
.news-listing {
  padding: 80px 0; }
  .news-listing .news-item {
    margin-bottom: 60px; }
    .news-listing .news-item .title {
      padding: 0;
      font-weight: 700;
      margin: 0;
      font-size: 24px;
      font-size: 2.4rem; }
      .news-listing .news-item .title a {
        color: #7a1d22; }
    .news-listing .news-item .date {
      display: block;
      margin-bottom: 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .news-listing .news-item .btn {
      margin-top: 20px;
      display: inline-block;
      color: #fff;
      padding-left: 30px;
      padding-right: 30px; }

.news-content {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0; }

/*	Resources
============================================================ */
.resources-listing {
  font-size: 18px;
  font-size: 1.8rem; }
  .resources-listing li {
    margin-top: 15px; }
    .resources-listing li .glyphicon {
      margin-left: 10px; }
  .resources-listing a {
    color: #000;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .resources-listing a:hover, .resources-listing a:focus {
      color: #7a1d22;
      text-decoration: none; }

/*	MEDIA QUERIES
============================================================ */
@media (max-width: 480px) {
  .services .bg-red, .services .bg-white, .services .bg-lightbrown {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 767px) {
  .header .section-title {
    font-size: 38px;
    font-size: 3.8rem; }
  .header .title {
    font-size: 20px;
    font-size: 2rem; }
  .header hr {
    margin: 20px 0 0; }

  .intro-text {
    font-size: 20px;
    font-size: 2rem;
    height: 350px; }

  .navbar .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar .navbar-brand img {
      width: 78px; }

  .navbar-default .navbar-nav a:after {
    width: 50%;
    bottom: 5px;
    margin-left: 0;
    left: 15px; }

  .services .bg-red, .services .bg-white, .services .bg-lightbrown {
    padding-left: 10% !important;
    padding-right: 10% !important; }

  .main {
    padding: 60px 0; }

  .page-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px; }

  .breadcrumb {
    margin-bottom: 5px; }

  .page-content h2 {
    font-size: 26px;
    font-size: 2.6rem; } }
@media (min-width: 768px) {
  .logged-in .navbar-default {
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    transform: translate(0, -120%); }
    .logged-in .navbar-default.show {
      -webkit-transform: translate(0, 32px);
      -ms-transform: translate(0, 32px);
      -o-transform: translate(0, 32px);
      transform: translate(0, 32px); }
    .logged-in .navbar-default.show-inside {
      -webkit-transform: translate(0, 32px);
      -ms-transform: translate(0, 32px);
      -o-transform: translate(0, 32px);
      transform: translate(0, 32px); } }
@media (max-width: 991px) {
  .navbar-brand img {
    width: 74px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .nav {
    margin-top: 14px; }

  .nav > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px; }

  .services .bg-red, .services .bg-white, .services .bg-lightbrown {
    padding-left: 15% !important;
    padding-right: 15% !important; } }
@media (min-width: 992px) {
  .navbar-default {
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    transform: translate(0, -120%); }
    .navbar-default.show {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .navbar-default.show-inside {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

  .services .title {
    font-size: 24px;
    font-size: 2.4rem; }
  .services .entry-content {
    padding: 30px 30px 73px;
    position: relative; }
    .services .entry-content .btn {
      width: auto;
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 0; }
  .services .post-content {
    padding: 0 !important; }
    .services .post-content .image {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; }

  .news-content {
    font-size: 20px;
    font-size: 2rem;
    padding: 40px 0 0; }
    .news-content .image {
      margin-left: 20px;
      margin-bottom: 30px; }

  .resources-listing {
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-columns: 2 30px;
    -moz-columns: 2 30px;
    columns: 2 30px; }

  .main .entry-content {
    font-size: 18px;
    font-size: 1.8rem; }
  .main.post-52 {
    padding-bottom: 40px; } }
@media (min-width: 1200px) {
  .services .title {
    font-size: 24px;
    font-size: 2.4rem; }
  .services .entry-content {
    padding: 30px 30px 73px; }
    .services .entry-content .btn {
      left: 30px;
      right: 30px; }

  .news-front {
    padding: 80px 120px; }
    .news-front .btn-lg {
      padding: 20px 50px;
      font-size: 24px;
      font-size: 2.4rem; } }
@media (min-width: 1500px) {
  .services .title {
    font-size: 30px;
    font-size: 3rem; }
  .services .entry-content {
    padding: 60px 50px 83px; }
    .services .entry-content .btn {
      left: 50px;
      right: 50px; } }
/*	Feature-story
============================================================ */
.feature-story {
  background-color: #ffffff;
  font-weight: 300;
  color: #000;
  position: relative;
  font-size: 20px;
  font-size: 2rem; }
  .feature-story .wrapper-content {
    padding: 30px; }
    @media (min-width: 992px) {
      .feature-story .wrapper-content {
        padding: 30px 30px 73px; } }
    @media (min-width: 1200px) {
      .feature-story .wrapper-content {
        padding: 30px 30px 73px; } }
    @media (min-width: 1500px) {
      .feature-story .wrapper-content {
        padding: 60px 50px 83px; } }
  .feature-story .wrapper-content p {
    font-size: 16px; }
  .feature-story p {
    text-align: left;
    font-size: 16px; }
  .feature-story .btn {
    margin-top: 40px;
    color: #ffffff;
    background-color: #7a1d22;
    font-size: 24px;
    font-size: 2.4rem; }
    .feature-story .btn:hover {
      background-color: #564f43; }
  .feature-story .wrapper-slider {
    padding: 0; }
  .feature-story .listing-slider {
    margin: 0;
    padding: 0; }
    .feature-story .listing-slider .slider-items {
      list-style-type: none;
      min-height: 300px; }
      @media (min-width: 767px) {
        .feature-story .listing-slider .slider-items {
          min-height: 400px; } }
      @media (min-width: 992px) {
        .feature-story .listing-slider .slider-items {
          min-height: 650px; } }
      @media (min-width: 1200px) {
        .feature-story .listing-slider .slider-items {
          min-height: 475px; } }
      @media (min-width: 1500px) {
        .feature-story .listing-slider .slider-items {
          min-height: 520px; } }
  .feature-story .slick-prev, .feature-story .slick-next {
    background-color: transparent; }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*# sourceMappingURL=style.css.map */
