html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #343a40;
	text-align: left;
	background-color: #fff
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

.h4,
h4 {
	font-size: 1.5rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

.img-fluid {
	width: 100%;
	max-width: 100%;
	min-height: 114px;
	height: auto;
}

img {
	vertical-align: middle;
	border-style: none
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

dir,
menu,
ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 40px
}

li {
	display: list-item;
	text-align: -webkit-match-parent
}

*,
::after,
::before {
	box-sizing: border-box
}

:focus {
	outline: -webkit-focus-ring-color auto 5px
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.bg-dark {
	background-color: #343a40
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col,
.col-12,
.col-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 5px
}

.badge {
	display: inline-block;
	padding: .4em .8em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .15rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	color: #fff;
	background-color: #1d2124;
	text-decoration: none
}

.text-dark {
	color: #343a40
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.bg-light {
	background-color: #f8f9fa
}

.mb-2,
.my-2 {
	margin-bottom: .5rem
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn-light {
	color: #383d42;
	background-color: #f8f9fa;
	border-color: #e7eaec
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:992px) {
	.col-lg-6 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}
}

.videoitem {
	display: inline-block;
	overflow: hidden;
	float: left;
	padding: 0 2px 12px 2px;
	font-size: 12px;
	width: 50%;
	height: auto;
}

.videolink {
	max-width: 100%;
	font-weight: 700;
	line-height: 14px;
	padding: 4px 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #2f2f2f
}

.duration {
position: absolute;
    margin-top: -23px;
    padding: 2px 5px;
    background: #c01480b5;
    color: #f3f1f1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 3px 0;
	margin-left: 5px
}

.ttitle {
	font-size: 1em;
	background-color: #343a40;
	color: #f3f1f1;
	padding: 5px 0 5px 45px;
	border-radius: 3px
}

.col-12 {
	margin-top: 5px
}

.kategoriler {
	padding-left: 20px
}

.kategoriler a {
	margin-bottom: 7px
}

.kategorilink {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff
}

.videopop {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
	width: 179px;
	margin-left: 5px
}

.img-fluidd {
	width: 100%;
	height: auto;
	max-width: 120px;
	max-height: 70px;
	border-radius: 10px 10px 10px 10px
}

.izleme {
	position: relative;
	margin-top: -27px;
	padding: 3px 8px;
	background: #c71585;
	color: #f3f1f1;
	font-size: 12px;
	width: fit-content;
	line-height: 12px;
	border-radius: 0 3px 3px 0
}

.reklamorta {
	width: 300px;
	margin: 5px auto;
	overflow: hidden;
	height: 100px
}

.slogo {
	margin: 0 auto
}

.slogo h4 {
	color: #f3f1f1;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	padding: 5px;
}

.slinks {
	width: 100%
}

.btnkat {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .4rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #383d42;
	background-color: #f8f9fa;
	border-color: #e7eaec;
	width: 50%
}

@media only screen and (min-width:639px) {
	.videoitem {
		width: 32%;
		padding: 0 2px 8px 2px;
		 height: 195px;
    overflow: hidden;
	}
		.vitem-po {
		max-width: 32%;
		padding: 0 2px 8px 2px;
		height:auto;
	}
}

@media only screen and (max-width:320.5px) {
	.slogo h4 {
		font-size: 1rem
	}
	.btnkat {
		padding: 0
	}
}

@media only screen and (max-width:430px) {
	.col-12 {
		padding-right: 5px;
		padding-left: 5px
	}
	.duration {
		margin-top: -23px
	}
	.badge {
		font-size: .8em;
		font-weight: 500;
		line-height: 1.2;
		margin-top: 2px
	}
	.ttitle {
		font-size: .9em
	}
	.btn-sm {
		padding: .4rem .7rem;
		font-size: .9rem;
		font-weight: 400;
		line-height: 1.2;
		border-radius: .2rem;
		margin-left: 2px
	}
	.col-lg-6 {
		line-height: 1.1
	}
	.badge-secondary {
		font-size: .8rem;
		font-weight: 500;
		line-height: 1.2
	}
	.vitem-po {
		max-width: 50%;
		padding: 0 2px 8px 2px
	}
}

@media only screen and (min-width:1023.98px) {
	.videoitem {
	width: 19%;
    margin-left: 8px;
    font-size: .8em;
    padding: 0 2px 8px 2px;
    margin-top: 8px;
    height: 155px;
    overflow: hidden;
	}
			.vitem-po {
		max-width: 19%;
		padding: 0 2px 8px 2px;
		height:auto;
	}
	.videolink {
		font-weight: 500
	}
	.container-fluid {
		width: 100%;
		max-width: 1323px
	}
	.kategoriler a {
		margin-bottom: 7px;
		margin-left: 3px
	}
	.slogo h4 {
		padding: 8px
	}
	.btnkat {
		padding: .345rem .75rem;
		font-size: 1rem
	}
	.badge {
		display: inline-block;
		padding: .4em .4em;
		font-size: .9rem;
		font-weight: 600;
		margin-top: 5px
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.katlink {
	max-width: 100%;
	font-weight: 700;
	line-height: 24px;
	padding: 4px 10px;
	color: #343a40;
	position: absolute;
	margin-top: -75px;
	font-size: 16px;
	background-color: #fff
}

.katdur {
	position: absolute;
	margin-top: -22px;
	padding: 3px 8px;
	background: #c71585;
	color: #f3f1f1;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px
}

.fa-clock-o {
	padding-right: 3px
}
