.vidhold0{
    /* IE10+ */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);

    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(100, #D9D9D9));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);

    /* W3C Markup */
    background-image: linear-gradient(to top, #FFFFFF 0%, #D9D9D9 100%);

    height: 225px;
}

.vidhold1{
padding-top: 0px;
}


.vidhold0,.vidhold1{
    /*width: 770px;*/
    width: 100%;
    background-color: #fff;
    padding:15px 15px 0 15px;
}


.video_holder {
    position: relative;
    background-color: #000;
    padding: 10px 0px;
    text-align: center;
    height: 420px;
    margin-bottom: 15px;
    width: 770px;
}

.commentsarea{
    height: auto;
    border-top: solid 2px #dddddd;
    margin-top: 10px;
}

.proceed {
	color: #fff;
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -283px;
	width: 575px;
	font-size: 17px;
	line-height: 20px;
    display: none;
}

.proceed strong {
    color: #ec7000;
    font-weight: normal;
    display: block;
}

.cta {
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 467px;
	height: 68px;
	line-height: 65px;
	text-align: center;
	font-size: 25px;
	background-color: #5dad9f;
    color:#fff;
	margin: 20px auto;
}

.cta:hover  {
	background-color: #1e594e;
    color:#fff;
    text-decoration:none;
}

.full_hd {
    display: block;
    text-align: left;
    margin-left: 35px;
    margin-top: 5px;
}

.column {
	float: left;
}

.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: " ";
}

.error {
	color: #ff0000;
}

.debug {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .5;
}

.centeredtop {
    width: 1040px;
    height: auto;
    margin: auto;
    z-index: 999999;
    position: relative;

}


.info_holder{
    margin-top: 0px;
    height: 235px;
    border-bottom: solid 2px #ddd;
}

#poster_holder {
    float: left;
    max-width: 148px;
    overflow: hidden;
    width: 100%;
}


/* second head from site */

.commbt{
    width: 100%;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.commentwrap{
    height: 100px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}


div.wrap {
    width: 95%;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}

div.wrap:first-child {
    margin-top:2em;
}

.commentarea{
outline: none;
min-height: 77px;
width: 80%;
padding: 10px;
float: right;
margin-right: 5%;
}

.commentareasubmit{
    outline: none;
    width: 100px !important;
    height: 50px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: right;
    margin-right: 5%;
    cursor: pointer;
    background-color: #56abca;
    color: #fff;
    font-size: 12px;
}

div.comment {
    display: table-cell;
    vertical-align: top;
    font-size: 16px !important;
    font-family: Arial !important;
    line-height: 18px;
    padding-left: 20px;
}


.comment h2.owner {
    width: 100%;
    margin: 0 auto;
    color: #56abca;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

div.comment p {
    width: 100%;
    margin: 0 auto 1em auto;
}

p + ol.postscript {
    width: 100%;
    font-size: 0.8em;
    margin: -0.5em auto 0 auto;
    list-style: none;
}
ol.postscript::after {
    content: '';
    height: 0.5em;
    display: block;
    clear: both;
}
ol.postscript li {
    float: left;
    margin-right: 0.5em;
}
.date {
    float: none;
    margin-left: 5px;
    font-size: 12px;
    color: #bbb;
}

.imgArticle {
    float: left;
    overflow: hidden;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png")!important;
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.leftarea{
    display: table-cell;
    vertical-align: top;
    font-size: 12px !important;
    font-family: Arial !important;
    line-height: 15px;
}

.wrap a:link,
.wrap a:visited {
    color: #333;
    text-decoration: none;
}

.wrap a:hover,
.wrap a:active,
.wrap a:focus {
    color: #f00;
    border-bottom: 1px solid #f00;
}