/*
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: 1.0
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 {
	background-color:#ccc;
	border-radius:3px;
	color:#000;
	font-weight:normal;
	border:none;
	padding:8px 15px;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
	cursor:pointer;
}

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%);
	background:#d0d0d0
}

 .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;
	margin-top:10px;
	float:left;
}

.head_kurlar .kuritem {
	margin-right:30px;
}

.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_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 .hava_durumu {
	display:none;
}

#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_durumu {
	display:block;
	margin-top:3px;
	position:relative;
}

.hava_durumu select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image:url(img/down.png);
	background-repeat:no-repeat;
	background-position:right .7em top 50%,0 0;
	background-color: #fff;
	border: 0;
	color: #444;
	display: inline-block;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	padding-right: 24px;
	padding-left:0;
}

.havalar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 10px;
	font-weight:600;
	text-transform:uppercase;
}

.havaicon {
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: flex;
	background-size: contain;
	position: absolute;
	left: -55px;
	top: 0;
}

.h-0{background-image:url(img/durumlar/0.png);}.h-01{background-image:url(img/durumlar/01.png);}.h-02{background-image:url(img/durumlar/02.png);}.h-03{background-image:url(img/durumlar/03.png);}.h-04{background-image:url(img/durumlar/04.png);}.h-05{background-image:url(img/durumlar/05.png);}.h-06{background-image:url(img/durumlar/06.png);}.h-07{background-image:url(img/durumlar/07.png);}.h-08{background-image:url(img/durumlar/08.png);}.h-09{background-image:url(img/durumlar/09.png);}.h-10{background-image:url(img/durumlar/10.png);}.h-11{background-image:url(img/durumlar/11.png);}.h-12{background-image:url(img/durumlar/12.png);}.h-13{background-image:url(img/durumlar/13.png);}.h-14{background-image:url(img/durumlar/14.png);}.h-15{background-image:url(img/durumlar/15.png);}.h-16{background-image:url(img/durumlar/16.png);}.h-17{background-image:url(img/durumlar/17.png);}.h-18{background-image:url(img/durumlar/18.png);}.h-23{background-image:url(img/durumlar/23.png);}.h-24{background-image:url(img/durumlar/24.png);}.h-25{background-image:url(img/durumlar/25.png);}.h-26{background-image:url(img/durumlar/26.png);}.h-27{background-image:url(img/durumlar/27.png);}.h-28{background-image:url(img/durumlar/28.png);}.h-29{background-image:url(img/durumlar/29.png);}.h-30{background-image:url(img/durumlar/30.png);}.h-31{background-image:url(img/durumlar/31.png);}.h-32{background-image:url(img/durumlar/32.png);}.h-33{background-image:url(img/durumlar/33.png);}.h-34{background-image:url(img/durumlar/34.png);}.h-35{background-image:url(img/durumlar/35.png);}.h-37{background-image:url(img/durumlar/37.png);}.h-38{background-image:url(img/durumlar/38.png);}.h-39{background-image:url(img/durumlar/39.png);}.h-40{background-image:url(img/durumlar/40.png);}.h-41{background-image:url(img/durumlar/41.png);}.h-42{background-image:url(img/durumlar/42.png);}.h-43{background-image:url(img/durumlar/43.png);}.h-44{background-image:url(img/durumlar/44.png);}.h-45{background-image:url(img/durumlar/45.png);}.h-46{background-image:url(img/durumlar/46.png);}.h-47{background-image:url(img/durumlar/47.png);}.h-50{background-image:url(img/durumlar/50.png);}

.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;
}

.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;
}

.slick-dots li.slick-active button {
	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;
}

.anamanset, .arsiv_slide {
	margin-bottom:18px;
}

.anamanset .haber-post {
	margin-bottom:0;
}

.anamanset .haberimg {
	height:411px;
}

.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;
}

.sondakikahaber {
	height:110px;
	margin-bottom:21px;
	padding:15px;
	background-color:#ec1d24;
}

.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: 10px;
}

#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 {
	
}

.footermenu li {
	width:20%;
	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:411px;
}

.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: 156px;
	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 iframe {
	max-width:100%;
	max-height:350px;
}

.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;
    width: 50%;
    padding: 5px;
	max-height: 62px;
}
 .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;
}

#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:9999;
	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:54%;
	margin-right:500px;
}

#sagAds {
	position:fixed;
	top:22%;
	left:55%;
	margin-left:500px;
}

/*SONX*/

@media only screen and (min-width: 992px) {
	.kategori_yazilari .haber-post {
		margin-bottom:30px;
	}
}

@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;
	}
	
	.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-x:hidden;
		position:fixed;
		top:-100%;
		width:100%;
		height:100%;
		z-index:99;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
	}
	
	.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 .hava_durumu {
		float: left;
		margin-left: 65px;
		margin-bottom: 15px;
		width:100%;
	}
	
	.mobil_menu .hava_durumu select {
		width: 200px;
		float:left;
	}
	
	.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:47%;
		float:left;
		margin-right:15px;
		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;
}
	
}

@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 .hava_durumu select {
		width:150px;
	}
	
	.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:275px;
	}
	
	.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;
	}
	
	.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;
	}
}