#imh_youtube.imh_container {
    position: relative;
    border: 1px solid #E8ECF0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto 0;
    padding: 0;
    display: block;
}

#imh_youtube .imh_headar {
    position: relative;
    height: 73px;
    width: 100%;
    text-align: center;
    background: #FF6436;
    margin: 0;
    padding: 0;
}

#imh_youtube .icons_container {/* image */
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 140px;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    -webkit-transform: translateY(34px) rotateY(0deg);
    transform: translateY(34px) rotateY(0deg);
    background: #fff;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 0;
}

@-webkit-keyframes rotateY {
    from{
        -webkit-transform: translateY(60%) rotateY(0deg) ;
        transform: translateY(60%) rotateY(0deg) ;
    }
    50%{
        -webkit-transform: translateY(60%) rotateY(360deg) ;
        transform: translateY(60%) rotateY(360deg) ;
    }
    to{
        -webkit-transform: translateY(60%) rotateY(0deg) ;
        transform: translateY(60%) rotateY(0deg) ;
    }
}

@keyframes rotateY {
    from{
        -webkit-transform: translateY(60%) rotateY(0deg) ;
        transform: translateY(60%) rotateY(0deg) ;
    }
    50%{
        -webkit-transform: translateY(60%) rotateY(360deg) ;
        transform: translateY(60%) rotateY(360deg) ;
    }
    to{
        -webkit-transform: translateY(60%) rotateY(0deg) ;
        transform: translateY(60%) rotateY(0deg) ;
    }
}

#imh_youtube.loading .icons_container{
    -webkit-animation-name: rotateY;
    animation-name: rotateY;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


#imh_youtube .icons_container > img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#imh_youtube .icons_container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#imh_youtube .imh_main_content {
    position: relative;
    padding: 52px 0 20px 0;
}

#imh_youtube .img_footer {
    height: 90px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #EFF3F6;
    padding: 0 125px;
}

#imh_youtube a.powered {
    font-size: 15px;
    line-height: 114.7%;  /* or 17px */
    color: #86939E;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#imh_youtube a.powered > img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    height: 27px;
    margin-left: 10px;
}

#imh_youtube .img_footer > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 50%;
    text-align: right;
}



#imh_youtube .imh_main_content > form {
    padding: 0 130px;
}

#imh_youtube .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    position: relative;
    padding: 23px 0 0 0;
}

#imh_youtube .additional-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 16px;
    line-height: 19px;
    color: #86939E;
}

#imh_youtube .capcha {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 280px;
    max-width: 100%;
    display: block;
}

#imh_youtube .capcha .g-recaptcha {
    width: 100%;
    height: 130px;
    border: 0;
    float: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#imh_youtube .capcha .g-recaptcha > div {
    position: relative;
    left: -10px;
    right: 0;
    margin: 0;
    top: 0;
    width: 110% !important;
    height: 50px !important;
}

#imh_youtube .imh_field_container {
    background: #FFFFFF;
    border: 2px solid #FFA572;
    -webkit-box-shadow: 30px 40px 115px rgba(39, 61, 70, 0.2), 0px 4px 14px rgba(29, 47, 64, 0.05);
    box-shadow: 30px 40px 115px rgba(39, 61, 70, 0.2), 0px 4px 14px rgba(29, 47, 64, 0.05);
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
}

#imh_youtube .imh_field_container > label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#imh_youtube .imh_field_container > label:before {content: '@';font-size: 20px;line-height: 29px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #FF6436;padding: 0 10px;margin: 0;}

#imh_youtube .imh_field_container  input {
    border-color: transparent;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #86939E;
    border-radius: 0;
    width: 100%;
    padding: 2px 5px;
    margin-right: 15px;
}

#imh_youtube .imh_btn_default {
    background: #FF6436;
    border-radius: 6px;
    font-size: 17px;
    line-height: 22px;  /* or 129% */
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

#imh_youtube .imh_btn_default:hover,
#imh_youtube .imh_btn_default:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.74);
    background: #ff974d;
}

#imh_youtube .imh_field_container .imh_btn_default {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    max-width: 165px;
}

#imh_youtube .imh_field_container input:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

#imh_youtube .imh_caption {
    font-size: 26px;
    line-height: 32px;  /* identical to box height */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #292A2B;
    height: 32px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-perspective-origin: 500px;
    perspective-origin: 500px;
    -webkit-transform: skewX(0deg) rotateX(0deg) translateX(0px);
    transform: skewX(0deg) rotateX(0deg) translateX(0px);
}

#imh_youtube .loaded_caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -32px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-perspective-origin: 500px;
    perspective-origin: 500px;
    -webkit-transform: skewX(-20deg) rotateX(90deg) translateX(0px);
    transform: skewX(-20deg) rotateX(90deg) translateX(0px);
    opacity: 0;
}

#imh_youtube .begin_caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-perspective-origin: 500px;
    perspective-origin: 500px;
    -webkit-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
    -webkit-transform: skewX(0deg) rotateX(0deg)translateX(0px);
    transform: skewX(0deg) rotateX(0deg)translateX(0px);
    opacity: 1;
}


#imh_youtube.loaded .begin_caption{
    -webkit-transform: skewX(20deg) rotateX(-90deg)translateX(-10px);
    transform: skewX(20deg) rotateX(-90deg)translateX(-10px);
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    opacity: 0;
}

#imh_youtube.loaded .loaded_caption{
    -webkit-transform: skewX(0deg) rotateX(0deg) translateX(0px);
    transform: skewX(0deg) rotateX(0deg) translateX(0px);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    bottom: 0;
    -webkit-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
    opacity: 1;
}


#imh_youtube  .sub_title {/* Estimated post price */
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #86939E;
}

/*#imh_youtube .imh_p_value > span:not(.delimiter):before {*/
/*    content: '$';*/
/*    margin-right: 2px;*/
/*}*/

#imh_youtube .delimiter {

    margin: 0 3px;

}

#imh_youtube .img_price {
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #292A2B;
    font-weight: bold;
    margin-bottom: 20px;
}

#imh_youtube .imh_p_label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 18px;
    line-height: 22px;
    color: #86939E;
}

#imh_youtube .imh_p_value {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #292A2B;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
#imh_youtube .imh_p_value span{
    font-size: 18px;
    line-height: 22px;
}

#imh_youtube .imh_post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0px 5px;
}

div#past_data {
    height: 0;
    overflow: hidden;
    padding: 0 130px;
}

#imh_youtube .inner-content{
    opacity: 0;
}



#imh_youtube .imh_post_data {
    display: block;
    width: 90%;
    margin: auto;
    min-width: 220px;
}

#imh_youtube img.imh_p_icon {
    width: 100%;
    max-width: 25px;
    max-height: 20px;
    display: inline-block;
    margin-right: 5px;
}

#imh_youtube .imh_post_controls {
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: center;
}



#imh_youtube .imh_post_data .imh_btn_default {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 15px;
}

#imh_youtube .imh_additional > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#imh_youtube .imh_additional > ul li {
    font-size: 14px;
    line-height: 1.4;  /* or 24px */
    color: #292A2B;
}

#imh_youtube .imh_additional > ul li:first-child, #imh_youtube .imh_additional > ul li:last-child {
    font-weight: bold;
}

#imh_youtube .def_link {
    color: #ffa572;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

#imh_youtube .def_link:hover{
    color: #555;
}

#imh_youtube .afterwords {
    padding: 20px 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #BBCBD8;
}

#imh_youtube.loaded  a.powered > img, #imh_youtube  a.powered:hover > img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#imh_youtube.loaded  a.powered:hover > img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#imh_youtube .bm_error {
    font-size: 12px;
    color: red;
}


.inner-sub-title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #292A2B;
    margin-bottom: 20px;
    margin-top: 32px;
}

.subscribers_total {
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #292A2B;
    margin-bottom: 20px;
}

.imh_additional {
    padding-left: 15%;

}
a.youtubead_btn{
    display: block;
    background-color: #ee7d76;
    width: 90%;
    max-width: 500px;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    margin: -20px auto 20px;
    border: 1px solid #ee7d76;
    transition: 0.5s;
    position: relative;
}
a.youtubead_btn:hover{
    background-color: white;
    color: #ee7d76;
    text-decoration: none;
}
@media (max-width: 1200px){
    #imh_youtube .imh_post_data{
        width: 90%;
    }

    div#past_data, #imh_youtube .imh_main_content > form{
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .imh_additional {

        padding-left: 15px;

    }
    #imh_youtube .flex_container{
        flex-flow: row wrap;
    }
    #imh_youtube .additional-information{
        font-size: 14px;
        line-height: 16px;
    }
    #imh_youtube .imh_post_data{
        width: 100%;
    }

    div#past_data, #imh_youtube .imh_main_content > form{
        padding: 0 30px;
    }

    #imh_youtube .imh_field_container .imh_btn_default{
        flex: 0 0 120px;
        max-width: 120px;
    }

    #imh_youtube .capcha .g-recaptcha > div{
        left: 15px;
    }

    #imh_youtube .additional-information{
        text-align: center;
        margin-bottom: 25px;
    }
    #imh_youtube .capcha{
        margin: auto;
    }
    #imh_youtube .img_footer{
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .imh_additional {
        padding-left: 0px;
    }
    a.youtubead_btn {
        padding: 7px 40px;
    }
    #imh_youtube .imh_field_container .imh_btn_default{
        flex: 0 0 90px;
        max-width: 90px;
    }
    #imh_youtube .imh_post_data{
        width: 100%;
    }
    #imh_youtube .imh_caption{
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 30px;
    }
    #imh_youtube .img_price{
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    #imh_youtube .imh_p_label{
        font-size: 14px;
        line-height: 17px;
    }

    #imh_youtube img.imh_p_icon{
        max-width: 20px;
        max-height: 15px;
        vertical-align: baseline;
    }

    #imh_youtube .imh_p_value{
        font-size: 16px;
        line-height: 19px;
    }
    #imh_youtube .imh_field_container input{
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
        min-width: 80px;
    }
    #imh_youtube .imh_field_container > label::before{
        padding: 0px 5px;
    }
    #imh_youtube .imh_btn_default{
        font-size: 15px;
        line-height: 22px;
    }
    #imh_youtube .imh_field_container .imh_btn_default {
        flex: 0 0 70px;
        max-width: 70px;
        min-width: 10px;
        font-size: 15px;
        line-height: 22px;
    }
    #imh_youtube .capcha .g-recaptcha{
        height: 70px;
    }
    #imh_youtube .capcha .g-recaptcha > div {
        left: -15px;
        transform: scale(0.7);
        margin: auto;
    }


}

@media (max-width: 400px) {
    #imh_youtube .capcha .g-recaptcha > div {
        left: -40px;
    }
}

.shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
