/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height 
  margin-bottom: 60px;*/
}
.footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */

  background-color: #ECECEC;
  padding: 1.5% 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

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

code {
  font-size: 80%;
}
.footer_sidemap{
  padding: 3% 0;
}
.footer_sidemap ul{
  list-style: none;
  text-align: center;
  margin-bottom:0;
}

.footer_sidemap ul li{
  display: inline-block;
}

.footer_sidemap ul li a{
  display: block;
  font-size: 16px;
  color: #2E2E2E;
  margin: 0 10px;
  line-height: 26px;
}

.footer p{
  font-size: 14px;
  color: #2D2D2D;
}

.footer_2 h3{
  font-size: 17px;
  color: #2C2C2C;
  margin-bottom: 30px;
}

.footer_2 ul{
  list-style: none;
}

.footer_2 ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #2C2C2C;
  width: 49%;
  margin: 5px auto;
}

.footer_2 ul li a{
  color: #2C2C2C;
}

.footer_2 ul li i{
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 15px;
  background:url(../image/icon_1.png) no-repeat;
  margin-right: 10px;
}

.footer_2 ul li .add{
 background-position: -145px -35px;
}
.footer_2 ul li .fax{
 background-position: -181px -35px;
}
.footer_2 ul li .phone{
 background-position: -222px -35px;
}
.footer_2 ul li .email{
 background-position: -262px -35px;
}

.footer_3{
  float: right;
}

.footer_3 .footer_fb a{
  border:1px solid #EC403F;
  color: #EC403F;
  font-size: 16px;
  width: 100%;
  height: 49px;
  display: flex;
  align-items:center;
  justify-content:center;
  float: right;
}

.footer_3 .footer_fb a:hover{
  opacity: .5;
}

.footer_3 .footer_fb i{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  background: url(../image/icon_1.png) no-repeat;
  background-position: -102px -32px;
  border-right: 1px solid #EC403F;
  margin-right: 10px;
}

.footer_3 img{
  clear: both;
  display: inline-block;
  margin: 10px;
}


@media (max-width: 1215px){
  .footer_3 img{
    margin: 5px;
  }
}

@media (max-width: 991px){
  .footer_3 {
      float: none;
  }
  .footer_3 .footer_fb a{
     float: none;
    margin: 25px auto;       
  }
  .footer_3 .footer_fb{
    display: inline-block; 
    vertical-align: middle;
  }
  .footer_3 img{
    display:  inline-block;
    margin: 0 5%;
    vertical-align: middle;
  }

}



@media (max-width: 767px){
.footer_2 ul li{
  width: 100%;
}

}


@media (max-width: 637px){
.footer_3 .footer_fb{
  display: block;
}
.footer p{
  text-align: center;
  line-height: 30px;
}
.footer_3 img{
  display: block;
  margin: 30px auto;
}

}