

table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after {
  opacity: .9

}

table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before {
  bottom: 50%;
  font-size: 20px;
  content: "↑"
}

table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after {
  top: 50%;
  font-size: 20px;
  content: "↓"
}

.search-header{
  color: #EB2319;
  font-size: 30px;
  font-weight: 600;
}

.btn-general{
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #EB2319;
  border: 2px solid #EB2319;
  border-radius: 50px 50px 50px 50px;
}

.btn-general:hover{
  color: #EB2319;
  
  background-color: #efefef;
}

.card {
  border: 0;
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 26px;
}

.card:hover {
  background: #eb2319;
  
}

.card:hover .smallimg2{
  filter: invert(100%) sepia(97%) saturate(60%) hue-rotate(198deg) brightness(115%) contrast(87%);

} 

.card:hover .smallimg{
  filter: invert(100%) sepia(97%) saturate(60%) hue-rotate(198deg) brightness(115%) contrast(87%);

} 


body {
  overflow: scroll; /* Show scrollbars */
}





.type-img{
  width: 80px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-text {
  font-size: 15px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .type-img {
    
    width: 100px;
  }

  .card-text{
    font-size: 20px;
  }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .type-img {
    width: 120px;
  }

  .card-text{
    font-size: 27px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .type-img {
   width: 150px;
  }

  .card-text{
    font-size: 27px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .type-img {
    width: 150px;
  }

  .card-text{
    font-size: 27px;
  }
}


.type-img-smaller{
  width: 75px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.mt-5{
  margin-top: 1em!important;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .type-img-smaller{
    
    width: 100px;
  }

  .mt-5{
    margin-top: 1em!important;
  }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .type-img-smaller {
    width: 120px;
  }

  .mt-5{
    margin-top: 2em!important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .type-img-smaller {
   width: 150px;
  }

  .mt-5{
    margin-top: 3em!important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .type-img-smaller {
    width: 150px;
  }

  .mt-5{
    margin-top: 3em!important;
  }
}


.product-img{
  width: 180px;
  height: 180px;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .product-img{
    
    width: 180px;
  height: 180px;
  }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .product-img {
    width: 200px;
  height: 200px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .product-img {
    width: 259px;
  height: 259px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .product-img {
    width: 259px;
  height: 259px;
  }
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  
}



.valid-codes{
  margin-top: 10px;
  font-size: 13px;
  color: #707070;
}


.text-search{
  color: #EB2319;
  font-size: 30px;
  font-weight: 600;
}



.card-alt {
  border: 0;
  border-radius: 26px;
}

* {
  font-family: Archivo;
}

.search-container {
  align-content: center;
  margin-bottom: 50px;
}

.text-specified {
  font-size: 20px;
  color: gray;
}

.f-select-lg {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.product-id{
  color: #000000;
  font-weight: bold;
}

.btn-primary {
  border-radius: 0px;
  background-color: #e02222;
  border-color: #e02222;
  height: 50px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c80404;
  border-color: #285e8e; /*set the color you want here*/
}



.card-holder {
  margin-top: 0px;
}

.search-holder {
  margin-top: 10px;
}

.text-table {
  font-size: 30px;
  font-weight: bold;
}

.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-symbols-outlined.md-48 {
  font-size: 168px;
}



.text-back {
  color: gray;
  font-size: 20px;
  font-weight: bold;
}

.navbar-dark{
  height: 30px;
background-color: #222222;
}

.navbar-danger{
  margin-top: -3px;
}

.bold-search{
  font-weight: bold;
}


.table-type-indicator-ps{
  margin-bottom: 20px;
  width: 28%;
  margin-left: auto;
  margin-right: auto;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .table-type-indicator-ps {
   
    margin-bottom: 5px;
    width: 80%;
  }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .table-type-indicator-ps {
    margin-left: auto;
    margin-bottom: 5px;
    width: 30%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .table-type-indicator-ps {
    margin-left: auto;
    margin: 0 0;
    margin-bottom: 15px;
    width: 20%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .table-type-indicator-ps {
    margin-left: auto;

    width: 14%;
  }
}


.table-type-indicator{
  margin-bottom: 20px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .table-type-indicator {
   
    margin-bottom: 5px;
    width: 80%;
  }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .table-type-indicator {
    margin-left: auto;
    margin-bottom: 5px;
    width: 30%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .table-type-indicator {
    margin-left: auto;
    margin: 0 0;
    margin-bottom: 15px;
    width: 20%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .table-type-indicator {
    margin-left: auto;

    width: 14%;
  }
}

.search-indicator{
  font-size: 40px;
  font-weight: bold;

}



.table-img {
  width: 40px;
  height: 40px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

  .table-img {
    width: 40px;
    height: 40px;
  }

  .card {
    width: 350px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

  .table-img {
    width: 30px;
    height: 30px;
  }

  .card {
    width: 230px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .table-img {
    width: 60px;
    height: 60px;
  }

  .card {
    width: 350px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .table-img {
    width: 60px;
    height: 60px;
  }

  .card {
    width: 350px;
  }
}

.standard{
  margin: auto;
  border: 3px solid #EB2319;
  color: #EB2319;
  font-size: 21px;
border-radius: 34px;
}

.empty-space{
  margin-top: 80px;
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .standard {
    width: 50%px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .standard {
    width: 50%;
  }
}

.thead-light{
    background: #dadada;
}

.card-foot-text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.smallimg {
  
  width: 80px;
}



.smallimg2 {
 width:80px;
  
}


.logo-main {
  width: 144px;
  margin-left: 30%;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .logo-main {
    margin-left: 10%;
  }

  .smallimg2 {
    width: 80%;
     
   }

   .smallimg {
    width: 60%;
     
   }
   
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .logo-main {
    margin-left: 0%;
  }

  .smallimg2 {
    height: 180px;
    width: 60%;
     
   }

   .smallimg {
    width: 60%;
     
   }
   
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .logo-main {
    margin-left: 0%;
  }

  .smallimg2 {
    
    width: 40%;
     
   }
   .smallimg {
    height: 180px;
    width: 60%;
     
   }

}

@media (min-width: 1200px) {
  .logo-main {
    width: 217px;
    margin-left: 0%;
  }

  .smallimg2 {
    width: 40%;
     
   }

   .smallimg {
    height: 180px;
    width: 60%;
     
   }
   
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .logo-main {
    width: 217px;
    margin-left: 0%;
  }
}

.top-black-bar {
  display: none;
}

/*1rem = 16px*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .top-black-bar {
    display: none;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .top-black-bar {
    display: none;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .top-black-bar {
    display: block;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .top-black-bar {
  }
}

.navbar-text {
  margin-left: 10%;
}

.form-select{
  height: 50px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0px;
    color: #212529;
}

/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ-BdpBU7iVNRQGG4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ-RdpBU7iVNRQGG4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ9xdpBU7iVNRQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ-BdpBU7iVNRQGG4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ-RdpBU7iVNRQGG4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJZ9xdpBU7iVNRQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v29/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6rHmsNiEr6DaY7JU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v29/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6rXmsNiEr6DaY7JU.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v29/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6o3msNiEr6DaY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*1rem = 16px*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .navbar-text {
    margin-left: 10%;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 0%;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 0%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-text {
    margin-left: 0%;
  }
}


.navbar-light{
  height: 121px;
}

@media (min-width: 544px) {
  .navbar-light{
    height: auto;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .navbar-light {
    height: auto;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-light {
    height: 122px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-light {
    height: 122px;
  }
}


h2  a{
  font-size: 0rem;
  color: #eb2319 !important;
} /*1rem = 16px*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  h2 a{
    font-size: 0rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  h2 a{
    font-size: 0rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h2 a{
    font-size: 2rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h2 a{
    font-size: 18pt;
  } /*1rem = 16px*/
}

.navbar-brand {
  font-size: 1.5rem;
  color: white;
} /*1rem = 16px*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .navbar-brand {
    font-size: 1.5rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 2rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 0rem;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 0rem;
  } /*1rem = 16px*/
}

.search-header-text {

  text-decoration: none;
  margin-left: 10%;
  color: white;
} 

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color:#000000; 
  text-decoration:none; 
  cursor:pointer;  
}

/*1rem = 16px*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .search-header-text {
    font-size: 15px;
    margin-left: 0%;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .search-header-text {
    font-size: 2rem;
    margin-left: 0%;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .search-header-text {
    font-size: 0rem;
    margin-left: 0%;
    margin-top: 0px;
  } /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .search-header-text {
    font-size: 16px;
    margin-left: 0%;
  } /*1rem = 16px*/
}

@media (min-width: 1400px) {
  .search-header-text {
    font-size: 16px;
    margin-left: 0%;
  } /*1rem = 16px*/
}

@media only screen and (min-width: 1240px) {
  #Wrapper,.with_aside .content_wrapper {
      max-width:1200px
  }

  .section_wrapper,.container {
      max-width: 1180px
  }

  .layout-boxed.header-boxed #Top_bar.is-sticky {
      max-width: 1200px
  }
}

@media only screen and (max-width: 767px) {
  .section_wrapper,.container,.four.columns .widget-area {
      max-width:550px !important
  }
}

