/*+clearfix {*/
.gamecontainer:after, .individualgcontainer:after, .individualgbottom:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.gamecontainer, .individualgcontainer, .individualgbottom
{
	display: block;
	*height: 1px;
}
/*+}*/
/*[clearfix]*/
.gamecontainer
{
	position: relative;
	width: 100%;
	border: 1px solid #EBEBEB;
	margin-top: 20px;
	padding-bottom: 20px;
	transition: all 0.5s;
	height: 280px;
	overflow: hidden;
	box-shadow: inset 0px -2px 7px #E9E9E9;
}
.gamecontainer:hover
{
	box-shadow: 0px 0px 3px #DFDFDF;
}
.gamecontainer:hover IMG
{
	transition: all 0.5s;
	box-shadow: none;
	margin-top: 15px;
	width: 21%;
	opacity: 1;
	border-bottom: 0px;
	box-shadow: 0px 2px 5px #D3D3D3;
}
.gamecontainer:hover A.gametitle
{
	background: #409CD0;
	font-size: 125%;
	padding-left: 30px;
	color: #FFFFFF;
	transition: all 0.5s;
}
.gamecontainer A.gametitle:active
{
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.684);
	text-shadow: 0px 0px 3px #000;
}
.gamecontainer:hover A.gametitle I
{
	transition: all 0.5s;
	font-size: 0.8em;
	color: #FFFFFF;
}
.gamecontainer IMG
{
	float: right;
	margin: 20px 20px 0px 20px;
	width: 18%;
	overflow: hidden;
	opacity: 0.6;
	box-shadow: 0px 0px 5px #CDCDCD;
	transition: all 0.5s ease-in-out;
}
.gamecontainer A.cover I
{
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
	right: 0;
	margin-right: 10.5%;
	top: 0;
}
.gamecontainer:hover A.cover I
{
	position: absolute;
	right: 0;
	margin-right: 9%;
	font-size: 5em;
	top: 38%;
	color: #FFFFFF;
	text-shadow: 0px 3px 3px #000;
	visibility: visible;
	opacity: 0.9;
}
.gamecontainer
{
}
/*.gamecontainer IMG:hover
{
	box-shadow: 0px 0px 20px #CDCDCD;
	transition: all 0.5s;
	margin-top: 15px;
	width: 23%;
}*/
.gamedetails
{
	column-width: 11.5em;
	-webkit-column-width: 14em;
	padding-left: 20px;
	width: 70%;
}
.gamedetails UL.columns
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gamedetails UL.columns LI
{
	font-family: helvetica;
	font-size: 1.1em;
}
.gamedetails UL.columns LI:first-child
{
	margin-top: 0px;
}
A.gametitle
{
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #898989;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 20px;
	transition: all 0.5s;
}
A.gametitle H2
{
	margin: 0;
	font-family: helvetica;
	font-size: 1.3em;
}
A.gametitle I
{
	padding-left: 5px;
	transition: all 0.5s;
	color: #BFBFE7;
	display: none;
}
P.gamesummary
{
	padding: 20px;
	font-family: helvetica;
	margin: 0;
}
/*new layout*/
.clearfix
{
	clear: both;
	height: 10px;
}
/*[clearfix]*/
.individualgcontainer
{
	position: relative;
	width: 100%;
	width: -webkit-calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px #D6D6D6;
	transition: 0.3s;
}
.individualgcontainer:hover
{
	box-shadow: 0px 0px 10px #C6C6C6;
	transition: 0.3s;
	margin-top: -20px;
}
.individualg
{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	transition: 0.3s;
}
A.individualgcover
{
	width: 35%;
	position: relative;
	height: 250px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	transition: 0.3s;
}
/*[clearfix]*/
.individualgbottom
{
	position: relative;
	padding: 20px;
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.100);
	height: 57px;
	background: #F8F8F8;
}
A.individualgcover IMG
{
	float: right;
	width: 100%;
	opacity: 0.7;
	position: relative;
}
.individualgcontainer:hover A.individualgcover IMG
{
	opacity: 1;
	transition: 0.3s;
	box-shadow: 0px 0px 10px #23719D;
}
.individualgcontainer:hover A.individualgcover
{
	margin-bottom: 20px;
	transition: 0.3s;
}
.individualgcontainer:hover .individualg
{
	background: url(images/gameheader.jpg) top / cover;
	transition: 0.3s;
}
.individualgcontainer:hover I, .individualgcontainer:hover SPAN, .individualgcontainer:hover SPAN A, .individualgcontainer:hover H2 A
{
	color: #FFFFFF;
	text-shadow: 0px 1px 3px #2A698E;
}
.individualgcontainer:hover H2 A
{
}
A.individualgcover:after
{
	box-shadow: inset 0px -10px 50px -25px #000000;
	content: ' ';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.individualgcontainer:hover A.individualgcover:after
{
	box-shadow: inset 0px -10px 50px -25px #000000;
	content: ' ';
	position: absolute;
	top: 0;
	width: 100%;
	height: 110%;
	transition: 0.3s;
}
A.individualgcover I
{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	position: absolute;
	right: 0;
	top: 0;
}
.individualgcontainer:hover A.individualgcover I
{
	position: absolute;
	margin-right: 33%;
	transition: all 0.3s ease;
	right: 0;
	font-size: 5em;
	top: 35%;
	color: #FFFFFF;
	background: ;
	text-shadow: 0px 0px 10px #409CD0;
	visibility: visible;
	opacity: 0.9;
}
.individualgtitle
{
	height: ;
}
.individualgtitle H2
{
	font-family: 'Geogrotesque-SemiBold';
	font-weight: normal;
	font-size: 1.8em;
}
.individualgtitle H2 A
{
	color: #409CD0;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	display: block;
}
SPAN.devpubdate
{
	font-family: 'Geogrotesque-regular';
	font-size: 1.3em;
	display: block;
	margin-left: 20px;
	margin-bottom: 30px;
	color: #E7E7E7;
}
SPAN.devpubdate A
{
	color: #B8B2B2;
	/*border-bottom: 1px solid #EAE8E8;*/
}
.gdetailtop
{
	margin-top: 0px;
	margin-left: 20px;
}
.gdetailbottom
{
	margin-bottom: 10px;
	margin-left: 20px;
}
SPAN.gdetailitem
{
	font-family: 'Geogrotesque-regular';
	font-size: 1.3em;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
SPAN.gdetailitem A
{
	color: #464646;
	border-bottom: 1px solid #EBEBEB;
}
SPAN.gdetailitem A:hover
{
	color: #409CD0;
	text-decoration: none;
	background: #F0F0F0;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 5px;
	transition: 0.2s;
	position: relative;
	text-shadow: none;
}
SPAN.devpubdate A:hover
{
	color: #409CD0;
	text-decoration: none;
	background: #F0F0F0;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 5px;
	transition: 0.2s;
	position: relative;
	text-shadow: none;
}
SPAN.gdetailitem I
{
	margin-right: 10px;
	color: #409CD0;
}
.individualgbottomleft
{
	float: left;
}
DIV.individualgbottomleft A I.fa.fa-plus-circle
{
	font-size: 1.8em;
	padding: 16px;
	border-radius: 5px;
	width: 23px;
	height: 25px;
	background: #409CD0;
	color: #EDEDED;
	transition: 0.3s;
	box-shadow: 0px 1px 4px #D4D4D4;
}
DIV.individualgbottomleft A I.fa.fa-plus-circle:hover
{
	width: auto;
	transition: 0.3s;
}
DIV.individualgbottomleft A I.fa.fa-plus-circle:hover:after
{
	font-family: 'Geogrotesque-regular';
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 0.8em;
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
DIV.individualgbottomleft A I.fa.fa-plus-circle:after
{
	opacity: 0;
	visibility: hidden;
	content: 'Add to Collection';
	font-family: 'Geogrotesque-regular';
	color: #FFFFFF;
	font-size: 0.8em;
}
DIV.individualgbottomleft A I.fa.fa-minus-circle
{
	font-size: 1.8em;
	padding: 16px;
	border-radius: 5px;
	width: 23px;
	height: 25px;
	background: #409CD0;
	color: #EDEDED;
	transition: 0.3s;
	box-shadow: 0px 1px 4px #D4D4D4;
}
DIV.individualgbottomleft A I.fa.fa-minus-circle:hover
{
	width: auto;
	transition: 0.3s;
}
DIV.individualgbottomleft A I.fa.fa-minus-circle:hover:after
{
	font-family: 'Geogrotesque-regular';
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 0.8em;
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
DIV.individualgbottomleft A I.fa.fa-minus-circle:after
{
	opacity: 0;
	visibility: hidden;
	content: 'Remove from Collection';
	font-family: 'Geogrotesque-regular';
	color: #FFFFFF;
	font-size: 0.8em;
}
.individualgbottomright
{
	float: right;
}
A.peripheralicon
{
	background: #409CD0;
	display: inline-block;
	box-shadow: 0px 1px 4px #D4D4D4;
	border-radius: 5px;
	padding: 3px;
	margin-left: 10px;
}
A.peripheralicon:hover
{
	box-shadow: inset 0px 0px 3px #2980B2;
	transition: 0.3s;
}
.individualgbottomright IMG
{
	display: inline-block;
	height: 50px;
}
/*Browse Pages Title*/
.selectortitle
{
	display: block;
	padding: 20px;
	font-family: 'Geogrotesque-regular';
	font-size: 1.2em;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	background: #F8F8F8;
	text-shadow: 0px -1px #FFFFFF;
	color: #409CD0;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}
.selectortitle B
{
	font-family: 'Geogrotesque-semibold';
	font-weight: normal;
}
