/* [1] Ortak Siniflar */

.ortala {
    margin: 0px auto
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.pa {
    position: absolute
}

.pr {
    position: relative
}

.pf {
    position: fixed
}

.temizle {
    clear: both;
}

.radius {
    border-radius: 4px;
}

b {
    font-weight: bold;
}

caption, th {
    text-align: left;
}

strong {
    font-weight: bold;
}


/* [2] Katmanlar */

.la {
    z-index: 1
}

.lb {
    z-index: 2
}

.lc {
    z-index: 3
}

.ld {
    z-index: 4
}

.le {
    z-index: 5
}

.lf {
    z-index: 6
}

.lg {
    z-index: 7
}

.lh {
    z-index: 8
}

.li {
    z-index: 9
}

.lj {
    z-index: 10
}

body {
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Raleway", sans-serif;
}


header {
    float: left;
    width: 100%;
    position: relative;
}

.top {
    float: left;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}
.topLeft {
    float: left;
    margin: 8px 0;
}

.topLeft li {
    float: left;
}

.topLeft li a {
    display: block;
    color: #888;
    font-size: 13px;
    line-height: 16px;
    padding-left: 30px;
}
.topLeft li a span {
    font-size: 14px;
    font-weight: 600;
}

.topLeft li a.phone {
    background: url(../images/call.png) no-repeat left center;
}

.topCenter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic;
    color: #009ee0;
    text-align: center;
    line-height: 50px;
}

.topRight {
    float: right;
    display: table;
    height: 50px;
}

.topRight span {
    float: left;
    line-height: 50px;
    font-size: 13px;
    font-style: italic;
    color: #888;
    margin-right: 20px;
}
.topRight li {
    float: left;
    margin-right: 10px;
}

.topRight li:last-child {
    margin-right: 0;
}
.topRight li a {
    color: #888;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.topRight li a:hover {
    color: #ce8e0d;
}

.topRight li a.login {
    background: url(../images/icons/3.png) no-repeat left center;
}

.topRight li a.register {
    background: url(../images/icons/4.png) no-repeat left center;
}

.menuContent {
    width: 100%;
    float: left;
    height: 120px;
    background: #fff;
    position: relative;
    padding: 52px 0px;
}
.menuContent ul:first-child {
    float: left;
    margin-left: -22px;
}
.menuContent ul:last-child {
    float: right;
    margin-right: -22px;
}
.menuContent ul li {
    float: left;
    margin: 0 2px;
}
.menuContent ul li a {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 600;
    padding: 12px 22px;
}
.menuContent ul li a:hover {
    color: #fff;
    background: #009EE0;
    border-radius: 100px;
    text-decoration: none;
}
.menuContent ul li a.active {
    color: #fff;
    background: #009EE0;
    border-radius: 100px;
    text-decoration: none;
}

.logo {
    position: absolute;
    width: 250px;
    height: 120px;
    top: 0;
    left: 50%;
    margin-left: -125px;
    background: url(../images/logo.png) no-repeat center;
}
.logo a {
    display: block;
    height: 110px;
}


/* slider */

.slider {
    float: left;
    width: 100%;
    padding-top: 60px;
    position: relative;
}

#containingDiv {
    width: 100%;
    margin: 0 auto;
}

.mainCaro {
    margin: 0 auto;
}

.golge {
    position: absolute;
    width: 100%;
    background: url(../images/golge.png) no-repeat center;
    height: 100px;
    bottom: 60px;
    left: 0;
}


/* orta-alan */
.orta-alan {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    position: relative;
}
.orta-alan ul {
    margin-left: -60px;
}
.orta-alan ul li {
    float: left;
    width: calc(50% - 60px);
    margin-left: 60px;
    height: 230px;
    position: relative;
}
.orta-alan ul li .orta-resim {
    width: 230px;
    height: 230px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 10px solid #f8f8f8;
}
.orta-alan ul li .orta-resim .orta-arac {
    position: absolute;
    bottom: -40px;
    left: 20px;
}
.orta-alan ul li .orta-yazi {
    float: left;
    padding-left: 280px;
    padding-top: 20px;
}
.orta-alan ul li .orta-yazi h1 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 25px;
    font-weight: 600;
}
.orta-alan ul li .orta-yazi p {
    font-size: 15px;
    line-height: 25px;
    color: #888;
    padding-bottom: 25px;
}
.orta-alan ul li .orta-yazi a {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #009ee0;
    border-radius: 100px;
}
.orta-alan ul li .orta-yazi a:hover {
    text-decoration: underline;
}

/* duyuru-content */
.duyuru-content {
    float: left;
    width: 100%;
    height: 500px;
    background: #f9f9f9;
    margin: 50px 0 0 0;
    padding: 50px 0;
}
.duyurular {
    float: left;
    width: 50%;
}
.duyurular h2 {
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    padding-bottom: 50px;
}
.duyurular ul li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.duyurular ul li .duyuru-resim {
    width: 140px;
    height: 120px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.duyurular ul li .duyuru-yazi {
    float: left;
    padding-left: 170px;
    padding-top: 0px;
}
.duyurular ul li .duyuru-yazi h1 {
    font-size: 16px;
    color: #3c3c3c;
    padding-bottom: 20px;
}
.duyurular ul li .duyuru-yazi p {
    font-size: 15px;
    line-height: 25px;
    color: #888;
}
.duyurular a.tumu {
    font-size: 15px;
    color: #009ee0;
    text-decoration: underline;
    background: url(../images/duyuru-ok.png) no-repeat right center;
    padding-right: 30px;
    margin: 20px 0 0 0;
    display: inline-block;
}
.duyurular a.tumu:hover {
    color: #3c3c3c;
}

.anaVideo {
    float: left;
    width: calc(50% - 25px);
    height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
}
.anaVideo h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
    padding: 40px 0 0 0;
    text-transform: uppercase;
}

/* video */
article.video {
  position: relative;
  display: block;
  float: left;
  background: #eee;
  font-size: 13px;
  overflow: hidden;
  font-family: Arial;
  margin: 40px;
  border-radius: 4px;
}
article.video video {
  cursor: pointer;
  width: 100%;
  opacity: 0;
}
article.video video.visible {
  opacity: 1;
  transition: opacity 1s ease-out 0.8s;
}
article.video .control-bar {
  width: 100%;
  height: 2.2em;
  padding-bottom: 1px;
  position: absolute;
  bottom: -2.2em;
  left: 0;
  transition: bottom 0.3s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
article.video .control-bar .button-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}
article.video .control-bar .button-bar i {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  color: white;
  position: absolute;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
article.video .control-bar .button-bar i:hover {
  opacity: 1;
}
article.video .control-bar .button-bar i.hidden {
  opacity: 0;
  z-index: 1;
}
article.video .control-bar .button-bar i.play,
article.video .control-bar .button-bar i.pause,
article.video .control-bar .button-bar i.replay {
  width: 2.5em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
article.video .control-bar .button-bar i.fullscreen {
  left: auto;
  right: 0.3em;
}
article.video .control-bar .button-bar .volume {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  color: white;
  position: absolute;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
  opacity: 0.6;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
  overflow: hidden;
  left: 2.3em;
  font-size: 1.2em;
  transition: all 0.8s ease-out;
}
article.video .control-bar .button-bar .volume.shift {
  width: 7.5em;
  transition: all 0.2s ease-in;
}
article.video .control-bar .button-bar .volume .toggle {
  left: 0;
}
article.video .control-bar .button-bar .volume .rail {
  position: absolute;
  left: 2.5em;
  top: 0;
  width: 3em;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}
article.video .control-bar .button-bar .volume .rail .grip {
  position: absolute;
  width: 0.4em;
  height: 1em;
  margin-left: -0.2em;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  background: white;
}
article.video .control-bar .button-bar .volume .rail .audible,
article.video .control-bar .button-bar .volume .rail .inaudible {
  position: absolute;
  width: 100%;
  height: 0.3em;
  left: 0;
  top: 50%;
  margin-top: -0.15em;
  background: #75DCFD;
}
article.video .control-bar .button-bar .volume .rail .inaudible {
  background: #ccc;
}
article.video .control-bar .button-bar .time {
  color: #eee;
  font-size: 0.8em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 7em;
  height: 2.2em;
  line-height: 2.8em;
  opacity: 0.9;
  transition: all 0.7s ease-in 0.2s;
}
article.video .control-bar .button-bar .time.shift {
  left: 13em;
  transition: all 0.2s ease-out;
}
article.video .control-bar .seek {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  top: -2px;
  opacity: 0.5;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 7;
}
article.video .control-bar .seek .buffer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  z-index: 8;
}
article.video .control-bar .seek .watched {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 8;
  background: #75DCFD;
  overflow: visible!important;
}
article.video .control-bar .seek .watched:before,
article.video .control-bar .seek .watched:after {
  content: "";
  position: absolute;
  right: 10px;
  height: 100%;
  width: 10px;
  background: #6CCCEA;
  border-radius: 2px;
  box-shadow: 0 0 2px #6CCCEA;
}
article.video .control-bar .seek .watched:after {
  right: 0px;
  box-shadow: 0px 0 3px 0px #91ffee;
  background: #6CCCEA;
}
article.video .control-bar .seek .watched .handle {
  position: absolute;
  display: block;
  right: -2px;
  top: -1px;
  width: 0px;
  height: 0px;
  border: 2px solid white;
  z-index: 9;
  background: transparent;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px 1px #91ffee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
article.video .control-bar .seek .watched .handle.active {
  background: #666;
}
article.video .control-bar .seek .watched .handle:after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -15px;
}
article.video .control-bar .seek:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 6;
}
article.video .control-bar .seek:hover {
  height: 6px;
  top: -6px;
}
article.video.active .control-bar {
  bottom: 0;
  transition: bottom 0.05s ease-out;
}
article.video.active .control-bar.active .seek:hover .handle {
  top: -3px;
}
article.video.active .control-bar.active .seek .handle {
  width: 4px;
  height: 4px;
  right: -5px;
  top: -6px;
  border-width: 5px;
  transition: all 0.1s ease;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px 0px #91ffee;
}
article.video.active .seek {
  opacity: 1;
}
article.video .loading {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  height: 100px;
  margin-top: 20px;
  color: white;
  font-size: 0.8em;
  opacity: 0.1;
  transition: all 0.4s ease;
}
article.video .loading.hidden {
  opacity: 0;
  top: 120%;
  height: 0;
}
article.video .loading:hover,
article.video .loading.error {
  opacity: 1;
}
article.video .large-play {
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s ease;
}
article.video .large-play.hidden {
  top: 45%;
  opacity: 0;
}
article.video .spinner {
  display: block;
  overflow: visible;
  text-indent: -999em;
  position: absolute;
  border-radius: 100% 0;
  z-index: 2;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 2px;
  margin-left: -10px;
  margin-top: -10px;
  box-shadow: 0px 0px 3px 2px rgba(43, 255, 223, 0.4), 0 0 5px 3px rgba(43, 255, 223, 0.4) inset;
  border: none;
  transform-origin: 9px 9px;
  animation: spin 13s cubic-bezier(0.435, -0.165, 0.56, 1.17) infinite;
  transition: top 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
article.video .spinner.hidden {
  top: 120%;
}
article.video .spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 3px;
  transform: rotate(140deg);
  box-shadow: 0px 0px 3px 2px rgba(43, 255, 188, 0.4), 0 0 5px 2px rgba(43, 255, 188, 0.4) inset;
  animation: spin2 17s linear infinite;
  transform-origin: 9px 9px;
}
article.video .spinner:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 4px;
  transform: rotate(70deg);
  box-shadow: 0px 0px 5px 3px rgba(43, 252, 255, 0.4), 0 0 5px 1px rgba(43, 252, 255, 0.4) inset;
  animation: spin2 13s linear infinite;
  transform-origin: 9px 9px;
}
@media screen and (max-width: 800px) {
  article.video {
    font-size: 12px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(360deg);
  }
  14% {
    transform: rotate(470deg);
  }
  18% {
    transform: rotate(490deg);
  }
  20% {
    transform: rotate(520deg);
  }
  22% {
    transform: rotate(540deg);
  }
  26% {
    transform: rotate(940deg);
  }
  30% {
    transform: rotate(1080deg);
  }
  40% {
    transform: rotate(1340deg);
  }
  45% {
    transform: rotate(1440deg);
  }
  55% {
    transform: rotate(1500deg);
  }
  56% {
    transform: rotate(1500deg);
  }
  86% {
    transform: rotate(3220deg);
  }
  100% {
    transform: rotate(3600deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3600deg);
  }
}

.arayalim {
    float: right;
    width: calc(50% - 25px);
    height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
}
.arayalim h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
    padding: 40px 0 0 0;
    text-transform: uppercase;
}

.siteForm {
    padding: 40px;
}

.siteForm.noPad {
    padding: 0;
}
.siteForm .uyariver {
    border-top: 1px solid #eee;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.siteForm .telefonNo span {
    font-size: 14px;
    color: #888;
}

.siteForm div {
    position: relative;
    overflow: hidden;
}

.siteForm input[type=text], .siteForm input[type=password] {
    border: 1px solid #d3d5d6;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #888;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 400;
    border-radius: 100px;
}

.siteForm input[type=file] {
    opacity: 0
}

.siteForm #filediv {
    border: 1px solid #d4dbe3;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    font-size: 15px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #888;
    margin-bottom: 10px;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 600;
}

#val {
    width: 400px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-indent: 10px;
    pointer-events: none;
}

#filebutton {
    cursor: pointer;
    display: block;
    width: 110px;
    background-color: #009ee0;
    height: 50px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    text-align: center;
    text-indent: 0 !important;
    padding: 0;
    margin: 0;
}

#filebutton:hover {
    background-color: #009ee0;
}

.siteForm input[type="text"]:disabled {
    background-color: #f8f8f8;
    color: #bebebe;
    -webkit-appearance: none;
}

.siteForm select {
    border: 2px solid #eee;
    border-radius: 10px;
    height: 50px;
    line-height: 46px;
    padding: 0 0 0 20px;
    font-size: 15px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #AEA9A9;
    margin-bottom: 10px;
    outline: none;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.outline-gray-select:after {
    position: absolute;
    right: 2px;
    top: 2px;
    display: inline-block;
    content: "";
    width: 14px;
    height: 8px;
    margin: 20px 15px 0 0;
    background-image: url(../images/selectArrow.png);
    pointer-events: none;
}

.siteForm textarea {
    border: 1px solid #d3d5d6;
    border-radius: 10px;
    height: 360px;
    line-height: 20px;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #919dac;
    outline: none;
    resize: none;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.siteForm label.error {
    background: #ee403f;
    clear: both;
    height: 28px;
    line-height: 28px;
    z-index: 9;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 100px;
    font-weight: 600;
}

.siteForm #filediv label.error {
    width: auto;
    line-height: 28px;
    padding: 0;
    right: 120px;
    text-indent: 0;
    padding: 0 10px;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.siteForm .buton:hover {
    opacity: 0.8;
}

.siteForm .buton {
    background-color: #2dafe6;
    -webkit-appearance: none;
    border: none;
    height: 50px;
    font-weight: 600;
    color: white;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    outline: none;
    margin-top: 0px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

/* linkler */

.linkler {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.linkler ul {
    margin-right: -30px;
}

.linkler ul li {
    float: left;
    width: calc(33.3% - 30px);
    margin-right: 30px;
    text-align: center;
    -webkit-box-shadow: 0 20px 45px -20px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 45px -20px rgba(0, 0, 0, .1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.linkler ul li:hover {
    -webkit-box-shadow: 0 20px 45px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 45px 0px rgba(0, 0, 0, .1);
    transform: translateY(-6px);
}
.linkler ul li a {
    width: 100%;
    padding: 50px 0;
    position: relative;
    border: 1px solid #eee;
    display: block;
}
.linkler ul li a:hover {
    text-decoration: none;
}
.linkler ul li a img {
    display: inline-block;
    vertical-align: middle;
}
.linkler ul li a span {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #3c3c3c;
    vertical-align: middle;
    padding-left: 25px;
    text-align: left;
}


/* logolar */

.logolar {
    width: 100%;
    float: left;
}

.logoresimler {
    display: inline-block;
    width: 100%;
    margin: 50px 0 10px 0;
}

#logolar .item {
    margin: 0;
    transition: 0.5s;
    border-right: 1px solid #eee;
    text-align: center;
}

#logolar .item img {
    display: inline-block;
    width: 100px;
    height: 80px;
    -webkit-transition: zoom 1.65s, transform 1.65s;
    transition: zoom 1.65s, transform 1.65s;
}

/* harita */

#map-canvas {
    width: 100%;
    height: 400px;
}
#google-map {
    display: none;
    width: 100%;
    height: 280px;
}
#youtube-video {
    display: none;
    width: 100%;
    height: 280px;
    padding: 20px;
}
.street {
    width: 100%;
    height: 400px;
}


.map-content {
    color: #888;
}

.map-content h4 {
    font-weight: 600;
    color: #676c7b;
}

.map-content a {
    padding: 0 10px;
    height: 30px;
    border-radius: 60px;
    background: #009ee0;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
}

/* footer */

footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
    background: #fff;
}

footer .footerLinks {
    text-align: center;
    margin-bottom: 30px;
}

footer .footerLinks ul {
    margin-left: -10px;
}

footer .footerLinks ul li {
    display: inline-block;
}

footer .footerLinks ul li a {
    font-size: 15px;
    color: #3c3c3c;
	font-weight: 500;
    padding: 10px;
}

footer .footerLinks ul li a:hover {
    color: #fff;
    background: #009ee0;
    border-radius: 100px;
    text-decoration: none;
}

footer .social {
    text-align: center;
    margin-bottom: 30px;
}

footer .social ul {
    margin-left: -8px;
}

footer .social p {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
}

footer .social ul li {
    display: inline-block;
    margin-left: 8px;
}

footer .social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.icon {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/socialSprite.png);
}
.icon.twitter {
    background-position: -16px 0;
}
.icon.facebook {
    background-position: 0 0;
}
.btn-fbblue-dark {
    background-color: #3b579d;
    color: #fff;
    border-color: #3b579d;
}
.btn-fbblue-dark:hover {
    background-color: #4d6ab0;
    border-color: #4d6ab0;
}
.btn-twitter {
    background: #1caff6;
    color: #fff;
    border-color: #1caff6;
}
.btn-twitter:hover {
    background: #19a4e6;
    border-color: #19a4e6;
}
footer .social ul li a .icon.facebook {
    top: 12px;
    left: 12px;
    display: block;
    position: relative;
}

footer .social ul li a .icon.twitter {
    top: 12px;
    left: 12px;
    display: block;
    position: relative;
}

footer .social ul li a .icon.instagram {
    top: 12px;
    left: 12px;
    display: block;
    position: relative;
}

footer .copy {
    text-align: center;
}

footer .copy p {
    font-size: 13px;
    color: #888;
    margin: 0;
}
footer .copy a {
    font-size: 13px;
    color: #888;
    margin: 0;
	display: inline-block;
	padding-top: 20px;
}
footer .copy a span {
	text-decoration: underline;
	color: #3c3c3c;
}

.page-body {
    clear: both;
    height: auto;
    padding: 0px;
}

/* page-body-content */
.page-body .page-body-content {
    background-color: #E8EAED;
    height: auto;
    padding: 15px 0px;
}
.page-body .sidebar {
    position: relative;
    margin: 30px 0;
}
.page-body .sidebar .sidebarmenu {
    background-color: #69737b;
    position: relative;
}
.page-body .sidebar .sidebarmenu ul {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}
.page-body .sidebar .sidebarmenu ul .active {
    background-color: #009de3;
    position: relative;
}
.page-body .sidebar .sidebarmenu ul .active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/sidebar-active.png);
}
.page-body .sidebar .sidebarmenu ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 20px 35px;
    display: block;
    border-bottom: 1px solid #747f88;
    font-weight: 600;
}
.page-body .sidebar .sidebarmenu ul li ul {
    padding: 20px 50px;
    border-bottom: 1px solid #747f88;
}
.page-body .sidebar .sidebarmenu ul li ul li a {
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    line-height: 18px;
    border-bottom: none;
}
.page-body .sidebar .sidebarmenu ul li ul .active {
    background-color: transparent;
}
.page-body .sidebar .sidebarmenu ul li ul .active a {
    color: #19B5FE;
    text-decoration: underline;
    font-weight: 600;
}
.page-body .sidebar .sidebarmenu ul li ul .active::after {
    background-image: none !important;
}
.page-body .page-content {
    height: auto;
    overflow: hidden;
    padding: 30px 0 30px 15px;
}
.page-body .page-content .content {
    background-color: #ffffff;
    padding: 35px;
}
.page-body .page-content .content h1 {
    font-size: 22px;
    color: #3c3c3c;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-body .page-content .content h2 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 30px;
    font-weight: 500;
}
.page-body .page-content .content h3 {
    font-size: 15px;
    color: #3c3c3c;
    padding-bottom: 10px;
    font-weight: 600;
}
.page-body .page-content .shortcontent {
    font-size: 19px;
    line-height: 28px;
    color: #888;
}
.page-body .page-content p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
    padding-bottom: 20px;
}
.page-body .page-content p a {
    font-size: 15px;
    font-weight: 600;
    color: #888;
}
.page-body .page-content h2 {
    font-weight: 700;
    font-size: 15px;
}

/* referanslar */
.referanslar .col {
    text-align: center;
}
.referanslar .col .referans-item {
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 45px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 45px 0px rgba(0, 0, 0, .1);
    display: table;
    background: #fff;
    padding: 30px 0;
    width: 100%;
    margin-bottom: 30px;
}
.referanslar .col .referans-item img {
    height: 95px;
    width: 120px;
}

/* galeri */
.galeri .row {
    margin-left: -10px;
    margin-right: -10px;
}
.galeri .col {
    height: 160px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.galeri .col .galeriResim {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.arac-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.arac-item h2 {
    margin-top: 20px;
    padding-bottom: 10px !important;
    margin-bottom: 0;
}
.arac-item p {
    padding-bottom: 0 !important;
}

/* news */
.news ul {
    margin-top: -30px;
}
.news ul li {
    padding: 30px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.news ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.news ul li a {
    display: block;
}
.news ul li:last-child {
    margin-right: 0;
}
.news ul li h1 {
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}
.news ul li .tarih {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    background: url(../images/tarih.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}
.news ul li:hover .devam {
    color: #fff;
    background: #19B5FE;
}
.news ul li .devam {
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 15px;
    background: #fff;
    display: inline-block;
    color: #19B5FE;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #19B5FE;
}

/* mobile-menu */
.navMenu {
    float: left;
    position: relative;
    z-index: 102;
    display: none;
}
.cd-nav-trigger {
    position: fixed;
    z-index: 101;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    background-color: #2dafe6;
    border-radius: 50%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-nav-trigger.kucuk {
    top: 46px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    z-index: 10;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}
.cd-nav-trigger::before {
    background-color: #091d23;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.cd-nav-trigger::after {
    background-color: #ffb441;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
    background-color: white;
}
.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 70px 5%;
    z-index: 101;
    background-color: #446CB3;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
}
.cd-primary-nav a {
    color: #fff;
    font-size: 20px;
    font-size: 1.15rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1.5;
}
.no-touch .cd-primary-nav a:hover {
    color: #ffffff;
}
.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}
.cd-overlay-nav, .cd-overlay-content {
    /* efektin basladigi yer */
    position: fixed;
    top: 20px;
    right: 20px;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 2;
}
.cd-overlay-nav span {
    background-color: #446CB3;
}
.cd-overlay-content {
    /* main rounded colored bg 2 */
    z-index: 101;
}
.cd-overlay-content span {
    background-color: #69737b;
}
.cd-content {
    /* just some dummy content */
    padding: 80px 0;
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    z-index: 1;
}
.cd-content .cd-intro {
    height: 200px;
    padding-top: 4.6em;
}
.cd-content h1 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}
.cd-content p {
    line-height: 1.5;
    color: #a76500;
}
@media only screen and (min-width: 768px) {
    .cd-content .cd-intro {
        height: 250px;
        padding-top: 6em;
    }
    .cd-content h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .cd-content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
    }
}
