/*--------------------------------------------------------------
# Uikit Overrides
--------------------------------------------------------------*/
#fmobilehonp {
	display: none;
}

.uk-container {
	max-width: 1252px;
}

.uk-container-expand {
	max-width: none;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #ffffff;
}

.uk-light {
	color: rgba(255,255,255,1);
}

a, .uk-link {
	color: rgba(60, 60, 60, 0.5);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
	color: rgba(60, 60, 60, 0.8);
}

.uk-select:not([multiple]):not([size]) {
	background-image: url(../img/drop-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 10px;
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
	background-image: url(../img/caret-down-solid.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-results__option {
    padding: 6px 10px !important;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 48px;
	padding-left: 18px;
	padding-right: 18px;
}

.uk-form-icon {
	width: 20px;
}

.uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.3);
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
	padding-left: 32px !important;
}

.uk-modal-close-full {
	background: transparent;
}

.uk-heading-xlarge {
	font-size: 3rem;
	line-height: 1;
}

.uk-input, .uk-select, .uk-textarea {
	font-size: 0.99609375rem;
}

.uk-button-link {
	color: inherit;
}

.uk-button {
	font-family: 'Helvetica Neue', san-serif;
	font-weight: 500;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	letter-spacing: 1.2px;
	color: inherit;
	text-transform: uppercase;
	font-size: 0.703125rem; /* 12px */
	padding: 0 20px;
	line-height: 54px;
	height: 54px;
	min-width: 0;
}

.uk-button .rotate {
	margin-left: 2px;
	display: inline-block;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.uk-button:hover .rotate {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.uk-button-large {
	font-size: 0.75rem; /* 12px */
}

.uk-button-default {
	border-color: rgba(60, 60, 60, 0.5);
}

.uk-light .uk-button-default {
	border-color: rgba(255, 255, 255, 0.85);
}

.uk-button-default:hover, .uk-light .uk-button-default:hover {
	border-color: rgba(255, 255, 255, 1);
}

.uk-button-default:hover {
	border-color: rgba(60, 60, 60, 1);
}

.uk-light .uk-button-default:hover {
	color: rgba(255,255,255,1);
}

.uk-button-primary, .uk-light .uk-button.uk-button-primary {
	background-color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
	color: #ffffff;
}

.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

.uk-light .uk-button.uk-button-primary:hover, .uk-light .uk-button-primary:focus {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.85);
	color: #ffffff;
}

.uk-button-secondary {
	background-color: #334255;
	color: #ffffff;
}

.uk-button-secondary:hover, .uk-button-secondary:focus {
	background-color: #768771;
}

.uk-button-secondary:active, .uk-button-secondary.uk-active {
	background-color: #768771;
}

.uk-button-dark {
	background-color: #2a3747;
	border: 1px solid #2a3747;
	color: #fff;
}

.uk-button-dark:hover, .uk-button-dark:focus {
	background-color: transparent;
	border-color: #768771;
}

.uk-button-dark:active, .uk-button-dark.uk-active {
	background-color: transparent;
	border-color: #768771;
}


.uk-background-primary {
	background-color: #E6DED5;
}

.uk-background-muted {
	background-color: #F4EFED;
}

.uk-background-secondary {
	background-color: rgba(0, 0, 0, 1);
}

.uk-text-primary {
	color: rgba(226, 31, 38, 1) !important;
}

.uk-card-default, .uk-card-default .uk-card-title {
	color: #000;
}

.uk-card-body {
	line-height: 1.8;
}

.uk-section-muted {
	background: #f3f3f3;
}

.uk-button-link.btnicon {
	padding-left: 0;
	text-align: left;
	min-width: auto !important;
}

.uk-button.btnicon {
	padding-right: 48px;
	overflow: hidden;
}

.uk-button.btnicon .arrowright {
	display: inline-block;
	font-size: 22px;
	line-height: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	right: 18px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.uk-button.btnicon:hover .arrowright {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
}

@media (min-width: 640px) {
	.uk-button {
		padding: 0 36px;
		min-width: 230px;
	}
}

@media (min-width: 960px) {
	.uk-section {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.uk-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 1200px) {
	.uk-card-body {
		padding: 80px 90px;
	}
}

@media (max-width: 640px) {
	.uk-height-large {
		height: 350px;
	}

	.uk-button {
		min-width: 210px;
	}
}



/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
html {
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 1.6;
	font-size: 15px;
	font-family: "Caslon 540", serif;
	font-style: normal;
	font-weight: 500;
}

ul li {
	font-size: 0.875rem /*14px*/;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
	text-decoration: none;
}

p {
	font-size: 1.05rem; /* 18px */
	line-height: 1.6;
}

h1, .uk-h1, h2, .uk-h2 {
	font-weight: 300;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
	font-family: 'Helvetica Neue', sans-serif;
	color: #000;
}

.uk-h3 {
	font-size: 1.4375rem;
}

a.no-underline:hover {
	text-decoration: none;
}

.section-title {
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 1.05rem; /* 18px */
}

.uk-text-lead {
	font-size: 1rem !important;
	line-height: 1.5 !important;
	color: #000;
	letter-spacing: 0.5px;
}

.animateInitState {
	visibility: hidden !important;
	opacity: 0;
}

.animateInitState.uk-scrollspy-inview {
	visibility: visible !important;
	opacity: 1;
}

.ls200 {
	letter-spacing: 5px
}

.subtitle {
	font-size: 1.171875rem;
	font-weight: 500;
	line-height: 1.6;
}

.size11 {
	font-size: 0.6875rem /* 11px */;
}

.size13 {
	font-size: 0.8125rem /* 13px */;
}

.size14 {
	font-size: 0.875rem /* 14px */;
}

.size15 {
	font-size: 0.9375rem /* 15px */;
}

.size20, .fs22 {
	font-size: 1.125rem /* 18px */;
}

.fs25 {
	font-size: 1.25rem /* 25px */;
}

.fwb {
	font-weight: 700;
}

.small-section-title {
	font-size: 0.8203125rem; /* 14px; */
	letter-spacing: 2.2px;
	text-transform: uppercase;
	line-height: 1.7;
	margin-bottom: 0;
}

.featured-title {
	letter-spacing: 2px;
	line-height: 1.7;
}

.normalspace {
	letter-spacing: 0 !important;
}

.title02 {
	font-weight: 300;
	margin-top: 0 !important;
	font-size: 2rem;
}

.title03 {
	font-weight: 600;
	margin-top: 0 !important;
	font-size: 2rem;
	line-height: 1.15;
}

.uk-heading-large {
	font-family: "Noto Serif", sans-serif;
	margin-top: 0;
}

.flip-vert {
	transform: scaleY(-1); /* flip image vertically */
}

.lh14 {
	line-height: 1.4;
}

@media (min-width: 960px) {
	h2, .uk-h2 {
		font-size: 1.5625rem; /* 25px */
		line-height: 1.4;
	}

	.fs17 {
		font-size: 1rem; /* 17px */
	}

	.fs22 {
		font-size: 1.40625rem; /* 22.5px */
		;
	}

	.fs25 {
		font-size: 1.5625rem; /* 25px */
		;
	}

	.title02 {
		font-size: 3.75rem;
	}

	.title03 {
		font-size: 2.125rem;
	}

	.section-title {
		line-height: 1.75;
		letter-spacing: 4px;
		font-size: 1.171875rem; /* 20px */
	}

	.small-section-title {
		font-size: 0.9375rem; /* 16px; */
		letter-spacing: 3.2px;
		line-height: 2.2;
	}
}

@media (min-width: 1200px) {
	.fs24 {
		font-size: 1.75rem /* 24px */;
	}

	.uk-heading-large {
		font-size: 4.3125rem /* 69px */;
		line-height: 4.875rem /* 78px */;
		margin-bottom: 40px !important;
	}

	.size20 {
		font-size: 1.25rem /* 20px */;
	}
}

@media (max-width: 640px) {
	.size13 {
		font-size: 0.875rem /* 14px */;
	}
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
.tm-header {
	position: absolute;
	z-index: 1010;
	left: 0;
	right: 0;
	width: 100%;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	align-items: flex-start;
}

.top-nav {
	margin-top: 40px;
}

@media (max-width: 480px) {
	.uk-logo {
		max-width: 100px;
	}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 960px) {
	.inner-left {
		padding-left: 40px;
	}

	.inner-right {
		padding-right: 40px;
	}


	.inner-left2 {
		padding-left: 40px;
		min-height: calc(95vh);
	}

	.inner-right2 {
		padding-right: 40px;
		min-height: calc(95vh);
	}

	.offset-left {
		margin-left: calc(((805px / 2) / 2) + 40px);
	}

	.offset-right {
		margin-right: calc(((805px / 2) / 2) + 40px);
	}


	.content-wrapper.uk-padding-large {
		padding-left: 60px;
	}
}

@media (min-width: 1200px) {
	.inner-left {
		padding-left: calc((100vw - 1215px) / 2);
	}

	.inner-right {
		padding-right: calc((100vw - 1215px) / 2);
	}


	.inner-left2 {
		padding-left: calc((100vw - 1015px) / 2);
	}

	.inner-right2 {
		padding-right: calc((100vw - 1015px) / 2);
	}

	.offset-left {
		margin-left: calc((1015px / 2) / 2);
	}

	.offset-right {
		margin-right: calc((1015px / 2) / 2);
	}


	.content-wrapper.uk-padding-large {
		padding: 60px 80px;
	}

	.inner-left .content-wrapper.uk-padding-large {
		padding-left: 0;
	}

	.inner-right .content-wrapper.uk-padding-large {
		padding-right: 0;
	}

	.inner-container {
		padding-left: 85px;
		padding-right: 85px;
	}

	.inner-container2 {
		max-width: 1000px;
	}
}


/*--------------------------------------------------------------
#Main Banner
--------------------------------------------------------------*/
.banner-caption .main-title {
	font-family: 'Helvetica Neue', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.main-banner {
	background: #D9D9D9;
}

.main-banner .top-cover {
	background: rgba(0, 0, 0, 0.50);
}

.main-banner .subheading {
	font-family: "Caslon 540", serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
}

.hero-cta {
	padding-top: 15px;
	padding-bottom: 40px;
}


@media (min-width: 960px) {
	.banner-caption .main-title {
		font-size: 2.64rem;
		line-height: 0.78;
		letter-spacing: 13.5px;
	}

	.main-banner .subheading {
		font-size: 1.17rem;
		line-height: 1.45;
	}

	.banner-caption > div .uk-margin-top {
		margin-top: 54px !important;
	}

	.hero-cta {
		padding-bottom: 134px;
	}

	.hero-cta .uk-button {
		min-width: 230px;
	}
}

@media (min-width: 1200px) {
	.main-banner, .main-banner .uk-height-viewport {
		height: 760px !important;
		min-height: 0 !important;
	}

	.main-banner .subheading {
		max-width: 512px;
	}
}

@media (max-width: 640px) {
	.uk-height-viewport {
		min-height: calc(var(--vh) * 100) !important;
	}
}

@media (max-width: 480px) {
	.banner-caption .main-title {
		font-size: 2rem;
	}
}


/*--------------------------------------------------------------
#Sections
--------------------------------------------------------------*/
.smoothease {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.desc p {
	margin: 0 0 45px 0;
	line-height: 1.7;
}

.superscript {
	font-size: 40%;
	position: absolute;
	top: 0;
	margin-top: 5px;
}

.sec-title {
	letter-spacing: 1.1px;
}

.slidenav .uk-slidenav {
	background: rgba(255, 255, 255, 0.8);
	line-height: 40px;
	width: 30px;
	text-align: center;
	color: #000;
}

.slidenav .uk-slidenav.uk-slidenav-previous {
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(20px);
	color: #fff;
}

.slidenav .uk-slidenav:hover, .slidenav .uk-slidenav:focus {
	background: rgba(255, 255, 255, 1);
	color: #000;
}

.slidenav .uk-slidenav-previous:hover, .slidenav .uk-slidenav-previous:focus {
	background: rgba(255, 255, 255, 0.10);
	color: #fff;
}

.slidenav .uk-slidenav svg {
	width: 8px;
}

.uk-card-title {
	font-size: 1.875rem; /* 30px; */
	line-height: 1.4;
}

.uk-card-body {
	text-align: center;
}

.img-title img {
	max-width: 100%;
	max-height: 100px;
	margin-bottom: 10px;
}

.info-section .section-title {
	font-size: 1.25rem;
}

.info-section p {
	margin-bottom: 28px;
	margin-top: 0 !important;
}


.info-section p.fs17 {
	font-size: 1rem; /* 14px; */
	line-height: 1.79;
	font-weight: 500;
	margin-bottom: 28px;
	margin-top: 18px !important;
}

.info-section .uk-text-lead {
	margin-top: 0 !important;
}

.three-cols .uk-grid-medium {
	margin-left: -18px;
}

.three-cols .uk-grid-medium > * {
	padding-left: 18px;
}

.three-cols .uk-overlay {
	background: linear-gradient(180deg, rgba(11, 29, 38, 0.00) 0%, rgba(18, 18, 18, 0.75) 61.38%);
	height: 170px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 25px 25px;
}

.three-cols .uk-overlay p {
	color: #fff;
	font-size: 1.172rem;
}

.feature h4 {
	margin-top: 32px;
	margin-bottom: 8px;
}

.feature .desc {
	margin-bottom: 26px;
}

.info02b-section, .info03b-section {
	padding-top: 0;
}

.fullimage01-section .cover {
	background: radial-gradient(70.53% 70.53% at 50% 50.05%, rgba(18, 18, 18, 0.40) 0%, rgba(0, 0, 0, 0.30) 100%);
}

@media (min-width: 960px) {
	.features-section {
		padding-bottom: 132px;
	}

	.feature h4 {
		margin-top: 42px;
		margin-bottom: 18px;
	}

	.feature .desc {
		margin-bottom: 36px;
	}

	.info02b-section, .info03b-section {
		padding-top: 66px;
		padding-bottom: 85px;
	}

	.slideshow-info.info-section {
		padding-bottom: 68px;
	}

	.fullimage01-section .section-title {
		font-size: 1.76rem;
		line-height: 1.33;
		letter-spacing: 6px;
	}

	.fullimage01-section .uk-margin-medium-top {
		margin-top: 28px !important;
	}
}

/**************************************/

@media (min-width: 960px) {
	.intro02-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.info04-section {
		padding-top: 114px;
		padding-bottom: 116px;
	}

	.fullimage01-section {
	}
}

@media (min-width: 1200px) {
	.intro-section .desc {
		padding-left: 84px;
		padding-right: 70px;
	}

	.info-section .content-wrapper.uk-padding-large {
		padding-left: 90px;
		padding-right: 40px;
	}

	.info01-section .content-wrapper.uk-padding-large {
		padding-left: 88px;
	}

	.info04-section .content-wrapper.uk-padding-large {
		padding-top: 18px;
		padding-left: 72px;
	}

	.info04-section .slidenav.uk-position-bottom-right {
		right: auto;
		left: 0;
	}

	.fullimage01-section {
		min-height: 0 !important;
		height: 875px;
	}
}

/**************************************/
@media (min-width: 1200px) {
	.sec-grid .uk-slideshow-items {
		height: 690px;
	}
}

/**************************************/

@media (min-width: 960px) {
	.slidenav .uk-slidenav {
		line-height: 60px;
		width: 50px;
	}

	.img-title img {
		max-height: 118px;
	}

	.sec-title {
		font-size: 3.125rem; /* 50px; */
		margin-bottom: 29px;
	}

	.uk-card-title {
		font-size: 2.5rem; /* 40px; */
		line-height: 1.4;
	}

	.left-content {
		padding-top: 0;
	}

	.left-content {
		padding-top: 0;
	}

	.info-section .inner-left .content-wrapper.uk-padding-large {
		padding-left: 0;
	}

	.info02-section .main-title {
		font-size: 3.125rem; /* 50px; */
	}

	.info03-section .main-title {
		font-size: 2.8125rem; /* 45px; */
	}

	.info03-section.info-section .content-wrapper.uk-padding-large {
		border: none;
	}

	.contact-section.uk-section {
		padding-top: 100px;
		padding-bottom: 116px;
	}

	.contact-section .contact-info-wrapper {
		padding-top: 68px;
	}

	.contact-section .contact-info {
		padding-right: 30px;
	}
}


@media (max-width: 1200px) {
	.info-section .uk-padding-large {
		padding-bottom: 60px;
		padding-top: 50px;
	}
}


/*--------------------------------------------------------------
# Form Styles
--------------------------------------------------------------*/
.forms {
	font-family: 'Helvetica Neue', sans-serif;
}

.forms .form-grid {
	margin-top: 30px;
	margin-bottom: 20px !important;
}

.forms .uk-margin {
	position: relative;
	margin-bottom: 0;
}

.forms .uk-form-label {
	display: block;
	width: auto;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.form-dark .uk-form-label {
	color: #ffffff;
}

.forms .uk-checkbox {
	height: 24px;
	width: 24px;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	color: rgb(255, 255, 255);
	border: 1px solid #8D714C;
	background-color: #FFF;
	margin-right: 10px;
	margin-top: 0;
	flex-shrink: 0;
}

.forms .uk-checkbox:checked {
	background-color: #8D714C;
	color: rgb(255, 255, 255);
	border-color: #8D714C;
}

.forms .uk-light .uk-checkbox:checked {
	background-image: url(../img/check-mark.png);
	background-size: 15px;
}

.forms .check-label {
	font-size: 0.625rem;
	letter-spacing: 0.125rem;
	height: 48px;
}

.form-dark p {
	color: rgb(255, 255, 255);
	font-size: 0.875rem;
}

.forms .field:hover .uk-form-label {
	color: rgba(255, 255, 255, 0.75);
}

.forms sup {
	color: #ff0000;
	font-size: 12px;
	top: 1px;
	font-weight: bold;
}

.callback-section {
	padding-top: 20px;
}

@media (min-width: 960px) {
	.callback-section {
		padding-top: 25px;
		padding-bottom: 118px;
	}
}


/* Change the white to any color ;) */
.forms input:-webkit-autofill,
.forms input:-webkit-autofill:hover,
.forms input:-webkit-autofill:focus,
.forms input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 40px #fff inset !important;
	/*border-color: #fff;*/
}

/*Change text in autofill textbox*/
.forms input:-webkit-autofill {
	-webkit-text-fill-color: #000 !important;
}

.forms ::placeholder {
	color: #c5c5c5;
	opacity: 1; /* Firefox */
}

.forms :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #c5c5c5;
}

.forms ::-ms-input-placeholder { /* Microsoft Edge */
	color: #c5c5c5;
}

.forms .inner-wrapper {
	max-width: 922px;
	padding-top: 90px;
}

.forms .inner-wrapper form {
	max-width: 664px;
}

@media (min-width: 640px) {
	.forms .section-title {
		margin-bottom: 44px !important;
	}
}


/*******#customform**********************/
.callback-section .section-title {
	margin-bottom: 13px;
}

.callback-section .uk-margin-small-top {
	margin-top: 15px !important;
}

.cform .forms {
	max-width: 830px;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.cform .uk-form-label {
	font-size: 0.8125rem /*13px*/;
	margin: 0;
	color: rgba(0, 0, 0, 0.6) !important;
	font-weight: 400;
	text-transform: capitalize;
}

.cform .uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 24px;
	padding-left: 0;
	border: 0 !important;
	color: #000;
}

.cform .uk-form-controls {
	padding: 22px 16px 22px 16px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	position: relative;
}

.cform .uk-form-controls.nolabel {
	padding-top: 22px;
	padding-bottom: 22px;
}


.callback-section .cform .forms {
	padding: 44px 0 0 0;
}

.callback-section .decor {
	max-width: 200px;
}

.callback-section .uk-button-text {
	color: rgba(141, 113, 76, 1);
}

.confirm {
	padding-top: 8px;
	padding-bottom: 6px;
}

.confirm label {
	font-size: 0.8203125rem;
	line-height: 1.7;
}

@media (min-width: 640px) {
	.callback-section .cform .forms {
		padding-top: 60px;
	}
}

@media (min-width: 1200px) {
	.callback-section .decor {
		max-width: 474px;
	}
}

@media (max-width: 640px) {
	.confirm {
		align-items: flex-start;
	}

	.confirm .uk-checkbox {
		position: relative;
		top: 5px;
	}
}


/*--------------------------------------------------------------
# Footer Style
--------------------------------------------------------------*/
.arc {
	transform: translateY(-100%);
}

.footer-section * {
	font-family: 'Helvetica Neue', san-serif;
	font-weight: 300;
	font-size: 0.70rem;
	color: #fff;
}

.footer-section p {
	margin-top: 30px;
	color: #fff;
}

.footer-section .uk-grid-divider > :not(.uk-first-column)::before {
	border-left: 2px solid #fff;
}

.footer-section .uk-button-text {
}


/*--------------------------------------------------------------
# Loading - Sweetalert
--------------------------------------------------------------*/
.main-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-image: url('../img/spinner.svg');
	background-size: 100%;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	z-index: 999999;
}

.sweet-alert[data-has-cancel-button=false] button, .swal2-styled.swal2-confirm {
	box-shadow: none !important;
	background: rgba(24, 61, 79, 0.8) !important;
	border-radius: 3px;
	font-weight: 400;
}

.sweet-alert[data-has-cancel-button=false] button:hover, .swal2-styled.swal2-confirm:hover {
	background: rgba(24, 61, 79, 1) !important;
}

.swal2-html-container a {
	text-decoration: underline;
	color: #0f6ecd;
}

.uk-text-danger
{
    color: #ff0634 !important;
    font-size: 0.8203125rem;
    line-height: 1.7;
}

/*--------------------------------------------------------------
# Page Loading Style
--------------------------------------------------------------*/
.theme-dark.introLoader.simpleLoader {
	background-color: #4f2c4d;
}


/*--------------------------------------------------------------
# Top Top 
--------------------------------------------------------------*/
.bck {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background: rgba(0,0,0,.8);
	color: rgba(255,255,255,.7) !important;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition-property: all;
	text-decoration: none !important;
	transition: all 0.1s ease-in;
	bottom: 7px;
	z-index: 999999;
}

.bck:hover {
	color: rgba(255,255,255,1) !important;
}

.bck.bck-on {
	visibility: visible;
}


/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.my-slick, .my-slick div, .showdiv {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
}

.my-slick.slick-initialized, .my-slick.slick-initialized div, .showdiv.hidedid {
	visibility: visible;
	opacity: 1;
}

.slider *, .slick-slide {
	outline: 0;
	border: 0;
}

.slider {
	width: 50%;
	margin: 100px auto;
}

.sliders02 .slider {
	margin-top: 0;
}

.slick-slide > img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
}

.slick-prev, .slick-next {
	top: auto;
	bottom: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
	transition: all ease-in-out .2s;
	position: relative;
	transform: none;
}

.slick-next:hover, .slick-next:focus {
	background: rgba(255, 255, 255, 1);
}

.slick-prev:hover, .slick-prev:focus {
	background: rgba(255, 255, 255, 0.2);
}

.carousel-nav .slick-prev, .carousel-nav .slick-next {
	left: 0;
}

.slick-prev:before, .slick-next:before {
	font-family: 's9dicons';
	font-size: 24px;
	line-height: 1;
	opacity: 0.8;
	transition: all ease-in-out .2s;
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}

.slick-prev:before {
	color: #fff;
}

.bottom-nav .slick-prev:before {
	color: #000;
}

.slick-next {
	right: auto;
	left: 0;
}

.slick-prev:before {
	content: "\e314";
}

.slick-next:before {
	content: "\e315";
}

.sliders02 .slick-slide {
	margin: 0 3px;
	transition: all ease-in-out .3s;
}

@media (min-width: 960px) {
	.slick-prev, .slick-next {
		width: 70px;
		height: 70px;
	}

	.sliders02 .slick-list {
		padding: 0 26% 0 0 !important;
	}

	.sliders02 .slick-slide {
		padding: 0 18px 0 0;
		transition: all ease-in-out .3s;
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.sliders02 .slick-list {
		padding: 0 8% 0 0 !important;
	}
}

@media (max-width: 960px) {
	.sliders02 .slick-list {
		padding-right: 10% !important;
		padding-left: 10% !important;
	}

	.sliders02 .slick-slide {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.sliders02 {
		margin-left: 0;
	}

	.sliders02 .slick-list {
		padding-right: 10% !important;
		padding-left: 10% !important;
	}

	.sliders02 .slick-slide {
		padding: 0;
		margin: 10px;
	}
}


.locationslider, .slick-content {
	opacity: 0;
	transition: all ease-in .3s;
}

.carousel-section .uk-grid-small {
	margin-left: -18px;
}

.carousel-section .uk-grid-small > * {
	padding-left: 18px;
}

@media (min-width: 1200px) {
	.carousel-section {
		background: linear-gradient(to right, #E6DED5 55%, #F4EFED 45%);
	}

	.carousel-section .content-wrapper p {
		padding-right: 70px;
	}

	.carousel-section .info-cover-img {
		width: 60.5%;
	}
}

/*********Extra ************************/
@media (max-width: 640px) {
	.hero-banner .uk-height-viewport {
		min-height: calc(var(--vh) * 100) !important;
	}
}

@media (min-width: 1200px) {
	.sec-grid .slideimages .uk-cover-container {
		height: 690px;
	}
}



/*--------------------------------------------------------------
# Telephone International Code
--------------------------------------------------------------*/
.form .iti--allow-dropdown input, .form .iti--allow-dropdown input[type=text], .form .iti--allow-dropdown input[type=tel], .form .iti--separate-dial-code input, .form .iti--separate-dial-code input[type=text], .form .iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti {
	width: 100%;
}

.hide {
	display: none;
}

#valid-msg {
	color: #00C900;
}

#error-msg {
	color: red;
}

input.error {
	border: 1px solid #FF7C7C;
}

.form-dark .iti__country-list {
	background-color: #151f28;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, 0);
	padding-left: 0;
	padding-right: 0;
	font-size: 0.99609375rem;
}

.iti-msg {
    position: absolute;
    right: 0;
    margin-right: 16px;
}
#telefone-valid-msg,#telefone-error-msg{
	position: absolute;
    right: 0;
    margin-right: 16px;
}

/****************************************/
.desc.price {
	font-size: 1.125rem;
}

@media (min-width: 640px) {
	.desc.price {
		font-size: 1.5rem;
	}
}
