/*	@import url('https://fonts.googleapis.com/css?family=Rambla:400i'); */
body {
/*    font-family: "myriad pro", tahoma, verdana, arial, sans-serif;	*/
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #00abff;
	line-height: 1.15;
}
.container {
  padding: 0;
  outline: none;
  max-width: 2100px;
}
.col-md-4 {
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 41vh;
	-ms-overflow-style: none;
	scrollbar-width: none;
	
}
.col-lg-4::-webkit-scrollbar {
  display: none;
}
#replace_link {will-change: height; min-height: 236.25px;}
.nav-tabs {border-bottom: 5px solid #dee2e600;}
.nav-tabs .nav-link {border: 1px solid #bd00c4;}
#vidlink { 
    width: 100%;
    max-height: 100%;
	position: absolute;
}
#vidlink::-webkit-scrollbar {
  display: none;
}
@keyframes fadeIn{100%{opacity:1;transform:none}}
.thumbnail-slider { margin:0; padding:0;  }
.thumbnail-slider ul,.thumbnail-slider ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.thumbnail-slider li{
    width: 23%; 
    height: 75px;
	margin-top: 5px;
	margin-right: 1.5%;
	margin-bottom: 5px;
	margin-left: 0.5%;
    list-style: none;
}
.thumbnail-slider li img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
	background: white;
}
.thumbnail-slider li img:hover {opacity:.75;border-radius:50px;outline:2px solid #fff}
a {
	color: #FFFF00;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover,
a:focus {
	color: #DADADA;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
li:hover {
	cursor: pointer;
}
.fixed {		
	height: 50px;
	margin: 7px;
	cursor: default;
	pointer-events: none;
	padding-left: 8px;
}
.footer-content {
	text-align: center;
}
.alert {
	padding: 5px;
	max-width: 490px;
	background-color: #2196F3;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin: 15px;
}
.closebtn {
  margin-right: -1px;
	margin-top: -1px;
  color: #ff0404;
  float: right;
  font-size: 15px;
  line-height: 0px;
  cursor: pointer;
  transition: 0.3s;
    background-color: #2196F3;
	font-weight: 800;
}
.closebtn:hover {
  color: black;
}
.signup-heading > h2 {
	display: inline;
	background: #262626;
	word-wrap: break-word;
	font-family: "HelveticaNeue";
	font-size: 17px;
	color: #fff;
	padding: 0.3em;
	display: flex;
	justify-content: center;
}
#now {
	color: #2196F3;
	display:inline-block;
	padding-left: 5px;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #95119c;
    color: #FFFFFF;
    position: absolute;
    padding: 1px 2px 2px 2px;
    bottom: 1.6em;
	text-align: center;
/*    left: 0%;
	white-space: nowrap;
	display:inline-block;
	justify-content: center;
    font-size: 120%;
*/
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
	overflow-wrap: break-word;
	display: flex;
	line-height: 17px;
}
[data-title] {
    position: relative;
}
.disclaimer {display: none;}
img[alt="www.000webhost.com"]{display:none;}
.no-gutters {
  margin-left: -5px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 5px;
}
.visitor {
	float: left;
	width: 100px;
	height: 41px;
	border: none;
}
.time {
	float: left;
	width: 299px;
	height: 16px;
	border: none;
	margin: 11.5px 0px 0px;
}
.alert,
.alert .news {
    padding: 6px;
	padding-right: 1px;
    background-color: #2196F3;
}
.alert .news {
    position: absolute;
    top: 0;
    left: 0;
}
.marquee-parent {
	margin-left: 121px;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #FFCA46;
	-webkit-backface-visibility: hidden;
}
.marquee-child {
	display: inline-block;
	animation: marquee 100s linear infinite;
}
.marquee-child:hover {
	animation-play-state: paused;
}
.item-marquee-1 {
	position: relative;
	left: 0%;
	animation: swap 100s linear infinite;
}
.item {
	display: inline-block;
	color: black;
	font-family:'cambria';
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.open-modal {
    cursor: pointer;
	transform: translateY(-17px);
}
.modal-content {
    width: 400px;
    z-index: 99;
    display: flex;
	position: fixed;
	transition: all 0.3s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;	
	animation: moveUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
@keyframes moveUp {
  0% {
    transform:translateY(500px);
  }
  100% {
    transform:translate(-50%, -50%);
  }
}

.modal-header {
    display: flex;
    color: #fff;
	background-color: #2196f3 !important;
	border-color: #2196f3 !important;
}
.modal-header h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .0125em;
	line-height: 2rem;
	word-break: break-all;
	font-family: Roboto,sans-serif;
	padding: 0;
	margin: 0;
}
.modal-body p { 
	line-height: 1.5; 
	color: #000 !important;
	caret-color: #000 !important;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: .0071428571em;
	font-family: Roboto,sans-serif;
	margin-bottom: 12px;
} 
.hidden-modal { 
   display: none; 
}
.close-modal {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 30px;
	color: #fff;
}
.close-modal:hover {
    color: #000;
}
.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}
.hidden-blur {
    display: none;
}