/* CSS İskender'in pcde oluşturulmuştur. */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
	.cuval-btn {
		display:none;
	}
}

/* <------------ Ekran Boyutu 1440px ile 1024px arası */
/* <------------ Ekran Boyutu 1440px ile 1024px arası Bitti  */
/* <------------ Ekran Boyutu 1280px */
/* <------------ Ekran Boyutu 1280px arası Bitti  */
/* <------------ Ekran Boyutu 1024px ile 980px arası */
/* <------------ Ekran Boyutu 1024px ile 980px arası Bitti  */
/* <------------ Ekran Boyutu 980px ile 768px arası*/
/* <------------ Ekran Boyutu 980px ile 781px arası Bitti  */
/* <------------ Ekran Boyutu 780px ile 640px arası */
/* <------------ Ekran Boyutu 780px ile 641px arası Bitti  */
/* <------------ Ekran Boyutu  Ekran Boyutu maksimum 640px */
@media only screen and (max-width: 640px) {
  #container {
    position: relative;
    height: auto !important;
    min-height: 100%;
    width: 100%;
    background: #ffffff;
    padding-bottom: 0;
    box-sizing: border-box;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    overflow: hidden;
  }
  .content {
    margin: auto;
  }
  .rel {
    position: relative;
  }
  .content_mx {
    width: auto;
  }
  .mlogo {
    display: none;
  }
  /* 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;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 3;
    width: auto;
    left: 0;
  }
  header#header .title {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  header#header .title h1 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 900;
    color: #003e80;
    margin: 5px  0 5px 0;
    padding: 0;
  }
  header#header .menu_icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(59, 89, 152, 0.8);
    position: relative;
  }
  header#header .menu_icon .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 55%;
    -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;
  }
  header#header .menu_icon .menu-btn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 3px -1px #000000;
    margin-bottom: 5px;
    transition: all 0.3s, linear;
  }
  .menu_wr {
    position: absolute;
    width: 60%;
    left: -65%;
    top: 60px;
    z-index: 2;
    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 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;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .menu_wr ul li a .icon {
    width: 40px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
  }
  .menu_wr ul li a .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain!important;
  }
  .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) {
    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: auto;
    left: 0;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.7);
    z-index: 1;
    position: relative;
  }
  .bottom_header form {
    display: table;
    width: 100%;
    padding: 0;
  }
  .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 {
    width: 45%;
    padding: 8px;
    margin: 0 5px;
    font-size: 12px;
    -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 {
    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;
  }
  #ui-datepicker-div {
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* 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: 280px;
    position: relative;
    z-index: 0;
    left: 0;
    width: auto;
    background: #ffffff;
  }
  #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: #f4f4f4;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
    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;
  }
  #Main .cari_wr .sm {
    width: 22% !important;
    font-size: 12px!important;
  }
  #Main .cari_wr .fll {
    width: 34%!important;
	 font-size: 11px!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 .hd {
    font-weight: bold;
    height: 40px!important;
    line-height: 40px!important;
    padding: 0  4px;
    border-bottom: 1px solid rgba(95, 95, 95, 0.8);
    font-size: 14px!important;
  }
  #Main .cari_wr .tr .tcx {
    width: 56%!important;
    text-align: left!important;
    font-weight: bold;
    height: 40px!important;
    line-height: 40px!important;
    padding: 0  4px;
    font-size: 14px!important;
  }
  #Main .cari_wr .tr .tc {
    width: 44%!important;
    text-align: left!important;
    border-right: none!important;
    height: 40px!important;
    line-height: 40px!important;
  }
  #Main .cari_wr .tr .td {
    width: 25%;
    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: center;
  }
  #Main .cari_wr .tr .td:nth-child(4n+0) {
    border-right: none;
  }
  #Main .fis_detay {
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
  }
  #Main .fis_detay .input {
    height: 40px;
    display: block;
    padding: 0;
  }
  #Main .fis_detay .input .left {
    display: inline-block;
    width: 42%;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    font-family: Roboto;
    vertical-align: middle;
  }
  #Main .fis_detay .input .right {
    width: 48%;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  #Main .user_frm {
    padding: 10px;
    -webkit-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, 0.5);
  }
  #Main .user_frm .input {
    height: 40px;
    display: block;
    width: auto;
  }
  #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"],
  #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;
	 margin: 10px 0;
  }
  #Main .error_wr .text {
    font-size: 16px;
    white-space: nowrap;
    font-family: Roboto;
    font-weight: 400;
    line-height: 40px;
  }
  #Main .error_wr .text_1 {
    font-size: 16px;
    height: 220px;	
	
  }
  #Main .error_wr a {
    width: auto;
    display: inline-block;
    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);
    font-family: Arimo;
    color: #ffffff;
    font-weight: 900;
    padding: 8px 10px ;
    bordeR: none;
    text-decoration: none;
  }
  /* 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: 100%;
    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: 0;
    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%);
  }
  .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;
  }
}
/* <------------ Ekran Boyutu maksimum 640px bitti */
/* <------------ Ekran Boyutu 640px ile 480px arası */
/* <------------ Ekran Boyutu 640px ile 480px arası Bitti  */
/* <------------ Ekran Boyutu 480px ile 320px arası */
/* <------------ Ekran Boyutu 480px ile 320px arası Bitti */
