/* FLAT UI PALETTE */
/* GOOGLE MATERIAL PALETTE */
/* SOCIAL PALETTE */
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}
.myclearfix:after,
.myclearfix:before {
  content: "";
  display: table;
}
.myclearfix:after {
  clear: both;
}
.myrow {
  display: block;
  *zoom: 1;
}
.myrow:after,
.myrow:before {
  content: "";
  display: table;
}
.myrow:after {
  clear: both;
}
.noscroll {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.textCenter {
  text-align: center;
}
.texttransition {
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  -ms-transition: color 150ms ease;
  -o-transition: color 150ms ease;
}
.bgtransition {
  -webkit-transition: background 400ms linear;
  -moz-transition: background 400ms linear;
  -ms-transition: background 400ms linear;
  -o-transition: background 400ms linear;
}
.bgtransitionfast {
  -webkit-transition: background 150ms linear;
  -moz-transition: background 150ms linear;
  -ms-transition: background 150ms linear;
  -o-transition: background 150ms linear;
}
.alltransition {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.alltransitionfast {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.notselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.ayrac5 {
  margin-bottom: 5px;
}
.ayrac5:after,
.ayrac5:before {
  content: "";
  display: table;
}
.ayrac5:after {
  clear: both;
}
.ayrac10 {
  margin-bottom: 10px;
}
.ayrac10:after,
.ayrac10:before {
  content: "";
  display: table;
}
.ayrac10:after {
  clear: both;
}
.ayrac15 {
  margin-bottom: 15px;
}
.ayrac15:after,
.ayrac15:before {
  content: "";
  display: table;
}
.ayrac15:after {
  clear: both;
}
.ayrac20 {
  margin-bottom: 20px;
}
.ayrac20:after,
.ayrac20:before {
  content: "";
  display: table;
}
.ayrac20:after {
  clear: both;
}
.ayrac25 {
  margin-bottom: 25px;
}
.ayrac25:after,
.ayrac25:before {
  content: "";
  display: table;
}
.ayrac25:after {
  clear: both;
}
.ayrac30 {
  margin-bottom: 30px;
}
.ayrac30:after,
.ayrac30:before {
  content: "";
  display: table;
}
.ayrac30:after {
  clear: both;
}
.ayrac35 {
  margin-bottom: 35px;
}
.ayrac35:after,
.ayrac35:before {
  content: "";
  display: table;
}
.ayrac35:after {
  clear: both;
}
[class^="boxShadowMeta-"] {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.boxShadowMeta-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.boxShadowMeta-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.boxShadowMeta-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.boxShadowMeta-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.boxShadowMeta-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.meta-shadow-1 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.meta-shadow-2 {
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
}
.shadowAker {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
.shadowAker2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadowAker3 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.verAlignParent {
  display: table;
  width: 100%;
  height: 100%;
}
.verAlignChild {
  display: table-cell;
  vertical-align: middle;
}
.mb3 {
  margin-bottom: 3px;
}
.whRatioChild {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dinamikKutuici {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgtransition img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgtransition:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
html,
body {
  margin: 0;
  position: relative;
  width: 100%;
}
html {
  height: 100%;
}
body {
  background: #E7ECF0;
  line-height: 1;
  font-size: 15px;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  min-height: 100%;
  padding-bottom: 80px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}
.view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 1;
}
.toparea {
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  z-index: 500;
}
.myshadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.myshadow:hover {
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
}
img.standart {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
}
header {
  padding: 25px 0;
  background: #1a242f;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
}
header .logo-main {
  height: 40px;
  margin-right: 30px;
}
header .logo-main img {
  height: 100%;
}
footer {
  text-align: center;
  font-size: 10px;
  background: white;
  line-height: 13px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer .container {
  display: flex;
  align-items: center;
}
footer .sol {
  text-align: left;
}
footer .sol img {
  display: block;
  height: 36px;
  margin-right: 15px;
}
footer .sag {
  text-align: right;
}
footer p {
  margin: 0;
  padding: 0;
}
footer .link {
  font-size: 10px;
}
.onlinetakip {
  display: flex;
  justify-content: center;
}
a.link {
  color: #00A8CB;
  font-weight: 600;
}
a.link:hover {
  text-decoration: underline;
}
.tepe {
  font-size: 10px;
  line-height: 19px;
  padding-top: 1px;
  background: #11181f;
  color: rgba(0, 168, 203, 0.7);
  font-weight: 700;
}
.tepe .container {
  display: flex;
  justify-content: space-between;
}
.tepe a {
  color: rgba(0, 168, 203, 0.7);
  font-size: 12px;
}
.tepe a i {
  font-size: 9px;
  vertical-align: top;
  margin-top: 3px;
  background: #00a8cb;
  color: #101820;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
}
.tepe a:hover {
  color: #00A8CB;
}
.featuredbutton {
  background: #00A8CB;
  color: white;
  border-radius: 3px;
  line-height: 42px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  text-decoration: none;
  letter-spacing: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.featuredbutton.bigger {
  font-size: 15px;
  line-height: 52px;
  height: 50px;
  padding: 0 20px;
}
.featuredbutton:hover,
.featuredbutton:focus {
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.nav {
  text-align: center;
  display: flex;
}
.nav.center {
  justify-content: center;
}
.nav.featured {
  background: #273646;
  border-bottom: 4px solid transparent;
}
.nav.featured a {
  padding: 20px 10px;
  margin: 0 0px -4px;
  width: 140px;
  border-bottom: 4px solid transparent;
  font-size: 11px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.nav.featured a span {
  display: block;
  line-height: 13px;
}
.nav.featured a.active {
  color: white;
  border-color: #0093b2;
}
.nav.featured a.active .svg path {
  fill: #FF9800;
}
.nav.dil {
  margin-left: 5px;
  direction: rtl;
}
.nav.dil a {
  padding: 5px 10px;
  margin: 5px 0 5px 5px;
  font-size: 13px;
  height: 40px;
  line-height: 32px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.nav.dil a.active,
.nav.dil a.active:hover {
  color: white;
  background: #2c3e50;
}
.nav a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 13px;
  line-height: 1.2;
}
.nav a img {
  margin: 0px auto 13px;
  display: block;
  height: 30px;
  max-height: 30px;
}
.nav a svg {
  display: block;
  margin: 0px auto 13px;
  height: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.nav a:hover {
  color: white;
}
.nav a:hover .svg path {
  fill: #FF9800;
}
.nav a.active {
  color: #00A8CB;
}
.nav a.active .svg path {
  fill: #00A8CB;
}
.nav a .svg path {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  fill: rgba(255, 255, 255, 0.65);
}
.filler {
  flex-grow: 1;
  text-align: center;
}
.dizgi {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.dizgi.anasayfa {
  margin-bottom: 0px;
}
.dizgi.anasayfa .item {
  width: calc((100% - 30px)/2);
  margin-bottom: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
.dizgi.anasayfa .item:nth-child(3),
.dizgi.anasayfa .item:nth-child(4) {
  margin-bottom: 20px;
}
.dizgi.anasayfa .item img,
.dizgi.anasayfa .item p,
.dizgi.anasayfa .item h2 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.dizgi.anasayfa .item img {
  border-radius: 10px 10px 0 0 ;
}
.dizgi.anasayfa .item h2 {
  margin-bottom: 10px;
  color: black;
}
.dizgi.anasayfa .item p {
  padding: 0 30px;
  color: #7f8c8d;
  font-weight: 400;
  line-height: 1.4;
}
.dizgi.anasayfa .item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dizgi.anasayfa.mevzular .item {
  color: #7f8c8d;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.dizgi.anasayfa.mevzular .item h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0 20px;
  margin: 0 0 30px;
  background: #00A8CB;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #0093b2;
}
.dizgi.anasayfa.mevzular .item h3 em {
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-weight: normal;
  font-size: 13px;
}
.dizgi.anasayfa.mevzular .item p {
  font-size: 15px;
  font-weight: 600;
}
.dizgi.anasayfa.mevzular .item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dizgi.anasayfa.mevzular .item:hover h3 {
  color: white;
}
.dizgi.anasayfa.mevzular .item:hover p {
  color: black;
}
.dizgi.referans .item,
.dizgi.ekibimiz .item {
  width: calc((100% - 120px)/5);
  margin-bottom: 30px;
}
.dizgi.referans .item img,
.dizgi.ekibimiz .item img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.dizgi.referans .item p,
.dizgi.ekibimiz .item p {
  font-size: 13px;
  font-weight: 700;
  padding: 0 15px 15px;
  line-height: 1.4;
}
.dizgi.referans .item {
  margin-bottom: 30px;
}
.dizgi.referans .item p {
  display: none;
}
.dizgi.ekibimiz .item {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  width: 30%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.dizgi.ekibimiz .item:first-child,
.dizgi.ekibimiz .item:nth-child(2) {
  width: 48%;
}
.dizgi.ekibimiz .item img {
  border-radius: 0px;
}
.dizgi.ekibimiz .item .text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 90px;
  align-items: center;
}
.dizgi.ekibimiz .item .text p {
  font-size: 15px;
  font-weight: 400;
  padding: 0px 5px;
  margin: 0;
  line-height: 20px;
  display: block;
}
.dizgi.ekibimiz .item .text p b {
  display: block;
  font-weight: 700;
}
.dizgi.ekibimiz .item.bos {
  visibility: hidden;
}
.sutunsuz {
  margin: 0px 0 50px;
  background: #fff;
  padding: 40px 40px 20px;
  color: #34495e;
  text-align: center;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
.sutunsuz h1 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}
.sutunsuz h1.v2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.sutunsuz .onlinetakip {
  margin-top: 0;
  margin-bottom: 15px;
}
.sutunsuz p {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto 10px;
  text-align: justify;
}
.sutunsuz p a {
  color: #00A8CB;
  font-weight: 600;
}
.sutunsuz p a:hover {
  text-decoration: underline;
}
.sutunsuz img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 15px auto;
}
.sutunsuz > a {
  margin: auto;
  display: inline-block;
  vertical-align: top;
}
#nav-trigger {
  background: none;
  border: none;
  display: none;
  height: 70px;
  outline: 0;
  position: absolute;
  right: 0px;
  top: 0;
  width: 76px;
  z-index: 1001;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 36px;
  background: #d3531a;
  opacity: 1;
  left: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #fff;
}
#nav-trigger span:nth-child(1) {
  top: 25px;
}
#nav-trigger span:nth-child(2) {
  top: 34px;
}
#nav-trigger span:nth-child(3) {
  top: 43px;
}
#nav-trigger.open span:nth-child(1) {
  top: 32px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-trigger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-trigger.open span:nth-child(3) {
  top: 32px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.baslikalani {
  background-color: #dac494;
  background-image: url(/img/bg/containeryesil.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
  background-position-y: top;
  background-repeat: no-repeat;
  padding: 0px;
}
.baslikalani h1 {
  margin: 0;
  padding: 100px 10px;
  font-size: 60px;
  font-weight: 800;
  color: white;
  text-align: left;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.baslikalani.mevzuatbg {
  background-repeat: repeat;
}
.baslikalani.mevzuatbg h1 {
  font-size: 36px;
  text-shadow: none;
  max-width: 700px;
}
.sutunlu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.haber_tarih {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
}
.haber_tarih em {
  margin-right: 5px;
}
.sutunbir {
  flex: 65 0 0;
  padding: 30px 50px 40px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  background: white;
  border-radius: 10px;
  margin-top: -90px;
  margin-bottom: 30px;
}
.sutunbir a {
  color: #00A8CB;
  font-weight: 600;
}
.sutunbir a:hover {
  text-decoration: underline;
}
.sutunbir .onlinetakip a {
  background: #00A8CB;
  color: white;
  border-radius: 3px;
  line-height: 42px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  text-decoration: none;
  letter-spacing: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 52px;
  height: 50px;
  padding: 0 20px;
}
.sutunbir .onlinetakip a.bigger {
  font-size: 15px;
  line-height: 52px;
  height: 50px;
  padding: 0 20px;
}
.sutunbir .onlinetakip a:hover,
.sutunbir .onlinetakip a:focus {
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sutunbir h1,
.sutunbir h2,
.sutunbir p {
  text-align: left;
}
.sutunbir h2 {
  margin: 30px 0 10px;
}
.sutunbir h3.eklerbaslik {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-left: 5px;
}
.sutunbir img {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.sutunbir p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 10px;
}
.sutunbir p a {
  color: #00A8CB;
  font-weight: 600;
}
.sutunbir p a.butongibi {
  background: #00A8CB;
  color: white;
  padding: 0px 11px 0 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  line-height: 36px;
  font-size: 17px;
  font-weight: 600;
}
.sutunbir p a.butongibi.word {
  background: #345792;
}
.sutunbir p a.butongibi.pdf {
  background: #D74824;
}
.sutunbir p a.butongibi .material-icons {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-size: 24px;
  padding: 0px 7px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sutunbir p a.butongibi:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-decoration: none;
}
.sutunbir ul,
.sutunbir ol {
  padding-left: 18px;
}
.sutunbir ul li,
.sutunbir ol li {
  line-height: 1.55;
  font-size: 17px;
  list-style-type: circle;
}
.sutunbir ol li {
  list-style-type: decimal;
}
.sutunbir iframe {
  margin-top: 20px;
  display: block;
}
.butongibi {
  background: #00A8CB;
  color: white;
  padding: 0px 11px 0 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  line-height: 36px;
  font-size: 17px;
  font-weight: 600;
}
.butongibi.word {
  background: #345792;
}
.butongibi.pdf {
  background: #D74824;
}
.butongibi .material-icons {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-size: 24px;
  padding: 0px 7px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.butongibi:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-decoration: none;
}
.sutuniki {
  flex: 35 0 0;
  width: 300px;
  padding: 30px 0 0px 30px;
}
.sutuniki h3 {
  padding: 24px 20px 22px;
  margin: 0;
  color: white;
  background: #00A8CB;
  border-bottom: 3px solid #0093b2;
}
.doviztablosu {
  background: #273646;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
.doviztablosu ul {
  margin: 0;
  padding: 10px 10px 5px;
}
.doviztablosu ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 5px;
}
.doviztablosu ul li i {
  color: white;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
}
.doviztablosu ul li i.dollar {
  font-size: 18px;
}
.doviztablosu ul li span {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  height: 30px;
}
.doviztablosu ul li div {
  padding: 0px;
  line-height: 30px;
}
.doviztablosu ul li .kucuk {
  font-size: 13px;
}
.doviztablosu ul li .first {
  border-radius: 3px;
  width: 35%;
  font-weight: 700;
  background: #1a242f;
  color: white;
}
.doviztablosu ul li .first.bos {
  background: none;
}
.doviztablosu ul li .second,
.doviztablosu ul li .third {
  width: 30%;
  text-align: right;
  background: #ecf0f1;
  text-align: center;
  border-radius: 3px;
  height: 30px;
  line-height: 32px;
}
.doviztablosu ul li .second.text,
.doviztablosu ul li .third.text {
  background: #273646;
  color: white;
  font-size: 13px;
}
.doviztablosu ul li.sayilar {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.doviztablosu ul li.sayilar .second:before,
.doviztablosu ul li.sayilar .third:before {
  content: "₺ ";
}
.sutunbilgi {
  background: white;
  padding: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sutunbilgi p {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
  margin: 20px;
}
.sutunbilgi ul,
.sutunbilgi ol {
  padding-left: 18px;
  margin: 20px;
}
.sutunbilgi ul li,
.sutunbilgi ol li {
  line-height: 1.5;
  font-size: 14px;
  list-style-type: circle;
}
.faydalilinkler {
  margin-bottom: 30px;
  background: #273646;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
.faydalilinkler a {
  display: block;
  border-bottom: 2px solid #1a242f;
  color: rgba(255, 255, 255, 0.65);
  background: #273646;
  padding: 15px 20px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.faydalilinkler a:last-child {
  border: none;
  background: #00A8CB;
  color: white;
  border-radius: 3px;
  line-height: 42px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  text-decoration: none;
  letter-spacing: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  margin: 20px;
}
.faydalilinkler a:last-child.bigger {
  font-size: 15px;
  line-height: 52px;
  height: 50px;
  padding: 0 20px;
}
.faydalilinkler a:last-child:hover,
.faydalilinkler a:last-child:focus {
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.faydalilinkler a:last-child:before {
  display: none;
}
.faydalilinkler a:last-child:hover {
  color: white;
  background: #00A8CB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.faydalilinkler a:hover {
  color: white;
  color: #00A8CB;
  background: #1a242f;
}
.faydalilinkler a:before {
  font-family: 'Material Icons';
  content: "keyboard_arrow_right";
  -webkit-font-feature-settings: 'liga';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 10px;
  top: 15px;
}
.downloadikonlari {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px;
}
.downloadikonlari a {
  width: calc((100% - 60px)/3);
  color: #95a5a6;
}
.downloadikonlari a img {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 10px;
}
.downloadikonlari a span {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.downloadikonlari a:hover {
  color: #00A8CB;
  text-decoration: none ;
}
.downloadikonlari a:hover img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #00A8CB;
}
.bultencontainer {
  background: white;
  margin: 20px 0 30px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 30px 20px 20px;
  border-radius: 10px;
}
.bultencontainer .inputContainer {
  margin-bottom: 0;
}
.bultencontainer .inputContainer input {
  font-weight: 700;
  padding: 15px 15px;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  min-width: 240px;
  text-align: center;
  background-color: #ecf0f1;
}
.bultencontainer form > div {
  margin: 10px auto;
}
.bultencontainer .baslik {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}
.bultencontainer .checkContainer {
  margin-top: 5px;
  font-size: 11px;
}
.bultencontainer .checkContainer input {
  margin-right: 4px;
}
.bultencontainer button {
  border: none !important;
  color: white !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 970px;
  }
  .dizgi.referans .item {
    width: calc((100% - 60px)/4);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  body {
    padding-bottom: 80px;
  }
  .sutunlu {
    display: block;
  }
  .sutunlu .sutunbir,
  .sutunlu .sutuniki {
    display: block;
    padding: 10px 30px 0;
  }
  .sutunlu .sutunbir {
    padding: 10px 20px;
    margin-top: -30px;
  }
  .sutunlu .sutunbir h2 {
    margin: 15px 0 10px;
  }
  .sutunlu .sutunbir p,
  .sutunlu .sutunbir li {
    font-size: 15px;
  }
  .sutunlu .sutunbir img {
    margin: 20px -20px;
    width: calc(100% + 40px);
  }
  .sutunlu .sutuniki {
    width: 100%;
    padding: 10px 0 0;
    margin: 20px auto 0;
  }
  .baslikalani h1 {
    padding: 45px 10px 35px;
    font-size: 30px;
  }
  .baslikalani.mevzuatbg h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 10px 45px;
    max-width: 100%;
  }
  .container {
    width: 750px;
    padding-right: 8px;
    padding-left: 8px;
  }
  header .logo-main {
    margin-right: 30px;
  }
  header .nav a {
    font-size: 13px;
    padding: 10px 10px;
    margin: 0;
  }
  .downloadikonlari a {
    margin-bottom: 20px;
  }
  .downloadikonlari a img {
    padding: 20px;
    margin: 0 auto 15px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 182px;
  }
  .container {
    width: 100%;
  }
  .link {
    font-size: 13px;
  }
  .mobilehidden {
    display: none !important;
  }
  .tepe {
    position: relative;
    z-index: 150;
  }
  header {
    padding: 0;
    height: 70px;
  }
  header .logo-main {
    height: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  header .onlinetakip {
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
  }
  header .nav.temel,
  header .nav.dil,
  header .onlinetakip {
    display: none;
  }
  header.open {
    height: 175px;
    box-shadow: 0px 2px 0px 0px #1a242f;
  }
  header.open .nav.dil {
    display: block;
  }
  header.open .nav.temel,
  header.open .onlinetakip {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.open .nav.temel {
    justify-content: space-around;
  }
  header .nav.dil {
    position: absolute;
    top: 16px;
    right: 76px;
    display: block;
  }
  header .nav.dil a {
    padding: 5px 7px;
    font-size: 10px;
    height: 28px;
    line-height: 20px;
  }
  header .nav.temel {
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    height: 60px;
  }
  header .nav.temel a {
    line-height: 20px;
    font-size: 13px;
    padding-top: 15px;
  }
  #nav-trigger {
    display: block;
  }
  .sutunsuz {
    margin: 0px 0 20px;
    padding: 30px 20px 20px;
  }
  .sutunsuz h1 {
    font-size: 24px;
  }
  .sutunsuz h1.v2 {
    font-size: 17px;
  }
  .sutunsuz p {
    font-size: 15px;
  }
  .dizgi.referans .item {
    width: calc((100% - 16px)/3);
    margin-bottom: 8px;
  }
  .dizgi.referans .item p {
    font-size: 12px;
    padding: 10px;
    margin: 0 0 20px;
  }
  .dizgi.ekibimiz .item {
    width: 48.5%;
    margin-bottom: 16px;
  }
  .dizgi.ekibimiz .item:first-child,
  .dizgi.ekibimiz .item:nth-child(2) {
    width: 100%;
  }
  .dizgi.ekibimiz .item .text {
    height: 76px;
  }
  .dizgi.ekibimiz .item .text p {
    font-size: 13px;
    line-height: 18px;
  }
  .dizgi.anasayfa {
    margin-bottom: 0px;
  }
  .dizgi.anasayfa .item {
    width: calc((100% - 8px)/2);
    margin-bottom: 8px;
  }
  .dizgi.anasayfa .item:nth-child(3),
  .dizgi.anasayfa .item:nth-child(4) {
    margin-bottom: 20px;
  }
  .dizgi.anasayfa .item h2 {
    font-size: 17px;
  }
  .dizgi.anasayfa .item p {
    font-size: 13px;
  }
  .nav a {
    padding: 5px;
    font-size: 11px;
  }
  .nav.featured {
    padding-top: 200px;
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    background: #1f2c39;
    border: none;
    z-index: 50;
  }
  .nav.featured a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid #1a242f;
    flex-direction: row-reverse;
    margin: 0;
  }
  .nav.featured a.active {
    border-bottom: 1px solid #1a242f;
  }
  .nav.featured a img,
  .nav.featured a svg {
    height: 40px;
    margin: 0;
  }
  footer {
    text-align: center;
    padding: 15px;
  }
  footer .container {
    display: block;
  }
  footer .sol,
  footer .sag,
  footer .link {
    text-align: center;
    margin: 10px auto;
  }
  footer .sol img,
  footer .sag img,
  footer .link img {
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .dizgi.referans .item {
    width: calc((100% - 8px)/2);
    margin-bottom: 8px;
  }
  .dizgi.referans .item p {
    font-size: 11px;
    padding: 5px;
  }
  .dizgi.anasayfa {
    margin-bottom: 0px;
  }
  .dizgi.anasayfa .item {
    width: calc(100%);
    margin-bottom: 16px;
  }
  .dizgi.anasayfa .item:nth-child(3) {
    margin-bottom: 16px;
  }
  .dizgi.anasayfa .item p {
    padding: 0 16px;
  }
}
.pagination {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-top: 5px;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
