/*  
::::::::::::::::::::::::;::::::::::::::::::::::::;
-------------------- BUNKER  --------------------
::::::::::::::::::::::::;::::::::::::::::::::::::;

 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

a img {
	border: none;
}




/* ----------- Layout ------------------------------------------- */

body {
width: 100%;
	font-family: 'Montserrat';
	margin:auto;
	background: #fff;
	/*background:url(../images/backg_tile.jpg);*/
	color:#000;
	text-align:center;
}


#container{
max-width:1000px;
	text-align:center;
	margin:auto;
	}

#footer {
	clear: both;
	width: 100%;
	text-align:center;
}
@media only screen and (max-width: 435px){
	#footer  Aimg{width:100%}
}

#masthead{
margin-top:50px;
margin-bottom:20px;
}
@media only screen and (max-width: 600px){
	#branding img{
		width:100%;

	}
	#header img{
		visibility:hidden;

	}

	#header .right{
		margin:auto;
		position:absolute;
	top:0;
	}
}

img.smallicon{
width: 20px;
height: auto;
margin-right: 10px;
}

a.downloadlink{
font-weight: bold;
color: #d60047;
}
/* ----  HEADER  ------ */
#header{
	position:fixed;
	z-index:100;
	width:100%;
	top:0;
	background:#fff;
	text-align:right;
	height:50px;
	box-shadow: 0px 0px 5px #888888;
	list-style: outside none none;
	box-sizing: border-box;
	letter-spacing: 1px;
	display: block;
}


#header ul{
	margin-right:30px;
	float: right 
}
#header li{
display: block;
	float: left;
	padding:10px 20px;
}

#header .left{
	float:left;
	margin:10px 100px 0 50px ;
}
#header .right{

	margin:10px 50px 50px 0;
}

a {
	color: #000;
	text-decoration: none;
}


.socialbuttons img{

	
}

img.social{
	margin:20px;
	opacity:0.5;
	text-decoration:none;
	border: 0;
	box-shadow: 0;
	display: inline;
}

img.social:hover{
	opacity:1;
}


.scrol{

	margin-bottom:50px;
	margin-top:50px;
}
/*  ---------------- intro ---------- */
#intro{
	/*border-top:2px solid #000;*/
	max-width:960px;
	font-size:1em;
	line-height: 150%;
	margin:auto;
	padding-top:30px;
	text-align:left;

}
#intro .left{
	margin-right:50px;
	float: left;
	width:44%;
	margin-top:25px;
	}
#intro .right{
	margin-top:25px;
	position: relative;
  	float: left;
	width:44%;
	margin-left: 50px;
}

@media only screen and (max-width: 600px){

    #intro{ 
		width:100%;
		padding: 0 25px;

	}
	#intro .right, #intro .left{
		width:90%;margin-left:5px;
	}
}
/*-------------stats ---------*/
#stats{
width:100%;
	font-size:0.8em;
	line-height: 150%;
	margin:0 auto;
	text-align:center;
	height:100%;
	font-size: 1.2em;

}
/*-------------RULES ---------*/
#rules{
	width:100%;
	font-size:0.8em;
	line-height: 150%;
	margin:0 auto;
	text-align:center;
	height:100%;
}

 .col{
	margin-right:0px;
	float: left;
	width:28%;
	margin:20px;
}
#rules .big{
	font-size:1.2em;
}

@media only screen and (max-width: 600px){

	#stats{
		margin: 0 auto;

	}
	#stats .col{
		width:100%;
		margin: 30px auto;
	}
    #rules{ 
		
		width:100%
	}
	#rules .col{
		width:90%;margin-left:5px;
		
	}
}


/*---------    ---------------*/

@media only screen and (max-width: 700px){
	#back2top img{
		width:100%;
	}
	.scrol{
		width:100%;

	}
}
#back2top{
width:100%;
margin:0 0 50px 0;
}
