.develope-bg {
    width: 100%;
    background-color: #f6f6f6;
    border-bottom: solid 1px #e1e1e1;
    padding: 30px 0px;
    height: 400px;
}
.itemlist {
    width: 100%;
    /*max-width: 1050px;*/
    margin: auto;
    height: 100%;
}
.center {
    text-align: center;
}
.wrap {
    position: relative;
    max-width: 235px;
    overflow: hidden;
    margin-right: 3%;
    margin-left: 3%;
    display: inline-block;
}

.wrap .circle {
    width: 140px;
    height: 140px;
    margin: 0px auto;
    margin-top: 10px;
    cursor: pointer;
}
#imac {
    width: 140px;
    height: 140px;
    background: url(/Portal/viewer/assets/JS.b6fffb644b5bb237dfdf3fe28892b8b5.png) no-repeat;
}

#apple {
    width: 140px;
    height: 140px;
    background: url(/Portal/viewer/assets/IOS.f550447f739cf85dd0d6c51cbb4105a8.png) no-repeat;
}

#android {
    width: 140px;
    height: 140px;
    background: url(/Portal/viewer/assets/ANDRO.2bf5d156b8d8300d84c285a2abbc28d1.png) no-repeat;
}

#geocoding{
    width: 140px;
    height: 140px;
    background: url(/Portal/viewer/assets/Geocoding.4034cacd9402bcb416794cfd2139b0a9.png) no-repeat;
}

/*#imac:hover {
    background: url(img/imac-light.png) no-repeat 15px 15px;
}

#apple:hover {
    background: url(img/apple-light.png) no-repeat 15px 15px;
}

#android:hover {
    background: url(img/android-light.png) no-repeat 15px 15px;
}*/

.center-text {
    text-align: center;
}

/*
.leader-2 {
margin-top: 30px;
}
*/

.hexagon-wrapper {
    background: url(/Portal/viewer/assets/hexagonBannerWhite.615b73524b86445483b22f654ead2c30.png) repeat-x top center;
}

.wrap .out p {
    padding: 0;
    margin: 0px 32px;
    line-height: 20px;
}

/*# sourceMappingURL=developcenter.css.map*/