.rl-banner-other {
    background-image: url(../../images/download/01_banner700_1.jpg);
    height: 32vw;
    min-height: 400px;
    background-position: 50% 100%;
}



.product_title h2 {
    color: #81bf0f;
}
/*------------------------------------------------------------------
iclone6 Trial page
-----------------------------------------------------------------*/

#product_content {
    padding-top: 20px;
}

#product_top>h1 {
    color: #333;
}

.dowload {
    position: relative;
}

.dowload_link {
    padding-top: 50px;
}

.product_title {
    background-color: #323232;
    border-radius: 5px 5px 0px 0px;
    height: calc(-1.875vw + 96px);
    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;
}

.product_title h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5;
}

.product_content {
    background-color: #efefef;
    position: relative;
    /*top: -21px;*/
    height: calc(-5.4375vw + 324.4px);
}

.product_content h3 {
    font-size: 24px;
    padding-top: 25px;
    color: #323232;
    font-weight: bold;
}

.product_content ul>li {
    list-style: none;
    background-image: url("https://www.reallusion.com/iclone/includes/images/download_check.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    line-height: 1.5;
    margin: 10px 0;
}

.product_content img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.product_bottom {
    background-color: #37312B;
    height: 10px;
    position: relative;
    /*top: -21px;*/
    border-radius: 0px 0px 5px 5px;
}

.btn-trial {
    width: 270px;
    background-color: #81bf0f;
}

.btn-iclone,
.btn-iclone-upgrade {
    font-size: 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    color: #ffffff;
}

/*ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: disc;
    padding-left: 20px;
}*/

/*ul li {
    font-size: 16px;
    line-height: 28px;
}*/

.product_content ul {
    padding-left: calc(2.8125vw + 21px);
}

.rl-vr-dot ul {
    padding-left: 31px
}


/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/

.pure-table {
    /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    width: 100%;
    text-align: center;
}


/*
.pure-table tbody tr:nth-child(even) {
	background-color: #d0d0d0;
}
*/

.table-odd-color {
    background-color: #ededed;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td {
    border-left: 1px solid #cbcbcb;
    /*  inner column border */
    border-width: 1px 1px 1px 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    /*to make ths where the title is really long work*/
    padding: 0.5em 1em;
    /* cell padding */
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 1;
}

.pure-table thead {
    background: #5F5F5F;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
}

.pure-table thead th {
    text-align: center;
    padding-bottom: 5px;
}

.pure-table tr td:first-child {
    text-align: left;
}

.is-text-alight-left {
    text-align: left;
}

.is-text-bold {
    font-weight: bold;
}

.table-title td:first-child {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.pure-table td {
    background-color: transparent;
}

.pure-table-odd td {
    background-color: #f2f2f2;
}


/* nth-child selector for modern browsers */

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}


/* BORDERED TABLES */

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody>tr:last-child td,
.pure-table-horizontal tbody>tr:last-child td {
    border-bottom-width: 0;
}


/* HORIZONTAL BORDERED TABLES */

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 1px 1px 1px 1px;
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody>tr:last-child td {
    border-bottom-width: 1px;
}


/*---------------------------------------------
 tab style 
-----------------------------------------------*/

.ui-widget-header {
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 1em 1.2em;
    text-decoration: none;
}

.rl-packageTable-listTitle{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1rem;
}

.version-table .rl-packageTable-withoutLine{
    border: none;
}
.rl-packageTable-flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
    .rl-packageTable-flex div:first-of-type{
        padding-right: 5px;
    }
.rl-packageTable-note{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rl-packageTable-note li{
    width: calc((100% - 90px) / 3);
    padding-right: calc(1.5625vw + 10px);
}
    .rl-packageTable-2nd{
        margin-left: 30px;
    }

    .rl-packageTable-3nd{
        margin-left: 60px;
    }

@media screen and (max-width: 450px) {
    .btn-trial {
        width: 100%;
        margin-left: 0;
    }
    ul {
        padding: 0 20px;
    }
}

    .rl-btn-download > svg{
        width: calc(0.625vw + 23px);
        height: calc(0.625vw + 23px);
    }

    .rl-btn-download .rl-btn-text{
        font-size: calc(0.25vw + 19.2px); 
        font-weight: 400;
        padding: calc(0.1875vw + 5.4px) calc(2.8125vw + 6px);
    }

    .rl-color-white{
        color: #fff;
    }

    .rl-table-package{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    .rl-hidden-all{
        display: none !important;
    }

    .normalLink,
    .normalLink:hover {
        color: #fff;
        text-decoration: none;
        font-weight: 300;
    }
    
    .normalLink:focus,
    .normalLink:active,
    .normalLink:active:focus {
        outline: none;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
    }
    

@media screen and (max-width: 1100px) {
    .rl-packageTable-note li{
        width: calc(100% / 2);
    }
    .rl-packageTable-2nd,
    .rl-packageTable-3nd{
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .rl-table-package{
        margin-left: 0;
        margin-right: 0;
    }
}


@media screen and (max-width: 360px) {
    .rl-other-item{
        padding-left: 5px;
        padding-right: 5px;
    }
}