@import url('reset.css');
* {
    margin: 0;
    padding: 0;
}

body {
    background: rgba(158, 201, 232, 0.4);
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif, "Helvetica Narrow";
    font-size: 12px;
}

img {
    border: none;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    ;
}

#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}


/*Speed*/

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}


/*Quality*/

#supersized a {
    z-index: -30;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#supersized a.prevslide {
    z-index: -20;
}

#ikonlar {
    /* float: left; */
    height: 255px;
    width: 100%;
    margin-top: 55px;
    text-align: center;
}

#ikonlar2 {
    float: left;
    height: 155px;
    width: 610px;
    margin-left: 315px;
    margin-right: 170px;
}

.ikon {
    margin-right: 100px;
    display: inline-block;
}

.ikon_golge {
    background-image: url(img/alt_golge.png);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 295px;
    margin-right: 20px;
}

#alt_yazi {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #333333;
    /* float: left; */
    width: 100%;
    margin-top: 30px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    bottom: 10px;
}

#supersized a.activeslide {
    z-index: -10;
}

#supersized a.prevslide img, #supersized a.activeslide img {
    display: inline;
}


/*Controls Section*/

#controls-wrapper {
    margin: 0 auto;
    height: 62px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: url(../img/nav-bg.html) repeat-x;
    position: fixed;
}

#controls {
    overflow: hidden;
    height: 100%;
    text-align: left;
    z-index: 5;
    padding: 0 114px;
    /* Increase padding to give thumbnails room */
}

#slidecounter {
    float: left;
    color: #888;
    font: 23px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-shadow: #000 0 -1px 0;
    margin: 19px 10px 18px 20px;
}

#slidecaption {
    overflow: hidden;
    float: left;
    color: #FFF;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-shadow: #000 0 2px 0;
    margin: 23px 20px 23px 0;
}

#navigation {
    float: right;
    margin: 10px 20px 0 0;
}


/*Thumbnail Navigation*/

#nextthumb, #prevthumb {
    z-index: 6;
    display: none;
    position: fixed;
    bottom: 12px;
    height: 75px;
    width: 100px;
    overflow: hidden;
    background: #ddd;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
    right: 12px;
}

#prevthumb {
    left: 12px;
}

#nextthumb img, #prevthumb img {
    width: 150px;
    height: auto;
}

#nextthumb:active, #prevthumb:active {
    bottom: 10px;
}

#navigation> :hover, #nextthumb:hover, #prevthumb:hover {
    cursor: pointer;
}

#clsCode {
    font: "Courier New";
    font-size: 12;
    color: gray;
    text-decoration: none;
    background-color: #D3D3D3;
    border: 1px solid gray;
    width: 90%;
}

#mostSelect {
    width: 150px;
    font: 11px "Trebuchet MS";
}

#fontStyle {
    font: 11px "Trebuchet MS";
    cursor: pointer;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -95px
}

#container #text-fx {
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 48px
}

#container #text-fx>div {
    position: relative
}

#logo {
    text-align: center;
    /* float: left; */
    margin-top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.44);
}

#yilimiz {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 950px;
}

#giris_ana {
    /* width: 950px; */
    margin: 0px auto;
}

#logo img {
    width: 120px;
    vertical-align: middle;
}

.ikon:last-child {
    margin-right: 0px;
}

#logo h2 {
    display: inline-block;
    font-size: 43px;
    color: #0071c3;
    font-family: serif;
}

.ikon h3 {
    color: white;
    text-decoration: none;
    font-weight: normal;
    background: #0071c3;
    font-size: 21px;
    font-family: serif;
    border-radius: 0 0 9px 9px;
}

.ikon a {
    text-decoration: none;
}

.ikon img {
    border-radius: 9px 9px 0 0;
}

.ikon img:hover {
    filter: grayscale(100%);
}