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

html {
	height: 100%;
}

body {
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: Quicksand, 'Arial Narrow', Arial, sans-serif;
	/*color: #e5e5e5;*/
	color: #fff;
	font-size: 12px;
	background:#000;

	height: 100%;
}

@font-face {
    font-family: 'bankgothic_md_btmedium';
    src: url('../font/bankgothic/bank_gothic_2-webfont.eot');
	src: url('../font/bankgothic/bank_gothic_2-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/bankgothic/bank_gothic_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bankgothic_lt_btlight';
	src: url('../font/bankgothic/tt0589m_0-webfont.eot');
	src: url('../font/bankgothic/tt0589m_0-webfont.eot?#iefix') format('embedded-opentype')
	     url('../font/bankgothic/tt0589m_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size: 40px;
	/*letter-spacing: -1px;*/
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: rgba(239, 28, 37, 1);;
}



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

}

.sectionTop {
	width: 100%;
	max-width: 960px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 400px;
	
}

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

	border-bottom: 1px solid rgba(185, 184, 184, .1);
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	
	border-bottom: 1px solid rgba(239, 28, 37, 1);
	
}

.inner p {
	padding-left: 60px;
	padding-right: 60px;
	font-family: Quicksand, 'Arial Narrow', Arial, sans-serif;
	text-align: justify;
}

.inner h1 {
	color: rgba(239, 28, 37, 1);
	/*background-color: rgba(50, 50, 50, .8);*/
	/*color: darkgrey;*/
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: 'bankgothic_md_btmedium', 'league_gothicregular', Gothic, Arial, sans-serif;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-left:30px;
	margin-right: 30px;
	font-size: 48px;
	text-shadow: rbga(72, 72, 72, 1) 2px 2px 2px;
}

.inner h2 {
	color: rgba(185, 184, 184, 1);
	/*background-color: rgba(50, 50, 50, .8);*/
	/*color: darkgrey;*/
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: 'bankgothic_md_btmedium', 'league_gothicregular', Gothic, Arial, sans-serif;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-left:30px;
	margin-right: 30px;
	font-size: 38px;
	text-shadow: rbga(68, 68, 68, 1) 2px 2px 2px;
}

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


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #313131;
	/*background-image: url('../img/menubg1.png');*/
	background-image: url('https://ebin.files.wordpress.com/2007/03/wallpaper-cf2-1280x800.png');
	background-repeat: repeat-x;
	background-size: cover;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

.subMenu .inner {
	padding:0;
	font-weight: bold;
	margin: 0 auto;
}


.subNavBtn {
	font-family: bankgothic_md_btmedium;
	display: block;
	height: 35px;
	width: 15%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: rgba(185, 184, 184, 1);
}
.subMenu a:hover {
	background: rgba(225, 0, 25, 1);
}

.active {
	background: rgba(225, 0, 25, .8);
}
.end {
	margin: 0;
}


#header-logo {
	width:100%;
}

#steamframe {
	margin: 0 auto;
	max-width: 100%;
    /*margin-top: -15px !important;*/
    margin-bottom: -50px;
	margin-left: 60px;
	margin-right: 60px;
}

/* SECTIONS */
.sTop {
	/*min-height: 400px;*/
	background:#000;
	background-image: url('../img/AMStoBlackLogo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: COVER;
	color:#3d3d3d;
	padding: 0px;
	height: 500px;
	margin-bottom: -80px;
}

.sTop .inner {
	height: 500px;
	border: none;
}

.s1 {
	/*background:#313131;*/
	color: #fff;
	/*background-image: url('../img/AMS_Screenshots/GRAB_016.PNG');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.s1 .inner {
	/*background-color: rgba(25, 25, 25, .8);*/
	height: 100%;
	margin-bottom: 0px;
}

.s1 .inner:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.1;
    background-image: url('../img/bg_3.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    
}

.s1:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.5;
    background-image: url('../img/bg_1.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100%;
}

.s2 {
	/*background: #313131;*/
}

.s2 .inner {
	/*background-color: rgba(25, 25, 25, .8);*/
	height: 100%;
}

.s2 .inner:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.1;
    background-image: url('../img/bg_3.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.s2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.5;
    background-image: url('../img/bg_1.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100%;
}


.s3 .inner {
	/*background-color: rgba(25, 25, 25, .8);*/
	height: 100%;
}

.s3 .inner:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.1;
    background-image: url('../img/bg_3.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.s3:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.5;
    background-image: url('../img/bg_1.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100%;
}


.s4 {
	min-height: 300px;
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
}

.facebook {
	color: #fff;
	background-color: #3b5998;
	padding-top: 7px;
	padding-bottom: 5px;
}

.twitter {
	color: #fff;
	background-color: #00aced;
	padding-top: 7px;
	padding-bottom: 5px;
}

.youtube {
	color: #fff;
	background-color: #bb0000;
	padding-top: 7px;
	padding-bottom: 5px;
}

.s2 img {
    width: 840px;
    display: block;
    margin: 0 auto;
}

.s1 iframe {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.s2 iframe {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.s2 ul {
    width: 700px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

