@import url('../font/font.css');
@import url('../soc/styles.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700');
html, body {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Open Sans';
  height: 100%;
}
html {
  background: rgba(33, 33, 33, 1);
}
body {
  background: rgba(255, 255, 255, 1);
}
.logo {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.navbar {
  margin: 0px 0px 0px 0px;
}
.tab-pane {
  padding-left: 10px;
  padding-right: 10px;
  }
.c-wrap {
  background: url('../img/skullball_highway.jpg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-wrap > .container {
background: rgba(255, 255, 255, .93);
}
.container {
  text-align: center;
}
.tab-content {
  text-align: left;
}
.comic {
  padding: 6px;
  max-width: 96%;
  border: 1px solid grey;
  box-shadow: 1px 1px 1px #cdcdcd;
}
.open>.dropdown-menu {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 160px;
}
div.dropdown {
  margin-bottom: 20px;
}
.footer {
  padding: 15px 0px 5px 0px;
  background: rgba(33, 33, 33, 1);
  color: white;
}
.nav.nav-tabs {
  margin-bottom: 0px;
}
.navbar-inner {
  border-radius: 0px;
  border: 0px solid white;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #6e6e6e;
}
.faction-title {
  font-family: 'Eurofighter';
  text-transform: uppercase;
  color: white;
  background: url('../img/pure-bg.jpg') center center;
  background-size: cover;
  margin-top: -120px;
  padding: 130px 0 20px 0;
}
.fac_icon {
  max-height: 25px;
}
.char_full {
}
.char-info {
  border: 1px solid #ddd;
}
.fullbody {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#info, #stats, #passives, #attacks, #videos {
  text-align: left;
}
#info h3, #stats h3, #passives h3, #attacks h3, #videos h3, #dlc h3, .ef_head, .ef_head_char {
  font-family: 'Eurofighter';
  text-transform: uppercase;
}
.ef_head_char {
  margin-top: -15px;
  padding-top: 0px;
}
.character-index a {
  color: black;
  text-decoration: none;
  text-align: center;
}
.characters_slider a {
  color: white;
  text-decoration: none;
  text-align: center;
}
.char-s {
  margin: 0 auto;
}
.character_slider .ef_head_char {
  margin-top: -30px;
}
.tab-content {
  text-align: center;
}
.attack {
  width: 100%;
  margin: 10px 5px 10px 5px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  background: rgba(190,190,190,1);
  color: black;
  float: left;
}
.atk_head {
  text-align: left;
  background: rgba(0,0,0,.3);
  color: black;
  padding: 5px 20px 5px 20px;
}
.atk_body {
padding: 5px 20px 20px 20px;
}
.attack img {
  max-width: 75px;
  max-height: 75px;
}
.attack strong {
  line-height: 75px;
  font-size: 19px;
  text-align: left;
  font-family: 'Eurofighter';
  text-transform: uppercase;
  padding-left: 20px;
}
.attack p {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.list-group {
  list-style-type: none;
}
.list-group-item {
  background: white;
  padding: 10px 0px 10px 10px;
  margin-bottom: 3px;
}
.badge {
  float: right;
  margin-right: 10px;
}

.label-physical {
  background-color: #d9534f;
}
.label-dmgvar {
  background-color: #f0ad4e;
}
.label-range {
  background-color: #5bc0de;
}
.label-cool {
  background-color: #5cb85c;
}
.label-cost {
    background-color: #337ab7;
}
.label-default {
    background-color: #777;
}
.table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-content.container {
  overflow: hidden;
  background: white;
  color: rgba(66,66,66,1);
}
.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shield td, .shield th {
}
.health td, .health th {
}
.armor td, .armor th {
}
.energy td, .energy th {
}
#stats .table th {
  width: 120px;
}
#stats .table td {
  width: 200px;
  text-align: center;
}
.faction-icon {
  display: block;
  text-align: center;
}
.breadcrumb {
  margin-bottom: 0px;
}
.carousel {
  margin-bottom: 5px;
}
#char-slider {
  background: url('../img/overpass.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
#home-slider {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  clear: both;
}
#home-slider p {
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 10000;
}
#home-slider a {
  display: inline-block;
  background: white;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  z-index: 1000;
}
#home-slider a:hover {
  background: #005580;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}
.characters_slider {
  padding-top: 13%;
}
.top-bar {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.bot-bar {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.char-offset {
  padding-top: 170px;
}
.char-container {
  background: rgba(22, 168, 224, 1);
}
.gm_ss {
  width: 100%;
  height: auto;
}
.story_fac {
  display: inline-block;
  padding: 15px;
}
.container.story {
  text-align: left;
}
.story hr {
  clear: both;
  display: block;
}
.story .span2 {
  text-align: center;
}
.row-fluid .offset1:first-child {
  margin-left: 11.11111111111111%;
}
.soc_foo .fb, .soc_foo .in, .soc_foo .pi, .soc_foo .rd, .soc_foo .tc, .soc_foo .tw, .soc_foo .yt {
  background: white;
  color: #16a8e0 !important;
  text-decoration: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 25px;
  width: 25px;
  line-height: 30px;
  opacity: .5;
}
.soc_foo .fb:hover, .soc_foo .in:hover, .soc_foo .pi:hover, .soc_foo .rd:hover, .soc_foo .tc:hover, .soc_foo .tw:hover, .soc_foo .yt:hover {
  opacity: 1;
  text-decoration: none;
}
.slick-dots li button::before { 
  color: #16a8e0 !important;
}
.slick-dots {
  background: rgba(255, 255, 255, .6);
}
.characters, .e1p1 .container, .e1p2 .container, .e1p3 .container, .e1p4 .container, .e1p5 .container, .e1p6 .container, .e1p7 .container, .e1p8 .container, .e1p9 .container, .e1p10 .container {
  background: rgba(255, 255, 255, .5) !important;
}
.comic, .pagination ul>.disabled>span {
  background: white;
}
.character-index {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 979px) and (min-width: 768px) {
.attack { width: 100%; }
}
@media (max-width: 767px) {
.row-fluid .offset1:first-child {
  margin-left: 0;
}
#home-slider p {
  position: relative;
  margin-bottom: 0px;
}
#home-slider a {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0px;
}
}
@media (min-width: 1337px) {
  #char-slider {
  }
  .char-offset {
    padding-top: 220px;
  }
}
#tuebor-logo {
  position: absolute;
  left: 0;
  top: 29px;
  right: 0;
  z-index: 9999;
}
#tuebor-logo img {
  width: 100%;
}
.ability-icon {
  text-align: center;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}