.waves-effect, a {
  -webkit-tap-highlight-color: transparent;
}

.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media (max-width:991px) {
  .row-fitur {
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width:991px) {
  .row-fitur {
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.fitur-a {
  text-align: center;
}

.separator-fitur {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.kolom-b {
  padding: 25px;
  border-radius: 11px;
}

.kolom-c {
  padding: 25px;
}

.kolom-c:hover {
  transition: 0.2s;
  background: #000000;
  border-radius: 4px;
}

.kolom-b:hover {
  border-radius: 11px;
  transition: 0.2s;
  background: rgb(8,44,42);
}

.kolom-a:hover {
  background: #0b3936;
  border-radius: 4px;
  transition: 0.2s;
}

.kolom-a {
  padding: 25px;
}

.heading-fitur {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 'Roboto';
}

.scardwrapper:hover {
  transform: scale(1.10);
  transition: .2s ease-in-out;
}

.nav-link:hover {
  color: #ffc700;
}

#navlink:hover {
  background: rgb(255,255,255);
  color: #ffc700;
}

.lista {
  color: rgb(255,255,255);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  background: rgba(255,255,255,0);
  border-radius: 11px;
  border-width: 1px;
  border-style: solid;
  padding-top: 2%;
  padding-bottom: 2%;
}

.yellow {
  color: #ffc700;
}

ul {
  color: white;
}

a {
  color: #ffc700;
}

.luxbar-brand {
  font-size: 1.3rem;
}

.luxbar-fixed {
  margin-bottom: 10%;
}

@media (max-width: 500px) {
  #nevcim {
    padding-top: 15%;
  }
}

#mainpic:hover {
  filter: grayscale(0%) saturate(118%)!important;
  /*transform: translate(100px);*/
}

.item:hover {
  color: #ffc700;
  border-style: solid;
  border-radius: 2px;
}

.item {
  padding: 10px;
}

.ybord {
  border-width: 3px!important;
  border-color: #ffc700!important;
}

div {
}

.shadow {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.81);
}

@media (max-width: 300px) {
  h4 {
    font-size: 22px!important;
  }
}

@media (max-width: 400px) {
  .alapp {
    border: none;
  }
}

img {
}

#navlink:hover {
  color: #ffc700!important;
}

.kapcsolatgomb {
  position: fixed;
  top: 5%;
  right: 3%;
  z-index: 100;
  font-weight: bold;
  background-color: #ffffff!important;
}

.kapcsolatgomb:hover {
  background-color: #082c2a!important;
}

img.alapp {
  border: none;
  padding: 0;
}

.blink_me {
  animation: blinker 2s linear infinite;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #00ff19;
  background-color: #007d00;
  border-radius: 100%;
}

@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}

#loader {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  background: #082c2a;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  vertical-align: middle;
  display: grid;
  left: 0;
  position: fixed;
  justify-items: center;
  align-items: center;
  animation-name: hid;
  animation-duration: .1s;
  animation-delay: 2s;
  text-align: center;
  width: 100%;
  z-index: 1000;
  height: 100%;
}

#refbtn {
  border-radius: 100px;
}

#refbtn:hover {
  color: white;
}

.border-light-subtle {
  border-width: 0.1px!important;
  border-color: rgba(255,255,255,0.19)!important;
}

.mw-100px {
  max-width: 100px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora';
}

