@charset "utf-8";
footer{
  width:100%;
}
.ft_adrs{
  display:block;
  background-color:#000;
}
.ft_adrs address{
  display:block;
  text-align: center;
  color:#fff;
  padding:10px 10px 40px 10px;
  font-style: normal !important;
}


footer .inner ul li:not(.head) a:before,
footer .inner ul li:not(.head) a:after{
  content:"";
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  margin-top:-1px;
}
footer .inner ul li:not(.head) a:before{
  border:6px solid transparent;
  border-left-color:#fd4136;
}
footer .inner ul li:not(.head) a:after{
  content:"";
  width:12px;
  height: 12px;
  background-image:linear-gradient(rgba(33, 33, 33, 0) 50%, #212121 100%), linear-gradient(90deg, rgba(33, 33, 33, 0) 50%, #212121 100%);
  background-repeat: repeat;
  background-size:2px;
}

@media screen and (min-width:751px){
  footer{
    position: relative;
    margin-top:120px;
    padding-top:20px;
    background-color:#212121;
  }
  footer .inner{
    width:100%;
    padding:0 20px;
    max-width:1000px;
    margin:auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
  }
  
  footer .inner ul{
    width:240px;
    padding-bottom:20px;
  }
  footer .inner ul li:not(.head){
    margin-top:10px;
  }
  footer .inner ul .head{
    border-left:4px solid #ff4136;
    padding-left:10px;
    line-height: 1.6rem;
    margin-bottom:15px;
  }
  
  footer .inner ul a{
    display: block;
    color:#fff;
    text-decoration: none;
    transition:.5s;
  }
  footer .inner ul li:not(.head) a{
    font-size:1.4rem;
    padding-left:14px;
    position: relative;
  }
  footer .inner ul .head a{
    font-size:1.5rem;
    padding-top:2px;
  }
  
  footer .inner ul a:hover{
    opacity:.4;
    transition:.2s;
  }
  
  .ft_adrs{
    padding-top:20px;
  }
  .ft_adrs ul{
    display:table;
    width:740px;
    margin:auto;
  }
  .ft_adrs ul li{
    display:table-cell;
    padding:1px 10px;
  }
  
  .ft_adrs ul li:not(:last-child){
    border-right:1px solid #fff;
  }
  .ft_adrs ul li a{
    display:block;
    font-size:1.2em;
    color:#fff;
    text-decoration: none;
    text-align: center;
    transition:1s;
  }
  .ft_adrs ul li a:hover{
    opacity:.7;
    transition:.5s;
  }
  .ft_adrs p{
    display:block !important;
    position: absolute;
    right:20px;
    top:-70px;
    background-color:#001f3f;
  }
  .ft_adrs p a{
    display: block;
    padding:7px 8px 3px;
  }
  .ft_adrs p span{
    display:inline-block;
    color:#fff;
    font-size:1.2em;
  }
  .ft_adrs p span:before{
    content:"\f176";
    font: normal normal normal 24px/1 FontAwesome;
    display:block;
    text-align: center;
    color:#fc4136;
    margin-right:5px;
    margin-bottom:4px;
  }
  
  .ft_adrs address{
    font-size:1.4em;
  }
}
@media screen and (max-width:750px){
  footer{
    margin-top:0;
  }
  .ft_adrs{
    padding-top:45px;
    position: relative;
  }
  .ft_adrs p a{
    display:block;
    text-align: center;
    text-decoration: none;
    color:#fff;
    padding:10px 0;
    font-size:1.2em;
    background-color:#001f3f;
  }
  .ft_adrs p span{
    display:inline-block;
  }
  .ft_adrs p span:before{
    content:"\f176";
    font: normal normal normal 14px/1 FontAwesome;
    color:#fc4136;
    margin-right:5px;
  }
  .ft_adrs ul.pc{
    display:-ms-flexbox !important;
    display:flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:5px 10px;
  }
  .ft_adrs ul.pc li{
    padding:5px;
  }
  /*-------Original Design-------------
  .ft_adrs ul.pc li:nth-child(-n+3){
    width:calc(100% / 3);
  }
  -----------------------------------*/
  .ft_adrs ul.pc li:nth-child(-n+3){
    width:calc(100% / 2);
  }
  .ft_adrs ul.pc li:nth-child(n+4){
    width:calc(100% / 2);
  }
  /*We want to center the last row since it is an uneven number of items*/
  .ft_adrs ul.pc li:nth-child(n+7){
    width:calc(100%);
  }
  /*-------Original Design-------------
  .ft_adrs ul.pc li:first-child a,
  .ft_adrs ul.pc li:nth-child(2) a,
  .ft_adrs ul.pc li:nth-child(4) a,
  .ft_adrs ul.pc li:nth-child(6) a,
  .ft_adrs ul.pc li:nth-child(8) a{
    border-right:1px solid #fff;
  }
  -----------------------------------*/
  .ft_adrs ul.pc li:first-child a,
  .ft_adrs ul.pc li:nth-child(3) a,
  .ft_adrs ul.pc li:nth-child(5) a/*,
  We are removing the border for the last item on the list
  .ft_adrs ul.pc li:nth-child(7) a,
  .ft_adrs ul.pc li:nth-child(9) a*/{
    border-right:1px solid #fff;
  }
  .ft_adrs ul.pc a{
    display: block;
    text-align: center;
    font-size:1.2em;
    line-height: 1.1;
    padding:0;
    color:#fff;
  }
  .ft_adrs .sp{
    position: absolute;
    left:0;
    top:0;
    display: block;
    width:100%;
  }
  .ft_adrs address{
    font-size:1.4em;
  }
}
