/*-------CSS - middle------*/
.indent-bottom {
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    position: relative;
    width: 100%;
}
.grid_3{
    display: inline;
    float: left;
    margin: 0 30px;
    position: relative;
}
.indent-bottom .grid_3 {
    width: 220px;
}
.box-1 {
    background: none repeat scroll 0 0 #F5F7F6;
    border-radius: 110px 110px 110px 110px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    height: 220px;
    position: relative;
    text-align: center;
    width: 220px;
}
.box-1:hover {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}
.box-1 > div {
    height: 50px;
    left: 81px;
    position: absolute;
    top: 22px;
    width: 60px;
}
.box-1:hover > div {
    background-position: 0 bottom;
}
.box-1 .icon1 {
    background: url("images/icon-1.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    position: absolute;
    top: 22px;
    width: 60px;
}
.box-1 .icon2 {
    background: url("images/icon-2.png") no-repeat scroll 0 0 transparent;
}
.box-1 .icon3 {
    background: url("images/icon-3.png") no-repeat scroll 0 0 transparent;
}
.box-1 h3 {
    position: absolute;
    top: 89px;
    width: 100%;
}
.box-1:hover h3 {
    color: #01458E;
}
.box-1 img {
    margin-bottom: 10px;
}
.box-1, .button-1{
    transition: all 0.5s ease 0s;
}
div.button {
    position: absolute;
    top: 160px;
}
.button-1 {
    background: url("images/btn-1.png") no-repeat scroll 50% 50% #F5F7F6;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 32px;
    overflow: hidden;
    text-indent: -999em;
    width: 32px;
    width: 32px;
}
.button-1:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
h3 {
    font-size: 20px;
    line-height: 30px;
    color: #2B2B2B;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3em;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}