/*!
Theme Name: Esen Haber
Theme URI: https://www.olay.com.tr
Author: Kemal CIZOĞLU
Author URI: https://www.olay.com.tr
Description: OLAY Template v1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esenhaber
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
/*font-size: 1rem;*/
	font-size: 14px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
/*	margin-left: 1.5em;*/
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px);
}
100% {
opacity: 1;
-ms-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-5%, 0, 0);
transform: translate3d(-5%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-5%, 0, 0);
-ms-transform: translate3d(-5%, 0, 0);
transform: translate3d(-5%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.f700{
	font-weight:700;
}

.err404 {
	font-size:200px;
	text-align:center;
	color:red;
	margin-bottom:50px;
}

.error-404 .page-title{
	text-align:center;
}

.error-404 > .page-header{
	text-align:center;
}

.error-404 > .page-header a {
	color: white;
    padding: 10px 20px;
    background: #ef0000;
    margin: 20px;
    display: inline-block;	
}

.overlay {
opacity: 1;
position: absolute;
width: 100%;
height: 40%;
bottom: 0;
margin: 0;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
padding-top: 30px;
padding-bottom: 0px;
}

.sadx {
	width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	flex-direction:column;
}

.adx {
	width: 100%;
    min-height: 100%;
    background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, rgba(249, 249, 249, 0.6) 2px, rgb(255, 255, 255) 4px ) !important;
	text-align:center;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;	

}




.vadx {
    width: 100%;
    min-height: 100%;
    background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, #f2f2f205 2px, #f2f2f214 4px ) !important;
    padding: 16px 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #2b2f55;
	text-align:center;
}

.adx-shadow {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20)!important;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20)!important;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20)!important;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"!important;
    zoom: 1;
}

.cbanner {
    clear: both;
    position: relative;
    z-index: 0;
    line-height: 0.7;
    padding: 0;
    text-align: center;
}

.bannerClose{
	box-sizing: border-box;
    z-index: 8;
    position: absolute;
    width: 110px;
	right:0px;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    background-color: rgba(0,0,0,0.5);
    letter-spacing: normal;
    color: #ffffff;
}
.bannerClose > a {
	color:#fff;
}

.bannerClose > a:visited {
	color:#fff;
}

.all-header-reklam {
	display: flex;
    justify-content: center;
}

.header-reklam-code {
	position:relative;
	display: inline-block;
	min-height:40px;
}

.showHideAd {
	position:relative;
	display: inline-block;
}

.rt10 {
	margin-top:20px;
}
.rt20 {
	margin-top:20px;
}
.rt30 {
	margin-top:30px;
}

.rt40 {
	margin-top:40px;
}
.rb10 {
	margin-bottom:10px;
}
.rb15 {
	margin-bottom:15px;
}
.rb20 {
	margin-bottom:20px;
}
.rb30 {
	margin-bottom:30px;
}

.rb40 {
	margin-bottom:40px;
}

.haber-detay-reklam {
	float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.center {
	text-align:center;
}


#saniyeli_reklamx{opacity:0; z-index:-99999999999;}
.saniyeli_reklam_header {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 9999999999
}

.saniyeli_tepe {
    height: 40px;
    color: #ababab;
    background-repeat: no-repeat;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(60,60,60,.95);
    line-height: 40px
}

.saniyeli_reklam_code {
    text-align: center;
    margin-top: 25px;
    width: 100%;
    height: 100%
}

.skip-button {
    font-size: 12px;
    color: #FFF;
    background-color: #c50000;
    padding: 5px;
    text-decoration: none
}

.saniyeli_bekleme a {
	color:#dcdcdc;
}

.saniyeli_gec {
	float:right;
	cursor:pointer;
}

.ads_code{
	display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4db2ec;
  text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}


.textwidget p {
	margin-top: 0;
	margin-bottom: 0px;
}

.textwidget {
	line-height: 0.7;
}


.widget-title {
  text-transform: uppercase;
	color: #3f3f3f;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	white-space: nowrap;
  margin-bottom: 10px;
}


.widget-title:after {
	content: "";
	position: relative;
	display: flex;
	height: 4px;
	align-items: center;
	width: 100%;
	background: #dadada;
	border-radius: 2px;
	margin-left: 10px;
}

.k-widget-title-container {
	position:relative;
}

.k-widget-title-container .k-category-link {
	padding: 4px 10px;
  background-color: #dadada;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 5px;
  color: #a6a6a6;
  text-decoration: none;
}

.k-widget-title-container .k-category-link:hover {
    background-color: #444;
    color: #ededed;
}


/*--------------------------------------------------------------
## Loading
--------------------------------------------------------------*/

.k-loading-opacity {
	opacity:0.2;
}

.k-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Spinner loading /*/

.spinner {
  margin: 100px auto 0;
  width: 90px;
  text-align: center;
  z-index:3;
}

.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.lazyload {
   opacity: 0;
}

img.LazyYuklendi {
-webkit-transition: opacity .1s linear 0.050s;
-moz-transition: opacity .1s linear 0.050;
 transition: opacity .1s linear 0.050s;
   opacity: 1;
}	


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position:relative;
}

.red a {
	color:red !important;
}


.main-navigation > .esen-container > .menu-ana-menu-container > ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	padding-right: 50px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li{
	position: relative;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.current-menu-item > a:before{
    content: " ";
    position: absolute;
    left: 0;
    z-index: 111;
    border-style: solid;
    border: 2px solid #fff;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    bottom: -8px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li>a:after {
    content: '\f0dd';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    opacity: .7;
	padding-left:2px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li>a:only-child:after {
    content: ''
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:hover>ul,.main-navigation ul li ul:hover {
    display: block;
    text-decoration: none
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul {
    min-width: 150px;
    position: absolute;
    left: 0;
    z-index: 999;
	background-image: linear-gradient(0deg, #1d3a75 0%, #2b4c92 100%);
	opacity: 0;
	top: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.diger-aktif > ul {
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li:hover > ul {
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0px);
	transform: scale(1) translateX(0px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}



.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li > ul {
    width: 200px !important;
    height: auto;
    float: left;
    position: absolute;
    top: -1px !important;
    left: 199px !important;
    z-index: 999;
		visibility: hidden;
		opacity: 0;
	 -webkit-transform: translateX(-15px);
	 transform: translateX(-15px);
	 -webkit-transition: all 500ms ease;
	 transition: all 500ms ease;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li:first-child {
    background-color: rgba(232,34,107,0) !important;
    width: auto !important;
    background-image: none;
		border-top:none !important;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li:first-child a {
    padding: 0 6px 0 9px;
}


.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul.sub-menu li  {
    float: none;
    background: none;
    position: relative;
		line-height: 40px;
    display: block;
    border-top: 1px solid rgba(238,238,238,.19);
    padding: 0 10px;
    clear: both;
    padding-right: 0;
		border-left:none;
    width: 200px;
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.0);
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.0)
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li>a:after {
    content: ' \f0da';
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul > li>a:only-child:after {
    content: ' '
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li ul li a {
    text-decoration: none;
    display: block;
    padding: 0px 20px 0px 10px;
    text-align: left;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li ul li a:hover {
    text-decoration: none
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li>a:only-child:after {
    content: ' '
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > a:before {
	content: " ";
    position: absolute;
    width: 100%;
    z-index: 111;
    border-radius: 5px;
    border: 2px solid rgb(255 255 255 / 40%);
    opacity: 0;
    transition: opacity .1s ease-in;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    bottom: -8px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:first-child > a:before{
	content:'';
	display: none;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul li:hover>a:before {
	opacity: 1;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 100ms ease;
	transition: all 100ms ease;
}

.main-navigation {
    background-image: linear-gradient(0deg, #1d3a75 0%, #2b4c92 100%);
}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li {
	padding: 0px 13px;
	height:55px;
	display: table-cell;
	text-align: center;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.home-li i{
	font-size:14px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:first-child{
	background: rgba(0, 0, 0, 0.2);
	border:none;
  padding: 0px 12px 0px 15px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:last-child{
	padding-right:0;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li a {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;

}

.menu-ana-menu-container {
	display: table;
 width: 100%;
}

.menu-ana-menu-container > ul {
	display: table-row;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > .esen-megamenu {
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	left: 0;
	top: 55px;
}


.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.mega-aktif > .esen-megamenu {
    z-index: 9;
    opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		 visibility: visible;
		 transition: .3s;
}

.overlayMenu {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > .esen-megamenu > .esenmega{
	display: block;
	text-align: left;
	line-height: 1.5;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > .esen-megamenu > .esenmega a{
color:#000;
padding: 0px;
}

.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.megamenu-active{
	position:unset !important;
}

.dn {
	display:none !important;
}

.esenmega > section {
	padding: 0px;
	margin: 0px;
}


	.final {
		/*background: linear-gradient(0deg,#000000 0%,#5f5f5f 100%) !important;*/
		/*background: linear-gradient(0deg,#156b0b 0%,#5f5f5f 100%) !important;*/
	}

	.cekirge {
		/*background: linear-gradient(0deg,#c3c3c3 0%,#ffffff 100%) !important;*/
	}
	
	
	@media only screen and (max-width: 768px){ 
	
	.final {
		background: linear-gradient(90deg, #00800b00 0%, #006d1e  100%) !important;
		border-top-right-radius: 5px;
	}	
	
	.cekirge {
	background: linear-gradient(90deg, rgba(103, 58, 183, 0) 0%, #7c00a5 100%) !important;
    border-top-right-radius: 5px;
	}
	
	}


	.tum-kategori-haberleri {
	display: inline-block;
    padding: 5px 0px;
    vertical-align: bottom;
    float: right;
	}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

/*
.updated:not(.published) {
	display: none;
}
*/

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-size: 18px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    margin-top: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	/*margin: 0.8075em 0;*/
	margin: 0;
    background: #f1f1f1;
    font-size: 12px;
    text-align: left;
    padding: 8px 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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-caption {
	display: block;
}





/**PADDINGS*/

.p0 {
	padding:0px !important;
}

.pl-0 {
	padding-left:0px !important;
}

.pr-5 {
	padding-right:5px;
}

.pr-10 {
	padding-right:10px;
}

.pl-5 {
	padding-left:5px;
}

.pr-10 {
	padding-left:10px;
}



/**MARGINS**/

.mb-25{
	margin-bottom:25px;
}


/* Custom Style codes */

.esen-container {
	margin:0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width:1170px;
	position: relative;
}

@media screen and (max-width: 1550px){
.esen-container {
    max-width: 1170px;
}
}

@media screen and (max-width: 1495px){
.esen-container{
  /*  max-width: 1040px;*/
    max-width: 985px;
}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li {
	padding: 0px 7px;
}


}



@media screen and (max-width: 1300px){
.esen-container{
  /*  max-width: 1040px;*/
    max-width: 960px;
}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li {
	padding: 0px 13px;
}


}





.site-header{
padding-bottom: 20px;
}

.site-info {
	background: #dcdcdc;
	padding:25px 0px;
	color:#fff;
	position:relative;
	height: 70px;
}

.site-info > .footer-ab {
position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 50%;
    height: 49px;
}

.site-info:after {
content: '';
    border-style: solid;
    border-width: 49px 60px 0 0px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    top: 0px;
    position: absolute;
}

.site-info .footer-text {
	color: #848484;
    position: absolute;
    right: 0;
    top: -10px;
	font-size: 16px;
}

.site-info .footer-text a{
	font-weight:700;
	color:#848484;
}

.site-info .footer-text > ul {
	display:inline-flex;
	vertical-align: middle;
	margin-left:10px;
}

.site-info .footer-text > ul > li {
	float:left;
	padding:7px 8px;
	font-size:18px;
}
.site-info .footer-text > ul > li i {
	font-weight:400;
}

.site-info .footer-text > ul > li:last-child {
	padding-right:0px;
}

.footer-widgets {
	width:100%;
	background:#101010;
	/*height:350px;*/
	padding:30px;
	background-image: url(img/subtle_dots.png);
}

.footer-last {
	height:60px;
	font-size: 16px;
	line-height:60px;
}

.footer-last .tum-haklari {
	display: inline-block;
}

.esen-footer-menu {
	float:right;
}

.display-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}


.footer-widget-inner:first-child {
	padding-left:0px;
}

.footer-widget-inner:last-child {
	padding-right:0px;
}



.footer-widget-inner {
	width: 20%;
    flex-grow: 1;
    flex-basis: 20%;
	float: left;
    padding: 0 10px;
}

.footer-last-details > .footer-widget-inner p {
	color: rgba(255, 255, 255, 0.40);
	margin-bottom: 1.5em;
	line-height: 1.5;
	font-size:16px;
}




.footer-last-details > .footer-widget-inner ul {
	margin:0;
	padding:0;
}

.footer-last-details > .footer-widget-inner ul li {
	list-style:none;
	padding:9px 0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}

.footer-last-details > .footer-widget-inner ul li a{
	color: rgba(255, 255, 255, 0.40);
	text-decoration:none;

}

.footer-last-details > .footer-widget-inner ul li a:hover {
	color:#fff;
}


.footer-last-details .widget-title {
    text-transform: uppercase;
    padding-bottom: 4px;
    font-style: normal;
    color: #7b7b7b;
    position: relative;
    font-size: 18px;
	margin-top:10px;
	margin-bottom: 18px;
	font-weight: 700;
	padding: 0px 0px 5px 0px !important;
}



#footer-menu {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:20px;
}

#footer-menu > li {
	float: left;
    padding-right: 12px;
    border-right-width: 1px;
    border-right-style: dashed;
	border-right-color: rgba(255, 255, 255, 0.32);
    margin-right: 12px;
}

#footer-menu  li a {
    color: #777;
    line-height: 34px;
	text-decoration:none;
	font-size:16px;
}

#footer-menu > li:last-child {
border-right-width: 0px;
    padding-right: 0px;
	margin-right: 0px;
}



.top-bar{
	height: 45px;
	line-height: 45px;
	background:#fff;
    background-image: -webkit-linear-gradient(90deg,rgba(214,212,215,.2) 0%,rgb(255, 255, 255) 50%,rgba(247,246,241,.3) 50%,rgba(230, 230, 230, 0.16) 100%);
    background-image: -ms-linear-gradient(90deg,rgba(214,212,215,.2) 0%,rgba(229,229,229,.2) 50%,rgba(247,246,241,.3) 50%,rgba(231,231,231,.2) 100%);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.top-header-menu {
    list-style: none;
    margin: 0;
    display: inline-block;
	
}

.top-header-menu li {
    display: inline-block;
    position: relative;
    margin-left: 0
}

.top-header-menu li li {
    width: 100%
}

.top-header-menu li a {
    margin-right: 16px;
    line-height: 1;
		color:#808080;
}

.top-header-menu li a:hover {
    color: #4db2ec
}

.top-header-menu>li {
    line-height: 28px
}

/*-------------*/

.top-elements {
	margin: 0;
	display: inline-block;
	float: right;
	font-size: 13px;
}
.top-elements ul {
	list-style: none;
	padding: 0;
}
.top-elements li {
    display: inline-block;
    position: relative;
    margin-left: 0;
	float:left;
	padding: 0px 11px;
	border-left: 1px solid #efefef;
}

.top-elements li:first-child {
	border:none;
	padding-left:0px;
}

.top-elements li:last-child {
	/*padding-right: 0;*/
}




/*****HEADER 6 TEMPLATE ****/

.top-header-menu > .piyasa{
font-size:12px;
}

.top-header-menu > .piyasa > li {
padding: 0px 7px 0px 5px ;
position:relative;
border-right:1px solid #e8e8e8;
line-height:38px;
}

.top-header-menu > .piyasa > li:first-child{
background: linear-gradient(0deg, #f7f7f7 0%, #dadada  100%);
    color: #8e8e8e;
    padding: 0px 8px 0px 11px;
    line-height: 43px;
    font-size: 18px;
}

.top-header-menu > .piyasa> li:last-child{
	border:none;
	padding-right:none;
}


.top-header-menu > .piyasa > li >  span {
	font-weight: 300;
	color: #525252;
}

.top-header-menu > .piyasa > li > span.guncel {
	font-weight:600;
    color: #000;
}

.top-header-menu > .piyasa > li > span.degisim {
	font-weight:300;
    color: #999;
    font-size: 11px;
	left:3px;
	top:-12px;
}

.top-header-menu > .piyasa> li > span.borsa-kirmizi {
	color:red;
}

.top-header-menu > .piyasa> li > span.borsa-yesil {
	color:green;
}

/*******HEADER 6 TEMPLATE SONU ******/








/*--------------*/

/* Hava Durumu */

.hava_durumu {
max-height: 45px;
}

#havaD {
	    position: relative;
	    display: inline-block;
	    padding-right: 5px;
	    font-size: 20px;
	    top: 0px;
}

.b_ikon {
    color: #d31920;
}

.hava_durumu select {
	width: 62px;
	height: 20px;
	float: right;
	margin: 12px 0px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 !important;
	color: #000;
}

.havaDurumu li {
	padding: 0;
	border:none;
}

.bugun_temp {
    color: #d31920;
    font-weight: 700;
}

.derece {
	font-weight: 400;
}

select#sehir {
    border: none
}

select#sehir {
    border: 0;
    outline: 0px;
	background: none;
}

/*---------------------*/

/* User register login */

.top-elements li.user-reg-login > a {
	color:#9A9A9A;
}

.top-elements li.user-reg-login {
	position: relative;
}

.top-elements li.user-reg-login > .uyelik {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:45px;
	left:0px;
	width: 250px;
	padding: 10px;
	background: #ededed;
	z-index: 999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.41);

}

.top-elements li.user-reg-login:hover > .uyelik {
	opacity: 1;
	visibility: visible;
}

.top-elements li.user-reg-login:hover > .uyelik:before {
	content: " ";
	    position: absolute;
	    left: 20px;
	    top: -8px;
	    border-style: solid;
	    border-width: 0px 8px 8px 8px;
	    border-color: #ededed transparent #ededed #7b7b7b00;
	    opacity: 1;
}


.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari{
	display: flex;
}

.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari >.kayit {
	background: linear-gradient(0deg, #FFC107 0%, #FF9800 100%);
	padding: 0px 10px;
	height: 45px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
	display: inline-block;
	flex: 50%;
  margin: 5px;
	text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari >.kayit:hover{
	background: linear-gradient(0deg, #FF9800 0%, #FFC107 100%);
}

.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari > .giris {
	background: linear-gradient(0deg, #4CAF50 0%, #8BC34A 100%);
	padding: 0px 10px;
	height: 45px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
	display: inline-block;
	flex: 50%;
  margin: 5px;
	text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari > .giris:hover {
	background: linear-gradient(0deg, #8BC34A 0%, #4CAF50 100%);
}

.top-elements li.user-reg-login:hover > .uyelik > .not {
	display: block;
	line-height: 1.5;
	padding: 0px 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
/*---------------*/


/* Photo and video gallery */
.top-elements li a{
	color:#000;
}
.top-elements li.photo-gallery a > i{
	color:#d31920;
	padding-right: 2px;
}
.top-elements li.video-gallery a > i{
	color: #d31920;
	padding-right: 2px;
}
.top-elements li.yazarlar-button a > i{
	color: #d31920;
}

.top-elements li.yazarlar-button {
	/*background: linear-gradient(0deg, #dedede 0%, #ffffff 100%);*/
}
/*---------------------*/



/* Son Dakika ve Arama */

.son-dakika-arama > .esen-container > .son-dakika {
	background: linear-gradient(0deg, #bd0d00 0%, #d60e00 100%);
	border-left: 6px solid rgba(0, 0, 0, 0.10);
	width: 80%;
	height: 40px;
	color:#fff;
	padding-left: 10px;
	float: left;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-ikon {
	float: left;
	padding-right: 7px;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-ikon > i {
	font-size: 18px;
	padding-top: 3px;
	padding-right: 5px;
	line-height: 35px;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-list {
	color:#fff;
	display: block;
	line-height: 40px;
	font-size: 16px;
	position: relative;
  overflow: hidden;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-item {
	width: 90%;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-list  a {
	color:#fff;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button {
	position: absolute;
	right: 0px;
	top:0px;
}
.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button > .sd-left {
	padding: 0px 10px;
	text-align: left;
  display: inline-block;
	float: left;
  background: rgba(0, 0, 0, 0.13);
	cursor: pointer;
}
.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button > .sd-right {
	padding: 0px 10px;
	text-align: left;
  display: inline-block;
  background: rgba(0, 0, 0, 0.22);
	cursor: pointer;
}

.son-dakika-arama > .esen-container > .arama {
	width: 20%;
	background: #ededed;
	float: right;
	height: 40px;
}

.son-dakika-arama > .esen-container > .arama .sb-search-input {
	color: #444;
  border: none;
  background: transparent;
  float: left;
	outline: none;
  padding: 10px;
}

.son-dakika-arama > .esen-container > .arama .sb-icon-search {
    color: #fff;
    background: #000;
}

.son-dakika-arama > .esen-container > .arama .sb-icon-search:before {
    content: "";
}

.son-dakika-arama > .esen-container > .arama .sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}

.son-dakika-arama > .esen-container > .arama .sb-search-submit {
	color: #000;
	background: transparent;
	z-index: 11;
	border: none;
	outline: none;
}

.son-dakika-arama > .esen-container > .arama .sb-icon-search, .sb-search-submit {
    width: 42px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

/*----------------*/


/* Logo ve reklam */

.logo-vd {
	padding: 15px 0px;
	line-height: 0.7;
	overflow: hidden;
}

.logo_kapsayici {
    float: left;
    width: 30%;
}

.logo {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    width: 30%;
    max-width: 30%;
    margin-right: 20px;
}

.logo a img {
    display: inline-block;
    max-height: 90px;
    max-width: 95%;
}

.header-reklam {
	float:right;
	text-align: right;
	width: 70%;
}

/*------------------*/


/* Top Search */

.top-elements li.top-search {
	cursor:pointer;
	padding-right: 15px;
}

.top-elements li.top-search > .search {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:45px;
  left: -207px;
	height: 40px;
	width: 250px;
	padding: 7px;
	background: #ededed;
	z-index: 999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.41);
}

.top-elements li.top-search:hover > .search {
	opacity: 1;
	visibility: visible;
}

.top-elements li.top-search:hover > .search:before {
	content: " ";
	position: absolute;
	right: 13px;
	top: -8px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: #000000 transparent #000000 #7b7b7b00;
	opacity: 1;
}

.top-elements li.top-search > .search .sb-search-input {
	color: #444;
  border: none;
  background: transparent;
  float: left;
	outline: none;
}

.top-elements li.top-search > .search .sb-icon-search {
    color: #fff;
    background: #000;
}

.top-elements li.top-search > .search .sb-icon-search:before {
    content: "";
}

.top-elements li.top-search > .search .sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}

.top-elements li.top-search > .search .sb-search-submit {
	color: transparent;
	background: transparent;
	z-index: 11;
	border:none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.top-elements li.top-search > .search .sb-icon-search, .sb-search-submit {
    width: 45px;
    height: 40px;
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}



.post_excerpt {
	font-size:15px;
	color: #999;
}




/*******************************/


/* REKLAMLARRR */

.pageskin-sol-sag-ad {
	position:relative;
}

.sag_absolut {
    position: absolute;
    display: inline;
    right: -20px;
	z-index:2;
}

.sol_absolut {
    height: 600px;
    width: 160px;
    display: inline;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    position: absolute;
    left: -180px;
}

.pageskin-sol {
    position: absolute;
    background-repeat: no-repeat;
    min-width: 160px;
    display: inline;
    margin-top: 0px;
    min-height: 600px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	/*background: linear-gradient(0deg, #c1c1c1 0%, #f1f1f1 100%);*/
	flex-wrap: wrap;
	display: flex;
    justify-content: center;
    align-items: center;
	color: grey;
}

.pageskin-sag {
    position: absolute;
    background-repeat: no-repeat;
    min-width: 160px;
    display: inline;
    margin-top: 0px;
    height: 600px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	/*background: linear-gradient(0deg, #c1c1c1 0%, #f1f1f1 100%);*/
	flex-wrap: wrap;
	display: flex;
    justify-content: center;
    align-items: center;
	color: grey;
}


.ps-ad {
	margin-bottom:10px;
}


/*********SÜPERLİG*************/




.superlig {
    font-size: 12px;
    color: #000;
	min-height: 696px;
	font-weight: 300;
	background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
    box-shadow: 0 0 10px rgba(0,0,0,.08);	
}


.div-icerik > table {
	width: calc(100% - -1px);
    display: table;
    text-indent: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.takimlar {
    color: #000000;
    font-weight: 600;
    height: 32px;
    font-size: 14px;
    vertical-align: baseline;
}

.div-icerik > table td,.div-icerik  > table  th {
    padding-left: 15px;
	padding-top:8px;
	padding-bottom:8px;
	border:none;
}

.div-icerik > tbody tr:nth-child(even) {
    background: #eaeaea;
}

.div-icerik > th {

}


.div-icerik > th:first-child {

}
/*
.superlig tr:nth-child(2) {
    color: #fff !important;
	background: linear-gradient(0deg, rgb(0, 128, 11) 0%, #00af30 100%) !important;
    font-weight: 400 !important;
}

.superlig tr:nth-child(3) {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0, 128, 11, 0.85) 0%, #00af30 100%) !important;
    font-weight: 600 !important;
}

.superlig tr:nth-child(4) {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0, 128, 11, 0.62) 0%, #00bf34 100%) !important;
    font-weight: 400 !important;
}
*/
.superlig tr:nth-child(20) {
    color: #c50000 !important;
    background-color: #fcc !important;
    font-weight: 400 !important;
}

.superlig tr:nth-child(21) {
    color: #c50000 !important;
    background-color: #ffdbdb !important;
    font-weight: 400 !important;
}

.superlig tr:nth-child(22) {
    color: #c50000 !important;
    background-color: #fcc !important;
    font-weight: 400 !important;
}

.superlig th:last-child {

}

.superlig th:only-child {

}

.superlig tfoot td {

}

.superlig tfoot td:first-child {

}

.superlig tfoot td:last-child {

}

.superlig tfoot td:only-child {

}





/* TAB BILESEN CSS */


.sagtab {
    position: relative;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    -webkit-box-shadow: none;
	width: 100%;
    display: inline-block;
}

.sagtab li {
    background-color: #f2f2f2;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 0;
    line-height: 38px;
    height: 38px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    float: left;
    background-color: #f2f2f2;
    background-image: none;
    -webkit-box-shadow: inset -17px 1px 13px -15px rgba(0,0,0,.2);
    -moz-box-shadow: inset -17px 1px 13px -15px rgba(0,0,0,.2);
    box-shadow: inset -17px 1px 13px -15px rgba(0,0,0,.2)
}

.sagtab li:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tab_h3 {font-size:14px; font-weight:700; margin-top:0px; padding-top:0px;}



.sagtab li.aktif {
    background-color: #000;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}


/***********************************/


/******NAMAZ-TAB******/

.namaz {
	display: flex;

}

.namaztab {
    position: relative;
	width: 100%;
	box-shadow: 6px 0px 9px -7px rgba(0, 0, 0, 0.11);
	z-index:5;
}



.namaztab li {
background-color: #fff;
    padding: 6px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-left: 3px solid #FF9800;
    float: left;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
	z-index:4;
}



.namaztab li.aktif {
    background-color: #005f88;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	position:relative;
	border-left: 3px solid #FF9800;
}

 .namaztab li.aktif:after {
    right: -7px;
    top: 11px;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #005f88;
    border-bottom: 5px solid transparent;
    }



.namaz-icerik {
	display:none;
    /*background: linear-gradient(0deg, #008e74 0%, #0092b3 100%);*/
    padding-top: 5px;
	width: 100%;
	text-align:center;
	padding:15px 0px 0px 0px;
}

.namaz-icerik > span.name {
	display:block;
	color: rgba(255, 255, 255, 0.73);
}

.namaz-icerik > span.veri {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.namaz-icerik > span.veri:last-child {
	border-bottom:none;
}

.namaz-tarih {
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    padding: 5px 5px 0px 10px;
    border-radius: 5px;
    height: 50px;
    line-height: 40px;
    color: #fff;
	position:relative;
    background: linear-gradient(0deg, #005377 0%, #005592 100%);
    box-shadow: -8px 9px 8px -15px rgba(0, 0, 0, 0.43);
}

.namaz-tarih:after {
	left: 28px;
    bottom: -6px;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 14px solid #005379;
    border-bottom: 10px solid transparent;
    }

.namaz-tarih > span {
    float: right;
    background: #FF9800;
    padding: 0px 15px;
    border-radius: 5px;
	font-size:20px;
    font-weight: 700;
}




/********************SINGLE TEMPLATE CSS CODES***************/


.content-left-right-container {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.content-full {
	width: calc(100% - (0*0px));
    border-right: 1px solid #ededed;
    padding: 0px 20px 25px 20px;
    background: #fff;
	margin: 0px 0px 20px 0px;
}


.content-left {
	width: calc(70% - (0*0px));
    border-right: 1px solid #ededed;
    padding: 0px 20px 25px 20px;
    background: #fff;
	margin: 0px 0px 20px 0px;
}

.content-right {
	width: calc(30% - ( 0.6 * 30px ) );
}

.content-right .widget-title:first-child{
	margin-top:0px;
}

.est-header-1 > .entry-title{
	font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;	
	margin-top:10px;
}

.est-header-1 > .post-excerpt {
line-height:1.5;
font-weight:500;
font-size:22px;
}

.est-content-1 {
    font-size: 18px;
    line-height: 1.6;
    color: #222;	
	font-weight: 400;
	margin-top:10px;
}

.est-post-thumbnail-1 {
	margin:0px -20px;
}

.est-post-meta-1 {
	justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 1em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #313131;
	font-size:13px;
}

.est-post-meta-1 time:first-child {
	padding-left:0px;
}

.est-post-meta-1 time {
	padding:0px 10px;
}

.est-post-meta-1 a {
	color:#999;
	font-size:13px;
	font-weight:300;
}

.haber-kategorileri>*+* {
    margin-left: 8px;
    padding-left: 8px;
    border-left: solid 1px #dedede;
}



.post-details-share {
	display: flex;
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
}

.post-last-share{
	margin-bottom:30px;
}

.post-details-share > .post-share-left {
    width: 30%;
text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    color: #969696;
    letter-spacing: 1px;
}

.post-details-share > .post-share-right {
	width:70%;
	display: inline-flex;
}



.post-details-share > .post-share-right > .post-share-buttons{
	display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}

.post-details-share > .post-share-right > .post-share-buttons > li{
    display: flex;
    flex-grow: 1;
    height: 40px;
    border-radius: 2px;
    margin: 0px 2px;
    justify-content: center;
    align-items: center;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a{
    display: flex;
    flex-grow: 1;
    height: 30px;
    border-radius: 3px;
    color:#fff;
	text-decoration:none;
    margin: 0px 1px;
    justify-content: center;
    align-items: center;
	position:relative;
}



.post-details-share > .post-share-right > .post-share-buttons > li > a:hover{
opacity:0.7;	
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.facebook{
background: #3b5999;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.facebook-author{
background: #3b5999;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.twitter{
background: #00aced;
}
.post-details-share > .post-share-right > .post-share-buttons > li > a.twitter-author{
background: #00aced;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.instagram{
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 

}

.post-details-share > .post-share-right > .post-share-buttons > li > a.googleplus{
background: #f44336;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.pinterest{
background: #cc2127;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.whatsapp{
background: #25d366;
}


.post-details-share > .post-share-right > .post-share-buttons > li > a.post-font-plus{
    color: #565656;
    background: #e0e0e0;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.post-font-minus{
    color: #565656;
    background: #e0e0e0;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.post-font-reset{
    color: #565656;
    background: #e0e0e0;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.post-print{
	color: #ffffff;
    background: #cd9643;
    cursor: pointer;
}

.post-details-share > .post-share-right > .post-share-buttons > li > a.post-mail{
	color: #ffffff;
    background: #3a3a3a;
}


.post-details-share > .post-share-right > .post-share-buttons > li > a.facebook:after {
    border-bottom: 10px solid #3b5999;
}
.post-details-share > .post-share-right > .post-share-buttons > li > a.twitter:after {
    border-bottom: 10px solid #00aced;
}
.post-details-share > .post-share-right > .post-share-buttons > li > a.googleplus:after {
    border-bottom: 10px solid #f44336;
}
.post-details-share > .post-share-right > .post-share-buttons > li > a.pinterest:after {
    border-bottom: 10px solid #cc2127;
}
.post-details-share > .post-share-right > .post-share-buttons > li > a.whatsapp:after {
    border-bottom: 10px solid #25d366;
}


/*****************************************/


/******** POST TEMPLATE 2 *********************/


.est-header-2 {
	background: #fff;
    padding: 0px 20px;
    clear: both;
    overflow: hidden;
}

.full-width-post {
	margin-bottom:20px;
}

.est-header-2 > h1 {
	font-size:45px;
	margin: .37em 0;
	word-break: break-word;
}

.esn-next-news {
    background: #fff;
    bottom: 10px;
    height: 29px;
    left: 0;
    position: absolute;
    text-align: center;
    -ms-transform: translateX(-50%);
    width: 171px;
}

.esn-next-news > i {
	padding-left:8px;
}













/****************COMMENT*******************/


#comments {
	padding:10px 0px;
	margin-bottom: 40px;
}


.comment-form-author, .comment-form-email {
    width: 49%;
    float: left;
	margin:0;
	padding:0;
}

.comment-form-email {
	float:right;
}


#author, #email, #url, #comment{
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #494949;
    letter-spacing: 0.3px;
    padding: 12px 30px;
    height: 45px;
    width: 100%;
    margin-bottom: 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

 #comment {
	height: 170px;
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-bottom: 1.2em;
 }
 
 .comment-reply-title {
	 margin-bottom:0;
	 position:relative;
	 font-size:24px;
 }
 
 .comment-reply-title:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 4px;
    width: 20%;
    margin: 4px;
    background: #e9e9e9;
}
 
 .comment-form .comment-notes {
    font-size: 14px;
    margin-top: 5px;
    opacity: .5;
    padding-bottom: 10px;
}
 
.comment-form label {
    display: block;
	padding-left:5px;
    margin-bottom: 5px;
}

.comment-form-url {
	width: 100%;
    float: left;
	margin:0;
	padding:0;
}

#comments ol {
    list-style-type: none;
	margin: 0;
    padding: 0;
}

.comment-list {
    margin-top: 45px;
}

.comment-list .comment-body {
    position: relative;

}

.comment-list .comment-content {
    padding-left: 80px;
    margin-top: 0px;
}

.comment-list .comment-content {
    padding-top: 0px;
}

.comment-list .reply {
    position: absolute;
    top: 0;
    right: 0;
	padding: 5px 10px;
    background: #3f51b5;
}

.comment-list .reply > a {
	color:#fff;
}

.comment-reply-title  a {
	color:red;
}

.comment-meta {
	background:none;
	box-shadow:none;
}

.comment-list .comment-author img {
    width: 65px;
}

.comment-list .comment-author img {
    float: left;
    margin-right: 30px;
    width: 50px;
	border: 1px dashed #909090cc;
    padding: 5px;
    border-radius: 5px;
}

.comment-meta >.comment-metadata > a {
	color:#949494;
	font-size:14px;
}

.comment-list  li {
	margin: 10px 0;
    padding: 10px;
    border: 1px solid #ededed;
    background-color: #fbfbfb;
}

.comment-list li ol.children {
    list-style: none;
    margin: 1em 0 0 !important;
    text-indent: 0;
}

.comment-list li ol.children li.depth-2 {
    margin: 0 0 0 50px;
}

.comment-list li.odd {
    background-color: #fdfdfd;
}

.comment-meta > .comment-author {
	padding:0px;
}

.comment-meta > .comment-metadata {
	padding-bottom:15px;
}

.comment-form-comment {
	padding:0;
	margin:0;
}


.comment-respond * .form-submit {
	padding-top: 20px;
    clear: both;
}

.comment-respond * .submit {
	background-color: #3f51b5;
	display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 25px;
    border: 2px solid transparent;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	cursor:pointer;
}

.comment-respond * .submit:hover {
	border-color: #3f51b5;
	color:#3f51b5;
	background-color: #fff;
}

.comment-respond * .logged-in-as {
	margin-top:0px;
}

.comment-respond * .logged-in-as > a {
	color:#a1a1a1;
}

#commentform .error {
	border:2px solid red;
}

.comments-title > span {
    font-size: 16px;
    color: #808080;
	padding-left:15px;
}

.comments-area .nav-links {
	display: flex;
    justify-content: space-between;
}

.comments-area .nav-links a {
	color:#000;
}

.cld-dislike-trigger {
	color:#000 !important;
}

/********* COMMENT END ****************/





/* -- blockquote -- */
blockquote {
    margin: 1.5em 0;
    padding: 30px;
    border-radius: 3px;
}
blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    line-height: 30px;
    display: inline;
    font-weight: 400;
}
blockquote	{ background: #f8f8f8; border-left: 10px solid #c7f1f0; }
blockquote p	{ color: #777;}







/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 0px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }




/***** tag *****/


.entry-footer > .tags-links  {
	margin:20px 0px;
}

.entry-footer > .tags-links > a {

    display: inline-block;
    font-size: 12px !important;
    margin: 0 5px 10px 0;
    padding: 8px 0px 8px 10px;
    position: relative !important;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    background: #f3f3f3;
    padding: 10px 10px 10px 20px;
    color: #666d70;

}

.entry-footer > .tags-links > a:before {
    position: absolute;
    content: "#";
    left: 8px;
    padding-left: 2px;
}

.tagcloud a{
display: inline-block;
    font-size: 12px !important;
    margin: 0 10px 10px 0;
    padding: 8px 0px 8px 10px;
    position: relative !important;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    background: #f3f3f3;
    padding: 10px 10px 10px 20px;
    color: #666d70;
}

.tagcloud a:hover {
background: #e2e2e2;
}

.tagcloud a:before{
    position: absolute;
    content: "#";
    left: 8px;
    padding-left: 2px;
}





/*********** BENZER YAZILAR ************/
.entry-footer  {
margin-bottom:30px;
}

.entry-footer > .related-posts {

}

.entry-footer > .related-posts ul{
	margin: 0px;
    padding: 0px;
    margin: 0px -10px -20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.entry-footer > .related-posts ul li{
	float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    width: 33.3333333333333333333%;
    flex-basis: 33.3333333333333333333%;
}


.entry-footer > .related-posts ul li:nth-child(odd) {
  
}

.entry-footer > .related-posts ul li > .item {
	position: relative;
    margin: 10px;
    padding: 0px;
    height: 100%;
    background: #f7f7f7;
}



.entry-footer > .related-posts > h3  {
	font-size: 26px;
    padding: 5px 0px 5px 0px !important;
	margin:0px;
}

.comments-area > .widget-title  {
	font-size: 26px;
    padding: 5px 0px 5px 0px !important;
	margin:0px;
}


.entry-footer > .related-posts ul li> .item  a{
	text-decoration:none;
}

.entry-footer > .related-posts ul li > .item  a > h3 {
	color:#2b2b2b;
	text-decoration:none;
    overflow: hidden;
	margin-top: 0px;
}

.entry-footer > .related-posts ul li > .item > .article-category{
padding:10px 10px 0px 10px;
}

.entry-footer > .related-posts ul li > .item > .article-category > .post-date {
	font-size:12px;
	font-weight:500;
	color:#a2a2a2;
}

.entry-footer > .related-posts ul li > .item  a > .post-thumbnail {
    position: relative;
    text-align: center;
    width: 100%;
    height: 180px;
	margin-bottom:5px;
}

.entry-footer > .related-posts ul li > .item  a > .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-footer > .related-posts ul li > .item a > .post-thumbnail img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.entry-footer > .related-posts ul li > .item a:hover > .post-thumbnail img {
    opacity: 0.9;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}




/*** ESEN İLGİLİ İÇERİK PLUGİNİ İÇİN GEREKLİ ***/

.esen-eii{clear:both; margin-top:0em; margin-bottom:1em;}
.eii-theme1 , .eii-theme1 .eii-theme1-postImageUrl , .eii-theme1 .eii-theme1-imgUrl , .eii-theme1 .eii-theme1-centered-text-area {
min-height: 125px; position: relative; }

.eii-theme1 , .eii-theme1:hover , .eii-theme1:visited , .eii-theme1:active {
border:0!important; }

.eii-theme1 {
display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #f9f9f9; }

.eii-theme1:active , .eii-theme1:hover {
opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #fff; }

.eii-theme1 .eii-theme1-postImageUrl , .eii-theme1 .eii-theme1-imgUrl {
background-position: center; background-size: cover; float: left; margin: 0; padding: 0; }


.eii-theme1 .eii-theme1-postImageUrl { width: 30%; }

.eii-theme1 .eii-theme1-imgUrl { width: 100%; border-right: 3px solid #d30000; }

.eii-theme1 .eii-theme1-centered-text-area { float: right; width: 70%; padding:0; margin:0; box-shadow: inset 0px -20px 14px -17px rgb(0 0 0 / 12%);
    border: 1px solid #dbdada;}

.eii-theme1 .eii-theme1-centered-text { display: table; height: 100px; left: 0; top: 0; padding:0; margin:0; }

.eii-theme1 .eii-theme1-content { display: table-cell; margin: 0; padding: 0 10px 0 10px; position: relative; vertical-align: middle; width: 100%; }

.eii-theme1 .ctaText { border-bottom: 0 solid #fff; color: #34495E; font-size: 13px; font-weight: bold; letter-spacing: .125em; margin: 0; padding: 0; text-decoration: underline; }

.eii-theme1 .eii-theme1-postTitle {
	color: #000000; font-size: 18px; font-weight: 600; margin: 0; padding: 10px 10px 10px 5px; }


.eii-theme1 .eii-theme1-postTitle:before {
    display: block;
    content: "İLGİLİ HABER >";
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: #d30000;
}

.eii-theme1 .ctaButton { background-color: #FFFFFF; margin-left: 10px; position: absolute; right: 0; top: 0; }

.eii-theme1:hover .eii-theme1-imgUrl { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.eii-theme1 .eii-theme1-imgUrl { -webkit-transition: -webkit-transform 0.4s ease-in-out; -moz-transition: -moz-transform 0.4s ease-in-out; -o-transition: -o-transform 0.4s ease-in-out; -ms-transition: -ms-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; }

.eii-theme1:after { content: ""; display: block; clear: both; }



/***FOTO GALERİ*****/

.eii-theme2 , .eii-theme2 .eii-theme2-postImageUrl , .eii-theme2 .eii-theme2-imgUrl , .eii-theme2 .eii-theme2-centered-text-area {
min-height: 125px; position: relative; }

.eii-theme2 , .eii-theme2:hover , .eii-theme2:visited , .eii-theme2:active {
border:0!important; }

.eii-theme2 {
display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #f9f9f9; }

.eii-theme2:active , .eii-theme2:hover {
opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #fff; }

.eii-theme2 .eii-theme2-postImageUrl , .eii-theme2 .eii-theme2-imgUrl {
background-position: center; background-size: cover; float: left; margin: 0; padding: 0; }


.eii-theme2 .eii-theme2-postImageUrl { width: 30%; }

.eii-theme2 .eii-theme2-imgUrl { width: 100%; border-right: 3px solid #ff9b00; }

.eii-theme2 .eii-theme2-gallery-icon {
	position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #fffc;
    z-index: 1;
    font-size: 43px;	
}

.eii-theme2 .eii-theme2-centered-text-area { float: right; width: 70%; padding:0; margin:0; box-shadow: inset 0px -20px 14px -17px rgb(0 0 0 / 12%);
    border: 1px solid #dbdada;}

.eii-theme2 .eii-theme2-centered-text { display: table; height: 100px; left: 0; top: 0; padding:0; margin:0; }

.eii-theme2 .eii-theme2-content { display: table-cell; margin: 0; padding: 0 10px 0 10px; position: relative; vertical-align: middle; width: 100%; }

.eii-theme2 .ctaText { border-bottom: 0 solid #fff; color: #34495E; font-size: 13px; font-weight: bold; letter-spacing: .125em; margin: 0; padding: 0; text-decoration: underline; }

.eii-theme2 .eii-theme2-postTitle {
	color: #000000; font-size: 18px; font-weight: 600; margin: 0; padding: 10px 10px 10px 5px; }


.eii-theme2 .eii-theme2-postTitle:before {
    display: block;
    content: "İLGİLİ GALERİ >";
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: #8b5808;
}

.eii-theme2 .ctaButton { background-color: #FFFFFF; margin-left: 10px; position: absolute; right: 0; top: 0; }

.eii-theme2:hover .eii-theme2-imgUrl { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.eii-theme2 .eii-theme2-imgUrl { -webkit-transition: -webkit-transform 0.4s ease-in-out; -moz-transition: -moz-transform 0.4s ease-in-out; -o-transition: -o-transform 0.4s ease-in-out; -ms-transition: -ms-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; }

.eii-theme2:after { content: ""; display: block; clear: both; }



/***************************************************/



/***VİDEO GALERİ*****/

.eii-theme3 , .eii-theme3 .eii-theme3-postImageUrl , .eii-theme3 .eii-theme3-imgUrl , .eii-theme3 .eii-theme3-centered-text-area {
min-height: 125px; position: relative; }

.eii-theme3 , .eii-theme3:hover , .eii-theme3:visited , .eii-theme3:active {
border:0!important; }

.eii-theme3 {
display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #f9f9f9; }

.eii-theme3:active , .eii-theme3:hover {
opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #fff; }

.eii-theme3 .eii-theme3-postImageUrl , .eii-theme3 .eii-theme3-imgUrl {
background-position: center; background-size: cover; float: left; margin: 0; padding: 0; }


.eii-theme3 .eii-theme3-postImageUrl { width: 30%; }

.eii-theme3 .eii-theme3-imgUrl { width: 100%; border-right: 3px solid #0b4bac; }

.eii-theme3 .eii-theme3-gallery-icon {
	position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #fffc;
    z-index: 1;
    font-size: 43px;	
}

.eii-theme3 .eii-theme3-centered-text-area { float: right; width: 70%; padding:0; margin:0; box-shadow: inset 0px -20px 14px -17px rgb(0 0 0 / 12%);
    border: 1px solid #dbdada;}

.eii-theme3 .eii-theme3-centered-text { display: table; height: 100px; left: 0; top: 0; padding:0; margin:0; }

.eii-theme3 .eii-theme3-content { display: table-cell; margin: 0; padding: 0 10px 0 10px; position: relative; vertical-align: middle; width: 100%; }

.eii-theme3 .ctaText { border-bottom: 0 solid #fff; color: #34495E; font-size: 13px; font-weight: bold; letter-spacing: .125em; margin: 0; padding: 0; text-decoration: underline; }

.eii-theme3 .eii-theme3-postTitle {
	color: #000000; font-size: 18px; font-weight: 600; margin: 0; padding: 10px 10px 10px 5px; }


.eii-theme3 .eii-theme3-postTitle:before {
    display: block;
    content: "İLGİLİ VİDEO >";
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: #0b4bac;
}

.eii-theme3 .ctaButton { background-color: #FFFFFF; margin-left: 10px; position: absolute; right: 0; top: 0; }

.eii-theme3:hover .eii-theme3-imgUrl { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.eii-theme3 .eii-theme3-imgUrl { -webkit-transition: -webkit-transform 0.4s ease-in-out; -moz-transition: -moz-transform 0.4s ease-in-out; -o-transition: -o-transform 0.4s ease-in-out; -ms-transition: -ms-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; }

.eii-theme3:after { content: ""; display: block; clear: both; }



/***************************************************/





/******************AUTHOR SINGLE**************************/

	
	.est-header-yazar > .yazar-box {
		line-height:0.7;
		padding:25px 0px;
		display:flex;
		border-bottom: 1px solid #e6e6e6;
		/*
		background: rgb(245,245,245);
		background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%);
		*/
	}
	
	.est-header-yazar > .in-author {
		margin-bottom:20px;
		background: #fff;
		padding: 0px 20px 0px 0px;
		box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.16);
	}
	

	
	.est-header-yazar {
		position:relative;
		margin-bottom:20px;
	}
	

	
	.est-header-yazar > .yazar-box .yazar-image {
    margin-right: 20px;
    max-width: 200px;
    min-width: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
	    box-shadow: inset -20px -1px 16px -20px #e0e0e0;
	/*background: rgb(245,245,245);
	background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);*/
	}
	
	.est-header-yazar > .yazar-box .yazar-sag {
		padding-top:5px;
		position:relative;
		width:100%;
	}
	
	.est-header-yazar > .in-author .yazar-sag{
	padding:40px 0px ;
	}

	.yazar-sag .yazarin-tumu {
		display:block;
		color:#8a8a8a !important;
		font-weight: 600;
		text-align: right;
	}
	
	.yazar-sag .yazarin-tumu:hover {
		text-decoration:underline;
		color:#000 !important;
	}
	
	.yazar-sag .yazarin-tumu:after{
		content:' >';
	}
	
	
	.est-header-yazar > .yazar-box .yazar-name {
		font-size:22px;
		font-weight:600;
		width:100%;
		color: #c1171d;
	}
	
	.est-header-yazar > .in-author .yazar-name {
		font-size:36px;
	}

	.est-header-yazar > .in-author .yty-in-author {
		font-size:26px;
		padding-top:38px;
		font-weight:200;
		color:#000;
		letter-spacing: 0px;
		display: flex;
		align-items: center;
		white-space: nowrap;
		padding-right:20px;
		font-style: italic;
	}
	
	/*
	.est-header-yazar > .in-author .yty-in-author:after {
	content: "";
    position: relative;
    display: flex;
    height: 7px;
    align-items: center;
    width: 100%;
    background: #bfbfbf;
    border-radius: 4px;	
	}*/
	
	.est-header-yazar > .yazar-box .yazar-email {
	font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.5;
    padding-top: 6px;
    color: darkgrey;

	}
	
	.est-header-yazar > .yazar-box .yazar-email a {
		color: darkgrey;
	}

	.est-header-yazar > .yazar-box .entry-title {
		display:inline-block;
		line-height:1.4;
	}
	
	.yazar-left {
		padding-top:10px;
	}
	
	 .est-header-yazar .post-details-share {
	position: absolute;
    right: -3px;
    top: -3px;
	display: unset;
    border-bottom: unset;
    padding-bottom: unset;
	}
	
	
	.est-header-yazar > .in-author .post-details-share {
    position: absolute;
    right: 20px;
    top: 30px;
    display: unset;
    border-bottom: unset;
    padding-bottom: unset;
}
	
	.est-header-yazar .post-details-share .post-share-right{
		
	width: 120px;
	}
	
.yazar-sag > .est-post-meta-1 {

	margin: 1em 0px 0px 0px;

}

	.author-aplus {
		display:flex;
	}
	
	.author-aplus ul {
	display: flex;
    margin: -15px 0px 0px 0px;
    padding: 0;
    width: 100%;
	}
	
	.author-aplus ul li {
	display: flex;
    background: #f6f6f6;
    padding: 0px;
    border-bottom: 1px solid #e6e6e6;
	border-radius: 8px;
	}
	
	.author-aplus ul li.f-print{
		cursor:pointer;
	}
	
	.author-aplus ul li a {
	display: flex;
    height: 30px;
    color: black;
    text-decoration: none;
    padding: 7px 14px;
    justify-content: center;
    align-items: center;
    position: relative;
	}
	
	.esen-author-links {
		width:unset;
	}
	
	
	.esen-author-links > .post-share-buttons > li {
		display:unset;		
		flex-grow: unset;
		height:unset;
	}
	
	.esen-author-links > .post-share-buttons > li > a {
	    padding: 5px 10px;
		display:unset;		
		flex-grow: unset;
		height:unset;
	}
	
	.author-left-buttons {
		justify-content: flex-start;
	}
	.author-right-buttons {
		justify-content: flex-end;
	}

.yazar_diger_kap a i {
    font-size: 14px;
    color: #bfbfbf;
}	
	
a.yz_dg_link {
	position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #e1e1e1;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

a.yz_dg_link:hover {
    color: #d11
}

a.yz_dg_link:hover > .yz_span {
    color:#d11;
}


a.yz_dg_link:hover > i {
    color:#d11;
}

.yz_span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
	float:right;
}

.yazar_diger_kap {
    float: left;
    width: 100%;
}	


.in-author-posts li {
	padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
    list-style-type: disc;
    color: red;
    list-style-position: inherit;
    margin-left: 20px;
}

.in-author-posts li a {
	color:#000;
	font-weight:600;
	font-size:20px;
	display: block;
	padding-left: 5px;
}
.in-author-posts li .author-post-excerpt {
	font-size:14px;
	color:#afafaf;
	font-weight:400;
	padding-top:10px;
	padding-left:0px;
}




.in-author-posts li a:hover{
	color:red;
}

.in-author-posts li a:hover span{
	color:red;
}

.in-author-posts li a:hover .author-post-excerpt{
	color:#444;
}

.in-author-posts li a span {
display: block;
    color: #bbbbbb;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0px 0px 0px;
}

.in-author-posts li:last-child {
	border-bottom:none;
}




.f-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0!important;
    z-index: 9999;
    display: block;
	width:100%;
	line-height:55px;
}

.sosyal-fix-bottom {
    position: fixed !important;
    bottom: 0px !important;
    left: 0!important;
    z-index: 99;
    display: block;
    width: 80%;
    padding: 7px 20px !important;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    box-shadow: inset 0px 5px 7px -9px rgba(0, 0, 0, 0.4588235294117647);
}

.sosyal-fix-bottom>ul {
	width:85% !important;
}


.a-sosyal-fix-bottom {
    position: fixed !important;
    bottom: 0px !important;
    left: 0!important;
    z-index: 99;
    display: block;
    width: 80%;
    padding: 7px 20px !important;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    box-shadow: inset 0px 5px 7px -9px rgba(0, 0, 0, 0.4588235294117647);
}

.a-sosyal-fix-bottom>ul {
	width:85% !important;
	margin: 0px 0px 0px 0px !important;
}



.site-header.f-nav ~ .site-content{
    padding-top: 62px;
}

@media only screen and (max-width: 1024px) {

.f-nav-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0!important;
    z-index: 9;
    display: block;
}

.site-header.f-nav-mobile ~ .site-content{
    padding-top: 62px;
}

}

/******************AUTHOR SINGLE**************************/




/*** SEARCH *************************/

.search-button-nav-class {
    display: flex !important;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    background: #be1017;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.search-button-nav-class > i {
    margin-left: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
	font-size:22px;
    border-radius: 100%;
}

.new-menu {
	display: flex!important;
    align-items: center;

}




/**********************************************/



.breadcrumbs {
	color:#a7a7a7;
	font-size:12px;
}

.author-page-breadcrumbs {
	padding:15px 0px 5px 0px;
}

.news-single-page-breadcrumbs {
	padding:25px 0px 0px 0px;
}


.breadcrumbs.br-author {
	padding:0px 0px 20px 0px;
}

.breadcrumbs a {
	color:#777777;
}

.breadcrumbs__current {
	color:#adadad;
}







/************TOP BUTON**************/

#toTop {
    background-color: #4c4c4c;
    color: #fff;
	z-index:9999;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-right: 12px;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 15px;
    display: none;
}


/************TOP BUTON**************/





/************PAGİNATION**************/

.postpagination {
    clear: both;
    margin: 20px 10px;
    line-height: 2.1em;
    font-size: 1.2em;
    text-align: right;
}
    .postpagination span {
        padding: 6px 10px;
    }
    .postpagination a {
	padding: 4px 10px;
    margin: 0 6px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    color: #000;
	font-size: 14px;
    }
    .postpagination a:hover {
    border-color: rgba(0, 0, 0, 0.42);
    background: #3a3a3a;
    color: #fff;

    }

/************PAGİNATION**************/





.gazete-detay-sayfasi h2 {
    margin-bottom: 0;
    background: #ececec;
	margin-top:0px;
}

.gazete-ic-baslik {
	margin-bottom:0px !important;
	padding-bottom:0px;
}


.animated-background *, .animated-background-for-slider * {
    opacity: 0;
}

.animated-background, .animated-background-for-slider {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    min-height: 85px;
    overflow: hidden;
    position: relative;
}

@keyframes placeHolderShimmer{0%{background-position:-368px 0}100%{background-position:368px 0}}





.content-right-galeri {
	    width: calc(30% - ( 0.6 * 30px ) );
		margin-bottom: 0px;
}

.galeri-right {
	margin-bottom:22px;
}

.yeni_galeri_sablon1 {
	height:auto;
	float:left;
	padding-bottom:20px;
	 margin-bottom:20px;
	 border-bottom:1px solid #ddd; 
}

.detayG h1 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    border-bottom: 1px solid #b91515;
}
.detayG h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b91515;
	font-weight: 400;
}

	.foto_kisim {
	position:relative;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 13px -10px rgba(0, 0, 0, 0.3);	
	}

.fotonun_takendisi a img {
	/*
    width: auto;
    justify-content: center;
    display: flex;
    margin: 0 auto;
	*/
	
	max-height: 530px;
    max-width: 100%;
    width: auto!important;	
	
	}

.resim_solok_1 a i {    color: #3d3176;
    font-size: 70px;
    opacity: 0.9;
    background-color: rgb(226, 226, 226);
    text-align: center;
    width: 50px; }
	
.resim_sagok_1 a i {    color: #3d3176;
    font-size: 70px;
    opacity: 0.9;
	background-color: rgb(226, 226, 226);
    text-align: center;
    width: 50px;}
	
.resim_sagok_1 a i:hover { color: #e0413d; background-color: rgb(226, 226, 226, 0.5); opacity:1;}
.resim_solok_1 a i:hover {color: #e0413d;  background-color: rgb(226, 226, 226, 0.5);  opacity:1;}
.resim_solok_1 {
	position: absolute;
	left: 0px;
	transform: translate(0%,-50%);
	top: 50%;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);	
}
.resim_sagok_1 {
	position: absolute;
	right: 0px;
	transform: translate(0%,-50%);
	top: 50%;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);	
}
.foto_sponsor_ici {
   width: 100%;  padding-top: 35px;
}
.foto_sponsor {
    width: 100%;
    background-color: #ddd;
    position: relative;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.reklami_gec {
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #FFF;
    background-color: #242424;
    position:absolute;
	top:20px;
	right:0px;
    padding-right: 13px;
    padding-left: 13px;
    cursor: pointer;
}
.galeri_sosyal {
margin-top: 30px; width:100%;
background-color: rgba(255, 255, 255, 0.06);
float: left;
}

.Paginator .this-page {vertical-align:middle !important;}
.Paginator {
	
	margin-top: 5px !important;
    display: flex;
    margin-bottom: 0px !important;
    text-align: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
	background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, #fff 2px, #f2f2f2 4px ) !important;
    padding: 20px;
    justify-content: center;
	
}


.Paginator a,.pageList .this-page {
    border: solid 1px #ddd;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 2px;
	padding:8px 12px;
	color: #000;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
    line-height: 25px
}

.Paginator a:visited {
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
	color: #000;
}

.Paginator .AtStart {
    margin-right: 20px;
    background: #fff;
    color: #aaa
}

.Paginator .Prev {
    margin-right: 20px;
    border: solid 2px #ddd;
    background: #fff
}

.Paginator .break {
    border: none;
    background: #fff;
    text-decoration: none
}

.Paginator .Next {
    margin-left: 20px;
    border: solid 2px #ddd;
    background: #fff
}

.Paginator .AtEnd {
    margin-left: 20px;
    background: #fff;
    color: #aaa
}

.Paginator .this-page {
    font-weight: 700;
    vertical-align: top;
    background: #514684;
    color: #fff
}

.Paginator a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed4239;
}

.galeri-left {
	background:unset;
	padding-right:0px;
	margin-bottom: 0px;
}

.galeri-desc-con {
	margin-bottom:20px;
}

.galeri-aciklama {
	background: #ffff;
    padding: 15px;
    margin: 0 15px;
	line-height: 24px;
    font-size: 18px;
	font-weight:400;
	color: #404040;
	position:relative;
} 

.galeri-aciklama:before {
    position: absolute;
    content: '';
    left: -35px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f2f2f2;
    border-bottom: 10px solid transparent;
    z-index: 2;
	
}

.galeri-aciklama:after {
	position: absolute;
    content: '';
    left: -45px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid #dddddd;
    border-bottom: 15px solid transparent;
	z-index:1;
}

.galeri_ici_h1_1 {
    margin-top: 0;
    font-weight: 500;
    text-shadow: 1px 1px #fff;
    line-height: 1.4;
    font-size: 26px;
}

.galeri-right time {
	color:grey;
	padding:0px 0px 10px 0px;
	display:block;
}
.gmdisplay {
	display:none;
	margin-top:0px !important;
	padding: 0px 10px;
}


.post-share-gallery{
	position:absolute;
	left:0;
	bottom:15px;
	z-index:8;
}

.post-share-gallery ul{
	display:flex;
}

.post-share-gallery ul li {
	
}

.post-share-gallery ul li a {
	font-size:22px;
	padding:4px 15px;
}

.post-share-gallery ul li a.facebook {
	color: #3b5999;
}

.post-share-gallery ul li a.twitter {
	color: #00aced;
}

.post-share-gallery ul li a.whatsapp {
	color: #25d366;
}










/* Responsive */

@media only screen and (max-width: 768px){
	.foto_kisim {
		height:auto;
		min-height: 400px;
	}
	
	.galeri-right {display:block;}
	
	.galeri-aciklama:before, .galeri-aciklama:after {
		display:none;
	}
	
	
	.galeri_ici_h1_1 {
		margin-top:15px;
		font-size:20px;
	}
	
	.galeri-aciklama {
	padding: 20px;
    margin: -10px 5px;
    line-height: 24px;
    font-size: 16px;
}

.Paginator {
	margin-top:0px !important;
	padding: 10px;
}

.Paginator a, .pageList .this-page {
	    padding: 5px 10px;
}

.resim_sagok_1 a{
	width: 44px;

}

.resim_sagok_1 span {display:none;}


.resim_solok_1 a i {
    font-size: 32px;
    background-color: rgba(227, 227, 227, 0.64);
    width: 40px;
}

.resim_sagok_1 a i {
    font-size: 32px;
    background-color: rgba(227, 227, 227, 0.64);
    width: 40px;
}

.gmdisplay {display:block;}


.mnone {
	display:none;
}

time {
    color: grey;
    padding: 10px 0px 10px 5px;
    display: block;
}


}


/*****************GALLERY ALT ALTA ************/


.gallery-list .i {
    position: relative;
    text-align: center;
	line-height: 0.7;
}
.gallery-list .numaralar {
    position: absolute;
    top: 10px;
    right: 8px;
    display: block;
    height: 40px
}

.gallery-list .numaralar span {
    display: block;
    float: left;
    width: 40px;
    line-height: 40px;
    font-size: 120%;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.gallery-list .numaralar span:first-child {
    background: rgba(0, 0, 0, 0.35);
	color:#fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.37);
	font-weight:700;
}

.gallery-list .numaralar span:last-child {
	background: rgba(0, 0, 0, 0.12);
	color:rgba(255, 255, 255, 0.40);
    margin-left: 4px;
	text-shadow: unset;
	
}

.text-content p {
	padding:0px 15px;
	font-size:18px;
}







/************GALLERY RELATED POSTS**************/

	.posts-glx{
		position: relative;
		margin-bottom: 50px;
	}

	.posts-glx ul {
		display: flex;
		flex-wrap: wrap;
		margin: -10px -10px;
	}
.posts-glx ul li{
	flex-grow: unset;
	width: calc(35.30% - 20px);
	margin: 10px 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.16);
}

.posts-glx ul li:nth-child(3n+3){
	width: calc(29.40% - 20px);
}


	.posts-glx ul  li .kategori_ikonu-glx{
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		position: absolute;
		top: 35px;
		left: 42px;
		font-size:40px;
		color: rgba(255, 255, 255, 0.7);
		transition: all 0.3s ease-in-out;
		 -webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
	}


.advert-glx {
    width: 100%;
    min-height: 100%;
    background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, #f2f2f2 2px, #f2f2f2 4px ) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}


.posts-glx ul li a {
		color: #000;
	}


.posts-glx ul li h3 {
	margin:0px;
	padding: 15px 15px 18px 15px;
	font-size:20px;
	font-weight: 500;
	line-height: 1.4;

}

.posts-glx ul li .post-image {
	line-height: 0.7;
	position: relative;
}


.posts-glx ul li h3 {
	background: #fff;
	
}

.posts-glx ul li .post-image img {
	height: 240px;
	object-fit: cover;
	width: 100%;
}



/* Responsive */

@media only screen and (max-width: 768px){
	.posts-glx ul li .post-image img {
		width: 100%;
		height: auto;
    min-height: 130px;
	}
.posts-glx ul li h3 {
	padding: 10px 10px;
	font-size:16px;
}


.posts-glx ul li{
width: calc(50% - 20px);
}


.posts-glx ul li .post-image > .article-category {
	display: none;
}

.posts-glx ul  li .kategori_ikonu-glx{
	font-size:22px;
	left:22px;
	top:20px;
}

}



@media only screen and (max-width: 480px){
	
.posts-glx ul li {
    flex: 1 0 35% !important;
}
.excerpt-glx  {
	display:none;
}

.posts-glx ul li.advert-glx {
flex: 1 0 90% !important;
padding:10px 0px;
}

}
	

/************GALLERY RELATED POSTS**************/








/**************SEARCH*************/


.search-box {
    position: absolute;
    top: -30px;
    width: 100%;
    margin: 0 auto;
    background: #dadada;
    z-index: 999999999;
	height: 56px;
    box-shadow: inset 2px 2px 7px -6px rgba(0, 0, 0, 0.48);
    display: none
}

.arama_detaylari {
    margin: 0 auto;
    background: #fff
}

.sb-search-input {
    width: 91%;
    height: 45px;
    font-size: 22px;
	padding: 0px 25px !important;
    background: #fff;
    color: #000;
    border: 0 !important;
    line-height: 56px;
    top: 5px;
    position: absolute;
	outline:none  !important;
}

.arama_height {
    margin-top: -20px !important;
    position: relative
}

.sb-icon-search {
    position: relative;
    color: #000;
    background: #ececec;
    width: 50px;
    height: 45px;
    margin-top: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: right;
	
}

.sb-icon-search:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f002";
    font-size: 22px;
	transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    pointer-events: none;
	font-weight:900;
}

.search-area {
	float:left;
	width: 91%;
    height: 70px;
}

.sb-search-submit-box {
	background:transparent !important;
	border:none !important;
	width: 50px;
    height: 45px;
	outline:none;
	cursor: pointer;
	color: #ececec !important;
}

.search-detail {
	display:flex;
	justify-content:space-between;
}

.sb-icon-close {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin-top: 5px;
    width: 50px;
    text-align: center;
    border-radius: 4px;
    background: #d40000;
    line-height: 53px;
	margin-left: 3%;
}

.arama-close i {
    color: #fff;
    font-size: 23px
}










@media screen and (max-width: 1495px){
	.sag_absolut {
		right: -3px;
	}
	.sol_absolut {
		left: -163px;
	}	
	
	.adx {
		padding:0px;
	}
	.vadx {
		padding:0px;
	}	
	
.content-left {
	width: calc(68.2% - (0*0px));
    border-right: 1px solid #ededed;
    padding: 0px 20px 25px 20px;
    background: #fff;
	margin: 0px 0px 20px 0px;
}

.content-right {
	width: calc(31.8% - ( 0.6 * 30px ) );
}
	

.adx-shadow {
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    zoom: none !important;
}	
		

}




/*****************SEARCH RESULTS************/

	
	.posts-search-result{
		position: relative;
		margin:0px 10px;
	}

	.posts-search-result > ul {
		display: flex;
		flex-wrap: wrap;
		margin: -10px -20px;
	}
.posts-search-result > ul > li{
	flex-grow: unset;
	width: calc(100% - 20px);
  margin: 10px 10px;
  position: relative;
  overflow: hidden;
	border-bottom: 1px solid #eaeaea;

}

.posts-search-result > ul > li:last-child{
	border-bottom: none;
}



.posts-search-result > ul > li a {
		color: #000;
	}


.posts-search-result > ul > li h3 {
	margin:0px;
	padding: 0px 10px 10px 10px;

	font-size:18px;

}

.posts-search-result > ul > li .post-image {
	line-height: 0.7;
	width: calc(40% - 10px);
	position: relative;
	margin-right: 15px;
	float: left;
    display: inline-block;
}


.posts-search-result > ul > li h3 {
	line-height: 1.5;
	clear: none;
	font-size: 22px;
}



.posts-search-result > ul > li .post-image img {
height: 160px;
object-fit: cover;
width: 100%;
}


.excerpt-search-result {
	padding: 10px 20px 20px 0px;
	display: block;
}


	
.posts-information-search-result{
    margin-top: 0px;
    overflow: hidden;
    padding: 0px 7px 9px 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.posts-information-search-result > ul {

}

.posts-information-search-result > ul > li {
    padding: 4px 8px;
    float: left;
    margin: 0px 4px;
    font-size: 14px;
	color: #c7c7c7;
}

.posts-information-search-result > ul > li:first-child {
    margin-left: 0px;
}

.posts-information-search-result > ul > li a {
    text-decoration: none;
    color: #444;
}


.posts-information-search-result > ul > li:last-child a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}	
	


/* Responsive */

@media only screen and (max-width: 768px){
	.posts-search-result ul li .post-image img {
		width: 100%;
		height: auto;
	}
	
	.posts-search-result ul li .post-image {
		padding-bottom: 15px;
		width: calc(100% - 0px);
		padding-bottom: 15px;
	}
	
	.posts-search-result ul li {
		width: calc(49% - 20px) !important;
	}
	
	
	.posts-search-result ul li h3 {
		padding: 10px 10px;
		font-size:18px;
	}
	
	.posts-search-result ul li {
		flex: 1 0 35% !important;
	}
	
	.excerpt-search-result {
		padding: 0px 10px 10px 10px;
		display: block;
	}
	
	.posts-information-search-result > ul > li {
        width: auto !important;
	}

.posts-search-result ul li{
width: calc(100% - 20px);
}


.posts-search-result ul li .post-image > .article-category {
	display: none;
}


	.posts-search-result > ul {
		margin: -10px -10px;
	}

}



@media only screen and (max-width: 480px){
	.posts-search-result ul li {
		width: calc(100% - 0px) !important;
	}
	
	.posts-search-result ul li {
		flex: 1 0 50% !important;
	}	

}

/*****************SEARCH RESULTS************/






div.wpcf7 { 
background-color: #f7f7f7;
border: 1px solid #dcdcdc;
padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#e6e6e6;
color:#444;
font-family:lora, sans-serif; 
font-style:italic;    
padding:6px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#e21921;
width:100%;
text-align:center;
text-transform:uppercase;
padding: 15px;
text-align: center;
font-weight: 700;
color: #fff;
font-size: 18px;
cursor:pointer;
}





#cookiePolicy{
font-size:14px;
z-index:9999999;
width: 100%;
padding: 10px 60px;
box-sizing: border-box;
color: #e8e8e8;
background-color:rgba(0, 0, 0, 0.7);
position: fixed;bottom: 0px;
left: 0px;
text-align: center;
display:none;
}

#cookiePolicy a {color:white;font-weight:bold;}

.gdpr-button {
position: absolute;
right: 20px;
top: 50%;
width: 24px;
height: 24px;
margin-top: -12px;
box-sizing: border-box;
border: #bdbdbd solid 2px;
background: #8e8e8e;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
color: #fff;
}






/********** RESPONSIVE CSS ***********/



/** DESKTOP HIDE **/

.mobil-menu-bar {
	display: none;
}

.search-mobile-top {
	display: none;
}
.m-arama {
	opacity: 0;
	visibility: hidden;
}

#sidenav {
	display: none;
}

.mobile-side-logo {
	display: none;
}

.mobile-display {display:none;}



@media (max-width: 1200px) and (min-width: 1019px){
.esen-container {
    width: 1024px;
}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li {
    padding: 0px 5px;
}

}


@media only screen and (max-width: 1200px) {



}






@media only screen and (max-width: 1024px) {



	/** MOBILE SIDE MENU CSS **/

	#sidenav {
		display: block;
	}

	.sn-backdrop {
		background: #000;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		display: none;
		opacity: 0;
		z-index: 50;
		will-change: opacity;
		webkit-transition: all 600ms ease;
		transition: all 600ms ease;
	  }

	  .sn-visible .sn-backdrop { display: block }

	  .sn-sidenav {
		position: fixed;
		opacity: 0;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 112;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		will-change: transform;
		box-shadow: 0 0 30px rgba(0,0,0,0.6);
		background: linear-gradient(135deg, #ff0101 0%, #440000  100%);
		width:80%;
		color: #fff;
	  }

	  .sideContent {
		  padding: 20px;
	  }

	  .sn-content {
		position: relative;
		z-index: 10
	  }

	  .sn-visible, .sn-visible body, .sn-visible .sn-content { overflow: hidden }

	  #pages {
		-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	}

	  /** MAIN NAV RESPONSIVE CSS **/

	  	.site-header {
			box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.20);
		  }

		.main-navigation ul {
			display: none;
		}

		.primary-nav-sidebar-wrapper {
			display:block;
		}

		.sideContent .primary-nav-sidebar-wrapper.mobile-only {
			display:none;
		}
		.sideContent .primary-nav-sidebar {
			float:left;
			width:100%;
			margin: 10px 0px 20px 0px;
			padding:0;
		}


		.sideContent .primary-nav-sidebar li {
			display:inline-block;
			float:left;
			width:100%;
			text-align: left;
			position:relative;
			border-bottom: 1px solid rgba(0, 0, 0, 0.09);
			padding:0;
			text-transform: uppercase;
			font-size: 13px;
		}
		.sideContent .primary-nav-sidebar > li:last-of-type {
			border:0;
			}


		.sideContent .primary-nav-sidebar li a {
			display:block;
			padding: 10px 0px;
			color: #fff;
			text-transform: uppercase;
			font-weight: 700;
			text-decoration:none;
		}

		.sideContent .primary-nav-sidebar li a:hover {
				background-color: transparent;

		}

		.sideContent span.close {
			display:block;
			margin: 0px 0 40px 10px;
			text-align: right;
			cursor: pointer;
			position: relative;
		}
		.sideContent .logo {
			text-align: center;
			margin:0 auto 20px auto;
			font-size: 28px;
			text-transform: uppercase;
		}
		.sideContent .logo a {
			color: #333333;
			font-weight: 700;
		}
		/* Always scale logos to 50% for high resolution displays */
		.sideContent .logo img {
			width:40%;
			margin:0 auto 10px auto;
		}
		.sideContent ul.primary-nav-sidebar ul.sub-menu {
			clear:both;
			float:none;
			display:none;
			margin-bottom:1px;
			margin-top:0;
			margin-left:0;
			width:100%;
			padding:0;
		}
		.sideContent ul.primary-nav-sidebar .sub-menu li a {
			font-weight: 400;
			color: #fff;
			padding-left:25px;
			font-size:12px;
		}

		.sideContent ul.primary-nav-sidebar .sub-menu li .sub-menu li a {
			font-weight: 400;
			color: #fff;
			padding-left:45px;
		}


		.sideContent ul.primary-nav-sidebar .sub-menu li:last-of-type {
			border:0;
		}

		.m-menu-arrow{
			position: absolute;
			cursor: pointer;
			top: 5px;
			right: -4px;
			z-index: 1000;
			font-size: 14px;
			padding: 6px 12px;
			float: right;
			color: #fff;

		}

		.sideContent ul.primary-nav-sidebar .m-menu-arrow:only-child:before {
			content:' ';
		}

		.sideContent ul.primary-nav-sidebar .menu-item-has-children > a .m-menu-arrow:before {
			  font-family: 'Font Awesome\ 5 Free';
			  content: "\f107";
			  margin-right: 5px;
			  margin-top: -5px;
			  margin-left: 5px;
			  font-size: 16px;
			font-style:normal;
			  float:right;
			  font-weight:900 !important;
		}

		.sideContent ul.primary-nav-sidebar .menu-item-has-children > a .close:before {
			  content: "\f106";
		}

		.mobile-side-logo {
			display: block;
			background: #e3050c;
			margin: 0 -20px;
			line-height: 0.7;
			padding: 30px;
			margin-top: -20px;
			box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
		}

		.mobile-side-logo > a > img {
			max-width: 100%;
			max-height: 30px;
		}
		
		.mobile-display {
			display:block;
		}



/*---------------------------*/

	.mobil-menu-bar {
	    display: inline-block;
	    float: left;
	}

	.mobil-menu-bar > div {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    top: 0;
    right: 0;
    color: #fff;
	background: linear-gradient(0deg, #ce161c 0%, #ff000a 100%);
    height: 47px;
    cursor: pointer;
    z-index: 10;
    font-size: 21px;
    line-height: 47px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0px 20px;
}

	.logo {
	    height: unset;
	    width: unset;
	    max-width: unset;
	    margin-right: 0px;
	}

	.logo_kapsayici {
		left: 51%;
		position: absolute;
		color: #fff;
		display: inline-block;
		padding: 0;
		white-space: nowrap;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top:-47px;
		width: unset;
		float: unset;
	}

	.logo-vd {
		 border:none !important;
	   overflow: unset;
	}

	.logo a img {
		max-height: 28px;
		max-width: 40vw;
	}

	.main-navigation, .top-bar, .header-reklam {
		display: none;
	}

	.esen-container {
    width: 100%;
		padding: 0px 10px;
}

	.site-header {
    box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.20);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
		height: 87px;
/* Fixed gerekirse */
/*
		position: fixed;
    z-index: 111;
    background: #fff;
		*/
/* Fixed gerekirse */
	}


/* Fixed gerekirse */
	.site-content {
		padding-top: 15px;
/*		padding-top: 100px;*/
	}
/* Fixed gerekirse */


	.site-header .logo {
    height: 47px;
}

	.site-branding {
    height: 47px;
		position: relative;
	}
/*
	.site-branding:after{
		content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -7px;
	width:10px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #f80913 transparent transparent transparent;
	}
*/
	.son-dakika-arama {
		position: absolute;
		bottom: -40px;
    width: 100%
	}

	.son-dakika-arama > .esen-container > .arama {
		display: none;
	}
	.son-dakika-arama > .esen-container > .son-dakika {
		width: 100%;
	}
	.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-item {
	    width: 100%;
			z-index: 1;
			padding-right: 70px;
			font-size: 14px;
			max-height: 40px;
	}

	.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button {
		z-index: 2;
	}
	
	
	



	/*----------------------*/


	.search-mobile-top {
		position: absolute;
		right: 20px;
		top: 9px;
		font-size: 21px;
		display: block;
	}

	.search-mobile-top > a {
	    color: #000;
	}


.m-arama {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
  right: -10px;
	height: 40px;
	width: 250px;
	padding: 7px;
	background: #ededed;
	z-index: 999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.41);
}

.search-mobile-top:hover > .m-arama {
	opacity: 1;
	visibility: visible;
}

.search-mobile-top:hover > .m-arama:before {
	content: " ";
	position: absolute;
	right: 13px;
	top: -8px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: #000000 transparent #000000 #7b7b7b00;
	opacity: 1;
}

.m-arama .sb-search-input {
	color: #444;
  border: none;
  background: transparent;
  float: left;
	outline: none;
}

.m-arama .sb-icon-search {
    color: #fff;
    background: #000;
}

.m-arama .sb-icon-search:before {
    content: "";
}

.m-arama .sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}

.m-arama .sb-search-submit {
	color: transparent;
	background: transparent;
	z-index: 11;
	border:none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.m-arama .sb-icon-search, .sb-search-submit {
    width: 45px;
    height: 40px;
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}




	/*-----------------*/

	.mp0 {
		padding: 0px;
	}

	/*-----------------*/





.entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    -webkit-overflow-scrolling: touch;
}



/*****************/
/* Entry content */
/*****************/

.content-left {
	width: calc(100% - ( 0 * 50px ) );
	padding:0;
	border-right: none;
}



.content-right {
	width: calc(100% - 0px);
    margin: 0px -10px;
    padding-left: 20px;
}


.content-left-right-container {
	display:block;
	margin: 0 -10px;
}

.post-image img {
	width:100%;
	height:auto;
}


.entry-title {
    font-size: 22px;
	line-height: 1.3;
	margin-top:0px;
	margin-bottom:20px;

}

.entry-header > .post-excerpt {
	font-size:18px;
	font-weight:400;
	color:#000;
	margin:0px 0px 20px 0px;
}


.est-header-1 {
	padding:15px;
}

.est-post-thumbnail-1 {
    margin: 0 0px;
}

.est-content-1 {
	padding: 0px 15px 0px 15px ;
	margin-top:0px;
	font-size:18px;
}

.post-share-left {
	display:none !important;
}

.post-share-right {
	width:100% !important;
	padding: 0px 20px 0px 20px ;
}


.est-post-meta-1{
	margin:0;
}


#comments {
    padding: 10px 10px;
}

.est-footer-1 {
	padding:0px 10px;
}

.entry-footer > .related-posts ul li {
    width: 50%;
    flex-basis: 50%;
}

.entry-footer > .related-posts ul li >.item a > .post-thumbnail{
	height:unset;
}



/***********/

.est-header-2 {
	padding: 0px 20px;
	margin: 0px -10px;
}


.est-header-2 > .est-post-meta-1{
	margin-bottom:20px;
}




.breadcrumbs {
	padding:10px 0px 15px 0px;
}



.yazar-sag > .entry-title {
    margin-top: 1em;
}

.author-aplus {
	padding:0px 15px;
}
.est-header-yazar > .yazar-box {
    padding: 25px 15px;
 
}

.author-page-breadcrumbs {
        padding: 10px 15px;
}



}







@media only screen and (max-width: 768px) {

	.footer-widget-inner {
	width: 86%;
    flex-grow: 1;
    flex-basis: 86%;
	float: left;
    padding: 0px;
}

.site-info {
    padding: 25px;
    position: relative;
    height: unset;
    text-align: center;
}

.site-info>.footer-ab {
    background: #fff;
    width: 100%;
	height:unset;
}

.site-info .footer-text {
    position: unset;

}

.site-info:after {
    content: unset;

}

.logo_kapsayici {
    width: 23% !important;

}


}




@media only screen and (max-width: 480px) {
	
.logo_kapsayici {
    width: 34% !important;

}	
	
	.footer-widget-inner {
	width: 86%;
    flex-grow: 1;
    flex-basis: 86%;
	float: left;
    padding: 0px;
}

.esen-footer-menu {
	float: none;
    padding: 10px 10px;
    display: block;
    overflow: hidden;
	background: #fbfbfb;
    margin: 0px -20px;
}

.footer-last {
    height: unset;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 10px 0px 10px;
}


.footer-last .tum-haklari {
	padding:15px;
	display: inline-block;
}


.site-info {
    padding: 25px;
    position: relative;
    height: unset;
    text-align: center;
}

.site-info>.footer-ab {
    background: #fff;
    width: 100%;
	height:unset;
}

.site-info .footer-text {
    position: unset;

}

.site-info:after {
    content: unset;

}

.content-right {
	display:none;
}

.esn-next-news {
    bottom: -28px;
    height: 44px;
    line-height: 47px;
}

.est-content-1 {
    font-size: 16px;
	word-wrap: break-word;
}

.news-single-page-breadcrumbs {
    padding: 0px 0px 0px 0px;
}


.est-header-yazar > .yazar-box .yazar-sag {
    width: 100%;
    padding: 15px;
}

.est-header-yazar > .yazar-box .yazar-image {
    text-align: center;
    background: #efefef;
	margin-right: unset;
    max-width: unset;
    min-width: unset;
    display: block;
    align-items: unset;
    justify-content: unset;
    align-content: unset;
    box-shadow: unset;
}



.est-header-yazar > .yazar-box {
    line-height: 0.7;
    padding: 0px 0px;
    display: unset;
    border-bottom: 1px solid #e6e6e6;
    background: rgb(245,245,245);
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%);
}


.author-aplus {
    display: flex;
    padding: 0px 15px;
}

.yazar-sag > .est-post-meta-1 {
    margin: 0 0px 2em 0px;
}

.author-aplus ul li {

    margin: 0px 1px;
    border-radius: 4px;
}


.est-header-yazar .post-details-share {
    position: unset;
    right: unset; 
    top: unset; 
    display: inline-flex;
    float: right;
    margin-top: -70px;

}



.post-share-right-author {
	padding:0px !important;
}


.author-page-breadcrumbs {
	display:none;
}

.just-author-page {
background: #fff;
    margin: 0px -10px;
}

.est-header-yazar > .in-author .yazar-sag {
	padding:20px 15px 10px 15px;
}

.just-author-page-yazar-sag {
	padding:20px;
}

.est-header-yazar > .in-author .yazar-name {
	font-size:22px;
}


.breadcrumbs.br-author {
    padding: 0px 0px 20px 15px;
    background: #efefef;
}

.est-header-yazar > .in-author .post-details-share {
	top:85px;
}

.est-header-yazar > .in-author .yty-in-author {
    padding-top: 17px;
	display:none;

}

.in-author-posts {
padding: 0px 15px;
}

.in-author-posts li {
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;

}
.author-post-excerpt {
	display:none;
}

.in-author-posts li a {
    font-weight: 500;
    font-size: 16px;
}

.site-branding {
	height:auto;
}

.br-author {
	display:none;
}

.gazeteler {
    justify-content: center !important;
}

.post-details-share > .post-share-right > .post-share-buttons > li.f-print {
	display:none;
}


.sosyal-fix-bottom > .post-share-right {
	padding:0px ;
}





}




/*************OWL-CARAOUSEL-DEFAULT-MIN**************/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/*************OWL-CARAOUSEL-MIN**************/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/*************HAVA**************/
@font-face{font-family:weathericons;src:url(./css/weather-icons/font/weathericons-regular-webfont.eot);src:url(./css/weather-icons/font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(./css/weather-icons/font/weathericons-regular-webfont.woff2) format('woff2'),url(./css/weather-icons/font/weathericons-regular-webfont.woff) format('woff'),url(./css/weather-icons/font/weathericons-regular-webfont.ttf) format('truetype'),url(./css/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:"\f014"}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f011"}.wi-owm-802:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f000"}.wi-owm-day-802:before{content:"\f000"}.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f022"}.wi-owm-night-802:before{content:"\f022"}.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"}


.sol-pageskin-infinite{
	width:160px;position: absolute;left: -180px; margin-bottom:20px;
}
.sag-pageskin-infinite{
	width:160px;position: absolute;right: -180px;
}

.sol-ps {
	margin-bottom:10px;
}
.sag-ps {
	margin-bottom:10px;
}
@media screen and (max-width: 1495px){
.sol-pageskin-infinite {
    left: -170px;
}
}

@media screen and (max-width: 1495px){
	/*
.sag-pageskin-infinite {
    right: -12px;
}
*/
}



.breadcrumb__google-news a {
    width: 107px;
    height: 30px;
	margin-left: 8px;
    background: url(img/google-news-logo.svg); center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #939393;
}

.breadcrumb__google-news a, .breadcrumb__google-news strong {
    display: inline-block;
    vertical-align: middle;
}

.entry-content a {
	color:#3F51B5;
}



.son-dakika-arama {
    width: 100%;
    background: #343434;
    height: 40px;
}

.son-dakika-arama {
    background: #23282d;
}

.son-dakika-arama > .esen-container > .son-dakika {
	padding-left: unset;
	border-left: unset;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-item {
    width: 92% !important;
}


.son-dakika-text {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}

.son-dakika-arama > .esen-container > .son-dakika > .sd-ikon > i {
    font-size: 19px;
    padding-top: 3px;
    padding-right: 5px;
    line-height: 35px;
    color: #ff0000;
}

.sd-shine {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 40px;
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	-webkit-animation-name: sd-shine;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes sd-shine {
	0%, 10% {
	}
	20% {
		background-position: top left;
	}
	40% {
		background-position: top right;
	}
	60% {
		color:white;
	}	
	80% {
		color:red;
	}	
	100% {
	}
}




.sd-shine1 {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 40px;
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: content-box;
	-webkit-animation-name: sd-shine1;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes sd-shine1 {
	0%, 10% {
	top:-30px;

	}
	20% {
		background-position: top left;
	}
	40% {
		background-position: top right;
	}
	60% {
		color:#fff;
	}	
	80% {
		color:red;
		top:0px;

	}	
	100% {
		top:0px;
	}
}

.sd-shine2 {
	-webkit-animation-name: sd-shine2;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
}


.sd-text-scale {
	animation:  spink 1s linear infinite;
	text-shadow: 1px 1px rgb(0 0 0 / 69%);
}

.sd-ok {
	animation:  sdok 2s linear infinite;
}
.sd-ok-sag {
	animation:  sdoksag 2s linear infinite;
}

@-webkit-keyframes spink { 
    0% { 
        transform: scaleX(1) scaleY(1);
    }
    50% { 
        transform: scaleX(1.2) scaleY(1.2);
    } 
}

@-webkit-keyframes sdok { 

 0%{ 
	 transform:translateX(-100px);
	 opacity:1;
    } 
 100%{ 
	 transform:translateX(0px);
	 opacity:0;
    } 
		
}

@-webkit-keyframes sdoksag { 

 0%{ 
	 transform:translateX(100px);
	 opacity:1;

    } 
 100%{ 
	 transform:translateX(0px);
	 opacity:0;
    } 
		
}

@-webkit-keyframes sd-shine2 {
	0% {
			border-bottom: 2px solid rgb(0 0 0 / 22%);

	}
	20% {

	}
	40% {
				border-bottom: 2px solid red;

	}
	50% {
	border-bottom: 2px solid #ffcd0d;
	}		
	60% {

	}	
	80% {
	border-bottom: 2px solid white;

	}	

	100% {

	}
}





.black-new-menu-header {

}

.black-new-menu-header .main-navigation {
    background: #2a2a2a;
}

.black-new-menu-header .top-bar {
	background-image:none;
	background: #1d1d1d;
}

.black-new-menu-header .top-elements li a {
    color: #fff;
}

.black-new-menu-header .top-elements li{
	border-left: 1px solid rgb(239 239 239 / 8%);
}
.black-new-menu-header .top-search i {
	color:#fff;
}

.black-new-menu-header .top-header-menu > .piyasa > li:first-child {
	background: #1d1d1d;
	border-right: none;
}

.black-new-menu-header .top-header-menu > .piyasa > li > span.guncel {
    font-weight: 600;
    color: #fff;
}

.black-new-menu-header .top-header-menu > .piyasa > li {
    border-right: none;
}

.black-new-menu-header .top-elements li:first-child {
	border:none;
}

.black-new-menu-header .hava_durumu select {
    color: #fff;
}

.black-new-menu-header .top-header-menu > .piyasa > li > span {
    color: #828282;
}

.header-new-menu-container .footer-widget-inner ul li a {
	color: rgb(255 255 255 / 70%);
}

.black-new-menu-header .top-header-menu a {
	color:#fff;
}
