.rl-banner-other {
    background-image: url(../../images/upgrade/banner_bg.jpg);
}

.rl-row-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.rl-col-flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.locked-table-header {
    display: none;
    position: fixed;
    top: 60px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    left: 0px;
}

.locked-table-header.lock {
    display: block;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .locked-table-header.lock {
        display: none;
    }
}

.free-update-flex {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.free-update-flex .item {
    padding: 15px;
}

/*--- Comparison-Table ---*/

.rl-collapse-table tr {
    display: none;
}

.rl-collapse-table tr.main-header,
.rl-collapse-table tr.main-category {
    display: table-row;
}

.rl-collapse-table tr.open {
    display: table-row;
    animation-name: table-collapse;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.ic-table .rl-table .main-header > td:nth-child(2) {
    width: 15%;
}

.rl-table .main-header > td {
    color: rgb(51, 51, 51) !important;
    text-align: center;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    background-color: #c8c8c8 !important;
    line-height: 1.5;
    border-right: 1px solid white;
    height: 50px;
}

.rl-table .main-header > td:nth-child(1) {
    text-align: center;
}

.rl-table .main-category {
    cursor: pointer;
    border-top: 1px solid #d0d0d0;
}

.rl-table .main-category > td:nth-child(1) {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 0px !important;
    font-size: 1.1rem;
}

.rl-table .main-category > td {
    border: none;
    text-align: center;
    font-weight: 500 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 70px;
}

.rl-table tbody tr > td {
    background-color: #ffffff;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-table tbody tr > td.dot {
    background-color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
    color: #787878;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-table tr td:nth-child(1) {
    width: 50%;
    padding-left: 50px;
    text-align: left;
}

/*------------------------------------
        $Edition-Comparison
------------------------------------*/
.rl-version-table .rl-btn-paidupdate {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rl-version-table > div {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.version-table {
    float: none;
    display: inline-block;
    border: 2px solid lightgray;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.version-table hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.version-table .version {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding: 30px;
    background-color: #333;
    min-height: 220px;
}

.version-table .version .product-type {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.version-table .version .pricewithtext {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7rem;
    color: white;
    background: #333;
    border: 10px solid #fff;
    height: 150px;
    width: 150px;
    padding-top: 30px;
    margin: 10px auto -110px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.version-table ul {
    padding-left: 30px !important;
    padding-right: 30px !important;
    list-style: none;
}

.version-table ul.info {
    margin: 90px 0 0 0;
}

.version-table ul.info li {
    /*border-top: 1px solid #e0e0e0;*/
    padding: 10px;
}

.rl-declareBoard-header-common {
    background-image: url(https://www.reallusion.com/crazytalk/includes/images/Title_BG-iC.svg);
    background-attachment: fixed;
}

.rl-wrapper-topbottom-l {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*.rl-row-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
}*/

.rl-detail .img-wrapper {
    float: left;
    margin-right: 15px;
}

.rl-update-text {
    line-height: 1.2;
    min-height: 144px;
    width: 100%;
}

.rl-detail .img-wrapper {
    float: left;
    margin-right: 15px;
}

.img-wrapper img {
    margin-right: 0;
}

.rl-detail .title {
    line-height: 43px;
    margin-bottom: 0;
}

.rl-detail .title2 {
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 0;
}

/*.rl-detail:last-of-type{border-left: 1px solid #C3C3C3}*/

.forline {
    border-right: 1px solid #C3C3C3;
}

.rl-btn-update {
    font-size: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.rl-btn-paidupdate {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*common*/

/*.rl-upgrade ul {
    margin-bottom: 0;
}*/

.rl-table a {
    color: #333;
    text-decoration: underline;
}

.rl-table a:hover {
    color: #82be0f;
    text-decoration: none;
}

.rl-upgrade p {
    margin-bottom: 0;
    line-height: 1.5;
}

.rl-history {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
}

.rl-upgrade .text-important {
    color: #82be0f;
}

.rl-upgrade .text-xs {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
}

.rl-detail-upgrade {
    width: 350px;
    margin: 0 auto;
}

.line + .line {
    border-top: 1px solid #C3C3C3;
}

.line1 {
    border-top: 1px solid #C3C3C3;
    margin-left: 15px;
    margin-right: 15px;
    width: 97.5%;
}

.rl-history .title {
    margin-bottom: 15px;
}

.history-area {
    border: 1px solid #C3C3C3;
}

.dropdown a {
    text-decoration: none;
    font-weight: 400;
}

/*ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/
.rl-wrapper-bottom-ss {
    padding-top: 0;
    padding-bottom: 20px;
}

.right {
    float: right;
}

.display-none {
    display: none;
}

.rl-history-item .title,
.rl-history-more .rl-history-more-item {
    color: #000;
    font-weight: 400;
}

.rl-history-item .titleIcon:before {
    content: "";
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-image: url(../../images/upgrade/iClone7_icon.jpg);
    position: absolute;
    display: none;
}

.rl-history-item li > ul {
    margin-top: 0;
    margin-bottom: 10px;
}

/*read more*/
.more-title {
    background-color: #c3c3c3;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.0625rem;
    line-height: 1.5;
}

.more-title {
    background-color: #c3c3c3;
}

.more-title:hover, .more-title-click {
    background-color: #808080;
}

.rl-history-more .title {
    color: #000;
    font-weight: 400;
}

.rl-history-more .subtitle {
    margin-bottom: 5px;
}

.rl-history-more li > ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.line2 {
    border-top: 1px solid #C3C3C3;
    width: 100%;
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 900px) {
    .rl-detail-upgrade {
        width: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    /*------------------------------------
            $Free Download
------------------------------------*/
    .os-version:last-of-type {
        border-top: 1px solid #C3C3C3;
        border-right: none;
    }

    .os-version-wrapper {
        width: 280px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    /*------------------------------------
            $Edition-Comparison
    ------------------------------------*/
    .rl-version-table .rl-btn-paidupdate {
        width: 90%;
    }

    .version-table {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
    }

    .edition-comparison .default-btn {
        width: 78%;
        min-width: 230px;
    }

    /*------------------------------------
            $General
------------------------------------*/
    /*rl flex box*/
    .rl-row-flex {
        display: inline-block;
        width: 100%;
    }

    .rl-detail:last-of-type {
        border-top: 1px solid #C3C3C3;
        border-right: none;
    }

    .visible-hidden-xs {
        visibility: hidden;
    }

    /*only for upgrade*/
    .rl-detail-upgrade {
        width: 300px;
        margin: 0 auto;
    }

    .rl-btn-paidupdate {
        width: 90%;
    }

    .rl-upgrade .spaceforP {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .rl-history-item .titleIcon {
        text-indent: 50px;
        line-height: 40px;
    }

    .rl-history-item .titleIcon:before {
        display: block;
    }

    .line1 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/*button arrow*/
.icon-triangle {
    margin-left: 15px;
    margin-right: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 7px 0 7px 12.1px;
    display: inline-block;
}

.rl-btn-fill:hover .icon-triangle,
.rl-btn-fill:focus .icon-triangle,
.rl-btn-fill:active .icon-triangle,
.rl-btn-fill:active:focus .icon-triangle {
    border-color: transparent transparent transparent #82be0f;
}

.icon-triangle-click {
    border-width: 13.9px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

.rl-btn-fill:hover .icon-triangle-click,
.rl-btn-fill:focus .icon-triangle-click,
.rl-btn-fill:active .icon-triangle-click,
.rl-btn-fill:active:focus .icon-triangle-click {
    border-width: 13.9px 8px 0 8px;
    border-color: #82be0f transparent transparent transparent;
}

/*default button 1 with fill bg*/
.rl-btn-fill {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: white;
    line-height: normal;
    font-size: 1rem;
    border-radius: 0;
}

.rl-btn-fill:hover, .rl-btn-fill:focus, .rl-btn-fill:active, .rl-btn-fill:active:focus {
    background-color: transparent;
    color: #82be0f;
    border: 2px solid #82be0f;
    outline: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

/*default button 2 with border*/
.rl-btn-border {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #ffffff;
    line-height: normal;
    font-size: 1rem;
    border-radius: 0;
    background-color: #82be0f;
    color: #ffffff;
}

.rl-btn-border:hover, .rl-btn-border:active, .rl-btn-border:active:focus {
    background-color: #ffffff !important;
    border: 2px solid #82be0f;
    color: #82be0f !important;
    outline: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.rl-btn-border:focus {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    outline: none;
}

.rl-wrapper-topbottom-s {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-xs {
    font-size: 1.875rem;
    color: #393939;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.title {
    margin-bottom: 15px;
}

/* keyframe */
@keyframes table-collapse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
