#front-footer {
    margin-top: 40px;
    /*    border-top: 4px solid #4097E3;*/
    border-top: 1px solid #E0E0E0;
    /*    background: #499bea;  Old browsers */
    /*    background: -moz-linear-gradient(top,  #499bea 0%, #007ab7 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#007ab7));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top,  #499bea 0%,#007ab7 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top,  #499bea 0%,#007ab7 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top,  #499bea 0%,#007ab7 100%);  IE10+ 
        background: linear-gradient(top,  #499bea 0%,#007ab7 100%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#007ab7',GradientType=0 );  IE6-9 */
    /*background: #f9f9f9;  Old browsers 
background: -moz-linear-gradient(top,  #f9f9f9 77%, #e6e6e6 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(77%,#f9f9f9), color-stop(100%,#e6e6e6));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  #f9f9f9 77%,#e6e6e6 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  #f9f9f9 77%,#e6e6e6 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  #f9f9f9 77%,#e6e6e6 100%);  IE10+ 
background: linear-gradient(top,  #f9f9f9 77%,#e6e6e6 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );  IE6-9 */
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f0f0f0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9f9f9), color-stop(100%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f0f0f0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 50%, #f0f0f0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 50%, #f0f0f0 100%);
    /* IE10+ */
    background: linear-gradient(top, #f9f9f9 50%, #f0f0f0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
}

#footer-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    color: black;
}

#about-ucan,
#ucan-links {
    display: table-cell;
    padding-bottom: 20px;
}

#about-ucan {
    width: 800px;
}

#about-ucan p {
    color: black;
}

#ucan-links {
    width: 200px;
    border-left: 1px solid #E0E0E0;
}

#about-ucan h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

#about-ucan h4 {
    color: #038ACF;
}

#ucan-links a {
    text-decoration: none;
    color: black;
    line-height: 24px;
}

#ucan-links a:hover {
    text-decoration: underline;
    color: #F36D00;
}

#about-ucan .contact {
    font-size: 13px;
    line-height: 22px;
}

#about-ucan .contact a {
    text-decoration: none;
}

#notification-footer-wrapper {
    /*padding: 15px;*/
    /* box-shadow: 0px 1px 12px #C0C0C0; */
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

#notification-footer-wrapper:hover {
    opacity: 0.9;
}

.notification-footer-wrapper-expired {
    /*background: #B00000;*/
    background: #d11204;
}

.notification-footer-wrapper-trial {
    /*background: #1aaf6e;*/
    background: #2E3D49;
}

#notification-footer-box {
    /*width: 1000px;*/
    margin: auto;
    display: table;
}

#notification-footer-box strong {
    text-transform: uppercase;
}

#notification-footer-box .box-1,
#notification-footer-box .box-2,
#notification-footer-box .box-3 {
    display: table-cell;
    vertical-align: middle;
}

#notification-footer-box .box-1 {
    width: 400px;
}

#notification-footer-box .box-2 {
    width: 260px;
}

#notification-footer-box .box-2 p {
    float: left;
}

#notification-footer-box .box-3 {
    text-align: right;
    padding-left: 20px;
}


/*
#notification-footer-box .box-3 .anim-button {
    margin-top: 0px;
    width: 250px;
    background: #f6a623 !important;
    border-radius: 3px;
    text-align: center;
    text-transform: inherit !important;
    margin: 5px auto 0px;
    font-weight: bold !important;
}*/

#notification-footer-box .box-3 .anim-button {
    margin-top: 0px;
    width: 200px !important;
    border-radius: 3px;
    text-align: center;
    text-transform: inherit !important;
    margin: 5px auto 4px !important;
    font-weight: bold !important;
    padding: 4px 10px 4px !important;
    border-radius: 25px !important;
    background: transparent !important;
    font-size: 14px !important;
}

.notification-footer-wrapper-expired .anim-button {
    color: #fff !important;
    border: 2px solid #fff !important;
}

.notification-footer-wrapper-trial .anim-button {
    color: #f6bb2d !important;
    border: 2px solid #f6bb2d !important;
}

#notification-footer-box p {
    font-size: 14px;
    line-height: 44px;
    margin: 0px;
    color: #fff;
}

#notification-footer-box p span {
    display: inline-block;
    min-width: 20px;
    text-align: right;
}

#notification-footer-box .highlight {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}


/*CSSbutton animation*/

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.anim-button {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.anim {
    -moz-animation: anim-out 1.7s;
    -webkit-animation: anim-out 1.7s;
    animation: anim-out 1.7s infinite;
}

.anim:after {
    -moz-animation: anim-out-pseudo 1.7s;
    -webkit-animation: anim-out-pseudo 1.7s;
    animation: anim-out-pseudo 1.7s infinite;
}

@-webkit-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-in-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-in-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-in-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-in-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        /*background: rgba(226, 146, 10, 1);*/
        background: rgba(255, 255, 255, 0.5);
    }
    100% {
        background: transparent;
    }
}


/*End CSS button animation*/

#front-banner-footer-box {
    position: fixed;
    bottom: -140px;
    left: 10px;
    z-index: 99999;
    transition: bottom 1s;
    display: none;
}

#front-banner-footer-box:hover #front-banner-footer-hover {
    opacity: 0.1;
}

#front-banner-footer {
    width: 420px;
    position: relative;
}

#front-banner-footer-hover {
    position: absolute;
    top: 12px;
    left: 0;
    right: 10px;
    bottom: 5px;
    background: #000;
    opacity: 0;
}

#front-banner-footer img {
    width: 100%;
}

#front-banner-footer-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #9b9b9b;
    cursor: pointer;
}

.vertical-bar {
    padding: 0px 5px;
    text-align: center !important;
}

#ucan-popup-box-1 {
    position: fixed;
    left: 0px;
    bottom: 0px;
}
#ucan-popup-box-1 img {
    width: 300px;
}

#ucan-popup-cancel {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 25px;
    height: 25px;
    background: #B00000;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

#ucan-popup-cancel i {
    color: #fff;
    font-size: 20px;
    padding-top: 2px;
}

.about-1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: bold;
}

.about-2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}