.widget{
    position: fixed;
    opacity: 0;
    z-index: 999999950;

    bottom: 20px;
    left: 20px;
    /*right: 20px;*/

    width: 226px;

    padding-bottom: 20px;

    transform: translateY(10px);

    transition: opacity 0.5s ease, transform 0.5s ease;
}
.widget.state-visible{
    opacity: 1;
    transform: none;
}
.widget--promo-post{
    background-color: #FFFFFF;
    box-shadow: 0 12px 14px 0 rgba(0,0,0,0.07);
    border-radius: 10px;
}
body #chatra__iframe-wrapper{
    box-shadow: 0 12px 14px 0 rgba(0,0,0,0.07);
}
.widget__close{
    position: absolute;

    top: -30px;
    /*right: 15px;*/
    left: 0px;

    cursor: pointer;
}
.widget__close:hover{
    opacity: 0.7;
    transition: opacity 0.25s ease;
}
.widget__cover{
    display: block;

    width: 226px;
}
.widget__title{
    padding: 20px 10px 0;

    text-align: center;
    font-size: 16px;
}
.widget__text{
    padding: 0 10px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.widget__button_box{
    text-align: center;
}


.widget__bar{
    position: absolute;

    top: 0;
    bottom: 0;
    right: -40px;
    width: 20px;
    height: 100%;

    background-color: rgba(000, 000, 000, 0.1);
    border-radius: 4px;
}
.widget__bar_inner{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
    background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
    box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    /*position: relative;*/
    overflow: hidden;
}
.widget__bar_inside{
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
    z-index: 1;
    background-size: 50px 50px;
    /*border-top-right-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/

    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}


.page{
    margin: 100px auto 100px;
    padding: 20px;
    max-width: 600px;
}
.page *{
    line-height: 1.6;
}

@media (max-width: 800px){
    .page{
        margin-top: 70px;
        margin-bottom: 70px;
    }
}



.cta_button-01{
    background-color: #4D61FC;
}
button.button{
    padding-top: 10px;
    padding-bottom: 11px;
}


.cta_form-04__top{
    border-bottom: none;
}
.cta_form-04__bottom{
    display: none;
}


.nav-01, .nav-02{
    top: 0;
}



@media (max-width: 500px){
    .slider-02__title_box{
        margin-bottom: 30px;
    }
}




.kitty{
    padding: 40px 0;

    margin-bottom: 100px;

    background-color: #DA552F;
}

.kitty__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1200px){
	.kitty__wrapper{
        flex-direction: column;
    }
}

.kitty__photo_box{
    width: 33%;
}
@media (max-width: 1200px){
    .kitty__photo_box{
        width: 200px;
    }
}
.kitty__photo{
    width: 100%;
}
.kitty__text_box{
    max-width: 420px;
}
@media (max-width: 1200px){
    .kitty__text_box{
        margin-top: 40px;

        text-align: center;
    }
}
.kitty__title{
    display: block;

    margin-bottom: 15px;
}
@media (max-width: 1200px){
    .kitty__title{
        width: 140px;
        margin-left: auto;
        margin-right: auto;
    }
}
.kitty__text{
    line-height: 1.4;
    color: #fff;
}

.kitty__button_box {
    margin: 20px 0 30px;
}

.kitty__button_box .button{
    padding-right: 30px;
}
.kitty__button_signal{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;

    border-radius: 50%;

    background-color: greenyellow;
    height: 5px;
    width: 5px;

    animation: blink_signal 2s ease infinite;
}
@keyframes blink_signal {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.kitty__info{
    opacity: 0.7;

    font-size: 14px;
    color: #fff;
}

.kitty__embed_wrapper{
    margin-top: 70px;
}
.embedhunt-embeddable * {
    box-sizing: border-box !important;
}

.embedhunt-embeddable .powered_by a{
    color: #fff !important;
}
.embedhunt-embeddable .post{
    padding: 20px 10px 20px 15px !important;
}
.embedhunt-embeddable .upvote{
    width: auto !important;
    min-width: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.embedhunt-embeddable .post--actions{
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%);
}
.embedhunt-embeddable .badge{
    width: auto !important;
    height: auto !important;

    padding: 1px 5px !important;
}


.embedhunt-embeddable .powered_by *{
    font-family: 'Lato';
}
.embedhunt-embeddable .upvote .upvote-link{
    border-bottom: 10px solid #534540 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 12px solid transparent !important;
}


.facebook_btn{
    position: fixed;
    z-index: 70;
    bottom: 70px;
    right: 20px;

}