/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 paź 2022, 14:03:14
    Author     : 48514
*/
@media (min-width: 992px) {
  .vieweventsfront ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .viewsciencefront ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .viewinformationfront ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .customfooter .firstcolumnfooter {
    color: white;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .customfooter .secondcolumnfooter,
  .customfooter .thirdcolumnfooter {
    color: white;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .contentboxwidth {
    padding: 0rem 1.8rem 0rem 2.1rem;
  }

  .slidertextbox {
    height: 33rem;
  }

  .slideroptions .owl-carousel .owl-item img {
    height: 33rem;
    object-fit: cover;
    width: 100%;
  }

  .blockstylesmenu .block-title {
    display: flex;
  }

  .blockstylesmenu .gva_menu>li:last-child {
    padding-bottom: 1.5625rem;
  }

  .blockstylesmenu .block-title {
    margin: 0 0 20px;
  }

  .searchEmployeeForm-input {
    width: 98%;
  }

  .employeList li {
    padding: 1.3125rem 1.4375rem 1.3125rem 1.4375rem;
  }

  .submenumobile {
    display: none;
  }

  .blockstylesmenu::after {
    content: '';
    border-bottom: 0.3125rem solid #FBCE14;
    width: 13rem;
    display: block;
    margin: 0 auto;
    float: right;
  }

}