/*+++++++++++++++++++++++++++++++++++++++++++++++

    Theme Name: HaberMatik Mobil
	Version: 1.0
    Description: WordPress Mobil Haber  Teması, Premium WordPress Mobile News Theme
    Author: HaberMatik
	Theme URI: http://www.habermatik.net
	Created Time: 17.12.2013
    Copyright: 2013 AKIN MEDYA LTD.
	
		
/* HaberMatik Mobil
================================================== */

/* Head styles
-----------------------------------------------------------------------------*/
html {
    width: 100%;
}

body {
    width: 100%;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}


/* Page full
-----------------------------------------------------------------------------*/
div.page-full {
    width: 100%;
    position: relative;
}

/* Top bar */
header.page-header div.top-bar {
    width: inherit;
    height: 50px;
    background: url("../img/top-bar.png") repeat-x;
}

/* Page logo */
header.page-header div.page-logo {
    float: left;
    margin: 9px 0 0 15px;
}

/* Regular page */
header.page-header div.regular-page {
    float: right;
    margin: 16px 15px 0 0;
    font: 14px "PT Sans";
    color: #999;
}

/* Menu button */
header.page-header div.menu-button {
    float: left;
    margin: 15px 0 0 20px;
}

/* Search */
header.page-header div.search {
    width: 180px;
    height: 30px;
    float: right;
    position: relative;
    margin: 10px 20px 0 0;
    background: #fff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

header.page-header div.search input[type="text"] {
    width: 135px;
    height: 30px;
    float: left;
    padding-left: 15px;
    border-radius: 20px 0 0 20px;
    color: #aaa;
}

header.page-header div.search input[type="submit"] {
    width: 30px;
    height: 30px;
    float: left;
    background: url("../img/search-submit.png") no-repeat 5px 7px;
    border-radius: 0 20px 20px 0;
    text-indent: -99999px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
aside.sidebar {
    width: 200px;
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 999;
    background: #252730;
}

/* Social */
aside.sidebar div.social {
    width: 190px;
    float: left;
    margin: 10px 0 0 10px;
}

aside.sidebar div.social a {
    width: 32px;
    height: 32px;
    float: left;
    display: block;
    margin-left: 10px;
}

/* Categories */
aside.sidebar div.categories {
    width: inherit;
    float: left;
    margin-top: 10px;
}

aside.sidebar div.categories p {
    width: 180px;
    height: 17px;
    float: left;
    padding: 7px 0 0 20px;
    background: #282b36;
    font-size: 11px;
    color: #565a6d;
}

aside.sidebar div.categories ul li {
    width: 200px;
    height: 36px;
    float: left;
    border-top: 1px solid #282b35;
}

aside.sidebar div.categories ul li a {
    width: 180px;
    height: 25px;
    display: block;
    padding: 11px 0 0 20px;
    font-size: 14px;
    color: #858a9e;
}

aside.sidebar div.categories ul li a:hover,
aside.sidebar div.categories ul li.active a {
    padding-left: 15px;
    border-left: 5px solid #202128;
    color: #ffae00;
}

/* Container
-----------------------------------------------------------------------------*/
div.container {
    width: inherit;
    margin-bottom: 10px;
}

/* More link */
div.container a.more {
    min-height: 25px;
    display: block;
    margin: 10px 10px 0;
    padding-top: 13px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 700;
    color: #666;
    text-align: center;
}

div.container .reklam {
    min-height: 25px;
    display: block;
    margin: 10px;
    text-align: center; overflow:hidden; 
}
.reklam2 {
    margin: 0px;
    text-align: center; 
}
/* Ribbon */
div.container a.ribbon span {
    width: inherit;
    height: 32px;
    display: block;
    padding-top: 12px;
    background: url("../img/ribbon.png") repeat-x;
}

div.container a.ribbon:after {
    overflow: hidden;
    position: absolute;
    left: 10px;
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}

/* Photo & Video gallery */
div.container a.photo-gallery,
div.container a.video-gallery {
    min-height: 44px;
    display: block;
    position: relative;
    margin: 10px 10px 0;
    background: url("../img/photo-gallery.png") repeat-x;
    border-radius: 5px;
    font: 700 18px "PT Sans";
    color: #fff;
    text-align: center;
}

div.container a.video-gallery {
    background-image: url("../img/video-gallery.png");
}

div.container a.photo-gallery:after {
    width: 32px;
    height: 28px;
    top: 8px;
    background: url("../img/photo-gallery_icon.png") no-repeat;
}

div.container a.video-gallery:after {
    width: 36px;
    height: 22px;
    top: 11px;
    background: url("../img/video-gallery_icon.png") no-repeat;
}


/* Full page slider
-----------------------------------------------------------------------------*/
div.full-page-slider {
  /*inherit*/
	width: 100%;
	height: 100%;
    float: left;
    position: relative;
	overflow:hidden;
}

/* Loader */
div.full-page-slider .bx-wrapper .bx-loading {
    width: 100%;
    height: 100%;
    min-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff url("../img/loader.gif") no-repeat center center;
}

/* Full width image */
div.full-page-slider img, div.full-page-slider iframe {
    width: 100% !important; 
	height:250px !important; /*480 çözünürlük*/
	max-height:100% !important;
    display: block;
}
div.full-page-slider ul li p {
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/manset_bg.png") repeat-x;
    border: 0px;
    font: 700 16px "PT Sans";
    color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
}

div.full-page-slider ul li p span {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

/* Pager */
div.full-page-slider .bx-wrapper .bx-pager {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
    padding: 5px 5px 5px 2px;
    background: rgba(0, 0, 0, 0.7);
}

div.full-page-slider .bx-wrapper .bx-pager .bx-pager-item {
    float: left;
    margin-left: 3px;
}

div.full-page-slider .bx-wrapper .bx-pager a {
    width: 8px;
    height: 8px;
    float: left;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
}

div.full-page-slider .bx-wrapper .bx-pager a:hover,
div.full-page-slider .bx-wrapper .bx-pager a.active {
    background: #ffd200;
}

/* Arrows */
div.full-page-slider .bx-wrapper .bx-controls-direction a {
    width: 34px;
    height: 49px;
    display: none;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 500;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    text-indent: 100%;
    white-space: nowrap;
}

div.full-page-slider .bx-wrapper .bx-controls-direction a:hover {
    background: rgba(0, 0, 0, 0.8);
}

div.full-page-slider .bx-wrapper .bx-controls-direction a:after {
    width: 13px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    top: 13px;
    background-image: url("../img/slider-arrows.png");
    background-repeat: no-repeat;
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}

div.full-page-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

div.full-page-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
    left: 7px;
    background-position: 0 0;
}

div.full-page-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

div.full-page-slider .bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 7px;
    background-position: -13px 0;
}


/* Tab overlay
-----------------------------------------------------------------------------*/
div.tab-overlay {
}

/* Title */
div.tab-overlay div.title {
    width: inherit;
    height: 48px;
    background: url("../img/tab-title.png") repeat-x;
}

div.tab-overlay div.title ul li {
    float: left;
    position: relative;
    margin-left: 30px;
}

div.tab-overlay div.title ul li:first-child {
    margin-left: 15px;
}

div.tab-overlay div.title ul li a {
    height: 33px;
    float: left;
    display: block;
    padding-top: 15px;
    font: 16px "PT Sans";
    color: #858a9e;
}

div.tab-overlay div.title ul li:hover a,
div.tab-overlay div.title ul li.active a {
    color: #fff;
}

div.tab-overlay div.title ul li.active a:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    content: ".";
    text-indent: -99999px;
}

/* Content */
div.tab-overlay div.content {
    width: inherit;
}

div.tab-overlay div.content > div {
    display: none;
}

div.tab-overlay div.content > div.active {
    display: block;
}

/* News list */
div.tab-overlay ul.news-list {
}

div.tab-overlay ul.news-list li {
    min-height: 70px;
    margin: 5px 10px 0;
    padding: 10px;
    background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.tab-overlay ul.news-list li div.image {
    width: 100px;
    height: 70px;
	overflow:hidden;
    float: left;
    margin-right: 10px;
}
div.tab-overlay ul.news-list li div.image img {
    width: 100px;
    height: 70px;
	
}

div.tab-overlay ul.news-list li div.text {
}

div.tab-overlay ul.news-list li div.text p {
    margin: 3px 0;
    font-size: 11px;
    color: #777;
}

div.tab-overlay ul.news-list li div.text p.title {
    margin-top: 0;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

div.tab-overlay ul.news-list li div.text p.info {
    color: #999;
}

div.tab-overlay ul.news-list li div.text p.info span {
    color: #c9433e;
}

/* Gallery list */
div.tab-overlay ul.gallery-list {
    font-size: 10px;
}

div.tab-overlay ul.gallery-list li {
    width: 48%; height: 30%;
    float: left;
    position: relative;
    margin: 1.35% 0 0 1.35%;
}

div.tab-overlay ul.gallery-list li.video:after {
    width: 32px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../img/icon_video.png") no-repeat;
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}
div.tab-overlay ul.gallery-list li.foto:after {
    width: 37px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../img/icon_foto.png") no-repeat;
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}
div.tab-overlay ul.gallery-list li a {
    display: block;
}

div.tab-overlay ul.gallery-list li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

div.tab-overlay ul.gallery-list li p {
    width: 100%;
    height: 119px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/gallery_shadow.png") repeat-x;
    border-radius: 0 0 5px 5px;
    font: 700 16px "PT Sans";
    color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
}

div.tab-overlay ul.gallery-list li p span {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

/* Comment list */
div.tab-overlay ul.comment-list {
}

div.tab-overlay ul.comment-list li {
    margin-top: 5px;
    padding: 12px 20px;
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.tab-overlay ul.comment-list li p {
    margin: 2px 0;
    font: 13px "PT Sans";
}

div.tab-overlay ul.comment-list li p.name {
    font-weight: 700;
}

div.tab-overlay ul.comment-list li p.date {
    color: #999;
}

/* New comment */
div.tab-overlay ul.new-comment {
}

div.tab-overlay ul.new-comment li {
    margin-top: 10px;
    padding-right: 20px;
    font: 13px "PT Sans";
}

div.tab-overlay ul.new-comment li p {
    margin: 5px 0;
    font-weight: 700;
    font-size: 14px;
}

div.tab-overlay ul.new-comment li input[type="text"],
div.tab-overlay ul.new-comment li input[type="email"],
div.tab-overlay ul.new-comment li input[type="tel"],
div.tab-overlay ul.new-comment li textarea {
    width: 100%;
    height: 28px;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.tab-overlay ul.new-comment li textarea {
    height: 70px;
}



/* Comment */
div.tab-overlay.comment {
    margin: 0 15px;
}

div.tab-overlay.comment div.title {
    width: auto;
    height: 51px;
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.tab-overlay.comment div.title ul li {
    width: 49%;
    height: 51px;
    margin: 0;
    border-left: 1px solid #ddd;
}

div.tab-overlay.comment div.title ul li:first-child {
    border-left: 0;
}

div.tab-overlay.comment div.title ul li a {
    width: 100%;
    height: 51px;
    height: 36px;
    font: 700 18px "PT Sans";
    color: #333;
    text-align: center;
}

div.tab-overlay.comment div.title ul li.active a:after {
    display: none !important;
}

div.tab-overlay.comment div.title ul li a span {
    font-weight: 400;
    color: #cb443f;
}


/* Article
-----------------------------------------------------------------------------*/
article.post {
    width: inherit;
    float: left;
    margin-top: 10px;
    color: #333;
}

/* Info */
article.post div.info {
    margin: 0 15px;
}

article.post div.info h1 {
    font: 700 24px "PT Sans";
}

article.post div.info p.date {
    font-family: "PT Sans";
    color: #999;
}

/* Image */
article.post div.image { 
    position: relative;
    margin: 10px 15px 55px; /*margin: 10px 15px 0px;*/
}

article.post div.image img {
    width: 100%;
}

/* Content */
article.post div.content {
    margin: 10px 15px 0;
    font: 13px/22px "PT Sans";
}

article.post div.content p {
    margin: -5px 0 25px;
}

article.post div.content p.lead {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    color: #444;
}

article.post div.content p.lead:first-letter {
    margin-left: 30px;
}

article.post div.content h1 {
    margin-bottom: 10px;
    font-size: 22px;
}

article.post div.content h2 {
    margin-bottom: 7px;
    font-size: 18px;
}

article.post div.content h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

article.post div.content h4 {
    margin-bottom: 5px;
    font-size: 14px;
}

article.post div.content ul {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: inside;
}

article.post div.content ul li {
    display: list-item;
    list-style-type: disc;
}

article.post div.content ul li ul {
    margin: 5px 0;
}

article.post div.content ul li ul li {
    list-style-type: circle;
}

article.post div.content ul li ul li ul li {
    list-style-type: square;
}

article.post div.content ol {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: decimal;
}

article.post div.content ol li {
    display: list-item;
    list-style-type: decimal;
}

article.post div.content ol li ol {
    margin: 5px 0;
}

article.post div.content blockquote {
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

article.post div.content blockquote p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

article.post div.content blockquote span {
    font-style: italic;
    font-size: 14px;
}
.error, .alert, .notice, .success{ padding:0.8em !important;margin-bottom:1em; margin-top:1em; border:2px solid #ddd; }
.error, .alert 	{ background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4; clear:both }
.notice { background:#fff6bf;color:#514721;border-color:#ffd324; clear:both }
.success { background:#e6efc2;color:#264409;border-color:#c6d880; clear:both }
.error a, .alert a 	{ color:#8a1f11;text-decoration:underline; }
.notice a	{ color:#514721;text-decoration:underline; }
.success a	{ color:#264409;text-decoration:underline; }
article.post div.content input[type="text"],article.post div.content input[type="email"], article.post div.content input[type="tel"],article.post div.content textarea, article.post div.content input[type="password"], article.post div.content select {  width: 40%; clear:both;
    height: 28px;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    border: 1px solid #ddd;
    border-radius: 5px; }
article.post div.content input[type="radio"], article.post div.content input[type="checkbox"]{}	
article.post div.content input[type="submit"] {  width: 80px;
    height: 34px;
    float: nn;
    margin-right: -20px;
    padding-top: 2px;
    background: #d94a43;
    border-bottom: 2px solid #b43c38;
    border-radius: 5px;
    color: #fff; }
article.post div.content textarea{ width:60%; height:100px;}	

article.post .author-info{position: relative; margin:0px 0px 25px 0px; /*margin: 10px 15px 0px;*/   }
article.post .author-info .yazar img{ width:90px; height:auto; margin-right:5px;}
article.post .author-info .bg{ width:100%; padding:10px 10px 0px 0px; color:#FFF;  background-color:#cb0707; height:33px;  margin-top:54px;}
article.post .author-info .bg span a{ color:#FFF;  font-size:21px}
article.post .author-info .bg .m{ float:right; padding-right:10px;}
article.post .author-info .sosyal{ float:right; margin-top:15px;}
	
article.post	.author-info img{ border:0px !important; padding:5px;}
/* Share */
article.post div.share { 
    height: 24px; max-height:50px !important; overflow:hidden;
    margin: 10px 15px 0;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
article.post .share span{ width:33%;}
article.post iframe,article.post video,article.post embed,article.post object{width:100% !important; height:auto !important; min-height:300px;}
article.post .share iframe{ max-height:50px !important}

/* Controls */
div.controls {
    height: 40px;
    margin: 15px 0;
    background: url("../img/controls.png") repeat-x;
}

div.controls ul li {
    width: 49%;
    height: 40px;
    float: left;
    border-left: 1px solid #2e2f38;
}

div.controls ul li:first-child {
    border-left: 0;
    border-right: 1px solid #18191d;
}

div.controls ul li a {
    width: 100%;
    height: 30px;
    display: block;
    padding-top: 10px;
    font: 700 15px/15px "PT Sans";
    color: #fff;
}

div.controls ul li a span {
    width: 125px;
    height: 17px;
    display: block;
    margin: 0 auto;
    padding: 3px 20px 0;
    background: url("../img/controls_next.png") no-repeat right center;
    text-align: right;
}

div.controls ul li:first-child a span {
    background: url("../img/controls_prev.png") no-repeat left center;
    text-align: left;
}


/* Media queries Haber_matik

-----------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
    
	div.full-page-slider img, div.full-page-slider iframe {
    width: 100% !important; 
	height:430px !important; 
	max-height:100% !important;
    display: block;
}
}
@media only screen and (max-width: 640px) {
 
	div.full-page-slider img, div.full-page-slider iframe {
    width: 100% !important; 
	height:340px !important; 
	max-height:100% !important;
    display: block;
}
}
@media only screen and (min-width: 800px) {
 div.full-page-slider img, div.full-page-slider iframe {
    width: 100% !important; 
	height:520px !important; 
	max-height:100% !important;
    display: block;
}
	
}
.bottom-bar {
    width: inherit;
    height: 50px;
    background: url("../img/top-bar.png") repeat-x;
}
.bottom-bar p{ padding:8px;}
/* HaberMatik Firma&İlan*/
.content  .firma, .content  .ilan { line-height:33px; font-weight:bold; border-bottom:1px dotted #CCCCCC}
.content  .firma span, .content  .ilan span { line-height:33px; font-weight:normal}
.content .ilan { width:100%; height:auto; float:left; clear:both; }
.ilan-bilgi {}
.ilan a, .firma a {color:#cb0707;}

		/*hava durumu page*/

	     .hava-durumu .orta{float:left; width:100%; background:#f6f7f1; border:1px solid #d3d7b5;padding-bottom:5px}
		 .hava-durumu .bas{ float:left; width: 300px; margin-left:9px; background:none !important; padding:0px !important}
		 .hava-durumu .bas span{ float:left}
		 .hava-durumu .bas h2{ float:left; width:244px; height:27px;font-size:13px;font-family: 'PT Sans', sans-serif; color:#bf7c4b; padding:13px 0 0 15px}
		 .hava-durumu .orta .box{ float:left; background:url(../img/hava-durumu-kutu.png) no-repeat; width:285px; height:40px; border:0; padding-left:10px; font:bold 11px tahoma;color:#bf7c4b; margin:10px 0 0 10px; cursor:pointer}
		 .hava-durumu .orta .box p{ float:left; margin:14px 0 0 0}
		 .hava-durumu .orta .opens{ float:left; background:url(../img/hava-durumu-open.png) no-repeat; width:26px; height:40px; margin-top:10px}
		 .hava-durumu .orta .opens a.ust{ float:left; width:26px; height:20px; background:none}
		 .hava-durumu .orta .opens a.alt{ float:left; width:26px; height:20px; background:none}		
		
		/*havalar*/
.hava-durumu .orta ul.hava{float:left;margin:13px 0 0 9px; clear:both;}
.hava-durumu .orta ul.hava li.gunler { list-style:none; float:left; margin: 0; padding: 0px; border-right: 1px solid #CFDADE; width:159px;}
.hava-durumu .orta ul.hava li.gunler.no-border {width:160px; border-right:none; }
.hava-durumu .orta ul.hava li.gunler .gun{margin:20px auto 0; text-align:center;}
.hava-durumu .orta ul.hava li.gunler .gun span.gun_adi {display:block; margin:0 0 5px; font-family: 'PT Sans', sans-serif; font-family:tahoma; font-size:20px; font-weight:bold; color:#bf7c4b;}
.hava-durumu .orta ul.hava li.gunler .gun p { font-size:smaller; color:#555}
.hava-durumu .orta ul.hava li.gunler .gun span{display:block; font-family:tahoma; font-weight:bold; color:#bf7c4b; margin:2px 0 0;}
.hava-durumu .orta ul.hava li.gunler .icon{width:90px; margin:0px auto;}
.hava-durumu .orta ul.hava li.gunler ol {margin:10px 0 0; padding:0; list-style:none;}
.hava-durumu .orta ul.hava li.gunler ol li:first-child {border-right: 1px dashed #8FA2A7; padding: 0 5px 0 0;}
.hava-durumu .orta ul.hava li.gunler li { list-style:none;width:71px; color: #6E858B; padding-left: 10px; float: left;}
.hava-durumu .orta ul.hava li.gunler li .max, .hava-durumu .orta ul.hava li.gunler li .min {font-weight:normal;}
.hava-durumu .orta .loading {width: 66px; height: 66px; margin:71px auto; display:none;}
.hava-durumu .acilir{float:left; width:308px; height:46px;}
.hava-durumu .select_area{float:left; position:absolute; }
.hava-durumu .select_area .open{ width:290px; display:none; background-color:#FBFBFB;  top:39px; left:13px; text-align:left; position:absolute; z-index:10; border:solid 1px #d7ccb5; }
.hava-durumu .open_ul{margin:0!important; width:290px;  height:153px; overflow-y:auto;  padding:0!important; background-color:#f0efe5; margin-top:-10px }
.hava-durumu .open_ul li{padding:5px;background: url('../img/opened_item_line.png') bottom center repeat-x}
.hava-durumu .open_ul li a{font:bold 11px Tahoma; padding:4px; display:block; color:#bf7c4b}

.doviz-kurlari .orta{float:left; width:100%; background:#F1F1F8; border:1px solid #C8D1E0; bor padding-bottom:5px}
.doviz-kurlari .bas{position:relative; float:left; width:100%; margin-left:9px;}
.doviz-kurlari .bas span{ float:left}
.doviz-kurlari .bas h2{ float:left; width:100%; height:27px;font-size:13px;font-family: 'PT Sans', sans-serif; color:#8E95B4; padding:13px 0 0 15px}
.doviz-kurlari .orta ul.cevir {width:100%; margin:15px 0 10px 10px; padding:0 0 5px; border:none !important; list-style:none; border-bottom:1px solid #C8D1E0;}
.doviz-kurlari .orta ul.cevir li { list-style:none;float:left; margin:0 8px 0 0; padding:0px; font-weight:bold;}
.doviz-kurlari .orta ul.cevir li input[type="text"] {margin:2px 0 0; padding:4px 5px; width:100px; font-size:11px; border:1px solid #BDBDBD; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.doviz-kurlari .orta ul.cevir li select {margin:2px 0 0; padding:3px 4px; width:150px; height:38px !important; font-size:11px; border:1px solid #BDBDBD; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.doviz-kurlari .orta ul.doviz_header{ clear:both;width:100%; margin:15px 0 10px 10px; padding:0 0 5px; list-style:none; border-bottom:1px solid #C8D1E0; }
.doviz-kurlari .orta ul.doviz_header li {list-style:none;float:left; margin:0; padding:0px; width:160px; font-family: 'PT Sans', sans-serif; font-size:14px; font-weight:bold; text-align:center;}
.doviz-kurlari .orta ul.doviz_header li.doviz_adi {width:230px; text-align:left;}
.doviz-kurlari .orta ul.doviz_header.liste {margin-top:5px;}
.doviz-kurlari .orta ul.doviz_header.liste li {line-height:24px; font-size:12px; font-weight:normal;}
.doviz-kurlari .orta ul.doviz_header.liste li img.icon {float:left; margin-top:0px; margin-right:5px;}
.doviz-kurlari .orta ul.doviz_header.liste li .flags {
	display:block;
	float:left;
	margin-top:0px;
	margin-right:5px;
	width:24px;
	height:24px;
	background: url(../img/doviz-flags.png) no-repeat top left;
}
.doviz-kurlari .orta ul.doviz_header.liste li .flg-aud{ background-position: 0 0; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-bgn{ background-position: 0 -29px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-cad{ background-position: 0 -58px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-chf{ background-position: 0 -87px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-cny{ background-position: 0 -116px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-dkk{ background-position: 0 -145px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-eur{ background-position: 0 -174px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-gbp{ background-position: 0 -203px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-irr{ background-position: 0 -232px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-jpy{ background-position: 0 -261px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-kwd{ background-position: 0 -290px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-nok{ background-position: 0 -319px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-pkr{ background-position: 0 -348px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-ron{ background-position: 0 -377px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-rub{ background-position: 0 -406px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-sar{ background-position: 0 -435px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-sek{ background-position: 0 -464px; } 
.doviz-kurlari .orta ul.doviz_header.liste li .flg-usd{ background-position: 0 -493px; }
.clearfix:after {content:"."; clear:both; display:block; visibility:hidden; height:0;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%; display:inline-block;}
.clearfix {display:block;}
.clearfix {height:1%; zoom:1;}
@media only screen and (min-width: 360px) {
div.full-page-slider .bx-wrapper .bx-controls-direction a {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
	.doviz-kurlari .orta ul.cevir li  input[type="text"] { width:65px;   }
	.doviz-kurlari .orta ul.cevir li select {width:95px;}
	.doviz-kurlari .orta ul.doviz_header li {width:110px;}
    .doviz-kurlari .orta ul.doviz_header li.doviz_adi {width:180px;}
	
	div.full-page-slider img, div.full-page-slider iframe {
    width: 100% !important; 
	height:250px !important; /*480 çözünürlük*/
	max-height:100% !important;
    display: block;
}
}

.yazarlar .yazar-ad a{ font-size:16px; font-weight:bold; color:#cb0707}
.yazarlar p.yazar-ad, .yazarlar p.tarih{margin:0px !important;}
.yazarlar .makale a{font-weight:bold; color:#333 !important}
.yazarlar ul{ margin-left:0px !important; padding-left:0px !important}
.yazarlar ul.yzr li{ width:295px; height:140px; display:block;margin:0px 10px 10px 0px !important; padding:0px !important; float:left; list-style:none !important; overflow:hidden}
.yazarlar ul.yzr li img{width:74px; height:80px; padding:4px; border:1px solid #e8e8e8; float:left; margin-right:10px;}

.fikstur-tabnav {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.fikstur-tabnav a {
	float: left;
	line-height: 32px;
	margin-right: 5px;
	padding: 0 20px;
	font-size: 15px;
	color: #fff !important;
	background-color: #000;
}
.fikstur-tabnav a.aktif {
	cursor: default;
	color: #fff;
	background-color: #E91212;
}






.fikstur-tab {
	display: none;
}


.puan-durumu {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.puan-durumu h2 {
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: left;
}
.puan-durumu h2 span {
	float: right;
}
.puan-durumu table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-right: 1px solid #CECECE;
	border-collapse: separate;
	*border-collapse: collapse;
	border-spacing: 0;
}

.puan-durumu table  tr th {
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	background-color: #d0ecea;
}
.puan-durumu table tbody tr {
	line-height: 32px;
	color: #3A3A3A;
	background-color: #fff;
}
.puan-durumu table tbody tr.even {
	background-color: #ECECEC;
}
.puan-durumu table tbody tr:hover {
	background-color: #d0ecea;
}
.puan-durumu table tbody tr td {
	line-height: 32px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 700;
	color: #494949;
	text-align: center;
	cursor: default;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}
.puan-durumu table tbody tr td.takim-adi {
	width: 300px;
	color: #000;
	text-align: left;
}






.hafta-maclari {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.hafta-maclari h2 {
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: left;
}
.hafta-maclari h2 span {
	float: right;
}
.hafta-maclari table {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	font-size: 11px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-collapse: separate;
	*border-collapse: collapse;
	border-spacing: 0;
}
.hafta-maclari table  tr th {
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	background-color: #d0ecea;
}
.hafta-maclari table tbody tr {
	line-height: 32px;
	color: #3A3A3A;
	background-color: #fff;
}
.hafta-maclari table tbody tr.even {
	background-color: #ECECEC;
}
.hafta-maclari table tbody tr:hover {
	background-color: #d0ecea;
}
.hafta-maclari table tbody tr td {
	line-height: 32px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 700;
	color: #494949;
	text-align: center;
	cursor: default;
	border-bottom: 1px solid #CECECE;
	border-left: 0px solid #CECECE;
}
.hafta-maclari table tbody tr td.tarih {
	width: 24%;
	text-align: left;
}
.hafta-maclari table tbody tr td.takim-1 {
	width: 28%;
	text-align: right;
}
.hafta-maclari table tbody tr td.takim-2 {
	width: 28%;
	text-align: left;
}
.hafta-maclari table tbody tr td.sonuc {
	width: 10%;
}