@font-face {
	font-family: 'Benzin-Bold';
	src: url('./fonts/benzin-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('./fonts/benzin-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('./fonts/benzin-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/benzin-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('./fonts/benzin-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/benzin-bold.svg#benzin-bold') format('svg'); /* Chrome < 4, Legacy iOS */

}

html {
  background-color: #303030;
  height: 100%
}

* {

}

a:link { color: #C0F23E; }
a:visited { color: #C0F23E; }
a:hover { color: #C0F23E; }
a:active { color: #C0F23E; }

pre {
    display: block;
    font-size: 16px;
    color: #FFFFFF !important;
}

body {
  background: radial-gradient(circle at top, #3a3a3a 0%, #000000 100%);
  background-size: 200% 200%;
  animation: gradientAnimation 3s normal infinite;
	/*min-height:2750px;*/
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
}

h1,h2,h3 {
	font-family: 'Benzin-Bold';
}
.series_title h1 {
font-family: 'Benzin-Bold';	
color: #C0F23E; 
  font-size: 45px;
}

.poll_title {
font-family: 'Benzin-Bold';	
  font-size: 25px;
  margin: 0px 0px 10px 0px;
}

.heroes h3 {
	color: black; 
  background-color: #C0F23E; 
  padding:7px;
  font-size: 25px;
}

.heroes p {
  font-size: 16px;
}
.heroesintro {
	font-size:20px;
	font-weight:600;
}

a.disabled img.episodes-card {
	filter: grayscale(1);
	cursor: not-allowed;
	opacity:0.7;
	}

a.disabled  {
	pointer-events: none;
	}

.text-overlay {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 5px;
  text-align: center;
  z-index:1;
  background-color: rgb(192, 242, 62);
}

.text-overlay h3 {
	  font-size:25px;
	  color:#000000;
}

.longread {
	font-size:16px;

}

.longread strong {
color: #C0F23E;
font-weight:bold;

}

.logotypes {
	width:230px;
}

::selection {
  color: black; 
  background-color: #C0F23E; 
}

.soft-shadow {
	filter: drop-shadow(3px 3px 3px #00000066); 
}

.slogan {
	border-bottom: 4px solid #C0F23E;
	font-weight:700;
	padding-bottom:15px;
}

.slogan p {
	margin-bottom: 2px;
}


@keyframes gradientAnimation {
  0% {
    background-position: 0% 10%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 10%;
  }
}










.episodes-card {
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.episodes-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,255,255,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.episodes-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(193,242,63,0.5);
}

.episodes-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}











.blockquote {
    border-left: 6px solid #C0F23E;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
	color:#C0F23E;
}

.blockquote cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}















/* Polls */
/*h2{
    color: #CCC;
}
a{
    text-decoration: none; 
    color: #EC5C93;
}
.container{
    padding: 20px;
}*/

/*.bar-main-container {
    margin: 10px auto;
    width: 300px;
    height: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
}
.wrap{
    padding: 8px;
}
.bar-percentage{
    float: left;
    background: rgba(0,0,0,0.13);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 0px;
    width: 18%;
    height: 16px;
    margin-top: -15px;
}
.bar-container{
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 10px;
    background: rgba(0,0,0,0.13);
    width: 78%;
    margin: 0px 0px;
    overflow: hidden;
}
.bar-main-container .txt{
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.bar {
    float: left;
    background: #FFF;
    height: 100%;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}*/


.azure   { background: #38B1CC; }
.emerald { background: #2CB299; }
.violet  { background: #8E5D9F; }
.yellow  { background: #EFC32F; }
.red     { background: #E44C41; }



.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    line-height: 0;
    font-size: .95rem;
    background-color: #444444;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.bar-wrap h4{
    margin: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.bar-wrap h4 span{
    font-size: 15px;
    font-weight: 500;
	color:#dbdbdb;
}

.bg-1 {
    background-color: #28a745!important;
}
.bg-2 {
    background-color: #dc3545!important;
}
.bg-3 {
    background-color: #17a2b8!important;
}
.bg-4 {
    background-color: #697e01!important;
}
.bg-5 {
    background-color: #9201e4!important;
}
.bg-6 {
    background-color: #ce1c7c!important;
}



.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-success {
    color: #C0F23E;
    background-color: transparent;
    border-color: #C0F23E;
}
.btn-success:hover {
    color: #000000;
    background-color: #C0F23E;
    border-color: #C0F23E;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/* ********/















/* MAIN */
/* =============================================== */
.rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  padding: 5px 20px;
  /*margin: 10px 0;*/

  cursor: pointer;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 20px;
  height: 20px;
  border-radius: 100px;

background: linear-gradient(to right bottom, rgb(192 242 62), rgb(197 247 67));
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
color: hsl(0deg 0% 100%);
  margin-left: 14px;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: #C0F23E;
}












/* Adaptive start */
@media (max-width: 575.98px) {
.heroes img {
	width:200px
}

.btn {
width: 100%;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {

}


}

@media (min-width: 992px) and (max-width: 1199.98px) {

}


@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) and (max-width: 1920px) {

}
/**************** Adaptive end ***************/
