.column {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*@media only screen and (max-width: 600px) {*/
/*    .arama-hata{*/
/*        display: none;*/
/*    }*/
/*}*/


/* ana sayfa uyarılar */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}
.alert {
    font-weight: 700;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#arananList ul{
    background-color: #fff;
}
#arananList ul li{
    padding-left: 14px;
    padding-bottom: 2px;
}
.btn {
    background-color: #eaeaea;
    border: none;
    color: #000000;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 16px; */
    /* margin: 4px 2px; */
    cursor: pointer
}

#resimler-tbody {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  #resimler-tbody td, #resimler-tbody th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  #resimler-tbody tr:nth-child(even){background-color: #f2f2f2;}

  #resimler-tbody tr:hover {background-color: #ddd;}

  #resimler-tbody th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
  }

  #firmalar  th, td {
    text-align: left;
    padding: 8px;
  }

  #firmalar th { text-align: left;}
  #firmalar  tr:nth-child(even) {background-color: #f2f2f2;}

  /**/

  .alert {
    padding: 20px;
    margin-top: 10px;
    background-color: #f44336;
    color: white;
  }

  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }

  .closebtn:hover {
    color: black;
  }


@media screen and (max-width: 990px)
{
    /* kampanyalar mobil görünümü */
    .feedback {
        width: auto;
        float: none;
        margin: 0 0 0px 0;
        line-height: 21px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
}

.footer--home-page-v2 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}


.footer--home-page-v2-banner {
    padding-bottom: 97px;
    background-image: url(//static.yellowpages.ca/ypca/ypui-6.30.0.0-20201014.1607/resources/images/homepage/yp4b-banner.jpg);
    background-size: 100%;
}
