.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 1.78125rem;
	padding-left: 1.78125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.thumbnail-image {
	width: auto; 
	border-radius: 0.3125rem;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-caption {
	padding: 1rem 0.3125rem 0rem;
}

.thumbnail-link {
	font-weight: 700;
	text-transform: capitalize;
}

* + .thumbnail-title {
	margin-top: 1rem;
}

* + .thumbnail-description {
	margin-top: 0.375rem;
}

* + .thumbnail-link {
	margin-top: 0.75rem;
}

@media (min-width: 992px) {
	.thumbnail-caption {
		padding: 1.5rem 0.3125rem 0rem;
	}
	* + .thumbnail-title {
		margin-top: 1.5rem;
	}
	* + .thumbnail-description {
		margin-top: 0.375rem;
	}
	* + .thumbnail-link {
		margin-top: 1.0625rem;
	}
}

.thumbnail-classic {
	position: relative;
	display: block;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
}

.thumbnail-classic .thumbnail-caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.1875rem;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0.3125rem;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.thumbnail-classic .thumbnail-title {
	color: inherit;
}

.thumbnail-classic .thumbnail-link-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2.25rem 0.625rem 0.625rem 2.25rem;
	font-size: 1.5rem;
	background: linear-gradient(315deg, #ff7a00 0%, #ff7a00 50%, transparent 51%, transparent 100%);
}

.thumbnail-classic .thumbnail-icon {
	font-size: 1.125rem;
}

.thumbnail-classic:hover {
	color: #fff;
}

.thumbnail-classic * + .thumbnail-description {
	margin-top: 0.25rem;
}

.thumbnail-classic * + .thumbnail-icon {
	margin-top: 0.625rem;
}

.desktop .thumbnail-classic .thumbnail-caption {
	opacity: 0;
	transform: scale(1.1);
}

.desktop .thumbnail-classic:hover .thumbnail-caption {
	opacity: 1;
	transform: scale(1);
}

@media (min-width: 992px) {
	.thumbnail-classic * + .thumbnail-icon {
		margin-top: 1.6875rem;
	}
}

.thumbnail-classic-2 {
	position: relative;
	display: block;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
}

.thumbnail-classic-2 .thumbnail-caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.1875rem;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.thumbnail-classic-2 .thumbnail-title {
	color: inherit;
}

.thumbnail-classic-2 .thumbnail-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2.25rem 0.625rem 0.625rem 2.25rem;
	font-size: 1.5rem;
	background: linear-gradient(315deg, #ff7a00 0%, #ff7a00 50%, transparent 51%, transparent 100%);
}

.thumbnail-classic-2:hover {
	color: #fff;
}

.thumbnail-classic-2 * + .thumbnail-description {
	margin-top: 0.25rem;
}

.desktop .thumbnail-classic-2 .thumbnail-caption {
	opacity: 0;
	transform: scale(1.1);
}

.desktop .thumbnail-classic-2:hover .thumbnail-caption {
	opacity: 1;
	transform: scale(1);
}

.thumbnail-simple {
	text-align: center;
}

.thumbnail-minimal {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.thumbnail-minimal::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(21, 21, 21, 0.4);
	transform: scale(1.1);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.thumbnail-minimal .thumbnail-image {
	border-radius: 0;
}

.thumbnail-minimal:hover::before {
	transform: scale(1);
	opacity: 1;
}

.thumbnail-cricksy-container {
	max-width: 1800px;
}

* + .thumbnail-cricksy-container {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .thumbnail-cricksy-container {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .thumbnail-cricksy-container {
		margin-top: 84px;
	}
}

.thumbnail-cricksy img {
	box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
}

.thumbnail-cricksy + .thumbnail-cricksy {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.thumbnail-cricksy-offset-1 {
		transform: translateY(-25.4%);
	}
	.thumbnail-cricksy-offset-2 {
		transform: translateY(-45.3%);
	}
}
