/*
Theme Name: Vadi Eslem
Theme URI: http://demo.temavadisi.com/vadieslem
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından özel tasarlanmış wordpress haber temasıdır.
Version: 7.5
Text Domain: temavadisi
Domain Path: /lang
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#fff; 
	font-weight:normal; 
	line-height:23px; 
	color:#353535;
	letter-spacing:0.2px;
	/* -webkit-text-stroke:0.1px; */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.loader-wrapper {
	background-color:#000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display:flex;
	opacity:0.95;
	justify-content: center;
	align-items: center;
	z-index:99999;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px dashed #fff;
	border-radius:30px;
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% { transform: rotate(0deg);}
	25% { transform: rotate(180deg);}
	50% { transform: rotate(180deg);}
	75% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
	0% { height: 0%;}
	25% { height: 0%;}
	50% { height: 100%;}
	75% { height: 100%;}
	100% { height: 0%;}
}

a { 
	text-decoration:none; 
	color:#353535; 
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
}

h1, h2, h3, h4, h5, h6 { 
	clear:both; 
	line-height:25px; 
	margin:0 0 10px;
	color:#41495b;
}

img { 
	max-width:100%;
}

p { 
	margin-bottom:15px;padding:0 
}

ol, li { 
	list-style-position:inside; 
}

blockquote { 
	color:#353535;
	font-size:16px;
	font-style:italic;
	line-height:1.7;
	margin:5px 15px 15px 15px;
	overflow:hidden;
	padding:10px 20px 0 15px;
	background:#e8e8e8;
}

.alignleft { 
	display:inline;
	float:left;
	margin-right:10px; 
}

.alignright { 
	display:inline;
	float:right !important;
	margin-left:10px;
}

.aligncenter { 
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

.clear{
	width:0;
	height:0;
	clear:both;
}

textarea {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
}

textarea:focus, input:focus, input[type]:focus {
	outline:0 none;
}

input[type=submit], .upload_image_button {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background-color: #8a8a8a;
    border-radius: 4px;
    color: #fff;
    padding: 0 10px;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"], input[type=password] {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:34px;
	padding:3px 9px;
	border-radius:3px;
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}

#head {
	-webkit-box-shadow: 0 4px 12px -7px rgba(0,0,0,.1);
	box-shadow: 0 4px 12px -7px rgba(0,0,0,.1);
	margin-bottom: 30px;
	position: relative;
}

#head:before {
	background-color:#e8e8e8;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 97px;
}

.headerust {
	margin-bottom: 22px;
	padding: 26px 0 0;
}



.haber-post div:hover{   
	   -webkit-filter: brightness(110%);
  filter: brightness(110%);
	background:#000
	}

.haber-post:hover{   
	   -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

 .dolar:before {
    content: "\f155";
    float: left;
    margin-top: 2px;}

 .kurAdi:before {
    font-family: "temavadisi";
display: block;
    font-size: 24px;
	 padding: 0 5px
	 
}

.euro:before{
	   content: "\f153";
		float: left;
    margin-top: 2px;
}

.altin:before{
content: '\f219';
		float: left;
	margin-top: 2px;}

.bist:before{
content: '\f201';
			float: left;
	margin-top: 2px;}



#logo {
	margin-right:30px;
	float:left;
	min-height:60px;
}

#logo div {
	margin-bottom:12px;
}

#logo img {
	width: 200px;
}

.stiky_logo {
	display:none;
	margin-right:30px;
}

.head_kurlar {
	display:flex;
	float:left;
}

.head_kurlar .kuritem {
	margin-right:30px;
	margin-top: 10px;
}

.head_kurlar .kurAdi,.head_kurlar .kurTl {
	font-size: 12px;
	font-weight: bold;
}

.head_kurlar .kuricon {
	font-size: 10px;
	font-weight: 600;
	margin-left: auto;
	color:#353535;

	margin-top:5px;
}

.kurTl{
	display:block;
}

.kurAdi{
		margin: 0 15px 1px 1px;
}

.head_kurlar .icon-down-dir {
	color:#ec1d24;
	margin:0 2px;
}

.head_kurlar .icon-up-dir {
	color:#2b7505;
	margin:0;
}

.head_gmenu ul {
    text-align: right;
}

.head_gmenu ul li {
    display: inline-block;
}

.head_gmenu ul>li a {
    font-size: 13px;
    font-weight: 700;
    text-align: left!important;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 15px 13px 14px 40px;
    line-height: 13px;
    transition-duration: .2s;
    transition-timing-function: ease-in;
}

.head_gmenu ul>li a strong {
    display: block;
    font-weight: 500;

}

.head_gmenu li a i, .head_gmenu>ul>li p i {
    text-align: center!important;
    position: absolute;
    left: 5px;
    top: 33%;
    line-height: 0;
	font-size: 24px;
}

.head_gmenu ul li {
    display: inline-block;
    border: 1px solid #c1c1c1;
	overflow: hidden;
    height: 57px;
}

.head_gmenu ul>li:hover, .head_gmenu ul>li:hover a, .head_gmenu ul>li:hover i, .head_gmenu ul>li:hover strong{
	color:#fff!important;
}
	
.kur_slide {
	width:125px;
	white-space:nowrap;
}

.kur_slide .kuritem {
	margin-right:0;
	text-align:left;
}

.kur_slide:hover .kuritem {
	cursor:pointer;
}

.kur_slide:hover .kuritem .kurAdi, .kur_slide:hover .kuritem .kurTl, .kur_slide:hover .kuritem .kuricon {
	color:#fff;
}

.kur_slide .kuritem .kurAdi {
	margin:5px 0 0px 0;
	font-size:16px;
	display:block;
}

.kur_slide .kuritem .kurAdi:before {
	font-size:22px;
}

.kur_slide .kuritem .kurTl {
	display:inline-block;
	white-space:nowrap;
}

.kur_slide .kuritem .kuricon {
	display:inline-block;
	margin-top:0;
	margin-right:5px;
}

.head_sosyal,.head_uyeol {
	display:flex;
	float:left;
	margin-top:15px;
	position:relative;
}

.head_sosyal .sosyal_profil a {
	color:#353535;
	font-size: 20px;
	margin: 0 5px;
}

.head_uyeol a {
	font-size:14px;
	font-weight:bold;
	margin-left:34px;
}

.head_uyeol i {
	font-size: 19px;
	font-weight: 400;
	margin-right: 3px;
}

#girisyap, #hesabimpop {
	max-width:400px;
}

#girisyap .formbas {
	padding:20px 0;
}

#girisyap h3, #hesabimpop h3 b {
	display:inline-block;
	padding:5px 15px;
	color:#353535;
}

#girisyap h3.kayit:hover {
	opacity:0.8;
}

#girisyap h3.kayit a, #girisyap h3.kayit a:hover, #girisyap h3.kayit i {
	color:#fff !important;
}

#login label {
	font-size:14px;
}

.status, .formsonuc {
	color:red;
	font-size:14px;
}

.error {
	float:none !important;
	color:red;
	font-size:12px !important;
}

#girisyap .lost {
	float:right;
}

.hsb {
	cursor:pointer;
}

.uyemenu {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	margin-top: 15px;
	width: 140px;
	margin-left:34px;
	position:absolute;
	z-index:999;
	padding:10px;
}

.uyemenu li {
	margin:7px 0;
}

.uyemenu li a{
	margin:0;
}

.mobnav_bar {
	display:none;
}

#navmenu {
	margin-top: 10px;
	width: 100%;
	float: left;
	display:flex;
}

#navmenu nav {
	width:100%;
}

#anamenu, #navmenu nav {
	display:flex;
}

#navmenu.sabitle {
	background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
	z-index:9999;
	margin-top:0;
}

.logged-in.admin-bar #navmenu.sabitle {
	top: 32px;
}

#navmenu.sabitle .stiky_logo {
	display:block;
	line-height:50px;
}

#navmenu.sabitle nav {
	width:75%;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu > li > a {
	border-top: 4px solid transparent;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	margin-right:18px;
}

.sf-menu .has-sub a:hover {
	border-top-color:transparent;
}

@media (min-width: 1200px) {
	.sf-menu a {
		margin-right: 34px;
	}
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	width:100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	background-color:#fff;
	padding:15px;
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	zoom: 1;
}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	
}

.sf-menu ul li,.sf-menu ul ul li {

}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sfHover ul li:hover {

}

.sf-menu li.sfHover ul li a {
	color:#444 !important;
	font-size:15px !important;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	margin-right:10px;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:9px;
	top:0px;
	font-size:14px;
	content:"\e878";
}

.sf-arrows ul .sf-with-ul:after {
	right:5px;
	content:"\e877";
}

.megamenu {
	position:unset !important;
	box-shadow:none;
}

.megamenu ul {
	width:100%;
}

.megamenu li {
	box-shadow:none !important;
	float:left;
	width:20%;
}

.megamenu ul li a {
	color:#353535 !important;
	font-size:14px;
	font-weight:600;
}

.hava_durumlari {
	position:relative;
	cursor:pointer;
	display:flex;
	align-items:center;
	color:#fff;
	margin-right:15px;
	max-height: 81px;
}

.hava-sehir {
	margin-top:5px;
}

.hava-sehir span {
	font-weight:600;
	text-transform:uppercase;
	position:relative;
}

.hava-sehir span:after {
	font-family:"temavadisi";
	content:"\e937";
	position:absolute;
	top:0;
	right:-15px;
}

.hava-durum {
	display:flex;
}

.hava-durum i {
	font-size:42px;
	color:#444;
	text-shadow:0 3px 0px #f7f7f7;
}

.derece-status {
	display:flex;
}

.hava-derece {
	font-weight:700;
	font-size:18px;
}

.hava-status {
	font-size:13px;
	white-space:nowrap;
}

#sehirara {
	color: #717171;
    background: #f7f7f7;
	border:1px solid #ececec;
	outline: 0;
    padding: 0 10px;
    margin:3px 0;
	border-radius:2px;
	font-size:13px;
	font-weight:600;
	width:93%;
}

.tumsehirler {
	background:#fff;
	padding:5px;
	position:absolute;
	left:0px;
	top:70%;
	width:200px;
	z-index:99;
	visibility:hidden;
	opacity:0;
	transform:translateY(12px);
	transition:all .3s ease-in-out;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	border-radius:8px;
}

.tumsehirler:before {
	position: absolute;
    top:-4px;
	left:45%;
    z-index: 1;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    -webkit-transform: scaleY(1.5) rotate(45deg);
    -ms-transform: scaleY(1.5) rotate(45deg);
    transform: scaleY(1.5) rotate(45deg);
}

.tumsehirler:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	background:#fafafa;
	width:15px;
	z-index:-1;
	border-radius:0 8px 8px 0;
}

.tumsehirler ol {
	height:270px;
	overflow:auto;
	text-align:right;
	padding:0 5px 9px 0;
}

.tumsehirler ol li {
	color:#000;
	font-size:13px;
	text-align:left !important;
	white-space:nowrap;
	cursor:pointer;
	display:block;
	font-weight:600;
	transition:color .2s ease-in-out;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-bottom:1px solid #fafafa;
	text-transform:uppercase;
}

.tumsehirler ol li:hover {
	background-color:#f4f4f4
}

.tumsehirler ol::-webkit-scrollbar {
	width:6px;
	right:2px
}

.tumsehirler ol::-webkit-scrollbar-track {
	box-shadow:unset;
	border-radius:0 6px 6px 0;
	background-color:#fafafa
}

.tumsehirler ol::-webkit-scrollbar-thumb {
	background:#aaa;
	border-radius:6px;
	box-shadow:unset
}

.haberara {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #e8e8e8;
	border-radius: 16.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 33px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 48px;
	margin-top:10px;
}

.ara_buton {
	cursor:pointer;
}

.ara_buton i {
	color:#8a8a8a;
}

.ara_form {
	display:none;
}

.ara_form.goster {
	background: transparent;
	left: inherit;
	right: -6px;
	top: -8px;
	width: 300px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	height: 49px;
	padding: 0 4px;
	position: absolute;
}

.search-form {
	width:100%;
}

input[type=search].search-field {
	background-color: #fff;
	border: 2px solid #353535;
	border-radius: 18px;
	color: #353535;
	font-size: 16px;
	line-height: 36px;
	padding: 18px 0 16px 20px;
	width: 100%;
}

.search-submit {
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 14px;
	z-index: 100;
}

.mobil_menu {
	display:none;
}

.covidbas {
    text-align: center;
    display: block;
    background: #fff;
    padding: 10px;
	font-weight:700;
}

.gunlukvaka {
	display:flex;
	background: no-repeat url(img/korona.png);
}

.toplamvaka {
	
}

.gunlukvaka li {
	flex:0 0 25%;
	padding:10px;
	text-align:center;
	border: 1px solid #838383;
}

.toplamvaka li {
	display:block;
	float:left;
	width:50%;
	padding:20px;
	text-align:center;
    background-image: url(img/korona.png);
    background-repeat: no-repeat;
}

.gunlukvaka li span, .toplamvaka li span {
	color:#fff;
}

.gunlukvaka li:nth-child(odd), .toplamvaka li {
	background-color:#00716f78;
}

.gunlukvaka li:nth-child(even), .toplamvaka li:nth-child(2), .toplamvaka li:nth-child(3), .toplamvaka li:nth-child(6) {
	background-color:#00716f;
}

.gunlukvaka .gbaslik, .toplamvaka .tbaslik {
	font-size:14px;
}

.gunlukvaka .gsayi, .toplamvaka .tsayi {
	font-size:42px;
	font-weight:bold;
	display:block;
	margin-top:10px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	 touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	position:relative;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev, .slick-next {
	font-size: 0;
	display: block;
	cursor: pointer;
	border: none;
	outline: none;
}

.slick-next:before, .slick-prev:before {
	font-family:"temavadisi";
	font-size:13px;
	color:#e8e8e8;
	position: absolute;
	z-index:11;
}

.slick-slider:hover .slick-next:before, .slick-slider:hover .slick-prev:before {
	
}

.slick-next:before {
	content:"\e93d";
}

.slick-prev:before {
	content:"\e93c";
}

.slick-dots li {
	float:left;
}

.slick-dots li button {
	background:none;
	cursor: pointer;
	color:#8a8a8a;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-indent: 0;
	width: 32px;
	border-radius:0;
	position:relative;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active button:after {
	background-color:#ec1d24;
	color:#fff;
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

.haber-post {
	margin-bottom:18px;
	position:relative;
}

.catalani a{
	left:15px;
	color:#fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	top: 6px;
	background-color:#ec1d24;
	border-radius: 3px;
	padding: 0 8px;
	position: absolute;
	z-index:10;
}

.dortlu_haber .catalani a {
	right:15px;
	left:inherit;
}

.post-link {
	display:block;
	position:relative;
}

.postimg-wrap {
	position:relative;
}

.postimg-wrap:after {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.76)),color-stop(rgba(0,0,0,.1)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.1),rgba(0,0,0,0));
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.haberimg {
	display:block;
	width:100%;
}

.haber-baslik {
	bottom: 13px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	left: 15px;
	line-height: 28px;
	max-height: 56px;
	right: 15px;
	text-shadow: 0 3px 6px rgba(0,0,0,.5);
	overflow: hidden;
	position: absolute;
}
.slick-list{
	max-height:410px
}
.anamanset, .arsiv_slide {
	margin-bottom:18px;
}

.anamanset .haber-post {
	margin-bottom:0;
}
.anamanset{
	max-height:411px!important
}
.anamanset .haberimg {
	height:auto;
}

.anamanset .slick-dots {
	background-color: transparent;
	bottom: -5px;
	height: 45px;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anamanset .slick-next:before {
	right:15px;
	bottom:10px;
}

.anamanset .slick-prev:before {
	left:15px;
	bottom:10px;
}

.anamanset .haber-baslik {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 32px;
	line-height: 39px;
	max-height: 156px;
	padding-bottom: 46px;
}
.anamanset .haber-post img {
	max-height:411px;
}
.anamanset .haberimg {
    max-height: 411px;
}

.sondakikahaber {
	height:110px;
	margin-bottom:21px;
	padding:15px;
	background-color:#ec1d24;
	max-height:110px!important;
}
.sondakika .slick-track,.sondakika .slick-list,.sondakika{
	max-height:37px!important;
	overflow:hidden;
} 

.sonhead {
	background-color: #fff;
	color: #ec1d24;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 19px;
	padding: 0 12px;
}

.sonhaber .haberbas {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sonhabernav {
	display:inline-block;
}

.sonhabernav button {
	cursor:pointer;
	background-color: #fff;
	width:26px;
	height:26px;
	margin-left:3px;
}

.sonhabernav button i {
	font-size:12px;
	color: #ec1d24;
}

.pcads {
	padding:15px 0;
	background-color:#e8e8e8;
}

.uclu_yazi  .catalani a, .tekli_yazi  .catalani a {
	right:6px;
	left:inherit;
	top:6px;
}

.widget_baslik {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
}

.widget_baslik h5 {
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	font-weight: 600;
	margin-bottom:0;
}

.widget_link {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	background-color: #8a8a8a;
	border-radius: 4px;
	color: #fff;
	padding: 0 10px;
}

.yazar_slide {
	width:100%;
}

.yazarlarimiz, .videomanset {
	background: #fff;
	padding: 20px 15px;
}

.brdr {
	border:1px solid #e8e8e8;
}

.siteorigin-panels-stretch .brdr {
	border:none;
}

.yazar_info {
	margin-bottom:12px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.yazar_info .avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	height: 70px;
	width: 70px;
	margin-right: 12px;
	border-radius: 50%;
}

.yz_title {
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	color: #353535;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-bottom: 6px;
	overflow: hidden;
}

.yz_time {
	font-size: 10px;
	margin-bottom: 8px;
	color: #8a8a8a;
	display: block;
	font-size: 9px;
	line-height: 12px;
}

.yz_adi {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-transform:uppercase;
}

.videolar .haber-baslik {
	color: #353535;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.42;
	margin-top: 6px;
	position: static;
	text-shadow: none;
}

.videolar i {
	bottom: 6px;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	position: absolute;
	right: 6px;
	z-index: 10;
}

.video_slide .slick-dots {
	margin:0 auto;
}

.video_slide .slick-dots li button {
	font-size:0;
	width:10px;
	height:10px;
	background-color:#c8c8c8;
	border-radius:5px;
	-webkit-transition: width .3s ease-in;
	transition: width .3s ease-in;
	margin:0 4px;
}

.video_slide .slick-dots li.slick-active button {
	width:32px;
}

.kategori_yazilari {
	background-color:#fff;
	padding:20px 15px 0;
	border:1px solid #e8e8e8;
	margin-bottom:18px;
}

.kategori_yazilari .col-12 .post-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kategori_yazilari .col-12 .postimg-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	height: 195px;
	margin-right: 20px;
}

.kategori_yazilari .col-12 .haber-baslik {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 9px;
	margin-top: 0;
	max-height: 56px;
	position: static;
	text-shadow: none;
	color:#353535;
	display:block;
}

.kategori_yazilari .haber-desc {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.86;
	color:#353535;
	display:block;
}

.kategori_yazilari .col-6 .haber-baslik {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	display: block;
	color:#353535;
	font-weight: 600;
	position: static;
	text-shadow: none;
}

.gazete {
	margin-bottom:26px;
}

.gazete-link {
	 -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gazete-link i {
	color: #fff;
	font-size: 36px;
	margin-right: 20px;
}

#footer {
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.footer_line {
	border-bottom: 1px solid #c8c8c8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 30px;
}

.footer_line:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0;
	min-height: 63px;
	padding-bottom: 0;
	padding-top: 0;
}

.footermenu {
	width: 100%;
}

.footermenu li {
	width:24.5%;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.14;
}
.footermenu li a {
	color:#353535;
}

.sosyal_baslik {
	color:#353535;
	text-align:right;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 12px;
}

#footer .sosyal_profil a {
	font-size: 20px;
	margin: 0 6px;
}

.copyright {
	display: block;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 20px;
	text-align: center;
}

.copyrightmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.copyrightmenu li {
	display: block;
	font-size: 12px;
	line-height: 17px;
	margin-left: 6px;
	width: auto;
	margin-bottom:12px;
}

.copyrightmenu li:before {
	content:".";
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: 8px;
	float: left;
	padding-right:3px;
}

.arsiv_slide .haber-post {
	margin-bottom:0;
}

.arsiv_slide .catalani a {
	font-size:16px;
	line-height:30px;
	top:15px;
	font-weight:normal;
}

.arsiv_slide .haberimg {
	height:auto;
}

.arsiv_slide .slick-dots {
	background-color: transparent;
	bottom: -3px;
	height: 45px;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.arsiv_slide .slick-next:before {
	right:15px;
	bottom:10px;
}

.arsiv_slide .slick-prev:before {
	left:15px;
	bottom:10px;
}

.arsiv_slide .haber-baslik {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 32px;
	line-height: 45px;
	max-height: 172px;
	padding-bottom: 46px;
}

.arsiv-sag .post-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.arsiv-sag .postimg-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	height: 89px;
	margin-right: 12px;
}

.arsiv-sag .postimg-wrap:after {
	display:none;
}

.arsiv-sag .postimg-wrap img {
	height:100%;
}

.arsiv-sag .haber-baslik {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 9px;
	margin-top: 0;
	max-height: 64px;
	position: static;
	text-shadow: none;
	color:#353535;
	display:block;
	overflow: hidden;
	right: 15px;
	left: 15px;
	bottom: 13px;
}

.arsiv-alt .haber-baslik {
	color:#353535;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.42;
	margin-top: 6px;
	position: static;
	text-shadow: none;
}

.cat_baslik {
	margin-bottom:18px;
}

.cat_baslik h1 {
	border-left-width:4px;
	border-left-style:solid;
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	font-weight: 600;
	margin-bottom: 0;
}

.sayfalama {
	text-align:center;
}

.sayfalama .page-numbers {
	width:32px;
	height:40px;
	line-height:40px;
	color:#8a8a8a;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	text-align:center;
}

.sayfalama .page-numbers.prev, .sayfalama .page-numbers.next {
	background:transparent !important;
	color:inherit !important;
}

.sayfalama .page-numbers.current, .sayfalama .page-numbers:hover {
	color:#fff;
}

.temayan {
	background:#fff;
	padding:20px 10px 0;
	border:1px solid #e8e8e8;
	margin-bottom:18px;
}

.yankapsa {
	margin-bottom:18px;
	padding-left:10px;
}

.yanbaslik {
	border-left-width:6px;
	border-left-style:solid;
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	color:#353535;
	font-weight: 600;
	margin-bottom: 0;
}

.cok_okunanlar li {
	border-bottom:1px solid #e8e8e8;
}

.cok_okunanlar li a {
	display: block;
	line-height: 20px;
	min-height: 65px;
	padding: 20px 0 6px 51px;
	position: relative;
}

.cok_okunanlar li span {
	font-size: 24px;
	font-weight: bold;
	left: 18px;
	position: absolute;
	top: 18px;
	color:#8a8a8a;
}

#pagecontent {
	background-color: #fff;
	border:1px solid #e8e8e8;
	margin: 30px 0 60px;
	padding: 20px;
}

.single_title {
	margin-bottom: 18px;
}

.single_title h1 {
	border-left-width:4px;
	border-left-style:solid;
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	font-weight: 600;
	margin-bottom: 0;
	color:#353535;
}

.page_content {
	font-size: 16px;
	line-height: 1.86;
	margin-bottom: 12px;
	color:#353535;
}

.page_content p {
	line-height: 1.86;
}

.navi {
	margin-bottom:15px;
}

.navi li {
	list-style-type:none;
	display:inline-block;
}

.navi .seperator {
	font-size:14px;
	color:#d8d8d8;
}

.navi ol, .navi li span {
	font-size:12px;
	line-height:16px;
	color:#939393;
}

.navi li a span {
	color:#000;
}

.yazikat {
	margin-bottom:18px;
	font-size:12px;
	line-height:2;
	
}

.yazikat a {
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right:12px;
	padding:4px 8px;
	text-transform:uppercase;
}

.yazikat time {
	color:#353535;
}

.single_line {
	border:1px solid #e8e8e8;
	margin: 0 0 30px;
	padding: 20px;
	background-color: #fff;
	color: #353535;
	font-size: 16px;
	line-height: 1.86;
}

.single_title {
	color:#353535;
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 12px;
}

.single_excerpt p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 24px;
	color:#353535;
}

.paylas {
	margin-bottom:20px;
	font-size: 20px;
}

.onresim {
	display:block;
	margin: 0 -20px 4px;
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
}

.yazi_icerik p {
	font-size: 16px;
	line-height: 1.86;
	margin-bottom: 12px;
	color:#353535;
}

.yazi_icerik img {
	max-width:100%;
	height:auto;
}
.yazi-icerik embed,.yazi-icerik,figure {
	max-width:100%;
}

figure img { max-width:100%!important;height:auto;}

.yazi_icerik iframe {
	max-width:100%;
	width:100%;
}
.yazi_icerik figure {
max-width:100%}


.yazi_icerik figure figcaption {
	text-align:center;
	font-style:italic;
	color:#888;
}

.yazi_icerik ol, .yazi_icerik ul {
	margin: 0 0 20px 15px;
	list-style-type:outside;
}

.yazi_icerik li {
	margin-bottom:5px;
}

.yazi_icerik h2, .yazi_icerik h3, .yazi_icerik h4 {
	color:#000;
	font-weight:normal;
}

.videohaber {
	display:block;
	margin: -20px -20px 4px;
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
}

.videohaber iframe {
	width:100%;
	max-width:100%;
	min-height:420px;
}

.etiketler {
	display:flex;
}

.etiketler a {
	background-color:#8a8a8a;
	margin-right:12px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 6px;
	padding: 0 6px;
	text-align: center;
}

.ilgili_haberler {
	background-color:#e8e8e8;
	margin-bottom: 50px;
	padding: 12px 0;
	position: relative;
}

.ilgili_bas {
	border-left-width:6px;
	border-left-style:solid;
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	color:#353535;
	font-weight: 600;
	margin-bottom: 24px;
}

.ilgili_haberler .haber-baslik, .ilgili_videolar .haber-baslik {
    color: #353535;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    margin: 6px;
    position: static;
    text-shadow: none;
    padding: 5px;
	max-height: 62px;
}
.ilgili_haberler .haber-baslik{    width: 100%;}
.ilgili_videolar .haber-baslik{    width: 50%;}
 .ilgili_videolar .postimg-wrap{
    width: 50%;
	float: left;}

.ilgili_videolar {
	background: #fff;
    padding: 20px 10px 0;
    border: 1px solid #e8e8e8;
    margin-bottom: 18px;
}

.yazar_title {
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	color:#353535;
	font-weight:600;
	border-left-width:4px;
	border-left-style:solid;
}

.yazar_icerik p {
	font-size: 14px;
	line-height: 1.64;
	color:#353535;
}

#pageyazarlar .yazar {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	height: 142px;
	margin-bottom: 30px;
	padding: 21px 18px;
}

#pageyazarlar .yazar img {
	border-radius:50%;
	float: left;
	margin-right: 18px;
}

#pageyazarlar .yazar .adi {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	padding-top: 15px;
	text-transform:uppercase;
}

#pageyazarlar .yazar .yazarpost {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color:#353535;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
}

#pageyazarlar .yazar .yazarpost time {
	color: #8892b1;
	font-size: 12px;
	margin-top: 6px;
	display: block;
}

.yazar_bio {
	overflow:hidden;
}

.yazar_avt {
	float: left;
	margin-right: 18px;
}

.yazar_avt img {
	border-radius:50%;
}

.yazar_adi {
	font-size: 18px;
	padding-top: 24px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 3px;
}

.yazar_desc {
	color:#8a8a8a;
	font-size: 12px;
}

.yazar_post {
	background:#fff;
	border:1px solid #e8e8e8;
	display: block;
	margin-bottom: 30px;
	padding: 12px 18px;
}

.yz_baslik {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 12px;
	color:#353535;
}

.yz_excerpt {
	display: block;
	font-size: 14px;
	line-height: 1.86;
	margin-bottom: 6px;
	color:#353535;
}

.yazar_post time {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
	color:#8a8a8a;
}

.yz_devami {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.86;
}

.gazete_title {
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	color:#353535;
	font-weight:600;
	border-left-width:4px;
	border-left-style:solid;
}

.gazete_sayfalari {
	margin:18px 0;
}

.gazete_sayfalari ul {
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
}

.gazete_sayfalari li {
	border:1px solid #e8e8e8;
	border-top:none;
	border-left:none;
	padding:13px 0;
}

.gazete_sayfalari .active {
	font-weight:600;
}

.puandurumu {
	background:#fff;
}

.puandurumu table {
	width:100%;
}

.puandurumu td {
	font-size:13px;
	padding:7px 5px;
	text-align:center;
}

.puandurumu th {
	padding:10px 5px;
}

.puandurumu tbody tr:nth-child(1), .puandurumu tbody tr:nth-child(2) {
	background:rgba(13,191,10,.2);
}
.puandurumu tbody tr:nth-child(3),.puandurumu tbody tr:nth-child(4) {
	background:rgba(10,107,191,.2);
}

.puandurumu tr:nth-child(17),.puandurumu tr:nth-child(18),.puandurumu tr:nth-child(19), .puandurumu tr:nth-child(20), .puandurumu tr:nth-child(21) {
	background:rgba(255,0,0,.2);
}

.puandurumu tr {
	background:#f7f7f7;
}

.puandurumu .team__name {
	text-align:left;
}

.puandurumu td.team__logo, .puandurumu th.team__logo, .puandurumu tr td:nth-child(8), .puandurumu tr th:nth-child(8), .puandurumu tr td:nth-child(9), .puandurumu tr th:nth-child(9), .puandurumu tr td:nth-child(10), .puandurumu tr th:nth-child(10) {
	display:none;
}

.puandurumu tr td:nth-child(11) {
	font-weight:bold;
}

#comments h3 {
	color:#353535;
}

#comments h3 span {
	color:#939393;
	font-size:14px;
}

.yorum-politik {
	padding-bottom:10px;
	color:#666;
	background:#fff5b1;
	font-size:12px;
	line-height:18px;
	padding:10px;
}

.commentlist li {
	list-style:none;
	padding:10px 0;
	margin:5px 0;
}

.commentlist li.depth-1 {
	border-bottom:1px solid rgba(0,0,0,0.06);
}

.commentlist li ul li {
	margin-left:30px;
}

.commentlist li .fn {
	text-transform:capitalize;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
	margin-top:10px;
	font-size:14px;
}

.comment-author.vcard, .commentlist li .comment-meta {
	display:inline-block;
}

.commentlist li .says {
	display:none;
}

.commentlist li .comment-meta a {
	color:#bbb;
	font-size:11px;
}

.commentlist li .comment-edit {
	color:#000;
	font-size:11px;
}

.commentlist li .comment-content {
	color:#555;
	font-size:13px;
	line-height:20px;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#f44526;
	text-align:center;
	margin-bottom:5px;
	display:block;
	font-size:12px;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

#commentform textarea {
	height:70px;
	min-height:70px;
}

#commentform input[type=submit] {
	font-size:12px;
}

.comment-reply {
	margin-top:-5px;
}

.comment-reply-link {
	color:#999;
	font-size:12px;
}

.comment-reply-login {
	color:#999;
	font-size:11px;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\e8f2";
	display:inline-block;
	padding-right:5px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:10px;
	background:#f7f7f7;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

.sablon_title {
	font-size: 20px;
	line-height: 32px;
	padding-left: 13px;
	color:#353535;
	font-weight:600;
	border-left-width:4px;
	border-left-style:solid;
}

#register label, #forgot_password label, #profilduzenle label, #yaziekle label {
	margin-bottom:5px;
	float:left;
	font-size:14px;
}

.yazisayisi {
	font-size:13px;
	margin:0 5px 5px 0;
}

.userpost_list table {
	border:1px solid rgba(0,0,0,0.1);
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1.5em;
	width: 100%;
}
	
.userpost_list table td, .userpost_list table th {
	border-right:1px dotted rgba(0,0,0,0.1);
	padding:15px;
	text-align:left;
	line-height:20px;
}
	
.userpost_list table thead th {
	color:#353535;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
	vertical-align:middle;
	font-weight:normal;
	font-size:13px;
	padding:5px 15px;
}

.userpost_list table tbody td {
	border-bottom:1px solid rgba(0,0,0,0.1);
}
	
.userpost_list table tr th:last-child, .userpost_list table tr td:last-child {
	border-right:0;
}

.userpost_list table tbody tr:last-child td, .userpost_list table tbody tr:last-child th {
	border-bottom:0;
}

.ybaslik {
	width:40%;
	font-size:14px;
}

.ycat {
	width:20%;
	font-weight:600;
	font-size:14px;
}

.ytarih {
	width:20%;
	font-size:14px;
}

.ydurumu {
	width:20%;
	font-size:12px;
}

.ydurumu b {
	font-weight:600;
}

.ydurumu .icon-clock-1 {
	color:#ff2700;
}

.ydurumu .icon-ok {
	color:#42e300;
}

#profilduzenle, #yaziekle {
	margin-top:15px;
}

#profilduzenle label, #yaziekle label {
	font-weight:600;
}

.upload_image_button {
	padding:8px 10px;
	font-size:14px;
}

#basic-user-avatar-form {
	font-size:14px;
}

#basic-user-avatar-form .description {
	margin-top:15px;
}

#basic-user-avatar-form input[type=submit] {
	font-size:14px;
	padding:8px 10px;
}

.gallery {
	margin-bottom:15px;
}

.gallery-item {
	display:inline-block;
	padding:1.79104477%;
	text-align:center;
	vertical-align:top;
	width: 100%;
}

.gallery-item a {
	display:flex;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-columns-3 .gallery-item {
	max-width:33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width:25%;
}

.gallery-columns-5 .gallery-item {
	max-width:20%;
}

.gallery-columns-6 .gallery-item {
	max-width:16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width:14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width:12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width:11.11%;
}

.gallery-icon img {
	width:100%;
	margin:0 auto;
}

.gallery-icon:hover {
	opacity:0.8;
}

.gallery-caption {
	background:#f5f5f5;
	color:#999;
	display:block;
	font-style:italic;
	padding:5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display:none;
}

.galeri-nav {
	text-align:center;
	margin-bottom:20px;
}

.rsayi {
	margin-top:10px;
	font-size:14px;
}

.rsayi b {
	font-size:16px;
}

.img-next a {
	float:right;
	background: #e8e8e8;
	padding: 10px 5px;
}

.img-prev a {
	float:left;
	background: #e8e8e8;
	padding: 10px 5px;
}

.galeri-img {
	text-align:center;
}

#galericontent .paylas {
	text-align:center;
	margin:15px 0;
}

#yukari {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:99;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	opacity:0;
	box-shadow:0 0 4px #999;
	border-radius:40px;
}

#yukari .icon-up {
	color:#fff;
}

#yukari:hover {
	background:#fff;
}

#yukari.show {
	opacity:1;
}

.sagsolAds {
	
}

#solAds {
	position:fixed;
	top:22%;
	right:55%;
	margin-right:500px;
}

#sagAds {
	position:fixed;
	top:22%;
	left:55%;
	margin-left:500px;
}


.td-page-content blockquote, .td-post-content blockquote, .wpb_text_column blockquote, .td_block_text_with_title blockquote, .mce-content-body blockquote, .comment-content blockquote {
    text-align: center;
    padding: 0;
    position: relative;
    border-left: none;
    margin: 42px 0 38px 0;
}
.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .mce-content-body blockquote p, .comment-content blockquote p,blockquote {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    color: #f45511!important;
}

.svg-turkiye-haritasi {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #1094F6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #831717;
}

#guney-kibris {
  pointer-events: none;
}
.covbasi{
	position:absolute;
	left: 0;
  right: 0;
	font-size: 38px;
    font-weight: bold;
	top:110px;
	    color: #fff;
	    text-shadow: 0 3px 6px rgb(0 0 0)
}

#singlecontent .yazikat>a {
    display:none;
}
#singlecontent .yazikat>a:first-child {
    display:initial;
}

.kanal_list {
	padding:20px 0px;
	background:#eee;
    max-height: 380px;
    overflow: auto;
}

.kanal_list li {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:transparent;
	padding:10px;
}

#example-video {
    width: 100%;
    padding-right: 20px;
    height: 380px;
}

.vjs-live-display {
	line-height:3;
	color:#fff;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	color:#fff;
}
.kanal_list li {
	border-bottom:1px solid #c9c9c9;
}

.kanal_list li:last-child {
	border-bottom:none;
}

.kanal_list i {
	padding-right:15px;
	color:#ec1d24;
}

.yazi_icerik>p:first-of-type {
	margin-bottom: 1px;
}

.yazi_icerik>p:first-of-type:first-letter {
	font-size:4rem;
	line-height:1.7rem;
	vertical-align:top;
	float:left;
	display:inline-block;
	margin-top:1rem;
	padding-right:.5rem;
	color:#000;
}

.row.vakitmenu-container {
	margin:-20px -20px 20px !important;
}

.vakitmenu {
	padding:0 20px;
}

.vakitmenu li a {
	color:#fff;
}

.menuheight {
	max-height:250px;
	overflow-x:hidden;
	overflow-y:auto;
}

#pagenamaz .sablon_title {
	display:inline-block;
	font-size:24px;
}

.sonrakizaman {
    display: inline-block;
    float: right;
}

.buguntarihi {
	margin-bottom:10px;
	text-align:right;
}

.kalan_txt, .kalan_vakit {
	display:inline-block;
	float:left;
}

.kalan_vakit {
	margin-left:10px;
}

.kalan_vakit .dash {
	display:inline-block;
}

.kalan_vakit .digit, .kalan_vakit .dash_title {
	float:left;
	font-weight:600;
}

.gunlukvakit {
	padding:30px;
	background:#f1f1f1;
	color:#757575;
	margin-top:20px;
}

.gunluklist {
	display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: flex-start;
	justify-content: space-between;
}

.gunluklist li {
	text-align:center;
}

.gunluklist li.aktif {
	font-weight:bold;
}

.gunluklist li .nsayi {
	font-size:36px;
	color:#757575;
	margin-bottom:10px;
}

.gunluklist li .nbas {
	font-size:26px;
	color:#757575;
}

.aylikbas {
	display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: flex-start;
	justify-content: space-between;
	font-weight:bold;
	background:#ebebeb;
	font-size:18px;
	padding:25px;
	margin-bottom:20px;
}

.aylikbas li {
    flex: 1 0;
    text-align: center;
}

.aylikbas li.ayliktarih {
    text-align: left;
}

.ayliklist {
	padding:15px;
	margin-bottom:20px;
}

.ayliklist>* {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: .1rem solid #e0e0e0;
}

.aylikul {
	display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: flex-start;
	justify-content: space-between;
	font-size:18px;
	text-align:center;
}

.aylikul .ayliktarih {
	text-align:left;
}

.aylikul li {
	flex:1 0;
}

.vakit_ust, .vakitler-widget .buguntarihi {
	text-align:center;
}

.vakit_sehir {
	font-size:24px;
	font-weight:600;
	padding:20px;
	background-color:rgba(0,0,0,0.1);
	margin-bottom:10px;
}

.vakitler-widget .buguntarihi {
	font-size:20px;
	margin-bottom:15px;
}

.vakitler-widget .sonrakizaman, .vakitler-widget .kalan_txt, .vakitler-widget .kalan_vakit {
	float:none;
}

.vakitler-widget .kalan_txt {
	display:block;
	opacity: 0.8;
}

.vakitler-widget .kalan_vakit {
	margin-left:0;
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
}

.vakit_alt {
	background:#fff;
	border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
}

.vakit_alt .gunlukvakit {
	background:transparent;
	padding:0;
	margin:0;
}

.vakit_alt ul.gunluklist {
	display:block;
}

.vakit_alt .gunluklist li {
	text-align:left;
	padding:15px;
}

.vakit_alt .gunluklist li .nsayi {
	display:inline-block;
	font-size:16px;
	margin-bottom:0;
}

.vakit_alt .gunluklist li .nbas {
	float:left;
	font-size:16px;
	width:80%;
}

.vakit_alt .gunluklist li.aktif {
	background:#f7f7f7;
}

.vakit_alt a.tumiller {
	font-size:14px;
	font-style:italic;
	text-align:center;
	display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.hisse_head {
	
}

.col-sm-4.hisse_tablo {
	border:1px solid #eee;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	padding:0 !important;
}

.hisse_tablo tr:nth-child(2n){
	background: #f9f9f9 none repeat scroll 0 0;
}

.hisse_tablo td,.hisse_tablo th {
	border-right:1px dotted #eee;
	padding:15px 10px;
	text-align: left;
}

.hisse_tablo thead th{
	background: #f4f4f4 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding:15px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.hisse_tablo tbody th{
	background: #f4f4f4 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
}

.hisse_tablo tbody td{
	border-bottom: 1px solid #eee;
}

.hisse_tablo tr th:last-child, .hisse_tablo  tr td:last-child{
	border-right: 0 none;
}

.hisse_tablo tbody tr:last-child td,.hisse_tablo  tbody tr:last-child th{
	border-bottom: 0 none;
}

.hisse_adi {
	font-weight:600;
}

.hisse_tablo .icon-down-1 {
	color:red;
}

.hisse_tablo .icon-up-1 {
	color:green;
}

.borsa_widget {
	background:#fff;
}

.canliskor_tablo {
	margin:20px 0;
	width:100%;
}

.ligler {
	text-align:center;
	margin-bottom:15px;
}

.ligAdi {
	text-align:left;
	line-height: 32px;
	color:#fff;
	font-weight:700;
	background-color:#23743f;
	padding:10px;
}

.ligAdi strong {
	color:#fff;
}

.karsilasma {
	background:#fff;
	height:80px;
}

.karsilasma:nth-child(odd) {
	background:#f5f5f5;
}

.karsilasma .row {
	height:100%;
}

.takim {
	align-items: center;
    display: inline-flex;
    flex-direction: row;
}

.evsahibi {
	justify-content: flex-end
}

.match-run {
	display:none;
}

.rakip {
	justify-content: flex-start;
}

.takim_adi {
	line-height:25px;
	color:#3c3c3c;
}

.evsahibi .takim_logo {
	margin-left:10px;
}

.rakip .takim_logo {
	margin-right:10px;
}

.maczamani {
	align-items: center;
    color: #8f9096;
    display: inline-flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
}

.mac_sure {
	color: #b20000;
    font-size: 12px;
    opacity: .5;
    text-align: center;
	display:block;
	margin-bottom:3px;
}

.mac_skor {
	color: #0d111d;
    font-weight: 600;
    line-height: 26px;
    white-space: nowrap;
	font-size:20px;
}

.tarihsec {
	background-color:#e8e8e8;
	padding:10px 50px;
    text-align: center;
    margin: 0 auto;
}

.tarihsec input[type=date] {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.canliskor_tablo .stick-content.fix {
	width:265px;
}

.canliskor_tablo .tab_content {
	display:none;
}

.canliskor_tablo .tab_baslik strong {
	background-color:#e8e8e8;
	padding:10px;
	font-size:15px;
	line-height:32px;
	font-weight:700;
	display:block;
}

.canliskor_tablo .tab_baslik li  {
	display:flex;
	padding:0 10px;
    background-color:#fff;
}

.canliskor_tablo .tab_baslik li a {
	padding:10px;
	font-size:14px;
	font-weight:700;
	color:#666;
}

.canliskor_tablo .digerLigler {
	border-top:1px solid #ddd;
	overflow-y:scroll;
	max-height:300px;
	margin:15px 0;
}

.canliskor_tablo .digerLigler::-webkit-scrollbar {
	width:6px;
	right:2px
}

.canliskor_tablo .digerLigler::-webkit-scrollbar-track {
	box-shadow:unset;
	border-radius:0 6px 6px 0;
	background-color:#fafafa
}

.canliskor_tablo .digerLigler::-webkit-scrollbar-thumb {
	background:#aaa;
	border-radius:6px;
	box-shadow:unset
}

.nobetci_eczaneler {
    width: 100%;
}

.eczane {
	margin-bottom:15px;
}

.ecform {
	justify-content: center;
	margin-bottom:25px;
}

.ecform p {
    margin:0 5px;
}

.eczane p {
	line-height:25px;
}

.eclogo {
    background: #cf0010;
    color: #fff;
    font-size: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.vjs-big-play-button .vjs-icon-placeholder:before{	top: 15%!important;}
.uclu_yazi .catalani a, .tekli_yazi .catalani a,.archive .catalani {
display:none;
}
.uclu_yazi .catalani a:first-child, .tekli_yazi .catalani a:first-child {
    right: 6px;
    left: inherit;
    top: 6px;
	display:block;
}
/* edit başlar */
figure { max-width:100%!important;}figure img { max-width:100%!important;height:auto;}
.onecikarilmis img, .yazi_icerik p img,.yazi_icerik .gallery-icon img {
    height:auto;
}
/* edit bitti */
@media only screen and (max-width: 1450px)
 {
.sagsolAds {
	display:none
}
}

@media only screen and (max-width: 768px) {	
	.mbdn {
		display:none;
	}

	#logo {
		position:absolute;
		top:6px;
		left:50%;
		margin-left:-60px;
	}
	
	#logo img {
		width:120px;
	}
	
	.haberara {
		position:absolute;
		right:0;
		top:-4px;
	}
	
	input[type=search].search-field {
		width: 95%;
		position: fixed;
		left: 14px;
		top: 7px;
	}

	#anamenu {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
	
	#navmenu.sabitle {
		position:unset;
	}
		
	a.mobnav_bar {
		font-size:18px !important;
		position:absolute;
		top:10px;
		left:10px;
		display:block !important;
	}
	
	a.mobnav_bar div {
		font-size: 10px;
		margin-left: -5px;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
		color:#353535;
	}
	
	.mobnav_bar.kpt:before {
		content:"\e82a";
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	#head.sabitle {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	.mobil_menu {
		display:block;
		background-color:#fff;
		background-size:50%;
		background-repeat:no-repeat;
		background-position:bottom center;
		box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		-webkit-box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		left:0;
		overflow:auto;
		position:fixed;
		top:-100%;
		width:100%;
		height:100%;
		z-index:9999;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		padding-bottom:55px;
	}
	
	.mobil_menu.acilsin {
		top:50px;
	}
	
	.logged-in.admin-bar .mobil_menu.acilsin {
		top:97px;
	}
	
	.mobilmenu {
		margin-top:10px;
	}
	
	.mobilmenu li {
		list-style:none;
		display:block !important;
		padding:10px 0;
		border-bottom:1px solid #e8e8e8;
	}
	
	.mobilmenu a {
		font-size:14px;
		font-weight:600;
		margin:0 10px;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-weight:normal !important;
	}
	
	.mobilmenu li ul li a:before {
		content:"-";
		padding-right:5px;
	}
	
	.mobilmenu .has-sub {
		position:relative;
	}
	
	.mobilmenu .has-sub:after {
		font-family:"temavadisi";
		content:"\e874";
		position:absolute;
		top:10px;
		right:20px;
		cursor:pointer;
	}
	
	.mobil_menu .head_uyeol {
		margin-bottom:10px;
		border-bottom:1px solid #e8e8e8;
		width:100%;
		padding-bottom:15px;
	}
	
	.mobil_menu .head_uyeol li a {
		margin-left:10px;
	}
	
	.mobil_menu .durum {
		float:right;
		margin-right: 85px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.mobil_menu .head_kurlar {
		width:100%;
		display:block;
	}
	
	.mobil_menu .kuritem {
		background-color:#e8e8e8;
		color:#000;
		padding:10px;
		width:46%;
		float:left;
		margin-right:8px;
		margin-bottom:5px;
	}
	
	.mobil_menu .head_kurlar .kuricon {
		display: inline-block;
		float: right;
	}
	
	.mobil_menu .head_sosyal {
		text-align: center;
		width: 100%;
		display: block;
		margin: 20px 0;
	}
	
	.anamanset, .arsiv_slide {
		margin-bottom:18px;
	}
	
	#basic-user-avatar-form {
		margin-top:18px;
	}
	.videohaber iframe {
	width:100%;
	max-width:100%;
	min-height:300px;
}
	
	.arsiv-sag .post-link {
		display: block!important;
	}
	
	.gunlukvaka {
		display:block;
	}
	
	.gunlukvaka li {
		padding:15px;
		width: 50%;
    float: left;
    border: 1px solid #838383;
	}
	.covbasi{
    font-size: 22px;
    top: 50px;}
	
	.gunlukvakit, .aylikbas {
		margin-left:-30px;
		margin-right:-30px;
	}
	
	.gunluklist {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	
	.gunluklist li {
		margin-right: 20px;
	}
	
	.gunluklist li .nsayi {
		font-size:24px;
	}
	
	.gunluklist li .nbas {
		font-size:18px;
	}
	
	.ayliklist {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.aylikul .ayliktarih {
		font-weight:600;
	}
	
	.ayliktarih span {
		width: 39px;
		overflow: hidden;
		display: inline-block;
	}
	
		.dortlu_haber{
		display:none;
	}
	.anamanset .haberimg {
     height: auto;
		 max-height: 300px;
	}

}



@media only screen and (max-width: 600px) {
	#girisyap h3, #hesabimpop h3 b {
		padding:5px 10px;
	}

	a.mobnav_bar {
		left:15px;
	}
	
	.haberara {
		right:5px;
	}
	
	.mobil_menu .durum {
		float:left;
		margin-right: 64px;
		font-size: 13px;
		width:145px;
	}
	
	.mobil_menu .head_kurlar {
		margin-left:10px;
	}
	
	.mobil_menu .kuritem {
		margin-right:5px;
	}
	
	.anamanset .haberimg, .arsiv_slide .haberimg {
		height:auto;
	}
	
	.slick-dots li button {
		font-size: 0;
		background: #e8e8e8;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		margin-right: 2px;
	}
	
	.anamanset .slick-next:before, .anamanset .slick-prev:before, .arsiv_slide .slick-next:before, .arsiv_slide .slick-prev:before {
		bottom:15px;
	}
	
	.anamanset .haber-baslik, .arsiv_slide .haber-baslik {
		font-size: 20px;
		line-height: 25px;
	}
	.anamanset .haberimg {
    max-height: 250px;
}
	
	.uclu_yazi .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.kategori_yazilari .col-12 .post-link {
		display:block;
	}
	
	.kategori_yazilari .col-12 .postimg-wrap {
		width:100%;
		margin-bottom:15px;
	}
	
	.footer_line {
		padding-bottom:20px;
	}
	
	.footermenu {
		display:none;
	}
	
	#footer .sosyal_profil, #footer .sosyal_baslik {
		float:left;
	}
	
	.footer_line {
		display:block;
		border:none;
	}
	
	.copyright {
		text-align:left;
		float:left;
	}
	
	.copyrightmenu {
		float:left;
	}
	
	.single_title {
		font-size:26px;
	}
	
	.img-next a, .img-prev a {
		font-size:10px;
	}
	
	.img-next a i, .img-prev a i {
		display:block;
	}
	
	.rsayi {
		font-size:12px;
	}
	
	.galeri-img img {
		height:auto;
	}
	
	.sayfalama .page-numbers {
		width: 21px;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	
	.ytarih, th.tarih, .ydurumu b {
		display:none;
	}
	
	.userpost_list table thead th {
		padding:5px;
	}
	
	.userpost_list table td, .userpost_list table th {
		padding:8px;
	}
	
	.gunlukvaka {
		display:block;
	}
	
	.gunlukvaka li {
		padding:8px;
		width: 50%;
    float: left;
    border: 1px solid #838383;
	}
	
	.gunlukvaka .gsayi {
		font-size:30px;
	}
	.gunlukvaka .gbaslik {
    font-size: 12px;
}
	
	.toplamvaka li {
		width:100%;
	}
	
	.toplamvaka li:nth-child(odd) {
		background-color:#00716f78;
	}
	
	.toplamvaka li:nth-child(even) {
		background-color:#00716f;
	}
	
	.altain{
		display: block;
	}
	
	.kanal_list {
		margin-bottom:10px;
		padding:10px 0;
	}
	
	#example-video {
		height: 250px;
	}
	
	.vakitmenu li {
		display:none;
	}
	
	.vakitmenu li.tumiller, .vakitmenu li.tumiller ul li {
		display:block;
		width:100%;
	}
	
	.vakitmenu li.tumiller a, .vakitmenu li.tumiller ul, .vakitmenu li.tumiller ul li a {
		width:100%;
	}
	
	.aylikbas, .aylikul {
		font-size:14px;
	}

	.sonrakizaman {
		margin:20px 0;
		text-align:center;
		float: none;
		display: block;
	}

	.buguntarihi {
		font-size:24px;
		font-weight:bold;
		margin-bottom:15px;
		text-align:center;
	}

	.kalan_txt {
		margin-bottom:10px;
		display:block;
		float:none;
	}
	
	.kalan_vakit {
		display:block;
		margin-left:0;
		float:none;
	}

	.kalan_vakit .digit, .kalan_vakit .dash_title {
		font-size:32px;
	}
	
	.vakitler-widget .sonrakizaman {
		display:inline-block;
	}
	
	.vakitler-widget .gunluklist li {
		margin-right:0;
	}
	
	.mnone {
		display:none;
	}
	
	.karsilasma:nth-child(odd) {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.takim_adi {
		font-size:14px;
		line-height:18px;
	}
	
	.slick-dots li:nth-child(2) button,
	.slick-dots li:nth-child(6) button,
	.slick-dots li:nth-child(10) button,
	.slick-dots li:nth-child(14) button,
	.slick-dots li:nth-child(18) button {
		visibility:unset;
		background-color:#fdb9b9;
	}
	
	.slick-dots li:nth-child(2) button:after,
	.slick-dots li:nth-child(6) button:after,
	.slick-dots li:nth-child(10) button:after,
	.slick-dots li:nth-child(14) button:after,
	.slick-dots li:nth-child(18) button:after {
		visibility:hidden;
	}
}
@media only screen and (max-width: 400px){
.anamanset .haberimg {
    max-height: 170px;
	}}