/*
Theme Name: Vadi Dernek
Theme URI: http://demo.temavadisi.com/vadidernek
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress dernek temasıdır.
Version: 5.6
Text Domain: temavadisi
Domain Path: /lang
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#fff; 
	font-weight:normal; 
	line-height:23px; 
	color:#333;
	letter-spacing:0.2px;
	/* -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, .widget_h2 { 
	clear:both; 
	line-height:25px; 
	margin:0 0 15px;
	color:#000;
}

.widget_h2 {
	font-size:24px;
	display:block;
}

img { 
	max-width:100%;
}

p { 
	margin-bottom:15px;padding:0 
}

ol, li { 
	list-style-position:inside; 
}

blockquote { 
	color:#666;
	font-size:16px;
	font-style:italic;
	line-height:1.7;
	margin:5px 15px 15px 15px;
	overflow:hidden;
	padding:10px 20px 0 15px;
	background:#f1f1f1;
	border:3px dashed #eaeaea;
}

.alignleft { 
	display:inline;
	float:left;
	margin-right:10px; 
}

.alignright { 
	display:inline;
	float:right !important;
	margin-left:10px;
}

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

.clear{
	width:0;
	height:0;
	clear:both;
}

textarea {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
}

textarea:focus, input:focus, input[type]:focus {
	outline:0 none;
}

input[type=submit] {
	background-color:#222222;
	border-radius:3px;
	color:#fff;
	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=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"],[type="password"] {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:34px;
	padding:3px 9px;
	border-radius:3px;
}

.search-submit {
	padding:8px 5px !important;
}

.wrap { 
	max-width:1140px;
	margin:0px auto;
	padding:0px 15px;
	position:relative; 
}

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

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	width:100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	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 {
	padding:10px 0;
	margin-top:0px;
}

.sf-menu ul li,.sf-menu ul ul li {
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.11);
}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sfHover ul li:hover {
	background:#f7f7f7;
}

.sf-menu li.sfHover ul li a {
	color:#444 !important;
	font-size:15px !important;
}

.sf-arrows .sf-with-ul {
	padding-right: 16px;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:5px;
	top:2px;
	font-size:10px;
	content:"\e874";
}

.sf-arrows ul .sf-with-ul:after {
	right:5px;
	content:"\e877";
}

.mobil_menu {
	display:none;
}

li.loginmenu {
	float:right !important;
}

li.loginmenu a {
	font-weight:normal !important;
	white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

li.loginmenu b {
	text-transform:uppercase;
}

#girisyap, #kayitol, #sifreunut {
	max-width:400px;
}

#girisyap .formbas, #kayitol .formbas, #sifreunut .formbas {
	text-align:center;
	padding:20px 0;
}

#girisyap h3, #kayitol h3, #sifreunut h3 {
	display:inline-block;
	padding:5px 15px;
}

.status {
	color:#ff6347;
}

#girisyap .lost {
	float:right;
}

.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);
	text-align:center;
}

.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-arrow {
    cursor: pointer;
	color:#fff;
    position: absolute;
    top:30%;
	z-index:1;
}

.anaslide .slick-arrow:before {
	font-size:22px;
	line-height:100px !important;
	width:100px !important;
	height:100px;
	background:rgba(0,0,0,0.8);
	border-radius:100%;
}

.slick-arrow.icon-right-open {
	right:-110px;
	transition:all 0.3s ease 0.1s;
}

.slick-arrow.icon-left-open {
	left:-110px;
	transition:all 0.3s ease 0.1s;
}

.slick-arrow.icon-right-open:before {
	padding-right:25px;
}

.slick-arrow.icon-left-open:before {
	padding-left:25px;
}

.slick-slider:hover .icon-right-open {
	right:-50px;
}

.slick-slider:hover .icon-left-open {
	left:-50px;
}

.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(255,255,255,.2);
    cursor: pointer;
	font-size:0px;
	color:#fff;
	border-radius:50%;
	border:1px solid rgba(255,255,255,.4);
	width:10px;
	height:10px;
}

.slick-dots li.slick-active button {
    opacity:1;
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

#head {
	position:relative;
	z-index:2;
	background-color:rgba(255,255,255,0.7);
}

#logo {
	margin:0;
	padding:15px 0;
}

#topmenu ul {
	float:right;
	padding-top:30px;
}

#topmenu li {
	list-style-type:none;
	float:left;
}

#topmenu li a {
	margin-left:3px;
	margin-right:10px;
	text-transform:uppercase;
	color:#444;
}

#topmenu li:after {
	content:"/";
}

#topmenu li:last-child:after {
	content:"";
}

#navmenu {
	position:relative;
	z-index:2;
}

#anamenu {
	padding:5px 20px;
	position:relative;
	z-index:9999;
	border-radius:0 0 4px 4px;
	box-shadow:-1px 0 6px rgba(0,0,0,0.1);
}

#anamenu [class*="icon-"]:before {
    float:left;
	margin-top:4px;
}

#anamenu li {
	padding:10px;
	display:inline-flex;
}

#anamenu a {
	font-size:17px;
}

#anamenu li ul li {
	border:0;
	display:block;
}

#anamenu li ul li a {
	color:#444;
}

#slideralani {
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
	top:-170px;
	margin-bottom:-170px;
	z-index:1;
}

.slide-item img {
	width:100%;
}

#anasayfa_content {
	padding:40px 0;
}

.widget_baslik, .pb_title, .yankapsa {
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
	width:100%;
}

.widget_baslik h2, .pb_title .widget_h2, .yankapsa .yanbaslik {
	display:inline-block;
	position:relative;
}

.widget_baslik h2:after, .pb_title .widget_h2:after, .yankapsa .yanbaslik:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-16px;
	height:2px;
	width:100%;
}

.widget_baslik .tumlink {
	float:right;
	font-size:14px;
}

.normalpost {
	overflow:hidden;
	border-bottom:1px solid #f4f4f4;
	padding-bottom:10px;
	margin-bottom:10px;
}

.normalpost:last-of-type {
	border-bottom:none;
	padding:0px;
	margin:0px;
}

.normalpost .post-img {
	width:200px;
	float:left;
	margin-right:15px;
	position:relative;
}

.normalpost .post_title {
    border-bottom:1px solid #f3f3f3;
    margin-bottom:10px;
}

.normalpost .post_title h2 {
	font-size:18px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    letter-spacing:-0.5px;
	margin-bottom:0;
	color:#353535;
}

.normalpost .post_text {
	width:64%;
	width:calc(100% - 215px);
	width:-webkit-calc(100% - 215px);
	width:-moz-calc(100% - 215px);
	overflow:hidden;
	padding:0px 10px;
	font-size:14px;
	line-height:22px;
}

.normalpost .postmeta {
	text-transform:uppercase;
	color:#999;
	margin-bottom:10px;
	display:inline-block;
}

.normalpost .postmeta.time {
	font-size:12px;
	font-style:italic;
}

.duyuru_widget {
	padding-bottom:40px;
	position:relative;
}

.duyuru_widget .widget_baslik {
	padding:20px 20px 0 20px;
}

.duyuru_widget:before, .duyuru_widget:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
}

.duyuru_widget:before {
	border-bottom:40px solid rgba(0,0,0,0.4);
	border-right:40px solid transparent;
	border-radius:0 0 0 10px;
}

.duyuru_widget:after {
	border-top:39px solid #ffffff;
	border-left:39px solid transparent;
}

.duyurular {
	font-size:12px;
	line-height:18px;
	position:relative;
}

.duyurular .slick-list {
	min-height:350px;
}

.duyurular .slick-arrow {
	right:0;
	bottom:-15px;
	top:auto;
	color:rgba(0,0,0,0.4);
}

.duyurular .icon-up-open:before {
	position:absolute;
	right:25px;
}

.duyurular .icon-down-open:before {
	position:absolute;
	right:5px;
}

.duyuru {
	padding:20px;
	position:relative;
}

.duyuru p {
	margin-bottom:0;
	text-align:left;
}

.duyuru:nth-child(odd) {
	background:rgba(0,0,0,0.1);
}

.duyuru:before {
	font-family:"temavadisi";
	content:"\e87e";
	position:absolute;
	left:10px;
}

.anket_widget {
	padding:30px 20px;
}

.anketler li {
	margin-bottom:10px;
}

.baskan_widget {
	padding:30px 20px;
}

.baskancont {
	margin-top:20px;
}

.baskancont p {
	font-size:14px;
}

.sosyalprofil {
    text-align: center;
    font-size: 20px;
	text-shadow:0 1px 2px #666;
	margin-top:30px;
}

.sosyalprofil a {
	margin-right:10px;
}

.sosyalprofil a:hover {
	color:#000 !important;
}

.eventpost {
	overflow:hidden;
	border-bottom:1px solid #f4f4f4;
	padding-bottom:10px;
	margin-bottom:10px;
}

.eventpost.onecikan {
	background:#f7f7f7;
	padding:10px;
}

.eventpost:last-of-type {
	border-bottom:none;
	padding:0px;
	margin:0px;
}

.eventpost .eventzaman {
	width:65px;
	float:left;
	margin-top:5px;
	margin-right:15px;
	position:relative;
	text-align:center;
}

.eventpost .eventzaman b {
	font-size:26px;
}

.eventpost .post_text {
	width:64%;
	width:calc(100% - 85px);
	width:-webkit-calc(100% - 85px);
	width:-moz-calc(100% - 85px);
	overflow:hidden;
	padding:5px 10px;
	font-size:14px;
	line-height:22px;
	position:relative;
}

.eventpost .post_title {
    margin-bottom:10px;
	width:70%;
}

.eventpost .post_title h2 {
	font-size:18px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    letter-spacing:-0.5px;
	margin-bottom:0;
	color:#353535;
}

.eventpost .postmeta {
	text-transform:uppercase;
	color:#999;
	margin-bottom:10px;
	display:inline-block;
}

.eventpost .postmeta.time {
	font-size:12px;
	font-style:italic;
}

.eventpost .devami {
	position:absolute;
	right:15px;
	top:23%;
	border:1px solid #eaeaea;
	padding:5px 10px;
	border-radius:4px;
}

.eventpost:hover .devami {
	border:1px solid #aaa;
}

.kat_galeri .slick-slide {
    margin: 0 10px;
}

.kat_galeri .slick-list {
    margin: 0 -10px;
}

.kat_galeri a:hover h2 {
	color:#fff !important;
}

.galeripost a {
	position:relative;
	float:left;
}

.galeripost a:before {
	opacity:1;
	font-family:"temavadisi";
	position:absolute;
	top:40%;
    right: 50%;
    transform: translate(50%) translateY(0);
	font-size:36px;
	color:#fff;
	text-shadow:0 1px 17px rgba(0,0,0,0.6);
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	z-index:2;
}

.galeripost a:hover:before {
	opacity:0;
    transform: translate(50%) translateY(20px);
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.video_widget .galeripost a:before {
	content:"\f16a";
}

.foto_widget .galeripost a:before {
	content:"\e8ce";
}

.galeripost img {
	height:auto;
}

.galeripost .post-img:before {
    content: "";
    position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    display: block;
}

.galeripost .post_title {
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	padding-left:10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.galeripost h2 {
	font-size:16px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
	color:#fff;
	margin-bottom:0;
	padding:20px 0;
	text-align:left;
}

.kurbilgileri {
	padding:25px 15px;
}

.kurbilgileri .kurbilgi {
	padding:10px 0;
}

.kurbilgileri .kuritem {
	width:25%;
	float:left;
	line-height:20px;
	position:relative;
	overflow:hidden;
}

.kurbilgileri.dikey .kuritem {
    width: 100%;
	border-bottom:1px solid #f4f4f4;
    margin-bottom:20px;
	padding-bottom:15px;
}

.kurbilgileri.dikey .kuritem:nth-child(4) {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.kurbilgileri .kurAdi {
	font-weight:bold;
	margin-bottom:5px;
	font-size:16px;
	padding-left:30px;
}

.kurbilgileri .kurTl {
    display: inline-block;
    float: left;
    margin-right: 10px;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
}

.kurbilgileri .kurAdi:before {
	font-family: "temavadisi";
    margin-right: 10px;
    font-size: 30px;
    margin-top: 10px;
    position: absolute;
    left: 0px;
}

.kurbilgileri .kurAdi.dolar:before {
	content:"\f155";
	color:#34b67a;
}

.kurbilgileri .kurAdi.euro:before {
	content:"\f153";
	color:#25b7d3;
}

.kurbilgileri .kurAdi.gram:before {
	content:"\e896";
	color:#ffc334;
}

.kurbilgileri .kurAdi.ceyrek:before {
	content:"\e896";
	color:#ffc334;
}

.yazar {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom:15px;
    margin-bottom:20px;
	overflow:hidden;
}

.yazar:last-child {
	border:none;
	padding:0;
	margin:0;
}

.yazar .yazar_cont {
	line-height:18px;
}

.yazar .avatar {
	border-radius:50%;
	float:left;
	margin-right:10px;
}

.yazar .adi {
	display:inline-block;
	text-transform:capitalize;
	font-size:18px;
	margin-bottom:5px;
}

.yazar li {
	list-style-type: none;
}

.yazar li, .yazar li a {
	color:#666;
	font-size:14px;
}

.altkisim {
	padding:40px 0 25px;
}

.altkisim li {
	list-style-type:none;
	margin-bottom:5px;
	font-size:15px;
}

.foowidget.sosyal_profil {
	width:29%;
	margin-top:45px;
}

.foowidget.sosyal_profil li {
	margin-bottom:15px;
}

.foowidget.sosyal_profil i {
	font-size:24px;
}

.foowidget:first-child {
	margin-right:40px;
}

.foowidget .yanbaslik {
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

.foowidget .temayan ul li {
	border-bottom:none;
	padding:0;
}

.copyright {
	padding:15px 0;
	background:#666;
}

.sitedesc {
	font-size:12px;
	color:#fff;
}

#yukari {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9999;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	opacity:0;
	box-shadow:0 0 4px #999;
}

#yukari .icon-up {
	color:#fff;
}

#yukari:hover {
	background:#fff;
}

#yukari.show {
	opacity:1;
}

#sayfa_content {
	padding:10px 0;
}



.navi {
	padding:65px 0;
	color:#fff;
}

.navi ol {
	margin-top:60px;
}

.navi li {
	list-style-type:none;
	display:inline-block;
}

.navi a {
	color:#aaa;
}

.page_title {
	background:#eaeaea;
	padding:25px 0 15px;
	overflow:hidden;
}

.page_title h1 {
	font-weight:normal;
}

.page_title span {
	float:right;
	color:#666;
}

#yazi_content {
	padding:40px 0;
}

.yazi_icerik img {
	max-width:100%;
	height:auto;
}

.yazi_icerik p {
	line-height:25px;
}

.yazi_icerik ul {
	list-style:disc inside;
	margin:10px 5px;
	line-height:25px;
}

.yazi_icerik ol {
	list-style:decimal inside;
	margin:10px 5px;
	line-height:25px;
}

.yazi_icerik ul li {
	margin-bottom:5px;
}

.yazi_icerik h2 {
	line-height:30px;
}

.yazi_icerik iframe {
	max-width:100%;
}

.gallery {
	margin-bottom:15px;
}

.gallery-item {
	display:inline-block;
	padding:1.79104477%;
	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-icon img {
	margin:0 auto;
}

.gallery-caption {
	color:#999;
	display:block;
	font-style:italic;
	padding:5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display:none;
}

.etiketler {
	border-top:1px solid #f7f7f7;
	padding:20px 0;
	font-size:13px;
}

.yazi-yorumlari {
	padding:40px 0 10px;
	margin:20px 0 10px;
	border-top:1px solid #ddd;
}

#comments h3, #respond h3 {
	font-size:22px;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:15px;
}

.respond_button {
	background:#eaeaea;
	padding:10px 20px;
	border-radius:3px;
	font-weight:bold;
	color:#999;
	display:inline-block;
	float:right;
}

.respond_button:hover {
	color:#fff !important;
}

.yorum-politik {
	padding-bottom:10px;
	color:#666;
	font-style: italic;
    background: #f7f7f7;
    padding: 10px;
}

.commentlist li {
	list-style:none;
	padding:10px 15px;
	margin:15px 0;
	border-width: 1px;
    border-style: solid;
    border-color: #eaeaea #eaeaea #bbb #eaeaea;
}

.commentlist li ul li {
	margin-left:30px;
}

.commentlist li header {
	overflow:hidden;
}

.commentlist li .avatar {
	float:left;
	border-radius:50%;
	margin-right:10px;
}

.commentlist li .fn {
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
}

.commentlist li .says {
	display:none;
}

.commentlist li .comment-meta {
	text-align:right;
}

.commentlist li .comment-meta a, .commentlist li .comment-edit {
	color:#bbb;
	font-size:11px;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#ff6347;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

.commentlist li .comment-content {
	padding:5px 20px;
	border-radius:3px;
}

.comment-reply-link, .comment-reply-login {
	color:#999;
	font-size:11px;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\f122";
	display:inline-block;
	padding-right:5px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:10px;
	background:#f7f7f7;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

#respond {
	margin:20px 0 10px;
}

.yazi_paylas {
	padding:20px 0 10px 0;
	border-top:1px solid #f7f7f7;
}

.yazi_paylas h4 {
	float:left;
	margin-right:15px;
	line-height:25px;
}

.yazi_paylas a {
	color:#fff;
	display:inline;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    padding:5px 15px 5px 10px;
    margin-right:10px;
}

.yazi_paylas a:before {
	font-size:16px;
}

.yazi_paylas a:hover {
	color:#fff !important;
}

.yazi_paylas .facebook {
    background:#3b5998;
}

.yazi_paylas .twitter {
    background:#00aced;
}

.yazi_paylas .whatsapp {
    background:#5cbe4a;
}

.temayan {
    margin-bottom:30px;
	overflow:hidden;
}

#sidebar .temayan {
	padding-left:25px;
}

.temayan ul {
    list-style:none;
}

.temayan ul li {
    margin-bottom:5px;
	border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.yankapsa {
    
}

.yanbaslik {
    text-transform:uppercase;
    font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:15px;
}

#arsiv_content {
	padding:40px 0;
}

.sayfalama ul {
	margin-top:30px;
	list-style-type:none;
}

.sayfalama li {
	display:inline-block;
	margin-right: 10px;
    padding:3px 10px;
	border:1px solid #ddd;
}

.sayfalama li.active, .sayfalama li:hover {
	color:#fff;
	border:1px solid transparent;
}

.sayfalama li:hover a, .sayfalama li:hover a:hover {
	color:#fff !important;
}

.aramakey {
	display:inline-block;
	margin-right:15px;
	text-transform:capitalize;
}

.fotocat, .videocat {
	margin:0 -10px !important;
}

.fotocat .galeripost, .videocat .galeripost {
	padding:7px;
	margin-bottom:10px;
	float:left;
}

.fotocat .galeripost img, .videocat .galeripost img {
	height:177px;
}

.videocat .galeripost a:before {
	content:"\f16a";
}

.fotocat .galeripost a:before {
	content:"\e8ce";
}

.haritaembed iframe {
	width:100% !important;
}

#iletisim_content .wrap {
	margin-top:30px;
}

.adres_bilgileri div {
	margin-bottom:10px;
}

.adres_bilgileri .sosyal_profil ul {
	list-style-type:none;
}

.adres_bilgileri .sosyal_profil ul li a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
/* edit başlar */
figure { max-width:100%!important;}figure img { max-width:100%!important;height:auto;}
.onecikarilmis img, .yazi_icerik p img,.yazi_icerik .gallery-icon img {
    height:auto;
}
/* edit bitti */
@media only screen and (max-width: 768px) {
	#topmenu, #sidebar {
		width:100%;
	}
	
	#topmenu ul {
		float:left;
		padding:10px 0;
	}
	
	#logo {
		margin-bottom:0;
		width:70%;
	}
	
	#logo h1 {
		margin-bottom:0;
	}

	#anamenu {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
	
	.mobil_menu .sf-menu {
		width:80%;
	}

	a.mobnav_bar {
		font-size:32px !important;
		position:absolute;
		top:30px;
		right:30px;
		display:block !important;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
		color:#444;
	}
	
	a.mobnav_close {
		position:absolute;
		right:20px;
		top:25px;
	}
	
	.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:40px 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:10%;
	}
	
	.mobilmenu li {
		list-style:none;
		display:block !important;
		margin-bottom:15px;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	.mobilmenu a {
		padding-left:20px !important;
		font-size:18px;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-weight:normal !important;
		font-size:16px !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;
	}
	
	.slide-item img {
		width:unset;
		max-width:none;
		height:500px;
		/*margin-left:-95%;*/
	}
	
	.anaslide .slick-arrow {
		top:50%;
	}
	
	.normalpost .post-img {
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	
	.normalpost .post-img img {
		width:100%;
		height:auto;
	}
	
	.normalpost .post_text, .galeripost a {
		width:100%;
	}
	
	.kurbilgileri .kuritem {
		width: 50%;
		margin-bottom: 25px;
	}
	
	.foowidget, .foowidget.sosyal_profil {
		width:100%;
		margin-right:0;
	}
	
	.page_title h1 {
		font-size:26px;
		line-height:30px;
	}
	
	.content {
		width:100%;
	}
	
	.yazi_paylas {
		margin-left: -10px;
		margin-right: -20px;
	}
	
	.yazi_paylas a {
		padding:5px 10px 5px 5px;
		margin-right:0;
	}
	
	#sidebar .temayan {
		padding-left:0;
	}
	
	#arsiv_content .col.span8, .adres_bilgileri, .iletisimformu {
		width:100%;
	}
	
}