.container{ margin:0 auto; width:100%; } .row { box-sizing: border-box; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.4rem; margin-left: -0.4rem; } .row.reverse { -ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; } .col.reverse { -ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: .2rem; padding-left: .2rem; } .col-xs { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-xs-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-xs-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-xs-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-xs-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-xs-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-xs-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-xs-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-xs-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-xs-offset-1 { margin-left: 8.333%; } .col-xs-offset-2 { margin-left: 16.667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.333%; } .col-xs-offset-5 { margin-left: 41.667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.333%; } .col-xs-offset-8 { margin-left: 66.667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.333%; } .col-xs-offset-11 { margin-left: 91.667%; } .start-xs { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-xs { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-xs { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-xs { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-xs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-xs { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-xs { -ms-flex-pack: distribute; justify-content: space-around; } .between-xs { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-xs { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-xs { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } @media only screen and (min-width: 48em) { .container { width: 46rem; } .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 0.4rem; padding-left: 0.4rem; } .col-sm { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-sm-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-sm-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-sm-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-sm-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-sm-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-sm-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-sm-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-sm-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-sm-offset-1 { margin-left: 8.333%; } .col-sm-offset-2 { margin-left: 16.667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.333%; } .col-sm-offset-5 { margin-left: 41.667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.333%; } .col-sm-offset-8 { margin-left: 66.667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.333%; } .col-sm-offset-11 { margin-left: 91.667%; } .start-sm { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-sm { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-sm { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-sm { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-sm { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-sm { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-sm { -ms-flex-pack: distribute; justify-content: space-around; } .between-sm { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-sm { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-sm { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 62em) { .container { width: 61rem; } .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 0.4rem; padding-left: 0.4rem; } .col-md { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-md-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-md-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-md-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-md-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-md-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-md-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-md-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-md-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-md-offset-1 { margin-left: 8.333%; } .col-md-offset-2 { margin-left: 16.667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.333%; } .col-md-offset-5 { margin-left: 41.667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.333%; } .col-md-offset-8 { margin-left: 66.667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.333%; } .col-md-offset-11 { margin-left: 91.667%; } .start-md { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-md { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-md { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-md { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-md { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-md { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-md { -ms-flex-pack: distribute; justify-content: space-around; } .between-md { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-md { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-md { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 75em) { .container { width: 80%; } .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: .4rem; padding-left: .4rem; } .col-lg { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-lg-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-lg-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-lg-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-lg-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-lg-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-lg-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-lg-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-lg-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-lg-offset-1 { margin-left: 8.333%; } .col-lg-offset-2 { margin-left: 16.667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.333%; } .col-lg-offset-5 { margin-left: 41.667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333%; } .col-lg-offset-8 { margin-left: 66.667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.333%; } .col-lg-offset-11 { margin-left: 91.667%; } .start-lg { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-lg { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-lg { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-lg { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-lg { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-lg { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-lg { -ms-flex-pack: distribute; justify-content: space-around; } .between-lg { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-lg { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-lg { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } }*{ margin:0; padding:0 } body{ background:#000; font: 13px/1 'Asap', sans-serif; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; overflow-y:scroll } input,textarea{ font: 13px/1 'Asap', sans-serif; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; } input:focus, textarea:focus, button:focus{ outline: none } a{ text-decoration:none } ul,li{ list-style:none } .c{ clear:both; } .main-blok{ background:#222; margin-top:0px; } .tp{ background:#191919; border-bottom:4px solid #393939; padding-bottom:-4px; } #blok-a{ padding:1rem .9rem; font-size:24px; color:#dadada; padding-top:1.2rem; } #logo{ float:left; margin-right:1rem; } #search{ float:left; } #search input[type="text"]{ float:left; padding:8px; border:none; background:#333; width:15rem; color:#ddd; font-size:14px; } #search button{ background:url(../img/search.png) no-repeat center center #f89705; width:50px; height:32px; border:none; cursor:pointer; margin-left:-4px; } #search button:hover{ opacity:.8 } #topmenu{ float:right; margin-top:1px; } #topmenu li{ float:left; margin-left:5px; } #topmenu li a{ color:#dadada; background:#444; font-size:14px; padding:7px 10px; border-bottom:1px solid #f89705 } #topmenu li a:hover{ background:#555; } /* * menu */ #mmn{ background:#313131; margin:0px 1rem; border-top:1px solid #393939; border-left:1px solid #393939; border-right:1px solid #393939; } #menu ul > li{ display:inline-block; border-right:1px solid #393939; } #menu ul > li:hover{ background:#292929; } #menu ul > li > ul{ display:none; position:absolute; background:#292929; min-width:200px; z-index:99; } #menu ul > li.menu-item-type-custom, #menu ul > li.menu-item-object-page{ float:left; } #menu ul > li > a{ color:#dadada; font-size:18px; line-height:24px; padding:8px 1rem; display:block; } #menu ul > li:hover > .sub-menu{ display:block; } .menu-item-has-children > a{ background:url(../img/arrow.png) no-repeat; background-position:right 12px center; padding-right:1.8rem !important } .sub-menu li{ display:block !important; } .sub-menu li a{ display:block; float:none !important; font-size:14px !important; padding:5px 16px !important; } .sub-menu li a:hover{ background:#f89705; color:#fff !important } #videolist{ padding:0.9rem; } .asm{ font-size:18px; font-weight:normal; line-height:18px; color:#f89705; padding:10px; background:#292929; border-bottom:none; } .v-img{ display:block; position:relative; width:100%; } .vlist{ margin-bottom:1.2rem; } .vlist .time, .blist .time{ position:absolute; background:rgba(68,68,68,.6); padding:6px 6px; color:#dadada; font-size:12px; margin-top:-24px; } .vlist a{ display:block; } .vlist .al{ margin-bottom:6px; } .vlist a > h3{ color:#dadada; margin-top:.5rem; font-size:14.5px; line-height:20px; text-transform:lowercase; } .vlist:hover > a h3{ color:#f89705; } .vlist:hover > a img{ opacity:0.6 } .vlist .view, .blist .view{ background:url(../img/eye.png) no-repeat left center; padding-left:24px; color:#999; font-size:11.5px; } .vlist .like, .blist .like{ background:url(../img/heart.png) no-repeat left center; padding-left:19px; color:#999; font-size:11.5px; margin-left:10px; } #paginator{ margin-top:1rem; background:#191919; padding:25px 0px; } #paginator ul{ text-align:center; } #paginator .pnr, #paginator .pns{ display:inline-block; } #paginator ul li a{ color:#dadada; font-size:22px; background:#222; padding:12px 14px; line-height:20px; display:inline-block } #paginator ul li a:hover{ background:#f89705; color:#fff; } .active{ background:#555 !important; } #footer{ background:#111; margin-bottom:10px; } #footer ul { float:right } #footer ul li { display:inline-block; padding:20px 10px; } #footer ul li a{ color:#fff; font-size:15px; } #footer ul li a:hover{ color:#999; } #fyz{ background:#212121; padding:15px .9rem; line-height:19px; font-size:13.5px; color:#666; } #fyz a{ color:#999 } /* * mobil menu */ #menu-open button{ background:url(../img/menu.png) no-repeat center center; width:32px; height:29px; border:none; position:absolute; margin:.9rem; display:none; } #search-open button{ background:url(../img/search.png) no-repeat center center #333; width:35px; height:31px; border:none; float:right; margin-right:.9px; margin-top:-35px; border-radius:4px; display:none; } #mobil-menu{ background:rgba(0,0,0,.2); position:fixed; height:100%; width:100%; z-index:2; display:none; } #mobil-menu ul{ background:#191919; width:70%; height:100%; z-index:2; overflow-y:scroll; } #mobil-menu ul li a{ color:#dadada; padding:12px 10px; display:block; font-size:15px; border-bottom:1px solid #262626; } #mobil-menu .close{ position:absolute; margin-left:70%; background:url(../img/close.png) center center no-repeat #393939; width:40px; height:40px; border:none; border-bottom-right-radius:3px; } #video iframe{ width:100%; display:block; height:500px; margin:0; padding:0; } #related .bl{ display:block; float:left; margin-top:-4px; } .blist img:hover{ opacity:.7 } #related a h3{ color:#efefef; font-weight:normal; font-size:18px; margin-bottom:5px; line-height:24px; text-transform:lowercase; } .blist{ margin-bottom:.8rem; } .blist:last-child{ margin-bottom:0rem; } .v-info{ background:#292929; padding:1rem; border-bottom:1px solid #333; } .v-info h1{ color:#efefef; font-weight:normal; font-size:21px; margin-bottom:.7rem; text-transform:lowercase; } .v-info .views{ color:#999; font-weight:normal; font-size:18px; } .v-info .info{ background:url(../img/info.png) no-repeat center center #444; display:block; width:30px; height:30px; border-radius:10px; cursor:pointer; margin-top:0px; float:right; } .v-info .heart{ background:url(../img/heart.png) no-repeat 7px center #444; display:block; height:30px; border-radius:10px; cursor:pointer; margin-top:0px; float:right; margin-right:5px; padding-right:5px; } .v-info .heart b{ float:left; margin-top:8px; margin-right:5px; font-size:14px; margin-left:28px; font-weight:normal; color:#dadada; } .v-info .share{ background:url(../img/share.png) no-repeat center center #444; display:block; height:30px; width:30px; border-radius:10px; cursor:pointer; margin-top:0px; float:right; margin-left:5px; } #shares{ padding:1rem; background:#292929; display:none; } #shares textarea{ background:#333; border:none; resize:none; width:98%; padding:10px 1%; font-size:14px; color:#999; } .v-info p{ margin-top:1rem; color:#999; line-height:20px; font-size:14px; display:none; } .v-info span{ display:block; margin-top:.3rem; } .v-info span a{ color:#ddd; font-size:12px; background:#555; padding:2px 5px; display:inline-block; margin-right:2px; border-radius:2px; line-height:15px; text-transform:lowercase; } .v-info .heart:hover, .v-info .info:hover{ background-color:#222 } #yorum-blok{ background:#191919; padding:1rem; } #yorum-blok h3{ color:#dadada; font-weight:normal; font-size:18px; } #yorum-form{ margin-top:1rem; } #yorum-form input[type="text"]{ background:#252525; border:none; color:#ddd; font-size:15px; padding:8px; } #yorum-form textarea{ background:#252525; border:none; resize:none; width:98%; color:#ddd; font-size:15px; padding:1%; height:56px; margin-bottom:.1rem; } #yorum-form button{ background:#0099cc; border:none; color:#efefef; font-size:15px; padding:8px; cursor:pointer; } #yorum-form button:hover{ background:#333; } .y-icon{ display:block; background:url(../img/user.png) no-repeat center center #333; width:100%; height:75px; margin-top:16px; } #bs{ margin-bottom:2rem } .comments{ margin-bottom:.8rem; } .comments img{ margin-top:1px; } .comments .name{ color:#dadada; font-size:15px; font-weight:bold; text-transform:lowercase; } .comments small{ font-weight:normal; color:#999 } .comments .coms{ background:#252525; padding:.94rem; position:relative; margin-left:15px; } .comments .coms:after{ content: ''; position:absolute; left:0; top:0; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #252525 transparent transparent; margin-left:-15px; margin-top:15px; } .comments p{ color:#999; margin-top:.5rem; font-size:14px; line-height:18px; } #yorum-sonuc b{ background:#990000; padding:9px; color:#fff; display:inline-block; margin-top:-1px; } .csm{ padding:1rem; background:#111; line-height:22px; font-size:13.5px; color:#777; max-height:20px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom:1rem; } .csm i{ display:block; float:right; background:#333; line-height:14px; font-size:14px; padding:3px 6px; margin-top:-16px; margin-right:-16px; cursor:pointer; } .page{ padding:1rem; background:#191919; font-size:17px; line-height:24px; color:#777 } .book-mark{ display:none; } #yk{ color:#999; padding:.5rem; font-size:18px; font-style:italic; } .vdab{ background:#333; padding:1rem; padding-bottom:0 } .vdab a h3{ white-space: nowrap; text-overflow: ellipsis; width:100%; overflow:hidden; } .turks{ display:block; padding:4px; position:absolute; background:#f89705; color:#fff; z-index:10; font-size:12px; margin:5px; } .asm2{ margin-bottom:1rem; }@media only screen and (max-width: 600px) { #menu-open button, #search-open button{ display:block !important; } .row { margin-right: -0.2rem; margin-left: -0.2rem; } #topmenu, #search, #menu, .y-icon, .comments img { display:none; } .pnr{ display: none !important; } #blok-a{ background:#000; padding-bottom:.60rem; } #logo{ float:none !important; text-align:center; margin-right:0px; margin-top:-10px; } #search{ margin-top:.5rem; float:none !important; } #search input[type="text"]{ width:81%; padding:8px; padding-left:2%; padding-right:8%; } #search button{ width:10%; margin-left:-1% } .asm{ text-align:center; margin-top:0px; background:#303030; padding:8px 0px; margin-bottom:9px; font-size:18px; color:#fff; border:1px solid #393939 } .vlist img{ border:none } .pns a{ font-size:30px !important; padding:5px 35px !important; line-height:30px !important; padding-bottom:12px !important; } #footer ul { float:none !important; text-align:center; } #fyz{ text-align:center; } #related{ margin-top:1rem; } .blist{ margin-bottom:1.5rem; } .blist .al h3{ font-size:16px !important; line-height:18px !important; margin-top:.5rem; } #related .bl{ margin-top:.5rem; } .v-info h1{ font-size:18px !important; display:block !important; float:none !important; margin-top:40px; line-height:22px; } .v-info .info{ float:left !important; margin-right:5px; } .v-info .heart{ float:left !important; display:inline-block; } .comments{ margin-bottom:0px; } #yorum-form textarea{ padding:3%; width:94%; } #yorum-form input[type="text"]{ padding:3%; width:94%; } #yorum-form button{ margin-top:5px; } #yorum-form{ margin-top:.5rem; } #yorum-blok{ margin-top:1rem; } #bs{ margin-bottom:1rem } #video iframe{ height:250px; } .comments .coms{ margin-left:0px; } .comments .coms:after{ margin-left:0px; } }