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;

}

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: 100%;
	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: 100%;
	height: 40px;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.navmenu ul li {
	float: left;
	position: absolute;
}

.navmenu ul li a {
	display: inline-block;
	float: left;
	line-height: 40px;
	height: 40px;
	color: rgba(255, 255, 255, .7);
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	border-right: 1px solid rgba(0, 0, 0, .12);
	border-left: 1px solid rgba(255, 255, 255, .18);
	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);
}

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

a.aramastyle {
	background-image: url(images/scr.png);
}

a:hover.popstyle, a:hover.aramastyle {
	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 {
	margin-right: 20px;
}

#logo img {
	max-height: 50px;
	max-width: 100%;
}

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

.normalizm .aramaform {
	float: left;
	margin-top: 0px;
	width: 100%;
	position: relative;
}

.normalizm .sinput {
	width: 100%;
}

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

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

.header {
	padding: 0
}

.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: 10px;
	margin-bottom: 10px;
}

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

.slideleft {
	width: calc(100% + -20px);
	background-color: fff;
	overflow: hidden;
	margin: 0 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.olay {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, .9));
	position: absolute;
	height: 65%;
	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, .9));
	position: absolute;
	height: 65%;
	bottom: 0px;
	left: 0;
	z-index: 99;
	width: 100%
}

.baslik {
	position: absolute;
	color: #fff;
	z-index: 99;
	left: 10px;
	bottom: 44px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 28px;
}

.imsmall .baslik {
	font-size: 14px;
	bottom: 10px;
	line-height: 20px;
	left: 10px;
}

.imbig .baslik {
	position: absolute;
	color: #fff;
	z-index: 99;
	left: 10px;
	bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 26px;
	text-shadow: 1px 3px 16px #000;
}

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

.owl-buttons {
	display: none
}

.m1mans .owl-item {
	width: 10% !important;
	text-align: center;
}

#random123 {
	background-color: #000;
}

#random123 .owl-wrapper {
	width: 100%;
	max-width: 100%;
}

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

.m1mans .owl-item {
	text-align: center;
	background-color: #000;
	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: calc(100% - 20px);
	float: right;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
}

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

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

.imsmall {
	width: calc(50% - 5px);
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: 19px;
	float: left;
	margin-right: 10px;
}

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

.mrn {
	margin-right: 0;
}

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

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

.itembigz {
	width: calc(100% - 10px);
	min-height: 330px;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	afloat: aleft;
	margin-right: 10px;
	overflow: hidden;
}

.onecikar .itembigz {
	width: calc(100% - 12px);
	min-height: 270px;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	afloat: aleft;
	margin-right: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	border: 1px solid #bbb;
}

.onecikar .itembigz .bbaslik {
	color: #D90000;
}

.itembigz:hover {
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

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

img {
	max-width: 100%;
}

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

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

.itembigz:hover .bbaslik {
	color: #D90000 !important;
	opacity: .7;
}

.reklamic3 {
	text-align: center;
	width: 100% !important;
	margin: 0 auto;
	max-width: 320px;
	margin-bottom: 20px;
}

.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;
	margin-left: 10px;
}

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

.ortalireklam {
	padding: 20px;
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100%;
	overflow: hidden !important;
}

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

.sidebar {
	border: 1px solid #ddd;
	width: calc(100% - 20px);
	background-color: #fff;
	margin-left: 10px;
	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;
	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 {
	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: calc(100% - 20px);
	margin: 0 10px;
}

.videoleft {
	/*width: calc(100% - 20px);*/
	width: calc(100% - 20px);
	margin: 0 10px;
}

/*.videoleft iframe {
        width:100%;
	margin: 0;
        margin-left:0px;
}*/

.videoleft #av iframe {
height: 360px;
}

.videoicerik {
	background-color: #fff;
	padding: 0px;
	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;
}

.normal {
	color: #777;
}

.arareklam {
	width: 336px !important;
	height: 280px !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: 10px;
}

.fcomment {
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    afloat: aleft;
}

.rdiger {
	text-align: center;
}

.socialshare {
	margin-bottom: 10px;
}

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

.fleh {
	
}

.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: 100%;
	text-align: center;
	display: block;
	margin-bottom: 10px
}

.numarator li {
	display: inline-block;
}

.numarator li a {
	display: inline-block;
	color: #fff;
	/* width: 30px; */
	background-color: #eee;
	margin: 10px 1px;
	padding: 20px 17px;
	border-radius: 2px;
	font-weight: bold;
}

.numarator li a.numz, .numarator li a:hover.numz {
	background-color: transparent !important;
	color: #777;
}

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

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

.absz, .bunlarida {
	display: block;
	text-align: center;
}

.galeriicerik {
	color: #444;
	font-weight: normal;
	position: relative;
	text-align: center;
}

.acilirmenu li {
	display: block;
}

.acilirmenu li a {
	display: block;
	padding: 10px;
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #222;
	border-top: 0px
}

.acilirmenu li a:hover {
	background-color: #222;
}

.ozelpad {
	padding: 20px 0 10px 0;
}

.videosonraki .owl-buttons {
	display: block !important
}

.pcontent {
	padding: 0 30px;
	line-height: 26px;
	font-size: 17px;
}

.absz {
    text-align: left;
    padding-bottom: 0px;
    display: block;
    width: 49%;
    display: inline-block;
}

.rdiger {
	padding: 12px 10px;
}

.facebookline {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.facebookline2 {
	width: calc(100% - 0px);
	margin: 0 auto;
}

.facelikez {
	padding-left: 5px;
	background-color: #3A589B;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 2px;
}

.facebookline2 .facelikez {
	padding-left: 10px;
}

.imbig {
	margin-bottom: 13px;
}

.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 {
	width: 100%;
	text-align: left;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
	display: block;
}

.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: 90%;
	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;
	width: 100% !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;
}

.twitsz {
	display: inline-block;
}

.videoleft .facebookline2 iframe {
	min-height: inherit !important;
	margin-left: 0px !important;
}

.facebookline2 .facelikez {
	padding: 10px;
}

.fb_iframe_widget {
	top: -5px;
}

.sirali, .sirali:hover {
	display: block;
	text-align: center;
	position: relative;
	z-index: 999;
	clear: both;
	float: none;
	box-shadow: 0 0 0 0;
	padding: 0px;
	margin-bottom: 0px;
	min-height: 310;
}

.pad2 {
	padding-top: 0;
}

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

.numarator {
	margin-bottom: -6px;
}

.mb14 {
	margin-bottom: 15px;
}

.absz2 {
	text-align: center !important;
}

.reklamic3 {
	margin-bottom: 12px !important;
}

.butonsonraki {
	float: right !important;
	clear: both !important;
	display: block;
	text-align: center !important;
	top: 0px !important;
	left: 0px !important;
	padding: 7px 10px !important;
	margin: 0px 10px !important;
}

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

.reklamic3, .reklamic3:hover {
	min-height: inherit !important;
	margin-bottom: 13px;
}

.mrb14 {
	margin-bottom: 14px !important;
}

.ranav {
	position: relative;
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 8px;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0;
	margin-bottom: 10px;
}

.ranav a {
	color: #444;
}

.sayfasay {
	color: #bbb;
	position: absolute;
	left: 50%;
	width: 60px;
	text-align: center;
	margin-left: -30px;
}

.ral {
	float: left;
}

.ral2 {
	float: right;
}

.galeriicerik a {
	display: inline-block;
}

.rightlink2 {
	margin-right: 10px;
}

.literal2 {
	float: left: margin-left:10px;
}

.itembigz {
	min-height: 100px !important;
}

.imbig .baslik {
	width: calc(100% - 20px);
}

.kanaladi {
	font-weight: bold;
}

.chanimg {
	width: 100%;
}

.chanaktif h1 {
	font-size: 18px !important;
	text-align: center;
}

.klizlenme {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

#videocontent iframe {
	width: calc(100% + 20px) !important;
	margin-left: -10px !important;
}

.numarator li a {
	padding: 10px 17px !important;
}

.numarator {
	margin-top: -13px !important;
}

span.numz {
	padding: 0 10px;
}

.middle { padding-left: 10px; margin-top: 10px;}
.reklamic3,.reklamic3:hover { min-height: inherit !important; margin-bottom: 13px;}
.mrb14{margin-bottom: 14px !important;}
.ranav { position: relative; clear: both; display: block; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-top: 10px; font-weight:bold; font-size: 13px; padding: 5px 0}
.ranav a {color: #444;}
.sayfasay { color: #bbb; position: absolute; left: 50%; width: 60px; top: 5px; text-align: center; margin-left: -30px;}
.ral { float: left; padding-left: 18px; margin-left: 2%}
.ral2{ float: right; padding-right: 18px; margin-right: 2%} 
.galeriicerik a {display: inline-block;}
/*.galeribaslik {font-size: 18px; margin: 10px 0 5px 0 !important; margin-top: 0px !important} */

.galeribaslik {
    font-size: 24px;
    margin: 10px 0 10px 0 !important;
    margin-top: 0px !important;
    /*line-height: 40px;*/
}
.ral , .ral2{
color: #D90000 !important;
font-size: 16px;
position: relative;
}
.pcontent.galeriic {padding-bottom: 0px;}
p.galeriicerik {margin: 10px;}
div.galeriicerik {margin: 10px;}
.sayfasay {color: #111;}
.calt {margin-bottom: 0px !important}
.link1 {width: 14px; height: 14px; background-image: url(images/linkarrow.png); background-position: 0px 0px; background-repeat: no-repeat; position: absolute; left: 0px; top: 4px;}
.link2 {width: 14px; height: 14px; background-image: url(images/linkarrow.png); background-position: -14px 0px; background-repeat: no-repeat; position: absolute; right: 0px; top: 4px;}

.ngbs {padding-top: 10px; clear: both;}


  .msg {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 2px;
    background-color: #bbb;
    background-image: url(images/sosyalpaylas.png);
    background-repeat: no-repeat;
    border-radius: 2px;
    background-size: 180px 32px;
}

.mobilfacebook {
    background-position: 7px -4px;
    background-color: #3957A0;
    border:3px solid #3957A0;
}

.mobiltwitter {
    background-position: -24px -3px;
    background-color: #54ABF4;
    border:3px solid #54ABF4;
}

.mobilgoogleplus {
    background-position: -87px -3px;
    background-color: #d7143a;
    border:3px solid #d7143a;
}

.mobilwhatsapp {
    background-position: -56px -4px;
    background-color: #67BC3F;
    border:3px solid #67BC3F;
}
a.mobilokru.msg {
    background-color: #E27F1B;
    border: 3px solid #E27F1B;
    background-position: -152px -3px;
}

a.mobilvk.msg {
    background-color: #4B74A7;
    border: 3px solid #4B74A7;
    background-position: -119px;
}
.sociallinks {

    padding-bottom: 0px !important;
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.izlenmesayisi {position: relative; top: -7px; font-size: 80%;}
.izlenmesayisi span {font-weight: bold; color: #444;} 
.small {font-size: 140%; text-align: center;}

.yenibaslikv {
    font-size: 24px !important;
    padding: 0 9px !important;
    word-wrap: break-word !important;
 
    text-align: center !important;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.dateadd {
    font-size: 13px;
    border-top: 2px dotted #eee;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #bbb;
}

.commenttl {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 15px;
}

.spaceoption {
	/*border: 1px solid red;*/
}
.aciklamaalanigaleri {text-align: center; padding: 0 10px; color: #444}
.aciklamaalanigaleri img {height:auto; }
.engageyafull ,.engageya{ text-align: center; }
.sharevideoalti {
    clear: both;
    display: block;
    text-align: center;
    line-height: 20px;
    height: 20px;
    overflow: visible;
    margin-top: 10px;
}
.minimize {font-size: 18px !important;}
.fcomment {text-align: center;}

.engageyalive img {
    float: left;
    width: 160px;
    margin-right: 10px;
    padding: 10px;
}
.engageyalive span.bbaslik {
    font-size: 16px;
    font-weight: normal;
}
.newwid { width: 100% !important; }
.rightlink a { color: #fff; }




.likeengageya span.bgorsel {
    float: left;
    width: 170px;
    margin-right: 10px;
    overflow: hidden;
}
.likeengageya:after {clear: both;
content: ".";height: 0px;
overflow: hidden;width: 100%;display: block;}
.likeengageya span.baslikb {
    border: none;
    font-weight: normal;
    word-wrap: break-word;
    padding-top: 0px;
    font-size:14px;
 
}

div#ytdiv {
    background-color: #fff;
    padding: 6px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.2);
    height: 90px;
    overflow: hidden;
}

a.benzeritem.likeengageya {
    color: #222;
}
.reklam.tal {
    text-align: center;
    margin-bottom: 15px;
}



.absz {

    width: 100% !important;
 
}
.sonrakim { position:relative; margin-top: 8px;}
.sonmaske {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) -80%, #fff 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) -80%,#fff 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) -80%,#fff 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sonrakidiv {position: absolute; bottom: 10px; display: block; z-index: 99; width: 100%; text-align: center;}
.sonrakidiv span {
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}
.plusplus {
    float: right;
    bottom: -10px;
    border-radius: 300px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin-bottom: 10px;
}
.contsol {width: 100%; overflow: hidden;}
.alignz .plusplus {float: none; display: inline-block; height: 25px;}
.alignz {text-align:center; height: 60px;}
.rok {    background-image: url(images/sag-ok.png); background-position: center; background-repeat: no-repeat; background-size: 60%; }
.lok {    background-image: url(images/sol-ok.png); background-position: center; background-repeat: no-repeat; background-size: 60%; }

.middlex {
    display: inline-block;
    padding: 10px;
    height: 20px;
    position: relative;
    top: -23px;
    text-align: center;
    color: #777;
}
.ucgen {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
}
.sonrakidiv span,.plusplus{background-color: #d00a00;}
.ucgen {
    width: 0;
    height: 0;
    rem-border-style: solid;
    rem-border-width: 5px 5px 0 5px;
    rem-border-color: #d00a00 transparent transparent transparent;
}

#galeriresim > a {

    min-height: 260px;
    vertical-align: middle;
    display: table-cell;
    height: 260px;
    text-align: center;
    width: 100vh;
}
.adnwMRectRoot { margin:0 auto; }
.sonrakidiv span {
    background: #fff !important;
    color: #333;
    font-weight: bold;
    margin-bottom: -8px;
}
.reklam {
    max-width: 100%;
    overflow: hidden;
}
.pagetotal {
    text-align: center;
    padding: 10px;
    font-size: 20px;
}
a.plusplus.rok { 
    background-size: inherit;
    border-radius: 3px !important;
    width: 9%;
    min-width: 40px;
    max-width: 100px;
}
a.plusplus.lok {
    background-size: inherit;
    border-radius: 3px !important;
    width: 9%;
    min-width: 40px;
    max-width: 100px;
}
.navtext1{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height:12px;
    color: #000;
}
.footericons {
    clear: both;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
}
.gohome,.gotop { width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; display:block; }
.gohome { background-image: url(/webresim/home32.png); float: left;}
.gotop { background-image: url(/webresim/top32.png); float: right; }
.tmzl { clear: both; height: 1px; width: 100%; display: block; position: relative; }

 .msg {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-color: #bbb;
    background-image: url(/san/mobile/images/sosyalpaylas.png);
    background-repeat: no-repeat;
    border-radius: 100px;
    opacity: .8;
}


.mobilfacebook {
    background-position: 10px 0px;
    background-color: #3957A0;
   
}

.mobiltwitter {
    background-position: -20px 0px;
    background-color: #54ABF4;
    
}

.mobilgoogleplus {
    background-position: -84px 0px;
    background-color: #d7143a;
  
}

.mobilwhatsapp {
    background-position: -52px 0px;
    background-color: #67BC3F;
   
}
a.mobilokru.msg {
    background-color: #E27F1B;
   
    background-position: -149px 0px;
}

a.mobilvk.msg {
    background-color: #4B74A7;
    background-position: -116px;
}
.ssline { background-image: none !important; width: 25%; text-align: center; float: left; border: 0px; z-index:99999; }
.showz { display: block !important; }
.likesocial.rolesocial {
    position: fixed;
    width: 100%;
    height: 0px; overflow: hidden; 
z-index:99999;
top: 0;
}
.sagokust { width: 100px; height: 30px; background-image: url(images/sag-ok.png); background-repeat: no-repeat; background-position: center;
display: inline-block; float: right; background-color: #777; background-size:15px 14px; border-right: 3px;}
.solokust { width: 100px; height: 30px; background-image: url(images/sol-ok.png); background-repeat: no-repeat; background-position: center;
display: inline-block; float: left; background-color: #777; background-size:15px 14px; border-right: 3px;}
.clrx:after {content:"."; height: 0px; overflow:hidden; width: 100%; display: block;clear:both;}
.ustwrapok { margin: 10px auto; padding: 0 10px; margin-bottom:15px; }

.adstitle {
	display: none;
	clear: both;
	text-align: center;
	xx-rem-line-height: 20px;
	font-size: 9px;
        opacity:0.6;
        height: 17px;
}

div#galeriresim {
    background-color: #444;
    /*width: calc(100% - -20px);*/
    width:100%;
    display: table;
}

div.SC_TBlock {
    width: 100%;
    overflow: hidden;
}
span.aaaa {
    display: block;
    padding: 10px 0px;
    width: calc(100% - -20px);
    margin: 0 auto;
    /* position: relative; */
    /* left: -10px; */
}

.adstitlex {
    font-size: 9px;
    opacity:0.6;
    display: block;
    text-align: center;
    xx-rem-padding-bottom: 6px;
}

.videoleft11 {
    overflow-x: hidden;
}
.stickyvideo {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
}
body.ptopz h2.yenibaslikv {
    display:none;
}
.ptopz .rolesocial  { display:none !important;}
.otoheight {
    height: 226px;
}
div#etiketler {
margin-top:10px;
    background: #f8f8f8;
    padding: 10px;
    font-size: 14px;
    padding-bottom: 0px;
}
#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; }
.c-text-center { display: table; margin: 0 auto; width:100%; text-align:center; }
.videoleft .c-text-center { width:auto; }
.middle .c-text-center {
    margin-left: -10px;
    width: calc(100% + 10px);
}
.middle .c-text-center.ad-wrapper {
    margin-left: -10px!important;
    width: calc(100% + 10px)!important;
    max-width:calc(100% + 10px)!important;
}
.aciklamaalanigaleri * {max-width:100%;}

/*SON DÜZENLEME - SINGLE GALLERY*/
span.desc {
    display: block;
    padding: 10px 20px;
    color: #181818;
    line-height: 26px;
    margin-bottom: 10px;
}

img.loads {
    margin-bottom: 10px;
    box-shadow: 1px 6px 20px 0px;
}
/* Ad Wrapper */
.ad-wrapper {
    /*padding: 10px 0;*/
    /*margin: 15px auto!important;*/
    /*background: #e0e0e0;*/
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
    box-sizing: border-box;
}
.ad-wrapper iframe {
min-height:1px!important;
}

iframe {
    max-width: 100%;
}

.native_ad .otitle {
    font-family: arial;
    color: #212121;
    font-weight: bold;
    letter-spacing: -0.3;
}