@import url("bootstrap.custom.css");
@import url("base.css");

.bg--loading {
	background-color: rgba(0, 0, 0, 0.05) !important;
	transition: none !important;
	opacity: 0.5;
}
.bg--loading::after {
		content: '';
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -12px;
		margin-top: -12px;
		border-radius: 50%;
		border: 5px solid #000;
		border-top-color: transparent;
		-webkit-animation: spin 1s infinite linear;
		-moz-animation: spin 1s infinite linear;
		-o-animation: spin 1s infinite linear;
		animation: spin 1s infinite linear;
}
body .full-color-btn.second-color.btn--loading:hover,
body .btn--loading:hover,
body .btn--loading {
		color: rgba(0,0,0,0) !important;
		transition: none !important;
		position: relative;
}
body .btn--loading::after {
		content: '';
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -12px;
		margin-top: -12px;
		border-radius: 50%;
		border: 3px solid #fff;
		border-top-color: transparent;
		-webkit-animation: spin 1s infinite linear;
		-moz-animation: spin 1s infinite linear;
		-o-animation: spin 1s infinite linear;
		animation: spin 1s infinite linear;
}
@-webkit-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-ms-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}

/* scrollbar */
::-webkit-scrollbar-track {
		/* -webkit-box-shadow: inset 0 0 6px #d4d4d4; */
		/* box-shadow: inset 0 0 6px #d4d4d4; */
		background-color: #ffe8ad;
}
::-webkit-scrollbar {
		width: 6px;
		background-color: #67471a;
}
::-webkit-scrollbar-thumb {
		background-color: #67471a;
}
* {
		scrollbar-color: #67471a #ffe8ad;
		scrollbar-width: thin;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.white {
	color: #fff !important;
}

.lightGray {
	color: #f6f9fb !important;
}

.gray {
	color: #edf2f5 !important;
}

.blueGray {
	color: #c2cdd8 !important;
}

.darkGray {
	color: #66717c !important;
}

.darkerGray {
	color: #47505a !important;
}

.green {
	color: #1bc3a7 !important;
}

.darkGreen {
	color: #13ac92 !important;
}

.red {
	color: #ff5c6c !important;
}

.purple {
	color: #747fed !important;
}

.blue {
	color: #21afe4 !important;
}

.yellow {
	color: #f4a743 !important;
}

.white-bg {
	background-color: #fff !important;
}

.btn.white-bg {
	background-color: #fff !important;
	color: #47505a;
}

.lightGray-bg {
	background-color: #f6f9fb !important;
}

.gray-bg {
	background-color: #edf2f5 !important;
}

.blueGray-bg {
	background-color: #c2cdd8 !important;
}

.darkGray-bg {
	background-color: #66717c !important;
}

.darkerGray-bg {
	background-color: #47505a !important;
}

.green-bg {
	background-color: #1bc3a7 !important;
}

.darkGreen-bg {
	background-color: #13ac92 !important;
}

.red-bg {
	background-color: #ff5c6c !important;
}

.purple-bg {
	background-color: #747fed !important;
}

.blue-bg {
	background-color: #21afe4 !important;
}

.yellow-bg {
	background-color: #f4a743 !important;
}

button.white-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.lightGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.gray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
}

button.blueGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
}

button.darkGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
}

button.darkerGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
}

button.green-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
}

button.darkGreen-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
}

button.red-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
}

button.purple-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
}

button.blue-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
}

button.yellow-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
}

.btn-badge.white-bg:hover, .btn.white-bg:hover, button.white-bg:hover {
	background-color: #f6f9fb !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
	background-color: #edf2f5 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
	background-color: #c2cdd8 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
}

.btn-badge.blueGray-bg:hover, .btn.blueGray-bg:hover, button.blueGray-bg:hover {
	background-color: #66717c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
}

.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
	background-color: #47505a !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
}

.btn-badge.darkerGray-bg:hover, .btn.darkerGray-bg:hover, button.darkerGray-bg:hover {
	background-color: #111111 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
}

.btn-badge.green-bg:hover, .btn.green-bg:hover, button.green-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
}

.btn-badge.darkGreen-bg:hover, .btn.darkGreen-bg:hover, button.darkGreen-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
}

.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
	background-color: #da3c4c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
}

.btn-badge.purple-bg:hover, .btn.purple-bg:hover, button.purple-bg:hover {
	background-color: #4F5ACA !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
}

.btn-badge.blue-bg:hover, .btn.blue-bg:hover, button.blue-bg:hover {
	background-color: #21AFE4 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
}

.btn-badge.yellow-bg:hover, .btn.yellow-bg:hover, button.yellow-bg:hover {
	background-color: #D2841E !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
}

.link.white:hover {
	color: #f6f9fb !important;
}

.link.lightGray:hover {
	color: #edf2f5 !important;
}

.link.gray:hover {
	color: #c2cdd8 !important;
}

.link.blueGray:hover {
	color: #66717c !important;
}

.link.darkGray:hover {
	color: #47505a !important;
}

.link.darkerGray:hover {
	color: #111111 !important;
}

.link.green:hover {
	color: #13ac92 !important;
}

.link.darkGreen:hover {
	color: #13ac92 !important;
}

.link.red:hover {
	color: #b32432 !important;
}

.link.purple:hover {
	color: #333c9e !important;
}

.link.blue:hover {
	color: #1683AC !important;
}

.link.yellow:hover {
	color: #9e6316 !important;
}

.link {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.toggled {
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	color: #c2cdd8;
}

.toggled:hover {
	opacity: 0.8;
}

.mt-auto {
	margin-top: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-5 {
	margin-top: 50px;
}

.mb-auto {
	margin-bottom: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.mb-50 {
	margin-bottom: 50px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

.ml-auto {
	margin-left: auto;
}

.ml-0 {
	margin-left: 0;
}

.ml-05 {
	margin-left: 5px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.mr-auto {
	margin-right: auto;
}

.mr-0 {
	margin-right: 0;
}

.mr-05 {
	margin-right: 5px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mr-4 {
	margin-right: 40px;
}

.mr-5 {
	margin-right: 50px;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: 10px;
}

.m-2 {
	margin: 20px;
}

.m-3 {
	margin: 30px;
}

.m-4 {
	margin: 40px;
}

.m-5 {
	margin: 50px;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 10px;
}

.pl-2 {
	padding-left: 20px;
}

.pl-3 {
	padding-left: 30px;
}

.pl-4 {
	padding-left: 40px;
}

.pl-5 {
	padding-left: 50px;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.pr-4 {
	padding-right: 40px;
}

.pr-5 {
	padding-right: 50px;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 10px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

.p-4 {
	padding: 40px;
}

.p-5 {
	padding: 50px;
}

.f-0 {
	font-size: 8px;
}

.f-1 {
	font-size: 10.66667px;
}

.f-2 {
	font-size: 16px;
}

.f-3 {
	font-size: 24px;
}

.f-4 {
	font-size: 32px;
}

.f-5 {
	font-size: 40px;
}

.no-border {
	border: none !important;
}

h1, .h1 {
	font-weight: normal;
	font-size: 24px;
}

h2, .h2 {
	font-weight: normal;
	font-size: 18px;
}

h3, .h3 {
	font-weight: normal;
	font-size: 14px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 12px;
}

h5, .h5 {
	font-weight: normal;
	font-size: 10px;
}

h1.secondary, .h1.secondary {
	color: #66717c;
}

h2.secondary, .h2.secondary {
	color: #66717c;
}

h3.secondary, .h3.secondary {
	color: #66717c;
}

h4.secondary, .h4.secondary {
	color: #66717c;
}

h5.secondary, .h5.secondary {
	color: #66717c;
}

a, button {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.bold {
	font-weight: 700;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row-vertical {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.transition1 {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.transition2 {
	-webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.h100 {
	height: 100%;
}

.d-block {
	display: block;
}

.w100 {
	width: 100%;
}

.jcr {
	-webkit-box-pack: end !important;
			-ms-flex-pack: end !important;
					justify-content: flex-end !important;
}

.jcsb {
	-webkit-box-pack: justify !important;
			-ms-flex-pack: justify !important;
					justify-content: space-between !important;
}

.aic {
	-webkit-box-align: center !important;
			-ms-flex-align: center !important;
					align-items: center !important;
}

.jcc {
	-webkit-box-pack: center !important;
			-ms-flex-pack: center !important;
					justify-content: center !important;
}

.full {
	padding: 0 15px;
	width: 100%;
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
					flex: 0 0 100%;
	max-width: 100%;
}

.half {
	padding: 0 15px;
	width: 50%;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
					flex: 0 0 50%;
	max-width: 50%;
}

.third {
	padding: 0 15px;
	width: 33.3333%;
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
					flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.quarter {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

.fifth {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

body {
	font-size: 14px;
	font-weight: 400;
	color: #66717c;
	background: url(../images/top-bg-shape.png) no-repeat top center;
	color: var(--second-color);
	font-size: 18px;
	font-family: var(--main-font);
	margin: 0;
	padding: 0;
	padding-top: 170px;
}

body.index {
	background: url(../images/top-bg-shape-index.png) no-repeat top center;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: #1bc3a7;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	margin: 0 5px;
	line-height: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.btn:hover, .btn:active {
	background: #13ac92;
}

.btn.btn-border {
	border: 1px solid #edf2f5;
}

.btn.btn-md {
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 4px;
}

.btn.btn-sm {
	padding: 5px 10px;
	font-size: 8px;
	border-radius: 2px;
}

.btn.btn-gray {
	background: #66717c;
}

.btn.btn-gray:hover {
	background: #47505a;
}

body.index .search-form {
	width: 768px;
}

body.index .search-form .search-field {
	padding: 21px 15px;
	font-size: 16px;
}

body.index .search-form .search-btn {
	height: 40px;
	width: 40px;
}

body.index .search-container {
	margin-right: 30px;
}

body.index .map-btn-img {
	margin-right: 15px;
	height: 44px;
}

body.index .search-map-section {
	margin-top: 0;
}

body.index.scrolled .navbar-collapse {
	padding: 20px 0;
}

.search-form {
	width: 620px;
	max-width: 100%;
	position: relative;
}

.search-form .search-btn {
	background: url("../images/search-icon.png") no-repeat center center/cover;
	height: 25px;
	width: 25px;
	top: 50%;
	right: 12px;
	position: absolute;
	z-index: 10;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	cursor: pointer;
}

.search-form .search-field {
	background: #d5e0dd;
	border: 3px solid #664619;
	border-radius: 10px;
	font-size: 14px;
	padding: 11px 15px;
	width: 100%;
	color: var(--second-color);
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.search-map-section {
	margin-top: 10px;
}

.search-map-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 10px;
}

.navbar-collapse {
	padding: 0;
}

.map-btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.map-btn-container:hover {
	opacity: .7;
}

.p-0-150 {
	padding: 0 150px;
}

.home-img {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.home-img:hover {
	opacity: .7;
}

.advanced-search-btn {
	display: inline-block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.advanced-search-btn:hover {
	color: var(--second-color) !important;
}

.advanced-search-btn img {
	margin-right: 10px;
	vertical-align: middle;
}

.search-container {
	margin-right: 5px;
}

.map-btn-img {
	height: 29px;
}

.icon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 0 25px;
	margin-bottom: 80px;
}

.icon-container a {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.icon-container a:hover {
	opacity: .8;
}

.partners-icon-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.partners-icont-item {
	text-align: center;
	margin-right: 50px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.partners-icont-item:hover {
	opacity: .8;
}

.partners-icont-item:last-child {
	margin-right: 0;
}

.partners-icont-item img {
	height: 70px;
}

.partners-icont-item p {
	font-size: 12px;
	font-weight: 500;
}

/* variables */
:root {
	--main-color: #ffb73a;
	--second-color: #664619;
	--main-font: 'Poppins', sans-serif;
	--second-font: 'Montserrat', sans-serif;
	--main-transition:  all .25s ease-in-out 0s;
	--second-transition: all 0.8s cubic-bezier(.13,.56,.38,.89) 0s;
}

/* reset */
::-moz-selection {
	color: #fff;
	background: var(--main-color);
}

::selection {
	color: #fff;
	background: var(--main-color);
}

:focus {
	outline: none;
}

button:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* box-sizing: border-box; */
	/* position:relative; */
}

html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

h1, .h1 {
	font-size: 60px;
	font-weight: 700;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 600;
}

input:focus,
textarea:focus {
	background-color: #f5f5f5;
}

a {
	color: var(--second-color);
}

a:link,
a:visited {
	text-decoration: none;
}

h1 + p {
	margin-top: 0;
}

/* colors */
.main-color {
	color: var(--main-color) !important;
}

.second-color {
	color: var(--second-color) !important;
}

.white-color {
	color: #fff;
}

.black-color {
	color: #000;
}

.gray-color {
	color: #ccc;
}

/* backgrounds */
.main-bg {
	background-color: var(--main-color);
}

.white-bg {
	background-color: #fff;
}

.black-bg {
	background-color: #000;
}

.gray-color {
	background-color: #ccc;
}

/* buttons */
.btn {
	border-radius: 0;
	padding: 10px 30px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.btn small {
	padding: 5px 20px;
}

.btn.biggg {
	padding: 30px 40px;
}

.border-btn {
	border: 1px solid var(--main-color);
	color: 1px solid var(--main-color);
}

.full-color-btn {
	background: var(--main-color);
	color: #fff;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	text-align: center;
}

.full-color-btn.second-color:hover {
	color: #fff !important;
}

.full-color-btn:hover {
	background: var(--second-color);
}

.invert-color-btn {
	background: var(--second-color);
	color: #fff;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.invert-color-btn:hover {
	background: var(--main-color);
}

.contact-container {
	margin-bottom: 100px;
}

.contact-container .contact-form h1 {
	margin-bottom: 30px;
}

.contact-container .contact-form h4 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.contact-container .contact-form .footer-contact-items {
	margin-bottom: 10px;
}

.contact-container .contact-form a {
	text-decoration: underline;
	color: var(--main-color);
}

.contact-container .contact-form h6 {
	font-size: 14px;
	font-weight: 500;
}

.contact-container .contact-form input, .contact-container .contact-form textarea, .contact-container .contact-form select {
	font-size: 18px;
	padding: 10px 20px;
	background: #ffe9c4;
	margin-bottom: 16px;
    width: 100%;
    font-family: var(--main-font);
	color: var(--second-color);
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* headings */
/* fonts */
.fs-16 {
	font-size: 16px;
	line-height: 1.4;
}

.fs-20 {
	font-size: 20px;
	line-height: 1.4;
}

.fs-24 {
	font-size: 24px;
	line-height: 1.4;
}

.fs-30 {
	font-size: 30px;
	line-height: 1.4;
}

.fs-40 {
	font-size: 40px;
	line-height: 1.4;
}

.fs-42 {
	font-size: 42px;
	line-height: 1.4;
}

/* spacings */
.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mt-10 {
	margin-bottom: 10px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-70 {
	margin-top: 70px;
}

.pt-10 {
	padding-bottom: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.lead {
	font-size: 24px;
	line-height: 1.4;
}

.product-icons-container {
	padding: 0 30px;
}

.product-icons-container .product-icons-item {
	text-align: center;
	margin-bottom: 60px;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.product-icons-container .product-icons-item:hover {
	background: #ffe9c4;
}

.product-icons-container .product-icons-item img {
	margin-bottom: 5px;
}

.product-icons-container .product-icons-item p {
	font-size: 16px;
	line-height: 1.4;
}

.product-icons-container .product-icons-item input {
	margin-left: auto;
}

/* transitions */
.main-transition {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.second-transition {
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
}

/* text editor content */
.text-editor-content {
	margin-bottom: 100px;
}

.text-editor-content p {
	margin-bottom: 20px;
	line-height: 1.4;
}

.text-editor-content img {
	max-width: 100%;
}
.text-editor-content a {
	color: var(--main-color);
	transition: var(--main-transition);
	text-decoration-thickness: 0px;
}
.text-editor-content a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

/* aside menu */
.side-menu-wrapper.open {
	margin-left: 0;
}

.side-menu-wrapper {
	margin-left: -100%;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

/* video */
.video-container {
	margin-bottom: 65px;
	padding-left: 80px;
}

.video-container h3 {
	margin-bottom: 20px;
	color: var(--main-color);
}

.video-container .txt-contetnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.video-container .txt-contetnt p {
	line-height: 1.5;
}

.video-container .video-content {
	position: relative;
}

.video-container .video-content .play-btn-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	z-index: 10;
	width: 144px;
	height: 144px;
	cursor: pointer;
}

.video-container .video-content .play-btn-container .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	z-index: 11;
}

.video-container .video-content .play-btn-container .play-btn.hover {
	opacity: 0;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.video-container .video-content .play-btn-container:hover .play-btn.hover {
	opacity: 1;
}

.video-container .video-content video {
	max-width: 100%;
}

menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: var(--main-transition);-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}


.navbar-brand img {
	height: 125px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

body.scrolled menu {
	background: #e8fbff;
	-webkit-box-shadow: 1px 2px 5px #e6e6e6;
					box-shadow: 1px 2px 5px #e6e6e6;
}

body.scrolled.index .navbar-brand img {
	height: 70px;
}

body.scrolled .navbar-collapse {
	padding: 0;
}

.navbar-collapse {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.advanced-search .popup-body {
	padding: 20px 40px 20px 40px;
	max-height: 85vh;
	overflow: auto;
}

.advanced-search .advanced-search-form h4 {
	font-size: 20px;
	color: var(--main-color);
	font-weight: 700;
}
.advanced-search .advanced-search-form .location-search-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 55px;
}

.advanced-search .advanced-search-form .location-search-item {
	margin-right: 28px;
	display: block;
	padding-left: 0px;
	width: 100%;
}
.custom-input {
	padding: 7px 12px;
	font-size: 16px;
	max-width: 100%;
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	color: var(--second-color);
		background: #ffe9c4;
		height: 40px;
}
.advanced-search .advanced-search-form .location-search-item label {
	margin-right: 5px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	margin-top: 10px;
}

.advanced-search .advanced-search-form .product-icons-container .product-icons-item {
	margin-bottom: 30px;
}

.custom-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-overflow: '';
	background: #ffe9c4 url("../images/select-icon.png") no-repeat calc(100% - 10px) center;
	padding: 7px 12px;
	font-size: 16px;
	max-width: 100%;
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	color: var(--second-color);
}

.custom-select::-ms-expand {
	display: none;
}

footer {
	background: url(../images/bottom-bg-shape.png) no-repeat bottom center;
	text-align: center;
	padding: 220px 15px 70px;
	color: #fff;
}

footer .footer-logo-container {
	margin-bottom: 50px;
}

footer .footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin-bottom: 40px;
}

footer .footer-menu ul li {
	margin-right: 40px;
}

footer .footer-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

footer .footer-menu ul li a:hover {
	color: var(--second-color);
}

footer .footer-menu ul li:last-child {
	margin-right: 0;
}

#log-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--main-color);
	opacity: 0.9;
	display: none;
}

.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001111;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.popup-wrap.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translate(-50%, -50%) scale(1);
					transform: translate(-50%, -50%) scale(1);
}

.popup-wrap-content {
	position: relative;
	height: 100vh;
	overflow-y: auto;
}

.popup {
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	left: calc(50% - 21px);
	-webkit-transform: translate(-50%, -50%) scale(0.85);
					transform: translate(-50%, -50%) scale(0.85);
	z-index: 40010;
	max-width: 100%;
	width: 1180px;
	background: #fff none no-repeat center center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-box-shadow: 2.084px -2.158px 35px 0px rgba(0, 0, 0, 0.42);
					box-shadow: 2.084px -2.158px 35px 0px rgba(0, 0, 0, 0.42);
}

.popup-header {
	padding: 35px 70px 20px 40px;
	position: relative;
}

.popup-body {
	padding: 20px 70px 70px 70px;
}

.popup-footer {
	padding: 10px;
}

.close-popup {
	position: absolute;
	top: 5px;
	right: 25px;
	cursor: pointer;
	font-size: 55px;
	font-weight: 500;
}

.close-popup:hover {
	opacity: 0.7;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	transition: var(--main-transition);
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.navbar-toggler {
	display: none;
}

.nav-item {
	padding-right: 40px;
	position: relative;
}

.nav-link {
	font-size: 18px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.nav-link:hover {
	color: var(--main-color);
}

.navbar-collapse {
	padding: 20px 0;
}

.index-header {
	margin-bottom: 50px;
}

.index-header h3 {
	font-size: 42px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 10px;
}

.index-header h1 {
	font-weight: 900;
	font-size: 100px;
	color: var(--main-color);
	margin-bottom: 30px;
}

.index-header p {
	line-height: 1.4;
}

h2 {
	font-size: 40px;
}

h2.divider {
	position: relative;
	font-weight: 700;
}

h2.divider::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: "";
	z-index: 10;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	background: var(--main-color);
	width: 44px;
	height: 2px;
}

h2.divider::after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	content: "";
	z-index: 10;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	background: var(--main-color);
	width: 77px;
	height: 2px;
}

.fw-700 {
	font-weight: 700;
}

.fw-900 {
	font-weight: 900;
}

h3 {
	font-size: 40px;
	font-weight: 700;
	color: var(--second-color);
}

.main-section {
	margin-top: 150px;
}

.w-100 {
	width: 100%;
}

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

.text-uppercase {
	text-transform: uppercase;
}

iframe {
	width: 100%;
}

.map-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100000;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	background: #fff;
}

.map-popup {
	padding: 30px 25px 5px 0;
	position: relative;
	border-bottom: 1px solid var(--main-color);
	margin: 0 20px;
}

.map-popup .popup-header .header-icon {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.map-popup .popup-header .close-popup {
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	font-size: 40px;
	font-weight: 500;
}

.map-popup .popup-body {
	padding: 15px 20px 40px 20px;
}

.map-popup .popup-body p {
	font-size: 14px;
	margin-bottom: 10px;
}

.full-color-btn {
	background: var(--main-color);
	padding: 10px 64px;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}
.show_map {
    display: none !important;
}
.invert-color-btn {
	background: var(--second-color);
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}

.page-404-container {
	text-align: center;
	margin-bottom: 150px;
}

.page-404-container h1 {
	font-size: 100px;
	margin-bottom: 50px;
}

.page-404-container h3 {
	margin-bottom: 20px;
	color: var(--main-color);
}

.page-404-container p {
	font-size: 22px;
	line-height: 1.4;
	font-style: italic;
}

.page-404-container a {
	margin-top: 50px;
}

.search-results-item {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.search-results-item .search-results-item-wrap {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	background: #fff;
	-webkit-box-shadow: 0px 4px 18px 0px rgba(35, 31, 32, 0.35);
					box-shadow: 0px 4px 18px 0px rgba(35, 31, 32, 0.35);
	padding: 30px 20px;
	width: 100%;
	min-height: 240px;
}

.search-results-item .search-results-item-wrap:hover {
	background: var(--main-color);
}

.search-results-item .search-results-item-wrap.manufacturer {
	background: #fff6de;
}
.search-results-item .search-results-item-wrap.manufacturer:hover {
	background: var(--main-color);
}

.search-results-item .search-results-item-wrap h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--second-color);
	border-bottom: 1px solid var(--main-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.search-results-item .search-results-item-wrap p {
	font-size: 16px;
	margin-bottom: 10px;
}

.search-results-item .search-results-item-wrap p strong {
	display: block;
	margin-top: 4px;
}

.back-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 40px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.back-btn:hover {
	color: var(--main-color);
}

.back-btn img {
	margin-right: 5px;
}

.manufacturer-container p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.manufacturer-container .product-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 10px;
	-webkit-box-shadow: 0px 4px 18px 0px rgba(35, 31, 32, 0.1);
					box-shadow: 0px 4px 18px 0px rgba(35, 31, 32, 0.1);
	height: 100%;
}

.manufacturer-container .product-item-wrap img {
	width: 120px;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
	margin-right: 15px;
}

.manufacturer-container .product-item-wrap p {
	margin-bottom: 0;
}

.manufacturer-container .product-item {
	padding: 5px;
}

.side-bar {
	padding-left: 80px;
	padding-top: 70px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.side-bar address {
	font-style: normal;
	position: -webkit-sticky;
	position: sticky;
	top: 175px;
	z-index: 100;
	background: #fff;
}

.side-bar h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: var(--main-color);
	font-style: normal;
}

.side-bar p {
	font-size: 20px;
	margin-bottom: 15px;
}

.side-bar .side-bar-location {
	margin-bottom: 55px;
	line-height: 1.2;
}

.side-bar .side-bar-location .see-location-btn {
	position: relative;
	display: block;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.side-bar .side-bar-location .see-location-btn:hover {
	opacity: .8;
}

.side-bar .side-bar-location .see-location-btn span {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 20px;
	font-weight: 700;
}

.side-bar .side-bar-contact {
	margin-bottom: 50px;
}

.side-bar .side-bar-contact a {
	display: inline-block;
	position: relative;
}

.side-bar .side-bar-contact a::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--second-color);
	z-index: 10;
	content: "";
}

.side-bar .side-bar-contact p {
	margin-bottom: 25px;
}

.side-bar .side-bar-socila-icons a {
	margin-left: 20px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.side-bar .side-bar-socila-icons a::before {
	content: none;
}

.side-bar .side-bar-socila-icons a:hover {
	opacity: .8;
}
.display-on-mobile {
	display: none;
}
.mobile-contact-btn {
	display: none;
}
body.scrolled.index menu.open .navbar,
body.scrolled menu.open .navbar {
    padding: 20px 0;
}
.navbar-brand.open-mobile-menu {
    display: none;
}
.mobile-txt {
	display: none;
}
.close-sidebar-btn {
    position: absolute;
    top: 30px;
    right: 30px;
	z-index: 10;
	display: none;
}
#advanced-search-form .full-color-btn {
    margin-bottom: 20px;
    margin-right: 20px;
}
/* .map-btn-container {
	display: none;
} */
.nav-item.on-mobile {
	display: none;
}
.filter_button {
	padding: 10px 20px;
	font-size: 14px;
}
.filter_button.selected {
    color: #fff !important;
    background: var(--second-color);
}
.partners-container.media .partners-icon-content {
	display: flex;
	text-align: center;
	align-items: center;
}
.partners-container.media .partners-icont-item {
	display: inline-block;
	margin: 0 20px 25px;
}
.partners-container.media .partners-icont-item img {
	width: 150px;
	object-fit: contain;
	height: 60px;
}
.mobile-filter {
    display: none;
}
.manufacturer-container .product-slider {
    margin-bottom: 20px;
}
.navbar-collapse .navbar-nav .dropdown-menu {
    max-height: 0;
    height: auto;
    overflow: hidden;
    padding-left: 0;
    transition: all 0.25s ease-in-out 0s;
	position: absolute;
	top: 20px;
	left: 0;
	line-height: 2;
	font-size: 1.2rem;
	background: var(--main-color);
	margin-top: 10px;
	border-radius: 0 0 5px 5px;
	padding: 0 20px;
	z-index: 100;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu {
    max-height: 1000px;
	padding: 10px 20px;
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    transform: translateX(-5px);
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li {
    opacity: 1;
    transform: translateX(0);
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(1) {
    transition-delay: .1s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(2) {
    transition-delay: .2s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(3) {
    transition-delay: .3s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(4) {
    transition-delay: .4s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(5) {
    transition-delay: .5s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(6) {
    transition-delay: .6s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(7) {
    transition-delay: .7s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(8) {
    transition-delay: .8s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(9) {
    transition-delay: .9s;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li:nth-child(10) {
    transition-delay: 1s;
}
.navbar-nav .nav-item .nav-link[data-dropdown]::after {
    position: absolute;
	top: -5px;
	right: 35px;
    content: "+";
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
}
.navbar-nav .nav-item.opened-dropdown .nav-link::after {
    content: "-";
    top: -5px;
}
.navbar-collapse .navbar-nav .nav-item.opened-dropdown .dropdown-menu li a:hover {
	color: #fff;
}
.nav-item [data-dropdown] {
	margin-right: 20px;
}

/* lokalni zalogaj mapa page */
.lokalni-zalogaj-mapa-page .card {
	margin-bottom: 30px;
}
.lokalni-zalogaj-mapa-page .card .img-holder {
	margin-bottom: 5px;
}
.lokalni-zalogaj-mapa-page .card .img-holder img {
	width: 100%;
}
.lokalni-zalogaj-mapa-page .card .txt-holder {
	margin-bottom: 10px;
}
.lokalni-zalogaj-mapa-page .card .txt-holder h3 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	height: 40px;
}
.lokalni-zalogaj-mapa-page .card .txt-holder p {
	font-size: 14px;
	text-transform: uppercase;
}
.lokalni-zalogaj-mapa-page .card .btn-holder a {
	width: 100%;
}

.lokalni-zalogaj-pages main h3 {
	text-align: center;
	margin-bottom: 30px;
	color: var(--main-color);
	text-transform: uppercase;
}
.lokalni-zalogaj-pages main ul {
	padding-left: 50px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.lokalni-zalogaj-pages main ul li {
    color: #000;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.lokalni-zalogaj-pages main ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--main-color);
    border-radius: 50%;
    top: 10px;
    left: 15px;
}
.lokalni-zalogaj-pages .text-editor-content img {
	margin: 20px 0 40px 0;
}
.lokalni-zalogaj-pages main h4 {
	margin-bottom: 10px;
	font-style: italic;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.lokalni-zalogaj-pages main .main-subtitle {
	text-align: center;
	margin-bottom: 30px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: unset;
}

.flex-direction-row-reverse {
	flex-direction: row-reverse;
}
.cursor-disabled {
	cursor: not-allowed;
}

/* zig-zag section */
.zig-zag-section .txt-holder-item {
	display: flex;
	align-items: center;
	padding: 0 50px;
}
.zig-zag-section .txt-holder-item .txt-holder {
	width: 500px;
	margin: auto;
}
.zig-zag-section .txt-holder-item .txt-holder h2 {
	margin-bottom: 40px;
	font-size: 45px;
}
.zig-zag-section .txt-holder-item .txt-holder p:last-of-type {
	margin-bottom: 0;
}
.zig-zag-section .txt-holder-item .txt-holder p {
	font-size: 16px;
	line-height: 1.4;
}
.zig-zag-section .img-holder img {
	display: block;
	object-fit: cover;
	width: 100%;
}
.zig-zag-section .feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}


/* disclaimer contaiiner */
.disclaimer-contaiiner p {
	font-size: 12px;
	line-height: 1.4;
}
.disclaimer-contaiiner img {
	width: 100%;
}

/* antrfile */
.antrfile {
	text-align: center;
	background: #e8fbff;
	padding: 50px;
	border-radius: 10px;
}
.antrfile h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: var(--main-color);
	font-style: unset !important;
	text-decoration: none !important;
}
.antrfile h5 {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 500;
}

.details-btn {
	text-decoration: underline !important;
	color: var(--second-color) !important;
	font-style: italic;
}
.details-btn:hover {
	color: var(--main-color) !important;
}
.nav-link {
	font-size: 15px;
}

/* responsive */
@media (min-width:1200px) {
	.container {
		max-width:1180px;
	}
}
@media (min-width:1300px) {
	.container {
		max-width:1280px;
	}
}
@media only screen and (max-width: 1200px) {
	.popup-wrap-content {
		max-width: 90%;
		margin: auto;
	}
	h3 {
		font-size: 30px;
	}
	.popup {
		left: calc(50%);
	}
	.side-bar {
		padding-left: 20px;
	}
	.side-bar p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	/* html { font-size: 62.5%; }  */
	.index-header h1 {
			font-size: 70px;
	}
	.index-header h3 {
			font-size: 36px;
	}
	body.index .search-form {
			width: 600px;
	}
	h3 {
			font-size: 30px;
	}
	.product-icons-container {
		padding: 0;
	}
}
@media only screen and (max-width: 992px) {
	.navbar-toggler {
		display: block;
	}
	.video-container {
		padding-left: 0;
	}
	.video-content {
		display: flex;
	}
	.video-content img {
		object-fit: contain;
	}
	.product-icons-container .product-icons-item p {
		font-size: 16px;
		line-height: 1.2;
	}
	.navbar-toggler {
		position: absolute;
		top: 40px;
		right: 20px;
		transition: var(--main-transition);
	}
	body.scrolled.index .navbar,
	body.scrolled .navbar {
			padding: 5px 0;
	}
	body.scrolled.index .navbar-brand img {
			height: 57px;
	}
	body.scrolled.index .navbar-toggler,
	body.scrolled .navbar-toggler {
		position: absolute;
		top: 30px;
	}
	.navbar-brand img {
		height: 57px;
	}
	.navbar-nav {
		display: block;
		overflow: hidden;
		height: 100%;
		max-height: 0;
		transition: var(--main-transition);
	}
	menu.open .navbar-nav {
		max-height: 100%;
	}
	.navbar-toggler-icon.close {
		display: none;
	}
	.navbar-collapse {
		margin: 50px auto 0 auto;
		text-align: center;
		padding: 0;
	}
	.nav-item {
		padding-bottom: 20px;
	}
	body.index.scrolled .navbar-collapse {
		padding: 0;
	}
	menu {
		background: #e8fbff;
		-webkit-box-shadow: 1px 2px 5px #e6e6e6;
		box-shadow: 1px 2px 5px #e6e6e6;
	}
	body {
		padding-top: 100px;
	}
	footer {
			background: url(../images/bottom-bg-shape.png) no-repeat bottom center /cover;
			padding: 100px 15px 20px;
	}
	footer p.fs-16 {
			font-size: 14px;
	}
	footer .footer-menu ul {
			margin-bottom: 20px;
	}
	footer .footer-logo-container {
			margin-bottom: 20px;
	}
	footer .footer-logo-container img {
			height: 94px;
	}
	.display-on-desk {
			display: none;
	}
	.display-on-mobile {
			display: block;
	}
	.main-section {
			margin-top: 40px;
	}
	.display-on-mobile {
			margin-bottom: 40px;
	}
	.search-container {
			width: 100%;
	}
	.search-form {
			width: 100%;
	}
	.side-bar address {
			top: 85px;
	}
	.search-form .search-field {
		padding-right: 35px;
	}
	menu {
		max-height: 90px;
		/* overflow-y: hidden; */
	}
	menu.open {
		max-height: 100%;
	}
	.nav-item.on-mobile {
		display: block;
	}
	.navbar-collapse .navbar-nav .dropdown-menu {
		position: relative;
	}
	.navbar-collapse .navbar-nav .dropdown-menu {
		top: 0;
	}
	.navbar-collapse .navbar-nav .dropdown-menu {
		background: transparent;
	}
	.top-header {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.map-btn-container span {
			display: none;
	}
	.side-bar h3 {
			font-size: 22px;
	}
	.side-bar p {
			font-size: 16px;
	}
	.side-bar {
			padding-left: 20px;
	}
	.manufacturer-container p {
			font-size: 14px;
	}
	.manufacturer-container .product-item-wrap img {
			width: 100px;
	}
	.p-0-150 {
			padding: 0;
	}
	.contact-container .contact-form h1 {
			font-size: 40px;
	}
}
@media only screen and (max-width: 768px) {
	/* html { font-size: 62.5%; }  */
	.contact-container .contact-form h4 {
			font-size: 20px;
	}
	h1, .h1 {
		font-size: 45px;
	}
	.zig-zag-section .txt-holder-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.zig-zag-section .img-holder {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.zig-zag-section .feature-item {
		margin-bottom: 50px;
	}
	.text-editor-content {
		margin-bottom: 50px;
	}
	.disclaimer-contaiiner p {
		margin-bottom: 20px;
	}
	.lokalni-zalogaj-pages main ul {
  		padding-left: 10px;
	}
	.lokalni-zalogaj-pages main ul li::before {
		top: 6px;
	}
	
}
@media (max-width: 767px) {
    .mob-flex-vertical {
        flex-direction: column;
    }
    .order-mob-1 {order: 1}
    .order-mob-2 {order: 2;margin: 30px 0 0 !important}
    .img-holder img {
        min-width: 40px !important;
    }
    .single-blog h1 {
        font-size: 34px !important;
    }
    .lead.mt-5 {
        font-size: 16px !important;
        margin-top: 30px !important;
    }
    .filter_button {
        padding: 10px 10px;
        font-size: 12px;
        margin: 0 2px;
        width: 100%;
        text-align: center;
    }
    .search-results-item .search-results-item-wrap {
        min-height: 140px;
    }
    .full, .half, .third, .quart, .fifth {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .mob-flex {
        display: flex;
    }
	/* html { font-size: 62.5%; }  */
	body.index .search-form {
			width: 400px;
	}
	.index-header h1 {
		font-size: 50px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.index-header h3 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	body {
			font-size: 14px;
	}
	body.index .search-form .search-field {
		padding: 13px 60px 13px 5px;
		font-size: 14px;
	}
	.icon-container {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	.icon-container a {
		display: block;
		margin-bottom: 50px;
	}
	h2 {
		font-size: 30px;
	}
	body.index {
		background: #fff;
	}
	.main-section {
		margin-top: 40px;
	}
	.index-header p.mb-50 {
		margin-bottom: 40px;
	}
	body.index .search-form .search-btn {
		height: 30px;
		width: 30px;
	}
	.advanced-search-btn {
		font-size: 18px;
	}
	.video-container .txt-contetnt p {
		margin-bottom: 10px;
	}
	.mb-100 {
		margin-bottom: 40px;
	}
	.product-icons-container .product-icons-item {
		margin-bottom: 25px;
	}
	.product-icons-container {
		margin-bottom: 80px;
	}
	.partners-container h2 {
		font-size: 30px;
	}
	.partners-icont-item {
		margin-right: 10px;
	}
	.partners-icont-item img {
		height: 72px;
		-o-object-fit: cover;
		object-fit: contain;
		width: 85px;
	}
	.partners-container.mb-80 {
		margin-bottom: 100px;
	}
	.search-form .search-field {
		background: #e8e3dd;
	}
	.main-section {
		margin-top: 20px;
	}
	.back-btn {
		display: none;
	}
	.search-results-container h1.fs-40 {
		font-size: 30px;
	}
	.search-results-item .search-results-item-wrap h3 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.video-container {
		margin-bottom: 40px;
	}
	.manufacturer-container .product-item-wrap p {
		font-size: 20px;
	}
	.manufacturer-container p {
		font-size: 16px;
	}
	.manufacturer-container h1.fs-40 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.mobile-contact-btn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
		text-align: center;
		width: 100%;
		background: var(--main-color);
		padding: 16px 15px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 900;
	}
	/* .side-bar {
		display: none;
	} */
	.side-bar.open {
        top: 0;
    }
    .side-bar {
		position: fixed;
		top: 100%;
		left: 0;
		display: block;
		background: #fff;
		z-index: 1000;
		overflow-y: scroll;
		bottom: 0;
        right: 0;
        transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
	}
	.side-bar address {
		max-width: 300px;
		margin: auto;
	}
	h1, .h1 {
		font-size: 40px;
		font-weight: 700;
	}
	h3.fs-42 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.contact-form .col-md-6 {
		margin-bottom: 30px;
	}
	.contact-container {
		margin-bottom: 40px;
	}
	menu.open {
		height: 100%;
		background: var(--main-color);
	}
	.nav-item {
		padding-bottom: 15px;
		padding-right: 0;
	}
	.nav-link {
		font-size: 20px;
		-webkit-transition: var(--main-transition);
		transition: var(--main-transition);
		font-weight: 700;
		border-bottom: 2px solid #ffd260;
		padding-bottom: 15px;
		display: block;
	}
	.navbar-collapse {
		margin-top: 0;
		text-align: left;
		position: absolute;
		top: 120px;
		left: 0;
		z-index: 10;
		width: 100%;
	}
	.navbar-toggler-icon.close {
		display: none;
	}
	menu.open .navbar-toggler-icon.close {
		display: block;
	}
	menu.open .navbar-toggler-icon.open {
		display: none;
	}
	body.scrolled menu.open {
		background: var(--main-color);
	}
	.home-btn-container .home-img {
		display: none;
	}
	menu.open .navbar-brand {
		display: none;
	}
	menu.open .navbar-brand.open-mobile-menu {
		display: block;
	}
	menu .navbar-brand.open-mobile-menu {
		display: none;
	}
	body.scrolled.index menu.open .navbar-toggler,
	body.scrolled menu.open .navbar-toggler {
		top: 40px;
	}
	menu.open .mobile-txt {
		display: block;
	}
	.advanced-search .advanced-search-form h4 {
		color: var(--second-color);
	}
	.close-sidebar-btn {
		display: block;
	}
	.side-bar address {
		position: unset;
	}
	.side-bar-delivery {
		padding-bottom: 70px;
	}
	.partners-container.media .partners-icon-content {
		display: block;
	}
	.nav-link:hover {
		color: var(--second-color);
	}
}
@media only screen and (max-width: 576px) {
    .advanced-search-btn img {
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
    }
    body.index .map-btn-img {
        margin-right: 15px;
        height: 30px;
    }
	/* html { font-size: 62.5%; }  */
	.footer-menu {
		display: none;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.search-container {
		width: 100%;
	}
	body.index .search-form {
		width: 100%;
	}
	.partners-icont-item {
		margin-right: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 30%;
		max-width: 30%;
		margin-bottom: 30px;
	}
	.partners-icon-content {
		flex-wrap: wrap-reverse;
	}
	.page-404-container p {
		font-size: 16px;
	}
	h3 {
		font-size: 22px;
	}
	.popup-body {
		padding: 20px 20px 70px 20px;
	}
	.advanced-search .advanced-search-form .location-search-container {
		display: block;
	}
	.close-popup {
		top: 20px;
		right: 30px;
		font-size: 45px;
		font-weight: 400;
	}
	.advanced-search .advanced-search-form .location-search-item {
		margin-bottom: 25px;
		display: block;
		width: 100%;
	}
	#advanced-search-form .full-color-btn {
		margin-left: 20px;
		width: 100%;
	}
	#advanced-search-form .product-icons-container {
		margin-bottom: 30px;
	}
	.popup.map .popup-body h3 {
        font-size: 16px;
        padding-right: 30px;
    }
	.popup-body {
        padding: 0 !important;
        height: calc(96vh - 65px) !important;
    }
    .find-location-container {
        float: left;
        width: 100%;
    }
    #map_list {
        width: 100%;
        height: auto;
        background: #fff;
        flex: 0 0 100%;
        overflow: hidden;
        position: absolute;
        background: #fff;
        z-index: 111;
    }
    .gm-style-iw {
        width: 300px;
        max-width: 300px !important;
        min-width: 250px !important;
    }
    .show_map {
        margin-top: 10px;
        display: inline-block !important;

    }

    #map {
        width: 100%;
        flex: 0 0 100%;
        position: relative;
        overflow: hidden;
        height: calc(100% - 40px);
        margin-top: 40px;
    }
    .filter-results {
        display: none;
        height: calc(96vh - 105px);
        margin-top: 0;
        overflow-y: auto;
    }
    .mobile-filter img {
        height: 20px;
        margin-right: 10px;
    }
    .mobile-filter {
        display: block;
        font-size: 16px;
        display: flex;
        align-items: center;
        padding: 10px;
        justify-content: center;
    }
	.lokalni-zalogaj-mapa-page .card {
		flex: 0 0 50%;
  		max-width: 50%;
	}

}
@media only screen and (max-width: 480px) {
	.lokalni-zalogaj-mapa-page .card {
		flex: 0 0 100%;
  		max-width: 100%;
	}
	.lokalni-zalogaj-mapa-page .main-section {
		padding: 0 15px;
	}
	.zig-zag-section .txt-holder-item .txt-holder h2 {
		font-size: 32px;
	}
	.zig-zag-section .txt-holder-item {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 375px) {
	/* html { font-size: 62.5%; }  */
	footer {
		background: url(../images/bottom-bg-shape-mobile.png) no-repeat bottom center/cover;
		padding: 100px 15px 20px;
	}
	.page-404-container {
		margin-bottom: 80px;
	}
	h1, .h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 20px;
	}
	.popup.map .popup-body h3 {
        font-size: 16px;
        padding-right: 30px;
    }
	.popup-body {
        padding: 0 !important;
        height: calc(96vh - 65px) !important;
    }
    .find-location-container {
        float: left;
        width: 100%;
    }
	.close-popup {
		right: 15px;
		font-size: 47px;
	}
	.advanced-search .popup-body {
		padding: 20px;
	}
	.partners-icont-item {
		max-width: none;
    }

}
/*# sourceMappingURL=style.css.map */


