﻿#onlinemenu {
  position: absolute;
  right: 10px;
  bottom:0;
  z-index:204;
}
#onlinemenu > div {
  position: relative;
}
#onlinemenu > div > a {
  text-decoration: none;
  background-color: #add469;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding: 10px 10px;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-top-right-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
#onlinesubmenu {
  display: none;
  overflow: hidden;
  width: 250px;
  position: absolute;
  top: 41px;
  right:0;
  padding-top: 40px;
  /*transform: translateX(-50%);*/
  background: rgba(18,119,189,0.9);
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
#onlinemenu .arrow {
  text-align: center;
  margin-bottom:10px;
}
#onlinemenu .arrow .onlineclose {
  background: #add469;
  width:71px;
  height:25px;
  display: inline-block;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0px 3px 16px 0px rgba(42, 41, 47, 0.39);
}
#onlinemenu .arrow .onlineclose span {
  margin: 7px auto 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9.5px 0 9.5px;
  border-color: #fff transparent transparent transparent;
}
#onlinemenu .arrow2 .onlineclose span.opened {
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #ffffff transparent;
}
#onlinemenu .arrow2 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 4;
}
#onlinelogin {
  padding:0 25px 20px;
}
    #onlinelogin input[type=text], #onlinelogin input[type=password] {
        width: 100%;
        display: block;
        background: transparent;
        border: 1px #fff solid;
        margin: 0;
        padding: 0 5px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 23px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
        #onlinelogin input[type=text]:focus, #onlinelogin input[type=password]:focus {
            background-color: transparent !important;
        }
        #onlinelogin input[type=text]::-webkit-input-placeholder, #onlinelogin input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }
        #onlinelogin input[type=text]::-moz-placeholder, #onlinelogin input[type=password]::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }
        #onlinelogin input[type=text]:-ms-input-placeholder, #onlinelogin input[type=password]:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }
        #onlinelogin input[type=text]:-moz-placeholder, #onlinelogin input[type=password]:-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }
#onlinelogin p {
  margin-bottom: 8px;
}
#onlinelogin .loginbtn {
  float: right;
  background: transparent;
  color:#fff;
  width: 62px;
  text-align: center;
  border: 1px #fff solid;
  font-size:13px;
  line-height: 23px;
  padding-left:0;
  padding-right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#onlinelogin .links {
  font-size:9px;
}
#onlinelogin .links a {
  color:#fff;
}
#onlinesubmenu .warningsms {
  font-size: 11px;
  font-weight: 700;
  color: #add469;
  padding: 0 15px;
  text-align: justify;
  margin-bottom: 15px;
}
#onlinesubmenu .onlinelinks {
  border-top: 2px #fff solid;
  margin: 0 15px 20px;
  padding-top: 15px;
  font-size: 13px;
}
#onlinesubmenu .onlinelinks a {
  color:#fff;
}
#onlinesubmenu .onlinelinks a:hover {
  text-decoration: underline;
}
#Header a.responsive-menu-toggle {
    color: #fff;
}
footer .cozum-merkezi {
    margin-bottom: 35px;
    display: block;
}
.followus {
    text-align: center;
    font-size: 16px;
    color: #1477b9;
    display: inline-block;
}
#Footer .followus a {
    color: #1477b9;
    font-size: 26px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}
.footer-links {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.footer-links li {
  list-style: none;
  line-height: 29px;
  font-size: 14px;
  color:#818286;
}
#Footer .footer-links li a.online {
  color: #add469;
}
#Footer .adres {
    color: #818286;
    line-height: 24px;
    font-size:14px;
}
#Footer h4 {
    font-size:16px;
}
#Footer .footer_copy {
    font-size:13px;
}
#Footer .footer_copy a {
    color: #000;
    display:inline-block;
}
#Footer .footer_copy .one-second {
    margin-bottom:10px;
}
#Footer .footer_copy .one-second:last-child {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #Footer .footer_copy .one-second:last-child {
        text-align:center;
    }
    #Footer .footer_copy .one-second:last-child span {
        display:none;
    }
}
#pageImage {
    background-color: lightgrey; background-size: cover; background-position: 50% 50%; height: 300px; border-bottom: 6px #0067b2 solid;
}
#searchbox {
	position: absolute;
	top:5px;
	right:65px;
}
#searchbox #searchForm {
    padding-top:2px;
}
    #searchbox #searchForm input {
        background: none;
        color: #fff;
        font-size: 12px;
        border: 0;
        text-align: right;
        float: left;
        margin-top: 1px;
        margin-bottom: 0;
        padding: 1px 0;
        width: 135px;
        box-shadow: none;
        color: #095293;
        line-height: 17px;
    }

        #searchbox #searchForm input:focus {
            outline: 0;
            background: transparent !important;
        }

        #searchbox #searchForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #095293;
        }

        #searchbox #searchForm input::-moz-placeholder { /* Firefox 19+ */
            color: #095293;
        }

        #searchbox #searchForm input:-ms-input-placeholder { /* IE 10+ */
            color: #095293;
        }

        #searchbox #searchForm input:-moz-placeholder { /* Firefox 18- */
            color: #095293;
        }

    #searchbox #searchForm button {
        background: none;
        color: #095293;
        font-size: 15px;
        padding: 0 6px 0;
        border: 0;
        margin-bottom: 0;
        margin-right: 0;
        box-shadow: none;
    }
.langs {
	position: absolute;
	top: 5px;
	right: 10px;
}
.langs #lang_choice {
    width: auto;
}
.langs .selectBox-dropdown {
	min-width:40px;
	border:1px solid #b3b3b3;
	height:18px;
	background: #000;
}
.langs .selectBox-dropdown .selectBox-label {
	line-height: 16px;
	font-size: 14px;
	padding: 2px 4px;
	color:#fff;
}
.langs .selectBox-dropdown .selectBox-arrow {
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: url(../img/arrow2.png) 50% center no-repeat;
    border-left-width: 0;
}
.contentImages {
  text-align: center;
  margin-bottom: 15px;
}
.contentImages img {
  text-align: center;
  margin:0 20px;
}
#Content .cityImg {
  float:none;
  display: block;
  margin-bottom: 10px;
  max-width:100%;
}
.column_city {
  max-width: 1000px;
  margin:0 auto;
}
.column_city .faq .question:before, .column_city .faq .question:after, .faq .question .title .num {
  display: none;
}
.faq .question .title, .faq .question .answer {
  padding-left:20px;
}
.sertifikalar {
  text-align: center;
}
.sertifikalar li {
  display: inline-block;
  max-width: 165px;
  margin:0 30px 20px;
}
.sertifikalar li img {
  display: block;
  width:100%;
  margin-bottom: 15px;
  box-shadow: 0px 10px 29px 0px rgba(51, 49, 50, 0.18);
}
.sertifikalar li a {
  color:#006db7;
  font-size: 20px;
  font-weight: 700;
}
a.stajbtn {
  display: block;
  color: #fff;
  background: #0067b2;
  font-size: 16px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
a.stajbtn:hover {
  color: #fff;
  text-decoration: none;
}
a.stajbtn span {
  padding: 10px 0;
}
a.stajbtn.mfn-link-5:before {
  text-align: center;
  padding:10px 0;
}
.mfnrs_home.bluebg {
  background: rgba(51,139,199,0.85);
  padding: 25px 55px;
}
.mfnrs_home .baslik {
  font-size: 57px;
  font-weight: 900;
}
.mfnrs_home .metin {
  font-size: 26px;
  line-height: 30px;
}
.tparrows {
  background: #808285;
}
#mfn-rev-slider {
  margin-bottom:70px;
}
#homeimg {}
#homeimg img {
  display: block;
  width:100%;
}
.ykkisi {
  text-align: center;
  max-width: 300px;
  margin:0 auto;
  position: relative;
}
.ykkisi img {
  display: block;
  margin:0 auto 15px;
  box-shadow: 0px 10px 29px 0px rgba(51, 49, 50, 0.18);
}
.ykkisi .name {
  display: block;
  font-size: 24px;
  color: #006db7;
  font-weight: 700;
  margin-bottom: 5px;
}
.ykkisi .title {
  display: block;
  font-size: 18px;
  color: #000;
}
.ykkisiler {
  margin-top: 50px;
}
.ykkisiler > .column {
  margin-left: 0;
  margin-right: 0;
  width: 33%;
}
.ykkisiler .ykkisi {
  padding-top: 50px;
  max-width:100%;
}
.ykkisiler .ykkisi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  background: #006db7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  margin-left: -7px;
}
.ykkisiler .ykkisi:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #006db7;
}
.ykkisiler .column:first-child .ykkisi:after {
  width:50%;
  left:50%;
}
.ykkisiler .column:last-child .ykkisi:after {
  width:50%;
}
.faq.download .answer a {
  text-decoration: none;
  font-size: 16px;
}
.faq.download .answer a:hover {
  font-weight: 700;
}
.faq.ihale-ilanlari .question span.date {
  font-weight: 700;
}
.faq.ihale-ilanlari .answer table th,
.faq.ihale-ilanlari .answer table td {
  text-align: left;
}
.tab1.tabs_vertical.ui-tabs .ui-tabs-nav {
  width:20%;
}
.tab1.tabs_vertical.ui-tabs .ui-tabs-panel {
  width:79.7%;
}
.tab1.tabs_vertical.ui-tabs .ui-tabs-nav li a {
  text-align: center;
}
#stajform {
  max-width:700px;
  margin:0 auto;
}
.formrow { 
  clear: both;
  margin-bottom:10px;
}
.formrow:after {
  content: "";
  display: table;
  clear: both;
}
.formrow label {
  float: left;
  width:30%;
  line-height: 37px;
}
.formrow textarea,
.formrow input[type=text],
.formrow input[type=email],
.formrow input[type=password],
.formrow select {
    display: inline-block;
    width: 69%;
    margin-bottom: 0;
}
.formrow select {
    background: #fff url('images/arrow-down.png') no-repeat center right 10px;
}
.formrow input[type=radio] {
  margin-top: 13px;
}
#duyuruModal {
  display: block;
  width:100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#duyuruModal > img {
  max-width: 100%;
}
.column_fancy_heading {
    margin-bottom:5px;
}

#Top_bar .menu li.submenu.last > ul.sub-menu {
    left:auto;
    right:0;
}
#icons {
    padding-top: 30px;
}
#icons .one-third.column {
    margin-bottom:0;
}
#icons .one-second.column {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1239px) and (min-width: 960px) {
    #Top_bar #menu ul li a span .icon-down-open {
        display: none;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    #Top_bar #menu ul li a span .icon-down-open {
        display: none;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .ykkisiler {
    margin-top: 0;
  }
  .ykkisiler .ykkisi:before,
  .ykkisiler .ykkisi:after {
    display: none;
  }
  .tab1.tabs_vertical.ui-tabs .ui-tabs-nav,
  .tab1.tabs_vertical.ui-tabs .ui-tabs-panel {
    width: 100%;
  }
    #icons > .one-third.column {
        width: 100%;
    }
    #Top_bar #menu ul li a span .icon-down-open {
        display: none;
    }
}
@media (max-width: 479px) {
  .ykkisiler {
    margin-top: 0;
  }
  .ykkisiler .ykkisi:before,
  .ykkisiler .ykkisi:after {
    display: none;
  }
  .tab1.tabs_vertical.ui-tabs .ui-tabs-nav,
  .tab1.tabs_vertical.ui-tabs .ui-tabs-panel {
    width: 100%;
  }
  .formrow label {
    float: none;
    width:100%;
    display: block;
    line-height: 25px;
    margin-bottom: 0;
  }
    .formrow textarea,
    .formrow input[type=text],
    .formrow input[type=email],
    .formrow input[type=password],
    .formrow select {
        display: block;
        width: 100%;
    }
  .formrow input[type=radio] {
    margin-top: 5px;
  }
    #icons > .one-third.column {
        width: 100%;
    }

    #Top_bar #menu ul li a span .icon-down-open {
        display:none;
    }
    #Top_bar .menu_wrapper {
        float:none;
        margin:0 auto;
    }
}

@media (min-width: 768px){
    #onlinemenu {
        position: absolute;
        right: 40px;
        bottom:0;
    }
    #onlinemenu > div > a {
      padding: 10px 20px;
    }
    #onlinesubmenu {
      width: 250px;
      left:50%;
      right: auto;
      transform: translateX(-50%);
    }
    .followus {
        display: block;
    }
    #Content .cityImg {
      float:right;
      max-width:204px;
    }
    .column_city .faq .question:before,.column_city .faq .question:after, .faq .question .title .num {
      display: block;
    }
    .faq.download .question .title .num {
      left:15px;
    }
    .faq .question .title, .faq .question .answer {
      padding-left:80px;
    }
    a.stajbtn {
      max-width: 70%;
      margin: 0 auto;
      padding: 0;
      font-size: 19px;
    }
}


.cssloader,.cssloader:after,.cssloader:before{border-radius:50%;width:1em;height:1em;-webkit-animation:load7 1.3s infinite ease-in-out;animation:load7 1.3s infinite ease-in-out}
.cssloader{color:#1277bd;font-size:10px;margin-left:1.5em;margin-bottom:30px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}
.cssloader:after,.cssloader:before{content:'';position:absolute;top:0}
.cssloader:before{left:-1.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}
.cssloader:after{left:1.5em}
@-webkit-keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}
@keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}

/*** Çerez Aydınlatma Metni ***/
.cerezDiv {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 5555;
    background-color: #efefef;
    padding: 8px 20px;
    color: #000;
    border-top: 2px solid #0067b2;
    border-left: 2px solid #0067b2;
}

    .cerezDiv.goster {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .cerezDiv a {
        white-space: nowrap;
        color: #000000;
        font-weight: bold;
        display: inline-block !important;
    }

    .cerezDiv div {
        margin-bottom: 10px;
    }

    .cerezDiv p {
        margin-bottom: 0;
        text-align: justify;
    }

.tamamBtn {
    display: block;
    margin: 0 auto;
    width: 150px;
    cursor: pointer;
    -webkit-appearance: none;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    outline: 0;
    line-height: 18px;
}
@media (max-width: 500px) {
    .cerezDiv {
        border-left: 0;
    }
}
/*** Çerez Aydınlatma Metni ***/

.pagecontent .column.one-fifth {
    margin-right: 0;
    width: 19%;
}
.pagecontent .column.four-fifth {
    margin-left: 0;
}
.sirket-icerik {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 20px !important;
    margin: 0;
    overflow: hidden;
    min-height: 300px;
    -webkit-border-radius: 0 5px 5px 5px !important;
    border-radius: 0 5px 5px 5px !important;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .08) !important;
	background-color:#fff;
}
.sirket-icerik .pager .pages {
	background-image:none;
	margin:0;
}
.pagemenu {
    display: block;
    border-style: solid;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-border-radius: 5px 0 0 5px !important;
    border-radius: 5px 0 0 5px !important;
    border-width: 1px 0 1px 1px;
    border-color: rgba(0,0,0,.08);
}
.pagemenu li {
    border-color: rgba(0,0,0,.08);
    border-width: 0 0 1px;
    border-style: solid;
    position: relative;
}
.pagemenu li a {
	border: 0;
	color: #444;
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 14px 30px !important;
	float: none;
	line-height: 18px;
	height: auto;
	background-image: url(/img/bg_panel.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
}
.pagemenu li.active a {
	-webkit-border-radius: 5px 0 0 0 !important;
	border-radius: 5px 0 0 0 !important;
	background-color: #fff;
	background-image: none;
	color: #2991d6;
}
.pagemenu li.active:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	left: auto;
	right: -1px;
	top: 0;
	z-index: 1;
	background: #fff;
}