/* overide */
.ft-hpl-txt {
	position: absolute;
	left: 15px;
	bottom: 9px;
	display: inline-block;
	font-family: 'TrueMedium';
	font-size: 20px;
	line-height: 1em;
	vertical-align: middle;
	text-decoration: underline;
	z-index: 10;
}

.footer-btm .true-logo {
    position: relative;
    left: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-transform: none;
    transform: none;
}

.footer-btm .true-logo.-center {
    display: block;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.footer-btm-box .social-box > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin-left: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.footer-btm-box .social-box > li:first-child {
    margin-left: 0;
}

.footer-btm-box .social-box > li:last-child {
    margin-right: 15px;
}

.wrapper-outter .footer-split-box {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #eee;
}

.wrapper-outter .footer-split-box .ft-txt-link {
    color: #777;
}

.footer-split-box {
    position: absolute;
    left: 15px;
    bottom: 9px;
    font-family: 'TrueMedium', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 1em;
    z-index: 6;
    text-align: center;
}

.ft-hpl-txt ~ .footer-split-box {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 8px 15px;
    background-color: #fff;
}

.ft-hpl-txt ~ .footer-split-box .ft-txt-link {
    color: #333;
}

.ft-txt-link {
    display: block;
    color: #fff;
    text-decoration: underline;
}

.floater-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
    font-family: 'TrueMedium';
    font-size: 20px;
    line-height: 0.9em;
    color: #000;
    z-index: 15;
    border-top: 1px solid #f9f9f9;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.floater-block.actived {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.floater-block-inner {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.floater-close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -30px;
}

.floater-close-btn + .floater-prg {
    margin-top: 15px;
}

.custom-x-icon {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -12px;
}

.custom-x-icon:before,
.custom-x-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 100%;
    background-color: #8e8e8e;
}

.custom-x-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-x-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.floater-block strong, .floater-txt-link strong {
    font-family: 'TrueBold';
    font-weight: normal;
}

.floater-txt-link {
    font-family: 'TrueMedium';
    color: #ee3124;
}

.floater-txt-link.-underline {
    text-decoration: underline;
}

.floater-button-panel {
    cursor: pointer;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 20px;
    font-family: 'TrueBoldSpecial';
    font-size: 24px;
    line-height: 1em;
    color: #fff;
    min-width: 170px;
    box-sizing: border-box;
    padding: 8px 15px;
    border: none;
    -webkit-appearance: none;
    outline: none;
}

.floater-button-panel.-pinkgrad {
    background: #ec1c25;
    background: -moz-linear-gradient(bottom,  #ec1c25 0%, #eb0189 100%);
    background: -webkit-linear-gradient(bottom,  #ec1c25 0%,#eb0189 100%);
    background: linear-gradient(to top,  #ec1c25 0%,#eb0189 100%);
}

.floater-button-panel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.floater-block ~ footer .abs-btm-box {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.floater-block.actived ~ footer .abs-btm-box {
    z-index: 2;
    -webkit-transform: translateY(-104px);
    transform: translateY(-104px);
}

@media screen and (min-width: 375px) {
    .floater-block.actived ~ footer .abs-btm-box {
        -webkit-transform: translateY(-88px);
        transform: translateY(-88px);
    }
}

@media screen and (max-width: 559px) {
    .floater-prg {
        min-height: 54px;
    }

    .ft-hpl-txt {
        bottom: 45px;
    }

    .abs-btm-box {
        bottom: 72px;
    }

    .abs-btm-box.blue, .abs-btm-box.pink {
        bottom: 37px;
    }
}

@media screen and (max-width: 889px) {
    /* overide */
    .footer-btm-box {
        height: auto;
        line-height: unset;
    }

    .fb-icon, .tw-icon, .yt-icon, .linked-in-icon {
        width: 25px;
        height: 25px;
    }

    .footer-btm-box .social-box {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: right;
        z-index: 6;
        padding: 0;
    }

    .fp-auto-height .social-box {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .fp-auto-height .social-box > li {
        vertical-align: middle;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .fp-auto-height .social-box > li:last-child {
        margin-right: 0;
    }

    .fp-auto-height .footer-split-box {
        position: relative;
        display: block;
        left: auto;
        background-color: #fff;
        padding: 6px 15px;
        bottom: auto;
    }

    .fp-auto-height .footer-split-box .ft-txt-link {
        color: #333;
    }

    .main-content.main-pd-top ~ footer .footer-btm .true-logo,
    .main-content.main-pd-top ~ #widget_footer footer .footer-btm .true-logo {
        position: relative;
        margin-left: 0;
        display: block;
    }

    .top-sec ~ .main-content.main-pd-top ~ footer .footer-split-box.-center,
    .top-sec ~ .main-content.main-pd-top ~ footer .footer-split-box,
    .main-content.main-pd-top ~ #widget_footer footer .footer-split-box.-center,
    .main-content.main-pd-top ~ #widget_footer footer .footer-split-box {
        position: absolute;
        bottom: 4px;
        left: auto;
        right: 15px;
    }

    .fixed-body .floater-block {
        z-index: 6;
    }
}

@media screen and (min-width: 560px) {
    .footer-split-box, .ft-hpl-txt ~ .footer-split-box {
        position: absolute;
        bottom: 9px;
        padding: 0;
        background-color: transparent;
    }

    .footer-split-box {
        left: 15px;
    }

    .ft-hpl-txt ~ .footer-split-box {
        left: 150px;
    }

    .ft-hpl-txt ~ .footer-split-box .ft-txt-link {
        color: #fff;
    }

    .floater-block.actived ~ footer .abs-btm-box {
        -webkit-transform: translateY(-104px);
        transform: translateY(-104px);
    }
}

@media screen and (min-width: 736px) {
    .floater-button-panel {
        position: absolute;
        right: 54px;
        margin-top: 0;
    }

    .floater-button-panel,
    .floater-close-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .floater-close-btn + .floater-prg {
        margin-top: 0;
        max-width: 530px;
    }

    .floater-button-panel {
        font-size: 22px;
        min-width: 136px;
    }

    .floater-block.actived ~ footer .abs-btm-box {
        -webkit-transform: translateY(-29px);
        transform: translateY(-29px);
    }

    .custom-x-icon {
        margin-top: -9px;
    }
}

@media screen and (min-width: 768px) {
    .wrapper-outter .footer-split-box {
        position: absolute;
        left: 50%;
        bottom: 9px;
        margin-left: -170px;
        border-top: 0;
        padding: 0;
    }
}

@media screen and (min-width: 900px) {
    .footer-split-box {
        font-size: 18px;
        padding: 0;
        z-index: 0;
        left: 392px;
        bottom: 18px;
    }

    .ft-hpl-txt ~ .footer-split-box {
        left: 392px;
        bottom: 0;
    }
    
    /* overide */
    .ft-hpl-txt {
        left: 392px;
        bottom: 18px;
        font-size: 18px;
        z-index: 1;
    }

    .footer-btm-box .social-box > li {
        width: 30px;
        height: 30px;
        margin-top: 13px;
        margin-bottom: 13px;
        margin-left: 8px;
    }

    .main-content.main-pd-top ~ footer .footer-btm-box,
    .main-content.main-pd-top ~ #widget_footer footer .footer-btm-box {
        height: auto;
    }

    .main-content.main-pd-top ~ footer .copyright,
    .main-content.main-pd-top ~ #widget_footer footer .copyright {
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
    }

    .main-content.main-pd-top ~ footer .footer-split-box.-center,
    .main-content.main-pd-top ~ footer .footer-split-box,
    .main-content.main-pd-top ~ #widget_footer footer .footer-split-box.-center,
    .main-content.main-pd-top ~ #widget_footer footer .footer-split-box {
        position: relative;
        display: inline-block;
        left: auto;
        bottom: auto;
        margin-left: 5px;
        vertical-align: middle;
    }

    .floater-block.actived ~ footer .abs-btm-box {
        -webkit-transform: translateY(-64px);
        transform: translateY(-64px);
    }
}

@media screen and (min-width: 960px) {
    .footer-split-box {
        left: 392px;
    }

    .ft-hpl-txt ~ .footer-split-box {
        left: 510px;
        bottom: 18px;
    }
}

@media screen and (min-width: 1000px) {
    .floater-close-btn + .floater-prg {
        max-width: 594px;
        margin-left: 0;
    }
}