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

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

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

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color:#000000;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 14px;
	line-height: 1.6em;
	background-image: url("/img/assets/back.svg");
	background-size: 120%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#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 {

}
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.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
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;
	

}
.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;
}

.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-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}


footer {
	background-color: #F7F7F7;
	color:#000;
	padding:30px 0;
	font-size: 14px;
	border-radius: 30px 30px 0 0;
}
.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;
}
@media (max-width: 768px) {
	footer	{
		padding:15px 15px 35px 15px;
		text-align: center;
	}
}


.navbar {
	height: 65px;
	border-radius: 0 0 30px 30px !important;
}
@media (max-width: 768px) {
	.navbar {
		height: auto;
	}
}

.navbar-fixed-top {
	transition: all 0.2s;
}

.navbar-fixed-top .container-fluid {
	position: relative;
}

.nav-top {

}

.navbar-toggle {
	/*display: none !important;*/
}
.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
	border:0 !important; border-radius: 0;
	margin-top: 15px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #FFF !important;
}


@media (max-width: 768px) {
	.navbar-default .navbar-collapse {
		z-index: 100;
		/*background-color: rgba(0,0,0,0.6);*/
		/*backdrop-filter: blur(5px);*/
		/*-webkit-backdrop-filter: blur(5px);*/

		border-radius: 20px;
		border-top:0
	}
}

body.merchant .nav-top {

}
.nav-top a {
	display: inline-block;
	font-size: 12px;
	border-left:1px solid rgba(255,255,255,0.7);
	padding:5px 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.nav-top a:last-child {
	border-right:1px solid rgba(255,255,255,0.7);
}
.nav-top a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.4);
}


.contentWrapper {
	/*margin-top: 85px;*/
	transform: translate3d(0,0,10px);
	overflow-x: hidden;
}

.navbar-topspacer {
	border-top:6px solid #FFF;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:0;
	box-sizing: content-box;
	background-color: rgba(255,255,255,0.0);
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	transition: all 0.3s;
}
.navbar.withBack {
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.navbar-white {
	padding:5px 0;
}

.navbar-inverse {

}

@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
	.navbar {
		background-color: rgba(0,0,0,0.6);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

}
@media (min-width: 767px) {

	.navbar-fixed-top.withBack .navbar-right {
		/*top: 0px;*/
	}

	.navbar-btn {
		margin-left: 6px;
	}
}

.navbar-inverse {
	background-color: #FFF;
}
.navbar-right {
	margin-top: 6px;
}
.navbar-right .navbar-nav {
	float: right;
}
.navbar-white {
	background-color: #FFF;
	border-bottom:1px solid #d4d6d7;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: 600;
	padding:15px 10px;
}
.navbar-default .navbar-nav > li:last-child a {

}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active,.navbar-nav > li > a:active,  .navbar-nav > li > a:focus  {
	color:#FEB401 !important;
}

.navbar-header {
	height: 100px;
}
@media (max-width: 768px) {
	.navbar-header {
		height: auto;
		min-height: 65px;
	}
}
.navbar-brand {
	background-color: transparent;
	padding:20px 0; margin: 0;
	width: 250px;
	z-index: 10;
	position: relative;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.navbar-brand {
		width: 150px;
		padding-top: 25px;
	}
}

.navbar-btn {
	margin-left: 6px;
	background-color: #C32F37;
	border-radius: 5px;
	font-size: inherit;
	color:#FFF !important;
	float: left;
}
.navbar-btn:hover {
	background-color: #C32F37;
}


@media (max-width: 768px) {
	.navbar-src {
		padding:5px 15px;
		padding-bottom: 0;
	}
}
@media (max-width: 1100px) {

}

.navbar-inverse .navbar-nav > .open > a {
	background-color: transparent !important;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
	padding:10px 20px 10px 20px;
	width: 250px;
	color:#000000 !important;
}

.dropdown-menu > li > a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.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: 'Poppins', 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: 'Poppins', 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 {
	min-height: 400px;
	background-position: center center;
	background-size: cover;

}
.headerContent {
	padding-top: 45px;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}





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

.contactFormRow {
	padding: 5px 0px;
}

.panel {
	border-radius: 0;
	border:0;
}
.panel .panel-heading {
	padding:25px;
}
.panel-body {
	padding:25px;
	border:1px solid #F5F5DB;
}


#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;
}








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



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




.checkbox a {
	text-decoration: underline;
}



.event-item {
	background-color: #efefef;
	border-radius: 20px;
}
.event-item .title {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.event-item .subtitle {
	font-family: 'Poppins', sans-serif;
	color:#FEB401;
	margin: 5px 0;
}
.event-item .text {

}
.event-item .media-left {
	background-color: #FEB401;
	color:#FFF;
	padding: 10px;
	border-radius: 20px 0 0 20px;
}
.event-item .media-left .dateHolder {
	min-width: 170px;
}
.event-item .media-left .day {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.event-item .media-left .date {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
}
.event-item .media-body {
	padding: 10px;
}

@media (max-width: 768px) {
	.event-item .media-left .dateHolder {
		min-width: 100px;
	}
	.event-item .media-left .date {
		font-size: 13px;
	}
}