@font-face {
    font-family: BaslikYaziTipi;
    src: url(font/MyriadWebPro-Bold_0.ttf);
}

@font-face {
    font-family: TumYazilar;
    src: url(font/MyriadWebPro_0.ttf);
}
@font-face {
    font-family: TumYazilarKalin;
    src: url(font/MyriadWebPro-Bold_0.ttf);
}
@font-face {
    font-family: TumYazilarItalik;
    src: url(font/MyriadWebPro-Italic_0.ttf);
}
@font-face {
    font-family: TumYazilarKalinItalik;
    src: url(font/Philosopher-BoldItalic.ttf);
}

body {font-family: TumYazilar, Arial, Helvetica, sans-serif; font-size:12px;}

.site-header {
    border-top: #f1f1f1 5px solid;
    color: #8ab5d6;
}

#ust_cerceve
{
    position: relative;
    background: url(ust.jpg) no-repeat;
    background-size: 100% 100%;
}



.slogan {
    position: absolute;
    right: 15px;
    bottom: 13px;
    font-style: italic;
    font-size: 1.3em;
    font-weight: 600;
    padding: 5px;
    color:#9c9c9c;
}

.solmenu {
    float: left;
    margin-left: -30px;
}

.sagmenu {
    float: right;
}

.ustmenu {
     background-color: #363636;
     width: 100%;
}

.ustmenu ul {
    margin-bottom: 0px;
}

.ustmenu li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
  color: #f1f1f1;
  border-right: 1px solid #383838;
  font-size: 1.4em;
}

.ustmenu li.aktif {
    background-color: #6b6b6b;
}

.ustmenu li:hover {
    background-color: #6b6b6b;
}

.ustmenu li:last-child {
    border-right:0;
}

.ustmenu a {
  display: block;
  padding: 10px 20px;
  color:#f1f1f1;
}

.ustmenu a:hover {
    color:#fff;
    text-decoration: none;
    background-color: #6b6b6b;
}

.ustmenuM {
    display: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #180a0a;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid #180a0a;
    background-color: #000;
}

@media screen and (max-width: 960px) {

    .ustmenu {
        display: none;
    }

    .ustmenuM {
        display: block;
        background-color: #484848;
        width: 100%;
        min-height: 50px;
        text-align: center;
        position: relative;
        padding-top: 50px;
    }

    .ustmenuM li {
      list-style: none;
      display: block;
      color: #f1f1f1;
      border-bottom: 1px solid #383838;
      font-size: 1.5em;
    }

    .ustmenuAlt {
        display: none;
        padding: 0;
    }

    .ustmenuM a {
      display: block;
      padding: 10px 20px;
      color:#f1f1f1;
    }

    .ustmenuM a:hover {
        color:#fff;
        text-decoration: none;
        background-color: #6b6b6b;
    }

    .ustmenuM a:first-child {
        padding-left: 0;
    }

    .ustmenuM a#menuToggle {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 10px;
        background: url(ustmenu.png) no-repeat center;
    }

}

#icerikDiv {
    padding-top:15px;
}

.bolumler {
    text-align: center;
    font-family: TumYazilarKalin;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

.bolumler .bolumler_kare {
    width: 260px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border: 1px #f1f1f1 solid;
    border-radius: 10px;
    margin:10px auto;
    font-weight: bold;
    font-size: 1.3em;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .bolumler .bolumler_kare {
        width: 300px;
    }
}

.bolumler .bolumler_kare:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.bolumler .bolumler_kare a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.bolumler .bolumler_ilk_satir {
    margin-bottom: 25px;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginLeft10 {
    margin-left:10px !important;
}

.sagaYasla {
    /*float: right;*/
}

.solaYasla {
    /*float: left;*/
}

.mor {
    background-color: #4a3e62;
}

.kirmizi {
    background-color: #ef2a44;
}

.yesil {
    background-color: #6aaa1c;
}

.sari {
    background-color: #fab20b;
}

.turkuaz {
    background-color: #26d7dd;
}

.mavi {
    background-color: #337ab7;
}

.turuncu {
    background-color: #e1760e;
}

.carousel-caption h3 {
    font-family: TumYazilarKalin;
    color:#f5f5f5;
}

.yatayBlok {
    margin-bottom: 15px;
}

.yayinDonem {
    padding:15px; margin:20px auto; box-shadow:1px 5px 10px 8px #d3d3d3; border-radius: 15px; text-align: center;
}
.yayinDonem h4 {
    color:#fff;
    display: block;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.yanmenu {
    padding-left:0; margin:20px auto; box-shadow:1px 5px 10px 8px #d3d3d3; border-radius: 15px;
}

.yanmenu li {
    position: relative;
    width: 100%;
    list-style: none;
    font-weight: bold;
    padding: 10px;
}

.yanmenu li h4 {
    color:#fff;
    display: block;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.yanmenu li a {
    text-decoration: none;
}

.yanmenu li .altmenu {
    width: 100%;
}

.yanmenu li .altmenu a {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    border:1px #d3d3d3 solid;
    color:#363636;
}

.yanmenu li .altmenu a:hover {
    background-color: #d9d9d9;
}

.yanmenuAktif {
    background-color: #d9d9d9 !important;
}

.ogretmen_quizler p {
    padding:10px 0 10px 20px;
    font-weight: bold;
}

#cerceve {
    position:relative;
    height: 170px;
    width: 100%;
}

.ortala {
    text-align: center;
}

.yenilogo {
    width: 190px;
    z-index: 9999;
    padding-left: 10px;
    float: left;
    padding-bottom: 15px;
}

.yenilogo img {
    height: 90px;
    width: 113px;
}

.sosyalmedya {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.sosyalmedya li {
  float:left;
  list-style: none;
  margin-right: 10px;
}

.sosyalmedya img {
    width: 24px;
    height: 24px;
}

.sosyalmedya img:hover {
    width: 42px;
    height: 42px;
}

.sosyalmedya li a {
    width: 100%;
    height: 100%;
}

.katalog {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.katalog:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.form-horizontal{
}

.btn {
  margin-top: 15px;
}

.uyelik{
}

.widget-item{
  background-color: white;
}

#core_latest_events-2{
  width: 850px;
}

#dosyalar img{
  margin-right: 5px;
  width: 24px;
  height: 24px;
}


.widget-main-title{
  background-color:#d0dcef;
  height:15px;
}

.genelbaslik {
  height: 30px !important;
  line-height: 30px !important;
  padding:0px !important;
}

.bolumBaslik {
    color: #fff;
    padding:10px;
    border-radius: 5px;
}

.modul {
  background-color: white;
  margin-bottom:15px;
  position: relative;
}


.modul .baslik {
  height: 40px;
  background-color: #363636;
  line-height: 40px;
  padding-left: 10px;
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: bold;
}

.modul .baslik .normalBaslik {
    font-weight:normal !important;
}

.modul .baslikYedek {
  font-family: BaslikYaziTipi;
  height: 40px;
  background-color: #ebe9ec;
  line-height: 40px;
  padding-left: 10px;
  font-size: 20px;
  color: #E71A6A;
}

.modul .icerik {
  padding:10px 10px 10px 10px;
}

.icerik_basligi {
    font-family: BaslikYaziTipi;
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}

.search-form form input {
  min-width: 240px;
  box-shadow: none;
  border: 1px solid;
  height: 34px;
  padding: 10px;
}

.search-form form input {
  background-color: #004074;
}

.main-navigation {
    background-color: #484848;
}

.site-footer {
  background-color:#484848;
  padding-bottom: 40px;
}

.site-footer {
  color: #fff;
}

.site-footer a {
  color: #8ab5d6;
}

.footer-nav li:not(:first-child):before {
  color: #4e718d;
}

.bottom-footer p.small-text {
  color: #6b90ad;
}

.search-form form input,
.main-navigation,
.main-menu li {
  border-color: #6b6b6b;
}

.bottom-footer {
  border-color: #003a6a;
}

.main-menu {
  padding: 0;
  margin: 0;
}


.main_menu {
  margin: 0;
  padding: 20px;
  list-style: none;
  border-bottom: 1px solid;
}

.main_menu li:not(:first-child) {
  border-top: 1px solid;
  padding: 12px 0;
}

.girisFormu {
    padding-top: 10px;
}

.girisFormu input[type=text],.girisFormu input[type=password]
{
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    border:#d3d3d3 1px solid;
    border-radius: 4px;
}

.girisFormu input[type=text]:focus,.girisFormu input[type=password]:focus {
    background-color: #fff;
    outline: none;
}

.girisFormu_modal {
    padding-top: 10px;
}

.girisFormu_modal input[type=text],.girisFormu_modal input[type=password]
{
    width: 100%;
    padding: 15px;
    margin: 5px 0 15px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    border:#d3d3d3 1px solid;
    border-radius: 4px;
}

.girisFormu_modal input[type=text]:focus,.girisFormu input[type=password]:focus {
    background-color: #fff;
    outline: none;
}

.girisButton_modal {
    color:#fff;
    background-color: #ff9600 !important;
    border-color: #db8204 !important;
}

.girisButton_modal:hover ,.girisButton_modal:focus, .girisButton_modal:active {
    color: #fff;
    background-color: #ec8b00 !important;
    border-color: #e99011 !important;
}

#giris {
    background: linear-gradient(to right, #90a1bd, #e1e3e8);
    padding-bottom: 25px;
    height: 100%;
}

#giris #karsilama {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 265px;
}

.giris_baslik {
    text-align: right;
    padding-right: 15px;
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0.7;
    z-index: 100;
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #f1f1f1;
    font-size: 1.3em;
    font-weight: bold;

}
.giris_baslik a {
    color:#fff;
    text-decoration:none;
    border-radius: 0 0 4px 4px;
    padding: 10px 20px;
    margin-right: -10px;
    border: 1px #c0142b solid;
    border-top: none;
}
.giris_baslik_aktif {
    background: linear-gradient(to right, #90a1bd, #e1e3e8) !important;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.giris_baslik_aktif span {
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    padding: 10px 25px;
    border: 1px #8999b6 solid;
    border-top: none;
    background-color: #91a2be;
}

.sifremiUnuttum {
    background-color: #004884 !important;
    border-color: #004c93 !important;
    color: #fff;
    float: right;
}

.sifremiUnuttum:hover {
    background-color: #165d98 !important;
    border-color: #004c93 !important;
    color: #fff;
}

.il_bayiler {
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    width: 46%;
    height: 250px;
    border: 3px #eee solid;
    background-color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.il_bayiler p{
    font-size: 14px !important;
}


#anabayi {
    background-color: #f1f1f1 !important;
    border: 3px #eee solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#anabayi h2 {
    color: #ff0000;
}

.bize_ulasin {
    margin:10px auto;
}

.formTextAlanlari {
    height: 45px;
    margin-bottom: 5px;
}

.formTextAlanlari:focus {
    border:2px #e20378 solid;
}

.formSecimAlanlari {
    width: 100%;
    background-color: #fff;
    border:1px #d3d3d3 solid;
    height: 45px;
    margin-bottom: 5px;
}

.formSecimAlanlari:focus {
    border:2px #e20378 solid;
}

@media (max-width: 575.98px) {
    .modalYayin {
        padding:10px;width: 309px !important;height:390px !important;
    }
}

.yayinlar {
    margin:15px auto;
}

.yayinlar div.yayinlarimizYayin {
    width: 180px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 55px;
    text-align: center;
}

.yayinlar div.yayinlarimizYayin:hover ._yayin{
    box-shadow: 3px 3px 3px 3px #bfbdbd;
}

.yayinlar div._yayin {
    padding: 5px;
    text-align: center;
    position: relative;
    box-shadow: 2px 3px 2px 3px #e9e9e9;
    border-radius: 5px;
    margin-bottom: 10px;
}

.yayinlar div._yayin img {
    width: 176px;
    height: 230px;
    margin-bottom: 5px;
}

.yayinlar div._yayin .yeniUrun {
    width: 44px;
    height: 25px;
    line-height: 25px;
    z-index: 101;
    background:#FF0000;
    color:#fff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
}

.yayinlar div._yayin .yayinAdi {
    display: none;
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    opacity: 0.7;
}

.yayinlar .yayinlarimizYayinAdi {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.yayinlar div.yayinlarimizYayin:hover .yayinlarimizYayinAdi {
    background-color: #6b6b6b;
}

.yayinlar div.yayinlarimizYayin:hover .yayinlarimizYayinAdi a {
    color: #fff;
    text-decoration: none;
}

.yayinlar .yayinlarimizYayinAdi:hover {
    background-color: #6b6b6b;
}
.yayinlar .yayinlarimizYayinAdi:hover a {
    color: #fff;
    text-decoration: none;
}

.yayinlar .yayinlarimizYayinAdi a {
    color:#000;
}

.yayinUygulamalar {
    width: 100px;
    height:300px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.yayinUygulamalar .uygulamalarYayinAdi {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.yayinUygulamalar .uygulamalarYayinAdi:hover {
    background-color: #6b6b6b;
}

.yayinUygulamalar .uygulamalarYayinAdi a {
    color:#000;
}

.yayinUygulamalar .uygulamalarYayinAdi:hover a {
    color: #fff;
    text-decoration: none;
}


.yayinlar div.yayin {
    text-align: center;
    position: relative;
    box-shadow: 2px 3px 2px 3px #e9e9e9;
    border-radius: 5px;
}


.yayinlar div.uygulamalar img {
    width: 180px;
    height:130px;
    margin-bottom: 5px;
}

.yayinlar div.yayin .yeniUrun {
    width: 44px;
    height: 25px;
    line-height: 25px;
    z-index: 101;
    background:#FF0000;
    color:#fff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
}


.yayinaciklama .carousel-control.right, .yayinaciklama .carousel-control.left {
    background-image: none !important;
    background-repeat: no-repeat;
    color:black;
}

.urunSecDiv {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.urunSecLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.urunSecLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  margin-left: -12px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.urunSecLabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.urunSecLabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.urunSecLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.urunSecLabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.videolar {
    margin:15px auto;
}

.videolar div.yayinlarimizYayin {
    width: 180px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 55px;
    text-align: center;
}

.videolar div.yayinlarimizYayin:hover ._yayin{
    box-shadow: 3px 3px 3px 3px #bfbdbd;
}

.videolar div._yayin {
    padding: 5px;
    text-align: center;
    position: relative;
    box-shadow: 2px 3px 2px 3px #e9e9e9;
    border-radius: 5px;
    margin-bottom: 10px;
}

.videolar div._yayin img {
    width: 176px;
    height: 230px;
    margin-bottom: 5px;
}

.videolar div._yayin .yeniUrun {
    width: 44px;
    height: 25px;
    line-height: 25px;
    z-index: 101;
    background:#FF0000;
    color:#fff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
}

.videolar div._yayin .yayinAdi {
    display: none;
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    opacity: 0.7;
}

.videolar .yayinlarimizYayinAdi {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.videolar div.yayinlarimizYayin:hover .yayinlarimizYayinAdi {
    background-color: #6b6b6b;
}

.videolar div.yayinlarimizYayin:hover .yayinlarimizYayinAdi a {
    color: #fff;
    text-decoration: none;
}

.videolar .yayinlarimizYayinAdi:hover {
    background-color: #6b6b6b;
}
.videolar .yayinlarimizYayinAdi:hover a {
    color: #fff;
    text-decoration: none;
}

.videolar .yayinlarimizYayinAdi a {
    color:#000;
}

.videolar div._yayin img.oynat {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top:102px;
    left: 65px;
    z-index: 101;
    cursor: pointer;
}

.videolar div._yayin:hover img.oynat {
    opacity: 0.3;
}


#uye_kayit_formu {

}

#uye_kayit_formu input {
    padding: 20px 15px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    border: 1px #d3d3d3 solid;
}

#uye_kayit_formu input:focus {
    border: #e20378 1px solid;
    background: #fff;
}


#uye_kayit_formu select:focus {
    border: #e20378 1px solid;
    background: #fff;
}

.formSelect {
    width: 100%;
    height: 40px;
    position: relative;
    background: url(bg.jpg) no-repeat right center;
    border:1px #d3d3d3 solid;
    margin-bottom: 17px;
}
.griArkaplan {
    background-color: #f1f1f1;
}

.formSelect select::-ms-expand {
    display: none;
}

.formSelect select{
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    border: none;
    width: 100%;
    height: 40px;
}

.zorunlu {
    color:#ff0000;
}

.yayinresim {
    border:1px #f1f1f1 solid;
}

.yayinaciklama {
    padding: 5px;
    text-align: left !important;
}


.uygulama_sistemler {
    clear: both;
    margin: 20px auto;
    padding: 10px 10px 20px 10px;
    background-color: #acb3ec;
    text-align: center;
}

.uygulama_sistemler a {
    color: #fff !important;
}

.uygulama_sistemler a:hover {
    text-decoration: none;
}

.uygulama_sistemler h2 {
    margin-bottom: 30px !important;
}

.uygulama_os {
    margin: 0 auto;
    position: relative;
    width: 110px;
}
.uygulama_os img {
    width: 110px;
    height: 110px;
    display: block;
    margin-bottom: 10px;
    border:#404040 1px solid;
    padding: 10px;
}

#uygulama_windows {

}

#uygulama_linux {

}

#uygulama_mac {

}
