  @import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
  @screen-lg: 1920px;
  @grid-float-breakpoint:  @screen-lg;
  @input-border-focus:  #000077;
  @grid-gutter-width: 10px;

  .bgdoboz {
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 10px;
  font-size: 20px;
  color: #FFFFFF;
}
.bgdoboz h2{
  color: #FFf;
}

.formszin{
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}

  body {
      position: relative;
      padding-top: 0px;
      margin-top: 0px;
      top: 0px;
      font-family: 'Ubuntu Condensed', sans-serif;
  }
  h1{
    font-size: 56px;
  }

  blockquote{
    color: #555;
    border-color: #0060ae;
    text-align: left;
  }

.containerdiv { float: left; position: relative; }
.cornerimage { position: absolute; top: 0; left: 0; }

.brutto{
  font-size: 24px;
  color:  #F00;
}


.leiras1{
  width: 100%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 15px;
  background-color: rgba(220,220,220,0.5);
  color: #000;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #eee url(../images/select.png) no-repeat right;
  border: 0px #000000 solid;
}
/*-------------------------------------------------------------------------------------------------------*/
.galpic {
    position: relative;
    width: auto ;
    height: auto;
    overflow:hidden;
    padding: 5px;
}

.gallogo {
    position: absolute;
    top: 10px;
    bottom: auto;
    left:0;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 0px solid #73AD21;
    /*background-color:rgba(200,200,200,0.6);*/
    text-align:center;
}

  #viewgallery {
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255,255,255,0.8);
      z-index: 99999;
      /*cursor: pointer;*/
      padding: 4px;
  }


  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar-brand img{
    height:60px;
  }

  .navbar {
      margin-bottom: 0px;
      /*font-family: "Open Sans Condensed";*/
      font-size: 16px;
  }
  #navbar a{
      margin-bottom: 0px;
      /*font-family: "Open Sans Condensed";*/
      font-size: 20px;
      color: #4a5467;
      height: 60px;
      margin-right: 10px;
      padding-top:20px;

  }
  #navbar a:hover{
      color: #000;
      /*background-color: #0060ae;*/
  }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed8835; /*2098D1;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ed8835;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

  hr {
    color: #000000;
    border-color: #000000;
  }

  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail {
  height: 100%;
  width: 100%;
}

  .mavFej {
      height: 150px;
  }
  .mavFej .mavSocial{
      margin-top: 40px;
  }
  .mavFej .mavSocial img:hover{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
  }
  .mavFej .mavLogo{
      width: auto;
      margin-top: 5px;
  }
  .mavFej .mavFejbg{
      background: url(../images/logo_bg.png) no-repeat top left;
      height: 150px;
  }
  .mavFej .mavSearch{
      margin-top: 40px;
      margin-left: auto;

  }
  .mavFej .mavSearch a{
     margin-left: -10px;
  }
  .mavFej .mavSearch a:hover{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
     cursor: pointer;
  }
  .mavFej .fejKeres {
     border:0px;
     background-color: transparent;
     margin-left:-30px;
  }
  .mavFej .fejKeres:hover{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
     cursor: pointer;
  }

  .mavNavbar {
      font-family: "Open Sans Condensed";
      font-size: 20px;
      width: 300px;
      margin-top: 12px;
  }
  .mavNavbar a {
      color: #FFFFFF;
  }
  .mavNavbar a:hover {
      color: #ffffff;
      text-decoration: underline #ff0077 solid;
  }

  .pinkbutton {
    position: relative;
    background-color: #ff0077;
    border-radius: 4px;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.hasabCim1{
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 32px;

}
.hirdetes{
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 16px;
    color: #ABABAB;

}

.kiemeltCim {
    /*font-family: "Open Sans Condensed";*/
    font-size: 26px;
}

.cikkCim {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    /*font-family: "Open Sans Condensed";*/
    font-size: 20px;
}


.thumbnail {
  border: 0px;
}

.thumbnail .caption{
  font: 16px Arial, Helvetica, sans-serif;
}

.thumbnail.right-caption img {
    float: left;
    margin-right: 9px;
    width: 20%;
}
.thumbnail.right-caption img:hover {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
}
.thumbnail.right-caption {
    float: left;
    border-bottom: 1px #000000 dotted;
}

.hirlevelInfo {
      font-size: 16px;
      padding-top: 20px;
      color: #ff0077;
      cursor: pointer;
}
.hirlevelInfo:hover {
      text-decoration: underline #ff0077 solid;
}
#hirlevel {
  padding-top: 10px;
}

​
.footerLab {
  border-top: #000000 3px solid;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 10px;
}

.mavFooterGrey {
    /*font-family: "Open Sans Condensed";*/
    font-size: 20px;
    color: #8A8A8A;
}

.mavFooterPink {
    /*font-family: "Open Sans Condensed";*/
    font-size: 24px;
    color: #ff0077;
}
.mavFooterPink:hover {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    color: #000;
}

.mavMenuPink {
    /*font-family: "Open Sans Condensed";*/
    font-size: 24px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
    color: #fff;
}
.mavMenuPink:hover {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    color: #ff0077;
}

.aprobetus {
      /*font-family: "Open Sans Condensed";*/
      font-size: 16px;
      text-align: justify;
}

.cikkLink {
    color: #ff0077;
    font-weight: bold;
}
.cikkLink:hover {
  color: #06CC09;
  text-decoration: dotted #097204 underline;
}

/*-------------------------------------------------------------------------------------------------------*/
@media (max-width: 720px) {
  .hatterlink {
    background: transparent;
    background-color: #FFFFFF;
  }
  h1{
    font-size: 26px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 16px;
  }
  .navbar-brand img{
    height:48px;
  }
  #hirekdoboz{
    height:auto;
  }
  .leiras1{
    background: #eee;
  }
  .navbar-toggle a{
      color: #0060ac;
  }
}

