/* 
    Theme Name: Vidyomax
    Theme URL: http://www.keremiya.com
    Description: Black Edition
    Author: Keremiya
    Author URI: http://www.keremiya.com
    Version: 1.4
*/

/************************************************
*	BODY					*
************************************************/
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
form {display:inline;}
a{text-decoration:none}
a{ color:#67ABDB; }
a:hover { color:#5592DF; }
h1,h2,h3,h4,h5,h6 {font-weight: normal; padding:0px; margin:0px; }
::-webkit-input-placeholder  { color:#bbbbbb; }
::-moz-placeholder { color:#bbbbbb; }
:focus {
outline: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */ color:    #777; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:    #777;  opacity:  1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #777;  opacity:  1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */   color:    #777; }

:focus::-webkit-input-placeholder { color: #999; }
:focus:-moz-placeholder { color: #999; }
:focus::-moz-placeholder { color: #999; }
:focus:-ms-input-placeholder { color: #999; }
button:focus {outline:0;}
p:empty { display: none; }

html, body { height:100%;}
body { margin: 0px auto 0px; font:12px Arial, Helvetica, sans-serif; font-weight:normal; color:#444; background: #2f2f2f; }

/************************************************
*	ARAC			*
************************************************/
.space {float:left; width:100%; margin:25px 0px 0px 0px;}
.clear {clear: both;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.hide {display:none !important;}
.show {display:block !important;}
.left { float:left; }
.right { float:right; }
.bold { font-weight:bold; }
.mg10 { margin-top:10px !important;}
.ml10 { margin-left:10px !important;}
.highlight{ font-weight:normal; color:#ddd; }
/*.toogle-menu { float:left; width:30px; height:45px; margin:5px 5px 0px 0px; background:url(images/menu-toggle-icon.png) no-repeat center; display:none; cursor:pointer; text-indent:-9999px;}*/
input.disabled, input:disabled, button:disabled { background: none repeat scroll 0% 0% rgba(255, 255, 255, 0) !important;
border-color: rgba(222, 222, 222, 0.04) !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04) inset !important;
color: rgba(51, 51, 51, 0.5) !important; cursor:not-allowed;}

.toogle-menu {
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    width: 18px;
    margin: 5px 3px 0px 0px;
    padding: 14px 7px;
    display: none;
}

.toogle-menu:active .line { background: #888; }

.toogle-menu .line {
    height: 4px;
    background: #ccc;
    margin: 3px 0px;
    display: block;
}

.order-by-form { width:auto; padding:0px; position: absolute; right: 7px; top: 5px; margin: 0px 2px 0px 0px; }

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    
    width: auto;
    max-width: 180px;
    min-width: 60px;
    padding: 10px;
    padding-right: 32px;

    margin: 0 auto;

    /* Styles */
    background: none;
    outline: none;
    cursor: pointer;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border:1px solid rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: inset 0px 17px 10px -5px rgba(183, 183, 183, 0.08);
	-moz-box-shadow: inset 0px 17px 10px -5px rgba(183, 183, 183, 0.08);
	box-shadow: 0px 17px 10px -5px rgba(183, 183, 183, 0.08) inset;
	
	
    /* Font settings */
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	text-shadow: 1px 1px rgba(23, 23, 23, 0.53);
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0px 6px 6px;
    border-style: solid;
    border-color: transparent rgba(207, 207, 207, 0.95);  
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
	z-index:9998;
	
    /* Styles */
    background: #1A1A1A;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */
	box-shadow: 0px 4px 3px 0px rgba(2, 2, 2, 0.71);
	
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #aaa;
    padding: 10px 20px;
	margin:0px 0px 0px -40px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #333;
}

.wrapper-dropdown-1 .dropdown li.actve a{  background: #232222; }


/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #fff transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
  background: #111;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: auto;
    max-width:80px;
    min-width:60px;
    margin: 10px auto;
    padding: 12px 35px 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.wrapper-dropdown-5 span {
    overflow: hidden;
    display: block;
    width: 100%;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #e7af0b transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
	z-index:9999;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
	margin:0px 0px 0px -40px;
    padding: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    background: url(images/sprite.png) no-repeat -152px -106px transparent;

}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #f1c322;
    box-shadow: none;
    border-bottom: none;
    color: #fff;
}

.wrapper-dropdown-5.active:hover {
 box-shadow: none;
 background-image:none;
}

.wrapper-dropdown-5.active:after {
    border-color: #feeda9 transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}


	
.order-by-form .option { margin:0px 0px 0px 0px; border-bottom:1px solid #fff; padding:0px 5px 0px 5px;  }

/************************************************
*	HEADER					*
************************************************/
/*#header-wrap { height:70px; margin:0px auto 0px; padding:0px; background:url(images/header-wrap.png) repeat-x; }*/
#header-wrap { 
    height:62px; 
    margin:0px auto 0px; 
    padding:0px; 
    background: #222; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,67,67,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-bottom: 8px solid #FDE040; 
    box-shadow:0 0px 6px #000;
    -moz-box-shadow:0 0px 6px #000;
    -webkit-box-shadow:0 0px 6px #000;
    position: relative;
}
#header { width:980px; height:70px; margin:0px auto 0px; padding:0px; font-family: 'Roboto', arial, sans-serif; }
#header a {text-decoration: none;}

/* Logo */
.logo { float:left; width:auto; min-width:240px; max-width:280px; height:auto; max-height:60px; margin:0px; padding:0px; overflow:hidden; }
.logo img { max-width:240px; max-height:60px; border:none; }
.logo-title { float:left; width:auto; min-width:240px; max-width:280px; height:45px; margin:0px; padding:5px 0px 0px 0px; font-size: 2em; line-height: 2em; overflow:hidden;}
.logo-title a { color:#fff; text-shadow: 0px 2px 1px rgba(84, 84, 84, 0.2);}
.logo-title span { color:#FDE040;}

/* Menu */
.h-menu { float:left; width:520px; height:70px; margin:0px; padding:0px;}
.h-menu ul { float: left; list-style: none; margin: 1px 0px 0px 0px; padding: 0px; }
.h-menu ul li { float: left; list-style: none; margin: 0px; padding: 21px 12px 19px 8px; background:url(images/nav.png) no-repeat right; position: relative; }
.h-menu ul li a { margin:0px; padding: 21px 0px 19px 0px; color:#F1C322; font-size:14px; text-transform:uppercase; text-shadow: 0px 2px 1px rgba(84, 84, 84, 0.05);}
.h-menu ul li:last-child { background: none; }
.h-menu ul li.up {float: left; list-style: none; margin: 0px; padding:0px; background:none;}
.h-menu ul li.up a{ float:left; list-style: none; margin: 0px; padding: 21px 16px 20px 8px; background:url(images/yukle-icon.png) no-repeat right;}

.h-menu ul ul { 
    float: left; 
    display: none; 
    padding:0; 
    position: absolute; 
    top: 99%; 
    margin-left:-9px;  
    z-index: 99999; 
    background:#313131; 
    color:#555555; 
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); 
    border-radius:0 0 2px 2px;
}

.h-menu ul ul ul { top:0; margin-left:97%; border-top:none; margin-top:-1px; box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.45); }

.h-menu ul ul li {background: none !important; z-index: 99999; padding: 4px; border-bottom:1px solid #444; border-top:1px solid #222; }

.h-menu ul ul a { background: none !important; height: auto !important; line-height: 1em; padding: 4px; width: 145px; display: block !important; margin-right: 0 !important; z-index: 99999; color: #F1C322!important; }
.h-menu ul ul li.current-menu-item:after{display: none;}
.h-menu ul li:hover > a,.h-menu ul :hover > a  { color:#fff;}
/*.h-menu ul li.current-menu-item a { color:#fff;}*/
/*.h-menu ul li.current-menu-item:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 5;z-index: 2; background:url(images/arrow-up.png) no-repeat right; width:35px; height:13px; padding:0px;margin:-13px 0px 0px 0px;}*/
.h-menu ul ul li:hover > a/*,   .top-nav ul ul :hover > a */{color:#fff !important; background:#222; padding: 4px 3px 4px 4px; border-right:1px solid #F1C322;  }
.h-menu ul li:hover > ul {display: block;}
.h-menu ul li:hover > ul:after {
    background: url("images/sprite.png") no-repeat -86px -1px transparent;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 20px;
    height: 12px;
    padding: 0px;
    margin: -12px 0px 0px 15px;
    border-bottom: 1px solid #313131;
}
.h-menu ul ul li:hover > ul:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #333 transparent; 
    margin:10px 0px 0px -9px;
    background-image: none;
}

.h-menu ul li.menu-item-has-children > a { padding-right:15px !important;}
.h-menu ul li.menu-item-has-children > a:after {    
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    margin-top: 5px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #e7af0b transparent;
}
.h-menu ul ul li.menu-item-has-children > a { padding-right:4px !important; border:none;}
.h-menu ul ul li.menu-item-has-children:hover > a:after { border:none;}
.h-menu ul ul li.menu-item-has-children > a:after {    
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    border: 6px solid transparent;
    border-left: 6px solid #e7af0b;
}

/* Diğer */
.user, #logged-user { float:right; height:70px; margin:0px 5px 0px 0px; padding:0px;}
.giris { float:left; margin: 0px 10px 0px 0px; padding: 21px 0px 18px 0px; font-size:14px; color:#fff; }
.kayit { float:left; margin: 0px 0px 0px 10px; padding: 21px 0px 18px 0px; font-size:14px; color:#fff; }
.profil { float:left; margin: 0px 10px 0px 0px; padding: 21px 0px 18px 0px; font-size:14px; color:#fff; }
.cikis { float:left; margin: 0px 0px 0px 10px; padding: 21px 0px 18px 0px; font-size:14px; color:#fff; }
.g-k { float:left; background:url("images/sprite.png") no-repeat -170px 0px transparent; width:2px; height:60px; margin:0px; padding:0px;}
a.giris, a.kayit, a.cikis, a.profil {color:#fff;}

.menu-user { text-align: center;}
.menu-user .giris { margin-left:10px; }
.menu-user .kayit { float:right; margin-right:10px;}
.menu-user .g-k { display:none;}

.user-head {
    width:100%; float:left; margin-top:0px; height:50px; background:none; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.46);
    position: relative;
}
.user-head .order-by-form { top:12px; }
.user-mid {
    padding:5px; width:auto; height:auto;
}
.user-avatar {
    float:left; height: 40px; width: 40px; margin-right:10px;
}
.user-avatar img { height: 100%; width: 100%; }
.user-left {
    float:left;font-size:18px;margin:0px 0px 0px 0px; width:auto; height:auto;
}
.user-left-c { float:left;height:40px }
.user-displayname { float:left;margin-right:7px; color:#fff; }
.user-social { float:left;margin:0px; }
.user-nicename { float:left;font-size:12px;margin-top:0px; }

/* Arama Formu */
/*#arama { position: relative; float:right; width:320px; height:40px; margin:-2px 0px 0px 0px; padding: 0px; background:url(images/vidyomax.png) 0px -114px no-repeat; }*/
#arama { 
position: relative;
float: right;
width: 320px;
padding: 0px;
margin:0px;
}
#arama:before { 
top: 0px;
width: 290px;
height: 0px;
border-width: 34px 13px 0px;
border-style: solid;
border-color: #FDE040 transparent;
z-index: 5;
}
#arama:after {
width: 280px;
height: 0px;
top:34px;
left:13px;
border-width: 2px 5px 0px;
border-style: solid;
border-color: #FDE040 transparent;
z-index: 5;
}
#arama:before, #arama:after, .search-wrap:after, .search-wrap:before {
position: absolute;
display: block;
content: "";
}
.search-wrap:before {
    background: rgba(87, 87, 87, 0.1);
    height:1px;
    left:17px;
    top:36px;
    width: 288px;
}
.search-wrap:after {
    background: rgba(87, 87, 87, 0.1);
    height:1px;
    width:282px;
    left:20px;
    top:37px;
}

.search-wrap { position: absolute; margin:-2px 0px 0px -3px; z-index: 6; width:100%;}
#arama #s { float:left; background: url("images/sprite.png") no-repeat 0px -72px transparent; margin: 0px 0px 0px 15px; padding:7px 7px 8px 35px; width:152px; overflow: hidden; border:none; color:#292929; font-family: 'Roboto', arial, sans-serif;}
#aramabuton { float:left; background: url("images/sprite.png") no-repeat -69px -38px transparent; width:96px; margin: 0px 0px 0px 3px; padding:5px 7px 8px 0px; border:none; cursor:pointer; font-size: 14px; font-weight:bold; font-family: 'Roboto', arial, sans-serif; color:#fff; text-transform: uppercase;}
#aramabuton:hover { }
#arama #s:-moz-placeholder:focus {color:#ccc;}
#arama #hopla { float:left; color:#fff; cursor:pointer; width:10px; background:url(images/cursor_small.png) no-repeat top; text-indent:-9999px; display:block;}
#arama #hopla:hover {background: #f0f0f0 url(images/cursor_small.png) no-repeat top;}

#search_home { margin:45px 0 0 22px;}
#search_home .arrowup {background:url(images/arrow-up.png) no-repeat right; width:35px; height:13px; padding:0px;margin:-13px 0px 0px 0px;}
#search_result {position:absolute;z-index:44003;background:#fff;border:1px solid #C1C1C1;color:#555555;width:278px;padding:0px;margin:0px;height:auto;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);border-radius:0 0 2px 2px;}
#search_result ul { float:left; margin:0px; padding:0px; width:100%;}
#search_result ul li {  }
#search_result ul li a { display:block; height:15px; margin:0px; padding:4px 8px; overflow:hidden; line-height: 18px; font-size: 13px }
#search_result ul li:hover { background:#f0f0f0; }
#search_result ul li a {cursor:pointer;color:#474747;}
#search_result ul li a span { font-weight:normal; color:#888; }
.search-result-border { border-top:1px solid #f0f0f0;height:1px;width:100%;float:left; }

/* bilesen */
.tagcloud { text-align:center; padding:4px; }
.tagcloud a { color: #333;}


/************************************************
*	CONTENT				* box-shadow:0px 0px 10px 1px #D3D3D3; *
************************************************/
#content-wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -108px; padding:0px; }
#content { width:980px; height:auto; margin:0px auto 0px; padding:0px; }
#content-wrap:after {
  content: "";
  display: block;
  height:108px;
}

#video { float:left; width:660px; height:auto; margin:10px 0px 20px 0px; padding:0px 0px 0px 0px; }

.video-content { float:left; width:631px; border: 3px double #2D2D2D; height:auto; margin:10px 0px 15px 0px; padding:0px 0px 0px 0px; background:#191919; color:#939393; border-top-left-radius: 6px; border-top-right-radius: 6px;}
.video-content .top { min-height:36px; padding:0px; margin: 0px; background: #1D1D1D; border-top-right-radius:6px; border-top-left-radius:6px; border: none; box-shadow: none; font-size:14px; font-weight:bold; color:#fff; text-shadow:1px 1px #111; font-family: 'Roboto', arial, sans-serif;}
.video-content .fix { padding:12px 10px; position: relative;}
.video-content .top a {}
.video-content .space { float:left; width:100%; height:35px; margin:0px 0px -23px 0px; padding:0px; background:none; }
.video-content .ok { float:left; width:36px; height:30px; margin:-2px 0px 0px 15px; padding:0px; background:url(images/content-ok.png) no-repeat; }
.video-content .tumu { float:right; width:auto; margin:1px 2px 0 0; padding:0px; color:#999; font-size:13px; font-weight:normal;text-shadow:1px 1px #333;}
.video-content .tumu .icon {background:url(images/tumu-ico.png) 0px 11px; width:11px; height:11px; margin:3px 0px 0px 6px; float:right; }
.video-content  h1{ font-size:14px; font-weight:bold; color:#fff; text-shadow:0px -1px #666; }
.video-content  iframe, .video-content object, .video-content embed { width:611px; }
.video-content .show-video  { padding:13px;}
.video-content .show-video iframe, .video-content .show-video object, .video-content .show-video embed { width:400px; }

.video-content input, .video-content textarea {
	color: #aaa;
	font-size: 13px;
	border: 1px solid #0F0F0F;
	width: 97.5%;
	padding: 3px;
	margin-bottom: 10px;
	background:#262424;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.03);
	border-radius:2px;
}
.video-content input[type=submit]:hover {cursor:pointer; }
.video-content #bgn input { font-size:18px; color:#666;}
.video-content input:focus, .video-content textarea:focus { border:1px solid #1C62B9; }


/*.single { background:#f9f9f9; }*/
.video-container {position: relative; margin:0px 0px 8px 0px; padding:0px; width:100%; height:auto;}
.video-container iframe, .video-embed object { width: 100%;}
.video-container p { margin: 9px; }

.embed-container { position: relative; padding-bottom: 48.25%; height: 0; height: auto; margin:0px -1px 6px; background: #242424; box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 100px 30px inset} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

.embed-container .jwplayer {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.wp-video-container { margin-bottom: 5px; }
.mejs-offscreen { display: none !important; }
.mejs-container { clear:none !important; }
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #FDE040 !important;
}


#ekleyen-uye-bilgi { font-size:11px; color:#717171; margin:1px 0px 7px 0px; }
#video-konu-aciklamasi { margin:1px 0px 7px 0px; }
.video-tarih { color:#818181; }

.description { float:left; width:97%; margin:0px 0px 2px 10px; padding:0px; font-size:13px; font-family:sans-serif; color:#bbb; line-height:18px;}
.description a { color:#fff; text-decoration:none; }

.description-text{ width:64%; height:47px; overflow:hidden; margin:-15px 0 0 0; padding:0px;}
.description.expanded .description-text{height:auto;}

.video-aciklama-ekstra {display:none;}
.video-aciklama-ekstra.expanded {display:inline; font-size:12px; margin:0px; padding:0px;}
.video-aciklama-ekstra a {font-size:12px;} .video-aciklama-ekstra a:hover { text-decoration:underline; }
.video-aciklama-ekstra p {margin:0px 0px 5px 0px;} p.ekstra-etiket {margin:0px 0px 0px 0px;}
.video-aciklama-ekstra h4 {margin:0px;}

.description .showhide{float:left; border:none; cursor:pointer; font-size:12px; padding:0px; height:10px; margin:-13px 0 0px -10px; bottom:0; width:630px;}
.description .showhide span { background:#212121; padding:5px; margin:-1px 0 0 42%; border-style: solid; border-width:1px 1px 2px; border-color: #1E1E1E #2A2525 #121212; border-bottom-left-radius:4px; border-bottom-right-radius:4px;}
.description .showhide-text{ float:left; }

.showhide-background{background:url(images/show.png) no-repeat; float:left; border:none; padding:0px; height:45px; margin:-18px 0 0 -10px; padding:0px; bottom:0; width:630px;}


.views { float:right; margin:10px 12px 0px 0px; padding:0px; font-size: 18px;line-height: 24px;color: #ddd;font-family: arial,sans-serif; }
/* Sector Oy sonuc */
.bigbar {float:right; width:25%; margin:1px 0px 0px 0px; padding-right:1px;}
.bigGreenBar {float:left;background:#75A503;height:4px;}
.bigRedBar {float:left;background:#c84848;height:4px;}
.bigSonuc {font-size:11px; font-weight:bold; text-align:right; float:right; font-family: arial, sans-serif; font-weight:normal; color:#888; margin:6px 0 0 0; padding:0px;}
.bigborder {border: 2px solid #000; height:4px; border-radius:3px; width:100%;}

.biglikes {float:left;margin-right:7px;}
.bigdislikes {float:left;}

/************************************************
*	VIDEO LISTE			*
************************************************/
.video { 
float:left; 
width:197px;
max-height:199px;
margin:0px 0px 10px 8.6px; 
padding-bottom:5px; 
background:#1D1D1D; 
border:1px solid #232222;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-box-shadow: inset 0px 0px 11px 5px rgba(224,224,224,0.3);
-moz-box-shadow: inset 0px 0px 11px 5px rgba(224,224,224,0.3);
box-shadow: 0px 0px 3px rgba(24, 24, 24, 0.25) inset;
font-family: 'Roboto', arial, sans-serif;
}
.video:hover { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45), 0px 0px 3px #121212 inset;; }
.video:hover a { }
.video .fixwidth { width:177px; position: relative; }
.video .izimg { width:100%; height:111px; margin:10px 10px 0px 10px; padding:0px; overflow:hidden; border:none; border-radius:6px;}
.video .izimg img { width:100%; height:111px; border:none;}
.video .title { margin:2px 0px 0px 10px; width:100%; height:50px; overflow:hidden; padding:0px; font-size:13px; color:#6F6F6F; font-weight:normal;}
.video a { color:#D3D3D3; }
.video .ek { float:left; width:85px; height:15px; overflow:hidden; margin:2px 0px 0px 10px; padding:0px; color: #999; font-size:11px;}
.video .iz { float:right; margin:2px 10px 0px 0px; padding:0px; opacity: 0.6; color: #ddd; font-size:11px;}
.video .img { position:absolute; width:100%; height:111px; margin:10px 10px 0px 10px;  padding:0px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45) inset, 0px 1px 0px rgba(42, 42, 42, 0.74); border-color: #888888 #AAAAAA #CCCCCC; border-radius:4px;}
.video .duration { position:absolute; width:auto; right:0; margin:104px 0px 0px 0px; padding:0px 4px 0px 4px; background:#222; color:#fff; font:11px arial; font-weight:bold; border-radius:3px; opacity:0.9; filter:alpha(opacity=90);}

.video .cright .iz { margin-right: -10px }

.video.c2 { width:301px;}
.video.c2 .title { margin-top:5px;}
.video.c2 .fixwidth { width:281px; }
.video.c2 .izimg { height:163px; }
.video.c2 .img { height:163px;}
.video.c2 .duration { margin:150px 0px 0px 248px; }

.video.c1 { width:97.1%; box-shadow: 0px 0px 3px rgba(24, 24, 24, 0.25) inset; border-color: #232222; background: #1D1D1D;}
.video.c1 .fixwidth { float:left; width:177px; }
.video.c1 .izimg { }
.video.c1 .img { }
.video.c1 .duration { }
.video.c1 .fixwidthc1 { float:left; width:66%; height:100px; margin:0px 0px 0px 20px; }
.video.c1 .title { display:block; height:auto; margin:10px 0px 8px 0px; font-size:14px;}
.video.c1 .author { float:none; display:block; margin:-4px 0px 0px 0px; color: #575757;}
.video.c1 .author strong { font-weight:normal; color: #454545;}
.video.c1 p { margin-top:5px; overflow:hidden; max-height: 32px;}
.video.c1 .ek { float:left; margin:5px 0px 0px 20px; width:auto; }
.video.c1 .iz {  margin:5px 10px 0px 0px; width:auto;}

.video.scroll { width:187px; }
.video.scroll .fixwidth { width:167px; }
.video.scroll .img {}
.video.scroll .duration { margin-left:138px; }

/* Slider */
#slider { margin-bottom:15px; width:630px }
#slider a { margin:0px; }
#slider .slid { position:relative; width:100%; height:200px; box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.65); }
#slider .slid img{ width:100%; height:200px; }
#slider .slid .it { position:absolute; top:160px; background:#333; width:100%; height:40px; opacity:0.5; filter:alpha(opacity=60);}
#slider .slid .it span.a { float:left; color:#fff; font-size:16px; padding:8px 5px 5px 5px;}
#slider .slid:hover { box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.75); }

/************************************************
*	SIDEBAR				*
************************************************/
#sidebar { float:right; width:320px; height:auto; margin:53px 0px 0px 0px; padding:0px 0px 0px 0px; }
.sidebar-content { float:left; width:100%; height:auto; font-size:14px; border: 3px double rgb(45, 45, 45); margin:0px 0px 16px 0px; padding:0px 0px 0px 0px; background:#191919; color:#aaa; font-family: 'Roboto', arial, sans-serif; border-top-left-radius: 6px;border-top-right-radius: 6px;}
.sidebar-content .top { width:100%; margin:0px; background:#1E1E1E;font-size:14px; font-weight:bold; color:#FFF; border: none;box-shadow: none;text-shadow:none; }
.sidebar-content .top .fix { padding:12px 10px 10px;}
.sidebar-content .space { width:100%; height:35px; margin:0px 0px -32px 0px; padding:0px; background:none; }
.sidebar-content .tumu { float:right; width:auto; margin:1px 2px 0 0; padding:0px; color:#BF9C34; font-size:13px; font-weight:normal;}
.sidebar-content .tumu .icon {background:url(images/tumu-ico.png) 0px 0px; width:11px; height:11px; margin:3px 0px 0px 6px; float:right;}

.sidebar-content ul {float: left; list-style: none; margin: 3px 0px 0px 2px; padding: 0px 2px 5px 2px; }
.sidebar-content ul li  { float: left; margin:0px; padding:0px; }
.sidebar-content ul li a { float: left; background: url(images/sprite.png) no-repeat -152px -112px transparent; width:130px; height:17px; color:#eee; text-decoration:none; margin: 4px 2px 3px 2px; padding: 3px 6px 4px 14px; overflow:hidden; line-height: 19px;}
.sidebar-content ul li a:hover { color:#fff; text-decoration:none; background: url(images/sprite.png) no-repeat 0px -107px transparent;}
.sidebar-content ul.children {float: left;margin:0;padding:0;}
.sidebar-content ul li.active { border-radius: 4px;}
.sidebar-content ul li.active a { }

.sidebar-content ul.has-avatar {
    float:none;
    margin: 0px;
}

.sidebar-content ul.has-avatar li {
	width:100%;
	border-bottom: 1px solid #222;
}
.sidebar-content ul.has-avatar li:last-child { border-bottom: none;}
.sidebar-content ul.has-avatar  li a {
	width:100%;
	height:auto;
	background:none;
	overflow:none;
	margin:0px;
	padding:0px;
    color: #f0f0f0;
}
.sidebar-content ul.has-avatar  li a:hover { background:none;}
.sidebar-content ul.has-avatar .avatar {
	float:left;
	text-align:center;
	padding:0px;
	margin:5px 0px 5px 8px;
	border:1px solid #fff;
	box-shadow:none;
	width:auto;
}
.sidebar-content ul.has-avatar .data { 
	float:left;
	width:75%;
	padding:0px 5px 0px 11px;
}
.sidebar-content ul.has-avatar .data .author { float:left; font-size:13px; margin:5px 5px 0px 0px; }
.sidebar-content ul.has-avatar .data .date { float:left; font-size:11px; color:#777; margin:8px 5px 0px 0px;}
.sidebar-content ul.has-avatar .data .author a {  }

.sidebar-content ul.has-avatar .data p{
	font-size:12px;
	margin-top:5px;
    word-wrap:break-word;

}

.sidebar-reklam { float:left; width:320px; min-height:60px; height:auto; font-size:14px; border:1px solid #E5E8E9; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; background:#fff; color:#454545; font-family: 'Roboto', arial, sans-serif; }
.sidebar-reklam .space { width:300px; height:auto; margin:1px 0px 0px 0px; padding:9px 10px 9px 10px; background:url(images/content-space.png) repeat-x; }

/* Sidebar Video Listesi */

.sidebar-content .video { 
	float:left; 
	width:300px; 
	height:85px; 
	margin:5px 0px 5px 10px; 
	padding:0px;
	border:0px;
	background:none;
	box-shadow:none;
}
.sidebar-content .video:hover { float:left; padding:3px 0px 0px 3px; margin:2px 0px 5px 7px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25); border-radius:5px; background:rgba(249, 249, 249, 0.05);}
.sidebar-content .video:hover a { }
.sidebar-content .video .izimg { float:left; position: relative; width:146px; height:82px; margin:0px 7px 0px 0px; padding:0px; overflow:hidden; border:none; border-radius:6px;}
.sidebar-content .video .izimg img { width:146px; height:82px; border:none;}
.sidebar-content .video .title { float:left; margin:0px; width:145px; display: block; line-height: 1.2; height:auto; max-height: 2.4em; margin-bottom: 2px; padding:0px; font-size:13px; overflow:hidden;}
.sidebar-content .video a { text-decoration:none; color:#ccc; font-size: 13px; font-weight: normal; }
.sidebar-content .video a:hover { }
.sidebar-content .video .ek { float:left; background:none; width:143px; height:auto; max-height: 2.4em; margin:0px; padding:0px; color: #777; font-size:11px; overflow:hidden;}
.sidebar-content .video .iz { float:left; background:none; width:143px; margin:2px 0px 0px 0px; padding:0px; color: #ccc; font-size: 11px; overflow:hidden;}
.sidebar-content .video .img { position:absolute; width:146px; height:82px; margin:0px 0px 0px 0px;  padding:0px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45) inset, 0px 1px 0px #171717;border-color: #888888 #AAAAAA #CCCCCC;border-radius:4px;}
.sidebar-content .video .duration { position:absolute; width:auto; right:5px; margin:65px 0px 0px 0px; padding:0px 4px 0px 4px; background:#222; color:#fff; font:11px arial; font-weight:bold; border-radius:3px; opacity:0.8; filter:alpha(opacity=80);}

.sidebar-content .widget-header { width:296px; height:42px; padding:12px 12px 0px 14px; margin:-12px 0px -11px -1px; background:url(images/sidebar-top.png) no-repeat; font-size:14px; font-weight:bold; color:#856307; text-shadow:1px 1px #FFF7DB; }
.sidebar-content .textwidget { padding:12px;}
.sidebar-content .social { float:right; }

.widget_recent_entries ul li a { width:auto; }
.widget_recent_entries ul li a:hover { width:auto; background:url(images/sidebar-icon.png) no-repeat left; color:#242424; }

#calendar_wrap { float:left; width:100%;}
#calendar_wrap caption { margin:3px 0px;}
#calendar_wrap table { margin-bottom:0px; }
#calendar_wrap a { font-weight: bold;}

.sidebar-content label.screen-reader-text { display:none;}
.sidebar-content #searchform #searchsubmit {
    width:20%;
    float:right;
    background: url(images/sidebar-top.png) no-repeat center center transparent;
    border: 1px solid #E6BC44;
    margin: 5px 10px 10px 0px;
    padding: 6px 8px 7px 8px;
    border-radius: 4px;
    font: bold 14px arial;
    color: #856307;
    text-shadow: 1px 1px #FDF6DD;
    cursor: pointer;
}
.sidebar-content #searchform #searchsubmit:hover { box-shadow: rgba(255, 255, 255, 0.60) 0 1px 6px inset, white 0 1px 0; }
.sidebar-content #searchform #searchsubmit:focus {box-shadow: rgba(0, 0, 0, 0.10) 0 1px 2px inset, white 0 1px 0;}
.sidebar-content #searchform input[type=text] { 
    color: #555555;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    width: 69%;
    margin:5px 0px 10px 10px;
    padding: 7px 3px 7px 3px;
    background:#FBFBFB;
    box-shadow: rgba(0, 0, 0, 0.10) 0 1px 2px inset, white 0 1px 0;
    border-radius:4px;
}
.sidebar-content #searchform input:focus { border:1px solid #ccc; }

.sidebar-content.widget_categories #cat {
    width: 100%;
    padding: 8px 5px;
    display: block;
    width: 100%;
    background: #242424;
    border: none;
    color: #fff;
    position: relative;
}

.sidebar-content ul#recentcomments li { 
    border-bottom: 1px solid #ddd;
    padding: 5px 5px;
}
.sidebar-content ul#recentcomments li:last-child { border: 0; }
.sidebar-content li.recentcomments a, .sidebar-content li.recentcomments a:hover {
    float:none;
    background: none;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.sidebar-content li.recentcomments a:hover {
    color: #5592DF;
}

/************************************************
*	AUTHOR				*
************************************************/

.au {padding:10px 10px 10px 9px;font-size:12px; }
.au .bd { width:100%;float:left; background:rgba(255, 255, 255, 0.05);border:1px solid rgba(223, 223, 223, 0);border-radius:5px; margin:5px 0px 10px 0px;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10); }
.au .bd:hover { border:1px solid #ccc;}
.au .ad { background:#f0f0f0; padding:5px;margin:0px 0px -3px 0px; }
.au .ad a { color:rgba(240, 240, 240, 0.03); }
.au .pd { padding:0px 5px 0px 5px; }

/************************************************
*	FOOTER					*
************************************************/
/*#footer-wrap { min-height:180px; width: 100%; margin:0px auto 0px; padding: 0px; background:#0E0E0E url(images/footer-wrap.png) repeat-x; }*/
#footer-wrap {
    height:auto;
    width: 100%; 
    margin:0px auto 0px; 
    padding: 0px;
    background: #2A2A2A; /* Old browsers */
    background: -moz-linear-gradient(top, #2A2A2A 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A2A2A), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2A2A2A 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2A2A2A 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2A2A2A 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2A2A2A) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-top: 8px solid #FDE040; 
    box-shadow: none;
}

#footer { width:980px; height:100px; margin:0px auto 0px; color:#999; padding:0px; font-family: 'Roboto', arial, sans-serif; position: relative; overflow: hidden; }
#footer a { color: #fff;}
.footer-left { float:left; min-width:18%; max-width: 22%; height: 100%; margin:0px 0px 0px 0px; padding:0px; padding-right: 0px; color:#A1A0A0; }
.footer-logo { width:81%; height:60px; margin:20px 0px 0px 0px; padding:0px; text-align:center; overflow:hidden;}
.footer-logo img { border:none;}

#footer .logo-title { float:left; text-align: center; width:100%; min-width: 100%; margin-top: 0px; }
#footer .logo {text-align: center;}

.left-menu { float:left; width:100%; text-align:center; margin:1px 0px 0px 0px;}
.left-menu ul { height:16px; overflow: hidden; }
.left-menu a { color:#A1A0A0 }
.left-menu p.haklar { margin:1px 0px 0px 0px; color:#8A8A8A; font-size:11px;}

.footer-mid { float:right; min-width:76%; max-width:76%; margin:0px; padding:0px; height:100%; background: url(images/footer-left.png) no-repeat left center; }
.footer-mid .up { float:left; margin:65px 0px 0px 0px; background:url(images/up.png) no-repeat; width:185px; height:44px; border:none; text-indent:-9999px; }

.mid-menu {
    float:right;
    margin:25px 0px 0px 5px;
}

.mid-menu ul {
    text-align: right;
}

.footer-social {
    margin:0px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.19);;
    border-radius: 4px;
    box-shadow: 0px 3px 4px 0px rgba(10, 10, 10, 0.04);
    position:absolute; 
    bottom:10px;
    right: 0;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    display: block;
}
#footer ul ul { display: none}
#footer ul li {
    display: inline-block;
    list-style: none;
    margin:0px;
    padding:0px;
    font-size:13px;
    color:#f0f0f0;
}

#footer ul li a { color:#f0f0f0; }

#footer ul li:after { content: "-";margin:0px 6px; }
#footer ul li:last-child:after { display: none;}

/************************************************
*	Web İcon				*
************************************************/
.fb-icon { float:left; background:url(images/social/facebook.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }
.tw-icon { float:left; background:url(images/social/twitter.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }
.gp-icon { float:left; background:url(images/social/google-plus.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }
.in-icon { float:left; background:url(images/social/linkedin.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }
.st-icon { float:left; background:url(images/social/share-this.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }
.rss-icon { float:left; background:url(images/social/rss.png) no-repeat; width:64px; height:64px; margin:5px; padding:0; border:0; }

.fb-icon-32 { float:left; background:url(images/social/facebook-32.png) no-repeat; width:32px; height:32px; margin:5px; padding:0; border:0; }
.tw-icon-32 { float:left; background:url(images/social/twitter-32.png) no-repeat; width:32px; height:32px; margin:5px; padding:0; border:0; }
.gp-icon-32 { float:left; background:url(images/social/google-plus-32.png) no-repeat; width:32px; height:32px; margin:5px; padding:0; border:0; }
.yt-icon-32 { float:left; background:url(images/social/you-tube-32.png) no-repeat; width:32px; height:32px; margin:5px; padding:0; border:0; }
.vm-icon-32 { float:left; background:url(images/social/vimeo-32.png) no-repeat; width:32px; height:32px; margin:5px; padding:0; border:0; }
.rss-icon-32 { float:left; background:url(images/social/rss-32.png) no-repeat; width:32px; height:32px; margin-left:5px; padding:0; border:0; }

.icon-24 { background-size: 24px !important; width:24px; height:24px; margin:0px 2px 0px 0px;}
.icon-18 { background-size: 18px !important; width:18px; height:18px; margin:2px 2px 0px 0px;}

.sidesocial { float:left; margin:6px 0px 0px 4px;}
.sidesocial .fb-icon, .sidesocial .gp-icon, .sidesocial .tw-icon { width:86px; padding:5px; margin:0px 2px 8px 5px; height:18px; text-align: center; color: #fff; border-radius:3px; text-shadow:0px 1px 3px rgba(17, 17, 17, 0.19); }
.sidesocial .fb-icon { background:#4360A1; }
.sidesocial .tw-icon { background:#6DCDFA; }
.sidesocial .gp-icon { background:#E34D49; }

/************************************************
*	Single icon and bar				*
************************************************/
.video-bar { margin:0px 0px 0px 9px; padding:0px; width:auto; }

.video-pulu { float:left; max-width:150px; background:#292727; margin:3px 5px 5px 0px; padding:6px 5px 6px 5px; font-family: sans-serif; color:#CECECE; text-shadow: 0px 1px #121212; font-size:12px; font-weight:bold; border-width:1px 1px 2px; border-style: solid; border-color: #313133 #2D2D2D #333; border-radius:6px;}
.video-pulu:hover { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.82), 0px 0px 3px #393939 inset; border-color: #444 #3F3F3F #4A4A4A;}

@-moz-document url-prefix() {
button.video-pulu { padding:5px 2px 5px 2px; }
}

a.video-pulu {text-decoration:none; color:#575757}

.video-pulu .kategori { background:url(images/cat-icon.png) left no-repeat; padding-left:20px;}
.video-pulu .paylas { float:left; background:url("images/icon/share-16-trans.png") left no-repeat; padding-left:18px;}

.begen { background:url("images/icon/like-16.png") left no-repeat; padding-left:18px;}
.begenme { background:url("images/icon/dislike-16.png") left no-repeat; padding-left:17px; }
.bigdislikes.begenme { padding-left: 19px; }
.fixdis { width:0px; padding-top: 2px; margin-bottom: -2px; overflow: hidden; float:left; }
.count{ background:url(images/views-count.png) right no-repeat; padding-right:20px; color:#D1D1D1;}

.video-pulu .takip { background:url(images/icon-takip.png) left no-repeat; padding-left:19px;}
.video-pulu .takip-ok { background:url(images/icon-takip-ok.png) left no-repeat; padding-left:19px;}
.video-pulu .takip-ok:hover { background:url(images/icon-takip-no.png) left no-repeat; padding-left:19px;}
.video-pulu .takip-no { background:url(images/icon-takip-no.png) left no-repeat; padding-left:19px;}

.video-pulu .favori { background:url(images/favori-icon.png) left no-repeat; padding-left:19px;}
.video-pulu .favori-ok, .video-pulu .favori-no { background:url(images/favori-icon.png) left no-repeat; padding-left:19px;}

.video-pulu .load { background:url(images/ajax-loader.gif) left no-repeat; padding-left:19px; margin-left:0px; }


.facebook-pay { float:right; margin:3px 0 5px 5px; background:url(images/facebook_paylas.png) no-repeat; width:144px; height:27px; border-bottom:1px solid #1F2E50; border-radius:4px;}
.tamla { float:right; margin:-15px 0px 0px 9px; }
.south { border-top-right-radius:0px; border-bottom-right-radius:0px; margin:-15px 0px 0px 0px; }
.west { border-top-left-radius:0px; border-bottom-left-radius:0px; border-left:1px solid #fff; margin:-15px 0px 0px 0px; }
.bir { border-top-right-radius:0px; border-bottom-right-radius:0px; margin:3px 0px 5px 0px;}
.lestir { border-top-left-radius:0px; border-bottom-left-radius:0px; border-left:1px solid #272727; margin:3px 5px 5px 0px;}

/* tisy */
.tipsy { padding: 5px; position: absolute; z-index: 100000; font-family: sans-serif;}
.tipsy-inner { font-size: 11px; color: #EFF0F1; text-shadow: 0 0 2px #000; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.25); background-color: rgb(25,25,25); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px;box-shadow: 0 0 3px #555;}
.tipsy-arrow { position: absolute; background: url(images/tipsy.gif) no-repeat top left; width: 9px; height: 5px;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left;}
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px;}
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
a.tooltip { text-decoration:none; }

/* Susam */
.pointer { cursor:pointer; }
#bgn { display:none; background:#1D1D1D; border:1px solid; border-color: #232121 #1E1C1C #1E1D1D; box-shadow: 0px 0px 3px 0px #000; border-radius:4px; margin:5px 0px 2px 9px; padding:8px 5px 8px 5px; width:95%; height:auto; float:left;}
.load { background:url(images/icon/ajax-loader-black.gif) left no-repeat; height:16px; margin:-2px 0 0px 5px; padding:2px 0 0 20px; }
.loader { background:url(images/icon/loading.gif) left no-repeat; height:36px; margin:0px 0 0px 5px; padding:10px 0 10px 36px; }
.uyari:before { 
    content: "!";
    margin: 0px 5px 0px 0px;
    padding: 0px 6px;
    border-radius: 8px;
    background: none repeat scroll 0% 0% #EF745C;
    border: 1px solid #EA765B;
    box-shadow: 0px 0px 0px 1px #F1A79A inset;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
}
.uyari a { font-weight:bold; text-decoration:none; font-family:sans-serif; color:#67ABDB;}
.x { float:right;margin: -10px -1px 0px 0px;padding: 3px 3px;padding:3px 0px 3px 0px; font-size:12px;font-weight:bold;}

/* buton class */
.video-pulu.active, .video-pulu.active:hover, .video-pulu:active, .video-pulu:focus, #respond .form-submit input:active, #sideleft .active  {
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, #C8C8C8 0%, #E6E6E6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8C8C8), color-stop(100%,#E6E6E6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C8C8C8 0%,#E6E6E6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C8C8C8 0%,#E6E6E6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C8C8C8 0%,#E6E6E6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #C8C8C8 0%,#E6E6E6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25) inset, 0px 1px 0px #606060;
    border-color: #888 #AAA #CCC;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.58);
    color: #424141;
}

.centery { margin-top:0px; color:#fae396; text-align:center; }
.centerx { margin-top:0px; color:#f88989; text-align:center; }
.f28 { font-size:28px; display:block; }
.f16 { font-size:16px;display:block;margin-bottom:20px; }
.cb {padding:5px; width:auto; font-size:16px; font-weight:bold;}
.cb.yellow { background:#eac351; text-shadow:1px 1px #a87373; color:#fff; }
.cb.red { background:#f89595; text-shadow:1px 1px #a87373; color:#fff; }
.cb.red:hover, .cb.yellow:hover { box-shadow:0px 0px 8px #777;}
.cb.red:active, .cb.yellow:active { box-shadow:0px 0px 8px #333;}

.post-password-form { margin-top:80px; text-align:center; }
.post-password-form label { display:block;}

.post-password-form input { width:300px;}



/************************************************
*	YORUM 				*
************************************************/
#comments { clear: both; padding:10px 10px 0px 10px;}
#comments .navigation { padding: 0 0 18px 0; }
#disqus_thread { padding: 20px 10px 10px 10px; clear: both; }

h4#comments-title { color: #616161; font-size: 12px; margin-bottom: 0; padding: 4px 0; font-weight:bold; border-bottom:1px solid #232222; }

.commentlist { list-style: none; margin: 0px 0px 0px 0px; padding:0px; float:left; width:100%; }
.commentlist li.comment { line-height: 16px; margin:5px 0px 5px 0px; height:auto; padding:0px; width:100%; float:left; }

#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 0px; }
#comments .comment-body p:last-child { margin-bottom: 0px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }

#comment-user { color:#777; font-size:12px; font-weight:bold; margin:0px; padding:0px; float:left; }
#comment-user  a{ color:#3190E1; font-size:12px; font-weight:bold; margin:0px; padding:0px; float:left; }
#comment-age { color:#666; font-size:11px; margin:0px 0px 0px 5px; padding:0px; float:left; font-style: italic;}
.comment-awaiting-moderation {clear:both; margin:0;}

.reply { font-size: 11px; font-style:italic; padding: 5px 0 10px 0; float:left; border-bottom: 1px solid #1E1E1E; width:100%;}
.reply a, a.comment-edit-link { color: #999999; }
.reply a:hover, a.comment-edit-link:hover { color: #2E9FFF; }
.commentlist li:last-child .reply { border:none; }

.depth-1 { background: none; }
.comment-body { margin:0px; padding:0px; word-wrap:break-word;}
.commentlist ol { list-style: decimal; }
.commentlist .avatar { top: 4px; left: 0; }

.comment-author {  margin:0px 0px -11px 0px; padding:0px;}
.comment-author cite { color: #000; font-style: normal; font-weight: bold; }
.comment-author .says { font-style: italic; }

.comment-meta { float:left; width:92%; font-size: 13px; margin:0px; padding:0px; color:#888;}
.comment-meta a:link, .comment-meta a:visited { color: #888; text-decoration: none; }
.comment-meta a:active, .comment-meta a:hover { color: #ff4b33; }
.commentlist .even {}
.commentlist .bypostauthor {}

.commentlist .children { list-style: none; margin: 0px 0px 0px 0px; }
.commentlist .children li { border: none; margin: 10px 0px 0px 0px; }
.nopassword, .nocomments { display: none; }

#comments .pingback { border-bottom: 1px solid #e7e7e7; margin-bottom: 18px; padding-bottom: 18px; }

.commentlist li.comment+li.pingback { margin-top: -6px; }

#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url {font-size: 13px; font-style: italic;}

/* Comments form */
#respond { float:left; margin: 8px 0px 15px 0; width:100%; padding:0px;}
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
#respond .closed { 
background: rgba(249, 249, 249, 0.05);
    border: 1px solid rgba(245, 245, 245, 0.07);
    padding: 10px;
    color: rgb(136, 136, 136);
}

.form-allowed-tags { line-height: 1em; }
.children #respond {  }

#reply-title { margin: 25px 0; }

#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }

#cancel-comment-reply-link {float:right;}
#cancel-comment-reply-link a { position:absolute; margin:5px 0px 0px -17px; z-index:3px; font: 12px Helvetica; font-weight: bold; line-height: 12px; color:#888}

#respond .required {color: #ff4b33;font-weight: bold;}

#respond label {color: #888;font-size: 12px;}

/*#respond input {margin: 0 0 9px;width: 98%;color:#717171;font-weight:normal;background:#FAFAFA;box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px inset, white 0 1px 0; border:1px solid; border-color: #ADB1B6 #ADB1B6 #AFB3B8 #ADB1B6; border-radius:4px;}
#respond textarea {width: 98%; color:#717171;font-size:12px;background:#FAFAFA;box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px inset, white 0 1px 0; border:1px solid; border-color: #ADB1B6 #ADB1B6 #AFB3B8 #ADB1B6; border-radius:4px;}
.donot { width:%80;}*/

textarea#comment:focus, input#author:focus, input#email:focus { color:rgb(135, 135, 135); background:#262424; border:1px solid #000;}

#respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code {font-size: 11px;}



#respond .form-submit {}
input#submit{ float:right; width:18%; margin:5px 1px 0px 0px; padding:4px 10px 4px 10px; background-color: rgba(227, 228, 231, 0.8); font:13px arial; color: #555;  border-color:#ABAEB3; cursor:pointer;}
input#submit:hover { -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, white 0 0 3px inset; -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, white 0 0 3px inset; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, white 0 0 3px inset; border-color: #bbbbbb #bbbbbb #AFAFAF;}

.children .bi-avatar { }
.bi-avatar { float:left; width:6%; height:auto; max-height: 40px; }
.bi-avatar img { width:80%; height:90%; border: 2px solid #000; border-radius: 4px;}
#commentform { float:left; width:94%;}

textarea#comment { padding:8px; height:22px; margin:0; font:13px arial; color:#333; background-color:#262424; box-shadow: 0px 2px 3px rgba(56, 31, 31, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.04); }
input#author { float:left; width:32%; padding:5px 10px 5px 10px; margin:5px 8px 0 0px; color:#333; font:13px arial;  background-color:#262424; box-shadow: 0px 2px 3px rgba(56, 31, 31, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);}
input#email { float:left; width:32%; padding:5px 10px 5px 10px; margin:5px 0 0 0px; color:#333; font:13px arial;  background-color:#262424; box-shadow: 0px 2px 3px rgba(56, 31, 31, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.04); }

.comment-w104 {}
.yorum-kapat {display:none;}

/* Facebook Yorum */
#fb-comment { float:left; margin:25px 0px 0px 5px; }
#fb-comment .wrap {margin-left:20px;}

/************************************************
*	PAGENAVI				*
************************************************/

.pagenavi {
    margin: 0px;
    width: 100%;
    padding: 5px 0px;
    float:left;
    background: rgba(249, 249, 249, 0.03);
	border-top:1px solid rgba(240, 240, 240, 0.05);
    text-align: center;
    position: relative;
    height:36px;
}

.pagenavi .pagenavi-orta { width:auto; padding-top: 9px; position: absolute; margin-left: auto; margin-right: auto;left: 0;right: 0; z-index: 43;}

.pagenavi a {
    padding: 5px 7px 6px 7px;
    margin: 3px;
    text-decoration: none;
    color: #666;
	border-radius:4px;
	box-shadow: 0px 0px 3px rgba(8, 8, 8, 0.45);
}

.pagenavi a:hover {
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgba(44, 44, 44, 0.45) inset;
    border: 1px solid #353535;
}

.pagenavi span {
	border-radius:4px;
	
}

.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #825a2d;
    font-weight:bold;
    border: 1px solid #999;
    background-color: inherit;
}
.pagenavi span.current, .pagenavi a:active, .pagenavi a:focus {
	padding: 5px 7px 6px 7px;
    margin: 3px;
    color: #fff;
	border: 1px solid #292929;
	background:#212121;
	box-shadow: 0px 2px 3px rgba(24, 24, 24, 0.86) inset, 0px 0px 3px rgba(17, 16, 16, 0.66);
}
.pagenavi span.expand {
    padding: 5px 6px 5px 6px;
    margin: 3px;
    color: #444;
	border: 1px solid #272727;
    box-shadow: 0px 0px 3px rgba(8, 8, 8, 0.45);
}
.pagenavi .first, .pagenavi .last {
    border: 1px solid #272727;
}
.pagenavi .single_page {
	border: 1px solid #272727
}

.pagenavi span.ilk {
	left:0px;
    position: absolute;
    padding: 0px;
    margin: 10px;
    text-decoration: none;
    color: #ccc;
    z-index: 44;
}

.pagenavi span.son {
    right:0px;
    position: absolute;
    margin: 10px;
    text-decoration: none;
    color: #ccc;
    z-index: 44;
}

.pagenavi span.bg:hover a, .pagenavi span.bg:hover a, .pagenavi-orta a:hover{ color:#fff; }

.pagenavi span.ilk a, .pagenavi span.son a {
	padding: 5px 7px 6px 7px;
    margin: 0;
    border: 0;
    color: #ccc;
    background:none;
}

.pagenavi span.bg:hover{
    color: #444;
}

.pagenavi span.bg {
}

.pagenavi span.dis {
	color:#474747;
}

/************************************************
*	ARAC				*
************************************************/
#sayfa {float:left; color:#666666;width:100%;}
#sayfa h1 {font-size:24px; font-weight:bold;}

#sayfa fieldset {border:none;margin-bottom:-10px;text-align: left;}
#sayfa input[type=text], #sayfa input[type=password], #sayfa textarea, #sayfa select {
	color: #808080;
	font-size: 22px;
	border: 1px solid #1A1A1A;
	width: 97.5%;
	padding: 3px;
	margin-bottom: 10px;
	background:#262424;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.03);
	border-radius:4px;
}
#sayfa input:focus, #sayfa textarea:focus { border:1px solid #111; color:#BFBFBF;}
#sayfa label {cursor:pointer; }

#signupform, #loginform, #keremiyapostvideo {float:left; width:100%;}
#keremiyapostvideo { margin:50px 0px 0px 0px;}
#sayfa #submit {float:left; background: #FEE973; width:auto; border:1px solid #E6BC44; margin:0px 5px 10px 10px; font-size:14px; padding:3px 8px 3px 8px; border-radius:4px; font:14px arial; font-weight:bold; color:#856307; text-shadow:1px 1px #FDF6DD; cursor:pointer;}
#sayfa #submit-new-reload {float:left; background: #FEE973; border:1px solid #E6BC44; margin:18px 0px 0px 82px; padding:10px 40px 10px 40px; font-size:14px; border-radius:4px; font:14px arial; font-weight:bold; color:#856307; text-shadow:1px 1px #FDF6DD; cursor:pointer;}

#submit-new {float:left; background: #FEE973; border:1px solid #E6BC44; margin:0px 0px 0px 160px; padding:10px 80px 10px 80px; font-size:14px; border-radius:4px; font:14px arial; font-weight:bold; color:#856307; text-shadow:1px 1px #FDF6DD; cursor:pointer;}
#keremiyaupdatevideo #submit-new, #keremiyaupdateuser #submit-new, .keremiyaupdate #submit-new { margin:0px 10px 0px 0px; padding:5px 10px 5px 10px; font-size:12px; }
#keremiyaupdatevideo #submit-new:active, #keremiyaupdateuser #submit-new:active, .keremiyaupdate #submit-new:active{ box-shadow: rgba(40, 40, 40, 0.25) 0 2px 3px inset, white 2px 3px 0; }

#sayfa .required {color:#804646;}
#sayfa .uye-tekrar-giris {float:left;margin:5px 0px 0px 3px;font:11px arial;}
#sayfa .uye-tekrar-giris a {color:#1A7BA8;}

#sayfa .errorMesaj { padding:8px; margin: 10px 10px 0px 10px; background:#F0DA8B; font:12px arial; text-shadow:0px 1px #F9EDC9; box-shadow: rgba(0, 0, 0, 0.10) 0 1px 2px; border:1px solid #FEEEAA; color:#444; border-radius:4px;}
#sayfa .successMesaj { float:left; padding:8px; margin:10px 5px 10px 5px; background:#F0DA8B; font:12px arial; text-shadow:0px 1px #F9EDC9; box-shadow: rgba(0, 0, 0, 0.10) 0 1px 2px; border:1px solid #FEEEAA; color:#444; border-radius:4px;}

#sayfa .sidebar-content {margin:30px 0px 20px 2%; width:320px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);}
#sayfa .sidebar-content .top {font-size:16px;}
#sayfa .sidebar-content .top span {font-size:12px;font-weight:normal;color:#8F8F8F;}
#sayfa .sidebar-content .errorMesaj { }
#sayfa .sidebar-content .left { width:100%; }

#sayfa .video-content {float:left;width:981px;min-height:300px;margin:0px 0px 20px 0px;background:none;border:none;}
#sayfa .video-content .top {background:none;border:none;width:98%;color:#616161;text-shadow: 0px 1px #fff;font-size:24px;padding:0px;}
#sayfa .video-content .top span {font-size:12px;font-weight:normal;color:#111111;}
#sayfa .video-content .space { width:100%; }
#sayfa .video-content input[type=text], #sayfa .video-content  input[type=password], #sayfa .video-content textarea{ font-size:14px; padding: 6px 3px 6px 3px;}
#sayfa .video-content select { font-size:14px; padding: 5px 3px 5px 3px; width:100%;}
#sayfa .video-content .left { margin-left:5px; width:60%;}
#sayfa .video-content .right { margin-right:10px; }

/* kontrol */
#sayfa #fileup { width:100%; float:left; margin-top:110px;}
#sayfa #fileup input{ width:100%; margin:0px 15px 20px 0px; padding: 15px 10px 15px 10px; font-size:18px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.06); }
#sayfa #fileup .option-info {margin:-10px 0 15px 205px; }
#sayfa #fileup .option-title {margin:0 0 0 257px;color:#F8F8F8;text-shadow: 0px 1px #000;font-size:24px;padding:0px;margin-bottom: 12px;}
#sayfa #fileup .v-gir {width:60%;float:left;margin:0px 0 0 180px;}
#sayfa #result .v-gir {width:60%;float:left;margin:130px 0 0 180px;}
#sayfa #result .option-title {margin:0 0 0 257px;width:490px;color:#DEDEDE;text-shadow: 0px 1px #000;font-size:24px;padding:0px;margin-bottom: 12px;}
#sayfa #fileup .v-bilgi {width:35%;float:left;}
#sayfa #fileup .v-bas {width:100%; color:#515151; text-shadow:0px 1px #000; font-size:18px;}
#sayfa #fileup #upload_external_button {float:left; background:url(images/sidebar-top.png) no-repeat center center; border:1px solid #E6BC44; margin:0px 0px 0px 160px; padding:10px 90px 10px 90px; font-size:14px; border-radius:4px; font:14px; font-weight:bold; color:#856307; text-shadow:1px 1px #FDF6DD; cursor:pointer;}
#sayfa #fileup #upload_external_button:active { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) inset; }

#sayfa #fileup .option-title {margin: 0px 0px 12px;}
#sayfa #fileup .option-info {margin: -10px 0px 15px;}
#sayfa #fileup .v-gir, #sayfa #fileup #upload_external_button {float: none; margin: 0px;}

.reload {
    display: block;
    margin-top:12%;
    font-size:13px;
    font-weight:bold;
    color:#f0f0f0;
}

#cts {
    position:absolute; width:100%; padding-bottom:24%; left:0px; top:0px; background :rgba(255, 255, 255, 0.05);
}

/*up*/
#sayfa .ytimage { margin-left:0px; border:1px solid #ccc; padding:1px; width:150px; max-height:132px;}

/* Bilgi Giriş/Kayıt */
#bilgilendirme { float:left; width:35%;margin:98px 0 0 12%; }
#bilgilendirme .kolon { float:left;width:100%;text-shadow: 0px 1px rgba(18, 18, 18, 0.52);font-size:11px;margin:0 0 15px 0;color: #A5A5A5; }
#bilgilendirme .kolon span { font-size:14px; font-weight:bold; color:#ddd;}
#bilgilendirme .kolon .vdbir { float:left;margin:0px 8px 0 0; background: #e9e9e9; padding: 4px 5px; border-radius:8px;}
#bilgilendirme .kolon .vdiki { float:left;margin:-1px 8px 0 0; background: #e9e9e9; padding: 4px 5px; border-radius:8px;}
#bilgilendirme .kolon .vduc { float:left;margin:1px 8px 0 0; background: #e9e9e9; padding: 4px 5px; border-radius:8px;}

#result { position: relative; width:100%; }

/* Araç 2*/

.divider{
	background: url(images/stripe.png);
	height: 10px;
	overflow: hidden;
	width:96%;
	margin:5px 0 20px;
	clear:both;
}


.video-content.settings { margin-top:6px;}
#settings { padding-top:30px;}
#settings fieldset {border:none;margin-bottom:-10px;}
#settings input[type=text], #settings input[type=password], #settings textarea, #settings select {

	padding: 6px 4px 6px 4px;

}
#settings input:focus, #settings textarea:focus { border:1px solid #ccc; }
#settings label {cursor:pointer; }
#settings select { width: 100%; }

#keremiyaupdatevideo, #keremiyaupdateuser, .keremiyaupdate { float:left; padding:5px; width:100%; margin-bottom:10px;}
#keremiyaupdateuser, .keremiyaupdate {padding:0px;}

#sideleft { float:left; width:230px; height:auto; margin:16px 10px 20px 0px; padding:0px 0px 0px 0px; }
#sideleft .sidebar-content { }
#sideleft ul li a { min-width:130px; max-width:90%; width:auto; overflow: none;}
#sideleft ul li a:hover {
    background: url(images/sprite.png) no-repeat -152px -112px transparent;
    color:#fff;
}
.details { float:right;text-align:left;width:300px }
.details span { display: block; padding:1px;}


/************************************************
*	REKLAM				*
************************************************/
.ad-home { width:100%; background:rgba(247, 247, 247, 0.1); height:auto; float:left; text-align: center}
.ad-home img { max-width: 100%;}

/************************************************
*	AYARLAR				*
************************************************/

.video-content .top.twhite { background:#fff; margin-bottom:15px; border:none; border-top:1px solid #ddd; box-shadow: none; border-radius:0; font-size:18px; color:#444; font-weight:normal; text-shadow:none;}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0px 3.433em;
    text-align: left;
	background: #1B1B1B;;
}
table {
    border-spacing: 0px;
}
table a {
	color: #6B8A9F;
}

table.my_account_videos { float:left;margin-top:-13px;margin-bottom:0px;}
table.my_account_videos a.active { }

table th {
    font-weight: 700;
    color: #fff;
    padding: 0.8em;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #1E1E1E #1D1D1D;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
table th, table td {
    vertical-align: top;
}
table td {
    padding: 1.25em 1.25em 0.75em 1.25em;
    border: 1px solid #1E1E1E;
    font-size:11px;
    height:auto;
}

.videos-views {
    width: 5%;
}

table td.videos-views {
    width: 5%;
    text-align: center;
}
table td.videos-date {
    width: 15%;
    text-align: center;
}
table td.videos-title {
    width: 60%;
    font-size:12px;
}

table td.videos-title img { width:90px; height:55px; float:left; margin-right: 7px}

.videos-duration, .videos-action {
    width: 5%;
    text-align: center !important;
}

.status-bar {float:left;width:70.8%;}
.status { float:right; margin-top:0px; padding:2px 4px 2px 4px; border-radius:6px; font-size:10px; }
.publish { border:1px solid #597146; color:#74AD46; }
.pending { border:1px solid #92985D; color:#C5AB38; }
.trash { border:1px solid #954F4F; color:#C34545; }
.video-content.settings .video-pulu {
    background: #232323;
    border-color: #242424 #232323 #262626;
}
.video-content.settings .video-pulu:focus {
box-shadow: 0px 1px 5px rgba(11, 11, 11, 0.25) inset, 0px 1px 0px #151414;
text-shadow: 0px 1px rgba(27, 27, 27, 0.58);
color: #3B3B3B;
}

#myslides{float:left;margin:0;padding:0;width:95.5%;}
.stepcarousel{position: relative;overflow: scroll;width: 100%;height: 212px;margin: 0px 15px 0px 13px;}

.stepcarousel .belt{position: absolute;left: 0;top: 0;}
.stepcarousel .panel{ }
.stepcarousel .panel:hover {}

#myslides .sleft{ z-index:50;position: absolute; }
#myslides .sleft{
width: 36px;
border: 1px solid #202020;
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.28);
background: #1A1A1A;
display: inline-block;
margin:70px 0px 0px -20px;
padding:20px 0px 20px 0px;
text-align:center;
}

#myslides .sright{ z-index:50;position: absolute; }
#myslides .sright{
width: 36px;
border: 1px solid #202020;
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.28);
background: #1A1A1A;
display: inline-block;
margin:70px 0px 0px 611px;
padding:20px 0px 20px 0px;
text-align:center;
}

/************************************************
*   PART SISTEMI                                *
************************************************/
.keremiya_part {  margin:-4px 0px -12px -4px;padding: 0em 1em 0.2em;font-size: 12px;line-height:28px;}
.keremiya_part a span, .keremiya_part span { 
color: #CECECE;
text-shadow: 0px 0px 2px rgba(18, 18, 18, 0.54);
font-size: 12px;
font-weight: bold;
border-width: 1px 1px 2px;
border-style: solid;
border-color: #313133 #2D2D2D #333;
border-radius: 6px; 
background: #292727;
margin: 3px 2px 5px 0px;
padding: 5px 6px;
}
 
.keremiya_part a span:hover , .keremiya_part span {background-color: #FDE040; color:#fff; border-color: #FED33A;}
.keremiya_part a {padding: 0;margin: 0;background: none;border: 0;text-decoration: none;}
span.keros{background:#2D2D2D;border-color: #333;}
span.keros a:hover {color:#555555;}

blockquote { background: rgba(240, 240, 240, 0.17); padding:1px 10px; margin:10px 0px;}

.share-l {
    display:block; min-width:40%; margin:0px 5px 0 0; padding:3px; float:left;
}
.share-r {
    display:block; margin:-3px 0 0 0px; float:right;
    padding:3px 0 0 1px;cursor:pointer;
}

.contactForm p { margin:0px 10px;}
.contactForm p.buttons { float:right; margin:0px 0px 10px;}
.contactForm .textarea { margin:0px 0px; float:left; width:59%;}
.contactForm #submit { width:auto;}
.contactForm input, .contactForm textarea { width:98%; }
.contactForm textarea { height:113px;}
.contactformleft { float:left; width:40%; }
.contactForm .error { margin: 9px; padding:8px; background:#F0DA8B; font:12px arial; text-shadow:0px 1px #F9EDC9; box-shadow: rgba(0, 0, 0, 0.10) 0 1px 2px; border:1px solid #FEEEAA; color:#444; border-radius:4px;}

/* CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.embed-container { margin: 0px 0px 6px -1px }
}

/* ICON */
.sprite {
    display: inline-block;
    background: url(images/sprite.png) no-repeat transparent;
}
.ajax-load { background:url(images/ajax-loader.gif) no-repeat; width:16px !important; height:16px; background-position: 0 0 !important; }

.thumb-left { 
    margin-right: 3px;
    vertical-align: bottom;
}
.thumb-right {
    margin-left: 2px;
    vertical-align: bottom; 
}

.thumb { vertical-align: bottom; }

.time-icon {
    background-position: -1px -1px;
    width: 13px;
    height: 13px;
}
.views-icon {
    background-position: -16px -1px;
    width: 17px;
    height: 11px;
}
.scroll-left-icon {
    background-position: -95px -21px;
    width: 10px;
    height: 10px;
}
.scroll-right-icon {
    background-position: -103px -21px;
    width: 11px;
    height: 10px;
}
.chart-icon {
    background-position: -52px -37px;
    width: 14px;
    height: 11px;
    margin-left: 3px;
}
.share-icon {
    background-position: -36px -38px;
    width: 14px;
    height: 13px;
}
.like-icon {
    background-position: 0px -37px;
    width: 14px;
    height: 15px;
}
.dislike-icon {
    background-position: -18px -37px;
    width: 14px;
    height: 15px;
}
.favorite-icon {
    background-position: -36px -18px;
    width: 14px;
    height: 15px; 
}
.login-icon {
    background-position: -180px -1px;
    width: 14px;
    height: 18px;   
}
.register-icon {
    background-position: -176px -19px;
    width: 18px;
    height: 18px;   
}

#comments .video-pulu {
    padding:0px;
    margin-bottom:0px;
    margin-right: 5px;
    background: none;
    font-size:11px;
    border:none;
    color:#999;
    opacity: 0.6;
}

#comments .comment-meta:hover .video-pulu{
    opacity: 0.8;
}

#comments .video-pulu.active, #comments .video-pulu:hover {
    opacity: 1.0 !important;
    box-shadow: none;
}

#comments .pagenavi { background: none; padding: 15px 0px; height:auto; text-align: center;}
#comments .pagenavi a:hover { border:none; }


.c-like-icon {
    background-position: -4px -54px;
    width: 11px;
    height: 16px;
}
.c-dislike-icon {
    background-position: -19px -54px;
    width: 11px;
    height: 16px;
}

.show-more {
  font-size: 12px;
  float: right;
  color: #ddd;
  margin: -1px 0px;
  background: rgba(2, 2, 2, 0.25);
  padding: 3px;
  border-radius: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-shadow:none;
}
.sidebar-content .show-more {
    color:#fff;
    margin: -2px 0px;
    background: rgba(2, 2, 2, 0.2);
}

.header_ads {
  margin: 0px auto 0px;
  padding-top:50px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.video_ads {
    margin:10px 0px 10px;
    text-align: center;
    overflow: hidden;
}

.header_ads img, .video_ads img, .sidebar_ads img {

    max-width: 100%;

}

.reply { margin-top:2px; }
.comment-vote { margin: -5px 0px 0px 0px;}
.soa { margin: 0 5px 0 5px; }

/******************
** SLIDER *********
*******************/
#slide { display:block; overflow:hidden; height: 272px; background: rgba(0, 0, 0, 0.69); margin:12px 0px 10px; padding: 0px; box-shadow: 0px 0px 5px 0px rgba(36, 36, 36, 0.78); border:1px solid rgba(45, 45, 45, 0.20); }
#slide a {
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
#slide .west { margin:0px; border:0; }
#slide .active { /*border-left: 1px solid #FDE040; background: none; padding:0px;*/ }
#slide .active:hover { /*border-left: 1px solid #FDE040;*/ }

#slide .large { float:left; width: 86%; height:100%; margin:0px; padding:0px; position:relative }
#slide .large .img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index:99;
  box-shadow: rgba(0, 0, 0, 0.86) 0px -95px 44px -60px inset, white 0 1px 0;
}
#slide .large .img .title {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-shadow: 1px 0px 2px rgba(42, 42, 42, 0.28)
}
#slide .large img { width:100%;height:100% }

#slide .normal { float:left; width: 14%; height:100%; margin:0px; padding:0px; background: #242424; }
#slide .normal img { width:100%;height:100% }

#slide .normal ul { list-style:none; display:block; margin:0px; padding:0px 0px 0px 3px; }
#slide .normal ul li { display:block; height:52px; margin:0px 0px 3px 0px; }
#slide .normal ul li a { display:block; padding:0px; height:100%; position:relative }
#slide .normal ul li a.active:before {
    left: -10px;
    bottom: 38%;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #FDE040 transparent;
    background-image: none;
    z-index: 999;
}
#slide .normal ul li a.active:after {
    left: -3px;
    top: 0;
    position: absolute;
    content: '';
    height:100%;
    border-left:3px solid #FDE040;
}
#slide .normal ul li a.active .img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index:99;
  box-shadow: rgba(0, 0, 0, 0.86) 0px 0px 10px 0px inset, rgba(0, 0, 0, 0.26) 0 1px 0;
}