﻿body {
color: #999;
font-family: Helvetica, sans-serif;
margin: 0;
padding:0;
background: #fff;
/*background-image: url('../img/bg.jpg');*/
/*background-attachment: fixed;*/

}

.icon-bar {
    max-width: 980px;
    background-color: #fff;
    overflow: auto;
    color: #e3e3e3;
}

.icon-bar a {
    float: right;
    text-align: center;
    transition: all 0.3s ease;
    color: #999;
    padding: 10px 10px 0px;
    display: inline-block;
    width:90px;
    height:110px;
    text-decoration: none;
    border-left: 1px solid #e3e3e3;
    font-size: 35px;
}


.icon-bar a:hover {
    background-color: #e4e4e4;
    font-size: 40px;
}


.icon-bar a.active {
    background-color: #919191;
    color: #fff;
}

.icon-txt {

    margin: 0 auto;
    text-align: center;
    padding: 10px 5px;
  font-size: 15px;

  font-weight: 500;
}

i.fa {
    font-size: 25px;
    color: #999;
}