@charset "UTF-8";
.sgk-text-color-maximum-red {
  color: #ce0000 !important;
}
.sgk-text-color-honey-dew {
  color: #f1faee !important;
}
.sgk-text-color-powder-blue {
  color: #a8dadc !important;
}
.sgk-text-color-celadon-blue {
  color: #457b9d !important;
}
.sgk-text-color-prussian-blue {
  color: #1d3557 !important;
}
.sgk-text-color-white {
  color: #fff !important;
}
.sgk-text-color-black {
  color: #000 !important;
}
.sgk-text-color-grey {
  color: #eee !important;
}
.sgk-text-color-blue {
  color: #006fce !important;
}
.sgk-bg-color-maximum-red {
  background-color: #ce0000 !important;
}
.sgk-bg-color-honey-dew {
  background-color: #f1faee !important;
}
.sgk-bg-color-powder-blue {
  background-color: #a8dadc !important;
}
.sgk-bg-color-celadon-blue {
  background-color: #457b9d !important;
}
.sgk-bg-color-prussian-blue {
  background-color: #1d3557 !important;
}
.sgk-bg-color-white {
  background-color: #fff !important;
}
.sgk-bg-color-black {
  background-color: #000 !important;
}
.sgk-bg-color-grey {
  background-color: #eee !important;
}
.sgk-bg-color-blue {
  background-color: #006fce !important;
}
.sgk-bg-color-gradient {
  background-color: #154474;
  background-image: linear-gradient(90deg, #154474 0%, #0087c2 100%);
}
.sgk-bg-color-grey-soft {
  background-color: #f9f9f9 !important;
}
#tr-map-svg path {
  cursor: pointer;
}

#tr-map-svg polygon {
  cursor: pointer;
}


#tr-map-svg path:hover {
  fill: #ce0000!important;
  stroke: #fff!important;
  cursor: pointer!important;
  color: #ce0000!important;
}

#tr-map-svg polygon:hover {
  fill: #ce0000!important;
  stroke: #fff!important;
  cursor: pointer!important;
  color: #ce0000!important;
}

.sgk-duyuru {
  padding-top: 75px !important;
}
.sgk-duyuru .entry-title h4 {
  font-size: 1.01em;
}
time.icon {
  font-size: 1em;
  display: block;
  position: relative;
  width: 4em;
  height: 4em;
  background-color: #fff;
  border: 1px solid #1d3557;
  overflow: hidden;
  border-radius: 5px;
}
time.icon * {
  display: block;
  width: 100%;
  font-size: 0.6em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #1d3557;
  border-bottom: 1px dashed #1d3557;
  box-shadow: 0 2px 0 #1d3557;
}
time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: #154474;
}
time.icon span {
  font-size: 1em;
  letter-spacing: -0.05em;
  padding-top: 1.5em;
  color: #154474;
}
.event .grid-inner {
  background-color: #fff;
  border-bottom: none;
}
.entry-meta {
  margin-top: -10px !important;
}
.entry-meta ul li {
  font-size: 10px;
}
.section {
  padding: 20px 0 20px 0 !important;
  margin: 0 !important;
}
.content-wrap {
  padding: 40px 0 0 0;
}
.sgk-footer-carousel {
  background-color: #fff !important;
}
