/* ===============================
   reCAPTCHA
   =============================== */
.grecaptcha-badge {
	visibility: hidden;
}

.recaptcha-notice {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4;
	margin-top: 10px;
}

.recaptcha-notice a {
	color: #ffffff;
	text-decoration: underline;
}

.recaptcha-notice a:hover {
	opacity: 0.85;
}

.template-contact #content .recaptcha-notice {
	font-size: 10px;
	line-height: 1.4;
	color: #555;
	margin: 0;
}

.template-contact #content .recaptcha-notice a {
	color: #555;
}


/* ===============================
   Base / Background
   =============================== */
html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	background-image: url('/images/body-bg.webp');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}

#featured,
#box,
#content,
#bottom {
	background: #ffffff;
}

p {
	margin: 0 0 20px;
}

@font-face {
	font-family: 'vegabond-webfont';
	src: url('../fonts/domcasuald-webfont.eot');
	src: url('../fonts/domcasuald-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/domcasuald-webfont.woff2') format('woff2'),
		url('../fonts/domcasuald-webfont.woff') format('woff'),
		url('../fonts/domcasuald-webfont.ttf') format('truetype'),
		url('../fonts/domcasuald-webfont.svg#svgFontName') format('svg');
}


/* ===============================
   HEADER (Desktop)
   =============================== */
#header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 45px 0;
	text-align: center;
	overflow: hidden;

	background: transparent url("../images/container-bg.webp") no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}

/* Left logo padding */
#header .logo {
	margin-left: 50px;
}

/* Push call to right + padding */
#header #call {
	margin-left: auto;
	margin-right: 50px;
}

/* Image sizing */
#header .logo img {
	height: 125px;
	width: auto;
	display: block;
	transition: transform 0.25s ease;
}

#header #call img {
	height: 90px;
	width: auto;
	display: block;
	transition: transform 0.25s ease;
}

/* Hover effect */
#header .logo img:hover,
#header #call img:hover {
	transform: scale(1.05);
}

/* Fade header into white (removes hard line) */
#header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.25) 30%,
			rgba(255, 255, 255, 0.6) 55%,
			rgba(255, 255, 255, 0.9) 75%,
			#ffffff 100%);
	pointer-events: none;
}

#top {
	position: relative;
	text-align: center;
	margin: 0 auto;
}


/* ===============================
   MENU (Desktop)
   =============================== */
.navbar {
	min-height: 0 !important;
	margin-bottom: 15px;
}

#navbar {
	padding-left: 30px;
}

.navbar-inverse {
	background: transparent url("../images/menu-bg.webp") repeat-x;
	border-radius: 0;
	border-top: 1px solid #0c1f47;
	border-bottom: 1px solid #0c1f47;
	position: relative;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 13px 17px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background: url(../images/menu-hover.webp);
	color: #ff0 !important;
}

/* Menu container width */
#menu {
	padding-left: 0;
	padding-right: 0;
}

#menu .navbar {
	max-width: 1180px;
	margin: 0 auto;
}


/* ===============================
   FEATURED
   =============================== */
#featured {
	padding: 10px 0;
	border-top: 1px solid #a3ae97;
}


/* ===============================
   BOX
   =============================== */
#box {
	padding-top: 0;
	padding-bottom: 10px;
}

#box .border {
	margin-left: -5px;
	margin-right: -10px;
	border-radius: 5px;
}

#box .border img {
	width: 100%;
}


/* ===============================
   CONTENT
   =============================== */
#content .main iframe {
	width: 100%;
	height: 385px;
	border: 0;
}

#content h3 {
	font-size: 20px;
	font-weight: bold;
}

#content h1 {
	color: #ff1b09;
	font-family: 'vegabond-webfont';
	font-weight: bold;
	font-size: 36px;
}

#content h2 {
	color: #ff1b09;
	font-family: 'vegabond-webfont';
	font-weight: bold;
	font-size: 34px;
}

#content .red {
	color: #ff1b09;
}

#content .blueviolet {
	color: #9d5fe2;
}

#content .green {
	color: #2fbc76;
}

#content .yellow {
	color: #fd8f1c;
}


/* ===============================
   CONTACT PAGE
   =============================== */
.template-contact #content iframe {
	width: 100%;
	height: 450px;
}

.template-contact #content h3 {
	color: #9f62e2;
	font-size: 30px;
}

.template-contact #content p {
	font-size: 17px;
	line-height: 20px;
}

.template-contact #content .contact-info ul {
	padding-left: 0;
	font-size: 19px;
	list-style: none;
	margin-top: 20px;
	line-height: 22px;
}

.template-contact #content .contact-info ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.template-contact #content .contact-info ul li i {
	margin-right: 15px;
}

.template-contact #content .contact-info ul li a {
	display: inline-block;
	line-height: 30px;
	font-size: 19px;
	vertical-align: middle;
	color: inherit;
	text-decoration: none;
}

.template-contact #content .follow-column {
	clear: both;
	margin-top: 30px;
}

.template-contact #content .contact-info ul .fa-map-marker {
	background: rgb(159, 98, 226);
	color: #fff;
	padding: 4px 10px;
	font-size: 30px;
	border-radius: 25px;
	float: left;
}

.template-contact #content .contact-info ul .fa-mobile {
	background: rgb(159, 98, 226);
	color: #fff;
	padding: 3px 12px;
	font-size: 32px;
	border-radius: 25px;
}

.template-contact #content .contact-info ul .fa-envelope-o {
	background: rgb(159, 98, 226);
	color: #fff;
	padding: 6px 6px;
	font-size: 26px;
	border-radius: 25px;
}

.template-contact #content h4 {
	color: #d10982;
	font-size: 26px;
}

.template-contact #content .social-link {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.template-contact #content .social-link li {
	display: inline-flex;
	margin-right: 10px;
}

.template-contact #content .social-link li i {
	color: #808080;
	font-size: 28px;
	border: 1px solid #808080;
	padding: 10px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.template-contact #content .main .form-control {
	height: 50px;
	font-size: 15px;
}

.template-contact #content .main .form-group {
	margin-bottom: 25px;
}

.template-contact #content .main .form-group textarea {
	height: 200px;
}

.template-contact #content .main .btn-default {
	background: #9c61e1;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 40px;
	margin-bottom: 30px;
}

.form-control:focus {
	border-color: #fe1e0d;
	outline: 0;
	box-shadow: 0 1px 1px rgba(237, 21, 21, 0.1) inset, 0 0 8px rgba(120, 15, 41, 0.6);
}

.template-contact #content .row.contact-info .follow-column {
	clear: both;
	width: 100%;
	margin-top: 30px;
}


/* ===============================
   PRODUCT PAGE
   =============================== */
.template-product #content h1 {
	color: #ff1b09;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 36px;
}

.template-product #content h2 {
	color: #a267e3;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 5px;
}

.template-product #content .main p {
	font-size: 17px;
	line-height: 20px;
}

.template-product #content .main hr {
	border-color: #a3ae97;
	margin-top: 35px;
	margin-bottom: 35px;
}

/* Product image styling */
.template-product #content .main .thumb {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #a3ae97;
	box-sizing: border-box;
}

.template-product #content section h2 {
	color: #fd8f1c;
	font-family: "vegabond-webfont";
	font-weight: bold;
}


/* ===============================
   THANK YOU PAGE
   =============================== */
.template-thankyou .main .biz img {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
}


/* ===============================
   PAGINATION
   =============================== */
.pagination {
	margin: 35px 0;
}

.pagination .active a {
	background: #a267e3;
}

.pagination li a {
	border: 1px solid #a267e3;
	margin-right: 5px;
	color: #7e7e7e;
	font-size: 17px;
	border-radius: 1px;
}

.pagination>li:last-child>a,
.pagination>li:first-child>a {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0;
}


/* ===============================
   SIDEBAR
   =============================== */
.sidebar {
	border: 1px solid #a3ae97;
	border-radius: 5px;
	margin-bottom: 10px;
}

.sidebar .widget-title {
	background: url(../images/widget-title.webp);
	padding: 15px 10px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px 2px 0 0;
}

.facebook-like {
	margin: 11px;
	text-align: center;
}

.sidebar.slide {
	padding-bottom: 30px;
}

.sidebar .carousel-indicators {
	bottom: -35px;
}

.carousel-indicators li {
	background: #c9c9c9;
}

.carousel {
	top: -2px;
}

.carousel-inner img {
	margin: 12px auto;
	padding-left: 10px;
	padding-right: 10px;
}

.carousel-indicators .active {
	background: #868585;
}

.sidebar .facebook img {
	padding: 8px 6px;
	margin: 0 auto;
}

.widget.facebook {
	text-align: center;
}

.sidebar #contactForm {
	background: #9d5fe2;
	margin: 15px 8px;
	padding: 8px 8px 4px;
}

.sidebar .form-group {
	margin-bottom: 0;
}

.sidebar #contactForm label {
	color: #fff;
	margin-bottom: 2px;
	margin-top: 5px;
}

.sidebar #contactForm .btn-default {
	background: url(../images/contact-btn.webp);
	color: #fff;
	float: left;
	margin-bottom: 10px;
}

.sidebar #contactForm .help-block {
	margin: 0;
}

.sidebar #contactForm .help-block ul {
	padding-left: 15px;
	color: #ff1b09;
	margin-bottom: 0;
}

.sidebar #contactForm textarea.form-control {
	height: 130px;
}

.sidebar .widget {
	overflow: visible;
	box-sizing: border-box;
}


/* ===============================
   BOTTOM
   =============================== */
#bottom {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 35px;
	text-align: center;
}


/* ===============================
   FOOTER
   =============================== */
#footer {
	background: url(../images/footer-bg.webp);
	padding-top: 10px;
	padding-bottom: 0;
}

#footer #footer-menu {
	list-style: none;
	text-align: center;
	margin-bottom: 25px;
	padding-left: 0;
}

#footer #footer-menu li {
	display: inline-block;
	padding-left: 30px;
}

#footer #footer-menu li a {
	color: #f14b94;
	font-size: 20px;
}

#footer .footer-logo {
	text-align: center;
}

#footer p {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 0;
}

#footer .left {
	margin-top: 10px;
}

#footer .left p {
	color: #fff;
}

#footer .right {
	margin-top: 10px;
}

#footer .right p {
	color: #4d50a2;
}


/* ===============================
   SPECIAL OFFERS
   =============================== */
body.special-offers #content h2 {
	color: #9d5fe2;
	font-family: "vegabond-webfont";
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
}


/* ===============================
   BUTTON / SPINNER
   =============================== */
#submitBtn {
	position: relative;
	min-width: 200px;
	float: left;
}

#submitBtn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

#submitBtn .btn-text {
	display: inline-block;
}

#submitBtn.loading .btn-text {
	display: none;
}

.btn-spinner {
	width: 18px;
	height: 18px;
	border: 3px solid #ccc;
	border-top: 3px solid #007bff;
	border-radius: 50%;
	display: none;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
}

#submitBtn.loading .btn-spinner {
	display: inline-block;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}


/* ===============================
   SUCCESS POPUP MODAL
   =============================== */
.modal-wrapper {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
}

.popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

.popup-box.projector-style {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	width: 90%;
	max-width: 560px;
	padding: 30px 30px 30px 50px;
	border-radius: 8px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.popup-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: #00bff3;
	border-radius: 8px 0 0 8px;
}

.popup-close {
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 26px;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
}

.popup-box h2 {
	margin: 0 0 15px;
	font-size: 34px;
	font-weight: 700;
	color: #9d5fe2;
}

.popup-box p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#formLoader {
	color: #ffffff;
}

.whatsapp-cta {
	margin: 30px 0;
	text-align: center;
}

.whatsapp-button {
	background-color: #25d366;
	color: #ffffff;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	display: inline-block;
}

.whatsapp-button:hover {
	opacity: 0.9;
}


/* ===============================
   READ MORE BUTTON
   =============================== */
#content .main .read-more {
	background: url(../images/read-more.webp) no-repeat center center;
	background-size: contain;
	color: #fff;
	display: inline-block;
	padding: 10px 22px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	border: none;
}

a[data-fancybox]:not(.read-more) {
	position: absolute;
	left: -9999px;
}


/* ===============================
   CONTACT FORM ALIGNMENT
   =============================== */
.template-contact #content .main #contactForm .actions {
	display: flex !important;
	justify-content: flex-start !important;
}

.sidebar #contactForm .actions {
	display: flex !important;
	justify-content: flex-end !important;
}


/* ===============================
   MEDIA QUERIES
   =============================== */

/* Container width */
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

/* Tablet tweaks */
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}

	.footer-logo img {
		width: 100%;
	}

	.logo img {
		width: 100%;
	}

	.phone img {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 1180px) {

	#footer .right p,
	#footer .left p {
		font-size: 15px;
		margin-bottom: 0;
		line-height: 17px;
	}
}

/* Desktop layout helpers */
@media (min-width: 768px) {

	.sidebar .facebook img,
	#bottom img {
		width: 100%;
	}

	#box .border .col-lg-4 {
		padding-left: 5px;
		padding-right: 5px;
	}

	#box .border .col-lg-4.last {
		padding-right: 10px;
		padding-left: 0;
	}

	#content .col-sm-4.right {
		padding-left: 0;
	}

	#featured img {
		width: 100%;
	}

	#featured .left {
		padding-left: 0;
		padding-right: 5px;
	}

	#featured .right {
		padding-right: 0;
		padding-left: 5px;
	}

	.template-contact #content .contact-info ul li a {
		white-space: nowrap;
	}
}

/* MOBILE */
@media (max-width: 767px) {

	/* Header becomes stacked */
	#header {
		flex-direction: column;
		padding: 20px 0 25px;
		background-size: cover;
	}

	/* Logo bigger than call on mobile */
	#header .logo {
		margin: 0;
	}

	#header .logo img {
		max-width: 240px;
		height: auto;
		margin: 0 auto;
	}

	#header #call {
		margin: 15px 0 0;
	}

	#header #call img {
		max-width: 200px;
		height: auto;
		margin: 0 auto;
	}

	#header::after {
		height: 140px;
	}

	/* Menu overlaps fade (removes hard line) */
	#top #menu {
		margin-top: -35px;
		position: relative;
		z-index: 5;
		padding-left: 0;
		padding-right: 0;
	}

	/* Navbar width inside red lines */
	.navbar-inverse {
		background-image: none !important;
		background-color: #00539B !important;
		border-radius: 10px;
		margin: 0 auto !important;
		width: calc(100% - 30px);
		overflow: hidden;
	}

	/* Soft fade at top of menu */
	.navbar-inverse::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 30px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
		pointer-events: none;
	}

	.navbar-inverse .navbar-toggle {
		border: none;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background: transparent;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background: #C0D4E5;
		width: 35px;
		height: 5px;
	}

	.navbar-collapse {
		margin: 0;
		padding: 0 !important;
	}

	.navbar-nav {
		margin: 7.5px 0 !important;
	}

	.navbar-inverse .navbar-collapse a:hover,
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
		background: #00447F !important;
		color: #FF0 !important;
	}

	.navbar-inverse .navbar-collapse li a {
		text-align: left;
	}

	#navbar {
		padding-left: 0 !important;
		border-radius: 0 0 15px 15px;
	}

	#featured img {
		width: 100%;
		margin-bottom: 10px;
	}

	#box .border {
		margin-left: 0;
		margin-right: 0;
	}

	#box .border img {
		margin-bottom: 10px;
	}

	#bottom img {
		margin-bottom: 10px;
		max-width: 355px;
	}

	#featured {
		border-top: 0 !important;
	}

	#footer {
		background-size: 100%;
	}

	#footer .footer-logo {
		margin: 30px auto 0;
		text-align: center;
	}

	#footer .footer-logo img {
		display: block;
		margin: 0 auto;
	}

	#footer .col-lg-4,
	#footer .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	#footer .left {
		margin-bottom: 15px;
	}

	#box .col-lg-4,
	#box .col-sm-4,
	#bottom .col-lg-4,
	#bottom .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	#box img,
	#bottom img {
		width: 100%;
		display: block;
	}

	/* Mobile safe wrapping for long contact links */
	.template-contact #content .contact-info ul li a {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	/* Special offers spacing */
	body.special-offers #content h2 {
		margin-top: 20px;
	}
}

/* Small phones */
@media (max-width: 528px) {

	#bottom img,
	.sidebar .facebook img {
		width: 100%;
	}

	#header .logo {
		margin-bottom: 20px;
	}

	#footer p {
		font-size: 14px !important;
	}

	#footer #footer-menu li {
		padding-left: 10px;
	}

	#footer #footer-menu li a {
		font-size: 14px;
	}

	#footer #footer-menu {
		margin-bottom: 10px !important;
	}

	.sidebar #contactForm {
		margin: 0 !important;
		width: 100% !important;
	}
}


/* ===============================
   SLIMBOX / LIGHTBOX
   =============================== */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbNextLink {
	right: 0;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
}

#lbCaption,
#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

body:after {
	content: url(../images/close.webp) url(../images/loading.webp) url(../images/prev.webp) url(../images/next.webp);
	display: none;
}