/*
 * Loader
 */

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {display: none; background-color: #222;}
.js #loader {display: block; position: absolute; left: 100px; top: 0; background-color: #222;}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloaders/pacman-loader.gif) center no-repeat #f8f8f8;
	background-color: #222;
}


/*
 * Globals
 */

html {
	background-color: #222;
	background: url(../images/vainglory-lunar-new-year-map-1920x1080-sm.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html,
body {
	height: 100%;
	background-color: #222;
	background-color: transparent;
}



@font-face {
    font-family: 'northwood_highregular';
    src: url('../fonts/northwood_high-webfont.eot');
    src: url('../fonts/northwood_high-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/northwood_high-webfont.woff2') format('woff2'),
         url('../fonts/northwood_high-webfont.woff') format('woff'),
         url('../fonts/northwood_high-webfont.ttf') format('truetype'),
         url('../fonts/northwood_high-webfont.svg#northwood_highregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../fonts/brandon_med-webfont.eot');
    src: url('../fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff'),
         url('../fonts/brandon_med-webfont.ttf') format('truetype'),
         url('../fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/brandon_light-webfont.eot');
    src: url('../fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_light-webfont.woff2') format('woff2'),
         url('../fonts/brandon_light-webfont.woff') format('woff'),
         url('../fonts/brandon_light-webfont.ttf') format('truetype'),
         url('../fonts/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandon_blk-webfont.eot');
    src: url('../fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff'),
         url('../fonts/brandon_blk-webfont.ttf') format('truetype'),
         url('../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandon_bld-webfont.eot');
    src: url('../fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff'),
         url('../fonts/brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.vgHeroFont {
	font-family: 'northwood_highregular';
	font-size: 200%;
}

.brandFontBold {
	font-family: 'brandon_grotesquebold';
}

.brandFontBlack {
	font-family: 'brandon_grotesqueblack';
}

.brandFontLight {
	font-family: 'brandon_grotesquelight';
}

.brandFontMedium {
	font-family: 'brandon_grotesquemedium';
}



/* Links */
a,
a:focus,
a:hover {
  color: #f8f8f8;
}

button:focus {outline:0;}

/*
 * Base structure
 */


body {
	color: #f8f8f8;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	font-family: 'brandon_grotesquemedium';
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	vertical-align: middle;
	padding: 0px;
}

h1.vgHeroFont, 
h2.vgHeroFont, 
h3.vgHeroFont, 
h4.vgHeroFont, 
h5.vgHeroFont, 
h6.vgHeroFont {
	margin-bottom: 0px;
}



.greyText1 {
	color: #999;
}

.greyText2 {
	color: #bababa;
}

.container {
    overflow-y: hidden;
}

.container .jumbotron, .container-fluid .jumbotron {
    background-color: #666;
}

.title-image {
	padding-top: 90px;
}

.page-header {
	border-color: #333;
}

.supaNumb {
	font-size: 400%;
	font-weight: 100;
}

.tinyNumb {
	font-size: 80%;
}

.microNumb {
	font-size: 50%;
}

.rowWithBkgrnd {
	background-position: center;
}

.tableHeroThumb {
	width: 100px;
	height: 100px;
}

.tableHeroSkin {
	width: 105px;
}

.bigText {
	font-size: 150%;
	font-weight: 300;
}

.bigAssText {
	font-size: 250%;
	font-weight: 100;
}

.owl-item .hero-card {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
}

.owl-item .hero-card-headline, 
.owl-item .hero-card-number {
	font-size: 250%;
	font-weight: 100;
}

.owl-item .hero-card-number {
	padding-bottom: 6px;
	position: relative;
	top: -6px;
}

.owl-item .hero-card-headline {
	padding-bottom: 20px;
}

.owl-item .hero-card-copy {
	font-size: 75%;
	font-weight: 700;
}

.owl-item .btn {
	margin: 20px 0px;
}
















.matchCard {
	margin: 10px 5px 30px;
	overflow: hidden;
}

.matchCard .victoryDefeat {
	font-size: 125%;
}

.matchCard .cardHeroName {
	font-size: 300%;
}

.matchCard .cardTitle {
	font-weight: 100;
}

.matchCard .cardData {
	font-weight: 700;
	font-size: 150%;
}

.matchCard .cardFooter {
	margin-bottom: 20px;
	padding: 3px;
	background-color: #333;
	position: relative;
	left: 16px;
	display: inline-block;
	background-color: #111;
	text-align: center;
}

.matchCard .imgWrapper {
	height: 0px;
}

.matchCard .itemThumb {
	width: 40px;
	height: 40px;
}

.matchCard .cardLeftCol {
	padding: 10px 0px 10px 30px;
}

.matchCard .cardRightCol {
	padding: 10px 30px 10px 0px;
}

.matchCard .cardCenterCol {
	padding: 10px 0px 30px;
}

.matchCard .cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.Adagio_DefaultSkin {
	background: url(../images/heroSkins/adagio_splash_tier_0.jpg) no-repeat top center;
}
.Adagio_Skin_Angel {
	background: url(../images/heroSkins/adagio_splash_tier_E2.jpg) no-repeat top center;
}
.Alpha_DefaultSkin {
	background: url(../images/heroSkins/alpha_splash_tier_0.jpg) no-repeat top center;
}
.Alpha_Skin_Horror_T2 {
	background: url(../images/heroSkins/alpha_splash_tier_2.jpg) no-repeat top center;
}
.Ardan_DefaultSkin {
	background: url(../images/heroSkins/ardan_splash_tier_0.jpg) no-repeat top center;
}
.Ardan_Skin_Fallen_T1 {
	background: url(../images/heroSkins/ardan_splash_tier_1.jpg) no-repeat top center;
}
.matchCard .Ardan_Skin_Fallen_T3 {
	background: url(../images/heroSkins/ardan_splash_tier_3.jpg) no-repeat top center;
}
.Ardan_Skin_Glad {
	background: url(../images/heroSkins/ardan_splash_tier_LE.jpg) no-repeat top center;
}
.matchCard .Baron_DefaultSkin {
	background: url(../images/heroSkins/baron_splash_tier_0.jpg) no-repeat top center;
}
.Blackfeather_DefaultSkin {
	background: url(../images/heroSkins/blackfeather_splash_tier_0.jpg) no-repeat top center;
}
.Blackfeather_Skin_Dynasty_T1 {
	background: url(../images/heroSkins/blackfeather_splash_tier_1.jpg) no-repeat top center;
}
.Blackfeather_Skin_Vamp {
	background: url(../images/heroSkins/blackfeather_splash_tier_LE.jpg) no-repeat top center;
}
.Catherine_DefaultSkin {
	background: url(../images/heroSkins/catherine_splash_tier_0.jpg) no-repeat top center;
}
.Catherine_Skin_Vampire_T1 {
	background: url(../images/heroSkins/catherine_splash_tier_1.jpg) no-repeat top center;
}
.Catherine_Skin_Ice {
	background: url(../images/heroSkins/catherine_splash_tier_LE.jpg) no-repeat top center;
}
.Catherine_Skin_Ice_RI {
	background: url(../images/heroSkins/catherine_splash_tier_LERI.jpg) no-repeat top center;
}
.Celeste_DefaultSkin {
	background: url(../images/heroSkins/celeste_splash_tier_0.jpg) no-repeat top center;
}
.Celeste_Skin_Queen_T1 {
	background: url(../images/heroSkins/celeste_splash_tier_1.jpg) no-repeat top center;
}
.Celeste_Skin_Queen_T2 {
	background: url(../images/heroSkins/celeste_splash_tier_2.jpg) no-repeat top center;
}
.Celeste_Skin_Queen_T3 {
	background: url(../images/heroSkins/celeste_splash_tier_3.jpg) no-repeat top center;
}
.Flicker_DefaultSkin {
	background: url(../images/heroSkins/flicker_splash_tier_0.jpg) no-repeat top center;
}
.Fortress_DefaultSkin {
	background: url(../images/heroSkins/fortress_splash_tier_0.jpg) no-repeat top center;
}
.Fortress_Skin_Xmas {
	background: url(../images/heroSkins/fortress_splash_tier_LE.jpg) no-repeat top center;
}
.Fortress_Skin_Xmas_RI {
	background: url(../images/heroSkins/fortress_splash_tier_SE.jpg) no-repeat top center;
}
.Glaive_DefaultSkin {
	background: url(../images/heroSkins/glaive_splash_tier_0.jpg) no-repeat top center;
}
.Glaive_Skin_Prehistoric_T1 {
	background: url(../images/heroSkins/glaive_splash_tier_1.jpg) no-repeat top center;
}
.Glaive_Skin_Prehistoric_T2 {
	background: url(../images/heroSkins/glaive_splash_tier_2.jpg) no-repeat top center;
}
.Glaive_Skin_Prehistoric_T3 {
	background: url(../images/heroSkins/glaive_splash_tier_3.jpg) no-repeat top center;
}
.Glaive_Skin_Sorrowblade {
	background: url(../images/heroSkins/glaive_splash_tier_E.jpg) no-repeat top center;
}
.Gwen_DefaultSkin {
	background: url(../images/heroSkins/gwen_splash_tier_0.jpg) no-repeat top center;
}
.Idris_DefaultSkin {
	background: url(../images/heroSkins/idris_splash_tier_0.jpg) no-repeat top center;
}
.Joule_DefaultSkin {
	background: url(../images/heroSkins/joule_splash_tier_0.jpg) no-repeat top center;
}
.Joule_Skin_Killa_T1 {
	background: url(../images/heroSkins/joule_splash_tier_1.jpg) no-repeat top center;
}
.Joule_Skin_Killa_T2 {
	background: url(../images/heroSkins/joule_splash_tier_2.jpg) no-repeat top center;
}
.Joule_Skin_Killa_T3 {
	background: url(../images/heroSkins/joule_splash_tier_3.jpg) no-repeat top center;
}
.Joule_Skin_Snow {
	background: url(../images/heroSkins/joule_splash_tier_LE.jpg) no-repeat top center;
}
.Kestrel_DefaultSkin {
	background: url(../images/heroSkins/kestrel_splash_tier_0.jpg) no-repeat top center;
}
.Kestrel_Skin_Ice {
	background: url(../images/heroSkins/kestrel_splash_tier_1.jpg) no-repeat top center;
}
.Kestrel_Skin_Summer {
	background: url(../images/heroSkins/kestrel_splash_tier_LE.jpg) no-repeat top center;
}
.Koshka_DefaultSkin {
	background: url(../images/heroSkins/koshka_splash_tier_0.jpg) no-repeat top center;
}
.Koshka_Skin_Rave_T1 {
	background: url(../images/heroSkins/koshka_splash_tier_1.jpg) no-repeat top center;
}
.Koshka_Skin_Rave_T2 {
	background: url(../images/heroSkins/koshka_splash_tier_2.jpg) no-repeat top center;
}
.Koshka_Skin_Rave_T3 {
	background: url(../images/heroSkins/koshka_splash_tier_3.jpg) no-repeat top center;
}
.Koshka_Skin_CNY {
	background: url(../images/heroSkins/koshka_splash_tier_LE.jpg) no-repeat top center;
}
.Krul_DefaultSkin {
	background: url(../images/heroSkins/krul_splash_tier_0.jpg) no-repeat top center;
}
.Krul_Skin_Rock_T3 {
	background: url(../images/heroSkins/krul_splash_tier_3.jpg) no-repeat top center;
}
.Lance_DefaultSkin {
	background: url(../images/heroSkins/lance_splash_tier_0.jpg) no-repeat top center;
}
.Lance_Skin_Glad {
	background: url(../images/heroSkins/lance_splash_tier_E.jpg) no-repeat top center;
}
.Lance_Skin_Deathknight {
	background: url(../images/heroSkins/lance_splash_tier_E2.jpg) no-repeat top center;
}
.Lyra_DefaultSkin {
	background: url(../images/heroSkins/lyra_splash_tier_0.jpg) no-repeat top center;
}
.Lyra_Skin_Unicorn {
	background: url(../images/heroSkins/lyra_splash_tier_LE.jpg) no-repeat top center;
}
.Ozo_DefaultSkin {
	background: url(../images/heroSkins/ozo_splash_tier_0.jpg) no-repeat top center;
}
.Ozo_Skin_Kungfu_T1 {
	background: url(../images/heroSkins/ozo_splash_tier_1.jpg) no-repeat top center;
}
.Petal_DefaultSkin {
	background: url(../images/heroSkins/petal_splash_tier_0.jpg) no-repeat top center;
}
.Petal_Skin_Hlwn_RI {
	background: url(../images/heroSkins/petal_splash_tier_LERI.jpg) no-repeat top center;
}
.Phinn_DefaultSkin {
	background: url(../images/heroSkins/phinn_splash_tier_0.jpg) no-repeat top center;
}
.Phinn_Skin_Troll_T2 {
	background: url(../images/heroSkins/phinn_splash_tier_2.jpg) no-repeat top center;
}
.Phinn_Skin_Troll_T3 {
	background: url(../images/heroSkins/phinn_splash_tier_3.jpg) no-repeat top center;
}
.Phinn_Skin_Captain {
	background: url(../images/heroSkins/phinn_splash_tier_LE.jpg) no-repeat top center;
}
.Reim_DefaultSkin {
	background: url(../images/heroSkins/reim_splash_tier_0.jpg) no-repeat top center;
}
.Reim_Skin_Thunder_T3 {
	background: url(../images/heroSkins/reim_splash_tier_3.jpg) no-repeat top center;
}
.Ringo_DefaultSkin {
	background: url(../images/heroSkins/ringo_splash_tier_0.jpg) no-repeat top center;
}
.Ringo_Skin_Shogun_T3 {
	background: url(../images/heroSkins/ringo_splash_tier_3.jpg) no-repeat top center;
}
.Rona_DefaultSkin {
	background: url(../images/heroSkins/rona_splash_tier_0.jpg) no-repeat top center;
}
.Rona_Skin_Fury_T1 {
	background: url(../images/heroSkins/rona_splash_tier_1.jpg) no-repeat top center;
}
.Rona_Skin_Bunny {
	background: url(../images/heroSkins/rona_splash_tier_LE.jpg) no-repeat top center;
}
.Rona_Skin_Bunny_RI {
	background: url(../images/heroSkins/rona_splash_tier_LERI.jpg) no-repeat top center;
}
.Samuel_DefaultSkin {
	background: url(../images/heroSkins/samuel_splash_tier_0.jpg) no-repeat top center;
}
.Samuel_Skin_Apprentice {
	background: url(../images/heroSkins/samuel_splash_tier_1.jpg) no-repeat top center;
}
.SAW_Skin_SAWborg_T1 {
	background: url(../images/heroSkins/saw_splash_tier_1.jpg) no-repeat top center;
}
.Skaarf_DefaultSkin {
	background: url(../images/heroSkins/skaarf_splash_tier_0.jpg) no-repeat top center;
}
.Skaarf_Skin_Infinity_T3 {
	background: url(../images/heroSkins/skaarf_splash_tier_3.jpg) no-repeat top center;
}
.Skye_DefaultSkin {
	background: url(../images/heroSkins/skye_splash_tier_0.jpg) no-repeat top center;
}
.Skye_Skin_Eagle_T2 {
	background: url(../images/heroSkins/skye_splash_tier_2.jpg) no-repeat top center;
}
.Skye_Skin_Eagle_T3 {
	background: url(../images/heroSkins/skye_splash_tier_3.jpg) no-repeat top center;
}
.Taka_DefaultSkin {
	background: url(../images/heroSkins/taka_splash_tier_0.jpg) no-repeat top center;
}
.Taka_Skin_Shin_T3 {
	background: url(../images/heroSkins/taka_splash_tier_3.jpg) no-repeat top center;
}
.Taka_Skin_Oni {
	background: url(../images/heroSkins/taka_splash_tier_LE.jpg) no-repeat top center;
}
.Vox_DefaultSkin {
	background: url(../images/heroSkins/vox_splash_tier_0.jpg) no-repeat top center;
}
.Vox_Skin_Pirate_T1 {
	background: url(../images/heroSkins/vox_splash_tier_1.jpg) no-repeat top center;
}
.Vox_Skin_Pirate_T2 {
	background: url(../images/heroSkins/vox_splash_tier_2.jpg) no-repeat top center;
}
.Vox_Skin_Pirate_T3 {
	background: url(../images/heroSkins/vox_splash_tier_3.jpg) no-repeat top center;
}







.teamPerformanceTable {
	width: 90%;
	margin: 0 auto;
}

.teamPerformanceTable td.teammateThumb {
	width: 50px;
}
.teamPerformanceTable tr.win {
	background-color: #26d2a1;
}

.teamPerformanceTable tr.loss {
	background-color: #c52e57;
}

.teamPerformanceTable td.dataCell {
	padding: 0px 10px;
	font-size: 150%;
	color: #222222;
	font-weight: 100;
	text-shadow: none;
}

.teamPerformanceTable td {
	border: 2px solid #222222;
}








/*.teamBreakdownChart {
	width: 90%;
	margin: 0 auto;
}

.teamBreakdownChart td.text-center, 
.teamBreakdownChart .teammateThumb {
	width: 50px;
}

.teamBreakdownChart .text-left .teammateThumb {
	float: left;
}

.teamBreakdownChart .text-right .teammateThumb {
	float: right;
}

.teamBreakdownChart .winsText {
	font-size: 150%;
	color: #222222;
	font-weight: 100;
	position: relative;
	top: 11px;
	text-shadow: none;
}

.teamBreakdownChart .text-left .winsText {
	left: 10px;
}

.teamBreakdownChart .text-right .winsText {
	right: 10px;
}

.teamBreakdownChart td {
	border: 2px solid #222222;
}

.teamBreakdownChart tr.win {
	background-color: #26d2a1;
}

.teamBreakdownChart tr.loss {
	background-color: #c52e57;
}*/







/*#teamBreakdownChart {
	width: 90%;
	margin: 0 auto;
}

#teamBreakdownChart .tbColumn, 
#teamBreakdownChart .subTbColumn {
	display: inline-block;
}

#teamBreakdownChart .tbColumn {
	padding: 20px 0px;
}

#teamBreakdownChart .tbColumn.middle {
	width: 34%;
}

#teamBreakdownChart .tbColumn.left, 
#teamBreakdownChart .tbColumn.right {
	width: 32%;
}

#teamBreakdownChart .teammateThumb {
	width: 60px;
}

#teamBreakdownChart .tbColumn.middle img.win {
	width: 80px;
	border-left: 10px solid #26d2a1;
	border-right: 10px solid #26d2a1;
}

#teamBreakdownChart .left .teammateName, 
#teamBreakdownChart .right .teammateName, 
#teamBreakdownChart .left .teammateResults, 
#teamBreakdownChart .right .teammateResults {
	position: relative;
	top: 12px;
}

#teamBreakdownChart .left .teammateName, 
#teamBreakdownChart .left .teammateResults {
	left: 4px;
}

#teamBreakdownChart .right .teammateName, 
#teamBreakdownChart .right .teammateResults {
	right: 4px;
}

#teamBreakdownChart .teammateName {
	padding-top: 10px;
}*/















.modal-content {
	background-color: #222;
	color: #f8f8f8;
}

.modal-content .modal-header, 
.modal-content .modal-footer {
	border-color: #111;
}

.modal-content .headerThumb {
	height: 40px;
	width: 40px;
	margin-right: 10px;
}

.modal-content .modalHeadline {
	font-size: 130%;
	margin-right: 10px;
}

.modal-content .modalHeadlinePrice {
	font-size: 90%;
}

.modal-content .modalItemThumb {
	width: 60px;
	height: 60px;
}

.modal-content .modalBuildThumb {
	width: 100%;
}










