h3 {
  color: #B22222;
}

.btn-sm {
	font-size: 1.25em;
    font-weight: bold;
    line-height: 2em;
    width: 15em;
    height: 3em;
}
#homepageslider .slide-caption {
    bottom: calc(var(--gap) + 24px);
}

.slide{
	background: #F6F6F6;
}

#homepageslider .slide-caption span {
        display: inline-grid;
		margin-top: 12px;
		font-family: quicksand;
		background-color: #1CB4DD;
		border: none !important;
		padding: 8px;
        border-radius: 4px;
		text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }
#homepageslider .slide-caption span:hover {
        display: inline-grid;
		margin-top: 12px;
		font-family: quicksand;
		background-color: #6BBA70;
		border: none !important;
    }
@media screen and (max-width: 650px) {
    #homepageslider .slide-caption h2 {
        font-size: 1.25em;
        background-color: white;
        height: 48px;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: inline-grid;
        margin: 0px !important;
        border-radius: 12px 12px 0px 0px;
		text-shadow: none;
		color: black;
		font-family: quicksand;
    }
	#homepageslider .slide-caption p {
        font-size: 1.25em;
        background-color: white;
        height: 48px;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0px !important;
        align-content: center;
        display: inline-grid;
        border-radius: 0px 0px 12px 12px;
		text-shadow: none;
		color: black;
		font-family: quicksand;
    }
	#homepageslider .slide-caption span {
        display: inline-grid;
		margin-top: 12px;
		font-family: quicksand;
		background-color: #1CB4DD;
		border: none !important;
		padding: 8px;
        border-radius: 4px;
    }
	
	#homepageslider .owl-dot span {
		width: 10px;
		height: 10px;
		background-color: black;
	}
	.owl-dots {
		position: static !important;
	}
}

.homepagebannertext{
	position: relative;
    top: -70%;
    font-size: 3.25vw;
    color: white;
    text-shadow: 2px 2px 8px #000;
    text-decoration: none !important;
    width: 90%;
    text-align: center;
    border-radius: 100px;
    background-color: #e91e2560;
    height: 110px;
	left: 50%;
	transform: translateX(-50%);
}
.homepagebanner-text{
	line-height: 110px;
    vertical-align: middle;
	text-decoration: none !important;
}
.homepagebannertext:hover{
	transform: scale(1.1) translateX(calc(-48% + 1vw));
	transition: 0.25s;
	transition-timing-function: ease;
	text-decoration:none !important;
}
.homepagebannerlink{
	text-decoration: none !important;
}






	
	/* Slideshow container */
.slideshow-container {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: right;
	animation-fill-mode: forwards;
}

/* Hide the images by default */
.mySlides {
	display: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	animation-fill-mode: forwards;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	top: 97%;
	transform: rotate(90deg);
	border-radius: 3px 0 0 3px;
}
			
.prev {
	top: 1%;
	transform: rotate(90deg);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot-carousel {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 24px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active-carousel, .dot-carousel:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
			
.inner-container-carousel {
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0%;
	top: 0%;
	display: flex;
	overflow: hidden;
	background-position: top;
	background-size: cover;
}
			
.inner-container-carousel-bottom {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0%;
	top: 50%;
	display: flex;
	overflow: hidden;
	background-position: top;
	background-size: cover;
}
			
.dot-container {
	width: 1%;
	height: 20%;
	left: 0%;
	top: 22%;
	position: absolute;
}
				

.fade-wrapper {
      position: relative;
      height: 300px;
}
.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(246,246,246,1), rgba(246,246,246,0));
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(246,246,246,1), rgba(246,246,246,0));
}			

.carousel-button {
	background-color: #FFF;
	border-radius: 10px;
	display: block;
	margin: 4px 10px 4px 10px;
	padding: 8px;
	right: 5%;
	bottom: 2%;
	color: #333;
	text-decoration: none;
	font-size: 10pt;
	border: none;
	box-shadow: 2px 2px 4px #000;
	position: absolute;
	z-index: 3;
}
			
.carousel-text {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	font-size: 30px;
	text-align: right;
	height: 20%;
	width: 100%;
	text-shadow: 2px 2px 2px #000;
	display:block;
	position: absolute;
}
			
.top-nav {
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	position: absolute;
	padding: 0;
	margin: 0;
	border: none;
	display: block;
}
		
.upper-container {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	animation-fill-mode: forwards;
}
			
.frame-box {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
}
			
.upper-box {
	width: 100%;
	min-height: 600px;
	z-index: 5;
	position: relative;
}
			
.home-box {
	text-align: left;
   	width: 100%;
   	height: 500px;
   	background-color: #f5f5f5;
   	display: inline-block;
   	overflow: hidden;
}
    	
.home-box-left {
   	height: 100%;
   	width: calc(30% - 40px);
   	margin: 20px;
   	padding: 0;
   	border: none;
   	display: inline-block;
   	float: left;
   	overflow: hidden;
   	position: relative;
}
    	
.home-box-right {
   	height: 100%;
   	width: calc(30% - 40px);
   	margin: 20px;
   	border: none;
   	padding: 0;
   	display: inline-block;
   	float: right;
   	overflow: hidden;
   	position: relative;
}
    	
.home-box-left-image {
   	height: 100%; 
   	width: 70%;
   	margin: 0;
   	border: none;
   	display: inline-block;
   	float: left;
   	overflow: hidden;
   	position: relative;
}
    	
.home-box-right-image {
   	height: 100%; 
   	width: 70%;
   	margin: 0;
   	border: none;
   	display: inline-block;
   	float: right;
   	overflow: hidden;
   	position: relative;
}

.home-box-right-image img {
   	max-width: none;
}

.home-box-left-image img {
   	max-width: none;
}
    	
.home-box-button {
   	padding: 16px;
   	margin: 5%;
   	border: 2px solid #B22222;
   	color: #B22222;
   	display: inline-block;
   	background-color: #f5f5f5;
   	transition: 0.25s;
   	transition-timing-function: ease;
}
    	
.home-box-button:hover {
   	background-color: #B22222;
   	color: white;
   	transition: 0.25s;
   	transition-timing-function: ease;
}
    	
.shopnow-box {
   	width: 60%;
   	padding: 20px;
   	background-color: #f5f5f5;
   	border: 2px solid #999;
   	display: none;
   	overflow: hidden;
}
    	
.shopnow-box-button {
   	padding: 16px;
   	margin: 1%;
   	border: 2px solid #B22222;
   	display: inline-block;
   	background-color: #f5f5f5;
   	transition: 0.25s;
   	transition-timing-function: ease;
}
    	
.shopnow-box-button:hover {
   	background-color: #B22222;
   	color: white;
   	transition: 0.25s;
  	transition-timing-function: ease;
}

.tg{
	width: 100%; 
	border-spacing: 12px;
}

.tg-0pky {
	width: 20%;
    height: 300px;
    box-shadow: 1px 1px 4px #ddd;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    vertical-align: top;
}

.curve {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.wavesection {
    position: relative;
    min-height: 150px;
    padding-top: 24px;
    background: #B22222;
    width: 100%;
    top: 0px;
    font-size: 32px;
    color: white;
}

.curve::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: #f6f6f6;
}

.curve::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #B22222;
    transform: translate(-4%, 40%);
    z-index: -1;
}
.wavesection2 {
    position: relative;
    min-height: 150px;
    padding-top: 24px;
    width: 100%;
    top: -180px;
    font-size: 32px;
    color: white;
}

.curve2::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: #f6f6f6;
    opacity: 30%;
    top: 30px;
}

.curve2::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #B22222;
    transform: translate(-4%, 40%);
    z-index: -1;
    opacity: 20%;
    top: 30px;
}
			
#logos img {
    background-color: transparent !important;
}
@media screen and (max-width: 800px) {
	.frame-box {
		display: none;
		width: 0%;
		height: 0%;
		float: none;
	}
				
	.slideshow-container {
		width: 100%;
		overflow: hidden;
	}
				
	.home-box {
		text-align: center;
      	width: 100%;
      	margin: 0% 0% 0% 0%;
      	height: auto;
      	background-color: #f5f5f5;
      	display: inline-block;
     	overflow: hidden;
    }
				
	.home-box-left-image {
    	display: none;
      	height: 0%;
      	width: 0%;
   		float: none;
	}
    	
   	.home-box-right-image {
   	    display: none;
   		  height: 0%;
   		  width: 0%;
   		  float: none;
   	}
      	
   	.home-box-left {
   		width: 100%;
   		padding: 20px;
   		margin: 0;
   		background-color: #f5f5f5;
   		border: 2px solid #999;
   		display: inline-block;
  		overflow: hidden;
   	}
      	
   	.home-box-right {
   		width: 100%;
   		padding: 20px;
   		margin: 0;
   		background-color: #f5f5f5;
   		border: 2px solid #999;
   		display: inline-block;
   		overflow: hidden;
   	}
     	
   	.shopnow-box {
   		width: 100%;
   		padding: 5px;
   		background-color: #f5f5f5;
   		border: 2px solid #999;
   		display: inline-block;
		overflow: hidden;
    }
	
	.tg{
		width: 100%; 
		border-spacing: 12px;
		display: none;
	}
}