/* FOOTER */

.footerBlock
{
	display: table-row;
	height: 1px;
	background:#fff;
	letter-spacing: 0.3px;
}
.footerRule
{
	margin: 0px auto;
	text-align:center;
	width:100%;
	max-width:1666px;
	height:100px;
	/* background-image: url(../images/interface/footer.png);
	background-position: center 28px;
	background-repeat: no-repeat;
	background-size: 100% 47px;
	-o-background-size: 100% 47px;
	-moz-background-size: 100% 47px;
	-webkit-background-size: 100% 47px;*/
	margin-top:38px;
}
.imgTop
{
	margin: 0px auto;
	width:58px;
	height:58px;
	background-image: url(../images/interface/top.png);
	border:none;
	display:block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.imgTop:hover
{
	background-image: url(../images/interface/top-on.png);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footerImage
{
	display:none;
	/* background:#f5f6f6; */
	position: relative;
	display:block;
	/* height:60px; */
	/* background-image: url(../images/interface/footer-background-2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	-o-background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto; */
}
@media all and (min-width:1920px) /* runs if screen below 630px - ignored by ie8 and below */
{
	.footerImage
	{
		display:block;
		background-size: 100% 193px;
		-o-background-size: 100% 193px;
		-moz-background-size: 100% 193px;
		-webkit-background-size: 100% 193px;
	}
}
.footerTopLink
{
	display:none;
}
@media all and (max-width:630px) /* runs if screen below 630px - ignored by ie8 and below */
{
	.footerTopLink
	{
		display:block;
		text-align:center;
		margin-bottom:10px;
	}
}
.footerTopLink ul
{
	list-style:none;
	background:#1a1a1a;
	margin:0px 0px 0px 0px;
	padding:0px;
	position: absolute;
	top:0px;
	right:-50%;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-left-width:5px;
	border-right-width:5px;
	border-top-width:5px;
	border-color:#f8c026;
}
.footerTopLink a
{
	text-decoration:none;
	color:#d0d0d0;
	padding:0px 10px 0px 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footerContainer
{
	/* background:#1a1a1a;

	background:#000041;*/
	color:#23356e;
	font-size:medium;
	/* border-top:5px;
	border-top-style:solid;
	border-top-color:#f8c026; */
	padding-bottom:38px;
}
.footerContent
{
	padding-left:20px;
	padding-right:20px;
	font-weight: 300;font-family:'Open Sans Condensed';font-size:20px;
}
.footerContent a
{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footerContent a:hover
{
	/* background:#d0d0d0; */
	color:#fff;
	background:#23356e;
}
.footerOneContainer
{
	padding-right:200px;
	overflow:hidden;
}
.copyrightContent
{
	width:100%;
	float:left;
	padding-left:0px;
	padding-right:0px;
	border-bottom-style:none;
}
.topContent
{
	width:200px;
	margin-right:-200px;
	float:right;
	text-align:right;
	padding-left:0px;
	border-bottom-style:none;
}
@media all and (max-width:847px) /* runs if screen below 630px - ignored by ie8 and below */
{
	.footerOneContainer
	{
		padding-right:0px;
		overflow:hidden;
	}
	.topContent
	{
		width:100%;
		text-align:left;
		margin-left:20px;
		margin-right:0px;
	}
	.copyrightContent
	{
		/* background:#3f3f3f; */
		width:100%;
		/* padding-left:20px; */
		margin-right:20px;
		/* border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#f8c026; */
	}
}
.footerTwoContainer
{
	padding-left:150px;
	overflow:hidden;
}
.creditsContent
{
	width:100%;
	float:right;
	text-align:right;
	padding-left:0px;
}
.disclaimerContent
{
	width:150px;
	margin-left:-150px;
	float:left;
	padding-left:0px;
	border-bottom-style:none;
}
@media all and (max-width:630px) /* runs if screen below 630px - ignored by ie8 and below */
{
	.footerTwoContainer
	{
		padding-left:0px;
		overflow:hidden;
	}
	.creditsContent
	{
		width:100%;
		text-align:left;
		margin-left:20px;
	}
	.disclaimerContent
	{
		width:100%;
		margin-left:0px;
		/* border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#3f3f3f; */
	}
}