#header {
    background: #666 url(../images/cruk2.png)  top left;
    height: 100px;
    width: 1200;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

#wrap {
    background: #fff;
    width: 1200px;
    padding-bottom: 2em;
    margin: 0 auto;
    height: 100%;
}

body {
    background: #ffffff;
    font-family:"Poppins", Verdana, Geneva, sans-serif;
    text-align: left;
    font-size: 12px;
}
b,
strong {
  font-weight: bold; /* or 700 */
}
@font-face {
  font-family: "Poppins";
  src:url("/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

#langmenu li {
    position: relative;
    display: inline-block;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.098);
    border-right: 1px solid rgba(0, 0, 0, 0.35);
    cursor: pointer;
    font: bold 13px/17px "Poppins","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
}
#menu li {
    position: relative;
    display: inline-block;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.098);
    border-right: 1px solid rgba(0, 0, 0, 0.35);
    cursor: pointer;
    font: bold 13px/17px "Poppins","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    text-shadow: 0 0 0.2em #000;
    transition: all 0.2s ease 0s;
}
.ui-widget {
    font-family:"Poppins", Verdana,Arial,sans-serif;
    font-size: 1em;
}
