@import url("alwyngenerated/stylesheet.css");
@import url("alwyngenerated/stylesheet.css");
@import url("alwyngenerated/stylesheet.css");
@import url("alwyngenerated/stylesheet.css");
/*!
 * # Semantic UI 2.0.5 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #ffffff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.71429rem 1.14286rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"], .ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"], .ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
  margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14286rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14286rem 0.71429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0em; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description, .ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.71429rem 1.14286rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571rem !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon, .ui.dropdown > .text > .label, .ui.dropdown > .text > .flag, .ui.dropdown > .text > img, .ui.dropdown > .text > .image {
  margin-top: 0em; }

.ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img {
  margin-top: 0em; }

.ui.dropdown > .text > .icon, .ui.dropdown > .text > .label, .ui.dropdown > .text > .flag, .ui.dropdown > .text > img, .ui.dropdown > .text > .image, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.71429rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img, .ui.dropdown > .text > .image, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.7142em;
  background: #ffffff;
  display: inline-block;
  padding: 0.78571em 2.6em 0.78571em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease; }

.ui.selection.dropdown.visible, .ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  z-index: 3;
  margin: -0.78571em;
  padding: 0.78571em;
  right: 1em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% +  2px);
  width: calc(100% +  2px);
  border-radius: 0em 0em 0.28571rem 0.28571rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.71429rem 1.14286rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 7.58571rem; }
 }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.11429rem; }
 }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 15.17143rem; }
 }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 20.22857rem; }
 }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fafafa;
  padding: 0.71429rem 1.14286rem !important;
  white-space: normal;
  word-wrap: normal; }

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none; }

/* Active */
.ui.selection.active.dropdown {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  top: 0em;
  left: 0em;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.2142em;
  padding: 0.67861em 2.6em 0.67861em 1em; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon, .ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(0, 0, 0, 0.4) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 7.58571rem; }
 }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.11429rem; }
 }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 15.17143rem; }
 }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 20.22857rem; }
 }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.2262em 2.6em 0.2262em 0.28571em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: baseline;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714em 0.71429em;
  margin: 0.21429em 0.28571rem 0.21429em 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: 0em -0.71429em 0em 0em;
  padding: 0.5em; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45241em 0em 0.45241em 0.71429em;
  line-height: 1.2142em; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45241em 0em 0.45241em 0.71429em;
  line-height: 1.2142em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45241em 0em 0.45241em 0.71429em;
  width: 2.2em;
  line-height: 1.2142em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.25em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.25em;
  border-radius: 0.28571rem; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
/* Positioning */
.ui.loading.dropdown > i.icon:before, .ui.loading.dropdown > i.icon:after {
  left: 30% !important; }

.ui.loading.dropdown > i.icon {
  top: 50% !important; }

.ui.multiple.loading.dropdown > i.icon:before, .ui.multiple.loading.dropdown > i.icon:after {
  top: 0% !important;
  left: 0% !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64286em 0em 0em -0.64286em;
  width: 1.28571em;
  height: 1.28571em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64286em 0em 0em -0.64286em;
  width: 1.28571em;
  height: 1.28571em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before, .ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown > .default.text, .ui.default.dropdown > .text {
  color: rgba(179, 179, 179, 0.7); }

.ui.dropdown:hover > .default.text, .ui.default.dropdown:hover > .text {
  color: rgba(179, 179, 179, 0.7); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected, .ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error, .ui.dropdown.error > .text, .ui.dropdown.error > .default.text {
  color: #9f3a38; }

.ui.selection.dropdown.error {
  background: #fff6f6;
  border-color: #e0b4b4; }

.ui.selection.dropdown.error:hover {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu > .item {
  color: #9f3a38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #e0b4b4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #fff2f2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #fdcfcf; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu, .ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571rem !important; }

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu, .ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571rem !important; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.71429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.71429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571rem 0.28571rem 0em 0em; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
  border-radius: 0.28571rem 0.28571rem 0em 0em !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571rem 0.28571rem 0em 0em; }

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571rem 0.28571rem !important; }

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571rem 0.28571rem !important; }

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item, .ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
  padding-right: calc( 1.14285714rem  +  17px) !important; }

.ui.scrolling.dropdown .menu .item:first-child, .ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    min-width: calc(100% -  17px); }
 }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    max-height: 9.71429rem; }
 }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    max-height: 14.57143rem; }
 }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    max-height: 19.42857rem; }
 }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu, .ui.dropdown .scrolling.menu {
    max-height: 19.42857rem; }
 }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before, .ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

.ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu, .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
  border-radius: 0.28571rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571rem !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.71429rem;
  border-radius: 0.28571rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em; }

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: '\f0da';
  /*rtl:'\f0d9'*/ }

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
  /*rtl:"\f0da"*/ }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
  /*rtl:"\f0d9"*/ }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*
/*
Vendor prefixes
*/
/*
//ref: http://www.sitepoint.com/are-we-ready-to-use-flexbox/
@mixin flexbox() {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
 
@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}

// Flex Line Wrapping
// - applies to: flex containers
// nowrap | wrap | wrap-reverse
.flex-wrap(@wrap: nowrap) {
  -webkit-flex-wrap: @wrap;
     -moz-flex-wrap: @wrap;
      -ms-flex-wrap: @wrap;
          flex-wrap: @wrap;
}
*/
/*
* Font Types
*/
body {
  font-size: 100%;
  font-family: "alwynregular", normal; }

h1, h2, h3 {
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal; }

body, h1, h2, h3, p {
  color: #39353e; }

h1 {
  font-size: 27pt; }

h2 {
  font-size: 21pt; }

h3 {
  font-size: 15pt; }

.bold {
  font-weight: bold; }

p, .paragraph, select {
  font-family: "alwynregular", normal;
  font-size: 12pt;
  line-height: 19pt; }

/*
/*
Vendor prefixes
*/
/*
//ref: http://www.sitepoint.com/are-we-ready-to-use-flexbox/
@mixin flexbox() {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
 
@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}

// Flex Line Wrapping
// - applies to: flex containers
// nowrap | wrap | wrap-reverse
.flex-wrap(@wrap: nowrap) {
  -webkit-flex-wrap: @wrap;
     -moz-flex-wrap: @wrap;
      -ms-flex-wrap: @wrap;
          flex-wrap: @wrap;
}
*/
.soulfato-logo, #maintenance .vertical-line:before, .member .photo, .member .photo:after, .news .news-image, input[type="checkbox"] ~ .input-overlay-after, input[type="radio"] ~ .input-overlay-after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

input[type="checkbox"], input[type="radio"], input[type="checkbox"] ~ .input-overlay-before, input[type="radio"] ~ .input-overlay-before {
  width: 100%;
  height: 100%; }

.member .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.dotted-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .dotted-row .title, .dotted-row .ammount, .dotted-row .dots {
    align-self: flex-end;
    min-width: 0; }
  .dotted-row .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 70%;
    float: left; }
  .dotted-row .dots {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%; }
  .dotted-row .ammount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    float: right; }
  .dotted-row .dots::before {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-all;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }

.item, label {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.dropdown-item[visible="false"] {
  display: none; }

.ui.selection.dropdown, select.ui.dropdown {
  background-color: #39353e;
  color: #B39659;
  margin: auto;
  display: block;
  height: 33px;
  border-radius: 5px/5px; }

/*
*
*/
.sol-logo {
  background-image: url("logos/sol.png"); }

.china-daily-logo {
  background-image: url("logos/china_daily.png"); }

.propgo-logo {
  background-image: url("logos/propgo_luxury.png"); }

.publico-logo {
  background-image: url("logos/publico.png"); }

.soufun-logo {
  background-image: url("logos/soufun.png"); }

.macau-logo {
  background-image: url("logos/macau.png"); }

/*
* 
*/
.office-photo {
  background-image: url("images/office_compressed.jpg"); }

.hong-kong-peak, #incorporation-product .slide {
  background-image: url("images/hong_kong_peak_compressed.jpg"); }

.two-guys-desk-photo, #nominal .slide.photo {
  background-image: url("images/shutterstock_159559421_no_earring_compressed.jpg"); }

.business-lady-photo, #maintenance .slide {
  background-image: url("images/business_lady_medium_compressed.jpg"); }

.business-man-phone-photo, .incorporate-easy-frame .slide {
  background-image: url("images/shutterstock_196389662_compressed.jpg"); }

.buildings-from-ground-photo, #front_page .slide {
  background-image: url("images/front_page_medium_compressed.jpg"); }

.handshake-photo, #incorporation-international .slide {
  background-image: url("images/handshake_medium_compressed.jpg"); }

/*
* 
*/
.phone-icon {
  background-image: url("icons/phone_dark.svg"); }

.mail-icon {
  background-image: url("icons/email_dark.svg"); }

.icon.individual {
  background-image: url("icons/nominee.svg"); }

.icon.individuals {
  background-image: url("icons/nominees.svg"); }

.icon.passport {
  background-image: url("icons/passport.svg"); }

.icon.fapiao {
  background-image: url("icons/fapiao-icon-modified.svg"); }

.icon.bills {
  background-image: url("icons/bucks.svg"); }

.icon.building {
  background-image: url("icons/building.svg"); }

.icon.calculator {
  background-image: url("icons/calculator.svg"); }

.icon.magnifying-glass {
  background-image: url("icons/magnifying_glass.svg"); }

.icon.check {
  background-image: url("images/step2_icon.svg"); }

@-webkit-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  75% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  75% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  75% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  75% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes appearing-arrows-left {
  0% {
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-moz-keyframes appearing-arrows-left {
  0% {
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-o-keyframes appearing-arrows-left {
  0% {
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes appearing-arrows-left {
  0% {
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes appearing-arrows-right {
  0% {
    -moz-transform: translateX(30px) rotate(-180deg);
    -o-transform: translateX(30px) rotate(-180deg);
    -ms-transform: translateX(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) rotate(-180deg);
    transform: translateX(30px) rotate(-180deg);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px) rotate(-180deg);
    -o-transform: translateX(0px) rotate(-180deg);
    -ms-transform: translateX(0px) rotate(-180deg);
    -webkit-transform: translateX(0px) rotate(-180deg);
    transform: translateX(0px) rotate(-180deg);
    opacity: 1; } }

@-moz-keyframes appearing-arrows-right {
  0% {
    -moz-transform: translateX(30px) rotate(-180deg);
    -o-transform: translateX(30px) rotate(-180deg);
    -ms-transform: translateX(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) rotate(-180deg);
    transform: translateX(30px) rotate(-180deg);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px) rotate(-180deg);
    -o-transform: translateX(0px) rotate(-180deg);
    -ms-transform: translateX(0px) rotate(-180deg);
    -webkit-transform: translateX(0px) rotate(-180deg);
    transform: translateX(0px) rotate(-180deg);
    opacity: 1; } }

@-o-keyframes appearing-arrows-right {
  0% {
    -moz-transform: translateX(30px) rotate(-180deg);
    -o-transform: translateX(30px) rotate(-180deg);
    -ms-transform: translateX(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) rotate(-180deg);
    transform: translateX(30px) rotate(-180deg);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px) rotate(-180deg);
    -o-transform: translateX(0px) rotate(-180deg);
    -ms-transform: translateX(0px) rotate(-180deg);
    -webkit-transform: translateX(0px) rotate(-180deg);
    transform: translateX(0px) rotate(-180deg);
    opacity: 1; } }

@keyframes appearing-arrows-right {
  0% {
    -moz-transform: translateX(30px) rotate(-180deg);
    -o-transform: translateX(30px) rotate(-180deg);
    -ms-transform: translateX(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) rotate(-180deg);
    transform: translateX(30px) rotate(-180deg);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px) rotate(-180deg);
    -o-transform: translateX(0px) rotate(-180deg);
    -ms-transform: translateX(0px) rotate(-180deg);
    -webkit-transform: translateX(0px) rotate(-180deg);
    transform: translateX(0px) rotate(-180deg);
    opacity: 1; } }

/* demo styles
--------------------------------------------- */
body {
  width: 100%;
  overflow-x: hidden; }

#skrollr-body {
  width: 100%; }

* {
  margin: 0;
  padding: 0; }

h1 {
  margin-bottom: 7%;
  margin-top: 7%; }

.text-box h1 {
  margin-top: 0%; }

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.hidden {
  display: none !important; }

.vertical-center {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute; }

.center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.vertical-lines {
  height: 60%;
  position: absolute;
  height: 80px;
  top: 80px;
  margin: auto;
  right: 0; }
  .vertical-lines .line {
    width: 2px;
    background-color: #39353e;
    height: 50%;
    position: absolute; }
  .vertical-lines .line1 {
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    top: 1px; }
  .vertical-lines .line2 {
    moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    bottom: 0; }

#nominal-offer hr, #team hr, .office hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid #B39659; }

#nominal-offer hr, #team hr {
  width: 200px;
  margin-bottom: 70px; }

.member, .office {
  display: inline-block;
  float: left; }

.grid-separator {
  width: 100%;
  height: 0px;
  float: left; }

#nominal-offer, #team {
  padding-top: 60px;
  padding-bottom: 10px; }
  #nominal-offer h1, #team h1 {
    margin-top: 0;
    margin-bottom: 0; }
  #nominal-offer hr, #team hr {
    margin-top: 50px;
    margin-bottom: 50px; }
  #nominal-offer .nominee, #team .member {
    margin-bottom: 50px; }

/* style the groups
--------------------------------------------- */
/*
* Font Types
*/
body {
  font-size: 100%;
  font-family: "alwynregular", normal; }

h1, h2, h3 {
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal; }

body, h1, h2, h3, p {
  color: #39353e; }

h1 {
  font-size: 27pt; }

h2 {
  font-size: 21pt; }

h3 {
  font-size: 15pt; }

.bold {
  font-weight: bold; }

p, .paragraph, select {
  font-family: "alwynregular", normal;
  font-size: 12pt;
  line-height: 19pt; }

/*
Menu
*/
.menu {
  top: 0;
  position: fixed;
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  z-index: 1000; }
  .menu .scroll-label {
    color: white;
    text-align: center;
    top: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 230%; }
  .menu a {
    text-decoration: none;
    font-family: "alwynmedium";
    text-transform: uppercase;
    font-weight: normal;
    color: #B39659; }
  .menu .company-small-logo {
    width: 108.167px;
    height: 20.708px; }
  .menu svg {
    fill: #B39659; }
  .menu a:hover {
    color: #39353e; }
    .menu a:hover svg {
      fill: #39353e; }
  .menu .buttons {
    width: 90%;
    display: inline-block;
    position: relative;
    left: 5%;
    color: #b39659;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .menu .buttons .company-logo {
    float: left;
    margin-left: 0; }
  .menu .buttons-right {
    float: right;
    width: 75%; }
  @media (max-width: 750px) {
    .menu .buttons-right {
      display: none; }
 }
  .menu .buttons-right > * {
    width: calc(100%/5);
    display: inline-block;
    text-align: center; }
  .menu hr.line {
    border: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 50%;
    margin: 0;
    background-color: #B39659; }
  .menu hr.line1 {
    right: 50%;
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  .menu hr.line2 {
    left: 50%;
    moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }

.menu {
  visibility: hidden; }

.skrollr .menu {
  visibility: visible; }

.menu.back-navigation {
  visibility: visible;
  position: absolute; }

/*
*
*/
.incorporate-easy-frame .slide.background-black {
  background: url(); }

#nominal .slide.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0.5+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#80ffffff',GradientType=1 );
  /* IE6-9 */ }

.soulfato-logo {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("images/soulfato_corporation_logo.svg");
  background-size: 83% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 350px;
  height: 350px; }
  .soulfato-logo svg {
    width: 83%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
    .soulfato-logo svg path, .soulfato-logo svg polygon {
      -webkit-transition-duration: 2s;
      -moz-transition-duration: 2s;
      -o-transition-duration: 2s;
      -ms-transition-duration: 2s;
      transition-duration: 2s; }
    .soulfato-logo svg path, .soulfato-logo svg polygon {
      fill: #CBA55D; }
  .soulfato-logo.loaded svg path[fill="#39353F"], .soulfato-logo.loaded svg polygon[fill="#39353F"] {
    fill: #39353F; }

@media (max-width: 550px) {
  .soulfato-logo {
    width: 250px;
    height: 250px; }
 }

.slide {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute; }

#front_page {
  box-shadow: 5px -1px 17px rgba(0, 0, 0, 0.9); }

.container {
  width: 100%; }

.middle-title {
  display: inline-table;
  width: 100%;
  margin-top: 7%;
  margin-bottom: 7%;
  text-align: center; }

.step {
  display: inline-block;
  float: left;
  position: relative; }

.background {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.separator {
  background-color: white;
  min-height: 300px; }

.section, .separator {
  display: block;
  width: 100%;
  position: relative; }

.section {
  min-height: 100vh;
  box-sizing: border-box; }

.section-fixed-background {
  overflow: hidden; }

.slide.fixed {
  top: 0px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-attachment: fixed; }

/* ref: http://stackoverflow.com/questions/23571578/chrome-issue-with-background-attachment-fixed-and-position-fixed-elements
The performance of background with position fixed is also heigher on chrome
Also android does not support background fixed
*/
.javascript .section, .javascript .separator {
  position: absolute; }
.javascript .slide.fixed {
  position: fixed;
  background-attachment: initial;
  pointer-events: none;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.javascript .section-fixed-background {
  clip: rect(auto, auto, auto, auto);
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); }

.skrollr-mobile .slide.fixed {
  background-attachment: initial; }

.invisible {
  visibility: hidden; }

.text-box {
  width: 50%;
  margin-left: 10%;
  max-width: 450px; }

.horizontal-separator {
  border: 1px solid #39353e; }

.box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  max-width: 500px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 150px; }
  .box hr.horizontal-separator {
    width: 33.33333%;
    margin: auto;
    margin-bottom: 3.5%; }
  .box p, .box .paragraph {
    width: 75%;
    margin: auto;
    margin-bottom: 7%;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-word; }
    .box p ul, .box .paragraph ul {
      list-style-position: inside; }
  .box .selection-button {
    height: auto;
    width: 250px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
    .box .selection-button .lines {
      height: 100%;
      width: 10%;
      position: absolute;
      display: inline-block;
      visibility: hidden; }
      .box .selection-button .lines hr {
        width: 0px;
        height: 50%;
        border: 1px solid #39353e;
        box-sizing: border-box; }
      .box .selection-button .lines hr:first-child {
        top: 0;
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%; }
      .box .selection-button .lines hr:last-child {
        bottom: 0;
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0; }
    .box .selection-button .lines-left {
      left: 0; }
    .box .selection-button .lines-right {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      right: 0; }
    .box .selection-button .text {
      display: inline-block;
      text-align: center;
      padding: 5px;
      box-sizing: border-box;
      left: 10%;
      position: relative;
      width: 80%; }
      .box .selection-button .text .subline {
        font-size: 9pt; }
    .box .selection-button:hover .lines {
      visibility: visible; }
    .box .selection-button:hover .lines.lines-left {
      -webkit-animation: appearing-arrows-left 500ms;
      -moz-animation: appearing-arrows-left 500ms;
      -o-animation: appearing-arrows-left 500ms;
      animation: appearing-arrows-left 500ms; }
    .box .selection-button:hover .lines.lines-right {
      -webkit-animation: appearing-arrows-right 500ms;
      -moz-animation: appearing-arrows-right 500ms;
      -o-animation: appearing-arrows-right 500ms;
      animation: appearing-arrows-right 500ms; }
    .box .selection-button:hover hr {
      transition-duration: 50ms; }
    .box .selection-button:active .lines hr:first-child {
      -moz-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg); }
    .box .selection-button:active .lines hr:last-child {
      -moz-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg); }
    .box .selection-button:active hr {
      transition-duration: 300ms; }

.triangle-down {
  width: 50%;
  height: 10%;
  top: 100%;
  position: absolute;
  padding-left: 50%;
  padding-top: 20%;
  overflow: hidden; }

.triangle-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -1200px;
  margin-top: -300px;
  border-left: 1200px solid transparent;
  border-right: 1200px solid transparent;
  border-top: 300px solid rgba(255, 255, 255, 0.8); }

/*
Specific
*/
.incoporate h1, .incoporate h3 {
  text-align: center; }
.incoporate .vertical-lines {
  opacity: 0;
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
  transition-duration: 2s; }
.incoporate.visible .vertical-lines {
  opacity: 1;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }
.incoporate .step {
  width: calc(100%/3);
  height: 40%;
  margin-bottom: 7%;
  transition-duration: 300ms; }
  .incoporate .step h3 {
    margin: 6%;
    text-align: left;
    margin-left: 15%; }
  .incoporate .step .icon {
    height: 40px; }
  .incoporate .step p {
    padding: 15%;
    padding-top: 0;
    max-width: 300px; }
@media (max-width: 550px) {
  .incoporate .step {
    width: 100%;
    margin-bottom: 0; }
    .incoporate .step .vertical-lines {
      display: none; }
 }
.incoporate .step0 .icon {
  background-image: url("images/step1_icon.svg"); }
.incoporate .step1 .icon {
  background-image: url("images/step2_icon.svg"); }
.incoporate .step1 .vertical-lines {
  transition-delay: 0.5s; }
.incoporate .step2 .icon {
  background-image: url("images/step3_icon.svg"); }
.incoporate .step:last-child .vertical-lines {
  display: none; }

#incorporation-international .page {
  position: relative;
  margin-bottom: 200px; }
@media (min-width: 800px) {
  #incorporation-international .page {
    width: 50%;
    display: inline-table;
    /* float: left; */ }
 }
#incorporation-international .box {
  max-width: 400px; }

#nominal-offer h1 {
  color: #B39659; }
#nominal-offer h3 {
  margin: 7%;
  text-align: center; }
#nominal-offer .nominee {
  display: inline-block;
  float: left; }
#nominal-offer .nominee {
  width: 50%;
  box-sizing: border-box; }
  #nominal-offer .nominee p {
    max-width: 400px;
    margin: auto; }
#nominal-offer .nominee:last-child {
  display: block;
  float: none;
  margin-left: auto;
  clear: both;
  margin-right: auto; }
@media (max-width: 550px) {
  #nominal-offer .nominee {
    width: 100%; }
 }
#nominal-offer .nominee {
  padding-left: 10%;
  padding-right: 10%; }
#nominal-offer .icon {
  height: 50px; }
#nominal-offer .icon.passport {
  height: 70px; }

#maintenance {
  height: 2500px; }
  #maintenance .page {
    height: 25%;
    position: relative; }
  #maintenance .page:nth-child(2) .vertical-line {
    height: 50%;
    top: 50%; }
  #maintenance .page:last-child .vertical-line {
    height: 50%; }
  #maintenance h1 {
    position: relative;
    margin-top: 0; }
  #maintenance h2 {
    margin-bottom: 10px; }
  #maintenance .vertical-line {
    background-color: #39353e;
    width: 2px;
    height: 100%;
    left: 10%;
    position: absolute;
    border: 0;
    margin: 0;
    margin-left: 108px; }
  #maintenance .vertical-line:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: -5.5px;
    background-color: #39353e;
    top: 0;
    bottom: 0;
    margin: auto; }
  #maintenance .page:nth-child(2) .vertical-line:before {
    top: 0;
    bottom: initial; }
  #maintenance .page:last-child .vertical-line:before {
    top: initial;
    bottom: 0; }
  #maintenance .main-title {
    left: 5%;
    margin-left: 108px;
    width: 50%;
    margin-top: 110px; }
  #maintenance .text-box {
    margin-left: 108px;
    left: 15%;
    position: relative;
    width: 36%; }
  @media (max-width: 550px) {
    #maintenance .text-box {
      margin-left: 5px;
      width: 60%; }

    #maintenance .vertical-line {
      margin-left: 5px; }

    #maintenance .main-title {
      margin-left: 5px;
      width: 80%; }
 }
  #maintenance .icon {
    height: 50px;
    margin-left: 10%;
    margin-bottom: 8%;
    position: relative;
    background-position: left; }
  #maintenance .check {
    height: 40px; }
  #maintenance .building {
    height: 75px; }
  #maintenance .calculator {
    height: 55px; }
  #maintenance .magnifying-glass {
    height: 50px; }

.members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.member {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
  /*
  Transitions
  */ }
  @media screen and (max-width: 550px) {
    .member {
      width: 100%; } }
  .member:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    display: block; }
  @media screen and (min-width: 1250px) {
    .member {
      width: 250px; }
      .member + .grid-separator {
        display: none; }
      .member:last-child {
        float: left;
        clear: none;
        display: inline-block; } }
  .member .text {
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .member p {
    font-size: 11pt; }
  .member .job-title {
    margin-bottom: 5px; }
  .member .photo, .member .photo:after {
    width: 150px;
    height: 150px; }
  .member .photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat; }
  .member .photo {
    position: relative; }
  .member .photo:after {
    background-color: #B39659;
    opacity: 0.5; }
  .member h1, .member h3, .member p, .member .photo:after {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    transition-property: opacity height; }
  .member h1, .member h3, .member p {
    opacity: 0.3; }
  .member .photo:after {
    opacity: 0.5; }
  .member:hover h1, .member:hover h3, .member:hover p {
    opacity: 1; }
  .member:hover .photo:after {
    opacity: 0; }
  @media screen and (max-width: 550px) {
    .member h1, .member h3, .member p {
      opacity: 1; }

    .member .photo:after {
      opacity: 0; }
 }

#team {
  min-height: 500px;
  padding: 60px;
  padding-bottom: 0; }
  #team hr, #team h1, #team h3 {
    text-align: center; }
  #team h1, #team .job-title {
    color: #B39659; }
  #team:not(:hover) .member h1, #team:not(:hover) .member h3, #team:not(:hover) .member p {
    opacity: 1; }
  #team:not(:hover) .member .photo:after {
    opacity: 0; }

.office {
  padding: 20px;
  box-sizing: border-box;
  width: 50%; }
  .office h3, .office p, .office a {
    color: #B39659;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .office h3, .office .address {
    text-align: center; }
  .office .address {
    margin-bottom: 15px; }
  .office h3 {
    margin-top: 30px;
    margin-bottom: 20px; }
  .office hr {
    width: 100px;
    margin-bottom: 30px; }
  .office p, .office a {
    font-size: 11pt; }
  .office .number {
    width: 100%; }
  @media screen and (max-width: 550px) {
    .office {
      width: 100%; } }
  .office a {
    text-decoration: initial; }
  .office .contact-item {
    line-height: 50px;
    height: 50px;
    margin: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content; }
    .office .contact-item .icon {
      height: 100%;
      width: 40px;
      margin-right: 15px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .office .contact-item > * {
    display: inline-block;
    float: left; }

.press {
  height: 300px;
  padding: 30px;
  box-sizing: border-box; }
  .press .paper {
    width: 20%;
    display: inline-block;
    height: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    /*
    * Icon normalization
    */ }
    .press .paper .logo {
      max-width: 130px;
      margin: auto;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-filter: sepia(90%);
      -moz-filter: sepia(90%);
      -ms-filter: sepia(90%);
      -o-filter: sepia(90%);
      filter: sepia(90%); }
    .press .paper:hover .logo {
      -webkit-filter: sepia(0%);
      -moz-filter: sepia(0%);
      -ms-filter: sepia(0%);
      -o-filter: sepia(0%);
      filter: sepia(0%); }
    .press .paper .logo {
      background-size: 100% auto; }
    .press .paper .publico-logo {
      background-size: 60% auto; }
    .press .paper .macau-logo {
      background-size: 65% auto; }
    .press .paper .sol-logo {
      background-size: 85% auto; }

.linkify {
  position: relative; }
  .linkify:hover {
    cursor: hand;
    cursor: pointer;
    opacity: 0.9; }
  .linkify a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0); }

#construction {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 4000;
  font-size: 2.7em;
  color: black;
  font-weight: bold;
  background-image: repeating-linear-gradient(55deg, #ffffff, #ffffff 50px, #B39659 50px, #B39659 110px);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: none; }

#construction p {
  margin: 0;
  /* color: #F2F2F2; */
  border-top: 1px solid #eee; }

.offices, .google-maps {
  width: 90% !important;
  margin: auto; }

.google-maps {
  line-height: initial;
  height: 500px !important;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
  float: left; }

.qr-code {
  background-color: white;
  width: 25%;
  max-width: 200px;
  position: fixed;
  right: 10%;
  border-radius: 20px 20px 0 0;
  bottom: -300px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-box-shadow: 0px 1px 2px #CCC;
  -moz-box-shadow: 0px 1px 2px #CCC;
  box-shadow: 0px 1px 2px #CCC; }
  .qr-code .qr-title {
    text-align: center;
    margin: 10px;
    margin-bottom: 0px; }
  .qr-code .qr-small-icon {
    height: 20px;
    top: 3px;
    position: relative; }
  .qr-code .qr-code-img {
    width: 100%; }

.qr-code.visible {
  bottom: 0;
  visibility: visible;
  moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.news {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 100px;
  margin-bottom: 100px; }
  .news .news-item {
    width: 50%;
    float: left;
    max-width: 400px;
    padding-right: 60px; }
  .news h1 {
    margin-bottom: 0; }
  .news .news-image {
    width: 180px;
    height: 180px;
    background-image: url("images/presidente.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .news .news-image.ricardo {
    background-image: url("images/ricardo-crop.jpg"); }
  .news .news-item {
    margin-top: 40px;
    margin-bottom: 40px; }
  .news hr {
    width: 25%;
    margin-top: 40px; }
  .news h2 {
    margin-top: 40px;
    margin-bottom: 20px; }

/*
/*
Vendor prefixes
*/
/*
//ref: http://www.sitepoint.com/are-we-ready-to-use-flexbox/
@mixin flexbox() {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
 
@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}

// Flex Line Wrapping
// - applies to: flex containers
// nowrap | wrap | wrap-reverse
.flex-wrap(@wrap: nowrap) {
  -webkit-flex-wrap: @wrap;
     -moz-flex-wrap: @wrap;
      -ms-flex-wrap: @wrap;
          flex-wrap: @wrap;
}
*/
.soulfato-logo, #maintenance .vertical-line:before, .member .photo, .member .photo:after, .news .news-image, input[type="checkbox"] ~ .input-overlay-after, input[type="radio"] ~ .input-overlay-after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

input[type="checkbox"], input[type="radio"], input[type="checkbox"] ~ .input-overlay-before, input[type="radio"] ~ .input-overlay-before {
  width: 100%;
  height: 100%; }

.member .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.dotted-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .dotted-row .title, .dotted-row .ammount, .dotted-row .dots {
    align-self: flex-end;
    min-width: 0; }
  .dotted-row .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 70%;
    float: left; }
  .dotted-row .dots {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%; }
  .dotted-row .ammount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    float: right; }
  .dotted-row .dots::before {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-all;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }

.item, label {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.dropdown-item[visible="false"] {
  display: none; }

.ui.selection.dropdown, select.ui.dropdown {
  background-color: #39353e;
  color: #B39659;
  margin: auto;
  display: block;
  height: 33px;
  border-radius: 5px/5px; }

/*
* Font Types
*/
body {
  font-size: 100%;
  font-family: "alwynregular", normal; }

h1, h2, h3 {
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal; }

body, h1, h2, h3, p {
  color: #39353e; }

h1 {
  font-size: 27pt; }

h2 {
  font-size: 21pt; }

h3 {
  font-size: 15pt; }

.bold {
  font-weight: bold; }

p, .paragraph, select {
  font-family: "alwynregular", normal;
  font-size: 12pt;
  line-height: 19pt; }

/*
* Font Types
*/
body {
  font-size: 100%;
  font-family: "alwynregular", normal; }

h1, h2, h3 {
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal; }

body, h1, h2, h3, p {
  color: #39353e; }

h1 {
  font-size: 27pt; }

h2 {
  font-size: 21pt; }

h3 {
  font-size: 15pt; }

.bold {
  font-weight: bold; }

p, .paragraph, select {
  font-family: "alwynregular", normal;
  font-size: 12pt;
  line-height: 19pt; }

/*
Menu
*/
.menu {
  top: 0;
  position: fixed;
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  z-index: 1000; }
  .menu .scroll-label {
    color: white;
    text-align: center;
    top: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 230%; }
  .menu a {
    text-decoration: none;
    font-family: "alwynmedium";
    text-transform: uppercase;
    font-weight: normal;
    color: #B39659; }
  .menu .company-small-logo {
    width: 108.167px;
    height: 20.708px; }
  .menu svg {
    fill: #B39659; }
  .menu a:hover {
    color: #39353e; }
    .menu a:hover svg {
      fill: #39353e; }
  .menu .buttons {
    width: 90%;
    display: inline-block;
    position: relative;
    left: 5%;
    color: #b39659;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .menu .buttons .company-logo {
    float: left;
    margin-left: 0; }
  .menu .buttons-right {
    float: right;
    width: 75%; }
  @media (max-width: 750px) {
    .menu .buttons-right {
      display: none; }
 }
  .menu .buttons-right > * {
    width: calc(100%/5);
    display: inline-block;
    text-align: center; }
  .menu hr.line {
    border: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 50%;
    margin: 0;
    background-color: #B39659; }
  .menu hr.line1 {
    right: 50%;
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  .menu hr.line2 {
    left: 50%;
    moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }

.menu {
  visibility: hidden; }

.skrollr .menu {
  visibility: visible; }

.menu.back-navigation {
  visibility: visible;
  position: absolute; }

.box {
  box-sizing: content-box; }
  .box p, .box .paragraph {
    width: 100%;
    margin-bottom: 0%; }
    .box p ol, .box .paragraph ol {
      padding-left: 40px; }
    .box p .title, .box .paragraph .title {
      text-decoration: underline; }

.expandable .expandable-content {
  max-height: 100px;
  overflow: hidden; }
.expandable .expand-button .less {
  display: none; }
.expandable.expanded .expandable-content {
  max-height: none; }
.expandable.expanded .expand-button .less {
  display: block; }
.expandable.expanded .expand-button .more {
  display: none; }

.expand-button {
  margin: auto;
  display: table;
  cursor: default;
  color: #39353e;
  text-decoration: underline;
  text-transform: uppercase; }
  .expand-button:hover {
    color: #B39659; }

.slide.fixed {
  position: fixed; }

.box {
  margin-top: 100px;
  top: 0;
  height: initial;
  max-width: 650px;
  width: 90%; }

hr, h1, h2, .services, .points, .order-summary, .blocks, .intro {
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box; }

hr.horizontal-separator.dashed {
  border: 2px dashed #39353e;
  width: 100%;
  box-sizing: border-box; }

.box hr.horizontal-separator {
  margin-top: 6.5%; }

label {
  cursor: pointer; }

.description {
  font-size: 10pt; }

.selection-item[visible=false] {
  display: none; }

.service {
  position: relative; }

.service, .item {
  margin: auto;
  margin-bottom: 27px; }

.item {
  display: inline-block;
  width: 100%; }

.order-summary .selected-services {
  padding-bottom: 1px; }
.order-summary .cost-breakdown {
  padding-bottom: 22px; }
.order-summary .item[name="initial"] {
  font-weight: bolder;
  font-size: x-large; }

.block {
  width: 33%;
  height: 120px;
  display: inline-table;
  margin-bottom: 30px; }
  .block .icon {
    margin-bottom: 10px;
    height: 70px; }
  .block .title {
    text-align: center; }

.icon[name=certificate] {
  background-image: url("icons/certificate.svg"); }

.icon[name=association] {
  background-image: url("icons/articles.svg"); }

.icon[name=seal] {
  background-image: url("icons/seal.svg"); }

.icon[name=statutory] {
  background-image: url("icons/book.svg"); }

.icon[name=stamp] {
  background-image: url("icons/stamp.svg"); }

.icon[name=chop] {
  background-image: url("icons/chop.svg"); }

/* Checkbox */
.input-container {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: -3px;
  transition-duration: 300ms; }
  .input-container:not(:disabled):hover {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .input-container:active {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  opacity: 0; }
  input[type="checkbox"]:not(:disabled):hover ~ .input-overlay, input[type="radio"]:not(:disabled):hover ~ .input-overlay {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  input[type="checkbox"]:active ~ .input-overlay, input[type="radio"]:active ~ .input-overlay {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  input[type="checkbox"] ~ .input-overlay, input[type="radio"] ~ .input-overlay {
    box-sizing: border-box;
    position: absolute;
    display: block;
    margin: auto;
    pointer-events: none; }
  input[type="checkbox"] ~ .input-overlay-before, input[type="radio"] ~ .input-overlay-before {
    border: 3px #39353e solid;
    border-radius: 50%; }
  input[type="checkbox"] ~ .input-overlay-after, input[type="radio"] ~ .input-overlay-after {
    width: 60%;
    height: 60%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  input[type="checkbox"]:not(:disabled):hover ~ .input-overlay-before, input[type="radio"]:not(:disabled):hover ~ .input-overlay-before {
    border-color: #B39659; }
  input[type="checkbox"]:not(:disabled):hover:checked ~ .input-overlay-after, input[type="radio"]:not(:disabled):hover:checked ~ .input-overlay-after {
    background-color: #B39659; }
  input[type="checkbox"]:checked ~ .input-overlay-after, input[type="checkbox"]:not(:disabled):checked ~ .input-overlay-after, input[type="radio"]:checked ~ .input-overlay-after, input[type="radio"]:not(:disabled):checked ~ .input-overlay-after {
    background-color: #39353e; }

.service label {
  width: 93%;
  width: -moz-calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  margin-left: 35px;
  padding-left: 3%;
  box-sizing: border-box;
  display: inline-block; }

.subitems {
  margin-left: 10%;
  margin-top: 27px; }

.service[has-sub-items="true"] .subitems {
  display: none; }
.service[has-sub-items="true"] > .input-container[checked] ~ .subitems {
  display: block; }
.service[has-sub-items="true"] > .input-container[checked] ~ label .dots, .service[has-sub-items="true"] > .input-container[checked] ~ label .ammount {
  display: none; }

/*Input text*/
input[type="text"] {
  background-color: #39353e;
  border: 0px;
  color: #B39659;
  font-size: 15pt;
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  padding: 5px; }

select {
  margin: auto;
  display: block; }

.button[type="submit"] {
  border: 0;
  background-color: transparent;
  font-size: 15pt;
  font-family: "alwynmedium";
  text-transform: uppercase;
  font-weight: normal;
  margin: 50px;
  padding: 5px;
  height: 50px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  outline: 0px; }
  .button[type="submit"]:after {
    border: 2px solid #39353e;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .button[type="submit"]:hover:after {
    transition-duration: 50ms;
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .button[type="submit"]:after, .button[type="submit"]:active:after {
    transition-duration: 300ms; }
  .button[type="submit"]:active:after {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
