a{color:#576FB1;}
.text-custom{color:#576FB1;}
.btn-custom{background:#576FB1;color:white;}
.btn-custom:hover{background:#0a58ca;color:white;}
item{background:#576FB1;}
.item .img{overflow:hidden;}
.item img{transition: all .2s ease-in-out;}
.item:hover img{transform: scale(1.1);}
.ajax_loader{display:none;position:fixed;z-index:2000;top:0;left:0;height:100%;width:100%;background:rgba(255, 255, 255, .8)url('../img/images/loader.gif')50% 50% no-repeat;}
body.loading .ajax_loader{display:block;overflow:hidden;}