/* Global styles */

body {
    margin: 0 0 0 0;
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #01a7ec;
    text-decoration: underline;
}

.block-remark {
	color: #fff;
	padding-bottom: 10px;
}

a:hover {
    color: #fff;
}

a.hl {
    font-weight: bold;
}

form {
    display: inline;
}

label {
    cursor: pointer;
}

input, textarea, select {
    background: url(/images/input-bg.gif) top repeat-x #fff;
    font-size: 12px;
}

.control input, .control textarea, .control select, .common_input {
    background: url(/images/input-bg.gif) top repeat-x #FFF;
    border: 1px solid #303334;
    color: #000;
    padding: 5px 7px;
}
.control select{
    background: #FFF;
    padding:4px;
}

.button input {
    vertical-align: middle;
    background: none;
}

.clearFx, .g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    padding: 5px 0px;
    display: block;
    border-bottom: 1px solid #fa6600;
    color: #fa6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight:normal;
    margin-bottom: 15px;
}

.block_sub_header {
    margin: -40px 2px 2px 2px;
    color: #CCC;
    font-size: 12px;
    position:absolute;
    width: 100%;
    text-align: right;
}

.block_sub_header .links {
    padding-left: 10px;
}

.block_content {
    padding: 5px 0px 10px 0px;
    color: #CCC;
}
.block_content .even{padding: 0 10px;}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #bbb;
}

.block_content p, .text_content p {
    margin-bottom: 8px;
    margin-top: 16px;
}

.block_content p.topmost, .text_content p.topmost {
    margin-top: 0;
    font-size:14px;
}

.block_content .label {
    margin-bottom: 3px;
    font-size:12px;
}

.block_content .control {
    margin-bottom: 10px;
}

.block_content .control_group {
    margin-bottom: 10px;
}

.block_content .control_group .item {
/*    float: left;*/
    margin-bottom: 5px;
}

.block_content .button {
    padding-top: 4px !important;
}

.block_content .button .ajax_wait {
    padding-left: 5px;
}

.block_content .field_error {
    padding: 1px;
    color: #fb6549;
    font-size: 11px;
}

.block_content .message_error {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border: 1px solid #303334;
    background: #191a1b;
    color: #fb6549;
}

.block_content .message_info {
    margin: 0 0px 10px;
    padding: 10px;
    border: 1px solid #FFF;
    color: #FFF;
}

/* Layout styles */

#placenta{
    padding-top: 10px;
}

#top_menu {
    width: 976px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    color: #494949;
    font-size: 9px;
    font-family: Microsoft Sans Serif;
    text-transform: uppercase;
    text-align: right;
}

#top_menu a {
    text-decoration: none;
}

#top_menu a.hl {
    font-weight: normal;
    background: url("../images/arrow_orange.gif") 13px 4px no-repeat;
    padding-left: 20px;
}

#top_menu span {
    font-weight: bold;
    color: #fff;
}

#header {
    width: 976px;
	height: 65px;
	padding: 120px 0 0 0;
    margin: 0 auto;
	position: relative;
    background: #000 url("/images/logo.png") 0 5px no-repeat;
}

#header #advertising {
    height: 109px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#header #advertising img {
    border: none;
}

#main_menu {
    float: left;
    padding-top: 7px;
}

#main_menu a {
    background-color:#01A7EC;
    border:1px solid #69CFF9;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:18px;
    height:36px;
    line-height:36px;
    padding:0 10px;
    text-decoration:none;
    margin-right: 1px;
    overflow:visible;
}

#main_menu a#item1 {
}

#main_menu a#item1:hover, #main_menu a#item1.selected {
}

#main_menu a#item2 {
}

#main_menu a#item2:hover, #main_menu a#item2.selected {
}

#main_menu a#item3 {
}

#main_menu a#item3:hover, #main_menu a#item3.selected {
}

#main_menu a#item4 {
}

#main_menu a#item4:hover, #main_menu a#item4.selected {
}

#main_menu a#item5 {
}

#main_menu a#item5:hover, #main_menu a#item5.selected {
}

#main_menu a#item6 {
}

#main_menu a#item6:hover, #main_menu a#item6.selected {
}

#main_menu a#item7 {
    padding-left:35px;
    border-color: #fda385;
    background: #fa6600 url(/images/upload-arr.png) 10px 10px no-repeat;
}
#main_menu a.selected span{
    margin-bottom:-8px;
    color: #00364c;
    background: url(/images/menu-arr.gif) bottom center no-repeat; 
    display: block;
    padding-bottom: 8px;
    position: relative;
}
#text_menu {
    float: right;
    width: 197px;
    padding-top: 15px;
    font-size: 11px;
    text-align: right;
    color: #494949;
}

#text_menu a {
    color: #ccc;
}

#data {
    width: 976px;
    margin: 10px auto 25px auto;
}

#wide_col {
    width: 746px;
    float: left;
    margin-bottom: 1px;
}

#wide_col #video_info_col {
    width: 534px;
    float: left;
}

#wide_col #related_videos_col {
    width: 182px;
    float: right;
}

#side_col {
    width: 200px;
    float: right;
}

#footer {
    width: 976px;
    height: 130px;
    margin: 0 auto;
    padding: 5px 0px;
    border-top:1px solid #FF6600;
}

#footer .links {
    color: #CCC;
    font-size: 12px;
    padding-top: 7px;
    margin-bottom: 6px;
}

#footer .links a {
    color: #CCC;
    padding-right:2px;
}

#footer .links a:hover {
    color: #fff;
}

#footer .links .hl {
    color: #2cb6d7;
    font-weight: normal;
}

#footer .info {
    float: right;
    color: #CCC;
    font-size: 11px;
    padding-top: 12px;
}

#footer .info a {
    text-decoration: underline;
}

#footer .copy {
    color:#CCCCCC;
    font-size:11px;
    margin-top:16px;
}

#footer .copyright {
    float: left;
    padding-left: 32px;
    margin-top: 12px;
    font-size: 11px;
    width: 540px;
    color: #CCC;
    background: url("/images/copyright.gif") 0 2px no-repeat;
}

/* List videos block styles */
.list_videos{position:relative}
.list_videos .item {
    float: left;
    width: 242px;
    font-size: 11px;
    margin-bottom: 17px;
}

.list_videos .item_small, .efProduct {
    float: left;
    width: 182px;
    height: 180px; 
    overflow: hidden;
    font-size: 11px;
}
.item_small .info{
    font-size:12px;
    padding-top:5px;
    overflow:hidden;
    white-space:nowrap;
    width:170px;;
}
.efProduct{
    height: auto;
    font-size: 12px;
    margin: 0px 0 30px;
}
    .efProduct .kt_imgrc{
	background-color:#FFFFFF;
	width:180px;
	height: 150px;
	text-align:center;
    }
    .efProduct .thumb{
        margin: 0 auto;
    }
    .efProduct .purchaseBtn{
        margin-top: 10px;;
    }
    .efProduct img{
	border:0;
    }
    .list_videos .block_content .last{
	margin-bottom: 20px;
    }
.efPages{margin:0; padding:0; list-style-type:none;font-size;13px;color:#9b9b9b; line-height: 17px;}
    .efPages li{display:block; margin-bottom:20px;}
.list_videos .image {
    border: 1px solid #01a7ec;
}

.list_videos .private, .list_videos .premium {
    background-color: #000;
}

.list_videos .image a {
    display: block;
    color: #777;
}

.list_videos .image img {
    display: block;
    border: 0;
}

.list_videos .info {
    line-height: 19px;
    padding-top: 5px;
}

.list_videos .info .h2,
.list_members .h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 170px;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}

.list_videos .info .length {
    color: #fff;
    text-align: right;
}

.list_videos .info .added {
    float: left;
}

.list_videos .info .added span {
    color: #fff;
}

.list_videos .info .rating {
    text-align: right;
}

.list_videos .options {
    padding-bottom: 5px;
}

.list_videos .options label {
    color: #ddd;
    font-weight: bold;
}

.list_videos .options input {
    vertical-align: middle;
}

.list_videos .options a {
    font-weight: bold;
}

.list_videos .actions {
    padding-top: 10px;
}

/* List categories block styles */

.list_categories .item {
    float: left;
    width: 152px;
    font-size: 11px;
    margin: 0 23px 23px;
}
.list_categories .first{margin-left:0}
.list_categories .last{margin-right:0}

.list_categories .item h2 {
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
}

.list_categories .item .image {
    background:url("/images/cat-bg.jpg") repeat scroll 0 0 transparent;
    border:1px solid #08A2EA;
    width: 150px;
    height: 150px;
    position: relative;
    display:table;
}

.list_categories .item .image a {
    color:#FFFFFF;
    font-size:20px;
    height:150px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:148px;
    vertical-align: middle;
    display: table-cell;
}
*+html .list_categories .item .image a,
*html .list_categories .item .image a{
    display:block;
}
*+html .list_categories .item .image a  .justforIE,
*html .list_categories .item .image a  .justforIE{
    position: absolute;
    height: auto;
    top:50%;
    width: 148px;
    left:2px;
}
*+html .list_categories .item .image a  .justforIE span,
*html .list_categories .item .image a  .justforIE span{
    position: relative;
    top: -50%;
    height: auto;
    cursor: pointer;
}

.list_categories .item .image img {
    border: 1px solid #08a2ea;
}

.list_categories .item .info {
    line-height: 18px;
}

/* List tags block styles */

.list_tags .item {
    float: left;
    width: 137px;
    padding: 5px;
    font-size: 11px;
}

.list_tags .item h2 {
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
}

.list_tags .item .info {
    padding: 2px;
    line-height: 18px;
    text-align: center;
}

/* List comments block styles */

.list_comments .comment_row {
    padding: 5px;
    background: #303334;
    color: #bbb;
    margin-bottom: 2px;
}

.list_comments .comment_row .avatar {
    width: 102px;
    height: 102px;
    float: left;
    background: #111;
}

.list_comments .comment_row .avatar img {
    border: 1px solid #000;
}

.list_comments .comment_row h2 {
    display: block;
    padding-left: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.list_comments .comment_row .anonymous_user {
    color: #bbb;
}

.list_comments .comment_row p {
    display: block;
    padding-left: 110px;
    font-size: 12px;
}

/* List members block styles */
.list_members{position: relative;}
.list_members .item {
    float: left;
    width: 130px;
    height: 162px;
    font-size: 11px;
    margin: 0px 10px;
}
.list_members .firstItem {margin-left:0}
.list_members .lastItem {margin-right:0}

.list_members .item h2 {
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
    width: 130px;
}

.list_members .item .image {
    margin-bottom: 4px;
}

.list_members .item .image a {
    color: #777;
}

.list_members .item .image img {
    border: 1px solid #01a7ec;
}

.list_members .info {
    line-height: 14px;
}

.list_members .info span {
    color: #fff;
}

/* Pagination block styles */

.pagination {
    padding: 0px 0px;
    line-height:17px;
    margin-top: -5px;
    margin-left:-6px;
}

.pagination a {
    padding: 0px 6px;
    color: #01A7EC;
    font-size: 21px;
}

.pagination a:hover {
    color: #FFF;
}

.pagination span {
    padding:0 6px;
    font-size: 21px;
    color: #FFF;
}

/* Tags cloud block styles */

.tags_cloud a {
    line-height: 18px;
}

/* Search block styles */

.search .control, .search .button {
    float: left;
    padding: 2px;
}

.search .control input {
    width: 151px;
}

/* Search members block styles */

.search_members .control input, .search_members .control select.full_size {
    width: 185px;
}

/* Video view block styles */

.video_view .cs {
    padding-top: 5px;
    padding-bottom: 10px;
    background: #111;
    text-transform: uppercase;
    text-align: center;
}

.video_view .cs a img {
    border: 0;
}

.video_view .player {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #ddd;
    font-size: 16px;
}

.video_view h3 {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: normal;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
    color: #9b9b9b;
}

.video_view .info_row span {
    color: #ddd;
}
#retweetbutton,
#gplusbutton,
#fbsharebutton {
	vertical-align: top;
	display: inline-block;				
}

#retweetbutton {
	margin-left: -10px;
}

#fbsharebutton {
	margin: 1px 15px 0px 0px;
}

.fb_share_count_right {
	margin-right: 8px;
}
.btn_like{
    float:left; 
    margin-right:5px;
    padding:0 5px 0 25px;
    line-height:25px;
    font-size:15px;
    border: 1px solid #65c7ef;
    background:url(/images/arr-down.png) 7px 5px no-repeat #01a7ec;
    text-decoration: none;
    font-weight: bold;
    color:#FFF;
}
.nobg{background-image :none; padding-left:5px;}
.shortfield{width:215px !important;}
.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .info_row .col_1 {
    width: 270px;
    float: left;
}

.video_view .info_row .col_2 {
    float: left;
}

.video_view .send_to_friend, .video_view .add_to_favourites {
    margin-bottom: 8px;
    clear: both;
    margin-top:20px;
}

.video_view .control textarea, .video_view .control input {
    width: 97%;
}

/* Video comments block styles */

.video_comments .control textarea, .video_comments .control input {
    width: 97%;
}

.video_comments .info_row {
    margin-bottom: 8px;
}

.video_comments .info_row span {
    color:#FFFFFF;
    float:right;
    font-size:12px;
    line-height:27px;
}

.video_comments .info_row img {
    border: none;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    margin-top:20px;
}

.video_comments .comments_list {
    margin-bottom: 8px;
    margin-top:20px;
}

.video_comments .comment_row {
    margin-bottom: 20px;
}

.video_comments .comment_row .avatar {
    width: 61px;
    height: 52px;
    float: left;
}

.video_comments .comment_row .avatar img {
    border: 1px solid #01A7EC;
}

.video_comments .comment_row h2 {
    display: block;
    padding-left: 62px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.video_comments .comment_row .anonymous_user {
    color: #bbb;
}

.video_comments .comment_row p {
    display: block;
    padding-left: 62px;
    font-size: 12px;
}

/* Video edit block styles */

.video_edit .block_content {
    margin-left: 15px;
    margin-right: 15px;
}

.video_edit .player {
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
}

.video_edit .info_row {
    margin-bottom: 8px;
}

.video_edit .info_row span {
    color: #ddd;
    font-weight: bold;
}

.video_edit .info_row img {
    vertical-align: top;
}

.video_edit .info_row .col_1 {
    width: 370px;
    float: left;
}

.video_edit .info_row .col_2 {
    float: left;
}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select {
    width: 99%;
}

.video_edit .control_group .item {
/*    width: 160px;*/
}

.video_edit .control_upload {
    margin-bottom: 10px;
}

.video_edit .control_upload input {
    vertical-align: middle;
}

.video_edit .uploader_popup {
    border: 1px solid #01A7EC;
    padding:10px 20px 18px;
    background: #000000;
}

.video_edit .uploader_progress {
    overflow: hidden;
    border: 2px solid #000;
    background: #191a1b;
}

.video_edit .uploader_progress .progress_bar {
    height: 15px;
    margin: 2px;
    background: #000;
    font-size: 11px;
    color: #5e6060;
    white-space: nowrap;
    line-height: 15px;
    text-indent: 5px;
}

/* Logon block styles */

.logon .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.logon .control input {
    width: 99%;
}

/* Signup block styles */

.signup .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.signup table.sms_bill {
    width: 100%;
    border-collapse: collapse;
    background: #191a1b;
    color: #5e6060;
}

.signup table.sms_bill td {
    border: 1px solid #303334;
    padding: 5px;
}

.signup table.sms_bill tr.header td {
    font-weight: bold;
    color: #bbb;
}

.signup .control input, .signup .control select {
    width: 99%;
}

/* Invite block styles */

.invite_friend .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.invite_friend .control input, .invite_friend .control textarea {
    width: 99%;
}

/* Helper menu block styles */

.helper_menu a {
    display: block;
    padding: 3px 0 3px 23px;
    margin: 1px 0;
    background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
    border: 1px solid #000;
    text-decoration: none;
}

.helper_menu a:hover {
    background: #323637 url("../images/arrow_orange.gif") 10px 8px no-repeat;
}

.helper_menu span {
    display: block;
    padding: 6px;
    margin: 1px 0;
    font-weight: bold;
}

/* Member menu block styles */

.member_menu .avatar {
    text-align: center;
}

.member_menu .avatar img {
    border: 1px solid #01a7ec;
}

.member_menu a {
    display: block;
    padding: 3px 0 3px 6px;
    margin: 1px 0;
    text-decoration: underline;
    outline: none;
}

.member_menu a:hover {
}

.member_menu span {
    display: block;
    padding: 3px 6px;
    margin: 1px 0;
}

/* Member profile view block styles */

.member_profile_view .block_content {
    margin: 5px 0 0 0;
}

.member_profile_view .add_to_friends, .member_profile_view .send_message {
    margin-top: 8px;
    margin-bottom: 8px;
}

.member_profile_view .block_sub_header {
    font-size: 11px;
}

.member_profile_view .block_sub_header .button {
    padding-top: 10px;
    padding-bottom: 5px;
}

.member_profile_view .control textarea {
    width: 99%;
}

.member_profile_view .info_row {
    margin-bottom: 2px;
    padding: 4px 0 4px 0px;
    color: #9b9b9b;
}

.member_profile_view .info_row span {
    color: #ddd;
}

.member_profile_view .info_row .col_1 {
    width: 400px;
    float: left;
}

.member_profile_view .info_row .col_2 {
    width: 330px;
    float: left;
}

.member_profile_view .actions {
    margin-top: 10px;
}

.member_profile_view .actions img {
    border: none;
}

/* Member profile edit block styles */

.member_profile_edit .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
    width: 99%;
}

/* Global stats block styles */

.global_stats ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 12px;
    list-style: square outside;
}

.global_stats ul li {
    padding-bottom: 5px;
}

/* Top referers block styles */

.top_referers .item {
    float: left;
    width: 242px;
    padding: 2px;
    font-size: 13px;
}

.top_referers .image {
    background: #000;
    border: 1px solid #000;
}

.top_referers .image a {
    display: block;
    color: #777;
}

.top_referers .image img {
    display: block;
    border: 0;
}

.top_referers .info {
    padding: 2px;
    line-height: 18px;
}

.top_referers .info h2 {
    display: block;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}
.edencafe{margin-top:28px}
.block_sort_order{
    color:#CCCCCC;
    line-height:20px;
    padding:0 0 12px;
}
option{
    background: #FFF;
}
.control select.full_size{width:100% !important}
#uploadPopup .video_edit{
    position; relative;
}
#uploadPopup #close_btn{
    position:absolute;
    right:0;
    top:10px;
}
#uploadPopup .control input{
    width:310px;
}
.videoItemDescription{
    margin-bottom: 17px;
}
#emb_link_bl{width: 523px}
.requir{color:#FA6600; font-size:22px; font-weight:bold;position:relative; top:4px; line-height:12px;}
.member_profile_view{position:relative;}
.profile-website{padding-left:15px;}


.list_messages{
    margin-bottom: 17px;
    position:relative;
}
.list_messages .block_sub_header{
    margin:-84px 2px 2px;
}
.message {
    padding: 5px;
    margin-bottom: 20px;
    color: #ccc;
}

.list_messages .message .delete {
    width: 30px;
    padding-top: 15px;
    float: left;
}

.message .avatar {
    width: 52px;
    height: 52px;
    float: left;
}

.message .avatar img {
    border: 1px solid #019dde;
}

.message .text {
    width: 590px;
    padding-left: 10px;
    float: left;
}

.message h2 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.list_messages .message .content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list_messages .actions {
    padding-top: 10px;
}
.my_messages_folders{color:#cccccc; padding-bottom:30px;}
.block_content .fb_share_count_nub_right{
    background-image:url(/images/1a8txe26.png);
}
.btnRetweet{position:relative; top:4px; left:15px;background-color:#000000;}
.fb_share_count_inner{color:#333 !important;}
.fb_iframe_widget{height:32px}
.fb_share_count_hidden .fb_share_count_right{display:none;}
.retweetbutton{position:relative}
#fblike{display:block; height:33px}
#placenta .homePageCatList .homePageCatItem{
    font-size:12px;
    font-weight:bold;
    line-height:20px;
    margin-right:5px
}
.homePageCatList{
    font-size:11px;
}

.social-buttons {
	list-style: none;
	margin:0;
	padding:0;
}

.last {
	padding-bottom: 0px;
	margin-bottom: -15px;
}

.social-buttons .social-btn {
	padding-bottom: 15px;
}

.social-buttons .social-url {
	outline: none;
}

.social-buttons .soc-img {
	border: 0;
}

/* share embed */
.embed-share-sizes ul{
    list-style-type: none;
}
.embed-share-sizes li{
    float:left;
    margin:4px;padding:4px;border:1px solid #000;
}
.embed-share-sizes li:hover, .embed-share-sizes li.active{
    border:1px solid #CCC;
}
.embed-share-sizes li label{
    display: block;
    text-align: center;
}
.embed-share-sizes input {
    display: none;
}
.embed-share-sizes span{
    display: block;
    color: #FFF;
}
.embed-share-sizes .embed-size-block{
    padding: 1px;
    border: 1px solid #999;
    background: #DDD;
    display: block;
    margin: auto 0;
}
.embed-share-sizes .embed-share-size-small .embed-size-block{
    width: 42px;
    height: 32px;
    margin-left: 4px;
}
.embed-share-sizes .embed-share-size-medium .embed-size-block{
    width: 55px;
    height: 42px;
}
.embed-share-sizes .embed-share-size-big .embed-size-block{
    width: 63px;
    height: 47px;
}
.embed-share-sizes .embed-share-size-large .embed-size-block{
    width: 84px;
    height: 63px;
}

/* products list, tags */
.list_products h1 a{
    color:#FA6600;
}
.list_products h1 a:hover{
    text-decoration: none;
}
.list_products h3{
    color:#FA6600;
}

.list_products .more_product_tags{
    float:right;
}
.list_products .more_product_tags a{
    color:#FA6600;
    text-decoration: none;
}
.list_products .more_product_tags a:hover{
    text-decoration: underline;
}

.featured-video-description {
    padding: 10px 0 10px 0;
}
.featured-video-related-to{
    color:#FFF;
    font-size: 14px;
    padding:5px;
}
.featured-video-title {
    color:#fa6600;
    font-size: 20px;
    display: inline-block;
}

/*--*/

/*-html5 video-*/
#kt_player video{
	width: 100%;
	height: auto;
}
/*-*/
	

@media only screen and (max-device-width: 975px) {
	
	a {
		font-size: 16px;
	}
	
	body{
		/*background: beige;*/
	}
	
	#main_menu{
		margin: 0 20px;
		float:none;
		width: auto;
	}
	#main_menu a {
		float:none;
		display: inline-block;
		margin-bottom: 6px;
	}
	#top_menu,
	#header{
		width: auto;
	}
	#top_menu a.hl{
		font-size: 15px;
	}
	#top_menu a.hl:last-of-type{
		padding-right:10px;
	}
	
	#header{
		height: auto;
		min-height: 65px;
		padding: 60px 0 0;
		background-position: 20px -26px;
	}
	#header #advertising{
		display:none;
	}
	
	#side_col,
	#wide_col,
	#text_menu,
	#data,
	#footer,
	#wide_col #video_info_col,
	#wide_col #related_videos_col,
	#emb_link_bl{
		float:none;
		width: 100%;
	}

	#text_menu{
		text-align: center;
		font-size:13px;
	}
	
	/*video block*/
	
	.video_view .block_content{
		text-align: left;
	}
	.video_view .info_row{
		margin-left: 10px;
	}
	
	div#kt_player{
		margin: 10px auto;
		width: auto;
		max-width:90%;
	}
	object#kt_player{
		width: auto;
		height: auto;
	}
	.featured-video-description{
		margin: 0 20px;
	}
	.featured-video-related-to a{
		white-space:nowrap;
	}
	
	.video-player{
		height: auto;
		width: 100%;
		min-width: 288px;
	}
	
	.videoItemDescription{
		margin: 0 10px 20px;
	}
	
	/*--*/
	
	
	/*-video share-*/
	#emb_form{
		display:block;
		margin: 0 10px;
	}
	
	#shareCtrl{
		overflow: hidden;
		margin-left: 10px;
	}
	/*-*/
	
	/*-comments-*/
	.video_comments .block_content{
		text-align: left;
	}
	.video_comments .comment_row p{
		margin-top: 4px;
	}
	/*-*/
	
	/*-recent videos-*/
	.block_content{
		text-align:center; /*?????????????????????????*/
	}
	.list_videos .item{
		float: none;
		display: inline-block;
		margin: 0 6px 17px;
		min-height:255px;
	}
	.block_content .even{
		padding: 0;
	}
	.list_videos .info{
		line-height: 1.5;
	}
	/*-*/
	
	
	/*-related videos-*/
	
	.list_videos .item_small{
		display: inline-block;
		float:none;
	}
	
	/*-*/
	
	
	/*-categories-*/
	#placenta .homePageCatList {
		font-size: 0;
	}
	#placenta .homePageCatList .homePageCatItem{
		font-size:16px;
		display: block;
		margin: 6px;
	}
	/*-*/
	
	/*-*/
	.edencafe{
		text-align:center;
	}
	/*-*/
	
	
	/*-categories-*/
	.list_categories .first,
	.list_categories .last{
		margin-left: 5px;
	}
	
	
	.list_categories .item{
		margin: 5px;
		float: none;
		display:inline-block;
	}
	.list_categories .item .info{
		text-align: center;
		width: 100%;
	}
	
	/*-*/
	
	/*-communiy members-*/
	
	.list_members .h2{
		float: none;
		width: auto;
	}
	.list_members .lastItem{
		margin-right: auto;
	}
	.list_members .firstItem{
		margin-left: auto;
	}
	
	/*-*/
	
	
	/*-footer-*/
	
	#footer .copyright{
		float:none;
		width: auto;
		margin-right:5px;
	}
	
	#footer .copyright br{
		display:none;
	}
	
	#footer .info{
		float:none;
		margin-left: 32px;
	}
	
	#footer .copy{
		text-align: right;
		margin-right: 5px;
	}
	
	/*-*/
	
}

@media only screen and (max-device-width: 500px) {
  
	body{
		/*background: grey;*/
	}
  
	.list_videos .item{
		max-width: 220px;
		width: auto;
	}
	.list_videos .image img {
		border: 0 none;
		display: block;
		height: auto;
		width: 100%;
	}
  
}
/*--*/