@font-face {
	font-family: 'OpenSans-Regular';
	src: url("font/OpenSans-Regular.ttf");
}
.c-title{ text-transform:none;}
.c-main{
	margin: 0 auto;
    width: 100%;
	font-family:'OpenSans-Regular', Helvetica, sans-serif;
}
.c-half {
    /*box-shadow: 1px 1px 5px #808080;*/
    float: left;
    margin: 10px;
    padding: 15px;
    width: 47%;
	border: 1px solid #dddddd;
}
.c-full{
    width: 97%;
}
.c-row {
    clear: both;
}

label {
    font-family:'OpenSans-Regular', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.c-label{
	float: left;
    line-height: 15px;
    width: 30%;
	margin-right: 10px;
}
.c-full .c-label{
	 width: 15%;line-height:40px;
}
.c-full .c-btn-primary {
	margin-left:16%;
}
.c-heading{
	color: #000;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 3%, #f7f5f4 4%) repeat scroll 0 0;
    border-color: #ccc #b2aca5 #b2aca5 #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -2px 5px -4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #717070;
    font-size: 14px;
    margin: 2px;
    padding: 7px 5px;
    width: 95%;
}
.legth, .width, .size, .area{
	width:60%;
	margin-right: 15px;
}
.pull-right {
    float: right !important;
}
.c-btn-primary {
    -moz-user-select: none !important;
    /*background-color: #1DB5BB !important;*/
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    margin-left: 35%;
    margin-top: 5% !important;
    padding: 6px 12px !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    vertical-align: middle;
    white-space: nowrap;
}

.c-result {
    /*box-shadow: 1px 1px 5px #808080;*/
	border: 1px solid #dddddd;
    float: left;
    margin: 10px;
    padding: 15px;
    width: 97%;
}

.c-result h3 {
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin: 0 0 15px;
    padding-bottom: 4px;
    width: 100%;
}
.area-covered{
	width: 23%;
}
.border{
	border: 1px solid #eee;
    padding: 5px 10px;
}
.c-result .c-label{
	margin-right: 10px;
    text-align: right;
	line-height:40px;
}
.clear {
    clear: both;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.c-half {
		width:46%;
	}
	.c-full{
		width: 95%;
	}
	.c-result {
		width:95%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.c-half{
		width:97%;
	}
	.c-result .c-label{
		line-height: 24px;
	}
	.c-result .area-covered {
		width: 27%;
	}
	.c-full .c-label {
		width: 20%;
	}
}
@media only screen and (max-width:479px) {
	.c-half{
		width:97%;
	}
	.c-label {
		width: 35%;
	}
	.legth, .width, .size, .area{width:40%;}
	.c-result .c-label {
		font-size: 15px;
		line-height: 25px;
		text-align: left;
		width: 75%;
	}
	.area-covered {
		width: 75%;
	}
	.c-full .c-label {
		width: 30%;
	}
}