.iframe-container {
	position: relative;
	width: 200px;
	height: 150px;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-container .clicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}


.video-header {
	display: inline-block;
	padding: 15px 10px;
	background-color: #0bbaee;
	color: #ffffff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.video-line {
	width: 100%;
	height: 3px;
	background-color: #0bbaee;
}

#accor {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#accor * {
	box-sizing: border-box;
}
#accor ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accor ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
}
#accor ul li:first-child {
	border-top: none;
}
#accor ul li:last-child {
	border-bottom: none;
}
#accor ul ul {
	display: none;
}

#accor ul span {
	display: block;
	height: 48px;
	line-height: 48px;
	background: url(res/accor-yok.png) left center no-repeat;
	padding-left: 36px;
	overflow: hidden;
}
#accor ul div {
	height: 48px;
	line-height: 48px;
	background: url(res/accor-closed.png) left center no-repeat;
	padding-left: 36px;
	overflow: hidden;
}
#accor ul span,
#accor ul div {
	cursor: pointer;
}
#accor ul ul {
	margin-left: 36px;
}
#accor ul ul span {
	background: none;
	padding-left: 16px;
}
#accor ul div.opened {
	background: url(res/accor-opened.png) left center no-repeat;
}
#accor ul span.sel {
	background-color: #d4edfc;
}

#veri {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}
#veri li {
	display: inline-block;
	vertical-align: top; /* bkz */
	margin: 5px;
	cursor: pointer;
	
	max-width: 210px; /* masaustunde 3 lu gorunmesi icin */
}
#veri li img {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 150px;
	border: solid 1px #009ee2;
}
#veri li span {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
}

.ortala img {
	display: inline-block;
	vertical-align: top;
}
.ortala {
	text-align: center;
}

.dugme {
	display: inline-block;
	color: #333333;
	padding: 10px 20px;
	margin: 0;
	text-decoration: none;
}
.dugme:hover {
	text-decoration: underline;
	background-color: #f8f8f8;
}

.mavi {
	background-color: #0bbaee;
	color: #ffffff;
}
.mavi:hover {
	text-decoration: none;
	background-color: #0080c8;
}

.kutula-hold {
	margin: 20px 0;
}
.kutula-hold * {
	box-sizing: border-box;
}
.kutula-hold span {
	vertical-align: top;
}
.kutula-box {
	display: inline-block;
	border: 2px solid #e20613;
}
.kutula-box input {
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding: 8px 5px;
	border: none;
	width: 100px;
}
.kutula-box input:focus {
	outline: none !important;
}
.kutula-label {
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	background-color: #e20613;
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	border: 2px solid #e20613;
}
.kutula-a {
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	background: url(res/kutula.png) right center no-repeat;
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	cursor: pointer;
}

@media all and (max-width: 768px) {
	.video-header {
		padding: 10px 10px;
		font-size: 14px;
	}
	.video-line {
		height: 2px;
	}
	.kutula-label {
		background-color: #ffffff;
		color: #333333;
		border: 2px solid #ffffff;
	}
}




