 html,body{
    height:100%;
	background: #272822;
    }


.wrapper{
	height: 100%;

}
.ust{
	height: 100px;
}
.fill{
	height: 100%;
    min-height:100%;
    /*background-color:#990000;*/
    padding:0px;
    color:#efefef;
    overflow: hidden;

	
}
.top{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.bottom{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	
	 opacity: 0.7;
	 font-size: 12px;

	 line-height: 20px;
}
.fill img{
	height: 100% !important;
	/*-webkit-filter: grayscale(10%); /* Chrome, Safari, Opera */
}


.bg-beyaz{
	background: #fff;
	box-shadow: 1px 1px 10px #888888;
}
.bg-koyu{
	background: #3e3d3d !important;
	border-color: #3e3d3d;
}
.umenu{
margin-top: 60px;
}

.umenu a{
color: #fff;
padding:0 20px; 
display: block;
text-shadow: 1px 1px #000;
cursor: pointer;
}
a.son{
	padding-right: 0px;
}

.umenu a:hover{
text-decoration: none;
color:#777777;
}
.border{
	border: 1px solid gray;
}
.li {
margin-bottom: 10px;
}
.ile{
	line-height: 22px;
}
.ara{
	height: 5px;
}
.alt-uc .well-sm{
	margin-bottom: 10px !important;
	border-radius: 8px;
    font-size: 13px;
    min-height: 180px;
	
}
.w-100{
	width: 100%;
}
.close{
	color: #fff !important;
	opacity: .8 !important;
	text-shadow: 2px 2px #000 !important;

}
.modal-title{
	text-shadow: 2px 2px #000 !important;
}
 .navbar-brand{
    	padding: 0px !important;
    	padding-left: 5px !important;
    }

@media screen and (min-width: 768px) {
    .alt-uc{
	margin-top: -220px !important;
}
}
@media screen and (max-width: 768px) {
    .bottom div{
	color:#fff !important;
	
	}
	.bottom {
	position: relative !important;
	}


}



