/*
 * Skin: 
 * ----------
 */ 
 /* Buttons */
 
/* FORM */
 
form input, form textarea { border-radius: 0px !important; }

.btn { border-radius: 0px !important; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear}
.btn-primary, .btn-primary.disabled { background-color: rgba(59,85,164,.9); border-color: rgba(59,85,164,.9); }
.btn-primary:hover, .btn-primary:active, .btn-primary.disabled:hover,.btn-primary.hover  { background-color: rgba(59,85,164,.7) !important ; border-color: rgba(59,85,164,.7) !important; }


.btn-primary.btn-outline { color: rgba(9,85,164,.9); background-color: transparent; }
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: #fff; }
.btn-primary.btn-outline:hover {  background-color:rgba(9,85,164,.9); }

@media screen and (max-width: 767px) {
.btn-icon { max-width: 100%; width: 100%; }
}

