@import url('bootstrap-icons.css');
@import url('fonts.css');
@import url('lightbox.min.css');
@import url('vegas.min.css');
@import url('../slick/slick.css');
@import url('../slick/slick-theme.css');

:root {
	--bs-primary: #f0830c;
	--bs-secondary: #888888;
}

html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--bs-secondary);
	background-color: #eee;
	z-index: -1;
	overflow-x: hidden;
}

h1, .h1 {
	font-family: 'Roboto Slab';
	margin: 0 0 15px 0;
	color: var(--bs-primary);
	font-weight: 400;
	line-height: 1.5;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Roboto Slab';
	margin: 0 0 15px 0;
	color: var(--bs-secondary);
	font-weight: 400;
	line-height: 1.5;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 32px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 20px; }

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-primary2);
  text-decoration: none;
}

small {
  font-size: 65%;
  display: block;
  font-weight: 300;
}

strong,
.fw-bold,
b {
  font-weight: 600;
}

hr {
  display: block;
  margin: 30px 0;
}

.ul {
	list-style-image: url('../img/ul.png');
	line-height: 1.5;
	font-size: 18px;
}
.ul li {
	margin: 5px 0;
}

.to-top {
	width: 60px;
	height: 60px;
	background-image: url('../img/to-top.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	right: 15px; 
	bottom: 15px;
	z-index: 500;
	display: none;
}

/* two colums */
.two-colums {
  -moz-column-width: 400px;
  -moz-column-gap: 30px;
  
  -webkit-column-width: 400px;
  -webkit-column-gap: 30px;
  
  column-width: 400px;
  column-gap: 30px;
}

/* buttons */
.btn {
	border: 1px solid transparent;
	border-radius: 0;
	position: relative;
	padding: 10px 20px;
	transition: all .25s;
	margin-top: 5px;
}
.btn i {
	transition: all .25s;
	display: inline-block;
}
.btn:hover i.bi-chevron-double-right {
	margin-right: -5px;
	padding-left: 5px;
}
.btn-sm {
	padding: 10px 15px;
}

.btn-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: var(--bs-white) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-primary) !important;
}

.btn-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
	background-color: var(--bs-white) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-secondary) !important;
}

/* images */
.img-content {
	display: block;
	position: relative;
	border: 1px solid var(--bs-secondary) !important;
	margin-bottom: 10px;
}
.img-content img,
img.img-content {
	width: 100%;
	max-width: 195px;
}
.img-content.float-start {
	margin: 5px 30px 5px 0;
}
.img-content.float-end {
	margin: 5px 0 5px 30px;
}

/* main */
.main {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
}

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 14px;
	z-index: 1200;
	display: block;
	padding: 15px 30px;
	background-image: url('../img/header-bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.header-nav a {
	color: var(--bs-white);
}
.header-nav a:hover {
	opacity: 0.75;
}
.header-nav a::after {
	content: '|';
	margin: 0 15px;
}
.header-nav a:last-child::after {
	display: none;
}
.header-nav i.bi {
	margin-right: 5px;
}
.header-logo {
	width: 100%;
	max-width: 160px;
	position: absolute;
	top: 15px;
	left: 30px;
	display: none;
}

/* aside */
.aside {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.aside-box {
	background-color: var(--bs-white);
	display: block;
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	border: 5px solid #f5f5f5;
	box-shadow: 0 0 0 1px var(--bs-primary);
}

/* nav */
.nav-menu {
	width: 100%;
	background-color: var(--bs-white);
	padding: 60px 0 15px 0;
	position: relative;
	transition: all .25s;
	margin-bottom: 30px;
	border: 5px solid #f5f5f5;
	box-shadow: 0 0 0 1px var(--bs-primary);
}
.nav-logo {
	position: absolute;
	top: -145px;
	left: 30px;
	width: 100%;
	max-width: 220px;
	z-index: 2;
	transition: all .25s;
}
.nav-inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	overflow: auto;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 100%;
	z-index: 2;
}
.nav-item {
	font-family: 'Roboto Slab';
	display: block;
	padding: 10px 30px;
	font-weight: 400;
}
.nav-item::before {
	font-family: bootstrap-icons;
	content: '\F280';
	width: 0;
	opacity: 0;
	display: inline-block;
	transition: all .25s;
	font-size: 16px;
}
.nav-item:hover,
.nav-item:focus,
.nav-item.active {
	color: var(--bs-primary);
}
.nav-item:hover::before,
.nav-item:focus::before,
.nav-item.active::before {
	width: 25px;
	opacity: 1;
}

.nav-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(66,66,66,0.75);
	z-index: 1400;
	display: none;
}
.nav-close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 25px;
	cursor: pointer;
	z-index: 2;
	display: none;
}

.nav-pills {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
}
.nav-link {
	color: var(--bs-secondary);
}
.nav-link:focus, 
.nav-link:hover {
	color: var(--bs-primary);
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.nav-pills .nav-link {
	font-size: 16px;
	font-weight: 600;
}
/* container */
.main-container {
	position: relative;
}

/* section */
.section {
	display: block;
	position: relative;
	padding: 30px;
	background-color: var(--bs-white);
	margin-bottom: 30px;
	border: 5px solid #f5f5f5;
	box-shadow: 0 0 0 1px var(--bs-primary);
}
.section:last-child {
	margin-bottom: 0;
}
.section-inner {
	position: relative;
	z-index: 2;
}

/* slider */
.slider {
	padding: 0;
	min-height: 450px;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

/* footer */
.footer { 
	display: block;
	position: relative;
	padding: 15px 30px;
	background-image: url('../img/footer-bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 60px;
}
.footer-copyright {
	margin: 0;
	color: var(--bs-white);
}
.footer-nav a {
	display: inline-block;
	margin-left: 15px;
}

/* list */
.list-item {
	display: block;
	position: relative;
	padding: 15px 15px;
	background-color: #eee;
	margin-bottom: 15px;
	color: var(--bs-secondary);
}
.list-item:first {
	margin-bottom: 0;
}
.list-item:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}
.list-item i.bi-chevron-double-right {
	transition: all .25s;
	display: inline-block;
}
.list-item:hover i.bi-chevron-double-right {
	margin-right: -5px;
	padding-left: 5px;
}
.list-control {
	font-size: 16px;
	text-align: end;
}
.list-title {
	font-size: 20px;
	font-weight: 600;
}
.list-title small {
	font-size: 14px;
}
.list-img {
	width: 220px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: var(--bs-white);
	border: 15px solid var(--bs-white);
}

/* card */
.card {
	border-radius: 0;
	margin-bottom: 15px;
}
.card-img {
 	text-align: center;
	padding: 30px;
}
.card-img img {
 	width: 100%;
	max-width: 220px;
}
.card-title {
	text-align: center;
	font-size: 18px;
}

.card-services {
	border-color: var(--bs-primary);
}
.card-services .card-body {
	padding: 30px 45px;
	min-height: 175px;
	display: flex;
	text-align: center;
	justify-content: space-around;
}
.card-services .card-text {
	margin: 0;
	text-align: center;
	font-size: 20px;
}
.card-services .card-text i {
	color: var(--bs-primary);
}

/* banner */
.banner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-content {
	display: block;
	text-align: center;
	width: 100%;
	padding: 60px 30px 30px 30px;
	background-image: url('../img/banner-content.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-title {
	font-size: 26px;
	margin-bottom: 15px;
	color: var(--bs-white);
	line-height: 1.5;
}
.banner-title strong {
	font-size: 32px;
	font-family: 'Roboto Slab';
}

/* cta */
.cta {
	display: block;
	position: relative;
	padding: 30px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	text-align: center;
	background-image: url('../img/cta-bg.png');
	background-position: right -15px bottom -15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.cta strong {
	margin-top: 15px;
	font-size: 16px;
	display: block;
}
.cta:hover {
	color: var(--bs-white);
	background-position: right bottom;
}

/* slick */
.slick-slider {
	margin-bottom: 15px;
}
.slick-slider-item {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 220px;
	width: 100%;
	padding: 15px;
}
.slick-slider-item img {
	display: block;
	width: 100%;
	max-width: 240px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button::before {
	font-size: 12px;
	opacity: 1;
	color: var(--bs-secondary);
}
.slick-dots li.slick-active button::before {
	color: var(--bs-primary);
}

/* vegas */
.vegas-content-scrollable {
	overflow: hidden;
}


/* details */
.detail-cover,
.detail-image,
.detail-gallery-image,
.item {
	border: 1px solid var(--bs-secondary) !important;
	box-shadow: none;
}

a:hover .detail-gallery-image:hover {
	opacity: 0.85;
}

/* TABS */
.tab-content > .tab-pane {
	padding: 30px 0 15px 0;
	text-align: justify;
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}
#nav-tabContent {
	min-height: 310px;
}
#nav-tabContent-2 {
	min-height: 540px;
}

.item3c-pagination {
	display: flex;
	justify-content: center;
}
.item3c-pagination-ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
}
.item3c-pagination-li {
	margin: 0 2.5px;
}
.item3c-pagination-a {
	border-radius: 0px !important;
  border: 1px solid var(--bs-secondary) !important;
  box-shadow: none !important;
  font-size: 14px;
  padding: 5px 10px;
}
.item3c-pagination-a.active {
	z-index: 3;
  color: #fff;
  background-color: #333;
}


.item {
	display: block;
  padding: 15px;
  margin-bottom: 15px;
	border: 1px solid var(--bs-secondary) !important;
}
.item-img {
  width: 220px;
  display: flex;
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
}
.item-img img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.item-title {
  font-size: 20px;
}
.item-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.detail {
  display: block;
  position: relative;
}
.detail-img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px !important;
}
.detail-img.float-start {
  margin: 10px 15px 5px 0;
}
.detail-title {
  font-size: 25px;
}

.detail-gallery-caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	max-width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: var(--bs-white);
	font-size: 12px;
	font-weight: 400;
}
.detail-gallery-image {
  display: block;
  position: relative;
  width: 100%;
  min-height: 180px;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .25s;
  margin-bottom: 15px;
}
a:hover .detail-gallery-image:hover {
  opacity: 0.85;
}

.detail-header {
  display: block;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 15px;
}
.detail-cover {
  display: block;
  position: relative;
  min-height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	border: 1px solid var(--bs-secondary) !important;
  box-shadow: none;
}
.detail-image {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 180px;
  height: 180px;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--bs-secondary) !important;
}
.detail-infos span {
  display: inline-block;
  width: 100px;
}

table tr,
table td {
	border-color: var(--bs-secondary) !important;
}
table td {
	padding: 15px !important;
}
table td p {
	margin: 0;
	color: var(--bs-secondary);
}


/* mobil */
@media (max-width: 1399.98px) { }
@media (max-width: 1199.98px) { 
	/* header */
	.header {
		position: relative;
		background-image: none;
		background-color: var(--bs-primary);
	}
	.header-logo {
		display: block;
	}
	.header-nav {
		font-size: 22px;
	}
	.header-nav a::after {
		content: '|';
		margin: 0 10px;
	}
	.header-nav i.bi {
		margin-right: 0;
	}
	.header-nav-item-text {
		display: none;
	}
	
	/* nav */
	.nav-menu {
		position: fixed;
		top: 0;
		right: -360px;
		bottom: 0;
		z-index: 1500;
		max-width: 320px;
		padding: 30px 0;
		margin: 0;
		box-shadow: 0 0 15px 0 rgba(66,66,66,0.75);
		transition: all .25s;
		border: none;
	}
	.nav-menu.showing {
		right: 0;
	}
	.nav-item {
		padding: 10px 30px;
	}
	.nav-logo {
		display: none;
	}
	.nav-close {
		display: block;
	}
	
	/* footer */
	.footer-copyright {
		font-size: 16px;
	}
	.footer-nav {
		font-size: 16px;
	}
	
	/* slider */
	.slider {
		min-height: 320px;
	}
}
@media (max-width: 991.98px) {
	/* images */
	.img-content img {
		width: 220px;
	}
	
	/* header */
	.header-logo {
		left: 5px;
		max-width: 160px;
	}
	
	/* footer */
	.footer { 
		background-image: none;
		padding: 15px;
	}
	.footer-copyright {
		color: var(--bs-secondary);
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	}
	
	/* slider */
	.slider {
		min-height: 280px;
	}
	
	/* list */
	.list-title {
		font-size: 18px;
	}
	
	/* banner */
	.banner-title {
		font-size: 24px;
	}
	.banner-title strong {
		font-size: 28px;
	}
}
@media (max-width: 767.98px) { 
	html, body {
		font-size: 16px;
	}
	
	h1, .h1 { font-size: 28px; }
	h2, .h2 { font-size: 26px; }
	h3, .h3 { font-size: 24px; }
	h4, .h4 { font-size: 22px; }
	h5, .h5 { font-size: 20px; }
	h6, .h6 { font-size: 18px; }
	
	.btn {
		padding: 15px;
		font-size: 16px;
	}

	/* images */
	.img-content img {
		margin: 0 auto;
		display: block;
		width: 100%;
		max-width: 500px;
	}
	.img-content.float-start,
	.img-content.float-end {
		margin: 15px auto;
		float: none !important;
		display: table;
	}
	
	/* header */
	.header-logo {
		max-width: 140px;
	}
	
	/* section */
	.section {
		padding: 15px;
	}
	
	/* list */
	.list-img {
		margin: 0 auto 15px auto;
		width: 100%;
		height: 180px;
	}
	
	/* slider */
	.slider {
		min-height: 220px;
	}
	
	/* banner */
	.banner-title {
		font-size: 18px;
	}
	.banner-title strong {
		font-size: 22px;
	}
}
@media (max-width: 575.98px) { 
	/* header */
	.header {
		padding: 15px;
	}
	.header-logo {
		max-width: 120px;
	}
	
	/* slider */
	.slider {
		min-height: 180px;
	}
}









