/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
@charset "utf-8";
.imglink{
	border:0;
}
.imglink:hover{
	opacity:0.80;
	moz-opacity:0.80;
	filter:alpha(opacity=80);
}
a.button{
	display:inline-block;
	text-decoration:none !important;
}
.button {
	border:none; color:#FFF; cursor:pointer; padding:6px 23px; font-size:14px;font-weight:700;
  	background: linear-gradient(77deg, #08ddfe, #1e0e94);
	transition: all 300ms ease 0s;
}
.button:hover{
	background: linear-gradient(77deg, #1e0e94, #0172ef);
	color:#fff;
}
input.inputbox, select.inputbox, textarea.inputbox{
	padding:7px 0;
	text-indent:5px;
	border:1px solid #CCC;
	}

.break{
	clear:both;
}
img{
	max-width:100%;
}
#stl-content{
	line-height:1.4;
	padding-bottom:30px;
}
#stl-content-inner{
	padding-left:15px;
}
#stl-content img{
	max-width:100%;
}
.modheading{
	font-size:27px;
	font-weight:600;
	margin:0 0 30px 0;
	color:#170a77;
	text-transform:uppercase;
}
