.navbar-toggler{
	background:#dc1e23;
  border-radius:10px !important;
  border:1px solid #dc1e23;
  
}
.btn-toggle-menu-mobile:hover {
    background-color: #199bc8;
  border:1px solid #199bc8;
}

.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: #5b5b5b;
}


#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);
  border-radius: 0 0 10px 10px;
}

.single-team{
	border: 0px solid #e4e7ed;
  border-radius:10px;
  box-shadow:0 10px 20px rgba(0,0,0,.05);
}

.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 0px 0;
    text-align: center;
    border-top: 5px solid #dc1e23;
    border-bottom: 0px solid #e4e7ed;
  /*background: #252525;
    color: #fff;*/
}
.alc-event-header__top .title {
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    margin: 0;
  margin-top:10px;
  color: #dc1e23;
      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: 1px solid #000;
  //padding-top: 2px;
}

.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: #dc1e23;
}
.alc-event-header--layout-1 .alc-event-header__content:after {
    right: 0;
    background-color: #199bc8;
}
.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: #fff;
}
.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));*/
  left: 0px;
    background-image: linear-gradient(to bottom right, #dc1e23 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;
}
.alc-event-team__info {
    font-size: 10px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.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;
}
.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:10px;
  height:auto !important;
  //width:100%;
}

.custom-blog-post-sidebar, .radius-20{
border-radius:10px !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: 5px !important;
}

div.sb-icon {
    background-color: #dc1e23;
}

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')*/;
  /*background:rgba(0, 0, 0, .85);*/
}

.btn.ss-btn.active {
    background: #dc1e23;
    border: 2px solid #dc1e23;
    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: 10px;
    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: 10px;
    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: #199bc8  !important;
    border: 1px solid #199bc8  !important;
    border-radius: 10px !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: #199bc8;
    border-color: #199bc8;
    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:10px;
}

.footer-bg .footer-top {
    background-color: #199bc8;
}

.team-img-box img {
    border-radius: 10px 10px 0 0;
}

.per-info{
border-radius: 0px 0px 10px 10px;
}

.per-info h4{
color:#199bc8;
}


/*
.header-three .menu-area {
    margin-bottom: -116px;;
}

.menu-mobile {
    top: 105px;
}

.sticky-menu .menu-mobile {
    top: 88px;
}*/
.prev, .next{
  color:#dc1e23;
transition:all ease .3s;
}
.prev:hover,.next:hover{
color:#199bc8;
}



.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: #dc1e23;
}

#scrollUp:hover {
    background: #199bc8;
}


.contact-bg02 {
    background: #ffffff;
    box-shadow:0 10px 20px rgba(0,0,0,.05);
}



.details__content figure img {
     width: 100%;
}



.pagination .page-item a.page-link {
    background: #f8f8f8;
    border: none;
    border-radius: 10px;
    color: #9fa7c5;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dc1e23;
    border-color: #dc1e23;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
  padding:0;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
   width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  padding:0;
  border-radius: 10px;
}