.modal-busy{
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.center-busy{
	z-index: 1000;
	margin: 300px auto;
	padding: 0px;
	width: 130px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.center-busy img{
	height: 80px;
	width: 80px;
}

.download-video iframe {
	width: 100%;
	height: 370px;
}

/*Ramazan ekleme */
.mydivider{
	width:80px;
	height:4px;
	margin:40px auto;
	border: none;
	background:#DF6A2E; 
}
.myselectbox{
	height: 40px;
    width: 100%;
    padding: 0px 6px;
}
select option{
	height: 40px;
}
label{
	color: #FFF;
}
.minus, .plus{
	width:40px;
	height:40px;
	line-height: 40px;
	background:#f2f2f2;  
	text-align: center;
}
.form-group input[type=checkbox]{
	height: auto;
}

.language-text{
	position: relative;
	top: 2px;
}
.nav-menu li:last-child a{
	padding-right: 0;
}