/* Main layout */

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}
html {
  overflow-y: scroll;
}
#page {
  display: table;
  table-layout: fixed;
  position: relative;
  height: 100%;
  width: 100%;
}
header,
main,
footer {
  position: relative;
  display: table-row;
  height: 1px;
  z-index: 2;
}
main {
  height: 100%;
  z-index: 1;
}
header > section,
main > section,
footer > section {
  display: table-cell;
  vertical-align: top;
}
.container {
  position: relative;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Page background image */

#bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 190px;
  bottom: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("/static/registration/img/prop_default.7558e3142f93.png");
}

/* Header */

header {}
header > section {
  border-bottom: 1px solid #e5e5e5;
}
header .container {
  min-height: 100px;
}
#logo  {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
}
#logo img {
  display: inline-block;
  max-width: 100%;
}
.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 21px;
  text-align: center;
  margin: 10px 0;
  float: right;
  color: #9FADB6;
  cursor: pointer;
}
.nav-toggle.active {
  color: #67a31e;
}
.nav {
  background: #fff;
  display: block;
  margin: 25px 0;
  float: right;
  white-space: nowrap;
}
.nav-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: #9FADB6;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.nav-item-language {
  margin-left: 30px;
}
.nav-item:first-child {
  margin-left: 0;
}
.nav-item:focus,
.nav-item:hover,
.nav-item.dropdown-open {
  color: #74838C;
  text-decoration: none;
  cursor: pointer;
}
.nav-item.active {
  color: #67a31e;
}
.nav-item .icon-left {
  margin-right: 10px;
}
.nav-item .icon-right {
  margin-left: 10px;
}
.nav-item .title {}
.nav-item .border {
  position: absolute;
  height: 3px;
  left: 51%;
  right: 51%;
  bottom: -27px;
  background: #9FADB6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-item:focus .border,
.nav-item:hover .border,
.nav-item.dropdown-open .border,
.nav-item.active .border {
  left: 0;
  right: 0;
  opacity: 1;
}
.nav-item.active .border {
  background: #67a31e;
}

@media (max-width: 767px) {
  header .container {
    min-height: 70px;
  }
  #logo  {
    float: none;
    width: 70px;
    height: 70px;
  }
  .nav-toggle {
    display: block;
  }
  .nav {
    max-height: 0;
    height: auto;
    margin: 0 -20px;
    float: none;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .nav.active {
    max-height: 150px;
  }
  .nav-item {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0 20px;
  }
  .nav-item .border {
    display: none;
  }
}

/* Main */

main {}
html.center-main main > section {
  vertical-align: middle;
}
main .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main - Intro title */

.intro-title h2 {
  margin-top: -10px;
}

/* Main - Cols */

.col-left {
  float: left;
  width: 40%;
  padding-right: 100px;
}
.col-right {
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  .col-left {
    display: none;
  }
  .col-right {
    float: none;
    width: auto;
  }
}

/* Main - Sebu */

.sebu {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

/* Footer */

footer {
  font-size: 14px;
  color: #9FADB6;
}
footer > section {
  border-top: 1px solid #e5e5e5;
}
footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .copyright {
  float: left;
}
footer .footer-links {
  float: right;
}
footer a {
  display: inline-block;
  color: #9FADB6;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .footer-links a {
  margin-right: 15px;
}
footer a:focus,
footer a:hover {
  color: #67a31e;
  border-bottom-color: #67a31e;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer .copyright,
  footer .footer-links {
    float: none;
  }
  footer .copyright {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  footer .footer-links a {
    display: block;
    margin: 0;
  }
}
