body {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 36px;
}

h1, h2 {
	font-family: Slackey;
	text-transform: uppercase;
	margin-top: 0;
	color: #413D89;
}

h2.green {
	text-align: center;
	color: #b5ca52;
}
.white {
	text-align: center;
	color: #ffffff;
}

h3 {
	font-weight: 700;
}

a {
	color: #b5ca52;
}

a:hover, a:focus, a:active {
	color: #413D89;
}

.text-center {
	text-align: center;
}

input[type="text"], input[type="email"], input[type="date"], select {
	display: inline-block;
	height: auto;
	font-size: 18px;
	padding: 15px 20px;
	border-color: #a9a9a9;
	border-radius: 0;
	background-color: #eaeaea;
}

.mtop-1 {
	margin-top: 10px;
}

.mtop-2 {
	margin-top: 20px;
}

.mtop-3 {
	margin-top: 30px;
}

.mtop-4 {
	margin-top: 40px;
}

.mbot-1 {
	margin-bottom: 10px;
}

.mbot-2 {
	margin-bottom: 20px;
}

.mbot-3 {
	margin-bottom: 30px;
}

.section-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

main .img-responsive {
	width: 100%;
}

.bg-inverse p, .bg-inverse ul li, .bg-inverse td, .bg-inverse th {
	color: #fff;
}

.bg-inverse h1, .bg-inverse h2, .bg-inverse h3, .bg-inverse h4 {
	color: #b5ca52;
}

.search-wrap .form-group {
	margin-bottom: 0;
}

.search-wrap .search-box {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 150px 15px 20px;
}

#clear {
	padding: 15px;
}

.search-wrap button {
	position: absolute;
}

.search-wrap button , #clear {
	cursor: pointer;
	right: -3px;
	font-size: 18px;
}

.btn-default {
	padding: 15px 25px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #b5ca52;
	background-color: #b5ca52;
	color: #413D89;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	color: #fff !important;
	border: 1px solid #413D89;
	background-color: #413D89 !important;
}

.btn-primary {
	color: #fff;
	padding: 15px 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	/* border: 1px solid #413D89;
	background-color: #413D89; */
	border: 1px solid #413D89;
	background-color: #413D89;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	border: 1px solid #b5ca52 !important;
	background-color: #b5ca52 !important;
	color: #413D89;
}

.btn-danger {
	color: #fff;
	background-color: #413D89;
	border-color: #413D89;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background-color: #464646;
	border-color: #464646	;
}

.navbar {
	height: 160px;
	margin-bottom: 0px;
}

.navbar-brand > img {
	width: 130px;
}

.navbar-header .social-icon {
	margin-top: 55px;
}

.partner {
	float: right;
	margin-top: 42px;
}

.social {
	float: left;
}

.social-icon {
	display: inline-block;
	color: #fff;
	height: 50px;
	width: 50px;
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
	margin-left: 5px;
	border-radius: 100%;
	background-color: #413D89;
}

.social-icon:hover, .social-icon:focus, .social-icon:active {
	color: #fff;
	background-color: #b5ca52;
}

.header-bg {
	padding-top: 60px;
	padding-bottom: 60px;
	background-position: right;
	background-color: #413D89;
	/* background-image: url(../images/header-bg.jpg); */
	background-image: url('https://www.krazyraces.co.uk/public/images/vote-krazy-107/vote-krazy-header-bg.webp');
}

.header-bg h1 , .header-bg h2 , .header-bg h2 a , .header-bg h3 , .header-bg h3 a {
	color: #fff;
}

.header-bg h1 {
	margin-bottom: 0;
}

.header-bg h2 , .header-bg h2 a , .header-bg h3 , .header-bg h3 a {
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

.header-bg h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.header-bg h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.search {
	padding-top: 40px;
	padding-bottom: 60px;
}

.search .form-group {
	margin-bottom: 0px;
}

.highlights {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #b5ca52;
}

.voting {
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #464646;
	min-height: 275px;
}

.voting .vote-wrap {
	margin-bottom: 30px;
	border-radius: 10px;
}

.vote-wrap {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: column;
	border-radius: 10px;
	background: rgb(255,255,255);
	transition: 0.3s;
}
.voting .vote-wrap:hover {
	box-shadow: 5px 5px 10px #b5ca52;
	animation: pulse 1.5s infinite linear;
}
.highlights .vote-wrap:hover {
	box-shadow: 5px 5px 10px #464646;
	animation: pulse 1.5s infinite linear;
}
@keyframes pulse {
	0% {transform: rotate(0deg) scale(1,1);}
	50% {transform: scale(1.1,1.1);}
	100% {transform: scale(1,1)}
}


.results-wrap {
	color: #fff;
	min-height: 400px;
	margin-top: 104px;
	background-color: #3a3a3a;
	border-radius: 10px;
}
.results-wrap {
	color: #fff;
	min-height: 400px;
	margin-top: 104px;
	background-color: #3a3a3a;
}

.previous {
	margin-top: 91px;
}
.previous p {
	text-align: left;
}
.previous-header h3 {
	font-family: Slackey;
	text-transform: uppercase;
}
.team-image {
	background-size: contain;
}

.results-wrap > div {
	padding: 15px;
}

.results-wrap h3 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.top-result {
	margin-top: 25px;
	margin-bottom: 25px;
}
.prev-result {
	margin-top: 25px;
	margin-bottom: 25px;
}

.results-box .results-no {
	color: #b5ca52;
	font-family: Slackey;
	font-size: 20px;
}

.results-no {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
}

.results-name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-left: 20%;
	margin-bottom: 5px;
}

.results-name > span {
	font-weight: 400;
}

.results-bar {
	position: relative;
	float: left;
	width: 75%;
	height: 10px;
	margin-top: 7px;
    margin-left: 5px;
	background-color: #fff;
}

.percent-bar {
	position: absolute;
	display: inline-block;
	width: auto;
	height: 10px;
	background-color: #b5ca52;
	left: 0px;
}

.team-desc {
	text-align: center;
	padding: 15px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex: 1;
}

.team-pic {
    width: 100%;
    text-align: center;
    min-height: 135px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.team-pic img {
	width: auto;
    position: relative;
    /* height: 164px; */
	max-height: 120px;
    display: inline-block;
    padding: 5px;
	transition: 0.1s;
}
.team-pic img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.team-number {
	position: absolute;
	color: #fff;
	top: 0;
	height: 50px;
	width: 50px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding-top: 12px;
	margin: 10px 0px 0px 10px;
	border-radius: 100%;
	background-color: #413D89;
	/* left: 15px; */
	margin-left: -190px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.team-number {
		margin-left: -149px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.highlights .team-number {
		margin-left: -66px;
	}
}
@media only screen and (max-width: 767px) {
	.team-number {
		margin-left: -332px;
	}
}

@media only screen and (max-width: 420px) {
	.team-number {
		left: 25px;
		margin-left: 0px;
	}
}


.team-name {
	font-weight: 700;
	font-size: 16px;
	font-family: Slackey;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.vote-wrap .btn , .vote-wrap p {
	margin-top: auto;
}

.thank-you, .error {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #464646;
}

.bg-gray {
	background-color: #464646;
}

.thank-you img {
	border-radius: 10px;
}

.thank-you h2 {
	color: #b5ca52;
	font-size: 65px;
	margin-top: 40px;
}

.error {
	text-align: center;
}

.error h2 {
	color: #b5ca52;
	font-size: 40px;
}

footer {
	color: #fff;
	text-align: center;
	padding-top: 60px;
	background-color: #3a3a3a;
}

footer a {
	color: #b5ca52;
}

footer a:hover, footer a:focus, footer a:active {
	color: #fff;
}

.website {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer2 {
	margin-top: 60px;
	padding: 20px 20px;
	background-color: #1c1c1c;
}

.label-hide {
	font-size: 12px;
	opacity: 0;
}

.st-np {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.st-np-r {
	padding-right: 0px !important;
}

.st-np-l {
	padding-left: 0px !important;
}

.shide {
	display: block;
	opacity: 0;
	height: 22px;
	margin-bottom: 5px;
}

.st-logo {
	float: right;
	margin-top: 20px;
	margin-left: 50px;
	text-align: center;
}

.navbar > .container > a {
	text-decoration: none;
}

a .st-logo {
	color: #333;
	text-decoration: none;
}

.st-logo img {
	max-width: 100%;
}

.built-by {
	margin-bottom: 5px;
}

.tag {
	font-family: 'Play', sans-serif;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
}

.prev .row {
	margin-top: 25px;
}

#vote-from , #vote-to {
	font-weight: bold;
	font-style: italic;
}

@media screen and (max-width:1199px) {
	.team-desc .desc {
		height: 80px;
	}
}

@media screen and (max-width:1024px) {
	.header-bg {
		text-align: center;
		background-image: none;
	}

	.thank-you h2 {
		font-size: 55px;
		margin-top: 0;
	}
}

@media screen and (max-width:992px) {
	.team-desc .desc {
		height: 45px;
	}

	.search .text-right {
		text-align: center;
	}

	.results-wrap {
		min-height: 350px;
	}

	.top-result {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.prev-result {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:992px) and (min-width:768px) {
	#top-results-wrap .results-no {
		width: 10%;
	}

	#top-results-wrap .results-bar {
		width: 88%;
	}
	#prev-results-wrap .results-no {
		width: 10%;
	}

	#prev-results-wrap .results-bar {
		width: 88%;
	}
}

@media screen and (max-width:768px) {
	.header-bg h1, h1, .thank-you h2 {
		font-size: 30px;
		margin-top: 0;
	}

	h2 {
		font-size: 25px;
	}
}

@media screen and (min-width:767px) {
	.hidden-md {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.partner {
		margin-top: 10px;
	}

	.team-desc .desc {
		height: auto;
	}

	.team-name {
		height: auto;
	}

	.results-no {
		width: 10%;
	}

	.results-bar {
		width: 88%;
	}

	.results-wrap {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.st-np-r {
		padding-right: 15px !important;
	}

	.st-np-l {
		padding-left: 15px !important;
	}

	.search-wrap button {
		right: 13px;
	}

	.search .container .row div:nth-child(1), .search .container .row div:nth-child(2) {
		width: 100%;
	}

	#clear {
		width: 100%;
	}
	.navbar-header .social-icon {
		margin-top: 16px;
	}

	.partner img {
		width: 250px;
	}

	.social {
		float: right;
		padding-right: 15px;
	}

	.vote-wrap {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.st-logo img {
		width: 180px;
		text-align: right;
	}

	.st-logo {
		margin-top: 4px;
		text-align: right;
	}

	.built-by {
		display: none;
	}

	.tag {
		margin: 0px;
	}

	.tag span {
		display: inline-block;
	}

	.highlights {
		padding-top: 15px;
		padding-bottom: 0px;
	}

	.highlights > .container > .row .row > .col-md-4 {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:426px) {
	.section-60, .voting {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.search {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	footer {
		padding-top: 40px;
	}

	.footer2 {
		margin-top: 40px;
	}

	.header-bg h1, h1 {
		font-size: 28px;
	}

	.search .container .row > div.text-right {
		text-align: center;
	}

	.search .container .row > div.text-right select {
		width: 100%;
	}

	.results-no {
		width: 20%;
	}

	.results-bar {
		width: 75%;
	}

	.search-wrap button {
		position: relative;
		margin-top: 15px;
		width: 100%;
		right: 0;
	}

	.search-wrap .search-box {
		padding: 15px 20px;
	}

	.btn-danger {
		width: 100%;
	}

	.shide {
		height: 10px;
	}

	input[type="text"], input[type="email"], input[type="date"], select, textarea {
		font-size: 16px;
	}

	.search-wrap button, #clear {
		font-size: 16px;
	}

	.navbar-header .social-icon {
		margin-top: 20px;
	}

	.st-logo img {
		width: 180px;
		text-align: right;
	}

	.st-logo {
		margin-top: 4px;
		text-align: right;
	}

	.built-by {
		display: none;
	}

	.tag {
		margin: 0px;
	}

	.tag span {
		display: none;
	}

	.social {
		float: right;
		padding-right: 15px;
	}
}

@media screen and (max-width:350px) {

	.navbar {
		height: auto;
	}

	.navbar-header .social-icon {
		display: none;
	}

	.navbar-header {
		text-align: center;
		clear: both;
		float: none;
		display: block;
	}

	.navbar-brand {
		float: none;
		height: auto;
		width: 100%;
		display: block;
	}

	.navbar-brand > img {
		width: 100px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.partner {
		margin-top: 60px;
		margin-bottom: 5px;
		float: none;
		text-align: center;
	}

	.header-bg h1, h1, .thank-you h2 {
		font-size: 24px;
	}

	.header-bg h2 {
		font-size: 20px;
	}

	h2 {
		font-size: 22px;
	}

	.results-name {
		font-size: 16px;
	}

	.header-bg {
		padding: 30px 0px;
	}

	.st-logo {
		float: none;
		clear: both;
		margin: 0px auto;
		width: 100%;
		text-align: center;
	}

	.built-by {
		display: block;
		margin-bottom: 0px;
	}

}
.maintenance-section {
	padding: 50px;
}