.box-frames {
	width: 1000px;
	height: 503px;
	display: block;
	float: left;
	overflow: hidden;
}


.frame-container {
	width: 1000px;
	height: 340px;
	display: block;
	float: left;
		background-color: #fff;
}

.frame-dev-bar {
	width: 1000px;
	height: 40px;
	display: block;
	float: left;
	background-color: #2a2d32;
}
.frame-containter-four {
	width: 250px;
	height: 200px;
	display: block;
	float: left;

	}

.frame-containter-four-order {
	width: 250px;
	height: 50px;
	display: block;
	float: left;

	}

.frame-title{
	width: 250px;
	height: 30px;
	display: block;
	float: left;
		font-family: 'Lato', sans-serif;
  font-weight: 400;
  color:#5d717e;
  font-size: 14px;
	text-align: center;
	margin-top: 10PX;
}

.frame-description{
	width: 1000px;
	height: 30px;
	display: block;
	float: left;
		font-family: 'Lato', sans-serif;
  font-weight: 400;
  color:#000;
  font-size: 15px;
	text-align: center;
	margin-top: 12px;
}


.frame-containter-three {
	width: 333px;
	height: 200px;
	display: block;
	float: left;

	}

.frame-containter-three-order {
	width: 333px;
	height: 50px;
	display: block;
	float: left;

	}

.frame-title-three{
	width: 333px;
	height: 30px;
	display: block;
	float: left;
		font-family: 'Lato', sans-serif;
  font-weight: 400;
  color:#5d717e;
  font-size: 14px;
	text-align: center;
	margin-top: 10PX;
}

.abaca-box {
    width:1000px;
    height:400px;
    display:block;
    float:left;
    background-color:#fff;
    }
    .abaca-collection-box {
    width:280px;
    height:400px;
    display:block;
    float:left;
    background-color:#fff;
    }
    .abaca-collection-name {
    width:260px;
    height:110px;
    display:block;
    float:left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 14px;
    text-align: center;
    margin-top: 40%;
    margin-left:20px;
    background-color:#fff;
    }
    .abaca-collection-image {
    width:360px;
    height:330px;
    display:block;
    float:left;
    margin-left:20px;
    margin-top:20px;
    }
    .abaca-collection-unit {
    width:330px;
    height:360px;
    display:block;
    float:left;
    }
    .abaca-collection-unit-name {
    width:260px;
    height:50px;
    display:block;
    float:left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 13px;
    margin-left:50px;
    }
    .abaca-collection-unit-space {
    width:260px;
    height:40px;
    display:block;
    float:left;
    }
    .abaca-col-button-box {
    width:130px;
    height:30px;
    display:block;
    float:left;
    background-color:#ac7c29;
    margin-left:90px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:#fff;
    font-size: 13px;
    text-align:center;
    line-height:28px;
    border-radius:4px;
    }
    .abaca-col-button-box:hover{
    color:#000000;
    background-color:#FFFFFF;
    border:0.1em solid #6e6e6e;
    }