
.uc_sexy_flat_buttons *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_sexy_flat_buttons .uc_container_holder {
	position:relative;
	text-align:center;
}

.uc_sexy_flat_buttons .uc_container_holder .uc_ph-button {
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;	   
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;	
    font-family: "Gotham Rounded A","Gotham Rounded B",Helvetica,Arial,sans-serif;
    font-weight: 700;	
    padding: 19px 39px 18px;
    font-size: 18px;
	
}
/*Green
==========================*/
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-green {
    border-color: #3AC162;
	background-color: #5FCF80;

}
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-green:hover, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-green:focus, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-green:active {
    background-color: #4BC970;
    border-color: #3AC162;    
}

/*Blue
==========================*/
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-blue {
    border-color: #326E99;
    background-color: #3F8ABF;
}
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-blue:hover, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-blue:focus, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-blue:active {
    background-color: #397CAC;
    border-color: #326E99;   
}

/*Grey
==========================*/
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-grey {
     background-color: #C6CCD2;
     border-color: #AAB3BB;
}
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-grey:hover, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-grey:focus, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-grey:active {
    background-color: #B8BFC7;
    border-color: #AAB3BB; 
}

/*Red
==========================*/
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-red {
    background-color: #ED5A5A !important;
    border-color: #EA4343 !important;

}
.uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-red:hover, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-red:focus, .uc_sexy_flat_buttons .uc_container_holder .uc_ph-btn-red:active {
    background: none repeat scroll 0 0 #EB4848 !important;
    border-color: #E83131 !important;    
}


