@charset "utf-8";
/* Aim Academy motd_mapcycle style sheet */

html, body {
	/* background-image: url("motd_main-Bg.png"); */
	background-color: #141414;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	/* font-family: 'Roboto Condensed'; */
	width: 100%;
}

/* Logo */
.top-div {
	position: relative;
    position: -webkit-sticky; /* Safari */
    top: 0;
	width: 80%;
	height: auto;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	text-align: left;
	outline: 1px solid #005555;
	outline-offset: -1px;
	/* box-shadow: 0px 0px 45px #004444; */
}

/* Back Button */
a.button {
	display: block;
	height: 23px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #005555;
	background-color: #181818;
	padding-bottom: 2px;
	box-shadow: none;
}

a.button:hover {
	background-color: #111;
	border-color: #008888;
}

.back {
	position: fixed;
	top: 10px;
	left: 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	z-index: 100;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00AB';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-left: 20px;
}

.button:hover span:after {
	opacity: 1;
	left: 0;
}
/* Back Button End */

a.glow, a.glow:hover, a.glow:focus {
	text-decoration: none;
	color: #ddd;
	text-shadow: 2px 2px 1px #000;
	-webkit-transition: 425ms linear 0s;
	-moz-transition: 425ms linear 0s;
	-o-transition: 425ms linear 0s;
	transition: 425ms linear 0s;
	outline: 0 none;
}

a.glow:hover, a.glow:focus {
	color: #eee;
	text-shadow: -1px 1px 8px #00FFFF, 1px -1px 8px #00FFFF;
}

a.ext:link    { text-decoration:underline; color: #00FFFF;}
a.ext:visited { text-decoration:underline; color: #00FFFF;}
a.ext:hover   { text-decoration:underline; color: #AAFFFF;}
a.ext:focus   { text-decoration:underline; color: #00FFFF;}
a.ext:active  { text-decoration:underline; color: #00FFFF;}


/* Slideshow */
/*************/

/* Slideshow Core */
.block {
  width: 10%;
  height: 385px;
  display: inline-block;
  background-color: #111;
  cursor: pointer;
  position: relative;
  -webkit-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -moz-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -ms-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -o-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  transition: width .5s ease-in-out, background-color .5s ease-in-out;
  text-align: center;
  margin-top: 4px;
  opacity: .30;
  overflow:hidden;
}

.block:hover {
  background-color: #005555;
  width: 25%; /* Individual width after hover */
  -webkit-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -moz-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -ms-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  -o-transition: width .5s ease-in-out, background-color .5s ease-in-out;
  transition: width .5s ease-in-out, background-color .5s ease-in-out;
  box-shadow: 0px 0px 5px #005555;
  opacity: 1;
}

.block:hover .img-p {
  opacity: 1;
  -webkit-transition: opacity .5s .51s ease-in-out;
  -moz-transition: opacity .5s .51s ease-in-out;
  -ms-transition: opacity .5s .51s ease-in-out;
  -o-transition: opacity .5s .51s ease-in-out;
  transition: opacity .5s .51s ease-in-out;
}

.block:hover .layer {
  opacity: .30;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  box-shadow: 0px 0px 20px #00ffff;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.img-p {
  position: absolute;
  font-size: 14px;
  opacity: 0;
  color: #00FFFF;
  text-align: center;
  line-height: 1.6em;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0, .3);
}

.p-container{
  width: 100%;
  position: relative;
  bottom: -25em;
  text-shadow: 1px 1px 2px #000;
}

/* Slideshow Conetent */
.image1 {
  background-image: url(motd_mapcycle-Dm_Lostarena1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image2 {
  background-image: url(motd_mapcycle-Pg_Stalkx1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image3 {
  background-image: url(motd_mapcycle-Dm_Caverns_R11.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image4 {
  background-image: url(motd_mapcycle-Dm_Collapse_R21.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image5 {
  background-image: url(motd_mapcycle-Aim_Arena_Pro1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image6 {
  background-image: url(motd_mapcycle-Dm_Coax_Duelb891.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image7 {
  background-image: url(motd_mapcycle-Dm_Insomnia_V21.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image8 {
  background-image: url(motd_mapcycle-Dm_Intensity_Cu1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image9 {
  background-image: url(motd_mapcycle-Dm_Lockdown_R61.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image10 {
  background-image: url(motd_mapcycle-Dm_Ethic1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image11 {
  background-image: url(motd_mapcycle-Dm_Lostvillage_R11.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

.image12 {
  background-image: url(motd_mapcycle-Dm_Octagon1.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 1px solid #005555;
  outline-offset: -1px;
}

/* Slideshow Animation */
@media (max-width: 768px) {

.block {
  width: 80%;
  height: 100px;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.block:hover {
  width: 100%;
  height: 385px;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}
}

@media (min-width: 768px) {

.block { width: 6.18%; }

}

@media (min-width: 992px) {

.block { width: 6.3%; /* Individual width before hover */ }

}

/* Slideshow End */
/*****************/



.bottom-div {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-left:0px;
	margin-right:0px;
	padding-bottom: 0px;
	padding-top: 43px;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
	font-size: 8px;
	color: #0aa;
	text-shadow: 1px 1px 8px #000, -1px -1px 8px #000, 1px -1px 8px #000, -1px 1px 8px #000;
}