@charset "UTF-8";
/* CSS Document */

header
,nav
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
section {
	display: block;
}
*:not(.owl-stage) {
	max-width: 100vw;
}
div {
	position: relative;
}
sup {
	top: -0.3em;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}

.will_animate {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#000000;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 14px;
	line-height: 1.6em;
	background-image: url('/img/assets/back.png');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#cookieNotification {
	position: fixed;
	left:0; bottom:0;
	width: 100vw;
	color: #FFF;
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
#cookieNotification a {
	text-decoration: underline;
	cursor: pointer;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: 'Eurostile Extended';
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
strong {
	/*font-weight: 500;*/
}
@media (min-width: 1400px) {

}

@media (max-width: 768px) {
	*[data-mobilehidden="mobileHidden"] {
		display: none;
	}
}
@media (max-width: 768px) {
	*[data-desktophidden="desktopHidden"] {
		display: none;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #f0802a !important;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.well-white {
	background-color: #FFF;
	border:0;
	border-radius: 0;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.pad15 {
	margin-right:-15px !important;
	margin-left:-15px !important;
}
.row.pad15 > [class*='col-'] {
	padding-right:15px !important;
	padding-left:15px !important;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
section {
	/*background-color:#FFF;*/
}

section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}


.text-success {
	color:#00A49B;
}
.text-warning {
	color:#FFB100;
}


.modal-header {

}
.modal-content {

}

.form-control {
	border-radius: 10px !important;
	border:1px solid #EFEFEF;
}
.form-dark .form-control {
	background-color: #505255;
	border-color: #505255;
	color:#FFF;
}

.orderform .form-control {
	margin-bottom: 20px;
}
.previewform .form-control {
	margin-bottom: 10px;
}


input[name="quantity"] {
	text-align: center;
}
.qButton {
	color:#254920 !important;
	font-size: 25px !important;
	padding-top: 7px !important;
}

.btn {
	border-radius: 10px !important;
	font-family: 'Eurostile Extended';
	font-weight: 600;
	text-transform: uppercase;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btn-warning {
	background-color: #C32F37;
	border-color: #C32F37;
}

.btn {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-xl {
	padding: 17px 29px;
	font-size: 24px;
	line-height: 1;
}
@media (max-width: 768px) {
	.btn-xl {
		padding: 14px 20px;
		font-size: 20px;
		line-height: 1;
	}
}

.form-group > label:not(label[for="pvariation"]) {
	/*display: none;*/
}
.form-control {
	/*border:1px solid #FFFFFF;*/
	resize: none;
	box-shadow: none;
	/*-webkit-appearance: none;*/
	display: block;
	border-radius: 50px;
}
.form-control:focus {
	border:1px solid #00A49B;
}
.form-control.input-grey {
	background-color:#F8F8F8;
}
input.form-control.ess {
	background-image: url("/img/asterisk-solid.svg");
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
textarea.form-control {
	resize: vertical;
}

.input-group .form-control:first-child {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group .input-group-btn:last-child > .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input-group .input-group-btn:first-child > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


.text-warning {
	color:#f0802a;
}

@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
	.row.equal .column > div {
		height: 100%;
	}

}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {

}



@media (max-width: 768px) {
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}

@media (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}


footer {
	background-color: #F4F5F3;
	color:#3D434A;
	padding:30px 0;
	font-size: 14px;
}
.footerLogos {
	position: relative;
	margin-top: -85px;
}
footer h5 {
	font-size: 19px;
}
subfooter {
	display: block;
	padding:30px 0;
	background-color: #FFF;
}
.footerSocialIcons {
	padding-top: 15px;
}
.footerSocialIcons a {
	margin:10px 15px;
}
.footerSocialIcons a:first-child {
	margin-left: 0;
}
.pull-right .footerSocialIcons {
	padding-right: 120px;
	padding-top: 25px;
}

@media (max-width: 768px) {
	footer	{
		padding:15px 15px 35px 15px;
		text-align: center;
	}
	.footerSocialIcons.hidden-md {
		position: absolute;
		left:25px; top:10px;
	}
}
footer .footerlogo {
	position: absolute;
	bottom:0px;
	width: 250px;
	left:calc(50% - 125px);
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
	footer .footerlogo {
		position: relative;
		text-align: center;
	}
	footer {
		padding-bottom: 0;
	}
}




.navbarOuter {
	position: fixed;
	width: 100vw;
	left:0; top:0;
	z-index: 10;
}
.navbar {
	margin:20px 0;
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	border:0;

	box-shadow: 0 0 25px 15px rgba(0, 0, 0, .1);

}
.navbar .logo {
	position: absolute;
	top:-20px;
	width: 250px;
	left:calc(50% - 125px);
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}

.text-left .navbar-btn:first-child {
	margin-left: 30px;
}
.text-right .navbar-btn:last-child {
	margin-left: 30px;
}

.navbar-btn {
	font-family: 'Eurostile Extended', Sans-Serif;
	font-weight: 600;
	text-transform: uppercase;

	border:0;
	padding:27px 15px;
	margin:0;
	background-color: transparent;
	font-size: 12px;
}
.navbar-btn:hover,.navbar-btn:active,.navbar-btn:focus {
	background-color: transparent;
}
.navbar-btn-yellow {
	background-color: #FAC300;
	color:#000000;
	border-radius:0 10px 10px 0 !important;
	position: relative;
	overflow: visible;
}
.navbar-btn-yellow:hover {
	background-color: #000000;
	color:#FAC300;
}

@media (min-width: 768px) {
	.navbar-btn-yellow {
		padding-left: 30px;
	}
}
.bookicon {
	position: absolute;
	width: 40px;
	left:-20px;
	top:15px;
	z-index: 10;
}

.menuToggle {
	position: absolute;
	right:20px; top:16px;
	width: 40px; height: 40px;
	background-color: #FAC300;
	color:#000000;
	text-align: center;
	line-height: 0;
	border-radius: 20px;
	font-size: 20px;
	padding-top: 10px;
	display: none;
}

.contentWrapper {

	transform: translate3d(0,0,10px);
	overflow-x: hidden;
}

@media (max-width: 768px) {
	.menuToggle {
		display: block;
	}
	.navbar {
		transition: all 0.3s;
		padding-top: 70px;
	}
	.navbar .logo {
		width: 180px;
		left:calc(50% - 90px);
	}
	.navbar-btn {
		display: block;
		margin-left:0 !important; margin-right: 0 !important;
		border-radius: 0 !important;
	}

	.navbar .text-right, .navbar .text-left {
		transition: all 0.3s;
		height: 0px;
		overflow: hidden;
	}

	.navbar.open {
		padding-top: 100px;
	}
	.navbar.open .text-right, .navbar.open .text-left {
		height: auto;
		max-height: 300px;
		overflow: hidden;
	}
}




.heroCarousel {
	height: 45vw;
	overflow: hidden;
	transform: rotate(-2deg) translate3d(100px,-50px,10px);
	transform-origin: left bottom;
	border-radius: 0 0 0 100px;
	/*border:40px solid #EFEFEF;*/
}
#heroCarousel {
	height: 100%;
}
#heroCarousel .item {
	width: 100vw;
	height: 45vw;
}
#heroCarousel .item section {
	height: 100%;
}
#heroCarousel .item .background {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
#heroCarousel .item .gradient {
	position: absolute;
	width: 100%; height: 100%;
	left:0; top:0;
	background: linear-gradient(180deg, rgba(13,21,25,0.7133228291316527) 0%, rgba(0,0,0,0) 36%);
	z-index: 2;
}
.heroCarousel .item > section {
	background-position: top 0px center;
}
.heroCarousel .containerHolder {
	position: absolute;
	left:0; top:20vw;
	width: 100%;
	z-index: 5;
}
.heroCarousel .title {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 55px;
	font-weight: bold;
	color:#FFF;
	line-height: 55px;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.heroCarousel .subtitle {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 80px;
	font-weight: bold;
	color:#FFF;
	line-height: 80px;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.6);
}
.heroCarousel .subtitle x {
	display: inline-block;
	color:#FFB400;
	font-weight: 900;
	font-size: 100px;
}

#heroCarousel .owl-nav {
	position: absolute;
	top: 15vw;
	width: 100%;
}

#heroCarousel.owl-theme .owl-nav [class*=owl-] {
	background-color: #FFFFFF !important;
	color:#000000;
	width: 50px;
	height: 50px;
	border-radius: 80px !important;
	font-size: 16px !important;
	padding-top: 10px !important;
	margin: 0 10px !important;
}
#heroCarousel .owl-prev {
	position: absolute;
	left:20px;
}
#heroCarousel .owl-next {
	position: absolute;
	right:110px;
}

@media (max-width: 768px) {
	.heroCarousel {
		height: 100vw;
		transform: rotate(-2deg) translate3d(20px,-20px,10px);
		border-radius: 0 0 0 50px;
	}
	#heroCarousel .item {
		width: 100vw;
		height: 100vw;
	}
	.heroCarousel .title {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .subtitle {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .subtitle x {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .containerHolder {
		position: absolute;
		left: 0;
		top: 60vw;
	}
	#heroCarousel .owl-nav {
		display: none;
	}
}

.headerImage {
	aspect-ratio: 9 / 2;
	width: 100vw;
	background-position: center center;
	background-size: cover;
}
.headerImage.high {
	aspect-ratio: 9 / 3;
}
@media (max-width: 768px) {
	.headerImage {
		aspect-ratio: 3/2;
	}
	.headerImage.high {
		aspect-ratio: 9 / 9;
	}
}
.headerContent {
	z-index: 3;
	color:#FFFFFF;
	padding-top: 30%;
}
.headerImage.high .headerContent {
	padding-top: 40%;
}
@media (max-width: 768px) {
	.headerImage.high .headerContent {
		padding-top: 80%;
	}
}
.headerContent h1 {
	font-family: 'Eurostile Extended', Sans-Serif;
	font-weight: 700;
	font-size: 3.5vw;
	line-height: 0.9em;
	margin-top: 0;

	text-transform: uppercase;
	color:transparent;

	-webkit-text-stroke: 2px #FFFFFF;
}
.headerContent h1 color {
	-webkit-text-stroke: 0px #FFFFFF;
	color:#FAC303;
}
.headerContent .subtitle {
	font-family: 'Eurostile Extendeds', Sans-Serif;
	font-size: 18px;
	line-height: 32px;
}



.headerVideo {
	height: 40vw;
	position: relative;
}
.headerVideo video {
	position: relative;
	width: 100%; height: 100% !important;
	overflow: hidden;
	object-fit: cover;
	z-index: 2;
}


.headerVideo .videoOverlay {
	position: absolute;
	left:0; top:0;
	width: 100%; height: 100%;
	z-index: 3;
}
.headerVideo .videoOverlay .gradient {
	position: absolute;
	left:0; top:0;
	width: 100%; height: 100%;
	z-index: 3;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,0) 52%, rgba(13,21,25,0.7133228291316527) 100%);
}

@media (max-width: 768px) {
	.headerVideo {
		height: 100vw;
	}
	.headerContent {
		z-index: 3;
		padding-top: 50vw;
	}
	.headerContent h1 {
		font-weight: 700;
		font-size: 33px;
	}
	.headerContent .subtitle {
		font-size: 30px;
	}
	.home .headerContent {
		padding-top: 37vw;
	}
}




.filterForm {
	background-color: #F8F8F8;
	border-radius: 25px;
	padding: 25px;
	margin-bottom: 25px;
}

.contactFormRow {
	padding: 5px 0px;
}

.panel {
	border-radius: 20px;
	border:0;
}
.panel .panel-heading {
	padding:25px;
	border-radius: 20px 20px 0 0;
}
.panel-body {
	padding:25px;
	border:1px solid #efefef;
	border-radius: 20px;
}
.panel-heading + .panel-body {
	border-radius: 0 0 20px 20px;
}
.panel-grey {
	background-color: #F8F8F8;
}
.panel-grey .panel-body {
	border:0px;
}


#testimonialSlider .owl-prev, #testimonialSlider .owl-next{
	background-color: transparent;
	color:#333;
}
.testimonialItem {
	padding:20px;
	text-align: center;
	border:1px solid #EFEFEF;
	background-color: #FFFFFF;
	border-radius: 30px;
}
.testimonialItem .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.testimonialItem .spec {

}
.testimonialItem .text {
	margin-top: 10px;
	font-style: italic;
}
.testimonialItem .logo {
	max-width: 150px;
	height: 78px;
	text-align: right;
}
.testimonialItem .logo img {
	display: inline-block;
	margin:0 !important;
	max-height: 100% !important;
}
.testimonialList .testimonialItem {
	margin-bottom: 15px;
}
.testimonialItem .readon {
	width: 35px !important;
	display: inline-block !important;
}

.allLogos {
	margin-bottom: 15px;
}
.allLogos .logo {
	background-color: #F7F7F7;
	padding: 10px;
	height: 100px;
	text-align: center;
}
.allLogos .logo img {
	max-height: 100% !important;
}



.animalSubForm {
	background-color: #F8F8F8;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 25px;
}




.alert-template {
	background-color: #F8F8F8;
}



.img-parralax {
	position: relative;
	z-index: 100;
}




.checkbox a {
	text-decoration: underline;
}



.introText, .outroText {
	font-size: 16px;
	line-height: 28px;
	padding: 25px 0;
}



.testimonialCard {
	background-color: #F9F9F9;
	padding: 40px;
	border-radius: 15px;
}
.testimonialCard .subtitle {
	font-family: 'Eurostile Extended', Sans-Serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testimonialCard .title {
	font-family: 'Eurostile Extended', Sans-Serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
}
.testimonialCard .text {
	font-style: italic;
}


#productSliderSection {

	z-index: 11;
	position: relative;
}

.productCard {
	background-color: #FFFFFF;
	padding: 45px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin:25px 0;
	font-size: 17px;
}
.productCard .icon {
	position: absolute;
	right: calc(50% - 30px);
	top: -25px;
	width: 60px; height: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #FAC300;
	border:4px solid #FFFFFF;
	text-align: center;
	line-height: 0;
	padding: 10px;
}
.productCard .title {
	font-family: 'Eurostile Extended', Sans-Serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	height: 2em;
	overflow: hidden;
	margin-bottom: 15px;
}
.productCard .introText {

}
.productCard .list-group {
	border:0;
	font-size:20px;
}
.productCard .list-group-item {
	border:0;
	border-top: 1px solid #EFEFEF;
	padding-left: 0;
	padding-right: 0;
}
.productCard .list-group-item:first-child {
	border-top:0;
}
.productCard strong {
	font-weight: 800 !important;
}

@media screen and (max-width: 768px) {
	.productCard {
		padding: 25px;
		padding-top: 45px;
	}
}


article h1 {
	font-weight: 800 !important;
	text-transform: uppercase;
}
article .text {
	font-size: 16px;
	line-height: 32px;

	margin-top: 35px;
}
@media (min-width: 768px) {
	.pricingHolder {
		margin-top: -150px;
	}
}



.btn-template {
	padding: 9px 12px 6px 12px;
}
.btn-xl {
	padding: 21px 29px 17px 29px;
}
.btn-lg {
	padding: 14px 20px 10px 20px !important;
}
