.post__vertical--single .post__meta, .page-content .post__meta .post__created-at, .page-content .post__meta .post__author, .post-group__left .post__meta .created_at, .post-group__left .post__meta .post-author{
	display:none !important;
}

.post__vertical--single .post__content-wrap {
    padding: 25px 0 25px;
}



/*régió választó*/
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
  			border-radius: 8px;
      word-wrap: break-word;
  transition:all ease .3s;
  
        }
.service-box hr{
	height:0px;
	border-top: 1px solid #639f3b;
    opacity: .5;
	width:45%;
	margin:1rem auto;
	
}
.service-box:hover, .gallery-wrap .gallery-item:hover{
  box-shadow: 0 10px 20px rgba(139,195,74,.25);
}
        .service-icon{
            width: 100%;
            height: 150px;
            padding: 10px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 150px;
            padding: 20px 10px;
            text-align: center;
            transition: all .5s ease;
            background-color: #ffffff;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:58px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 1.3em;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
         /* text-shadow: 2px 2px 2px rgba(0,0,0,1);*/
          letter-spacing: .05em;
        }
        .service-box .service-content h3 {
            font-size: 1.3em;
            /*font-weight: 700;*/
            color: #000;
            margin-bottom:10px;
            text-transform: uppercase;
          letter-spacing: .05em;
          	
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #979797;
            margin:0;
        }
        .yellow{background-color: #8bc34a;background: #8bc34a url(https://tisztabereg.eu/storage/general/fav.png);
    background-size: contain;background-position: top left;
    background-repeat: no-repeat;}
        .orange{background-color: #8bc34a; background:#8bc34a url(https://tisztabereg.eu/storage/general/fav.png);
    background-size: contain;background-position: top left;
    background-repeat: no-repeat;}
        .red{background-color: #8bc34a;background:#8bc34a url(https://tisztabereg.eu/storage/general/fav.png);
    background-size: contain;background-position: top left;
    background-repeat: no-repeat;}
        .grey{background-color: #8bc34a;background:#8bc34a url(https://tisztabereg.eu/storage/general/fav.png);
    background-size: contain;background-position: top left;
    background-repeat: no-repeat;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }


/*régió választó 2*/
@media (max-width: 1199.98px)
{
.banner {
    background: #f5f5f5 url(/easydoor_banner555.png);
    padding-bottom: 54.58%;
}
  
.service-box .service-content p{
  font-size:12px;}
}

.banner {
    padding-bottom: 39.66%;
    background:#f5f5f5 url(/easydoor_banner555.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}




.banner .header-text-container .header-text {
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
  color:#fff;
  /*text-shadow: 1px 1px 3px rgba(0,0,0,1);*/
  text-transform:uppercase;
  letter-spacing:1px;
}

@media (max-width: 1199.98px)
{
.banner .header-text-container .header-text {
    font-size: 1rem;
}
}
.banner .header-text-container {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.banner .header-text-container .header-button {
    background-color: #ffffff;
    padding: 8px 30px;
    color: #fb4f00;
    font-size: 1rem;
    margin-top: 20px;
    font-weight: 300;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
}

.banner .header-text-container .header-button:hover {
box-shadow: 0 10px 20px 0 rgba(0,0,0,.33);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.33);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.33);
}














.btn-secondary{
background:#35471f;
  border:none;
}

.btn-secondary:hover{

}

.navigation-toggle--dark span {
    background-color: #8bc34a;
}

.navigation-toggle--dark:after{
  background-color:#35471f;
}

.navigation-toggle--dark:before{
background-color:#000000;
}

#valaszto{
background:#f5f5f5;
  border-radius:0 0 15px 15px
}

.page-footer__bottom {
    background: #8bc34a;
}

.page-copyright p {
    color: #ffffff;
}


.nav-top {
    background-color: #8bc34a;
}  
  
.header .header-wrap .nav-top .hi-icon-wrap a {
    background-color: #ffffff;
    color: #00afe5;
}

.header .header-wrap .nav-top .hi-icon-wrap a:hover {
    background-color: #f5f5f5;
}

.language-wrapper .dropdown .btn {
    color: #fff !important;
}


.gallery-wrap .gallery-item{
border-radius:8px;
}

.gallery-wrap .gallery-item .gallery-detail {
    background: rgba(251, 79, 0, .8);
}

.page-footer {
    border-top: 3px solid #8bc34a;
}

.bg-dark {
    background-color: #fff !important;
}

.widget__footer .widget__title, .widget.widget__footer .widget__content .list li a, .widget__about .person-detail p, .widget__about .person-detail a {
    color: #35471f;
}


.social--simple li a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #00afe5;
    display: inline-block;
    height: 25px;
    padding: 10px;
    width: 25px;
}

.social--simple li a:hover{
background-color: #f5f5f5;
}


.post__horizontal .post__thumbnail img{
border-radius:8px;
}

.widget__tags .tag-link{
border-radius:8px;
}


.post-group--hero .post img, .post .post__overlay{
border-radius:8px;
}

.post__inside--feature .post__header {
    border-radius: 0 0 8px 8px !important;
}

.post-group--hero .post:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.post-group .post-group__title{
letter-spacing:.05em;
}



/*választó 2 alá*/

@media (max-width: 992px)
{
  
  .page-logo img{
  max-height: 40px;
  }  
  

.why {
    top: -70px;
}
  #valaszto{
  padding-top:75px;
  }
}
.why {
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: -30px;
    position: relative;
    top: -17px;
}

.why .container {
  
}

@media (max-width: 992px)
{
.why .mobile-why-borindex {
    margin-top: -50px;
}
  
}

@media (max-width: 992px)
{
.why .why-logo {
    z-index: 1;
    margin-bottom: 10px;
}

}


@media (max-width: 992px)
{
.why .why-logo IMG {
    width: 50px;
}
  
  .language-wrapper .dropdown .btn {
    color: #666 !important;
}

}
.why .why-logo IMG {
    width: 40px;
    margin-top: -5px;
    margin-right: 0px;
    float: left;
}



/*scroll down*/

.containerx {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -95px;
}

@media (max-width: 992px)
{
.containerx {
  margin-top: -35px;
}
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}



.language-wrapper .dropdown .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
  
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a{
background:white !important;
}

.page-header--light .search-btn i {
    color: #8bc34a;
}


.card-body{
z-index:9;
  background:white;
}
.card .card-title{
	transition:all ease .3s;
	min-height:48px;
}
.card:hover .card-title{
	color:#35471f;
}

.card .card-img-top{
	transition:all ease .3s;
}

.card:hover .card-img-top{
	scale:1.05;
}

p, .post--single .post__content p{
    font-size: 16px;
    line-height: 1.8em;
}

.page-header--light {
    border-bottom: 1px solid #35471f;
}

.navigation .menu-item>a{
font-size:16px;
}

.navigation .sub-menu>.menu-item>a{
/*font-size:17px;*/
}

.page-footer{
/*background-image: url(/hatter2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;*/
}

#feher{
/*text-shadow:1px 1px 1px rgba(255,255,255,1);*/
}

.alert{
width:100%;
}

.language_bar_list li a span {
    color: #fff;
}


.post__vertical--single .post__thumbnail img{
border-radius:8px;
}


@media (max-width: 767px){
.header .header-wrap {
    display: block;
}
}


.header .header-wrap .nav-top .hi-icon-wrap a {
    background-color: #ffffff;
    color: #35471f;
}

.social--simple li a{
color: #35471f;
}

.header .header-wrap .nav-top .hi-icon-wrap a, .social--simple li a {
 border-radius:8px; 
}


.search-list .row>div a.squared .img{
background-size:cover;
}

.search-list a:hover{
background-color:#35471f !important;
}

.bg-cover {
    background-position: center !important;
}

.language-wrapper .dropdown .btn {
    background: #8BC34A !important;
  outline:none !important;
  border:0px !important;
   outline:0px !important;
  height: 40px;
}

@media (max-width: 992px){
.language-wrapper .dropdown .btn {
    color: #fff !important;
}
}

.dropdown-toggle::after{
display:none;
}

.btn-secondary:focus{
box-shadow:none !important;
}

.post__vertical--single .post__meta {
    background-color: var(--color-1st);
    height: 70px;
    left: 2px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: -37px;
    transform: translateY(-50%);
    width: 70px;
    z-index: 30;
  border-radius:8px;
  display:block !important;
}