.calendar_container {
    position: absolute;
    width: 0;
    height: 0;
}
.footer-logo{
	margin-bottom: 30px;
}
.pika-lendar{
	width: 100%;
	float: none;
	margin: 0;
}
.pika-single{
	padding: 8px;
}
.footer a{
	color: #000;
}
.info-line{
	border-right: 1px dashed #cccccc;
}
.back-top{
	height: 60px;
	border-bottom: 3px solid #b2b2b2;
}
.arrow-up {
    width:0; 
    height:0; 
    border-top:50px solid transparent;
    border-left:50px solid transparent;
    border-right:50px solid transparent;
    border-bottom:50px solid #b2b2b2;
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.go-top{
	display: block;
	color: #FFFFFF;
	position: absolute;
	width: 100px;
	height: 25px;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.footer-line{
	border-bottom: 1px dashed #C8C7CC;
	margin-bottom: 20px;
}
