 .size {
	float: left;
	width: 460px;
	position: relative;
}
 .size {
	float: left;
	width: 460px;
	position: relative;
	margin: 15px;
}
.ui-group {
	float: left;
	height: 70px;
	width: 990px;
	position: relative;
}
.js-radio-button-group {
	float: left;
	height: 50px;
	width: 980px;
	position: relative;
	padding-left: 10px;
	z-index: 300;
	margin-top: 20px;
}
.isotope {
	float: left;
	width: 990px;
	position: relative;
}
h13 {
	font-size: 24px;
	color: #09F;
	position: relative;
	width: 100px;
	float: left;
}
.index-page #hero {
	float: left;
	position: relative;
	width: 990px;
}

.btn { border: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: inherit; background: none; cursor: pointer; padding: 10px 10px; display: inline-block; margin: 5px 5px; text-transform: uppercase; letter-spacing: 1px; font-weight: normal; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

.btn-3b {
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}
