
body {
    width: 100%!important;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
#yukleniyor {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
    background: #fff;
    text-align: center;
    padding-bottom: 100px;
}

div {
    margin: 0px;
    padding: 0px;
}
a.geriDon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    color: #fff;
    background-color: rgba(12, 74, 138, 1);
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
}
.bolumler {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 9999;
    color: #fff;
}
.bolumler a{
    display: block;
    color: #fff;
    background-color: #4b6ccb;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.8em;
    transition: all .3s linear;
    text-align: center;
    opacity: 0.5;
}
.bolumler a:hover{
    background-color: #030f35;
    transform: scale(1.2);
    opacity: 1;
}
.bolumler a.active{
    background-color: #030f35;
    font-weight: bold;
    transform: scale(1.2);
    opacity: 0.8;
}
.type {
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 9999;
    color: #fff;
}
.type a{
    display: block;
    color: #fff;
    background-color: #4b6ccb;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.8em;
    transition: all .3s linear;
    text-align: center;
    opacity: 0.5;
}
.type a:hover{
    background-color: #030f35;
    transform: scale(1.2);
    opacity: 1;
}
.type a.active{
    background-color: #030f35;
    font-weight: bold;
    transform: scale(1.2);
    opacity: 0.8;
}
