#footer {background-color: #1a1a1a}
	#fbefore {border-bottom: 1px solid #474747; color: #d6d6d6; font-size: 14px; font-weight: 300; line-height: 20px}
		#fbefore .bottommenu {list-style: none; margin: 0; padding: 10px 0}
			#fbefore .bottommenu li {float: left; padding: 10px 0}
			#fbefore .bottommenu li:after {content: '|'; display: inline-block; padding: 0 17px 0 20px; color: #878787}
			#fbefore .bottommenu li.last:after {display: none}
				#fbefore .bottommenu a {color: inherit; text-decoration: none}
					.no-touch #fbefore .bottommenu a:hover {color: #ffffff}
	#fafter {padding-top: 20px; padding-bottom: 20px; color: #bbbbbb; font-size: 12px; line-height: 16px}
		#fafter .lSide > *:not(script) {display: inline-block; vertical-align: top}
		#fafter .lSide .logo {margin-right: 10px}
		#fafter .rSide > *:not(script) {display: inline-block; text-decoration: none; vertical-align: middle}
		#fafter .rSide > *:not(.developed) {margin-right: 10px}
		#fafter .rSide .developed {color: #939393}
		.no-touch #fafter .rSide .developed:hover {color: #ffffff}
	#backToTop {
		background-color: #9dc624; display: block; width: 50px; height: 50px; color: #ffffff; text-align: center; position: absolute; top: 20px; right: 10px; cursor: pointer;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out
	}
		#backToTop:before {content: '\f106'; display: inline-block; font-family: 'FontAwesome'; font-size: 42px; line-height: 48px}
	.no-touch #backToTop:hover {opacity: 0.75}