#content {
    clear: both;
    display: block;
    width: 100%;
    max-width: 850px;
}

.rounded {
    border-radius: 4px 4px 4px 4px;
}
#content .camThumb {
    background-color: #EEEEEE;
    background-image: url("img/solid_gray.png");
    background-repeat: repeat-x;
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    font-family: Arial;
    margin: 7px;
    min-height: 150px;
    padding: 7px;
}
#content .thumbImg {
    height: 120px;
    overflow: hidden;
    width: 175px;
}

#content .thumbImg img{
   border-radius: 5px;
}

#content .thumbSub {
    padding-left: 5px;
    padding-top: 5px;
    width: 170px;
    font-size: 12px;
    text-align: center;
}
.modal {
width: 690px;
}

.modal-body {
    max-height: 430px;
}

.rikt_logo {
     background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin: 10px 0 0 0px;
    width: 91px;
    float: right;
}
.myttk_logo {
    background: url("img/logo_myttk.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: 10px 0 0 0px;
    width: 83px;
    float: right;
}



.rikt_text {
   float: left;
   margin: 10px 0 0 5px;
   width: 530px;
   font-size: 12px;
}

.modal-header h3 {
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.descr .video-title {
    margin: 3px 0 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

.descr .video-date {
    color: #96c11c;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.descr a {
    color: #AEC71E;
}
.descr a:hover {
    color: #000000;
}

.descr {
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient( top , #F9F9F9 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient( top , #F9F9F9 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    clear: both;
    height: 50px;
    overflow: hidden;
    padding: 5px !important;
    text-align: center;
}

.descr h5 {
    margin-bottom: 3px !important;
    margin-top: 5px;
}

.descrsm {
font-size: 0.8em;
}

.view {
    cursor: default;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    height: 115px;
}

.view .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.view a.play {
    background-color: #000000;
    background-image: url("img/eye3.png");
    background-position: 2px center;
    border: 1px solid #000000;
    display: block;
    height: 37px;
    left: 60%;
    margin-left: -36px;
    margin-top: -16px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 37px;
}
.view a.link {
    background-color: #000000;
    background-image: url("img/link.png");
    border: 1px solid #000000;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: 4px;
    margin-top: -16px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 32px;
}
.view a.play:hover {
    background-color: #AEC71E;
    border: 1px solid #FFFFFF;
    transition: all 0.2s linear 0s;
}
.view a.link:hover {
    background-color: #AEC71E;
    border: 1px solid #FFFFFF;
    transition: all 0.2s linear 0s;
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first .mask {
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.view-first img {
    transition: all 0.2s linear 0s;
    height: 115px;
    width: 100%;
}
.video_thumb {
    float: left;
    height: 185px;
    margin-left: 5px;
    margin-right: 0;
    overflow: hidden;
    width: 200px;
}

.rdur {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    left: 0;
    opacity: 0.7;
    padding: 0 10px;
    position: absolute;
    top: 10px;
}

.rvinfo {
    border-bottom: 1px solid #d9d9d9;
    line-height: 14px;
    margin: 2px;
    padding-bottom: 5px;
    position: relative;
    text-align: right;
}

.ricons {
    background-image: url("img/icons.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.rviews {
    background-position: 0 -113px;
    font-size: 11px;
    padding-left: 18px;
}
.rcomms {
    background-position: 0 -1px;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 18px;
}

.descr .rdate {
    color: #0099CC;
    float: left;
    font-size: 11px;
}