#header .top_holder {
    width: initial;
}

#nav {
    width: 100%;
}

.content {
    width: 920px;
}

#header .content, #page1 .content, #footer .content, #page3 #references {
    width: 100%;
    padding: 0px;
}

.top_holder {
    width: 600px;
}

#tab-0, #tab-1, #tab-5 {
    padding: 0 12px;
}

#tab-0 input[type="text"],#tab-0 input[type="password"], #tab-5 input[type="text"] {
    max-width: 100%;
}

#page-1 {
    margin-top: 50px;
}

#nav {
    width: initial;
    clear: right;
    margin-top: 0px;
}

#nav-handler {
    cursor: pointer;
    float:right;
    margin: 0 12px;
}

#nav-handler div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
  transition: transform 0.5s ease-out;
}

#nav-handler.active div:first-of-type{
    visibility:hidden;
}
#nav-handler.active div:nth-of-type(2){
    transform: rotate(-45deg);
    margin: 0;
    position: absolute;
}
#nav-handler.active div:last-of-type{
    transform: rotate(45deg);
    margin: 0;
}
#header {
    position:relative;
}

#nav-mobile {
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
}

#page1 {
    margin-top: 50px;
    min-height: initial;
}

div.done,div.error {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#login_form .field {
    margin-top: 12px;
}

#footer .content {
    text-align:center;
}

.logo_holder {
    margin-left: 12px;
}

.contact_button {
    margin-right: 12px;
}