/*
==============================================
   footer
==============================================
*/
.footercontent {
    width: 830px;
    margin: auto;
}
.footer	{
	border-top: 1px solid #dedede;
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	position:relative;
	left:0;
	z-index: 100;
	color:#ffffff;
	background: #141414;
	
	-webkit-transition:all .6s ease-in-out;
       -moz-transition:all .6s ease-in-out;
         -o-transition:all .6s ease-in-out;
            transition:all .6s ease-in-out;
}
.footer::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
	overflow: hidden;
}

.footer a:link { color:#ffffff; }
.footer a:visited { color:#ffffff; }
.footer a:hover { color:#cccccc; }
.footer a:active { color:#cccccc; }

.Copyright {}
.visited { font-size: 14px; font-size: 1.4rem; float: right; padding:10px 0 5px 0; }
.visited i { margin-right: 5px; }

.footer-menu { margin: 0; float: left;}
.footer-menu li { 
	display: inline-block; 
	vertical-align: top;
}

.footer-menu li a { 
	display: block; 
	font-size: 14px; 
	font-size: 1.4rem; 
	padding: 10px 15px 5px 0;
}
.footer-menu li:last-child  a{ padding-right: 0; }


.bottom-info .wrapper > div {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 0;
}
.logo-column { float: right; }
.logo-column > div { margin-left: 20px; }
.footer-logo { width: 90px; float: left; }
.copyright { margin-right: 20px;color: #ffffff; float: left; }
.love-logo { color: #ff9900; float: right; }
.love-logo img { width: 220px; margin-right: 5px; }


.goTop {
	width:50px;
	height:50px;
	background-image:url('../controls/images/icon/arrowUp.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #666666;
	position:fixed;
	bottom:0px;
	right:20px;
	z-index:101;
	cursor:pointer;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
         -o-transition:all 0.4s ease-in-out;
            transition:all 0.4s ease-in-out;
}
.goTop:hover {
	border: 1px solid #000000;
	background-color: #000000;
	background-image:url('../controls/images/icon/arrowUp-hover.png');
}
@media all and (max-width: 768px) {
    .footercontent {
        width: 100%;
    }
}
