/*
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 : 29.11.2017, 12:35:40
    Author     : v.golemanski
*/


.invisible-checkboxes{
  visibility: hidden;
  display: none;
}

.fieldgroup{margin-bottom: 0 !important;}
.h2-title{font-size: 35px;  line-height: 45px;}

.search-link-custom::before {
  font-family: "FontAwesome", "sans-serif";
  content: "\";
  width: 40px;
  height: 40px;
}
a.link-search{text-decoration: none;color: #58585a;}

@media (min-width: 992px) {
  .c-row{display: flex;}
  .c-row .col-md-4{width: 33.33333%;}
}
