
.btn_1 {
  display: inline-block;
  font: 300 28px/28px 'Titillium Web', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #e20312;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
.btn_1:hover {
  color: #ffffff;
  background: #e20312;
  text-decoration: none;
}

.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
  padding: 18px 28px 19px;
  color: white;
border-radius: 9px;
  font: 600 35px/35px 'Titillium Web';
  text-align: center;
background: #e20312;
transition: all 1s;

}

.text_5bt:hover {

-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.15);
}


.text_5pop {
  position: relative;
  display: inline-block;
margin-top: 1px;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
  padding: 18px 28px 19px;
  color: white;
border-radius: 9px;
  font: 600 25px/25px 'Titillium Web';
  text-align: center;
background: #e20312;
transition: all 1s;

}

.text_5pop:hover {

-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.15);
}

.npop {font-size:30px;color:#ce0d26;}

@media (min-width: 768px) and (max-width: 1199px) {


.btn_1 {
  display: inline-block;
  font: 300 23px/23px 'Titillium Web', sans-serif;
  padding: 15px 41px 16px;
  letter-spacing: 1.5px;
  color: white;
border-radius: 6px 6px 6px 6px;
  background: #e20312;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
.btn_1:hover {
  color: #ffffff;
  background: #e20312;
  text-decoration: none;
}
}


@media (max-width: 479px) {



.text_5bt {
  position: relative;
  display: inline-block;
margin-top: 1px;
  padding: 15px 25px 16px;
  color: white;
border-radius: 9px;
  font: 600 20px/20px 'Titillium Web';
  text-align: center;
background: #e20312;
transition: all 1s;

}



.text_5bt:hover {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1.1);
}


.text_5pop {
  position: relative;
  display: inline-block;
margin-top: 1px;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
  padding: 10px 10px 11px;
  color: white;
border-radius: 9px;
  font: 600 18px/18px 'Titillium Web'!important;
  text-align: center;
background: #e20312;
transition: all 1s;

}

.text_5pop:hover {

-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: scale(1);
}

.npop {font-size:22px;color:#ce0d26;}

.bpop {margin-bottom:-25px;}

}


