/*
Theme Name: Vadi Portal
Theme URI: http://demo.temavadisi.com/vadiportal
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress blog portal temasıdır.
Version: 7.5
Text Domain: temavadisi
Domain Path: /lang
*/
.loader-wrapper{
	background:#dadada;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#fff; 
	font-weight:normal; 
	line-height:23px; 
	color:#333;
	/* -webkit-text-stroke:0.1px; */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { 
	text-decoration:none; 
	color:#333; 
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
}

h1, h2, h3, h4, h5, h6 { 
	clear:both; 
	line-height:25px; 
	margin:0 0 10px;
	color:#41495b;
}

img { 
	max-width:100%;
}

p { 
	margin-bottom:15px;padding:0 
}

ol, li { 
	list-style-position:inside; 
}

blockquote { 
	color: #999;
    padding: 0 18px;
    font-family: "Georgia";
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border: 4px solid #777;
    border-width: 0 0 0 4px;
}

.alignleft { 
	display:inline;
	float:left;
	margin-right:10px; 
}

.alignright { 
	display:inline;
	float:right !important;
	margin-left:10px;
}

.aligncenter { 
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

.reklam_orta {
	margin-bottom:10px;
}

.clear{
	width:0;
	height:0;
	clear:both;
}

textarea {
	background:#F9F9F9;
	line-height:21px;
	color:#666;
	border:1px solid #ddd;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
	font-size:13px;
}

textarea:focus, input:focus, input[type]:focus, input[type=text] {
	outline:0 none;
	background:#fff;
}

input[type=submit] {
	border-radius:3px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border:none;
	padding:8px 15px;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
	cursor:pointer;
}

input[type=submit]:hover {
	background-color:#666;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"] {
	background:#F9F9F9;
	line-height:21px;
	color:#444;
	border:1px solid #ddd;
	width:100%;
	max-width:100%;
	height:34px;
	padding:3px 9px;
	border-radius:3px;
	font-size:13px;
}

.tooltip {
	position:relative;
	display:block;
}

[tooltip]:before {
	font-family: arial;
	font-weight: normal;
	border-radius: 3px;
	background: #252525;
	color: #fff;
	content: attr(tooltip);
	font-size: 10px;
	visibility: hidden;
	opacity: 1;
	padding: 10px 15px;
	margin-right: 12px;
	position: absolute;
	left: -50%;
	white-space: nowrap;
	z-index: 9;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index:99999;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

.search-submit {
	padding:8px 5px !important;
}

.wrap { 
	max-width:1045px;
	margin:0px auto;
	position:relative; 
}

.wrap.boxed {
	background:#fff;
	box-shadow:0 0 3px #cacaca;
}

.section { 
	clear:both;
	padding:0px;
	margin:0px; 
}

.col { 
	display:block;
	float:left;
	margin:1% 0 1% 1%; 
}

.col:first-child { 
	margin-left:0;
}

.group:before, .group:after { 
	content:"";
	display:table; 
}

.group:after { 
	clear:both;
}

.group {
	zoom:1; 
}

.span12 {
	width:100%; 
}

.span11 {
	width:91.58%; 
}

.span10 {
	width:83.16%; 
}

.span9 {
	width:74.75%; 
}

.span8 {
	width:66.33%; 
}

.span7 {
	width:57.91%; 
}

.span6 {
	width:49.5%; 
}

.span5 {
	width:41.08%; 
}

.span4 {
	width:32.66%; 
}

.span3 {
	width:24.25%; 
}

.span2 {
	width:15.83%; 
}

.span1 {
	width:7.416%; 
}

.last {
	margin-right:0 !important; 
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}

#head {
	margin-bottom:25px;
}

.topbar {
	font-size:13px;
	padding:10px 0;
	border-width:3px 0 1px;
	border-style:solid;
	border-bottom-color:rgba(0,0,0,0.1);
}

.topbar .tarih {
	font-weight:bold;
	padding:0 10px;
	margin-right:10px;
	float:left;
	font-size:10px;
	text-transform:uppercase;
}

.topbar .topmenu {
	float:left;
}

.topbar .topmenu li {
	list-style-type:none;
	float:left;
	padding:0 10px;
}

.topbar .arama, .topbar .sosyalaglar {
	float:right;
	margin-left:5px;
}

.topbar .arama {
	margin:-10px 0 -10px 5px;
}

.topbar .arama .search-field {
    float: right;
    width: 110px;
	height:43px;
    color: #C5C5C5;
    border: 1px solid #ececec;
    border-width: 0 0 0 1px;
    -webkit-transition: width .7s, color .4s;
    -moz-transition: width .7s, color .4s;
    -o-transition: width .7s, color .4s;
    transition: width .7s, color .4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.topbar .arama .search-field:focus {
    color: #000;
    width: 200px;
}

.topbar  .arama .search-button {
	color:#fff;
    cursor: pointer;
    float: right;
    height: 43px;
    width: 30px;
    display: block;
    border: 0 none;
    box-shadow: none !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.topbar .sosyalaglar a {
	margin:0 5px;
}

.site-head {
	padding:20px 15px;
}

#logo {
	margin:0;
	width:285px;
	float:left;
}

.logoreklam {
	width:728px;
	float:left;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
	box-shadow: 0 0px 1px rgba(255,255,255,1);
    border-left: 1px solid rgba(0,0,0,0.6);
}

.sf-menu > li:nth-child(2) {
	border:none;
	box-shadow:none;
	margin-left:5px;
}

.sf-menu > li:last-child {
    box-shadow: -1px 0px 0px rgba(255,255,255,0.11);
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

#navmenu {
	margin:0;
	padding-left:10px;
	border-width:0 0 4px 0;
	border-style:solid;
}

#navmenu a {
	font-size:13px;
	display:block;
	text-decoration:none;
	padding:10px;
}

#navmenu [class*="icon-"]:before {
	padding-top:15px;
	float:left;
}

#navmenu [class*="icon-"] a{
	margin-left:10px; 
}

.anasayfa {
	width: 51px;
    display: block;
    height: 38px;
}

.anasayfa a {
	width: 51px;
    position: absolute;
    top: -10px;
    line-height: 40px;
    left: -1px;
    height: 53px
}

.anasayfa .menu-image-title {
	text-indent:-9999px;
	display:block;
}

.anasayfa a:before {
	font-family: "temavadisi";
    content: '\e837';
    font-size: 32px;
    position: relative;
	color:#fff;
}

.sf-menu {
	float: left;
	width:100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	zoom: 1;
}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	border-bottom:1px solid rgba(255,255,255,0.05);
}

.sf-menu ul,.sf-menu ul ul {
	border-width:2px 0 0;
	border-style:solid;
}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.has-sub.sfHover ul li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sf-menu li.has-sub.sfHover ul li a:hover {
	margin-left:3px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#navmenu .sf-menu li.has-sub ul li a, #navmenu .sf-mega li ul li a  {
	
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	margin-right:10px;
}

li.sfHover a.sf-with-ul:before {
	border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent;
    position: absolute;
    bottom: 0;
    left: 35px;
	content:"";
}

li.sfHover ul li a.sf-with-ul:before {
	border:none;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:0px;
	top:11px;
	font-size:10px;
	content:"\e933";
}

.sf-arrows ul .sf-with-ul:after {
	right:5px;
	content:"\e935";
	top:11px;
}

.mobil_menu {
	display:none;
}

.slick-slider {
	position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
     touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
	width:100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider:hover .slick-arrow {
	opacity:1;
}

.slick-arrow.icon-right-open {
	right:-30px;
}

.slick-arrow.icon-left-open {
	left:-30px;
}

.slick-dots {
    text-align:center;
}

.slick-dots li {
    position: relative;
    margin:4px;
    padding: 0;
	display:inline-block;
}

.slick-dots li button {
    opacity:0.4;
    background:rgba(0,0,0,.4);
    cursor: pointer;
	font-size:0px;
	color:#fff;
	border-radius:50%;
	border:2px solid rgba(255,255,255,.6);
	width:15px;
	height:15px;
}

.slick-dots li.slick-active button {
    opacity:1;
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

#main-content, #stories {
	width:997px;
	margin:0 auto 9px auto;
}

.story.seen {
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

.story.seen:hover {
    transform: scale(1.05);
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

.widget_sondakika {
	overflow:hidden;
	margin-bottom:30px;
	border:1px solid rgba(0,0,0,0.05);
}

.sondakika {
	opacity: 0;
    visibility: hidden;
	height:0;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.sondakika.slick-initialized {
	visibility: visible;
    opacity: 1;
	height:auto;
}

.widget_sondakika .baskapsa {
	padding:8px 15px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin-right:10px;
}

.widget_sondakika .baskapsa i {
	display:none;
}

.widget_sondakika .slick-list {
	margin-top:8px;
}

.sondakika .post_title h2 {
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sondakika .slick-prev, .sondakika  .slick-next {
    font-size: 0;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
}

.sondakika .slick-next:before, .sondakika .slick-prev:before {
	font-family:"temavadisi";
	font-size:13px;
	background:#fff;
    position: absolute;
    top: 7px;
	z-index:7;
}

.sondakika .slick-slider:hover .slick-next:before, .sondakika .slick-slider:hover .slick-prev:before {
	opacity:0.9;
}

.sondakika .slick-next:before {
	content:"\e87a";
	right:5px;
	padding:7px 5px 5px 7px;
}

.sondakika .slick-prev:before {
	content:"\e879";
	right:26px;
	padding:7px 7px 5px 5px;
}

.anaslide {
	margin-bottom:30px;
}

.anaslide .slick-prev, .anaslide .slick-next {
    font-size: 0;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
}

.anaslide .slick-prev:before, .anaslide .slick-next:before {
	font-family:"temavadisi";
	font-size:22px;
	background:rgba(0,0,0,0.7);
	color:#fff;
    position: absolute;
    top: 7px;
	z-index:7;
	opacity:0;
}

.anaslide:hover .slick-prev:before, .anaslide:hover .slick-next:before {
	opacity:1;
}

.anaslide .slick-next:before {
	content:"\e935";
	right:5px;
	padding:12px 18px 10px 18px;
}

.anaslide .slick-prev:before {
	content:"\e934";
	right:55px;
	padding:12px 18px 10px 18px;
}

.manset1 {
	overflow:hidden;
	float:left;
	color:#fff;
}

.manset1.post-1, .manset1.post-2 {
	width:50%;
}

.manset1.post-2, .manset1.post-4, .manset1.post-5 {
	padding-left:1px;
}

.manset1.post-3, .manset1.post-4, .manset1.post-5 {
	width:33.33333333%;
	padding-top:1px;
}

.manset1 .manset_item {
	height:215px;
	position:relative;
	background-size:cover;
	background-position:center;
}

.manset1 .manset_item:hover .post_title {
	bottom:0;
}

.manset1 .post_cover {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
}

.manset1 .manset_item:hover .post_cover {
	opacity:1;
}

.manset1 .post_cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.manset1 .post_cover a span {
	display:none;
}

.manset1 .post_title {
	position: absolute;
    width: 100%;
    bottom: -60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding:0 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.manset1 .post_title a {
	color:#fff;
}

.manset1 .post_title .tarih {
	font-size:12px;
}

.manset1 .post_title h2 {
	margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 26px;
}

.manset1 .post_title p {
	font-size: 13px;
    opacity: 0;
    min-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.manset1 .manset_item:hover .post_title p {
	opacity:0.8;
}

.anaslide.typ2 .slick-dots {
	display:flex;
	line-height:0;
	margin-top:-1px;
}

.anaslide.typ2 .slick-dots li {
	width:100%;
	margin:0;
}

.anaslide.typ2 .slick-dots li button {
	border-radius:0;
	border:0;
	width:100%;
	background-color:#666;
	border-right:1px solid #888;
	opacity:1;
}

.manset2 {
	overflow:hidden;
	float:left;
	color:#fff;
}

.manset2 .manset_item {
	height:380px;
	background-repeat:no-repeat !important;
	background-size:100% 100% !important;
}

.manset2 .post_cover {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
}

.manset2 .post_cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.manset2 .post_title {
	position: absolute;
    width: 100%;
    bottom: -10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding:0 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.manset2 .post_title a {
	color:#fff;
}

.manset2 .post_title h2 {
	margin-bottom:5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    font-size: 26px;
    line-height: 26px;
}

.manset2 .post_title p {
	font-size: 15px;
    min-height: 40px;
}

.manset2 .manset_item:hover .post_title p {
	opacity:0.8;
}

.manset2 .post_cover a span {
	display:none;
}

.anacontent {
	float:left;
	width:660px;
}

.anasidebar, #sidebar {
	float:right;
	width:310px;
}

.bascizgi {
	background: url(img/cizik.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}

.temayan {
	margin-bottom:20px;
}

.temayan ul li {
	margin-bottom:5px;
	list-style:none;
}

.temayan .yankapsa {
	overflow:hidden;
	margin-bottom:10px;
}

.temayan .yanbaslik {
	float:left;
	margin-right:10px;
	font-weight:bold;
	font-size:18px;
}

.anasidebar .blok6 .yaziresim {
	width:33.3333%;
}

.katwidget {
	background:#fff;
    border-width:0 0 4px; 
	border-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.katwidget h2 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imgh {
	position:relative;
}

.imgh .ikh {
	position: absolute;
	color:#fff;
	width:40px;
	height:40px;
	border:3px solid #fff;
    font-size: 18px;
	line-height:35px;
	text-align:center;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.1);
    transition: all .2s ease-in-out;
}

.imgh:hover .ikh {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.katwidget .yazibir {
	padding:15px;
	float:left;
	width:50%;
}

.katwidget .yazidiger {
	float:right;
	width:50%;
	background: #f7f7f7;
    overflow: hidden;
    padding: 17px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaeaea;
}

.katwidget .yazibir h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:0;
}

.katwidget .yazibir p {
	margin-top:10px;
	font-size:14px;
}

.katwidget .yazidiger .yazi_img {
	float:left;
	margin-right:10px;
}

.katwidget .yazidiger .yazi_img img {
	max-width:90px;
	height:auto;
}

.katwidget .yazidiger h2 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:0;
	line-height:18px;
	clear:right;
}

.katwidget .tarih {
	font-size:11px;
	display:block;
	opacity:0.7;
}

.devami a {
	padding:5px 12px;
	border-radius:4px;
	font-size:12px;
	
}

.devami:hover a {
	background:#444 !important;
	color:#fff !important;
}

.widget_anablok2 .solbolum, .widget_anablok2 .sagbolum {
	width:48%;
	float:left;
}

.widget_anablok2 .solbolum {
	margin-right:4%;
}

.widget_anablok2 .yazibir, .widget_anablok2 .yazidiger {
	width:100%;
}

.katwidget .slaytpost {
	margin-right:10px;
}

.katwidget .slaytpost .yazi_img {
	margin-bottom:10px;
}

.katwidget .slaytpost .yazi_img img {
	height:auto;
}

.katwidget .slaytpost h2 {
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:0;
}

.blok4 .yazibir {
	width:50.94%;
	padding:0;
}

.blok4 .yazibir img, .blok4 .yaziresim img {
	width:100%;
	height:auto;
}

.blok4 .yaziresim {
	width:16.3%;
	float:left;
	line-height:0;
}

.blok4 .yazibir .yazi_img, .blok4 .yaziresim .yazi_img {
	padding:1px;
}

.blok5 .yazibir, .blok8 .yazibir {
	width:100%;
}

.blok5 .yazibir .yazi_img, .blok8 .yazibir .yazi_img {
	float:left;
	margin-right:10px;
	width:275px;
}

.blok5 .yazibir .post_title, .blok8 .yazibir .post_title {
	display:table;
}

.blok8 article {
	margin:10px 0;
	border-bottom:1px solid #eee;
}

.blok8 .yazibir:last-of-type {
	border-bottom:none;
}

.blok6 .yaziresim {
	width:16.65%;
	float:left;
	line-height:0;
}

.blok6 .yazi_img {
	padding:1px;
}

.tab_widget {
	-webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.tab_widget .tab {
    background: #F7F7F7;
    height: 46px;
    border-bottom: 3px solid #EAEAEA;
    padding: 8px 10px 0;
}

.tab_widget .tab button {
    float: left;
    margin-right: 10px;
    line-height: 30px;
    padding: 4px 15px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	border:none;
    cursor:pointer;
	background:transparent;
}

.tab_widget .tab button:hover, .tab_widget .tab button.active {
	background: #fff;
    box-shadow: 0 -1px 2px #d4d4d4;
    -moz-box-shadow: 0 -1px 2px #d4d4d4;
    -webkit-box-shadow: 0 -1px 2px #d4d4d4;
}

.tab_widget .tabcontent {
	display:none;
}

.widgetpost {
    overflow: hidden;
    padding:10px;
    border-bottom: 1px solid #eee;
}

.widgetpost .yazi_img {
	float:left;
	margin-right:10px;
}

.widgetpost .yazi_img a {
	display:flex;
}

.widgetpost .yazi_img img {
	max-width:100px;
	height:auto;
}

.widgetpost h2 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:0;
	line-height:18px;
	clear:right;
}

.sidewidget {
	background:#fff;
    border-width:0 0 4px; 
	border-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.sidewidget .sosyal_profil {
	padding:10px;
	font-size:16px;
}

.sidewidget .sosyal_profil a {
    color:#fff;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sidewidget .sosyal_profil a:hover {
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.timeline {
	padding:10px 0;
}

.timeline .widgetpost {
	border-bottom:none;
	padding:0 10px;
}

.timeline .tarih {
	position: relative;
    padding-left: 12px;
    margin: 0;
    display: block;
    height: 16px;
}

.timeline .tarih:before {
	content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #ccc;
    display: block;
    position: absolute;
    left: -3px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.timeline h2 {
	border: 2px solid #ccc;
    border-width: 0 0 0 2px;
    padding: 5px 0 12px 10px;
}

#main-content .content {
	width:660px;
	float:left;
}

#main-content.full-width .content {
	width:auto;
	float:none;
}

.navigasyon .navi {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.navigasyon .navi li {
	list-style-type:none;
	display:inline-block;
}

.navigasyon .navi .seperator {
	padding:0 5px;
}

.navigasyon .navi, .navigasyon .navi a {
	font-size:13px;
	color:#666;
}

.singlepost {
	background: #fff;
    border-bottom-width:4px;
	border-bottom-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.post_wrap {
	padding:20px;
}

.singlepost h1 {
	font-size:23px;
	margin-bottom:10px;
}

.post_wrap .post_meta {
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 10px;
	font-size:12px;
}

.post_wrap .post_meta span {
    margin-right: 15px;
	color:#888;
	text-transform:capitalize;
}

.post_wrap .post_meta span a {
	color:#888;
}

.yazi-icerik p {
    margin-bottom: 20px;
}

.yazi-icerik img {
	max-width:100%;
	height:auto;
}

.yazi-icerik iframe {
	max-width:100%;
	max-height:350px;
}
.yazi-icerik embed,.yazi-icerik,figure {
	max-width:100%;
}

figure img { max-width:100%!important;height:auto;}

.yazi-icerik embed,.reklam_orta {
	max-width:100%;
}

.yazi-icerik figure figcaption {
	text-align:center;
	font-style:italic;
	color:#888;
}

.yazi-icerik ol, .yazi-icerik ul {
    margin: 0 0 20px 15px;
	list-style-type:outside;
}

.yazi-icerik li {
	margin-bottom:5px;
}

.yazi-icerik h2, .yazi-icerik h3, .yazi-icerik h4 {
	color:#000;
	font-weight:normal;
}

.yazi_paylas {
	background:#f7f7f7;
	margin: 10px -20px -20px;
    padding: 8px 0 10px 10px;
}

.yazi_paylas a {
	padding:5px 9px;
	border-radius:2px;
	margin:0 6px 2px 0;
	color:#fff;
	font-size:12px;
}

.yazi_paylas a:hover {
	background-color:#666;
	color:#fff;
}

.paylastxt {
    margin: -9px 10px -10px -10px;
    display: block;
    float: left;
    color: #fff;
    padding: 0 9px;
    font-size: 14pt;
    height: 45px;
    line-height: 50px;
}

.yazi_paylas .facebook {
	background:#39599f;
}

.yazi_paylas .twitter {
	background:#45b0e3;
}

.yazi_paylas .whatsapp {
	background:#5cbe4a;
}

.etiketler {
	margin:10px 0 30px;
}

.etiketler, .etiketler a {
	font-size:13px;
}

.etiketler a {
	background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 2px 15px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
}

.etiketler a:hover {
	background:#444;
	color:#fff;
}

.etiketler a:hover:before{
    border-right: 8px solid #444;
}

.etiketler a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.etiketler a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.yazaradi {
	overflow:hidden;
}

.yazaradi h3 {
	float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
	text-transform:uppercase;
}

.yazar_hakkinda {
	padding:20px;
	margin-bottom:30px;
	background: #fff;
    border-bottom-width:4px;
	border-bottom-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
	overflow:hidden;
}

.yazarimg img {
    float: left;
    margin: 0 20px 0 0;
}

.yazardesc {
    font-size:13px;
}

.yazar_ss {
	margin-top:15px;
}

.yazar_ss a {
	background:#f7f7f7;
	padding:10px;
	font-size:13px;
	margin-right:10px;
}

.post_navi {
    margin-bottom:30px;
    overflow: hidden;
}

.post_navi div {
    display: block;
    width: 245px;
    position: relative;
    font-size: 14px;
    color: #999;
}

.post_navi div span {
    display: block;
    font-size: 80%;
    color: #999;
}

.post_navi div a:after {
    position: absolute;
    color:#ccc;
    font-size: 56px;
    margin-top: -11px;
    height: 22px;
    line-height: 22px;
    top:45%;
	font-family:"temavadisi";
}

.oncekiyazi {
    float: left;
    padding-left: 40px;
}

.oncekiyazi a:after {
    content: '\f100';
    left: 0;
}

.sonrakiyazi {
    float: right;
    text-align: right;
    padding-right: 40px;
}

.sonrakiyazi a:after {
    content: '\f101';
    right: 0;
}

.benzer_yazilar {
	margin-bottom:30px;
}

.benzer_bas {
	overflow:hidden;
}

.benzer_bas h3 {
	float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
	text-transform:uppercase;
}

.benzerpost {
	padding:20px;
	margin-bottom:30px;
	background: #fff;
    border-bottom-width:4px;
	border-bottom-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
	overflow:hidden;
}

.benzerpost article {
	margin:0 3% 10px 0;
	width:31.33333333%;
	float:left;
}

.benzerpost article:nth-child(3n+3) {
    margin-right: 0;
}

.benzerpost article .yazi_img {
	margin-bottom:10px;
}

.benzerpost article .yazi_img img {
	height:auto;
}

.benzerpost article h2 {
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:0;
}

.yorumwrap {
	background:#fff;
    border-width:0 0 4px; 
	border-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
	padding: 20px 20px 0;
}

.yorumbas {
	overflow:hidden;
}

#comments h3 {
	float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
	text-transform:uppercase;
}

#comments h3 span {
	color:#888;
	font-size:14px;
}

.yorum-politik {
	padding-bottom:10px;
    color:#666;
    background:#fff5b1;
    font-size:12px;
    line-height:18px;
    padding:10px;
}

.commentlist li {
	list-style:none;
	margin-bottom:20px;
}

.comment-wrap {
	border-bottom:1px solid rgba(0,0,0,0.06);
}

.commentlist .children {
    margin-top: 15px;
    margin-left: 50px;
}

.comment-avatar {
    float: left;
    margin: 0 10px 0 0;
}

.comment-content {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 80px;
    min-height: 80px;
}

.commentlist li .fn {
	text-transform:capitalize;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
	margin-top:10px;
}

.commentlist li .comment-meta {
	float:right;
	padding-top:8px;
}

.commentlist li .comment-meta a {
	color:#bbb;
	font-size:11px;
}

.commentlist li .comment-edit {
	color:#000;
	font-size:11px;
}

.commentlist li .comment-content {
	color:#555;
	font-size:13px;
	line-height:20px;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#f44526;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

.comment-reply {
	margin-top:-5px;
	text-align:right;
}

.comment-reply-link {
	color:#666;
	font-size:11px;
	background:#f7f7f7;
	padding:5px 10px;
}

.comment-reply-login {
	color:#999;
	font-size:11px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:10px;
	background:#f7f7f7;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

.gallery {
    margin: 0 auto 18px;
    clear: both;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 10px;
    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 .gallery-item img {
	height: auto;
	margin: 0 auto;
	-webkit-transition: all .40s;
	   -moz-transition: all .40s;
		 -o-transition: all .40s;
			transition: all .40s;
}

.gallery .gallery-item a:hover img {
	opacity: 0.6 !important;
	margin: -5px 0 5px;
}

.gallery-caption {
	color: #888;
	margin: 0 0 12px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery br + br {
	display: none;
}

.kat_baslik {
	overflow:hidden;
}

.kat_baslik h1 {
	float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
	text-transform:uppercase;
}

.yazi_listesi {
	background: #fff;
    border-bottom-width:4px;
	border-bottom-style:solid;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.yazi_listesi .yazibir {
	padding:15px;
	float:left;
	width:100%;
	margin: 10px 0;
    border-bottom: 1px solid #eee;
}

.yazi_listesi .yazibir:last-of-type{
	margin-bottom:0;
}

.yazi_listesi .yazibir .yazi_img {
    float: left;
    margin-right: 10px;
    width: 275px;
}

.yazi_listesi .yazibir .post_title {
    display: table;
}

.yazi_listesi .yazibir h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:0;
}

.yazi_listesi .yazibir .tarih {
    font-size: 11px;
    display: block;
    opacity: 0.7;
}

.yazi_listesi .yazibir p {
	margin-top:10px;
	font-size:14px;
}

.yazi_listesi .yazibir .devami a {
    color: #fff;
}

.sayfalama ul{
	list-style-type:none;
	margin-bottom:20px;
}

.sayfalama li {
	display:inline-block;
	font-size:13px;
}

.sayfalama li a, .sayfalama li span {
	padding:6px 10px 3px;
	color:#999;
}

.sayfalama li.active span, .sayfalama li:hover a {
	color:#fff;
	padding: 4px 10px 6px;
}

.pagesingle #comments {
	margin-top:30px;
}

.hatapage .post_wrap {
	text-align:center;
	padding:150px 0;
}

.hatapage h1 {
	font-size: 200px;
    font-weight: bold;
    color: #eee;
	display:table;
	width:100%;
}

.hatapage h2 {
	font-size:26px;
	margin:30px 0;
	text-transform:uppercase;
}

.hatapage .yazi-icerik {
	font-size:13px;
}

.yazar_bio {
	margin-bottom:30px;
}

#yukari {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9999;
	width:50px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	opacity:0;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	border-radius:5px;
}

#yukari .icon-up {
	color:#fff;
}

#yukari:hover {
	background:#fff;
}

#yukari.show {
	opacity:1;
}

#footer {
	position: relative;
    padding:20px 0 10px;
    border-width:8px 0 0;
	border-style:solid;
    margin-top: 20px;
}

.foowidget {
	float:left;
	width:30.66666666666667%;
	margin-right:4%;
}

.foowidget:last-of-type {
	margin-right:0;
}

.foowidget a:hover {
	text-decoration:underline;
}

.foowidget .sosyalaglar a {
	font-size:18px;
	padding:0 10px;
}

.foowidget .temayan .yankapsa {
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 0px #444;
    padding-bottom: 10px;
}

.foowidget .katwidget {
	background:transparent;
	box-shadow:none;
}

.foowidget .katwidget .widgetpost {
	border-bottom-color:rgba(255,255,255,0.1);
	padding:10px 0;
}

.altkisim, .copyright {
	width:997px;
	margin:0 auto;
}

.copyright {
	line-height:60px;
	font-size:13px;
}

.widget_sondakika {
    height: 41px;
}
#stories {
    height: 140px;
}
.topbar, .topbar a {
    height: 47px;
}
.sf-menu li {
    height: 43px;
}
.anasayfa a {
    background-color: #f20202;
    border-radius: 50% 50% 0 0;
}
.yazi_img:hover{
	transition: all 0.5s ease;
	   opacity: 0.7;
      filter: alpha(opacity=70);
	-webkit-filter: saturate(3);;
}
.yazi-icerik p a {
    color: #d20000;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.wrap {
    width: 96%;
	}
#footer,.yankapsa  {
padding:8px;
}
.foowidget .widget_nav_menu {
	margin-left: 20px;
}
	
	.topbar, [tooltip]:before {
		display:none;
	}

	.logoreklam, .foowidget {
		width:100%;
	}
	
	#main-content, #stories, .altkisim, .copyright, .anacontent, #main-content .content, .wrap {
		width:99%;
	}

	#logo {
		float:none;
		text-align:center;
		width:100%;
	}

	#logo img {
		max-width:100%;
	}
	
	#sidebar {
		margin-top:30px;
	}

	.anasidebar, #sidebar {
		width:100%;
		float:left;
	}

	#anamenu {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
		
	a.mobnav_bar {
		font-size:38px !important;
		position:absolute;
		top:55px;
		left:20px;
		display:block !important;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\e8a2";
		color:#666;
	}
	
	a.mobnav_close {
		position:absolute;
		right:10px;
		top:10px;
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	
	.logged-in.admin-bar .mobil_menu.acilsin {
		top:40px;
	}
	
	.mobil_menu {
		display:block;
		background-color:#fff;
		background-size:50%;
		background-repeat:no-repeat;
		background-position:bottom center;
		padding:60px 20px 20px 20px;
		box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		-webkit-box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		left:100%;
		overflow-x:hidden;
		position:fixed;
		top:0;
		width:100%;
		height:100%;
		z-index:99999;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
	}
	
	.mobil_menu.acilsin {
		left:0;
	}
	
	.mobilmenu {
		margin-top:5%;
	}
	
	.mobilmenu li {
		list-style:none;
		display:block !important;
		margin-bottom:15px;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	.mobilmenu a {
		font-size:16px;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-weight:normal !important;
		font-size:14px !important;
	}
	
	.mobilmenu li ul li a:before {
		content:"-";
		padding-right:5px;
	}
	
	.mobilmenu .has-sub {
		position:relative;
	}
	
	.mobilmenu .has-sub:after {
		font-family:"temavadisi";
		content:"\e874";
		position:absolute;
		top:3px;
		right:20px;
		cursor:pointer;
	}
	
	.mobil_menu .sosyalaglar {
		margin-top:2%;
		text-align:center;
	}
	
	.mobil_menu .sosyalaglar a {
		font-size:18px;
		margin-right:10px;
	}
	
	.foowidget .sosyalaglar, .copyright, .sidewidget .sosyal_profil {
		text-align:center;
	}
	
	.singlepost {
		box-shadow:none;
	}
	
	.search-form {
		width:80%;
		margin:0 auto;
	}
	
	.search-form .search-field {
		height:45px;
	}
	
	.search-form .search-submit {
		padding:15px 5px !important;
	}
	
	.manset2 .manset_item {
		height:250px;
	}
	
	.manset2 .post_title h2 {
		font-size:18px;
	}
	
	.manset2 .manset_item {
		background-size:100% 100% !important;
	}
	
	.manset2 .post_title {
		bottom:5px;
	}

	.manset2 .post_title p {
		font-size: 13px;
	}
	
}


@media only screen and (max-width: 500px){
	#logo img {
		max-width:245px;
	}
	
	.widget_sondakika .baslik {
		display:none;
	}

	.widget_sondakika .baskapsa {
		padding:8px 10px 6px;
	}

	.widget_sondakika .baskapsa i {
		display:block;
	}
	
	#stories {
		margin-bottom:0;
	}

	.manset1.post-1 {
		width:100% !important;
		padding-left:0 !important;
	}
	
	.manset1 {
		width:50% !important;
		padding:0 0 1px 1px !important;
	}
	
	.manset1 .post_title {
		bottom:-5px;
	}
	
	.manset1 .post_title h2 {
		font-size:16px;
	}
	
	.manset1 .post_title p {
		display:none;
	}
	
	.katwidget .yazibir {
		width:100%;
		padding:10px;
	}
	
	.yazi_img img {
		width:100%;
		height:auto;
	}
	
	.katwidget .yazidiger {
		width:100%;
		float:none;
		padding-left:10px;
		padding-right:10px;
	}
	
	.widget_anablok2 .solbolum {
		width:100%;
		float:none;
		margin-right:0;
	}

	.widget_anablok2 .sagbolum {
		float:none;
		width:100%;
		margin-top:20px;
	}
	
	.anablok4-2.katwidget {
		padding:10px !important;
	}
	
	.blok4 .yazibir {
		padding:0;
		margin-bottom:-5px;
	}
	
	.blok4 .yaziresim {
		width:25%;
		height:65px;
	}
	
	.katwidget.blok4 .yaziresim:last-of-type {
		display:none;
	}
	
	.blok5 .yazibir .yazi_img, .blok8 .yazibir .yazi_img {
		width:100%;
	}
	
	.blok6 .yaziresim {
		width:25%;
	}
	
	#zuck-modal-content .story-viewer .head .left .info {
		max-width:100% !important;
	}
	
	.yazar_ss a {
		padding:9px;
		margin-right:5px;
	}
	
	.benzerpost article {
		width:100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 500px){
	#logo img {
		max-width:210px;
	}
	
	.manset1 .manset_item {
		height:140px;
	}
	
	.manset1 .post_title .tarih {
		display:none;
	}
	
	.yazar_ss a {
		display:inline-block;
		margin-bottom:10px;
	}
}