
@import url("normalize.css");


html,
body {
    -webkit-font-smoothing: antialiased;
    font:14px 'Helvetica Neue', Helvetica, arial;
    background: #e2e8ec;
    *min-width: 1110px;
    min-width: 1110px;
    position: relative;
    z-index: -2;
}


a:focus {
    outline: 0;
}


.hover-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
}
.hover-icon img {
    margin-top: -2px;
    vertical-align: middle;
}
a:hover .hover-icon img,
.hover-icon .hover {
    display: none;
}
a:hover .hover-icon img.hover {
    display: inline-block;
    *display: inline;
    zoom: 1;
}





.kutu {
    float: left;
    border-radius:3px;
    margin-bottom:20px;
    background: #ffffff;
    overflow: hidden;
    z-index:3;
    position:relative;
}

.kutu-beyaz {
    float: left;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #ffffff;
}
.kutu-beyaz .title {
    float: left;
    height: 49px;
    line-height: 49px;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}
.kutu-beyaz .title .icon {
    float: left;
    height: 20px;
    margin: 15px 13px 0 23px;
}
.kutu-beyaz .title .icon img {
    float: left;
    height: 20px;
}

.kutu-beyaz .prev {
	float: right;
    width: 41px;
    height: 49px;
	border-left: 1px solid #eef5f7;
    background-image: url('../images/sprite-box-arrows-white.png');
    background-position: left top;
}
.kutu-beyaz .prev:hover {
    background-position: left bottom;
}
.kutu-beyaz .next {
	float: right;
    width: 41px;
    height: 49px;
    background-image: url('../images/sprite-box-arrows-white.png');
    background-position: right top;
}
.kutu-beyaz .next:hover {
    background-position: right bottom;
}

.kutu-beyaz-white .title {
    color: #787878;
}

.online-operations {
    width: 100%;
}

.online-menu,
.online-menu li {
    float: left;
    width: 1125px;
    height: 143px;
    padding: 0;
    background: none;
    overflow: hidden;
}
.online-menu {
    border-top: 1px solid #eef5f7;
}
.online-menu li a {
    float: left;
    width: 183px;
    height: 142px;
    padding: 13px 8px 0 8px;
    border-right: 1px solid #eef5f7;
    overflow: hidden;
}
.online-menu li a:last-child {
    border-right: 0;
}
.online-menu li a:hover {
    background: #f0f0f0;
}
.online-menu li a .icon {
    float: left;
    width: 180px;
    height: 80px;
    line-height: 80px;
    margin: 0 0 15px 0;
    text-align: center;
}
.online-menu li a .icon img {
    height: 80px;
    vertical-align: top;
}
.online-menu li a .text {
    float: left;
    width: 180px;
    height: 36px;
    line-height: 18px;
    margin: 0;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #464646;
    text-align: center;
    overflow: hidden;
}


.kutu-duyuru {
    float: left;
    width: 100%;
    height:64px;
    line-height:64px;
    background: #21c6e2;
}

.kutu-duyuru .link {
    float: right;
    width:110px;
    height: 49px;
    line-height: 49px;
    border-left: 1px solid #1cbad5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}
.kutu-duyuru .link:hover {
    background: #1cb5cf;
    color: #ffea00;
}

.announcements {
    width: 100%;
    height: 64px;
}

.announcements .kutu-duyuru {
    width: 170px;
    height: 64px;
    line-height: 64px;
}
.announcements .kutu-duyuru .title {
    height: 64px;
    line-height:64px;
    font-size: 17px;
    color: #ffffff;
}
.announcements .kutu-duyuru .title .icon {
    float: left;
    height: 20px;
    margin: 20px 13px 0 23px;
}
.announcements .kutu-duyuru .title .icon img {
	float: left;
    height: 20px;
}

.announcements ul,
.announcements ul li,
.announcements ul li a {
    float: left;
    width: 767px;
    height: 64px;
    overflow: hidden;
}
.announcements ul li a {
    display: table;
}
.announcements ul li a > span {
    display: table-cell;
    vertical-align: middle;
}
.announcements ul li a > span > span {
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 30px;
    line-height: 15px;
    max-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
    background: url('../images/bg-announcements.png') 20px 5px no-repeat;
    overflow: hidden;
}

.announcements .all {
    float: left;
    width: 103px;
    height: 64px;
    line-height: 64px;
    border-left: 1px solid #eef5f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #bfbfbf;
    text-align: center;
}
.announcements .all:hover {
    border-color: #efefef;
    background: #efefef;
}
.announcements .prev,
.announcements .next {
    float: left;
    width: 41px;
    height: 64px;
    border-left: 1px solid #eef5f7;
    background-image: url('../images/sprite-announcements-arrows.png');
    background-repeat: no-repeat;
}
.announcements .prev {
    background-position: left top;
}
.announcements .prev:hover {
    border-color: #efefef;
    background-position: left bottom;
}
.announcements .next {
    background-position: right top;
}
.announcements .next:hover {
    border-color: #efefef;
    background-position: right bottom;
}

.projelerimiz {
    float: left;
    width: 100%;
    height: 350px;
    background: #ffffff;
	border-radius:4px;
}
.projelerimiz .title {
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eef5f7;
}
.projelerimiz .title h1 {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #21c6e2;
    font-family: 'gotham_rounded_medium', "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    padding-left: 55px;
    background: url('../images/star.png') no-repeat 20px 14px;
}

.projelerimiz .all {
    float: left;
    width: 103px;
    height: 49px;
    line-height: 49px;
    border-left: 1px solid #eef5f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #bfbfbf;
    text-align: center;
}
.projelerimiz .all:hover {
    border-color: #efefef;
    background: #efefef;
}

.projelerimiz  .switcher-holder {
    float: right;
    height: 49px;
}
.projelerimiz .prev {
    float: left;
    width: 41px;
    height:49px;
    border-left: 1px solid #eef5f7;
    background-image: url('../images/sprite-box-arrows-white.png');
	background-position: left top;
}
.projelerimiz .prev:hover {
background-position: left bottom;
}

.projelerimiz .next {
    float: left;
    width: 41px;
    height:49px;
    background-image: url('../images/sprite-box-arrows-white.png');
	background-position: right top;
}
.projelerimiz .next:hover {
background-position: right bottom;
}
.projelerimiz .list {
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
}
.projelerimiz .list ul {
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
}
.projelerimiz .list ul li {
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
    background: #ffffff;
}
.projelerimiz .list ul li a:first-child {
    margin-left: 0;
}
.projelerimiz .list ul li a {
    float: left;
    width: 270px;
    height: 355px;
    overflow: hidden;
    margin-left:14px;
}
.projelerimiz .list ul li a:hover .title {
    color: #df433a;
}
.projelerimiz .list ul li a:hover .type {
    color: #e5bc7a;
}
.projelerimiz .list ul li a .image-container {
    float: left;
    width: 270px;
    height: 220px;
    padding: 7px;
    position: relative;
}
.projelerimiz .list ul li a .image-container .spot-image {
    float: left;
    width: 260px;
    height: 220px;
    overflow: hidden;
}
.projelerimiz .list ul li a .image-container .type-image {
    bottom: 13px;
    position: absolute;
    text-align: center;
    width: 260px;
}
.projelerimiz .list ul li a .title {
    float: left;
    width: 270px;
    height: 110px;
    font-family: "korolev_medium", "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #575857;
    text-align: center;
}
.projelerimiz .list ul li a .type {
    float: left;
    width: 270px;
    text-align: center;
    font-family: "gotham_rounded_book", "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #AAC3AE;
}

.survey {
    width: 500px;
    height: 345px;
    padding: 25px 15px 10px 70px;
    background: url('../images/bg-survey.png')no-repeat;
}
.survey .question {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 16px;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
}
.survey .answers {
    float: left;
    width: 365px;
    height: 175px;
    line-height: 16px;
    margin-left: 30px;
    overflow: hidden;
}
.survey .answers label {
    float: left;
    width: 100%;
    height: 34px;
    line-height: 17px;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #d4ecf9;
    cursor: pointer;
    overflow: hidden;
}
.survey .answers label div {
    float: left;
    margin: 0 14px 16px 0;
}

.survey .buttons {
    float: right;
    width: 360px;
    height: 32px;
    margin-left: 35px;
    overflow: hidden;
}
.survey .buttons .button-vote {
    float: left;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    margin-right: 33px;
    background: #0069a0;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.survey .buttons .button-vote:hover {
    background: #005987;
    color: #ffea00;
}
.survey .buttons .button-result {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 28px 0 10px;
    background: url('../images/bg-button-result.png') right 11px no-repeat;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #01537e;
    text-align: center;
}
.survey .buttons .button-result:hover {
    background: url('../images/bg-button-result-hover.png') right 11px no-repeat;
    color: #ffea00;
}


.kutu-mavi {
    float: left;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #21c6e2;
}

.kutu-mavi .title {
    float: left;
    height: 49px;
    line-height: 49px;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}
.kutu-mavi .title .icon {
    float: left;
    height: 20px;
    margin: 15px 13px 0 23px;
}
.kutu-mavi .title .icon img {
    float: left;
    height: 20px;
}

.kutu-mavi .prev,
.kutu-mavi .next {
    float: right;
    width: 41px;
    height: 49px;
    border-left: 1px solid #1cbad5;
    background: url('../images/sprite-box-arrows.png') no-repeat;
}
.kutu-mavi .prev {
    background-position: left top;
}
.kutu-mavi .prev:hover {
    background-position: left bottom;
}
.kutu-mavi .next {
    background-position: right top;
}
.kutu-mavi .next:hover {
    background-position: right bottom;
}




.guide {
    width: 484px;
    height: 340px;
    margin-left:5px;
	float:right;
}

.guide ul,
.guide ul li {
    float: left;
    width: 484px;
    height: 291px;
   
}
.guide ul li a {
    float: left;
    width: 241px;
    height: 97px;
    border-right: 1px solid #eef5f7;
    border-bottom: 1px solid #eef5f7;
    
}
.guide ul li a:nth-child(2n) {
    width: 242px;
    border-right: 0;
}
.guide ul li a .icon {
    float: left;
    width: 50px;
    height: 50px;
    margin: 24px 15px 0 23px;
}
.guide ul li a .icon img {
    float: left;
    width: 50px;
    height: 50px;
}
.guide ul li a .title {
    float: left;
    width: 130px;
    height: 38px;
    line-height: 19px;
    margin-top: 30px;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #464646;
}
.guide ul li a:hover {
    background: #f0f0f0;
}


.tabs-explorer {
  float: left;
  width: 622px;
  height: 340px; }
  .tabs-explorer .image-container {
    float: left;
    width: 462px;
    height: 340px;
    overflow: hidden;
    position: relative; }
    .tabs-explorer .image-container .image {
      float: left;
      width: 462px;
      height: 340px;
      overflow: hidden; }
    .tabs-explorer .image-container .categories {
      float: left;
      height: 25px;
      position: absolute;
      left: 29px;
      top: 162px; }
      .tabs-explorer .image-container .categories .l {
        float: left;
        width: 12px;
        height: 25px;
        background: url('../images/gold.png') no-repeat left top; }
      .tabs-explorer .image-container .categories .m {
        float: left;
        height: 25px;
        line-height: 25px;
        font-family: 'proxima_nova_reg',"Arial", "Helvetica", sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        background: #d0b942; }
        .tabs-explorer .image-container .categories .m a {
          color: #FBF7E6; }
      .tabs-explorer .image-container .categories .r {
        float: left;
        width: 12px;
        height: 25px;
        background: url('../images/gold.png') no-repeat right top; }
    .tabs-explorer .image-container .text-container {
      float: left;
      width: 290px;
      position: absolute;
      left: 30px;
      top: 200px; }
      .tabs-explorer .image-container .text-container .title {
        float: left;
        color: #FFF;
        font-family: "korolev_medium","Arial", "Helvetica", sans-serif;
        font-size: 40px;
        font-weight: 500; }
      .tabs-explorer .image-container .text-container .description {
        float: left;
        color: #B2DFF4;
        font-family: "korolev_medium","Arial", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px; }
  .tabs-explorer .tabs {
    float: right;
    width: 160px;
    height: 58px; }
    .tabs-explorer .tabs h1 {
      float: left;
      width: 160px;
      height: 44px;
      line-height: 44px;
      color: #ffffff;
      font-family: "proxima_nova_semibold",Arial,Helvetica,sans-serif;
      font-size: 15px;
      text-align: center;
      background: #2f4f84; }
    .tabs-explorer .tabs .tabs-inner {
      float: left;
      width: 160px;
      height: 235px; }
      .tabs-explorer .tabs .tabs-inner ul {
        float: left;
        width: 160px;
        position: relative; }
        .tabs-explorer .tabs .tabs-inner ul li {
          float: left;
          width: 160px;
          height: 59px; }
          .tabs-explorer .tabs .tabs-inner ul li a {
            float: left;
            width: 160px;
            height: 59px;
            overflow:hidden;
            line-height: 59px;
            background: #03a9f4;
            color: #b2dff4;
            font-family: "korolev_medium",Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-align: center;
            border-bottom: solid 1px #039fe5; 
			}
            .tabs-explorer .tabs .tabs-inner ul li a.active {
              background: url('../images/ok.png') no-repeat 0px 21px;
              color: #2f4f84;
              position: absolute;
              overflow:hidden;
              left: -8px;
              border-bottom: none;
              width: 168px; }
              .tabs-explorer .tabs .tabs-inner ul li a.active:hover {
                position: absolute;
                left: -8px;
                border-bottom: none;
                background: url('../images/ok.png') no-repeat 0px 21px;
                color: #2f4f84; }
            .tabs-explorer .tabs .tabs-inner ul li a:hover {
              background: #039fe5;
              color: #ffffff; }
      .tabs-explorer .tabs .tabs-inner .pager-container {
        float: left;
        width: 160px;
        height: 43px; }
        .tabs-explorer .tabs .tabs-inner .pager-container a {
          float: left;
          width: 50px;
          height: 43px; }


		  
		  
		  
		  
		  
		  
		  
		  

.mail-group {
    width: 410px;
    height: 200px;
    padding: 30px 35px 0 15px;
	    background: url('../images/sms2.png');
		
}
.mail-group p {
    float: left;
    width: 100%;
    height: 64px;
    line-height: 16px;
    margin-bottom: 13px;
	margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
}
.mail-group .mail-group-row {
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 9px;
	margin-left: 100px;
		
}
.mail-group .mail-group-row .icon {
    float: left;
    width: 43px;
    height: 35px;
    line-height: 35px;
    margin-right: 14px;
    text-align: right;
}
.mail-group .mail-group-row .icon img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.mail-group .mail-group-row .text {
    float: left;
    width: 220px;
    height: 25px;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a0a0a0;
}
.mail-group .mail-group-row .button {
    float: left;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    margin-left: 57px;
    background: #7a2424;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.mail-group .mail-group-row .button:hover {
    color: #ffffff;
    background: #5f1b1b;
}





