
body {
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.9;
    overflow-y: scroll;
    color: #183153;
	background-image: url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;	
}
.text-dark{
    color: #183153;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.container {
    padding: 0;
}
.renk {
    background: #00bcd4;
}
.ust-menu {
    font-size: 12px !important;
    border-bottom: 1px solid #ccc;
    padding: 0;
    background: #000;
    color: #ccc!important;
}
.ust-menu span {
    line-height: 36px;
}
.ust-menu .navbar-collapse {
    padding: 0;
}
.ust-menu .navbar-collapse .nav-item {
    line-height: 20px;
    font-weight: 900;
    padding: 0 10px;
}
.ust-menu .navbar-collapse .nav-item a{
    color: #eee;
}
.ust-menu .navbar-collapse .dropdown-menu {
    font-size: 12px;
}


.header {
    padding: 20px;
}
.header .title {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #323232;
    line-height: 28px;
}
.header .title:hover {
    text-decoration: none;
}
.header .title .logo{
    margin-right: 20px;
}

.header .arama {
    margin-top: 14px;
}
.header .arama .form-control {
    background: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: none !important;
    height: 50px;
}
.header .arama .form-control:focus {
    box-shadow: none !important;
}
.header .arama .btn {
    background: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: none !important;
    color: #333;
    cursor: pointer;
}
.orta-menu {
    border-bottom: 3px solid #323232;
    background: #d90303;
    margin: 0 20px;
}
.orta-menu .navbar {
    background: #d90303;
    padding: 0;
}
.orta-menu .navbar-nav {
    width: 100%;
}
.orta-menu .navbar-nav .nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.orta-menu .navbar-nav .nav-item:first-child {
    border-left: hidden;
}
.orta-menu .navbar-nav .nav-item .nav-link {
    color: #fff;
    line-height: 50px;
    padding: 0 18px;
    font-weight: 900;
}
.orta-menu .navbar-nav .nav-item .nav-link:hover {
    background: #323232;
}
.orta-menu .navbar-nav .dropdown-menu {
    font-size: 14px;
    min-width: 220px;
}

.ana-alan{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 20px auto;
    
    -webkit-box-shadow: 10px 10px 10px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: 10px 10px 10px 0px rgba(240, 240, 240, 1);
    box-shadow: 10px 10px 10px 0px rgba(240, 240, 240, 1);

}


.carousel .carousel-caption h5{
    font-size: 24px;
    font-weight: 700;
}
.carousel .carousel-caption p{
    font-size: 15px;
}

.carousel .carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
background: rgba(0,0,0,0.44);
background: linear-gradient(90deg,rgba(0,0,0,0.44) 0%, rgba(0,255,0,0) 95%);
background: -webkit-linear-gradient(90deg,rgba(0,0,0,0.44) 0%, rgba(0,255,0,0) 95%);
background: -moz-linear-gradient(90deg,rgba(0,0,0,0.44) 0%, rgba(0,255,0,0) 95%);
}
.orta-alan {
    min-height: 600px;
    padding: 0 20px 20px 20px;
}


.sag-menu {
    background: #f1f1f1 !important;
}
.sag-menu li {
    background: #f1f1f1 !important;
    font-weight: 900;
    padding: 0;
    border: 0;
}
.sag-menu li.title {
    color: #323232;
    padding: 4px 20px;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
}
.sag-menu li a {
    color: #323232;
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}
.sag-menu li a:hover {
    text-decoration: none;
    background: #e2e6ea;
    color: #323232;
}

.card-header{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #323232;
    line-height: 42px;
    
}


.arama-alani .arama {
    background: #f6f6f6;
}
.arama-alani .arama .form-control {
    background: #f6f6f6;
    border-color: #eee;
    border-radius: none !important;
    height: 50px;
    font-weight: 900;
    color: #f00;
}
.arama-alani .arama .form-control:focus {
    box-shadow: none !important;
}
.arama-alani .arama .btn {
    background: #eee;
    border-color: #eee;
    border-radius: none !important;
    height: 50px;
    color: #333;
    cursor: pointer;
}




.footer {
    background: #f1f1f1;
    padding: 20px;
}
.footer h3 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 18px;
}
.footer img {
    margin-right: 15px;
}
.footer .telif {
    line-height: 22px;
}
.footer .copyright {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
    font-size: 12px;
}
.telif ul {
    list-style: none;
    padding: 0;
    display: inline;
}
.telif ul li {
    display: inline;
}
.telif ul li:not(:last-child)::after {
    content: "\2022";
    margin: 0 5px;
}
.br-0 {
    border-right: 0 !important;
}
.bl-0 {
    border-left: 0 !important;
}
.form-control {
    font-size: 14px !important;
}
.btn {
    font-size: 13px !important;
    cursor: pointer;
}
.btn-light {
    background: #eee;
}
.alert {
    text-align: center;
}
.ta-j {
    text-align: justify;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-16 {
    font-size: 16px;
}
.fw {
    width: 100% !important;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.ds-none {
    display: none;
}
.bold {
    font-weight: 700;
}
.font-red {
    color: #f00;
}

.mh-6{
    min-height: 600px;
}


.golge {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(240, 240, 240, 1);
    box-shadow: 5px 5px 5px 0px rgba(240, 240, 240, 1);
}



.share {
    display: block;
    float: left;
    padding: 6px 20px;
    border-right: 1px solid #ddd;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
    color: #323232;
}
.share:hover {
    color: #fff;
    background: #323232;
}
.share:last-child {
    border: 0;
}
.table thead {
    background: #f1f1f1;
}
.tablo {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 100% !important;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
}
.tablo > thead > tr > th, .tablo > tbody > tr > th, .tablo > tfoot > tr > th, .tablo > thead > tr > td, .tablo > tbody > tr > td, .tablo > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tablo > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #f1f1f1;
    font-size: 16px;
}
.tablo > tbody + tbody {
    border-top: 2px solid #ddd;
}
.tablo > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tablo > tbody > tr:hover {
    background-color: #f5f5f5;
}
.tablo col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.tablo td[class*="col-"], .tablo th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.tablo > thead > tr > td.active, .tablo > tbody > tr > td.active, .tablo > tfoot > tr > td.active, .tablo > thead > tr > th.active, .tablo > tbody > tr > th.active, .tablo > tfoot > tr > th.active, .tablo > thead > tr.active > td, .tablo > tbody > tr.active > td, .tablo > tfoot > tr.active > td, .tablo > thead > tr.active > th, .tablo > tbody > tr.active > th, .tablo > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.tablo > tbody > tr > td.active:hover, .tablo > tbody > tr > th.active:hover, .tablo > tbody > tr.active:hover > td, .tablo > tbody > tr:hover > .active, .tablo > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.tablo > thead > tr > td.success, .tablo > tbody > tr > td.success, .tablo > tfoot > tr > td.success, .tablo > thead > tr > th.success, .tablo > tbody > tr > th.success, .tablo > tfoot > tr > th.success, .tablo > thead > tr.success > td, .tablo > tbody > tr.success > td, .tablo > tfoot > tr.success > td, .tablo > thead > tr.success > th, .tablo > tbody > tr.success > th, .tablo > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.tablo > tbody > tr > td.success:hover, .tablo > tbody > tr > th.success:hover, .tablo > tbody > tr.success:hover > td, .tablo > tbody > tr:hover > .success, .tablo > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.tablo > thead > tr > td.info, .tablo > tbody > tr > td.info, .tablo > tfoot > tr > td.info, .tablo > thead > tr > th.info, .tablo > tbody > tr > th.info, .tablo > tfoot > tr > th.info, .tablo > thead > tr.info > td, .tablo > tbody > tr.info > td, .tablo > tfoot > tr.info > td, .tablo > thead > tr.info > th, .tablo > tbody > tr.info > th, .tablo > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.tablo > tbody > tr > td.info:hover, .tablo > tbody > tr > th.info:hover, .tablo > tbody > tr.info:hover > td, .tablo > tbody > tr:hover > .info, .tablo > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.tablo > thead > tr > td.warning, .tablo > tbody > tr > td.warning, .tablo > tfoot > tr > td.warning, .tablo > thead > tr > th.warning, .tablo > tbody > tr > th.warning, .tablo > tfoot > tr > th.warning, .tablo > thead > tr.warning > td, .tablo > tbody > tr.warning > td, .tablo > tfoot > tr.warning > td, .tablo > thead > tr.warning > th, .tablo > tbody > tr.warning > th, .tablo > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.tablo > tbody > tr > td.warning:hover, .tablo > tbody > tr > th.warning:hover, .tablo > tbody > tr.warning:hover > td, .tablo > tbody > tr:hover > .warning, .tablo > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.tablo > thead > tr > td.danger, .tablo > tbody > tr > td.danger, .tablo > tfoot > tr > td.danger, .tablo > thead > tr > th.danger, .tablo > tbody > tr > th.danger, .tablo > tfoot > tr > th.danger, .tablo > thead > tr.danger > td, .tablo > tbody > tr.danger > td, .tablo > tfoot > tr.danger > td, .tablo > thead > tr.danger > th, .tablo > tbody > tr.danger > th, .tablo > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.tablo > tbody > tr > td.danger:hover, .tablo > tbody > tr > th.danger:hover, .tablo > tbody > tr.danger:hover > td, .tablo > tbody > tr:hover > .danger, .tablo > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.ilk-kolon tr td:first-child {
    width: 50%;
}
.ilk-kolon-30 tr td:first-child {
    width: 30%;
}
.kurul tr td:nth-child(1) {
    width: 50px;
}
.kurul tr td:nth-child(3) {
    width: 240px;
}
.kurul tr td:nth-child(4) {
    width: 180px;
}