

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

thead th, tbody th, tbody td {
	border: 1px solid #eaeaea;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

.card pre{
	padding: 10px;
}

.card ul, .card ol, .card blockquote{
	margin: 0 30px;
	padding: 0 20px;
}

.entry pre{
	margin: 0;
	padding: 10px;
}

.entry > ul, .entry > ol, .entry > blockquote{
	margin: 0;
	padding: 0 20px;
}

.wp-caption{
	max-width: 100%;
}

.wp-caption-text{
	max-width: 100%;
}

.gallery-caption{
	color: rgba(51, 51, 51, 0.7);
	display: block;
}
.bypostauthor{
	color: inherit;
}
.sticky{
	border: rgba(24, 188, 156, 0.5) 1px solid;
}
.screen-reader-text{
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ustsbtrklm, .altsbtrklm {display: none;}

@media only screen and (min-width: 851px) {
.tamekran {
	display: none;
	}
}

@media only screen and (max-width: 850px) {
	.ustsbtrklm {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #F40000;
		color: #fff;
		z-index: 9999;
		padding: 5px 0;
		text-align: center;
	} 
	
	.altsbtrklm {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #F40000;
		color: #fff;
		z-index: 9999;
		padding: 10px 0;
		text-align: center;
	}
	
	.tamekran {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999999999;
		display: none;
		background: rgba(0,0,0,.5);
	}
	
	.tamekran.kapat {display: none;} 	
	
	.tamekran .x {
		position: absolute;
	    right: 10px;
	    top: 10px;
	    color: #fff;
	    background: rgba(0,0,0,.5);
	    padding: 5px 10px;	
	}
}

