/**
 * Layout Variables
 * -----------------------------------------------------------------------------
 * This file contains all the variables used in the Ichigo-cloud Old .
 *
 * @package Layout
 */
header.idevelop {
  width: 100%;
  min-width: 960px;
  height: 96px;
  background-color: #fff;
  border-bottom: 3px solid #2db0b8;
  box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.6);
}
header.idevelop .tab-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 70px;
  padding: 0;
  margin: 0;
  margin-right: 1px;
  border-radius: 5px 5px 0 0;
}
header.idevelop .tab-menu__list--active {
  order: -1;
  width: 210px;
  max-width: 220px;
  height: 70px;
  padding: 0;
  background-color: #2db0b8;
  border-top: 2px solid #46cad2;
  border-right: 2px solid #23898f;
  border-left: 2px solid #46cad2;
}
header.idevelop .tab-menu__list--active:hover {
  background-color: #46cad2;
  transition: background-color 1s ease;
}
header.idevelop .tab-menu__list:hover {
  background-color: inherit;
}
header.idevelop .main-menu {
  display: grid;
  grid-template-rows: 25px 1fr;
  grid-template-columns: 131px 1fr;
  place-items: stretch start;
}
header.idevelop .main-menu .header__logo {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 2px;
}
header.idevelop .main-menu .header__main-menu {
  grid-row: 2/3;
  grid-column: 2/3;
  max-width: 800px;
  padding: 0 20px;
}
header.idevelop .main-menu .header__sub-menu {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}
header.idevelop h1.hdr-logo {
  padding: 0 10px;
  margin: 0;
}
header.idevelop .header-logo-a {
  display: block;
  width: 111px;
  height: 58px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/hdr_logo.png?1535082779") no-repeat;
  transition: 0.3s ease-in-out;
}
header.idevelop .tab-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
header.idevelop .tab-menu__item {
  padding-top: 6px;
  text-align: center;
}
header.idevelop .tab-menu__icon {
  padding-right: 8px;
}
header.idevelop .tab-menu__icon--marketlibrary {
  font-size: 21px;
}
header.idevelop a.tab-menu__name {
  font-size: 19px;
  font-weight: 500;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}
header.idevelop a.tab-menu__name:hover {
  color: inherit;
  text-shadow: 1px 1px 2px #bbbbbb;
}
header.idevelop a.tab-menu__name span {
  font-size: inherit;
  font-weight: inherit;
}
header.idevelop a.tab-menu__name--active {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.idevelop a.tab-menu__name--active:hover {
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.idevelop a.tab-menu__name--active span {
  font-size: 26.4px;
}
header.idevelop .sub-menu__list {
  list-style: none outside;
}
header.idevelop .sub-menu__list-item {
  position: relative;
  float: left;
  padding-top: 4px;
  margin: 0 14px;
  transition: 0.3s ease-in-out;
}
header.idevelop .sub-menu__list-item-a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2308;
  transition: 0.3s ease-in-out;
}
header.ireit {
  width: 100%;
  min-width: 960px;
  height: 96px;
  background-color: #fff;
  border-bottom: 3px solid #74bd39;
  box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.6);
}
header.ireit .tab-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 70px;
  padding: 0;
  margin: 0;
  margin-right: 1px;
  border-radius: 5px 5px 0 0;
}
header.ireit .tab-menu__list--active {
  order: -1;
  width: 210px;
  max-width: 220px;
  height: 70px;
  padding: 0;
  background-color: #74bd39;
  border-top: 2px solid #8ece5b;
  border-right: 2px solid #5c962d;
  border-left: 2px solid #8ece5b;
}
header.ireit .tab-menu__list--active:hover {
  background-color: #8ece5b;
  transition: background-color 1s ease;
}
header.ireit .tab-menu__list:hover {
  background-color: inherit;
}
header.ireit .main-menu {
  display: grid;
  grid-template-rows: 25px 1fr;
  grid-template-columns: 131px 1fr;
  place-items: stretch start;
}
header.ireit .main-menu .header__logo {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 2px;
}
header.ireit .main-menu .header__main-menu {
  grid-row: 2/3;
  grid-column: 2/3;
  max-width: 800px;
  padding: 0 20px;
}
header.ireit .main-menu .header__sub-menu {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}
header.ireit h1.hdr-logo {
  padding: 0 10px;
  margin: 0;
}
header.ireit .header-logo-a {
  display: block;
  width: 111px;
  height: 58px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/hdr_logo.png?1535082779") no-repeat;
  transition: 0.3s ease-in-out;
}
header.ireit .tab-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
header.ireit .tab-menu__item {
  padding-top: 6px;
  text-align: center;
}
header.ireit .tab-menu__icon {
  padding-right: 8px;
}
header.ireit .tab-menu__icon--marketlibrary {
  font-size: 21px;
}
header.ireit a.tab-menu__name {
  font-size: 19px;
  font-weight: 500;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}
header.ireit a.tab-menu__name:hover {
  color: inherit;
  text-shadow: 1px 1px 2px #bbbbbb;
}
header.ireit a.tab-menu__name span {
  font-size: inherit;
  font-weight: inherit;
}
header.ireit a.tab-menu__name--active {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.ireit a.tab-menu__name--active:hover {
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.ireit a.tab-menu__name--active span {
  font-size: 26.4px;
}
header.ireit .sub-menu__list {
  list-style: none outside;
}
header.ireit .sub-menu__list-item {
  position: relative;
  float: left;
  padding-top: 4px;
  margin: 0 14px;
  transition: 0.3s ease-in-out;
}
header.ireit .sub-menu__list-item-a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2308;
  transition: 0.3s ease-in-out;
}
header.ideal {
  width: 100%;
  min-width: 960px;
  height: 96px;
  background-color: #fff;
  border-bottom: 3px solid #e86416;
  box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.6);
}
header.ideal .tab-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 70px;
  padding: 0;
  margin: 0;
  margin-right: 1px;
  border-radius: 5px 5px 0 0;
}
header.ideal .tab-menu__list--active {
  order: -1;
  width: 210px;
  max-width: 220px;
  height: 70px;
  padding: 0;
  background-color: #e86416;
  border-top: 2px solid #ed8344;
  border-right: 2px solid #b95012;
  border-left: 2px solid #ed8344;
}
header.ideal .tab-menu__list--active:hover {
  background-color: #ed8344;
  transition: background-color 1s ease;
}
header.ideal .tab-menu__list:hover {
  background-color: inherit;
}
header.ideal .main-menu {
  display: grid;
  grid-template-rows: 25px 1fr;
  grid-template-columns: 131px 1fr;
  place-items: stretch start;
}
header.ideal .main-menu .header__logo {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 2px;
}
header.ideal .main-menu .header__main-menu {
  grid-row: 2/3;
  grid-column: 2/3;
  max-width: 800px;
  padding: 0 20px;
}
header.ideal .main-menu .header__sub-menu {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}
header.ideal h1.hdr-logo {
  padding: 0 10px;
  margin: 0;
}
header.ideal .header-logo-a {
  display: block;
  width: 111px;
  height: 58px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/hdr_logo.png?1535082779") no-repeat;
  transition: 0.3s ease-in-out;
}
header.ideal .tab-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
header.ideal .tab-menu__item {
  padding-top: 6px;
  text-align: center;
}
header.ideal .tab-menu__icon {
  padding-right: 8px;
}
header.ideal .tab-menu__icon--marketlibrary {
  font-size: 21px;
}
header.ideal a.tab-menu__name {
  font-size: 19px;
  font-weight: 500;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}
header.ideal a.tab-menu__name:hover {
  color: inherit;
  text-shadow: 1px 1px 2px #bbbbbb;
}
header.ideal a.tab-menu__name span {
  font-size: inherit;
  font-weight: inherit;
}
header.ideal a.tab-menu__name--active {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.ideal a.tab-menu__name--active:hover {
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.ideal a.tab-menu__name--active span {
  font-size: 26.4px;
}
header.ideal .sub-menu__list {
  list-style: none outside;
}
header.ideal .sub-menu__list-item {
  position: relative;
  float: left;
  padding-top: 4px;
  margin: 0 14px;
  transition: 0.3s ease-in-out;
}
header.ideal .sub-menu__list-item-a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2308;
  transition: 0.3s ease-in-out;
}
header.imarketlibrary {
  width: 100%;
  min-width: 960px;
  height: 96px;
  background-color: #fff;
  border-bottom: 3px solid #dcdad0;
  box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.6);
}
header.imarketlibrary .tab-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 70px;
  padding: 0;
  margin: 0;
  margin-right: 1px;
  border-radius: 5px 5px 0 0;
}
header.imarketlibrary .tab-menu__list--active {
  order: -1;
  width: 210px;
  max-width: 220px;
  height: 70px;
  padding: 0;
  background-color: #dcdad0;
  border-top: 2px solid #f2f1ed;
  border-right: 2px solid #c6c3b3;
  border-left: 2px solid #f2f1ed;
}
header.imarketlibrary .tab-menu__list--active:hover {
  background-color: #f2f1ed;
  transition: background-color 1s ease;
}
header.imarketlibrary .tab-menu__list:hover {
  background-color: inherit;
}
header.imarketlibrary .main-menu {
  display: grid;
  grid-template-rows: 25px 1fr;
  grid-template-columns: 131px 1fr;
  place-items: stretch start;
}
header.imarketlibrary .main-menu .header__logo {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 2px;
}
header.imarketlibrary .main-menu .header__main-menu {
  grid-row: 2/3;
  grid-column: 2/3;
  max-width: 800px;
  padding: 0 20px;
}
header.imarketlibrary .main-menu .header__sub-menu {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}
header.imarketlibrary h1.hdr-logo {
  padding: 0 10px;
  margin: 0;
}
header.imarketlibrary .header-logo-a {
  display: block;
  width: 111px;
  height: 58px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/hdr_logo.png?1535082779") no-repeat;
  transition: 0.3s ease-in-out;
}
header.imarketlibrary .tab-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
header.imarketlibrary .tab-menu__item {
  padding-top: 6px;
  text-align: center;
}
header.imarketlibrary .tab-menu__icon {
  padding-right: 8px;
}
header.imarketlibrary .tab-menu__icon--marketlibrary {
  font-size: 21px;
}
header.imarketlibrary a.tab-menu__name {
  font-size: 19px;
  font-weight: 500;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}
header.imarketlibrary a.tab-menu__name:hover {
  color: inherit;
  text-shadow: 1px 1px 2px #bbbbbb;
}
header.imarketlibrary a.tab-menu__name span {
  font-size: inherit;
  font-weight: inherit;
}
header.imarketlibrary a.tab-menu__name--active {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.imarketlibrary a.tab-menu__name--active:hover {
  color: white;
  text-shadow: 1px 1px 2px #888888;
}
header.imarketlibrary a.tab-menu__name--active span {
  font-size: 26.4px;
}
header.imarketlibrary .sub-menu__list {
  list-style: none outside;
}
header.imarketlibrary .sub-menu__list-item {
  position: relative;
  float: left;
  padding-top: 4px;
  margin: 0 14px;
  transition: 0.3s ease-in-out;
}
header.imarketlibrary .sub-menu__list-item-a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2308;
  transition: 0.3s ease-in-out;
}
header .menu-profile::before {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 19px;
  height: 19px;
  padding: 0 4px 4px 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  content: "";
  background: url("../img/ico_profile.png?1535082779") no-repeat;
}
header .menu-contact::before {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 19px;
  height: 19px;
  padding: 0 4px 4px 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  content: "";
  background: url("../img/ico_mail.png?1535082779") no-repeat;
}
header .menu-logout::before {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 19px;
  height: 19px;
  padding: 0 4px 4px 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  content: "";
  background: url("../img/ico_logout.png?1535082779") no-repeat;
}/*# sourceMappingURL=layout_menu.css.map */