*:focus {
  outline: none;
}
.bold { font-weight: bold; }
.p12 { padding: 12px; }

.right-text {text-align: right; }
.left-text {text-align: left; }
.center-text {text-align: center; }

.show-medium { display: block; }
.show-large { display: block; }

@media (max-width : 1024px) {
  .show-medium { display: block; }
  .show-large { display: none; }
  body.index .bottom {
  width: 100%;
  z-index: -2 !important;}
}

@media (min-width : 993px) {
  .show-medium { display: none !important; }
  .show-large { display: block; }
}

.leaflet-container {
  background: transparent;
  outline: 0;
}

.mapwrapper { 
  position:relative; 
  width: 100%; 
  margin: 0 0 -50px;
  z-index: 2;
}
.mapwrapper ul {position: relative}

#map {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#map a:hover { text-decoration: none !important; }

.leaflet-marker-icon, .leaflet-marker-icon i {
  border: none !important;
  background: transparent !important;
}

.leaflet-popup-close-button {display: none;}
.leaflet-popup-content-wrapper {border-radius: 2px;}

.leaflet-marker-icon.active, .leaflet-marker-icon.active i {
  border: none !important;
  background: #2eaae1 !important;
}

body.genel .leaflet-marker-icon, .leaflet-marker-icon i { box-shadow: 0px 0px 0px 4px rgba(103,103,103,0.3) !important;   }
body.genel .leaflet-marker-icon.active, .leaflet-marker-icon.active i { box-shadow: 0px 0px 0px 4px rgba(46,170,225,0.3) !important; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
} 
a.camera, label.file { color: #009688 !important; cursor: pointer; }
a.camera:hover, label.file:hover { color: #2196f3 !important; }
#canvas {
  display: none;
}
#vid {
  display: none;
  position: fixed;
  top:0; right:0; bottom:0; left:0;
  z-index: 12000;
  width: 100%;
  height: 100%;
  background: black;
}
#vid video {
  width: 100%;
  height: 100%;
}

#vid #snap, #vid #switch {
  position: fixed; 
  background-color: #009688;
  text-align: center;
  color: white;
  cursor: pointer;
}

#vid #snap:hover, #vid #switch:hover {
  background-color: #2196f3;
}

#vid #snap {
  bottom: 48px;
  left: 50%;
  margin: -32px -32px;
  border-radius: 32px;
  width:64px;
  height:64px;
  line-height: 86px;
}

#vid #switch {
  display:none;
  /*bottom: 48px;
  right: calc(50% - 64px);
  margin: -16px -16px;
  border-radius: 16px;
  width:32px;
  height:32px;
  line-height: 36px;*/
}
.sidebar canvas {
  width: 100%;
  height: 0px;
  margin-bottom: 12px;
  image-orientation: from-image;
}
a.camera, label.file {
  margin-top: -14px;
}
label {font-weight: bold;}
.conded {display:none;}
.datum-action i {
  cursor: pointer;
}
.datum-action i:hover {
  color: black !important;
}
#datum-usure {
  display: none;
}
.popupitem {
  cursor: pointer;
}

.popupitem label{
  cursor: pointer;
  color: #808080;
}

.popupitem:hover label {
  color: #000;
}
.modal {
  max-height: 90% !important;
  z-index: 10000 !important;
  width: 480px;
}
body.map .modal-overlay {
  background: #000 !important;
}
.modal-overlay {
  background: #FFF !important;
  z-index: 9999 !important;
  opacity: 0.75 !important;
}
.leaflet-marker-icon {
  transition: 0.2s;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.topleft, .topright, .bottomleft, .bottomright, .bottom { position: fixed; z-index: 960; }
.topleft, .topright {top: 42px}
.bottomleft, .bottomright, .bottom {bottom: 0px}
.topleft, .bottomleft {left: 38px;}
.topright {right: 82px; top: 60px; width: 300px;}
.bottomright {right: 82px; width: auto; height:auto}
.bottom {width: 100%; z-index: -1;}
.pageleft { position: fixed; z-index: 1252; left: 0px; bottom: calc( 50% - 60px) ; width: 30px; height: 120px;}
.bottomleft {    padding: 0px 0px 0px 19px !important; } 

body.index .bottom {
width: 100%;
z-index: 0 !important;
margin-bottom: -10px !important;}

body.icerik_ep .bottom {
width: 100%;
z-index: 0 !important;}


.ist95-logo {
  display: block;
  background-image: url("../img/ist_kultur.png");
  background-size: cover;
  height: 50px;
  width: 270px;
  margin: 16px 0;
  transition: 0.15s;
  cursor: pointer;
}

.ilceler {
  display: block;
  height: 48px;
  width: 270px;
  margin-left: -30px;
  padding-left: 30px;
  cursor: pointer;
  color: white;
  font-size: 24px;
  line-height: 48px;
  background-image: url("../img/mpsw.png");
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center right;
  transition: 0.15s;
}
.ilceler:hover {
  margin-left:0;
  transition: 0.25s;
}

.ist95-logo:hover {
  transform: scale( 1.15 ); 
  transition: 0.25s;
}

.ist95-logo.center {
  margin: 14px auto;
}


.main {  
margin: 0px 0%;
    width: 100%;
}

body.index .main {
  margin: 0px 0%;
  width: 100%;
}

.main .center {
  margin-right: auto;
  margin-left: auto;
}

.lang {
  width: 80px;
  height: 28px;
  background-color: #00a651;
  float: right;
  padding: 4px 6px;
  margin: -4px 0 0 24px;
  display: inline-block;
}

.lang .code {
  width: 34px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
  color: white;
  padding: 1px 4px 0px;
  margin-right: -32px;
}

.lang .code.active {
  background-color: white;
  color: #00a651;
  margin-right: 3px;
}

p.lead {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin: 20px 20% 30px;
  color: #ffffff;
}

p.lead.prime {
  color: #ffffff;
  font-size: 30px !important;
  line-height: 36px;
  margin: 50px 0 40px;
  font-weight: 700;
}

body.icerik_cm p.lead.prime {
    margin: 50px 0 25px;
}
body.icerik_cm p.lead {
    font-size: 17px;
    margin: 0px 10% 30px;
}

body main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background: url(../img/background_image_1440x900.jpg) no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

main .center-text {
  font-size: 18px;
  padding-top: 69px !important;
  z-index: 1;
  background-image: url("../img/mp.html");
  background-size: 64px;
  background-position: center top;
  background-repeat: no-repeat;
}
main .center-text a {
  color: #2eaae1;
  margin-left: 16px;
}

.center-logo {
  text-align: center;
  display: inline-block;
  margin-right: 36px;
  margin-left: 36px;
  width: -webkit-fill-available;
  width: -moz-available;
  
}

ul.logo {
  overflow: visible;
  min-width: -webkit-fill-available;
}
ul.logo:after {
  clear: both;
}
ul.logo lir a img {
  float: left;
  height: 30px;
  margin:12px 24px 0 0 ;
}

.legend .unit, .topnav .unit {
  display:inline-block;
  overflow: visible;
  padding: 8px;
  vertical-align: top;
  line-height: 12px;
}
.legend .head {
  line-height: 22px;
  font-weight: 800;
  margin-top: 0;
}
.cards .card .grad {
  width: 100%;
  height: 6px;
  margin: -12px 0 2px;
}
.cards .card .rect {
  width: 21px;
  height: 12px;
  margin: 4px 2px -2px 0;
  display:inline-block;
}
.cards .card .text {
  font-size: 13px;
  line-height: 16px;
  display:inline;
}

.cards .card .text:after {
  display: block;
  height: 4px;
}

.topnav {
  transition: 0.4s;
  margin-right: -1600px;
  text-align: right;
  display: inline-block;
  float: right;
}
.topnav .head {
  line-height: 22px;
  font-weight: 800;
  margin: 14px 24px;
  cursor: default;
}
.topnav .btn {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  margin: 6px;
  text-transform: none;
  background-color: transparent;
  color: #2eaae1;
  border: 2px solid #2eaae1;
}
.topnav .btn.active,
.topnav .btn:hover {
  background-color: #2eaae1;
  color: white;
}
.topnav .btn.active {
  cursor: default;
}
.topnav .btn.disabled {
  color: #999 !important;
  border: 2px solid #999 !important;
  background: transparent !important;
}
.topnav .btn.dropdown-button {
  padding: 0 32px 0 12px;
  background-image: url("../img/down.svg");
  background-position: right 2px;
  background-size: 32px;
  background-repeat: no-repeat;
  text-align: left;
  min-width: 200px;
}
.topnav .btn.dropdown-button.active,
.topnav .btn.dropdown-button:hover {
  background-image: url("../img/down-white.svg");
}
.topnav ul.dropdown-content {
  overflow-x: hidden;
  margin-left: 6px;
}
.topnav ul.dropdown-content li * {
  padding: 0;
}
.topnav ul.dropdown-content li {
  padding: 6px 12px 0;
  white-space: nowrap;
  border-bottom: 1px solid #e8e8e8;
}
.topnav ul.dropdown-content li.disabled, .topnav ul.dropdown-content li.disabled:hover {
  color: #999;
  cursor: default;
}
.topnav ul.dropdown-content li:hover {
  color: #2EAAE1;
  background: white;
}
.topnav ul.dropdown-content li:last-child {
  border-bottom: none;
}

td, th {
  padding: 5px;
  vertical-align: bottom;
}

.card {
  background-color: rgba(255, 255, 255, 0.8);
}

.card.genel {
  position: fixed;
  top: 105px;
  right: 67px;
  width: 440px;
  height: 42px;
  background-color: #999999;
}

.card.genel ul {
  margin:12px 0 0 24px;
}

.card.genel ul li {
  float: left;
  color: white;
  margin-right: 7px;
}

.card.genel.yard ul {
  margin:12px 0 0 24px;
}

.card.genel.yard ul li {
  margin-right: 19px;
}

.card.genel ul li a {
  color: white;
  cursor:pointer;
}

.card.kunye {
  position: fixed;
  top: 150px;
  right: 67px;
  width: 440px;
  background-color: rgba(255,255,255,0.85);
}

#modal .card {
  margin: 0;
}

#modal .card-header,
.card.kunye .card-header {
  padding: 16px 24px 8px;
}

.card.kunye .card-header h5 {
  margin-right: 48px;
  line-height:32px; 
}
#modal .card-header h4 {
  margin-left: -4px;
  margin-bottom: 8px;
}

#modal .card-header a.close,
.card.kunye .card-header a.close {
  color:white;
  cursor:pointer;
  position:absolute;
  top:16px;
  right: 16px;
}

#modal .card-content {
  padding: 16px 24px 32px;
}

.card.kunye .card-content {
  padding: 16px 24px 32px;
  overflow-y: auto;
  max-height: 480px;
}

#modal .card-content .clearfix,
.card.kunye .card-content .clearfix {
  line-height: 24px;
}

#modal .card-content .clearfix.bb1 {
  border-bottom: 1px solid #d0d0d0;
}

#modal .card-content .clearfix.bb1.noborder {
  border-bottom: 0 !important;
}

#modal .card-content hr,
.card.kunye .card-content hr {
  margin-top: 30px;
}

.leaflet-popup-content { font-size: 14px; }
.leaflet-popup-content h6 { font-size: 18px; line-height: 24px;}
.leaflet-popup-content tbody tr { border-bottom: 1px solid #e8e8e8; }
.leaflet-popup-content tbody tr:last-child { border-bottom: none; font-weight: bold; }

.leaflet-popup .aid {
  width:240px;
  line-height:24px;
}

.leaflet-popup .aid .clearfix:last-child {
  margin-bottom: 48px;
}

.leaflet-popup .aid .rect {
  width: 26px;
  height: 16px;
  margin-right: 8px;
  margin-top: 4px;
}

.pushdown {
  bottom: 68px;
  left:78px; 
}

.leaflet-bar a {
  background-color: white !important;
  color: #2196F3 !important;
  border-radius: 0;
  border: 1px solid #2196F3 !important;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 20px;
}

.leaflet-bar a:hover {
  background-color: white !important;
  color: #2196F3 !important;
}

.leaflet-bar a:hover {
  background-color: white !important;
  color: #2196F3 !important;
}

.leaflet-control-scale-line {
  background: transparent !important;
}

.leaflet-bottom {
  bottom: 10px;
}

.leaflet-right {
  right: 20px;
}

h5.head {
  margin: 4px 14px !important;
  text-align: right;
}

p.tail {
  color: white;
  margin: 0px 14px;
  text-align: left;
  line-height: 16px;
}

.unit .mps {
  background-image: url("../img/mps.html");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 64px;
  margin: 8px 24px 0;
  height: 40px;
  font-size:16px;
  line-height: 36px;
  color: #2196F3;
  display: block;
}

.brand-green { color: #01a652 !important; display: inline; }
.brand-blue  { color: #00b4cd !important; display: inline; font-size: 14px;}
.normalg p { margin: 14px 0; }
.normalp p { margin: 14px 0 !important; }

.rotate.big { 
  display:block;
  width: 500px;
  margin: 280px 0 0 -222px;
  font-size: 50px;
  transform: rotate( 270deg );
}


.rotate.big.contact { 
  margin: 160px 0 0 -70px;
  width: 200px;
}
.nas:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nas {
    display: inline-block;
}

.nas img {
  width: 120px !important;
  height:120px !important;
  margin-top: 14px;
}
.nas img.left, .nas .left img { margin-right:20px; }
.nas img.right, .nas .right img { margin-left:20px; }
.nas p {
  display:block;
  width: calc( 100% - 144px );
}
.center .sm {
  width: max-content;
  display: inline-block;
}

.center .sm .fb,
.center .sm .tw {
  width:53px;
  height:53px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: inline;
}

.center .sm .fb { background-image: url(../img/sh-fb-gr.png); float: left; }
.center .sm .tw { background-image: url(../img/sh-tw-gr.png); float: right; }

.center .sm .fb:hover { background-image: url(../img/sh-fb-bl.png); }
.center .sm .tw:hover { background-image: url(../img/sh-tw-bl.png); }

.kutu{
    border: 1px solid #aaaaaa;
    display: block;
    height: 175px;
    }
.kutu .img {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;    
    margin-bottom: -15px;

    }
.kutu .text{
    text-align: center;    
    padding-top: 4px;
}

.kutu .text .txt {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: inline;
}

body.icerik_cm main.menu .kutu .text{
    text-align: center;
    border: 1px solid #ffffff;
    margin: 0px 23px 0px 23px;
    padding-top: 4px;
} 

body.icerik_ep main.menu .kutu .text{
    text-align: center;
    border: 1px solid #ffffff;
    margin: 0px 23px 0px 23px;
    padding-top: 4px;
} 

body.icerik_ep .kutu .text{
    text-align: center;
    padding: 2px 0px 0px 0;
    margin: 0px 0px 0px 0px;
    white-space:nowrap;
} 

.kutu.katalog .img {
    background-image: url(../img/katalog_icon.png);
    }
.kutu.katalog .txt {
}

.kutu.cogulmedya .img {
    background-image: url(../img/cogulmedya_icon.png);
    }
.kutu.cogulmedya .txt {
}

.kutu.egitimprogramlari .img {
    background-image: url(../img/egitim_icon.png);
    }
.kutu.egitimprogramlari .txt {
}

.kutu.videolar .img {
    background-image: url(../img/video_icon.png);
    }
.kutu.videolar .txt {
}
a {
    color: #ffffff;
    font-weight: 700;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #00b4cd;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    font-weight: bold;
}

.right {
    float: right !important;
    margin-top: 20px;
}

.material-icons.right{
    float: right !important;
    margin-top: 0px;
    margin-right: 0px;
}


.kutu.ansiklopedi {
    border: 2px #37587a;
    display: block;
    height: 40px;
    background-color: #37587a;
}
    
.kutu.sergi{
    border: 2px  #37587a;
    display: block;
    height: 40px;
    background-color: #37587a;
    }
    
ul.logo li a img {
  float: left;
  height: 80px;
  margin: -12px 24px 0 0 ;
}

ul.logo.sm li a img {
  float: left;
  height: 32px;
  margin:-6px 16px 0 -4px;
}
p.copyright {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  margin: 8px -40px 15px;
  font-weight: 300;
}

.kutu_an {
    border: 2px solid #37587a;
    display: block;
    height: 30px;
    background-color: #ffffff;
    }
    
.kutu_an.active {
    border: 2px solid #37587a;
    display: block;
    height: 30px;
    background-color: #37587a;
}
    
 p.sayfa_ismi {
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  padding: 0 63px;
  color: #ffffff;
  font-weight: bold;
}

 p.sayfa_ismi_alt {
  text-align: left;
  font-size: 22px;
  line-height: 0px;
  padding: 0 63px;
  color: #ffffff;
  font-weight: bold;
}
.kutu_an .text{
  text-align: center;
}

.kutu_an.active .text .txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: inline;
}
.kutu_an .text .txt {
  color: #37587a;
  font-size: 14px;
  font-weight: bold;
  display: inline;
}
.kutu_an:hover .text .txt {
  text-decoration: underline !important;
}
.kutu_an.active:hover .text .txt {
  text-decoration: none !important;
  cursor: default;
}

html {
  font-size: 12px;
}


.kutu.sinificiegitim {
  border: 2px #961c28;
  display: block;
  height: 40px;
  background-color: #961c28;
}
    
.kutu.use{
  border: 2px  #961c28;
  display: block;
  height: 40px;
  background-color: #961c28;
}
.kutu.urunler{
  border: 2px  #961c28;
  display: block;
  height: 40px;
  background-color: #961c28;
}

body.icerik_cm .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #37587a;
}

body.icerik_cm main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background: url(../img/background_image_1440x900.jpg) no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

body.icerik_ans .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #37587a;
}

body.icerik_ans main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

body.icerik_topluluk #medyalar a {
  color: #737373 !important;
  font-weight: 500;
}

body.icerik_topluluk #medyalar a.active {
  color: #37587a !important;
}

body.icerik_topluluk #screen a {
  color: #676767 !important;
}

body.icerik_topluluk ul#medyalar {
  margin: 0;
  padding: 0 0px 0 57px;
  font-size: 15px;
  overflow-y: auto;
  max-height: -webkit-fill-available;
  line-height: 23px;
}

body.icerik_topluluk #screen {
    font-size: 15px !important;
    line-height: 23px;
}

body.icerik_topluluk #screen h5 {
  color: #37587a;
  margin-top: 0;
  font-size: 21px;
  font-weight: bold;
}

body.icerik_topluluk #screen hr {
  border-color: #37587a;
  margin: 0;
}

body.icerik_topluluk #screen .tabs {
  background: transparent;
  width: auto;
  padding: 0 9% 0px 0px;
}

body.icerik_topluluk #screen .tabs .tab {
  height: 40px;
  line-height: 40px;
  border: 1px solid #37587a;
}

body.icerik_topluluk #screen .tabs .tab a {
  text-transform: none;
}

body.icerik_topluluk #screen .tabs .tab a.active {
  color: white !important;
  background-color: #37587a;
}

body.icerik_topluluk #screen .yazi {
  background-color: #ddd;
  min-height: 120px;
  cursor: pointer;
  padding: 24px;
  margin: 12px 12px 0 0;
}

body.icerik_topluluk #screen .yeni-yazi {
  background-color: transparent;
  width: 80px;
  min-height: 80px;
  cursor: pointer;
  padding: 26px;
  font-size: 72px;
  margin: 12px 12px 0 0;
  font-weight: bold;
  text-indent: -16px;
}

body.icerik_topluluk #screen .yazi:hover {
  background-color: #eee;
}

body.icerik_topluluk #screen .author {
  font-size: 18px;
  color: #37587a;
}

body.icerik_topluluk #screen .title {
  font-size: 16px;
}

body.icerik_topluluk .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #37587a;
}

body.icerik_topluluk main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ansiklopedi .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #37587a;
}

body.ansiklopedi main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ansiklopedi .ansiklopedi{
      padding: 0 50px 0 34px;
}

body.icerik_ep .main {
    margin: 0px 0%;
    width: 100%;
    background-color: #961c28;
}


body.icerik_ep main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background: url(../img/egitim_image_1440x900.jpg) no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.kutu.staelkitabi {
    border: 2px solid #ffffff;
    display: block;
    height: 40px;
    background-color: transparent;
    padding-top: 5px;
    margin: 25px 40px 0 -20px;
}

.kutu.bibliyografya {
    border: 2px solid #ffffff;
    display: block;
    height: 40px;
    background-color: transparent;
    padding-top: 5px;
    margin: 25px 40px 0 -20px;
}

a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
.row .col.s3.iklogo{
 margin-left: 48px;
 }

 body.icerik_ep_sinif .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #961c28;
}

body.icerik_ep_sinif main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
 
 body.icerik_ep_use .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #961c28;
}

body.icerik_ep_use main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

 body.icerik_ep_urunler .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #961c28;
}

body.icerik_ep_urunler main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

 body.icerik_videolar .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #d7925a;
}

body.icerik_videolar main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background-image: none;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-button.btn {
    border: 1px solid #d7925a;
    display: block;
    height: 40px;
    color: #d7925a;
    font-weight: inherit;
    background-color: transparent;
    padding-top: 2px;
    margin-top: 0px;
    }

body.hakkinda .main {
  margin: 0px 0%;
  width: 100%;
  background-color: transparent
}

body.hakkinda main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;
  background: url(../img/background_image_1440x900.jpg) no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
p.ust_baslik {    
  color: #ffffff;
  font-size: 39px;
  line-height: 39px;
  margin: 38px 0 14px;
  font-weight: 700;
  text-align: right;
  margin-right: 57px;
}
p.iletisim_icerik {    
  font-size: 18px;
  line-height: 26px;
  margin: 38px 57px 14px 57px;
  font-weight: 100;
  text-align: right;
  color: #ffffff;
}

b.brand-blue {
  color: #00b4cd;
}

b.brand-haritarenk {
  color: #bf2a45;
}

p.baglantilar_icerik {    
  font-size: 18px;
  line-height: 28px;
  margin: 38px 57px 14px 57px;
  font-weight: 100;
  text-align: right;
  color: #ffffff;
}
b.kurumlar{
  color: #00b4cd;
  font-weight:700;
  font-size: 23px;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    z-index: 999;
    will-change: width, height;
    position: sticky !important;
    width: initial !important;
}

.dropdown-content li {
    clear: both;
    color: #d7925a;
    cursor: pointer;
    min-height: 35px;
    line-height: 3.5rem;
    width: 100%;
    text-align: center;
    text-transform: none;
    border-bottom: 1px solid #e8e8e8;
}

.dropdown-button-map2.btn {
    border: 1px solid #253046;
    display: block;
    height: 40px;
    color: #00b4cd;
    font-weight: inherit;
    background-color: #253046;
    padding-top: 2px;
    }
    
.dropdown-content-map2 {
    background-color: #253046;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 100;
    z-index: 999;
    will-change: width, height;
    position: sticky !important;
    width: initial !important;
}

.dropdown-content-map2 li {
    clear: both;
    color: #00b4cd;
    cursor: pointer;
    min-height: 35px;
    line-height: 3.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

p.hakkinda_anabaslik {
    font-size: 28px;
    line-height: 34px;
    margin: 38px 6px -10px;
    font-weight: 100;
    text-align: center;
    color: #ffffff;
}

p.hakkinda_icerik {
    font-size: 16px;
    line-height: 25px;
    margin: 22px 50px 15px;
    font-weight: 100;
    text-align: left;
    color: #ffffff;
    margin-right: 57px;
    }
 .hakkinda_k{
   background-color: #00b4cd;
   margin: 27px 57px 0 57px;
 }
p.hakkinda_arabaslik{
    font-size: 24px;
    margin: 27px 0px 14px 49px;
    font-weight: 100;
    text-align: left;
    color: #ffffff;
}
p.sinifici_anabaslik {
    font-size: 27px;
    line-height: 26px;
    margin: 18px 56px -5px 63px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
}

p.sinifici_icerik {
    font-size: 15px;
    line-height: 23px;
    margin: 18px 50px 0 54px;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;
    }
p.sinifici_arabaslik_left{
    font-size: 18px;
    line-height: 21px;
    margin: 8px 79px -18px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
    margin-right: 10px;
}

p.sinifici_icerik_baslik {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 50px -17px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
    margin-right: 57px;
}

.row_1{
    margin-left: inherit;
    margin-right: auto;
    margin-bottom: 12px;
}
p.sinifici_arabaslik_right{
    font-size: 21px;
    line-height: 25px;
    margin: 0px 0 -17px 45px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
    margin-right: 0px;
}

p.sinifici_icerik_right {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 1px -15px;
    font-weight: 100;
    text-align: center;
    margin-right: 0px;
    color: black;
    }
p.ansiklopedi_liste{    
    font-size: 17px;
    line-height: 20px;
    margin: 0px 26px -15px;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;
    }
    
p.ansiklopedi_icerik{    
    font-size: 15px;
    line-height: 20px;
    margin: 0px 24px -15px;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;}
 
.anskilopedi_baslik{ 
    font-size: 23px;
    line-height: 26px;
    margin: 0px 21px -5px;
    font-weight: 700;
    text-align: left;
    color: #37587a;
}

body.icerik_topluluk .anskilopedi_baslik {
    font-size: 23px;
    line-height: 0;
    margin: -5px 56px 28px 56px;
}

body.sergi .anskilopedi_baslik {
    font-size: 26px;
    line-height: 1;
    margin: 11px 0px 14px 32px;
}

p.urunler_anabaslik{    
    font-size: 27px;
    line-height: 26px;
    margin: 0px 46px -5px 53px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
    }

.urun{
  margin-left: 38px;
  border: 1px solid #961c28;
  cursor: pointer;
}

.urun:hover {
  background-color: #def;
}

.urun_1{
  background-color: #f2f2f2;
  margin: 0 4% 0 53px;
}

.urun_2{
  background-color: transparent;
  margin: 0 4% 0 53px;
  }

p.u_baslik{
    font-size: 15px;
    color: #961c28;
    margin: 15px 10px 0px 10px;
    font-weight: bold;
}

p.u_yazar{
    font-size: 15px;
    color: white;
    background-color: #961c28;
    margin: 0px 10px 17px 10px;

}

p.u_icerik{
    font-size: 15px;
    color: black;
    margin: 5px 10px 0px 10px;

}

p.urun_icerik_u {    font-size: 15px;
    line-height: 20px;
    margin: 15px 17px -26px;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;}

p.urunler_anabaslik2{    
    font-size: 27px;
    line-height: 26px;
    margin: 0px 17px 12px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
  }

p.urunler_yazar2{
    font-size: 22px;
    line-height: 22px;
    margin: 0px 17px 12px;
    font-weight: 100;
    text-align: left;
    color: #961c28;
}  
  
.navy {
  background-color: #000929;
  color: white;
}


body.map .katalog {
  transform: rotate( 270deg );
  font-size: 22px;
  font-weight: 500;
  margin-left: -10px;
  margin-top: 90px;
}

body.map label {
  color: #ffffff !important;
}

.pageleft {
  margin-left: 0px;
  cursor: pointer;
  transition: 0.75s;
}
.pageleft.hide {
  display: block !important;
  margin-left: -100px;
}

#katalog {
  width: 300px;
}

#katalog .head {
  border-bottom: 4px solid #00b4cd;
}

#katalog .head .tabs {
  background: transparent;
  position: absolute;
  bottom: 0px;
  height: 23px;
}

#katalog .head ul.tabs > li.tab {
  height: 24px;
  border: 1px solid #00b4cd;
  line-height: 24px;
}

#katalog .head .tabs > li > a {
  padding: 0 8px;
  font-weight: bold;
}

#katalog .head ul.tabs > li.tab a.active {
  background: #00b4cd;
  color: white !important;
}

#katalog .list {
  padding: 12px;
}

#katalog .list a {
  color: black;
  font-size: 13px;
}

#katalog .list {
  padding: 0px 12px 0px 12px;
  height: calc( 100% - 120px);
  overflow-y: auto;
}

.filterpanes {
  color: #d7925a;
  font-size: 18px;
  display: none;
  font-weight: bold;
  
}

.filterpanes hr {
  border-color: #00b4cd;
}

.filterpanes h4 {
  color: #00b4cd;
  font-size: 16px;
}

.filterpane {
  max-height: 112px;
  overflow-y: auto;
}

.filtrele {
  color: #d7925a;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.topright:hover {
  background-color: #002448;
}

.topright i {
  color: #999;
}

.topright:hover i {
  color: #ffc107;
}

.filtrele .dropdown-button.btn {
  display: inline;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-transform: none;
  padding: 0;
  box-shadow: none;
}

.aicon {
  background-image: url(../img/aapin.png) !important; 
  width: 18px !important;
  height: 18px !important;
  margin: -9px !important;
  background-position:center !important;
  background-size:cover !important;
  background-repeat: no-repeat !important;
  color: white !important;
  text-indent: 6px;
}

body.map .modal .card-header {
  padding: 12px;
  margin-top:-12px;
  border-bottom: 4px solid #00b4cd;
}

body.map .modal .card-header h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 0;
}

#kunye {
  margin-bottom: -8px;
}











.close > i {
  color: #999;
}

.close > i:hover {
  color: #ffc107;
}

.full {
  width: 100%;
}
.block { display: block; }
.inline { display: inline; }
.relative { position: relative; }
.pleft { position: absolute; left: 0; }
.pright { position: absolute; right: 0; }
#carousel_container {
  position: relative;
}
#carousel_inner {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
#carousel_ul {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 99999px;
  /* important */
  left: -210px;
}
#carousel_ul li {
  position: relative;
  float: left;
  padding: 0px;
  height: 240px;
  margin-right: 6px;
}
#carousel_ul li img {
  cursor: pointer;
  border: 0px;
}
#carousel_ul li .title {
  cursor: pointer;
  position: absolute;
  top: 216px;
  height: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  overflow: hidden;
  padding-left: 12px;
}
#carousel_ul li .title a {
  color: #333;
  text-align: left;
}
#carousel_ul li .title:hover {
  background: #049cdb;
}
#carousel_ul li .title:hover a {
  color: #333;
}
#carousel_ul li .url {
  position: absolute;
  cursor: default;
  bottom: 0;
  width: 100%;
  min-height: 24px;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  color: #333;
  padding-left: 12px;
}
#left_scroll,
#right_scroll {
  position: absolute;
  top: 100px;
  color: #000;
  font-size: 32px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  text-align: center;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
#left_scroll span,
#right_scroll span {
  line-height: 50px;
}
#left_scroll:hover,
#right_scroll:hover {
  background: #0380A5;
  color: #FFF;
}
#left_scroll {
  left: 12px;
}
#left_scroll span {
  margin-left: -6px;
}
#right_scroll {
  right: 12px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
ul.logoalt.clearfix{
    width: 100%;
    height: auto;
    background-color: #ffffff;
}
.dropdown-use.usebtn {
    color: #961c28;
    }
.dropdown-content-use {
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    color: #961c28;
    opacity: 0;
    z-index: 999;
    will-change: width, height;
    position: sticky !important;
    width: initial !important;
}

.dropdown-content-use {
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    z-index: 999;
    will-change: width, height;
    position: sticky !important;
    width: initial !important;
}

.dropdown-content-use li {
    clear: both;
    color: #d7925a;
    cursor: pointer;
    min-height: 35px;
    line-height: 3.5rem;
    width: 100%;
    text-align: center;
    text-transform: none;
    border-bottom: 1px solid #e8e8e8;
}

.sinifici_alt{
    background-color: #f8f8f8;
    margin: 27px 9% 0 63px;
}

.kutu.sie{
    border: 2px solid #961c28;
    display: block;
    height: 40px;
    width: 200px;        
    background-color: transparent;
    padding-top: 8px;
    margin: 0px 0px 0px 21px;
}

.kutu .textsie .txt {
    color: #961c28;
    font-size: 15px;
    font-weight: bold;
    display: inline;
    margin-left: 15px;
}

h4 {
    font-size: 18px;
    line-height: 100%;
    margin: 1.5rem 0 -10px 0;
    font-weight: bold;
}

p.sinifici_arabaslik_alt_left{
    font-size: 21px;
    line-height: 24px;
    margin: 10px 20px -8px;
    font-weight: 700;
    text-align: left;
    color: #961c28;

}
.cm_a .editlink, .sie .editlink {
  position: absolute;
  right: 12px;
  top: 132px;
}

p.sinifici_arabaslik_alt_right{
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0px -8px;
    font-weight: 700;
    text-align: center;
    color: #961c28;
}

p.sinifici_arabaslik_alt_right_mis{
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0px -8px;
    font-weight: 700;
    text-align: center;
    color: #961c28;
}

body.icerik_ep_use .collapsible {
    border-top: 0px #ddd !important;
    border-right: 0px #ddd !important;
    border-left: 0px #ddd !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
    margin: 0.5rem 0px 1rem 32px;
}

body.icerik_ep_use .collapsible-header {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    color: #961c28;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 0px #ddd !important;
}

body.icerik_ep_use .collapsible-body {
    display: none;
    border-bottom: 0px solid #ddd;
    box-sizing: border-box;
    padding: 0px 0px 0px 19px !important;
    font-size: 15px;
}

p.use_arabaslik_right{
    font-size: 18px;
    line-height: 21px;
    margin: 8px 80px -18px;
    font-weight: 700;
    text-align: left;
    color: #961c28;
    margin-right: 57px;
}

body.map .leaflet-popup-content h5{
    font-size: 16px;
    line-height: 109%;
    margin: 0.82rem 0 0.656rem 0;
    }

.baslik{
    font-size:17px;
    font-weight: 700px;
}
    
.bilgidegis .txt {
    display: inherit;
    color: #00b4cd;
    font-weight: inherit;
    background-color: transparent;
    padding-top: 2px;
    font-size: 13px;
    }

body.map .bottomright .bilgidegisg .text_bdg {
    padding-top: 10px;
    }
    
body.map .bottomright .bilgidegisg .text_bdg .txt
    {
    display: inherit;
    color: #ffffff;
    font-weight: inherit;
    background-color: transparent;
    padding-bottom: 9px;
    font-size: 16px;
    }
    
body.map .bottomright {
    right: 82px; 
    width: auto; 
    height:auto;
    background-color:#bf2a45;
    bottom: 21px;
    z-index: 2;
}

body.icerik_topluluk .b, strong {
    font-weight: bold;
    font-size: 13px;
}

body.icerik_topluluk .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
    font-size: 15px;
  }

a.disabled:hover {
  color: #aaa !important;
  text-decoration: none !important;
  cursor: default !important;
}

.etkinlik_k{
  background-color: transparent;
  margin: 27px 57px 0 57px;
}

p.etk_zaman_01{
    background-color: #e6e6e6;
    text-align: center;
    max-height: inherit;
    min-height: 200px;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    padding: 22px 9px 22px 9px;
    margin-left: -9px;
    margin-right: -9px;
}
p.etk_icerik_01{
   background-color:transparent; 
   padding: 0px 9px 0 9px;
}

p.etk_zaman_02{
  background-color:#f2f2f2;
    text-align: center;
    max-height: inherit;
    min-height: 200px;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    padding: 22px 9px 22px 9px;
    margin-left: -9px;
    margin-right: -9px;
  }
p.etk_icerik_02{
   background-color:transparent;
    padding: 0px 9px 0 9px;
}

b.etk_tur{
  color: #00b4cd;
  font-size: 26px;
  font-weight: 700;

}

b.etk_gunay{
  color: #3b4559;
  font-size: 22px;
  font-weight:700;
}

b.etk_yilgun{
  color: #3b4559;
  font-size: 19px;
  font-weight: 100;
}

b.etk_saat{
  color: #00b4cd;
  font-size: 19px;
  font-weight: 100;
}

b.etk_baslik{
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}

b.etk.kisi{
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

b.etk.yer{
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

b.etk.hak{
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

.row.etk1{    
    margin-left: auto;
    margin-right: auto;
    background-color:#00b4cd; 
    margin-bottom: 10px;
}

.row.etk2{    
    margin-left: auto;
    margin-right: auto;
    background-color:#33c3d7; 
    margin-bottom: 10px;
}


body.etkinlikler .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding: 0;
}
.dropdown-content-navbar{
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    z-index: 999;
    will-change: width, height;
    position: absolute;
    width: initial !important;
}

.dropdown-button-dehaze.btn {
    height: 40px;
    color: white;
    font-weight: inherit;
    background-color: transparent;
    padding-top: 2px;
    }
    
.menu.dropdown-content {
    background-color: #fff;
    margin: 22px 5% 0 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    z-index: 999;
    will-change: width, height;
    position: absolute !important;
    width: initial !important;
    left: auto !important;    
    right: 0 !important;
}

.menu.dropdown-content li {
    clear: both;
    cursor: pointer;
    min-height: 1px;
    line-height: 3.5rem;
    width: 100%;
    height: 100%;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #e8e8e8;
}

.menu.dropdown-content li > a {
    font-size: 14px;
    color: black;
    display: block;
    line-height: 7px;
    padding: 14px 16px;
    text-align: left;
    font-weight: 100;
    }


.menu.dropdown-button.btn {
  display: inline;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-transform: none;
  padding: 0;
  box-shadow: none;
}


body.index .kutu .text .txt {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

body.index .collapsible {
    border-top: 0px #ddd !important;
    border-right: 0px #ddd !important;
    border-left: 0px #ddd !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    margin: 0px 0px 9px 0;
}

body.sitehakkinda .collapsible {
    border-top: 0px #ddd !important;
    border-right: 0px #ddd !important;
    border-left: 0px #ddd !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important; 
}

body.icerik_ep .collapsible {
    border-top: 0px #ddd !important;
    border-right: 0px #ddd !important;
    border-left: 0px #ddd !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important; 
}

body.index .collapsible-header {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: transparent;
    color: white;
    font-weight: 100;
    font-size: 17px;
    border-bottom: 0px #ddd !important;
    margin: -17px 0px 0px 48%;
}

body.sitehakkinda .collapsible-header {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 0px #ddd !important;
    margin: -17px 0px 0px 49px;
}

body.icerik_ep .collapsible-header {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: transparent;
    color: white;
    font-weight: 100;
    font-size: 17px;
    border-bottom: 0px #ddd !important;
    margin: -17px 0px 0px 47%;
}

body.index .collapsible-header i{
    width: 2rem;
    font-size: 3rem;
    display: inline-block;
    text-align: center;
    color: #00b4cd;
}

body.index .collapsible-header-before .txt{
    font-size:16px;
    color:#00b4cd;
    text-align:center;
}

 body.sitehakkinda .collapsible-header i{
    width: 2rem;
    font-size: 3rem;
    display: inline-block;
    text-align: center;
    color: white;
    margin-top: -5px;

}

body.sitehakkinda .collapsible-header-before .txt{
    font-size:16px;
    color:white;
    text-align:center;
}

body.icerik_ep .collapsible-header i{
    width: 2rem;
    font-size: 3rem;
    display: inline-block;
    text-align: center;
    color: white;
}

body.icerik_ep .collapsible-header-before .txt{
    font-size:16px;
    color:white;
    text-align:center;
}

body.index .collapsible-body {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    padding: 2rem;
    padding: 0px 85px 20px 85px;
    color: white;
    text-align: center;
    font-size: 16px;
    min-height: 400px;
    max-height: 291px;
    overflow-y: auto;
}
body.sitehakkinda .collapsible-body {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    padding: 2rem;
    padding: 12px 49px 0px 49px;
    color: white;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}

body.icerik_ep .collapsible-body {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    padding: 2rem;
    padding: 0px 85px 20px 85px;
    color: white;
    text-align: center;
    font-size: 14px;
    min-height: 400px;
    max-height: 291px;
    overflow-y: auto;
}

p.copyright {
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  margin: 28px 17px 15px -29px;
  font-weight: 300;
}

ul.logo.sm li a img {
  float: left;
  height: 32px;
  margin:9px -25px 0 45px;
}

body.map .topright{
    right: 82px;
    top: 60px;
    width: 300px;
    max-height: 625px;
}

body.sergi .main {
  margin: 0px 0%;
  width: 100%;
  background-color: #37587a;
}

body.sergi main.bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 9999px;
  z-index: -1;  
  background: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

p.sergi_anabaslik {
    font-size: 27px;
    line-height: 26px;
    margin: 5px 28px -5px;
    font-weight: 100;
    text-align: left;
    color: #37587a;
}

p.sergi_icerik {
    font-size: 15px;
    line-height: 20px;
    margin: 18px 28px 0;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;
    color: black;
    }

body.sergi .collapsible {
    border-top: 0px #ddd !important;
    border-right: 0px #ddd !important;
    border-left: 0px #ddd !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important; 
}
    
body.sergi .collapsible-header {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 21px;
    padding: 1rem;
    background-color: transparent;
    color: #37587a;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 0px #ddd !important;
    margin: 0px 16px 0px;
    text-align: left;
}

body.sergi .collapsible-header i{
    width: 2rem;
    font-size: 3rem;
    display: inline-block;
    text-align: left;
    color: #37587a;
    margin: -5px 0px 0px 0px;
}

body.sergi .collapsible-header-before .txt{
    font-size:16px;
    color:white;
    text-align:center;
}

body.sergi .collapsible-body {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    padding: 2rem;
    padding: 0px 49px 10px 49px;
    color: white;
    text-align: left;
    font-size: 14px;
    min-height: 400px;
    line-height: 25px;
}

p.sergi_anabaslik2 {
    font-size: 27px;
    line-height: 26px;
    margin: 5px 28px -5px;
    font-weight: 700;
    text-align: left;
    color: #37587a;
}
body.sergi a.link {
    color:black;
    font-weight: 700;
}

p.sergi_icerik_basin {
    font-size: 15px;
    line-height: 20px;
    margin: 0px -22px 0;
    font-weight: 100;
    text-align: left;
    margin-right: 0px;
    color: black;
    }
    
.card-ekle {
    height: auto;
    width: auto;
    margin: 0px 0px 0 0;
  
}

.card-body-ekle {
    padding: 105px 30px 0px 30px;
    background: url(../img/ekle_bg.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

#ekle.modal{
    top:25% !important;
    margin-left:25%;
    width:50% !important;
}

.card-body-giris{
    padding: 24px 30px 3px 30px;
    background-position: 0px 0px;
    background-color: white;
    background-repeat: no-repeat;
    color: black;
    font-size: 14px;
}

#giris.modal{
    top:25% !important;
    margin-left:20%;
    width:60% !important;
}

#giris.modal .card-ekle .head.navy {
  background-color: #000929;
  color: white;
  border-bottom: 6px solid #00b4cd;
}
    
.giris_baslik2{
  color: white;
  font-size: 23px;
  font-weight:700;
  padding: 10px 0px 0px 35px;
}

.giris_baslik3{
  color: #00b4cd;
  font-size: 23px;
  font-weight:700;
  padding: 0px 0px 0px 35px;
}
    
.kutu.earastirmaci {
    border: 1px #bf2a45;
    display: block;
    height: 35px;
    background-color: #bf2a45;
}

.kutu.ekurum {
    border: 1px #0e4182;
    display: block;
    height: 35px;
    background-color: #0e4182;
}

#arama {
    padding: 9px 0;
    float: right;
    position: relative;
}

#arama input {
    font-size: 16px;
    color: #a7a9ab;
    line-height: 22px;
    height: 16px;
    width: 200px;
    margin-right: 0px;
    padding: 5px 40px 5px 5px;
    /* font-family: -webkit-body; */
    border: 1px solid #CCC;
    border-radius: 20px;
}


#wrapper {    background-color: #00b4cd;
    margin: 27px 57px 0 57px;
    position: relative;
}

#arama-content {
    background-color: transparent;
    padding: 10px;
}

.row.ep_button{
    margin-left: 0%;
    margin-right: auto;
    margin-bottom: 20px;
}

p.video{
  background-color: #f2f2f2;
}

b.video_baslik {
  font-size: 21px;
  font-weight:700;
  padding-left: 10px;
  display: inline-block;
}

b.video_info{
    color: #999999;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 6px;
    padding-left: 10px;
    display: inline-block;
}

.row.video{
    margin-left: 7%;
    margin-right: auto;
    margin-bottom: 20px;
}

#mc-embedded-subscribe-form	{
    text-align: right !important;
    padding: 0px 36px 0px 0 !important;  
    margin: 0 0 -12px 0;    
}

#mc_embed_signup label {
  display: initial !important;
    font-size: 14px !important;
    padding-right: 15px !important;
    font-weight: bold !important;
    width: 200px !important;
    color: white !important;  
}

#mc_embed_signup .button{
    font-size: 13px !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px !important;
    letter-spacing: .03em;
    color: #fff;
    background-color: #fbb03b !important;
    box-sizing: border-box;
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s; 
    font-weight: 700 !important;
    
}

#mc_embed_signup input.email{   
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px !important;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px !important;
    color: #343434 !important;
    background-color: #fff;
    box-sizing: border-box;
    height: 28px !important;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 200px !important;
    vertical-align: top;
}

.egitmen{
    border: 2px solid #961c28;
    display: block;
    height: 130px;
    width: auto;
    background-color: transparent;
    margin: 10px 0px 0px 0px;
}

.mis_egitmen{
    border: 2px solid #961c28;
    display: block;
    height: 130px;
    width: auto;
    background-color: transparent;
    margin: 10px 0px 0px 0px;
}

img.pin{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;

}

b.ayrac{
    color:white;
}

.leaflet-top .leaflet-control {
    margin-right: 10px !important;
    margin-top: 10px;
    float: initial;
}

.leaflet-control-layers-expanded {
    background: transparent!important;
    border: none !important;
    box-shadow: none !important;
}

.leaflet-control-layers-scrollbar {
    overflow-y: auto!important;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-top {
    top: 10px !important;
}

.leaflet-top.leaflet-right {
    right: 32px !important;
    width: 170px;
    height: 20px;
}

.leaflet-control-layers label {
    display: -webkit-inline-box!important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    opacity: 1;
margin-left: -18px;}

.leaflet-control-layers-expanded label {
padding: 0px 10px 0 20px;}

.leaflet-control-layers-selector {
margin-top: 4px;}

body.icerik_videolar .filtrele {
    color: #d7925a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: -webkit-center;
}

@media (max-width : 450px) {
  .show-medium { display: block; }
  .show-large { display: none; }
     .right.moddy{
       padding: 0% 5% 0% 5%;}
   body.map .topright{
    right: 20%;
    top: 80px;
    width: 60%;
    max-height: 625px;
}  
   body.map .bottomright {
    right: 82px;
    width: 60%;
    height: auto;
    background-color: #bf2a45;
    bottom: 21px;
    z-index: 2;
    text-align: center;
}

    body.map #kunye {
    margin-bottom: -8px;
    width: 100% !important;
    top: 0% !important;
    max-height: 100% !important;}

    body.map #ekle.modal {
    top: 25% !important;
    margin-left: 0% !important;
    width: 100% !important;
}

    body.map #giris.modal {
    top: 5% !important;
    margin-left: 18%;
    width: 64% !important;
}

    body.map .topleft {
    left: 10px !important;
    padding: 0px !important;
}

    body.map .leaflet-top.leaflet-right {
    right: 0px !important;
    width: 155px;}
    
    body.index #mc-embedded-subscribe-form {
    text-align: center !important;
    padding: 0px 50px 0px 0px !important;
    margin: 0 0 -12px 0;
}
    body.icerik_ep .pushdown {
    display: none;}

    body.icerik_ep p.copyright {
    display: none;}
    
    body.icerik_ep .kutu.staelkitabi {
    margin: 25px 0% 0 20% !important;}
    
    body.icerik_ep .kutu.bibliyografya {
    margin: 25px 0% 0 20% !important;}
    
    body.icerik_ep .bottom {
    z-index: -1 !important;}
    
    body.icerik_topluluk .anskilopedi_baslik {
    line-height: 1;
    margin: -5px 30px 28px 37px;}

    body.icerik_topluluk ul#medyalar{
    padding: 0 0px 0 14px;}

    body.icerik_topluluk #screen{
    padding: 0 14px 0 0px;}
    
    body.icerik_topluluk #screen h5 {
    margin-top: 50px;
    margin-left: 8px;}
    
    body.icerik_ep_sinif p.sinifici_icerik_right {
    margin: 10px 21px -8px;
    text-align: left;}
    
    body.icerik_ep_sinif p.sinifici_arabaslik_alt_right {
    margin: 13px 20px -3px;
    text-align: left;}
    
    body.icerik_ep_sinif p.sinifici_arabaslik_alt_right_mis {
    margin: 13px 20px -3px;
    text-align: left;}
    
    body.icerik_ep_sinif p.sinifici_icerik {
    margin: 18px 50px 0 17px;}

    body.icerik_ep_use p.sinifici_icerik {
    margin: 18px 34px 0 34px;}
    
    body.icerik_ep_sinif p.sinifici_icerik_baslik {
    margin: 8px 50px -10px 17px;}
    
    body.icerik_ep_sinif .sinifici_alt {
    margin: 27px 9% 0 9%;}
    
    body.icerik_ep_sinif p.sinifici_anabaslik {
    margin: 18px 54px -5px 54px;}

    body.icerik_ep_use p.sinifici_anabaslik {
    margin: 18px 42px -5px 42px;}

    body.icerik_ep_sinif .kutu.sie{
    margin: -47px 0px 0px 19px;}
    
    body.icerik_ep_use .collapsible {
    margin: 0px 17px 0px 17px;}
    
    body.icerik_ep_use p.use_arabaslik_right {
    margin: 8px 50px -18px;}
    
    body.icerik_ep_urunler p.urunler_anabaslik {
    margin: 0px 46px -5px 13px;}
    
    body.icerik_ep_urunler .urun_1 {
    margin: 0 0% 0 16px;}
    
    body.icerik_ep_urunler .urun_2 {
    margin: 0 0% 0 16px;}
    
}

@media (max-width : 1366px) {
  .show-medium { display: block; }
  .show-large { display: none; }
  body.index .bottom {
    display: none;}
  body.index .bottom_index{
    width: 100%;
    z-index: 0 !important;}
  body.icerik_ep .row.ep_button {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;}
  body.icerik_ep .kutu.staelkitabi{  
    margin: 25px 15% 0 10%;}
  body.icerik_ep .kutu.bibliyografya{
    margin: 25px 15% 0 10%;}
  body.icerik_ep .kutu .text .txt{
    font-size: 14px;
  }
  body.icerik_cm .bottom {
    display: none;
  } 
   body.iletisim .bottom {
    display: none;       
   }
   body.hakkinda .bottom{
    display: none;       
   }
   body.sitehakkinda .bottom{
    display: none;       
   }
   body.etkinlikler .bottom{
    display: none;       
   }
   body.baglantilar .bottom{
    display: none;       
   }
   body.index .kutu .text .txt{
     font-size: 15px;    
   }
}
@media (min-width : 1366px) {
   body.index .bottom_index{
     display: none;
   }
   body.index .bottom{
    width: 100%;
    z-index: 0 !important;}
}
