/* google font */
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Ubuntu");
/* box sizing */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@font-face {
  
  src: url("../fonts/PlateiaBold.ttf");
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-VariableFont_wdthwght.ttf");
}
/* typo */
body {
  color: #fff;
  line-height: 1.4em;
  font-weight: normal;
  background: #0A0A0A;
  text-align: justify;
  word-wrap: anywhere;
  font-family: Arial, Helvetica, sans-serif;

}

html {
  scrollbar-color: #292d31 #0e1012;
  scroll-behavior: smooth;
}
.timeline-InformationCircle-widgetParent {
  display: none;
  }
.actived{
  color: #eb1c20;
}
.more {display: none;}
.rm {
  border: 2px solid;
  padding: 3px;
  margin: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.rm:hover{
  color: #eb1c20;
  background-color: #000;
}
.bg {
  /* The image used */
  background-image: url("https://snogard-dragons.de/Ilch-snogard/application/modules/media/static/upload/6205291273a0fdragons_truck (1).jpg");

  /* Full height */
  height: 85vh; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* logo */
.logo-background {
  position: relative;
  background: transparent;
  overflow: hidden;
}
.supmenu{
  display: none;
}
.logo-background li {
  float: left;
}
#top-sponsors{
  padding: 51px;
  background-image: url(https://snogard-dragons.de/Ilch-snogard/application/modules/media/static/upload/61fd37361cc98Unbenannt-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: -4.3%;
}
.seasonic-logo{
  margin-top: -47.2px
}
.coolermaster-logo{
  margin-top: -35px;
  width: 14.2vh;
}
.snogard-logo{
  width: 26vh;
}
.sponsors a {
  margin-left: 150px;
  }
.timeline-TweetList-tweet {
  border-top: 1px solid rgba(15,70,100,.12);
  display: inline-block;
  width: 400px;
}
.tweet img {
  width: 400px;
}

.tweet {
  width: 31%;
  display: inline-block;
  background: #000;
  margin: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.sponsors {
  display: flex;
  justify-content: center;
  margin-top: -1.2%;
}
.raven-button-text{
  transform: skewX(30deg);
  font-weight: 900;
  text-transform: uppercase;
  color: #EBEBEB;
}
.raven-button-icon{
  transform: skewX(30deg);
}
.raven-button{
  border-radius: 0px;
  border: 2px solid;
  transform: skewX(-30deg);
  width: 200px;
  background: transparent;
  height: 50px;
  text-align: center;

}
#logo {
  max-height: 142px;
  height: 100%;
  width: 280px;
  margin: -77px 0px 0px -8px;
}

/* Login  Area */
.topbar {
  padding: 10px;
  background: #fff;

}
.topbar > .userpanel > a {
  padding: 0px 10px;
  color: #000;
  margin: 1px;
  font-size: 8px;
}
.block{
  background: #0A0A0A;
  padding-top: 250px;
  padding-right: 250px;
  padding-left: 250px;
}
/* Navigation Area */
#menu-main-navigation {
  display: none;
}
.toggled-on {
  display: block !important;
}
.socials-top {
  display: block;
  position: absolute;
  right: 21.9%;
  top: -14px;
  padding: 0.9375rem 1.875rem;
  align-items: center;
  background-color: transparent;
}

#banner {
  float: left;
  text-align: left;
  padding: 5px;
}
.menu-toggle {
  display: block;
  padding: 10px 15px;
  margin: 20px 10px 0;
  margin-top: -24px;
 
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid #000;
}
.navigation {
  background: #000;
  transition: all 0.3s;
  border-top: 1px solid #292d31;

  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.ilch-flex.container {
  position: absolute;
  top: 56px;
  background: #000;
}

.navigation > .container > .row {
  display: flex;
  align-items: center;
}
 .srt-menu.right-menu{

  width: 100%;
}
.CS\:GO {
  position: absolute;
  right: 296px;
  top: 130px;
}
.PUBG {

  margin: 44px;
}
@media screen and (max-width: 1440px) {
  .block {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1231px) {
  .srt-menu.right-menu {
    margin: 0px 100px 0px 0px;
  }
}
@media (max-width: 1092px) {
  .sponsors a {
    margin-left: 38px;
  }
  .block {
    padding-right: 70px;
    padding-left: 70px;
  }
  .CS\:GO {

    right: 115px;
  }
}
.srt-menu.left-menu{
 
  width: 100%;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation ul li {
  list-style: none;
  margin-right: 5px;
}

.navigation a {
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  
}

.navigation a:hover {
  text-decoration: none;
}
.srt-menu {
  display: none;
}
.srt-menu.toggled-on {
  display: block;
  position: relative;
  z-index: 10;
}
.srt-menu {
  clear: both;
  margin-bottom: 60px;
}
.srt-menu li a {
  margin: 0px;
  padding: 0.9375rem;
  position: relative;
  transition: all 0.5s ease;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
}

.srt-menu li li a {
  padding-left: 25px;
}
.srt-menu li li a::before {
  content: "└ ";
  color: #eb1c20;
  font-size: 16px;
}
.srt-menu li li a:hover::before {
  color: #fff;
}
.srt-menu li li li a {
  background: #efefef;
  padding-left: 60px;
}

/*----------Main Aera---------*/

._main-bar {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 21px;
  padding: 0px 15px;
  overflow: hidden;
  height: 31px;
}
._main-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #292d31;
  left: 0;
  top: 30px;
  margin: 0px 15px;
}
.breadcrumb {
  padding: 0;
  border: none;
  border-radius: 2px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  background: transparent;
}
._main-bar .breadcrumb li {
  float: left;
}
._main-bar .breadcrumb > li + li::before {
  padding: 0;
  content: "";
}
._main-bar .breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0 5px 35px;
  background: #e0e0e0;
  position: relative;
  display: block;
  float: left;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
._main-bar .breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #292d31;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
._main-bar .breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}
._main-bar .breadcrumb li a {
  background: #292d31;
}
._main-bar .breadcrumb li a:after {
  border-left-color: #292d31;
}
.smallBanners div div img {
    opacity: 0.6;
}
._main-bar .breadcrumb li:first-child a {
  padding-left: 15px;
}
._main-bar .breadcrumb li:last-child a {
  background: transparent;
  pointer-events: none;
  cursor: default;
}
._main-bar .breadcrumb li:last-child a::after {
  content: "";
  border-top: none;
  border-bottom: none;
  border-left: none;
}
._main-bar .breadcrumb li:last-child a::before {
  content: "";
  border-top: none;
  border-bottom: none;
  border-left: none;
}
._main-bar .breadcrumb li a:hover {
  background: #303030;
  color: #fff;
}
._main-bar .breadcrumb li a:hover:after {
  border-left-color: #303030 !important;
  color: #fff;
}

/*Main Settings*/
a,
.ilch-link {
  color: #fff;
}
a:hover,
.ilch-link:hover,
.info a {
  color: #eb1c20;
  text-decoration: none;
}

#main {
  padding: 0;
}
.esport {
  overflow: hidden;
}
.esport > .row {
  margin: 0;
}
.table-striped > tbody > tr:nth-of-type(1n + 2) {
  background: #141515;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: #15171a;
}
.table > tbody > tr:hover {
  background: #141515;
}

.table-striped > tbody > tr:hover {
  background: #292d31;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered {
  border-color: #292d31;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #292d31;
  border-color: #292d31;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #eb1c20;
  text-decoration: none;
  background-color: #141515;
  border: 1px solid #292d31;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #292d31;
  border-color: #292d31;
  color: #fff;
}
.content .panel,
.sidebar .panel {
  background: transparent;
  border-color: #222;
  padding: 0px;
  border: none;
}
.sidebar {
  background: #141515;
  border-left: 1px solid #292d31;
  height: auto;
}
.sidebar .box-header {
  font-size: 16px;
  color: #eb1c20;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #292d31;
  margin-top: 40px;
}
.sidebar .panel {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
.sidebar .box-body {
  padding: 15px;
}
.panel-primary > .panel-heading {
  background: transparent;
  color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #292d31;
  background: 181819;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
.vote-body {
  background: #141515;
  color: #fff;
}
.vote-body .progress-bar {
  background: red;
}

/* Slider */
#slider p {
  margin: 2em 0;
}
#slider .buttonlink {
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#slider .esporth1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
}
.flex-control-nav {
  bottom: 0;
}
.flexslider {
  background: transparent;
  overflow: hidden;
}
.flex-direction-nav .flex-prev {
  left: -100px;
}
.flex-direction-nav .flex-next {
  right: -100px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/*News Aera*/
.news-box {
  border-radius: 5px;
  overflow: hidden;
  background: #141515;
  margin-bottom: 30px;
}
.news-body {
  padding: 15px;
  min-height: 192px;
}
.news-body h2,
.news-body h3 {
  font-size: 14px;
  
}
.news-body h2,
.news-body h3 {
  font-size: 14px;
  
}
/*Main Login Area*/

.user-panel .row {
  margin-top: 50px;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}
.user-panel .form-group .input-group {
  min-height: 70px;
}
.user-panel .form-group .inlog {
  width: 100%;
}
.user-panel .form-group .input-group input {
  padding: 20px 0px 5px 20px;
  font-size: 18px;
  box-shadow: none;
  background: rgba(126, 126, 126, 0.1);
  height: 80px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.form-control,
.field-placeholder,
.field-label {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.field-placeholder {
  position: absolute;
  font-size: 18px;
  left: 20px;
  opacity: 1;
  font-weight: 600;
  z-index: 1050;
}
input:not(:placeholder-shown) + label {
  top: 25px;
}

input:valid + label,
input:focus + label {
  top: 0px;
}
.form-control:focus {
  background: #fff !important;
  border: 2px solid #555 !important;
}
.user-panel .form-group .btn {
  padding: 20px 25px;
  font-size: 24px;
  color: #999;
  border-radius: 10px;
}
.user-panel .checkbox a {
  color: #eb1c20;
}

/*User-Panel*/
.profile {
  padding: 10px;
}
.profile-sidebar,
.profile {
  background: #141515 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45) !important;
  color: #ffffff;
}
.profile ul {
  margin: 0 !important;
  padding: 0 !important;
}
.profile-sidebar,
.chat .chat-wrapper .chat-list-wrapper .chat-list li {
  background: #15171a !important;
}
.profile-content {
  background: transparent !important;
}
.profile-content .btn {
  background: #222 !important;
}
.profile-content .btn:hover {
  background: #5cb85c !important;
  border-color: transparent !important;
}
.profile-sidebar .profile-usermenu ul li a .fa,
.profile-sidebar .push-menu i {
  color: #fff !important;
}
.profile-sidebar .profile-usermenu ul li {
  border-color: #111 !important;
}
.profile-sidebar .profile-usermenu ul li:hover a,
.profile-sidebar .profile-usermenu ul li:hover .fa {
  background: transparent !important;
  color: green !important;
}
.profile-sidebar .profile-usermenu ul li.active a {
  color: green !important;
  border-left: 2px solid green !important;
  margin-left: -2px;
  border-right: 2px solid green !important;
  margin-right: -2px;
}
.chat .chat-wrapper {
  background: #15171a !important;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
.chat .chat-wrapper .chat-list-info,
.chat .chat-wrapper .message-info {
  background: transparent !important;
  color: #fff;
  border-color: transparent !important;
  border-bottom: 1px solid #eb1c20 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  /*! -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2); */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
.chat .chat-wrapper .chat-list-wrapper {
  border-color: transparent !important;
}
.chat .chat-wrapper .message-list-wrapper {
  border-color: transparent !important;
  border-left: 1px solid #111 !important;
  border-right: 1px solid #111 !important;
}
.chat
  .chat-wrapper
  .message-list-wrapper
  .message-list
  li.right
  .body
  .message {
  background: #181819 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.chat
  .chat-wrapper
  .message-list-wrapper
  .message-list
  li.right
  .body
  .message:after {
  border-color: transparent #111 transparent transparent !important;
}
.list-group-item {
  background: transparent;
  border-color: #111;
}
.panel-footer {
  background: transparent;
  border: 1px solid #111;
}
.lib-panel .row,
.lib-panel .lib-row.lib-header {
  background: transparent !important;
}
.page-header {
  border-bottom: 0px;
}

/*Forum*/

#forum .ilch-head {
  background: #292d31;
}
#forum dl {
  margin: 0px;
}
#forum .ilch-bg--hover {
  background: transparent;
}
#forum .ilch-border {
  border-color: #292d31;
}
#forum .ilch-bg > .row > .col-lg-12 {
  border-bottom: 1px solid #cecece;
}
#forum .btn {
  background: #292d31;
  color: #fff;
  border-color: #141515;
  overflow: hidden;
}
#forum .btn:hover span {
  background: green;
  overflow: hidden;
}
/*footer*/
footer {
  clear: both;
  background: #eb1c20;
  padding: 20px 0 20px 0;
  color: #FFF;
  border-top: 1px solid #292d31;
  position: relative;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
  display: inline;
  font-size: 16px;
}
footer ul li:after {
  content: " • ";
}
footer ul li:last-child:after {
  content: "";
}
footer a,
footer a:active {
  color: #ccc;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
  padding-bottom: 1px;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px #ccc dotted;
}
footer a.totop {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -17px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #333 url(../images/dark_pattern.png) repeat;
  border: 4px solid #292d31;
}
footer a.totop:hover {
  background: #292d31;
}
footer a.totop .innertop {
  position: relative;
  top: 6px;
  left: 5px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 6.5px 8.5px 6.5px;
  border-color: transparent transparent #ffffff transparent;
}
footer a.totop:hover .innertop {
  top: 6px;
  left: 5px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 6.5px 8.5px 6.5px;
  border-color: transparent transparent #fff transparent;
}

/*---------Main Aere END----------*/

/* tablets ans small notebooks */
/*@media*/
@media screen and (max-width: 825px) {
  .tweet{
    width:  47%;
  }}
@media (max-width: 768px) {

  .tweet {
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 120px;
  }
  .flex-viewport {
    height: 320px;
  }
  .flexslider .slides img {
    height: 320px;
  }
  .block {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1500px) {

}
@media (max-width: 992px) {
  .supmenu{
    display: block;
  }
  .socials-top{
    display: block;
    position: absolute;
    right: 9.9%;
    top: -51px;
    padding: 0.9375rem 1.875rem;
    align-items: center;
    background-color: transparent;
  }
  .mobleFixed {
    position: fixed;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .sponsors a {
    height: 50px;
    margin-left: 14px;
    }

  .flexslider .slides img {
    height: 400px;
  }
  #topnav {
    margin-top: 98px;
    }
  .flexslider .flex-caption {
    top: 20px;
    width: 400px;
  }
  .ilch-flex.container {
    width: 100%;
    }
    #menu-main-navigation {
      background: #000;
      width: 100%;
      padding: 10px;
      transition: all 0.5s;
      margin-bottom: -51%;
      }
}
@media (min-width: 420px) {
  #slider .esporth1 {
    font-size: 34px;
  }
}

@media (min-width: 768px) {

  .topbar > .userpanel > a {
    font-size: 16px;
  }
  .flexslider .flex-caption {
    position: absolute;
    width: 700px;
  }
  .flexslider .slides img {
    display: block;
  }
  .flex-control-nav {
    bottom: 80px;
  }
  .flexslider {
    background: url(../images/loader.gif) no-repeat center center;
  }
  #slider .esporth1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 54px;
  }
  .flexslider .flex-caption {
    top: 100px;
  }
  .container {
    width: 100%;
  }
  #main > .esport > .row {
    display: -webkit-box;
    display: -ms- flexbox;
    display: flex;
  }
  .news-img {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  /* navigation */
  .menu-toggle {
    display: none;
  }
  /* Top */
  .fixed .navigation {
    position:fixed;
    z-index: 1050;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu-main-navigation {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  #topnav,
  .srt-menu {
    margin: 7.38em 0 0 0;
  }
  #banner {
    /*! float:left; */
    /*! text-align:left; */
  }
  #topnav {
    display: flex;
  }
  .srt-menu a {
    text-decoration: none;
  }
  .srt-menu li a {
    padding: 10px 20px;
    height: 45px;
    margin: 0;
  }
  .srt-menu > li a {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
  }


  .srt-menu li li a {
    font-weight: normal;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    background: #fcfcfc;
    background: rgb(20, 21, 21, 0.75);
    padding-left: 20px;
    height: auto;
    border-radius: 0;
  }
  .srt-menu li li a::before {
    content: "";
  }
  .srt-menu li li li a,
  .srt-menu li.current * li a {
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.85);
  }
  .srt-menu li:hover > a,
  .srt-menu li.current a,
  .srt-menu li li.current a,
  .srt-menu ul {
    color: #eb1c20;
    background: transparent;
  }
  .srt-menu li li:hover > a {
    background: rgb(20, 21, 21, 0.75);
  }
  .srt-menu,
  .srt-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .srt-menu ul {
    position: absolute;
    display: none;
    width: 15em;
  }
  .srt-menu ul li {
    width: 100%;
  }
  .srt-menu li:hover {
    visibility: inherit;
  }
  .srt-menu li {
    float: inline-end;
    position: relative;
    margin-left: 1px;
  }
  .srt-menu li li {
    margin-left: 0px;
  }
  .srt-menu a {
    display: block;
    position: relative;
  }
  .srt-menu li:hover ul,
  .srt-menu li.sfHover ul {
    display: block;
    left: 0;
    top: 45px;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  ul.srt-menu li:hover li ul,
  ul.srt-menu li.sfHover li ul {
    top: -999em;
  }
  ul.srt-menu li li:hover ul,
  ul.srt-menu li li.sfHover ul {
    left: 12em;
    top: 0;
  }
  ul.srt-menu li li:hover li ul,
  ul.srt-menu li li.sfHover li ul {
    top: -999em;
  }
  ul.srt-menu li li li:hover ul,
  ul.srt-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
  }
  /*main style*/
  .ilch-flex {
    /*! align-items: center; */
  }
  .flexslider .flex-caption {
    top: 200px;
  }
  .news-body h2,
  .news-body h3 {
    font-size: 20px;
  }
  .news-body h2,
  .news-body h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
  .user-panel .container {
    width: 40%;
  }
  #slider .container {
    width: 1170px;
  }
  .news-body h2,
  .news-body h3 {
    font-size: 24px;
  }
  .news-body h2,
  .news-body h3 {
    font-size: 24px;
  }
  .news-img {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}


@media (max-width: 1280px) {

  .srt-menu.right-menu {
    margin: 0px 100px 0px 0px;
    width: 100%;
}
}

@media (max-width: 992px) {
  #logo {
    width: 124px;
    height: 96px;
    left: 30px;
    position: absolute;
    top: 80px;
  }
  #menu-main-navigation {
    background: #000;
    width: 100%;
    padding: 10px;
    transition: all 0.5s;
    }
  .navigation ul li {
    margin: 7px;
    }
}
.smallBanners
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(2)
  > h4:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.smallBanners
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > h4:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.smallBanners
  > div:nth-child(3)
  > div:nth-child(1)
  > div:nth-child(2)
  > h4:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.smallBanners > div:nth-child(1) {
  position: relative;
}

.smallBanners > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  position: absolute;
  top: 30px;
  margin: 60px;
}
.smallBanners > div:nth-child(2) {
  position: relative;
}

.smallBanners > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  position: absolute;
  top: 30px;
  margin: 60px;
}
.smallBanners > div:nth-child(3) {
  position: relative;
}

.smallBanners > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  position: absolute;
  top: 30px;
  margin: 60px;
}
.MuiButton-label {
  transition: all 0.5s;
  cursor: pointer;
  font-size: 23px;
  display: flex;
  justify-content: space-around;
}
.MuiButton-label:hover {
  color: #eb1c20;
}
.column-33 img,
.column-66 {
  display: block;
  height: auto;
  max-width: 100%;
}
.column-33,
.column-66 {
  float: left;
  width: 50%;
}
.column-66 {
  padding: 116px;
}
.xlarge-font {
  font-size: 64px;
}
@media (max-width: 1000px) {
  .column-33,
  .column-66 {
    text-align: center;
    width: 100%;
  }
}
.sponsors-card img {
  margin: 40px;
}
.sponsors-card {
  background-color: #000;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  text-align: start;
  width:  100%;
}
.sponsors-card-items {
  width: 100%;
  margin: 35px;
  text-align: justify;
}
.panel-body
  > div:nth-child(5)
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(2)
  > span:nth-child(1) {
  transform: skewX(-30deg);
  padding: 10px;
  border: 1px solid;
}
.panel-body
  > div:nth-child(5)
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(2)
  > span:nth-child(1)
  > a:nth-child(1)
  > i:nth-child(1) {
  transform: skewX(30deg);
}
.sponsors-card-items > div:nth-child(2) > span:nth-child(1) {
  border: 1px solid;
  padding: 10px;
  transform: skewX(-30deg);
}
.sponsors-card-items
  > div:nth-child(2)
  > span:nth-child(1)
  > a:nth-child(1)
  > i:nth-child(1) {
  transform: skewX(30deg);
}
.sponsors-card-items > div:nth-child(2) > span:nth-child(1) {
  border: 1px solid;
  padding: 10px;
  transform: skewX(-30deg);
}
.sponsors-card-items
  > div:nth-child(2)
  > span:nth-child(1)
  > a:nth-child(1)
  > i:nth-child(1) {
  transform: skewX(30deg);
}
.panel-body
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1)
  > p:nth-child(1) {
  text-align: justify;
}
.jss129 {
  display: flex;
  padding: 0.9375rem 1.875rem;
  align-items: center;
  background-color: transparent;
}
.jss151 {
  width: 41px;
  height: 41px;
  font-size: 20px;
  min-width: 41px;
  padding-left: 12px;
  padding-right: 12px;
}
.jss130 {
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0.3125rem 1px;
  padding: 12px 30px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  min-width: auto;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14),
    0 3px 1px -2px rgba(153, 153, 153, 0.2),
    0 1px 5px 0 rgba(153, 153, 153, 0.12);
  min-height: auto;
  text-align: center;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  will-change: box-shadow, transform;
  touch-action: manipulation;
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #999999;
}
.jss130 {
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0.3125rem 1px;
  padding: 12px 30px;
  position: relative;
  font-size: 12px;
  min-width: auto;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14),
    0 3px 1px -2px rgba(153, 153, 153, 0.2),
    0 1px 5px 0 rgba(153, 153, 153, 0.12);
  min-height: auto;
  text-align: center;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  will-change: box-shadow, transform;
  touch-action: manipulation;
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #999999;
}
.jss130:hover,
.jss130:focus {
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
  background-color: #999999;
}
.jss130 .fab,
.jss130 .fas,
.jss130 .far,
.jss130 .fal,
.jss130 .material-icons {
  top: 0;
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  margin-right: 4px;
  vertical-align: middle;
}
.jss130 svg {
  top: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
}
.jss130.jss151 .fab,
.jss130.jss151 .fas,
.jss130.jss151 .far,
.jss130.jss151 .fal,
.jss130.jss151 .material-icons {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 20px;
  transform: none;
  line-height: 41px;
  margin-right: 0px;
  transition: all 0.5s;
}
.jss131 {
  width: 100%;
}
.jss132 {
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14),
    0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
  background-color: #9c27b0;
}
.jss132:hover,
.jss132:focus {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
  background-color: #9c27b0;
}
.jss133 {
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14),
    0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
  background-color: #00acc1;
}
.jss133:hover,
.jss133:focus {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
  background-color: #00acc1;
}
.jss134 {
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14),
    0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
  background-color: #4caf50;
}
.jss134:hover,
.jss134:focus {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
  background-color: #4caf50;
}
.jss135 {
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14),
    0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
  background-color: #ff9800;
}
.jss135:hover,
.jss135:focus {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
  background-color: #ff9800;
}
.jss136 {
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14),
    0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
  background-color: #f44336;
}
.jss136:hover,
.jss136:focus {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
  background-color: #f44336;
}
.jss137 {
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14),
    0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
  background-color: #e91e63;
}
.jss137:hover,
.jss137:focus {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
  background-color: #e91e63;
}
.jss138,
.jss138:focus {
  color: #999999;
  background-color: #ffffff;
}

.jss139:hover,
.jss139:focus {
  color: #e91e63;
  box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}
.jss140 {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
    0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  background-color: #3b5998;
}
.jss140:hover,
.jss140:focus {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
  background-color: #3b5998;
}
.jss141 {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14),
    0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  background-color: #dd4b39;
}
.jss141:hover,
.jss141:focus {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
  background-color: #dd4b39;
}
.jss142 {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14),
    0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
  background-color: #333333;
}
.jss142:hover,
.jss142:focus {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2);
  background-color: #333333;
}

.jss143.jss142,
.jss143.jss142:focus,
.jss143.jss142:hover {
  color: #e91e63;
}
.jss143.jss141,
.jss143.jss141:focus,
.jss143.jss141:hover {
  color: #dd4b39;
}
.jss143.jss140,
.jss143.jss140:focus,
.jss143.jss140:hover {
  color: #e91e63;
}


.jss143.jss137,
.jss143.jss137:focus,
.jss143.jss137:hover {
  color: #e91e63;
}
.jss143.jss135,
.jss143.jss135:focus,
.jss143.jss135:hover {
  color: #e91e63;
}
.jss143.jss134,
.jss143.jss134:focus,
.jss143.jss134:hover {
  color: #e91e63;
}
.jss143.jss133,
.jss143.jss133:focus,
.jss143.jss133:hover {
  color: #e91e63;
}
.jss143.jss132,
.jss143.jss132:focus,
.jss143.jss132:hover {
  color: #e91e63;
}
.jss144,
.jss144:focus,
.jss144:hover {
  color: inherit;
  background: transparent;
  box-shadow: none;
}
.jss145 {
  opacity: 0.65;
  pointer-events: none;
}
.jss146 {
  padding: 1.125rem 2.25rem;
  font-size: 0.875rem;
  line-height: 1.333333;
  border-radius: 0.2rem;
}
.jss147 {
  padding: 0.40625rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.jss148 {
  border-radius: 30px;
}
.jss149 {
  width: 100% !important;
}
.jss150,
.jss150:hover,
.jss150:focus {
  color: #999999;
  box-shadow: none;
  background-color: transparent;
}
.jss151 {
  width: 41px;
  height: 41px;
  font-size: 20px;
  min-width: 41px;
  padding-left: 12px;
  padding-right: 12px;
}
.jss151 .fab,
.jss151 .fas,
.jss151 .far,
.jss151 .fal,
.jss151 svg,
.jss151 .material-icons {
  margin-right: 0px;
}
.jss151.jss146 {
  width: 57px;
  height: 57px;
  min-width: 57px;
  line-height: 56px;
}
.jss151.jss147 {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.jss151.jss147 .fab,
.jss151.jss147 .fas,
.jss151.jss147 .far,
.jss151.jss147 .fal,
.jss151.jss147 .material-icons {
  font-size: 17px;
  line-height: 29px;
}
.jss151.jss147 svg {
  width: 17px;
  height: 17px;
}
.jss151.jss146 .fab,
.jss151.jss146 .fas,
.jss151.jss146 .far,
.jss151.jss146 .fal,
.jss151.jss146 .material-icons {
  font-size: 32px;
  line-height: 56px;
}
.jss151.jss146 svg {
  width: 32px;
  height: 32px;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}
h1,
h2,
h3 {
  
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
h1 {
  font-size: 3.3125rem;
  line-height: 1.15em;
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  
  font-size: 2.25rem;
  line-height: 1.5em;
}
h3 {
  font-size: 1.5625rem;
}
h3,
h4 {
  line-height: 1.4em;
}
h4 {
  font-size: 0.91em;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.55em;
}
h6 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 23px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}
body,
html {
  
}
body {
  background-color: #111;
  color: #fff;
  font-size: 1rem;
  margin: 0;
}
legend {
  border-bottom: 0;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
a {
  background-color: transparent;
  color: #282828;
  
}
a,
a:focus,
a:hover {
  text-decoration: none;
}

a,
ul li a:hover {
  color: #eb1c20;
}

a:focus{
  color: #fff;
}
label {
  color: #aaa;
  font-size: 14px;
  line-height: 1.42857;
}
label,
small {
  font-weight: 400;
}
small {
  color: #777;
  font-size: 75%;
}
img {
  border-style: none;
  vertical-align: middle;
}
form {
  margin-bottom: 1.125rem;
}
.makeStyles-title-59 {
  
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.column-66 {
  padding: 20px;
}
.column-33,
.column-66 {
  float: left;
  width: 50%;
}
.column-33 img,
.column-66 {
  display: block;
  height: auto;
  max-width: 100%;
}
.column-66 p {
  margin: 0 0 44px;
  text-align: justify;
}
.large-font {
  font-size: 48px;
}
.xlarge-font {
  font-size: 64px;
}
.button {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  padding: 6px 18px;
  transition: all 0.5s;
}
.button:hover {
  color: #eb1c20;
}

.teams-body .member {
  display: inline-block;
  }
.member {
  position: relative;
  width: 30%;
  margin: 4%;
  padding: 0em 6em 0em 6em;
  /*background-image: url(https://snogard-dragons.de/Ilch-snogard/application/modules/media/static/upload/62028588cceffHintergrund_570x570.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  /*width: 477px;*/
  width: 25%;
}

.image {
  opacity: 1;
  width: auto;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top:  80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.middle h3{
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  align-self: center;
  text-align: center;
}
.middle h2{
  color: #eb1c20;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  align-self: center;
  text-align: center;
  order: 1;
}
.middle h1:hover{
  color: #eb1c20;
  transition: all 0.5s;
}
.member:hover .image {
  opacity: 0.6;
}

.member:hover .middle {
  opacity: 1;
}

.coaches{
  width: 400px;
  background: #000;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.5s;
  padding: 20px;
}
.coaches-content{
  text-align: center;
}
.coaches h1, h2, h3, h4, h5, h6{
  text-align: center;
}
.card-img-top {

}
.streamer {
  width:  100%;
  display: flex;
  background: #000;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.5s;
  margin-bottom: 0em;
  margin-top: 8em;
}
.card-teams-content{
  margin: 20px;
  width: 25%;
}
.card-teams-content h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  color: #383838;
}
.card-teams-content h4 a{
  color: #383838;
}
.card-teams-content img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  
}

@media screen and (max-width: 1000px) {
  .column-33,
  .column-66 {
    text-align: center;
    width: 100%;
  }
}
.banner-img{
  width: 22%;
  position: absolute;
  top: 0;
  left: 41%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner {
  position: relative;
  text-align: center;
}



.banner {
  width:  100%;
}
.banner-items {
  position: absolute;
  top: -83px;
  width: 248px;
  left: 98%;
  
  
}
.sponsors-card {
  background-color: #000;
  display: flex;
  margin: 0 auto;
    margin-bottom: 0px;
  position: relative;
  text-align: start;
  width:  100%;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}


@media screen and (max-width: 1000px) {
	.MuiButton-label {
		margin: 9px;
		transition: all 0.5s;
		cursor: pointer;
		font-size: 23px;
	}
  .sponsors-card {
    display: block;
    padding: 11px;
    text-align: inherit;
    width: 100%;
    margin-bottom: 40px;
  }
  .sponsors-card-items {
    left: 0;
    position: relative;
    top: 0;
  }
  .sponsors-card-footer {
    display: block;
    margin-left: -11px;

  }
  .MuiButton-label {
    margin: 0px;
    }
}
.smallBanners {
  display: inline-flex;
  margin-top: 45px;
}

.streamer-items {
  left: 33%;
  position: absolute;
  top: 20px;
  width: 40%;
}
.right-item {
  float: right;
}
@media screen and (max-width: 1500px) {
  .streamer {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (min-width: 821px) {
  .streamer {
    background-color: #000;
    display: block;
  }
}
@media screen and (max-width: 825px) {

  .streamer {
    padding: 4px 4px 1%;
    display: block;
    width: 100%;
  }
  .streamer-items {
    left: 0;
    position: relative;
    width: auto;
  }
  .right-item {
    float: right;
    margin-top: 12%;
  }
  .streamer img,
  iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .coolermaster-logo {
    margin-top: -14px;
  }
  .seasonic-logo {
    margin-top: -9.2px;
  }

  .banner-items {
    top: 43%;
  }
  .banner-items h1 {
    font-size: 1.713rem;
  }
  .banner-items p {
    font-size: 8.8px;
    line-height: normal;
  }
  .smallBanners {
    display: block;
  }
  .card-teams-content {
    width: 100%;
    }
    .teams-body {
    display: block;
    padding: auto 1%;
    }
}
/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noUi-target {
  direction: ltr;
  position: relative;
}
.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  left: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
  will-change: transform;
  z-index: 1;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-horizontal .noUi-handle {
  background: #fff;
  border: 1px solid #9c27b0;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  height: 14px;
  left: -10px;
  top: -6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 14px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  height: 15px;
  left: 0;
  top: -7px;
  width: 15px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  left: auto;
  right: -4px;
}
.noUi-target {
  background-color: #c8c8c8;
}
.noUi-connects,
.noUi-target {
  border-radius: 3px;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  cursor: default;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  color: #999;
  position: absolute;
}
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  background: #ccc;
  position: absolute;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}
.noUi-value-vertical {
  padding-left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noUi-target .noUi-handle {
  border: 1px solid #333;
}
.noUi-target.slider-primary.noUi-connect,
.noUi-target.slider-primary .noUi-connect {
  background-color: #282828;
}
.noUi-target.slider-primary .noUi-handle {
  border-color: #282828;
}
.noUi-target.slider-info.noUi-connect,
.noUi-target.slider-info .noUi-connect {
  background-color: #00bcd4;
}
.noUi-target.slider-info .noUi-handle {
  border-color: #00bcd4;
}
.noUi-target.slider-success.noUi-connect,
.noUi-target.slider-success .noUi-connect {
  background-color: #4caf50;
}
.noUi-target.slider-success .noUi-handle {
  border-color: #4caf50;
}
.noUi-target.slider-warning.noUi-connect,
.noUi-target.slider-warning .noUi-connect {
  background-color: #ff9800;
}
.noUi-target.slider-warning .noUi-handle {
  border-color: #ff9800;
}
.noUi-target.slider-danger.noUi-connect,
.noUi-target.slider-danger .noUi-connect {
  background-color: #f44336;
}
.noUi-target.slider-danger .noUi-handle {
  border-color: #f44336;
}
.noUi-target.slider-rose.noUi-connect,
.noUi-target.slider-rose .noUi-connect {
  background-color: #e91e63;
}
.noUi-target.slider-rose .noUi-handle {
  border-color: #e91e63;
}

/*!
* https://github.com/YouCanBookMe/react-datetime
*/
.rdt {
  position: relative;
}
.rdt .rdtPicker {
  display: block;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  visibility: hidden;
}
.rdt.rdtOpen .rdtPicker {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.rdt input.form-control {
  background-color: transparent;
  background-position: bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0;
  border-radius: 0;
  color: #555;
  display: block;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  line-height: 1.42857;
  padding: 7px 0;
  transition: background 0s ease-out;
  width: 100%;
}
.rdt input.form-control,
.rdt input.form-control:focus {
  background-image: linear-gradient(#9c27b0, #9c27b0),
    linear-gradient(#d2d2d2, #d2d2d2);
  box-shadow: none;
}
.rdt input.form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
  transition-duration: 0.3s;
}
.rdtPicker {
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0.125rem;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 1px;
  min-width: 160px;
  padding: 4px;
  position: absolute;
  width: 260px;
  z-index: 99999 !important;
}
.rdtPicker:before {
  border-bottom: 0.4em solid;
  color: #fff;
  height: 0;
  right: auto;
  vertical-align: middle;
  width: 0;
}
.rdtPicker:after,
.rdtPicker:before {
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -5px;
}
.rdtPicker:after {
  border-bottom: 0.4em solid #fff;
}
.rdtPicker {
  display: block;
  top: 40px;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}
.rdtPicker table {
  border-collapse: collapse;
  border-color: #fff !important;
  margin: 0;
  width: 100%;
}
.rdtPicker td,
.rdtPicker th {
  padding: 1px;
  text-align: center;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtDay {
  border-radius: 50%;
  height: 30px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.rdtDay.rdtActive,
.rdtDay.rdtActive:hover,
.rdtDay.rdtToday.rdtActive {
  background-color: #282828 !important;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
    0 13px 24px -11px rgba(40, 40, 40, 0.6);
  color: #fff;
}
.rdtDays tr .dow {
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  font-weight: inherit;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.rdtDays tr .rdtNew,
.rdtDays tr .rdtOld {
  color: #bdbdbd;
}
.rdtPicker .rdtTimeToggle:hover,
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover {
  background: #eee;
  cursor: pointer;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker .dow {
  border-bottom: none;
  width: 14.2857%;
}
.rdtPicker th.rdtSwitch {
  border-radius: 4px;
  padding: 5px;
  width: 50px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  border-radius: 50%;
  font-size: 21px;
  line-height: 33px;
  vertical-align: top;
}
.rdtPicker .dow,
.rdtPicker .rdtTimeToggle,
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev,
.rdtPicker th.rdtSwitch {
  color: #282828;
}
.rdtNext span,
.rdtPrev span {
  -webkit-touch-callout: none;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eee;
}
.rdtPicker button {
  background: none;
  border: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  height: 100%;
  width: 100%;
}
td.rdtMonth,
td.rdtYear {
  cursor: pointer;
  height: 50px;
  width: 25%;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  border-radius: 50%;
  float: left;
  font-weight: inherit;
  margin: 3px;
  width: 40px;
}
.rdtCounters .rdtCounterSeparator {
  border: 1px solid transparent;
  width: 0;
}
.rdtCounter {
  height: 100px;
  width: 40px;
}
.rdtCounter .rdtCount {
  border: 1px solid transparent;
  height: 40px;
  padding: 7px;
}
.rdtCounters .rdtCounter:last-child .rdtCount {
  border: 1px solid #282828;
  border-radius: 50%;
  color: #282828;
}
.rdtCounterSeparator {
  line-height: 100px;
  padding: 7px;
}
.rdtCounter .rdtBtn {
  -webkit-touch-callout: none;
  border-radius: 50%;
  color: #eee;
  cursor: pointer;
  display: block;
  line-height: 40px;
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  -ms-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
  color: #797979;
}
.rdtCounter .rdtCount {
  font-size: inherit;
  line-height: 25px;
}
.rdtMilli {
  padding-left: 8px;
  vertical-align: middle;
  width: 48px;
}
.rdtMilli input {
  font-size: inherit;
  margin-top: 37px;
  width: 100%;
}
.rdtMonths,
.rdtYears {
  padding-bottom: 10px;
}
.rdtMonths .rdtMonth,
.rdtMonths .rdtYear,
.rdtYears .rdtMonth,
.rdtYears .rdtYear {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin: 3px;
  text-align: center;
  width: 56px;
}
.rdtMonths .rdtMonth.rdtActive,
.rdtMonths .rdtYear.rdtActive,
.rdtYears .rdtMonth.rdtActive,
.rdtYears .rdtYear.rdtActive {
  background-color: #282828 !important;
  color: #fff;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
@media (min-width: 768px) {
  .slick-slider .slick-caption {
    display: block !important;
  }
}
.slick-slider .slick-caption {
  bottom: 20px;
  color: #fff;
  display: none;
  left: 15%;
  padding-bottom: 45px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
  z-index: 3;
}
.slick-slider .slick-slide > div:first-child {
  position: relative;
}
.slick-slider .slick-icons {
  position: relative;
  top: 5px;
}
.slick-slider .slick-image {
  display: inline-flex !important;
  height: 90vh;
  min-width: 100% !important;
  width: 100%;
}
.partner-slick-image {
  width: 20%;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
button.slick-arrow.slick-next,
button.slick-arrow.slick-prev {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  opacity: 0.5;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15%;
  z-index: 2;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  color: #fff;
  content: "\f053";
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  color: #fff;
  content: "\f054";
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.slick-list {
  z-index: 1;
}
.slick-dots {
  bottom: 5px;
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  content: "•";
  height: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s linear;
  width: 10px;
}
.slick-dots li.slick-active button:before {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  height: 15px;
  top: -3px;
  width: 15px;
}
@media (max-width: 992px) {
  .member {
    margin: 1%;
    width: 45%;
  }


  .partner-slick-image {
    width: 50%;
  }
  .sponsors-card-items {
    width: auto;
    margin: 0px;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .partner-slick-image {
    width: 50%;
  }
  .bg{
    height: 61vh;
  }

  .container {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .member {
    height: 570px;
    width: 100%;
    }

}
@media (max-width: 440px) {
  .partner-slick-image {
    width: 50%;
  }
}
@media (max-width: 530px) {

}
@media (max-width: 360px) {
  .sponsors a {
    width: 83px;
    height: 30px;
  }
  #top-sponsors {
    padding: 18px;
    margin-top: -10.5%;
    background-size: 353px 82px;
    }
    .sponsors{
      margin-top: 8.8%;
    }
}