/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width: 100%;
	background: #000 url('../img/castle_siege_banner_bg.png') no-repeat center center;
	background-size: cover;
	margin: 0px auto;
	padding: 20px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	overflow: auto;
	font-family: 'Fredoka One', cursive;
	color: #74beff;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
	text-shadow: 1px 1px 3px #000000;
}
	.castle-siege-banner img {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
	}
	.castle-siege-banner .guild_owner, .castle-siege-banner .guild_owner a {
		color: #ffffff;
		font-size: 45px;
	}
	.castle-siege-banner .guild_master, .castle-siege-banner .guild_master a {
		color: #ffffff;
		font-size: 45px;
	}
	.castle-siege-banner .guild_countdown {
		color: #ffffff;
		font-size: 45px;
	}
		.castle-siege-banner .guild_countdown span {
			color: #ffcc00;
			font-size: 24px;
		}

.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
	z-index: 9999;
}

.page-title {
	color: #344b72;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* NEWS */
.news-article {
	position: relative;
	padding: 15px 15px;
	transition: all 0.3s ease;
	-moz-box-shadow: 0 0 10px #e8e8e8;
	-webkit-box-shadow: 0 0 10px #e8e8e8;
	box-shadow: 0 0 10px #e8e8e8;
	margin-bottom: 30px;
}
	.news-article .news-image {
		padding: 10px;
	}
	.news-article .news-image img {
		width: 100%;
		height: auto;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.news-article .news-content {
		padding: 10px;
	}
		.news-article .news-content h3 {
			margin: 0px 0px 15px 0px;
			padding: 0px 0px 5px 0px;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: bold;
			border-bottom: 1px solid #d4d4d4;
		}
		.news-article .news-content h3 a {
			color: #000;
		}
		.news-article .news-content .news-date {
			font-size: 12px;
			font-style: italic;
			color: #aaa;
		}
	.news-article:hover {
		background: #e1e1e1;
	}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	-moz-box-shadow: 0 0 10px #e8e8e8;
	-webkit-box-shadow: 0 0 10px #e8e8e8;
	box-shadow: 0 0 10px #e8e8e8;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #344b72;
	border-bottom: 3px solid #344b72;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 50px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 160px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 10px 0px;
	margin: 5px;
	background: #f1f1f1;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}
.rankings_menu a.active {
	color: #fff;
	border-color: #333;
	background: #344b72;
}
.rankings_menu a:hover.active {
	color: #fff !important;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 25px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}
.myaccount-table tr td {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.myaccount-table tr:hover td {
	background: #fefefe;
}


/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.general-table-ui tr td {
	padding: 15px 5px !important;
	vertical-align: middle !important;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.general-table-ui tr:hover td {
	background: #fefefe;
}
.general-table-ui tr:first-child td {
	color: #344b72;
	font-weight: bold;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #0000aa;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.html') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}

.paypal-gateway-form input[type=text] {
width: 100px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.html') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}

/* CASTLE SIEGE CSS */
.csinfo_container {
	background: url('../img/castle_siege.html') no-repeat top right;
	background-size: cover;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.csinfo_content {
	width: 100%;
	height: 180px;
	margin: 10px 0px 0px 10px;
	display: inline-block;
}
	.csinfo_glogo {
		float: left;
		width: 30%;
		height: 180px;
		text-align: center;
	}
	.csinfo_ginfo {
		float: left;
		width: 70%;
		padding: 0px 10px;
	}
	
		.csinfo_ginfo table {
			table-layout: fixed;
			width: 400px;
		}
			.csinfo_ginfo table tr td {
				padding: 3px 0px;
				font-size: 20px;
				color: #fff;
			}
			.csinfo_ginfo table tr td:first-child {
				color: #9a7e46;
			}
			
.csinfo_glist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.csinfo_glist li {
		float: left;
		width: 30%;
		padding: 8px 10px;
	}
	.csinfo_glist li:hover {
		background: #0d0c0b;
	}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #fefefe;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #ececec;
	-webkit-box-shadow: 0 0 10px #ececec;
	box-shadow: 0 0 10px #ececec;
	border-radius: 5px;
}

.panel-sidebar > .panel-heading {
	color: #344b72;
	font-family: 'PT Sans', sans-serif;
	border: 0px;
	padding: 20px 15px;
}

.panel-sidebar > .panel-heading > .panel-title {
	font-weight: bold;
}

.panel-usercp {
	background: url('../img/usercp_bg.html') no-repeat top center;
	background-size: cover;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-filter: grayscale(80%) brightness(90%);
	filter: grayscale(80%) brightness(90%);
}

.panel-usercp:hover {
	-webkit-filter: grayscale(0%) brightness(110%);
	filter: grayscale(0%) brightness(110%);
}

.panel-usercp > .panel-heading > .panel-title {
	color: #fff;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #87909f !important;
	text-shadow: 1px 1px 3px #000;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #fff !important;
}

.panel-usercp ul li img {
	position: relative;
	/*top: -2px;*/
	bottom: -5px;
	padding-right: 10px;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
	padding: 30px 0px;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	padding: 20px;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}

.panel-downloads > .panel-body > .panel-title {
	font-size: 20px;
	padding-bottom: 8px;
}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #1485c6 !important; }


.webengine-countdown h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 266px;
}

/*progess bar*/
.progress-bar-webengine {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine span {
  height: 17px;
  background: url(../img/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-webengine-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine-off span {
  height: 17px;
  background: url(../img/line-server-off.html) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

/*table*/
 .logo-img {
     display: block;
     position: absolute;
     top: 610px;
     right: 50%;
     margin-right: -268px;
     z-index: 2;
}
 .containers table{
     width: 1080px;
}
 .containers table tr .td-button {
     width: 20%;
     background: url('../img/button-info-n.html') center top no-repeat;
     height: 260px;
     text-align: center;
     vertical-align: middle;
     padding-bottom: 35px;
     color: #fff;
     cursor: pointer;
     font-weight: normal;
}
 .containers table tr .td-button:hover {
     width: 20%;
     background: url('../img/button-info-h.html') center top no-repeat;
     height: 260px;
     text-align: center;
     vertical-align: middle;
     padding-bottom: 35px;
     transition: all 0.5s ease;
}
 .containers table tr .td-button-active {
     width: 20%;
     background: url('../img/button-info-h.html') center top no-repeat;
     height: 260px;
     text-align: center;
     vertical-align: middle;
     padding-bottom: 35px;
     color: #fff;
     cursor: pointer;
     font-weight: normal;
}
 .containers table tr td table {
     box-shadow: 0px 0px 20px #b3b3b3;
}
 .containers table tr td table tr th {
     color: #fff;
     padding: 25px 20px 20px 60px;
     font-size: 24px;
     font-weight: normal;
}
 .containers table tr td table tr td {
     text-align: center;
     color: #846565;
     font-size: 20px;
     line-height: 35px;
}
 .containers table tr td table tr th span {
     color: #ff5c5c;
}
 .containers table tr td table tr th a {
     font-size: 18px;
     color: #fff;
     border: 1px solid red;
     border-radius: 6px;
     background: #460202;
     padding: 25px 30px 12px 30px;
     box-shadow: 1px 1px 5px #333;
}
 .containers table tr td table tr th a:hover {
     box-shadow: 1px 1px 10px #111;
}
 .containers table tr td table tr td span {
     color: #4f1e1e;
     font-size: 30px;
}
 .containers table tr td table tr .td-impar {
     background: #f4eae4;
}
 .containers table tr td table tr .td-par {
     background: #ead8d2;
}
 .table-info tbody tr {
     background-color: #f4eae4;
}
 .table-info tbody tr:nth-child(2n+0) {
     background-color: #fdfbf9;
}
 .table-info tbody tr .td-info {
     
     font-size: 18px;
     color: #653e3d;
     padding: 5px 30px;
     height: 50px;
}

 .table-info thead tr .th-info {
     font-size: 22px;
     background: #a52d2d;
     color: #fff;
     padding: 15px 50px;
     height: 50px;
}
.table-infohover>tbody>tr:hover {
     color: white !important;
    background-color: #a52d2d;
}
.table-infohover>tbody>tr:hover td{
     color: white !important;
    background-color: #a52d2d;
}
.table-info tbody tr .offline {
     color: red;
}

.table-info tbody tr .online {
     color: green;
}

.page-title2 {
    color: #344b72;
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}

#div-tab1{
	padding-top:50px;
}

/*smog*/


.smog {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}
.smog .num2 {
  -webkit-animation: spreadSmog 7s infinite linear;
  animation: spreadSmog 7s infinite linear;
}
.smog .num3 {
  -webkit-animation: spreadSmog 7s infinite linear;
  animation: spreadSmog 7s infinite linear;
}
.smog .num1 {
    
	bottom: 300px;
    left: 0px;
    width: 1200px;
    height: 600px;
    opacity: 0;
}
.smog i {
    position: absolute;
    display: block;
    background: url(../img/sp_smog.png) no-repeat;
    transform-origin: 50% 100%;
}
.smog .num2 {
	bottom: 300px;
    left: 200px;
    width: 1200px;
    height: 600px;
    opacity: 0;
}
.smog .num3 {
	bottom: 300px;
    left: -200px;
    width: 1200px;
    height: 600px;
    opacity: 0;
}
@keyframes spreadSmog {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}
45% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 1;
}
90% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
}

/*end smog*/

/*spark */
.sparks {
	position: absolute;
	width: 1200px;
	left: 0px;
	bottom: 580px;
	z-index: 1
}

.sparks>div {
	position: absolute
}

.sparks .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -320px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.sparks .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	width: 179px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.sparks .spark_3 {
	background: url(../images/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-animation: spark-3 4s linear infinite;
	animation: spark-3 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.sparks .spark-big {
	background: url(../images/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-animation: spark-5 4s linear infinite;
	animation: spark-5 4s linear infinite
}

.sparks .spark_5 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	right: 40px
}

.sparks_2 .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.sparks_2 .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.sparks_2 .spark_3 {
	background: url(../images/spark_3.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.sparks_2 .spark-big {
	background: url(../images/spark_4.png) no-repeat
}

.sparks_2 .spark_5 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.sparks_2 {
	margin-left: -500px
}

@-webkit-keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	75% {
		bottom: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .5
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

/*event time*/
.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
	margin-left:5px;
	margin-right:5px;
    margin-top: 6px;
	color:white;
}

.event-timers .starts-in {
    color: #ffe49b;
    font-size: 12px;
    font-weight: bold;
}

.event-timers{
  font-weight: 600;
}

.event-timers .time-to-event {
  color: #5a89f8;
}

.event-timers .event-schedule-inprogress{
    color: #bd52f1;
}

.modal-content {
	background: rgba(255, 255, 255, 0.9)!important;
}