html,
body {
	height: 100%;
	padding-top: 35px;
	margin-bottom: 60px;
/*  background-color: #050000;*/
/*	background: url('../img/brick.jpg') repeat-y;
	background-size: cover;*/
}
* {
	border-radius: 0!important;
}

h1, h2, h3, h4{
	
	 font-weight: 100;
}

.nav-link {
	text-decoration: underline;
}

#wrap {
  min-height: 100%;
  height: auto !important;

}

.norma {
	padding-top: 3%;
	padding-bottom: 5%;
}

footer {
	color: white;
	height: 60px;
	background-color: #606060;
/*	position: relative;
	bottom: 0;*/
	width: 100%;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

footer a {
	color: white;
}

footer a:hover,a:focus {
	color: lime;
}

#content searchresults{
	display: inline;
}

#content searchresults ul{
	margin-left: 20px;
	padding-left: 20;
	display: inline-block;
}

#content searchresults li{
	list-style-type: none;
}

.search-results{
	margin-top: 70px;
}

.search-entry{
	list-style: none;
	display: inline-table;
	margin-bottom: 15px;
	margin-right: 55px;
/*	background-color: white;*/
	margin-top: 15px;
	position: relative;
}

.search-entry li{
	list-style-type:none;
}

#pidpys {
	font-size: 12px;
}


    #lang {
    	display: table-cell;
		float: none;
		width: 1%;
		text-align: center;
	}
	
.mainhead{
	text-align: center;
}	
/*	contact*/

.left carousel-control{
	background-color: white;
}

.logonorma{
	/*-webkit-filter: drop-shadow(3px 3px 3px black);*/
}

.logonorma:hover img {
	-webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
}

.thumbnail {
       margin-bottom: 0px;
       	/*-webkit-filter: drop-shadow(3px 3px 3px black);*/
       
}

.thumbnail:hover img{
	-webkit-filter: opacity(100%);
}

.thumbnail img {
	-webkit-filter: opacity(70%);
}

.recl a{
	color: orange;
	text-decoration: underline;
}

.card-columns{
	column-gap: 0!important;
}

@media (min-width: 576px){
    .card-columns {column-count: 1;}
}

@media (min-width: 768px){
    .card-columns {column-count: 2;}
}

@media (min-width: 992px){
    .card-columns {column-count: 3;}
}

@media (min-width: 1200px){
    .card-columns {column-count: 5;}
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(126, 119, 119, 0.7);
	width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
/*    border-radius: 35px;*/
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.t-shadow {
	text-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
}

.brash.card-img-overlay .t-shadow {
	opacity: 0;
	-moz-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-moz-transition: all 0.2s linear 0.1s;
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
}

.brash .card-img-overlay {
  background: #004a18;
  text-align: center;
   z-index: 2;
	opacity: 0;
}

.brash:hover .card-img-overlay {
  opacity: 1;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.brash:hover .t-shadow {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1.0;
}



s
