
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);
.season-heading {
  font-size: 18px;
  color: #42512a;
}
/* THE BASICS */
@font-face {
  font-family: 'FuturaLT-Book';
  src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "FuturaLT-Book";
  font-size: 14px; }
.safari-row {
    display: -webkit-box !important;
}
.bg 
{
  background: linear-gradient(rgba(17, 17, 17, 0.93), rgba(0, 0, 0, 0.33)) 50% 0px / cover, url('http://hartebeeskraal.co.za/web/assets/img/bg-img/about-bg.jpg') no-repeat fixed;
  background: -moz-linear-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 50%); /* FF3.6+ */
  background: -webkit-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 100%); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 50%); /* IE10+ */
  background: linear-gradient(top,  rgba(17, 17, 17, 0.93) 50%,rgba(0, 0, 0, 0.33) 50%); /* W3C */
  background-image: url('http://hartebeeskraal.co.za/web/assets/img/bg-img/about-bg.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
 
}
h1, h2, h3, h4, h5, h6 {
  color: #363636;
  line-height: 1.3;
  font-weight: 400; }

p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 2.1;
  font-weight: 400; }

a, a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 400;
  font-size: 14px; }

ul, ol {
  margin: 0; }
ul li, ol li {
    list-style: none; }

/* IMAGE STYLES */
img {
  height: auto;
  max-width: 100%;
  border-radius: 5%; }
.logo-img {
  width: 70%; }
.overlay {
  background-color: rgba(0, 0, 0, 0.63);
  height: 50vh; }
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.bg-fixed {
  background-attachment: fixed !important; }

/* SECTION STYLES */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
.section-heading .line- {
  width: 90px;
  height: 2px;
  background-color: #42512a;
  display: block;
  margin-bottom: 40px; }
.section-heading h2 {
  font-size: 40px;
  color: #363636; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px; } }
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px; } }
.section-heading p {
  margin-bottom: 0; }
.section-heading.text-center .line- {
  margin: 0 auto 40px; }
.section-heading.white h2,
.section-heading.white p {
  color: #ffffff; }

/* PRELOADER ALL PAGES*/
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
.preloader .cssload-container {
  display: block;
  width: 97px; }
.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #42512a; }
.preloader .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px); }
.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite; }
.preloader .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite; }
@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }
@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }
@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0; } }
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }
@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }
@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1; } }
@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1; } }
@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1; } }
@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1; } }
@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1; } }
@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px); } }
@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px); } }
@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px); } }
@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px); } }
@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px); } }

/* SCROLLUP BUTTON*/
#scrollUp {
  background-color: #42512a;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #363636; }

/* BUTTONS */
.my-btn {
  background-color: #42512a;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 123px;
  height: 53px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 53px;
  text-transform: capitalize; }
.style-btn, .style-btn {
  background-color: #42512a;
  color: #ffffff;
  margin-top: 5% }
.style-btn:hover, .style-btn:focus {
  font-size: 16px;
  background-color: #363636;
  color: #ffffff; }

/* HEADER NAVIGATION ALL PAGES */
.header-area {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
.header-area .header-menu {
    position: relative;
    width: 100%;
    color: #222;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #b8b8b8; }
.header-area .header-menu .classy-nav-container {
  background-color: transparent; }
.header-area .header-menu .classy-navbar {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: transparent;
  height: 99px;;
  padding: 0; }
@media only screen and (max-width: 767px) {
  .header-area .header-menu .classy-navbar {
    height: 70px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-menu .classy-navbar .nav-brand {
    max-width: 140px; } }
@media only screen and (max-width: 767px) {
  .header-area .header-menu .classy-navbar .nav-brand {
    max-width: 140px; } }
.header-area .header-menu .classy-navbar .classynav ul li a {
  color: #636363;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 100 !important;
  background-color: transparent;}
.header-area .header-menu .classy-navbar .classynav ul li a:hover, .header-area .header-menu .classy-navbar .classynav ul li a:focus {
  color: #ffffff;
  background-color: #42512a; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-menu .classy-navbar .classynav ul li a {
    font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-menu .classy-navbar .classynav ul li a {
    background-color: #42512a; } }
@media only screen and (max-width: 767px) {
  .header-area .header-menu .classy-navbar .classynav ul li a {
    background-color: #42512a; } }
.header-area .header-menu .classy-navbar .classynav ul li.active a {
  color: #ffffff;
  background-color: #42512a; }
.header-area .header-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .header-menu .classy-navbar .classynav ul li.has-down > a::after {
  color: #ffffff; }
.header-area .header-menu .classy-navbar .classynav ul li ul li a {
  color: #363636; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-menu .classy-navbar .classynav ul li ul li a {
    padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff; }
  .header-area .header-menu .classy-navbar .classynav ul li a {
    color: #fbfbfb;} }
@media only screen and (max-width: 767px) {
.header-area .header-menu .classy-navbar .classynav ul li ul li a {
  color: #ffffff; } 
.header-area .header-menu .classy-navbar .classynav ul li a {
    color: #fbfbfb;} }
.header-area .header-menu .classy-navbar .menu-btn {
  margin-left: 100px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-menu .classy-navbar .menu-btn {
    margin-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-menu .classy-navbar .menu-btn {
    margin-left: 30px;
    border: 2px solid #ffffff;
    margin-top: 30px;
    display: inline-block; } }
@media only screen and (max-width: 767px) {
  .header-area .header-menu .classy-navbar .menu-btn {
    margin-left: 30px;
    border: 2px solid #ffffff;
    margin-top: 30px;
    display: inline-block; } }
.header-area .header-menu .classy-navbar .menu-btn a {
  color: #ffffff;
  background: #464646;
  font-size: 16px; }
.header-area .is-sticky .header-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
.header-area .is-sticky .header-menu .classy-navbar {
  height: 90px; }
@media only screen and (max-width: 767px) {
  .header-area .is-sticky .header-menu .classy-navbar {
    height: 70px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #42512a; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #42512a; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
.classycloseIcon .cross-wrap span {
  background: #ffffff; }
.header-area .header-menu .classy-nav-container {
    background-color: #fff !important;
}

/* BANNER ALL PAGES */
.banner {
  background-color: rgba(0, 0, 0, 0.63);
  width: 100vw;
  height: 100vh;
}
.hero-slides {
  position: relative;
  z-index: 1; }
.single-hero-slide {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 1;
  overflow: hidden; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-hero-slide {
  height: 80vh; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-hero-slide {
  height: 80vh; } }
@media only screen and (max-width: 767px) {
.single-hero-slide {
  height: 80vh; } }
.single-hero-slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.single-hero-slide .hero-slides-content {
  text-align: center;
  padding: 40% 0%;
  text-align: center; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content {
    padding: 40px 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content {
    padding: 30px 20px; } }
@media only screen and (max-width: 767px) {
.single-hero-slide .hero-slides-content {
  padding: 20px; } }
.single-hero-slide .hero-slides-content .line {
  width: 90px;
  height: 2px;
  background-color: #42512a;
  margin: 0 auto 30px; }
.single-hero-slide .hero-slides-content h2 {
  position: relative;
  z-index: 1;
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 48px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 36px; } }
@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 30px; } }
.single-hero-slide .hero-slides-content p {
  font-size: 14px;
  color: #ffffff; }
.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite; }
@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* ABOUT US ALL PAGES */
.about-us-area {
  padding: 6% 0;
}
.about-image-section {
  position: relative;
  z-index: 1; }
.about-image-section.my-image-box .first-img {
  position: relative;
  width: 50%;
  margin-left: auto;
  border-radius: 5%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
.about-image-section.my-image-box .second-img {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-top: -50%;
  border-radius: 5%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
.about-image-section.my-image-box .third-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 45%;
  border-radius: 5%;
  margin-top: -30%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
.about-text-section {
  position: relative;
  z-index: 1;
  margin-top: 35px; }
.about-text-section h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 16px; }
.about-text-section h6 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 15px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #222;
  border-radius: 50%;
  line-height: 30px;
  color: #ffffff; }

/* AVAILABLE SECTION ALL PAGES */
.availability-area h1.contact{
  padding-top: 10%;
  text-align: center;
  color: #fff;
  }
.availability-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 50px;
  border: 2px solid #42512a;
  background-color: rgba(0, 0, 0, 0.63); }
.availability-box i{
  font-size: 60px;
  color: #dadada;
  margin-bottom: 13px;
  display: block;}
.availability-content .availability-box {
  position: relative;
  z-index: 1;
  text-align: center; }
@media only screen and (max-width: 767px) {
  .availability-content {
    padding: 50px 20px; } 
  .availability-content .availability-box {
    margin-top: 30px; }  
    .safari-row {
    display: flex !important;
}}
.availability-content .availability-box i {
  font-size: 47px;
  color: #e7e7e7;
  margin-bottom: 19px;
  display: block; }
.availability-content .availability-box p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0; }

/* PRICE */
.price-area {
  padding: 6% 0;}
.my-price-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 422px;
  margin-bottom: 100px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
.my-price-area .bg-thumbnail {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }
.my-price-area .price-from {
  position: absolute;
  z-index: 20;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 15px;
  background-color: #181818;
  border: 2px solid #bbbbbb;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 14px; }
.my-price-area .price-text {
  position: absolute;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 30px 30px 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border: 2px solid #42512a;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
.my-price-area .price-text .line {
  width: 90px;
  height: 2px;
  background-color: #42512a;
  display: block;
  margin: 0 auto 20px; }
.my-price-area .price-text h4 {
  color: #222; }
.my-price-area .price-text p {
  color: #222;
  margin-bottom: 0; }
.my-price-area .book-room-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50; }
.my-price-area:hover .price-text, .my-price-area:focus .price-text {
  background-color: #cecece; }
@media only screen and (max-width: 767px) {
  .my-price-area .price-text h4 {
    font-size: 20px; } }

/* CONTACT US ALL PAGES */
.contact-area {
  position: relative;
  z-index: 1; 
  padding: 6% 0;}
.single-contact-information {
  position: relative;
  z-index: 1; }
.single-contact-information .section-text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
.single-contact-information .section-text h3 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px; }
.single-contact-information .section-text p {
  margin-bottom: 0; }
.single-contact-information .contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
.single-contact-information .contact-content:last-child {
  margin-bottom: 0; }
.single-contact-information .contact-content p {
  font-size: 15px;
  color: #7d7d7d;
  margin-bottom: 0; }
.single-contact-information .contact-content p:first-child {
  font-size: 18px;
  color: #42512a;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px; }

/* FOOTER AREA */
.footer-area {
    padding: 1% 0;
    background: #222;
    color: #fff;
    text-align: center;}
.footer-area a {
  color: #fff;}
.footer-area a:hover {
  color: #42512a;}
@media only screen and (max-width: 767px) {
  .footer-area {
        font-size: 14px;
    padding: 5%;}
  .hotel-img img {
    padding: 5% 0;
    }}

.our-hotels-area {
  padding: 6% 0;}

/* TESTIMONIAL AREA */
.testimonial-area {
  background: #ebebeb;
  padding: 6% 0;
}
.testimonial-content {
  position: relative;
  z-index: 1;
  padding: 0 5%;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .testimonial-content {
    padding: 30px; } }
.testimonial-content .single-testimonial {
  position: relative;
  z-index: 1;
  text-align: center; }
.testimonial-content .single-testimonial p {
  font-size: 16px;
  color: #151515;
  font-style: italic; }
@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial p {
    font-size: 14px; } 
  .single-contact-information .contact-content p:first-child {
    font-size: 14px;
    font-weight: bold;
    max-width: 50px;}
  .form-control {
    margin-bottom: 6%;}
  .single-contact-information{
    padding-bottom: 10%; }}
.testimonial-content .single-testimonial h6 {
  margin-top: 55px;
  margin-bottom: 60px; }
.testimonial-content .single-testimonial h6 span {
  color: #42512a; }
@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial h6 {
    margin-top: 25px;
    margin-bottom: 30px; }
    a.lightbox img {
    border: 3px solid white;
    margin: 5% 0; } }
.testimonial-content .single-testimonial img {
  width: auto !important;
  margin: 0 auto; }

.form-control:focus {
    border-color: #42512a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}


/* GALLERY AREA */
a.lightbox img {
  border: 3px solid white;
  margin: 94px 20px 20px 20px; }
.lightbox-target {
  z-index: 100;
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;}
a.lightbox-close {
  display: block;
  z-index: 100;
  width:50px;
  height:50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;}
a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);}
a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);}
.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
top: 88px;}
.lightbox-target:target img {
max-height: 100%;
max-width: 100%;}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

/* TOP BANNER AREA */
.top-banner-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 475px; }
@media only screen and (max-width: 767px) {
  .top-banner-area {
    height: 340px; } }
.top-banner-area .top-banner-content {
  margin-top: 70px; }
@media only screen and (max-width: 767px) {
  .top-banner-area .top-banner-content {
    margin-top: 0; } }
.top-banner-area .top-banner-content h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px 30px;
  border: 2px solid #42512a;
  background-color: rgba(0, 0, 0, 0.63); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-banner-area .top-banner-content h2 {
    font-size: 36px; } }
@media only screen and (max-width: 767px) {
  .top-banner-area .top-banner-content h2 {
    font-size: 30px; } }

/* :: BUTTONS */
.single-cool-fact {
    position: relative;
    z-index: 1;
    width: 250px;
    padding: 18px 2%;
    border: 2px solid #42512a;
    text-align: center;
    background-color: rgba(2, 2, 2, 0.7686274509803922);
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-cool-fact .scf-text i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    color: #42512a; }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 5px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
  .single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1; }
  .single-cool-fact:hover, .single-cool-fact:focus {
    background-color: #42512a; }
    .single-cool-fact:hover .scf-text i, .single-cool-fact:focus .scf-text i {
      color: #ffffff; }

