html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Default styles for all screen sizes */
body,
h1,
h2,
h5,
p,
img,
i,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  display: block;
}

header .header-nav-top .nav span {
  color: #999;
}

header .header-container #header-menu-m {
  height: 30px;
  background-color: #d61010;
}

header #tceegeonline {
  background-color: #d61010;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 80%;
  margin: 0 auto;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
a:hover,
a.btn:hover {
    background-color: transparent !important; 
    border: none !important; 
    outline: none !important; 
}

/* Tüm buton hover durumu */
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.float-left a:hover,
.float-left a.btn:hover,
.float-left button#detayl-b-lg:hover {
    background-color: transparent !important; 
    border: none !important; 
    outline: none !important; 
}

.float-left a.btn#detayl-b-lg:hover,
.float-left a.btn:hover,
.float-left button:hover {
    background-color: transparent !important; 
    border: none !important; 
    outline: none !important; 
}




@media screen and (min-width: 1400px) {}


@media screen and (min-width: 1200px) and (max-width: 1399px) {}


@media screen and (min-width: 992px) and (max-width: 1199px) {}


@media screen and (max-width: 700px) {
  .row,
  .navbar {
    flex-direction: column;
  }
}

@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {}


@media screen and (max-width: 575px) {}