family@font-face {
    font-family: 'Arial Rounded';
    src: url("fonts/db92e416-da16-4ae2-a4c9-378dc24b7952.eot?#iefix");
    src: url("fonts/db92e416-da16-4ae2-a4c9-378dc24b7952.eot?#iefix") format("eot"), url("fonts/b5eed192-75b7-4c2d-b1f2-cedcdd33bf77.woff2") format("woff2"), url("fonts/1e8445a9-4d99-4f0d-9d76-71c1599664c4.woff") format("woff"), url("fonts/bd95fc88-e7e6-4607-8152-2139d86803ee.ttf") format("truetype"), url("fonts/6288fb86-8c21-45e2-b845-d1c5c66b26d1.svg#6288fb86-8c21-45e2-b845-d1c5c66b26d1") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Rounded';
    src: url("fonts/6face8d9-7adc-4fb2-8ad5-13822eb622ac.eot?#iefix");
    src: url("fonts/6face8d9-7adc-4fb2-8ad5-13822eb622ac.eot?#iefix") format("eot"), url("fonts/51cc6783-a047-4e82-ac67-766daefcd833.svg#51cc6783-a047-4e82-ac67-766daefcd833") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Rounded';
    src: url("fonts/636837b4-3147-45f2-b616-7b53b251258b.eot?#iefix");
    src: url("fonts/636837b4-3147-45f2-b616-7b53b251258b.eot?#iefix") format("eot"), url("fonts/0984933b-1331-49c4-8af8-cf215c6be707.svg#0984933b-1331-49c4-8af8-cf215c6be707") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ArialRoundedMTforSE-Light_Latin';
    src: url('fonts/ArialRoundedMTforSE-Light_Latin.woff2') format('woff2'),url('fonts/ArialRoundedMTforSE-Light_Latin.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ArialRoundedMTforSE-Regular_Latin';
    src: url('fonts/ArialRoundedMTforSE-Regular_Latin.woff2') format('woff2'),url('fonts/ArialRoundedMTforSE-Regular_Latin.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ArialRoundedMTforSE-Bold_Latin';
    src: url('fonts/ArialRoundedMTforSE-Bold_Latin.woff2') format('woff2'),url('fonts/ArialRoundedMTforSE-Bold_Latin.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

html, body, .mm-page {
    height: 100%
}

html, body {
    -ms-touch-action: auto;
}
/* scroll behavior on html */
div {
    scroll-behavior: smooth;
}
    /* scrollbar styling non-standard version 
    div::-webkit-scrollbar {
        width: 1rem;
        background-color: #fff;
    }

    div::-webkit-scrollbar-thumb {
        background: #000;
    }*/
/* scrollbar styling standard version */
div {
    scrollbar-color: #000 rgba(0,0,0,.15);
    scrollbar-width: thin;
}

body {
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'ArialRoundedMTforSE_Latin',Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.header.fadeout {
    display: none;
}
.book-viewport {
    /*border:1px solid red;
    */
}

    .book-viewport .container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 922px;
        height: 600px;
        margin: auto;
        margin-top: -3%;
    }

    .book-viewport .book {
        width: 922px;
        height: 600px;
        left: -461px;
        top: -300px;
    }

    .book-viewport .page {
        width: 461px;
        height: 600px;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .book-viewport .zoomer .region {
        display: none;
    }

    .book-viewport .zoom-in .region {
        /* display:none;
    */
    }

.book .region {
    position: absolute;
    overflow: hidden;
    background: #3dcd58;
    opacity: 0.1;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.book .search {
    position: absolute;
    overflow: hidden;
    background: yellow;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.explode {
    /*border: 0.5px solid red!important;
    */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
    filter: alpha(opacity=20) !important;
    opacity: 0.5 !important;
    background: yellow !important;
}
/* div.region {
     animation: fadein 2s;
     animation-delay: 2s;
     -moz-animation: fadein 2s;
     -webkit-animation: fadein 2s;
     -o-animation: fadein 2s;
}
 @keyframes fadein{
     from {
         opacity:0;
         background: yellow;
    }
     to {
         opacity:0.5;
         background: #3dcd58;
    }
}
 */
.book .region:hover {
    opacity: 0.5;
    background: red;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.book .region.zoom {
    opacity: 0.01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

    .book .region.zoom:hover {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }

.book .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.book-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.book .even .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
}

.book .odd .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}

.book-viewport .zoom-in .even .gradient, .book-viewport .zoom-in .odd .gradient {
    /* display: none;*/
}

.book-viewport .loader {
    background-image: url(loader.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 280px;
    left: 219px;
}

.book-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.book-viewport .next-button, .book-viewport .previous-button {
    width: 50px;
    height: 700px;
    position: absolute;
    top: 0px;
}

.book-viewport .next-button {
    right: -50px;
    /*-webkit-border-radius: 0 15px 15px 0;
     -moz-border-radius: 0 15px 15px 0;
     -ms-border-radius: 0 15px 15px 0;
     -o-border-radius: 0 15px 15px 0;
     border-radius: 0 15px 15px 0;
    */
}

.book-viewport .previous-button {
    left: -50px;
    /*-webkit-border-radius: 15px 0 0 15px;
     -moz-border-radius: 15px 0 0 15px;
     -ms-border-radius: 15px 0 0 15px;
     -o-border-radius: 15px 0 0 15px;
     border-radius: 15px 0 0 15px;
    */
}

.book-viewport .next-button, .book-viewport .previous-button, .book-viewport .previous-button-down, .book-viewport .next-button-down {
    /* background-color: #009530; */
    /* border: 1px solid #000; */
}

.book-viewport .previous-button-hover, .book-viewport .next-button-hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.book-viewport .previous-button, .book-viewport .previous-button-hover, .book-viewport .previous-button-down {
    background-image: url(arrows.png);
    background-position: -4px 284px;
    background-repeat: no-repeat;
    background-size: 165%;
}

.book-viewport .previous-button-down, .book-viewport .next-button-down {
    background-color: rgba(0, 0, 0, 0.15);
}

.book-viewport .next-button, .book-viewport .next-button-hover, .book-viewport .next-button-down {
    background-image: url(arrows.png);
    background-position: -38px 284px;
    background-repeat: no-repeat;
    background-size: 165%;
}

.book-viewport .zoom-in .next-button, .book-viewport .zoom-in .previous-button {
    display: none;
}

.animated {
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

.esc {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
}

    .esc > div {
        width: 200px;
        height: 30px;
        margin: auto;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        font: 12px arial;
        line-height: 30px;
        color: white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

.made {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font: 14px arial;
    line-height: 40px;
    color: #666;
    text-align: center;
    z-index: 10;
}

.get-now {
    text-decoration: none;
    margin: 0;
    padding: 5px 20px;
    color: white;
    text-shadow: 0 -1px 0 #3D561F;
    border: 1px solid #4D682B;
    background-color: #657948;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #82A353), color-stop(0.5, #62843C), color-stop(0.51, #5B7E32), color-stop(1, #476928));
    background: -webkit-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    background: -moz-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    background: -ms-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    background: -o-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    background: linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    -webkit-box-shadow: inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
    -moz-box-shadow: inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
    -o-box-shadow: inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
    -ms-box-shadow: inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
    box-shadow: inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .get-now:hover {
        border: 1px solid #3F5228;
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #688939), color-stop(1, #5B6D40));
        background: -webkit-linear-gradient(top, #688939, #5B6D40);
        background: -moz-linear-gradient(top, #688939, #5B6D40);
        background: -ms-linear-gradient(top, #688939, #5B6D40);
        background: -o-linear-gradient(top, #688939, #5B6D40);
        background: linear-gradient(top, #688939, #5B6D40);
    }

    .get-now:active {
        border: 1px solid #243017;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #577330), color-stop(1, #4C5B35));
        background: -webkit-linear-gradient(top, #577330, #4C5B35);
        background: -moz-linear-gradient(top, #577330, #4C5B35);
        background: -ms-linear-gradient(top, #577330, #4C5B35);
        background: -o-linear-gradient(top, #577330, #4C5B35);
        background: linear-gradient(top, #577330, #4C5B35);
    }

.turnjs-slider {
    /*position: absolute;
     bottom: 67px;
     z-index: 100;
    */
}
/*Sch SPECIFIC STYLES*/
#SchShareWrapper {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 55px;
    text-align: center;
}

#SchShare {
    display: block;
    color: #fff;
    background: url(ShareBg.png) repeat;
    height: 65px;
    width: 400px;
    font-family: arial;
    margin: 0 auto;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 20;
}

    #SchShare a img {
        border: none;
    }

    #SchShare span {
        font-size: 10px;
        display: block;
        clear: left;
        text-align: center;
        width: 50px;
    }

    #SchShare li:last-child span {
        position: absolute;
        bottom: 8px
    }

    #SchShare li:last-child:hover span {
        bottom: 6px
    }

    #SchShare a {
        display: inline;
        border: none;
        text-align: center;
        width: 30px;
        height: 30px;
    }

    #SchShare div {
    }

    #SchShare ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #SchShare li {
        width: 50px;
        display: block;
        float: left;
        margin: 10px 0 0 30px;
        padding: 0;
        text-align: center;
    }

        #SchShare li:hover {
            margin-top: 12px;
        }

.zoom-in img {
    /*cursor: move*/
}

.gradient {
    cursor: zoom-in;
}

.zoom-in .gradient {
    cursor: zoom-out;
}

.zoom-in .moving {
    cursor: grab !important;
}

.zoom-icon-out {
    background: url(zoom-out.png) no-repeat;
    right: 10px;
    position: fixed;
    height: 70px;
    width: 70px;
    opacity: 0.7;
    cursor: pointer;
    border: none;
    z-index: 120;
}

    .zoom-icon-out.zoom-icon-out-hover {
        /*background-position:-66px 0;
    */
        cursor: pointer;
        opacity: 1.0;
    }

.turnjs-slider .thumbnail div.thumbno {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 10px;
}

.turnjs-slider .thumbnail div {
    z-index: 102;
}
/* Scrollbar */
.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

    .scrollbar .handle {
        width: 100px;
        height: 100%;
        background: #292a33;
        cursor: pointer;
    }

        .scrollbar .handle .mousearea {
            position: absolute;
            top: -9px;
            left: 0;
            width: 100%;
            height: 20px;
        }
/* Pages */
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

    .pages li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 4px;
        text-indent: -999px;
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    }

        .pages li:hover {
            background: #aaa;
        }

        .pages li.active {
            background: #666;
        }

#forcecentered span {
    font-size: 8px;
}
/* FOOTER */
#slideout {
    position: fixed;
    top: 160px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 10000;
}

#ifSearch {
    width: 547px !important;
    height: 100%
}

#sl_thumb, #sl_search, #sl_bookmark, #nt_bookmark {
    position: fixed;
    top: 0px;
    left: -420px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: calc(100%);
    z-index: 100020;
    border: 1px solid #c0c0c0;
    box-sizing: content-box;
}

.srh {
    background-color: yellow;
    font-weight: bold;
}

.isr {
    cursor: pointer;
	border-bottom: solid 1px #c0c0c0;
}

    .isr img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
    }

    .isr div.btn {
        padding-left: 0px;
        font-size: 0.9em;
    }

    .isr a.btn-info {
        font-size: 0.9em;
    }

*, ::after, ::before {
    box-sizing: border-box;
}

#sl_search {
    left: -570px;
    width: 547px;
    max-width: 90%;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    border: 1px solid #c0c0c0;
    background-color: white;
    max-width: 80%
}

#sl_bookmark {
    background-color: #fff;
    width: 380px;
    height: calc(100% - 70px);
    top: 5px;
}

#nt_bookmark {
    background-color: #fff;
    width: 240px;
    height: calc(100% - 45px);
}

#bm_l {
    height: calc(65%);
    overflow-y: auto;
}

#nt_l {
    overflow-y: auto !important;
    height: calc(93%);
}

/*Slider Thumbs*/
.wrap {
    position: relative;
    margin: 3em 0;
}

.ui-slider-handle.ui-state-default.ui-corner-all:after {
    content: attr(data-content);
    color: #fff;
    text-align: center;
    font-size: 11px;
    margin: auto;
    display: block;
    padding-top: 3px;
    text-decoration: none;
}

.header, .footer {
    background: #555;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    text-align: left;
}

    .header, .content, .footer .content {
        text-align: left;
        padding-left: 5px;
    }

.footer {
    position: absolute;
    bottom: 0px;
}

.header a.topmenu {
    background: center center no-repeat transparent;
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 20px;
}

.header a.downloadmenu {
    background: center center no-repeat transparent;
    background-image: url("../img/download-32.png");
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 60px;
}

.header a.searchmenu {
    background: center center no-repeat transparent;
    background-image: url("../img/search.png");
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 100px;
}

.mm-menu.mm-theme-white .mm-searchpage input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
}

.mm-menu .mm-searchpage input {
    background: #FFF;
    color: rgba(0, 0, 0, .75);
}

.mm-menu .mm-search input {
    background: #FFF;
    color: #000;
}

header .mm-searchpage input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
}

.mm-searchpage, .mm-searchpage input {
    box-sizing: border-box;
}

.sliderContainer {
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
    background: #444;
}

[type=search] {
    outline-offset: 1px;
}

#nt_zoom {
    height: 40px;
    width: 150px;
	right: 50px;
    position: absolute;
    top: 40px;
    z-index: 10000;
    background: transparent;
    opacity: 1;
    text-align: right;
}

    #nt_zoom .sld {
        width: 250px;
		height:28px;
        opacity: 1;
        background-color: #444;
        text-align: center;
        /*border: 1px solid #bfb9b9;*/
        /* margin: auto; */
        position: absolute;
        right: 10px;
    }

.sliderContainer .mm-searchpage {
    position: absolute;
    bottom: 11px;
    left: 5px;
}

    .sliderContainer .mm-searchpage input {
        border: none !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-radius: 4px;
        font: inherit;
        font-size: 14px;
        line-height: 26px;
        display: block;
        width: 120px;
        height: 26px;
        min-height: 26px;
        max-height: 26px;
        margin: 0;
        padding: 0 10px;
        margin-left: 10px;
        margin-top: 5px;
        /* background-color: red; */
        /* opacity: 1; */
        /* z-index: 158848640; */
    }

.selected {
    background: #3dcd58;
    color: white;
}

a.button, span.button {
    background: #4BD963;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

header a.button, header span.button, header select, header input[type="text"] {
    box-sizing: border-box;
    border-radius: 5px;
    text-transform: none;
    text-indent: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 20px;
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px;
}

#downloadmenu:not( .mm-menu) {
    display: none;
}

#searchmenu:not( .mm-menu) {
    display: none;
}

.previous-button, .next-button {
    display: none;
}

.fabtn {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
    font-size: 22px;
}

#fsUnZoom, #fsMinimize {
    display: none;
}
/******************************/
/* Jqueryui slider turn start */
/******************************/
.turnjs-slider {
    width: 60%;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto;
    position: relative;
    top: 16px;
}

.chapterName {
    position: relative;
    top: -22px;
}

.turnjs-slider .thumbnail {
    width: 115px;
    height: 95px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    top: -100px;
    left: -17px;
    display: none;
    -webkit-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
    -webkit-transition: all 0.2s;
    -webkit-border-radius: 5px;
    -moz-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
    -moz-transition: all 0.2s;
    -moz-border-radius: 5px;
    -o-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
    -o-transition: all 0.2s;
    -o-border-radius: 5px;
    -ms-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
    -ms-transition: all 0.2s;
    -ms-border-radius: 5px;
    transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
    transition: all 0.2s;
    border-radius: 5px;
}

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.turnjs-slider .thumbnail div.picto {
    width: 100px;
    margin: 2px 5px 5px 4px;
    height: 70px;
    background-color: white;
}

.turnjs-slider .ui-state-hover .thumbnail {
    display: block;
    opacity: 0;
}

.turnjs-slider .ui-state-active .thumbnail {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* Layout helpers ----------------------------------*/
/* Interaction Cues ----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Misc visuals ----------------------------------*/
/* Overlays */
.turnjs-slider .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turnjs-slider .ui-slider {
    position: relative;
    text-align: left;
    left: 28px;
}

div.chapterName {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 0px;
    color: white;
}

.turnjs-slider .ui-slider-handle {
    position: absolute;
    z-index: 0;
    width: 32px;
    top: -3px;
    height: 20px;
    cursor: move;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.turnjs-slider .ui-slider-horizontal {
    height: 20px;
    width: calc(100% - 40px);
    margin-left: 15px;
    margin-right: -40px;
}

    .turnjs-slider .ui-slider-horizontal .ui-slider-handle {
        margin-left: -40px;
        margin-top: -1px;
    }
/* Interaction states ----------------------------------*/
.turnjs-slider .ui-slider-handle {
    /*border: 1px solid white;
    */
    background-color: #000000;
    opacity: 0.8;
    display: block;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-decoration: none;
}

.turnjs-slider .ui-state-hover {
    opacity: 0.4;
}

.turnjs-slider .ui-state-active {
    opacity: 1;
}
/* tooltip */
.region {
    display: inline;
    position: relative;
}

    .region:hover:after {
    }

    .region:hover:before {
    }
/******************************/
/* Jqueryui slider turn end*/
/******************************/
@media only screen and (max-device-width: 414px) {
    .sliderContainer .mm-searchpage input {
        height: 26px;
        min-height: 26px;
        max-height: 26px;
    }

    #fsMinimize, #fsMaximize, #fsZoom, #fsUnZoom, #fsHelp {
        display: none;
    }

    .icon-barh a, .icon-barh div {
        padding: 2px 6px !important;
        /* Some top and bottom padding */
    }
}

@media only screen and (orientation: portrait) {
    .sliderContainer .mm-searchpage input {
        height: 22px;
        min-height: 20px;
        max-height: 26px;
        margin-left: 5px;
    }

    .sliderContainer .mm-searchpage {
        position: absolute;
        bottom: 9px;
        left: 5px;
    }
}

@media only screen and (orientation: landscape) {
    .sliderContainer .mm-searchpage input {
        height: 26px;
        min-height: 26px;
        max-height: 26px;
    }
}
.langDiv{
	background-color: #fff;
    height: 33px;
    padding: 0px;
    margin: 0px;
	display:none;
	box-shadow: 1px  1px 1px rgb(0 0 0 / 30%);
}

.switch-locale {    padding: 5px;}
.switch-locale li {
    list-style-type: none;
    display: inline-block;
}

/* Icon bar vertical*/
.icon-bar {
    width: 50px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999998;
    box-shadow: 1px 0 1px rgb(0 0 0 / 20%);
    height: 100%;
}
span.support-bar-item-text {
    color: #42b4e6!important;
    font-size: 10px;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 1px;
        transition: all 0.3s ease;
        color: #000;
        font-size: 22px;
    }

        .icon-bar a:hover {
            background-color: #DDD;
			color : #000;
        }
.book.animated {
    /*margin-top: 14px!important;*/
}
.active {
    /* background-color: #d0d0d0 !important; */
}
/* Icon bar horizontal */
.icon-barh {
    width: auto;
    background-color: #555;
    /* Dark-grey background */
    overflow: hidden;
    /* Overflow due to float */
    float: right;
    height: 40px;
}

    .icon-barh a, .icon-barh div {
        float: right;
        /* Float links side by side */
        text-align: center;
        /* Center-align text */
        padding: 2px 9px;
        /* Some top and bottom padding */
        transition: all 0.3s ease;
        /* Add transition for hover effects */
        color: white;
        /* White text color */
        font-size: 22px;
        /* Increased font size */
        z-index: 99999;
        cursor: pointer;
    }

        .icon-barh a:hover {
            background-color: #000;
            /* Add a hover color */
        }

#nt_c, #bm_c {
    float: left;
    width: 226px;
    height: 160px;
}

    #bm_c img, #nt_c img, .bg img {
        border: 1px solid #000;
    }

    #forcecentered ul, #nt_c ul, #bm_c ul, #nt_l ul, #bm_l ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 11px;
        line-height: 11px;
        height: 158px;
    }

div#forcecentered {
    height: calc(100% - 45px);
    overflow: auto;
}

#forcecentered img {
    border: 1px solid #c0c0c0;
}

#forcecentered ul li, #nt_c ul li, #bm_c ul li, #nt_l ul li, #bm_l ul li {
    /*float: left;*/
    width: 222px;
    height: 149px;
    margin: 0px;
    padding-left: 10px;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
    border: 0px;
}

#nt_b, #bm_b {
    float: left;
    width: 92px;
}

    #nt_b a, #bm_b a {
        float: left;
        width: 42px;
        margin-right: 3px;
    }

#nt_t2, #bm_t2, #bm_t, #nt_t, #sld_t {
    clear: both;
    background: #444;
    color: white;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-top: 0px;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#nt_l .bg, #bm_l .bg {
    float: left;
    width: 212px;
    height: 140px;
}

#nt_l .bd, #bm_l .bd {
    float: left;
    width: 50px;
    text-align: left;
    padding-left: 2px;
}

#nt_l ul li, #bm_l ul li {
    height: 158px;
    width: 100%;
}

#nt_l .bc, #bm_l .bc {
    float: right;
    width: 40px;
}

#btxt {
    width: 88px;
    margin-bottom: 5px;
    margin-top: 4px;
}

 .youtube {
     background-image: url(youtube.png)!important;
     opacity: 0.4!important;
     background-repeat: no-repeat!important;
     background-position-x: 50%!important;
     background-position-y: 50% !important;
	 background-size: 30px !important;
}

#download, #social, #confirmation, #news, #login {
    background-color: #fff;
    padding: 20px;
    max-width: 380px;
    min-width: 320px;
}

    #download .subTitle, #login .subTitle, #confirmation .subTitle, #news .subTitle {
        font-size: 2em;
        color: #3dcd58;
    }

.input-group {
    margin-top: 2px;
}

#downloadInfo input[type=text] {
    height: 30px;
}

/* Chardinjs */
.chardinjs-overlay {
    cursor: pointer;
}

.chardinjs-tooltiptext {
    margin-left: 5px;
}

.chardinjs-overlay {
    background-repeat: no-repeat;
    background-position: center center;
}

div[data-id="fsBook"] .chardinjs-tooltip.chardinjs-right {
    top: 10px !important;
    left: 149px;
    width: 300px;
}


.publication-note {
    font-size: 150%;
    cursor: pointer;
}

.zoom-in .publication-note {
    font-size: 300%;
}

.publication-note.red {
    color: #eb5a5a
}

.publication-note.gray {
    color: #596168
}

.publication-note.orange {
    color: #f38d2a
}

.publication-note.violet {
    color: #7957bf
}

.publication-note.blue {
    color: #2db1e3
}

.publication-note.green {
    color: #33cc34
}

.note-pj {
    font-size: 8px;
    width: 100%;
}

.pjlink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 8px;
}

.pjdel {
    font-size: 10px;
    color: red;
    padding-right: 3px;
    cursor: pointer;
    display: none;
}

.note-rect .note-footer .note-border-color {
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    float: left;
    margin: 7px -10px 3px 14px;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid transparent;
}

.note-rect .note-footer .note-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px;
    cursor: pointer;
}

.note-rect .note-footer .note-border-color.blue {
    border-color: #64d3fd;
}

.note-rect .note-footer .note-color.blue {
    background-color: #64d3fd;
}

.note-rect .note-footer .note-border-color.violet {
    border-color: #9d80d7;
}

.note-rect .note-footer .note-color.violet {
    background-color: #9d80d7;
}

.note-rect .note-footer .note-border-color.green {
    border-color: #66d566;
}

.note-rect .note-footer .note-color.green {
    background-color: #66d566;
}

.note-rect .note-footer .note-border-color.red {
    border-color: #ff8383;
}

.note-rect .note-footer .note-color.red {
    background-color: #ff8383;
}

.note-rect .note-footer .note-border-color.orange {
    border-color: #f93;
}

.note-rect .note-footer .note-color.orange {
    background-color: #f93;
}

.note-rect .note-footer .note-border-color.gray {
    border-color: #a6a19b;
}

.note-rect .note-footer .note-color.gray {
    background-color: #a6a19b;
}

[draggable=true] {
    cursor: move;
}

.popover {
    min-width: 250px;
}

.popover, .note-rect {
    background-color: #f6f6f6;
}

    .note-rect .note-article {
        font-family: inherit;
        resize: none;
        font-size: 12px;
        padding: 0;
        color: #596168;
        border: 1px solid #a9a9a9;
        text-align: left;
        direction: ltr;
        width: 154px;
        height: 104px;
    }

.edit.note-rect .note-article, .edit.note-rect .note-article:focus {
    border-color: transparent;
    background-color: transparent;
    outline: none;
}

.note-rect .note-footer .note-time {
    width: auto;
    resize: none;
    font-size: 9px;
    line-height: 8px;
    margin: 5px 18px 5px 0px;
    float: left;
    color: #a6aaad;
}

.note-rect .note-footer .note-button {
    float: right;
    font-size: 18px;
    line-height: 8px;
    height: 22px;
    color: #a6aaad;
    cursor: pointer;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.note-delete-dialog {
    position: relative;
    top: 0;
    width: 154px;
    height: 104px;
    background-color: #f6f6f6;
    border-radius: 5px;
    display: none;
}

.note-delete-dialog-text {
    color: rgba(68,68,68,.8);
    font-size: 13px;
    text-align: center;
}

.note-delete-dialog-text-flex {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.note-delete-dialog-buttons {
    width: 100%;
    height: 50px;
    text-align: center;
}

.note-delete-dialog-cancel, .note-delete-dialog-confirm {
    display: inline-block;
    max-width: 200px;
    min-width: 50px;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    background-color: #d7dce0;
    color: #586167;
    margin-top: 20px;
}

.popover-content {
    padding: 5px 10px;
}

.note-color-set {
    margin-left: -9px;
}
/* support bar */
#support-bar-toggle {
    display: none
}

    #support-bar-toggle:checked ~ #support-bar {
        width: 273px
    }

        #support-bar-toggle:checked ~ #support-bar #support-bar-icons {
    width: 240px;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border: 1px solid #e7e6e6; */
 }

#support-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: fixed;
    width: 35px;
    top: 50%;
    right: 0;
    margin-left: -35px;
    z-index: 1300;
    -webkit-transition: width ease .2s;
    transition: width ease .2s
}

    #support-bar.sticky {
        position: fixed
    }

    #support-bar.transition {
        -webkit-transition: width ease .2s,top linear .2s;
        transition: width ease .2s,top linear .2s
    }

    #support-bar .chat-availability {
        display: none;
        vertical-align: middle;
        min-width: 330px;
        max-width: 330px;
        text-align: center;
        background: #9fa0a4;
        color: #fff;
        position: relative;
        font-weight: 400;
        padding: 0 2.5em;
        line-height: 1.2em
    }

        #support-bar .chat-availability.active {
            display: table-cell
        }

    #support-bar .chat-availability-close {
        display: block;
        position: absolute;
        top: .5em;
        right: .5em;
        background-image: url('img/common-sprite.png');
        background-repeat: no-repeat;
        background-size: 346px 343px;
        width: 30px;
        height: 30px;
        background-position: 0 -232px;
        cursor: pointer;
        border: 0;
        background-color: transparent;
        text-indent: -9999px;
        outline: 0
    }

@media print,screen,(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:2ppx) {
    #support-bar .chat-availability-close {
        background-image: url('img/common-sprite@2x.png');
        background-size: 346px 343px
    }
}

#support-bar .chat_button_offline {
    cursor: pointer
}

#support-bar > div {
    display: block;
    /* padding: 25px 0 */
}

    #support-bar > div.collapsed {
        display: none
    }

#support-bar label {position: relative;-webkit-box-sizing: content-box;box-sizing: content-box;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 100%;width: 35px;line-height: 35px;margin-right: -1px;/* padding: 25px 0; */color: #fff;text-transform: uppercase;background: #42b4e6;border: 0;cursor: pointer;height: 160px;}

    #support-bar label > span {
        display: inline-block;
        color: #fff;
        white-space: nowrap;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-transform: translate(0,100%) rotate(-90deg);
        transform: translate(0,100%) rotate(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        #support-bar label > span::after {
            content: '';
            float: left;
            margin-top: 100%
        }

#support-bar-icons {
    width: 0;
    /* background: #fafafa */
}

    #support-bar-icons ul {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px rgb(51 51 51 / 20%);
    background: #fafafa;
    width: 240px;
    border: 1px solid #e7e6e6;
    padding-inline-start: 0px;
    }

    #support-bar-icons li {
    display: flex;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    flex: 50% 0 0;
    width: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
 }

        #support-bar-icons li a {
            display: block;
            color: rgb(51, 51, 51) !important;
            text-decoration: none;
            margin: auto;
        }

        #support-bar-icons li .support-bar-item-link {
            color: #626469
        }

            #support-bar-icons li .support-bar-item-link.is-disabled {
                opacity: .7
            }

    #support-bar-icons a[class^='icon-support'] {
        display: block
    }

        #support-bar-icons a[class^='icon-support']::before {
            content: '';
            display: block;
            margin: auto;
            background-image: url('img/common-sprite.png');
            background-repeat: no-repeat;
            background-size: 346px 343px
        }

@media print,screen,(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:2ppx) {
    #support-bar-icons a[class^='icon-support']::before {
        background-image: url('img/common-sprite@2x.png');
        background-size: 346px 343px
    }
}

#support-bar-icons .disabled.icon-support-pin::before {
    width: 32px;
    height: 32px;
    background-position: -255px -96px
}

#support-bar-icons .disabled.icon-support-chat::before {
    width: 32px;
    height: 32px;
    background-position: -255px -32px
}

#support-bar-icons .disabled.icon-support-help::before {
    width: 32px;
    height: 32px;
    background-position: -255px 0
}

#support-bar-icons .disabled.icon-support-email::before {
    width: 32px;
    height: 32px;
    background-position: -167px -45px
}

#support-bar-icons .icon-support-pin::before {
    width: 32px;
    height: 32px;
    background-position: -194px -192px
}

#support-bar-icons .icon-support-chat::before {
    width: 32px;
    height: 32px;
    background-position: -215px -160px
}

#support-bar-icons .icon-support-help::before {
    width: 32px;
    height: 32px;
    background-position: -255px -64px
}

#support-bar-icons .icon-support-email::before {
    width: 32px;
    height: 32px;
    background-position: -255px -128px
}

#support-bar-icons li span {
    display: block;
    margin: auto
}

    #support-bar-icons li span:not(.support-bar-item-text) {
        background-image: url('img/common-sprite.png');
        background-repeat: no-repeat;
        background-size: 346px 343px
    }

@media print,screen,(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:2ppx) {
    #support-bar-icons li span:not(.support-bar-item-text) {
        background-image: url('img/common-sprite@2x.png');
        background-size: 346px 343px
    }
}

#support-bar-icons li span.icon-support-chat-unavailable {
    width: 32px;
    height: 32px;
    background-position: -255px -32px
}

#support-bar-icons li span.icon-support-pin {
    width: 32px;
    height: 32px;
    background-position: -194px -192px
}

#support-bar-icons li span.icon-support-chat {
    width: 32px;
    height: 32px;
    background-position: -215px -160px
}

#support-bar-icons li span.icon-support-help {
    width: 32px;
    height: 32px;
    background-position: -255px -64px
}

#support-bar-icons li span.icon-support-email {
    width: 32px;
    height: 32px;
    background-position: -255px -128px
}

#support-bar.active {
    background-color: transparent !important;
}

svg:not(:root) {
    overflow: hidden;
}

.qtip-green {
    background-color: #3dcd58;
    border-color: #3dcd58 !important;
    color: #FFFFFF !important;
    font-size: 13px;
}

.gradient .info {
    position: absolute;
    top: 50%;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 130%;
}

.isInfo {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.4) !important;
    z-index: 100000;
}

/* CART */
.cart-total-row {
    width: 100%;
}

#cart-view {
    display: block;
    width: 550px;
    background-color: #fff;
    z-index: 9999999999999999999999;
    overflow: hidden;
    max-height: calc(100% - 104px);
    color: #444;
}

#cart-header {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
	background: #3dcd58;
	color: #ffffff;
	padding-left: 10px;
}

    #cart-header i {
        float: right;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
    }

#cart-view .cart-side {
    width: 20px;
    border-right: 1px solid gray;
    height: 100%;
    padding: 10px;
    position: absolute;
}

    #cart-view .cart-side i {
        opacity: 0.5;
    }

        #cart-view .cart-side i#cart-open-close {
            opacity: 1;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            top: 50%;
            left: 8px;
            position: absolute;
            font-size: 30px;
            cursor: pointer;
        }


#cart-content {
    width: 530px;
    position: absolute;
    left: 10px;
    max-height: calc(100% - 19px);
    height: auto;
}


    #cart-content .cart-row {
        width: calc(100% - 10px);
        float: left;
        font-size: 12px;
        margin-top: 10px;
        border-bottom: 1px solid #444;
        padding-bottom: 5px;
        height: auto;
    }

        #cart-content .cart-row span.cart-row-id {
            margin-right: 5px;
        }

        #cart-content .cart-row span.cart-row-name {
            width: 250px;
            float: left;
            font-size: 12px;
            font-weight: bold;
            line-height: 14px;
        }

            #cart-content .cart-row span.cart-row-name i {
                float: right;
                font-size: 12px;
                padding: 0px 2px 1px;
                cursor: pointer;
            }

        #cart-content .cart-row span.cart-row-price {
            float: right;
            width: 95px;
            text-align: right;
            font-size: 12px;
            white-space: nowrap;
            padding-top: 0px;
            line-height: 12px;
        }

        #cart-content .cart-row span.cart-row-description {
            width: 285px;
            float: left;
            font-size: 11px;
            line-height: 13px;
            margin-top: 5px;
            opacity: 0.85;
        }

        #cart-content .cart-row span.cart-row-num {
            float: right;
            width: 59px;
            text-align: right;
            font-weight: normal;
            margin-top: 5px;
            font-size: 14px;
            line-height: 14px;
            padding: 0 0 0 10px;
        }

            #cart-content .cart-row span.cart-row-num input[type="number"] {
                font-size: 11px;
                padding: 3px 0;
                width: 25px;
                text-align: center;
            }

            #cart-content .cart-row span.cart-row-num i {
                cursor: pointer;
                font-size: 15px;
            }

                #cart-content .cart-row span.cart-row-num i.fa-minus-square {
                    float: left;
                }

                #cart-content .cart-row span.cart-row-num i.fa-plus-square {
                    float: right;
                    padding-left: 3px;
                }

    #cart-content #cart-products-container {
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 5px;
        min-height: 100px !important;
        max-height: calc(100% - 80px);
    }

    #cart-content #final-block {
        margin-top: 0;
        width: 100%;
    }

        #cart-content #final-block .cart-total-row {
            text-align: center;
            font-size: 14px;
            border-bottom: none;
        }

            #cart-content #final-block .cart-total-row.cart-total-bg {
                /* background-color: rgba(0,0,0,0.1);*/
            }

            #cart-content #final-block .cart-total-row .cart-label-total {
                float: left;
                width: 30%;
                text-align: left;
            }

            #cart-content #final-block .cart-total-row .cart-sum-total {
                float: left;
                width: 70%;
                text-align: right;
            }

        #cart-content #final-block .cart-send-row {
            margin-top: 0;
            border-bottom: none;
            text-align: center;
        }

    #cart-content a#cart-email-order {
        display: inline-block;
        text-align: center;
        font-weight: bold;
        padding: 5px 5px;
        cursor: pointer;
        line-height: 18px;
        float: right;
        width: 50%;
        box-sizing: border-box;
        background: linear-gradient(#1cb023, #0a8b0a);
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        border-radius: 1px;
    }

        #cart-content a#cart-email-order:hover {
            background: linear-gradient(#0a8b0a, #1cb023);
        }


        #cart-content a#cart-email-order i.fa {
            font-size: 15px !important;
        }

    #cart-content a#cart-export {
        background-color: #25a0da;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 5px;
        cursor: pointer;
        line-height: 18px;
        float: right;
        width: 30%;
        box-sizing: border-box;
    }

        #cart-content a#cart-export:hover {
            color: #424242;
        }

        #cart-content a#cart-export i.fa {
            font-size: 15px !important;
        }

#cart-export {
    cursor: pointer;
    font-weight: bold;
}

    #cart-export.send-disabled {
        cursor: normal;
        opacity: 0.5;
    }

#cart-dialog-content {
    text-align: center;
}

    #cart-dialog-content h1 {
        font-size: 14px;
        width: 300px;
        text-align: left;
        padding-left: 10px;
    }

    #cart-dialog-content label {
        font-size: 13px;
        font-weight: bold;
        width: 35%;
        float: left;
        margin-left: 10px;
        line-height: 18px;
        margin-bottom: 10px;
        text-align: left;
        clear: left;
    }

    #cart-dialog-content input {
        float: left;
        width: 55%;
        padding: 2px 5px;
        margin-bottom: 10px;
        font-size: 13px;
    }


    #cart-dialog-content span.cart-validation-error {
        float: right;
        width: 55%;
        margin-right: 25px;
        color: red;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        display: none;
        margin-top: -10px;
    }

div.cart-sep {
    float: left;
    width: 100%;
    height: 5px;
    clear: left;
}

div.send-order-container {
    float: left;
    width: 100%;
    text-align: left;
    height: 45px;
    padding-left: 133px;
    box-sizing: border-box;
}

#cart-dialog-content a {
    text-align: center;
    font-weight: bold;
    padding: 8px 45px;
    cursor: pointer;
    line-height: 50px;
    text-transform: uppercase;
    background: linear-gradient(#1cb023, #0a8b0a);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
}

    #cart-dialog-content a:hover {
        background: linear-gradient(#0a8b0a, #1cb023);
    }

div.desktop-menu-top i[data-name=cart] {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    font-size: 24px;
    cursor: pointer;
}

div.desktop-menu-top span.cart-num-items-menu {
    position: absolute;
    text-align: center;
    font-size: 10px;
    margin: 0 !important;
    transform: translate(3px,-15px);
    -webkit-transform: translate(3px,-15px);
    -moz-transform: translate(3px,-15px);
    -o-transform: translate(3px,-15px);
    -ms-transform: translate(3px,-15px);
}


span.cart-num-items-menu.resp {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: inherit;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 12px;
    border-radius: 6px;
    font-weight: bold;
}


.cart-icon {
    /* display: none; */
    position: absolute;
    cursor: pointer;
    z-index: 100000;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    /*opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);*/
}

    .cart-icon i {
        font-size: 25px;
        transform: translate(-52%,-51%);
        -webkit-transform: translate(-52%,-51%);
        -moz-transform: translate(-52%,-51%);
        -o-transform: translate(-52%,-51%);
        -ms-transform: translate(-52%,-51%);
        top: 50%;
        left: 50%;
        position: absolute;
    }

.lity-content {
    height: 100% !important;
}

.tbAddRef {
    width: 100%;
    max-width: 825px;
}

@media screen and (min-width: 801px) and (orientation: landscape) {
    div.desktop-menu-top > ul > li:nth-child(8) {
        width: 44px;
        left: 92%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -transform: translateX(-50%);
    }

    .tbAddRef {
        width: 80%;
    }
}

@media screen and (max-width: 430px) {
    /*.lity-container {
    min-height: 80%;
    min-width: 70%;
}*/

    .tbAddRef {
        width: 80%;
    }

    #cart-dialog-content label {
        width: 80%;
        margin-left: 0;
    }

    div.send-order-container {
        padding-left: 0px;
    }

    #cart-dialog-content input {
        width: 80%;
    }

    #cart-dialog-content h1 {
        width: 200px;
        padding-left: 0;
    }

    #cart-content .cart-row span.cart-row-name {
        width: 250px;
        float: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
    }

        #cart-content .cart-row span.cart-row-name i {
            float: right;
            font-size: 12px;
            padding: 0px 2px 1px;
            cursor: pointer;
        }

    #cart-content .cart-row span.cart-row-price {
        width: 95px;
    }

    #cart-content .cart-row span.cart-row-description {
        width: 185px;
    }

    #cart-content {
        width: 340px;
    }

    #cart-view {
        width: 350px;
    }

    #cart-content .cart-row span.cart-row-num {
        width: 59px;
    }

        #cart-content .cart-row span.cart-row-num input[type="number"] {
            width: 25px;
        }
}

#cart-view {
}
.srt {
    font-size:0.7em;
    padding: 10px;
}
.sri {
    width:16%;
	padding: 10px;
}


.mm-menu {
    background: white;
    border: 1px solid rgb(195,195,195);
    color: rgba(0,0,0,.75);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #000;
}

.mm-menu .mm-search input {
 font-style:italic;
} 
 .odd {
    border-right: 1px solid rgb(195,195,195);
    border-top: 1px solid rgb(195,195,195);
    border-bottom: 1px solid rgb(195,195,195);
}
 
 .even{
    border-left:1px solid rgb(195,195,195);
    border-top: 1px solid rgb(195,195,195);
    border-bottom: 1px solid rgb(195,195,195);
}
.cpn{
    position: relative;
    top: -125px;
    left: 0;
    margin-left: -5px;
    padding: 5px 5px;
    background: #fff;
    font-size: 11px;
    -webkit-box-shadow: 0 0 1px rgba(18,18,18,0.7),0 1px 2px rgba(18,18,18,0.2);
    box-shadow: 0 0 1px rgba(18,18,18,0.7),0 1px 2px rgba(18,18,18,0.2);
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    width: 79px;
 }
	.cover .cpn {
    left: 33px;
}
.active .overlay
{
    background: rgba(0,88,163, 0.2) !important;
    -webkit-box-shadow: 0 0 0 1px #ccc,0 1px 5px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 1px #ccc,0 1px 5px rgba(0,0,0,0.05);
    border-radius: 3px;
    position: relative;
    left: 0px;
    margin: -1px;
    border: 1px solid red;
    width: 100%;
    height: 146px;
    top: -143px;
    border: 1px solid blue;
}
.active .cpn {
    top: -270px;
}