.landing-img {
	height: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 60%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navbar {
min-height: 4.25rem !important;
}

.navbar-item .icon-text {
	flex-wrap: nowrap !important;
}
.signup-wrapper {
	margin-top: -20px !important;
}

.signup-profile-wrapper {
padding: 20px 60px 10px 60px !important;
}

.signup-wrapper .hero .button-wrap.is-centered {
	margin: 30px !important;
}

.buttons .button:not(.is-fullwidth) {
	margin-right: 1em !important;
}

.navbar-brand {
	margin-left: 0.5em !important;
}

.mobile-main-sidebar .inner {
	margin-left: 10px !important;
	width: calc(100% - 20px) !important;
}
.has-box {
	background-color: #fff !important;
	border-radius: 6px !important;
	border: 1px solid #e5e5e5 !important;
}
.circle-menu-container {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
}

.circle-menu-toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1ef0a0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  display: table;
  text-align: center;
}
.circle-menu-toggle i {
  color: #fff;
  font-size: 1.2em;
  display: table-cell;
  vertical-align: middle;
  transition: 0.2s;
}
.circle-menu-toggle.open i {
  transform: rotate(135deg);
}

.circle-menu-toggle:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.circle-menu-item {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  color: #bfbfbf;
  text-align: center;
}
.circle-menu-item i {
  line-height: 2.5em;
}


.circle-menu-item:hover {
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.circle-menu-round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.circle-menu-round .circle-menu-item {
  bottom: 0.35em;
  right: 0.35em;
  transition: 0.2s;
}
.circle-menu-round.open .circle-menu-item:nth-of-type(1) {
  right: 0.5em;
  bottom: 4.25em;
  transition-delay: 0.1s;
}
.circle-menu-round.open .circle-menu-item:nth-of-type(2) {
  right: 3.5em;
  bottom: 3.5em;
}
.circle-menu-round.open .circle-menu-item:nth-of-type(3) {
  right: 4.25em;
  bottom: 0.5em;
}

@media (max-width: 767px) {
	
	.circle-menu-item {
	width: 3.4em;
	height: 3.4em;
	color: #444444;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.circle-menu-item i {
	line-height: 3.4em;
	}
	.circle-menu-round .circle-menu-item {
	bottom: 0.1em;
	right: 0.1em;
	transition: 0.2s;
	}
	.circle-menu-round.open .circle-menu-item:nth-of-type(1) {
	right: 0em;
	bottom: 4.25em;
	transition-delay: 0.1s;
	}
	.circle-menu-round.open .circle-menu-item:nth-of-type(2) {
	right: 4em;
	bottom: 4em;
	}
	.circle-menu-round.open .circle-menu-item:nth-of-type(3) {
	right: 4.25em;
	bottom: 0em;
	}
}

.sidebar-inner {
	position: absolute !important;
	height: 100% !important;
	top: 0 !important;
	display: flex;
	align-items: center;
}

.icon-menu li a {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 70px;
}

.main-sidebar .sidebar-brand {
	height: 70px !important;
}

.main-sidebar .sidebar-inner .bottom-menu {
	bottom: 5px !important;
}

.meta a:hover {
	text-decoration: underline;
}

.dashboard-header-wrapper {
	height: auto !important;
	padding-top:20px;
}

.closet-grid .grid-item {
	height: 250px;
	background-color: #ffffff;
}