.font-blue {
  color: #2776bb !important;
}
.link-price{
    color: white !important;
    text-decoration: none;
}
.link-price:hover{
    text-decoration: none;
    color:darkgray !important;
}
.first-bus {
  background-color: black;
background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.second-bus {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
}
.doboz-cim-h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 700;
}
.doboz-alcim-h2 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}
.second-information > div > div > div > p {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-size: 14px;
}
.doboz-cim-h3 {
  text-transform: uppercase;
  font-size: 25px;
}
.doboz-alcim-h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 27px;
}
.doboz-alcim {
    margin-top: -20px;
    }
.bus-cim-h4 {
  text-transform: uppercase;
  font-size: 25px;
}
.bus-alcim-h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.bg-color-blue {
  background-color: #2776bb;
}
.bg-color-blue:hover {
  background-color: #2469a5;
}
.bg-color-grey {
  background-color: #232323;
}
.bg-color-grey:hover {
  background-color: #161616;
}
.bg-honeycomb{
  background-repeat: repeat;
  background-size: 55%;
}
.bg-honeycomb::after {
  opacity: 0.1 ;
}
.doboz-tr {
  background: #2776bbe6 !important;
}
.doboz-tr-dark {
  background: #343a40e6 !important;
}
.height-350 {
  min-height: 350px;
}
.top-slider{
    top: 0px;
}
.homepage-space-img {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homepage-contain-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homepage-second-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.szoveg-torzs {
  padding-left: 2%;
}
.no-padding {
  padding: 0 !important;
}
.top-padding {
  padding-bottom: 0 !important;
}
.sorszam-vilagos {
  width: 20px;
}
.sorszam-vilagos p {
  color: #2776bb80;
  font-size: 140px;
  line-height: 150px;
  padding-right: 10px;
}
.first-ereny {
  align-self: flex-end;
  margin-bottom: 30px;
}
.ereny-tartalom {
  font-size: 15px;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.img-first{
    transition: background 1s linear;
    background-image: url('/images/homePage/sprinter_hatter_4.jpg') !important;
}
.img-second{
    transition: background 1s linear;
    background-image: url('/images/mainPage/raktar_2.jpg') !important;
}
.img-three{
    transition: background 1s linear;
    background-image: url('/images/homePage/Fekete_Sprinter.jpg') !important;
}
.sale-price-block-full{
    background-color: #333333;
    
    padding: 10px 17px;
    font-weight: 600;
    width: 100%;
}
.sold-text{
    position: absolute;
    z-index: 1;
    top: 20%;
    color: white;

    text-align: center;
    background-color: rgb(151, 0, 0);

}
.sold-img{
    z-index: 0;
}
.sale_text{
    position: absolute;
  background: none;
  top:100%;
  left:3%;
  padding: 10px 17px;
  font-weight: 600;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    color: rgb(192, 21, 21);
    font-size: 70px;
}
@media (max-width:780px) {
    .sale_text{
        display: none;
    }
    
}
.dropdown-toggle::after{
  align-self: center;
}
.cta-gray{
  background-color: #232323;
}
.container {
  position: relative;
  text-align: center;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -55%);
  color: red;
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  max-width: 170px;
}