@font-face {
  font-family: litterbox;
  src: url(../fonts/LitterboxICG.ttf); }
html, body {
  background-color: #fff; }

#topheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  margin-top: 20px; }
  #topheader a#backhome {
    display: block;
    width: 30%;
    max-width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    cursor: url(../images/cursor/dito.gif) 40 0, auto !important; }
    #topheader a#backhome img {
      display: block;
      width: 100%;
      height: auto; }
  #topheader a#burgermenu {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 99%;
    right: 20px;
    top: 10px;
    transition-duration: .25s; }
    #topheader a#burgermenu .line {
      width: 60%;
      height: 2px;
      background-color: #000;
      position: absolute;
      left: 20%;
      top: 50%;
      transition-duration: .125s; }
      #topheader a#burgermenu .line.line1 {
        margin-top: -6px; }
      #topheader a#burgermenu .line.line3 {
        margin-top: 6px; }
    #topheader a#burgermenu:hover .line1 {
      width: 50%;
      left: 25%; }
    #topheader a#burgermenu:hover .line3 {
      width: 50%;
      left: 25%; }
    #topheader a#burgermenu.opened .line1 {
      transform: rotate(45deg);
      width: 60%;
      top: 65%;
      left: 22%; }
    #topheader a#burgermenu.opened .line3 {
      transform: rotate(-45deg);
      width: 60%;
      top: 35%;
      left: 22%; }
    #topheader a#burgermenu.opened .line2 {
      opacity: 0; }
  #topheader #menumobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none; }
    #topheader #menumobile .col {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0; }
      #topheader #menumobile .col.colsx {
        display: none; }
      #topheader #menumobile .col.coldx {
        left: 0; }
        #topheader #menumobile .col.coldx .table {
          display: table;
          width: 100%;
          height: 100%;
          vertical-align: middle; }
          #topheader #menumobile .col.coldx .table .cell {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle; }
            #topheader #menumobile .col.coldx .table .cell ul {
              list-style: none;
              text-align: center; }
              #topheader #menumobile .col.coldx .table .cell ul li {
                text-align: center;
                margin: 10px 10px !important;
                position: relative;
                display: block; }
                #topheader #menumobile .col.coldx .table .cell ul li.logo {
                  display: none; }
                #topheader #menumobile .col.coldx .table .cell ul li a {
                  font-family: litterbox;
                  text-decoration: none;
                  color: #000;
                  font-size: 30px !important;
                  font-weight: lighter;
                  position: relative; }
                  #topheader #menumobile .col.coldx .table .cell ul li a.text {
                    opacity: .75;
                    transition-duration: .25s;
                    display: inline-block; }
                    #topheader #menumobile .col.coldx .table .cell ul li a.text:hover {
                      opacity: 1;
                      transform: scale(1.075, 1.05); }

#bottomfooter {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 100vh;
  margin-top: -34px; }
  #bottomfooter br {
    display: none; }
  @media screen and (max-width: 1023px) {
    #bottomfooter {
      margin-top: -70px; }
      #bottomfooter br {
        display: block; } }
  @media screen and (max-width: 414px) {
    #bottomfooter {
      margin-top: -130px; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    #bottomfooter {
      margin-top: -60px; } }
  #bottomfooter span {
    display: block;
    float: left;
    font-size: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    font-family: litterbox; }
  #bottomfooter ul {
    display: block;
    float: right;
    overflow: hidden;
    list-style: none;
    text-align: right; }
    #bottomfooter ul li {
      display: inline-block;
      margin-left: 5px; }
      #bottomfooter ul li a {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        text-decoration: none;
        line-height: 20px;
        font-family: litterbox; }
        #bottomfooter ul li a:hover {
          text-decoration: underline; }
        #bottomfooter ul li a.socicon {
          border-radius: 100%;
          background-color: #333;
          color: #fff;
          display: inline-block;
          line-height: 20px;
          width: 22px;
          text-align: center;
          font-size: 10px;
          padding-top: 2px;
          box-sizing: border-box; }
          #bottomfooter ul li a.socicon:hover {
            text-decoration: none; }
        #bottomfooter ul li a.socicon-facebook {
          margin-left: 20px; }

@media screen and (max-width: 1023px) {
  #topheader #menumobile .col.coldx .table .cell ul li a {
    font-size: 4vw; }
    #topheader #menumobile .col.coldx .table .cell ul li a img {
      max-width: 28vw; }

  #bottomfooter span {
    float: none;
    width: 100%;
    text-align: center; }
  #bottomfooter ul {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px; } }
#bot {
  position: absolute;
  z-index: 20;
  bottom: 0;
  margin-bottom: -430px;
  right: 0;
  width: 100%;
  max-width: 350px;
  height: 430px;
  transition-duration: .5s; }
  #bot.opened {
    margin-bottom: 0px; }
  #bot a.button {
    width: 70px;
    display: block;
    position: absolute;
    right: 0;
    margin-right: 0px;
    top: 0;
    margin-top: -80px; }
    #bot a.button img {
      display: block;
      width: 100%; }
  #bot iframe {
    width: 100% !important;
    height: 100% !important; }
  @media screen and (max-width: 600px) {
    #bot {
      max-width: 100%; } }
  @media screen and (max-height: 600px) and (orientation: landscape) {
    #bot {
      height: 280px;
      margin-bottom: -280px; } }

/*# sourceMappingURL=static.css.map */
