:root {
    --success_d: green;
    --success_l: #8bc34a7a;
    --error_d: #e90008;
    --error_l: #ff572226;
    --warn_d: #ff9800;
    --warn_l: #ffeb3b29;
}
* {
	margin: 0;
	box-sizing: border-box;
}
html {	
    font-family: Arial, Helvetica, sans-serif;
}
body {
	overflow: hidden;
}
.vc_separator h4 {
	margin: 0px 0px;
}
h4.track {
	font-size: 19px !important;
	line-height: 25px;
	margin-bottom: 1px;
}
input.home {
	display: inline-block;
	float: right;
}
h4 span a {
	background: #84c584;
	border-radius:7px;
	padding:2px 8px;
	font-weight:100 !important;
}
h4 span a:hover {
	background: #72ad72;
}
a.download {
	background: #84c584;
	border-radius:7px;
	padding:2px 8px;
	font-weight:100 !important;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
a.download:hover {
	background: #72ad72;
}
.action {
	margin-top: 0px;
	font-size: 13px;
}
form.bottom {
	display: inline !important;
}
.wider {
	min-width: 160px;
}
.success {
    color: var(--success_d);
    background: var(--success_l);
    border: 0px solid var(--success_d);
    opacity: 0.8;
	cursor: pointer;
}
.success:hover {
    opacity: 1;
}
.row {
	border-bottom: 1px solid #ccc;				
	font-size: 14px;
}
th,td {
	font-size: 13px;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 15px 6px;
}
table {
	border-collapse: collapse;
	cursor: pointer;
	margin-top: 10px;
}
.container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 17.5rem);
    gap: 1.4rem;
    isolation: isolate;
}
.container h4 {
	margin: 0 auto;
	grid-column: 1/-1;
	isolation: isolate;
}
.ad_card {
	box-shadow: 0 5px 8px rgb(0 0 0 / 20%), 0 2px 3px rgb(0 0 0 / 20%) !important;
	text-align: center;
	border-radius: 12px;
 	overflow: hidden;
	display: grid;
	align-items: center;
	position: relative;
	background: #0006;
 	transition: top 400ms;
	top: 0;
}
.ad_card:hover {
	top: -6px;
}
.ad_card .fa-bookmark {
	z-index: 10;
	position: absolute;
	top: -4px;
	color: #e11b22;
	font-size: 30px;
	left: 5px;
	text-shadow: 1px 0px 3px #fff3;
	display: none;
}
.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
	background: none !important;
}
.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	box-shadow: 0 3px 10px -5px black;
	position: absolute;
	top: 19px;
	left: -21px;
	background: linear-gradient(#ec1b23 0%, #cc181f 100%);
}
.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #cc181f;
	border-top: 3px solid #9c0006;
}
.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid #cc181f;
	border-top: 3px solid #9c0006;
}
.wpb_wrapper h2 {
	text-align: center !important;
}
.ad_card img {
	grid-column: 1/-1;
	grid-row: 1/-1;
	z-index: -1;
	width: 100%;
}
.ad_card h3 {
    font-size: 15px;
    font-weight: 100;
    color: #1b1b1b;
    padding: 7px 10px;
    background: #fff;
    text-align: center;
    margin: 0;
    border-bottom: 2px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.ad_card h5 {
    grid-column: 1/-1;
    grid-row: 1/-1;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    background: #0009;
    padding: 2px 8px;
    margin: 0 4px 4px 0;
    border-radius: 8px;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0 0 4px #eee7;
    width: fit-content;
    justify-self: right;
    align-self: end;
}
.ad_card p {
	font-size: 13px;
	min-height: 47px;
	text-align: center;
	padding: 5px 10px;
	color: #6b6b6b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}
.ad_card div {
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.ad_card a, .ad_card a:visited {
    padding: 3px 14px;
    border-radius: 16px;
    margin: 0 6px 6px 0;
    background: #e11b22;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    text-shadow: 1px 2px 2px #0007;
}
.ad_card a:hover {
	background: #af1218;
}
.date {
    font-size: 13px;
    padding: 5px 14px 0;
    line-height: 1;
    border-radius: 16px;
    margin: 0 0px 6px 6px;
    background: #e4e4e4;
    color: #5b5b5b;
}
.date img {
	width: 10px;
	margin: 0px 5px -2px 0px;
	display: none;
}
form.full {
	padding-top: 10px;
	grid-column: 1/-1;
	text-align: center;
}
form.full select {
	width: unset;
	height: 26px;
	padding: 3px;
	border-radius: 0 15px 15px 0 !important;
	font-size: 14px;				
	border: 1px solid #8bc34a7a;
	float: right;
}
form.full input {
	height: 26px;
	border-radius: 15px 0 0 15px !important;
	padding: 4px 4px 5px 18px;
	font-size: 14px;
	margin-right: 0px;
}
form.full div {
	display: inline-block;
}
.warn {
    margin: 10px auto 10px;
    color: #fff;
    background: #c99e3d4d;
    font-weight: 100;
    padding: 10px 25px;
    border-radius: 9px;
    text-shadow: 1px 1px 2px #6b6b6b;
}