@charset "UTF-8";
/* CSS Document */

.right{ float:right; }
.btn-large{
	padding: 11px 50px;
	font-size: 17.5px;
	border-radius: 6px;
}

#foot-wrapper.wrapper{ font-size:14px; background-color:#eeeeee; border-top:solid #cccccc thin; }
#foot-wrapper.wrapper h3{ font-size:22px; }
#foot-wrapper.wrapper ul.navigation{ display:block; float:left; list-style-type:none; padding:0; margin-top:20px; margin-bottom:30px; }
#foot-wrapper.wrapper .navigation > li{ display:inline-block; width:auto; }
#foot-wrapper.wrapper .navigation > li > a {
	background-color:#f7f7f7;
	color:#000000;
    position: relative;
    display: block;
    padding: 5px 15px;
}
#foot-wrapper.wrapper .navigation > li > a:hover{ background-color:#ffffff; color:#000000; }
#fb{ float:right; margin-top:20px; }
#trademark{ display:block; clear:both; padding:10px 0 20px; }
.alert{ color:#F00; background-color:#ffffff; }


/*#fb_root*/
body #instagram_root {
	top: 180px;
}
body #youtube_root {
	top: 245px;
}

@media screen and (max-width:769px){
	#foot-wrapper.wrapper ul.navigation, #fb{ float:none; }
}
@media (max-width: 768px) {
	#fb_root img, #instagram_root img, #youtube_root img {
		width: 35px;
	}
	body #instagram_root {
		top: 160px;
	}
	body #youtube_root {
		top: 201px;
	}
}