/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'PF Square Sans Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Regular'), url('/fonts/PFSquareSansProRegular_35489.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Italic'), url('/fonts/PFSquareSansProItalic_35484.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Thin';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Thin'), url('/fonts/PFSquareSansProThin_35490.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Thin Italic'), url('/fonts/PFSquareSansProThinItalic_35491.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Light'), url('/fonts/PFSquareSansProLight_35485.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Light Italic'), url('/fonts/PFSquareSansProLightItalic_35486.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Medium'), url('/fonts/PFSquareSansProMedium_35487.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Medium Italic'), url('/fonts/PFSquareSansProMediumItalic_35488.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Bold'), url('/fonts/PFSquareSansProBold_35480.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Bold Italic'), url('/fonts/PFSquareSansProBoldItalic_35481.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Extra Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Extra Black Italic'), url('/fonts/PFSquareSansProExtraBlackItalic_35483.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PF Square Sans Pro Extra Black';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/PF Square Sans Pro Extra Black'), url('/fonts/PFSquareSansProExtraBlack_35482.woff') format('woff');
    }

    html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;

}
a {
    text-decoration: none;
    color: #fff;
}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'PF Square Sans Pro Regular';
}

.display-button{
    cursor: pointer;
    width: 35px;
    padding: 2px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 30px;
    float: left;
  }
  .display-button span{
    background-color:#999;
    display: block;
    height: 2px;
    margin-bottom: 7px;
    width: 27px;
    border-radius: 1px;
  }
  .logo{
    width: 100px;
    margin: 20px auto;
  }

    .nav-list {
    padding-top: 10px;
    padding-bottom: 20px;
  display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    font-weight: 500;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 3px;
    text-align: center;
  }

  .nav-list a{
    color: #333;
    display: block;
  }
  .container{
    width: 90%;
    margin: 20px auto;
    max-width: 800px;
  }
  .container p {
    padding-top: 10px;
    line-height: 25px;
}
  .content{
    width: 90%;
    margin: 20px auto;
    max-width: 800px;
  }
  .content p {
    padding-top: 10px;
    line-height: 25px;
    padding-top: 10px;
}
  .container img{
    max-width: 600px;
    margin-top: 10px;
  }
  .container span{
    color: aqua;
    cursor: pointer;
    text-decoration: underline;
  }
  .container span:hover{
    color: blue;
    transition: 0.5s;
  }
  .container h2{
    font-size: 40px;
  }
  footer{
    border-top: 1px solid #f0f0f0;
  }
  .wrap{
    width: 90% ;
    margin: 20px auto;
    max-width: 800px;
  }
  footer p{
    font-size: 13px;
    color: #666;
  }
  .left{
    width: 60%;
    float: left;
  }
  .right{
    width: 40%;
    float: right;
  }
  footer span{
    cursor: pointer;
  }
  footer span:hover{
    color: #000;
    transition: 0.5s;
  }
  .right{
    text-align: right;
  }
.second{
    height: 150px;
}

  @media (min-width:767px){
    .topbar{
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
    }

    .display-button{
        display: none;
    }
    .logo{
        float: left;
    }
    .nav-list{
        display: block;
    }
    .nav{
        width: 180px;
        float: right;
    }
    .nav-list li{
        float: left;
        margin-top: 15px;
        margin-left: 30px;
        font-size: 16px;
    }
    .nav-list a{
        color: #666;
        font-weight: 500;
    }


  }
