.header-three .menu-area {
    background: rgb(236 114 29);
}


.navbar-toggler{
	background:#39435a;
  border-radius:0px !important;
  border:1px solid #39435a;
  
}
.btn-toggle-menu-mobile:hover {
    background-color: #00a0e3;
  border:1px solid #00a0e3;
}

.slider-bg {
    min-height: 650px !important;
}

.logo img {
        width: 76.5px;
}


@media (min-width: 1200px) and (max-width: 1500px) {
    .single-team {
        padding: 0px;
    }
}

.team-info{
	background:#fff;
}

body{
	background: url(/storage/nykk_bg.png);
}

.alc-event-header__top .subtitle {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #2e5eb6;
  font-weight:600;
}

.alc-event-header__top .title {
    font-size: 10px;
    color: #39435a;
}


#mobile-menu ul.main-menu .has-sub > a::before{
    content: "+" !important;
    font-size: 18px !important;
    position: absolute !important;
    right: -15px ;
}

#mobile-menu ul.main-menu .has-sub:hover > a::before{   
    display: none !important;
}

#mobile-menu ul.sub-menu .has-sub > a::before{
	right: 5px ;
}



.main-menu ul li a {
    letter-spacing: 1px;
    text-transform: uppercase;
  font-size:14px;
  font-weight:700;
}

.second-menu .main-menu ul li {
    margin-inline-start: 35px;
}

.blog-btn a, .blog__btn a {
    border-bottom: 3px solid #f91605;
}

.bsingle__content h4{
min-height: 60px;
}


.bsingle__content {
     border: 0px solid #e4e7ed !important;
    padding: 35px 20px 20px;
  box-shadow:0 10px 20px rgba(0,0,0,.05);
}

.single-team{
	border: 2px solid #e4e7ed;
  border-radius:0px;
}

.gallery-image:before {
    background: #fb1808;
}  




.alc-event-team--winner--left .alc-event-team__score:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 8px solid #f44336;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.pont:after {
    content: "";
    display: block;
   /* width: 0;
    height: 0;*/
    position: absolute;
  /*left: 0;*/
    top: 41%;
  font-size: 30px;
}

.alc-event-team--winner--right .alc-event-team__score:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 8px solid #f44336;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}



.alc-event-header {
    background-color: #fff;
}
.alc-event-header__top {
    font-size: 9px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    border-top: 0px solid #fff;
    border-bottom: 3px solid #ed721d;
  /*background: #252525;
    color: #fff;*/
}
.alc-event-header__top .title {
    font-size: 10px;
    line-height: 1.2em;
    display: inline-block;
    margin: 0;
  /*color: #fff;*/
      font-weight: 400;
}
.alc-event-header__top .subtitle {
    display: inline-block;
  margin-left:5px;
  font-size: 11px;
}
.alc-event-header__content {
    position: relative;
    overflow: hidden;
    border-bottom: 0px solid #ffffff;
    padding-top: 2px;
    border-top: 3px solid #fff;
}

.alc-event-header--layout-1 .alc-event-header__content:after, .alc-event-header--layout-1 .alc-event-header__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  
}

.alc-event-header--layout-1 .alc-event-header__content:before {
    left: 0;
    background-color: #01a0e2;
  border-right: 2.5px solid #fff;
}
.alc-event-header--layout-1 .alc-event-header__content:after {
    right: 0;
    background-color: #ed721d;
  border-left: 2.5px solid #fff;
}
.alc-event-header__content-inner {
    position: relative;
    z-index: 1;
    padding: 18px 0 21px;
}
@media (min-width: 992px) {
    .alc-event-header__content-inner {
        padding: 36px 0 42px;
    }
	
	
	
	
	/*.slider-bg {
		min-height: 500px !important;
	}*/
	
	
}
.alc-event-header--layout-1 .alc-event-header__content-inner {
    background-color: transparent;
}
.alc-event-header--layout-1 .alc-event-header__content-inner:after, .alc-event-header--layout-1 .alc-event-header__content-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
}
.alc-event-header--layout-1 .alc-event-header__content-inner:before {
    left: -75px;
    /*background-image: linear-gradient(to bottom left, #fff 50%, hsla(0, 0%, 100%, 0) calc(50% + 1px));*/
}
.alc-event-header--layout-1 .alc-event-header__content-inner:after {
    right: -75px;
    /*background-image: linear-gradient(to bottom right, #fff 50%, hsla(0, 0%, 100%, 0) calc(50% + 1px));*/
}
.alc-event-competitors {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
}
.alc-event-competitors__item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
}
.alc-event-team {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.alc-event-team__details {
    padding-right: 20px;
    text-align: right;
}
.alc-event-team__name {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
  color:#fff;
}
.alc-event-team__info {
    font-size: 10px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  color:#39435a;
}
.alc-event-team__logo {
    width: 100px;
    height: 90px;
    position: relative;
}
.alc-event-team__logo img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}
.alc-event-team__score-wrap {
    padding: 0 38px 0 26px;
}
.alc-event-team__score {
    position: relative;
    padding: 0 22px;
    font-size: 34px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  color:#fff;
}
.alc-event-team--winner .alc-event-team__score {
    color: #31404b;
}
.alc-event-competitors__status .table {
    margin-bottom: 0;
}
.alc-event-competitors__item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
}
.alc-event-team {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.alc-event-competitors__item+.alc-event-competitors__item {
    -ms-flex-order: 3;
    order: 3;
}
.alc-event-team+.alc-event-team {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.alc-event-team+.alc-event-team .alc-event-team__details {
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
}
.alc-event-team+.alc-event-team .alc-event-team__details {
    -ms-flex-order: 3;
    order: 3;
}
.alc-event-team+.alc-event-team .alc-event-team__logo {
    -ms-flex-order: 2;
    order: 2;
}

/**********RESPONSIVE************/
@media (max-width: 991px) {
    .alc-event-competitors {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
  .pont:after, #customize-controls {
  display:none;
  }
  
  .alc-event-team+.alc-event-team .alc-event-team__details {
    text-align: right;
}
}
@media (max-width: 575px) {
    .alc-event-team {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
    }
	
	
	
	.slider-bg {
		min-height: 500px !important;
	}
	
	.slider-content{
		margin-top:150px;
	}
	
	
}
@media (max-width: 575px) {
    .alc-event-team__details {
        width: 100%;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
        padding-top: 10px;
    }
}
@media (max-width: 575px) {
    .alc-event-team__logo {
        width: 32px;
        height: 40px;
        /*margin-right: auto;*/
    }
}

@media (max-width: 767px) {
    .alc-event-team__logo {
        width: 42px;
    }
}
@media (max-width: 1199px) {
    .alc-event-team__logo {
        width: 60px;
    }
}
@media (max-width: 767px) {
    .alc-event-team__score-wrap {
        padding-right: 10px;
        padding-left: 7px;
    }
}

@media (max-width: 1199px) {
    .alc-event-team__score-wrap {
        padding-right: 19px;
        padding-left: 13px;
    }
}
@media (max-width: 767px) {
    .alc-event-team__score {
        font-size: 24px;
        padding: 0 16px;
    }
}


/**********RESPONSIVE************/







.ck-content img{
border-radius:0px;
  height:auto !important;
  //width:100%;
}

.custom-blog-post-sidebar, .radius-20{
border-radius:0px !important;
}
@media (max-width: 992px) {
    .logo img {
        width: 76.5px;
    }
}

/*.footer-widget img, .logo a img{
	filter: brightness(0) invert(1);
}*/

.slider-content h2, .slider-bg .video-i.popup-video, .btn.ss-btn.active{
	//text-shadow:2px 2px 10px rgba(0,0,0,.5);
}


.btn, .top-btn, .testimonial-active .slick-slide,
.form-newsletter form.subscribe-form input.form-control,
.contact-area .contact-form input.contact-form-input, .contact-area .contact-form input.form-control,
.contact-bg02,
.contact-area .contact-form button.contact-button,
.gallery-image, .gallery-image:before,
.photo-item img,
.s-about-img img,
.feature-img img,
#scrollUp{
	border-radius: 0px !important;
}

div.sb-icon {
    background-color: #ed721d;
}

div.sb-icon:hover {
    background-color: #000;
}

.header-three .sticky-menu, .header-three .second-header{
	background: var(--primary-color) /*url('/storage/header-pattern-blue-own.png')*/;
}

.btn.ss-btn.active {
    background: #ec721d;
    border: 2px solid #ec721d;
    box-shadow: none;
    color: #fff;
  transition:all ease .3s;
}

.btn.ss-btn.active:hover {
  color:#2e5eb6;
  background: #fff;
  border: 2px solid #fff;
}

.slider-bg .video-i i {
	color:#ed0101;
}

/********LAPOZÓ**********/
.custom-pagination .disabled span.page-link-navigation {
    font-size: 12px;
}
.custom-pagination .disabled span.page-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 0px;
    color: #acacac;
    display: flex;
    font-size: 12px;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.custom-pagination .page-item a.page-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 0px;
    color: #acacac;
    display: flex;
    font-size: 12px;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.custom-pagination .page-item.active span.page-link {
    align-items: center;
    background-color: #1155cc !important;
    border: 1px solid #1155cc !important;
    border-radius: 0px !important;
    color: #fff;
    display: flex;
    font-size: 12px !important;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    padding: 0;
    width: 35px;
}

.custom-pagination .page-item a.page-link:hover {
    background-color: #1155cc;
    border-color: #1155cc;
    box-shadow: none;
    color: #fff
}


.blog-content2 .date-home, .bsingle__content .date-home {
    font-size: 11px;
  	padding: 2px 9px;
    top: -17px;
  	inset-inline-start: 20px;
	border-radius:0px;
}

.footer-bg .footer-top {
    background-color: #ed721d;
}


.slider-content h2 {
    text-shadow: 3px 2px 4px rgba(0, 0, 0, .75);
}

#home{
	/*border-bottom: 5px solid #ed721d;*/
}


.breadcrumb-area {
    background-position: center;
    background-color: #707378;
    background-repeat: no-repeat;
    background-size: contain;
      min-height: 570px;
}

.breadcrumb-title h2 {
    text-align: left;
    margin-left: 15px;
}


.vs {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    line-height: 50px !important;
    border-radius: 60px !important;
    text-align: center;
    background: #39435a !important;
    /* background: linear-gradient(90deg, rgba(245, 22, 44, 1) 0%, rgba(245, 22, 44, 1) 50%, rgba(12, 68, 172, 1) 50%, rgba(12, 68, 172, 1) 100%); */
    color: #fff !important;
    font-size: 21px !important;
    left: 50%;
    margin-left: -30px !important;
    margin-top: -30px !important;
    letter-spacing: 2px;
    font-weight: 100;
  border: 4px solid #fff !important;
}



/*******ÚJ*************/



.logo {
    position: absolute;
    top: 5px;
}

.logo img {
    width: 90.5px;
}

@media (max-width: 992px) {
.sticky-menu .logo {
    margin-top: 5px;
}
  .logo {
    top: -10px;
}
  .sticky-menu .logo img {
   width: 79.5px;
}
}

.sticky-menu .menu-mobile {
    top: 54px;
}

.menu-mobile {
    z-index: 8;
  top:73px;
}

.floating-buttons .sb-btn-mobile .sb-icon {
    background-color: #000;
}



.single-brand img {
    max-height: 113px;
}

.team-info h4 {
    font-size: 19px;
}

.slider-bg{
background-position:center center;
}

.section-title h2 {
    font-size: 42px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
    .section-title h2 {
        font-size: 36px;
        text-align: center;
    }
  
  
  .alc-event-header--layout-1 .alc-event-header__content-inner:before {
    left: -75px;
    //background-image: linear-gradient(to bottom left, #fff 50%, hsla(0, 0%, 100%, 0) calc(50% + 1px));
}
  
  
}

#scrollUp {
    background: #39435a;
}

#scrollUp:hover {
    background: #01a0e2;
}


.contact-bg02 {
    background: #ffffff;
    box-shadow:0 10px 20px rgba(0,0,0,.05);
}



.details__content figure img {
     width: 100%;
}


#menu-mobile-nav .menu .menu-title {
display:none;
}

#menu-mobile-nav .menu {
    padding: 40px 10px 20px 10px;
}


@media (max-width: 991px) {
    .main-news-banner h6 {
        font-size: 28px;
    }
}


/*menü 100% magas*/
#menu-mobile-nav .menu {
    max-height: 100vh;
    height: 100vh;
    width: 100%;
}

.menu-mobile .navbar-collapse {
    margin: 0 0%;
}