@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon.eot');
    src: url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* General button style (reset) */
.btng {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: left;
}

    .btng:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* Pseudo elements for icons */
    .btng:before,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: 'FontAwesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.icon-envelope:before {
    content: "\e000";
}

.icon-cart:before {
    content: "\e007";
}

.icon-cart-2:before {
    content: "\e008";
}


.icon-star:before {
    content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
    content: "\e00c";
}

.icon-arrow-right:before {
    content: "\e00d";
}

.icon-arrow-left:before {
    content: "\e003";
}

.icon-truck:before {
    content: "\e00e";
}

.icon-remove:before {
    content: "\e00f";
}

.icon-cog:before {
    content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
    content: "\e011";
}

.icon-minus:before {
    content: "\e012";
}

.bh-icon-smiley:before {
    content: "\e001";
}

.bh-icon-sad:before {
    content: "\e002";
}

.icon-download:before {
    content: '\e801';
}

.icon-file:before {
    content: "\e004";
}

.icon-remove-2:before {
    content: "\e005";
}

/* Button 1 */
.btng-1 {
    border: 3px solid #fff;
    color: #fff;
}

/* Button 1a */
.btng-1a:hover,
.btng-1a:active {
    color: #0e83cd;
    background: #fff;
}

/* Button 1b */
.btng-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
}

.btng-1b:hover,
.btng-1b:active {
    color: #0e83cd;
}

    .btng-1b:hover:after,
    .btng-1b:active:after {
        height: 100%;
    }

/* Button 1c */
.btng-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btng-1c:hover,
.btng-1c:active {
    color: #0e83cd;
}

    .btng-1c:hover:after,
    .btng-1c:active:after {
        width: 100%;
    }

/* Button 1d */
.btng-1d {
    overflow: hidden;
}

    .btng-1d:after {
        width: 0;
        height: 103%;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .btng-1d:hover,
    .btng-1d:active {
        color: #0e83cd;
    }

        .btng-1d:hover:after {
            width: 90%;
            opacity: 1;
        }

        .btng-1d:active:after {
            width: 101%;
            opacity: 1;
        }

/* Button 1e */
.btng-1e {
    overflow: hidden;
}

    .btng-1e:after {
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .btng-1e:hover,
    .btng-1e:active {
        color: #0e83cd;
    }

        .btng-1e:hover:after {
            height: 260%;
            opacity: 1;
        }

        .btng-1e:active:after {
            height: 400%;
            opacity: 1;
        }

/* Button 1f */
.btng-1f {
    overflow: hidden;
}

    .btng-1f:after {
        width: 101%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .btng-1f:hover,
    .btng-1f:active {
        color: #0e83cd;
    }

        .btng-1f:hover:after {
            height: 75%;
            opacity: 1;
        }

        .btng-1f:active:after {
            height: 130%;
            opacity: 1;
        }

/* Button 2 */
.btng-2 {
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btng-2a {
    border-radius: 0 0 5px 5px;
}

    .btng-2a:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btng-2a:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2b */
.btng-2b {
    border-radius: 0 0 5px 5px;
}

    .btng-2b:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btng-2b:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2c */
.btng-2c {
    border-radius: 5px;
}

    .btng-2c:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btng-2c:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2d */
.btng-2d {
    border-radius: 5px;
}

    .btng-2d:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btng-2d:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2e */
.btng-2e {
    border-radius: 5px;
    box-shadow: -6px 0 #ab3c3c;
}

    .btng-2e:hover {
        box-shadow: -4px 0 #ab3c3c;
        left: -2px;
    }

    .btng-2e:active {
        box-shadow: 0 0 #ab3c3c;
        left: -6px;
    }

/* Button 2f */
.btng-2f {
    border-radius: 5px;
    box-shadow: 6px 0 #ab3c3c;
}

    .btng-2f:hover {
        box-shadow: 4px 0 #ab3c3c;
        left: 2px;
    }

    .btng-2f:active {
        box-shadow: 0 0 #ab3c3c;
        left: 6px;
    }

/* Button 2g */
.btng-2g {
    border-radius: 40px;
}

    .btng-2g:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btng-2g:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2h */
.btng-2h {
    border-radius: 20px;
}

    .btng-2h:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btng-2h:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2i */
.btng-2i {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0;
}

    .btng-2i:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btng-2i:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2j */
.btng-2j {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0;
}

    .btng-2j:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btng-2j:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 3 */
.btng-3 {
    background: #fcad26;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
}

    .btng-3:hover {
        background: #f29e0d;
        color: white;
    }

    .btng-3:active {
        background: #f58500;
        top: 2px;
        color: white;
    }

    .btng-3:before {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
        text-align: center;
        background: rgba(0,0,0,0.05);
    }


/* Button 3b */
.btng-3b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-3b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

.btng-3e {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: white !important;
}

    .btng-3e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-3e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 5px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btng-3e:hover:after {
        width: 40%;
    }



/* Button 4 */
.btng-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
}

    .btng-4:active {
        border-color: #17954c;
        color: #17954c;
    }

    .btng-4:hover {
        background: #24b662;
    }

    .btng-4:before {
        position: absolute;
        height: 100%;
        font-size: 125%;
        line-height: 3.5;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btng-4:active:before {
        color: #17954c;
    }

/* Button 4a */
.btng-4a:before {
    left: 130%;
    top: 0;
}

.btng-4a:hover:before {
    left: 80%;
}

/* Button 4b */
.btng-4b:before {
    left: -50%;
    top: 0;
}

.btng-4b:hover:before {
    left: 10%;
}

/* Button 4c */
.btng-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btng-4c:hover:before {
    left: 80%;
    opacity: 1;
}

/* Button 4d */
.btng-4d:before {
    left: 30%;
    opacity: 0;
    top: 0;
}

.btng-4d:hover:before {
    left: 10%;
    opacity: 1;
}

/* Button 5 */
.btng-5 {
    background: #226fbe;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 15px 15px;
}

    .btng-5:active {
        background: #205a96;
        top: 2px;
        color: #fff;
    }

    .btng-5 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
        text-align: center;
        color: white;
    }

    .btng-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2;
        font-size: 180%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #FFF;
    }

    .btng-5:active:before {
    }




/* Button 5a */
.btng-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btng-5a:before {
    left: 0;
    top: -100%;
}

.btng-5a:hover:before {
    top: 0;
}

/* Button 5b */
.btng-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btng-5b:before {
    left: -100%;
    top: 0;
}

.btng-5b:hover:before {
    left: 0;
}

.btng:not([href]):not([tabindex]) {
    background-color: #b9b9b982 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    cursor: not-allowed;
    box-shadow: none !important;
}

.btng-5b:not([href]):not([tabindex]):hover {
    background-color: #fff !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    transform: none !important;
}


.btngnet-13:not([href]):not([tabindex]) {
    background-color: #ff5722 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
    cursor: pointer !important;
}

.btngnet-5b:not([href]):not([tabindex]):hover {
    background-color: #fff !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    transform: none !important;
}

/* Button 6 */
.btng-6 {
    color: #fff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btng-6:active {
        top: 2px;
    }

/* Button 6a */
.btng-6a {
    border: 4px solid #226fbe;
}

    .btng-6a:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6b */
.btng-6b {
    border: 4px solid #226fbe;
    border-radius: 15px;
}

    .btng-6b:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6c */
.btng-6c {
    border: 4px solid #226fbe;
    border-radius: 60px;
}

    .btng-6c:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6d */
.btng-6d {
    border: 2px dashed #226fbe;
}

    .btng-6d:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6e */
.btng-6e {
    border: 2px dashed #226fbe;
    border-radius: 15px;
}

    .btng-6e:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6f */
.btng-6f {
    border: 2px dashed #226fbe;
    border-radius: 60px;
}

    .btng-6f:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6g */
.btng-6g {
    border: 2px dotted #226fbe;
}

    .btng-6g:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6h */
.btng-6h {
    border: 2px dotted #226fbe;
    border-radius: 15px;
}

    .btng-6h:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6i */
.btng-6i {
    border: 2px dotted #226fbe;
    border-radius: 60px;
}

    .btng-6i:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6j */
.btng-6j {
    border: 4px double #226fbe;
}

    .btng-6j:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6k */
.btng-6k {
    border: 4px double #226fbe;
    border-radius: 15px;
}

    .btng-6k:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6l */
.btng-6l {
    border: 4px double #226fbe;
    border-radius: 60px;
}

    .btng-6l:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 7 */
.btng-7 {
    background: #17aa56;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 5px #119e4d;
    padding: 25px 60px 25px 90px;
}

/* Button 7a */
.btng-7a {
    overflow: hidden;
}

    .btng-7a:before {
        position: absolute;
        left: 0;
        width: 40%;
        font-size: 160%;
        line-height: 0.8;
        color: #0a833d;
    }

    .btng-7a.btng-activated {
        -webkit-animation: fadeOutText 0.5s;
        -moz-animation: fadeOutText 0.5s;
        animation: fadeOutText 0.5s;
    }

        .btng-7a.btng-activated:before {
            -webkit-animation: moveToRight 0.5s;
            -moz-animation: moveToRight 0.5s;
            animation: moveToRight 0.5s;
        }


/* Button 9 */
.btng-9 {
    background: #00659f;
    color: #fff;
}

    .btng-9:hover {
        background: #1e5979;
        color: white;
    }

    .btng-9:active {
        background: #1e5979;
        top: 2px;
        color: white;
    }

    .btng-9:before {
        position: absolute;
        height: 100%;
        left: -3px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
    }

/* Button 3a */
.btng-9a {
    padding: 25px 60px 25px 120px;
}

    .btng-9a:before {
        background: rgba(0,0,0,0.05);
    }

/* Button 3b */
.btng-9b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-9b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

/* Button 3c */
.btng-9c {
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px #da9622;
}

    .btng-9c:active {
        box-shadow: 0 3px #dc7801;
    }

    .btng-9c:before {
        height: 60px;
        width: 100%;
        left: -3px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 67px;
    }

    .btng-9c:active:before {
        color: #f58500;
    }






/* Button 3d */
.btng-9d {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-9d:before {
        background: #fff;
        color: #00659f;
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }

    .btng-9d:after {
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
        left: 55px;
        top: 50%;
        margin: -10px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btng-9d:active:before {
        color: #f58500;
    }

    .btng-9d:active {
        top: 0;
    }

        .btng-9d:active:after {
            left: 60px;
        }

/* Button 3e */
.btng-9e {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: white !important;
}

    .btng-9e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-9e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 5px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btng-9e:hover:after {
        width: 40%;
    }


/* Button 10 */
.btng-10 {
    background: #6a9976;
    color: #fff;
}

    .btng-10:hover {
        background: #41694b;
        color: white;
    }

    .btng-10:active {
        background: #1e7929;
        top: 2px;
        color: white;
    }

    .btng-10:before {
        position: absolute;
        height: 100%;
        left: -3px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
    }

/* Button 3a */
.btng-10a {
    padding: 25px 60px 25px 120px;
}

    .btng-10a:before {
        background: rgba(0,0,0,0.05);
    }

/* Button 3b */
.btng-10b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-10b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

/* Button 3c */
.btng-10c {
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px #da9622;
}

    .btng-10c:active {
        box-shadow: 0 3px #dc7801;
    }

    .btng-10c:before {
        height: 60px;
        width: 100%;
        left: -3px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 67px;
    }

    .btng-10c:active:before {
        color: #f58500;
    }





/* Button 3d */
.btng-10d {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-10d:before {
        background: #fff;
        color: #00659f;
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }

    .btng-10d:after {
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
        left: 55px;
        top: 50%;
        margin: -10px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btng-10d:active:before {
        color: #f58500;
    }

    .btng-10d:active {
        top: 0;
    }

        .btng-10d:active:after {
            left: 60px;
        }

/* Button 3e */
.btng-10e {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: white !important;
}

    .btng-10e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-10e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 5px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btng-10e:hover:after {
        width: 40%;
    }




@-webkit-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-moz-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes moveToRight {
    80% {
        -webkit-transform: translateX(250%);
    }

    81% {
        opacity: 1;
        -webkit-transform: translateX(250%);
    }

    82% {
        opacity: 0;
        -webkit-transform: translateX(250%);
    }

    83% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveToRight {
    80% {
        -moz-transform: translateX(250%);
    }

    81% {
        opacity: 1;
        -moz-transform: translateX(250%);
    }

    82% {
        opacity: 0;
        -moz-transform: translateX(250%);
    }

    83% {
        opacity: 0;
        -moz-transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        -moz-transform: translateX(-50%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@keyframes moveToRight {
    80% {
        transform: translateX(250%);
    }

    81% {
        opacity: 1;
        transform: translateX(250%);
    }

    82% {
        opacity: 0;
        transform: translateX(250%);
    }

    83% {
        opacity: 0;
        transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Button 7b */
.btng-7b {
    overflow: hidden;
}

    .btng-7b:before {
        position: absolute;
        left: 0;
        width: 40%;
        font-size: 160%;
        line-height: 0.8;
        color: #0a833d;
    }

    .btng-7b.btng-activated:before {
        -webkit-animation: scaleUp 0.5s;
        -moz-animation: scaleUp 0.5s;
        animation: scaleUp 0.5s;
    }

@-webkit-keyframes scaleUp {
    80% {
        opacity: 0;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes scaleUp {
    80% {
        opacity: 0;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2);
    }
}

@keyframes scaleUp {
    80% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* Icon only style */
.btng-icon-only {
    font-size: 0;
    padding: 25px 30px;
}

    .btng-icon-only:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 26px;
        line-height: 54px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/* Button 7c */
.btng-7c {
    overflow: hidden;
}

    .btng-7c:before {
        color: #fff;
        z-index: 1;
    }

    .btng-7c:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        width: 0;
        background: #0a833d;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btng-7c.btng-activated:after {
        -webkit-animation: fillToRight 0.7s forwards;
        -moz-animation: fillToRight 0.7s forwards;
        animation: fillToRight 0.7s forwards;
    }

@-webkit-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@keyframes fillToRight {
    to {
        width: 100%;
    }
}

/* Button 7d */
.btng-7d {
    overflow: hidden;
}

    .btng-7d:before {
        color: #fff;
        z-index: 1;
    }

    .btng-7d:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        z-index: 0;
        background: #21bb63;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btng-7d.btng-activated:after {
        -webkit-animation: emptyBottom 0.7s forwards;
        -moz-animation: emptyBottom 0.7s forwards;
        animation: emptyBottom 0.7s forwards;
    }

@-webkit-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@keyframes emptyBottom {
    to {
        height: 100%;
    }
}

/* Button 7e */
.btng-7e:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ea515e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btng-7e.btng-activated:after {
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes scaleFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@keyframes scaleFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* Button 7f */
.btng-7f:before {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.btng-7f:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ffe44d;
    visibility: hidden;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffe44d;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btng-7f.btng-activated:after {
    visibility: visible;
    -webkit-animation: dropDown 0.3s forwards;
    -moz-animation: dropDown 0.3s forwards;
    animation: dropDown 0.3s forwards;
}

@-webkit-keyframes dropDown {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropDown {
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Button 7g */
.btng-7g:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #0a833d;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btng-7g.btng-activated:after {
    visibility: visible;
    -webkit-animation: dropDownFade 0.5s forwards;
    -moz-animation: dropDownFade 0.5s forwards;
    animation: dropDownFade 0.5s forwards;
}

@-webkit-keyframes dropDownFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes dropDownFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes dropDownFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Button 7h */

.btng-7h span {
    display: inline-block;
    width: 100%;
}

.btng-7h:before {
    position: absolute;
    left: 0;
    width: 40%;
    font-size: 160%;
    line-height: 0.8;
    color: #0a833d;
}

/* Success and error */

.btng-success,
.btng-error {
    color: transparent;
}

    .btng-success:after,
    .btng-error:after {
        z-index: 1;
        color: #fff;
        left: 40%;
    }

    .btng-success:before {
        content: "\e001";
    }

    .btng-success:after {
        content: "Success!";
        -webkit-animation: moveUp 0.5s;
        -moz-animation: moveUp 0.5s;
        animation: moveUp 0.5s;
    }

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btng-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.btng-error:before {
    content: "\e002";
}

.btng-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Special trash effect */
.trash-effect {
    position: relative;
    max-width: 320px;
    margin: 60px auto 0;
}

    .trash-effect .icon-file {
        font-size: 30px;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        margin: -45px 0 0 -25px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translateX(90px) translateY(20px) scale(1);
        -moz-transform: translateX(90px) translateY(20px) scale(1);
        -ms-transform: translateX(90px) translateY(20px) scale(1);
        transform: translateX(90px) translateY(20px) scale(1);
    }

        .trash-effect .icon-file:nth-child(2) {
            -webkit-transform: translateX(140px) translateY(-10px) scale(1);
            -moz-transform: translateX(140px) translateY(-10px) scale(1);
            -ms-transform: translateX(140px) translateY(-10px) scale(1);
            transform: translateX(140px) translateY(-10px) scale(1);
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .trash-effect .icon-file:nth-child(3) {
            -webkit-transform: translateX(140px) translateY(50px) scale(1);
            -moz-transform: translateX(140px) translateY(50px) scale(1);
            -ms-transform: translateX(140px) translateY(50px) scale(1);
            transform: translateX(140px) translateY(50px) scale(1);
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    .trash-effect.trash-effect-active .icon-file {
        -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
        -moz-transform: translateX(-100px) translateY(-10px) scale(0);
        -ms-transform: translateX(-100px) translateY(-10px) scale(0);
        transform: translateX(-100px) translateY(-10px) scale(0);
    }

/* Button 7i */
.btng-7i {
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    padding: 27px 33px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

    .btng-7i:before {
        line-height: 45px;
    }

    .btng-7i:after {
        height: 11px; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
        width: 100%;
        background: #17aa56;
        border-radius: 7px 7px 0 0;
        left: 0;
        top: -10px;
        z-index: 1;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

.trash-effect-active .btng-7i:after {
    -webkit-animation: openTrash 0.5s;
    -moz-animation: openTrash 0.5s;
    animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
    50% {
        -webkit-transform: rotate(-35deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes openTrash {
    50% {
        -moz-transform: rotate(-35deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes openTrash {
    50% {
        transform: rotate(-35deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Button 8 */
.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block;
}

.btng-8 {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent; /* FF jagged edges fix */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .btng-8:active {
        background: #55b7f3;
    }

/* Button 8a */
.btng-8a:after {
    width: 100%;
    height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.btng-8a:hover {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

/* Button 8b */
.btng-8b:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.btng-8b:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

/* Button 8c */
.btng-8c:after {
    width: 21%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateY(-90deg);
    transform-origin: 100% 0%;
    transform: rotateY(-90deg);
}

.btng-8c:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}

/* Button 8d */
.btng-8d:after {
    width: 20%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateY(90deg);
    transform-origin: 0% 0%;
    transform: rotateY(90deg);
}

.btng-8d:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

/* Button 8e */
.btng-8e {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

    .btng-8e:after {
        width: 100%;
        height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
        left: 0;
        top: -40%;
        background: #49a7df;
        -webkit-transform-origin: 0% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 0% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 0% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 0% 100%;
        transform: rotateX(90deg);
    }

    .btng-8e:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

/* Button 8f */
.btng-8f {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

    .btng-8f:after {
        width: 100%;
        height: 40%;
        left: 0;
        top: 100%;
        background: #49a7df;
        -webkit-transform-origin: 0% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 0% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 0% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
    }

    .btng-8f:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

/* Button 8g */
.btng-8g {
    background: #fff;
    color: #999;
}

    .btng-8g:active {
        background: #fff;
    }

    .btng-8g:after,
    .btng-8g:before {
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        line-height: 70px;
    }

    .btng-8g:after {
        top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
        background: #7aca7c;
        color: #358337;
        content: 'It worked!';
        -webkit-transform-origin: 0% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 0% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 0% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 0% 100%;
        transform: rotateX(90deg);
    }

    .btng-8g:before {
        top: 100%;
        background: #e96a6a;
        color: #a33a3a;
        content: 'Error!';
        font-weight: 700;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        -webkit-transform-origin: 0% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 0% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 0% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
    }

    .btng-8g.btng-success3d {
        background: #aaa;
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: rotateX(-90deg) translateY(100%);
        -moz-transform-origin: 50% 100%;
        -moz-transform: rotateX(-90deg) translateY(100%);
        -ms-transform-origin: 50% 100%;
        -ms-transform: rotateX(-90deg) translateY(100%);
        transform-origin: 50% 100%;
        transform: rotateX(-90deg) translateY(100%);
    }

    .btng-8g.btng-error3d {
        background: #aaa;
        -webkit-transform-origin: 50% 0%;
        -webkit-transform: rotateX(90deg) translateY(-100%);
        -moz-transform-origin: 50% 0%;
        -moz-transform: rotateX(90deg) translateY(-100%);
        -ms-transform-origin: 50% 0%;
        -ms-transform: rotateX(90deg) translateY(-100%);
        transform-origin: 50% 0%;
        transform: rotateX(90deg) translateY(-100%);
    }

.btng small {
    text-transform: none !important;
    display: inline-flex;
}

.btng span {
    margin-top: 5px;
    display: inline-block;
}

.btnicon {
    position: absolute!important;
    float: right;
    font-size: 27px;
    right: 15px;
    top: 13px;
}

.btnicon_top {
    position: absolute;
    float: right;
    font-size: 27px;
    right: 15px;
    top: 10px;
}

.btnicon_modal {
    position: absolute;
    float: right;
    font-size: 23px !important;
    right: 7px;
    top: 8px;
}


/* Button 3 */
.btng-11 {
    background: #013b69;
    color: #fff;
}

    .btng-11:hover {
        color: white;
    }

    .btng-11:active {
        background: #f58500;
        top: 2px;
        color: white;
    }

    .btng-11:before {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
        text-align: center;
    }


/* Button 3b */
.btng-11b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-11b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

.btng-11e {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: white !important;
    min-height: 72px;
}

    .btng-11e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-11e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: -44px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
 
    }

    .btng-11e:hover:after {
        width: 40%;
    }
    .btng-11e .btnicon {
        font-size: 44px;
    }

/* Button 12a */
.btng-12a {
    padding: 25px 60px 25px 120px;
    background: white;
}

    .btng-12a:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

.btng-12a {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: black!important;
    min-height: 53px;
    border:1px solid gray;
}

    .btng-12a:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-12a:after {
        width: 30%;
        height: 200%;
        background: rgb(201 201 201 / 37%);
        z-index: 1;
        right: 5px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btng-12a:hover:after {
        width: 40%;
    }
    .btng-12a a {
        min-height: 34px !important;
    }
    .btng-12a i {
        color: #013b69;
        z-index: 2;
    }
    .btng-12a:active {
        background: #7f7f7f;
        top: 2px;
        color: white !important;
    }
    .btng-12a:active i {
        color: white !important;
    }


/* Button 13 */
.btng-13 {
    background: #6a9976;
    color: #fff;
}

    .btng-13:hover {
        color: white;
    }

    .btng-13:active {
        background: #3f5d46;
        top: 2px;
        color: white;
    }

    .btng-13:before {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
        text-align: center;
    }


/* Button 3b */
.btng-13b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btng-13b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

.btng-13e {
    padding: 12px 80px 12px 12px;
    overflow: hidden;
    color: white !important;
    min-height: 53px;
}

    .btng-13e:before {
        left: auto;
        right: 10px;
        z-index: 2;
        color: white !important;
    }

    .btng-13e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 5px;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btng-13e:hover:after {
        width: 40%;
    }







.bt_link_text {
    padding: 2px;
    color: #0c5460;
    line-height: 17px;
    border-radius: 4px;
    /* margin-bottom: 10px; */
    display: flex;
    background-color: #d1ecf1;
    /* position: absolute; */
    width: 100%;
    padding: 11px 55px 11px 12px;
    margin-top: 10px;
    min-height: 56px;
}

.bt_link_text_top {
    padding: 2px;
    color: #0c5460;
    line-height: 17px;
    border-radius: 4px;
    /* margin-bottom: 10px; */
    display: flex;
    background-color: #d1ecf1;
    /* position: absolute; */
    width: 100%;
    padding: 11px 55px 11px 12px;
}

.btnicon_out {
    position: relative;
    font-size: 30px;
    top: 9px;
    color: #d1ecf1;
    float: left;
    left: 36px;
    margin-top: -24px;
}

.corr_design {
    max-width: 140px;
    font-size: 14px !important;
    position: absolute;
    z-index: 12;
    top: 6px;
    left: 22px;
    padding: 4px 80px 3px 12px;
}

    .corr_design span {
        font-size: 14px;
        line-height: 14px;
        margin: 0px;
    }

    .corr_design i {
        position: absolute;
        float: right;
        font-size: 21px;
        right: 15px;
        top: 9px;
    }

.btng-md {
    height: 40px;
    font-size: small;
    min-height: 40px;
    padding: 7px 63px 12px 12px;
}

    .btng-md span {
        margin-top: -7px !important;
        display: inline-block;
        font-size: 16px !important;
        position: absolute;
    }

    .btng-md i {
        top: 9px !important;
    }


.icon-3dw {
    background-size: contain;
    background-image: url(../../../images/svg/360w.svg);
    width: 35px;
    height: 35px;
    position: absolute;
    margin-right: 21px !important;
}



.icon-3d {
    background-size: contain;
    background-image: url(../../../images/svg/360.svg);
    width: 103px;
    height: 100px;
    position: absolute;
    margin-right: 21px !important;
}


    .icon-3d:hover,
    .icon-3d:focus {
        filter: invert(27%) sepia(119%) saturate(2700%) hue-rotate(0deg) brightness(124%) contrast(127%);
    }

.icon-small {
    width: 75px;
    height: 75px;
    float: right;
    position: absolute;
    margin-right: 30px !important;
    right: 0px;
    top: 0px;
    z-index: 111;
}

.icon-small-calc {
    width: 43px;
    height: 41px;
    float: right;
    position: absolute;
    top: 61px;
    z-index: 111;
    left: 28px;
    background-color: orange;
    padding: 3px;
    border-radius: 6px;
}
    .icon-small-calc a {
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
    }


    .icon-3d-top {
        z-index: 100;
        position: absolute;
        top: 10px;
    }
@media (max-width: 768px) {

    .icon-3d-top {
        width: 75px;
        height: 75px;
    }

}

@media (max-width: 425px) {

    .icon-3d-top {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 10px;
    }
}