/* ---------------------------------------------------------------------- */
/* 000. Material */
/* ---------------------------------------------------------------------- */
@media (max-width:991px){
    .ibg {
        background:#fff !important;
    }
    .breadcrumbs {
        padding:16px 0 16px 33px;
    }
    .breadcrumbs li a:before {
        content:'';
        position:absolute;
        background-image:url(../../images/mtxt_barr.svg);
        background-repeat:no-repeat;
        width:18px;
        height:18px;
        left:-33px;
        top:4px;
    }
    .mTxt_col1, .mTxt_col2, .mTxt_date, .mTxt_keys,.mTxt_abimg1, .mTxt_abimg2 {
        width:100% !important;
    }
    .mTxt_keys, .mTxt_abimg2 {
        margin-left:0 !important;
    }
    .mTxt_nauthor {
        display:block;
    }
    .mTxt_brand {
        display:none !important;
        text-align: center !important;
        padding-top: 0 !important;
        padding-bottom: 20px;
    }
    .mTxt_brand.mTxt_brand_dub {
        display:block !important;
    }
    .mTxt_abimg2 {
        text-align:left !important;
        padding-top:10px;
        color:#000 !important;
    }
}
@media (min-width:992px){
    .ibg {
        background:#F6F6F8 !important;
    }
    #material {
        background:#F6F6F8;
    }
    .breadcrumbs {
        padding:16px 0;
    }
    .mTxt_col1 {
        width:69%;
        background:#fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        padding:25px 25px 25px 0;
    }
    .mTxt_col2 {
        width:31%;
        margin-left:-4px;
        padding-left:30px;
    }
    .mTxt_brand {
        width:40%;
        margin-left:-4px;
    }
    .mTxt_brand_dub {
        display:none !important;
    }
}
@media(min-width:1200px){
    .mTxt_col1 {
        width:73%;
    }
    .mTxt_col2 {
        width:27%;
    }
}
#material {
    /*padding-top:72px;*/
    /*for redline padding-top:100px;*/
    padding-top:100px;
    padding-bottom: 72px;
    margin-bottom:auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.breadcrumbs li {
    display:inline-block;
    position:relative;
    font-size:16px;
    line-height:20px;
}
.breadcrumbs li a {
    color:#828282;
    padding-right:15px;
}
.breadcrumbs li a:hover {
    color:#000;
}
.breadcrumbs li:not(:last-child) a:after {
    content:'>';
    position:absolute;
    top:0;
    right:0;
    color:#828282;
}
.mTxt_col1 h1 {
    width:100%;
    max-width:652px;
    font-size:20px;
    font-weight:500;
    color:#000;
    margin-bottom: 10px;
    word-break: break-word;
}
.mTxt_date {
    width:35%;
    color:#828282;
    padding-bottom:15px;
}
.mTxt_date span {
    color:#000;
}
.mTxt_keys {
    width:65%;
    margin-left:-4px;
    color:#828282;
}
.mTxt_keys span {
    color:#000;
}
.mTxt_meta {
    width:100%;
    max-width:652px;
    padding-bottom:10px;
}
.mTxt_authors {
    display:inline-block;
    position:relative;
    vertical-align:top;
    width: 100%;
}
.mTxt_lbl {
    color: #828282;
    line-height:11px;
}
.mTxt_nauthor {
    line-height: 18px;
    color: #000000;
    padding: 5px 0 15px;
    width: 100%;
}
.mTxt_nauthor span {
    color:#000;
    position:relative;
}
.mTxt_nauthor a:hover {
    text-decoration:underline;
}
.mTxt_tooltips span {
    position: absolute;
    width:154px;
    color: #fff;
    background: #292929;
    border: none;
    height: auto;
    font-size:12px;
    padding:10px;
    text-align: center;
    visibility: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.mTxt_tooltips span:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0; height: 0;
    border-bottom: 12px solid #292929;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.mTxt_tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #292929;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-radius: 3px;
}
.mTxt_tooltips:hover span {
    visibility: visible;
    opacity: 1;
    top: 28px;
    left: 50%;
    margin-left: -77px;
    z-index: 90;
}
.mTxt_brand {
    position:relative;
    padding-top:10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.mTxt_content {
    width:100%;
    max-width:600px;
    margin:0 auto;
    padding-top:40px;
}
.mTxt_content h2 {
    font-size:24px;
}
.mTxt_content p {
    padding-bottom:15px;
}
.mTxt_content .mTxt_img {
    display:inherit;
    padding:15px 0;
}
.mTxt_content .mTxt_img img {
    max-width:100%;
}
.mTxt_abimg1 {
    width:70%;
    font-size:12px;
    font-style: italic;
    color:#000;
}
.mTxt_abimg2 {
    width:30%;
    margin-left:-4px;
    font-size:12px;
    font-style: italic;
    color:#828282;
}
.mTxt_col2 h2 {
    line-height: 22px;
    font-size: 16px;
    font-weight:400;
    color:#000;
}
.mTxt_list {
    margin-bottom:20px;
}
.mTxt_ilist {
    display:inline-block;
    position:relative;
    vertical-align:middle;
    width:160px;
    height:90px;
    overflow:hidden;
}
.mTxt_ilist img {
    height:100%;
}
.mTxt_ilistoverlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%), transparent;
    border-radius: 2px;
}
.mTxt_tlist {
    display:inline-block;
    vertical-align:middle;
    width: calc(100% - 167px);
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    color:#000;
    padding-left:7px;
    word-break: break-word;
}
.mTxt_tlist a {
    color:#000;
}

.authors-container {
    width: 100%;
}
.mTxt_check:before {
    content:'';
    position:absolute;
    background-image:url(/img/materials/mric_check.svg);
    background-repeat:no-repeat;
    background-size:44px;
    width:44px;
    height:44px;
    right:0;
    top:0;
}

.promotional-code-block {
    margin-top: 26px;
}
.promotional-code-block h5 {
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #828282;
    margin-bottom: 24px;

}
.flex-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-baseline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-baseline .right-align {
    margin-left: auto;
}

.promotional-code-block .promo {
    max-width: 330px;
    width: 100%;
}

.promotional-code-block .wrap {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 24px 30px 0 30px;
    height: 100px;
    width: 100%;
}

.promotional-code-block .promo .error-block {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #E21839;
    height: 48px;
}

.promotional-code-block .promo + .promo {
    margin-left: 30px;
}

.promotional-code-block .promo h6 {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 4px;
}

.promotional-code-block .promo .price {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #828282;
}

.promotional-code-block .promo .btn {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    width: 142px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    background: #4285F4;
}
.promotional-code-block .promo .btn:hover {
    background: #0b51c5;
}

.promotional-code-block .promo.activate h6 {
    color: #109A7B;
}

.promotional-code-block .promo.activate .btn {
    background: #109A7B;
}
.promotional-code-block .promo.activate .btn:hover {
    background: #0b6c56;
}
.promotional-code-block .promo .form-input {
    line-height: 24px;
    font-size: 16px;
    width: 102px;
    height: 24px;
    color: #C4C4C4;
    background: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    display: block;
    padding-bottom: 1px;
}
.promotional-code-block .promo .form-input:focus {
    padding-bottom: 0;
    border-bottom: 2px solid #4285F4;
}

@media(max-width: 760px){
    .promotional-code-block .flex-container {
        display: block;
    }
    .promotional-code-block .promo {
        margin-left: auto;
        margin-right: auto;
    }
    .promotional-code-block .promo + .promo {
        margin-left: auto;
    }
}
@media(max-width: 420px) {
    .promotional-code-block .wrap {
        padding: 24px 18px 0 18px;
    }
}
