/*************************************
          Mobile slider
**************************************/

.mobile-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-slider .row {
    z-index: 2;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 31.777777%;
    margin-right: -15px;
    margin-left: -15px;
}

.mobile-slider ul {
    list-style: none;
    z-index: 2;
}

.highlight h3 {
    position: relative;
    margin-top: 10px;
    display: block;
    font-size: 18px;
    color: #00a9da
}

.highlight.active h3 {
    color: #3acc8a;
}

.highlight-title span {
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: #00a9da;
}

.highlight {
    cursor: pointer;
    margin: 40px 0px;
}

.highlight p {
    color: #838383;
}

li:last-child.highlight {
    margin-bottom: 0px;
}

.highlights-phone {
    width: 40%;
    height: 620px;
    float: left;
    margin-top: 65px;
}

.phone-holder {
    display: block;
    height: 620px;
    position: relative;
    top: 0px;
    left: 16px;
    width: 303px;
    margin: auto;
    overflow: hidden
}

#fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.highlights-phone.wht .phone-holder #fon {
    background: url(../images/feature/11.png) center top no-repeat;
    background-position-x: 0;
}

.hgi {
    position: absolute;
    top: 58px;
    left: 16px;
    width: 276px;
    height: 480px;
    visibility: hidden;
}

.hgi img {
    width: 100%;
    height: 480px;
}

.highlights-phone.wht .hgi {
    top: 62px;
}

.hgi.active {
    visibility: visible;
}

.right-row {
    padding-right: 0;
    float: right;
    padding-bottom: 0px !important;
}

.left-row {
    float: left;
    margin-right: 0;
    padding-top: 66px !important;
    padding-bottom: 0px !important;
}

.left-row .highlight-title {
    text-align: right;
}

.right-row .highlight-title {
    text-align: left;
}