:root {
	/*--bs-body-color: #fff;
    --bs-body-color-rgb: 255,255,255;
	--bs-body-bg: #20374c;
    --bs-body-bg-rgb: 32, 55, 76;*/
    --bs-warning: #df6919;
    --bs-warning-rgb: 223, 105, 25;
    --bs-light: #f5f5f5;
    --bs-light-rgb: 245, 245, 245;
    --bs-dark:#20374c;
    --bs-dark-rgb:32, 55, 76;
    --bs-link-color: #df6919;
    --bs-link-color-rgb: 223, 105, 25;
}
.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #df6919;
    --bs-btn-border-color: #df6919;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #20374c;
    --bs-btn-hover-border-color: #20374c;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #20374c;
    --bs-btn-active-border-color: #20374c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #df6919;
    --bs-btn-disabled-border-color: #df6919;
}
.dropdown-menu {
	--bs-dropdown-link-active-bg: #df6919;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
.ff-outfit {
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
.filter {
	/*filter: blur(0) saturate(.9) contrast(.6) brightness(1.3) grayscale(.5);*/
}
.mg-tag {
	
}
.box-shadow {
	-webkit-box-shadow: 0 10px 10px rgba(72, 78, 85, .2);
	box-shadow: 0 10px 10px rgba(72, 78, 85, .2);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
@media (min-width: 992px) {
	.box-shadow:hover {
		-webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
		box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.mg-tag::after {
    content: "";
    position: absolute;
    bottom: -.6rem;
    right: -1rem;
    width: 0;
    height: 0;

    border-right: 10px solid transparent;
    border-top: 10px solid #20374c;

}
header {
	background-image:url(../images/single-top-bg.jpg);
	background-size: cover;
	background-position: center 70%;
	background-color: rgba(255,255,255,0.9);
	background-blend-mode: lighten;
}
.bg {
	background-image:url(../images/background.jpg);
	background-size: cover;
	background-position: center 0%;
}
@media (min-width: 992px) {
	.min-vh20 {
		min-height: 20vh !important;
	}
}
.imt-logo {
	background-image: url(https://indianmotortours.hu/wp-content/themes/IndianMotorTours/img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	height: 180px;
	width: 120px;
	margin-top: 0px;
	display: flex;
}
.imt-logo a {
	text-align: center;
	width: 100%;
	align-content: end;
}
.shadow-top {
	box-shadow:0 -0.2rem 1rem rgba(0,0,0, .25);
}
#top {
	bottom: 15px;
	cursor: pointer;
	position: fixed;
	right: 15px;
	z-index: 9999;
	color:var(--bs-warning);
}
#top {
	font-size: 20px;
	line-height: 15px;
	padding: 10px 14px 13px 14px;
}
@media (max-width: 991.98px) {
	#top {
		bottom: 0px;
		right: 0px;
	}
}
a {
	text-decoration: none;
}
.fs-icon {
	font-size: 5rem;
}
/* --- FRONT PAGE FIX --- */

@media (min-width: 992px) and (max-width: 1399.98px) {
	.training-fp .hide-4th:last-child, .tura-fp .hide-4th:last-child {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.ps-boxfix {
		padding-left: 2rem;
	}
}

/* --- OFFCANVAS MENU FIX --- */

.offcanvas-body {
	padding: 1rem 0;
}
.offcanvas .dropdown-menu {
	display: block;
	box-shadow: none!important;
	/*background: var(--bs-light);*/
}
.offcanvas .nav-link.dropdown-toggle {
	display: none;
}
.offcanvas .dropdown-item, .offcanvas .nav-link {
	padding: 1rem 1rem !important;
	border-bottom: 1px solid #eee;
}
/* --- CTA bar --- */
.cta-bar {
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
	z-index: 1050;
}

.cta-bar.active {
	transform: translateY(0);
}