/*! ******************************************************
*
*	Theme Name:     Toolset Starter
*   Author:         OnTheGoSystems
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.3.8
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*
*   Remember that if you edit any of this theme files
*   and then update the theme from Toolset page
*   all your changes will be gone.
*
*   If you want to avoid that use Toolset Starter Child theme:
*   https://wp-types.com/account/downloads/#toolset-themes
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/img,figure{max-width:100%;height:auto}@media (min-width: 768px){.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}img.aligncenter,img.alignnone,img.alignright,img.alignleft,figure.aligncenter,figure.alignnone,figure.alignright,figure.alignleft{margin-bottom:15px}img.alignleft,figure.alignleft{margin-right:30px}img.alignright,figure.alignright{margin-left:30px}}@media (max-width: 767px){.alignleft,.alignright,.aligncenter{display:block;margin:0 auto 15px}}.wp-video>div{max-width:100%}.gallery{margin:30px auto}.gallery:before,.gallery:after{content:" ";display:table}.gallery:after{clear:both}.gallery-item{text-align:center;padding:15px;float:left;width:100%}.gallery-item img{border:none}.gallery-caption,.wp-caption-text{padding:9px;color:#666;font-size:.9em}@media (min-width: 480px){.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-2 .gallery-item:nth-child(2n+1){clear:both}.gallery-columns-3 .gallery-item{width:33.33333%}.gallery-columns-3 .gallery-item:nth-child(3n+1){clear:both}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:both}}@media (min-width: 480px) and (max-width: 767px){.gallery-columns-5 .gallery-item{width:25%}.gallery-columns-5 .gallery-item:nth-child(4n+1){clear:both}.gallery-columns-6 .gallery-item{width:25%}.gallery-columns-6 .gallery-item:nth-child(4n+1){clear:both}.gallery-columns-7 .gallery-item{width:25%}.gallery-columns-7 .gallery-item:nth-child(4n+1){clear:both}.gallery-columns-8 .gallery-item{width:25%}.gallery-columns-8 .gallery-item:nth-child(4n+1){clear:both}.gallery-columns-9 .gallery-item{width:25%}.gallery-columns-9 .gallery-item:nth-child(4n+1){clear:both}}@media (min-width: 992px){.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-5 .gallery-item:nth-child(5n+1){clear:both}.gallery-columns-6 .gallery-item{width:16.66667%}.gallery-columns-6 .gallery-item:nth-child(6n+1){clear:both}.gallery-columns-7 .gallery-item{width:14.28571%}.gallery-columns-7 .gallery-item:nth-child(7n+1){clear:both}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-8 .gallery-item:nth-child(8n+1){clear:both}.gallery-columns-9 .gallery-item{width:11.11111%}.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:both}}.dropdown.lang .dropdown-toggle:after{content:'';display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;background:transparent;position:static;margin-top:0}.not-assigned{max-width:700px;margin:50px auto}.not-assigned-body{text-align:center}.not-assigned-body .btn{margin-top:5px}.not-assigned-body .small{margin-top:5px}.not-assigned-helper{margin-top:15px}.not-assigned-helper ul{font-size:.9em}



/*helps to open the datepicker on popup enquiries*/
.flatpickr-calendar.open {
    z-index: 999999999!important;
}
div.flatpickr-calendar.animate.arrowTop.arrowLeft.open {
    padding-right: 0px!important;
}


/* --------------------------------------------------------------------------- */
/* RATINGS CSS */

.rating {
  direction: rtl;
  font-size: 17px;
  unicode-bidi: bidi-override;
  position: relative;
}
.rating span.star {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  color: #fac8d3;
  content: "\f006";
}
.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
  color: #f0005d;
  content: "\f005";
}
.rating span.star:hover:after {
  direction: ltr;
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: -22px;
  white-space: nowrap;
  font: normal 14px/normal Arial, Helvetica, sans-serif;
}

.ratings {
  width: 85px;
  height: 17px;
  display: inline-block;
  position: relative;
}
.ratings:before, .ratings:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 5px;
}
.ratings:before {
  color: #eac09b;
  content: "\f006\f006\f006\f006\f006";
}
.ratings:after {
  color: #f07100;
  content: "\f005\f005\f005\f005\f005";
  overflow: hidden;
}

.ratings.r1:after {
  content: "\f005";
}

.ratings.r15:after {
  content: "\f005\f089";
}

.ratings.r2:after {
  content: "\f005\f005";
}

.ratings.r25:after {
  content: "\f005\f005\f089";
}

.ratings.r3:after {
  content: "\f005\f005\f005";
}

.ratings.r35:after {
  content: "\f005\f005\f005\f089";
}

.ratings.r4:after {
  content: "\f005\f005\f005\f005";
}

.ratings.r45:after {
  content: "\f005\f005\f005\f005\f089";
}

.sp-styles-warning{
  display:none;
}

/* --------------------------------------------------------------------------- */

/* HORIZONTAL LINE STYLING */

hr.style1{
	border-top: 1px solid #8c8b8b;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}

hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://africantraveljournal.com/wp-content/uploads/resources/global/img/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://africantraveljournal.com/wp-content/uploads/resources/global/img/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}




/* --------------------------------------------------------------------------- */

body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height:1.42857;
	color:#666;
	background-color:#fff;
}


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	text-transform:uppercase;
	line-height:1.1;
	color:inherit;
}





/*h1,.h1{font-size:2.15em;}
h2,.h2{font-size:2em;}
h3,.h3{font-size:1.5em;}
h4,.h4{font-size:1.25em;}
h5,.h5{font-size:1em;}
h6,.h6{font-size:0.85em;}*/

h1,.h1{font-size:1.9em;}
h2,.h2{font-size:1.5em;}
h3,.h3{font-size: 1.2em;}
h4,.h4{font-size:1.1em;}
h5,.h5{font-size:1em;}
h6,.h6{font-size:0.8em;}



p{margin:0 0 11px}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 15px;
    margin-bottom: 10px;
}


label {
    font-weight: 300!important;
}

a[target="_blank"]:not(.notarget)::after {
    content: none!important;
}

a:hover{
	text-decoration: none!important;
}


b, strong {
    font-weight: 400!important;
}

/*HERO SECTION - HOME PAGE TOP*/
.hero-section {
    width: 100%;
    height: 100%;
    max-height: 530px;
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
	width: 95%;
}

.hero-text h1 {
    color: white;
    font-size: 4em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
	width: 95%;
}

.hero-text h3 {
    color: white;
    font-size: 2em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
	width: 95%;
}

#activity-card {
    border-radius: 5px!important;
    background: #efefef!important;
}


/* Media query for smaller screens */
@media (max-width: 1024px) {
    .hero-text h1 {
        font-size: 3em; /* Smaller font size for tablets */
    }
	.hero-text h3 {
        font-size: 2em; /* Smaller font size for tablets */
    }
	.hero-text p {
        font-size: 2em; /* Smaller font size for tablets */
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.5em; /* Smaller font size for tablets */
    }
	.hero-text h3 {
        font-size: 1em; /* Smaller font size for tablets */
    }
	.hero-text p {
        font-size: 1em; /* Smaller font size for tablets */
    }
	.hero-image {
        height: 300px;
	}
}

/*PRODUCT BOX*/

.product-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Adjust the minmax value based on your design */
    gap: 20px; /* Space between the product boxes */
}

.product-box-1 {
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block; /* Ensure the link covers the entire box */
}

.product-image {
    padding-top: 70%; 
	background-size: cover;
    background-position: center;
    position: relative;
}

.product-info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    width: 100%;
	min-height: 118px;
}

.product-title {
    font-size: 1.3em;
    margin: 0;
	text-align: center;
	color: #ffffff;
	text-align: center;
}

.product-description {
    font-size: 0.8em;
	text-align: center;
	font-weight: 300;
	margin: 0 0 3px;
}

.product-price {
    font-size: 0.8em;
    color: #ffffff;
    margin: 0;
	text-align: center;
}

.product-box-1:hover {
    transform: scale(1.03);
    filter: brightness(1.3);
}

/*PRODUCT BOX SMALL _SIDEBAR*/
.product-box-simple {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
	background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, filter 0.3s ease;}

.product-box-simple:hover {
    transform: scale(1.03);
    filter: brightness(1.3);
}

.product-link-simple {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-image-simple {
    width: 100%;
    height: 100px;
    object-fit: cover; 
	display: block;
}

.product-title-simple {
    font-size: 0.8em;
    margin: 5px 0 5px;
    text-transform: uppercase;
}



/* LOGO TOP OF SITE */
.logo-border{
	width: auto!important; 
	vertical-align: middle!important; 
	padding:0!important;
	height: 50px!important; 
	width: 50px!important; 
	border: 3px solid!important;
}
.logo-border h3{
	text-transform:capitalize!important;
	text-align:center!important;
	margin:0!important;
	font-size: 1.7em!important; 
	font-weight:400!important;
}

.site-title{
	width: auto!important; 
	vertical-align: middle!important; 
	padding:0!important;
	border:0!important;
}

.site-title h3{
	text-transform:uppercase!important;
	padding-left:15px!important;
	margin:0!important;
}


/* ------------------------------------- */

.fancybox-skin{padding:5px!important}
.fancybox-overlay{background: #000000c4!important}
.fancybox-nav span{visibility: visible!important;}

.toc{
	border: 1px solid;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}

/* disable blue border around popup content*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}
/* end disable popup border*/


/*Slider Pro Testimonial slider*/
.testimonial-slider {
	background-color: #FAFAFA;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.testimonial-desc {
	font-size: 16px!important;
    text-align: center;
}

.testimonial-title {
	margin-bottom: 15px!important;
    font-size: 18px!important;
    font-weight: 400!important;
}


.product-title-top{
	text-transform: uppercase;
	text-align:center;
	margin-top:0!important;
	font-weight: 400;
	font-size: 2.1em;
	margin-bottom: 10px;
/*     color: #7b7b7b!important; */
}

.product-title-bottom{
	text-transform: uppercase;
	text-align:center;
	font-weight: 300;
}

.product-category-header{
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;	
}

.breadcrumbs{
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.breadcrumb_last{
	font-weight: 300;
}

.landing-page-header-image{
	margin-bottom: -1px!important;
	margin-top: -1px!important;
	/* 	width: 100% */
}

.header-background-image img{
	max-width:100%;
	min-height:180px;
	margin-bottom:10px!important;
	max-height:500px!important}
	

#text-on-image-header{
   position: relative; 
   width: 100%; /* for IE 6 */
   padding-left: 0px;
	padding-right: 0px;
}


#text-on-image-header h2 { 
	display: none;
   position: absolute; 
   top: 50%; 
   transform: translateY(-50%);
   width: 100%; 
   color: rgba(255, 255, 255, 0.7);
   font-size: 3vmax;
   margin-top:0px!important;
}

#text-on-image-header > h2 > span{
	background-color: rgba(0, 0, 0, 0.30)!important;
	padding: 2px 17px!important;
    border-radius: 5px!important;
    font-size: 1em;
}

#text-on-image-header p { 
   margin: 0!important;
}

#breadcrumb-bar{
/* 	line-height: 44px; */
	color: white;
	margin-bottom: 10px;
	font-weight: 300;
	padding-top: 10px;
    padding-bottom: 10px;
}

#breadcrumb-bar a{
	color: rgba(255,255,255,0.60);
	transition: all .1s cubic-bezier(.25,.46,.45,.94);
}

#breadcrumb-bar a:hover{
	color: rgba(255,255,255,0.99);
	text-decoration: none;
}

#home-top{
	margin-bottom: 10px;
}

#top-menu-bar{
	color: white;
	margin: 10px 0 5px 0;
	padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
	z-index: 0;
}

#top-menu-bar::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .05; 
  z-index: -1;
}

#top-menu-bar a:hover{
	color: rgba(255,255,255,0.99);
	text-decoration: none;
}


.post-heading{
  display: none;
}
.post-heading-2{
  text-transform: uppercase;
  text-align: left;
  margin: 5px 0 5px 0!important;
  font-weight: 300;
  font-size: 1.6em;
}

.post-taxonomy{
	text-align: left;
	margin-top:0;
	margin-bottom:0;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #ddd;
}

.team-members{
	border: 0;
    padding: 0px 0px 5px 0px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.cat-item {
    border-left: 5px solid;
    background: rgba(2, 2, 2, 0.03);
    padding: 7px 7px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.cat-item a{
	font-size: 0.9em;
}

.cat-item a:hover{
	text-decoration: none;
}

.widget_recent_entries ul li {
    border-left: 5px solid;
    background: rgba(2, 2, 2, 0.03);
    padding: 7px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
}

.widget_recent_entries ul{
	list-style:none;
	padding-left:0;
}

.widget_recent_entries h3{
	display: none;
}

#sidebar-head {
    width: 100%;
    background: rgba(2, 2, 2, 0.04);
    padding:1px 0px 1px 50px;
    color: #757575;
    position: relative;
    margin: 0 0 7px 0;
    position:relative;
    display:block;
    border: 2px solid;
}

#sidebar-head-2 {
    width: 100%;
    background: rgba(2, 2, 2, 0.04);
    padding:1px 0px 1px 38px;
    color: #757575;
    position: relative;
    margin: 0 0 7px 0;
    position:relative;
    display:block;
    border: 2px solid;
	border-radius: 5px;
}

ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    border-radius: 5px !important;
}

#sidebar-head ul {
	margin-left: 10px;	
}

#sidebar-head-2 ul {
	margin-left: 10px;	
}

#sidebar-head h4{
	font-size: 15px;
	margin: 7px 0px;
}

#sidebar-head-2 h4{
	font-size: 16px;
	margin: 7px 0px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Lato';
}

#sidebar-head > a, #sidebar-head > span > a{
	position: initial;
}
#sidebar-head-2 > a, #sidebar-head-2 > span > a{
	position: initial;
}



#sidebar-head > a:after, #sidebar-head > span > a:after{
	background: none!important;
}
#sidebar-head-2 > a:after, #sidebar-head-2 > span > a:after{
	background: none!important;
}

#sidebar-head img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	padding: 4px;	
}
#sidebar-head-2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	padding: 4px;	
}

#sidebar-head #sidebar-overlay {
  background: #ffffff;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .5s;
}


#sidebar-head:hover #sidebar-overlay {
  opacity: .5;
  transition: opacity .5s;
}

.ssl-sidebar{
	margin-top: -5px;
    margin-bottom: 15px;
    border: 2px solid #9a9a9a;
}


.tc-sidebar{
	margin-top: -5px;
    margin-bottom: 10px;
    border: 2px solid #9a9a9a;
    text-align: center;
}

.tc-sidebar p{
	font-size: 20px;
	margin: 5px 0 5px 0;
	font-weight: 400;
}

.sidebar-top-logo{
	border: 2px solid!important;
    margin-bottom: 7px!important;
    padding: 5px 0;
	border-radius: 5px;
}

.page-section-head{
	padding: 1px 0px 1px 45px;
    color: #757575;
    position: relative;
/*     margin: 10px 0 0 0; */
}

.page-section-head h3{
	font-size: 20px;
    margin: 4px 0!important;
    font-weight: 400;
}
.page-section-head img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	padding: 6px;
	max-height: 32px;
	border-radius: 5px;
}
.page-section-head p {
	margin: 0!important;
}
	
.product-listing-hr {
	    border-top: 3px solid #ffffff!important;
}

.product-grid-slide{
	border: 0px solid #eeeeee;
	padding: 0;
 	margin-bottom: 22px;
}

.product-grid{
    border: 1px solid #eeeeee;
    padding: 10px 10px 15px 10px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    border-radius: 5px;
}

.product-grid-sidebar{
	border: 1px solid #eeeeee;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #fafafa;
	border-radius: 5px;
}

.product-grid-sidebar h5{
	font-size: 0.8em;
	margin: 10px 4px;
}

/* prevent link underline */
.product-grid-sidebar h5 a:after{
	background: inherit;
}

.product-grid-sidebar-col{
	padding: 5px!important;
/*
	border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #fafafa;
*/
}

.product-grid-sidebar-row{
	margin-left: -5px!important;
    margin-right: -5px!important;
}
.product-grid-sidebar-row h4, .product-grid-sidebar-row p{
	text-align: center;
}

.rec-products-sidebar{
	margin-bottom: 10px;
    background-color: #fafafa;
    padding: 8px;
    border: 1px solid #eeeeee;
	border-radius: 5px;
}

.rec-products-sidebar h3{
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0px 0 5px!important
}

.table > tbody > tr > td > h3{
	margin: 5px 0 0;
	font-size: 1.5em;
}
.table > tbody > tr > td > h2{
	margin: 5px 0 0;
	font-size: 1.5em;
}

/* prevent link underline */
.rec-products-sidebar h3 a:after{
	background: inherit;
}

.related-products-sidebar-grid{
	margin-bottom: 10px;
}


.product-section-heading{
	font-size: 1.2em;
}

#page-section{
	background: #fcfcfc;
	margin-bottom: 20px;
	padding-top:10px;
/* 	padding-bottom: 10px; */
 	border-radius: 5px; 
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	margin-left: 0px;
	margin-right: 0;
}

#page-section > div > table{
	margin-bottom: 15px;
}

#blog-section{
    background-color: #fff;
    margin-bottom: 20px;
/*     margin-top: 20px; */
    padding-top: 7px;
    padding-bottom: 10px;
/*     border-radius: 4px; */
    border-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    margin-left: 10px;
    margin-right: 0px;
    width: 96%;
	
}

#page-section-search{
	background-color: rgba(228,228,228,0.11);
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
	margin-top: 0px;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
}

.post-archive-title {
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: 5px!important;
}

.post-archive {
    margin-bottom: 15px!important;
}

.post-content{
	margin-bottom: 10px;
}

#post-header {
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
}

.post-heading{
	text-transform: uppercase;
	text-align:center;
	margin-top:0!important;
	margin-bottom: 10px!important;
	font-weight: 300!important;
}

#post-archive-description{
	margin-bottom: 20px;
}

.top-banner{
	margin-bottom: 10px;
}

.top-banner img{
	width:100%!important;
	max-width:1400px!important;
	min-width:60px!important;
	max-height: 500px;
    object-fit: cover;
}

.top-banner h2{
	text-transform:uppercase;
	text-align:center;
}

.top-banner span{
	background-color: #0000004a;
	padding:10px 20px;
	border-radius:5px;
	font-size:0.7em;
}

#make-sidebar-space {
	padding-right: 30px;
}

#title-banner{
	text-align: center;
	text-transform:uppercase;
	background: #eaeaea;
/* 	margin-top: 10px; */
	padding: 1px 1px;
}
#title-banner h2{
    font-size: 1.6em;
}
#home-page-row{
	background: #D7D7D7;
}



#outer-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100%*(160 / 300));
}
#outer-box img {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
#outer-box #inner-box {
  background: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity 1s;
}
#outer-box #inner-box p {
  color: #fff;
  line-height: 150px;
  font-family: 'arial';
  text-align: center;
}
#outer-box:hover #inner-box {
  opacity: .9;
  transition: opacity .5s;
}
#inner-box-overlay{
	display: none;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background-color: #00000091;
    text-align: center;
    width: 100%;
}
#inner-box-overlay h4{
	text-align:center;
	color:#00000091;
}
#inner-box-overlay h4 strong{
	font-weight: 300;
}

#inner-box-overlay h5{
	text-align:center;
	color:#fff;
}
.sp-full-width-heading{
	color: white!important;
	font-size: 50px!important;
	width: 100%!important;
	height: 80px!important;
	text-align: center!important;
	font-weight: 600;
	
}

.home-heading-banner h2{
	text-align: center;
    text-shadow: 1px 4px 6px #bac0c5, 0 0 0 #000, 1px 4px 6px #def;
    font-weight: 400;
    font-size: 2.5em;
    opacity: 0.8;
    margin-top: 30px;
}

.home-heading-banner p{
	    text-align: center;

}

.c-slider-header-1{
	color: white;
	font-size: 60px;
}


#full-width-row-1{
	background-color: rgba(206,206,206,0.2);
	padding: 20px 0 20px 0;
}
#full-width-row-2{
	background-color: #fafafa;
	padding: 20px 0 20px 0;
}

#full-width-row-2-no-pad{
	background-color: #fafafa;
}

#sidebar-box{
	border: 1px solid #eee;
    padding: 3px;
    margin: 7px 0;
    background-color: #fff;
}

#sidebar-box p{
	font-size: 12px;
}

.sidebar-box-heading p{
	margin: 0 0 5px;
	text-align: center;
}

.image-border-1{
/* 	border: 5px solid #eee; */
	padding: 10px;
	box-shadow:4px 4px 14px 3px rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* navbar font */
.ddl-navbar-default .ddl-navbar-nav > li > a {
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
/*     font-family: 'Roboto Slab', serif; */
    border: 1px solid;
    margin: 0 5px 5px 0;
    padding: 3px 6px!important;
    background: rgba(2, 2, 2, 0.04);
    transition: 0.9s cubic-bezier(0.22, 1.02, 0.58, 1);
	border-radius: 5px;
}
    

/* navbar  */

#top-menu-bar a:hover {
    background-color:#fff;

    
}

.current-menu-item a{
	background-color: #fff;
	font-weight: 400!important;
	border: 2px solid!important;

}

/* navbar background color */
.ddl-navbar-default {
    background-color: transparent!important;
}

/* navbar item spacing */
.ddl-nav-wrap{
	margin: 0px 10px 0px 0!important;
}
.ddl-nav > li > a {
    padding: 10px 10px 10px 10px!important;
}

/* navbar background color */
#menu-bar{
	border-bottom: 10px solid white;

} 

/* align navbar underneath logo */
.ddl-navbar-collapse {
    padding-left: 5px!important;
}

#logo-bar{
	padding:10px 0 10px 0;
} 


.thumbnail {
    margin-bottom: 0!important;
    border-radius: 0!important;
    border: 0!important;
}

img.aligncenter {
    margin-bottom: 0px;
}  

#my-menu{
	width: unset;
padding-left: 0px;
}  

/* turn off pipe symbol between menu items */
.ddl-nav > li > a::after {
    width:0!important;
}

.main-footer {
    padding-top: 10px!important;
    padding-bottom: 30px!important;
    margin-top: 0px!important;
    background-color: #f8f8f8!important;
    border-top: 0px!important;
    font-size: .9em!important;
    color: #666!important;
}

.small-logo{
	padding: 0!important;
    height: 35px!important;
    max-height: 35px!important;
    min-width: 35px!important;
    width: 35px!important;
    max-width: 35px;
    border: 2px solid!important;
}

.small-logo p{
	text-align:center;margin:0!important;font-size: 1.3em; font-weight:400;
}

/* MENU STYLING */

#main-top-bar{
	
}

.element-is-not-sticky {
   
}


.element-is-sticky {
    background-color: rgba(255, 255, 255, 0.9)!important;
	z-index: 10000000 !important;
}
}

#toggle-menu{
	cursor: pointer;
    height: 42px;
    font-size: 1.3em;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px 0 10px!important;
    /* opacity: 0.7; */
/*     border-radius: 15px; */
    margin: 10px 15px 0px 0px;
    border: 2px solid;
}

#toggle-menu:hover{
	background-color: #212121!important;
	border-color: #212121 !important;
}

#toggle-menu-content{
	align-self: center;
	font-weight:300;
	color:#fff;
}




/*
.ddl-full-width-row > [class*="col-"] {
    z-index: -1!important;
}
*/
/*
.ddl-dropdown-menu > li > a:hover, .ddl-dropdown-menu > li > a:focus {
    color: #FFF!important;
    background-color: #6c6c6c!important;
}

.ddl-dropdown-menu{
	padding: 10px 0!important;
}
*/


/* SHORTCODES ULTIMATE */
.su-row .su-column {
    margin: 0 0 0 2%!important;
}

.su-tabs-pane {
/*     padding: 0 15px 15px 15px!important; */
    font-size: 16px!important;
    background: #fcfcfc!important;
    color: #666!important;
}

.su-tabs {
	margin: -12px -16px -1px -16px!important;
    padding: 1px!important;
    border-radius: 0px!important;
    background: #f6f6f6!important;
    position: relative;
	z-index: 0;
}

/* headers for tabs */
.su-tabs-nav > span{
	font-size: 14px!important;
    font-weight: 400;
    text-transform: uppercase;
}
.su-tabs-current{
	font-weight: 600!important;
}

.su-service-content {
    color: #666;
}

/* NINJA FORMS */
.nf-form-wrap {
    background: #fcfcfc!important;
    border: 1px solid #EEEEEE!important;
/*     margin-bottom: 20px!important; */
    padding: 10px 20px 0px 20px;
}

.nf-field-label {

	margin-bottom: 5px!important;
    margin-left: 5px!important;

    text-align: left!important;
    width: 100% !important;
}
.nf-field-label label{
	font-weight: 500!important;
}

.nf-field-element, nf-element{
	font-weight: 300!important;
}


.nf-field-container {
     margin-bottom: 10px!important; 
}

.nf-error-field-errors{
	display: none;
}

.sendy-optin-wrap .nf-field-label{
	
}




/*toolset forms labels*/
.form-group > label {
    font-weight: 400!important;
    color: #575757;
    font-size: 16px;
}

.ninja-form-submit-button{
	height: 38px!important;
	width: 100%!important;
    color: #fff!important;
    border-style: none;
    font-weight: 400;
    transition: border-color 0s, font-size 0.3s ease-out
}

.ninja-form-submit-button:hover {
    border: 2px solid!important;
    font-size: 1.2em;
    font-weight: 600;

}   

.ninja-form-submit-button-nl{
	height: 35px!important;
	width: auto!important;
    font-weight: 400;
    border: 2px solid!important;
    padding: 0px 20px;
    transition: 0.9s cubic-bezier(0.22, 1.02, 0.58, 1);
	background-color: #ffffff!important;
}

.ninja-form-submit-button-nl:hover {
    border: 2px solid!important;
    font-weight: 400;
	color: #ffffff!important;
}  

.submit-wrap{
	text-align: center!important;
} 

.nf-form-fields-required{
	display: none;
}

.nf-field-element textarea {
      height: 70px !important;
    } 
.nf-next, .nf-previous {
	height: 33px!important;
    width: 100%!important;
    padding: 0px 20px;
    background-color: #fff!important;
    border: 2px solid;
    font-weight: 400;
}

.nf-breadcrumbs li.active a {
    font-weight: normal!important;
    border: 2px solid!important;
    padding: 5px 10px!important;
}

.nf-next:hover, .nf-previous:hover{
    color: #fff!important;
}

.nf-breadcrumbs li.active a:after{
	background: inherit;
}

.nf-breadcrumbs li a {
    padding: 7px 0;
}

.nf-wrapper-popup{
	border: 2px solid;
}

.nf-popup-bottom-image{
	border: 2px solid;
	margin-top: 15px;
}

.nf-field-description{
    font-size:12px;
}

.hidden-container{
	margin: 0!important;
}

/* fix info help test icon */
.fa-info-circle:before {
display: none !important;
}

.newsletter-form-wrapper{
	border: 0px solid #eee!important;
    margin-bottom: 7px;
}

.newsletter-form-wrapper .ninja-forms-form-wrap{
    background-color: #fafafa!important;
	border-radius: 5px;
	
}

.newsletter-sub-heading{
	font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}


/* date picker */
.ui-widget-header {
    border: 0!important;
}
.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w{
	font-size: 0;
}

/* YIKES MAIL CHIMP */
.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
	border-radius: 0!important;
}
.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form select {
    font-weight: 300!important;
}

/* MAKE THE SUBMIT BUTTON ON THE HOMEPAGE ALIGN WITH INPUT FIELDS */
#newsletter-in-line-1 > label.empty-form-inline-label.submit-button-inline-label > span{
	display: none;
}

/* SPREAD THE FORM OUT OVER THE WIDTH OF THE PAGE SO IT LOOKS CENTERED */
.yikes-easy-mc-form label.label-inline {
    width: 25%!important;
}
.yikes-easy-mc-form .submit-button-inline-label {
    width: 25%!important;
}


/* Responsive Facebook Like Box */
.fb_iframe_widget,.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }


.bti-lm-col-3-1{
	width: 33%!important;
	padding-right: 10px;
}  

/* FIX SUPERFLY MENU FOR FIREFOX 14-03-2017 */
#sfm-sidebar .sfm-menu-level-0 > li {
opacity: 1 !important;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1) !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1) !important;
transition: transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1) !important;
} 

.sfm-mobile #sfm-sidebar.sfm-compact-header .sfm-logo img {
    max-height: none!important;
}

/* GROWCERY CLOCK */
.clock_1000 {
    font-size: 28px!important;
}
.dt_clocks {
    padding: 0!important;
}

/* SPECIALS */
.special-container{
	border: 1px solid #c4c4c46b!important;
    margin: 20px 0 20px 0!important;
    padding: 0 15px 15px 15px;
    border-radius: 10px;
/*     background: #e1e1e1; */
/*     -webkit-box-shadow: 3px 6px 13px 5px rgba(0,0,0,0.1); */
/*     box-shadow: 3px 6px 13px 5px rgba(0, 0, 0, 0.1); */
    background:url("https://umkulucpanel.co.za/tatj/wp-content/uploads/resources/global/img/paper.png");

/*
    background: -moz-linear-gradient(left, #9b9b9b 0%, #E8E8E8 100%);
    background: -webkit-linear-gradient(left, #9b9b9b 0%, #E8E8E8 100%);
    background: linear-gradient(to right, #9b9b9b 0%, #E8E8E8 100%);
*/
    
}

.special-image{
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	max-height: 175px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.on-special h1{
	font-size: 1.5em;
	font-weight: 400;
	color:#e13235;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px!important;
}

.on-special h2{
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 10px!important;
}

.on-special h3{
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-top: 0px!important;
}
.on-special h5{
	text-transform: uppercase;
	text-align: left!important;
	margin-bottom: 0px!important;
	text-transform: none;
    font-size: 18px;
}

.special-heading{
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight: 700;
    color: #36b036;
}
.special-desc{	
	text-align:center;
}

.polaroid {
    border: 1px solid #ececec;
    background: #ffffff;
    padding: 10px;
    filter: drop-shadow(6px 6px 7px lightgrey);
}

.polaroid-1 {
    transform: rotate(355deg);
}

.polaroid-2 {
    transform: rotate(5deg);
    margin-top:-10px;
}

.row-section{
	border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    background: #fcfcfc;
}

.slider-pro-fullscreen-button{
    cursor: zoom-in;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    background-color: #ffffff73;
    color: #00000070!important;
    font-size: 0.8em;
}

.sp-buttons {
    padding-bottom: 6px;
}

.sp-button {
    width: 7px!important;
    height: 7px!important;
    border: 1px solid black!important;
}

.sp-padding {
    padding: 0 10px 0 10px!important;
}
.sp-black {
    width: 100%!important;
    text-align: center!important;
    text-transform: uppercase;
    padding: 7px!important;
    background: rgba(0, 0, 0, 0.45)!important;
    font-size: 1.1em!important;
}

/* make all the labels layers visible not just the active (center) one */
.sp-layer{
	bottom: 0!important;
	visibility: visible!important;
	opacity: 1!important;
}



.fancybox-nav {
    position: absolute!important;
}
.fancybox-close {
    position: absolute!important;
}


/* TESTIMONIAL SLIDER */

.testimonial-slider-wrapper{
	border: 1px solid #eee;
	background-color: #fafafa;
	margin-bottom:7px;
	border-radius: 5px;
}

.testimonial-slide-wrapper{
	max-height:110px;
	min-height: 110px;
	position:relative;
	
}

.testimonial-slider-header{
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.testimonial-slider-header::before {
  content: "-- TOP QUALITY SERVICE --";
  
}

.testimonial-slide-content{
	margin-top: 10px;
}

.slider-button-l {
  position: absolute;
  left:4px;
  top:25%;
}

.slider-button-r {
  position: absolute;
right:4px;
    top: 25%;
}

.slider-button{
  font-size:8px!important;
  padding: 0!important;
  border: 0!important;
  background-color: transparent!important;
}

.slider-button:hover{
  background-color: transparent;
  text-decoration:none;
}

.wpv-filter-previous-link:after{
 	background:inherit; 
}
.wpv-filter-next-link:after{
 	background:inherit; 
}
 
span.glyphicon {
    font-size: 2em;
}
.testimonial {
    text-align: center;
    font-style: italic;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 150%;
    vertical-align: middle;
}

.testimonial .post-content {
  margin: 30px auto;
}


/* AJAX SEARCH */
.asp_content h3 a{
	text-transform: uppercase!important;
}
.asp_content h3 a:after{
	background: inherit;
}


.search-header{
	float:right;
	margin-right: 10px;
}


.home-article-slider{
	margin-bottom: 10px;
}

.article-homepage {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    background: #f3f3f3;
}

.article-homepage a:hover {
    opacity: 0.5;
    text-decoration: none;
}


.article-cat-homepage {
    font-size: 12px;
}

.small-logo-link a:hover{
	opacity: 0.5;
	text-decoration: none;
}



/* box-news */
.box-news {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding: 15px;
    margin: 0 0 15px 0;
}

/* Clear floats after containers */
.box-news::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.box-news img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}


/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .box-news {
    text-align: center;
  }

  .box-news img {
    margin: auto;
    float: none;
    display: block;
    padding-bottom: 15px;
  }
}

/* box-main */
.box-main {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding: 15px;
    margin: 0 0 15px 0;
}

/* Clear floats after containers */
.box-main::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.box-main img {
    border-radius: 50%;
}

/* Increase the font-size of a span element */
.box-head {
    font-size: 23px;
    margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .box-main {
    text-align: center;
  }

  .box-main img {
    margin: auto;
    float: none;
    display: block;
    padding-bottom: 15px;
  }
}

/* ------------------------------------------------------------------------------------------------- */

.home-banner-narrow{
	margin-top: 0px!important;
    padding-top: 60px!important;
}



/* CENTER MENU BAR ---------------------------------------------------------------- */
.menu-center .ddl-nav-wrap {
  float: none !important;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
.menu-center .ddl-nav-wrap .ddl-navbar-collapse, 
.menu-center .ddl-nav-wrap .ddl-navbar-nav {
        float: none;
        text-align: center
    }

.menu-center .ddl-nav-wrap .ddl-dropdown-menu {
        text-align: start
    }

.menu-center .ddl-nav-wrap .ddl-navbar-nav > li {
        float: none;
        display: inline-block;
        margin-right: -2px;
        margin-left: -2px;
    }

.menu-center .ddl-nav-wrap a:after {
        content: none
    }
}
/* ------------------------------------------------------------------------------------------------- */

.header-banner{
	background-color: #f1f0f0;
	text-align: center;
}

.header-banner-2{
	background-color: #f1f0f0;
    text-align: center;
    padding: 15px 0px 10px;
    border-radius: 10px;
}


.text-block{
	padding: 0 10px 5px!important;
}
.text-block-inner{
	border-radius: 10px;
    background: white;
    padding: 5px 20px;
    border: 1px solid #eeeeee;
}
}



/* Themify Announcement Bar */

.themify_announcement.bar .announcement_content {
    margin: 8px 80px 8px 0px;
}

.themify_announcement.bar .announcement_title {
    margin: 6px 1em 0 0;
}

.themify_announcement .announcement_post {
    color: #ffffff;
}

.themify_announcement .close {
    top: 0.4em;
    color: #ffffff;
}


/* Developed to display Namibia Weather in footer */
.box-with-link{
	text-align:center;
	border: 2px solid gray;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px;
}


/* Popup Maker */
.popmake-close:hover {
    border: 1px;
    color: white;
}

.popmake-close {
    padding: 5px 10px;
    border: 1px solid ;
}

.pum-container {
  margin-bottom: 0!important;
/*   width: 97%!important; */
}

/* Fix the p tag above pilanesberg nav */
.ddl-nav-wrap p{
	margin: 0!important;
}

#outer-box > a{
	position: unset!important;
}

#outer-box > a:after{
	background: none!important;
}


a,a:visited,a:hover,a:active{
  -webkit-backface-visibility:hidden;
   backface-visibility:hidden;
   position:relative;
  transition:0.5s color ease;
	text-decoration:none;
	font-weight: 400;
}

a:after{
  content: "";
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute;
  bottom:-0.1em;
  height:0.2rem;
  width:0;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
}
a:hover:after{
  width:100%;
}

.product-grid-special-label{
	position: absolute;
	top: 6px;
	left: 50%;
	background: #ffffffe0;
	padding: 5px 10px;
	font-weight: 500;
	top: 5px;
	left: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #04a354;
	border-radius: 15px;
	margin-bottom: 0;
	
}

.product-desc h4{
	text-transform:uppercase;
	text-align:center;
}

.product-desc > h4 > a:after{
	background: inherit;
}

.product-special-heading{
	text-align:center;
	background: #a2f8cd; 
	padding: 4px 0;
	margin-bottom: 10px;
}

a.action-button:after{
	background: inherit;
}

.image-button {
    background-color: #ffffffe3;
    padding: 5px 10px 5px 45px;
    position: relative;
    display: inline-block;
    border: 2px solid;
    font-size: 20px;
    transition: 0.9s cubic-bezier(0.22, 1.02, 0.58, 1);

}

.image-button:hover {
	color: white;
}

.sidebar-button-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0px 20px 0 0;
    background-color: #ffffff;
    border: solid 2px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-bottom: 7px;
}

.sidebar-button-2:hover {
    color: #ffffff; 
}

.button-icon {
    margin-right: 18px;
    padding: 5px;
    border-radius: 0;
    transition: background-color 0.3s;
    width: 32px;
	color: #ffffff;
    text-transform: capitalize;
}

.button-center {
	margin:0 0 10px 0;
	display:flex;
	align-items: center;
	justify-content: center;"
}

.button-center .sidebar-button-2 {
	width: 180px;
	
}


.t2n-color:hover,
.t2b-color:hover,
.umkulu-color:hover,
.nwr-color:hover,
.orange-river-rafting-color:hover,
.etosha-color:hover,
.etd-color:hover,
.growcery-color:hover{
	background-color: #e3e3e3!important;
}


/*Buttons
button {
    color: #ffffff !important;
    background-color: #9e3535;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    border: 2px solid #9e3535;
    border-radius: 5px;
    padding: 3px 35px;
}
button:hover {
	color: #9e3535!important;
	background-color: #ffffff;
}*/

.sticky-top-bar{
	padding-top: 5px;
}



.square-button{
	cursor: pointer;
    height: 35px;
    font-size: 1.3em;
    display: inline-flex;
    justify-content: center;
    min-width: 34px;
    border: 2px solid;
	border-radius: 5px;
    background-color: #ffffffe3;
}


.square-button:hover > .square-button-font{color: white!important;}

.square-button-font{
	align-self: center;
	font-size: 21px;
}

.square-button-content{
	align-self: center;
	font-weight:300;
	color:#fff;
}

.menu-button{
	float:left;
	margin: 0px 5px 0px 20px;
}

.home-button{
	float:left;
	margin: 0px 5px 0px 20px;
}

.ask-question-button{
	float:right;
	margin: 0px 20px 0px 0px;
}




.font-button:hover > table > tbody > tr > td.font-button-text h1{color:white}
.font-button:hover > table > tbody > tr > td.font-button-logo{background:white}




.font-button-text{
	background-color: #ffffffe3;
	width: auto!important; 
	vertical-align: middle!important; 
	padding:0!important;
	border: 2px solid!important;
}

.font-button-text h1{
	text-transform:uppercase!important;
	padding-left:10px!important;
	padding-right:10px!important;
	margin:0!important;
	font-size: 1.1em!important;
	font-weight: 400;
	font-family: 'Lato';
}

.font-button-logo{
	width: auto!important; 
	min-width: 33px;
	vertical-align: middle!important; 
	padding:0!important;
	border:0!important; 
	height: 33px!important; 
	border: 2px solid!important;
}

.font-button-logo h1 {
	text-transform:capitalize!important;
	text-align:center!important;
	margin:0!important;
	font-size: 1.3em!important; 
	font-weight:400!important;
	color:white!important;
	font-family: 'Lato';
}




.no-link-underline:after{
	background: inherit;
}


.image-button ul {
	margin-left: 10px;	
}

.image-button > a, .image-button > span > a{
	position: initial;
}

.image-button > a:after, .image-button > span > a:after{
	background: none!important;
}


.image-button img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	padding: 6px;
}

.sidebar-button{
	width: 100%;
    padding: 5px 0px 5px 50px;
    margin: 0px 0 7px 0;
    font-size: 16px;
    background: rgba(2, 2, 2, 0.04);
    display: block;
	border-radius: 5px;
	font-weight: 400;
}

.image-button-link{
	text-decoration: none!important;
}


.book-now-header{
	float: right;
	margin-right: 10px;
}

@media (max-width: 1200px){
	.sidebar-rec-acc{padding: 1px 0px 1px 65px!important}
	.sidebar-rec-tours{padding: 1px 0px 1px 65px!important}
	.testimonial-slide-wrapper {max-height: 125px; min-height: 125px;}
	.imghvr-slide-up figcaption{padding: 20px!important;}
}

@media (max-width: 992px){
	.sidebar-button {padding: 5px 0px 5px 46px}
	.sidebar-rec-acc{padding: 1px 0px 1px 65px!important}
	#sidebar-head {padding: 1px 0px 1px 46px}
/* 	.imghvr-product-bottom-banner-title{font-size: 1em!important;} */
}

@media (max-width: 768px){
	#top-menu-bar{display: none}
	.sidebar-button {padding: 3px 0px 5px 49px;}
	#announcement_bar_slider{display: none!important}
}

/* hide the mobile logo at the top of the header */
.mobile-logo-row{display: none}
.home-button-header{display: none}

.mobile-logo{margin: 5px 0 -5px 0}

.header-buttons-wrapper{text-align:left}

.question-button-header{display:inline-block;float:right;}


/* REARANGE THE HEADER */
@media (max-width: 640px){
	.book-now-header {
	    /*float: inherit;
	    margin: 0;*/
	}
	
	.ask-question-button {
	    float: left;
	    margin: 0;
	}
	
	.menu-button {margin: 0}
	.home-button {margin: 0}
	
	.square-button {
	    height: 35px;
	    min-width: 35px;
	}
	
	.square-button-font {
	    font-size: 20px;
	}

	.mobile-logo > a > div > table > tbody > tr > td.font-button-logo h1{
		font-size: 1.3em!important;
	}

	.font-button-text h1 {
		font-size: 1em!important;
	}
	
	.mobile-logo > a > div > table > tbody > tr > td.font-button-text h1{
		font-size: 1.2em!important;
	}
	
	.font-button-logo {
		min-width: 33px;
		height: 33px!important;
	}
	
	.mobile-logo > a > div > table > tbody > tr > td.font-button-logo{
		min-width: 33px;
		height: 33px!important;
	}

	
	/* hide the site logo at the top of the header */
	.site-logo-wrapper{display: none!important}
	
	/* display the mobile logo at the top of the header */
	.mobile-logo-row{display: inherit}
	
	.mobile-logo-wrapper{text-align:center}
	.header-buttons-wrapper{text-align:center}
	.question-button-header{float:inherit}
	.home-button-header{display: inline-block}
	.toggle-button-wrapper{display: inline-block}


}

/* Widest Smartphone 432px - Microsoft Lumia 1520 */
@media (max-width: 550px){
 	.product-title-top{font-size: 1.9em}
}

.ssl-footer{
	width: 75%;
}

.partner-img-footer{
	width: 75%;
}


    
:root{
--growcery-color: #797c3a;
--umkulu-color: #ED6000;
--etosha-color: #822E2D;
--etd-color: #631919;
--chobe-color: #236393;
--pilanesberg-color: #1F5E16;
--nwr-color: #c9870e;
--orange-river-rafting-color: #00747c;
--african-overland-color:#00747c;
--t2n-color: #11904A;
--t2b-color: #2684B7;

}

.growcery-color{
	border-color: var(--growcery-color)!important;	
	color: var(--growcery-color)!important;
}
.umkulu-color{
	border-color: var(--umkulu-color)!important;	
	color: var(--umkulu-color)!important;
}
.etosha-color{
	border-color: var(--etosha-color)!important;	
	color: var(--etosha-color)!important;
}
.etd-color{
	border-color: var(--etd-color)!important;	
	color: var(--etd-color)!important;
}
.chobe-color{
	border-color: var(--chobe-color)!important;	
	color: var(--chobe-color)!important;
}
.pilanesberg-color{
	border-color: var(--pilanesberg-color)!important;	
	color: var(--pilanesberg-color)!important;
}
.nwr-color{
	border-color: var(--nwr-color)!important;	
	color: var(--nwr-color)!important;
}
.orange-river-rafting-color{
	border-color: var(--orange-river-rafting-color)!important;	
	color: var(--orange-river-rafting-color)!important;
}
.t2n-color{
	border-color: var(--t2n-color)!important;	
	color: var(--t2n-color)!important;
}
.t2b-color{
	border-color: var(--t2b-color)!important;	
	color: var(--t2b-color)!important;
}

.growcery-background-color{
	background: var(--growcery-color)!important;	
}
.umkulu-background-color{
	background: var(--umkulu-color)!important;	
}
.etosha-background-color{
	background: var(--etosha-color)!important;	
}
.etd-background-color{
	background: var(--etd-color)!important;	
}
.chobe-background-color{
	background: var(--chobe-color)!important;	
}
.pilanesberg-background-color{
	background: var(--pilanesberg-color)!important;	
}
.nwr-background-color{
	background: var(--nwr-color)!important;	
}
.orange-river-rafting-background-color{
	background: var(--orange-river-rafting-color)!important;	
}
.t2n-background-color{
	background: var(--t2n-color)!important;
}
.t2b-background-color{
	background: var(--t2b-color)!important;
}



.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 2em;
	line-height: 1;
	color: #8a8a8a;
	display: inline-block;
}

.link--kukuri {
	text-transform: uppercase;
	font-weight: 300!important;
	overflow: hidden;
/* 	line-height: 0.75; */
	color: #808080;
	font-size: 1.4em;
}

.link--kukuri:hover {
	color: #b2b0a9;
}

.link--kukuri::after {
/*
	content: '';
	position: absolute;gi
	height: 16px;
	width: 100%;
	top: 65%;
	margin-top: -8px;
	right: 0;
	background: #F9F9F9;
	transform: translate3d(-100%,0,0);
	transition: transform 0.4s;
	transiti
*/
on-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kukuri:hover::after {
	transform: translate3d(100%,0,0);
}

.link--kukuri::before {
	content: attr(data-letters);
	position: absolute;
	z-index: 2;
	overflow: hidden;
	color: #9e3535;
	opacity: 0.8;
	white-space: nowrap;
	width: 0%;
	transition: width 0.4s 0.3s;
}

.link--kukuri:hover::before {
	width: 100%;
}

















@charset "UTF-8";
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciar Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
/*     background-color: #a62222; */
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
/*     background-color: #135796; */
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
    opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
    opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0, 15%);
            transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.imghvr-push-up:hover > img {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.imghvr-push-down:hover > img {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.imghvr-push-left:hover > img {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.imghvr-push-right:hover > img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}



/* imghvr-slide-*
   ----------------------------- */
@media (hover: hover) {
[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);           
}
}





/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
/*     background-color: #135796; */
}

[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
    opacity: 0;
}

[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
    opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
            transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover > img {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover > img {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.imghvr-hinge-right:hover > img {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
    opacity: 0;
}

[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
    opacity: 0;
}

[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s;
}

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
            transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
            transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
            transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover > img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
            transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
/*     background: #135796; */
    position: absolute;
    content: '';
    transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
/*     background: #135796; */
    position: absolute;
    content: '';
}

[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
    top: 0;
    left: 0;
}

[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
    right: 0;
    bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
    height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
            transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
            transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
            transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
            transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
            transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
            transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
            transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
            transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'], [class*=' imghvr-fold'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

[class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
    z-index: 1;
    opacity: 0;
}

[class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
    opacity: 0;
    transition-delay: 0;
}

[class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
            transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
            transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
            transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
            transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
            transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
            transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
            transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
            transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.imghvr-fold-right:hover > img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
            transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 0;
}

[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
}

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
            animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
                transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
                transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
    -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
            animation: imghvr-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
                transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
                transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
                transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
    -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
            animation: imghvr-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
                transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
                transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
    -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
            animation: imghvr-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
                transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
                transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
                transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
            transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
            transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
            transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
            perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
            transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
            transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
            transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
    opacity: 0;
}

.imghvr-blur:hover > img {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* ADDED TO IMAGE HOVER: */
.imghvr-slide-up {position: relative!important;}
.imghvr-slide-up figcaption{background-color:#00000087}

@media (hover: hover) {
.imghvr-slide-up:hover > .img-hvr-product-desc{opacity: 0}
.imghvr-slide-up:hover > .img-hvr-special-desc{opacity: 0}
}

.imghvr-product-price{
	float:left!important;
	font-weight: 400!important;
	font-size: 1.1em!important;
}

.imghvr-product-rating{
	text-align: right;
}
.img-hvr-product-desc{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #00000087; 
	transition: .5s;
}

.img-hvr-special-desc{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #55a56ec7;
    transition: .5s;
    text-align: center;
    line-height: 1em;
    padding: 5px;
    font-weight: 400;
}

.imghvr-product-bottom-banner-price{
	color: #fff;
	padding: 5px 0 0 0;
	margin: 0px 0px -8px 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
}
.imghvr-product-bottom-banner-title{
	color: #fff;
	padding: 5px;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.1em;
}

