<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
		background:#FFF;
		font-family:rsuregular;
		font-size:16px;
}
.glyphicon{
		font-size:20px;
		color:#1C86EE;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
		  width:100%;
		  margin: auto;
}
h2{
		color:#1C86EE;
		font-family:rsubold;
}
#marquee_index {
	color:#1C86EE;
}
.socials { display: inline; float:left;}
.socials a { display: block; width: 27px; height: 28px; float: left; padding:15px; text-indent: -5000px; }
.socials a.facebook { background:url(../../../images/facebook_icon.png) no-repeat 0 0; }
.socials a.twitter { background: url(../../../images/twitter_icon.png) no-repeat 0 0; }
.socials a.email { background: url(../../../images/email_icon.png) no-repeat 0 0; }
.socials a.instagram { background: url(../../../images/instagram_icon.png) no-repeat 0 0; }
.socials a.line { background: url(../../../images/line_icon.png) no-repeat 0 0; }

.form-login input,.form-login button{
	font-size:16px;
	padding:10px;
}
.dropdown-menu{
	font-size:15px;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
</pre></body></html>