/*---------------------------------------------------*/
/* Footer Styles  -----------------------------------*/
/*---------------------------------------------------*/

footer {
	border: none;
	background: #B6EBF5;
	position: relative;
	color: #2f2f2f; 
}

footer .row {
	padding: 110px 0 50px 0;
}

footer .widget {
	font-size: 14px;
	line-height: 22px;
}

.widget.widget_latestimages figure img,
footer .widget.widget_thbpopular figure img {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}

.widget.widget_latestimages figure img:hover,
footer .widget.widget_thbpopular figure img:hover {
	border-color: #51fcc3;
}

footer .widget ul li {
	font-size: 14px;
}

footer .widget h6 {
	font-size: 20px;
	color: #d34e3d;
}

footer .widget_latestimages .postlink {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

footer .widget_latestimages .icon-calendar, footer .widget_latestimages .icon-comment, footer .widget_latestimages .postcommentcount {
	display: none;
}

footer .bg-ang {
	background: #B6EBF5;
	height: 10%;
	position: absolute;
	top: -43px;
	width: 100%;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);

	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
}

.uber__copyright {
	margin-top: 30px;
}

.uber__copyright a {color: #d34e3d;}
.uber__copyright a:hover {color: #51fcc3;}

#scrolltotop {
	right: 25px;
	top: 90%;
}

.uber-games__planetary-annihilation,
.uber-games__super-mnc, 
.uber-games__outland-games, 
.uber-games__toy-rush {
	background-size: 224px 44px;
	border: 2px solid #d34e3d;
	height: 48px;
	margin: 10px 0 0 0;
	width: 228px; 
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}

.uber-games__planetary-annihilation:hover,
.uber-games__super-mnc:hover, 
.uber-games__outland-games:hover, 
.uber-games__toy-rush:hover {
	border-color: #51fcc3;
}

.uber-games__planetary-annihilation {
	background-image: url(../img/btn_footer_planetary_annihilation_x2.png);
}

.uber-games__super-mnc {
	background-image: url(../img/btn_footer_smnc_x2.png);
}

.uber-games__outland-games {
	background-image: url(../img/btn_footer_outland_games_x2.png);
}
.uber-games__toy-rush {
	background-image: url(../img/btn_footer_toy_rush_x2.png);
}

.uber-games__planetary-annihilation a, 
.uber-games__super-mnc a, 
.uber-games__outland-games a, 
.uber-games__toy-rush a {
	display: block;
	width: 100%;
	height: 48px; 
}