html {
	-webkit-font-smoothing: antialiased;
}

* {
	-webkit-transition: all 0.12s linear;
	-moz-transition: all 0.12s ease-in;
	-ms-transition: all 0.12s ease-in;
	-o-transition: all 0.12s ease-in;
	transition: all 0.12s ease-in;
}

h1 {
	margin: 0;
	padding: 0;
}

.videoleft h1 {
	margin-bottom: 10px;
}

ul.cats li {
	width: 50%;
	float: left;
}

ul.cats li a {
	width: 150px;
	float: left;
	position: relative;
	padding-left: 20px;
	color: #212121;
	font-weight: 800;
	margin-bottom: 5px;
}

ul.cats li a span {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
	background-image: url(images/catarrow.png);
	display: block;
	background-position: left center;
	width: 12px;
	height: 12px;
}

body {
	background-color: #E0E0E0;
	margin: 0 auto;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #777;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 600;
	line-height: 1.3em;
}

h2 {
	margin-top: 1.3em;
}

input, textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #777;
	font-weight: bold;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

b, strong {
	font-weight: 600;
}

.wrapper {
	width: 1166px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
	min-height: 100px;
	padding-bottom: 20px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navmenu {
	clear: both;
	width: 1106px;
	height: 50px;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden !important;
}

.navmenu ul li {
	float: left
}

.navmenu ul li a {
	display: inline-block;
	float: left;
	line-height: 50px;
	height: 50px;
	color: rgba(255, 255, 255, .7);
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	border-right: 1px solid rgba(0, 0, 0, .14);
	border-left: 1px solid rgba(255, 255, 255, .09);
	margin: 0;
}

.navmenu ul li a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .12);
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.navmenu ul li a.aktifmenu {
	color: #fff;
	background-color: rgba(0, 0, 0, .24);
	border-left: 1px solid rgba(0, 0, 0, .2);
}

a.popstyle {
	float: right;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	background-image: url(images/dots.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-right: 20px;
}

a:hover.popstyle {
	opacity: .6
}

.home {
	width: 64px;
	padding: 0px !important;
	background-image: url(images/home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.12)
}

#logo {
	float: left;
	margin-right: 20px;
}

a.tumunugor.sonrakiler {
	float: right;
	position: inherit;
	margin-right: 30px;
}

.aramaform {
	float: left;
	margin-top: 20px;
	width: 526px;
	position: relative;
}

.socialicons {
	float: right;
	margin-top: 27px;
}

.socialicons a:hover {
	color: #444;
}

.header {
	padding: 0px 30px 0px 30px
}

.sinput {
	width: 526px;
	height: 36px;
	background-image: url(images/searchbg.png);
	border: 1px solid #979797;
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	outline: 0;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
	text-indent: 10px;
}

.sinput:focus {
	box-shadow: 0px 3px 30px rgba(0, 0, 0, .2);
	background: none;
}

.dsubmit {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 34px;
	width: 46px;
	background-color: #ddd;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-left: 1px solid #bbb;
	cursor: pointer;
	outline: 0;
}

.dsubmit:focus {
	background-color: #fff;
}

.hfacebook {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	font-weight: normal;
	font-size: 14px;
	color: rgba(0, 0, 0, .58);
	margin-right: 10px;
	padding-top: 0px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

.htwitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	font-weight: normal;
	font-size: 14px;
	color: rgba(0, 0, 0, .58);
	margin-right: 5px;
	padding-top: 0px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

.tepereklam {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cusel .li, .owl-item {
	float: left;
	position: relative;
}

.slideleft {
	width: 740px;
	background-color: fff;
	overflow: hidden;
	margin-left: 30px;
	position: relative;
	float: left;
}

.olay {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, .9));
	position: absolute;
	height: 50%;
	bottom: 0px;
	left: 0;
	z-index: 99;
	width: 100%;
}

.imbig .olay {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, .8));
	position: absolute;
	height: 50%;
	bottom: 0px;
	left: 0;
	z-index: 99;
	width: 100%
}

.baslik {
	position: absolute;
	color: #fff;
	z-index: 99;
	left: 20px;
	bottom: 60px;
	font-size: 26px;
	font-weight: 800;
	/* letter-spacing: -0.04em; */
	line-height: 42px;
}

.imsmall .baslik {
	font-size: 16px;
	bottom: 10px;
	line-height: 20px;
	left: 10px;
	max-height: 32px;
	/* font-weight: normal; */
	padding-right: 10px;
	text-shadow: 0px 1px 1px #000;
	letter-spacing: 0px;
}

.imbig .olay {
	height: 90% !important;
}

.imsmall .olay {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1));
	position: absolute;
	height: 100%;
	bottom: 0px;
	left: 0;
	z-index: 99;
	width: 100%;
}

.onav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	height: 38px;
	line-height: 38px;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #f8f8f8;
}

.m1mans .owl-item {
	width: 74px !important;
	text-align: center;
}

.m1mans .owl-item li a {
	width: 74px !important;
	text-align: center;
	font-weight: 800;
	color: #000;
	font-size: 18px;
	display: block;
}

.m1mans .owl-item:nth-child(odd) {
	width: 74px !important;
	text-align: center;
	background-color: #f8f8f8;
	display: block;
}

.m1mans .owl-item:nth-child(even) {
	width: 74px !important;
	text-align: center;
	background-color: #fff;
	display: block;
}

#random123 {
	width: 100%;
}

.synced a {
	color: rgba(255, 255, 255, .7) !important;
}

.owl-prev, .owl-next {
	z-index: 99999;
	cursor: pointer;
	text-indent: -999em;
	width: 32px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	background-repeat: no-repeat;
	background-position: center;
}

.owl-prev {
	left: 20px;
	background-image: url(images/arrowleft.png);
}

.owl-next {
	right: 20px;
	background-image: url(images/arrowright.png);
}

.slidesonrasi {
	width: 346px;
	float: right;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}

.imbig {
	position: relative;
	display: block;
}

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

.imsmall {
	width: 163px !important;
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: 19px;
	float: left;
	margin-right: 20px;
}

.mrn {
	margin-right: 0;
}

.middle {
	padding-left: 30px;
	margin-top: 30px;
}

.ortakbaslik {
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: -0.03em;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: left;
}

.itembigz {
	width: 355px;
	height: 330px;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.itembigz:hover {
	width: 355px;
	display: block;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	float: left;
	margin-right: 20px
}

.itembigz img {
	max-width: 100%;
}

img {
	max-width: 100%;
}

.smalls .bbaslik {
	font-size: 16px;
	line-height: 22px;
	padding: 15px;
}

.itembigz:hover .bbaslik {
	opacity: .7;
}

.smalls {
	width: 261px !important;
	height: 235px;
}

.reklamic3 {
	text-align: center;
	padding: 10px !important;
	width: 336px !important;
	height: 310px;
}

.sponsor {
	font-size: 11px;
	color: #777;
}

.tumunugor {
	position: relative;
	top: 8px;
	left: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
}

a:hover.tumunugor {
	color: #fff;
}

.altalansol {
	float: left;
	width: 750px;
	margin-left: 30px;
}

.altalansag {
	float: right;
	margin-right: 10px;
}

.ortalireklam {
	padding: 20px;
	text-align: center;
}

.sidebar {
	border: 1px solid #ddd;
	width: 353px;
	background-color: #fff;
	margin-right: 30px;
	margin-top: 53px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.pad {
	padding: 20px
}

.db {
	display: block;
	float: none;
}

.sidereklam {
	margin: 20px 0px;
	text-align: center;
}

.facebookpaket {
	text-align: center;
}

.footer {
	background-color: #454545;
	height: 55px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	width: 1166px;
	box-shadow: inset 0px 3px 10px rgba(0, 0, 0, .5);
	font-size: 14px;
	overflow: hidden;
}

.footer a:hover {
	color: #fff;
}

.literal {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
}

.sitecopy {
	float: left;
	background-color: rgba(0, 0, 0, .2);
	padding: 0 20px;
	margin-left: 30px;
	font-weight: 600
}

.rightlink {
	float: right;
	margin-right: 30px;
	font-weight: 600;
}

.iletism, .iletisim {
	color: rgba(255, 255, 255, .7);
}

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

.pagenavim {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

.pagenavim li {
	display: inline;
}

.pagenavim li a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border: 3px solid #222;
	color: #222;
	padding: 0 15px;
	border-radius: 3px;
	font-weight: bold;
}

.sideright {
	width: 336px;
	margin-right: 30px;
	float: right;
}

.videoleft {
	float: left;
	margin-left: 30px;
	width: 750px;
}

.videoicerik {
	background-color: #444;
	padding: 10px;
	border-radius: 2px 2px 0px 0px;
}

.onerilen {
	font-weight: 800;
	font-size: 22px;
	color: #111;
	margin-top: 0;
	margin-bottom: 23px;
}

.ovideos li a {
	font-size: 16px;
	color: #111;
	letter-spacing: -0.02em;
	font-weight: 600;
}

.ovideos li a img {
	float: left;
	margin-right: 10px;
}

.ovideos li a {
	display: block;
}

.ovideos li:after, .ovideos li a:after {
	conten: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.ovideos li {
	clear: both;
	height: 81px;
	overflow: hidden;
	margin-bottom: 10px;
}

.izlenme {
	opacity: .6;
	font-size: 13px;
}

.otitle {
	display: block;
	max-height: 72px;
	overflow: hidden;
}

.normal {
	color: #777;
}

.arareklam {
	width: 336px !important;
	height: auto !important;
	text-align: center;
}

.ovideos li:hover a img {
	opacity: .7;
}

.ovideos li:hover {
	margin-left: 5px;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, .3);
}

li:hover.arareklam {
	box-shadow: none;
	margin-left: 0px;
}

.videosonraki {
	background-color: #444;
	min-height: 176px;
	margin-bottom: 10px;
	overflow: hidden;
}

.r750 {
	margin-bottom: 0px;
	padding: 15px 0;
	background-color: #fff;
}

.fcomment {
	margin-bottom: 10px;
}

.rdiger {
	text-align: center;
}

.socialshare22 {
	margin-bottom: 10px;
	margin-top: -8px;
}

.socialshare {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: -8px;
}


.basliksal {
	padding: 10px;
	background-color: #fff;
	display: block;
	height: 50px;
	font-size: 13px;
	color: #111;
	overflow: hidden;
	line-height: 19px;
	padding-top: 5px;
}

.oitem {
	width: 172px;
	height: 160px;
	float: left;
	margin-left: 8px;
	margin-right: 0px;
}

.oitem:hover {
	opacity: .7;
}

.oitem img {
	width: 100%;
	height: auto;
}

.videosonraki {
	position: relative;
}

.videosonraki .owl-prev {
	left: 20px;
}

.videosonraki .owl-next {
	right: 20px;
}

.videosonraki .saggolge {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(70, 70, 70, 1) 83%, rgba(68, 68, 68, 1) 84%, rgba(68, 68, 68, 1)
		100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255,
		0)), color-stop(83%, rgba(70, 70, 70, 1)),
		color-stop(84%, rgba(68, 68, 68, 1)),
		color-stop(100%, rgba(68, 68, 68, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(70, 70, 70, 1) 83%, rgba(68, 68, 68, 1) 84%, rgba(68, 68, 68, 1)
		100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(70, 70, 70, 1) 83%, rgba(68, 68, 68, 1) 84%, rgba(68, 68, 68, 1)
		100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(70, 70, 70, 1) 83%, rgba(68, 68, 68, 1) 84%, rgba(68, 68, 68, 1)
		100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(70, 70, 70, 1) 83%, rgba(68, 68, 68, 1) 84%, rgba(68, 68, 68, 1)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#444444', GradientType=1);
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 222px;
}

.videosonraki .solgolge {
	background: rgba(68, 68, 68, 1);
	background: -moz-linear-gradient(left, rgba(68, 68, 68, 1) 0%,
		rgba(68, 68, 68, 1) 16%, rgba(70, 70, 70, 1) 17%,
		rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68, 68, 68, 1)),
		color-stop(16%, rgba(68, 68, 68, 1)),
		color-stop(17%, rgba(70, 70, 70, 1)),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(68, 68, 68, 1) 0%,
		rgba(68, 68, 68, 1) 16%, rgba(70, 70, 70, 1) 17%,
		rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(68, 68, 68, 1) 0%,
		rgba(68, 68, 68, 1) 16%, rgba(70, 70, 70, 1) 17%,
		rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(68, 68, 68, 1) 0%,
		rgba(68, 68, 68, 1) 16%, rgba(70, 70, 70, 1) 17%,
		rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(68, 68, 68, 1) 0%,
		rgba(68, 68, 68, 1) 16%, rgba(70, 70, 70, 1) 17%,
		rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444',
		endColorstr='#ffffff', GradientType=1);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 222px;
}

.videosonraki .owl-prev, .videosonraki .owl-next {
	z-index: 99999;
	cursor: pointer;
	text-indent: -999em;
	width: 32px;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	height: 222px;
	top: 0px;
}

.imz {
	display: block;
	position: relative;
}

.videosure {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	padding: 2px 10px;
	font-size: 11px;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: arial;
	font-weight: bold;
	width: 30px;
	text-align: center;
}

.suandabu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	font-weight: bold;
	width: 112px;
	text-align: right;
	padding: 2px 0;
	padding-right: 15px;
}

.bakmadangecme {
	width: 336px;
	height: 320px;
	background-image: url(images/bakmadangecme.png);
	background-position: center 100px;
	background-repeat: no-repeat;
	position: fixed;
	right: -500;
	bottom: 0px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, .8);
	overflow: hidden;
}

.bakmadangecme img {
	max-width: 286px;
}

.bakmadanbaslik {
	color: #fff;
	letter-spacing: -0.04em;
	font-weight: 800;
	margin: 10px 0px 15px 20px;
	font-size: 22px;
	float: left;
}

.imgbak {
	margin-left: 25px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, .6);
}

.bakmadankapat {
	float: right;
	margin-right: 22px;
	border: 3px solid rgba(255, 255, 255, .5);
	border-radius: 3px;
	padding: 1px 10px;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, .5);
	margin-top: 9px;
}

.bakmadankapat:hover {
	color: #fff;
	border: 3px solid rgba(255, 255, 255, 1);
}

.titlebg {
	background-color: #fff;
	margin-top: -20px;
	z-index: 99;
	display: block;
	text-align: center;
	position: relative;
	width: 215px;
	margin-left: 44px;
	font-size: 24px;
	padding: 15px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #000;
	line-height: 30px;
}

.nou {
	display: none !important;
}

.izletarih {
	float: right;
	width: 130px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.izle1 {
	display: block;
	background-color: #eee;
}

.tsinif {
	width: 100%;
	height: auto;
}

.galeriic {
	margin-bottom: 10px;
}

.numarator {
	width: 750px;
	height: 40px;
	text-align: center;
	display: block;
	margin-bottom: 10px
}

.numarator li {
	display: inline-block;
}

.numarator li a {
	display: inline-block;
	color: #777;
	border: 1px solid #ddd;
	min-width: 30px;
	background-color: #eee;
	margin: 10px 1px;
	padding: 4px 7px;
	border-radius: 2px;
	font-weight: bold;
}

.numarator li.active a {
	color: #fff;
}

.numarator li a:hover {
	color: #fff;
}

.galeriicerik {
	color: #444;
	font-weight: bold;
	position: relative;
}

.cmsscript {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	background: #eee;
	padding: 25px 15px 25px 10px;
	font: 12px Arial, "Times New Roman", Times, serif;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #E4E4E4;
	font-weight: bold;
	margin-top: 20px;
}

.cmsscript h1 {
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom: 1px solid #E4E4E4;
	margin: -10px -15px 30px -10px;;
	color: #888;
}

.cmsscript h1>span {
	display: block;
	font-size: 11px;
}

.cmsscript label {
	display: block;
	margin: 0px;
}

.cmsscript label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}

.cmsscript input[type="text"], .cmsscript input[type="email"],
	.cmsscript textarea, .cmsscript select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	border-radius: 2px;
}

.cmsscript textarea {
	padding: 5px 3px 3px 5px;
}

.cmsscript select {
	background: #FFF url('down-arrow.png') no-repeat right;
	background: #FFF url('down-arrow.png') no-repeat right);
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
	border-radius: 2px;
}

.cmsscript textarea {
	height: 100px;
}

.cmsscript .button {
	background: #4D90FE;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
}

.cmsscript .button:hover {
	opacity: .7
}

.qqclass {
	text-align: left !important;
	text-indent: 10px !important;
	width: 10% !important;
	font-size: 20px !important;
}

.hata {
	font-weight: bold;
	background-color: #FDF1F1;
	color: #f30;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #F7DADA;
	border-radius: 2px;
}

.nanasayfa {
	margin-bottom: -5px !important;
	padding-bottom: 0px !important;
}

.bunlarida {
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

.absz {
	position: absolute;
	bottom: 2px;
	right: 10px;
	font-size: 13px;
	color: #999;
}

.newz {
	padding: 0px !important;
	padding-bottom: 10px;
	position: relative;
}

.numarator li.dotted a {
	border: none;
	background-color: transparent;
}

.numarator li.dotted a:hover {
	background-color: transparent !important;
	color: #777 !important;
	cursor: default;
}

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

.fb-comments, .fb-comments iframe[style] {
	width: 100% !important;
}

.fb-comments span[style] {
	width: 100% !important;
}

.slideleft .slideimg img {
	height: 420px !important;
}

span.galerigoruntu {
	margin-top: 5px;
	display: block;
	font-size: 12px;
	font-weight: normal !important;
}

span.galerigoruntu strong {
	font-weight: normal !important;
}

.article-cover-image {
	width: 100%;
}

.imbig img {
	width: 346px;
	height: 195px;
}

.imsmall img {
	width: 163px;
	height: 92px;
}

.slideimg img {
	width: 739px;
}

.itembigz img {
	width: 355px;
	height: 200px;
}

.smalls img {
	width: 261px;
	height: 135px;
}

.oitem img {
	width: 172px;
	height: 97px;
}

.imbig .baslik {
	position: absolute;
	color: #fff;
	z-index: 99;
	left: 20px;
	bottom: 20px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 26px;
	max-height: 76px;
	overflow: hidden;
}

.bbaslik {
	padding: 20px;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	letter-spacing: -0.03em;
	max-height: 76px;
	overflow: hidden;
}

.socialshare {
	background-color: #fff;
	position: relative;
	padding-top: 10px;
	margin-top: 0px !important;
}

.hrline {
	clear: both;
	display: block;
	border-bottom: 2px solid #ddd;
	margin: 0 30px;
	position: relative;
	top: 15px;
	margin-bottom: 15px;
}

.facewrapper {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	background-image: url(images/paylas4.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #395AA7;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	border-radius: 3px;
	float: right;
}

.facewrapper a {
	color: #fff;
	text-decoration: none;
}

/* KANALLAR */
.klkanalheader {
	height: 300px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.klkanalheader h1 {
	color: #fff;
	margin-top: 50px;
	font-size: 24px;
	margin-left: 30px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}

.klkanalheader h1 span {
	font-size: 13px;
	font-weight: normal;
}

.klp15 {
	padding: 15px;
	background-color: #fff;
}

.klradius {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

.klshadows {
	position: absolute;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: -15px;
	left: 15px;
}

.klkanalbilgi .klizlenme {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 7px 10px;
	border-radius: 3px;
	font-weight: bold;
	color: #686C73;
	display: inline-block;
	font-size: 14px !important;
	margin-left: 15px;
}

.klkanalbilgi .klizlenme span {
	font-weight: normal;
}

.klkanalbilgi {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 2;
}

.klflink, .klllink {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-left: 5px;
	margin-top: 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.klflink {
	background-image: url(images/kfacebook.png);
	background-color: #3A5BA2;
}

.klllink {
	background-image: url(images/klink.png);
	background-color: #212B3E;
}

.klflink:hover, .klllink:hover {
	opacity: 0.5
}

.kanaladi {
	margin-left: 10px;
	font-size: 18px !important;
	font-weight: bold;
}

.kapakreklam {
	width: 336px;
	float: left;
	margin-right: 20px;
}

.makalebaslik {
	color: #d90000;
	font-size: 24px;
}

.spotmetni {
	color: #181818;
	font-weight: bold;
}

.kresim {
	margin-bottom: 20px;
}

.bcnative {
	padding: 10px;
	display: block;
	background-color: #eee;
	margin-bottom: 15px;
	color: #bbb;
	border-radius: 2px;
	font-size: 13px;
}

.bcnative a {
	font-size: 13px;
	color: #777;
}

.tarihz {
	float: right;
	font-size: 13px;
	line-height: 20px;
}

#logo img {
	max-height: 75px !important;
}

.tepereklam {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.polipad {
	padding-top: 0px !important;
}
/*test*/
.adstitle {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.galericontainer {
	width: 1106px;
	margin: 0 auto;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 0 30px;
}

.solbuyuk300600 {
	width: 300px;
	float: left;
}

.sagbuyuk {
	float: left;
	margin-left: 15px;
	width: 791px;
}

.cclearfix:after {
	content: ".";
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.sag300reklam {
	float: right;
	width: 336px;
	height: 280px;
	margin-left: 15px;
}

.solgorsel {
	float: left;
	width: 430px;
	text-align: center;
}

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

.icerikalanim h1 {
	color: #d90000;
}

.soldannav {
	float: left;
	padding: 15px;
	position: inherit;
	background-color: #06a2ea!important;
}

.sagdannav {
	float: right;
	padding: 15px;
	position: inherit;
	background-color: #06a2ea!important;
}

.ilgilinav {
	width: 476px;
	margin-bottom: 15px;
}

.solbenzerler {
	margin-top: 15px;
}

.solbenzerler .smalls {
	width: 300px !important;
	height: 260px;
}

.solbenzerler .smalls img {
	width: 300px !important;
}

.solbenzerler2 {
	margin-top: 15px;
}

.solbenzerler2 .smalls {
	width: 243px !important;
	height: 227px;
}

.solbenzerler2 .smalls img {
	width: 300px !important;
}

.galic {
	padding: 0;
	margin: 0 0 10px 0;
}
.clearfix:after {content:"."; height: 0px; width: auto; display: block; clear: both;}

.galerikolonsol { float: left; margin-left: 30px; width: 790px;}
.galerikolonsag {float: right; margin-right: 30px; width: 300px;}
.galerigorselic { background-color: #eee; margin-bottom: 15px; }
.galicaciklama { color: #444; line-height: 22px; }
.galerigorselic .gfic {padding: 20px; text-align:center; }
.gagagorsel { position: relative; }
.gfic img { max-width: 100%; height: auto; border-radius: 2px; margin-bottom: 15px;}
.galerikolonsag h1 {color: #d90000; font-size: 28px; margin-bottom: 15px;}
.dgnav {margin-bottom: 15px;}
.dgnav a { font-weight: 800; font-size: 18px; color: #fff !important; display: block; }
.dgnavnumber {display: inline-block; color: #777; margin-left: 20px; margin-top: 7px;}
.dgnavnumber a {color: #777 !important; background-color: #fff; border: 1px solid #ddd; font-size: 16px; padding: 5px 12px; border-radius: 3px;
}
.dgnavnumber li {display: inline-block; margin: 0 5px;}
.aktifgaleri { background-color: #eee; border: 1px solid #ddd; font-size: 16px; padding: 5px 14px; border-radius: 3px;}
.r750100reklam { display: block; clear: both; margin-bottom: 15px; text-align: center; }
.galeriengageya {margin-bottom: 15px;}
.d580400 {text-align: center;}
.solbenzerler {
	margin-top: 15px;
}

.solbenzerler .smalls {
	width: 300px !important;
	height: 260px;
}

.solbenzerler .smalls img {
	width: 300px !important;
}
.enaltreklam{text-align: center; clear: both;}
.galerikolonsag .socialshare { margin-top:0px !important; }
.galerikolonsag .socialshare .fb-like { display:none; }
.galerikolonsag .tarihz {float: left;
    margin-bottom: 10px;
    margin-top: 5px;}
.adstitle {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
opacity:0.6;
}
.slideimg img {
    max-width: 100%;
    height: auto;
    max-height: 421px;
}
.ozelmasthead {
    padding: 14px 0;
    margin: 0 auto;
    width: 970px;
}

#butunicerik {     position: relative; overflow: hidden; }

.align-middle,
.align-bottom,
.align-top {display: block; max-width: 100% !important; height: auto !important; width: initial !important; padding:0px !important; margin:0 0 18px 0 !important;}
.align-left {display: block; max-width: 50% !important; float: left;  margin-right: 10px; margin-bottom: 18px; padding: 3px; height: auto !important; width: initial !important; }
.align-right {display: block; max-width: 50% !important; float: right;  margin-right: 10px; margin-bottom: 18px; padding: 3px; height: auto !important; width: initial !important; }

.borderads {
    border: 1px solid #9E9E9E;
    padding: 10px 0px;
    padding-top: 5px;
background-color:#fff;
text-align:center;
border-radius:2px;
}
.adstitlex {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-bottom: 6px;
}

.stickyvideo {position: fixed;
    left: 0px;
    width: 400px;
    height: 226px;
    overflow: hidden;
    top: 40px;
    box-shadow: 0px 2px 10px;
    z-index:99999}

.pmlink {display:none; }
.yticon { background-image: url(images/yticon.png) !important;}

.borderads {border: none;n-padding: initial;}
.borderads .adstitle {
    display:none;
}
div#etiketler {
    background: #f8f8f8;
    padding: 10px;
    font-size: 14px;
    padding-bottom: 0px;
margin-top:10px;
}
#etiketler a {display:inline-block;border-bottom:1px solid rgba(0,0,0,.1);margin-left:10px;background:#ffffff;padding:0px 7px;border-radius:2px;margin-bottom: 10px;color:#494949;}
#etiketler a:hover {background-color:#eee; }
.adstitlex {display:none}
.videoleft #rotad1 { display:table; width:100%; margin-top:15px; margin-bottom:15px; }

.videoleft {
	width: 760px;
}
.sideright {
	width: 326px;
}

.native_ad .smalls {
    width:233px !important;
}

.nativead_real {
    float: left;
    width: 237px;
    margin-right: 17px;
}
.native_ad .otitle {
    font-family: arial;
    color: #212121;
    font-weight: bold;
    letter-spacing: -0.3;
}