/*
Description:
	1 - Including files (fonts, theme-colors, "reset.css" and others)
	2 - Tags styles and General styles
	3 - header
	4 - .content
	5 - footer
	* - @media rules
*/

/* 1 - BEGIN Including files (fonts, theme-colors, "reset.css" and others)) ---------------------------------------------------------- */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 24, 2025 */

@font-face {
	font-family: 'Kondolarge';
	src: url('fonts/Kondolarge/Kondolarge-Regular.woff2') format('woff2'),
		 url('fonts/Kondolarge/Kondolarge-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kondolarge';
	src: url('fonts/Kondolarge/Kondolarge-Regular.woff2') format('woff2'),
		 url('fonts/Kondolarge/Kondolarge-Regular.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'SohneBreit';
	src: url('fonts/SohneBreit/SohneBreit-Buch.woff2') format('woff2'),
		 url('flytru/fonts/SohneBreit/SohneBreit-Buch.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SohneBreit';
	src: url('fonts/SohneBreit/SohneBreit-Kraftig.woff2') format('woff2'),
		 url('fonts/SohneBreit/SohneBreit-Kraftig.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

/* THEME COLORS */

:root {
	--theme-color: #c68d55;
	--theme-color-light: #e9dfd3;
	--theme-color-light-lighter: #faf7f1;
	--theme-color-dark: #ad0000;
	--theme-color-secondary: #0c233c;
	--theme-color-text: #4d4d4d;
	--theme-color-sub: #e5b280;
}

/*  */

html body .bg-white {
	background-color: #ffffff;
}

html body .bg-gray {
	background-color: #dddddd;
}

html body .bg-theme {
	background-color: var(--theme-color);
	color: #ffffff;
}

html body .bg-theme-light {
	background-color: var(--theme-color-light);
}

html body .bg-theme-light-lighter {
	background-color: var(--theme-color-light-lighter);
}

html body .bg-theme-dark {
	background-color: var(--theme-color-dark);
	color: #ffffff;
}

html body .bg-theme-secondary {
	background-color: var(--theme-color-secondary);
	color: #ffffff;
}

html body .bg-semitransparent-black {
	background-color: rgba(0, 0, 0, .01);
	color: #ffffff;
}

html body .bg-black {
	background-color: #000000;
	color: #ffffff;
}

/*  */

html body .color-white {
	color: #ffffff;
}

html body .color-gray {
	color: #666666;
}

html body .color-theme {
	color: var(--theme-color);
}

html body .color-theme-light {
	color: var(--theme-color-light);
}

html body .color-theme-dark {
	color: var(--theme-color-dark);
}

html body .color-theme-secondary {
	color: var(--theme-color-secondary);
}

html body .color-theme-sub {
	color: var(--theme-color-sub);
}

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Kondolarge', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: var(--theme-color-text);
}

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

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1, .h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .02em;
	font-family: 'SohneBreit';
}

h2, .h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .02em;
	font-family: 'SohneBreit';
}

h3, .h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .02em;
	font-family: 'SohneBreit';
}

h4, .h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'SohneBreit';
}

h5, .h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 18px;
	font-family: 'SohneBreit';
}

h6, .h6 {
	margin: 0 0 0;
	padding: 0 0 20px;
	font-size: 12px;
	letter-spacing: .1em;
	font-family: 'SohneBreit';
}

.font-SohneBreit {
	font-family: 'SohneBreit';
}

blockquote {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	display: block;
	position: relative;
}

p {
	padding: 0 0 15px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
ol:last-child,
p:last-child {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

/*  */

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

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

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

/*  */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 15px;
	padding-right: 15px;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.mb-6 {
  margin-bottom: 5rem; /* 80px if root font-size is 16px */
}

body .container-700px {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}

body .container-800px {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

html body .visible-on-tablet {
	display: none;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 0 0 0;
	background: #ffffff;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	border-top: 2px solid var(--theme-color);
}

header + * {
	padding-top: 70px;
}

.navbar, header, .logo, header + *, .header-main, .logo-wr {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .25);
}

.header-fixed .logo {
	width: 100px;
}

.header-fixed .header-main {
	padding: 10px 0 10px;
}

.logo {
	float: none;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 147px;
	height: 55px;
	max-width: 100%;
	font-size: 0;
	color: transparent;
	background: url('img/logo@2x.png') no-repeat center;
	background-size: contain;
}

header .logo-wr {
	min-width: 300px;
	max-width: 300px;
}

.logo img {
	display: block;
}

header a {
	color: inherit;
}

header .container-fluid {
	padding: 0 30px;
}

.header-main {
	padding: 22px 0 22px;
	margin: 0 0 0;
	position: relative;
}

.navbar-collapse .flex-item {
	width: 500px;
}

/*  */

.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-collapse,
.navbar-expand-lg .navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
	display: block !important;
}

.navbar-nav {
	gap: 40px;
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	outline: none;
	position: relative;
}

#navbar .nav-link {
	padding: 0 0 0;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	color: inherit;
	background: transparent;
	font-weight: 400;
	text-transform: none;
	position: relative;
	background: transparent;
}

#navbar .nav-link.active {
	color: inherit;
	background: transparent;
}

#navbar .nav-link:focus, #navbar .nav-link:hover {
	color: inherit;
	background: transparent;
}

#navbar .nav-link:not(:last-child):after {
	margin: 0 0 0 4px;
	font-size: 15px;
	content: "\f107";
	font-family: "FontAwesome";
}

/*  */

html body .subnav {
	padding: 10px 5px 10px;
	margin: 0px -5px 0;
	position: absolute;
	left: 0;
	top: 99%;
	display: none;
	background: var(--theme-color-secondary);
	text-align: left;
	text-transform: uppercase;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
}

.subnav li {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	list-style: none;
}

.subnav a {
	font-size: 12px;
	padding: 5px 10px 5px;
	margin: 0 0 0;
	font-weight: 400;
	position: relative;
	display: block;
	color: inherit;
	white-space: nowrap;
}

li:hover > .subnav {
	display: block;
}

/*  */

.navbar-toggler {
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
	border-radius: 0;
	border: none;
	float: right;
	position: relative;
	z-index: 10;
}

.navbar-toggler:focus, .navbar-toggler:active {
	box-shadow: none;
	outline: none;
}

.navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 4px 0 0;
	margin: 0 0 0;
	background: transparent;
	z-index: 5;
	position: relative;
	display: inline-block;
	border: none;
}

.navbar-toggler-icon .icon-bar {
	width: 30px;
	height: 2px;
	border-radius: 10px;
	background: var(--theme-color);
	position: relative;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.navbar-toggler-icon .icon-bar+.icon-bar {
	margin-top: 8px;
}

.navbar-toggler-icon.active .icon-bar {
	margin: 0;
	height: 2px;
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(3) {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*  */

/* spinner css start */

.spinner-wr {
	background: #ffffff;
	background: var(--theme-color-light);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/*display: none;*/
}

.spinner {
	width: 100px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background: url('img/logo-icon.png') no-repeat center;
	background-size: contain;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	width: 36px;
	height: 36px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/icon-arrow-up.svg') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 100px 0 100px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*  */

.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*  */

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

.display-block {
	display: block;
}

.display-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.vertical-align-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.vertical-align-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/*  */

.tdu {
	text-decoration: underline;
}

.ttu {
	text-transform: uppercase;
}

.ttn {
	text-transform: none;
}

/*  */

.slide-item {
	outline: none;
}

/*  */

.bordered-bottom {
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 80px;
	border-bottom: 4px solid;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center.bordered-bottom:after {
	right: 0;
}

body .text-left.bordered-bottom:after {
	right: auto;
}

/*  */

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/*  */

body .gallery-thumb-item {
	margin: 0 0 15px;
	padding: 0 0 0;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumb-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.gallery-thumb-item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px #222222;
	font-family: "FontAwesome";
	content: "\f00e";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-thumb-item[href*="youtube"]:before {
	content: "\f01d";
}

.gallery-thumb-item:hover:before {
	top: 0;
	bottom: 0;
}

/*  */

body .padding-0 {
	padding: 0;
}

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

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

body .margin-0 {
	margin: 0;
}

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

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

/*  */

.border-radius-5px {
	border-radius: 5px;
}

.border-radius-10px {
	border-radius: 10px;
}

.border-radius-15px {
	border-radius: 15px;
}

.border-radius-20px {
	border-radius: 20px;
}

.border-radius-25px {
	border-radius: 25px;
}

.border-radius-30px {
	border-radius: 30px;
}

.img-rounded,
.block-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.block-shadowed {
	box-shadow: 20px 15px 30px 20px rgba(0, 0, 0, 0.05);
}

.block-bordered {
	border: 1px solid var(--theme-color);
}

.block-bordered-bottom {
	border-bottom: 1px solid var(--theme-color);
}

/*  */

.columns-same-height > * {
	margin-bottom: 30px;
}

.columns-same-height > * > * {
	height: 100%;
	margin-bottom: 0;
}

/*  */

.justify-content-center,
.display-flex.text-center {
	gap: 30px;
	justify-content: center;
}

.justify-content-start {
	justify-content: flex-start;
	gap: 20px;
}

.justify-content-end {
	justify-content: flex-end;
	gap: 20px;
}

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

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

/*  */

.row-reverse {
	flex-direction: row-reverse;
}






/*  */

body .btn-main {
	padding: 6px 20px 6px;
	margin: 0 auto 30px;
	font-size: 12px;
	line-height: 30px;
	min-width: 175px;
	gap: 10px;
	border-radius: 0px;
	letter-spacing: 0.1em;
	font-weight: 400;
	width: auto;
	font-style: normal;
	color: #ffffff;
	background: var(--theme-color);
	border: none;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0);
	outline: 1px solid;
	outline-color: var(--theme-color);
	outline-offset: -1px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	font-family: 'SohneBreit';
}

html body .btn-main:hover {
	opacity: 1;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15), 0 0 20px -10px var(--theme-color);
	outline-color: rgba(0, 0, 0, 0);
	outline-offset: 15px;
}

.btn-main.bg-white {
	color: var(--theme-color-text);
}

.btn-main.bg-transparent {
	color: var(--theme-color);
}

body .btn-main:last-child {
	margin-bottom: 0;
}

/*  */

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 10px 20px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	color: #333333;
	border-color: #666666;
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	color: #333333;
	border-color: #666666;
	opacity: 1;
}

form label {
	display: block;
}

*::-webkit-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

/*  */

.list-styled-checkmarks {
	padding: 0 0 0;
	margin: 0 0 30px;
	position: relative;
}

.list-styled-checkmarks li {
	padding: 0 0 0 35px;
	margin: 0 0 15px;
	position: relative;
	list-style: none;
}

.list-styled-checkmarks li:before {
	font-size: 20px;
	line-height: 1;
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	content: "\F26A";
	font-family: 'bootstrap-icons';
	color: var(--theme-color-secondary);
}

/*  */

.list-unstyled {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.list-unstyled li {
	margin: 0 0 10px;
}

/*  */

.list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-inline li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-flex;
}

.list-inline li+li:before {
	content: "|";
	padding: 0 0 0;
	margin: 0 10px 0;
}

/*  */

.block-heading {
	margin: 0 0 50px;
	padding: 0 0 0;
}

/*  */

body .box-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-top-banner .img-overlay {
	padding: 80px 0 80px;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.box-top-banner-inner-page .img-overlay {
	padding: 80px 0 70px;
	min-height: 515px;
}

.box-top-banner-inner-page-home .img-overlay {
	padding: 80px 0 70px;
	min-height: 750px;
}

.box-top-banner .img-overlay:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 200px;
	/* background: linear-gradient(180deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.slider-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.slider-top-banner .slide-item {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

/*  */

.slick-prev, .slick-next {
	width: 26px;
	height: 56px;
	padding: 0;
	margin: 0;
	opacity: 1;
	background: transparent;
	transition: all .3s ease;
}

.slick-prev:hover, .slick-next:hover {
	margin: 0 -5px;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev:before, .slick-next:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-prev:before {
/* 	background-image: url('img/icon-slide-left.svg'); */
}

.slick-next:before {
/* 	background-image: url('img/icon-slide-right.svg'); */
}

/*  */

sub {
	font-size: 40%;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.table-simple {
	padding: 0 0 0;
	margin: 0 0 50px;
	width: 100%;
}

.table-simple td {
	padding: 4px 15px 4px;
}

.table-striped tr:nth-child(odd) {
	background-color: var(--theme-color-light-lighter);
}

/*  */

.box-jet-info .table-simple.justify-content-start {
	margin-right: auto;
}

.box-jet-info .table-simple.justify-content-end {
	margin-left: auto;
}

.box-jet-info .logo-icon {
	margin: 60px auto 60px;
}

.logo-icon {
	display: inline-block;
	width: 85px;
	height: 20px;
	margin: 15px auto 15px;
	background: url('img/logo-icon.png') no-repeat center;
	background-size: contain;
}

.p-b-20px {
	padding-bottom: 20px;
}

.p-b-30px {
	padding-bottom: 30px;
}

.p-b-40px {
	padding-bottom: 40px;
}

.p-b-50px {
	padding-bottom: 50px;
}

.p-b-100px {
	padding-bottom: 100px;
}

.border-left {
	border-left: 1px solid var(--theme-color-light);
}

.flex-item.border-left {
	padding: 0 0 0 15px;
}

.flex-item.border-left h3 {
	font-weight: normal;
}

.list-simple li {
	margin: 0 0 8px;
}

/*  */

.slider-with-thumbs-main {
	padding: 0 0 0;
	margin: 0 0 20px;
}

.slider-with-thumbs-main .gallery-thumb-item {
	margin: 0 0 0;
}

.slider-with-thumbs-thumbinal {
	padding: 0 0 0;
	margin: 0 -10px 0;
}

.slider-with-thumbs-thumbinal .slide-item {
	padding: 0 10px 0;
	cursor: pointer;
}

.slider-with-thumbs-thumbinal .img-item {
	border: 1px solid transparent;
}

.slider-with-thumbs-thumbinal .slick-current.slick-active .img-item {
	border-color: var(--theme-color);
}

/*  */

body .box-cta {
	padding: 0 0 0;
}

.box-cta .img-overlay {
	padding: 100px 0 100px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*  */

.box-fleet-thumbs {
	padding: 90px 0 60px;
}

.box-fleet-thumbs .block-heading {
	margin: 0 auto 95px;
}

.fleet-thumb {
	padding: 0 0 0;
	margin: 0 0 30px;
	position: relative;
}

.fleet-thumb .img-wr {
	aspect-ratio: 75 / 44;
}

.fleet-thumb .img-wr a {
	height: 100%;
}

.fleet-thumb .img-wr img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.fleet-thumb .text-wr {
	padding: 20px 25px 20px;
}

.fleet-thumb h6 {
	font-size: 11px;
	font-weight: 600;
	padding: 0 0 8px;
}

.fleet-thumb h4 {
	font-weight: 600;
	padding: 0 0 10px;
}

.fleet-thumb .display-flex {
	border-top: 1px solid;
	padding: 12px 0 0;
}

.fleet-thumb .display-flex h6 {
	padding: 0 0 5px;
}

/*  */

.block-simple .text-wr {
	padding: 30px 50px 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 0 0;
	height: 100%;
	justify-content: center;
}

.block-simple h3 {
	font-size: 27px;
}

.block-simple .btn-main {
	margin: 0 auto 0 0;
}

/*  */

.block-services {
	margin: 80px 0 0;
}

.block-services [class*="col-"] {
	margin-bottom: 30px;
}

.service-thumb {
	padding: 50px 40px 40px;
	margin: 0 0 0;
	height: 100%;
	position: relative;
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.1);
}

.service-thumb i {
	display: block;
	margin: 0 0 30px;
	height: 30px;
}

.service-thumb i img {
	display: block;
}

.service-thumb h5 {
	padding: 0 0 30px;
	font-weight: 600;
	font-size: inherit;
	letter-spacing: 0;
}

/*  */






























/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 0 0 0;
	margin: 0 0 0;
	background: #878787;
	position: relative;
}

footer img {
	display: block;
}

footer .justify-content-end {
	display: flex;
}

footer .justify-content-end .display-flex {
	margin: 0 0 0;
}

footer p {
	padding: 0 0 0;
}

footer .list-inline {
	font-size: 12px;
	font-family: 'SohneBreit';
}

footer .list-inline li:before {
	content: "";
}

.color-semitransparent {
	opacity: .4;
}

.social-icons {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.social-icons a {
	font-size: 20px;
	line-height: 1;
	padding: 0 0 0;
	margin: 0 10px 0;
	display: inline-block;
	position: relative;
}

footer li a {
	display: inline-block;
	position: relative;
}

footer li a:before {
	content: '';
	display: block;
	position: absolute;
	left: -22px;
	height: 10px;
	width: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('img/logo-icon.png') no-repeat center;
	background-size: contain;
	transition: all .3s ease;
	transform: scale(0);
}

footer li a:hover:before {
	transform: scale(1);
}

footer li a:hover {
	opacity: 1;
}

.footer-logo {
	padding: 0 0 0;
	max-width: 148px;
	display: inline-block;
	margin: 0 auto 0;
}

.footer-logo img {
	display: block;
}

.footer-main {
	padding: 55px 0 55px;
	margin: 0 0 0;
	position: relative;
	background: url('img/bg-footer.webp') no-repeat right center;
	background-size: cover;
}

.footer-main .display-flex {
	margin: 0 0 45px;
}

.footer-main h5 {
	font-family: 'SohneBreit';
	font-size: inherit;
	letter-spacing: .05em;
}

.footer-bottom {
	font-size: 14px;
	padding: 40px 0 40px;
	margin: 0 0 0;
	position: relative;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1400px) {
	.container {
		max-width: 1230px;
	}
.row.gap-50px {
	margin-left: -25px;
	margin-right: -25px;
}
.gap-50px > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
.row.gap-100px {
	margin-left: -50px;
	margin-right: -50px;
}
.gap-100px > [class*="col-"] {
	padding-left: 50px;
	padding-right: 50px;
}












}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 1399px) {
.navbar-collapse .flex-item {
	width: 400px;
}
.navbar-nav {
	gap: 15px
}
header .logo-wr {
	min-width: 200px;
	max-width: 200px;
}













}

/* ----------------------------------------------------------------------------------- */


@media (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
	letter-spacing: .1em;
}
blockquote {
	padding: 0 0 15px;
	font-size: 18px;
}
.navbar-collapse .flex-item {
	width: 320px;
}
#navbar .nav-link {
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 20px;
}
.box-wr {
	padding: 60px 0 60px;
}
.box-jet-info .logo-icon {
	margin: 40px auto 40px;
}
.header-main,
.header-fixed .header-main {
	padding: 10px 0 10px;
}
.logo,
.header-fixed .logo {
	width: 100px;
	height: 38px;
}
header .logo-wr {
	min-width: 150px;
	max-width: 150px;
}
header + * {
	padding-top: 55px;
}
.box-top-banner .img-overlay {
	padding: 60px 0 60px;
	min-height: 70vh;
}
.p-b-50px {
	padding-bottom: 30px;
}















}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
	letter-spacing: .1em;
}
blockquote {
	padding: 0 0 15px;
	font-size: 18px;
}
/*  */
.collapse:not(.show) {
	display: flex;
	left: -100vw;
	height: 100vh;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 100px 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
	top: 0;
	text-align: left;
	background: #ffffff;
	background: var(--theme-color-secondary);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 100vw;
	height: 100vh;
	max-width: 350px;
	transition: all .5s ease;
}
.navbar-collapse.collapsing {
	transition: all .5s ease;
}
.navbar-collapse.collapse.show {
	left: 0;
	height: 100vh;
	box-shadow: 0px 0px 200px 200px rgb(0 0 0 / 15%);
}
.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	gap: 0;
	width: 100%;
}
.navbar-nav > li {
	margin: 0 0 0;
	padding: 10px 0 10px;
	position: relative;
	border-top: 1px solid var(--theme-color);
}
.navbar-nav > li:last-child {
	border-bottom: 1px solid var(--theme-color);
}
#navbar .nav-link {
	padding: 5px 5px 5px;
	margin: 0 0 0;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
#navbar .nav-link:before {
	content: none;
	display: none;
}
header .container {
	position: static;
}
.logo {
	position: relative;
	z-index: 5;
}
/*  */
html body .hidden-on-tablet {
	display: none;
}
html body .visible-on-tablet {
	display: block;
}
header .container-fluid {
	padding: 0 15px;
}
header .logo-wr {
	min-width: 100px;
	max-width: 100px;
}
.navbar-collapse .display-flex {
	flex-direction: column;
	gap: 0;
}
header .justify-content-start .navbar-nav > li:first-child {
	border: none;

}
.navbar-collapse, .navbar-expand-lg .navbar-collapse {
	margin: 0 0 0;
	padding: 60px 0 0;
	display: flex !important;
}
.box-jet-info .display-flex.p-b-50px {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
.footer-main .display-flex {
	margin: 0 0 30px;
	flex-direction: column;
	gap: 20px;
}
footer .text-left, footer .text-right {
	text-align: center;
}
footer {
	text-align: center;
}
footer .justify-content-end .display-flex {
	margin: 20px auto 0;
	flex-direction: row;
	justify-content: center !important;
	align-items: center !important;
}
footer p {
	padding: 0 0 10px;
}
footer .row {
	gap: 20px;
}
.box-jet-info .row:first-child {
	gap: 30px;
}
.box-fleet-thumbs .block-heading {
	margin: 0 auto 55px;
}
.fleet-thumb {
	padding: 0 0 0;
	margin: 0 0 15px;
}
html body .subnav {
	padding: 0 5px 0;
	margin: 0px -5px 0;
	position: relative;
	top: 0;
}



/* make the off-canvas menu scroll if it exceeds the viewport */
.navbar-collapse {
  overflow-y: auto;
}

/* subnav defaults on mobile */
.navbar-nav .subnav {
  display: none;            /* hidden until parent gets .open */
  margin: 0;
  padding: 0;
  list-style: none;
}

/* show subnav when parent is toggled open by JS */
.navbar-nav .nav-item.open > .subnav {
  display: block;
}

/* make subnav items look like full rows */
.navbar-nav .subnav li a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  border-top: 1px solid var(--theme-color);
}

/* optional, add a visual cue on parents that have subnav */
.navbar-nav .nav-item > .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-nav .nav-item > .nav-link::after {
  content: '';
}
.navbar-nav .nav-item.open > .nav-link::after {
  content: '';
}

/* if you want explicit carets, uncomment these
.navbar-nav .nav-item > .nav-link::after { content: '▾'; }
.navbar-nav .nav-item.open > .nav-link::after { content: '▴'; }
*/











}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 767px) {
body {
	font-size: 14px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .02em;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
	letter-spacing: .1em;
}
blockquote {
	padding: 0 0 15px;
	font-size: 18px;
}
html body .hidden-on-mobile {
	display: none;
}
.box-top-banner .img-overlay {
	padding: 35px 0 35px;
	min-height: 40vh;
	min-height: 300px;
}
.box-jet-info .display-flex.p-b-50px {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
}
.table-simple {
	margin: 20px 0 20px;
}
.block-simple .text-wr {
	padding: 25px 25px 25px;
}
.block-simple h3 {
	font-size: 18px;
}
.block-simple .p-b-50px {
	padding-bottom: 15px;
}
.block-services {
	margin: 40px 0 0;
}

.mb-6 {
    margin-bottom: 2.5rem; /* 40px on small screens */
  }














}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 575px) {
.block-services [class*="col-"] {
	margin-bottom: 15px;
}












}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */


/* Lift hero heading text on HOME only */
.box-top-banner-inner-page-home .block-heading {
  position: relative;
  transform: translateY(-32px); /* adjust as needed */
}

@media (max-width: 991px) {
  .box-top-banner-inner-page-home .block-heading {
    transform: translateY(-18px);
  }
}

/* Raise home hero text */
.box-top-banner-inner-page-home .img-overlay {
  justify-content: center;            /* was flex-end */
}

/* Fine tune position if you want it a touch higher than center */
.box-top-banner-inner-page-home .img-overlay .block-heading {
  position: relative;
  transform: translateY(-24px);       /* adjust, try -16 to -48 */
}

@media (max-width: 991px) {
  .box-top-banner-inner-page-home .img-overlay {
    justify-content: center;
  }
  .box-top-banner-inner-page-home .img-overlay .block-heading {
    transform: translateY(-12px);
  }
}
/* Home hero, place text in the middle of the lower half */
.box-top-banner-inner-page-home .img-overlay {
  justify-content: flex-end;   /* anchor to bottom */
  padding-bottom: 13vh;        /* push up from the bottom, adjust to taste */
}

/* Tweak for smaller screens */
@media (max-width: 991px) {
  .box-top-banner-inner-page-home .img-overlay {
    padding-bottom: 14vh;
  }
}

@media (max-width: 575px) {
  .box-top-banner-inner-page-home .img-overlay {
    padding-bottom: 12vh;
  }
}

@media (max-width: 767px) {
  .box-top-banner-inner-page-home .img-overlay {
    min-height: 480px;
  }
}

.hover-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.hover-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out; /* Smooth fade */
}

.hover-image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.hover-image:hover .hover-img {
    opacity: 1;
}

.hover-image:hover .default-img {
    opacity: 0;
}

.hover-image a:hover,
.fleet-thumb a:hover {
  opacity: 1;
}
