

.section-1
{
    height: 370px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    background: #576B91; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #576B91 , #6783B5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #576B91, #6783B5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #576B91, #6783B5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #576B91 , #6783B5); /* Standard syntax */

}

.section-1 .header-wrapper
{
    width: 100%;
    position: absolute;
    margin-top: 160px;
}
.section-1 .header-wrapper span
{
    margin: 0 auto;
    display: block;
    color: white;

    padding: 0 20px;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
    line-height: 62px;

}
.section-1 span{
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
}

.section-1 img
{
    margin-top: -160px;
}

.background-image
{
    position: absolute;
    top: -100px;
}


.features-section
{
    margin: 100px auto;
    text-align: left;
    max-width: 1350px;
    min-height: 700px;
}




.title-feature
{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #828bb5;
    margin-top: 30px;
}

.gallery-images
{
    width: 840px;

}

.gallery-images img
{
    margin-top: -5px;
    width: 840px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #bcd1ff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

    position: absolute;
}


.description-feature
{
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-right: 80px;
    opacity: 0.6;
}


.description-feature[data-direction="L"]
{
padding-right: 45px;
}

.feature-elements[data-direction="L"] .feature-element-item
{
margin-right: 40px;
}


.feature-elements
{
    margin-top: 55px;
}


.feature-element-item.selected
{
    background-color: #f5f7fa;
    margin-left: 25px;
    padding-left: 25px;
    margin-right: 100px;
    border:1px solid #cfd6e4;

    border-radius: 4px;
    height: 74px;
}


.feature-element-item.selected span
{
    border-bottom: 0px solid;
}


.feature-element-item
{
    font-size: 16px;
    padding: 6px 0px 0px 50px;
    height: 42px;
    margin-bottom: 10px;
}

.feature-element-item .details
{
  font-size: 13px;
   line-height: 16px;
    display: block;
    opacity:0.4;
    padding-right: 10px;
}

.mobile-ver img
{
    width:70%;
}

.feature-element-item span
{
    border-bottom: 1px solid #d5dadc;
    padding-bottom: 6px;
    cursor: pointer;
}

.mobile-ver-title
{
    font-size: 23px;
    margin: 10px auto;
    color: gray;
}

.mobile-ver-subtitle
{
    font-size: 16px;

    color: gray;
    font-weight: 100;
    opacity:0.6;
    max-width: 75%;
    margin: 15px auto 30px;
    line-height: 19px;
}


@media (max-width: 1280px) {




}


@media (max-width: 768px) {
    .mobile-ver-subtitle {
       font-size: 13px;
        line-height: 17px;
    }

    .mobile-ver img
    {
        margin-bottom: 100px;
    }

}