body {
  padding-top: 80px;
  background-color: black;
  font-family: 'prox', sans-serif;
}


p
{
margin-bottom: 15px;
line-height: 1.5;
margin-top: 0;
}

h1,h2,h3,h4,h5{
	margin-top:0;
	font-weight:normal;
	margin-bottom:15px;
	color:#E62717;
}

h1{
	font-size:40px;
}
h2{
	font-size:36px;
	font-weight:300;
}
h3{
	font-size:35px;
	font-weight:300;
}
h4{
	font-size:22px;
	color:#154179;
}
h5{
	font-size:16px;
	color:#3395D9;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/* Navigation */

.navbar
{
  background-color: black;
  border-style: solid;
	border-bottom: thin solid #cccccc;

}

.navbar-brand,
.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #AA0000;
}



.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #AA0000;
}



.navbar-left
{
  padding-top:15px;
  padding-right:3px;
}

/* link */
.navbar-inverse .navbar-nav > li > a {
    color: white;
}

/* Steam Buttons */

.navbar-inverse .navbar-nav .steambanner  a:hover,
.navbar-inverse .navbar-nav .steambanner  a:focus {
  background-color: #222;  
}

.navbar-inverse .navbar-nav .steambanner  a,
.navbar-inverse .navbar-nav .steambanner  a {
  padding-right:0px; 
}

.navbar .steambanner
{
	background-color: #222;
	
	padding:0px;
}

.navbar .steambanner .steamlogo
{
	padding: 0px 15px 0px 15px;
}
.navbar .steambanner .steamprice
{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 0px;
	text-align: right;
	font-weight: bold;
	/* Comment this tag below during steam sale */ 
	display:none;

}

.navbar .steambanner .steamprice .top
{
	color: #fff;
	font-size: 12px;
	margin: 4px 0px 4px 0px;
	line-height: 0.9;
	text-transform: uppercase;
	
}

.navbar .steambanner .steamprice .bottom
{
	font-size: 28px;
	color: #d6131a;
	margin: 0px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.navbar .steambanner .buynow
{
	display: inline-block;
	padding: 0px 10px 0px 10px;
	font-size: 18px;
	background-color: #d6131a;
	text-transform: uppercase;	
	font-weight: bold;
}

.navbar .steambanner .buynow:hover
{
	background-color: white;
	color:red;
	
}

.navbar .steambanner .buynow:after
{
background: url('../img/arrow.png') left top no-repeat transparent;
content: ' ';
display: inline-block;
height: 15px;
margin-left: 10px;
margin-bottom:4px;
vertical-align: middle;
width: 15px;
}

.navbar .steambanner .buynow:hover:after{
background: url('../img/arrow_red.png') left top no-repeat transparent;
content: ' ';
display: inline-block;
height: 15px;
margin-left: 10px;
margin-bottom:4px;
vertical-align: middle;
width: 15px;
}



/*
.navbar .steambanner .buynow:after {
    content: ' ';
    display: block;
    background-image: url(../img/check1.png);
    width: 14px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
*/


/* Main Sections - Homepage */

.inner
{
  max-width: 1200px;
    margin: auto;
    display: block;
}

section{
	max-width:1200px;
	margin:auto;
	position:relative;
  font-size: 18px;
}
.inner{
	max-width:1200px;
	margin:auto;
}

.modal-body iframe
{
    border-width: 0px;
    width: 100%;
    height: 315px;
}

section#slider{
}
section#slider #hero{
	position:relative;
}
section#slider #hero .slick-dots{
	position:absolute;
	right:100px;
	bottom:50px;
}
section#slider #hero .slick-dots li{
	list-style:none;
	float:left;
}
section#slider #hero .slick-dots li.slick-active{
}
section#slider #hero .slick-dots button{
	width:14px;
	height:14px;
	overflow:hidden;
	padding:0;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	text-indent:-999px;
}
section#slider #hero .slick-dots li.slick-active button{
	background-color:transparent;
}
section#slider #down{
	background-image:url(images/down.png);
	width:46px;
	height:26px;
	position:absolute;
	left:50%;
	margin-left:-23px;
	bottom:20px;
  
  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

}
section#slider #down:hover{
	bottom:10px;
}
section#slider .betakick{
  position: absolute;
    background-color: #000;
    bottom: 114px;
    left: 50%;
    margin-left: -105px;
    border: 1px solid #E62717;
    z-index: 9;
    display: block;
    color: #fff;
    width: 210px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
  }
section#slider .betakick:hover{
  opacity:0.7;
  text-decoration: none;
  }


section img.bg{
	display:block;
	margin:auto;
}

section#welcome .text1{
	position:absolute;
	top:50px;
	width:100%;
	text-align:center;
}
section h1{
	font-weight:800;
	font-style:italic;
	font-size:122px;
	line-height:120px;
	margin-bottom:0;
}
section#welcome .text1 h1{
	color:#171717;
	
}
section#welcome .text1 h3{
	color:#171717;
	font-weight:300;
	font-size:36px;
	margin-bottom:0;
}
section#welcome .text1 p{
	max-width:890px;
	margin:auto auto 15px;
}
section#welcome .text1 a.button{
	border:5px solid #000;
	color:white;
	font-weight:400;
	line-height:30px;
	display:inline-block;
	padding:0 10px;
	background-color: #000;
}
section a.button:hover{
	color:#d13920 !important;
}
section#welcome .tbox{
	border:1px solid #d13920;
	color:#d13920;
	font-weight:800;
	font-size:33px;
	line-height:35px;
	margin:5px 5px;
	padding:0px 5px 0px 5px;
	display:inline-block;
}

section#design{
}
section#design .text1{
	position:absolute;
	width:600px;
	left:150px;
	bottom:90px;
	color:#fff;
	text-align:center;
}
section#livematch .text1{
	text-align:right;
	position:absolute;
	right:45px;
	bottom:30px;
	width:500px;
	color:#fff;
}
section#signup{
	
}
section#signup .text1{
	position:absolute;
	top:90px;
	width:100%;
	text-align:center;
}
section#signup h1{
	color:#fff;
}
section#signup h2{
	color:#fff;
	font-size:36px;
	font-weight:300;
}
section#signup p {
    margin: auto auto 15px;
    color: #fff;
}
section#recruit .text1{
	width:500px;
	position:absolute;
	left:60px;
	top:70px;
	color:#fff;
}
section#recruit .text1 h1{
	color:#fff;
}
section#recruit .text1 h2{
	color:#fff;
	line-height:40px;
}
section#win h1,section#win h2{
	color:#fff;
}
section#win h1{
	padding-right:20px;
}
section#win h2{
	font-size:35px;
}
section#win .text1{
	position:absolute;
	text-align:right;
	right:250px;
	top:80px;
	color:#fff;
	width:700px;
}
section#win p{
	font-weight:300;
	margin-top:50px;
}
section#follow .text1{
	position:absolute;
	width:100%;
	top:80px;
	text-align:center;
	
}
section#follow .text1 h1{
	color:#282828;
	margin-bottom:20px;
}
section#follow .text1 h2{
	color:#282828;
	max-width:770px;
	margin:auto;
	font-size:25px;
	margin-bottom:15px;
}
section#follow .text1 p {
	max-width:400px;
	margin:auto auto 15px;
}
section#follow .text1 p img{
	margin:0 10px;
}
section#follow .text1 a.button{
	    border: 1px solid #000;
    color: #d13920;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

/* FAQ */

.faq p
{
	color: white;
}

.faq h1
{
	font-size:60px;
}

/* 404 */
.page404 p
{
	color: white;
}

/* Privacy Policy */
.privacyPolicy p
{
	color: white;
}

.privacyPolicy h2
{
	color: white;
}

.privacyPolicy li
{
	color: white;
}

.privacyPolicy h1
{
	font-size:60px;
}


/* Code of Conduct */
.codeOfConduct p
{
	color: white;
}

.codeOfConduct h2
{
	color: white;
}

.codeOfConduct h2
{
	margin-bottom: 20px;
	margin-top: 40px;
}

.codeOfConduct .codeOfConductTop
{
	margin-top: 0px;
}

.codeOfConduct h1
{
	margin-bottom: 0px;
}

.codeOfConduct li
{
	color: white;
}

.codeOfConduct h1
{
	font-size:60px;
}


/* Trailer */

.trailer iframe
{
    border-width: 0px;
    width: 100%;
    height: 750px;
}

.trailer h1
{
	font-size:60px;
}


/* Footer */

footer
{
  text-align: center;
  padding: 25px 0px;
}

footer a
{
  color: #9d9d9d;
}

/* Contact Us */
#contactus p
{
	color: white;
}

#contactus h1
{
	font-size:60px;
}


/* Press Pack */

.press
{
	background-color: #eeeeee;
	color: black;
}

#keydetailssection
{
	background-image: url(../img/follow.jpg);
}

/* Roadmap */

.roadmap
{
	background-color: white;
	color: black;
     background: url("../img/bg.jpg") repeat;	
}

.roadmap p
{
	color: black;
	font-size: 13px;
	margin-top: 0px;
}

.roadmap h3
{
	color: black;
	font-size: 24px;
	margin-top: 21px;
	text-transform: uppercase;
}

.roadmap h5
{
	color:#d13920;
	margin-bottom: 4px;
	margin-top:20px;
	font-size: 17px;
}




