
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;
}


/* 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 */

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


/* 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;
    }
}