body {
	color: #FFF;
	background-repeat: repeat-y;
	background-color: #000;
	background: url('../images/background.jpg') ;
	background-size: 100% 100%; 
	background-attachment: fixed;
	margin: 0; padding: 0;
}

* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: underline;
	color: #CC0000;
	border: none !important;
}

a.textlink:hover {
	color: #FFF !important;
	background: #c80000;
}

.featurebuttons {
	margin: 0px auto;
	padding: 0px;
	margin-top: -26px !important;
	display: block;
}

.whitelink {
	color: #FFF;
}

a.whitelink:hover {
	color: #CC0000;
}

hr {
	border:none;
	border-top: 2px solid #c80000;
}

.image_head {
	width: 100%;
	margin: 10px 0px;
	text-align: center;
}

.linebreak {
	height: 5px;
	width: 100%;
}

.gored {
	color: #c80000 !important;
}

.thumbnail {
	width: 30%;
	margin: 1%;
}

h1 {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #c80000;
}

h3 {
	margin: 0px;
	font-size: 16px;
	text-align: center;
	color: #888;
}

h4 {
	font-size: 14px;
	text-align: center;
}

h5 {
	font-size: 14px;
	text-align: center;
}

#newjasons {
	position: absolute;
	top: 10px; 
	right: 10px;
}

#screens {
	margin: auto;
    width: 90%;
    padding: 0 10px;
}

#new {
	border: none;
	position: absolute;
	bottom: 10px;
	right: 50%;
	margin-right: -70%;
	width: 50%;
	z-index: 100;
}

#head {
	margin: auto;
	max-width: 900px;
    width: 90%;
    padding: 10px 0px;
}

.launchdate {
	background-size: 100% auto;
	vertical-align: bottom;
}

#masthead {
	background: center top url('../images/f13websitev2_background.png');
	background-repeat: no-repeat;
    background-size: auto;
}

#main {
	text-align: justify;
	font-size: 17px;
}

#foot {
	color: #888 !important;
	margin: auto;
    width: 60%;
    padding: 0 10px;
}

.logo {
	width: 430px;
    max-width: 100%;
    max-height: 100%;
}

.screenshot {
    max-width: 100%;
    max-height: 100%;
}

.critical {
    max-width: 100%;
    max-height: 100%;
}

#screens .screenshot {
	margin: 0 0 10px 0;
}

a.downloadlink {
    display: block;
    width: 331px;
    height: 80px;
    background-image: url(../images/f13websitev2_budownload_buttons.png);
    background-position: center 2px;
    text-indent: -999em;
    margin: -10px auto -20px auto;
}

a.downloadlink:hover {
	background-position: bottom;
    background-image: url(../images/f13websitev2_budownload_buttons.png);
}


.floattitle {
	position: relative;
}

.newjasons {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 60%;
	z-index: 1;
}

.newweapons {
	position: absolute;
	top: -10px;
	right: -40px;
	width: 50%;
	z-index: 1;
}

.newweaponsAd {
	position: absolute;
	bottom: -100px;
	right: -40px;
	width: 50%;
	z-index: 1;
}

#mc_embed_signup form { padding: 0px !important; }
#mc_embed_signup{clear:left; font-size: 14px; width:100%; margin: 0; }
#mc_embed_signup .button {
	background-color: transparent !important;
	background: url('../images/bu_subscribe.png') no-repeat;
	width: 186px !important;
	height: 58px !important;
}

#mc_embed_signup input.email {
	height: 41px !important;
}

#mc_embed_signup .button:hover {

}

.fancybox-arrow--right {
	background: url('../images/ico_arrowr.png') center center no-repeat !important;
	width: 100px !important;
	height: 200px !important;
	opacity: 1 !important;
}

.fancybox-arrow--left {
	background: url('../images/ico_arrowl.png') center center no-repeat !important;
	width: 100px !important;
	height: 200px !important;
	transform: scaleX(1) !important;
	opacity: 1 !important;
}

.fancybox-arrow::after {
	background: none !important;
}

.fancybox-button {
	background: #CC0000 !important;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
	background-repeat: repeat-y;
    background: url(../images/background.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}



.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#mc_embed_signup input.email {
	width: 280px !important;
	text-align: center;
}

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
		#main {
			font-size: 26px;
		}
		
		#foot {
			width: 100%;
		}
  }

@media only screen and (min-width: 100px) {
	#main {
		margin: auto;
		width: 90%;
		padding: 0 10px;
	}
	.social {
		width: 25%;
	}

}

@media only screen and (min-width: 500px) {
	.social {
		width: 15%;
	}

}

@media only screen and (min-width: 900px) {
	#main {
		margin: auto;
		width: 850px;
		padding: 0 10px;
	}
	.social {
		width: 10%;
	}
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
.myCrits {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container, .slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#navback {
	width:100%;
	background: #000;
	margin:0 auto;
	list-style:none;
	position: fixed;
	z-index: 1313;
	border-bottom: 1px solid #CC0000;
}

#nav {
	margin:0 auto;
	list-style:none;
}

#nav li {
	float:left;
}

#nav a {
	display:block;
	text-align:center;
	color:#cc0000;
	text-decoration:none; 
	margin-left:-2px;
	font-weight:bold;
	border-left:2px solid #000;
	border-right:2px solid #000;	
}

#nav a:hover, #nav a:focus {
	background:#CC0000;
	color:#fff;	
}

#navback {
	height:3em;
}

#nav {
	height:3em;
	width:830px;
	font-size: 17px;
	line-height:2.8em;
}

#nav a {
	width:150px;
}

.gamebox {
	width: 220px;
	height: auto;
	margin: 20px;
	border: 1px solid #400 !important;

}