.hero {
    color: #fff;
    background: #252525;
    padding: 0;
    text-align: left;
}

.hero .text-holder {
    padding: 40px 30px 0 15px;
}

.hero h2 {
    font-weight: 400;
    margin-bottom: 15px;
}

.hero h3 {
    margin-bottom: 30px;
}

.hero p {
    font-size: 16px;
    line-height: 1.5;
}

.hero .image {
    padding: 0;
    text-align: right
}

.hero img {
    width: 100%;, float: right;
}

.hero .button {
    padding: 25px 0;
    font-size: 16px;
}

.content {
    padding: 0 15px 60px 15px;
    background-color: #ffffff;
}

.content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.tutorial {
    padding-top: 40px;
    margin-bottom: 40px;
}

.tutorial h2 {
    font-size: 26px !important;
    padding: 0;
}

.tutorial img {
    width: 95%;
    margin-top: 60px;
}

.tutorial ol {
    list-style: upper-alpha;
    margin-left: 20px;
    font-size: 15px !important;
}

.tutorial span.number {
    color: #00a3ff;
}

.tutorial p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.tutorial ul li {
    font-size: 16px;
    list-style: disc;
    line-height: 1.5;
}

.tutorial ul li > ul li {
    list-style: circle;
}

.content .breadcrumb {
    float: none;
    padding: 5px 0 0;
    background: transparent;
}

.content .breadcrumb li {
    text-shadow: none;
    color: #767676;
    font-size: 14px;
}

.content .breadcrumb li.active {
    font-weight: bold;
}

.content .breadcrumb > li + li:before {
    content: ">";
}

.content .breadcrumb li.active:before {
    font-weight: normal;
}

.content .breadcrumb li a {
    color: #767676;
}

.feature-list {
    /*background: #f2f2f2;*/
    color: #333;
    padding: 35px 50px 65px;
    text-align: center;
    margin-bottom: 45px;
    font-size: 16px
}

.content .content h1 {
    font-weight: normal;
    margin-bottom: 20px;
}

.content ul, .content ol {
    font-size: 16px !important;
    line-height: 40px !important;
    list-style: none;
}

.show-list ol {
    list-style: upper-alpha;
}

.feature img {
    margin-bottom: 10px;
}

.feature-list .feature {
    padding-top: 15px;
}

.feature-list h2, .content-action h2 {
    margin-bottom: 35px;
}

.learn-more {
    margin-left: 15px;
}

a.video {
    float: left;
    position: relative;
}

a.video span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/vsp/images/products/videostudio/x10/play-btn.png) no-repeat;
    background-position: 50% 50%;
    background-size: 150%;
    opacity: .8;
}

a.video:hover span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/vsp/images/products/videostudio/x10/play-btn.png) no-repeat;
    background-position: 50% 50%;
    background-size: 150%;
    opacity: 1;
}

.bg-grey {
    background: #f2f2f2;
}

.content-action.bg-grey {
    padding-top: 35px;
}

@media (max-width: 1060px) {
    .hero .text-holder {
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .hero .text-holder {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .hero .text-holder {
        text-align: center;
    }

    .tutorial img {
        margin-top: 0;
    }

    .learn-more {
        margin-left: 0;
    }

    .btn {
        margin-bottom: 10px;
    }
}


