.view-header {
    /*margin-top: 30px;*/
}

.view-header h1 {
    font-family: 'Didact Gothic';
    font-size: 28px;
    /*margin-bottom: 50px;*/
}

.col-view-left {
    padding: 0px;
	width: 100%;
    height: 100%;
	text-align:center;

}

.col-view-right {
	/*margin-top: 10px;*/
}

.view-header-player {
   margin: 5px auto;
}

.view-header-player a {
    font-size: 16px;
    color: #000;
	margin-top: 0px;
}

.view-player {
    width: 800px;
    height: 400px;
    background: #f6f6f6 url('../img/play.png') center no-repeat;
}

@media screen and (max-width: 800px) {
.view-player {
width: 360px !important;
height: 300px;	
/*margin-left: -11px;*/
}
 }
 
.view-text {
    /*margin-top: 10px;*/
    font-family: 'Didact Gothic';
    font-size: 18px;
    line-height: 22px;
}

.view-related {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #f6f6f6;
}

.view-related a {
    text-decoration: none;
}

.view-related li {
    font-family: 'Didact Gothic';
    height: 75px;
    padding: 7px 0 7px 0;
    border-bottom: 1px solid #f6f6f6;
}

.view-related li:hover {
    background: #00A1DD;
}

.view-related li:hover a {
    color: #fff;
}

.view-related li:hover .view-related-item-info {
    color: #fff;
}

.view-related li:hover .view-related-item-views {
    color: #fff;
}

.view-related li:last-child {
    border: none;
}

.view-related .view-related-item-img {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 6px;
    margin-left: 6px;
    outline: none;
    background: #fff;
    overflow: hidden;
}

.view-related .view-related-item-img img {
   display: block;
    height: 100%;
}

.view-related .view-related-item-info {
   color: #000;
   text-decoration: none;
}

.view-related li:after {
    clear: both;
}

.view-related .view-related-item-views {
    font-size: 11px;
    color: #8c8c8c;
}

.comments {
    margin-top: 30px;
    background: #4cae4c;
}

.caption {
    text-transform: uppercase;
    font-weight: bold;
    color: #313131;
    margin-bottom: 10px;
}

.view-text .col-md-11{
	text-align: center;
}

#vk_comments{
	text-align: center;
	  margin: auto;
	  margin-bottom: 70px;
}
.fb-comments{
	text-align: center;
	  margin: auto;
}