@charset "utf-8";
/* CSS Document */

.box .text .box-links .link {
    
    font-family:"Mostra N W00 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 2vw;
    text-transform: uppercase;
    letter-spacing: 0.20vw;
    display: inline-block;
    
}

.box .text .box-links .link a{
    
    text-decoration: none;
    color:inherit;
    outline:0;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5vmax;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    transition: color 0.2s ease;
    z-index: 1;

}

.box .text .box-links .link a:before{
    
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: -4px;
      top: 0;
      transform: scale(1, 0.02);
      transform-origin: 50% 100%;
      transition: all 0.5s ease;
      z-index: -1;
      padding: 0 4px;
      box-sizing: content-box;

}

.box .text .box-links .link a:hover{
    
    text-decoration: none;
    outline:0;
    

}

.box .text .box-links .link a:hover:before{
    
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.95;

}

.box .text .box-links.two-col {
    
    position: relative;
    
}

.box .text .box-links.two-col .link-con {
    
    width:49%;
    float: left;
    display: inline-block;
    
}

@media only screen and (max-width: 799px) {

    .box .text .box-links.two-col tr, .box .text .box-links.two-col td {

        width:auto;
        display: block;

    }

    
    .box .text .box-links .link a{

        font-size: 5.09vw;
     
    }

}
