@import url("../common.css");
div.li-mobile {
    display: none !important;
}
section.panel .panel-heading h3{
    font-size: 24px;
    color: #20273c;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
    margin:0;
}


section.panel .panel-body h3{
    font-size: 24px;
    color: #333;
    text-align: left;
    padding-top:40px;
    padding-bottom:40px;
}
.no-padding-col {
    padding: 0;
}

header {
    position: absolute;
    z-index: 1029;
    top:0;
    height:auto;
    width: 100%;
}

header .carousel-inner .item .download-area{
    position: relative;
    bottom: 80px;
    width: 25vw;
    left: 25vw;
    display: none;
    justify-content: space-between;

}


header .carousel-inner .item .download-area > div{
    display: inline-flex;
    width: 45%;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, .9);
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

header .carousel-inner .item .download-area > div > span {
    color: #999;
}

.news {
    border: none;
    background-color: #F6F6F6;
}

.news > .panel-body {
    padding: 0 0 50px;
}

.news > .panel-body img {
    width: 260px;
}


@media (max-width: 767px) {

    header .carousel-inner .item .download-area{
        width: calc(100% - 30px);
        position: static;
        margin: 10px auto 0;
    }
    header .carousel-inner .item .download-area > div {
        background-color: #F03E22;
        color: #FFF;
    }

    header .carousel-inner .item .download-area > div > span {
        color: #FFF;
    }

    .news > .panel-body div[class*='col-'] > div{
       text-align: center;
    }
}

.tutorial-step-title {
    color: #111;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}
.tutorial-step-title:first-child {
    /*margin-top: 100px;*/
}

.tutorial-step-info {
    font-size: 16px;
}