/* btn-01 */
.btn-01 .btn.f-btn {
	font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 12px;
	font-size: 16px;
    line-height: 1.33;
    border: 1px solid transparent!important;
    border-radius: 4px;
    background-color: #2d6e96!important;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.08), inset 0px 1px 2px 0px rgba(255,255,255,0.3);
    text-shadow: -1px -1px 1px #004c73;
    background-image: linear-gradient(to bottom, #2d6e96 0%, #276082 100%)!important;
    background-repeat: repeat-x;
    min-height: auto;
}

.btn-01 .btn.f-btn:hover {
    background-color: #245777!important;
    border-color: #002436!important;
}
/* end btn-01 */

/* btn-02 */
.btn-02 .btn.f-btn {
	min-height: 1px;
    padding: 15px 25px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.33;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    border-radius: 7px;
    border: 2px solid #fff;
    color: #fff!important;
    background-color: transparent!important;
    font-weight: 400;
    transition: all 0.3s ease;
}

.btn-02 .btn.f-btn:hover {
    color: #4c5a63!important;
    text-decoration: none;
    background-color: #fff!important;
}
/* end btn-02 */

/* btn-03 */
.btn-03 .btn.f-btn {
    min-height: auto!important;
	font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.08), inset 0px 1px 2px 0px #fff;
    text-shadow: 1px 1px 1px #ffffff;
    border-color: #afc4d3;
    border-bottom-color: #7ea0b8;
    color: #4c5a63!important;
    background-image: linear-gradient(to bottom, #f2f5f7 0%, #e2e9ed 100%)!important;
}

.btn-03 .btn.f-btn:hover {
    color: #4c5a63!important;
    background-color: #d9e2e7!important;
    border-color: #88a7bd!important;
}
/* end btn-03 */ 

/* btn-04 */ 
.btn-04 .btn.f-btn {
	min-height: auto!important;
    border: 2px solid #6B8B9E;
    border-radius: 6px;
    background: transparent;
    color: #6B8B9E!important;
    font-weight: 400;
    border-radius: 6px;
    background: transparent!important;
    transition: all 0.25s ease;
}

.btn-04 .btn.f-btn:hover {
	border: 2px solid #476475;
    color: #476475 !important;
}
/* end btn-04 */ 

/* common */
.lg-btn .btn.f-btn {
    padding: 12px 30px;
    font-size: 19px;
}
/* end common */