/* CSS file for revoras cnc page
 * by ICT
/* Global CSS */

/** {margin: 0; padding: 0; outline: 0;}*/

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background-color: rgb(25,25,25);
}

h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
   margin-left: -4px;
}

h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
}

#wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	/*z-index: 10;*/
    /*position: relative;*/
	margin: 0 auto;
	padding: 0;

}

.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	/*z-index: 10;*/
	/*position: relative;*/
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}


.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding: 30px 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}

.col-2 {
   width: 50%;
   float: left;
}

.content {
   padding: 0px 30px 0px 0px;
}



/* SECTIONS */

.sTop {
	min-height: 200px;
	background-image: url('../img/launcherWebsiteBanner.png');
   background-size: cover;
	color: rgb(240,240,240);
	padding: 50px 0;
	height: 279px;
    position: relative;
}



/* images resize by height of surrounding object */

.img-responsive-height
{
  display: block;
  width: auto;
  max-height: 100%;
}




/*
 * Server Info (overrides stuff in jquery.fancybox.css)
 */

#infobar {
    position: absolute;
    top: 20%;
    left: 50%;
	margin: 0 auto;
    margin-left: -10em;
	padding: 4em 6em 4em 5em;
	/*text-align: center;*/
	font-weight: bold;
	color: white;
    background: black;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

#infobar h2 {
    color: yellow;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#infobar span.online {
	color: #5fd401;
}

#infobar span.offline {
	color: red;
}

#infobar a.fancybox {
    display: block;
	font-weight: normal;
	color: white;
}

#infobar a.fancybox:hover,
#infobar a.fancybox:active {
    color: #0fc5ff;
    text-decoration: none;
}

#infobar a.fancybox > span {
	margin-right: 0.6em;
}


.serverinfo {
    display: none;
	width: 1000px;
	min-height: 500px;
	padding: 2em;
	background: #111;
	color: white;
}

.serverinfo h2 {
	margin-top: 0;
}

.serverinfo h3 {
    margin-top: 1.5em;
    font-size: 150%;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}

.serverinfo article.game {
	margin: 1.25em auto;
}

.serverinfo article.game h4 {
	margin: 0.2em;
    font-size: 120%;
    font-weight: bold;
}

.serverinfo article.game h4 img {
	vertical-align: middle;
}

.serverinfo article.game p {
	margin: 0.2em;
}

.serverinfo article.game.full {
	color: #aaa;
}

.serverinfo a {
    color: #0fc5ff;
}

.serverinfo a:hover,
.serverinfo a:active {
    color: #428bca;
    text-decoration: none;
}

.inline {
	display: inline;
}

.players-list {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.players-list li {
	display: inline;
}

.players-list li:before {
	content: ", ";
}

.players-list li:first-child:before {
	content: "";
}

.players-list li.host a {
	color: #ffff00;
	font-weight: bold;
}
