body{
	height: 100%;
	margin:0px;
	padding:0px;
	font-family: 'Roboto', serif;
	font-weight:400;
	background:#333333;
	color:white;
	background:#333333;
}

a{
	color:white;
}

a:hover,a:active,a:visited,a:focus{
	color:white;
}

.mg_ad{
	padding-top:10px;
	padding-bottom:10px;
}

/* ============================ */
/* LOGO
/* ============================ */

.mg_logo{
	width: 120px;
	position: absolute;
	z-index: 1100;
	left: 0;
	right: 0;
	margin-top: 10px;
}

.mg_logo:hover .mg_logoBack{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}

.mg_logo:hover .mg_logoFront{
	transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
}

.mg_logoBack, .mg_logoFront{
	position: absolute;
	top:0;
	left:0;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	width:100%;
}

/* ============================ */
/* HOME PAGE
/* ============================ */

@-webkit-keyframes mg_homeIntro { from { opacity:0; } to { opacity:1;} }
@keyframes mg_homeIntro { from { opacity:0; } to { opacity:1;} }

.mg_homeWrap{

}

.mg_homeTitleWrap{
	text-align: center;
	position: relative;
	display: block;

	-webkit-animation:mg_homeIntro ease-out 1;
	animation:mg_homeIntro ease-out 1;
 
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

.mg_fullLogoReplacement{
	display:none;
	font-weight: 700 !important;
}

.mg_animSsf2LogoWrap{
	position: relative;
	width: 540px;
	height: 296px;
	margin-left: auto;
	margin-right: auto;
}

.mg_animSsf2LogoBottom{
	position:relative;
	top: 0;
	left: 0;
}

.mg_animSsf2LogoFlames{
	position: absolute;
	top: 3px;
	left: 270px;
}

.mg_animSsf2LogoTop{
	position:absolute;
	top: 0;
	left: 0;
}

.mg_homeTitle{
	font-size: 50px;
	font-weight: 700;
}

.mg_homeSubTitle{
	font-size: 20px;
	font-weight: 300;
}

.mg_backgroundVideo, .mg_backgroundVideo iframe, .mg_backgroundVideo video, .mg_backgroundVideo img {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.mg_backgroundGradient {
	background-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%);
	display: block;
	height: 1080px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}	

/* ============================ */
/* NAV BAR
/* ============================ */

.mg_navbar{
	margin-top: 40px;
	height:60px;
	background:none;
	border:0;
	border-radius: 0;
	border-bottom: solid 3px black;
	z-index:1000;
}

.mg_navbar .container-fluid{
	padding:0;
}

.mg_navbar .navbar-collapse{
	padding:0;
	border:0;
}

.mg_navMobileButton{
    border-radius: 0px;
    border: 0;
    background: #3C3C3C;
    border-top:solid 3px gray !important;
}

.mg_navMobileButton .icon-bar{
	height:4px;
	width:26px;
	background-color:gray !important;
}

.mg_navMobileButton:focus{
	background: white !important;
}

.mg_menuGroup{
	width:47%;
}

.mg_menuLeft{
	
}

.mg_menuSpace{
	width:6%;
}
.mg_menuRight{
	
}

.mg_menuBtn{
	height: 60px;
	width: 33.333%;
	transition: all 0.2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 0.2s cubic-bezier(.19,1,.22,1);
	letter-spacing:2px;
	border-width: 0 0 3px 0;
	border-style: solid;
}

.mg_menuBtnLink{
	font-size: 25px;
	color: white !important;
	margin: 0px;
	padding: 0px !important;
	line-height: 60px !important;
	text-align: center;
	width: 100%;
	font-weight: 300;
}

.mg_menuBtn:hover, .mg_menuBtnActive{
	border-bottom-width: 60px !important;
}

.mg_menuBtn:hover .mg_menuBtnLink, .mg_menuBtnActive .mg_menuBtnLink{
	color:black !important;
}

/* ============================ */
/* MAIN BOX TITLES, AND BOX
/* ============================ */

.mg_boxTitle{
	border-left: 3px solid white;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: 300;
	font-size:40px;
	
}

.mg_boxTitle a,
.mg_boxTitle a:hover,
.mg_boxTitle a:active,
.mg_boxTitle a:visited,
.mg_boxTitle a:focus{
	color:white;	
}

.mg_boxSubTitle{
	border-left: 3px solid white;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 17px;
	font-weight: 300;
	font-size:15px;
}

.mg_border{
	background: #3C3C3C;
	border-top:solid 3px gray;
	padding:10px;
}

.mg_border iframe, .mg_border object{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

@-webkit-keyframes mg_postBgIntroAnim { from { opacity:0; } to { opacity:0.06; } }
@keyframes mg_postBgIntroAnim { from { opacity:0; } to { opacity:0.06; } }

.mg_postBg{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	filter:blur(10px);
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); 

	-webkit-animation:mg_postBgIntroAnim ease-in 1;
	animation:mg_postBgIntroAnim ease-in 1;
 
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

/* ============================ */
/* SIDEBAR
/* ============================ */

.mg_sidebar{
	padding:10px;
}

.mg_sidebarLinks{
	font-size:15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mg_shareLinks{
	text-align: center;
	font-size:40px;
	margin-top:20px;
	margin-bottom:20px;
}
.mg_paypalDonate{
	text-align: center;	
}
.mg_paypalDonateBtn{
	background: #ff9933;
	border: solid 1px gray;
	border-radius: 0;
}

/* ============================ */
/* FOOTER
/* ============================ */

.mg_footer{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color:gray;
}

.mg_footerLv1{
	font-size: 20px;
}

.mg_footerLv2{
	font-size: 17px;
}

.mg_footerLv3{
	font-size: 12px;
}

/* ============================ */
/* IMAGE ZOOM BOX
/* ============================ */

.mg_zoomImageBox{
	overflow:hidden;
	position:relative;

	border-top:solid 3px gray;
	background: #3C3C3C;

	padding-top: 50%;
	margin-bottom:30px;
}

.mg_zoomImageBoxSquare{
	padding-top: 100%;
}

.mg_zoomImageBoxImage{
	height:100%;
	width:100%;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transition: all 0.2s cubic-bezier(.49,.5,0,1.01);
	-webkit-transition: all 0.2s cubic-bezier(.49,.5,0,1.01);

	/*
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	*/
	
}
 
.mg_zoomImageBox:hover > .mg_zoomImageBoxImage{
	opacity: 0.6;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.mg_zoomImageBoxTextWrap{
	opacity: 1;
	background:rgba(0,0,0,0.8);

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 10%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 10%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 10%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;

	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}

.mg_zoomImageBox:hover .mg_zoomImageBoxTextWrap{
	background:rgba(0,0,0,0.5);
}

.mg_zoomImageBoxTextTable{
	position: absolute;
	padding: 5px;
	height: 100%;
	width: 100%;
	display:table;

	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

.mg_zoomImageBoxText{
	font-size: 25px;
	text-align: center;
	/*text-transform: lowercase;*/
	display:table-cell;
	vertical-align:middle;
}

/* ============================ */
/* SHORTCODES
/* ============================ */

.mg_singleImage, .mg_imageGrid{
	text-align: center;
	margin:20px;
}


.mg_imageGrid{
	line-height: 0;
	transition: all 1s ease-out;

	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
}

.mg_imageGrid img{
	width: 100% !important;
	height: auto !important;
	margin-bottom:5px;
}

.mg_singleImage img{
	margin-left: auto;
	margin-right: auto;
}

.mg_singleImage span, .mg_imageGrid span{
	text-align: center;
	font-weight: 700;
	font-size:16px;
}

/* ============================ */
/* RESPONSIVE EMBED
/* ============================ */

.mg_embed{ 
	position: relative;
	overflow: hidden;
	max-width: 100%;
} 

/* ============================ */
/* Character Table
/* ============================ */

.SMoves {
    border-collapse: collapse;
    margin: 40px auto 20px;
    border-top: 3px solid gray;
}
.SMoves tr{

}
.SMoves {
    font-weight: bold;
}
.SMoves th {
    background-color: #333333;
    text-align: center;
    color: #FFFFFF;
    padding: 6px;
    width: 180px;
}
.SMoves td {
    padding: 6px;
    width: 220px;
}
.SMoves_t {
    text-align: center;
    width: 400px;
}

/* ============================ */
/* Twitch
/* ============================ */

.mg_twitch{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.mg_twitchCaption{
	text-align: center;
	font-size:30px;
	font-weight: 700;
}


/* ============================ */
/* Flash Warning
/* ============================ */

.mg_flashWarning{
	background:#FFCDD2;
	border-top:solid 3px #F44336;
	padding:10px;
	margin:10px;
	color:black;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 340px;
}

.mg_flashWarning span{
	display:inline-block;
	margin-left: 10px;
    margin-top: 20px;
    color: black;
}

.mg_flashWarning img{
	display:inline-block;
	height:100px;
	vertical-align: top;
}

.mg_flashWarningShow{
	display: block !important;
}

/* ============================ */
/* FORM ELEMENTS
/* ============================ */

.mg_field {	
	border-radius: 0px;
	background: #333333;
	color:white;
	outline: none;
	border: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-top: 3px #333333 solid;
	padding:5px;
	margin:0px;
}

.mg_field:focus, .mg_field:hover {
	border-color:grey;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.mg_searchBtn {
	border-radius: 0px;
	background:grey;
	border: none;
	border-top:solid #333333 3px;
	color:#333333;
}	

.mg_searchBtn:hover {
	border-radius: 0px;
	background:#333333;
	border: none;
	border-top:solid grey 3px;
	color:grey;
}

/* ============================ */
/* 404 / Empty Results
/* ============================ */	

.mg_404{
	padding:10px;
	margin:10px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 340px;
}

.mg_404 span{
	display:inline-block;
	margin-left: 10px;
    margin-top: 20px;
}

.mg_404 img{
	display:inline-block;
	height:200px;
	vertical-align: top;
}