ul{
	list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.demo .item{
    margin-bottom: 60px;
}
ul.content-slider li{
    text-align: center;
    width: 140px !important;
    margin-right: 15px !important;
    padding: 20px 0 0 0;
    
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
ul.content-slider li:hover{
	transform: scale(1.05);
}
ul.content-slider li a{
	display: block;
}
ul.content-slider li:hover .wrap_prem_ser_icon{
	background-color: #DF0404;
	border-color: #DF0404;
}
ul.content-slider li:hover .wrap_prem_ser_icon img{
	 filter: invert(100%);
    -webkit-filter: invert(100%);
}
.wrap_prem_ser_icon img{
	/*width: 40px;*/
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 70%;

	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.wrap_prem_ser_icon{
	background-color: #fff;
    border: 5px solid #911416;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin: auto;
    /*padding: 0 38px;*/
    text-align: center;
    display: flex;
    align-items: center;

    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
ul.content-slider li label{
	font-size: 1em;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	padding: 10px 0;
}
.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}
.demo{
	width: 800px;
}

.row.menu{
	border-bottom: 5px solid #911416;
}

p.caption-menu{
	margin-left: 10px; 
	margin-top: 10px; 
	text-align: center; 
	font-size: 1.5em; 
	font-weight: 900; 
	color: #911416;
}

.wrap_prem_ser_icon_chosen{
  background-color: #911416;
  border: 5px solid #911416;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50%;
  margin: auto;
  /*padding: 0 38px;*/
  text-align: center;
  display: flex;
  align-items: center;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.slider-menu{
	margin-top: 75px;
}