@media only screen and (min-width: 1200px) {
  #ipeen-view{content:"desktop";font-family:"desktop";}
  #ipeen-view{
    width:522px;
  }

  /**
   * functions
   */
  #functions {
    /*width: 236px;*/
  }
  #functions #link-home {
    float: left;
    
  }
  #functions #link-home a {
    float: left;
    padding: 18px 0 15px 40px;
    color: white;
    text-decoration: none;
    width: 71px;
  }
  #functions h2 {
    font-weight: normal;
    float: left;
    width: 75px;
    padding: 18px 0 15px 40px;;
    cursor: pointer;
  }
  #functions>div {
    display: inline;
  }
  #functions>div ul {
    display: none;
    position: absolute !important;
    width: 150px;
    background: white;
    top: 46px;
    right: 20px;
    padding: 10px 0;
    
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);
  }
  #functions>div:hover ul {
    display: block;
  }
  #functions>div ul li {
    margin: 0 15px;
    border-bottom: 1px solid #eee;
  }
  #functions>div ul li:last-child {
    border-bottom: 0 none;
  }
  #functions>div ul li a {
    color: #336699;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }
  #functions>div ul:after {
    background-position: -48px -52px;
    width: 12px;
    padding-top: 6px;
    left: 105px;
    top: -6px;
  }
  #functions #link-home a:after {
    background-position: -0px -32px;
    width: 20px;
    padding-top: 20px;
    left: 15px;
    top: 14px;
  }
  #functions h2:after {
    background-position: -20px -32px;
    width: 20px;
    padding-top: 20px;
    left: 15px;
    top: 14px;
  }

}