body, html {
	background: #222222;
}

/* Menu */

.menu {
	min-height: 52px;
}

.navbar {
	  margin-bottom: 0;
}


.navsocial > li > a {
	padding-left:5px;
	padding-right:5px;
}

.navbar-inverse .nav .yourserver > a,
.navbar-inverse .nav .yourserver > a:hover,
.navbar-inverse .nav .yourserver > a:focus {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: #ff7700;
  /*background-image: -moz-linear-gradient(top, #60d260, #19d219);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60d260), to(#19d219));
  background-image: -webkit-linear-gradient(top, #60d260, #19d219);
  background-image: -o-linear-gradient(top, #60d260, #19d219);
  background-image: linear-gradient(to bottom, #60d260, #19d219);*/
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60d260', endColorstr='#19d219', GradientType=0);
  -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}



/* Header */

.header {
	width: 100%;
	height: 130px;
	background-color: #4b565c;
	background: url('/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-bottom: 40px;

}

/* Bottom */

.bottom {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #131313;
	padding-top: 30px;
}


/* Misc class */

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

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

.servers-shortcut {
	position: relative;
	top: 5px;

}
.servers-shortcut a:link { color: #404040; text-decoration: none;}
.servers-shortcut a:visited { color: #404040; text-decoration: none;}
.servers-shortcut a:active { color: #404040; text-decoration: none;}
.servers-shortcut a:hover { color: #404040; text-decoration: underline;}


.bottom-links {
	color: #aaaaaa;

}
.bottom-links a:link { color: #aaaaaa; text-decoration: none;}
.bottom-links a:visited { color: #aaaaaa; text-decoration: none;}
.bottom-links a:active { color: #aaaaaa; text-decoration: none;}
.bottom-links a:hover { color: #ffffff; text-decoration: none;}


.bottom-links li {
	font-size: 2rem;
	padding-top: 12px;
}

@media only screen and (min-width: 768px) {
    .bottom-links li {
		font-size: 14px;
		padding-top: 5px;
	}
}


.copyright_header { 
	color: #aaaaaa;
	font-size: 15px;
}
.copyright_header a:link { font-weight: bold; color: #ff7700; text-decoration: none;}
.copyright_header a:visited { font-weight: bold; color: #ff7700; text-decoration: none;}
.copyright_header a:active { font-weight: bold; color: #ff7700; text-decoration: none;}
.copyright_header a:hover { font-weight: bold; color: #ff7700; text-decoration: underline;}

.copyright_text { 
	color: #666666;
	font-size: 12px;
}


.information_text { 
	color: #aaaaaa;
	font-size: 13px;
}
.information_text a:link { color: #aaaaaa; text-decoration: none;}
.information_text a:visited { color: #aaaaaa; text-decoration: none;}
.information_text a:active { color: #aaaaaa; text-decoration: none;}
.information_text a:hover { color: #ffffff; text-decoration: none;}


.link-alert a {
	color: #a94442;
}
.link-alert a:hover {
	color: #a94442;
}

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


/* Bootstrap 3 Customize */

.navbar-brand {
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
}


h1 {
	color: #ff7700;
	font-size: 36px;
	border-bottom: 1px solid #cbcfd1;
}


@media screen and (max-width: 600px) {
	h1 {
        font-size: 32px;
    }
}


h2 {
	padding: 0px 0px 5px 0px;
	color: #404040;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 1px solid #cbcfd1;
}
h2 a:link { color: #404040; text-decoration: none;}
h2 a:visited { color: #404040; text-decoration: none;}
h2 a:active { color: #404040; text-decoration: none;}
h2 a:hover { color: #404040; text-decoration: underline;}


h3 {
	padding: 0px 0px 5px 0px;
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cbcfd1;
}
h3 a:link { color: #404040; text-decoration: none;}
h3 a:visited { color: #404040; text-decoration: none;}
h3 a:active { color: #404040; text-decoration: none;}
h3 a:hover { color: #404040; text-decoration: underline;}


h3.topserver {
	padding:0;
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	border-bottom: none;
}

h4 {
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	color: #404040 !important;
	font-size: 17px;
	font-weight: bold;
}
h4 a:link { color: #404040 !important; text-decoration: none;}
h4 a:visited { color: #404040 !important; text-decoration: none;}
h4 a:active { color: #404040 !important; text-decoration: none;}
h4 a:hover { color: #404040 !important; text-decoration: underline;}


h5 {
	color: #ff7700;
	font-size: 16px;
	font-weight: bold;
}


h6 {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px; 
	margin-bottom: 0px;
}


.social_links li,
.social_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: inline;
}

.recquired {
	color: #fa0505;
	font-weight: bold;
	font-size: 20px;
}

.font-icon-black a:link { color: #333333; text-decoration: none;}
.font-icon-black a:visited { color: #333333; text-decoration: none;}
.font-icon-black a:active { color: #333333; text-decoration: none;}
.font-icon-black a:hover { color: #333333; text-decoration: none;}

.font-icon-mmp a:link { color: #ff7700; text-decoration: none;}
.font-icon-mmp a:visited { color: #ff7700; text-decoration: none;}
.font-icon-mmp a:active { color: #ff7700; text-decoration: none;}
.font-icon-mmp a:hover { color: #e66b00; text-decoration: none;}


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



/* Button */

.btn-mmp {
	color: #ffffff;
	background-color: #ff7700;
	border-color: #ff7700;
}
.btn-mmp:hover,
.btn-mmp:focus,
.btn-mmp:active,
.btn-mmp.active {
	color: #ffffff;
	background-color: #e66b00;
	border-color: #cc5f00;
}
.btn-mmp.disabled:hover,
.btn-mmp.disabled:focus,
.btn-mmp.disabled:active,
.btn-mmp.disabled.active,
.btn-mmp[disabled]:hover,
.btn-mmp[disabled]:focus,
.btn-mmp[disabled]:active,
.btn-mmp[disabled].active,
fieldset[disabled] .btn-mmp:hover,
fieldset[disabled] .btn-mmp:focus,
fieldset[disabled] .btn-mmp:active,
fieldset[disabled] .btn-mmp.active {
	background-color: #ff7700;
	border-color: #ff7700;
}


.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #51a351;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
background-color: #468847;
  border-color: #398439;
}


/*color: rgba(255, 255, 255, 0.75);*/
.btn-inverse {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
	background-color: #333333;
	border-color: #333333;
}

/* Label & Badge */

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

.label {
  display: inline;
  padding: .2em .6em .2em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3a87ad;
}

.label-warning {
  background-color: #ff7700;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e66b00;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}



.badge-default {
  background-color: #999999;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #808080;
}

.badge-primary {
  background-color: #428bca;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #3071a9;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #468847;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #ff7700;
}

.badge-important {
  background-color: #d9534f;
}

.badge-important[href]:hover,
.badge-important[href]:focus {
  background-color: #c9302c;
}

.badge-inverse {
  background-color: #404040;
}

.badge-inverse[href]:hover,
.badge-inverse[href]:focus {
  background-color: #404040;
}


/* Others */

.huge {
    font-size: 38px;
}

.huge-responsive {
    font-size: 32px;
}

.breadcrumb {
	background-color: #f1f1f1;
}

.breadcrumb a:link { color: #ff7700; text-decoration: none;}
.breadcrumb a:visited { color: #ff7700; text-decoration: none;}
.breadcrumb a:active { color: #ff7700; text-decoration: none;}
.breadcrumb a:hover { color: #ff7700; text-decoration: none;}



.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #666666;
  content: "/\00a0";
}

.breadcrumb > .active {
	color: #666666;
}

.pagination > li > a,
.pagination > li > span {
	color: #000000;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #ff7700;
  border-color: #ff7700;
}

.alert h4 { color: inherit !important; }


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

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



/* FORM SEARCH */

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}


/* YOUTUBE */

.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Cards */

.cta-card {
  border-radius: 4px;
  padding: 24px 26px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45;
}

.cta-card-title {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  padding: 0;
}

.cta-list { margin: 12px 0 18px; }
.cta-list li { margin: 6px 0; }

/* Variants */
.cta-card--dark {
  background: #2f343a;
  border-color: #2a2f34;
}

.cta-card--info {
  background: #1aa6b5;
  border-color: #1596a3;
}

.cta-card--light {
  background: #f8f9fa;
  border-color: #e9ecef;
  color: #495057; /* softer than pure black */
}

.cta-card--light .cta-card-title { color: #343a40; }

/* Text colors for dark/info cards (targeted, no wildcard *) */
.cta-card--dark,
.cta-card--info { color: #fff; }

.cta-card--dark p,
.cta-card--dark li,
.cta-card--dark .cta-card-title,
.cta-card--dark i,
.cta-card--info p,
.cta-card--info li,
.cta-card--info .cta-card-title,
.cta-card--info i {
  color: #fff;
}

/* Clickable card without link styling */
.cta-card > a.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cta-card > a.card-link:hover,
.cta-card > a.card-link:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/* Bootstrap 3 jumbotron tweaks */
.jumbotron h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 12px;
  border-bottom: 0;
  padding-bottom: 0;
}

.jumbotron p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
}

/* White button inside blue card (Bootstrap 3 has no .btn-light by default) */
.cta-card--info .btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #111;
}
.cta-card--info .btn.btn-light i { color: #111; }
.cta-card--info .btn.btn-light:hover,
.cta-card--info .btn.btn-light:focus { color: #111; }

/* Bottom card button contrast */
.cta-card--light .btn-secondary {
  background: #5f6b75;
  border-color: #5f6b75;
  color: #fff;
}
.cta-card--light .btn-secondary:hover {
  background: #525d66;
  border-color: #525d66;
  color: #fff;
}

/* ---- Existing alert styles ---- */
.alert-secondary { background-color: #f7f7f9; border-color: #e1e1e8; color: #383d41; }
.alert-secondary hr { border-top-color: #d5d5df; }
.alert-secondary .alert-link { color: #2b2f33; }

.alert-light { background-color: #fefefe; border-color: #fdfdfe; color: #818182; }
.alert-light hr { border-top-color: #ececf6; }
.alert-light .alert-link { color: #686868; }

.alert-dark { background-color: #d6d8d9; border-color: #c6c8ca; color: #1b1e21; }
.alert-dark hr { border-top-color: #b9bbbe; }
.alert-dark .alert-link { color: #040505; }



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