.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888
}

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #eee;
	border: 5px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	max-width: 300px
}

.sp-thumbs {
	text-align: left;
	display: inline-block
}

.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 97px;
	overflow: hidden;
	opacity: .4;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	border: 1px solid #b3b3b3;
	box-shadow: 0 0 6px 3px rgb(0 0 0 / 14%);
	border-radius: 15px;
	margin-bottom: 10px;
}

.sp-thumbs a:hover {
	opacity: 1
}

.sp-current,
.sp-thumbs a:active {
	opacity: 1!important;
	position: relative
}

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0
}

.sp-large a img {
	max-width: 95%;
	max-height: 95%;
	margin: auto;
	display: flex
}

.sp-large a {
	display: block
}

.w-100 d-block {
	margin: auto;
	
	}


.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none
}

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 1031;
	display: none;
	cursor: pointer
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff
}

#sp-next,
#sp-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s
}

#sp-prev {
	left: 10px
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px
}

#sp-next {
	right: 10px
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 18px
}

#sp-next:hover,
#sp-prev:hover {
	background: #444
}

@media screen and (max-width:400px) {
	.sp-wrap {
		margin: 0 0 15px
	}
	#sp-next,
	#sp-prev {
		top: auto;
		margin-top: 0;
		bottom: 25px
	}
}

.text-info {
	color: #cf282a!important
}

.text-info-sub {
	/*color: #ffffff;
    background-color: #3d3d3d;
    border-radius: 13px; */
    padding: .2em;
    border-top: 2px solid #3d3d3d;
    border-bottom: 2px solid #3d3d3d;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #cd2728;
	border-color: #cd2728
}

.btn-outline-primary {
	color: #fff;
	border-color: #cd2728;
	border-radius: 10px;
	background-color: #cd2728;
	width: 50%;
	margin: auto auto 10px;
	display: inline-block
}

button.btn.btn-outline-primary {
	border-radius: 10px
}

@media (min-width:768px) {
	.page-footer ul li:after,
	.page-footer ul li:before {
		content: "";
		position: absolute;
		left: 0;
		width: 2px;
		height: 6px;
		border-radius: 2px;
		background-color: #cd2728;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.navigation-clean-search .action-button:focus,
.navigation-clean-search .action-button:hover {
	background: rgba(126, 0, 1, 0)
}

.navigation-clean-button .action-button:active,
.navigation-clean-search .action-button {
	border-radius: 20px;
	font-size: inherit;
	color: #e60001!important;
	box-shadow: none;
	border: none;
	text-shadow: none;
	padding: 4px 15px;
	transition: background-color .25s
}