
body, html {
	background: #3d3d3d;
}

body { 
	padding-bottom: 40px;
}



/* Responsive embed */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* default - xs */
.display-3 {
  font-size: 2.2rem;
}


/* sm */
@media (min-width: 576px) {
  .display-3 {
    font-size: 2.2rem;
  }
}


/* md */
@media (min-width: 768px) {
  .display-3 {
    font-size: 4.5rem;
  }
}


/* lg */
@media (min-width: 992px) {
  
}

/* xl */
@media (min-width: 1200px) {
  
}


/* Header */

.menu {
	position: relative;
	width: 100%;
}

.header {
	position: relative;
	width: 100%;
	height: 220px;
	background-color: #4b565c;
	background: url('/assets/images/header_background.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Content */

.content {
	position: relative;
	width: 100%;
	min-height: 600px;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 40px;

}

/* Footer */

.footer {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #3d3d3d;
	padding-top: 30px;

}


.footer {
	color: #ffffff;
}

.footer a:link { color: #ffffff; text-decoration: underline;}
.footer a:visited { color: #ffffff; text-decoration: underline;}
.footer a:active { color: #ffffff; text-decoration: underline;}
.footer a:hover { color: #ffffff; text-decoration: underline;}

.footer_highlight {
	color: #cfcb3b;
	font-weight: bold;
}

.footer_title {
	color: #cfcb3b;
	font-weight: bold;


}

.footer li,
.footer ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	color: #ffffff;
}

.footer li a:link { color: #ffffff; text-decoration: none;}
.footer li a:visited { color: #ffffff; text-decoration: none;}
.footer li a:active { color: #ffffff; text-decoration: none;}
.footer li a:hover { color: #ffffff; text-decoration: none;}



/* Typography */

.text-link-highlight { text-decoration: underline; font-weight: bold;}

.server-title {
	color: #404040 !important;
	font-size: 17px;
	font-weight: bold;
}
.server-title a:link { color: #404040 !important; text-decoration: none;}
.server-title a:visited { color: #404040 !important; text-decoration: none;}
.server-title a:active { color: #404040 !important; text-decoration: none;}
.server-title a:hover { color: #404040 !important; text-decoration: underline;}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.btn-listforge {
	color: #ffffff;
	background-color: #ff7700;
	/*border-color: #5bc2c2*/
}

.btn-listforge:hover {
	color: #ffffff;
	background-color: #ff7700;
	/*border-color: #8ad3d3*/
}

.btn-listforge:focus,
.btn-listforge.focus {
	box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}


.list-spacer hr {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
}

.btn-xs {
	padding: 0.2rem 0.45rem;
	font-size: 0.8rem;
	line-height: 1.25;
	border-radius: 0.2rem;
}

.btn-light2 {
	background-color: #f4f6f8;
	color: #2f343a;
	border: 1px solid #e1e5ea;
	font-weight: 500;
}

.btn-light2:hover,
.btn-light2:focus {
	background-color: #e9edf1;
	color: #1d2126;
	border-color: #d5dbe1;
}

.btn-light2:active,
.btn-light2.active {
	background-color: #dde3e8;
	border-color: #cfd6dd;
	color: #1d2126;
}

.btn-light2:disabled,
.btn-light2.disabled {
	background-color: #f4f6f8;
	color: #9aa3ad;
	border-color: #e1e5ea;
}


/* Ad Spot */
#topadspot {
	min-height:100px;
}


/* Pictures */

img.country-flag {
	border: 1px solid #000000;
}


/* RSS Custom */

.bb_h1 {
	font-weight: bold;
	font-size: 1.7rem;
}


.text-break {:
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


/* Video MP4 */

video {
	display: block;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 576px) {
	video {
		width: 100% !important;
    	height: auto !important;
	}
}


/* jVectorMap */

.map-container{
    height: 300px;
}

.jvmap-smart{
    width: 100%; 
    height: 100%;  
}

.map-container:after, .clearfix{
    display: block;
    content: '';
    clear: both;
}

@media only screen and (min-width: 576px) {
    .map-container{
        height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .map-container{
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .map-container{
        height: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .map-container{
        height: 600px;
    }
}


/* Server List */

.table.servers-table {
	table-layout: fixed;
	width: 100%;
}

.server-card {
	display: inline-block;
	max-width: 100%;
}

/* About column container */
.server-about {
	font-size: 14px;
	line-height: 1.4;
}

/* Server title */
.server-about h3,
.server-title-responsive {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
	line-height: 1.2;
}


/* Description text */
.server-about .server-description {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.35;
	margin-bottom: 0.4rem;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.server-description-responsive {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.35;
	margin-bottom: 0.4rem;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* HR separator (compact) */
.server-about hr {
	margin: 0.35rem 0 0.4rem;
	border-top: 1px solid #e5e5e5;
}

/* Outer container */
.list-server-tags {
	position: relative;
	max-width: 100%;
}

/* The scrollable one-line row */
.list-server-tags-scroll {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.25rem;

	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;

	-webkit-overflow-scrolling: touch;
	padding-right: 1.25rem;
}

.list-server-tags-scroll {
	scrollbar-width: none;        /* Firefox */
	-ms-overflow-style: none;     /* IE 10+ */
}

.list-server-tags-scroll::-webkit-scrollbar {
	display: none;                /* Chrome / Safari / Edge */
}

/* Optional: keep badges from shrinking */
.list-server-tags-scroll .badge {
	flex: 0 0 auto;
}

/* The fade on the right */
.list-server-tags::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.list-server-tags .badge {
	margin-right: 0.25rem;
	margin-bottom: 0; 
}



.btn-server-ip {
	background-color: #f4f6f8;
	color: #2f343a;
	border: 1px solid #e1e5ea;
	font-weight: 500;
}

.btn-server-ip:hover,
.btn-server-ip:focus {
	background-color: #e9edf1;
	color: #1d2126;
	border-color: #d5dbe1;
}

.btn-server-ip:active,
.btn-server-ip.active {
	background-color: #dde3e8;
	border-color: #cfd6dd;
	color: #1d2126;
}

.btn-server-ip:disabled,
.btn-server-ip.disabled {
	background-color: #f4f6f8;
	color: #9aa3ad;
	border-color: #e1e5ea;
}