/*video Style*/

.videoContainer
{
    border-radius: 0;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    max-width: 75%;
    margin: 0 auto;
    box-sizing:border-box;
}
.otherVedios
{
    margin: 0 auto 30px;
    width: 90%;
    padding: 10px;
}


.LastVideo
{
    width: 49.7%;
    margin-right: .5%;
    float: left;
    position: relative;
}

/*.LastVideo .videoImage{
   height: 262px;
}*/

.LastVideos
{
    width: 24.3%;
    margin-left: .5%;
    margin-bottom: .7%;
    float: left;
    position: relative;
}

.VideosSearchResult
{
    width: 32%;
    margin-left: 1%;
    margin-bottom: .7%;
    float: left;
    position: relative;
}


.videoImage
{
    width: 100%;
    height: auto;
    padding-right: 10px;
    margin-right: 10px;
}

.videoDescription
{
   
    padding: 2px 2%;
    width: 96%;
    font-size: 12px;
}

.videoDuration
{
    display: block;
    margin-right: 10px;
}


.othervideos
{
    width: 100%;
    display: -webkit-box;
}


.otherUploaded
{
    width: 22.3%;
    margin: 0 11px 0 11px;
    float: left;
    position: relative;
}

.SingleRelatedVideos
{
    width: 20.65%;
    float: left;
    margin: 0 14px 0 0;
    position: relative;
}

.videoCon
{
    padding-bottom: 5px;
}

.videoCon .videoDescription
{
    bottom: 5px;
}

.PlayIcons
{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin: -30px 0 0 -30px;
    top: 40%;
    display: none;
    z-index: 99999;
    border-radius: 50%;
    border: 5px solid #fff;
}

.PlayIcons:before{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #fff;
    display: block;
}

.SingleRelatedVideos .PlayIcons
{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    margin: -17px 0 0 -27px;
    top: 30%;
    display: none;
    z-index: 99999;
}

.videoLink:hover .PlayIcons
{
    display: block;
}



.videoDuration
{
    font-size: 11px;
    font-weight: normal;
}

.PrevArrow, .NextArrow
{
    height: 50px;
    width: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
   
}
.PrevArrow
{
    left: -10px;
    background-position: 12px 0;
}
.PrevArrow:hover
{
    background-position: 14px 0;
}
.PrevArrow:active
{
    background-position: 16px 0;
}
.PrevArrow:active .ArrowStyle
{
    margin-left: 0px;
}


.NextArrow
{
    background-position: -29px 0;
    right: -10px;
}

.NextArrow:hover
{
    background-position: -32px 0;
}

.NextArrow:active .ArrowStyle
{
    margin-left: 6px;
}


.ArrowStyle
{
    border-style: solid;
    border-width: 10px;
    margin: 15px 0 0 2px;
    width: 0;
    height: 0;
}

.NextArrow .ArrowStyle
{
    margin-left: 6px;
}

.VideoContent
{
    width: 700px;
    margin: 0 auto 20px
    }

.VideoSearch
{
    width: 500px;
    margin: 0 auto;
    background: transparent !important;
}

.VideoSearchContent
{
    max-width: 550px; 
    margin: 10px auto 0; 
    position: relative;
    }

.VideoSearchContent .marginBottom
{
   padding: 13px 70px 13px 10px;
    width: 420px !important;
    }
.VideoSearchButtons
{
     position: absolute;
    right: 1px;
    top: 6px;
    padding-left: 10px;
    /* background-color: #fff; */
    }

.SingleVideoPage
{
   padding: 20px 0;
    max-width: 75%;
    margin: 0 auto;
}

.SingleVideoPage .otherVedios
{
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width:100%;
}

.SingleVideoPage .RelatedVideos
{
     min-height: 120px;
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}
.SingleVideoPage .otherVedios .videoDescription
{
    font-weight: normal;
    font-size: 12px;
    height: 30px;
    padding: 2px 2%;
    line-height: 1.1em;
}

.SingleVideoPage .comments
{
    margin: 0 20px;
    width: 700px;
    margin: 0 auto;
}

.SingleVideoPage .defaultFloatDiv{
    float: none !important;
    display:inline-block;
}

.UserUploader
{
    padding: 10px;
    position: relative;
    clear:both;
}

.VideoRate
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.VideoAutherImage
{
    float: left;
    margin: 2px 5px 10px 0;
}

.UserUploader .videoDescription
{
    position: relative;
    background: none;
    font-weight: normal;
    font-size: 12px;
    width: 80%;
    height: auto;
    margin-left: 48px;
}


.VideoUserName
{
    padding: 5px 0 0;
    }

/*----------- Video Comments -----------------*/
.comments
{
    padding: 20px 0 0 0; /*border-top:1px #acacac solid;*/
}

.commentsCounter
{
    position: absolute;
    top: 115px;
    left: 0;
    font-size: 14px;
}

/*R2
.usersComments{
	list-style:none;
	}
*/

.comments .commentCon .commenterImg
{
    /*R2*/
    float: left;
    position: relative;
    padding-right: 16px;
    position: relative;
    z-index: 2;
}


.comment
{
    padding: 8px;
    margin: 0 0 15px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.commentCont
{
    clear: both;
}


.comment .commenterName
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.comment ul.commentControls
{
    list-style: none;
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
}

.comment ul.commentControls li
{
    float: left;
    margin-left: 10px;
}




.LeaveReplay
{
    padding-top: 5px;
}

.LeaveReplay span
{
}

.SubmitReplay
{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.replayTextCounter
{
    position: absolute;
    top: 115px;
    right: 0;
}


.replayComment
{
    position: absolute;
    top: 115px;
    right: 83px;
    text-align: right;
    padding: 0 !important;
    width: auto;
    line-height: .8em;
}

.commentValidation
{
    position: absolute;
    top: -15px;
}

.CommentArrow
{
    border: 7px solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 1px;
    top: 8px;
    width: 0;
    height: 0;
    z-index: 2;
}

.GrayCommentArrow
{
    border: 8px solid;
    border-color: transparent #cacaca transparent transparent;
    position: absolute;
    right: 1px;
    top: 7px;
    width: 0;
    height: 0;
    z-index: 1;
}


.commentCon
{
    padding: 10px 0 0;
}

.divNoData
{
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    width: 450px;
    margin: 0px auto;
    display: none;
    border-radius: 5px;
}

.comentsContainer
{
    width: 700px !important;
    /*margin: 0 auto;*/
    }