@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: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#000000;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 14px;
	line-height: 1.6em;
}

#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: 'Ambroise',sans-serif;
	font-weight: 500;
}
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;
	background-color: #000;
	color:#FFF;
}
.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: 'Graphik', sans-serif;

}
.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;
}
.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: 85px;

}

.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: 10px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #000 !important;
}

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

.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.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.navbar-white {
	padding:5px 0;
}

.navbar-inverse {

}


.mobileMenu {
	position: absolute;
	z-index: 2;
	color:#FFF;
	top:10px;
	left:15px;
}
.mobileMenu a {
	padding:10px 15px;
	font-weight: bold;
}
.navbar .whiteborder {
	border:2px solid #FFF;
}
.withBack .navbar-brand img {
	/*width: 135px;*/
}
@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
}
@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: 16px;
}
.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:#000000;
	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:#E70F1B;
}

.navbar-header {
	height: 100px;
}
.navbar-brand {
	background-color: transparent;
	padding:30px 0; margin: 0;
	width: 250px;
	z-index: 10;
	position: relative;
	padding-left: 15px;
}
.navbar-brand img {


}

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


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

}
@media (max-width: 768px) {
	.navbar-collapse {
		z-index: 100;
		background-color: #F7F7F7;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-bottom:22px;
		color:#000000 !important;
		font-weight: 500;
		padding-left: 25px;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a  {
		color:#000000 !important;
	}
}
.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: 26vw;
	overflow: hidden;
}
#heroCarousel {
	height: 100%;
}
#heroCarousel .item {
	width: 100vw;
	height: 35vw;
}
#heroCarousel .item section {
	height: 100%;
}
#heroCarousel .item .background {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.heroCarousel .item > section {
	background-position: top 0px center;
}
.heroCarousel .containerHolder {
	position: absolute;
	left:0; top:100px;
	width: 100%;
}
.heroCarousel .title {
	font-size: 55px;
	font-weight: bold;
	padding-left: 40px;
}
.heroCarousel .subtitle {
	font-weight: 400;
	color:#00A49B;
	padding-left: 100px;
	font-size: 20px;
	margin-bottom: 20px;
}

.headerImage {
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	border-radius: 0 0 35px 35px;
}
.headerContent {
	padding-top: 45px;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}



.productCard {
	background-color: #F8F8F8;
	border-radius: 25px;
	font-size: 18px;
	margin-bottom: 10px;
	height: calc(100% - 15px);
}
.productCard .saleLabel, .productCard .discountLabel, .productCard .moreInfoHolder, .productCard .price {
	display: none;
}
.productCard .info {
	padding:25px;
}
.productCard .title {
	font-weight: bold;
}
.productCard .subtitle {
	font-size: 16px;
}
.productCard .image {
	padding:0 15px;
}
.productCard img {


}

@media (max-width: 768px) {
	.productCard .image {
		width: 130px;
		display: inline-block;
		padding-top: 0;
		vertical-align: top;
	}
	.productCard .moreInfoHolder {
		display: none;
	}
	.productCard .info {
		width: calc(100% - 140px);
		display: inline-block;
		padding-left: 0;
		padding-top: 0;
		vertical-align: top;
	}
	.productCard .info .title {
		padding-top: 10px;
	}
}




.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 !important;
	color:#333 !important;
}
.testimonialItem {
	padding:20px;
	text-align: center;
}
.testimonialItem .logo-holder {
	text-align: center;
}
.testimonialItem .logo {
	display: inline-block;
	width: 100px;
}
.testimonialItem .logo img {
	display: inline-block;
}
.testimonialItem .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.testimonialItem .spec {

}
.testimonialItem .text {
	margin-top: 10px;
	font-style: italic;
}

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

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

#heroCarousel.owl-theme .owl-nav [class*=owl-] {
	background-color: #161615 !important;
	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:20px;
}


.checkbox a {
	text-decoration: underline;
}


.client {
	margin-top: -100px;
	margin-bottom: -190px;
}
.clientHolder {
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 20px;
	text-align: center;

	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
.clientHolder .title {
	padding: 20px 0 10px 0;
	font-family: 'Ambroise';
	font-size: 26px;
	text-align: center;
}

body.downloads .inpage {
	display: none;
}

img.groupIcon {
	height: 44px !important;
	width: auto !important;
	vertical-align: -9px;
}

.download {
	border:2px solid #efefef;
	border-radius: 25px;
	padding: 25px;
	margin-bottom: 20px;

	transition: all 0.3s;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);

	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	line-height: 28px;
}
.download:hover {
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
.download .title {
	font-family: 'Ambroise';
	font-size: 36px;
	margin: 10px 0;
}
.download .subtitle {

}
.download .text {
	margin:10px 0;
}
.download .buttonHolder {
	margin-top: 10px;
}
@media (max-width: 768px) {
	.download .title {
		font-family: 'Ambroise';
		font-size: 25px;
	}
	.client {
		margin-top: -100px;
		margin-bottom: 0px;
	}
}


.termsHolder {
	border:2px solid #efefef;
	border-radius: 25px;
	padding: 25px;
	margin-bottom: 20px;

	transition: all 0.3s;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
.termsHolder {
	margin-top: 40px;
}
.termsHolder h1 {
	margin-top: 0;
}


.btn {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}