.fb-field-container .row .col-xs-6 .container
{
	text-indent: 0px !important;
	text-transform: uppercase !important;
	text-align:left !important;
}

.card-hover
{
    -webkit-transition: all .25s ease !important;
    -o-transition: all .25s ease !important;
    -moz-transition: all .25s ease !important;
    transition: all .25s ease !important;
    margin-bottom: 5px !important;
    /*-webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);*/
    /*box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);*/
    cursor: pointer !important;
}

.card-hover:hover
{
    webkit-transform: translateY(-4px) scale(1.01) !important;
    -moz-transform: translateY(-4px) scale(1.01) !important;
    -ms-transform: translateY(-4px) scale(1.01) !important;
    -o-transform: translateY(-4px) scale(1.01) !important;
    -webkit-transform: translateY(-4px) scale(1.01) !important;
    transform: translateY(-4px) scale(1.01) !important;
    /*-webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);*/
    /*box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);*/
    cursor: pointer !important;
}
/**/
div.container
{
    max-width: 100% !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: left !important;
    /*outline: rgb(66, 153, 225) solid 1px !important;*/
}
