html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

body {
	background-repeat: repeat;
}

table {
	font-size: inherit;
}

td, div, li {
/*	font-family: Verdana, Tahoma;
	font-size: 1rem;
	text-decoration: none; */
	line-height: 1.5rem;
}

a {
/*	font-family: Verdana, Tahoma;
	font-size: 12px; */
	color: #d71a21;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

select {
	font-size: inherit;
}


.container {
	width:100%;
	max-width:1180px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
}

#top-row {
	line-height: 1rem;	
}

#center-row {
	display: flex;
	flex-direction: row;
}

@media (min-width: 1770px) {
    .container {
        max-width: 1475px; /* Set max width to 1770px for larger viewports */
    }
	html, body {
		font-size: 16px;
	}
}

.sol {
	width:27%;
/*	float:left;  */
	display: flex;
	flex-direction: column;
	justify-content: stretch; 
	margin-right:1%;
	border: 0px solid red;
}

.sag {
	width:72%;
/*	float:right;   */
	border: 0px solid red;
}

.poster {
	width:100%;
}

.poster img {
	width:100%;
}

.player {
	width:100%;
	position: relative;
}

.player-img,  {
	width:100%;
}

.banner-img {
	width:100%;
	height:auto;
#	max-width:1180px;
	border:0px solid black;
}

p.qc {
#    font-size: 12px;
    color: gray;
}

p.qr {
/*    font-size: 12px; */
    color: black;
}




.soru {
/*	margin-bottom:10px; */
	width: 100%;
	border: 0px dotted green; 
	height: 100%; 
	display: flex;
	flex-direction: column;
	align-items: stretch; 
}

.soruyorumFrame {
	border: 0px solid #ccc;
}


#soruyorumDiyalog {
	border: 5px solid #ccc;
	background:#f2f2f2;
	color: #222; 
/*	border: 2px dotted blue; */
	
	height: 100%;
	padding:1%;
/*	overflow:auto; */
	margin: 5px 0 -5px 0;
	font-size: 1.1rem;
	
/*	height: 14rem;	*/
/*	max-height: 18rem; */
/*	min-height: 8rem; */
}

#soruyorumSoru {
	height:78px !important;
	width:100% !important; 
	overflow:auto;
	background:#f2f2f2; 
	border: 5px solid #ccc;
	color: #222; 
	padding:5px;
	margin:0 0 0px 0 !important;
	font-size: 1.1rem;
	outline: 0;
	resize:none;
	border-radius: 0;
	font-family: Verdana;
	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

#soruyorumAdSoyad {
	height:40px;
	width:100%; 
	overflow:auto;
	background:#f2f2f2; 
	border:5px solid #ccc;
	color: #222;
	padding:5px;
	margin:0 0 -5px 0;
	font-size: 1.1rem;
	outline: 0;
	font-family: Verdana;
	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

#soruyorumGonder {
	vertical-align: middle;
	font-family: Verdana;
	margin: 0 0 5px 0;
	border: 5px solid #CCC;
	background: #CCC;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 3rem;
	padding: 0;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-align: center;
}


.soruyorumBackground {
	background: #fff;
}

.buton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c9c9c9) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c9c9c9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c9c9c9');
	background-color:#ededed;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #a8a8a8;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:1.4vh;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:16px;
	width:inherit;
	min-width:86px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	outline:none;
}
.buton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c9c9c9), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c9c9c9 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#ededed');
	background-color:#c9c9c9;
}

#android-play {
	width:100%;
}

.iletisim {
	width:100%;
	max-width:1180px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.televotingFrame {
	z-index:101;
	border:10px solid #492a80; 
	position:absolute;
	overflow: auto;
	left:30px;
	top:30px;
	width: 22rem;
/*	width:246px; */
	padding:0px;
	margin: 0px;
}

.televotingDialog { 
	min-height:200px; 
	padding:15px; 
	background-color:#ffffff; 
	background-repeat:no;
}

.televotingDialog {
	margin: 0px;
    min-height:200px;
    padding:15px;
    border:6px solid white;
    background-color:#52bcc2;
    background-repeat:no;
	color: white;
	position: relative;
	z-index:100;
	overflow: auto;
	left:0px;
	top:0px;
	margin: 0px;
}

.televoting_cevap {margin: 5px 0;}
.televoting_cevap label {line-height:20px;padding:5px 1px 5px 3px;}

#canliyayin {

}
#canliyayin_wrapper {
	position: relative !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
	overflow: hidden !important;
}

#android-gizle{display:block;}

#pip {
z-index: 9997;
position: relative;
height: 0px;
top:0;
}
#pip .stream2 {
width: 37.6%;
color: #FFFFFF;
height: auto;
position: absolute;
right: 0;
}

#reklam {
z-index: 9999;
position: relative;
height: 0px;
top:10px;
}
#bildirim {
z-index: 9998;
position: relative;
height: 0px;
}
#bildirim div span {
font-family:Arial;
letter-spacing: 1px;
display: table-cell;
vertical-align: middle;
}
@-moz-document url-prefix() { 
#bildirim div span {
display: inline-block;
height: 48px;
}
}
#reklam .reklam1 {
background: #43464a;
width: 270px;
color: #FFFFFF;
padding: 10px;
height: 100px;
text-align: center;
margin: auto;
}
#bildirim #not1 {
display: table;
background: #43464a;
color: #FFFFFF;
min-height: 48px;
text-align: center;
margin: auto;
position: relative;
font-size: 16px;
line-height: 23px;
width: 80%;
padding: 8px;
}
#ekstralar {
display:none;
}
#kapat {
display:none;
height:0;
top:10px;
position:relative;
z-index:9999;
}
#kapat img {
cursor: pointer;
position:relative;
right:-156px;
width:24px;
height:24px;
margin:0 auto;
display:block;
}
#not-kapat {
width: 24px;
height: 24px;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
}
#not-kapat img {
cursor:pointer;
}
#buttons {
height: 0;
position: relative;
z-index: 9999;
top: 8px;
left: 8px;
display:none;
}
#buttons #expand {
background: url('../i/expand-2.png') no-repeat;
border: none;
border-radius: 5px;
margin: 0;
cursor: pointer;
width: 46px;
height: 32px;
padding: 0;
outline:none;
}
#buttons #compress {
display:none;
background: url('../i/compress-2.png') no-repeat;
border: none;
border-radius: 5px;
margin: 0;
cursor: pointer;
width: 46px;
height: 32px;
padding: 0;
outline:none;
}
#buttons button span {
width: 36px;
height: 18px;
display: block;
margin: 0 auto;
}
#buttons #expand:hover {
background: url('../i/expand-1.png') no-repeat;
}
#buttons #compress:hover {
background: url('../i/compress-1.png') no-repeat;
}

.alt .right .variant-icon {
	padding: 0 0.5rem 0 0;
	border: 0px dashed black;
	font-size: 1.5rem;
}
.alt {
/*	margin-bottom:3px; */
	margin: 5px 0;
    padding: 8px 10px;
    background: #cccccc;
	border: 0px dashed green;
	display: flex;
	justify-content: stretch;
	justify-items: stretch;
    font-size: 10px;
    font-weight: bold;
}
.alt .left {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border: 0px dotted green;
}
.alt .right {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 0px dotted red;
}

.alt  a {
    font-size: 10px;
    text-decoration:none;
    color: #222;
}
.alt .p2 {
    background: #f2f2f2;
    padding: 8px 10px;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    border-bottom: 1px solid #cccccc;
}
.alt .p2 span.aciklama {
    display: inline-block;
}
.alt .p3 {
    background: #f2f2f2;
    padding: 8px 10px;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
}
.alt .p3 a {
    font-size: 10px;
    color: #d71a21;
}

/* Arşiv CSS */
#arsiv {
float: right;
width: 27%;
background: #f2f2f2;
}
#arsiv h3 {
background: #cccccc;
padding: 8px 10px 6px 10px;
margin: 0;
border-bottom: 1px solid #aaaaaa;
font-size: 14px;
font-weight: bold;
}
#arsiv ul {
padding:0;
margin:0;
list-style-type: none;
max-height: 480px;
height: 100%;
overflow: auto;
}
#arsiv ul li {
background: #f2f2f2;
padding: 8px 10px;
margin: 0;
border-bottom: 1px solid #cccccc;
}
#arsiv ul li:last-child {
border-bottom:none;
}
#arsiv ul li:hover {
background:#e5e5e5;
}
#arsiv ul li a {
display:block;
font-size: 12px;
line-height: 20px;
text-decoration:none;
color:#666;
min-height:40px;
}
#arsiv ul li a:hover{
color:#222;
}
#arsiv ul li a p {
float: left;
margin: 0 10px 0 0;
vertical-align: middle;
text-align: center;
position: relative;
top: 10px;
font-size: 25px;
}

#arsiv ul li a .d1 {
display: table;
height: 40px;
}
#arsiv div {
border: 2px solid #cccccc;
padding: 5px;
}

#arsiv ul li a .d2 {
display: table-cell;
vertical-align: middle;
}

#rtsp {
background: #cccccc;
padding: 8px 10px 6px 10px;
margin: 0;
font-size: 14px;
font-weight: bold;
margin:3px 0 7px 0;
}
.rtsp {
color:#222;
text-decoration: none;
}
.rtsp:hover {
text-decoration:none;
}

@media all and (max-width: 570px) {
	#bildirim div span {
		font-size:13px;
	}
}

@media all and (max-width: 767px) {
	button#expand {	
		display:none !important;
	}
}

@media all and (max-width: 910px) {
	#arsiv ul li a p {
		display:none;
	}
}

@media all and (max-width: 480px) {

	#sag {
			width:100% !important;
	}
	#sol {
			width:100% !important;
	}
	#poster {
		display: none;
	}
	#center-row {
		flex-direction: column-reverse; 
	}
	#arsiv {
			width: 100% !important;
	}
	#arsiv ul li a {
		min-height:20px;
	}
	#arsiv ul li a .d1 {
		height:20px;
	}
}

@media all and (max-width: 321px) {

#reklam .reklam1 {
margin: 0 0 0 5px !important;
}
#kapat img {
right: -147px !important;
}
}

