@font-face {
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot#iefix") format("embedded-opentype"), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto") format("svg");
}
@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot");
  src: url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot#iefix") format("embedded-opentype"), url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff") format("woff"), url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf") format("truetype"), url("fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto") format("svg");
}
@font-face {
  font-family: "roboto";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot");
  src: url("fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"), url("fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto") format("svg");
}

body {
    background: #08101a url("img/bg03.png") fixed;
    color: #444;
    font-family: "roboto";
    font-weight: 400;
}

img {
    height: auto !important;
    max-width: 100% !important;
}

a {
    color: #428BCA;
    text-decoration: none;
}

label {
    font-weight: normal;
}

figcaption {
    font-style: italic;
    font-size: 12px;
}

h1 {
    font-size: 21px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

hr {
    border-color: #E4E4E4;
}

.navbar-gaming {
    background: #40434E;
    border-bottom: 1px solid #202530;
    margin-bottom: 0;
}

.navbar-gaming .navbar-brand {
    color: #FFF;
}

.navbar-gaming .container-fluid .navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
}

.navbar-gaming .container-fluid .navbar-collapse .panel {
    border: 0;
}

.navbar-gaming .navbar-nav > li > a:hover, .navbar-gaming .navbar-nav > li > a:focus {
    background-color: #202530;
    color: #202530;
}

.navbar-gaming .dropdown-menu > li > a:hover,
.navbar-gaming .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #202530;
    background-color: #202530;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #40434E;
}

.navbar-toggle .icon-bar {
    background-color: #EEE;
}

header .container {
    margin-top: 51px;
}

@media (min-width: 768px) {
    header .container {
        margin-top: 0;
    }
}

header .container .gaming {
    margin: 0;
    padding: 0;
    border-top: 0;
    position: relative;
}

@media (min-width: 768px) {
    header .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    header .container .gaming {
        margin: 0;
    }
}

@media (min-width: 768px) {
    header .container .gaming .carousel-control {
        width: 10%;
    }
}

header .container .gaming .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
}

header .container .gaming .gaming-name {
    top: 0;
    left: 0;
    position: absolute;
    width: 70%;
    margin-left: 15%;
    padding: 10px 0;
    color: #FFF;
    font-size: 27px;
    text-shadow: 0 3px 10px #202530;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

@media (min-width: 768px) {
    header .container .gaming .gaming-name {
        top: 20px;
        padding: 15px 0;
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    header .container .gaming .gaming-name {
        top: 30px;
        font-size: 37px;
    }
}

.container {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        margin-top: 0;
    }
}

@media (min-width: 960px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1441px) {
    .container {
        width: 80%;
    }
}

.gaming {
    background-color: #F1F1F1;
    overflow: hidden;
}

@media (min-width: 768px) {
    .gaming {
        padding: 20px;
        margin: 10px;
        border: 5px solid #202530
    }
}

@media (min-width: 992px) {
    .gaming {
        margin: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .gaming {
        margin: 30px 0;
    }
}

.panel-gaming,
.panel-default {
    border-radius: 0;
}

@media (min-width: 768px) {
    .panel-gaming,
    .panel-default {
        border-radius: 4px;
    }
}

.panel-gaming > .panel-heading {
    color: #4295C9;
    background-color: #202530;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.panel-gaming > .panel-body li {
    line-height: 35px;
    border-bottom: 1px solid #DDD;
}

.panel-gaming > .panel-body a {
    color: #4295C9;
    text-decoration: none;
}

.ilch--new-message a.text-danger {
    color: #a94442;
}

.footer .container {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .container {
        margin-top: 0;
    }
}

.footer .container .gaming {
    margin: 0;
    padding: 15px 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .footer .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .footer .container .gaming {
        margin: 0;
    }
}

.footer .container .gaming ul {
    margin: 0;
    padding: 0;
}

.footer .container .gaming ul li {
    list-style-type: none;
    display: inline;
}

.footer .container .gaming ul li:after {
    content: ' | ';
}

.footer .container .gaming ul li:last-child:after {
    content: '';
}

.footer .container .gaming .row [class*="col-"]  {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .footer .container .gaming .nav {
        text-align: right;
    }
}

/*-- Layout SFD --------------------------------------------------------------*/
a:hover {
  color: #c12a2a;
  text-decoration: none;
}
.panel-gaming .panel-body a:hover {
  color: #c12a2a;
  text-decoration: none;
}

.container .gaming {
  box-shadow: 0 0 12px 4px rgba(0,0,0,0.57);
}

.column-31, .column-32, .column-33, .column-21, .column-22 {
  float: left;
  position: relative;
  padding: 0 10px;
}

/*-- Layout für SFD 3 Spalten ------------------------------------------------*/
.column-31 {
  width: 20%;
}
.column-32 {
  width: 60%;
}
.column-33 {
  width: 20%;
}
@media only all and (min-width: 960px) and (max-width: 1441px) {
  .column-31 {
    width: 25%;
  }
  .column-32 {
    width: 50%;
  }
  .column-33 {
    width: 25%;
  }
}
@media only all and (min-width: 768px) and (max-width: 959px) {
  .column-31 {
    width: 25%;
  }
  .column-32 {
    width: 50%;
  }
  .column-33 {
    width: 25%;
  }
}
@media only all and (min-width: 481px) and (max-width: 767px) {
  .navigation {
    display: none;
  }
  .column-31 {
    width: 100%;
  }
  .column-32 {
    width: 100%;
  }
  .column-33 {
    width: 100%;
  }
}
@media only all and (max-width: 767px) {
  .navigation {
    display: none;
  }
  .column-31 {
    width: 100%;
  }
  .column-32 {
    width: 100%;
  }
  .column-33 {
    width: 100%;
  }
}

/*-- Layout für SFD 2 Spalten ------------------------------------------------*/
.column-21 {
  width: 80%;
}
.column-22 {
  width: 20%;
}
@media only all and (min-width: 960px) and (max-width: 1359px) {
  .column-21 {
    width: 75%;
  }
  .column-22 {
    width: 25%;
  }
}
@media only all and (min-width: 768px) and (max-width: 959px) {
  .column-21 {
    width: 70%;
  }
  .column-22 {
    width: 30%;
  }
}
@media only all and (min-width: 481px) and (max-width: 767px) {
  .column-21, .column-22 {
    width: 100%;
  }
  .navigation {
    display: none;
  }
}
@media only all and (max-width: 767px) {
  .column-21, .column-22 {
    width: 100%;
  }
  .navigation {
    display: none;
  }
}

/*-- HEADER ------------------------------------------------------------------*/
header .container .gaming {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 5px solid #202530;
}
header .container .gaming::before {
	content: '';
  background-color: #202530;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 5px;
	height: 100%;
}
header .container .gaming::after {
	content: '';
  background-color: #202530;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 5px;
	height: 100%;
}

/*-- Hauptmenü ---------------------------------------------------------------*/
.navigation {
  padding: 10px 11px;
  margin-bottom: 6px;
  margin-top: -10px;
  z-index: 100;
}
.nav-inner {
  width: 100%;
  background: #202530;
  height: 40px;
  padding: 0;
  margin: 0;
}
.navigation .panel-heading {
  display: none;
}
.navigation * {
  text-decoration: none;
  z-index: 100;
}
.navigation ul {
  background: #202530;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation li {
  background: #202530;
  border-right: 1px solid #ccc;
  color: #fff;
  display: block;
  float: left;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.navigation li a {
  color: #fff;
  display: block;
  padding: 1rem;
  text-decoration: none !important;
}
.navigation li a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c12a2a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navigation li a:hover::before, .navigation li a:focus::before, .navigation li a:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navigation li:focus-within {
  /*background: #c12a2a;*/
  cursor: pointer;
}
.navigation li:hover {
  /*background: #c12a2a;*/
  cursor: pointer;
}
.navigation li:focus-within a {
  outline: none;
}
.navigation ul li ul {
  background: #202530;
  left: 0;
  min-width: 150px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.navigation ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navigation ul li:hover > ul,
.navigation ul li ul:hover,
.navigation ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navigation ul li ul li {
  clear: both;
  width: 100%;
}
.navigation .c-4 {
  border: none;
}

/*-- Forum -------------------------------------------------------------------*/
.ilch-head {
	background-color: #202530;
	color: #FFF;
}
.ilch-head-dark {
    background-color: #202530;
    color: #FFF;
}
#forum .forabg ul.forenlist li.header dl.title dt {
	font-weight: 900 !important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px #000;
}

/*-- Mobilemenü --------------------------------------------------------------*/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

/*-- Bootstrap-Overides ------------------------------------------------------*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,.025);
}
.btn, .btn-default, .btn-primary {
	color: #fff;
	background-color: #202530;
	border-color: #202530;
}
.btn:hover, .btn-default:hover, .btn-primary:hover {
	color: #fff;
	background-color: #c12a2a;
	border-color: #c12a2a;
}
.panel {
  margin-bottom: 20px;
}
.panel-primary {
	border-color: #202530;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #202530;
	border-color: #202530;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #202530;
}
.form-horizontal .form-group, .row {
  margin-right: -10px;
  margin-left: -10px;
}
.tooltip {
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #c12a2a;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c12a2a;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c12a2a;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c12a2a;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #c12a2a;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #c12a2a;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c12a2a;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c12a2a;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c12a2a;
}
/*-- Profil ------------------------------------------------------------------*/
.profil-content .row {
  padding-left: 10px;
}

/*-- Mumble-Viewer -----------------------------------------------------------*/
#mumbleviewerdiv {
  margin: -8px -15px;
  overflow: hidden;
}

/*-- Server Viewer Box -------------------------------------------------------*/
#panel_serverstatus {
  border-top: 1px solid rgba(30, 30, 30, 0.5);
  overflow: hidden;
}
#panel_serverstatus a {
  color: inherit;
}
.row_serverstatus {
  background: #f8f8f8;
  padding: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.row_serverstatus .server_data {
  padding: 2px 4px;
}
.row_serverstatus .server_data img#Players {
  margin: 0 4px 3px 3px;
}
.row_serverstatus .server_data img#Spectators {
  margin: 0 2px 3px 3px;
}
.row_serverstatus .server_data img#Ladderlimit {
  margin: 0 2px 0 3px;
}
.row_serverstatus .server_belegt {
  background: #c2ffc9;
}

/*-- Server Viewer Site ------------------------------------------------------*/
.panel-serverinfo {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: #202530;
  border-width: 2px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}
.panel-serverinfo .panel-heading,
.panel-serverinfo .panel-footer {
  background-color: #f0f0f0;
}
.panel-serverinfo .panel-body {
  background-color: #f5f5f5;
}
.panel-serverinfo.server-belegt {
  border-color: #42C948;
}

.panel-serverinfo .server-data em {
  font-size: 16px;
}
.panel-serverinfo .server-data img#Players {
  margin: 0 4px 3px 3px;
}
.panel-serverinfo .server-data img#Spectators {
  margin: 0 2px 3px 3px;
}
.panel-serverinfo .server-data img#Ladderlimit {
  margin: 0 2px 0 3px;
}
.server_belegt {
  background: #c2ffc9 !important;
}
.server-belegt .panel-heading,
.server-belegt .pl-table-heading {
  background: #c2ffc9 !important;
}
.server-infos {
  float: left;
  padding: 0 0 0 15px;
  margin: 0;
}
.server-map-infos {
  margin-top: 5px;
  list-style: square;
  margin-left: -10px;
}
.mapimage {
  margin-top: 5px;
  border-radius: 3px;
}

.im-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
  transition: all 0.35s ease-in;
  transform: scale(0);
}
.im-lightbox img {
  border: 10px solid #c12a2a;
  border-radius: 10px;
  max-height: auto;
  max-width: 100%;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
}
.im-lightbox .caption {
  position: absolute;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-weight: bold;
}
.im-lightbox:target {
  opacity: 1;
  transform: scale(1);
  outline: none;
}

.server-envi-image {
  float: right;
  margin: 2px;
  border-radius: 4px;
  max-width: 250px !important;
}
@media (max-width: 1441px) {
  .server-envi-image {
    display: none;
  }
  #serverstatus .btn-group-justified {
    display: none;
  }
}

#serverstatus .btn-group-justified {
  padding-top: 10px;
}
#serverstatus .btn-group-justified .btn-default {
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #4295C9;
  font-size: 14px;
  font-weight: 500;
}
#serverstatus .btn-group-justified .btn-default:hover {
  color: #fff !important;
  font-weight: 600;
  background-color: #c12a2a;
  border-color: #c12a2a;
}
#serverstatus .btn-group-justified .btn-default .icon-left {
  font-size: 14px;
  margin-right: 4px;
}
#serverstatus .panel-footer {
  border-top: none;
  margin: 0;
  padding: 0;
}
.pl-list-table {
  margin: 0;
}
.pl-list-table-row {
  background: #f5f5f5;
  cursor: default;
}
.pl-list-table-row:hover {
  background: #ccc;
}
.pl-list-table-row td {
  padding: 6px !important;
}
.td-pl-nickname span:hover, .td-pl-nation span:hover {
  cursor: help;
}

/*-- SHOUTBOX ----------------------------------------------------------------*/
#shoutbox-slide-downbox_1.btn,
#shoutbox-slide-downbox_2.btn,
#shoutbox-slide-downbox_3.btn,
#shoutbox-slide-downbox_4.btn,
#shoutbox-slide-downbox_5.btn,
#shoutbox-slide-downbox_6.btn,
#shoutbox-slide-downbox_7.btn,
#shoutbox-slide-downbox_8.btn,
#shoutbox-slide-downbox_9.btn,
#shoutbox-form-containerbox_1 button.btn,
#shoutbox-form-containerbox_2 button.btn,
#shoutbox-form-containerbox_3 button.btn,
#shoutbox-form-containerbox_4 button.btn,
#shoutbox-form-containerbox_5 button.btn,
#shoutbox-form-containerbox_6 button.btn,
#shoutbox-form-containerbox_7 button.btn,
#shoutbox-form-containerbox_8 button.btn,
#shoutbox-form-containerbox_9 button.btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

#shoutbox-button-containerbox_1 a.btn,
#shoutbox-button-containerbox_2 a.btn,
#shoutbox-button-containerbox_3 a.btn,
#shoutbox-button-containerbox_4 a.btn,
#shoutbox-button-containerbox_5 a.btn,
#shoutbox-button-containerbox_6 a.btn,
#shoutbox-button-containerbox_7 a.btn,
#shoutbox-button-containerbox_8 a.btn,
#shoutbox-button-containerbox_9 a.btn,
#shoutbox-form-containerbox_1 a.btn,
#shoutbox-form-containerbox_2 a.btn,
#shoutbox-form-containerbox_3 a.btn,
#shoutbox-form-containerbox_4 a.btn,
#shoutbox-form-containerbox_5 a.btn,
#shoutbox-form-containerbox_6 a.btn,
#shoutbox-form-containerbox_7 a.btn,
#shoutbox-form-containerbox_8 a.btn,
#shoutbox-form-containerbox_9 a.btn {
  color: #fff;
}

#shoutbox-containerbox_1 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_2 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_3 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_4 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_5 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_6 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_7 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_8 .table-striped > tbody > tr:nth-of-type(2n+1),
#shoutbox-containerbox_9 .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(32, 37, 48, 0.925);
  color: rgba(255, 255, 255, 0.75);
}

#shoutbox-containerbox_1 table,
#shoutbox-containerbox_2 table,
#shoutbox-containerbox_3 table,
#shoutbox-containerbox_4 table,
#shoutbox-containerbox_5 table,
#shoutbox-containerbox_6 table,
#shoutbox-containerbox_7 table,
#shoutbox-containerbox_8 table,
#shoutbox-containerbox_9 table {
  word-wrap: break-word;
  word-break: break-word;
}

#shoutbox-containerbox_1 td,
#shoutbox-containerbox_2 td,
#shoutbox-containerbox_3 td,
#shoutbox-containerbox_4 td,
#shoutbox-containerbox_5 td,
#shoutbox-containerbox_6 td,
#shoutbox-containerbox_7 td,
#shoutbox-containerbox_8 td,
#shoutbox-containerbox_9 td {
  padding: 4px 8px;
}

#shoutbox-containerbox_1 br,
#shoutbox-containerbox_2 br,
#shoutbox-containerbox_3 br,
#shoutbox-containerbox_4 br,
#shoutbox-containerbox_5 br,
#shoutbox-containerbox_6 br,
#shoutbox-containerbox_7 br,
#shoutbox-containerbox_8 br,
#shoutbox-containerbox_9 br {
  display: none;
}

#shoutbox-containerbox_1 .small,
#shoutbox-containerbox_2 .small,
#shoutbox-containerbox_3 .small,
#shoutbox-containerbox_4 .small,
#shoutbox-containerbox_5 .small,
#shoutbox-containerbox_6 .small,
#shoutbox-containerbox_7 .small,
#shoutbox-containerbox_8 .small,
#shoutbox-containerbox_9 .small {
  font-size: 75%;
  float: right;
}

/*-- ToTop Scroll ------------------------------------------------------------*/
.scrollup {
  width: 45px;
  height: 40px;
  position: fixed;
  bottom: 50%;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url("img/cd-top-arrow.svg") no-repeat center 50%;
  background-color: rgba(193, 42, 42, 0.75);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.75);
}
.scrollup:hover {
  background-color: rgba(193, 42, 42, 1);
}
@media (max-width: 768px) {
  .scrollup {
    width: 35px;
    height: 30px;
    bottom: 0;
  }
}

.scrollup2 {
  width: 45px;
  height: 40px;
  position: fixed;
  bottom: 50%;
  right: -60px;
  opacity: 0;
  text-indent: -9999px;
  background: url("img/cd-top-arrow.svg") no-repeat center 50%;
  background-color: rgba(193, 42, 42, 0.75);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.75);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .5s ease;
  transform-style: preserve-3d;
}
.scrollup2.scrollup2-show {
  right: 0;
  opacity: 1;
}
.scrollup2:hover {
  background-color: rgba(193, 42, 42, 1);
}
@media (max-width: 768px) {
  .scrollup2 {
    width: 35px;
    height: 30px;
    bottom: 0;
  }
}

/*-- SLIDER ------------------------------------------------------------------*/
.container.sfd-slider .gaming {
  background: #c12a2a url("img/sfd-racing-embose.png") no-repeat 50% 50%;
}

.ism-slider > ol, .ism-slider > ol > li, .ism-slider > ol > li > img { width: 100%; list-style: none; margin: 0; padding: 0; }
.ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes ism-loading {
  50% { left: 120px; }
}

.ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}

.ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ism-slider a.ism-image-link {
  position: absolute;
  color: inherit;
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}

.ism-button, .ism-pause-button {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  border: none;
  outline: none;
  text-align:center;
  z-index: 6;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.ism-pause-button {
  display: none;
  left: 50%;
}

.ism-slider:hover .ism-pause-button {
  display: block;
}

.ism-caption {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 0 1em;
  text-shadow: none;
  line-height: 1.2em;
  padding: 0.25em 0.5em;
  width: auto;
  height: auto;
  text-align: center;
  visibility: hidden;
}

a.ism-image-link .ism-caption, a.ism-caption {
  text-decoration: none;
  font-weight: normal;
}

a.ism-caption:hover {
  text-decoration: underline;
}

.ism-caption-0 {
  z-index: 3;
}

.ism-caption-1 {
  z-index: 4;
}

.ism-caption-2 {
  z-index: 5;
}

.ism-radios {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1px;
}

.ism-slider .ism-radios {
  position: absolute;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  z-index: 6;
  bottom: 5px;
  left: 0;
  right: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0 7px;
  height: 0;
  overflow: visible;
}

.ism-slider .ism-radios.ism-radios-as-thumbnails {
  bottom: 5px;
}

.ism-radios li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.ism-radios input.ism-radio {
  display: none;
}

.ism-radios label {
  display: block;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.ism-radios-as-thumbnails label {
  -webkit-background-size: 120% auto; -moz-background-size: 120% auto; -o-background-size: 120% auto; background-size: 120% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}

.ism-radios-as-thumbnails label:hover {
  border: 2px solid #fff;
  opacity: 1;
}

.ism-radios-as-thumbnails li.active label {
  border: 2px solid rgba(255, 255, 255, 1.0);
  opacity: 1;
}

p.ism-badge {
  margin: 0 auto;
  text-align: right;
  font-size: 10px;
  padding-top: 1px;
  color: #ccc;
  font-family: sans-serif;
  font-weight: normal;
}

p.ism-badge a.ism-link {
  color: inherit;
  text-decoration: none;
  margin-right: 0.25em;
}

p.ism-badge a.ism-link:hover {
  color: #aaa;
  text-decoration: underline;
}

.ism-zoom-in {
  -webkit-animation: zoomin 0.81s linear 1;
  animation: zoomin 0.81s linear 1;
}

@-webkit-keyframes zoomin {
  0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}
@keyframes zoomin {
  0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}

@-webkit-keyframes fadein {
  0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes fadein {
  0% { opacity: 0; }
 100% { opacity: 1; }
}

@-webkit-keyframes slidein {
  0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes slidein {
  0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@-webkit-keyframes slidein-right {
  0% { -webkit-transform: translate(1200px, 0); transform: translate(1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes slidein-right {
  0% { -webkit-transform: translate(1200px, 0); transform: translate(1200px, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@-webkit-keyframes slidein-up {
  0% { -webkit-transform: translate(0, 400px); transform: translate(0, 400px); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes slidein-up {
  0% { -webkit-transform: translate(0, 400px); transform: translate(0, 400px); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@-webkit-keyframes popin {
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}
@keyframes popin {
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.ism-zoom-pan {
  -webkit-animation: zoompan 20.0s linear 1;
  animation: zoompan 20.0s linear 1;
}
@-webkit-keyframes zoompan {
  0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
  50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
  100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}
@keyframes zoompan {
  0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
  50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
  100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}

.ism-zoom-rotate {
  -webkit-animation: zoomrotate 20.0s linear 1;
  animation: zoomrotate 20.0s linear 1;
}
@-webkit-keyframes zoomrotate {
  0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
  50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
  100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
@keyframes zoomrotate {
  0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
  50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
  100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
/* SLIDER */

#sfd-slider {
    min-width: 100%;
    width: 100%;
    height: 300px;
    border-radius: 0;
}

@media (max-width: 768px) {
  #sfd-slider {
    height: 175px;
  }
}
@media (max-width: 480px) {
  #sfd-slider {
    height: 150px;
  }
}

#sfd-slider-ism-badge {
    width: 100%;
}

#sfd-slider .ism-button {
    display: block;
    width: 60px; height: 100%; background-size: 32px 32px; top: 0; margin-top: 0;
    width: 60px; height: 100%; background-size: 16px 16px; top: 0; margin-top: -0;
    color: #fff; background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
}

#sfd-slider .ism-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABUSURBVEjH7dYxCgAgEAPB8weX/39WFBtBbsFSY2sYyzXicDLq0wQDKQGQAKiJAZTEvC+IRgPBYAEyYOB1AAf4hAkTXxB5nySOGmaRw4pp5rhv34MOQwscJ7/MrxQAAAAASUVORK5CYII=);
    left: 0;
    left: 0;
}

#sfd-slider .ism-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABYSURBVEjH7dYxDoAwDEPR5Ab1/S8LVEgsyL8SG3XWWK/dnKpnumA0/L4lAOSJE/DEtXfEBBxxBwYFBH8IEWJbggL4RIAAPwFWC+VDqXEtYrFyNWO5v58HB4q9HAkl7KTYAAAAAElFTkSuQmCC);
    right: 0;
    right: 0;
}

#sfd-slider .ism-pause-button {
    display: none;
    width: 60px; height: 60px; background-size: 16px 16px; top: 50%; margin-top: -30px; border-radius: 30px; margin-left: -30px;
    color: #fff; background-color: rgba(0, 0, 0, 0.3); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAc0lEQVR42u3SsQkAIAxFQeP+O38XsBKxMPfKgCQcjqHe1W6YJFeXVNXJuxd3zO4/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAID0RwuEoAh40yYcSQAAAABJRU5ErkJggg==);
}

#sfd-slider .ism-pause-button.ism-play {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAs6AAALOgFkf1cNAAACy0lEQVR42uWbS2hUVxyHv78PLKKiFgXBiIgvBEVKwZWL4kJrF7oQCSpoAlYkuhCyq4hQ2goqSBFBsNBCoXShbgp15XsTQSGKqKj1QdTYFCVQiuDic5FcGkQhj0nm3vl/6+Ge+X3zO2fumTkXhoi6S51NVtQbapfallVAh//Toc7KLED1jbpPnZJVQMF99fPMAgqOqZ9mFqD6UP06s4CC8+r0MucZN8rX/wJ4pu5VP8nYgIHcU5dna8BAFgM31e8rvUiOoAHvt2FHZgEFf6iTs0yBD/EV0K3uVidkFAAwFTgB3FKXZBRQsBS4q+5XZ2YUUPAtcEVtzioAYBnwm/q7OimjgILNwAt1Z1YBADOAk+ptdUFGAQDRPy0equ213GBVRcBADgOX1Y1ZBQAsB86qP4/0BqqqAgq292+3W7IKAJgNnFI71XkZBRQ5VgBP1DZ1WjYBAzkOXFLXZhUAsBI4p55Qx2cUULAbeKxuyyoAYC7wi3pdnZNRQJHzs/5FslWdmk1AwUTgJ+Ciui6jAACBWcDfGQX0At8A8yPiBsCEROHPA80R0ZNtEXwKtETEmvfDZ2jAIeDHiHjxsRc0ogCBl8DGiOjIdiv8H3AQaBpM+EZrwFVgU0S8zLYd7gLaImL1UMM3QgOOAUcjomu4F6iqgH+AzRFxoRabhCrxlr6/zppqEb5qDbgGbIiI7lpvE8vOc6A9IlbVOnwVGnAS+CEinozWAGUV8BrYGhF/jvZAZZwCh4B5YxG+bA3oBNZHxPOxHLQMDegG9kfEyrEOX4YG/AociIhH9XoD9RLQC7RGxJl6168eU+Aofb/JnSnB9BvTBtwBvhzN7/SyNqAH+C4ilpUt/LAY4lnh0+pCGolBCuhVt9CIDPKhqco8WVrLRfAvYG1EPKjSB1qLRfAVcARYVLXwtZgC5+pxxL3eAq6p/47kaFrVBexRmxolzzsZ+iOF4pXTWQAAAABJRU5ErkJggg==);
}

#sfd-slider .ism-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

#sfd-slider .ism-pause-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

#sfd-slider:hover .ism-button {
    visibility: visible;
}

#sfd-slider .ism-radios {
    display: none;
    height: 20px;
    text-align: center;
}

#sfd-slider .ism-radios label {
    width: 20px; height: 20px;
    border-radius: 3px;
    color: #fff; background-color: rgba(255, 255, 255, 0.2); border: 2px solid rgba(0, 0, 0, 0.7);
}

#sfd-slider .ism-radios li.active label {
    background-color: rgba(0, 0, 0, 1.0);
}

#sfd-slider .ism-radios label:hover {
    border: 2px solid rgba(0, 0, 0, 1.0);
}


/* SLIDES */

#sfd-slider .ism-slide-0 .ism-img-frame {
    width: 100%;
}

#sfd-slider .ism-slide-0 .ism-img {
    width: 100%;
    top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

#sfd-slider .ism-slide-1 .ism-img-frame {
    width: 100%;
}

#sfd-slider .ism-slide-1 .ism-img {
    width: 100%;
    top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

#sfd-slider .ism-slide-2 .ism-img-frame {
    width: 100%;
}

#sfd-slider .ism-slide-2 .ism-img {
    width: 100%;
    top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

#sfd-slider .ism-slide-3 .ism-img-frame {
    width: 100%;
}

#sfd-slider .ism-slide-3 .ism-img {
    width: 100%;
    top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}


/* CAPTIONS */

#sfd-slider .ism-slide-0 .ism-caption-0.ism-caption-anim {
    -webkit-animation: slidein 0.75s; animation: slidein 0.75s;
}

#sfd-slider .ism-slide-0 .ism-caption-1.ism-caption-anim {
    -webkit-animation: slidein-right 0.75s; animation: slidein-right 0.75s;
}

#sfd-slider .ism-slide-0 .ism-caption-2.ism-caption-anim {
    -webkit-animation: slidein-up 0.75s; animation: slidein-up 0.75s;
}

#sfd-slider .ism-slide-1 .ism-caption-0.ism-caption-anim {
    -webkit-animation: slidein 0.75s; animation: slidein 0.75s;
}

#sfd-slider .ism-slide-1 .ism-caption-1.ism-caption-anim {
    -webkit-animation: slidein-right 0.75s; animation: slidein-right 0.75s;
}

#sfd-slider .ism-slide-1 .ism-caption-2.ism-caption-anim {
    -webkit-animation: slidein-up 0.75s; animation: slidein-up 0.75s;
}

#sfd-slider .ism-slide-2 .ism-caption-0.ism-caption-anim {
    -webkit-animation: slidein 0.75s; animation: slidein 0.75s;
}

#sfd-slider .ism-slide-2 .ism-caption-1.ism-caption-anim {
    -webkit-animation: slidein-right 0.75s; animation: slidein-right 0.75s;
}

#sfd-slider .ism-slide-2 .ism-caption-2.ism-caption-anim {
    -webkit-animation: slidein-up 0.75s; animation: slidein-up 0.75s;
}

#sfd-slider .ism-slide-3 .ism-caption-0.ism-caption-anim {
    -webkit-animation: slidein 0.75s; animation: slidein 0.75s;
}

#sfd-slider .ism-slide-3 .ism-caption-1.ism-caption-anim {
    -webkit-animation: slidein-right 0.75s; animation: slidein-right 0.75s;
}

#sfd-slider .ism-slide-3 .ism-caption-2.ism-caption-anim {
    -webkit-animation: slidein-up 0.75s; animation: slidein-up 0.75s;
}


#sfd-slider .ism-slide-0 .ism-caption-0 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 10%;
    left: 5%;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

#sfd-slider .ism-slide-0 .ism-caption-1 {
    font-size: 1em;
    font-family: inherit;
    position: absolute;
    top: 10%;
    right: 5%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(32, 37, 48, 0.925);
    text-shadow: 1px 1px #000;
}

#sfd-slider .ism-slide-0 .ism-caption-2 {
    font-size: 1.5em;
    font-family: inherit;
    position: absolute;
    top: 70%;
    left: 50%;
    border-radius: 4px;
    border: none;
    color: #ffcc00;
    background-color: rgba(32, 37, 48, 0.925);
    text-align: center;
    width: 300px;
    margin-left: -150px;
    text-shadow: 2px 2px #000;
}

#sfd-slider .ism-slide-1 .ism-caption-0 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 15%;
    left: 5%;
    border-radius: 0;
    border: none;
    color: #fff; 
    background-color: rgba(0, 0, 0, 0);
}

#sfd-slider .ism-slide-1 .ism-caption-1 {
    font-size: 1em;
    font-family: inherit;
    position: absolute;
    top: 15%;
    right: 5%;
    border-radius: 4px;
    border: none;
    color: #fff; 
    background-color: rgba(32, 37, 48, 0.925);
    text-shadow: 1px 1px #000;
}

#sfd-slider .ism-slide-1 .ism-caption-2 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 70%;
    left: 50%;
    border-radius: 4px;
    border: none;
    color: #ffcc00; 
    background-color: rgba(32, 37, 48, 0.925);
    text-align: center;
    width: 300px;
    margin-left: -150px;
    text-shadow: 2px 2px #000;
}

#sfd-slider .ism-slide-2 .ism-caption-0 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute; top: 15%;
    left: 5%;
    border-radius: 0;
    border: none;
    color: #fff; 
    background-color: rgba(0, 0, 0, 0);
}

#sfd-slider .ism-slide-2 .ism-caption-1 {
    font-size: 1em;
    font-family: inherit;
    position: absolute;
    top: 15%;
    right: 5%;
    border-radius: 4px;
    border: none;
    color: #fff; 
    background-color: rgba(32, 37, 48, 0.925);
    text-shadow: 1px 1px #000;
}

#sfd-slider .ism-slide-2 .ism-caption-2 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 70%;
    left: 50%;
    border-radius: 4px;
    border: none;
    color: #ffcc00; 
    background-color: rgba(32, 37, 48, 0.925);
    text-align: center;
    text-shadow: 2px 2px #000;
}

#sfd-slider .ism-slide-3 .ism-caption-0 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 15%;
    left: 5%;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

#sfd-slider .ism-slide-3 .ism-caption-1 {
    font-size: 1em;
    font-family: inherit;
    position: absolute;
    top: 15%;
    right: 5%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(32, 37, 48, 0.925);
    text-shadow: 1px 1px #000;
}

#sfd-slider .ism-slide-3 .ism-caption-2 {
    font-size: 1.25em;
    font-family: inherit;
    position: absolute;
    top: 70%;
    left: 50%;
    border-radius: 4px;
    border: none;
    color: #ffcc00;
    background-color: rgba(32, 37, 48, 0.925);
    text-align: center;
    text-shadow: 2px 2px #000;
}
.ism-caption-1, .ism-caption-2 {
  box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
  .ism-caption-0 img {
    height: 60px !important;
  }
}

.ism-caption-1 {
  color: #fff !important;
  padding: 6px 12px;
  
}
.ism-caption-2 {
  font-size: 1.5em !important;
  font-weight: 600;
  color: #ffcc00 !important;
  line-height: 1.5em !important;
  font-variant: small-caps !important;
  width: 400px !important;
  margin-left: -200px !important;
}

.sfd-sponsor {
  height: 75px;
}
.sfd-sponsor img {
  display: block;
  margin: 0 auto;
}

/*-- Discord-Widget ------------------------------------------------------------*/
.panel-body .discord-widget {
	background: white;
	color: #5a5a5a;
	text-align: left;
	padding: 15px;
	margin: -15px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-width: 0;
	border-top-width: 0px;
	box-sizing: border-box;
}

.panel-body .discord-widget .discord-title {
  display: none;
}

.panel-gaming > .panel-body .discord-widget li {
	line-height: 20px;
	border-bottom: none;
}
.panel-gaming > .panel-body .discord-widget a {
	color: #fff;
	text-decoration: none;
}
.panel-body .discord-join {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 10px 0 -5px 0 !important;
	line-height: 30px !important;
	z-index: 2;
	color: white;
	background-color: #337ab7;
  border-radius: 3px;
}
.panel-body .discord-user span {
	font-size: .8em;
	opacity: .5;
	vertical-align: initial;
}
