@charset "utf-8";

/********* Reset CSS *********/


/*mobile apps start here*/

.mobileAppsList a {
    text-decoration: none;
    color: #ff6633;
    transition: all 0.3s ease 0ms; 
   -webkit-transition: all 0.3s ease 0ms; 
}

.appsprite {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}


.mobileAppsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobileAppsList li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.mobileAppsList li>a {
    padding: 45px 35px;
    overflow: hidden;
    min-height: 242px;
    display: block;
    text-decoration: none;
}

.mobileAppsList li:hover>a {
    background: #0039a4;
    padding: 35px 35px 55px 35px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15)
}

.mobileAppsList li:after {
    width: 1px;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 45px;
    bottom: 45px;
    content: "";
    z-index: 1;
}

.mobileAppsList li:before {
    width: 215px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 35px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.mobileAppsList li:last-child:before {
    display: none;
}

.mobileAppsList li:nth-child(3n+3):after {
    display: none;
}


.mobileAppsList li:hover:after,
.mobileAppsList li:hover:before {
    opacity: 0;
}

.mobileAppsList li,
.mobileAppsList .box,
.mobileAppsList .title,
.mobileAppsList .title:after,
.mobileAppsList .icon {
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
}

.mobileAppsList .title:after {
    width: 0;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    background: #fff;
}

.mobileAppsList li:hover .title:after {
    width: 100%;
    left: 0;
}

.mobileApps {
    float: left;
    width: 100%;
}

.mobileApps .box,
.mobileApps .imgHolder {
    display: block;
}

.mobileApps .imgHolder {
    margin-bottom: 15px;
}

.mobileApps ul li:hover .title {
    color: #fff;
}

.mobileApps .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    position: relative;
}

.mobileApps .appLinks {
    position: absolute;
    text-align: center;
    bottom: 44px;
    width: 100%;
}

.mobileApps .appLinks a {
    display: inline-block;
    height: 21px;
    margin: 0 5px;
    width: 18px;
}

.mobileApps ul li a.android {
    background-position: -1202px -444px;
}

.mobileApps ul li:hover a.android {
    background-position: -1202px -389px;
}

.mobileApps ul li a.android:hover {
    background-position: -1205px -418px;
}

.mobileApps ul li a.ios {
    background-position: -1237px -444px;
}

.mobileApps ul li:hover a.ios {
    background-position: -1237px -388px;
}

.mobileApps ul li a.ios:hover {
    background-position: -1237px -416px;
}

.mobileApps ul li a.window {
    background-position: -1274px -444px;
}

.mobileApps ul li:hover a.window {
    background-position: -1274px -391px;
}

.mobileApps ul li a.window:hover {
    background-position: -1274px -420px;
}


/*mobile apps end here*/

