body {
	font-family: "din-web-jetblue", sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.smaller {
	font-size: 16px;
	line-height: 22px;
}

.small {
	font-size: 14px;
	line-height: 20px;
}

.bigger {
	font-size: 20px;
	line-height: 26px;
}

.big {
	font-size: 22px;
	line-height: 28px;
}

/* MOBILE */
@media ( max-width: 640px ) {  
	body {
		font-size: 15px;
		line-height: 22px;
	}

	.smaller {
		font-size: 13px;
		line-height: 22px;
	}
	
	.small {
		font-size: 11px;
		line-height: 16px;
	}

	.bigger {
		font-size: 17px;
		line-height: 22px;
	}
	
	.big, h2 {
		font-size: 19px;
		line-height: 24px;
	}

}

.white {
	color: #fff;
}

.red {
	color: #DC2F26;
}

.black, .black:hover {
	color: #212529 !important;
}

.green, .green:hover {
	color: #14a44d !important;
}

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

a {
	text-decoration: none;
}

.dropdown-toggle::after {
	padding-bottom: 5px;
}

.nav .nav-link { color: #212529; }
.navbar .nav-link, .nav-item .dropdown-item { color: #fff; }
.navbar .nav-link:hover, .navbar .dropdown-item:hover { 
	color: #fff;
}
.nav-item .dropdown-menu-light .dropdown-item:active { background-color: #F4F5F6 }
.nav-item .dropdown-item {
    line-height: 30px !important;
}

.bg-light .nav-link:hover { 
	color: #888 !important;
}

.nav-item .dropdown-menu { 
	background-color: #2B3036; 
	border-radius: 0px;
	border: 0;
	top: 40px;
	left: -8px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown-menu-light { 
	background-color: #fff; 
	border-radius: 0px;
	border: 0px solid #ddd;
}
.nav-item .dropdown-item { line-height: 34px; font-size: 16px !important; }

.navbar .nav-link.active,
.navbar .nav-link.active:hover,
.navbar .nav-link.active:focus,
.navbar .nav-item.active > a,
.navbar .nav-item.active > a:hover,
.navbar .nav-item.active > a:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus,
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item.active > a:hover,
.navbar-nav .nav-item.active > a:focus,
.link-red {
	color: #DC2F26 !important;
}

.nav-item .dropdown.active  > a {
	background-color: #ffbb00 !important;
	line-height: 0 !important;
	padding: 16px 15px 13px 15px;
	top: 10px;
	margin-bottom: 20px;
}

.nav-item .dropdown-menu > .active > a, 
.nav-item .dropdown-menu > .active > a:hover, 
.nav-item .dropdown-menu > .active > a:focus {
	background-color: #f2f2f2;
	color: #212529;
}

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

.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.bg-image h1 {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}

.nav, .main {
    background-color: #f6f6f6;
    text-align: center;
}

.nav-pills .nav-link {
	border-radius: 0;
	padding: 15px 25px;
	background-color: #000;
	color: #fff;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #000;
	border-radius: 0;
	border-color: #dee2e6 #dee2e6 #fff;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: ' ';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

.card .banner {
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
	font-size: 14px;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 2px;
}

.card .anno {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #fff;
	font-size: 14px;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 2px;
}
		
.sb-price-slider, .sb-range-slider {
	height: 2px;
	background: #e8e8e8;
	border: none !important;
	pointer-events: none;
}
.sb-range-slider .ui-slider-handle,
.sb-price-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	top: -10px;
	background: #DC2F26;
	border: 3px solid #fff !important;
	border-radius: 100%;
}
.sb-price-lider .ui-slider-handle:focus, .sb-price-slider .ui-slider-handle:focus,
.sb-range-lider .ui-slider-handle:focus, .sb-range-slider .ui-slider-handle:focus {
	outline: none;
}
.sb-price-slider .ui-widget-header,
.sb-range-slider .ui-widget-header {
	background: #DC2F26;
	top: 0;
	height: 100%;
}

/* MOBILE */
@media ( max-width: 768px ) {  
  .hide { display: none; }
}

.thead-light th {
	background-color: #eee !important; 
}

th {
	color: #212529 !important;
	border: none;
}

.table {
	margin-bottom: 0;
}
.table td, .table th {
	height: 50px;
	vertical-align: middle !important;
}

.tdicon {
	width: 33px !important; 
	min-width: 33px !important; 
	max-width: 33px !important; 
	padding: 5px !important; 
	text-align: center;
}


td {
  white-space: nowrap;
}

.td-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 0;
}

tr:last-child > td {
	border-bottom: 0;
}

.cp {
	cursor: default !important;
}

.btn {
	padding-top: 9px !important;
}

.btn-sm {
	padding-top: 6px !important;
}

/* BOOTSTRAP */

.badge {
	position: relative;
	top: -1px;
	padding: 10px 0;
	font-weight: normal;
}

.text-bg-none { 
	background-color: transparent; 
	color: #555 !important; 
	border: 1px solid #aaa; 
}

/* MODAL */

.modal-header {
	padding: 20px 20px 10px 20px;
	background-color: #eee;
	color: #212529;
	height: 60px;
}

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-subtitle {
	margin: calc(-.5* var(--bs-modal-header-padding-y)) 5px calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

/* FORMS */


input::placeholder {
    opacity: 0.3 !important;
}

.form-floating > .iti  ~ label {
  position: absolute !important;
  top: 13.5px !important;
  z-index: 101 !important;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
  transition: none;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent !important;
}

.form-floating > .iti ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: var(--bs-border-radius);
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
    opacity: 0.5;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
	color: var(--bs-secondary-color);
    opacity: 0.5;
}

.form-floating>.form-control~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
    opacity: 0.5;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
	color: var(--bs-secondary-color);
    opacity: 0.5;
}

.form-floating>.form-control~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext,
.form-floating>.form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

textarea {
	resize: none;
}

.article-preview {
    display: -webkit-box;             /* Required for webkit-based browsers */
    -webkit-line-clamp: 3;             /* Limit to 3 lines */
    -webkit-box-orient: vertical;      /* Set box orientation */
    overflow: hidden;                  /* Hide the rest of the text */
    text-overflow: ellipsis;           /* Add ... at the end */
}

label {
	font-size: 14px;
}

.stretched-link::after {
  z-index: 1;   /* default overlay */
}

.icon-tooltip {
  position: relative;
  z-index: 2;   /* sits above overlay */
}