.navbar-toggler{
	background:#e31e24;
  border-radius:10px !important;
  border:1px solid #e31e24;
  
}
.btn-toggle-menu-mobile:hover {
    background-color: #1155cc;
  border:1px solid #1155cc;
}

.slider-bg {
    min-height: 650px !important;
  background-position: center center;
}

.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);
}

.single-team{
	border: 2px solid #e4e7ed;
  border-radius:10px;
}

.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: 22px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    border-top: 2px solid #ed0101;
    border-bottom: 0px solid #e4e7ed;
  /*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:0px;
  margin-top:5px;
  font-size: 18px;
}
.alc-event-header__content {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #e4e7ed;
  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: #ed0101;
}
.alc-event-header--layout-1 .alc-event-header__content:after {
    right: 0;
    background-color: #2e5eb6;
}
.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));
}
.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: 10px !important;
}

div.sb-icon {
    background-color: #ed0101;
}

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: #2e5eb6;
    border: 2px solid #2e5eb6;
    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: #1155cc !important;
    border: 1px solid #1155cc !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: #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:10px;
}

.footer-bg .footer-top {
    background-color: #26448c;
}


.slider-content h2 {
    text-shadow: 3px 2px 4px rgba(0, 0, 0, .75);
}

#home{
	border-bottom: 5px solid #26448c;
}

#hor_scroll {
    display: none;
}

@media(max-width: 991px) {
    #hor_scroll {
        display:inline-block;
        filter: brightness(0) invert(1);
        max-width: 30px;
        position: absolute;
        margin-left: -15px;
        margin-top: 5px;
    }
}

.single-brand img{
max-height:80px;
}

.per-info {
    background: #26448c;
    border: 2px solid #26448c;
}

.per-info h4{
color:#fff;
}


.s-about-content p a{
background:#e31e24;
  padding:8px 16px;
  border-radius:10px;
  color:#fff;
  transition:all ease .3s;
}

.s-about-content p a:hover{
background:#26448c;
}

.s-about-content p a:before{
font-family:"Font Awesome 5 Pro";
  content:'\f05a';
  margin-right:5px;
}