body {
	background: #fff;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.8;
	color: #6c757d;
	position: relative; }

::-moz-selection {
	color: #fff;
	background: #ffba5a; }

::selection {
	color: #fff;
	background: #ffba5a; }

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none; }
a:hover {
	text-decoration: none; }

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "Playfair Display", times, serif; }

.font-family-serif {
	font-family: "Playfair Display", times, serif; }

.font-family-sans-serif {
	font-family: "Roboto", arial, sans-serif; }

.bg-light {
	background: #f2f4fb !important; }

.container-fluid {
	max-width: 1600px; }

.btn {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 50px; }
.btn.btn-outline-white {
	border: 2px solid #fff; }
.btn.btn-outline-white:hover {
	border: 2px solid transparent;
	background: #000;
	color: #fff; }
.btn.btn-outline-white-primary {
	border: 2px solid #fff; }
.btn.btn-outline-white-primary:hover {
	border: 2px solid transparent;
	background: #ffba5a;
	color: #fff; }
.btn.uppercase {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2em; }

.btn, .form-control {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; }
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
	outline: none; }

.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 50px;
	border-width: 2px; }
.form-control:active, .form-control:focus {
	border-color: #ffba5a; }

textarea.form-control {
	height: inherit; }

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 60px 0;
	z-index: 2;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; }
.site-header.scrolled {
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1); }
.site-header.scrolled .site-menu-toggle {
	top: 10px;
	position: relative; }
.site-header.scrolled .site-menu-toggle span {
	background: #000; }
.site-header.scrolled .site-logo {
	position: relative;
	z-index: 100; }
.site-header.scrolled .site-logo a {
	color: #000; }

.menu-open {
	position: relative; }
.menu-open .site-header {
	position: fixed; }
.menu-open .site-logo {
	position: relative;
	z-index: 100; }
.menu-open .site-logo a {
	color: #000; }
.menu-open .site-navbar {
	border: 10px solid #f8f9fa; }

.site-logo {
	padding-left: 40px; }
.site-logo a {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-family: "Playfair Display", times, serif; }
@media (max-width: 991.98px) {
	.site-logo a {
		font-size: 27px; } }

.site-navbar {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	border: 20px solid transparent;
	background: #fff;
	min-height: 300px;
	overflow-y: scroll; }
.site-navbar nav {
	text-align: left; }
.site-navbar nav .menu {
	font-family: "Playfair Display", times, serif; }
.site-navbar nav .menu li a {
	color: #000;
	font-size: 40px;
	padding: 5px 10px;
	position: relative; }
.site-navbar nav .menu li a:hover:before {
	width: 100%; }
.site-navbar nav .menu li.active a {
	color: #ffba5a; }
.site-navbar nav .menu li.active a:before {
	width: 100%; }
.site-navbar .extra-info a {
	color: #000; }
.site-navbar .extra-info ul li a {
	color: #000; }
.site-navbar .extra-info h3 {
	font-family: "Roboto", arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .2em;
	color: #adb5bd;
	margin-bottom: 30px; }
.site-navbar .extra-info p {
	color: #212529; }

.full-height {
	height: 100vh;
	min-height: 700px; }

.site-hero {
	background-size: cover;
	height: 100vh;
	min-height: 700px;
	width: 100%;
	position: relative; }
.site-hero .heading {
	font-family: "Playfair Display", times, serif;
	font-weight: bold; }
.site-hero .scroll-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff; }
.site-hero.overlay:before {
	background: rgba(0, 0, 0, 0.45);
	content: "";
	position: absolute;
	height: 100vh;
	min-height: 700px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; }
.site-hero.inner-page-search.overlay:before {
	background: rgba(0, 0, 0, 0.45);
	content: "";
	position: absolute;
	height: 25vh;
	min-height: 300px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; }
.site-hero.inner-page {
	height: 50vh;
	min-height: 700px; }
.site-hero.inner-page.overlay:before {
	height: 50vh;
	min-height: 700px; }

.site-hero-inner {
	height: 100vh;
	min-height: 700px; }
.site-hero-inner.search-inner {
	height: 100vh;
	min-height: 300px; }
.site-hero-inner .heading {
	font-size: 80px;
	font-family: "Playfair Display", times, serif;
	color: #fff;
	line-height: 1;
	font-weight: bold; }
@media (max-width: 991.98px) {
	.site-hero-inner .heading {
		font-size: 40px; } }
.site-hero-inner .sub-heading {
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	line-height: 1.5; }
@media (max-width: 991.98px) {
	.site-hero-inner .sub-heading {
		font-size: 18px; } }

.inner-page .site-hero-inner {
	height: 50vh;
	min-height: 700px; }

.inner-page-search {
	height: 25vh;
	min-height: 300px; }

.page-inside .site-hero-inner, .page-inside {
	height: 70vh;
	min-height: 500px; }

.page-inside.overlay:before {
	height: 70vh;
	min-height: 500px; }

.menu-open .site-menu-toggle span {
	background: #000; }

.site-menu-toggle {
	top: 0;
	float: right;
	width: 40px;
	height: 45px;
	position: relative;
	margin: 0px auto;
	z-index: 200;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-right: 40px; }
.site-menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out; }
.site-menu-toggle span:nth-child(1) {
	top: 0px; }
.site-menu-toggle span:nth-child(2) {
	top: 10px; }
.site-menu-toggle span:nth-child(3) {
	top: 20px; }
.site-menu-toggle.open span:nth-child(1) {
	top: 13px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg); }
.site-menu-toggle.open span:nth-child(2) {
	opacity: 0;
	left: -60px; }
.site-menu-toggle.open span:nth-child(3) {
	top: 13px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }

.section {
	padding: 7em 0; }
@media (max-width: 991.98px) {
	.section {
		padding: 3em 0; } }

@media (max-width: 991.98px) {
	.lead {
		font-size: 16px; } }

.visit-section .heading {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto", arial, sans-serif;
	color: #b3b3b3;
	letter-spacing: .2em;
	margin-bottom: 30px; }

.visit-section .visit a {
	color: #000; }
.visit-section .visit a:hover {
	color: #ffba5a; }

.visit-section .visit img {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 15px; }

.visit-section .visit h3 {
	font-size: 20px;
	margin-bottom: 0; }

.visit-section .reviews-star span {
	font-size: 18px;
	color: #ffba5a; }

.visit-section .reviews-count {
	color: #adb5bd;
	font-style: italic; }

.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
	font-size: 60px;
	font-family: "Playfair Display", times, serif;
	font-weight: 700; }
@media (max-width: 991.98px) {
	.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
		font-size: 40px; } }

.bg-pattern {
	background: #e9ecef url("../img/round.png"); }

.slider-section {
	position: relative; }

.blog-post-entry {
	position: relative; }

.half .image, .half .text {
	width: 50%; }
@media (max-width: 991.98px) {
	.half .image, .half .text {
		width: 100%; } }

.half .image {
	background-size: cover;
	background-position: center center; }
@media (max-width: 991.98px) {
	.half .image {
		height: 300px; } }

.half .text {
	padding: 100px 7%; }
@media (max-width: 991.98px) {
	.half .text {
		padding-top: 50px;
		padding-bottom: 50px; } }
.half .text h2 {
	font-size: 70px; }
@media (max-width: 991.98px) {
	.half .text h2 {
		font-size: 40px; } }

.testimonial blockquote {
	padding: 0; }

.testimonial .author-image img {
	width: 70px; }

.post .media-custom {
	background: #fff;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1); }
.post .media-custom:hover, .post .media-custom:focus {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
.post .media-custom a {
	color: #000; }
.post .media-custom a:hover {
	color: #ffba5a; }
.post .media-custom .media-body {
	padding: 10px 30px; }
.post .media-custom h2 {
	font-size: 26px; }

.media-custom .meta-post {
	color: #adb5bd;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px; }

.owl-carousel .owl-item {
	opacity: .4; }
.owl-carousel .owl-item.active {
	opacity: 1; }

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px; }
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
	outline: none; }
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 40px; }
.owl-carousel .owl-nav .owl-prev {
	left: 30px !important; }
.owl-carousel .owl-nav .owl-next {
	right: 30px !important; }

.owl-carousel .owl-dots {
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	border-width: 2px !important;
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%; }

.owl-carousel.home-slider {
	z-index: 1;
	position: relative; }
.owl-carousel.home-slider .owl-nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; }
.owl-carousel.home-slider .owl-nav button {
	color: #fff; }
.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
	opacity: 1;
	visibility: visible; }
.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 117px);
	min-height: 700px;
	position: relative; }
.owl-carousel.home-slider .slider-item .slider-text {
	color: #fff;
	height: calc(100vh - 117px);
	min-height: 700px; }
.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	font-weight: 800 !important;
	text-transform: uppercase; }
@media (max-width: 991.98px) {
	.owl-carousel.home-slider .slider-item .slider-text h1 {
		font-size: 40px; } }
.owl-carousel.home-slider .slider-item .slider-text p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: white; }
.owl-carousel.home-slider .slider-item.dark .child-name {
	color: #000; }
.owl-carousel.home-slider .slider-item.dark h1 {
	color: #000; }
.owl-carousel.home-slider .slider-item.dark p {
	color: #000; }
.owl-carousel.home-slider .owl-dots {
	position: absolute;
	bottom: 100px;
	width: 100%; }
.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	border: 2px solid transparent;
	outline: none !important;
	position: relative;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background: #fff; }
.owl-carousel.home-slider .owl-dots .owl-dot.active {
	border: 2px solid white;
	background: none; }

.owl-carousel.major-caousel .owl-stage-outer {
	padding-top: 0 !important;
	padding-bottom: 0 !important; }

.owl-carousel.major-caousel .owl-stage-outer {
	padding-top: 30px;
	padding-bottom: 30px; }

.owl-carousel.major-caousel .slider-item {
	height: inherit;
	min-height: inherit; }
.owl-carousel.major-caousel .slider-item img {
	margin-bottom: 0; }

.owl-carousel.major-caousel .owl-nav {
	opacity: 1;
	visibility: visible; }
.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #495057; }
.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
	color: #6c757d;
	outline: none; }
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
	color: #dee2e6; }
.owl-carousel.major-caousel .owl-nav .owl-prev {
	left: -60px !important; }
.owl-carousel.major-caousel .owl-nav .owl-next {
	right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
	bottom: 50px !important; }
@media (max-width: 991.98px) {
	.owl-carousel.major-caousel .owl-dots {
		bottom: 10px !important; } }

.owl-carousel.js-carousel-2 .slider-item {
	padding: 0 20px;
	text-align: center; }

.owl-carousel.js-carousel-2 .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 299; }
.owl-carousel.js-carousel-2 .owl-nav .owl-prev,
.owl-carousel.js-carousel-2 .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px; }
.owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:active,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:hover,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:focus,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
	outline: none; }
.owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before,
.owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
	font-size: 40px; }
.owl-carousel.js-carousel-2 .owl-nav .owl-prev {
	left: -30px !important; }
.owl-carousel.js-carousel-2 .owl-nav .owl-next {
	right: -30px !important; }

.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
	display: inline-block;
	border: none; }
.owl-carousel.js-carousel-2 .owl-dots .owl-dot > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e9ecef;
	display: inline-block; }
.owl-carousel.js-carousel-2 .owl-dots .owl-dot.active > span {
	background: #ffba5a; }
.owl-carousel.js-carousel-2 .owl-dots .owl-dot:active, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
	outline: none; }

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10; }
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block; }

.footer-section {
	background: #1a1a1a;
	color: #fff; }
.footer-section a {
	color: rgba(255, 255, 255, 0.7); }
.footer-section a:hover {
	color: #fff; }
.footer-section p {
	color: rgba(255, 255, 255, 0.5); }
.footer-section .bordertop {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px; }
.footer-section .contact-info span.d-block {
	font-style: italic;
	color: #fff; }
.footer-section .social a {
	font-size: 18px;
	padding: 10px; }
.footer-section .link li {
	margin-bottom: 10px; }

.footer-newsletter .form-group {
	position: relative; }

.footer-newsletter .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #fff; }
.footer-newsletter .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.2);
	font-style: italic; }
.footer-newsletter .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.2);
	font-style: italic; }
.footer-newsletter .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.2);
	font-style: italic; }
.footer-newsletter .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.2);
	font-style: italic; }
.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
	border-bottom: 1px solid white; }

.footer-newsletter button[type="submit"] {
	background: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0; }

.side-box, .sidebar-search {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px; }
.side-box .heading, .sidebar-search .heading {
	font-size: 18px;
	margin-bottom: 30px;
	font-family: "Roboto", arial, sans-serif; }

.post-list li {
	margin-bottom: 20px; }
.post-list li a > div {
	margin-top: -10px; }
.post-list li a .meta {
	font-size: 13px;
	color: #adb5bd; }
.post-list li a .image {
	width: 150px; }
.post-list li a h3 {
	font-size: 16px; }
.post-list li:last-child {
	margin-bottom: 0; }

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

.sidebar-search .icon-search {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); }

.sidebar-search .search-input {
	border-color: #dee2e6;
	padding-left: 40px;
	border-radius: 0px; }
.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
	border-color: #343a40; }

.contact-section .contact-info p {
	font-family: "Playfair Display", times, serif;
	font-size: 30px;
	margin-bottom: 30px; }
.contact-section .contact-info p .d-block {
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: bold;
	font-family: "Roboto", arial, sans-serif;
	text-transform: uppercase; }

.post-categories li {
	display: block; }
.post-categories li a {
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9ecef; }
.post-categories li a .count {
	position: absolute;
	top: 0;
	right: 0;
	color: #6c757d; }

.custom-pagination .page-item .page-link {
	text-align: center;
	border: none;
	background: none;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	margin-right: 10px;
	margin-bottom: 10px; }

.custom-pagination .page-item.active .page-link {
	background: #ffba5a;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }

.line-height-1-2 {
	line-height: 1.2; }

/* Mouse Animation */
.mouse {
	width: 100px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 140px;
	z-index: 1;
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%); }

.mouse-icon {
	width: 25px;
	height: 45px;
	border: 2px solid white;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	text-align: center; }

.mouse-wheel {
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: white;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down; }

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0; }
	30% {
		opacity: 1; }
	100% {
		margin-top: 20px;
		opacity: 0; } }

@-moz-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0; }
	30% {
		opacity: 1; }
	100% {
		margin-top: 20px;
		opacity: 0; } }

@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0; }
	30% {
		opacity: 1; }
	100% {
		margin-top: 20px;
		opacity: 0; } }

.site-block-half .image, .site-block-half .text {
	width: 100%; }
@media (min-width: 992px) {
	.site-block-half .image, .site-block-half .text {
		width: 50%; } }

@media (max-width: 991.98px) {
	.site-block-half .image {
		margin-bottom: 50px;
		height: 300px; } }

.site-block-half .text {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px; }
@media (min-width: 992px) {
	.site-block-half .text {
		padding: 4rem; } }

.site-block-half .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; }
@media (max-width: 991.98px) {
	.site-block-half .bg-image {
		height: 400px; } }

.site-block-half.site-block-video .image {
	position: relative; }
.site-block-half.site-block-video .image .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	width: 70px;
	height: 70px;
	background: #fff;
	display: block;
	border-radius: 50%;
	opacity: 1;
	color: #ffba5a !important; }
.site-block-half.site-block-video .image .play-button:hover {
	opacity: 1; }
.site-block-half.site-block-video .image .play-button > span {
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%); }

.field-icon-wrap {
	position: relative; }
.field-icon-wrap .form-control {
	position: relative;
	padding-right: 40px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #a6a6a6; }
.field-icon-wrap .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	z-index: 2; }
.field-icon-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%; }

.block-32 {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
	width: 100%; }
.block-32 .field-icon-wrap {
	position: relative; }
.block-32 .field-icon-wrap .form-control {
	position: relative;
	padding-right: 40px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #6c757d; }
.block-32 .field-icon-wrap .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	z-index: 2; }
.block-32 .field-icon-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%; }

.block-2 {
	margin-bottom: 50px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d; }
.block-2:hover .back, .block-2.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg); }
.block-2:hover .front, .block-2.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg); }
.block-2, .block-2 .front, .block-2 .back {
	width: 100%;
	height: 427px; }
.block-2 .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transition: 0.6s;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative; }
.block-2 .front, .block-2 .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0; }
.block-2 .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: lightgreen;
	z-index: 2;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; }
.block-2 .front:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.block-2 .front .box {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	bottom: 20px; }
.block-2 .front .box h2, .block-2 .front .box p {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.5; }
.block-2 .front .box h2 {
	font-size: 20px; }
.block-2 .front .box p {
	font-size: 12px; }
.block-2 .back {
	background: #fff;
	-webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg); }
.block-2 .back p {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px; }
.block-2 .author {
	bottom: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px; }
.block-2 .author .image {
	width: 40px; }
.block-2 .author .image img {
	border-radius: 50%;
	max-width: 100%; }
.block-2 .author .position {
	display: block;
	font-size: 12px; }
@media (max-width: 991.98px) {
	.block-2 .back {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg); }
	.block-2 .front {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg); } }

.text-black {
	color: #000 !important; }

.check-availabilty {
	margin-top: -350px;
	position: relative; }
.check-availabilty .block-32 {
	background: #fff;
	border-radius: 10px; }

.room {
	position: relative;
	display: block; }
.room .img-wrap {
	position: relative;
	overflow: hidden; }
.room .img-wrap img {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin-bottom: 0 !important; }
.room:hover .img-wrap img, .room:focus .img-wrap img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05); }

.letter-spacing-1 {
	letter-spacing: .1em; }

.text-opacity-8 {
	opacity: .8; }

.text-opacity-7 {
	opacity: .7; }

.text-opacity-6 {
	opacity: .6; }

.text-opacity-5 {
	opacity: .5; }

.letter-spacing-2 {
	letter-spacing: .2em; }

.bg-image {
	background-size: cover;
	background-attachment: fixed; }

.bg-image-2 {
	background-size: cover;
	background-position: center center; }

.food-menu-tabs {
	text-align: center; }
.food-menu-tabs .nav-tabs {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: none; }
.food-menu-tabs .nav-tabs li {
	display: inline-block; }
.food-menu-tabs .nav-tabs li a {
	border: none;
	background: none;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	display: block;
	color: #92929e;
}
.food-menu-tabs .nav-tabs li a:before {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	content: "";
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 20px;
	height: 2px;
	background: transparent; }
.food-menu-tabs .nav-tabs li a.active {
	border: none;
	background: none;
	color: black;
	font-weight: bold;
}
.food-menu-tabs .nav-tabs li a.active:before {
	background: black; }

.custom-caption {
	font-size: 14px;
	letter-spacing: .2em; }

.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1; }
.bg-image.overlay {
	position: relative; }
.bg-image.overlay > .container {
	position: relative;
	z-index: 3; }
.bg-image.overlay:before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6); }

.img-absolute {
	position: absolute;
	bottom: -100px;
	right: -100px; }
.img-absolute img {
	max-width: 250px;
	border-radius: 50%;
	border: 10px solid #f2f4fb; }
@media (max-width: 991.98px) {
	.img-absolute {
		right: 0px; }
	.img-absolute img {
		max-width: 160px; } }

.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0; }
.custom-breadcrumbs li {
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: bold; }
.custom-breadcrumbs li a {
	font-weight: normal; }
.custom-breadcrumbs li a:hover {
	color: #fff; }

.timeline-item {
	padding: 3em 2em 2em;
	position: relative;
	border-left: 2px solid #dee2e6; }
.timeline-item::before {
	content: attr(date-is);
	position: absolute;
	left: 2em;
	font-weight: bold;
	top: 1em;
	display: block;
	font-weight: 700;
	font-size: .785rem; }
.timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 1em;
	position: absolute;
	left: -6px;
	border-radius: 10px;
	content: '';
	border: 2px solid #dee2e6;
	background: white; }
.timeline-item:last-child {
	-webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
	border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
	border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%; }

.custom-pagination {
	text-align: center; }
.custom-pagination ul {
	padding: 0;
	margin: 0; }
.custom-pagination ul li {
	display: inline-block; }
.custom-pagination ul li a {
	background: #fff;
	border-radius: 50%;
	border: 1px solid transparent; }
.custom-pagination ul li a:hover {
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1); }
.custom-pagination ul li a, .custom-pagination ul li span {
	display: inline-block;
	width: 47px;
	margin: 2px;
	height: 47px;
	font-size: 1.2rem;
	line-height: 47px; }
.custom-pagination ul li.active span {
	background: #ffba5a;
	color: #fff;
	border-radius: 50%; }
/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}
.irs-handle.type_last {
	z-index: 2;
}
.irs-min,
.irs-max {
	position: absolute;
	display: block;
	cursor: default;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs--flat {
	height: 40px;
}
.irs--flat.irs-with-grid {
	height: 60px;
}
.irs--flat .irs-line {
	top: 25px;
	height: 12px;
	background-color: #e1e4e9;
	border-radius: 4px;
}
.irs--flat .irs-bar {
	top: 25px;
	height: 12px;
	background-color: #ed5565;
}
.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: #e1e4e9;
}
.irs--flat .irs-handle {
	top: 22px;
	width: 16px;
	height: 18px;
	background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
	background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	color: white;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #ed5565;
	border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
	background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
	color: #999;
}
.irs--big {
	height: 55px;
}
.irs--big.irs-with-grid {
	height: 70px;
}
.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: white;
	background: linear-gradient(to bottom, #ddd -50%, white 150%);
	border: 1px solid #ccc;
	border-radius: 12px;
}
.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #cbcfd5;
	background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
	border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, 0.45);
	background-color: #939ba7;
	background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
	top: 0;
	padding: 1px 5px;
	color: white;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
	color: white;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	border-radius: 3px;
}
.irs--big .irs-grid-pol {
	background-color: #428bca;
}
.irs--big .irs-grid-text {
	color: #428bca;
}
.irs--modern {
	height: 55px;
}
.irs--modern.irs-with-grid {
	height: 55px;
}
.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	background-color: #d1d6e0;
	background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px;
}
.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
	border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
	position: absolute;
	display: block;
	top: -4px;
	left: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #a3adc1;
	background: white;
	transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	background: #e9e6e6;
	background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
	border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-left: 1px solid #a3adc1;
	border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
	border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
	border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: white;
	background-color: #d1d6e0;
	border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: white;
	border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426;
}
.irs--modern .irs-grid {
	height: 25px;
}
.irs--modern .irs-grid-pol {
	background-color: #dedede;
}
.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1;
}
.irs--sharp.irs-with-grid {
	height: 57px;
}
.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	background-color: black;
	border-radius: 2px;
}
.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
	border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
	background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
	border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
	color: white;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 4px;
	opacity: 0.4;
	background-color: #a804b2;
	border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: white;
	border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
	height: 25px;
}
.irs--sharp .irs-grid-pol {
	background-color: #dedede;
}
.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--round {
	height: 50px;
}
.irs--round.irs-with-grid {
	height: 65px;
}
.irs--round .irs-line {
	top: 36px;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px;
}
.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa;
}
.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	background-color: white;
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: white;
	border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #006cfa;
}
.irs--round .irs-grid {
	height: 25px;
}
.irs--round .irs-grid-pol {
	background-color: #dedede;
}
.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--square {
	height: 50px;
}
.irs--square.irs-with-grid {
	height: 60px;
}
.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede;
}
.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: black;
}
.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede;
}
.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	border: 3px solid black;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
	background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: black;
	color: white;
}
.irs--square .irs-grid {
	height: 25px;
}
.irs--square .irs-grid-pol {
	background-color: #dedede;
}
.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px;
}
.site-header .site-logo a img{
	transition: max-height 0.15s ease-out;
}
.site-header.scrolled .site-logo a img{
	max-height: 60px;
	transition: max-height 0.25s ease-in;
}
.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
	right: 9px;
}

.daterangepicker.opensleft:after {
	right: 10px;
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.opensright:before {
	left: 9px;
}

.daterangepicker.opensright:after {
	left: 10px;
}

.daterangepicker.drop-up {
	margin-top: -7px;
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.single .drp-selected {
	display: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
	padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid black;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}

.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}

.daterangepicker td.in-range {
	background-color: #ebf4f8!important;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
	background-color: #357ebd!important;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

.daterangepicker th.month {
	width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #ccc;
	cursor: not-allowed;
	/*text-decoration: line-through;      */
	font-weight: 100;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px;
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle;
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer;
}

.daterangepicker .ranges li:hover {
	background-color: #eee;
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 140px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
		float: left;
	}

	.daterangepicker {
		direction: ltr;
		text-align: left;
	}

	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}

	.daterangepicker .ranges, .daterangepicker .drp-calendar {
		float: left;
	}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
	}

	.daterangepicker .ranges {
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

/* old styles */
.input1_inner{position: relative; position: relative;}
.input1_inner:after{content: ''; display: block; position: absolute; right: 30px; top: 15px; pointer-events: none; content: "\f073"; font-family: "FontAwesome"; font-size: 15px; color: #7a9dca; line-height: 1;}
.input1_inner input{display: block; width: 100%; font-size: 13px; color: #333333; padding: 15px 50px 15px 10px; background: none; border: none; box-shadow: none; border-radius: 0;}
.input1_inner input:focus{outline: none; box-shadow: none;}

.select1_wrapper{margin-bottom: 0;}

.select1_inner{position: relative;}
.select1_inner:after{content: ''; display: block; position: absolute; right: 30px; top: 15px; pointer-events: none; content: "\f107"; font-family: "FontAwesome"; font-size: 13px; color: #333; line-height: 15px;}

.select2{width: 100%;}
.select2 *:focus{outline: none!important;}

.select2-container--default .select2-results > .select2-results__options{max-height: 500px;}
.select2-container--default .select2-selection--single{background: none;border-radius: 0; border: none; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 13px; line-height: 19px; color: #333;}
.select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-dropdown{background: none;border-radius: 0; z-index: 100; min-width: 0px; border: none; box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1); background: #fff;}
.select2-container--open .select2-dropdown--above{border-bottom: 2px solid #7a9dca; }
.select2-container--open .select2-dropdown--below{border-top: 2px solid #7a9dca; }

.select2-results__option{padding: 15px  30px; background: #fff; font-size: 13px; line-height: 20px; color: #333333; border-top: 1px solid #dddddd;}
.select2-results__option:first-child{border-top: none;}
.small .select2-results__option {
	padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]{background: #7a9dca; color: #fff;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #7a9dca; color: #fff;}

.booking-wrapper{position: absolute; left: 0; width: 100%; bottom: 7%; z-index: 5;}
.booking2-wrapper{position: relative; margin-bottom: 22px;}
.booking-inner{position: relative; background: #fff; border-radius: 0; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);z-index:99999999999}


/* ============================= select2 start ====================== */
.form1{display: block; padding: 0; position: relative;}
.form1 label{display: none;}
.form1 .col1{float: left; width: 14%;}
.form1 .col2{float: left; width: 14%;}
.form1 .col3{float: left; width: 14%;}

.form1 .c1{border-right: 1px solid #dddddd;}
.form1 .c2{border-right: 1px solid #dddddd;}
.form1 .c3{border-right: 1px solid #dddddd;}
.form1 .c4, .form1 .c3a{border-right: 1px solid #dddddd;}
.form1 .c5{border-right: 1px solid #dddddd;}
.form1 .c6{width:14%;}
.form1 .c3a{width:16%;}
.advanced-button{}



.ui-datepicker{font-size: 14px; z-index: 100!important;}

.btn-form1-submit{display: block; padding: 0; border: none; margin: 0; width: 100%; background: #7a9dca; color: #fff; font-size: 12px; text-transform: uppercase; text-decoration: underline; line-height: 49px;position: relative; cursor: pointer;
	transition: all 0.3s ease-out;
}
.btn-form1-submit:hover{background: #06779c;}
.btn-form1-submit:focus{outline: none;}
.btn-form1-submit:after{content: ''; display: block; width: 1px; height: 100%; position: absolute; left: 100%; top: 0; background: inherit;}
/* Modern Sort Controls */
.pane1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #dee2e6;
}

.sortby, .sorting {
	display: inline-block;
	vertical-align: middle;
}

.sortby .dropdown-toggle, .sorting .dropdown-toggle {
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 0.4rem 0.75rem;
	line-height: 1.4;
	color: #495057;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	transition: all 0.2s ease;
	min-width: 130px;
	justify-content: space-between;
}

.sortby .dropdown-toggle:after, .sorting .dropdown-toggle:after {
	margin-left: auto;
	border-top: 0.25em solid;
	border-right: 0.25em solid transparent;
	border-bottom: 0;
	border-left: 0.25em solid transparent;
	font-size: 0.75rem;
}

.sortby .dropdown-toggle:hover, .sorting .dropdown-toggle:hover {
	background: #f8f9fa;
	border-color: #007bff;
	color: #007bff;
}

.sortby .dropdown-toggle:focus, .sorting .dropdown-toggle:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.sortby .dropdown-menu, .sorting .dropdown-menu {
	min-width: 100%;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin-top: 0.2rem;
	padding: 0.2rem 0;
}

.sortby .dropdown-item, .sorting .dropdown-item {
	padding: 0.4rem 0.75rem;
	font-size: 0.85rem;
	color: #495057;
	transition: all 0.2s ease;
}

.sortby .dropdown-item:hover, .sorting .dropdown-item:hover {
	background: #f8f9fa;
	color: #007bff;
}

.sortby .dropdown-item.active, .sorting .dropdown-item.active {
	background: #007bff;
	color: #fff;
}

.showing-results {
	color: #495057;
	font-size: 0.85rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.showing-results span {
	color: #007bff;
	font-weight: 600;
	font-size: 0.9rem;
}

/* Sort direction icons */
.sorting .dropdown-toggle .sort-icon-up,
.sorting .dropdown-toggle .sort-icon-down {
	font-size: 0.85rem;
	margin-left: 0.2rem;
}

.sorting .dropdown-toggle[data-direction="1"] .sort-icon-up {
	display: none;
}

.sorting .dropdown-toggle[data-direction="1"] .sort-icon-down {
	display: inline-block;
}

.sorting .dropdown-toggle[data-direction="0"] .sort-icon-up {
	display: inline-block;
}

.sorting .dropdown-toggle[data-direction="0"] .sort-icon-down {
	display: none;
}

.sorting .dropdown-item i,
.sortby .dropdown-item i {
	margin-right: 0.4rem;
	font-size: 0.75rem;
}

/* Responsive styles */
@media (max-width: 768px) {
	.pane1 {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
		padding: 0.5rem 0;
	}
	
	.sortby, .sorting {
		width: 100%;
	}
	
	.sortby .dropdown-toggle, .sorting .dropdown-toggle {
		width: 100%;
		justify-content: space-between;
		padding: 0.35rem 0.65rem;
		font-size: 0.8rem;
	}
	
	.showing-results {
		width: 100%;
		justify-content: center;
		text-align: center;
		font-size: 0.8rem;
	}
	
	.showing-results span {
		font-size: 0.85rem;
	}
}

.pagination{float: left; display: block; border-radius: 0; margin-bottom: 0;}

.page-item{display: inline-block; margin: 0 4px;}
.page-link{margin-left: 0; background: #f4f4f4; border-radius: 0%; font-size: 14px; text-align: center; width: 35px; line-height: 35px; border: none; padding: 0; text-decoration: none; color: #333333;}
.page-link:hover{background: #06779c; color: #fff;}
.page-item.active .page-link{background: #7a9dca; color: #fff;}
.page-item:first-child .page-link{margin-left: 0; border-radius: 0%;}
.page-item:last-child .page-link{margin-right: 0; border-radius: 0%; margin-top: 5px;}
a.dropdown-toggle{ display: block; font-size: 14px; text-decoration: none; line-height: 64px; padding: 0px 30px; color: #333333;}
.top-wrapper-dark a.dropdown-toggle{color: #fff;}
.dropdown-toggle::after{content: "\f078"; font-family: "FontAwesome"; border: none; margin-left: 0; font-size: 10px; vertical-align: top; width: auto; padding-left: 3px;}
.dropdown-toggle img{margin-right: 30px;vertical-align: middle; border-radius: 2px;}

.dropdown-menu{margin: 0; padding: 0; border: none; background: #fff; border-radius: 0; border-top: 2px solid #7a9dca; box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);}

.dropdown-menu .dropdown-item{border-top: 1px solid #dddddd; text-decoration: none; display: block; padding: 15px 30px; color: #333333; font-size: 13px; line-height: 20px;}
.dropdown-menu .dropdown-item:hover{background: #7a9dca; color: #fff;}
.dropdown-menu .dropdown-item:first-child{border-top: none;}
.dropdown-menu .dropdown-item img{margin-right: 30px; vertical-align: top; border-radius: 2px;}
#pgnt {
	margin-top: 55px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	font-size: 0;
	position: relative;
}
#pgnt .selected{
	color: black;
	font-weight: bold;
}
#pgnt .left_arrow {
	display: inline-block;
	vertical-align: top;
	left: 0;
	text-align: center;
	width: 46px;
	height: 50px;
	line-height: 50px;
	border-right: 2px solid #ebebeb;
}
#pgnt .left_arrow img, #pgnt .right_arrow img {
	padding-top: 0;
}
#pgnt .left_arrow img:hover, #pgnt .right_arrow img:hover {
	cursor: pointer;
}
#pgnt .right_arrow {
	display: inline-block;
	vertical-align: top;
	right: 0;
	text-align: center;
	width: 46px;
	height: 50px;
	line-height: 50px;
	border-left: 2px solid #ebebeb;
}
#pgnt .pagination_content {
	display: inline-block;
	text-align: center;
	width: 1120px;
	height: 50px;
	line-height: 50px;
}
#pgnt .pagination_content ul {
	width: 400px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	margin: 0 auto;
	padding-left: 0;
}
#pgnt .pagination_content ul li {
	display: inline-block;
	list-style: none;
	width: 45px;
	color: #000;
	line-height: 50px;
}
#pgnt .pagination_content ul li.last {
	border-right: 2px solid #ebebeb;
}
#pgnt .pagination_content ul li a {
	text-decoration: none;
}
#pgnt .pagination_content ul li a:hover {
	color: #82c344;
	cursor: pointer;
}
#pgnt .pagination_content ul li a.selected_pagination {
	color: #82c344;
}
#boat-results2 tr, #boat-results2 td{position: relative;}
#boat-results2 td:not(:first-child), #tabs2-2 thead th:not(:first-child){text-align: center;}
#boat-results2 tr td:first-child{max-width: 190px;}
#boat-results2 tr td:nth-child(5){max-width: 90px;}
.table thead th, .table td, .table th{padding:0.15rem!important;}
.loading-new {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading-new:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading-new:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading-new:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	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 spinner {
	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);
	}
}
@-o-keyframes spinner {
	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 spinner {
	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);
	}
}
.boat-descr{height: 100px;}
.tooltipme{display:none;position: absolute; background-color: white; z-index: 9999;top: 0;left: 150px;padding: 4px;border: 2px solid #f3A847;}
.breadcrumbs1_wrapper{position: relative;}
.breadcrumbs1{padding: 15px 0; font-weight: 400; line-height: 20px; color: #7a9dca; font-size: 14px;}
.breadcrumbs1 a{color: #8c8c8c; text-decoration: none; display: inline-block; }
.breadcrumbs1 a:hover{color: #000; text-decoration: none;}
.breadcrumbs1 span{display: inline-block; margin: 0 10px; color: #8c8c8c;}


.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content:'\25BC';
	float: right;
	color: grey;
	transition: all 0.5s ease;
}

.panel-heading .accordion-toggle.collapsed:after {
	/*content: "\e080";*/
	transform: rotate(180deg);
}

#accordion .accordion-toggle{
	font-size: 18px;
	text-transform: uppercase;
	color: black;
}

.boat-icons-stats img{
	width: 50px;
}

.boat-icons-stats{
	margin-top: 40px;
}

.boat-icons-stats p{
	color: #ffba5a;
	font-weight: bold;
	text-transform: uppercase;
}

.card{float: left; width:100%}
.navbar {border: medium none; float: left; margin-bottom: 0px; width: 100%;  border-radius: 0}
.title-large {font-size: 20px; margin: 10px 0 5px; line-height: 27px; color: #141517;}
.title-small { color: #141517; font-size: 16px; font-weight: 400; line-height: 23px; margin: 6px 0 0;}
.title-x-small {font-size: 18px; margin: 0px;}
.title-large a, .title-small a, .title-x-small a{color: inherit}
.banner-sec{float: left; width: 100%; background: #EBEBEB}
.card-block{padding:0 10px 10px;}
.card-text{margin: 0}
.text-time{font-weight: 600;}
.banner-sec .card-img-overlay{padding: 0; top: 3px; left: 7px; height: 20%}
.text-time em{font-size:12px;line-height:12px;}
header{float: left; width:100%}
.small-top{ border-bottom: 1px solid #2b2b2b;float: left; width: 100%; background: #000}
.small-top .social-icon{float: right;}
.small-top .social-icon a {border-left: 1px solid #2b2b2b; color: #ca1b1b; float: left; padding: 6px 13px;}
.small-top .social-icon a:last-child {border-right: 1px solid #2b2b2b;}
.small-top .social-icon a:hover {color:#FD3A13; text-decoration: none;}
.small-top .date-sec {font-size: 13px; font-weight: 600; float: left; margin-top: 4px; color: #898989}
.top-head{background: #141517; width: 100%; float: left; height: 100px;}
.top-head h1 {color: #fff; font-size: 36px; font-weight: 600; margin: 18px 0 0;}
.top-head small{float: left; width: 100%; font-size: 14px; color: #c0c0c0; margin-top: 5px; margin-left: 5px;}
.top-head .admin-bar {text-align: right; margin-top: 22px;}
.top-head .admin-bar a {color: #fff; line-height: 49px; position: relative; padding:0 7px;}
.top-head .admin-bar a:hover{color: #ff0000}
.top-head .admin-bar a i{margin-right: 6px;}
.top-head .admin-bar .ping {background: #ff0000; border: 3px solid #141517; border-radius: 50%; height: 14px; position: absolute; right: 3px;    top: 13px; width: 14px; z-index: 1;}
.top-head .admin-bar img {float: right; height: 50px; width: 50px; margin-left: 18px;}
.top-nav{background: #fff; padding: 0; border-bottom: 1px solid #dbdbdb}
.top-nav .nav-link {padding-bottom: 0.7rem; padding-top: 0.7rem;}
.top-nav .navbar-nav .nav-item + .nav-item{margin-left:0}
.top-nav li a{color: #141517; text-transform: uppercase; font-size: 14px; font-weight: 700; padding: 0 10px; border-bottom: 2px solid #fff}
.top-nav li a:hover, .top-nav li a:focus, .top-nav li.active a{color: #141517; border-bottom: 2px solid #FD3A13 }
.top-nav .form-control{border-color: #fff}
.navbar-toggle{background: #fff;}
.navbar-toggle .icon-bar{background:#0A2E61; }
.navbar-brand{display: none;}

.top-slider .carousel-indicators{bottom: 0}
.top-slider .carousel-indicators li{border:1px solid #000;}
.top-slider .carousel-indicators .active{background:#000;}


.side-bar .nav-tabs{border-bottom:none;}
.side-bar .nav-tabs .nav-link {color: #aeaeae; text-transform: uppercase; border: none;}
.side-bar .nav-tabs .nav-link.active, .side-bar .nav-tabs .nav-link:hover{border-bottom:2px solid #ff0000;  text-transform: uppercase; color: #222}
.sidebar-tabing .media{margin-top: 20px}
.sidebar-tabing img{width: 120px;height: 100px;}
.sidebar-tabing .title-small {line-height: 23px; margin-top: 5px; font-size: 18px}

#search {float: right; margin-top: 9px; width: 250px;}
.search {padding: 5px 0; width: 230px; height: 30px; position: relative; left: 10px; float: left; line-height: 22px;}
.search input {background: #d0d0d0; border: medium none; border-radius: 3px 0 0 3px; float: left; height: 36px; line-height: 18px; margin-left: 210px; padding: 0 9px; position: absolute; top: -3px; width: 0; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.search:hover input, .search input:focus { width: 200px; margin-left: 0px; background: #d0d0d0;}
.top-nav .btn {position: absolute;right: 0;top: -3px;border-radius:3px;}

.banner-sec{float: left; width:100%;}
.banner-sec .news-block{margin-bottom: 20px}
.banner-sec .news-block:last-child{margin-bottom: 0px}
.banner-sec .news-des {margin-bottom: 5px;}
.banner-sec .title-large{margin: 18px 0 0}
.banner-sec .time{margin-top: 0px; font-size: 13px;}
.banner-sec .carousel-control.left, .banner-sec .carousel-control.right{background: none;}
.banner-sec .card{margin-bottom:20px;}

.section-01{float: left; width: 100%;  border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5}
.section-01 .heading-large {border-bottom: 2px solid #222; color: #222; float: left; width: 100%; padding:0 0 6px; margin:0 0 18px; text-align: left;}
.section-01 .heading-large::before, .section-01 .heading-large::after{background: transparent;}
.section-01 .heading-small {border-bottom: 2px solid #222; color: #222; float: left; margin: 7px 0 0; width: 100%; padding-bottom: 10px; font-size: 18px }
.section-01 .title-small {margin-bottom: 5px; font-size:17px }
.section-01 .news-block{border-bottom: 1px dashed #000; padding-bottom: 30px; border: none;}
.section-01 aside > .news-block{border-bottom: 1px dashed #000; padding-bottom: 19px;}
.section-01 aside > .news-block:last-child{border-bottom: none; margin-bottom: 20px}
.section-01 .card{border: none;}
.section-01 .card-block{padding: 10px 0;}
.section-01 .video-sec {float: left; margin-top: 30px; width: 100%;}
.section-01 .video-block {float: left; margin-top: 20px; width: 100%;}

.action-sec{width:100%; float:left; background:#222}
.action-box{float:left; width:100%; text-align:center;}
.action-box h2{color:#fff; font-size:20px;}

#boatContainer .room .select-txt a{
	padding: 5px 10px!important;
}
#boatContainer .room figure figcaption{
	padding: 0 50px 0 10px;
}
#mapContainer h6, #mapContainer .showboats{
	white-space: nowrap;
}



















.card-columns {
	-moz-column-count: 1;
	column-count: 1;
}
@media (min-width: 768px) {
	.card-columns {
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 1200px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
	}
}

.card-img-overlay .card-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	z-index: 1;
}
.card-img-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(28, 46, 76, 0.8);
	transition: all 0.3s ease-in-out;
}
.card-img-overlay:hover::after {
	background-color: rgba(28, 46, 76, 0.2);
}
.card-title{
	color: white;
}


.mb10{
	margin-bottom: 10px!important;
}

/* Dodajte .netflix_like klasu za sve direktive */
.netflix_like .titler img {
	width: 200px;
}

.netflix_like .slick-track {
	display: flex !important;
}

.netflix_like .slick-slide {
	margin: 1px;
	height: inherit !important;
}

.netflix_like .slick-slide > div {
	height: 100% !important;
}

.netflix_like button.slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	display: block;
	height: 61.8%;
	top: 18%;
	background: rgba(0, 0, 0, 0.5);
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 10;
	width: 2.5vw;
	background-repeat: no-repeat;
	background-position: center center;
}

.netflix_like button.slick-arrow.slick-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
	right: 0px;
}

.netflix_like button.slick-arrow.slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z' /%3E%3C/svg%3E");
	left: 0px;
}

.netflix_like button.slick-disabled {
	opacity: 0 !important;
}

.netflix_like .flickfeed {
	opacity: 0;
}

.netflix_like .slick-initialized {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.netflix_like .flix-parents {
	overflow: hidden;
}

.netflix_like .flix-parents {
	position: relative;
	z-index: 5;
}

.netflix_like .flixer {
	position: relative;
	z-index: 5;
	height: 500px;
}

.netflix_like .video-list-slider {
	background: 0 0;
	border: none;
	border-radius: 0;
	overflow: visible;
}

.netflix_like .slick-list {
	overflow: visible!important;
}

.netflix_like .slick-track {
	height: 200px;
}

.netflix_like .flickfeed .slick-slide .card {
	border-radius: 0px;
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
	padding-top: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
}

.netflix_like .slick-slide {
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
}

.netflix_like .slick-slide:hover {
	transform: scale(1.5);
	z-index: 3;
}
.netflix_like .prevslides {
	transform: translateX(-3.95vw);
}

.netflix_like .nextslides {
	transform: translateX(3.95vw);
}

.netflix_like .furthernextslides {
	transform: translateX(7.9vw);
}

.netflix_like .furtherprevslides {
	transform: translateX(-7.9vw);
}

.netflix_like .firster {
	transform-origin: center left !important;
}

.netflix_like .laster {
	transform-origin: center right !important;
}

.netflix_like .flickfeed .card {
	position: relative;
	overflow: hidden;
}

.netflix_like .flickfeed .card .back {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
	background-color: transparent;
	top: 44%;
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
}

	.netflix_like .flickfeed .card .back h1, .netflix_like .flickfeed .card .back p {
	margin: 0;
	color: #fff;
}

.netflix_like .flickfeed .card:hover .back {
	top: 1px;
}

.netflix_like .back .h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.netflix_like .back p {
	font-size: 12px;
	opacity: 0.9;
}

.netflix_like button.more {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 10%;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	font-size: 0px;
	background-color: transparent;
	border: 0;
	outline: 0;
}
/* ================== Badge CSS ========================*/
.badge {
	/*margin: 0;
	padding: 0;
	color: white;
	padding: 10px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	background: #ed1b24;*/

	position: absolute;
		top: 10px;
		right: 10px;
		background-color: #f00;
		color: #fff;
		padding: 5px 10px;
		border-radius: 5px;
}

/*.badge::before, .badge::after {
	content: "";
	position: absolute;
	top: 0;
	margin: 0 -1px;
	width: 100%;
	height: 100%;
	background: inherit;
	min-width: 55px;
}

.badge::before {
	right: 100%;
}

.badge::after {
	left: 100%;
}*/

/* ================== Badge Position CSS ========================*/
.top-left {
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
	-webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
	transform: translateX(-30%) translateY(0%) rotate(-45deg);
	-ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.top-right {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
	transform: translateX(30%) translateY(0%) rotate(45deg);
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	-ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
	-webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
	transform: translateX(-30%) translateY(0%) rotate(45deg);
	-ms-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
	transform: translateX(30%) translateY(0%) rotate(-45deg);
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.top-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.middle-full {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
	transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

/* ================== Badge color CSS ========================*/
.badge.red {
	background: #ed1b24;
}

.badge.orange {
	background: #fa7901;
}

.badge.pink {
	background: #ee2b8b;
}

.badge.blue {
	background: #00adee;
}

.badge.green {
	background: #b4bd00;
}



.carousell-container {
	width: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.carousell {
	display: flex;
	transition: all 0.3s ease-in-out;
}

.carousell-row {
	display: flex;
}

.carousell-item {
	width: 300px;
	margin-right: 4px;
	text-align: center;
	position: relative;
}

.carousell-item img {
	max-width: 100%;
}



.image-description {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.image-description h2 {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	margin: 0;
	color: white;
}
.image-description p {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	margin: 0;
	color: white;
}

.specifications {
	display: flex;
	align-items: center;
}

.specifications span {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.specifications span::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-size: cover;
}

.year-icon::before {
	background-image: url('link-to-year-icon.png'); /* Zamijenite 'link-to-year-icon.png' sa stvarnim URL-om ikonice za godinu */
}

.type-icon::before {
	background-image: url('link-to-type-icon.png'); /* Zamijenite 'link-to-type-icon.png' sa stvarnim URL-om ikonice za tip plovila */
}


.carousell-item:hover .image-description {
	opacity: 1;
}
.carousell-item:hover {
	cursor: pointer; /* Promijenite kursor u pointer kad se mišem pređe preko slike */
}
.carousell-item img{
	height: auto;
}


.carousell-container .prev,
.carousell-container .next {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.carousell-container .prev {
	left: 0;
}

.carousell-container .next {
	right: 0;
}

.carousell-container .prev::before,
.carousell-container .next::before {
	content: "";
	display: inline-block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 4px;
	margin-right: 8px;
	transform: rotate(135deg);
}

.carousell-container .next::before {
	transform: rotate(-45deg);
}

.specifications .room-ic{
	height: 32px;
	position: relative;
	text-align: center;
	border-bottom: solid thin rgba(6, 119, 156, 0.7);
	text-transform: uppercase;
	color: white;
	font-size: 9px;
	line-height: 1.2;
	padding: 6px;
	border-right: thin solid rgba(6, 119, 156, 0.7);
}
.specifications .nobr{
	border-right: none!important;
}
.room-ic.room-ic-left .txt0{
	color: white!important;
}

.specifications .room-price-car{
	background-color: rgba(6, 119, 156, 0.7);
	width: 100%;
	font-size: 18px;
	border-right: none!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.first_section{
	padding: 5rem 0;
}

/* Filter Tags - Modern Checkbox Design */
.filter-tags-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.5rem;
}

.filter-tag {
	position: relative;
	display: inline-block;
}

.filter-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.filter-tag-label {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	background: #f8f9fa;
	border: 2px solid #dee2e6;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.85rem;
	font-weight: 500;
	color: #495057;
	user-select: none;
	white-space: nowrap;
}

.filter-tag-label:hover {
	background: #e9ecef;
	border-color: #adb5bd;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.filter-checkbox:checked + .filter-tag-label {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0,123,255,0.3);
}

.filter-checkbox:checked + .filter-tag-label:hover {
	background: #0056b3;
	border-color: #0056b3;
}

/* Collapsible section styling */
[data-toggle="collapse"] {
	text-decoration: none;
	transition: all 0.3s ease;
	color: #007bff;
}

[data-toggle="collapse"]:hover {
	text-decoration: none;
	opacity: 0.8;
}

[data-toggle="collapse"] i {
	transition: transform 0.3s ease;
	display: inline-block;
	margin-left: 0.25rem;
}

[data-toggle="collapse"][aria-expanded="true"] i {
	transform: rotate(180deg);
}

/* Filter Accordion - Inner Search */
.filter-accordion {
	margin-top: 1rem;
}

.filter-accordion .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	display: flex;
	align-items: stretch;
}

.filter-accordion .col-md-4 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.filter-accordion .panel-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.filter-accordion .panel {
	border: 1px solid #dee2e6;
	border-radius: 4px;
	margin-bottom: 0;
	background: #fff;
}

.filter-accordion .panel-heading {
	padding: 0;
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
}

.filter-accordion .panel-title {
	margin: 0;
}

.filter-accordion .panel-title a {
	display: block;
	padding: 0.5rem 0.75rem;
	color: #495057;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
	transition: all 0.3s ease;
}

.filter-accordion .panel-title a:hover {
	background: #e9ecef;
	color: #007bff;
}

.filter-accordion .panel-title a i {
	float: right;
	margin-top: 0.2rem;
	transition: transform 0.3s ease;
}

.filter-accordion .panel-title a .filter-category-icon {
	float: none;
	margin-right: 0.5rem;
	margin-top: 0;
	font-size: 1.1rem;
	color: #007bff;
}

.filter-accordion .panel-title a[aria-expanded="true"] i.ion-ios-arrow-down {
	transform: rotate(180deg);
}

.filter-accordion .panel-title a[aria-expanded="true"] .filter-category-icon {
	color: #0056b3;
}

.filter-accordion .panel-body {
	padding: 0.75rem;
	overflow-y: auto;
	max-height: 400px;
}

.filter-accordion .panel-collapse.collapse:not(.in) {
	display: none;
}

.filter-accordion .panel-collapse.collapse.in,
.filter-accordion .panel-collapse.in {
	display: block !important;
	height: auto !important;
}

.filter-accordion .panel-collapse:not(.collapse):not(.collapsing) {
	display: block !important;
	height: auto !important;
}

.filter-accordion .panel-collapse.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

.filter-label-small {
	font-size: 0.85rem;
	font-weight: 500;
	color: #6c757d;
	margin-bottom: 0.25rem;
	display: block;
}

.filter-accordion .form-control-sm {
	font-size: 0.875rem;
	padding: 0.375rem 0.75rem;
	height: calc(1.8125rem + 2px);
}

/* Additional filter improvements */

.filter-accordion .panel-default {
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.filter-accordion .panel-default:hover {
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Improve existing filter form */
.filter-col {
	font-size: 0.9rem;
	font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.filter-accordion .col-md-4 {
		margin-bottom: 0.75rem;
	}
	
	.filter-accordion .col-lg-4 {
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 767px) {
	.filter-tags-container {
		gap: 0.3rem;
	}
	
	.filter-tag-label {
		padding: 0.3rem 0.6rem;
		font-size: 0.8rem;
	}
	
	.filter-accordion .panel-body {
		padding: 0.6rem;
	}
	
	.filter-accordion .panel-title a {
		padding: 0.4rem 0.6rem;
		font-size: 0.85rem;
	}
	
	.filter-accordion .col-md-4 {
		margin-bottom: 0.75rem;
	}
	
	.filter-accordion .col-md-6 {
		margin-bottom: 0.5rem;
	}
}