/* CSS İskender'in pcde oluşturulmuştur. */
/* TODO: Radial  :  .radial(fade(@siyah,30%),fade(@siyah,80%),top,ellipse,100%);*/
/* Site Değişkenleri */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Modal Styles*/
.mailornek {
  color: rgba(95, 95, 95, 0.7);
  font-size: 13px;
  font-family: Arial;
}
#Modal_wr {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9997;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
#Modal_wr .ModelWr_filter {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
#Modal_wr #Modal_main {
  width: 350px;
  height: auto;
  min-height: 120px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#Modal_wr #Modal_main .modal {
  width: auto;
  margin: 0 20px;
  min-height: 160px;
  height: auto;
  background: #ffffff;
  display: none;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
}
#Modal_wr #Modal_main .modal .info_title {
  background: #007dff url('../img/info_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .error_title {
  background: #a10309 url('../img/error_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .succes_title {
  background: #2ecc71 url('../img/succes_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .modal_title {
  height: 40px;
  text-align: center;
  width: auto;
}
#Modal_wr #Modal_main .modal .modal_title span {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  -webkit-text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
  -moz-text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
  text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
}
#Modal_wr #Modal_main .modal .modal_text_content {
  min-height: 50px;
  height: auto;
  padding: 20px 0;
  width: 100%;
  position: relative;
  display: table;
  text-align: center;
}
#Modal_wr #Modal_main .modal .modal_text_content p {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#Modal_wr #Modal_main .modal .modal_footer {
  height: 60px;
  position: relative;
}
#Modal_wr #Modal_main .modal .modal_footer .info_button {
  border: 1px solid #007dff;
  color: #007dff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .info_button:hover {
  background: #007dff;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer .error_button {
  border: 1px solid #a10309;
  color: #a10309;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .error_button:hover {
  background: #a10309;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer .succes_button {
  border: 1px solid #2ecc71;
  color: #2ecc71;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .succes_button:hover {
  background: #2ecc71;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer button[name='modal_close'] {
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: none;
  cursor: pointer;
}
/* SCROLL style*/
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none ;
  background-color: transparent;
}
#style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
#style-1::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #d8d8d8;
}
html,
body {
  font-family: Roboto;
  height: 100%;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
#container {
  position: relative;
  height: auto !important;
  min-height: 100%;
  width: 100%;
  background: #f4f4f4;
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.4);
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  overflow: hidden;
}
.content_mx {
  width: 1150px;
  margin: auto;
  position: relative;
}
.content {
  margin: auto;
}
.rel {
  position: relative;
}
/* Header -- Üst Kısım*/
header#header {
  min-height: 60px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  width: 75%;
  left: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 2;
}
header#header .title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
header#header .title h1 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 900;
  -webkit-text-shadow: 0 2px 2px rgba(0, 62, 128, 0.2);
  -moz-text-shadow: 0 2px 2px rgba(0, 62, 128, 0.2);
  text-shadow: 0 2px 2px rgba(0, 62, 128, 0.2);
  margin: 10px  0 5px 0;
  color: #003e80;
  padding: 0;
}
header#header .menu_icon {
  display: none;
}
.toph {
  top: 120px;
}
.menu_wr {
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3b5998;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #718dc8), color-stop(1, #3b5998));
  background: -ms-linear-gradient(bottom, #718dc8, #3b5998);
  background: -moz-linear-gradient(center bottom, #718dc8 0%, #3b5998 100%);
  background: -o-linear-gradient(#3b5998, #718dc8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#718dc8', GradientType=0);
  height: 100%;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.7);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_wr .mlogo {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  height: 120px;
  background: #ffffff;
  z-index: 30;
  position: relative;
}
.menu_wr .mlogo img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.menu_wr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_wr ul li {
  height: 50px;
  border-bottom: 1px solid rgba(150, 171, 214, 0.9);
}
.menu_wr ul li a {
  line-height: 50px;
  padding: 0 ;
  font-size: 16px;
  background: #718dc8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b5998), color-stop(1, #718dc8));
  background: -ms-linear-gradient(bottom, #3b5998, #718dc8);
  background: -moz-linear-gradient(center bottom, #3b5998 0%, #718dc8 100%);
  background: -o-linear-gradient(#718dc8, #3b5998);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#718dc8', endColorstr='#3b5998', GradientType=0);
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.menu_wr ul li a .icon {
  width: 40px;
  height: 50px;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  line-height: 50px;
}
.menu_wr ul li a .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain!important;
}
.menu_wr ul li a:hover {
  background: #3b5998;
}
.menu_wr ul li .active {
  background: #3b5998;
}
.menu_wr ul li .lang {
  display: block;
  float: left;
  height: 50px;
  width: 50%;
  position: relative;
  cursor: pointer;
}
.menu_wr ul li .lang span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.menu_wr ul li .lang:nth-child(1) {
  opacity: 0.5;
  background: url("../img/tr.png") no-repeat center;
}
.menu_wr ul li .lang:nth-child(2) {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
  background: url("../img/ru.png") no-repeat center;
}
.menu_wr ul li .lang.active:nth-child(1) {
  opacity: 1;
  background: url("../img/tr.png") no-repeat center;
}
.menu_wr ul li .lang.active:nth-child(2) {
  opacity: 1;
  background: url("../img/ru.png") no-repeat center;
}
.bottom_header {
  height: 60px;
  width: 75%;
  left: 25%;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.bottom_header form {
  display: table;
  width: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.bottom_header .td {
  display: table-cell;
  vertical-align: middle;
}
.bottom_header .search {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  outline: none;
}
.bottom_header .search img {
  widows: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/btn_searchBarIcon.png") no-repeat center;
  background-size: contain!important;
}
.bottom_header .input {
  width: 98%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.bottom_header .input input,
.bottom_header .input select {
  width: 45%;
  padding: 8px;
  margin: 0 5px;
  font-size: 13px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  color: #000000;
  background-color: #ffffff;
  outline: none;
}
.bottom_header .input input:focus,
.bottom_header .input select:focus {
  border: 1px solid #000000;
}
.bottom_header .input :-moz-placeholder {
  color: #000000;
  font-family: Roboto;
  margin-left: 0;
  font-size: 14px;
}
.bottom_header .input ::-webkit-input-placeholder {
  color: #000000;
  font-family: Roboto;
  margin-left: 0;
  font-size: 14px;
}
.bottom_header .input :-ms-input-placeholder {
  color: #000000;
  font-family: Roboto;
  margin-left: 0;
  font-size: 14px;
}
/* Main -- Gövde */
#Main {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 580px;
  position: relative;
  z-index: 0;
  left: 25%;
  width: 75%;
}
#Main .fis_wr {
  z-index: 0;
  position: relative;
  width: auto;
  height: auto;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f4f4f4, #ffffff);
  background: -moz-linear-gradient(center bottom, #f4f4f4 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}
#Main .fis_wr .fisbox {
  cursor: pointer;
  background: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 40px;
  position: relative;
  min-height: 30px;
}
#Main .fis_wr .fisbox:before {
  content: '›';
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-family: Roboto;
  color: #5f5f5f;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Main .fis_wr .fisbox span {
  font-size: 16px;
  display: block;
  line-height: 1.5em;
}
#Main .fis_wr .fisbox span:nth-child(2) {
  font-size: 13px;
}
#Main .cari_wr {
  display: block;
  width: auto;
  height: auto;
  margin: 10px;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid rgba(95, 95, 95, 0.8);
  border-top: 1px solid rgba(95, 95, 95, 0.8);
  border-right: 1px solid rgba(95, 95, 95, 0.8); 
  
}
#Main .cari_wr .td_hd {
  height: 40px!important;
 /* border-right: 1px solid rgba(95, 95, 95, 0.8); */
}
#Main .cari_wr .ust {
  background: rgba(139, 157, 195, 0.5) !important;
}
#Main .cari_wr .alt {
  background: rgba(139, 157, 195, 0.15) !important;
}
#Main .cari_wr .tr {
  height: 30px;
  display: block;
  vertical-align: top;
  background: #ffffff;
}
#Main .cari_wr .tr:nth-child(2n+0) {
  background: #f7f7f7;
}
#Main .cari_wr .tr .sm {
  width: 10% ;
}
#Main .cari_wr .tr .fll {
  width: 70%;
  text-align: center!important;
}
#Main .cari_wr .tr .flll {
  width: 70%;
  
  
  
}
#Main .cari_wr .tr .sg {
  text-align: right!important;
}
#Main .cari_wr .tr .hd {
  font-weight: bold;
  text-align: center!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0  4px;
  border-bottom: 1px solid rgba(95, 95, 95, 0.8);
  font-size: 16px!important;
}
#Main .cari_wr .tr .tcx {
  width: 80% ;
  text-align: left!important;
  font-weight: bold;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0  4px;
  font-size: 16px!important;
}
#Main .cari_wr .tr .tc {
  width: 20% ;
  text-align: left!important;
  height: 40px!important;
  line-height: 40px!important;
}
#Main .cari_wr .tr .td {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  padding: 0 4px;
  border-right: 1px solid rgba(95, 95, 95, 0.8);
  border-bottom: 1px solid rgba(95, 95, 95, 0.8);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: right;
}
#Main .fis_detay {
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px 0;
  -webkit-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
#Main .fis_detay .input {
  height: 40px;
  display: block;
  padding: 0 40px;
  border-bottom: 1px solid #f4f4f4;
}
#Main .fis_detay .input:hover {
  background: lightyellow;
}
#Main .fis_detay .input .left {
  display: inline-block;
  width: 30%;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  font-family: Roboto;
  vertical-align: middle;
}
#Main .fis_detay .input .right {
  width: 58%;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#Main .user_frm {
  padding: 20px ;
  -webkit-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.3);
}
#Main .user_frm .input {
  height: 40px;
  display: block;
  width: 500px;
}
#Main .user_frm .input .input_txt {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
#Main .user_frm .input button {
  margin: 6px 0;
  width: auto;
  border: none;
  padding: 8px;
  color: #f4f4f4;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(59, 89, 152, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b5998), color-stop(1, rgba(59, 89, 152, 0.8)));
  background: -ms-linear-gradient(bottom, #3b5998, rgba(59, 89, 152, 0.8));
  background: -moz-linear-gradient(center bottom, #3b5998 0%, rgba(59, 89, 152, 0.8) 100%);
  background: -o-linear-gradient(rgba(59, 89, 152, 0.8), #3b5998);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(59, 89, 152, 0.8)', endColorstr='#3b5998', GradientType=0);
}
#Main .user_frm .input input[type="text"]:read-only {
  background: #f4f4f4;
}
#Main .user_frm .input input[type="text"]:read-only:focus {
  border: 1px solid #d8d8d8;
}
#Main .user_frm .input input[type="text"],
#Main .user_frm .input input[type="password"],
#Main .user_frm .input input[type="number"],
#Main .user_frm .input .selectbox {
  padding: 7px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  color: #000000;
  width: 65%;
  background: #ffffff;
  outline: none;
}
#Main .user_frm .input input[type="text"]:focus,
#Main .user_frm .input input[type="password"]:focus,
#Main .user_frm .input input[type="number"]:focus,
#Main .user_frm .input .selectbox:focus {
  border: 1px solid #3b5998;
}
#Main .user_frm .input .ik_capcha {
  display: inline-block;
  vertical-align: middle;
}
#Main .error_wr {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#Main .error_wr .text {
  font-size: 16px;
  white-space: nowrap;
  font-family: Roboto;
  font-weight: 400;
  line-height: 40px;
}
#Main .error_wr a {
  border: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(59, 89, 152, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b5998), color-stop(1, rgba(59, 89, 152, 0.8)));
  background: -ms-linear-gradient(bottom, #3b5998, rgba(59, 89, 152, 0.8));
  background: -moz-linear-gradient(center bottom, #3b5998 0%, rgba(59, 89, 152, 0.8) 100%);
  background: -o-linear-gradient(rgba(59, 89, 152, 0.8), #3b5998);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(59, 89, 152, 0.8)', endColorstr='#3b5998', GradientType=0);
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  font-family: Arimo;
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 10px ;
  text-decoration: none;
}
#Main .iletisim_wr {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#Main .iletisim_wr .logo {
  margin-bottom: 20px;
}
#Main .iletisim_wr span {
  display: block;
  line-height: 1.5em;
  color: #000000;
}
#Main .iletisim_wr span a {
  color: #000000;
  text-decoration: none;
}
#Main #sayfala {
  display: block;
  padding: 10px 20px;
  text-align: right;
}
#Main #sayfala a {
  border: 1px solid #d8d8d8;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 4px 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #ffffff;
  color: #5f5f5f;
}
#Main #sayfala a:hover {
  background: #d8d8d8;
}
#Main #sayfala .active {
  background: #d8d8d8;
}
/* Footer -- Alt Kısım */
footer#Footer {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.giris_form {
  width: 350px;
  min-height: 280px;
  margin: 20px 0;
  position: absolute;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.giris_form .logo {
  width: auto;
  text-align: center;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.giris_form .form {
  width: auto;
  padding: 0 40px  20px  40px;
}
.giris_form .form input {
  padding: 8px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  color: #000000;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
.giris_form .form input:focus {
  border: 1px solid #3b5998;
}
.giris_form .form button {
  width: 100%;
  border: none;
  padding: 8px 0;
  color: #f4f4f4;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(59, 89, 152, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b5998), color-stop(1, rgba(59, 89, 152, 0.8)));
  background: -ms-linear-gradient(bottom, #3b5998, rgba(59, 89, 152, 0.8));
  background: -moz-linear-gradient(center bottom, #3b5998 0%, rgba(59, 89, 152, 0.8) 100%);
  background: -o-linear-gradient(rgba(59, 89, 152, 0.8), #3b5998);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(59, 89, 152, 0.8)', endColorstr='#3b5998', GradientType=0);
  margin-bottom: 10px;
}
.giris_form .form .forgot {
  color: #8b9dc3;
  text-decoration: none;
  font-size: 14px;
  display: block;
  float: left;
  text-align: center;
}
.giris_form .form .sing_up {
  color: #8b9dc3;
  text-decoration: none;
  font-size: 14px;
  display: block;
  float: right;
  text-align: center;
}
.giris_form .language {
  width: auto;
  margin-top: 20px;
  text-align: center;
}
.giris_form .language a {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background-size: contain!important;
}
.giris_form .language a:nth-child(1) {
  background: url("../img/tr.png") no-repeat center;
}
.giris_form .language a:nth-child(2) {
  background: url("../img/ru.png") no-repeat center;
}
.giris_form .language a span {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.giris_form .language .active span {
  background: none;
}
