/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0;  *zoom: 1;
}
.bx-wrapper img { max-width: 100%; display: block; }
/** THEME
===================================*/

.bx-wrapper .bx-viewport { /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
 /*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: absolute; /*bottom: -30px;*/ bottom: -27px; width: 100%; }
/* LOADER */

.bx-wrapper .bx-loading { min-height: 50px; background: url(images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* PAGER */

.bx-wrapper .bx-pager { text-align: center; font-size: 0.85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; padding-bottom: 5px; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block;  *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 3px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev { left: 10px; background: url(images/controls.png) no-repeat 0 -32px; }
.bx-wrapper .bx-next { right: 10px; background: url(images/controls.png) no-repeat -43px -32px; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike,  sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    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;
    }

@charset "utf-8";
/* WEB Aksiyon - www.webaksiyon.com */
/* 		   Aytekin Eliaçık		    */
body { margin: 0; padding: 0; /*font-family: 'Open Sans Condensed', sans-serif; */ font-family: 'PT Sans', sans-serif; font-size: 14px; background-repeat: repeat-x; background-color: #E8E8E8; }
#iskelet { height: auto; margin-right: auto; margin-left: auto; }
.iskelet { height: auto; width: 1000px; margin-right: auto; margin-left: auto; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-left-color: #d7d7d7; background-color: #FFF; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; background-repeat: repeat-x; padding-top: 5px; position: relative; z-index: 2; }
#iskelet_sol { height: auto; width: 1000px; margin-right: auto; background-color: #F4F4F4; }
.iskelet_ic980 { width: 1000px; margin-right: auto; margin-left: auto; }
#reklam_ikili { position: fixed; height: auto; width: auto; }
#reklam_ikili .sol { background-color: #CCC; width: 500px; position: fixed; height: 1000px; overflow: hidden; margin-left: -500px; text-align: right; z-index: 1; }
#reklam_ikili .sag { background-color: #CCC; height: 1000px; width: 500px; overflow: hidden; position: absolute; margin-left: 1000px; z-index: 1; text-align: left; }
.fotoalbum { font-size: 14px; }
.fotoalbum .ikili_sol { float: left; width: 345px; }
.fotoalbum .ikili_sag { float: right; width: 312px; }
.fotoalbum .ikili_sag .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 311px; clip: rect(auto,auto,auto,auto); margin-top: 107px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sag .ust { height: 183px; width: 311px; margin-bottom: 2px; overflow: hidden; float: right; margin-top: 4px; }
.fotoalbum .ikili_sag .orta { height: 183px; width: 311px; margin-bottom: 0px; overflow: hidden; float: right; margin-top: 0px; }
.fotoalbum .ikili_sag .alt { height: 183px; width: 311px; overflow: hidden; float: right; margin-top: 2px; }
.fotoalbum .ikili_sol .tekli .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 345px; clip: rect(auto,auto,auto,auto); margin-top: 145px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sol .tekli { height: 220px; width: 345px; margin-bottom: 2px; overflow: hidden; margin-top: 2px; }
.fotoalbum .ikili_sol .ciftli .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 171px; clip: rect(auto,auto,auto,auto); margin-top: 35px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sol .ciftli#sol { float: left; height: 110px; width: 171px; overflow: hidden; }
.fotoalbum .ikili_sol .ciftli#sag { float: right; height: 110px; width: 171px; overflow: hidden; }
.clear { clear: both }
.surmanset { margin-top: 5px; margin-bottom: 5px }
.menuler_input { background-color: #F2F2F2; padding: 4px; border: 1px solid #CCCCCC; color: #999999; width: 150px; font-family: Arial, Helvetica, sans-serif; margin-right: 5px; margin-left: 13px; }
.header { background-image: url(images/dis_back.png); background-position: button; margin-bottom: 10px; }
.surmansetContiner { width: 100%; height: 240px; margin-top: 10px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0 }
.surmansetk_foto { float: left; width: 205px; text-align: left }
.surmansetk_foto div { width: 195px; position: relative; }
.surmansetk_foto div:hover {background-image:url(images/oksag .png); background-position: center right; background-repeat: no-repeat }
.surmansetk_foto-div-hover {background-image:url(images/oksag .png); background-position: center right; background-repeat: no-repeat; background-image: url(images/oksag.png) }
.surmansetk_border { border: 2px solid #e9e9e9; width: 183px; height: 84px; position: relative; margin-top: 1px; margin-right: 0; margin-bottom: 1px; margin-left: 0 }
.surmansetk_border-hover { border: 2px solid #c40006; margin-top: 1px; margin-right: 0; margin-bottom: 1px; margin-left: 0 }
.surmansetb_foto { width: 793px; height: 361px; position: relative; float: left; text-align: left; overflow: hidden; border: 1px solid #F2F2F2; }
.surmansetb_foto img { float: left; position: absolute; border: 0 }
.surmansetetiket { height: 60px; position: absolute; width: 100%; background-repeat: repeat-x; right: 0; bottom: 0px; top: 300px; background-image: url(images/surmanset_bg.png); background-position: top; padding-top: 4px; }
.floodbaslik { font-size: 24px; font-weight: bold; color: #000; text-decoration: none; }
.surmansetetiket a { font-size: 21px; font-weight: bold; padding: 0; line-height: 50px; color: #FFF; margin-top: 50px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; text-decoration: none; text-shadow: 1px 1px 0px #333; }
.surmansetetiket a:hover { color: #FFF; text-decoration: none; }
.text_kirmizi { color: #900 }
.text_yesil { color: #008200 }
.text_grikoyu { color: #333 }
.text_kalin { font-weight: bold; }
.text_griorta { color: #333 }
.text_griacik { color: #999 }
.text_siyah { color: #CCC }
.text_anahtarkelime { font-weight: bold; }
.text_beyaz { color: #FFF }
.ustmenu_tarih { color: #999; float: left }
ul.sayfalama { width: auto; clear: left; margin-top: 0; margin-bottom: 0; padding-top: 0px; padding-right: 0; padding-bottom: 0; padding-left: 0; }
ul.sayfalama li { list-style: none; float: left; margin: 1px; }
ul.sayfalama li span { padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; background-color: #666666; border: 1px solid #DBDBDB; color: #FFF; margin: 1px; }
ul.sayfalama li .nokta { padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; background-color: #F7F7F7; border: thin solid #F2F2F2; color: #999; font-weight: normal; margin: 1px; }
ul.sayfalama li a { background-color: #F9F9F9; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; border: 1px solid #E5E5E5; color: #999; margin: 1px; }
ul.sayfalama li a:hover { color: #666; border: 1px solid #CCC; background-color: #F2F2F2; text-decoration: none; }
.sayfalama > div { display: inline-block; }
.sayfalama { text-align: center; margin-top: 30px; margin-bottom: 40px; color: #CCC; }
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000; }
a#ustmenu { text-decoration: none; color: #CCCCCC; font-size: 13px; text-shadow: 1px 1px 0px rgba(0,0,0,0.25); padding-left: 3px; }
a#ustmenu:hover { text-decoration: underline }
.ustmenu_bugun { float: left; color: #FFFFFF; font-weight: 300; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; margin-left: 10px; }
a#menuler_alt { text-shadow: 1px 1px 1px rgba(0,0,0,0.25); color: #FFFFFF; text-decoration: none; letter-spacing: 0; font-weight: 700; }
a#menuler_alt:hover { text-decoration: underline }
a#menuler { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #1B1B1B; text-decoration: none; letter-spacing: 0; font-weight: 600; font-family: Arial, Helvetica, sans-serif; padding: 2px; margin-top: -10px; }
a#menuler:hover { text-decoration: underline }
a#menuler_beyaz { text-shadow: 1px 1px 0px rgba(51,51,51,0.25); color: #FFFFFF; text-decoration: none; letter-spacing: 0; font-weight: 700; font-family: Arial, Helvetica, sans-serif; padding: 2px; }
a#menuler_beyaz:hover { text-decoration: underline }
a#tumusiyah { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #333; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px; font-size: 12px }
a#beyaz { color: #FFF; text-decoration: none; letter-spacing: 0; font-weight: normal; line-height: 17px; font-size: 12px }
a#beyaz:hover { text-decoration: underline }
a#tumusiyah:hover { text-decoration: underline }
a#tumugri { text-shadow: 1px 1px 1px rgba(0,0,0,0.25); color: #e5e5e5; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px; font-size: 12px }
a#tumugri:hover { text-decoration: underline }
a#siyah { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #000; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px }
a#gri { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #333; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px }
a#siyahince { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #000; text-decoration: none; letter-spacing: 0; line-height: 17px }
a#siyah:hover { text-decoration: underline }
a#gri:hover { text-decoration: underline }
a#siyahince:hover { text-decoration: underline }
a#flashhaber { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #232323; text-decoration: none; letter-spacing: 0; font-size: 18px; font-weight: bold; line-height: 22px; margin: 3px; }
a#flashhaber:hover { text-decoration: underline }
a#sondakika { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #1A1A1A; text-decoration: none; letter-spacing: 0; font-size: 10px; line-height: 18px; }
a#sondakika:hover { text-decoration: underline }
.input_siyah { background-color: #434343; font-size: 14px; color: #FFF; border: thin solid #333; padding: 4px; cursor: pointer }
.ustmenu { background-color: #28282A; height: 40px; width: 100%; font-family: 'Roboto', sans-serif; }
.sondakikamenu { background-image: url(images/enust_menu.png); height: 40px; width: 100% }
.ustmenu input[id="uy"],
input[text="password"] { background-color: #353535; padding: 4px; border: 1px solid #292929; color: #787878; font-family: Arial, Helvetica, sans-serif; margin-top: 5px; margin-right: 2px; margin-bottom: 5px; margin-left: 5px; }
.ustmenu_sol { float: left; width: 350px; padding-left: 1px; color: #CCCCCC; font-size: 13px; }
.ustmenu_sol .icon { float: left; margin-top: -3px; height: 20px; }
.ustmenu_sol .icon i { font-size: 18px; padding-right: 8px; }
.ustmenu_sol .aciklama { float: left; ; overflow: hidden; height: 17px; !important
}
.ustmenu_sol .aciklama a { color: #CCCCCC; line-height: 15px; }
.ustmenu_sol ul { float: left !important }
.ustmenu_sol ul li { float: left; !important
}
.ustmenu_sag { float: right; }
.ustmenu_form { float: left; }
.ustmenu_buton { float: left; margin-right: 5px; margin-top: 12px; }
.ustmenu_buton_alt { float: right; margin-right: 5px; }
.ustmenu_buton a { margin-right: 2px; margin-left: 2px }
.ustmenu_buton img { padding-right: 2px; vertical-align: middle }
.altmenu_buton { float: left; margin-right: 5px; margin-top: 2px; }
.altmenu_buton_alt { float: right; margin-right: 5px; }
.altmenu_buton a { margin-right: 4px; margin-left: 4px }
.altmenu_buton img { padding-right: 2px; vertical-align: middle }
.ui-carousel { height: auto; margin: 0; overflow: auto; padding: 0; position: relative; width: auto; text-decoration: none }
.ui-carousel>.wrapper { margin: 0; padding: 0; width: 9999px }
.ui-carousel>.wrapper>* { border: 0; display: block; float: left; height: auto; overflow: hidden; width: auto }
.logo { float: left; height: 102px; display: table; margin-left: 5px; }
.logo_box { display: table-cell; vertical-align: middle; }
.foto_slide { }
.foto_icerik { height: auto; padding: 5px; margin-left: 20px; }
.foto_baslik { text-align: center; line-height: 18px; margin-top: 10px; font-weight: 700; color: #000; text-decoration: none; text-shadow: 1px 1px 0px rgba(255,255,255,0.25) }
.foto_tumu { float: right; margin-right: 10px; margin-left: 10px }
.foto_resim { height: 115px; width: 208px; overflow: hidden; text-align: center }
.foto_anabaslik { float: left; width: auto }
.foto_buton { float: right; width: auto; margin-top: 0; margin-right: 5px }
.video_tumu { float: right; margin-right: 10px; margin-left: 10px }
.video_sol { width: auto; height: auto; float: none }
.video_sag { width: 500px }
.video_play { width: 40px; background-image: url(images/play.png); height: 40px; position: absolute; background-repeat: no-repeat; margin-top: 15px; margin-left: 40px; }
.video_sol_resim { height: 70px; width: 123px; overflow: hidden; border: 1px solid #F2F2F2; float: left; margin: 3px; }
.video_sol_resim:hover { border: 1px solid #666666; }
.video_sag_resim { height: 302px; width: 647px; overflow: hidden; margin-top: 5px; padding-left: 4px; }
.video_sag_baslik { width: 610px; margin-top: 230px; position: absolute; padding: 15px; margin-left: 5px; font-weight: bold; color: #FFF; text-decoration: none; margin-right: 5px; background-image: url(images/trans50.png); font-size: 18px; }
.video_anabaslik { float: left; width: auto }
.sondakika_baslik { height: auto; width: auto; display: table; margin-top: 9px; float: left; margin-right: 10px; margin-left: 10px }
.sondakika_slide { float: left; width: 440px; margin-left: 10px; margin-top: 0px; height: 16px; overflow: hidden; }
.sondakika_buton { float: right; margin-top: 3px; margin-right: 10px }

.haberin_basi .basliklar_ust { background-image: url(images/basliklar_bg.png); background-repeat: repeat-x; height: auto; border: 1px solid #d7d7d7; font-weight: bold; text-decoration: none; background-position: bottom; }
.haberin_basi .basliklar_baslik { margin: 15px; font-size:23px; text-decoration: none; color: #333}
.haberin_basi .basliklar_spot { margin: 15px;  font-size:14px; text-decoration: none; color: #333; line-height:24px; width:670px;}

.haberin_basi { position: fixed; z-index: 5; background-color: #FFF; top:0; width: 1000px; font-size: 18px; }
.flashhaber_bos { height: 40px; }
.flashhaber { background-image: url(images/flash_bg.gif); height: 40px; }
.flashhaber_sabit { background-image: url(images/flash_bg.gif); height: 40px; margin-top: 7px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: 36px; }
.flashhaber_sabit_r { background-image: url(images/flash_bg.gif); height: 40px; margin-top: 7px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: 36px; }

.flashhaber_sabitx { background-image: url(images/flash_bg.gif); height: 40px;  margin-top: -83px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: -36px; }
.flashhaber_flash { position: absolute; margin-left: 250px; height: 38px; z-index: 0; overflow: hidden }
.flashhaber_sol { float: left; width: 220px; text-align: center; height: 28px; padding-top: 12px }
.flashhaber_sag { float: left; width: auto; padding-top: 8px; padding-left: 12px; position: relative; z-index: 5 }
.flashhaber_orta { background-image: url(images/flash_bg.png); height: 40px; width: 10px; float: left; margin-top: 0px }
.menuler { margin-top: 5px; font-family: 'PT Sans', sans-serif; }
.menuler_sabit { width: 1000px; margin-top: -195px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }
.menuler_sabitx { width: 1000px; margin-top: -290px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }
.menuler_sabit_r { width: 1000px; margin-top: -290px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }

.menuler_golge { background-image: url(images/menuler_golge.png); background-repeat: repeat-x; height: 5px; width: 100% }
.menuler_bos { height: 48px; width: auto; display: none; }
.menuler_home { float: left; height: 36px; width: 20px; margin-left: 10px; margin-right: 8px; }
.menuler_home img { padding-top: 9px; padding-left: 3px; float: left; position: relative; }
.menuler_home .kesme { background-image: url(images/menuler_altkesme.png); height: 26px; width: 2px; margin-right: 5px; margin-left: 5px; position: relative; float: left; margin-top: 10px; }
.menuler_ust { height: 38px; width: 916px; background-color: #333; 0background-image: url(images/menuler_ustbg.png);
float: left; padding-left: 15px; display: inline-table }
.menuler_ust_kesme { float: left; width: 11px; height: 38px; background-image: url(images/menuler_ustbg_bas.png); }
.menuler_alt { height: 35px; width: auto; margin-left: 70px; background-repeat: repeat-x; margin-top: 1px; }
.menuler_altsol { float: left; height: 34px; display: inline-table }
.menuler_altsag { float: right; width: auto; display: inline-table; height: 34px; margin-right: 10px }
.menuler .kategoriler ul { padding: 0px; list-style-type: none; padding-top: 14px; margin-right: 2px; margin-bottom: 0px; margin-left: 10px; }
.menuler .kategoriler ul li { display: block; float: left; position: relative; margin-right: 9px; text-transform: uppercase; }
.menuler .kategoriler ul li a { color: #FFF; font-size: 15px; font-weight: bold; text-shadow: 1px 1px 0px rgba(0,0,0, 0.3); }
.menuler .kategoriler ul li a i { font-size: 23px; margin-top: -5px; margin-right: 5px; }
.menuler .kategoriler ul li a i.video { font-size: 18px; margin-top: -2px; }
.menuler .kategoriler ul li .kesme { height: 30px; width: 2px; background-image: url(images/menuler_ustkesme.png); position: relative; float: right; margin-left: 7px; margin-top: -8px; }
.menuler .kategoriler ul li.sag { display: block; float: right; position: relative; margin-top: 0px; }
/*
.menuler .kategoriler ul li a i{ font-size:23px; margin-top:-5px;}
.menuler .kategoriler ul li a .kesme { height: 33px; width: 2px; background-color: #0F0; background-image: url(images/menuler_ustkesme.png); display: inline-block; margin-top: -9px; }
.menuler .kategoriler ul li a .baslik{ display: inline-block; margin-top: -15px; }
.menuler .kategoriler ul li a { margin-right: 0px; margin-left: 0px; float: left; font-weight: bold; color: #FFF; text-decoration: none; margin-top: 12px; font-size: 15px; text-shadow: 1px 1px 0px #860D10; }
.menuler .kategoriler ul li i { margin-right: 3px; margin-left: 3px; float: left; padding-right: 6px; padding-left: 6px; }
.menuler .kategoriler ul li.sag { display: block; float: right; position: relative; margin-top: 0px; }
*/
.menuler_ust img { margin-right: 5px; vertical-align: middle; margin-left: 2px }
.menuler_alt img { margin-right: 7px; vertical-align: middle; margin-left: 6px }
.reklam_logoyani { float: right; height: 90px; width: 640px; overflow: hidden; text-align: center; margin-top: 7px; }
.reklam_osagblok { height: auto; width: 300px; margin-top: 5px; margin-bottom: 5px; text-align: center }
.reklam_ic { height: auto; float: left; width: 250px; margin-bottom: 5px; margin-right: 10px; text-align: center }
.reklam_osolblok { height: auto; width: 650px; margin-top: 5px; margin-bottom: 5px; text-align: center }
.reklam_surmanset { height: auto; width: 1000px; margin-top: 10px; margin-bottom: 5px; text-align: center }
.reklam_siteustu { height: auto; width: 1020px; margin-bottom: 3px; text-align: center; margin-left: -10px; }
.reklam_siteustu img { /*height: 90px; */}
.reklam_sitesolu { height: 500px; width: 500px; position: absolute; float: right; margin-top: -5px; margin-left: -510px; text-align: right; position: fixed; }
.reklam_sitesagi { height: 500px; width: auto; position: absolute; float: right; margin-top: -5px; margin-left: 1010px; position: fixed; }
.ortablok_sol { float: left; width: 690px; margin-right: 10px }
.ortablok_sag { float: left; width: 300px; margin-top: 5px; }
.basliklar { height: auto; width: 100%; display: table; margin-top: 10px; margin-bottom: 10px }
.basliklar_ikon { vertical-align: middle; margin-top: -7px; margin-right: 10px; float: left; }
.basliklar_ikon i { font-size: 18px; font-weight: normal; margin-top: 4px; }
.basliklar_ust { background-image: url(images/basliklar_bg.png); background-repeat: repeat-x; height: 40px; border: 1px solid #d7d7d7; font-weight: bold; text-decoration: none }
.basliklar_baslik { margin-top: 12px; margin-left: 10px; text-decoration: none; color: #333 }
.basliklar_icerik { padding: 5px }
.basliklar_onicerik { padding: 10px; line-height: 18px; }
.basliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto }
.gbasliklar_alt { height: auto; width: auto; border: 1px solid #d7d7d7; }
.tbasliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto; border-top-width: 1px; border-top-color: #d7d7d7; }
.basliklar_alttam { height: auto; width: auto; border: 1px solid #d7d7d7 }
.kbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.kbasliklar_ust { background-image: url(images/basliklar_kbg.png); background-repeat: repeat-x; height: 40px; border: 1px solid #515151; font-weight: bold; text-decoration: none }
.kbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.kbasliklar_icerik { padding: 5px }
.kbasliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto }
.sbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.sbasliklar_ust { background-image: url(images/basliklar_kbg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #232323; }
.sbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.sbasliklar_icerik { padding: 5px }
.sbasliklar_alt { height: auto; width: auto; background-color: #575757; background-image: url(images/kutusiyah_bg.png); border-top-width: 1px; border-top-style: solid; border-top-color: #676767; color: #FFF }
.siyahbasliklar_icerik { padding: 5px }
.siyahbasliklar_alt { height: auto; width: auto; background-color: #333333; background-image: url(images/kutusiyah_bg.png); border-top-width: 1px; border-top-style: solid; border-top-color: #676767; color: #FFF }
.bbasliklar_icerik { padding-top: 5px; padding-right: 5px; padding-left: 5px; }
.bbasliklar_alt { height: auto; width: auto; background-color: #EAEAEA; color: #FFF; background-image: url(images/background.png); background-position: left 780px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; }
.superlig { padding-top: 7px; padding-right: 3px; padding-bottom: 7px; padding-left: 3px; background-color: #fff; font-size: 11px; text-shadow: 1px 1px 0 rgba(255,255,255,0.55) }
.superlig_menu { margin-bottom: 1px; padding-top: 6px; padding-right: 3px; padding-bottom: 6px; padding-left: 3px; background-color: #FFF; font-weight: bold; font-size: 11px }
.superlig_sira { float: left; margin-right: 3px }
.superlig_takim { float: left; width: 130px; overflow: hidden; height: 12px; margin-top: 1px; margin-bottom: 1px; }
.superlig_sonuc { float: right; width: 19px; margin-right: 2px; text-align: center; overflow: hidden }
.kirmizibasliklar { height: auto; margin-top: 8px; margin-bottom: 8px }
.kirmizibasliklar_ust { background-image: url(images/basliklar_kirmizi_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #a81219 }
.kirmizibasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.kirmizibasliklar_icerik { padding: 10px }
.kirmizibasliklar_alt { height: auto; width: auto; background-color: #FFFDFD; color: #000; border: 1px solid #e6cccc }
.yesilbasliklar { height: auto; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.yesilbasliklar_ust { background-image: url(images/basliklar_yesil_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #177321 }
.yesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.yesilbasliklar_icerik { padding: 5px }
.yesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #d6e7cb }
.kyesilbasliklar { width: 100%; margin-top: 10px; margin-bottom: 10px }
.kyesilbasliklar_ust { background-image: url(images/basliklar_kyesil.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #899897 }
.kyesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #4e5857 }
.kyesilbasliklar_icerik { padding: 5px }
.kyesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #899897 }
.ayesilbasliklar { height: auto; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.ayesilbasliklar_ust { background-image: url(images/basliklar_ayesil.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #177321 }
.ayesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.ayesilbasliklar_icerik { padding: 5px }
.ayesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #5c8577 }
.akirmizibasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 5px; }
.akirmizibasliklar_ust { background-image: url(images/basliklar_akirmizi.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #be4828 }
.akirmizibasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.akirmizibasliklar_icerik { padding: 5px }
.akirmizibasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #be4828 }
.turuncubasliklar_ust { background-image: url(images/basliklar_turuncu.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #b57c35 }
.turuncubasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.turuncubasliklar_icerik { padding: 5px }
.turuncubasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #b57c35 }
.saribasliklar { width: 100%; margin-top: 10px; margin-bottom: 10px }
.saribasliklar_ust { background-image: url(images/basliklar_sari.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #8d765a }
.saribasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #fff }
.saribasliklar_icerik { padding: 5px }
.saribasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #899897 }
.mbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.mbasliklar_ust { background-image: url(images/basliklar_mavi_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #1a567c }
.mbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.mbasliklar_icerik { padding: 5px }
.mbasliklar_alt { height: auto; width: auto; background-color: #f0f8ff; color: #000; border: 1px solid #d6e1e9 }
.yazarlarimiz { height: auto; width: 141px; float: left; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 5px; border: thin solid #F2F2F2; background-color: #F7F7F7; }
.yazarlarimiz:hover { background-color: #FFFFFF; text-decoration: underline }
.yazarlarimiz_resim { height: 105px; width: 140px; overflow: hidden; margin-bottom: 10px; text-align: center; }
.gununmansetleri { height: auto; width: 320px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.gununmansetleri:hover { background-color: #f4f4f4; text-decoration: underline }
.gununmansetleri:hover>.gununmansetleri_resim { transform: scale(1.02, 1.02) }
.gununmansetleri_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.gununmansetleri_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.gununmansetleri_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.gununmansetleri_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.gununmansetleri_baslik { text-align: center; height: 36px; width: 100%; overflow: hidden; margin-top: 5px; margin-bottom: 0px; }
.gununmansetleri_resim { height: 185px; width: 321px; overflow: hidden; margin-bottom: 10px; text-align: center; }
.gununmansetleri_resim .selefon { width: auto; position: absolute; margin-top: 80px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }

.yazarlistesi { height: auto; width: auto; margin-right: 3px; margin-bottom: 3px; margin-left: 5px; color: #000; text-decoration: none; line-height: 18px; padding: 9px; margin-top: 3px; border: 1px solid #E9E9E9; }
.yazarlistesi_tarih { float: left; width: 130px; }
.yazarlistesi_baslik { float: left; font-weight: bold; text-transform: capitalize; }
.yazarlistesi_hit { float: right; }
.yazarlistesi:hover { background-color: #f4f4f4; text-decoration: underline }
.yazarlistesi:hover>.yazarlistesi_resim { transform: scale(1.02, 1.02) }
.digerbasliklar { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.digerbasliklar:hover { text-decoration: underline; background-color: #f4f4f4 }
.digerbasliklar:hover>.digerbasliklar_resim { transform: scale(1.02, 1.02) }
.digerbasliklar_detay { width: auto; overflow: hidden; text-align: center; margin-bottom: 10px; margin-top: 10px; margin-right: auto; margin-left: auto; height: 55px; }
.digerbasliklar_baslik { text-align: center; height: 35px; width: 100%; font-weight: bold; overflow: hidden; }
.digerbasliklar_resim { height: 105px; width: 203px; overflow: hidden; margin-bottom: 10px }
.haberorta2 { height: auto; width: 208px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.haberorta2:hover { background-color: #f4f4f4; text-decoration: underline }
.haberorta2:hover>.haberorta2_resim { transform: scale(1.02, 1.02) }
.haberorta2_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.haberorta2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.haberorta2_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.haberorta2_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.haberorta2_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.haberorta2_resim { height: 135px; width: 206px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.haberorta { height: auto; width: 204px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.haberorta:hover { background-color: #f4f4f4; text-decoration: underline }
.haberorta:hover>.haberorta_resim { transform: scale(1.02, 1.02); }
.haberorta_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.haberorta_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.haberorta_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.haberorta_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.haberorta_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.haberorta_resim { height: 135px; width: 206px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.haberorta_tarih img { font-size: 12px; color: #999; text-decoration: none; margin-right: 5px; vertical-align: middle }
.haberorta_tarih_yan { text-align: center; width: auto; margin-right: 7px; margin-left: 0px; color: #CCC; text-decoration: none; font-size: 12px; }
.onecikanlar { padding-top: 0px; padding-bottom: 5px; }
.onecikanlar .baslik { padding: 5px; color: #232323; font-weight: bold; text-shadow: 1px 1px 0px #F7F7F7; margin-top: 5px; margin-bottom: 13px; text-align: center; }
.onecikanlar .cizgi { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #E1E1E1; border-bottom-color: #F7F7F7; }
.onecikanlar .resim { height: 150px; width: 298px; overflow: hidden; position: relative; border: 1px solid #CCC; }
.onecikanlar .baslik img { vertical-align: middle; margin-right: 10px; }
.onecikanlar1 { padding-top: 5px; padding-bottom: 5px }
.onecikanlar1 .baslik { padding: 5px; color: #232323; font-weight: bold; text-shadow: 1px 1px 0px #F7F7F7; }
.onecikanlar1 .cizgi { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #E1E1E1; border-bottom-color: #F7F7F7; }
.onecikanlar1 .resim { height: 159px; width: 285px; overflow: hidden; position: relative; margin-bottom: 10px; }
.onecikanlar1 .baslik img { vertical-align: middle; margin-right: 10px; }
.orta_ikili_sol { float: left; width: 330px; margin-top: 5px; margin-bottom: 5px }
.orta_ikili_sag { float: right; width: 330px; margin-top: 5px; margin-bottom: 5px }
.firmarehberi { width: auto }
.firmarehberi_kutu { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.firmarehberi_kutu:hover { background-color: #f4f4f4; text-decoration: underline }
.firmarehberi_kutu:hover>.firmarehberi_resim { transform: scale(1.02, 1.02) }
.firmarehberi_resim { height: 105px; width: 203px; overflow: hidden }
.firmarehberi_baslik { text-align: center; padding-top: 10px; padding-bottom: 10px }
.firmarehberi_tumu { float: right; margin-right: 10px; margin-left: 10px }
.firmarehberi_tumu img { margin-right: 5px; vertical-align: middle }
.firmarehberi_anabaslik { float: left; width: auto }
.seriilan { width: auto }
.seriilan_kutu { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.seriilan_kutu:hover { background-color: #f4f4f4; text-decoration: underline }
.seriilan_kutu:hover>.firmarehberi_resim { transform: scale(1.02, 1.02) }
.seriilan_resim { height: 105px; width: 203px; overflow: hidden }
.seriilan_baslik { text-align: center; padding-top: 10px; padding-bottom: 10px }
.seriilan_tumu { float: right; margin-right: 10px; margin-left: 10px }
.seriilan_tumu img { margin-right: 5px; vertical-align: middle }
.seriilan_anabaslik { float: left; width: auto }
.galerili { background-image: url(images/surmanset_bg.png); position: absolute; margin: 10px; bottom: 90px; }
.galerili .iconlar { padding: 5px; float: left; color: #FFF; }
.kategori { border: 1px solid #d7d7d7; padding: 0; text-decoration: none; margin-top: 0px; }
.kategori:hover { border: 1px solid #d7d7d7; padding: 0; background-color: #f4f4f4 }
.kategori_anabaslik { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; margin-top: 10px; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; font-weight: bold; padding-bottom: 10px; padding-top: 5px; }
.kategori_sag { height: auto; width: 390px; float: left; margin-right: 10px; margin-left: 10px; color: #000 }
.kategori_sag:hover { height: auto; width: 390px; float: left; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sag_kutu { margin-bottom: 10px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding-bottom: 5px; margin-top: 0px; }
.kategori_sag_baslik { margin-bottom: 12px; font-weight: bold; font-size: 12px }
.kategori_sag_resim { height: 65px; width: 140px; overflow: hidden; float: left; margin-right: 5px; margin-left: 5px }
.kategori_sag_detay { width: auto; line-height: 16px }
.kategori_sol { height: auto; width: 180px; float: left; margin-right: 10px; margin-left: 10px; color: #000; margin-top: 0px; margin-bottom: 0px; }
.kategori_sol:hover { height: auto; width: 180px; float: left; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sol_x { height: auto; width: 180px; float: right; margin-right: 10px; margin-left: 10px; color: #000 }
.kategori_sol_x:hover { height: auto; width: 180px; float: right; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sol_resim { height: 250px; width: 180px; overflow: hidden }
.kategori_sol_baslik { font-weight: bold; margin-top: 10px; margin-bottom: 10px; text-align: center; line-height: 18px; font-size: 12px }
.kategori_sol_detay { font-weight: normal; line-height: 17px; text-align: center }
.yazar_kutu { background-image: url(images/yazarlar_bg.png); background-repeat: repeat-x; height: auto; }
.yazar_resim { float: right; height: 111px; width: 111px; overflow: hidden; margin-top: 2px; margin-bottom: 2px; margin-left: 5px; margin-right: 5px; }
.yazar_adi { font-weight: bold; color: #000000; text-decoration: none; line-height: 18px; padding-top: 18px; padding-bottom: 5px; }
.yazar_saat { font-size: 11px; color: #999; text-decoration: none; font-weight: normal }
.yazar_saat img { vertical-align: middle }
.yazar_baslik { margin-top: 5px; font-weight: normal; text-decoration: none; color: #000; }
.yazar_buton { float: right; margin-right: 10px }
.encok { margin: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding-top: 8px; padding-bottom: 8px; color: #000; text-decoration: none }
.encok img { vertical-align: middle; padding-right: 8px }
.anket { width: 290px; margin-right: auto; margin-left: auto }
.anket_soru { font-weight: bold; text-decoration: none; color: #000; text-align: center; margin-bottom: 30px; margin-top: 10px; margin-right: 5px; margin-left: 5px }
.anket_cevaplar { text-align: center; margin-top: 10px; margin-bottom: 10px; width: 96%; margin-right: auto; margin-left: auto }
.anket_kullan { text-align: center; padding-top: 20px; padding-bottom: 10px }
.anket_cevap { float: left; margin-top: 4px }
.anket_resim { float: left }
.anket_tik { width: 20px; float: left; height: 20px; padding-right: 5px; padding-left: 5px }
.anket_sonuclar { width: auto; text-align: center; margin-top: 10px; margin-bottom: 10px; margin-right: auto; margin-left: auto }
.anketler_grafik { background-color: #f4f4f4; height: 12px; width: 80%; margin-top: 5px; margin-bottom: 10px; margin-right: auto; margin-left: auto }
.anketler_grafik_golu { background-image: url(images/anket.png); height: 12px }
.anket_yuzde { float: right; margin-right: 10px; font-size: 11px }
.sayfalar_baslik { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding: 10px; color: #333; vertical-align: middle }
.sayfalar_baslik_ic { padding: 8px; color: #333; vertical-align: middle }
.sayfalar_resim { float: left; margin-right: 10px; margin-top: 8px }
.egazete_manset { float: left; height: 300px; width: 210px; overflow: hidden; margin-right: 10px }
.egazete_sayfalar { float: left; height: 75px; width: 65px; overflow: hidden; margin-bottom: 2px }
.ulusal { text-align: center; float: right; margin-right: 10px; margin-top: -3px }
.eczaneler { text-align: center }
.arsiv { padding: 3px }
.arsiv_tarih { float: left; margin-right: 2px; margin-left: 2px }
.arsiv_tarih select { background-color: #F7F7F7; font-size: 14px; color: #333; border: 1px solid #CCC; padding: 4px }
.arsiv_ara { margin-left: 5px; float: right }
.namaz { background-image: url(images/namazvakitleri.png); height: 152px; width: 331px; background-repeat: no-repeat; }
.namaz_sehir { float: left; width: 190px; margin-right: 5px; margin-top: 25px; margin-left: 10px; color: #FFF; font-size: 10px; opacity: .8 }
.namaz_vakitler { margin-top: 30px }
.namaz_durum { float: left; width: 42px; text-align: center; color: #FFF; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 3px; padding-left: 3px; }
.namaz_saat { margin-top: 5px; color: #FC0 }
.namaz_isim { margin-top: 5px; font-weight: bold }
.hava { background-image: url(images/havadurumu.png); height: 152px; width: 331px; background-repeat: no-repeat; }
.hava_kutular { margin-top: 20px; margin-left: 10px }
.hava_gunresim { float: left; height: 50px; width: 100px; margin-left: -50px }
.hava_sehir { float: left; width: 190px; margin-right: 5px; margin-top: 25px; margin-left: 10px; color: #FFF; font-size: 10px; opacity: .8 }
.hava_sehir form { margin-bottom: 10px; }
.hava_durum { float: left; width: 70px; text-align: center; color: #FFF; padding: 3px; margin-top: 0; margin-right: 10px; margin-bottom: 2px; margin-left: 10px }
.hava_derece { margin-top: 5px; color: #FC0 }
.hava_kirmizi { color: #ff9b79 }
.hava_mavi { color: #c4e4f7 }
.hava_gun { margin-top: 5px; font-weight: bold }
.piyasalar { float: left; margin-top: 8px }
.piyasalar_baslik { float: left; margin-right: 50px; padding: 5px; margin-left: 5px; font-size: 14px; color: #333; font-weight: bold }
.piyasalar_kutu { float: left; margin-right: 105px; margin-left: 25px }
.piyasalar_adi { float: none; font-size: 14px; font-weight: bold; margin-top: 1px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; color: #999; }
.piyasalar_deger { float: left; color: #333; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; position: absolute; font-weight: bold; font-size: 16px; }
.piyasalar_degisim { color: #999; margin-top: 5px; margin-bottom: 5px; position: absolute; margin-left: 80px; }
.piyasalar_grafik { float: right; margin-top: -25px; position: absolute; margin-left: 90px; }
.piyasalar_ust { background-image: url(images/piyasa_bg.png); background-repeat: repeat-x; height: 55px; border: 1px solid #d7d7d7; text-decoration: none; }
.menuler_tumkategori { background-color: #A80000; position: absolute; padding-top: 10px; margin-top: 14px; margin-left: -100px; z-index: 15; float: right; right: -11px; }
.menuler_tumubaslik { padding-top: 8px; padding-bottom: 8px; width: 110px; position: relative; z-index: 10; padding-right: 10px; padding-left: 10px; }
.menuler_tumubaslik a { color: #FFF; text-decoration: none; }
.menuler_tumubaslik:hover { background-color: #000; opacity: 0.5; }
.ustmanset { margin-top: 10px; margin-bottom: 10px; }
.ustmanset_kutu { width: 194px; float: left; margin-right: 2px; height: 165px; padding: 2px; margin-bottom: 10px; }
.ustmanset_kutu:hover { text-decoration: underline; background-color: #e9e9e9; }
.ustmanset_kutu:hover>.ustmanset_resim { transform: scale(1.02, 1.02) }
.menuler_arama { float: right; margin-top: 5px; margin-right: 5px }
.ustmanset_resim { height: 115px; width: 194px; overflow: hidden; }
.ustmanset_baslik { text-align: center; margin-top: 5px; overflow: hidden; font-size: 14px; color: #232323; line-height: 21px; padding: 3px }
.biyografi { margin-top: 5px; margin-bottom: 10px; padding: 5px }
.biyografi:hover { background-color: #f4f4f4 }
.biyografi:hover>.biyografi_resim { transform: scale(1.02, 1.02) }
.biyografi_resim { float: left; height: 120px; width: 100px; background-color: #CCC; margin-right: 10px; overflow: hidden }
.biyografi_detay { float: left; width: 185px; line-height: 18px; color: #333 }
.footer { padding-top: 10px; width: auto; background-color: #D2D2D2; margin-top: -20px; }
.footer .ikonlar { width: 205px; float: left; margin-top: 23px; margin-left: 8px; }
.footer .ikonlar:hover>.detay { color: #333; }
.footer .ikonlar:hover>.baslik { color: #333; }
.footer .ikonlar:hover>.logo i { color: #333; }
.footer .ikonlar .logo { float: left; margin-left: 15px; margin-right: 10px; }
.footer .ikonlar .logo i { font-size: 40px; color: #8B8B8B; }
.footer .ikonlar .baslik { font-size: 15px; color: #333333; font-weight: bold; margin-bottom: 8px; }
.footer .ikonlar .detay { font-size: 13px; color: #B9B9B9; }
.footer .blok { width: 500px; float: left; color: #666; margin-bottom: 55px; margin-top: 0; }
.footer .blok .logom { margin-right: 30px; margin-top: 20px; }
.footer .blok .logom:hover { }
.footer .blok .sosyal { margin-top: 20px; }
.footer .blok .sosyal .ikon { float: right; }
.footer .blok .sosyal .ikon i { color: #8B8B8B; font-size: 32px; margin: 3px; padding-top: 5px; }
.footer .blok .sosyal .ikon i:hover { color: #333; }
.footer .blok .telefon { font-size: 16px; float: right; text-align: right; padding-top: 7px; margin-top: 7px; border-right-width: 1px; border-right-style: dotted; border-right-color: #999; margin-right: 20px; padding-right: 20px; }
.footer .blok .telefon i { font-size: 30px; float: left; color: #8B8B8B; }
.footer .blok .telefon span { float: left; font-weight: bold; margin-left: 5px; color: #333333; }
.copyright { padding-top: 20px; padding-bottom: 20px; font-size: 13px; color: #666; background-color: #EAEAEA; }
.copyright .sol { float: left; }
.copyright .sag { float: right; }
.footer_kategori { float: left; margin-right: 7px; margin-left: 7px }
.footer_copy { font-size: 11px; color: #666; padding-top: 15px; border-top-width: 1px; border-top-style: dotted; border-top-color: #e9e9e9; padding-bottom: 15px }
.footer_copy_yil { float: left }
.footer_copy_telif { float: right }
.footer_menuler { background-color: #EAEAEA; padding: 5px; margin-top: 70px; margin-bottom: 5px; height: 90px; }
.footer_url { padding: 3px; margin-right: 5px; float: left }
.footer_logo { height: 170px; width: 250px; display: table; float: left }
.footer_logo_ici { height: 170px; width: 300px; vertical-align: middle; display: table-cell; padding-left: 5px; }
.footer_kategori_baslik { font-weight: bold; color: #333; text-decoration: none; margin-top: 20px; margin-bottom: 20px }
.footer_kategori_link { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F2F2F2; padding: 3px; margin: 5px; }
.footer_kategori_link a { color: #999; padding: 5px; margin: 5px; }
.haber_ayrinti_baslik { font-size: 24px; margin-top: 30px; line-height: 24px; margin-bottom: 30px; color: #A81317; font-weight: bold; }
.haber_ayrinti_siyahbaslik { font-size: 20px; margin-top: 20px; margin-bottom: 20px; color: #333333; font-weight: bold; }
.haber_ayrinti_detay { line-height: 25px; font-size: 14.5px; font-weight: 400; color: #292929; }
.haber_ayrinti_spot { padding-top: 15px; padding-bottom: 15px; font-size: 15px; text-decoration: none; line-height: 25px; color: #333; font-weight: bold; }
.haber_detay_mfoto { float: right; width: 350px; padding: 3px; border: 1px solid #CCC; margin: 3px; }
.kutu { border: 1px solid #d7d7d7; text-decoration: none }
.kutu_yesil { background-color: #EFF8F0; padding: 15px; border: 1px solid #358820; text-align: center; color: #060; font-weight: bold; text-decoration: none; }
.kutu_yesil .text { font-weight: normal; font-size: 11px; margin-top: 15px; }
.kutu_kirmizi { background-color: #FBEFEC; padding: 15px; border: 1px solid #CC0000; text-align: center; color: #C00; font-weight: bold; text-decoration: none; }
.kutu_kirmizi .text { font-weight: normal; font-size: 11px; margin-top: 15px; }
.yorumaciklama { color: #999999; font-size: 12px; text-decoration: none; line-height: 16px; font-weight: normal; margin-top: 10px; margin-bottom: 10px; }
.yorumbg { border: 1px solid #CCCCCC; text-decoration: none; background-image: url(images/yorumbg.png); background-repeat: repeat-x; font-weight: normal; color: #333333; font-size: 14px; }
#yorum input[type=button] { border: #CCC solid 1px; padding: 10px; color: #666; cursor: pointer }
#yorum input[type=button]:hover { border: #CCC solid 1px; padding: 10px; color: #333; background-color: #CCC }
.yukaricik { bottom: 18px; display: none; position: fixed; right: 18px; z-index: 20; padding: 10px; cursor: pointer }
.yukaricik:hover { background-color: #333; }
.haberspotla { bottom: 10px; display: none; position: fixed; background-color: #FCFCFC; z-index: 9999; display: none; padding: 10px; border: thin solid #CCC; right: 10px; }
.haberspotla_but { background-color: #E8E8E8; border: 1px solid #D6D6D6; width: 90px; color: #333; font-weight: bold; padding-top: 6px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; text-align: center; height: 26px; margin-right: 40px; margin-left: auto; }
.haber_ayrinti_spotla_baslik { font-size: 16px; color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.haber_ayrinti_spotla_baslik_kirmizi { font-size: 16px; color: #A40000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.haber_ayrinti_spotla_detay { font-family: Arial, Helvetica, sans-serif; color: #000; line-height: 16px; }
.encoktiklanan { margin-top: 15px; margin-bottom: 15px; }
.encoktiklanan:hover { background-color: #F2F2F2; }
.encoktiklanan #foto { height: 60px; width: 100px; float: left; margin-left: 5px; overflow: hidden; }
.encoktiklanan #baslik { height: auto; width: 160px; float: left; margin-left: 10px; margin-bottom: 5px; }
.encoktiklanan #tik { height: auto; width: 160px; float: left; margin-left: 10px; color: #999; font-weight: normal; }
.menugecis_bg { background-image: url(images/menugecis_bg.png); background-repeat: repeat-y; width: 198px; height: 36px; position: absolute; margin-left: 600px; }
.menuler .kategoriler { height: 43px; }
.menuler .sondakika { background-image: url(images/alt_bg_gri.png); height: 38px; background-position: bottom; }
.menuler .sondakika .baslik { background-image: url(images/alt_bg.png); height: 33px; width: 200px; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #e0ae00; border-bottom-color: #e0ae00; border-left-color: #e0ae00; float: left; }
.menuler .sondakika .baslik .son { background-image: url(images/alt_son.png); float: right; height: 34px; width: 18px; }
.menuler .sondakika .bilgi { float: left; }
.menuler .sondakika .arama { float: right; }
.menuler .sondakika .arama input[type="image"] { position: absolute; margin-left: -25px; margin-top: 7px; float: left; }
.menuler .sondakika .arama input[type="text"] { font-weight: normal; color: #999; font-family: Arial, Helvetica, sans-serif; text-decoration: none; padding: 5px; width: 200px; margin-top: 3px; margin-right: 0px; background-color: #F2F2F2; border: 1px solid #CCC; float: left; }
.lari { height: auto; margin-top: 10px; }
.kategoribasliklari .ust { background-color: #4E8A9B; width: auto; }
.kategoribasliklari .alt { padding-top: 0px; }
.kategoribasliklari .ust .tab { background-color: #5B9AAC; float: left; color: #FFF; font-weight: bold; cursor: pointer; border-right-width: 1px; border-right-style: dotted; border-right-color: #4E8A9B; padding-top: 13px; padding-right: 10px; padding-bottom: 13px; padding-left: 10px; }
.kategoribasliklari .ust .x { background-color: #2A6B7E; color: #FFF; }
.kategoribasliklari .ust .tab:hover { background-color: #2A6B7E; color: #FFF; }
.kategoribasliklari .alt .tabbox { margin-top: 5px; }
.kategoribasliklari .alt .tabbox .sol { float: right; margin-right: 10px; width: 400px; }
.kategoribasliklari .alt .tabbox .sol .basliklar { clear: both; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E9E9E9; margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px; padding-bottom: 10px; padding-top: 5px; }
.kategoribasliklari .alt .tabbox .sol .basliklar:hover { background-color: #F2F2F2; }
.kategoribasliklari .alt .tabbox .sol .basliklar .resim { float: left; height: 70px; width: 100px; margin-right: 10px; overflow: hidden; border: 1px solid #F2F2F2; }
.kategoribasliklari .alt .tabbox .sol .basliklar .baslik { float: left; height: 17px; width: auto; overflow: hidden; font-weight: bold; color: #000; text-decoration: none; width: 280px; }
.kategoribasliklari .alt .tabbox .sol .basliklar .detay { float: left; width: 260px; height: 35px; overflow: hidden; line-height: 16px; }
.kategoribasliklari .alt .tabbox .sag { float: left; width: 215px; margin-top: 10px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px; }
.kategoribasliklari .alt .tabbox .sag .resim { height: 120px; width: 215px; overflow: hidden; }
.kategoribasliklari .alt .tabbox .sag .baslik { font-weight: bold; margin-top: 5px; margin-bottom: 5px; line-height: 16px; text-align: center; }
.kategoribasliklari .alt .tabbox .sag .detay { line-height: 18px; }
ul.marquee { /* required styles */ display: block; padding: 0; margin: 0; list-style: none; line-height: 2; position: relative; overflow: hidden; /* optional styles for appearance */ width: 1000px; height: 35px; text-decoration: none; }
ul.marquee li { /* required styles */ position: absolute; top: -999em; left: 0; display: block; white-space: nowrap; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none; padding-top: 5px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; }
ul.marquee li a { color: #999999; }
ul.marquee li a:hover { color: #CCCCCC; text-decoration: none; }
ul.marquee .beyaz { color: #999999; }
ul.marquee .kirmizi { color: #999999; text-shadow: 1px 1px 0px #000000; font-weight: bold; }
ul.marquee .ince { font-weight: normal; text-decoration: none; }
.ust_slider { width: 1000px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.ust_slider ul li { height: 200px; }
.ust_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 26px; height: 29px; text-indent: 0; color: #ffffff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 29px; margin: 0 1px 0 0; background-color: #28282A; color: #fff; font-size: 15px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a.active { color: #FFF; }
.ust_slider .bx-wrapper .bx-controls-direction { display: none }
.ust_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.ust_slider .bx-wrapper .bx-controls-direction a { background: none; text-indent: 0; font-size: 50px; color: #FFFFFF; margin-top: -30px; }
.right-ad .bx-wrapper .bx-controls-direction { display: none }
.right-ad:hover .bx-wrapper .bx-controls-direction { display: block; }
.right-ad { widht: 300px; height: 195px; margin: 8px 0 0 0; position: relative; }
.right-ad ul li .baslik { bottom: 0px; background-image: url(images/surmanset_bg.png); position: absolute; width: 280px; padding: 10px; color: #FFF; text-align: center; font-weight: bold; text-shadow: 1px 1px 0 #000; line-height: 18px; }
.right-ad ul li { height: 168px; }
.right-ad .bx-wrapper .bx-pager { padding-bottom: 0px; }
.right-ad .bx-wrapper .bx-pager.bx-default-pager a { width: 20px; height: 24px; text-indent: 0; background-color: #E0E0E0; color: #333; font-size: 15px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 24px; margin: 0 1px 0 0; }
.right-ad .bx-wrapper .bx-pager.bx-default-pager a:hover,
.right-ad .bx-wrapper .bx-pager.bx-default-pager a.active { background: #C0161C; color: #FFF; }
.ds-wrap { width: 920px; padding: 20px 25px 20px 35px; margin: 10px 0; overflow: hidden; background-image: url(images/slide-news-bck.jpg); background-repeat: repeat-x; background-position: center bottom; background-color: #F5F5F5; }
.ds-wrap .slide-item { color: #000; font-weight: bold !important; text-decoration: none !important; }
.ds-wrap .slide-item span { margin-top: 10px; }
.ds-wrap .slide-item a { color: #000; }
.ds-wrap .slide-item a:hover { text-decoration: none !important; }
.ds-wrap img { margin: 0 0 0 0; }
.ds-wrap span.img-border { display: block; border: 1px solid #CCCCCC; padding: 3px; margin: 0 0 5px 0; background-color: #FFF; }
.ds-wrap .bx-wrapper .bx-next { right: -30px }
.ds-wrap .bx-wrapper .bx-prev { left: -38px }
.ds-wrap .bx-wrapper .bx-viewport { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; left: -5px; background: none; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.ds-wrap .bx-viewport { height: 190px !important }
.sosyal { color: #FFF; margin-bottom: 15px; }
.sosyal .facebook a { color: #FFF }
.sosyal .facebook a:hover { text-decoration: none; }
.sosyal .facebook a:hover .aciklama { background-color: #2C4472; text-decoration: none }
.sosyal .facebook { background: #3B5998; height: 80px; width: 145px; float: left }
.sosyal .facebook .aciklama { background-color: #324B81; padding: 6px 0; text-align: center; font-size: 12px; }
.sosyal .begeni { font-size: 23px; font-weight: bold; float: right; padding: 10px 5px 10px 5px; }
.sosyal .begeni.face { text-shadow: 0px 1px 1px #31497D }
.sosyal .begeni.twit { text-shadow: 0px 1px 1px #007AA8 }
.sosyal .begeni span { font-size: 16px; display: block; font-weight: 300; margin-top: 3px; text-align: right; }
.sosyal .icon { padding: 10px; float: left }
.sosyal .icon i { font-size: 35px; }
.sosyal .twitter a { color: #FFF }
.sosyal .twitter a:hover { text-decoration: none; }
.sosyal .twitter a:hover .aciklama { background-color: #008FC6; text-decoration: none }
.sosyal .twitter { background: #00ACEE; height: 80px; width: 145px; float: right }
.sosyal .twitter .aciklama { font-size: 12px; background-color: #009DD9; padding: 6px 0; text-align: center; }
.socialRightBlock .facebook { background: #3c5b9b; border-bottom: solid 10px #32508d; }
.socialRightBlock .twitter { background: #59c8ff; border-bottom: solid 10px #48b7ee; }
.arama { margin-top: 5px; margin-bottom: 5px; }
.arama input[type="text"] { background-color: #fff; padding: 6px; border: #CCC 1px solid; width: 200px; margin-right: 5px; color: #999; font-family: 'PT Sans', sans-serif; font-size: 14px; }
.arama input[type="submit"] { font-family: 'PT Sans', sans-serif; font-weight: bold; background-color: #C0161C; padding: 6px; border: none; color: #FFF; width: 75px; cursor: pointer; }
.ust_slider { width: 1000px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.ust_slider ul li { height: 200px; }
.ust_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; text-align: left; padding-left: 10px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 18px; height: 30px; text-indent: 0; color: #ffffff; border: medium none; border-radius: 3px 3px 15px; -webkit-border-radius: 3px 3px 15px; -moz-border-radius: 3px 3px 15px; line-height: 26px; margin: 0 2px 0 0; padding: 0 0 0 10px; background-color: #F8F8F8; color: #000; font-size: 16px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a.active { color: #FFF; text-decoration: none; }
.ust_slider .bx-wrapper .bx-controls-direction { display: none }
.ust_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.gazete { width: auto; margin-left: 2px; }
.gazete_slider .ici { float: left; margin: 7px; }
.gazete_slider { width: 678px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.gazete_slider ul li { height: 200px; }
.gazete_slider .bx-wrapper .bx-viewport { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 0px; background-image: url(images/background_ic.png); background-repeat: repeat-x; }
.gazete_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; }
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 26px; height: 29px; text-indent: 0; color: #ffffff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 29px; margin: 0 1px 0 0; background-color: #28282A; color: #fff; font-size: 15px; }
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #C0161C; color: #FFF; }
.gazete_slider .bx-wrapper .bx-controls-direction { display: none }
.gazete_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.burclar { margin-top: 10px; margin-bottom: 10px; }
.burclar .logolar { float: left; width: 260px; }
.burclar .logolar .logo { width: 50px; height: 50px; float: left; margin: 5px; }
.burclar .aciklama { float: left; width: 390px; margin-left: 10px; display: block; }
.burclar .aciklama .adi { float: left; font-size: 20px; font-weight: bold; }
.burclar .aciklama .tarih { float: right; color: #999; }
.burclar .aciklama .detay { margin-top: 20px; line-height: 20px; }
.kategorim { width: 1000px; height: auto; margin-top: 29px; background-color: #D7D7D7; position: absolute; z-index: 999; overflow: hidden; background-image: url(images/katarka.jpg); padding-top: 5px; padding-bottom: 5px; }
.kategorim .kutu { width: 325px; height: 60px; margin: 3px; float: left; font-weight: bold; background-color: #ffffff; }
.kategorim .kutu:hover { text-decoration: underline; background-color: #F4F4F4; }
.kategorim .kutu .baslik { padding: 3px; text-align: center; height: 32px; line-height: 17px; overflow: hidden; margin-top: 4px; margin-bottom: 4px; }
.kategorim .kutu .resim { height: 50px; width: 90px; overflow: hidden; text-align: center; padding: 3px; float: left; }
.roportaj { height: auto; width: 323px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; }
.roportaj:hover { background-color: #f4f4f4; text-decoration: underline }
.roportaj:hover>.roportaj_resim { transform: scale(1.02, 1.02) }
.roportaj_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.roportaj_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #CD8D3E; margin-left: 10px; }
.roportaj_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.roportaj_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.roportaj_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.roportaj_resim { height: 135px; width: 323px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim { height: auto; width: 316px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.fotogalerim:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.fotogalerim_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.fotogalerim_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 60px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }
.fotogalerim_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #C4513E; margin-left: 10px; }
.fotogalerim_resim { height: 145px; width: 315px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim_resim:hover { transform: scale(1.02, 1.02) }
.fotogalerim2 { height: auto; width: 203px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.fotogalerim2:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.fotogalerim2_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.fotogalerim2_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 75px; opacity: 0.5; }
.fotogalerim2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #C4513E; margin-left: 10px; }
.fotogalerim2_resim { height: 115px; width: 202px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim2_resim:hover { transform: scale(1.02, 1.02) }
.videogalerim { height: auto; width: 316px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.videogalerim:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.videogalerim_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.videogalerim_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 60px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }
.videogalerim_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #333333; margin-left: 10px; }
.videogalerim_resim { height: 145px; width: 315px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.videogalerim_resim:hover { transform: scale(1.02, 1.02) }
.videogalerim2 { height: auto; width: 203px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.videogalerim2:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.videogalerim2_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.videogalerim2_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 75px; opacity: 0.5; }
.videogalerim2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #333333; margin-left: 10px; }
.videogalerim2_resim { height: 105px; width: 202px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.videogalerim2_resim:hover { transform: scale(1.02, 1.02) }
.baslik_tumu { float: right; margin-right: 10px; margin-left: 10px }
.puan_tumu { float: right; margin-right: 10px; margin-left: 10px; margin-top: -4px; opacity: .8 }
#fikstur { }
#fikstur .liste { margin: 15px 0 15px 0 }
#fikstur .liste .tarih { font-size: 12px; font-weight: bold; text-align: center; margin: 5px 0 5px 0 }
#fikstur .liste .takim { font-size: 12px; text-align: center; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E7F1E4; padding-bottom: 10px; }
#fikstur .liste .takim span { font-weight: bold; }
.sosyalhaber { margin-top: 10px; text-align: center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EBEBEB; padding: 10px 0; }
.sosyalhaber a { color: #FFF; text-decoration: none; text-align: center; }
.sosyalhaber div i { font-size: 16px; }
.sosyalhaber .facebook { float: left; width: 16.6%; background-color: #3A589B; padding: 5px 0; text-align: center; }
.sosyalhaber .twitter { float: left; width: 16.6%; background-color: #55ACEE; padding: 5px 0; text-align: center; }
.sosyalhaber .yorum { float: left; width: 16.6%; background-color: #D99C46; padding: 5px 0; text-align: center; }
.sosyalhaber .google { float: left; width: 16.6%; background-color: #D6492F; padding: 5px 0; text-align: center; }
.sosyalhaber .linkedin { float: left; width: 16.6%; background-color: #0077B5; padding: 5px 0; text-align: center; }
.sosyalhaber .whatsapp { float: left; width: 16.6%; background-color: #33AE20; padding: 5px 0; text-align: center; }
.sosyalhaber .whatsapp img { margin: 0 auto }
.sagsol { padding: 10px 0; }
.sagsol a:hover>.sol { background-color: #666666; }
.sagsol .sol { float: left; padding: 10px; width: 45%; background-color: #999999; }
.sagsol .sol .baslik { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; padding-top: 10px; float: left; color: #FFF }
.sagsol .sol .baslik i { margin-right: 10px; font-size: 26px; float: left; margin-top: -5px; }
.sagsol .sol .resim { display: none; float: left; width: 120px; height: 70px; overflow: hidden; margin-right: 10px; float: left; }
.sagsol .sol .haberbaslik { margin: 15px 0; line-height: 18px; float: left; overflow: hidden; height: 20px; color: #FFF }
.sagsol a:hover>.sag { background-color: #666666; }
.sagsol .sag { float: right; padding: 10px; width: 45%; background-color: #999999; }
.sagsol .sag .baslik { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; padding-top: 10px; float: right; color: #FFF }
.sagsol .sag .baslik i { margin-left: 10px; font-size: 26px; float: right; margin-top: -5px; }
.sagsol .sag .resim { display: none; float: right; width: 120px; height: 70px; overflow: hidden; margin-right: 10px; float: right; }
.sagsol .sag .haberbaslik { margin: 15px 0; line-height: 18px; float: right; overflow: hidden; height: 20px; color: #FFF }
.saniyereklam { position: fixed; height: 100%; width: 100%; background: rgba(0,0,0,0.7); z-index: 99999; display: none; }
.saniyereklam .content { position: absolute; margin-top: 2%; }
.saniyereklam .bar { text-align: right; font-weight: bold; padding: 10px; height: 20px; font-size: 15px; }
.saniyereklam .bar div { margin-right: 10px; cursor: pointer; }
.saniyereklam .saniye { float: left; color: #fff }
.saniyereklam .kapat { float: right; color: #fff }
.fotosaniyereklam { height: 475px; width: 655px; background: rgba(0,0,0,0.4); z-index: 99999; display: none; margin-top: -40px; position: absolute }
.fotosaniyereklam .content { position: absolute; margin-top: 20px; }
.fotosaniyereklam .bar { text-align: right; font-weight: normal; padding: 10px; font-size: 14px; }
.fotosaniyereklam .bar div { margin-right: 10px; cursor: pointer; }
.fotosaniyereklam .saniye { float: left; color: #fff }
.fotosaniyereklam .kapat { float: right; color: #fff }
.webaksiyon { color: #EAEAEA !important }
.webaksiyon:hover { color: #EAEAEA; !important
}
.haberanaresim { cursor: pointer; }
.haberanaresim:hover>.icon { opacity: 0.8; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.haberanaresim .icon { background-color: #333; opacity: 0.5; padding: 10px; width: 17px; height: 17px; position: absolute; margin: 30px; }
.haberanaresim .icon i { color: #FFF; font-size: 20px; opacity: 0.9; }
.haberdigerresim { cursor: pointer; width: 322px; float: left; margin: 5px; border: 1px solid #E8E8E8; }
.haberdigerresim:hover>.icon { opacity: 0.8; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.haberdigerresim .icon { background-color: #333; opacity: 0.5; padding: 10px; width: 11px; height: 11px; position: absolute; margin: 20px; }
.haberdigerresim .icon i { color: #FFF; font-size: 12px; opacity: 0.9; }
.facebooks { height: 285px; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.facebook_ust { background-repeat: repeat-x; height: 35px; font-weight: bold; text-decoration: none; background-color: #3c5b9b; border: 1px solid #36538d }
.facebook_baslik { margin-top: 9px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.facebook_icerik { padding: 5px }
.facebook_alt { height: auto; width: auto; background-color: #f8f9fc; color: #FFF; border: 1px solid #c7d1e9 }
.twitters { height: 400px; display: table; margin-top: 8px; margin-bottom: 8px; width: 290px; margin-right: auto; margin-left: auto }
.twitter_ust { background-repeat: repeat-x; height: 35px; font-weight: bold; text-decoration: none; background-color: #59c8ff; border: 1px solid #37beff }
.twitter_baslik { margin-top: 9px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.twitter_icerik { padding: 5px; width: 288px; height: 400px; overflow: hidden; }
.twitter_alt { height: auto; width: auto; background-color: #fff; color: #FFF; border: 1px solid #d7edf4 }
.okudunuzmu { right: 18px; bottom: 18px; width: 315px; position: fixed; z-index: 19; display: none; background: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); -moz-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); }
.okudunuzmu .obaslik { height: 18px; background-color: #28282A; padding: 10px; color: #FFF; font-weight: bold; }
.okudunuzmu .obaslik .okapat { color: #FFF; float: right; }
.okudunuzmu .obaslik .okapat a { color: #FFF; }
.okudunuzmu .okutu { padding: 10px; margin-bottom: 10px; clear: none; }
.okudunuzmu .okutu:hover { background-color: #F3F3F3 }
.okudunuzmu .okutu .oresim { width: 100px; height: 55px; overflow: hidden; margin-right: 5px; float: left; }
.okudunuzmu .okutu .oabaslik { width: 180px; height: 40px; overflow: hidden; color: #333; font-weight: bold; line-height: 20px; font-size: 14px; }
.yukariyazi { color: #FFF; font-weight: bold; font-size: 14px; padding-right: 5px; }
.left-ad { margin: 8px 0 0 0; position: relative; }
.left-ad ul li { }
.sonrakihabersol { left: 10px; position: fixed; top: 40%; z-index: 99; }
.sonrakihabersol a.leftArrow { float: left; }
.sonrakihabersol .arrowImg { border: 1px solid #eee; background: #f6f6f6; height: 120px; line-height: 120px; padding: 0 8px; }
.sonrakihabersol .leftTextImgWrap { border: 1px solid #eee; background: #fff; width: 220px; height: 160px; padding: 10px; display: table; position: absolute; top: 0; z-index: 9999; display: none; }
.sonrakihabersol i { font-size: 36px; color: #333; }
.sonrakihabersol .leftTextImgWrap .lText { display: table-cell; width: 200px; height: auto; line-height: 17px; text-align: right; font-size: 14px; font-weight: bold; color: #000; padding: 8px; text-align: center }
.sonrakihabersol .leftTextImgWrap img { width: 220px; height: 110px; }
.sonrakihabersag { position: fixed; top: 40%; right: 10px; z-index: 99; }
.sonrakihabersag a.rightArrow { float: left; }
.sonrakihabersag .arrowImg { border: 1px solid #eee; background: #f6f6f6; height: 120px; line-height: 120px; padding: 0 8px; }
.sonrakihabersag .rightTextImgWrap { border: 1px solid #eee; background: #fff; width: 220px; height: 160px; padding: 10px; display: table; position: absolute; top: 0; right: 0; z-index: 9999; display: none; }
.sonrakihabersag i { font-size: 36px; color: #333; }
.sonrakihabersag .rightTextImgWrap .rText { display: table-cell; width: 220px; height: auto; line-height: 17px; text-align: left; font-size: 14px; font-weight: bold; color: #000; padding: 8px; text-align: center }
.sonrakihabersag .rightTextImgWrap img { width: 220px; height: 110px; }
.haber-ad { widht: 300px; height: 195px; margin: 8px 0 0 0; position: relative; }
.haber-ad ul li .baslik { bottom: 0px; background-image: url(images/surmanset_bg.png); position: absolute; width: 280px; padding: 10px; color: #FFF; text-align: center; font-weight: bold; text-shadow: 1px 1px 0 #000; line-height: 18px; }
.haber-ad ul li { height: 168px; }
.anasayfabslk { font-size: 26px; font-weight: bold; margin: 30px 0; }
.anasayfabtn { text-transform: uppercase; display: inline-block;  *display: inline;padding: 5px 12px; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333; background-color: #f5f5f5; border: 0;  *margin-left: .3em;}

/* yeni besli sprdty basla*/
.beslimanset{}
.beslimanset a {color:#FFF; text-decoration:none;}
.beslimanset a .box{ float:left;overflow:hidden; }
.beslimanset a .box img{ transition: 0.2s ease-in-out; z-index:1}
.beslimanset a .box:hover >  img{transform: scale(1.05);}

.beslimanset a .box.buyuk{ width:500px; height:300px;  margin:5px 0 5px 0; }
.beslimanset a .box.buyuk .baslik{ font-size: 24px;  position: absolute; font-weight: bold; margin: 20px; margin-top:200px; width:400px; line-height:30px; z-index:2}
.beslimanset a .box.buyuk .baslik .tarih{ font-size:11px;  position: absolute;}
.beslimanset a .box.buyuk .siyahlik{ background-color: rgb(0,0,0,0.4); z-index:2; position:absolute; width:500px; height:300px;}
.beslimanset a .box.buyuk img { width:500px; height:300px;}

.beslimanset a .box.kucuk{ width:240px; height:145px; margin:5px 0 5px 10px; background-color:#ccc; }
.beslimanset a .box.kucuk .baslik{ font-size: 15px;  position: absolute; font-weight: bold; margin: 20px; margin-top:90px; width:220px; line-height:20px; z-index:2}
.beslimanset a .box.kucuk .baslik .tarih{ font-size:11px;  position: absolute; display:none}
.beslimanset a .box.kucuk .siyahlik{ background-color: rgb(0,0,0,0.4); z-index:2; position:absolute; width:240px; height:145px;}
.beslimanset a .box.kucuk img { width:240px; height:145px;}
/* yeni besli sprdty bitir*/

.videomanset{transform: scale(1, 1)}
.videomanset .baslik { height: 40px; width: 630px; position: absolute; margin-top: 240px; text-align: left; display: inline; background-image: url(images/surmanset_bg.png); position: absolute; font-size: 19px; font-weight: bold; color: #FFF; overflow: hidden; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); margin-left: 10px; padding: 10px; line-height: 40px; }
.videomanset .izleme { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.videomanset .resim { width: auto; height: 310px; float: left; overflow: hidden; position: relative; }

.videomanset .selefon { width: auto; position: absolute; margin-top: 100px; text-align: left; display: inline; position: absolute; font-size: 80px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 300px; opacity: 0.5; }

.subeglence{}
.box_subeglence { background-color: #333333; padding-top: 5px; margin-top: 14px; margin-left: 0; z-index: 15; position: absolute; padding-bottom: 5px; }
.box_subeglence .menumbaslik{ padding-top: 5px; padding-bottom: 6px;  position: relative; z-index: 10; padding-right: 10px; padding-left: 10px; margin-left:5px; margin-right:7px}
.box_subeglence .menumbaslik i {color: #cccccc;}
.box_subeglence .menumbaslik a { color: #cccccc; text-decoration: none; font-size:13px; }
.box_subeglence .menumbaslik:hover { background-color: #000; opacity: 0.5; }



#kvkk {
    background-color: #8B8B8B;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    position: fixed;
    bottom: 0;
width: 100%;
    z-index: 130;
    padding: 12px 0;

text-align: center}
.kvkk {
    width:1020px;
margin: 0 auto;
}
.kvkk .yazi{ float: left;   }
.kvkk .tamam a{ float: right; color: #fff; }





@charset "utf-8";
/* WEB Aksiyon - www.webaksiyon.com */
/* 		   Aytekin Eliaçık		    */
body { margin: 0; padding: 0; /*font-family: 'Open Sans Condensed', sans-serif; */ font-family: 'PT Sans', sans-serif; font-size: 14px; background-repeat: repeat-x; background-color: #E8E8E8; }
#iskelet { height: auto; margin-right: auto; margin-left: auto; }
.iskelet { height: auto; width: 1000px; margin-right: auto; margin-left: auto; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-left-color: #d7d7d7; background-color: #FFF; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; background-repeat: repeat-x; padding-top: 5px; position: relative; z-index: 2; }
#iskelet_sol { height: auto; width: 1000px; margin-right: auto; background-color: #F4F4F4; }
.iskelet_ic980 { width: 1000px; margin-right: auto; margin-left: auto; }
#reklam_ikili { position: fixed; height: auto; width: auto; }
#reklam_ikili .sol { background-color: #CCC; width: 500px; position: fixed; height: 1000px; overflow: hidden; margin-left: -500px; text-align: right; z-index: 1; }
#reklam_ikili .sag { background-color: #CCC; height: 1000px; width: 500px; overflow: hidden; position: absolute; margin-left: 1000px; z-index: 1; text-align: left; }
.fotoalbum { font-size: 14px; }
.fotoalbum .ikili_sol { float: left; width: 345px; }
.fotoalbum .ikili_sag { float: right; width: 312px; }
.fotoalbum .ikili_sag .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 311px; clip: rect(auto,auto,auto,auto); margin-top: 107px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sag .ust { height: 183px; width: 311px; margin-bottom: 2px; overflow: hidden; float: right; margin-top: 4px; }
.fotoalbum .ikili_sag .orta { height: 183px; width: 311px; margin-bottom: 0px; overflow: hidden; float: right; margin-top: 0px; }
.fotoalbum .ikili_sag .alt { height: 183px; width: 311px; overflow: hidden; float: right; margin-top: 2px; }
.fotoalbum .ikili_sol .tekli .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 345px; clip: rect(auto,auto,auto,auto); margin-top: 145px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sol .tekli { height: 220px; width: 345px; margin-bottom: 2px; overflow: hidden; margin-top: 2px; }
.fotoalbum .ikili_sol .ciftli .baslik { position: absolute; background-image: url(images/foto_grident.png); background-repeat: repeat-x; height: 75px; width: 171px; clip: rect(auto,auto,auto,auto); margin-top: 35px; text-align: center; font-weight: bold; color: #FFF; text-decoration: none; padding-top: 38px; }
.fotoalbum .ikili_sol .ciftli#sol { float: left; height: 110px; width: 171px; overflow: hidden; }
.fotoalbum .ikili_sol .ciftli#sag { float: right; height: 110px; width: 171px; overflow: hidden; }
.clear { clear: both }
.surmanset { margin-top: 5px; margin-bottom: 5px }
.menuler_input { background-color: #F2F2F2; padding: 4px; border: 1px solid #CCCCCC; color: #999999; width: 150px; font-family: Arial, Helvetica, sans-serif; margin-right: 5px; margin-left: 13px; }
.header { background-image: url(images/dis_back.png); background-position: button; margin-bottom: 10px; }
.surmansetContiner { width: 100%; height: 240px; margin-top: 10px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0 }
.surmansetk_foto { float: left; width: 205px; text-align: left }
.surmansetk_foto div { width: 195px; position: relative; }
.surmansetk_foto div:hover {background-image:url(images/oksag .png); background-position: center right; background-repeat: no-repeat }
.surmansetk_foto-div-hover {background-image:url(images/oksag .png); background-position: center right; background-repeat: no-repeat; background-image: url(images/oksag.png) }
.surmansetk_border { border: 2px solid #e9e9e9; width: 183px; height: 84px; position: relative; margin-top: 1px; margin-right: 0; margin-bottom: 1px; margin-left: 0 }
.surmansetk_border-hover { border: 2px solid #c40006; margin-top: 1px; margin-right: 0; margin-bottom: 1px; margin-left: 0 }
.surmansetb_foto { width: 793px; height: 361px; position: relative; float: left; text-align: left; overflow: hidden; border: 1px solid #F2F2F2; }
.surmansetb_foto img { float: left; position: absolute; border: 0 }
.surmansetetiket { height: 60px; position: absolute; width: 100%; background-repeat: repeat-x; right: 0; bottom: 0px; top: 300px; background-image: url(images/surmanset_bg.png); background-position: top; padding-top: 4px; }
.floodbaslik { font-size: 24px; font-weight: bold; color: #000; text-decoration: none; }
.surmansetetiket a { font-size: 21px; font-weight: bold; padding: 0; line-height: 50px; color: #FFF; margin-top: 50px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; text-decoration: none; text-shadow: 1px 1px 0px #333; }
.surmansetetiket a:hover { color: #FFF; text-decoration: none; }
.text_kirmizi { color: #900 }
.text_yesil { color: #008200 }
.text_grikoyu { color: #333 }
.text_kalin { font-weight: bold; }
.text_griorta { color: #333 }
.text_griacik { color: #999 }
.text_siyah { color: #CCC }
.text_anahtarkelime { font-weight: bold; }
.text_beyaz { color: #FFF }
.ustmenu_tarih { color: #999; float: left }
ul.sayfalama { width: auto; clear: left; margin-top: 0; margin-bottom: 0; padding-top: 0px; padding-right: 0; padding-bottom: 0; padding-left: 0; }
ul.sayfalama li { list-style: none; float: left; margin: 1px; }
ul.sayfalama li span { padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; background-color: #666666; border: 1px solid #DBDBDB; color: #FFF; margin: 1px; }
ul.sayfalama li .nokta { padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; background-color: #F7F7F7; border: thin solid #F2F2F2; color: #999; font-weight: normal; margin: 1px; }
ul.sayfalama li a { background-color: #F9F9F9; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; border: 1px solid #E5E5E5; color: #999; margin: 1px; }
ul.sayfalama li a:hover { color: #666; border: 1px solid #CCC; background-color: #F2F2F2; text-decoration: none; }
.sayfalama > div { display: inline-block; }
.sayfalama { text-align: center; margin-top: 30px; margin-bottom: 40px; color: #CCC; }
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000; }
a#ustmenu { text-decoration: none; color: #CCCCCC; font-size: 13px; text-shadow: 1px 1px 0px rgba(0,0,0,0.25); padding-left: 3px; }
a#ustmenu:hover { text-decoration: underline }
.ustmenu_bugun { float: left; color: #FFFFFF; font-weight: 300; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; margin-left: 10px; }
a#menuler_alt { text-shadow: 1px 1px 1px rgba(0,0,0,0.25); color: #FFFFFF; text-decoration: none; letter-spacing: 0; font-weight: 700; }
a#menuler_alt:hover { text-decoration: underline }
a#menuler { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #1B1B1B; text-decoration: none; letter-spacing: 0; font-weight: 600; font-family: Arial, Helvetica, sans-serif; padding: 2px; margin-top: -10px; }
a#menuler:hover { text-decoration: underline }
a#menuler_beyaz { text-shadow: 1px 1px 0px rgba(51,51,51,0.25); color: #FFFFFF; text-decoration: none; letter-spacing: 0; font-weight: 700; font-family: Arial, Helvetica, sans-serif; padding: 2px; }
a#menuler_beyaz:hover { text-decoration: underline }
a#tumusiyah { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #333; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px; font-size: 12px }
a#beyaz { color: #FFF; text-decoration: none; letter-spacing: 0; font-weight: normal; line-height: 17px; font-size: 12px }
a#beyaz:hover { text-decoration: underline }
a#tumusiyah:hover { text-decoration: underline }
a#tumugri { text-shadow: 1px 1px 1px rgba(0,0,0,0.25); color: #e5e5e5; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px; font-size: 12px }
a#tumugri:hover { text-decoration: underline }
a#siyah { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #000; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px }
a#gri { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #333; text-decoration: none; letter-spacing: 0; font-weight: 700; line-height: 17px }
a#siyahince { text-shadow: 1px 1px 1px rgba(255,255,255,0.25); color: #000; text-decoration: none; letter-spacing: 0; line-height: 17px }
a#siyah:hover { text-decoration: underline }
a#gri:hover { text-decoration: underline }
a#siyahince:hover { text-decoration: underline }
a#flashhaber { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #232323; text-decoration: none; letter-spacing: 0; font-size: 18px; font-weight: bold; line-height: 22px; margin: 3px; }
a#flashhaber:hover { text-decoration: underline }
a#sondakika { text-shadow: 1px 1px 0px rgba(255,255,255,0.25); color: #1A1A1A; text-decoration: none; letter-spacing: 0; font-size: 10px; line-height: 18px; }
a#sondakika:hover { text-decoration: underline }
.input_siyah { background-color: #434343; font-size: 14px; color: #FFF; border: thin solid #333; padding: 4px; cursor: pointer }
.ustmenu { background-color: #28282A; height: 40px; width: 100%; font-family: 'Roboto', sans-serif; }
.sondakikamenu { background-image: url(images/enust_menu.png); height: 40px; width: 100% }
.ustmenu input[id="uy"],
input[text="password"] { background-color: #353535; padding: 4px; border: 1px solid #292929; color: #787878; font-family: Arial, Helvetica, sans-serif; margin-top: 5px; margin-right: 2px; margin-bottom: 5px; margin-left: 5px; }
.ustmenu_sol { float: left; width: 350px; padding-left: 1px; color: #CCCCCC; font-size: 13px; }
.ustmenu_sol .icon { float: left; margin-top: -3px; height: 20px; }
.ustmenu_sol .icon i { font-size: 18px; padding-right: 8px; }
.ustmenu_sol .aciklama { float: left; ; overflow: hidden; height: 17px; !important
}
.ustmenu_sol .aciklama a { color: #CCCCCC; line-height: 15px; }
.ustmenu_sol ul { float: left !important }
.ustmenu_sol ul li { float: left; !important
}
.ustmenu_sag { float: right; }
.ustmenu_form { float: left; }
.ustmenu_buton { float: left; margin-right: 5px; margin-top: 12px; }
.ustmenu_buton_alt { float: right; margin-right: 5px; }
.ustmenu_buton a { margin-right: 2px; margin-left: 2px }
.ustmenu_buton img { padding-right: 2px; vertical-align: middle }
.altmenu_buton { float: left; margin-right: 5px; margin-top: 2px; }
.altmenu_buton_alt { float: right; margin-right: 5px; }
.altmenu_buton a { margin-right: 4px; margin-left: 4px }
.altmenu_buton img { padding-right: 2px; vertical-align: middle }
.ui-carousel { height: auto; margin: 0; overflow: auto; padding: 0; position: relative; width: auto; text-decoration: none }
.ui-carousel>.wrapper { margin: 0; padding: 0; width: 9999px }
.ui-carousel>.wrapper>* { border: 0; display: block; float: left; height: auto; overflow: hidden; width: auto }
.logo { float: left; height: 102px; display: table; margin-left: 5px; }
.logo_box { display: table-cell; vertical-align: middle; }
.foto_slide { }
.foto_icerik { height: auto; padding: 5px; margin-left: 20px; }
.foto_baslik { text-align: center; line-height: 18px; margin-top: 10px; font-weight: 700; color: #000; text-decoration: none; text-shadow: 1px 1px 0px rgba(255,255,255,0.25) }
.foto_tumu { float: right; margin-right: 10px; margin-left: 10px }
.foto_resim { height: 115px; width: 208px; overflow: hidden; text-align: center }
.foto_anabaslik { float: left; width: auto }
.foto_buton { float: right; width: auto; margin-top: 0; margin-right: 5px }
.video_tumu { float: right; margin-right: 10px; margin-left: 10px }
.video_sol { width: auto; height: auto; float: none }
.video_sag { width: 500px }
.video_play { width: 40px; background-image: url(images/play.png); height: 40px; position: absolute; background-repeat: no-repeat; margin-top: 15px; margin-left: 40px; }
.video_sol_resim { height: 70px; width: 123px; overflow: hidden; border: 1px solid #F2F2F2; float: left; margin: 3px; }
.video_sol_resim:hover { border: 1px solid #666666; }
.video_sag_resim { height: 302px; width: 647px; overflow: hidden; margin-top: 5px; padding-left: 4px; }
.video_sag_baslik { width: 610px; margin-top: 230px; position: absolute; padding: 15px; margin-left: 5px; font-weight: bold; color: #FFF; text-decoration: none; margin-right: 5px; background-image: url(images/trans50.png); font-size: 18px; }
.video_anabaslik { float: left; width: auto }
.sondakika_baslik { height: auto; width: auto; display: table; margin-top: 9px; float: left; margin-right: 10px; margin-left: 10px }
.sondakika_slide { float: left; width: 440px; margin-left: 10px; margin-top: 0px; height: 16px; overflow: hidden; }
.sondakika_buton { float: right; margin-top: 3px; margin-right: 10px }

.haberin_basi .basliklar_ust { background-image: url(images/basliklar_bg.png); background-repeat: repeat-x; height: auto; border: 1px solid #d7d7d7; font-weight: bold; text-decoration: none; background-position: bottom; }
.haberin_basi .basliklar_baslik { margin: 15px; font-size:23px; text-decoration: none; color: #333}
.haberin_basi .basliklar_spot { margin: 15px;  font-size:14px; text-decoration: none; color: #333; line-height:24px; width:670px;}

.haberin_basi { position: fixed; z-index: 5; background-color: #FFF; top:0; width: 1000px; font-size: 18px; }
.flashhaber_bos { height: 40px; }
.flashhaber { background-image: url(images/flash_bg.gif); height: 40px; }
.flashhaber_sabit { background-image: url(images/flash_bg.gif); height: 40px; margin-top: 7px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: 36px; }
.flashhaber_sabit_r { background-image: url(images/flash_bg.gif); height: 40px; margin-top: 7px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: 36px; }

.flashhaber_sabitx { background-image: url(images/flash_bg.gif); height: 40px;  margin-top: -83px; margin-bottom: 0px; position: fixed; width: 1000px; z-index: 9999; top: -36px; }
.flashhaber_flash { position: absolute; margin-left: 250px; height: 38px; z-index: 0; overflow: hidden }
.flashhaber_sol { float: left; width: 220px; text-align: center; height: 28px; padding-top: 12px }
.flashhaber_sag { float: left; width: auto; padding-top: 8px; padding-left: 12px; position: relative; z-index: 5 }
.flashhaber_orta { background-image: url(images/flash_bg.png); height: 40px; width: 10px; float: left; margin-top: 0px }
.menuler { margin-top: 5px; font-family: 'PT Sans', sans-serif; }
.menuler_sabit { width: 1000px; margin-top: -195px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }
.menuler_sabitx { width: 1000px; margin-top: -290px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }
.menuler_sabit_r { width: 1000px; margin-top: -290px; height: 43px; margin-bottom: 10px; position: fixed; z-index: 9999; background-color: #E0E0E0; }

.menuler_golge { background-image: url(images/menuler_golge.png); background-repeat: repeat-x; height: 5px; width: 100% }
.menuler_bos { height: 48px; width: auto; display: none; }
.menuler_home { float: left; height: 36px; width: 20px; margin-left: 10px; margin-right: 8px; }
.menuler_home img { padding-top: 9px; padding-left: 3px; float: left; position: relative; }
.menuler_home .kesme { background-image: url(images/menuler_altkesme.png); height: 26px; width: 2px; margin-right: 5px; margin-left: 5px; position: relative; float: left; margin-top: 10px; }
.menuler_ust { height: 38px; width: 916px; background-color: #333; 0background-image: url(images/menuler_ustbg.png);
float: left; padding-left: 15px; display: inline-table }
.menuler_ust_kesme { float: left; width: 11px; height: 38px; background-image: url(images/menuler_ustbg_bas.png); }
.menuler_alt { height: 35px; width: auto; margin-left: 70px; background-repeat: repeat-x; margin-top: 1px; }
.menuler_altsol { float: left; height: 34px; display: inline-table }
.menuler_altsag { float: right; width: auto; display: inline-table; height: 34px; margin-right: 10px }
.menuler .kategoriler ul { padding: 0px; list-style-type: none; padding-top: 14px; margin-right: 2px; margin-bottom: 0px; margin-left: 10px; }
.menuler .kategoriler ul li { display: block; float: left; position: relative; margin-right: 9px; text-transform: uppercase; }
.menuler .kategoriler ul li a { color: #FFF; font-size: 15px; font-weight: bold; text-shadow: 1px 1px 0px rgba(0,0,0, 0.3); }
.menuler .kategoriler ul li a i { font-size: 23px; margin-top: -5px; margin-right: 5px; }
.menuler .kategoriler ul li a i.video { font-size: 18px; margin-top: -2px; }
.menuler .kategoriler ul li .kesme { height: 30px; width: 2px; background-image: url(images/menuler_ustkesme.png); position: relative; float: right; margin-left: 7px; margin-top: -8px; }
.menuler .kategoriler ul li.sag { display: block; float: right; position: relative; margin-top: 0px; }
/*
.menuler .kategoriler ul li a i{ font-size:23px; margin-top:-5px;}
.menuler .kategoriler ul li a .kesme { height: 33px; width: 2px; background-color: #0F0; background-image: url(images/menuler_ustkesme.png); display: inline-block; margin-top: -9px; }
.menuler .kategoriler ul li a .baslik{ display: inline-block; margin-top: -15px; }
.menuler .kategoriler ul li a { margin-right: 0px; margin-left: 0px; float: left; font-weight: bold; color: #FFF; text-decoration: none; margin-top: 12px; font-size: 15px; text-shadow: 1px 1px 0px #860D10; }
.menuler .kategoriler ul li i { margin-right: 3px; margin-left: 3px; float: left; padding-right: 6px; padding-left: 6px; }
.menuler .kategoriler ul li.sag { display: block; float: right; position: relative; margin-top: 0px; }
*/
.menuler_ust img { margin-right: 5px; vertical-align: middle; margin-left: 2px }
.menuler_alt img { margin-right: 7px; vertical-align: middle; margin-left: 6px }
.reklam_logoyani { float: right; height: 90px; width: 640px; overflow: hidden; text-align: center; margin-top: 7px; }
.reklam_osagblok { height: auto; width: 300px; margin-top: 5px; margin-bottom: 5px; text-align: center }
.reklam_ic { height: auto; float: left; width: 250px; margin-bottom: 5px; margin-right: 10px; text-align: center }
.reklam_osolblok { height: auto; width: 650px; margin-top: 5px; margin-bottom: 5px; text-align: center }
.reklam_surmanset { height: auto; width: 1000px; margin-top: 10px; margin-bottom: 5px; text-align: center }
.reklam_siteustu { height: auto; width: 1020px; margin-bottom: 3px; text-align: center; margin-left: -10px; }
.reklam_siteustu img { /*height: 90px; */}
.reklam_sitesolu { height: 500px; width: 500px; position: absolute; float: right; margin-top: -5px; margin-left: -510px; text-align: right; position: fixed; }
.reklam_sitesagi { height: 500px; width: auto; position: absolute; float: right; margin-top: -5px; margin-left: 1010px; position: fixed; }
.ortablok_sol { float: left; width: 690px; margin-right: 10px }
.ortablok_sag { float: left; width: 300px; margin-top: 5px; }
.basliklar { height: auto; width: 100%; display: table; margin-top: 10px; margin-bottom: 10px }
.basliklar_ikon { vertical-align: middle; margin-top: -7px; margin-right: 10px; float: left; }
.basliklar_ikon i { font-size: 18px; font-weight: normal; margin-top: 4px; }
.basliklar_ust { background-image: url(images/basliklar_bg.png); background-repeat: repeat-x; height: 40px; border: 1px solid #d7d7d7; font-weight: bold; text-decoration: none }
.basliklar_baslik { margin-top: 12px; margin-left: 10px; text-decoration: none; color: #333 }
.basliklar_icerik { padding: 5px }
.basliklar_onicerik { padding: 10px; line-height: 18px; }
.basliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto }
.gbasliklar_alt { height: auto; width: auto; border: 1px solid #d7d7d7; }
.tbasliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto; border-top-width: 1px; border-top-color: #d7d7d7; }
.basliklar_alttam { height: auto; width: auto; border: 1px solid #d7d7d7 }
.kbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.kbasliklar_ust { background-image: url(images/basliklar_kbg.png); background-repeat: repeat-x; height: 40px; border: 1px solid #515151; font-weight: bold; text-decoration: none }
.kbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.kbasliklar_icerik { padding: 5px }
.kbasliklar_alt { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; border-left-color: #d7d7d7; height: auto; width: auto }
.sbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.sbasliklar_ust { background-image: url(images/basliklar_kbg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #232323; }
.sbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.sbasliklar_icerik { padding: 5px }
.sbasliklar_alt { height: auto; width: auto; background-color: #575757; background-image: url(images/kutusiyah_bg.png); border-top-width: 1px; border-top-style: solid; border-top-color: #676767; color: #FFF }
.siyahbasliklar_icerik { padding: 5px }
.siyahbasliklar_alt { height: auto; width: auto; background-color: #333333; background-image: url(images/kutusiyah_bg.png); border-top-width: 1px; border-top-style: solid; border-top-color: #676767; color: #FFF }
.bbasliklar_icerik { padding-top: 5px; padding-right: 5px; padding-left: 5px; }
.bbasliklar_alt { height: auto; width: auto; background-color: #EAEAEA; color: #FFF; background-image: url(images/background.png); background-position: left 780px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; }
.superlig { padding-top: 7px; padding-right: 3px; padding-bottom: 7px; padding-left: 3px; background-color: #fff; font-size: 11px; text-shadow: 1px 1px 0 rgba(255,255,255,0.55) }
.superlig_menu { margin-bottom: 1px; padding-top: 6px; padding-right: 3px; padding-bottom: 6px; padding-left: 3px; background-color: #FFF; font-weight: bold; font-size: 11px }
.superlig_sira { float: left; margin-right: 3px }
.superlig_takim { float: left; width: 130px; overflow: hidden; height: 12px; margin-top: 1px; margin-bottom: 1px; }
.superlig_sonuc { float: right; width: 19px; margin-right: 2px; text-align: center; overflow: hidden }
.kirmizibasliklar { height: auto; margin-top: 8px; margin-bottom: 8px }
.kirmizibasliklar_ust { background-image: url(images/basliklar_kirmizi_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #a81219 }
.kirmizibasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.kirmizibasliklar_icerik { padding: 10px }
.kirmizibasliklar_alt { height: auto; width: auto; background-color: #FFFDFD; color: #000; border: 1px solid #e6cccc }
.yesilbasliklar { height: auto; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.yesilbasliklar_ust { background-image: url(images/basliklar_yesil_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #177321 }
.yesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.yesilbasliklar_icerik { padding: 5px }
.yesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #d6e7cb }
.kyesilbasliklar { width: 100%; margin-top: 10px; margin-bottom: 10px }
.kyesilbasliklar_ust { background-image: url(images/basliklar_kyesil.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #899897 }
.kyesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #4e5857 }
.kyesilbasliklar_icerik { padding: 5px }
.kyesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #899897 }
.ayesilbasliklar { height: auto; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.ayesilbasliklar_ust { background-image: url(images/basliklar_ayesil.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #177321 }
.ayesilbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.ayesilbasliklar_icerik { padding: 5px }
.ayesilbasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #5c8577 }
.akirmizibasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 5px; }
.akirmizibasliklar_ust { background-image: url(images/basliklar_akirmizi.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #be4828 }
.akirmizibasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.akirmizibasliklar_icerik { padding: 5px }
.akirmizibasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #be4828 }
.turuncubasliklar_ust { background-image: url(images/basliklar_turuncu.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #b57c35 }
.turuncubasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.turuncubasliklar_icerik { padding: 5px }
.turuncubasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #b57c35 }
.saribasliklar { width: 100%; margin-top: 10px; margin-bottom: 10px }
.saribasliklar_ust { background-image: url(images/basliklar_sari.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #8d765a }
.saribasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #fff }
.saribasliklar_icerik { padding: 5px }
.saribasliklar_alt { height: auto; width: auto; background-color: #f3fff0; color: #000; border: 1px solid #899897 }
.mbasliklar { height: auto; width: 100%; margin-top: 10px; margin-bottom: 10px }
.mbasliklar_ust { background-image: url(images/basliklar_mavi_bg.png); background-repeat: repeat-x; height: 40px; font-weight: bold; text-decoration: none; border: 1px solid #1a567c }
.mbasliklar_baslik { margin-top: 13px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.mbasliklar_icerik { padding: 5px }
.mbasliklar_alt { height: auto; width: auto; background-color: #f0f8ff; color: #000; border: 1px solid #d6e1e9 }
.yazarlarimiz { height: auto; width: 141px; float: left; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 5px; border: thin solid #F2F2F2; background-color: #F7F7F7; }
.yazarlarimiz:hover { background-color: #FFFFFF; text-decoration: underline }
.yazarlarimiz_resim { height: 105px; width: 140px; overflow: hidden; margin-bottom: 10px; text-align: center; }
.gununmansetleri { height: auto; width: 320px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.gununmansetleri:hover { background-color: #f4f4f4; text-decoration: underline }
.gununmansetleri:hover>.gununmansetleri_resim { transform: scale(1.02, 1.02) }
.gununmansetleri_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.gununmansetleri_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.gununmansetleri_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.gununmansetleri_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.gununmansetleri_baslik { text-align: center; height: 36px; width: 100%; overflow: hidden; margin-top: 5px; margin-bottom: 0px; }
.gununmansetleri_resim { height: 185px; width: 321px; overflow: hidden; margin-bottom: 10px; text-align: center; }
.gununmansetleri_resim .selefon { width: auto; position: absolute; margin-top: 80px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }

.yazarlistesi { height: auto; width: auto; margin-right: 3px; margin-bottom: 3px; margin-left: 5px; color: #000; text-decoration: none; line-height: 18px; padding: 9px; margin-top: 3px; border: 1px solid #E9E9E9; }
.yazarlistesi_tarih { float: left; width: 130px; }
.yazarlistesi_baslik { float: left; font-weight: bold; text-transform: capitalize; }
.yazarlistesi_hit { float: right; }
.yazarlistesi:hover { background-color: #f4f4f4; text-decoration: underline }
.yazarlistesi:hover>.yazarlistesi_resim { transform: scale(1.02, 1.02) }
.digerbasliklar { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.digerbasliklar:hover { text-decoration: underline; background-color: #f4f4f4 }
.digerbasliklar:hover>.digerbasliklar_resim { transform: scale(1.02, 1.02) }
.digerbasliklar_detay { width: auto; overflow: hidden; text-align: center; margin-bottom: 10px; margin-top: 10px; margin-right: auto; margin-left: auto; height: 55px; }
.digerbasliklar_baslik { text-align: center; height: 35px; width: 100%; font-weight: bold; overflow: hidden; }
.digerbasliklar_resim { height: 105px; width: 203px; overflow: hidden; margin-bottom: 10px }
.haberorta2 { height: auto; width: 208px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.haberorta2:hover { background-color: #f4f4f4; text-decoration: underline }
.haberorta2:hover>.haberorta2_resim { transform: scale(1.02, 1.02) }
.haberorta2_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.haberorta2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.haberorta2_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.haberorta2_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.haberorta2_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.haberorta2_resim { height: 135px; width: 206px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.haberorta { height: auto; width: 204px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; border: 1px solid #E9E9E9; }
.haberorta:hover { background-color: #f4f4f4; text-decoration: underline }
.haberorta:hover>.haberorta_resim { transform: scale(1.02, 1.02); }
.haberorta_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.haberorta_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.haberorta_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.haberorta_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.haberorta_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.haberorta_resim { height: 135px; width: 206px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.haberorta_tarih img { font-size: 12px; color: #999; text-decoration: none; margin-right: 5px; vertical-align: middle }
.haberorta_tarih_yan { text-align: center; width: auto; margin-right: 7px; margin-left: 0px; color: #CCC; text-decoration: none; font-size: 12px; }
.onecikanlar { padding-top: 0px; padding-bottom: 5px; }
.onecikanlar .baslik { padding: 5px; color: #232323; font-weight: bold; text-shadow: 1px 1px 0px #F7F7F7; margin-top: 5px; margin-bottom: 13px; text-align: center; }
.onecikanlar .cizgi { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #E1E1E1; border-bottom-color: #F7F7F7; }
.onecikanlar .resim { height: 150px; width: 298px; overflow: hidden; position: relative; border: 1px solid #CCC; }
.onecikanlar .baslik img { vertical-align: middle; margin-right: 10px; }
.onecikanlar1 { padding-top: 5px; padding-bottom: 5px }
.onecikanlar1 .baslik { padding: 5px; color: #232323; font-weight: bold; text-shadow: 1px 1px 0px #F7F7F7; }
.onecikanlar1 .cizgi { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #E1E1E1; border-bottom-color: #F7F7F7; }
.onecikanlar1 .resim { height: 159px; width: 285px; overflow: hidden; position: relative; margin-bottom: 10px; }
.onecikanlar1 .baslik img { vertical-align: middle; margin-right: 10px; }
.orta_ikili_sol { float: left; width: 330px; margin-top: 5px; margin-bottom: 5px }
.orta_ikili_sag { float: right; width: 330px; margin-top: 5px; margin-bottom: 5px }
.firmarehberi { width: auto }
.firmarehberi_kutu { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.firmarehberi_kutu:hover { background-color: #f4f4f4; text-decoration: underline }
.firmarehberi_kutu:hover>.firmarehberi_resim { transform: scale(1.02, 1.02) }
.firmarehberi_resim { height: 105px; width: 203px; overflow: hidden }
.firmarehberi_baslik { text-align: center; padding-top: 10px; padding-bottom: 10px }
.firmarehberi_tumu { float: right; margin-right: 10px; margin-left: 10px }
.firmarehberi_tumu img { margin-right: 5px; vertical-align: middle }
.firmarehberi_anabaslik { float: left; width: auto }
.seriilan { width: auto }
.seriilan_kutu { height: auto; width: 204px; float: left; margin-right: 6px; margin-bottom: 15px; margin-left: 6px; color: #000; text-decoration: none; line-height: 18px; padding: 4px; margin-top: 10px; border: 1px solid #E9E9E9; }
.seriilan_kutu:hover { background-color: #f4f4f4; text-decoration: underline }
.seriilan_kutu:hover>.firmarehberi_resim { transform: scale(1.02, 1.02) }
.seriilan_resim { height: 105px; width: 203px; overflow: hidden }
.seriilan_baslik { text-align: center; padding-top: 10px; padding-bottom: 10px }
.seriilan_tumu { float: right; margin-right: 10px; margin-left: 10px }
.seriilan_tumu img { margin-right: 5px; vertical-align: middle }
.seriilan_anabaslik { float: left; width: auto }
.galerili { background-image: url(images/surmanset_bg.png); position: absolute; margin: 10px; bottom: 90px; }
.galerili .iconlar { padding: 5px; float: left; color: #FFF; }
.kategori { border: 1px solid #d7d7d7; padding: 0; text-decoration: none; margin-top: 0px; }
.kategori:hover { border: 1px solid #d7d7d7; padding: 0; background-color: #f4f4f4 }
.kategori_anabaslik { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; margin-top: 10px; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; font-weight: bold; padding-bottom: 10px; padding-top: 5px; }
.kategori_sag { height: auto; width: 390px; float: left; margin-right: 10px; margin-left: 10px; color: #000 }
.kategori_sag:hover { height: auto; width: 390px; float: left; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sag_kutu { margin-bottom: 10px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding-bottom: 5px; margin-top: 0px; }
.kategori_sag_baslik { margin-bottom: 12px; font-weight: bold; font-size: 12px }
.kategori_sag_resim { height: 65px; width: 140px; overflow: hidden; float: left; margin-right: 5px; margin-left: 5px }
.kategori_sag_detay { width: auto; line-height: 16px }
.kategori_sol { height: auto; width: 180px; float: left; margin-right: 10px; margin-left: 10px; color: #000; margin-top: 0px; margin-bottom: 0px; }
.kategori_sol:hover { height: auto; width: 180px; float: left; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sol_x { height: auto; width: 180px; float: right; margin-right: 10px; margin-left: 10px; color: #000 }
.kategori_sol_x:hover { height: auto; width: 180px; float: right; margin-right: 10px; margin-left: 10px; color: #333; text-decoration: underline }
.kategori_sol_resim { height: 250px; width: 180px; overflow: hidden }
.kategori_sol_baslik { font-weight: bold; margin-top: 10px; margin-bottom: 10px; text-align: center; line-height: 18px; font-size: 12px }
.kategori_sol_detay { font-weight: normal; line-height: 17px; text-align: center }
.yazar_kutu { background-image: url(images/yazarlar_bg.png); background-repeat: repeat-x; height: auto; }
.yazar_resim { float: right; height: 111px; width: 111px; overflow: hidden; margin-top: 2px; margin-bottom: 2px; margin-left: 5px; margin-right: 5px; }
.yazar_adi { font-weight: bold; color: #000000; text-decoration: none; line-height: 18px; padding-top: 18px; padding-bottom: 5px; }
.yazar_saat { font-size: 11px; color: #999; text-decoration: none; font-weight: normal }
.yazar_saat img { vertical-align: middle }
.yazar_baslik { margin-top: 5px; font-weight: normal; text-decoration: none; color: #000; }
.yazar_buton { float: right; margin-right: 10px }
.encok { margin: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding-top: 8px; padding-bottom: 8px; color: #000; text-decoration: none }
.encok img { vertical-align: middle; padding-right: 8px }
.anket { width: 290px; margin-right: auto; margin-left: auto }
.anket_soru { font-weight: bold; text-decoration: none; color: #000; text-align: center; margin-bottom: 30px; margin-top: 10px; margin-right: 5px; margin-left: 5px }
.anket_cevaplar { text-align: center; margin-top: 10px; margin-bottom: 10px; width: 96%; margin-right: auto; margin-left: auto }
.anket_kullan { text-align: center; padding-top: 20px; padding-bottom: 10px }
.anket_cevap { float: left; margin-top: 4px }
.anket_resim { float: left }
.anket_tik { width: 20px; float: left; height: 20px; padding-right: 5px; padding-left: 5px }
.anket_sonuclar { width: auto; text-align: center; margin-top: 10px; margin-bottom: 10px; margin-right: auto; margin-left: auto }
.anketler_grafik { background-color: #f4f4f4; height: 12px; width: 80%; margin-top: 5px; margin-bottom: 10px; margin-right: auto; margin-left: auto }
.anketler_grafik_golu { background-image: url(images/anket.png); height: 12px }
.anket_yuzde { float: right; margin-right: 10px; font-size: 11px }
.sayfalar_baslik { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding: 10px; color: #333; vertical-align: middle }
.sayfalar_baslik_ic { padding: 8px; color: #333; vertical-align: middle }
.sayfalar_resim { float: left; margin-right: 10px; margin-top: 8px }
.egazete_manset { float: left; height: 300px; width: 210px; overflow: hidden; margin-right: 10px }
.egazete_sayfalar { float: left; height: 75px; width: 65px; overflow: hidden; margin-bottom: 2px }
.ulusal { text-align: center; float: right; margin-right: 10px; margin-top: -3px }
.eczaneler { text-align: center }
.arsiv { padding: 3px }
.arsiv_tarih { float: left; margin-right: 2px; margin-left: 2px }
.arsiv_tarih select { background-color: #F7F7F7; font-size: 14px; color: #333; border: 1px solid #CCC; padding: 4px }
.arsiv_ara { margin-left: 5px; float: right }
.namaz { background-image: url(images/namazvakitleri.png); height: 152px; width: 331px; background-repeat: no-repeat; }
.namaz_sehir { float: left; width: 190px; margin-right: 5px; margin-top: 25px; margin-left: 10px; color: #FFF; font-size: 10px; opacity: .8 }
.namaz_vakitler { margin-top: 30px }
.namaz_durum { float: left; width: 42px; text-align: center; color: #FFF; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 3px; padding-left: 3px; }
.namaz_saat { margin-top: 5px; color: #FC0 }
.namaz_isim { margin-top: 5px; font-weight: bold }
.hava { background-image: url(images/havadurumu.png); height: 152px; width: 331px; background-repeat: no-repeat; }
.hava_kutular { margin-top: 20px; margin-left: 10px }
.hava_gunresim { float: left; height: 50px; width: 100px; margin-left: -50px }
.hava_sehir { float: left; width: 190px; margin-right: 5px; margin-top: 25px; margin-left: 10px; color: #FFF; font-size: 10px; opacity: .8 }
.hava_sehir form { margin-bottom: 10px; }
.hava_durum { float: left; width: 70px; text-align: center; color: #FFF; padding: 3px; margin-top: 0; margin-right: 10px; margin-bottom: 2px; margin-left: 10px }
.hava_derece { margin-top: 5px; color: #FC0 }
.hava_kirmizi { color: #ff9b79 }
.hava_mavi { color: #c4e4f7 }
.hava_gun { margin-top: 5px; font-weight: bold }
.piyasalar { float: left; margin-top: 8px }
.piyasalar_baslik { float: left; margin-right: 50px; padding: 5px; margin-left: 5px; font-size: 14px; color: #333; font-weight: bold }
.piyasalar_kutu { float: left; margin-right: 105px; margin-left: 25px }
.piyasalar_adi { float: none; font-size: 14px; font-weight: bold; margin-top: 1px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; color: #999; }
.piyasalar_deger { float: left; color: #333; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; position: absolute; font-weight: bold; font-size: 16px; }
.piyasalar_degisim { color: #999; margin-top: 5px; margin-bottom: 5px; position: absolute; margin-left: 80px; }
.piyasalar_grafik { float: right; margin-top: -25px; position: absolute; margin-left: 90px; }
.piyasalar_ust { background-image: url(images/piyasa_bg.png); background-repeat: repeat-x; height: 55px; border: 1px solid #d7d7d7; text-decoration: none; }
.menuler_tumkategori { background-color: #A80000; position: absolute; padding-top: 10px; margin-top: 14px; margin-left: -100px; z-index: 15; float: right; right: -11px; }
.menuler_tumubaslik { padding-top: 8px; padding-bottom: 8px; width: 110px; position: relative; z-index: 10; padding-right: 10px; padding-left: 10px; }
.menuler_tumubaslik a { color: #FFF; text-decoration: none; }
.menuler_tumubaslik:hover { background-color: #000; opacity: 0.5; }
.ustmanset { margin-top: 10px; margin-bottom: 10px; }
.ustmanset_kutu { width: 194px; float: left; margin-right: 2px; height: 165px; padding: 2px; margin-bottom: 10px; }
.ustmanset_kutu:hover { text-decoration: underline; background-color: #e9e9e9; }
.ustmanset_kutu:hover>.ustmanset_resim { transform: scale(1.02, 1.02) }
.menuler_arama { float: right; margin-top: 5px; margin-right: 5px }
.ustmanset_resim { height: 115px; width: 194px; overflow: hidden; }
.ustmanset_baslik { text-align: center; margin-top: 5px; overflow: hidden; font-size: 14px; color: #232323; line-height: 21px; padding: 3px }
.biyografi { margin-top: 5px; margin-bottom: 10px; padding: 5px }
.biyografi:hover { background-color: #f4f4f4 }
.biyografi:hover>.biyografi_resim { transform: scale(1.02, 1.02) }
.biyografi_resim { float: left; height: 120px; width: 100px; background-color: #CCC; margin-right: 10px; overflow: hidden }
.biyografi_detay { float: left; width: 185px; line-height: 18px; color: #333 }
.footer { padding-top: 10px; width: auto; background-color: #D2D2D2; margin-top: -20px; }
.footer .ikonlar { width: 205px; float: left; margin-top: 23px; margin-left: 8px; }
.footer .ikonlar:hover>.detay { color: #333; }
.footer .ikonlar:hover>.baslik { color: #333; }
.footer .ikonlar:hover>.logo i { color: #333; }
.footer .ikonlar .logo { float: left; margin-left: 15px; margin-right: 10px; }
.footer .ikonlar .logo i { font-size: 40px; color: #8B8B8B; }
.footer .ikonlar .baslik { font-size: 15px; color: #333333; font-weight: bold; margin-bottom: 8px; }
.footer .ikonlar .detay { font-size: 13px; color: #B9B9B9; }
.footer .blok { width: 500px; float: left; color: #666; margin-bottom: 55px; margin-top: 0; }
.footer .blok .logom { margin-right: 30px; margin-top: 20px; }
.footer .blok .logom:hover { }
.footer .blok .sosyal { margin-top: 20px; }
.footer .blok .sosyal .ikon { float: right; }
.footer .blok .sosyal .ikon i { color: #8B8B8B; font-size: 32px; margin: 3px; padding-top: 5px; }
.footer .blok .sosyal .ikon i:hover { color: #333; }
.footer .blok .telefon { font-size: 16px; float: right; text-align: right; padding-top: 7px; margin-top: 7px; border-right-width: 1px; border-right-style: dotted; border-right-color: #999; margin-right: 20px; padding-right: 20px; }
.footer .blok .telefon i { font-size: 30px; float: left; color: #8B8B8B; }
.footer .blok .telefon span { float: left; font-weight: bold; margin-left: 5px; color: #333333; }
.copyright { padding-top: 20px; padding-bottom: 20px; font-size: 13px; color: #666; background-color: #EAEAEA; }
.copyright .sol { float: left; }
.copyright .sag { float: right; }
.footer_kategori { float: left; margin-right: 7px; margin-left: 7px }
.footer_copy { font-size: 11px; color: #666; padding-top: 15px; border-top-width: 1px; border-top-style: dotted; border-top-color: #e9e9e9; padding-bottom: 15px }
.footer_copy_yil { float: left }
.footer_copy_telif { float: right }
.footer_menuler { background-color: #EAEAEA; padding: 5px; margin-top: 70px; margin-bottom: 5px; height: 90px; }
.footer_url { padding: 3px; margin-right: 5px; float: left }
.footer_logo { height: 170px; width: 250px; display: table; float: left }
.footer_logo_ici { height: 170px; width: 300px; vertical-align: middle; display: table-cell; padding-left: 5px; }
.footer_kategori_baslik { font-weight: bold; color: #333; text-decoration: none; margin-top: 20px; margin-bottom: 20px }
.footer_kategori_link { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F2F2F2; padding: 3px; margin: 5px; }
.footer_kategori_link a { color: #999; padding: 5px; margin: 5px; }
.haber_ayrinti_baslik { font-size: 24px; margin-top: 30px; line-height: 24px; margin-bottom: 30px; color: #A81317; font-weight: bold; }
.haber_ayrinti_siyahbaslik { font-size: 20px; margin-top: 20px; margin-bottom: 20px; color: #333333; font-weight: bold; }
.haber_ayrinti_detay { line-height: 25px; font-size: 14.5px; font-weight: 400; color: #292929; }
.haber_ayrinti_spot { padding-top: 15px; padding-bottom: 15px; font-size: 15px; text-decoration: none; line-height: 25px; color: #333; font-weight: bold; }
.haber_detay_mfoto { float: right; width: 350px; padding: 3px; border: 1px solid #CCC; margin: 3px; }
.kutu { border: 1px solid #d7d7d7; text-decoration: none }
.kutu_yesil { background-color: #EFF8F0; padding: 15px; border: 1px solid #358820; text-align: center; color: #060; font-weight: bold; text-decoration: none; }
.kutu_yesil .text { font-weight: normal; font-size: 11px; margin-top: 15px; }
.kutu_kirmizi { background-color: #FBEFEC; padding: 15px; border: 1px solid #CC0000; text-align: center; color: #C00; font-weight: bold; text-decoration: none; }
.kutu_kirmizi .text { font-weight: normal; font-size: 11px; margin-top: 15px; }
.yorumaciklama { color: #999999; font-size: 12px; text-decoration: none; line-height: 16px; font-weight: normal; margin-top: 10px; margin-bottom: 10px; }
.yorumbg { border: 1px solid #CCCCCC; text-decoration: none; background-image: url(images/yorumbg.png); background-repeat: repeat-x; font-weight: normal; color: #333333; font-size: 14px; }
#yorum input[type=button] { border: #CCC solid 1px; padding: 10px; color: #666; cursor: pointer }
#yorum input[type=button]:hover { border: #CCC solid 1px; padding: 10px; color: #333; background-color: #CCC }
.yukaricik { bottom: 18px; display: none; position: fixed; right: 18px; z-index: 20; padding: 10px; cursor: pointer }
.yukaricik:hover { background-color: #333; }
.haberspotla { bottom: 10px; display: none; position: fixed; background-color: #FCFCFC; z-index: 9999; display: none; padding: 10px; border: thin solid #CCC; right: 10px; }
.haberspotla_but { background-color: #E8E8E8; border: 1px solid #D6D6D6; width: 90px; color: #333; font-weight: bold; padding-top: 6px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; text-align: center; height: 26px; margin-right: 40px; margin-left: auto; }
.haber_ayrinti_spotla_baslik { font-size: 16px; color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.haber_ayrinti_spotla_baslik_kirmizi { font-size: 16px; color: #A40000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.haber_ayrinti_spotla_detay { font-family: Arial, Helvetica, sans-serif; color: #000; line-height: 16px; }
.encoktiklanan { margin-top: 15px; margin-bottom: 15px; }
.encoktiklanan:hover { background-color: #F2F2F2; }
.encoktiklanan #foto { height: 60px; width: 100px; float: left; margin-left: 5px; overflow: hidden; }
.encoktiklanan #baslik { height: auto; width: 160px; float: left; margin-left: 10px; margin-bottom: 5px; }
.encoktiklanan #tik { height: auto; width: 160px; float: left; margin-left: 10px; color: #999; font-weight: normal; }
.menugecis_bg { background-image: url(images/menugecis_bg.png); background-repeat: repeat-y; width: 198px; height: 36px; position: absolute; margin-left: 600px; }
.menuler .kategoriler { height: 43px; }
.menuler .sondakika { background-image: url(images/alt_bg_gri.png); height: 38px; background-position: bottom; }
.menuler .sondakika .baslik { background-image: url(images/alt_bg.png); height: 33px; width: 200px; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #e0ae00; border-bottom-color: #e0ae00; border-left-color: #e0ae00; float: left; }
.menuler .sondakika .baslik .son { background-image: url(images/alt_son.png); float: right; height: 34px; width: 18px; }
.menuler .sondakika .bilgi { float: left; }
.menuler .sondakika .arama { float: right; }
.menuler .sondakika .arama input[type="image"] { position: absolute; margin-left: -25px; margin-top: 7px; float: left; }
.menuler .sondakika .arama input[type="text"] { font-weight: normal; color: #999; font-family: Arial, Helvetica, sans-serif; text-decoration: none; padding: 5px; width: 200px; margin-top: 3px; margin-right: 0px; background-color: #F2F2F2; border: 1px solid #CCC; float: left; }
.lari { height: auto; margin-top: 10px; }
.kategoribasliklari .ust { background-color: #4E8A9B; width: auto; }
.kategoribasliklari .alt { padding-top: 0px; }
.kategoribasliklari .ust .tab { background-color: #5B9AAC; float: left; color: #FFF; font-weight: bold; cursor: pointer; border-right-width: 1px; border-right-style: dotted; border-right-color: #4E8A9B; padding-top: 13px; padding-right: 10px; padding-bottom: 13px; padding-left: 10px; }
.kategoribasliklari .ust .x { background-color: #2A6B7E; color: #FFF; }
.kategoribasliklari .ust .tab:hover { background-color: #2A6B7E; color: #FFF; }
.kategoribasliklari .alt .tabbox { margin-top: 5px; }
.kategoribasliklari .alt .tabbox .sol { float: right; margin-right: 10px; width: 400px; }
.kategoribasliklari .alt .tabbox .sol .basliklar { clear: both; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E9E9E9; margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px; padding-bottom: 10px; padding-top: 5px; }
.kategoribasliklari .alt .tabbox .sol .basliklar:hover { background-color: #F2F2F2; }
.kategoribasliklari .alt .tabbox .sol .basliklar .resim { float: left; height: 70px; width: 100px; margin-right: 10px; overflow: hidden; border: 1px solid #F2F2F2; }
.kategoribasliklari .alt .tabbox .sol .basliklar .baslik { float: left; height: 17px; width: auto; overflow: hidden; font-weight: bold; color: #000; text-decoration: none; width: 280px; }
.kategoribasliklari .alt .tabbox .sol .basliklar .detay { float: left; width: 260px; height: 35px; overflow: hidden; line-height: 16px; }
.kategoribasliklari .alt .tabbox .sag { float: left; width: 215px; margin-top: 10px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px; }
.kategoribasliklari .alt .tabbox .sag .resim { height: 120px; width: 215px; overflow: hidden; }
.kategoribasliklari .alt .tabbox .sag .baslik { font-weight: bold; margin-top: 5px; margin-bottom: 5px; line-height: 16px; text-align: center; }
.kategoribasliklari .alt .tabbox .sag .detay { line-height: 18px; }
ul.marquee { /* required styles */ display: block; padding: 0; margin: 0; list-style: none; line-height: 2; position: relative; overflow: hidden; /* optional styles for appearance */ width: 1000px; height: 35px; text-decoration: none; }
ul.marquee li { /* required styles */ position: absolute; top: -999em; left: 0; display: block; white-space: nowrap; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none; padding-top: 5px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; }
ul.marquee li a { color: #999999; }
ul.marquee li a:hover { color: #CCCCCC; text-decoration: none; }
ul.marquee .beyaz { color: #999999; }
ul.marquee .kirmizi { color: #999999; text-shadow: 1px 1px 0px #000000; font-weight: bold; }
ul.marquee .ince { font-weight: normal; text-decoration: none; }
.ust_slider { width: 1000px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.ust_slider ul li { height: 200px; }
.ust_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 26px; height: 29px; text-indent: 0; color: #ffffff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 29px; margin: 0 1px 0 0; background-color: #28282A; color: #fff; font-size: 15px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a.active { color: #FFF; }
.ust_slider .bx-wrapper .bx-controls-direction { display: none }
.ust_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.ust_slider .bx-wrapper .bx-controls-direction a { background: none; text-indent: 0; font-size: 50px; color: #FFFFFF; margin-top: -30px; }
.right-ad .bx-wrapper .bx-controls-direction { display: none }
.right-ad:hover .bx-wrapper .bx-controls-direction { display: block; }
.right-ad { widht: 300px; height: 195px; margin: 8px 0 0 0; position: relative; }
.right-ad ul li .baslik { bottom: 0px; background-image: url(images/surmanset_bg.png); position: absolute; width: 280px; padding: 10px; color: #FFF; text-align: center; font-weight: bold; text-shadow: 1px 1px 0 #000; line-height: 18px; }
.right-ad ul li { height: 168px; }
.right-ad .bx-wrapper .bx-pager { padding-bottom: 0px; }
.right-ad .bx-wrapper .bx-pager.bx-default-pager a { width: 20px; height: 24px; text-indent: 0; background-color: #E0E0E0; color: #333; font-size: 15px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 24px; margin: 0 1px 0 0; }
.right-ad .bx-wrapper .bx-pager.bx-default-pager a:hover,
.right-ad .bx-wrapper .bx-pager.bx-default-pager a.active { background: #C0161C; color: #FFF; }
.ds-wrap { width: 920px; padding: 20px 25px 20px 35px; margin: 10px 0; overflow: hidden; background-image: url(images/slide-news-bck.jpg); background-repeat: repeat-x; background-position: center bottom; background-color: #F5F5F5; }
.ds-wrap .slide-item { color: #000; font-weight: bold !important; text-decoration: none !important; }
.ds-wrap .slide-item span { margin-top: 10px; }
.ds-wrap .slide-item a { color: #000; }
.ds-wrap .slide-item a:hover { text-decoration: none !important; }
.ds-wrap img { margin: 0 0 0 0; }
.ds-wrap span.img-border { display: block; border: 1px solid #CCCCCC; padding: 3px; margin: 0 0 5px 0; background-color: #FFF; }
.ds-wrap .bx-wrapper .bx-next { right: -30px }
.ds-wrap .bx-wrapper .bx-prev { left: -38px }
.ds-wrap .bx-wrapper .bx-viewport { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; left: -5px; background: none; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.ds-wrap .bx-viewport { height: 190px !important }
.sosyal { color: #FFF; margin-bottom: 15px; }
.sosyal .facebook a { color: #FFF }
.sosyal .facebook a:hover { text-decoration: none; }
.sosyal .facebook a:hover .aciklama { background-color: #2C4472; text-decoration: none }
.sosyal .facebook { background: #3B5998; height: 80px; width: 145px; float: left }
.sosyal .facebook .aciklama { background-color: #324B81; padding: 6px 0; text-align: center; font-size: 12px; }
.sosyal .begeni { font-size: 23px; font-weight: bold; float: right; padding: 10px 5px 10px 5px; }
.sosyal .begeni.face { text-shadow: 0px 1px 1px #31497D }
.sosyal .begeni.twit { text-shadow: 0px 1px 1px #007AA8 }
.sosyal .begeni span { font-size: 16px; display: block; font-weight: 300; margin-top: 3px; text-align: right; }
.sosyal .icon { padding: 10px; float: left }
.sosyal .icon i { font-size: 35px; }
.sosyal .twitter a { color: #FFF }
.sosyal .twitter a:hover { text-decoration: none; }
.sosyal .twitter a:hover .aciklama { background-color: #008FC6; text-decoration: none }
.sosyal .twitter { background: #00ACEE; height: 80px; width: 145px; float: right }
.sosyal .twitter .aciklama { font-size: 12px; background-color: #009DD9; padding: 6px 0; text-align: center; }
.socialRightBlock .facebook { background: #3c5b9b; border-bottom: solid 10px #32508d; }
.socialRightBlock .twitter { background: #59c8ff; border-bottom: solid 10px #48b7ee; }
.arama { margin-top: 5px; margin-bottom: 5px; }
.arama input[type="text"] { background-color: #fff; padding: 6px; border: #CCC 1px solid; width: 200px; margin-right: 5px; color: #999; font-family: 'PT Sans', sans-serif; font-size: 14px; }
.arama input[type="submit"] { font-family: 'PT Sans', sans-serif; font-weight: bold; background-color: #C0161C; padding: 6px; border: none; color: #FFF; width: 75px; cursor: pointer; }
.ust_slider { width: 1000px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.ust_slider ul li { height: 200px; }
.ust_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; text-align: left; padding-left: 10px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 18px; height: 30px; text-indent: 0; color: #ffffff; border: medium none; border-radius: 3px 3px 15px; -webkit-border-radius: 3px 3px 15px; -moz-border-radius: 3px 3px 15px; line-height: 26px; margin: 0 2px 0 0; padding: 0 0 0 10px; background-color: #F8F8F8; color: #000; font-size: 16px; }
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ust_slider .bx-wrapper .bx-pager.bx-default-pager a.active { color: #FFF; text-decoration: none; }
.ust_slider .bx-wrapper .bx-controls-direction { display: none }
.ust_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.gazete { width: auto; margin-left: 2px; }
.gazete_slider .ici { float: left; margin: 7px; }
.gazete_slider { width: 678px; height: 200px; overflow: hidden; margin-bottom: 10px; }
.gazete_slider ul li { height: 200px; }
.gazete_slider .bx-wrapper .bx-viewport { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 0px; background-image: url(images/background_ic.png); background-repeat: repeat-x; }
.gazete_slider .bx-wrapper .bx-pager { padding-top: 0; padding-bottom: 35px; }
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 26px; height: 29px; text-indent: 0; color: #ffffff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; line-height: 29px; margin: 0 1px 0 0; background-color: #28282A; color: #fff; font-size: 15px; }
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gazete_slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #C0161C; color: #FFF; }
.gazete_slider .bx-wrapper .bx-controls-direction { display: none }
.gazete_slider:hover .bx-wrapper .bx-controls-direction { display: block; }
.burclar { margin-top: 10px; margin-bottom: 10px; }
.burclar .logolar { float: left; width: 260px; }
.burclar .logolar .logo { width: 50px; height: 50px; float: left; margin: 5px; }
.burclar .aciklama { float: left; width: 390px; margin-left: 10px; display: block; }
.burclar .aciklama .adi { float: left; font-size: 20px; font-weight: bold; }
.burclar .aciklama .tarih { float: right; color: #999; }
.burclar .aciklama .detay { margin-top: 20px; line-height: 20px; }
.kategorim { width: 1000px; height: auto; margin-top: 29px; background-color: #D7D7D7; position: absolute; z-index: 999; overflow: hidden; background-image: url(images/katarka.jpg); padding-top: 5px; padding-bottom: 5px; }
.kategorim .kutu { width: 325px; height: 60px; margin: 3px; float: left; font-weight: bold; background-color: #ffffff; }
.kategorim .kutu:hover { text-decoration: underline; background-color: #F4F4F4; }
.kategorim .kutu .baslik { padding: 3px; text-align: center; height: 32px; line-height: 17px; overflow: hidden; margin-top: 4px; margin-bottom: 4px; }
.kategorim .kutu .resim { height: 50px; width: 90px; overflow: hidden; text-align: center; padding: 3px; float: left; }
.roportaj { height: auto; width: 323px; float: left; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 3px; margin-top: 10px; }
.roportaj:hover { background-color: #f4f4f4; text-decoration: underline }
.roportaj:hover>.roportaj_resim { transform: scale(1.02, 1.02) }
.roportaj_baslik { text-align: center; height: 22px; width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 0px; }
.roportaj_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #CD8D3E; margin-left: 10px; }
.roportaj_yazar { text-align: center; height: 20px; width: 100%; overflow: hidden; }
.roportaj_detay { text-align: center; font-weight: normal; text-decoration: none; height: 38px; overflow: hidden; margin-bottom: 10px; }
.roportaj_tik { font-weight: normal; text-decoration: none; text-align: center; font-size: 11px; color: #666; }
.roportaj_resim { height: 135px; width: 323px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim { height: auto; width: 316px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.fotogalerim:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.fotogalerim_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.fotogalerim_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 60px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }
.fotogalerim_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #C4513E; margin-left: 10px; }
.fotogalerim_resim { height: 145px; width: 315px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim_resim:hover { transform: scale(1.02, 1.02) }
.fotogalerim2 { height: auto; width: 203px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.fotogalerim2:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.fotogalerim2_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.fotogalerim2_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 75px; opacity: 0.5; }
.fotogalerim2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #C4513E; margin-left: 10px; }
.fotogalerim2_resim { height: 115px; width: 202px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.fotogalerim2_resim:hover { transform: scale(1.02, 1.02) }
.videogalerim { height: auto; width: 316px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.videogalerim:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.videogalerim_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.videogalerim_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 60px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 130px; opacity: 0.5; }
.videogalerim_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #333333; margin-left: 10px; }
.videogalerim_resim { height: 145px; width: 315px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.videogalerim_resim:hover { transform: scale(1.02, 1.02) }
.videogalerim2 { height: auto; width: 203px; float: left; margin-right: 3px; margin-bottom: 10px; margin-left: 3px; color: #000; font-weight: bold; text-decoration: none; line-height: 18px; padding: 8px; margin-top: 10px; border: 1px none #333; background-color: #666; }
.videogalerim2:hover { background-color: #333333; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.videogalerim2_baslik { text-align: center; height: 21px; width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #FFF; font-size: 15px; }
.videogalerim2_selefon { width: auto; position: absolute; margin-top: 40px; text-align: left; display: inline; position: absolute; font-size: 50px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 75px; opacity: 0.5; }
.videogalerim2_kategori { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-color: #333333; margin-left: 10px; }
.videogalerim2_resim { height: 105px; width: 202px; overflow: hidden; margin-bottom: 20px; text-align: center; }
.videogalerim2_resim:hover { transform: scale(1.02, 1.02) }
.baslik_tumu { float: right; margin-right: 10px; margin-left: 10px }
.puan_tumu { float: right; margin-right: 10px; margin-left: 10px; margin-top: -4px; opacity: .8 }
#fikstur { }
#fikstur .liste { margin: 15px 0 15px 0 }
#fikstur .liste .tarih { font-size: 12px; font-weight: bold; text-align: center; margin: 5px 0 5px 0 }
#fikstur .liste .takim { font-size: 12px; text-align: center; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E7F1E4; padding-bottom: 10px; }
#fikstur .liste .takim span { font-weight: bold; }
.sosyalhaber { margin-top: 10px; text-align: center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EBEBEB; padding: 10px 0; }
.sosyalhaber a { color: #FFF; text-decoration: none; text-align: center; }
.sosyalhaber div i { font-size: 16px; }
.sosyalhaber .facebook { float: left; width: 16.6%; background-color: #3A589B; padding: 5px 0; text-align: center; }
.sosyalhaber .twitter { float: left; width: 16.6%; background-color: #55ACEE; padding: 5px 0; text-align: center; }
.sosyalhaber .yorum { float: left; width: 16.6%; background-color: #D99C46; padding: 5px 0; text-align: center; }
.sosyalhaber .google { float: left; width: 16.6%; background-color: #D6492F; padding: 5px 0; text-align: center; }
.sosyalhaber .linkedin { float: left; width: 16.6%; background-color: #0077B5; padding: 5px 0; text-align: center; }
.sosyalhaber .whatsapp { float: left; width: 16.6%; background-color: #33AE20; padding: 5px 0; text-align: center; }
.sosyalhaber .whatsapp img { margin: 0 auto }
.sagsol { padding: 10px 0; }
.sagsol a:hover>.sol { background-color: #666666; }
.sagsol .sol { float: left; padding: 10px; width: 45%; background-color: #999999; }
.sagsol .sol .baslik { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; padding-top: 10px; float: left; color: #FFF }
.sagsol .sol .baslik i { margin-right: 10px; font-size: 26px; float: left; margin-top: -5px; }
.sagsol .sol .resim { display: none; float: left; width: 120px; height: 70px; overflow: hidden; margin-right: 10px; float: left; }
.sagsol .sol .haberbaslik { margin: 15px 0; line-height: 18px; float: left; overflow: hidden; height: 20px; color: #FFF }
.sagsol a:hover>.sag { background-color: #666666; }
.sagsol .sag { float: right; padding: 10px; width: 45%; background-color: #999999; }
.sagsol .sag .baslik { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; padding-top: 10px; float: right; color: #FFF }
.sagsol .sag .baslik i { margin-left: 10px; font-size: 26px; float: right; margin-top: -5px; }
.sagsol .sag .resim { display: none; float: right; width: 120px; height: 70px; overflow: hidden; margin-right: 10px; float: right; }
.sagsol .sag .haberbaslik { margin: 15px 0; line-height: 18px; float: right; overflow: hidden; height: 20px; color: #FFF }
.saniyereklam { position: fixed; height: 100%; width: 100%; background: rgba(0,0,0,0.7); z-index: 99999; display: none; }
.saniyereklam .content { position: absolute; margin-top: 2%; }
.saniyereklam .bar { text-align: right; font-weight: bold; padding: 10px; height: 20px; font-size: 15px; }
.saniyereklam .bar div { margin-right: 10px; cursor: pointer; }
.saniyereklam .saniye { float: left; color: #fff }
.saniyereklam .kapat { float: right; color: #fff }
.fotosaniyereklam { height: 475px; width: 655px; background: rgba(0,0,0,0.4); z-index: 99999; display: none; margin-top: -40px; position: absolute }
.fotosaniyereklam .content { position: absolute; margin-top: 20px; }
.fotosaniyereklam .bar { text-align: right; font-weight: normal; padding: 10px; font-size: 14px; }
.fotosaniyereklam .bar div { margin-right: 10px; cursor: pointer; }
.fotosaniyereklam .saniye { float: left; color: #fff }
.fotosaniyereklam .kapat { float: right; color: #fff }
.webaksiyon { color: #EAEAEA !important }
.webaksiyon:hover { color: #EAEAEA; !important
}
.haberanaresim { cursor: pointer; }
.haberanaresim:hover>.icon { opacity: 0.8; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.haberanaresim .icon { background-color: #333; opacity: 0.5; padding: 10px; width: 17px; height: 17px; position: absolute; margin: 30px; }
.haberanaresim .icon i { color: #FFF; font-size: 20px; opacity: 0.9; }
.haberdigerresim { cursor: pointer; width: 322px; float: left; margin: 5px; border: 1px solid #E8E8E8; }
.haberdigerresim:hover>.icon { opacity: 0.8; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.haberdigerresim .icon { background-color: #333; opacity: 0.5; padding: 10px; width: 11px; height: 11px; position: absolute; margin: 20px; }
.haberdigerresim .icon i { color: #FFF; font-size: 12px; opacity: 0.9; }
.facebooks { height: 285px; width: 100%; display: table; margin-top: 8px; margin-bottom: 8px }
.facebook_ust { background-repeat: repeat-x; height: 35px; font-weight: bold; text-decoration: none; background-color: #3c5b9b; border: 1px solid #36538d }
.facebook_baslik { margin-top: 9px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.facebook_icerik { padding: 5px }
.facebook_alt { height: auto; width: auto; background-color: #f8f9fc; color: #FFF; border: 1px solid #c7d1e9 }
.twitters { height: 400px; display: table; margin-top: 8px; margin-bottom: 8px; width: 290px; margin-right: auto; margin-left: auto }
.twitter_ust { background-repeat: repeat-x; height: 35px; font-weight: bold; text-decoration: none; background-color: #59c8ff; border: 1px solid #37beff }
.twitter_baslik { margin-top: 9px; margin-left: 10px; font-weight: bold; text-decoration: none; color: #FFF }
.twitter_icerik { padding: 5px; width: 288px; height: 400px; overflow: hidden; }
.twitter_alt { height: auto; width: auto; background-color: #fff; color: #FFF; border: 1px solid #d7edf4 }
.okudunuzmu { right: 18px; bottom: 18px; width: 315px; position: fixed; z-index: 19; display: none; background: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); -moz-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.35); }
.okudunuzmu .obaslik { height: 18px; background-color: #28282A; padding: 10px; color: #FFF; font-weight: bold; }
.okudunuzmu .obaslik .okapat { color: #FFF; float: right; }
.okudunuzmu .obaslik .okapat a { color: #FFF; }
.okudunuzmu .okutu { padding: 10px; margin-bottom: 10px; clear: none; }
.okudunuzmu .okutu:hover { background-color: #F3F3F3 }
.okudunuzmu .okutu .oresim { width: 100px; height: 55px; overflow: hidden; margin-right: 5px; float: left; }
.okudunuzmu .okutu .oabaslik { width: 180px; height: 40px; overflow: hidden; color: #333; font-weight: bold; line-height: 20px; font-size: 14px; }
.yukariyazi { color: #FFF; font-weight: bold; font-size: 14px; padding-right: 5px; }
.left-ad { margin: 8px 0 0 0; position: relative; }
.left-ad ul li { }
.sonrakihabersol { left: 10px; position: fixed; top: 40%; z-index: 99; }
.sonrakihabersol a.leftArrow { float: left; }
.sonrakihabersol .arrowImg { border: 1px solid #eee; background: #f6f6f6; height: 120px; line-height: 120px; padding: 0 8px; }
.sonrakihabersol .leftTextImgWrap { border: 1px solid #eee; background: #fff; width: 220px; height: 160px; padding: 10px; display: table; position: absolute; top: 0; z-index: 9999; display: none; }
.sonrakihabersol i { font-size: 36px; color: #333; }
.sonrakihabersol .leftTextImgWrap .lText { display: table-cell; width: 200px; height: auto; line-height: 17px; text-align: right; font-size: 14px; font-weight: bold; color: #000; padding: 8px; text-align: center }
.sonrakihabersol .leftTextImgWrap img { width: 220px; height: 110px; }
.sonrakihabersag { position: fixed; top: 40%; right: 10px; z-index: 99; }
.sonrakihabersag a.rightArrow { float: left; }
.sonrakihabersag .arrowImg { border: 1px solid #eee; background: #f6f6f6; height: 120px; line-height: 120px; padding: 0 8px; }
.sonrakihabersag .rightTextImgWrap { border: 1px solid #eee; background: #fff; width: 220px; height: 160px; padding: 10px; display: table; position: absolute; top: 0; right: 0; z-index: 9999; display: none; }
.sonrakihabersag i { font-size: 36px; color: #333; }
.sonrakihabersag .rightTextImgWrap .rText { display: table-cell; width: 220px; height: auto; line-height: 17px; text-align: left; font-size: 14px; font-weight: bold; color: #000; padding: 8px; text-align: center }
.sonrakihabersag .rightTextImgWrap img { width: 220px; height: 110px; }
.haber-ad { widht: 300px; height: 195px; margin: 8px 0 0 0; position: relative; }
.haber-ad ul li .baslik { bottom: 0px; background-image: url(images/surmanset_bg.png); position: absolute; width: 280px; padding: 10px; color: #FFF; text-align: center; font-weight: bold; text-shadow: 1px 1px 0 #000; line-height: 18px; }
.haber-ad ul li { height: 168px; }
.anasayfabslk { font-size: 26px; font-weight: bold; margin: 30px 0; }
.anasayfabtn { text-transform: uppercase; display: inline-block;  *display: inline;padding: 5px 12px; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333; background-color: #f5f5f5; border: 0;  *margin-left: .3em;}

/* yeni besli sprdty basla*/
.beslimanset{}
.beslimanset a {color:#FFF; text-decoration:none;}
.beslimanset a .box{ float:left;overflow:hidden; }
.beslimanset a .box img{ transition: 0.2s ease-in-out; z-index:1}
.beslimanset a .box:hover >  img{transform: scale(1.05);}

.beslimanset a .box.buyuk{ width:500px; height:300px;  margin:5px 0 5px 0; }
.beslimanset a .box.buyuk .baslik{ font-size: 24px;  position: absolute; font-weight: bold; margin: 20px; margin-top:200px; width:400px; line-height:30px; z-index:2}
.beslimanset a .box.buyuk .baslik .tarih{ font-size:11px;  position: absolute;}
.beslimanset a .box.buyuk .siyahlik{ background-color: rgb(0,0,0,0.4); z-index:2; position:absolute; width:500px; height:300px;}
.beslimanset a .box.buyuk img { width:500px; height:300px;}

.beslimanset a .box.kucuk{ width:240px; height:145px; margin:5px 0 5px 10px; background-color:#ccc; }
.beslimanset a .box.kucuk .baslik{ font-size: 15px;  position: absolute; font-weight: bold; margin: 20px; margin-top:90px; width:220px; line-height:20px; z-index:2}
.beslimanset a .box.kucuk .baslik .tarih{ font-size:11px;  position: absolute; display:none}
.beslimanset a .box.kucuk .siyahlik{ background-color: rgb(0,0,0,0.4); z-index:2; position:absolute; width:240px; height:145px;}
.beslimanset a .box.kucuk img { width:240px; height:145px;}
/* yeni besli sprdty bitir*/

.videomanset{transform: scale(1, 1)}
.videomanset .baslik { height: 40px; width: 630px; position: absolute; margin-top: 240px; text-align: left; display: inline; background-image: url(images/surmanset_bg.png); position: absolute; font-size: 19px; font-weight: bold; color: #FFF; overflow: hidden; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); margin-left: 10px; padding: 10px; line-height: 40px; }
.videomanset .izleme { height: 15px; width: auto; position: absolute; margin-top: 10px; text-align: left; display: inline; position: absolute; font-size: 13px; font-weight: bold; color: #FFF; overflow: hidden; padding-top: 7px; padding-right: 11px; padding-bottom: 7px; padding-left: 11px; background-image: url(images/surmanset_bg.png); margin-left: 10px; }
.videomanset .resim { width: auto; height: 310px; float: left; overflow: hidden; position: relative; }

.videomanset .selefon { width: auto; position: absolute; margin-top: 100px; text-align: left; display: inline; position: absolute; font-size: 80px; font-weight: bold; color: #FFF; overflow: hidden; margin-left: 300px; opacity: 0.5; }

.subeglence{}
.box_subeglence { background-color: #333333; padding-top: 5px; margin-top: 14px; margin-left: 0; z-index: 15; position: absolute; padding-bottom: 5px; }
.box_subeglence .menumbaslik{ padding-top: 5px; padding-bottom: 6px;  position: relative; z-index: 10; padding-right: 10px; padding-left: 10px; margin-left:5px; margin-right:7px}
.box_subeglence .menumbaslik i {color: #cccccc;}
.box_subeglence .menumbaslik a { color: #cccccc; text-decoration: none; font-size:13px; }
.box_subeglence .menumbaslik:hover { background-color: #000; opacity: 0.5; }



#kvkk {
    background-color: #8B8B8B;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    position: fixed;
    bottom: 0;
width: 100%;
    z-index: 130;
    padding: 12px 0;

text-align: center}
.kvkk {
    width:1020px;
margin: 0 auto;
}
.kvkk .yazi{ float: left;   }
.kvkk .tamam a{ float: right; color: #fff; }




