#footer {
	background: #232f3e;
	color: #949595;
	font-weight: 400;
    padding: 10px 15px;
}
#footer:before,
#footer:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
#footer:after {
	clear: both;
}
#footer a {
	color: silver;
}
#footer a:hover {
	color: #ff6346;
}
#footer ul,
#footer ol {
	list-style: none;
}
#footer .box {
    margin-bottom: 0;
}
#footer .box-heading {
	background: transparent;
	border: none;
	font-size: 15px;
    line-height: 20px;
	margin: 0;
	cursor: pointer;
}
#footer .box-heading.expand:after {
	font-family: 'FontAwesome' !important;
	text-rendering: optimizeSpeed;
	content: "\e930";
	float: right;
}
#footer .box-heading.expanded:after {
	content: "\e906";
}
#footer .box-menu {
	display: none;
}

@media (min-width: 768px) {
	#footer .box {
	    margin-bottom: 15px;
	}
	#footer .box-heading {
		cursor: default;
	}
	#footer .box-heading.expand:after {
		display: none;
	}
	#footer .box-menu {
		display: block !important;
	}
}

#footer .row a {
    display: block;
    line-height: 25px;
}

#footer #powered {
    display: inline-block;
	padding-top: 8px;
}
#footer #powered a {
	color: #ff2b04;
}

#footer .social a {
	padding: 5px 0;
}
#footer .social .fa {
	border: 2px solid #B6B6B6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: white;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	margin-right: 5px;
	padding-left: 1px;
	text-align: center;
}
.scrollup {
	background: #ff6346;
	display: none;
	position: fixed;
	right: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 80px;
	height: 40px;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	padding: 2px;
	z-index: 9999;
	bottom: 15px;
}
.scrollup .fa {
	display: block;
	line-height: 10px;
}
