#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}

.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color: #a50916;
}
td {
    color: #464646;
    border: thin #e5e5e5 solid;
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a:hover, .header-bottom-nav.nav > li.active > a, .header-bottom-nav.nav > li.current > a, .header-bottom-nav.nav > li > a.active, .header-bottom-nav.nav > li > a.current {
    color: #ffffff;
    background: #a50916;
}

.header-search a{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #ffeb00;
    background-image: linear-gradient(180deg, #ffeb00, #ff9300 45%, #ffa700);
    color: #fff !important;
    border-radius: 5px !important;
    padding: 5px 5px !important;
}
.homeiconbox{
	border: 2px black dashed;
    padding: 15px;
    border-radius: 30px;
}
.entry-title, .page-title{
	text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
}

.button-jittery .button {
    border-radius: 50px;
    padding: 8px 50px;
}
.button-jittery .button {
    animation: 4s infinite jittery;
}
.button-jittery .button:hover
 {
	animation: .2s infinite heartbeat
}
@keyframes jittery {

	5%,
	50% {
		transform: scale(1)
	}

	10%,
	60% {
		transform: scale(.9)
	}

	15%,
	65% {
		transform: scale(1.15)
	}

	20%,
	70% {
		transform: scale(1.15) rotate(-5deg)
	}

	25%,
	75% {
		transform: scale(1.15) rotate(5deg)
	}

	30%,
	80% {
		transform: scale(1.15) rotate(-3deg)
	}

	35%,
	85% {
		transform: scale(1.15) rotate(2deg)
	}

	40%,
	90% {
		transform: scale(1.15) rotate(0)
	}

	45%,
	55% {
		transform: scale(1.075)
	}
}

@keyframes heartbeat {
	50% {
		transform: scale(1.1)
	}
}
.header-button-1 a{
	background: #ff9000;
}
.header-button-2 a{
	background: #00b2b9;
}
.header-top{
	background-image: url(bg_topCtrl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
	
}