body, html {
	background-color: #233140;
	height: 100%;
	color:#F1F1F1;
	margin:0;
	padding:0;
}
iframe {
    border: none;
}
.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}
ol ,ul{
	margin:0;
    font-size: 1.2em;
    text-align: left;
}
a {
	color:#fff;
	text-decoration:none;
}
a img {
	border:none;
}
a:focus,
a:hover,a:active {
  color: #E0E0E0;
  text-decoration:none;
}
h1,h2,h3 {
	letter-spacing:-1px;

}
h1 {
	font-size:4em;
        font-family: 'QuadratSerial', serif;
    color: #f5edbd;
    text-shadow: 0 0 16px #e02e2e;
    text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size:1.6em;
	font-weight: bold;
}
h3 {
	font-size:1.5em;
}
hr {
    margin: 0;
    border: 0;
    clear: both;
}
hr.divider {
    margin: 0;
    border: 0;
    padding: 2px 0;
    clear: both;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(107, 95, 107, 0.19), rgba(0, 0, 0, 0));
}
.contentbox {
	padding: 4px 0 10px 0;
	margin: 0 auto;
	width:100%;
	text-align:center;
}
.bigcontentbox {
	margin: 0 auto;
	width:100%;
	text-align:center;
	margin-top: -60px;
}
.smallcontentbox {
	margin: 0 auto;
	width:600px;
	text-align:center;
}
.blackbox {
	background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 40px;
}
.glowblue {
    color: #f1f3ee;
    text-shadow: 0 0 16px #009cff;
}
.glowpurple {
    color: #F1EEF3;;
    text-shadow: 0 0 16px #C32DFF;
}
.boxglow {
	-webkit-box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);
    -moz-box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);
    box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);
}

#main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section {
	margin: 0 auto; 
	text-align: center;
    width: 772px;
    padding: 20px 0 40px 0;
}
.alphabg {
	background-color: rgba(22, 25, 33, 0.7);
}
#top {
	height: 736px; 
	position: relative; 
	margin: 0 auto;
}
#topsection {
	position: relative; 
	overflow: hidden;
	/*background: url("https://www.minionmastersthegame.com/img/sky_blur_bg.jpg") no-repeat center center fixed; */
}
#news {
    background: #233140;
    border-bottom: 1px solid #565149;
}
#leveling {	
    margin: 0 auto;
    /*background: url(https://forcedshowdown.com/images/backgroundtop.jpg) top no-repeat;*/
    /*background: url("https://www.minionmastersthegame.com/img/sky_blur_bg.jpg") no-repeat center center;*/
    background: url("https://minionmastersthegame.com/img/bg_tint_heroscrat.jpg") no-repeat top center;
    /*border-bottom: 1px solid #565149;*/
}

#socialrewards {
    background: #233140;

    
}
#streams {
    background: #233140;
    background: -moz-linear-gradient(top, #0d1a1e 1%, #233140 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0d1a1e 1%,#233140 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0d1a1e  1%,#233140 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1a1e', endColorstr='#233140',GradientType=0 ); /* IE6-9 */
}
#store {
    /*background: url("https://forcedshowdown.com/images/CosmicCleaver_BG.jpg") top no-repeat;*/
    background:#233140;
    /*border-bottom: 1px solid #565149;*/
}

#twitchevent {
	/*background: url('../../images/dungeon.jpg') top no-repeat;*/
	background: url("https://forcedshowdown.com/images/Dungeon_BG.jpg") top no-repeat;
	padding: 44px 0 30px 0;
	background-color: #08040D;
	height: 760px;
}
#twitchevent ul{
	 text-align: center;
    list-style-position: inside;
    padding: 10px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-size: 1em;
}
#social {
	/*background: url('../../images/FS_Screen_FrontPageGallery_2120x760_CampaignHall.jpg') top no-repeat;*/
    background: url("https://forcedshowdown.com/images/backgroundtop.jpg") top no-repeat;
}
#winners {
	/*background: url('../../images/cosmic.jpg') top no-repeat;*/
	background: url("https://forcedshowdown.com/images/CosmicCleaver_BG.jpg") top no-repeat;
	background-color:#000000;;
}
#faq {
	/*background: url('../../images/Ghost_BG.jpg') top no-repeat;*/
	background: url("https://forcedshowdown.com/images/Ghost_BG.jpg") top no-repeat;
	background-color:#08070D;
}

#price{
    width: 408px;
    margin: 0px auto;
    background-color: black;
    height: 70px;
	border:3px solid black;
}
#price h2, #price h3 {
	text-align:left;
	line-height:0px;
}
#price h2, #price h3 {
	text-align:left;
	line-height:0px;
}
#price h3 {
	font-size:1.8em;
	text-decoration: line-through;
	color:#626366;;
}
#price h2 {
	font-size:2.2em;
	line-height: 16px;
	font-weight:normal;
}
#pricediscount{
    float: left;
    height: 64px;
    padding: 4px;
    font-size: 3em;
	color: #a4d007;
    background-color: #4c6b22;
	width: 120px;
}
#twitch {
	width: 100px;
    margin-left: 280px;
    margin: 0 0 0 280px;
}
.topbannerborder {
    width: 100%;
    background: url(../_images/bannerborder.png) center top no-repeat;
    background-size: auto 90px;
    height: 90px;
    z-index: 500;
}
.statbox {
    width: 210px;
    padding: 0 0;
    display: inline-block;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
	/*-webkit-box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);
    -moz-box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);
    box-shadow: 0px 0px 44px 0px rgba(107, 238, 255, 0.54);*/
}
.topcontent h2 {
	width: 500px;
    margin: 0 auto;
    background-color: #272727;
    padding: 4px;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.topContributer ol , .races  ul{
	text-align: center; 
	list-style-position:inside;
	margin: 0;
    padding: 0;
}
.races li {
	list-style-type: none;
	text-align: center; 
}
.topcontent {
	padding: 24px 0 30px 0;
	margin: 0 auto;
	width:600px;
	text-align:center;
}
.topheader {
    cursor: pointer;
    font-weight: bold;
    margin-top: -10px;
    background-color: #161616;
	width: 500px;
    margin: 0 auto;
}

.topContributer, .races {
	display: none;
    padding: 20px 20px;
	width: 500px;
	margin: 0 auto; 
	background-color: #101010;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#logo {
	/*background-image: url("../../images/forcedshowdownlogo.png");*/
	background-image: url("https://forcedshowdown.com/images/forcedshowdownlogo_s.png");
	width:750px;
	height:268px;
	margin: 0 auto;
	margin-bottom: -70px;
}
#logos {
	/*padding: 20px 0 10px 0;*/
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#winners ul {
	margin-top: -20px;
	list-style-type:none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#winners li {
	padding-top:20px;
}
#winners p{
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color:#9296C7;
}
#winners a {
	color: #9296C7;
	text-decoration:underline;
	font-weight: normal;
}

#social a {
	font-size:2em;
	font-weight:bold;
}
#subscribe {
	padding-top:0;
	width:400px;
	height: 172px;
}
#faq ol {
	font-weight:bold;
	font-size: 1.2em;
	text-align: left;
	padding: 0;
}
#faq p   {
	font-weight:normal;
	margin: 0 0 1.5em 0;
}
#leveling ol {
	width: 500px;
    margin: 0em auto;
	padding:0;

}
.levelline {
	width: 100%; 
	height: 34px;
	text-align:center;
		cursor: default;
}
.levelline h3 {
	margin: 0;
    padding: 0.5em;
	font-size: 1em;
	letter-spacing: 0;
}

.levelindex {
    width: 80px;
    height: 80px;
    background-color: #30324E;
	border-radius: 2px;
}

.leveldescription {
	border-radius: 2px;
    height: 95%;
	margin-left: 56px;
}
.icurrent {
	background-color: #5f4e25;
    color: #c7a956;
}
.ilocked {
	background-color: rgba(10,10,10,0.9);
	color:#969696;
}
.iunlocked {
	/*background-color: rgba(49, 76, 34, 0.9);*/
	background-color: #374E17;
	/*color:#a4d007;*/
}
.current {
	background-color: rgb(49, 40, 14);
	color: #AB8A34;

}
.locked {
	background-color: rgba(10,10,10,0.7);
	color:#969696;
}
.unlocked {
	/*background-color: rgba(34, 73, 76, 0.5);*/
	background-color: #324616;
	color:#a4d007;
}
.reachedindex {
	background-color: #324E30;
}
.reachedtext {
	background-color: #4B6D44;
}
.leveltext h3 {
	margin: 0;
    padding: 0.5em;
}

.navigation {
    position: absolute;
    height: 70px;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .85);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 2px 8px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 2px 8px rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;

}
.navigation-wrapper {
    width: 1000px;
    margin: 0 auto;
    height: 70px;
}
#backto {
	position: absolute;
    margin-top: -10px;
    padding-left: 18px;
    font-size: 8px;
    color: #6F6F6F;
}
.subNavBtn {
    font-family: 'Open Sans', sans-serif;
    width: 16%;
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-position: right -202px !important;
    color: #a4a4a4;
    display: inline-block;
    font-size: 14px;
    padding: 25px 10px 24px 10px;
    margin: 0 0 0 0px;
    line-height: normal;
}
.active {
    color: #fff;
}

#twitcheventimg {
	background-color:#333;
	background: url('../_images/twitchEvent.jpg') top no-repeat;
	width: 880px;
	height: 479px;
	margin:0 auto;
	border-radius: 12px;
}
#twitcheventimgpost {
	background-color:#333;
	background: url('../_images/twitchEventPost.jpg') top no-repeat;
	width: 880px;
	height: 479px;
	margin:0 auto;
	border-radius: 12px;
}
#betakeys {
    background-color: #489298;
    width: 50%;
    margin: 0 auto;
    margin-top: -3.2em;
    padding: 1em;
	border-radius: 6px;
    -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 228, 255, 0.54);
    -moz-box-shadow: 0px 0px 44px 0px rgba(0, 228, 255, 0.54);
    box-shadow: 0px 0px 44px 0px rgba(0, 228, 255, 0.54);
}
#betakeys h1, #betakeys h2, #betakeys h3{
	display:inline;
    vertical-align: middle;
	 text-shadow: 0 0 4px #000;
	letter-spacing:normal;
}

.ribbon {
	display:inline-block;
	font-size: 2em;
	margin: 1em 0 0 0;
}

.ribbon:after, .ribbon:before {
	margin-top:0.5em;
	content: "";
	float:left;
	border:1.5em solid #30324E;
}

.ribbon:after {
	border-right-color:transparent;
}

.ribbon:before {
	border-left-color:transparent;
}

.ribbon p { 
	color:#fff;
	text-decoration:none;
	float:left;
	height:3.5em;
	overflow:hidden;
}

.ribbon span {
	background:#44476D;
	display:inline-block;
	line-height:3em;
    width: 420px;
	position:relative;
	margin-top:0;
	-webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
	-moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
	-ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
	-o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
	transition: background-color 0.2s, margin-top 0.2s;
}

.ribbon a:hover span {
	margin-top:0;
}

.ribbon span:before {
	content: "";
	position:absolute;
	top:3em;
	left:0;
	border-right:0.5em solid #25263C;
	border-bottom:0.5em solid #30324E;
}

.ribbon span:after {
	content: "";
	position:absolute;
	top:3em;
	right:0;
	border-left:0.5em solid #25263C;
	border-bottom:0.5em solid #30324E;
}
.boxcenter {
	width: 400px;
    margin: 0 auto;
	padding: 10px 0;
}

.boxbutton .btn-primary {
	padding: 0px 20px 10px;
    background-color: #6441A5;
    border-radius: 16px;
    color: #FFF;
    border: none;
}
.boxbutton .btn-primary:hover, .boxbutton .btn-primary a:hover {
	background: #4C3477;
}
.boxbutton .btn-primary:active, .boxbutton .btn-primary a:active {
	background: #4C3477;
}
.fancybutton {
	clear: left;
	width: 367px;
	height: 103px;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 10px #000;
	text-decoration: none;
	cursor:pointer;
	background: url('../_images/bigbutton.png') bottom;
	border:0;
	color:#f1f3ee;
}
.fancybutton:hover {
	background-position:0 0px !important;
}
.fancybuttonsmall {
    clear: left;
    width: 250px;
    height: 70px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1px;
    text-shadow: 1px 1px 10px #000;
    text-decoration: none;
    cursor: pointer;
    background: url('../_images/bigbutton.png') bottom;
    background-size: 250px;
    border: 0;
    color: #f1f3ee;
}
.fancybuttonsmall:hover {
	background-position:0 0px !important;
}
.boxbutton form a {
	text-decoration:none;
}
.btn:focus {
  outline: none;
}
.boxbutton .btn-primary a {
	background: none;
	border:none;
}
.progress-bar {
    background-color: #4c6b22;
	border-radius: 8px;
	background: url(../_images/anim_text_fill.png) repeat-y;
    -webkit-animation: aitf 80s linear infinite;
}
.progress {
    border-radius: 8px;
    height: 60px;
   /* width: 70%;*/
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px;
}
.progress p {
    padding: 0;
    text-align: center;
    /*text-shadow: 0 0 4px #000;*/
    font-size: 2em;
    margin: 0;
    color: #a4d007;
    position: absolute;
    width: 640px;
}



/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#mc_embed_signup {
    background: none;
    font: 14px Helvetica,Arial,sans-serif;
    padding: 0;
    border:none;
	margin: 0 auto;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    /*padding: 10px 0 10px 3%;*/
}

#mc_embed_signup input.email {
    display: block;
    padding: 12px 0;
    margin: 0 4% 10px 0;
    text-indent: 5px;
    width: 60%;
    min-width: 130px;
    border-radius: 6px;
    margin: 20px auto;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}
#mc_embed_signup .fancybutton {
	border: 0 none;
}
#mc_embed_signup .button {
    background-color: #6441A5;
    color: #FFF;
	font-size: 2em;
	font-weight: bold;
	letter-spacing:-1px;
	clear: both;
    border: 0 none;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
	margin: 0 auto;
	width: 300px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	padding: 20px 0px;
    border-radius: 16px;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}
#mc_embed_signup input.button {
    display: block;
}
.video-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 408px;
    height: 230px;
    margin: 0 auto;
	border: 3px solid black;
}
.video-overlay-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
   /* background: url(../../images/play-button.png) no-repeat center; */
	background: url(../images/play-button.png) no-repeat center;
}
.video-wrap .video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-wrap h2 {
	font-size:3em;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a {
	    background-color: #272727;
}
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoReddit:hover {
	background-color:#BD3518;
}
.social-network a.icoYoutube:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoReddit:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.unlocktxt {
	font-weight:bold;
	color:#74A23A;
}
.locktxt {
	font-weight:bold;
	color:#907843;;
}

/* HOVER STYLES */
.bartoolpop span {
    display:none;

}
.bartoolpop:hover span {
    display:block;
	z-index:100;
}

.toolpop {
    text-decoration:none;
    position:relative;
}
.toolpop span {
    display: none;
}
.toolpop:hover span {
    display:block;
	z-index:100;
}
.barPointDetails {
    position: absolute;
	border-radius: 8px;
	margin-left: 134px;
    z-index: 12;
    padding: 20px;
    background-color: #0f1215;
    border: solid #464646 1px;
	color: #A5A5A5;
    text-align: center;
    line-height: 20px;
}
.goalPointDetails {
    position: absolute;
	left: -172px;
	margin-top:12px; /* top: 12px - does work in IE*/
	border-radius: 8px;
    z-index: 12;
    padding: 20px;
    background-color: #0f1215;
    border: solid #464646 1px;
	color: #A5A5A5;
    text-align: center;
    line-height: 20px;
}
.goalPointHover {
    position: absolute;
    display: block;
    left: 166px;
    top: -7px;
    width: 11px;
    height: 7px;
}
.tooltipimg {
	padding-top: 10px;
}
#partners {
	width:900px;
	margin: 0 auto;
	display: inline-block;
}
#partners li{
	display: inline-block;
	padding-right:30px;
}
.footer {
	text-align: center;
	width: 100%;
	min-height: 100%;
	height:100%;
	float: left;
	background-color:#2c3e50;
}

.container {
  max-width: 600px;
}

.viewercount {
    font-weight: bold;
    color: white;
     font-size: 12px;
    border-radius: 3px;
    height: 15px;
	padding: 0 6px 0 2px;
    position: relative;
	top: -196px;
    left: -140px;
    background-color: rgba(0,0,0,0.75);
    display: inline-block;
}
.streambox {
	width:320px;
	height: 242px;
	margin:6px;
	overflow: hidden; 
	background: rgba(10,10,10,0.80);
	color:#c3c3c3;
    float:left;
}
.streambox a{
	text-decoration:none;
	font-weight:bold;
}
.streambox a:hover, .streamboxa:active {
  color: #E0E0E0;
  text-decoration:none;
}
.newsbox {
	color:#c3c3c3;
	text-align:left;
	float: left;
	margin: 10px;
    border: 1px solid #49453f;
	background-color: #191919;
	padding:2px;
}
.fullsize {
	width:231px;
	height: 273px;
}
.fullsize h1 {
	margin:0;
	padding: 20px;
	color: white;
	font-size:26px;
	text-align:center;
    text-shadow: 1px 1px 6px rgb(0, 0, 0);
	text-transform: none;
}

.newsbox:hover{
    transform: translate(0px,-5px);
    box-shadow: black 0 10px 10px;
    filter: brightness(130%);
    -webkit-filter: brightness(130%);
	transition: all 0.5s;
}
.newstext {
	width: 231px;
	height: 180px;
	background-color: #191919;
	padding:12px;
	color: #A5A5A5;
	word-wrap: break-word;
}
.newsimg {
	width: 231px;
	height:87px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.newsimg img {
	width: 231px;
}

.newstext h1 {
	font-size:18px;
	margin: 0 0 8px 0;
	color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: none;
    text-transform: none;
    /* text-transform: uppercase; */
    /* font-weight: normal; */
}

.fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  z-index: 10;
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;
  -webkit-transform: rotate(35deg);
  -moz-transform:    rotate(35deg);
  -ms-transform:     rotate(35deg);
  -o-transform:      rotate(35deg);
  position: absolute;
  padding: 7px 0;
  left: 190px;
  top: 8px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90efe6), to(#328479)); 
  background-image: -webkit-linear-gradient(top,  #90efe6, #328479); 
  background-image:    -moz-linear-gradient(top,  #90efe6, #328479); 
  background-image:     -ms-linear-gradient(top,  #90efe6, #328479);
  background-image:      -o-linear-gradient(top,  #90efe6, #328479);
  color: #313131;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.header-video {
    display: block;
    width: 1940px;
    height: 736px;
    max-width: 1940px;
    position: absolute;
    left: 50%;
    margin-left: -970px;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.shadowbox {
    color: #A5A5A5;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
	margin: 0 auto;
	width: 700px;
    padding: 4px 20px;
	/*box-shadow: 0 0 15px rgb(97, 129, 146);*/
	/*height: 475px;*/
}
.levelblock { 
	float:left;
	margin: 12px;
	width: 80px;
    height: 80px;
}
.levelblock h3 {
	font-size: 3em;
	text-shadow: 0 0 16px #000000; 
    margin: 0;
	padding-top:20px;
}
.vignette {
	background: url(https://www.minionmastersthegame.com/img/vignette_b.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: -1;
	height: 100%;
    width: 100%;
	display:block;
}

.sborder {
    border: 1px solid #49453f;
    border-radius: 2px;
}

.toolpop div:hover{
    transform: translate(0px,-5px);
    box-shadow: black 0 10px 10px;
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
	transition: all 0.5s;
}

/* Pagination */
.paginationjs .paginationjs-pages {
    width: 764px;
	margin: 0 10px;
}
.paginationjs .paginationjs-pages li>a {
    background: #212121;
    color: #A5A5A5;
}
.paginationjs .paginationjs-pages li {
    border: 1px solid #333;
}
.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #333;
}
.paginationjs .paginationjs-pages li.active>a {
    background: #272727;
}
.paginationjs .paginationjs-pages li>a:hover {
    background: #757575;
}

/* Gleam Signup*/
#gleamform{
	display: none;
}
