.nobullet {
  list-style-type: none;
}


/* начало ховер эффект картинок на главной */

.im1 {
  position: relative;
  overflow:hidden;
  display:inline-block;
  line-height: 1 !important;
  }

.im1 img {
  width: 100%;
  height: 100%;
}

 .im1 .caption {
   position: absolute;
   top: -100%;
   left: 0px;
   background: linear-gradient(to bottom, rgba(54,33,27, 0.9), rgba(177,168,168, 0.3));
   width: 100%;
   height: 100%;
   color: #fff;
   -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s;
   -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s;  
   -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
   -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
   transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
}

.im1 .caption h4 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-top: 20px;
}

.im1 .caption p {
  margin: 15px 0px;
  text-align: center;
  font-style: italic;
  padding: 0px 10px;
}

.im1 .caption a.btn {
  width: 120px;
  text-align: center;
  display: block;
  background: #B51F23;
  color: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  margin: 0px auto 0px auto;
}

.im1:hover .caption {
  top: 0px;
}



.im10 {
  float:left;
  position: relative;
  overflow:hidden;
  display:inline-block;
  line-height: 1 !important;
  margin-right:5px;
  }

.im10 img {
  width: 100%;
  height: 100%;
  
}

 .im10 .caption {
   position: absolute;
   top: -100%;
   left: 0px;
   background: linear-gradient(to bottom, rgba(54,33,27, 0.9), rgba(177,168,168, 0.3));
   width: 100%;
   height: 100%;
   color: #fff;
   -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s;
   -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s;  
   -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
   -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
   transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0.1s; 
}

.im10 .caption h4 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-top: 20px;
}

.im10 .caption p {
  margin: 15px 0px;
  text-align: center;
  font-style: italic;
  padding: 0px 10px;
}

.im10 .caption a.btn {
  width: 120px;
  text-align: center;
  display: block;
  background: #B51F23;
  color: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  margin: 0px auto 0px auto;
}

.im10:hover .caption {
  top: 0px;
}
/* конец ховер эффект картинок на главной */


.allNews {
    text-align: center;
}