.timecount{min-height:34px;line-height:30px;color:#c21017;font-size:18px !important;text-align:center;margin-top:4px;padding-bottom:0;}
span.cd-time{color:#105289;}
.time-fade-count{animation: fade-in-count 2s ease;}
@keyframes fade-in-count{from {opacity:0;}}
span.timefont{font-size:12px;color:#105289;margin-left:-5px;}
.countleft{float:left;font-size:30px;}
.countright{float:right;font-size:30px;}

@media only screen and (max-width: 800px) {
	.timecount{min-height:32px;line-height:30px;font-size:16px !important;}
	span.timefont{font-size:10px;margin-left:-4px;}
	.countleft{font-size:28px;}
	.countright{font-size:28px;}
}

@media only screen and (max-width: 700px) {
	.timecount{min-height:28px;line-height:26px;font-size:14px !important;}
	span.timefont{font-size:10px;margin-left:-3px;}
	.countleft{display:none;}
	.countright{display:none;}
}

@media only screen and (max-width: 550px) {
	.timecount{min-height:24px;line-height:22px;font-size:12px !important;}
	span.timefont{font-size:8px;margin-left:-2px;}
}

/*
* Just a little something for you to style the FA icons
* The first is for a birthday cake, usage: "icon fa-birthday-cake fa-fw fa-gradient fa-gradient-bday"
* The second is rainbow colors bottom to top, usage example: "icon fa-star fa-fw rainbow-mage"
* The third is rainbow colors left to right, usage example: "icon fa-star fa-fw rainbow-text"
* The forth is for styling a beer mug, usage example: "icon fa-beer fa-fw beer-image"
* Feel free to ad your own classes
*/
i.fa-gradient {background-clip: text;text-fill-color: transparent;-moz-background-clip: text;-moz-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fa-gradient-bday { background: linear-gradient(orange 4px, white 5px, brown 11px); }

.rainbow-image {
  background-image: linear-gradient(360deg, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rainbow-text {
  background-image: linear-gradient(270deg, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.beer-image {
  background-image: linear-gradient(360deg, #b37400, #cc8500, #e69500, orange, orange, orange, #ffb833, #fff6e6, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}