/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

#backgroundDefault {
	background: #0e0e0e url(images/background.jpg);
}
#backgroundNuke {
	background: #0e0e0e url(images/nukeBackground.jpg);
}
#backgroundOverpass {
	background: #0e0e0e url(images/overpassBackground.jpg);
}
#backgroundD2 {
	background: #0e0e0e url(images/d2Background.jpg);
}
#backgroundMirage {
	background: #0e0e0e url(images/mirageBackground.jpg);
}
.selected {
	filter: grayscale(0%) !important;
}
.wrapper {
	overflow: hidden;
	width: 750px;
	margin: 0 25px 0 75px;
}
.logo {
	float: left;
	overflow: hidden;
	cursor: pointer;
	padding-bottom: 10px;
}
.maintitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 44pt;
	color: white;
	margin: 25px 0 0 25px;
	letter-spacing: 10px;
}
.subtitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 13pt;
	color: white;
	margin: 25px 25px 0 27px;
	letter-spacing: 3px;
}
.subTitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 13pt;
	color: white;
	vertical-align: middle;
}
.mapTitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 13pt;
	color: white;
	letter-spacing: 3px;
	margin: 25px 0 5px 30px;
}
.smallTitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 13pt;
	color: white;
	letter-spacing: 3px;
}
.rTitle {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 28pt;
	color: white;
}
.selectionTitleT {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 50pt;
	width: 175px;
	height: 100px;
	float: left;
	color: white;
	text-align: center !important;
	border-radius: 4px 0px 0px 4px;
}
.selectionTitleCT {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 50pt;
	width: 175px;
	height: 100px;
	float: left;
	color: white;
	text-align: center !important;
	border-radius: 0px 4px 4px 0px;
}
.h_border {
	height: 120px;
	float: left;
	margin: 8px 0 0 20px;
}
.leftBlock {
	overflow: hidden;
	float:left;
}
.menu{
	float: left;
	height: auto;
	width: 400px;
	margin: 15px 25px 25px 75px;
	overflow: hidden;
}
.rightBlock {
	float: right;
	margin: 0 75px 25px 0;
	padding-top: 25px;
	height: 650px;
	width: 800px;
}
.button {
	margin: 0 0 0 25px;
	height: 100px;
	width: 350px;
	border-radius: 4px 4px 4px 4px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center; 
	filter: grayscale(100%);
	cursor: pointer;
	box-shadow: 2px 2px 7px 0 #090909;
}
.item {
	float: left; 
	margin: 0 25px 0 25px;
}
.nav {
	height: auto;
	width: 300px;
	padding-top: 22px;
	text-align: center;
}
.contentItem {
 	display: inline-block;
	margin-top: 15px;
}
.contentList {
	display: inline-block;
	width: 300px;
	margin-top: 15px;
}
.itemParent {
	float: left; 
	width: 150px; 
	height: 40px;
}
.nuke {
	background-image: url("images/nuke.jpg");
}
.overpass {
	background-image: url("images/overpass.jpg");
}
.dust {
	background-image: url("images/dust.jpg");
}
.mirage {
	background-image: url("images/mirage.jpg");
}
.hoverTeam:hover {
	-webkit-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    filter: grayscale(0%);
	background-color: rgba(0,0,0,0.33);
}
.hover:hover {
	-webkit-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    filter: grayscale(0%);
	background-size: 105%;
}
.hover {
	-webkit-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    filter: grayscale(100%);
	background-size: 100%;
}
.hoverItem:hover {
	-webkit-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    filter: opacity(33%);
	cursor: pointer;
}.hoverItem {
	-webkit-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    transition: filter 0.2s ease-out, background-size 0.2s ease-out;
    filter: opacity(100%);
	cursor: pointer;
}
.hoverSpin:hover {
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.hoverSpin {
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
img {
  	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}	
.active {
	background-color: rgba(0,0,0,0.66);
}
.disabled {
	display: none;
}
.click {
    display:inline-block;
    width:100%;
    height:100%;
}
.closeIcon {
	float: right;
	margin: 13px -5px 0 0;
	cursor: pointer;
}
.divider {
	border: solid white 1px;
	margin-top: 20px;
	width: 100%;
}
#contentImage {
	margin-top: 25px;
}

#contentImage img {
  position:absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#contentImage img.top:hover {
  opacity:0;
}
/*.dev {
	border: solid 2px red;
}*/