/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
.slogan {
	font-size: 3.5rem;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	z-index:500;
}

.slogan2 {
	font-size: 2.9rem;
	font-weight: 400;
	font-family: 'Caveat', cursive;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	z-index:500;
}

.slogan3 {
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Caveat', cursive;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	z-index:500;
}

.home-slogan {
	position: absolute; 
	bottom:200px; 
	z-index:500;
	width:95%;
}

@media (max-width: 991px) {
	.slogan {
		font-size: 2.5rem;
	}
	.slogan2 {
		font-size: 2rem;
	}
	
	.slogan3 {
		font-size: 1rem;
	}
}

@media (max-width: 479px) {
	.slogan {
		font-size: 2.5rem;
	}
	.slogan2 {
		font-size: 2rem;
	}
	
	.slogan3 {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.slogan {
		font-size: 2.5rem;
	}
	.slogan2 {
		font-size: 2rem;
	}
	
	.slogan3 {
		font-size: 1rem;
	}
}

.pricing-price {
	font-size: 2.8rem;
	padding: 0 0 1rem 0;
}
.heading-block.center > span, .heading-block.text-center > span, .center .heading-block > span, .text-center .heading-block > span {
	max-width: 100%;
	font-family: 'Caveat', cursive;
}

.heading-block::after {
	content: '';
	display: none;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}

.heading-block {
	margin-bottom: 30px;
}

.caveat {
	font-family: 'Caveat', cursive;
}

.dark #copyrights, #copyrights.dark {
	color: rgba(255,255,255,0.8);
	background-color: none;}

.dark .copyright-links a {
    color: rgba(255,255,255,0.8);
    border-bottom-color: none;
}

.flip-card-front::after, .flip-card-back::after {
	opacity: 0.5;
	background-color: #db2532;
}

.full-header .primary-menu .menu-container {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 60%;
	height: 430px;
	padding: 30px;
	margin: 35px 0 0 -30%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -30% 0 0;
}

.story-box .story-box-info .story-title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	color: #db2532;
	margin-bottom: 10px;
}

.story-box .story-box-info .story-box-content p, .story-box .story-box-info .story-box-content li {
	font-size: 16px;
	font-weight: 400;
	color: #555;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {
	
	.story-box .story-box-info .story-box-content p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 16px;
}

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}

	#side-panel-trigger { right: 40px !important; }

}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		/* text-align: center; */
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		/* text-align: center; */
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

