/*+clearfix {*/
#headerinner:after, #underheaderinner:after, #underheaderbottom:after, #main:after, UL.MarkupPagerNav:after, .dropdown-login:after, #logincontainer:after, #dashboardheader:after, UL.mycollection:after, #homepageouter:after, #footerinner:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#headerinner, #underheaderinner, #underheaderbottom, #main, UL.MarkupPagerNav, .dropdown-login, #logincontainer, #dashboardheader, UL.mycollection, #homepageouter, #footerinner
{
	display: block;
	*height: 1px;
}
/*+}*/
*
{
	padding: 0;
	margin: 0;
}
HTML
{
	background: #409CD0;
}
BODY
{
	background: #FFFFFF;
}
IMG
{
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
H2
{
}
BLOCKQUOTE H2
{
	font-family: 'Geogrotesque-SemiBold';
	color: #FFFFFF;
	padding: 30px;
	margin-top: 30px;
	border-radius: 5px;
	background: #409CD0;
	text-align: center;
}
H3
{
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 10px;
	font-family: 'Geogrotesque-SemiBold';
	font-size: 1.8em;
	color: #409CD0;
	border-left: 5px solid #40ABDE;
	text-align: left;
	float: ;
}
H4
{
	font-family: 'Geogrotesque-SemiBold';
	font-size: 1.4em;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 20px;
}
P
{
	font-size: 1.2em;
	line-height: 28px;
	padding-bottom: 15px;
	font-family: 'Geogrotesque-Regular';
}
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
/*HEADER*/
#sscontroller
{
	position: absolute;
	z-index: 1000;
	width: 220px;
	height: 180px;
	left: 50%;
	margin-left: -110px;
	transition: all 0.1s;
	top: -20px;
}
BUTTON.controller
{
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}
#sscontroller.active
{
	margin-top: 345px;
}
#sscontroller.active:hover .tooltip
{
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
#sscontroller.active IMG
{
}
#sscontroller.active IMG:hover
{
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	margin-top: 0;
}
#sscontroller.scroll
{
	top: -25px;
	opacity: 0.5;
	width: 165px;
	margin-left: -520px;
}
#sscontroller IMG
{
	width: 100%;
	height: 100%;
}
#sscontroller IMG:hover
{
	-webkit-animation: spin 0.5s linear;
	-moz-animation: spin 0.5s linear;
	animation: spin 0.5s linear;
	margin-top: 23px;
	transition: all 0.5s;
}
.tooltip
{
	visibility: hidden;
	border-radius: 5px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 10px 10px 22px;
	background: #409CD0;
	color: #FFFFFF;
	opacity: 0;
	transition: all 0.3s;
}
.tooltip:after
{
	border: solid transparent;
	position: relative;
	bottom: 36px;
	right: 83px;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #409CD0;
	border-width: 10px;
}
#sscontroller:hover .tooltip
{
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}
@-webkit-keyframes spin
{
	0%
	{
	}
	25%
	{
		-webkit-transform: rotate(-5deg);
	}
	50%
	{
		-webkit-transform: rotate(5deg);
	}
	75%
	{
		-webkit-transform: rotate(-5deg);
	}
	100%
	{
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes fadein
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
#headerouter
{
	position: relative;
	width: 100%;
	background: #F0F0F0;
	clear: both;
}
#topbar
{
	position: relative;
	width: 100%;
	transition: all 0.5s;
	padding-bottom: 5px;
	background: #409CD0;
	height: 0;
	overflow: hidden;
}
#topbarinner
{
	visibility: hidden;
	opacity: 0;
	padding: 20px;
	transition: all 0.4s ease;
}
#topbarinner.active
{
	visibility: visible;
	opacity: 1;
	transition: 0.4s ease;
}
#sscontroller:hover .topbarinner
{
	background: #0B5AC0;
	padding-bottom: 30px;
}
#topbar:hover
{
	transition: 0.3s;
	box-shadow: inset 0px -3px 50px #2B82B3;
}
#topbar.active
{
	box-shadow: inset 0px -3px 15px #2B82B3;
	height: auto;
}
#topbar.active:hover
{
	box-shadow: inset 0px 0px 50px #2B82B3;
}
/*[clearfix]*/
#headerinner
{
	position: relative;
	max-width: 1300px;
	min-width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
#headerinnerleft
{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#headerlogo
{
	position: relative;
}
#headerinnerright
{
	position: relative;
}
#headersearchbar
{
	position: relative;
	width: 300px;
	height: 40px;
	background: #FFF;
}
#headersearchbar P
{
	font-family: arial;
	font-weight: bold;
	padding: 11px;
	color: #B197E9;
}
#underheaderouter
{
	position: relative;
	width: 100%;
}
/*[clearfix]*/
#underheaderinner
{
	position: relative;
	max-width: 1300px;
	min-width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
/*[clearfix]*/
#underheaderbottom
{
	border-bottom: 5px solid #F0F0F0;
}
#underheaderinnerleft
{
	position: relative;
	float: left;
}
#backnavigation
{
	margin-top: 15px;
	margin-bottom: 15px;
}
#backnavigation SPAN
{
	font-family: arial;
	font-size: 0.9em;
	color: #BCBCBC;
	font-weight: bold;
}
#underheaderinnerright
{
	position: relative;
	float: right;
}
#mainnavigation
{
}
/*Main*/
/*[clearfix]*/
#main
{
	max-width: 1300px;
	min-width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	clear: both;
	background: #FFFFFF;
}
#content
{
	/**/
}
/*Search */
SPAN.search_summary
{
	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;
}
SPAN.search_summary STRONG
{
	font-family: 'Geogrotesque-semibold';
	font-weight: normal;
}
/*[clearfix]*/
UL.MarkupPagerNav
{
	list-style: none;
	margin-top: 20px;
	float: left;
	clear: both;
}
UL.MarkupPagerNav LI
{
	list-style: inline;
	float: left;
	border: 1px solid #EBEBEB;
	background: #F8F8F8;
	padding: 20px 10px;
	border-radius: 5px;
	margin-left: 10px;
	font-family: 'Geogrotesque-regular';
	font-size: 1.2em;
}
UL.MarkupPagerNav LI A
{
	color: #409CD2;
}
UL LI.MarkupPagerNavFirst
{
	margin-left: 0px;
}
UL LI.MarkupPagerNavOn
{
	font-weight: normal;
	font-family: 'geogrotesque-semibold';
	background: #409CD0;
}
UL LI.MarkupPagerNavOn A
{
	color: #F8F8F8;
}
.titlesort
{
	padding: 20px;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	margin-top: 20px;
	font-family: 'geogrotesque-regular';
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	background: #F8F8F8;
}
.titlesort A
{
	color: #499BC9;
	font-size: 1.2em;
}
.titlesort A STRONG
{
	font-family: 'geogrotesque-semibold';
	font-weight: normal;
}
SPAN.sortoptions
{
	padding: 20px 0px 20px 20px;
	color: #BCBCBC;
	border-radius: 5px;
	margin-top: 20px;
	font-family: 'Geogrotesque-regular';
	font-size: 1.3em;
	float: left;
	margin-bottom: 20px;
}
.sortcontainer
{
	float: right;
}
.clearbox
{
	clear: both;
}
/*Menu*/
#headermenu UL
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 30px;
}
#headermenu UL LI
{
	display: inline;
	margin-left: 10px;
}
#headermenu UL LI A
{
	font-family: 'Geogrotesque-SemiBold';
	color: #409CD0;
	padding: 10px;
	display: inline-block;
	border-radius: 5px;
	font-size: 1.3em;
}
#headermenu UL LI.userbutton A
{
	color: #FFFFFF;
	background: #409CD0;
}
/*[clearfix]*/
.dropdown-login
{
	position: absolute;
	visibility: hidden;
	margin-top: 10px;
	right: 0;
	padding: 10px;
	background: #409CD0;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'Geogrotesque-Regular';
	opacity: 0;
}
.dropdown-login A
{
	display: block;
	float: left;
}
.dropdown-login.active
{
	visibility: visible;
	transition: 0.3s;
	z-index:99999999999999999;
	opacity: 1;
}
/*Registration Form*/
/*[clearfix]*/
#logincontainer
{
	position: relative;
	padding: 30px;
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #F0F0F0;
}
#logincontainer UL
{
	list-style: none;
}
#logincontainer BUTTON
{
	width: 100%;
	display: block;
	font-family: 'Geogrotesque-SemiBold';
	margin: 0;
	margin-right: 2%;
	cursor: pointer;
	padding: 10px;
	font-size: 1.3em;
	background: #409CD0;
	color: #FFFFFF;
	box-shadow: 0px 3px #2B81B2;
	border: 0px;
}
#logincontainer BUTTON:hover
{
	transition: 0.4s;
	background: #2C89BD;
	box-shadow: 0px 3px #1C6790;
}
#logincontainer BUTTON:active
{
	box-shadow: inset 0px 0px 10px #368FC2;
	box-shadow: 0px 1px #6254AD;
	transition: 0.3s;
	top: 3px;
}
#logincontainer INPUT
{
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-family: 'Geogrotesque-Regular';
	box-sizing: border-box;
	width: 100%;
	border: 0px;
	box-shadow: inset 0px 0px 3px #CCC;
}
#loginbox
{
	float: left;
	width: 48%;
	box-sizing: padding-box;
}
#loginbox A
{
	margin-top: 10px;
	display: block;
	font-size: 1.2em;
	font-family: 'Geogrotesque-Regular';
}
#registrationbox
{
	width: 48%;
	float: right;
	box-sizing: content-box;
}
#registrationbox LABEL
{
	font-family: 'Geogrotesque-Regular';
	margin-bottom: 10px;
	display: block;
	font-size: 1.2em;
}
DIV#logincontainer INPUT#Inputfield_persist_persist
{
	width: auto;
	margin-bottom: 20px;
}
DIV#logincontainer DIV.InputfieldContent LABEL SPAN.pw-no-select
{
	margin-left: 15px;
	font-family: 'Geogrotesque-Regular';
	margin-bottom: 10px;
	font-size: 1.2em;
}
/*Dashboard*/
/*[clearfix]*/
#dashboardheader
{
	position: relative;
	margin-top: 30px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 70px;
}
#dashboardheaderleft
{
	position: relative;
	float: left;
	padding: 20px;
	background: #F0F0F0;
	color: #969696;
	border-radius: 5px;
}
SPAN.loggedinas
{
	font-family: 'Geogrotesque-Regular';
	display: inline-block;
}
SPAN.username
{
	font-family: 'Geogrotesque-SemiBold';
	font-size: 2em;
	padding-left: 5px;
	color: #409CD0;
	border-radius: 5px;
}
#dashboardheaderright
{
	position: relative;
	float: right;
	margin-top: 15px;
}
#dashboardheaderright SPAN
{
	display: block;
	text-align: right;
	font-size: 1.1em;
	font-family: 'Geogrotesque-SemiBold';
	color: #409CD0;
	margin-bottom: 10px;
}
#dashboardheaderright SPAN B
{
	font-family: 'Geogrotesque-Regular';
	color: #A19696;
	font-weight: normal;
}
#dashboardheaderrightleft
{
	float: left;
}
#dashboardheaderrightright
{
	float: right;
}
#dashboardheaderrightright A
{
	padding: 15px;
	display: block;
	background: #F0F0F0;
	box-shadow: inset 0px 0px 0px 0px #409CD0;
	border-radius: 5px;
	margin-left: 20px;
	font-family: 'Geogrotesque-SemiBold';
	font-size: 1.2em;
	color: #409CD0;
}
/*MyCollection*/
/*[clearfix]*/
UL.mycollection
{
	list-style: none;
	height: auto;
	margin: 0 auto;
}
UL.mycollection LI
{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	box-sizing: border-box;
	width: 240px;
	height: 350px;
	overflow: hidden;
	background: ;
}
UL.mycollection LI IMG
{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 350px;
}
UL.mycollection LI .mycollectionitem
{
	position: relative;
}
UL.mycollection LI .mycollectionitem:hover .mycollectiondetails
{
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}
UL.mycollection LI .mycollectionitem .mycollectiondetails
{
	position: absolute;
	color: #FFFFFF;
	font-size: 1em;
	height: 100%;
	top: 0;
	width: 100%;
	background: rgba(37, 76, 136, 0.800);
	text-align: center;
	padding-right: 5px;
	font-family: 'Geogrotesque-Regular';
	font-weight: normal;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
SPAN.collectiontitle
{
	display: block;
	text-align: center;
	margin-top: 100px;
	font-size: 1.4em;
	font-family: 'Geogrotesque-SemiBold';
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
/*Homepage*/
/*[clearfix]*/
#homepageouter
{
	position: relative;
	max-width: 1300px;
	min-width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	clear: both;
	margin-top: -40px;
	padding-bottom: 70px;
	background: ;
}
.homepageblock
{
	position: relative;
	width: 31%;
	margin-right: 2%;
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	transition: 0.5s;
	border-radius: 5px;
	box-shadow: 0px 0px 7px #747474;
	float: left;
}
.homepageblock A
{
	display: block;
	font-family: 'NiseSegaSaturnU';
	position: absolute;
	width: 85%;
	height: 85%;
	box-sizing: padding-box;
	font-size: 1.5em;
	margin-bottom: 15px;
	color: #0F4F73;
}
.homepageblock SPAN
{
	font-family: 'Geogrotesque-Regular';
	font-size: 1.4em;
	margin-top: 40px;
	display: block;
}
.a
{
	background: url(images/hp1.png) 190px -59px no-repeat #FFFFFF;
}
.b
{
	background: url(images/hp2.png) 182px -42px no-repeat #FFFFFF;
}
.c
{
	background: url(images/hp3.png) 212px -30px no-repeat #FFFFFF;
}
.homepageblock:hover
{
	transition: 1s;
	background: 150px 500px #0F4F73;
	transform: scale(1.2);
	z-index: 1000;
}
.homepageblock:hover A, .homepageblock:hover SPAN
{
	color: #FFFFFF;
	transition: 0.3s;
}
.homepageblock:after
{
	content: ' ';
	background: #409CD0;
	height: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	bottom: 0;
	left: 0px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.homepageblock:hover:after
{
	animation: example 0.5s ease-in-out;
	visibility: visible;
	opacity: 1;
}
@keyframes example
{
	from
	{
		width: 0px;
		opacity: 0;
	}
	to
	{
	}
}
/*FOOTER*/
.divider
{
	position: relative;
	clear: both;
	width: 100%;
	height: 30px;
	background: #FFFFFF;
}
FOOTER
{
	width: 100%;
	background: #409CD0;
	position: relative;
	font-family: 'Geogrotesque-Regular';
	color: #FFFFFF;
	font-size: 1.1em;
}
/*[clearfix]*/
#footerinner
{
	position: relative;
	max-width: 1300px;
	min-width: 840px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	border-radius: 5px;
}
#footerleft
{
	position: relative;
	width: 50%;
	float: left;
}
#footerright
{
	position: relative;
	text-align: right;
	float: right;
	width: 50%;
	right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerright A
{
	color: #FFFFFF;
	font-family: 'Geogrotesque-SEMIBOLD';
	font-size: 0.9em;
}
