#video_reviews_mod {
    position: relative;
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.zclip embed {
    display: block;
}

/* modal */
.video_reviews_modal {
    display: none;
}

#video_reviews_modal_video {
    width: 800px;
    position: relative;
    padding-top: 52px;
}

#video_reviews_modal_video .counter {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

#video_reviews_modal_video .link_btn_outer {
    position: absolute;
    top: 0px;
    right: 80px;
}

#video_reviews_modal_video .link_btn_outer .tip {
    display: none;
}

#video_reviews_modal_video .link_btn_outer .link_btn {
    width: 21px;
    height: 21px;

    background: url('https://cdn.wholeworld.org/new/general/icon-link-21.png') no-repeat top;
}

#video_reviews_modal_video .link_btn_outer.hover .link_btn,
#video_reviews_modal_video .link_btn_outer:hover .link_btn {
    background-position: bottom;
}

#video_reviews_modal_video .link_btn_outer .link_btn.copied {
    background-position: top;
}

#video_reviews_modal_video .video_outer {
    position: relative;
    margin-bottom: 15px;
}

#video_reviews_modal_video .nav {
    position: absolute;
    display: block;
    height: 100%;
    width: 80px;
    top: 0;
}

#video_reviews_modal_video .nav.left {
    left: 0px;
}

#video_reviews_modal_video .nav.right {
    right: 0px;
}

#video_reviews_modal_video .nav span {
    display: block;
    position: absolute;
    width: 38px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -32px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

#video_reviews_modal_video .nav.left span {
    background-image: url("https://cdn.wholeworld.org/new/general/icon-64-arrow-left-orange.png");
}

#video_reviews_modal_video .nav.right span {
    background-image: url("https://cdn.wholeworld.org/new/general/icon-64-arrow-right-orange.png");
}

#video_reviews_modal_video .nav:hover span {
    background-position: top;
}

#video_reviews_modal_video .video_outer .video {
    display: block;
    margin: 0 auto;
    background: url("https://cdn.wholeworld.org/new/general/wait3.gif") no-repeat center;
}

#video_reviews_modal_video .video iframe {
    display: block;
    margin: 0 auto;
}

#video_reviews_modal_video .title {
    width: 640px;
    white-space: nowrap;
    margin: 0 auto 5px;
}

#video_reviews_modal_video .title .name {
    display: inline-block;
    width: 440px;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#video_reviews_modal_video .title .user_name {
    font-weight: 400;
}

#video_reviews_modal_video .title .user_flag {
    position: relative;
    top: 5px;
    margin-left: 15px;
    margin-right: 2px;
}

#video_reviews_modal_video .title div.like {
    position: relative;
    display: inline-block;
    top: -4px;
    width: 200px;
    font-weight: normal;
    text-align: right;
}

#video_reviews_modal_video .like a {
    display: block;
    height: 23px;
    line-height: 29px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

#video_reviews_modal_video .like a * {
    vertical-align: top;
    color: #f2612b;
}

#video_reviews_modal_video .like a.wait label {
    display: none;
}

#video_reviews_modal_video .like a img.wait {
    display: none;
    position: relative;
    top: 12px;
}

#video_reviews_modal_video .like a.wait img.wait {
    display: inline-block;
}

#video_reviews_modal_video .like a img.like {
    margin: 0 2px 0 2px;
    position: relative;
    top: 3px;
}

#video_reviews_modal_video .like a span.like {
    margin: 0 2px 0 2px;
    display: inline-block;
    position: relative;
    height: 29px;
    width: 29px;
}

#video_reviews_modal_video .like a span.like span {
    display: block;
    height: 29px;
    width: 29px;
    position: absolute;
    margin-top: 1px;
}

#video_reviews_modal_video .like a span.like .normal {
    background: url("https://cdn.wholeworld.org/images/all_reviews_mod/like.png") no-repeat top;
    opacity: 1.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-opacity: 1.0;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: filter 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}

#video_reviews_modal_video .like a:hover span.like .normal {
    opacity: 0.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-opacity: 0.0;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: filter 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}

#video_reviews_modal_video .like a span.like .hover {
    background: url("https://cdn.wholeworld.org/images/all_reviews_mod/like.png") no-repeat bottom;
    opacity: 0.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-opacity: 0.0;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: filter 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}

#video_reviews_modal_video .like a:hover span.like .hover {
    opacity: 1.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-opacity: 1.0;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: filter 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}


/* *modal */

#video_reviews_mod .text_center {
    text-align: center;
}

#video_reviews_mod .video_reviews_mod_inner_width {
    width: 1242px;
    margin: 0 auto;
}

#video_reviews_mod div.row div.col,
.video_reviews_modal div.row div.col {
    float: left;
}


/* show all btn */
#video_reviews_mod .show_all_outer {
    margin-top: 5px;
}

#video_reviews_mod .show_all_outer .show_all_btn {
    display: inline-block;
    color: #f2612b;
    font-size: 24px;
    font-family: "HeliosThin", "Roboto", Sans-serif;
    text-decoration: none;
}

#video_reviews_mod .show_all_outer .show_all_btn,
#video_reviews_mod .show_all_outer .show_all_btn * {
    cursor: pointer;
}

#video_reviews_mod .show_all_outer .show_all_btn .show_all_image {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    height: 26px;
    width: 26px;
    border: 1px solid #f2612b;

    border-radius: 30px 30px 30px 30px;
    -o-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -icab-border-radius: 30px 30px 30px 30px;
    -khtml-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    behavior: url("border-radius.htc");
    transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}

#video_reviews_mod .show_all_outer .show_all_btn:hover .show_all_image {
    background-color: #f2612b;
    transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}

#video_reviews_mod .show_all_outer .show_all_btn .show_all_image:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 7px;
    left: 5px;
    border-top: 2px solid #f2612b;
    border-right: 2px solid #f2612b;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
}

#video_reviews_mod .show_all_outer .show_all_btn:hover .show_all_image:after {
    border-color: #ffffff;
}

#video_reviews_mod .show_all_outer .show_all_btn .show_all_text {
    display: inline-block;
    position: relative;
    line-height: 29px;
    top: -5px;
}

/* *show all btn */


#video_reviews_mod .items_html_wrap {
    width: 1242px;
    margin: 40px auto;
}

#video_reviews_mod .items_html_wrap .items_slider_outer {
    width: 100%;
}

#video_reviews_mod .items_html_wrap .items_slider_inner {
    position: relative;
}

#video_reviews_mod .nav {
    position: absolute;
    display: block;
    height: 200px;
    /*width: 58px;*/
    width: 75px;
    top: 0;
}

#video_reviews_mod .nav.left {
    left: -17px;
}

#video_reviews_mod .nav.right {
    right: -17px;
}

#video_reviews_mod .nav span {
    display: block;
    position: absolute;
    width: 38px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -32px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

#video_reviews_mod .nav.left span {
    background-image: url("https://cdn.wholeworld.org/new/general/icon-64-arrow-left-orange.png");
}

#video_reviews_mod .nav.right span {
    background-image: url("https://cdn.wholeworld.org/new/general/icon-64-arrow-right-orange.png");
}

#video_reviews_mod .nav:hover span {
    background-position: top;
}

#video_reviews_mod .items_html_wrap .items_slider_cont {
    position: relative;
    width: 1126px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

#video_reviews_mod .items_html_wrap .items_slider {
    position: absolute;
    margin-left: -19px;
    white-space: nowrap;
    min-width: 100%;
    height: 100%;
}

#video_reviews_mod .items_html_wrap .items_slider div.msg {
    margin: 100px auto 0;
}

#video_reviews_mod .items_slider .video_item {
    display: inline-block;
    margin: 0 16px;
}

#video_reviews_mod div.video_small {
    display: block;
    margin: 0 auto;
    border: 1px solid #ababab;
}

#video_reviews_mod div.video_small a {
    display: block;
    position: relative;

    border-radius: 1px 1px 1px 1px;
    -o-border-radius: 1px 1px 1px 1px;
    -ms-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -icab-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    behavior: url("border-radius.htc");
}

#video_reviews_mod div.video_small a:hover,
#video_reviews_mod div.video_small a.active {
    /*border: 1px solid #f2612b;*/
    /*box-shadow: 0 0 0px 1px #f2612b;*/
}

#video_reviews_mod div.video_small a:hover div.like span,
#video_reviews_mod div.video_small a.active div.like span {
    /*color: #c6ab0d;*/
}

#video_reviews_mod div.video_small img.flag {
    display: block;
    position: absolute;
    margin-left: -1px;
    margin-top: -4px;
}

#video_reviews_mod div.video_small .play {
    display: block;
    position: absolute;
    height: 119px;
    width: 119px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;

    background: url("https://cdn.wholeworld.org/new/general/icon-play-119.png");
    background-position: center top;
    background-repeat: no-repeat;
}

#video_reviews_mod div.video_small a:hover .play {
    background-position: center bottom;
}

#video_reviews_mod div.video_small img,
span,
div {
    border: none;
}

#video_reviews_mod div.video_small div.like {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 10px;
}

#video_reviews_mod div.video_small div.like img {
    width: 29px;
    height: 29px;
}

#video_reviews_mod div.video_small div.like img,
#video_reviews_mod div.video_small div.like span {
    float: right;
    line-height: 29px;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
}

#video_reviews_mod div.video_small iframe {
    display: block;
    margin: 0 auto;
}
