html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}

li {list-style-type:none;}

body{ background-color:rgb(170,170,170); background-image: url(/images/bg.png); color:rgb(70,70,70); font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 0; }
input, button { font-family: Trebuchet Ms, sans-serif; }

img { background-color:rgb(130,130,130); border:0 none; }

a{ color:rgb(255,173,0); text-decoration:none; }
a:hover{ color:rgb(255,255,255); }

h1 { background-color: rgb(32,32,32); margin: 10px 2px 0 2px; background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); padding: 10px 6px; border-radius: 2px; text-align: center; text-shadow: 1px 1px 0 rgb(0,0,0); font-size: 22px; line-height: 24px; font-weight: bold; color: rgb(255,255,255); }
h2 { background-color: rgb(32,32,32); margin: 20px 2px 0 2px; background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); padding: 12px 6px; border-radius: 2px; text-align: center; text-shadow: 1px 1px 0 rgb(0,0,0); font-size: 18px; line-height: 20px; font-weight: bold; color: rgb(255,255,255); }

.head-wrap{ background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); }
.head { margin: 0 auto; width: 100%; text-align: center; padding: 0 0 10px 0; }

.logo a { color:rgb(255,255,255); text-shadow: 1px 1px 0 rgb(0,0,0); font-size: 18px; margin: 10px 5px 0 5px; text-transform: capitalize; height: 20px; line-height: 20px; display: inline-block; vertical-align: top; font-weight: bold; }
.logo a span { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); text-shadow: none; border-radius: 2px; color: rgb(0,0,0); padding: 2px 10px; margin: 0 4px;}

.head-menu { padding-top: 8px; }
.head-menu li { text-shadow: 1px 1px 0 rgb(0,0,0);  font-size: 12px; margin: 2px 1px 0 1px; display: inline-block; vertical-align: top; }
.head-menu li strong { color: rgb(232,232,232); height: 20px; line-height: 20px; display: block; }
.head-menu li a { border-radius: 2px; color: rgb(172,172,172); height: 20px; line-height: 20px; display: block; padding: 0 10px; }
.head-menu li a:hover, .head-menu li.active a { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); color: rgb(0,0,0); text-shadow: none; }

.search { margin: 8px auto 0 auto; width: 96%; max-width: 300px; }
.search form { width: 100%; }
.search input { background-color: transparent; box-shadow: inset 0 0 0 1px rgb(72,72,72); border: 0 none; color: rgb(172,172,172); border-radius: 15px; outline: none; width: 88%; padding: 0 15px; font-size: 12px; height: 25px; line-height: 25px; }
.search button { background-color: rgb(132,132,132); background: linear-gradient(to bottom,rgb(152,152,152),rgb(112,112,112)); border-radius: 2px; color: rgb(255,255,255); text-shadow: 1px 1px 0 rgb(0,0,0); border: 0 none; float: right; width: 10%; height: 25px; line-height: 25px; font-size: 11px; cursor: pointer; }
.search button:hover { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); color: rgb(0,0,0); text-shadow: none;}
.search button i { display: block; height: 25px; line-height: 23px; }

.content { margin: 0 auto; width: 100%; text-align: center; }

.prev-wrap { display: inline-block; vertical-align: top; width: 100%; }
.prev { background-color: rgb(32,32,32); color: rgb(132,132,132); border: 2px solid rgb(230,230,230); border-radius: 2px; box-shadow: 0 5px 10px -7px rgb(70,70,70); overflow: hidden; margin: 4px 2px 0 2px; position: relative; text-align: left; }
.prev img { width: 100%; height: auto; }
.prev .title { background-color: rgb(42,42,42); background: linear-gradient(to bottom,rgb(62,62,62),rgb(22,22,22)); 
display: block; height: 30px; line-height: 30px; font-family:Verdana; 
text-shadow: 1px 1px 0 rgb(0,0,0); overflow: hidden; font-size: 12px; padding: 0 10px;  }
.prev .cat { background-color: rgb(42,42,42); background: linear-gradient(to bottom,rgb(62,62,62),rgb(22,22,22));
display: block; height: 30px; line-height: 30px; 
text-shadow: 1px 1px 0 rgb(0,0,0); overflow: hidden; font-size: 14px; font-weight:bold; padding: 0 10px; text-align:center; text-transform:capitalize; }
.prev .total, .prev .durat { opacity: 0.8; background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); color: rgb(232,232,232); text-shadow: 1px 1px 0 rgb(0,0,0); position: absolute; height: 20px; line-height: 20px; font-size: 10px; padding: 0 5px;  }
.prev .total { bottom: 30px; right: 0; border-radius: 2px 0 0 0; }
.prev .durat { top: 0; left: 0; border-radius: 0 0 2px 0; }
.prev:hover .total, .prev:hover .durat { opacity: 1; }
.prev:hover .total i, .prev:hover .durat i { color: rgb(255,173,0); }
.prev:hover { border-color: rgb(32,32,32); }
.prev:hover .title { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); color: rgb(0,0,0); text-shadow: none; }

.prev-cat .title { font-size: 14px; }
.prev-cat .total { bottom: 30px; }

.pages-wrap { background-color: rgb(232,232,232); background: linear-gradient(to bottom,rgb(252,252,252),rgb(212,212,212)); box-shadow: 0 5px 10px -7px rgb(70,70,70); margin: 4px 2px 0 2px; text-align: center; padding: 2px 0 6px 0; border-radius: 2px; }
.pages-wrap p {font-color:black; font-size: 12px;padding: 10px 0;}
.pages-wrap li { display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; }
.pages-wrap li a, .pages-wrap li span { background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); text-shadow: 1px 1px 0 rgb(0,0,0); border-radius: 2px; display: block; padding: 0 10px; min-width: 10px; height: 30px; line-height: 30px; font-size: 12px; }
.pages-wrap li a { color: rgb(232,232,232); }
.pages-wrap li a:hover, .pages-wrap li.active a { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); color: rgb(0,0,0); text-shadow: none; }
.pages-wrap li span { color: rgb(132,132,132); }

.links-wrap { background-color: rgb(232,232,232); background: linear-gradient(to bottom,rgb(252,252,252),rgb(212,212,212)); box-shadow: 0 5px 10px -7px rgb(70,70,70); margin: 4px 2px 0 2px; text-align: center; padding: 2px 0 6px 0; border-radius: 2px; }
.links-wrap a { background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); color: rgb(232,232,232); text-shadow: 1px 1px 0 rgb(0,0,0); border-radius: 2px; padding: 0 10px; min-width: 10px; height: 30px; line-height: 30px; font-size: 14px; display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; }
.links-wrap a i { background-color: rgb(132,132,132); background: linear-gradient(to bottom,rgb(152,152,152),rgb(112,112,112)); text-shadow: 1px 1px 0 rgb(0,0,0); border-radius: 2px; color: rgb(255,255,255); padding: 2px 3px; margin: 0 2px 0 0; font-size: 12px;}
.links-wrap a:hover { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); text-shadow: none; color: rgb(0,0,0); }
.links-wrap a:hover i { background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); color: rgb(255,173,0); text-shadow: 1px 1px 0 rgb(0,0,0); }

.bottom-sl { background-color:rgb(130,130,130); display: inline-block; vertical-align: top; border: 2px solid rgb(72,72,72); border-radius: 2px; width: 300px; height: 250px; margin: 4px 2px 0 2px; }
.bottom-sl:hover { border-color: rgb(255,173,0); }
.bottom-sl-2, .bottom-sl-3, .bottom-sl-4, .bottom-sl-5 { display: none; }

.friend-prev-wrap { display: inline-block; vertical-align: top; width: 50%; }
.friend-prev { background-color: rgb(72,72,72); border: 6px solid rgb(32,32,32); border-radius: 2px; box-shadow: 0 5px 10px -7px rgb(70,70,70); overflow: hidden; margin: 4px 2px 0 2px; text-align: center; }
.friend-prev img { width: 100%; height: auto; }
.friend-prev span { border-top: 2px solid rgb(32,32,32); color: rgb(202,202,202); display: block; height: 25px; line-height: 25px; text-shadow: 1px 1px 0 rgb(0,0,0); overflow: hidden; font-size: 12px; padding: 0 10px; text-transform: uppercase; }
.friend-prev:hover { background-color: rgb(32,32,32); border-color: rgb(2,2,2); }

.friends-tubes-block { overflow: hidden;}
.friends-list { display: inline-block; vertical-align: top; width: 50%; font-size: 14px;font-family:Arial;}
.friends-tubes-block ul { background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); text-shadow: 1px 1px 0 rgb(0,0,0); border-radius: 2px; margin: 4px 2px 0 2px; }
.friends-tubes-block li { margin-top: 1px; display: block; overflow: hidden; height: 30px; line-height: 30px; border-bottom: 1px solid rgba(0,0,0,0.4); box-shadow: 0 1px 0 0 rgba(255,255,255,0.1); text-transform: capitalize; }
.friends-tubes-block li:last-child { border-bottom: 0 none; }
.friends-tubes-block li a { padding: 0 10px; color: rgb(200,200,200); font-weight:bold; }
.friends-tubes-block li a i { font-size: 10px; color: rgb(255,173,0); }
.friends-tubes-block li a:hover { color: rgb(232,232,232); }

.spons_b { max-width: 728px; margin: 10px auto 0 auto; text-align:center;}
.spons_b img { width: 100%; height: auto; max-height: 90px; }
.spons_b a {color:rgb(255,201,88);font-size:14px;margin: 0 auto; text-align:center;}
.description-box{text-align:center;max-width:728px;color:#000;padding:2px;font-size:14px;line-height:20px;margin:0 auto;}
.description-box b {color:rgb(255,201,88);font-weight:bold;}
.description-box a {font-size:14px;}

.video-wrap { background-color: rgb(32,32,32); color: rgb(132,132,132); border: 6px solid rgb(230,230,230); border-radius: 2px; box-shadow: 0 5px 10px -7px rgb(70,70,70); overflow: hidden; margin: 4px 2px 0 2px; }
.player-block { text-align: left; border-bottom: 6px solid rgb(230,230,230); }
.player { background-color: rgb(0,0,0); position: relative; height: 200px; }
.player iframe, .player object, .player embed { width: 100%; height: 100%; }

.video-desc { background-color: rgb(52,52,52); background: linear-gradient(to bottom,rgb(72,72,72),rgb(32,32,32)); padding: 0 6px 10px 10px; overflow: hidden; }
.video-info { overflow: hidden; padding-top: 6px; }
.video-info-bl { background-color: rgba(255,255,255,0.1); color: rgb(192,192,192); text-shadow: 1px 1px 0 rgb(0,0,0); float: left; padding: 0 10px; font-size: 12px; height: 30px; line-height: 30px; border-radius: 2px; margin: 4px 4px 0 0; }
.video-info-bl i { color: rgb(255,173,0); }
.video-info-bl span { color: rgb(232,232,232); font-weight: bold; }

.video-cats, .video-tags { overflow: hidden; padding-top: 6px; }
.video-cats span, .video-cats a, .video-tags span, .video-tags a { text-shadow: 1px 1px 0 rgb(0,0,0); float: left; display: block; padding: 0 10px; font-size: 12px; height: 30px; line-height: 30px; border-radius: 2px; margin: 4px 4px 0 0; }
.video-cats span, .video-tags span { background-color: rgba(255,255,255,0.1); color: rgb(192,192,192); }
.video-cats i, .video-tags i { color: rgb(255,173,0); }
.video-cats a, .video-tags a { background-color: rgb(22,22,22); background: linear-gradient(to bottom,rgb(32,32,32),rgb(2,2,2)); }
.video-cats a:hover, .video-tags a:hover { background-color: rgb(255,173,0); background: linear-gradient(to bottom,rgb(255,193,20),rgb(235,153,0)); color: rgb(0,0,0); text-shadow: none; }

.video-tags { clear :both; }

.video-sls { background-color: rgb(210,210,210); padding: 2px 0 6px 0; }
.video-sl { background-color:rgb(130,130,130); display: inline-block; vertical-align: top; border: 6px solid rgb(72,72,72); border-radius: 2px; width: 300px; height: 250px; margin: 4px 2px 0 2px; }
.video-sl:hover { border-color: rgb(255,173,0); }
.video-sl-2, .video-sl-3 { display: none; }



















.footer-wrap { background-color: rgb(32,32,32); background: linear-gradient(to bottom,rgb(52,52,52),rgb(12,12,12)); margin-top: 20px; }
.footer { margin: 0 auto; width: 100%; text-align: center; padding: 10px 0 15px 0; font-size: 12px; text-shadow: 1px 1px 0 rgb(0,0,0); color: rgb(132,132,132); overflow: hidden; }
.footer p { padding: 5px 2px 0 2px; }
.footer span { color: rgb(255,173,0); }
.footer a { color: rgb(172,172,172); text-decoration: underline; }
.footer a:hover { text-decoration: none; }










@media all and (min-width:300px) {
.search input { width: 78%;}
}


@media all and (min-width:400px) {
    .prev-wrap { width: 50%; }
    .player { height: 250px; }
}

@media all and (min-width:500px) {
    .player { height: 300px; }
    .search input { width: 78%;}
}


@media all and (min-width:600px) {
    .prev-wrap, .friend-prev-wrap, .friends-list { width: 33.3333%; }
    .player { height: 350px; }
    .search input { width: 78%;}
}

@media all and (min-width:620px) {
.bottom-sl-2, .video-sl-2 { display: inline-block; }
}

@media all and (min-width:700px) {
.player { height: 400px; }
}

@media all and (min-width:800px) {
.friend-prev-wrap { width: 25%; }
.player { height: 450px; }
.search input { width: 78%;}
}

@media all and (min-width:900px) {
.player { height: 500px; }
.search input { width: 78%;}
}

@media all and (min-width:968px) {
    h1, h2 { text-align: left; }
    .head { overflow: hidden; padding: 5px 0; width: 948px; }
    .logo { float: left; margin-left: 4px; }
    .logo a { display: block; margin: 0; height: 25px; line-height: 25px; }
    
    .head-menu { padding-top: 0; overflow: hidden; padding-left: 20px; float: left; }
    .head-menu li { display: block; float: left; margin: 0 2px 0 0; }
    .head-menu li a, .head-menu li strong { height: 25px; line-height: 25px; }
    .head-menu li a { padding: 0 5px; }
    .head-menu li strong { margin-right: 2px; }
    .soc-icons { float: left; margin: 8px 0 0 10px; } 
    .search { float: left; margin: 0 0 0 10px; max-width: 200px; }
    .search input { width: 68%;}
    .search button { width: 15%; }
    .head-menu.head-sort { float: right; margin-right: 4px;}
    .head-menu.head-sort li { margin: 0 0 0 2px; }
    
    .content, .footer { width: 948px; }
    
    .prev-wrap { width: 316px; }
    .prev-cat .title { height: 35px; line-height: 35px; font-size: 16px; }
    .prev-cat .total { bottom: 35px; }
    
    .pages-wrap li a, .pages-wrap li span { min-width: 25px; height: 40px; line-height: 40px; }
    .bottom-sl-3 { display: inline-block; }
    .friends-list { text-align: left; }
    
    .video-block { display: table; width: 100%; }
    .player-block, .video-sls { display: table-cell; vertical-align: top; }
    .player-block { border-bottom: 0; border-right: 6px solid rgb(230,230,230); }
    .player { height: 380px; }
    .video-sls { width: 326px; padding: 6px 0 10px 0; }
    .video-sl { margin: 4px 10px 0 10px; }
    
    .footer p:first-child { float: left; }
    .footer p:last-child { float: right; }
}

@media all and (min-width:1280px) {
    .content, .head, .footer { width: 1264px; }
    .head-menu li a { padding: 0 10px; }
    .search { margin: 0 0 0 20px; max-width: 300px; }
    .search input { width: 80%;}
    .search button { width: 10%; }
    .bottom-sl-4 { display: inline-block; }
    .friend-prev-wrap, .friends-list { width: 16.666666%; }
    .player { height: 540px; }
    .video-cats { float: left; }
    .video-info { float: right; }
}

@media all and (min-width:1600px) {
    .content, .head, .footer { width: 1580px; }
    .bottom-sl-5 { display: inline-block; }
    .friend-prev-wrap { width: 12.5%; }
    .player { height: 700px; }
    .video-sl-3 { display: inline-block; }
}
.soc-icons { display: inline-block; vertical-align: top; margin: 5px 3px 0 5px; }
