.btn_bl
{
  height: 70px;
  width: 100%;
  background: #1C252A;
  padding-top: 20px;
  padding-bottom: 15px;
}
.btn1
{
  background: #cb0202;
  width: 650px;
  height: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  float: none;

  font-size: 24px;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
  margin-bottom: 30px;

}
.btn1:hover
{
  background: #910101;
}

.btn4
{
  background: #cb0202;
  width: 300px;
  height: 35px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  float: none;

  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;

}
.btn4:hover
{
  background: #910101;
}


.l_rect_btn1
{
  width: 50px;
  height: 65px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  margin-top: -15px;
  background: #1C252A;
  padding: 7.5px;
}
.l_rect_btn
{
  width: 150px;
  height: 65px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  margin-top: -15px;
  background: #1C252A;
  color: #fff;
  font-size: 36px;
  padding-right: 20px;
}
.btn_lrg_ph
{
  display: block;
  overflow: hidden;
  position: relative;
  float: none;

}
.btn_sm_ph
{
  display: block;
  overflow: hidden;
  position: relative;
  float: none;
  font-size: 18px;
    margin-top: -3px;
    font-style: italic;
}
.comment1
{
  position:  relative;
  float: right;
  font-size: 48px;
  color: #1C252A;
  font-style: italic;
  margin-top: -8px;
  margin-right: -3px;
}
.btn2
{
  background: #cb0202;
  width: 30%;
  height: 37px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  float: right;

  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
}
.btn2:hover
{
  background: #910101;
}
.btn3
{
  background: #cb0202;
  width: 100%;
  height: 37px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  float: none;

  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px #fff,0 0 15px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.btn3:hover
{
  background: #910101;
}
@media screen and (max-width: 1100px)
{

  .btn1
  {
    width: 530px;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
