h3 {
	color: #000;
	line-height: 31px;
}
.sponsorships .card {
	margin-bottom: 7px;
}
.card {
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
.sponsorships .card + p {
	margin-bottom: 35px;
}
.form-check-inline {
	min-width: 180px;
	padding-right: 35px;
}
.form-group label {
	font-family: adelle-sans, sans-serif;
	color: #000;
}
.form-inline-block .btnlink {
	margin: 0;
}
.form-check-inline label,.form-group .form-check-label {
    color: #6B6B6B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    font-family: adelle-sans, sans-serif;
}
.form-inline-block .form-group label {
	font-family: roboto, sans-serif;
}
.content-wrapper input[type="radio"] {
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
}
.rounded-corners {
	border:1px solid #000;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.rounded-corners .form-check-label input {
	margin-right: 30px;
}
.list-details {
	border-top: 2px solid #000;
	padding-top: 35px;
	margin-top: 35px;
}
.btn-Fullwidth {
	width: 100%;
	display: block;
	text-align: center;
}
.list-details .table td,.list-details .table th {
	border-top: 0;
	font-size: 21px;
	font-family: adelle-sans, sans-serif;
}
.list-details .table th  {
	border-bottom: 1px solid #000;
}
.visible-xs {
	display: none;
}
hr {
	border-top: 1px solid #000;
}
.download-data {
	margin: 20px auto 40px;
}
ul.list-style li:before {
    content: "-";
    padding-right: 15px;
}
.list-style {
    list-style-type: none;
    padding-left: 0;
}
.shopping-cart input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px solid #000;
    text-align: center;
}

.shopping-cart input[type="checkbox"]:focus {
	outline: none;
	background: transparent;
}
.shopping-cart input[type="checkbox"]:checked::after {
    content: "\2714";
    color: #4caf50;
    font-size: 14px;
    margin: auto;
    display: inline-block;
    font-weight: bold;
    line-height: 14px;
    position: relative;
    bottom: 4px;
}
.shopping-cart .img-fluid {
	max-width: calc( 100% - 40px);
	float: right;
}
.btn-shop .btn-Fullwidth {
    width: 100%;
    display: inline-block;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
.btn-shop > [class^="col-"]{
	line-height: 57px;
}
a.btnlink.btn-Fullwidth.btn-cart{
	max-width: 254px;
    float: right;
    padding: 12px 20px;
}
/* .tx-felogin-pi1 input[type="submit"] {
	background: -webkit-gradient(linear, center top, center bottom, from(#FFB8A9), color-stop(100%, #FF4C30));
    background: -webkit-linear-gradient(top, #FFB8A9, #FF4C30 100%);
    background: linear-gradient(to bottom, #FFB8A9, #FF4C30 100%);
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
} */

.tx-felogin-pi1 input[type="submit"] {
	background: #ee3124 !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    font-size: 18px;
    padding: 5px 20px !important;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
} 

.btnlink {
	background: #ee3124 !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    font-size: 18px;
    padding: 5px 20px !important;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
} 

.tx-felogin-pi1 input[type="submit"] a:hoover {
	background: #2cab53 !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
} 






.tx-felogin-pi1 input[type="submit"]:hover,.tx-felogin-pi1 input[type="submit"]:focus {
	background: -webkit-gradient(linear, center top, center bottom, from(#7BB133), color-stop(100%, #FF4C30));
    background: -webkit-linear-gradient(top, #7BB133, #FF4C30 100%);
    background: linear-gradient(to bottom, #7BB133, #FF4C30 100%);
    color: #fff;
    outline: none;
}

span.text {
	position: relative;
}

.sponsorships .card {
	border:none;
}

.image-card {
    position: relative;
    overflow: hidden;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: unset;
}

.sponsorships .card a {
    overflow: hidden;
    position: relative;
}

.sponsorships .card a img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sponsorships .card:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sponsorships .card .card-body {
    padding: 2px 10px;
    border: 1px solid rgba(0, 0, 0, 0.45);
}

.fb-share-button {
    text-align: right;
    margin-bottom: 10px;
    margin-top: -45px;
}
.fb-share-button a img {
	max-width: 119px;
    margin: 3px 1px;
}

.sound {
    position: relative;
    overflow: hidden;
}

.sound img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sound:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.card.success-card {
	box-shadow: none;
	background:transparent;
	border:none;
	float: right;
}

.card.success-card .sound {
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

#spender-list_wrapper .table {
    overflow-x: scroll;
    width: 100% !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	.fb-share-button a img {
    	max-width: 133px;
    	margin: 3px 0;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.form-check-inline {
		min-width: 150px;
	}

	 .btn-shop .btn-Fullwidth {
		font-size: 14px;
	}

	.col-md-3 {
		line-height: 57px;
	}	

	.fb-share-button a img {
    	max-width: 130px;
    	margin: 3px 1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px){
	.tx-felogin-pi1 .form-inline-block .btnlink {
	   margin: 0;
	   min-width: 120px;
	   margin-left: -24px;
	}

	.btn-shop .btn-Fullwidth {
	    width: 100%;
	    display: inline-block;
	    height: 52px;
	    text-align: center;
	    padding: 5px;
	    font-size: 14px;
	    line-height: 20px;
	}

	.col-md-3 {
		line-height: 57px;
	}

	.fb-share-button a img {
    	max-width: 130px;
    	margin: 3px 1px;
	}
}
@media only screen and (max-width: 991px)  {
	.form-check-inline {
		min-width: 14%;
	}
	.form-check-inline label,.form-group .form-check-label,.form-group label {
		font-size: 15px;
	}
	.rounded-corners .form-check-label input {
		margin-right: 5px;
	}

	.shopping-cart .btnlink {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}	
	.form-inline-block .btnlink {
		max-width: calc(66.66% - 10px);
		float: right;
	}
	.shopping-cart .img-fluid {
	    max-width: 100%;
	    float: none;
	    margin: 9px 0;
	    display: block;
	}

	.fb-share-button a img {
    	max-width: 150px;
   	 	margin: 3px 5px;
	}

	.shopping-cart input[type="checkbox"]:checked::after {
	    position: relative;
	    bottom: 4px;
	}
}
@media only screen and (max-width: 620px) {
	.form-check-inline {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.form-inline-block .btnlink {
		max-width: 100%;
	}

	.shopping-cart input[type="checkbox"]:checked::after {
	    position: relative;
	    bottom: 4px;
	}

	a.btnlink.btn-Fullwidth.btn-cart {
		float: left;
	}

	.btnlink {
	    padding: 5px 12px;
	    font-size: 14px;
	    margin: 10px 0;
	}
}

@supports (-ms-ime-align:auto) {
  	.shopping-cart input[type="checkbox"]:focus {
	    width: 20px;
	    height: 20px;
	    text-align: center;
	    -webkit-appearance: checkbox;
    	border: none;
	}

	.shopping-cart input[type="checkbox"] {
	    width: 20px;
	    height: 20px;
	    -webkit-appearance: checkbox;
	    text-align: center;
	}
}