/* Links */

a,
a:focus,
a:hover {
  color: #fff;
}

*:focus {
	outline: none;
}

/* Base Custom Style */

* {
  font-smooth: always;
}

html,
body {
  background-color: #fff;
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-smooth: always;
}

.mi-header-title.dark {
  color: #404040;
}

.mi-content-body.dark {
  color: #404040;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

.particles-container{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Custome dropdown menu */

.mi-dropdown {
  background: #ffffff;
  padding: 0px;
  border: none;
  border-radius: 0px;
}

.mi-dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: bold;
  color: #444;
}

.mi-dropdown li i {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
}

.mi-dropdown li i.mi-ineom-logo {
  background-image: linear-gradient(-60deg, #df6d17, #ff5522);
}

.mi-dropdown li i.mi-chrono-logo {
  background-image: linear-gradient(-60deg, #fcb71c, #ead313);
}

.mi-dropdown li i.mi-optimo-logo {
  background-image: linear-gradient(-60deg, #5dc725, #12a0e8);
}

.mi-dropdown li i.mi-enggano-logo {
  background-image: linear-gradient(-60deg, #6d419a, #2d2c7a);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.mi-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.mi-wrapper-inner {
  height: 100%;
  display: block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.mi-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mi-header-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mi-footer-container {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #1d1f25;
}

.mi-brand.navbar-brand {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('../images/logo/mi-brand@2x.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}

.mi-brand-responsive.navbar-brand {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('../images/logo/mi-brand@2x.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}

.mi-navbar-right {
  float: right;
}

.mi-core {
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

nav.mi-navbar.navbar {
  margin-bottom: 0px;
}

ul.nav.navbar-nav > li{
  display: inline-block;
  text-shadow: none;
}

ul.nav.navbar-nav > li.active > a {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}

ul.nav.navbar-nav > li > a {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid transparent;

  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
}

ul.nav.navbar-nav > li > a:hover,
ul.nav.navbar-nav > li > a:focus,
ul.nav.navbar-nav > li > a:active {
  border-bottom: 2px solid #fff;
  color: #fff;
}

ul.nav.navbar-nav > .dropdown > a,
ul.nav.navbar-nav > .dropdown > a:hover,
ul.nav.navbar-nav > .dropdown > a:active,
ul.nav.navbar-nav > .dropdown > a:focus {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #fff;
}

ul.nav.navbar-nav > li + li {
  margin-left: 20px;
}

/* Navbar SVG */

.nav-sidebar-container {
  position: fixed;
  background: #121620;
  right: 0;
}

.nav-icon-svg {
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 25px;
  margin-right: 28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}

.nav-icon-svg:before {
  content: '';
  display: block;
  width: 36px;
  height: 32px;
  background: rgba(211, 67, 24, .7);
  padding: 10px;
  border-radius: 3px;
  margin-top: -6px;
  margin-left: -6px;
}

.nav-icon-svg span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon-svg span:nth-child(1) {
  top: 0px;
}

.nav-icon-svg span:nth-child(2),.nav-icon-svg span:nth-child(3) {
  top: 8px;
}

.nav-icon-svg span:nth-child(4) {
  top: 16px;
}

.nav-icon-svg.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-icon-svg.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon-svg.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon-svg.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-toggle.collapsed > span.icon-bar {
  background-color: #fff;
}

.mi-top-header-container {
  margin-top: 30px;
  margin-bottom: 60px;
}

.mi-header-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mi-header-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mi-header-button {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
}

.mi-button-dark-grey {
  background-color: #1d1f25;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
}

.mi-button-dark-grey:hover {
  text-decoration: none;
  background-color: #2a2b31;
}

.mi-button-with-dotted {
  color: #ebebeb;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
}

.mi-button-with-dotted:hover {
  text-decoration: none;
}

.mi-header-link-separator {
  display: inline;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1px;
  margin-top: 10px;
  background-image: url('../images/app/or-header-separator.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: 700;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.mi-header-container-mac {
  background: #1d1f25;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  height: 400px;
  background-image: url('../images/app/mi-map-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  overflow: hidden;
}

.mi-content-container {
  background: #f9fafc;
  margin-top: -10px;
}

.mi-header-container-indicator-mac-light {
  padding: 5px;
  background: #eef2f5;
}

.mi-header-container-indicator-mac {
  padding: 5px;
  background: #1d1f25;
}

.mi-header-bullet-mac {
  content: '&nbsp;';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  float: left;
  margin: 5px 0px 5px 5px;
}

.mi-bullet-dark {
  background-color: #26292e;
}

.mi-bullet-semi-dark {
  background-color: #2f3136;
}

.mi-bullet-light {
  background-color: #373a3f;
}

.mi-bullet-dark-light {
  background-color: #26d141;
}

.mi-bullet-semi-dark-light {
  background-color: #ffbf30;
}

.mi-bullet-light-light {
  background-color: #ff5d54;
}

.mi-bullet-light-right {
  background-color: #2eae1d;
  margin-right: 5px;
  width: 10px;
  border-radius: 5px;
}

.mi-map-container {
  content: '&nbsp;';
  height: 100%;
}

.mi-map-infobox {
  display: block;
  position: absolute;
  padding: 10px;
  background: rgba(23, 24, 29, 1);
  border-radius: 5px;
  color: #fff;
  min-width: 200px;
  max-width: 300px;
  text-align: left;
  bottom: 20px;
  right: -100px;
}

.mi-map-infobox:before {
  content: "";
  float: left;
  position: absolute;
  background-color: rgba(23, 24, 29, 1);
  width: 10px;
  height: 10px;
  margin-top: 34px;
  margin-left: 80px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mi-map-infobox-icon {
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.mi-map-infobox-icon span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: block;
  background: rgba(0,0,0,.2);
}

.mi-map-infobox-content {
  float: left;
}

.mi-map-infobox-content p.title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}

.mi-map-infobox-content p.sub-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}

.mi-map-indicator {
  margin-top: 270px;
  text-align: left;
  position: relative;
  bottom: 0;
  padding: 20px;
}

.mi-map-indicator-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mi-map-indicator-item {
  list-style: none;
  padding: 0px;
}

.mi-map-indicator-item > li {
  content: ' ';
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #6c7a8a;
  background-image: none;
  float: left;
  margin-right: 5px;
}

.mi-map-indicator-item > li.active {
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
}

.mi-map-marker-contact {
  content: '&nbsp;';
  background: transparent;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  position: relative;
  display: block;
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
  left: 846px;
  top: 274px;
}

.mi-map-marker-contact:before {
  content: "";
  border-radius: 50%;
  background: rgba(240, 110, 170, .3);
  height: 49px;
  width: 49px;
  position: absolute;
  margin-top: -21px;
  margin-left: -24px;
  animation: ripplemarker 1500ms ease-in-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.mi-map-marker {
  content: '&nbsp;';
  background: transparent;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  position: relative;
  display: block;
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
  left: 526px;
  top: 283px;
}

.mi-map-marker:before {
  content: "";
  border-radius: 50%;
  background: rgba(240, 110, 170, .3);
  height: 49px;
  width: 49px;
  position: absolute;
  margin-top: -21px;
  margin-left: -24px;
  animation: ripplemarker 1500ms ease-in-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.mi-header-container-mac {
  background: #1d1f25;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  height: 400px;
  background-image: url('../images/app/mi-dotted-map.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  overflow: hidden;
}

.mi-header-container-product-preview-light {
  background: #fff;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  overflow: hidden;
} 

.mi-header-container-product-preview-dark {
  background: #1d1f25;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  overflow: hidden;
} 

.preview-with-shadow {
  box-shadow: 5px 5px 30px rgba(0,0,0,.1);
}

.mi-featured-product-preview {
  width: 100%;
  height: 250px;
  background: url('../images/app/mi-ineom-integrated-system.png') no-repeat center center;
  background-size: 500px;
}

.mi-featured-product-preview-flow {
  width: 100%;
  height: 400px;
  background: url('../images/app/mi-ineom-integrated-system-flow.png') no-repeat center center;
  background-size: 500px;
}

.mi-featured-product-preview-wip {
  width: 100%;
  height: 250px;
  background: url('../images/app/mi-wip.png') no-repeat center center;
  background-size: 500px;
}

/*Content contact style*/

.mi-content-container-contact {
  height: auto;
  min-height: 300px;
  background: #fff;
  margin-top: -10px;
}

.mi-content-contact {
    color: #1d1f25;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 30px;
}

/* visited link */
.mi-content-contact a:visited,
.mi-content-contact a:active,
.mi-content-contact a:link {
    color: blue;
}

/* mouse over link */
.mi-content-contact a:hover {
    color: blue;
    text-decoration: underline;
}

.mi-content-contact p {
    padding: 0px;
    margin: 0px;
}

.mi-content-contact h4, h3, h2 {
    padding: 0px;
    margin: 0px;
}

.mi-contact-detail {
    margin-top:30px;
}

.mi-content-container-map {
  background-image: url('../images/app/mi-dotted-map.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

.mi-map-marker-contact {
  content: '&nbsp;';
  background: transparent;
  border-radius: 50%;
  position: relative;
  display: block;
  background-image: linear-gradient(-60deg, #df6d17, #de401b);
}

.mi-map-marker-contact:before {
  content: "";
  border-radius: 50%;
  background: rgba(240, 110, 170, .3);
  position: absolute;
  animation: ripplemarker 1500ms ease-in-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

/* featured product */

.mi-content-featured-product {
  color: #ff5d00;
  text-align: left;
  /*padding: 0px;*/
  margin-top: 20px;
}

.mi-content-featured-product p {
  color: #ff5d00;
  padding: 5px 0px 5px 15px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #ff5d00;
  display: inline-block;
  /*margin: 0px;*/
}

.mi-content-featured-product-package {
  color: #fff;
  text-align: left;
  padding: 0px;
  margin-top: 20px;
}

.mi-content-featured-product-package p{
  color: #fff;
  padding: 5px 0px 5px 15px;
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 18px;
  border-left: 3px solid #fff;
  display: inline-block;
  font-weight: bold;
}

.mi-content-featured-product-logo-container {
  color: #222;
  margin-top: 30px;
  margin-bottom: 30px;
}

.row.mi-content-featured-product-logo {
  width: 100%
  max-width: 500px;
  margin: auto;
}

.mi-content-product-logo-left {
  min-height: 40px;
  content: ' ';
}

.mi-content-product-logo-left.ineom {
  background: url('../images/app/mi-ineom-logo.png') no-repeat right 10px center;
  background-size: 150px;
}

.mi-content-product-logo-left.chrono {
  background: url('../images/app/mi-chrono-logo.png') no-repeat right 10px center;
  background-size: 40px;
}

.mi-content-product-logo-left.optimo {
  background: url('../images/app/mi-optimo-logo.png') no-repeat right 10px center;
  background-size: 40px;
}

.mi-content-product-logo-left.enggano {
  background: url('../images/app/mi-enggano-logo.png') no-repeat right 10px center;
  background-size: 40px;
}

.mi-content-product-logo-right {
  color: #999;
  text-align: left;
  border-left: 1px solid #ebebeb;
}

.mi-content-featured-product-slogan {
  color: #222;
  font-weight: bold;
}

.mi-content-featured-product-slogan p {
  font-size: 18px;
  max-width: 500px;
  color: #999;
  margin: auto;
  display: block;
}

.mi-content-featured-product-slogan p span.product {
  color: #444;
  border-bottom: 2px solid #444;
}

.mi-content-featured-product-preview-text {
  color: #222;
  font-weight: bold;
  text-align: left;
}

.mi-content-featured-product-preview-text p {
  font-size: 18px;
  max-width: 500px;
  color: #999;
  margin: 0px;
  display: block;
}

.mi-content-featured-product-feature {
  list-style: none;
  padding: 0;
  color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}

.mi-content-featured-product-feature li {
  display: inline-block;
  width: 20%;
  float: left;
  font-weight: bold;
  margin-bottom: 50px;
}

.mi-content-featured-product-feature li i {
  width: 50px;
  height: 50px;
  content: ' ';
  box-shadow: 0px 2px 5px rgba(0,0,0,.15);
  display: block;
  margin: 20px auto 20px auto;
  border-radius: 50%;
}

.mi-content-featured-product-feature-package {
  list-style: none;
  padding: 0;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}

.mi-content-featured-product-feature-package li {
  display: block;
  width: 100%;
  font-weight: bold;
  float: left;
  text-align: left;
  margin-bottom: 40px;
}

.mi-content-featured-product-feature-package li i {
  width: 50px;
  height: 50px;
  content: ' ';
  box-shadow: 0px 2px 5px rgba(0,0,0,.15);
  display: block;
  margin: auto;
  border-radius: 50%;
  float: left;
}

.mi-content-featured-product-feature-package li .base {
  display: block;
  float: left;
  text-align: left;
  margin-left: 75px;
  position: absolute;
  margin-right: 25px;
}

.mi-content-featured-product-feature-package li span.title {
  display: block;
  text-align: left;
  font-size: 18px;
}

.mi-content-featured-product-feature-package li span.description {
  text-align: left;
  font-weight: bold;
  opacity: .75;
  font-size: 16px;
}

.mi-content-featured-product-feature-enterprise {
  list-style: none;
  padding: 0;
  color: #333;
  padding-top: 50px;
  padding-bottom: 100px;
}

.mi-enterprise-item {
  display: block;
  font-weight: 500;
  text-align: left;
  height: auto;
  color: #333;
  margin-bottom: 20px;
}

.mi-enterprise-item .mi-icon {
  width: 50px;
  height: 50px;
  content: ' ';
  box-shadow: 0px 2px 5px rgba(0,0,0,.15);
  display: block;
  border-radius: 50%;
  float: left;
}

.mi-enterprise-item .base {
  display: block;
  float: left;
  text-align: left;
  margin-left: 75px;
  position: absolute;
  margin-right: 25px;
}

.mi-enterprise-item .title {
  display: block;
  text-align: left;
  font-size: 18px;
}

.mi-enterprise-item .description {
  text-align: left;
  opacity: .75;
  font-size: 16px;
  width: 100%;
  display: block;
}

.mi-enterprise-item-dark {
  display: block;
  font-weight: bold;
  text-align: left;
  height: auto;
  color: #fff;
  margin-bottom: 20px;
}

.mi-enterprise-item-dark .mi-icon {
  width: 50px;
  height: 50px;
  content: ' ';
  box-shadow: 0px 2px 5px rgba(0,0,0,.15);
  display: block;
  border-radius: 50%;
  float: left;
}

.mi-enterprise-item-dark .base {
  display: block;
  float: left;
  text-align: left;
  margin-left: 75px;
  position: absolute;
  margin-right: 25px;
}

.mi-enterprise-item-dark .title {
  display: block;
  text-align: left;
  font-size: 18px;
}

.mi-enterprise-item-dark .description {
  text-align: left;
  font-weight: bold;
  opacity: .75;
  font-size: 18px;
  width: 100%;
  display: block;
}

.mi-content-product-base {
  background: transparent;
  margin-top: 50px;
  padding-bottom: 100px;
}

.mi-content-product-secondary {
  background: transparent;
}

.mi-content-product-secondary-top-glow {
  background: #f9ac4f;
  height: 15px;
  opacity: .5;
}

.mi-content-transparent {
  border-bottom: 10px solid #f9ab4f;
  border-top: 10px solid #fb9b37;
} 

.mi-content-transparent:before {
  content: ' ';
  width: 100%;
  height: 10px;
  display: block;
  background: #f9ab4f;
  margin-top: -20px;
} 

.mi-content-transparent:after {
  content: ' ';
  width: 100%;
  height: 10px;
  display: block;
  background: #fb9b37;
  margin-top: 20px;
} 
 
.mi-item-icon-better-network {
  background: url('../images/app/mi-ineom-feature-icon.png') no-repeat 0px 0px #fff;
  background-size: 250px;
}

.mi-item-icon-speed-troubleshooting {
  background: url('../images/app/mi-ineom-feature-icon.png') no-repeat -50px 0px #fff;
  background-size: 250px;
}

.mi-item-icon-analytics {
  background: url('../images/app/mi-ineom-feature-icon.png') no-repeat -100px 0px #ff5d00;
  background-size: 250px;
}

.mi-item-icon-team-collaboration {
  background: url('../images/app/mi-ineom-feature-icon.png') no-repeat -150px 0px #fff;
  background-size: 250px;
}

.mi-item-icon-network-database {
  background: url('../images/app/mi-ineom-feature-icon.png') no-repeat -200px 0px #fff;
  background-size: 250px;
}

.mi-item-icon-alarm-monitoring {
  background: url('../images/app/mi-ineom-package-icon.png') no-repeat 0px 0px #fff;
  background-size: 50px;
}

.mi-item-icon-ticketing-system {
  background: url('../images/app/mi-ineom-package-icon.png') no-repeat 0px -50px #fff;
  background-size: 50px;
}

.mi-item-icon-asset-management {
  background: url('../images/app/mi-ineom-package-icon.png') no-repeat 0px -100px #fff;
  background-size: 50px;
}

.mi-item-icon-site-maintenance {
  background: url('../images/app/mi-ineom-package-icon.png') no-repeat 0px -150px #fff;
  background-size: 50px;
}

.mi-item-icon-fault-center {
  background: url('../images/app/mi-ineom-package-icon.png') no-repeat 0px -200px #fff;
  background-size: 50px;
}

.mi-item-icon-security {
  background: url('../images/app/mi-ineom-enterprise-icon.png') no-repeat 0px 0px #3a87d6;
  background-size: 50px;
}

.mi-item-icon-look-and-feel {
  background: url('../images/app/mi-ineom-enterprise-icon.png') no-repeat 0px -50px #d55e7c;
  background-size: 50px;
}

.mi-item-icon-push-notification {
  background: url('../images/app/mi-ineom-enterprise-icon.png') no-repeat 0px -100px #6eb042;
  background-size: 50px;
}

.mi-item-icon-history {
  background: url('../images/app/mi-ineom-enterprise-icon.png') no-repeat 0px -150px #5bbbc2;
  background-size: 50px;
}
 
/* top content */

.mi-content-top {
  text-align: center;
  color: #333;
  padding: 30px;
}

.mi-content-top p {
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 12px;
}

.mi-content-top-item-icon {
  display: block;
  margin: auto;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  width: 45px;
  height: 45px;
  line-height: 25px;
  background: linear-gradient(-15deg, #25282f, #3e424b);
  border-radius: 50%;
}

/*customer style*/

.mi-content-customer {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.mi-content-customer p {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-left: 3px solid #ff5522;
  width: auto;
  display: inline-block;
  text-align: left;
  padding: 5px 0px 5px 15px;
  color: #333;
}

.mi-content-customer span {
  font-size: 18px;
  max-width: 500px;
  font-weight: bold;
  text-align: left;
  color: #999;
  margin: 0;
  display: block;
}

.mi-customer-logo-container ul{
  list-style: none;
  padding: 0px;
}

.mi-customer-logo-container ul li {
  font-size: 0px;
  display: block;
  margin: auto;
  width: 300px;
  padding-left: 30px
  padding-right: 30px;
}

.mi-customer-logo-container ul li a.mi-customer-telkomsel {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/telkomsel-grey.png') no-repeat center center / 250px;
  height: 100px;
  opacity: .7;
  display: block;
  margin: auto;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.mi-customer-logo-container ul li a.mi-customer-telkomsel:hover {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/telkomsel-grey.png') no-repeat center center / 250px;
  height: 100px;
  opacity: 1;
  display: block;
  margin: auto;
}

.mi-customer-logo-container ul li a.mi-customer-xl {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/xl.png') no-repeat center center / 70px;
  height: 100px;
  opacity: .7;
  display: block;
  margin: auto;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.mi-customer-logo-container ul li a.mi-customer-xl:hover {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/xl.png') no-repeat center center / 70px;
  height: 100px;
  opacity: 1;
  display: block;
  margin: auto;
}

.mi-customer-logo-container ul li a.mi-customer-maxis {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/maxis.png') no-repeat center center / 140px;
  height: 100px;
  opacity: .7;
  display: block;
  margin: auto;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.mi-customer-logo-container ul li a.mi-customer-maxis:hover {
  cursor: pointer;
  text-decoration: none;
  background: url('../images/logo/maxis.png') no-repeat center center / 140px;
  height: 100px;
  opacity: 1;
  display: block;
  margin: auto;
}

/*footer style*/

.mi-footer {
    background-color: #1d1f25;
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.mi-footer .row {
    margin-bottom: 60px;
}

.mi-footer .first-col{
    margin-right: 30px;
    text-align: left;
    color: white;
}

.mi-footer .second-col{
    text-align: left;
    color: white;
}

.mi-footer .third-col{
    text-align: left;
    color: white;
}

.mi-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.mi-footer h5 {
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.mi-footer .footer-header{
    margin-top: 30px;
}

.mi-footer .logo{
    margin-top: 10px;
}

.mi-footer a {
    color: #d2d1d1;
    text-decoration: none;
}

.mi-footer a:hover,
.mi-footer a:focus {
    text-decoration: none;
    color: white;
}

.mi-footer .second-bar a:hover {
    text-decoration: none;
}

.mi-footer .social-icons {
    float: left;
    margin-right: 20px;
}

.mi-footer .social-icons a {
  width: 25px;
  height: 25px;
  padding: 5px 5px 5px 6px;
  display: block;
  float: left;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.mi-footer .social-icons a.facebook {
    background: #333;
    cursor: pointer;
    color: #fff;
}

.mi-footer .social-icons a.instagram {
    background: #333;
    cursor: pointer;
    color: #fff;
}

.footer-content-blog-img {
    background: url('../images/blog/blog-001-200px.jpg') no-repeat center center #666;
    background-size: 200px;
    content: ' ';
    width: 100%;
    max-width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.mi-blog-photo {
  height: 350px;
  max-width: 1000px;
  margin: 50px auto 50px auto;
  border-radius: 5px;
  background: url('../images/blog/blog-001.jpg') no-repeat center center;
  background-size: 1000px;
  cursor: pointer;
}

.mi-blog-photo:hover {
  background-size: 1000px;
} 

.mi-blog-item {
  color: #333;
  font-weight: 18px;
  text-align: left;
  max-width: 800px;
  margin: auto;
}

.mi-blog-content p.title {
  font-size: 36px;
  font-weight: bold;
  color: #374953;
}

p.mi-blog-content-text {
  font-size: 18px;
  color: #555;
}

.mi-footer .footer-content-blog-link {
  color: rgba(255,255,255,.9);
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
  -moz-transition: 250ms all ease-in-out;
  -ms-transition: 250ms all ease-in-out;
  -o-transition: 250ms all ease-in-out;
}

.mi-footer .footer-content-blog-link:hover {
  color: rgba(255,255,255,1);
  border-bottom: 1px solid #fff;
}

.mi-footer .footer-content-blog {
  color: rgba(255,255,255,.5);
  margin-top: 10px;
  margin-bottom: 10px;
}

.mi-brand.footer-brand {
  display: block;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  background-image: url('../images/logo/mi-logo-horizontal.png');
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: left center;
}

.mi-footer-desc-label {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mi-subcribe {
  margin-bottom: 0px!important;
  border-bottom: 1px solid #2b2c33;
  padding-bottom: 30px;
  padding-top: 20px;
}

.mi-subcribe-container {
  text-align: left;
}

.mi-subcribe-container p {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 20px;
}

.mi-subcribe-form {
  padding-top: 30px;
}

.mi-subcribe-input-text {
  background: #ffffff;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mi-jobs-list {
  list-style: none;
  padding: 0px;
}

.mi-jobs-list li { 
  font-size: 16px;
  font-weight: bold;
  color: #999;
  background: url('../images/app/m-bullet-icon.png') no-repeat center left;
  background-size: 18px;
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
}

.mi-jobs-content {
  border-top: none;
  padding-top: 0px;
}

.mi-team-item {
  height: 75px;
  margin-bottom: 50px;
}

.mi-team-photo {
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0,0,0,.4);
  border-radius: 50%;
}

.mi-team-content {
  text-align: left;
}

.mi-team-content p {
  text-align: left;
  margin: 0px;
  font-size: 20px;
  padding-top: 8px;
}

.mi-team-content span {
  text-align: left;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  opacity: .80;
}

.mi-contact-content-item {
  color: #374953;
  text-align: left;
}

.mi-contact-content-item h4{
  color: #374953;
  font-size: 20px;
  text-align: left;
}

.mi-contact-content-item p{
  color: #374953;
  font-size: 16px;
  text-align: left;
  opacity: .7;
  font-weight: normal;
}

.wildan {
  background: url('../images/teams/wildan.jpg') no-repeat center center;
  background-size: 70px;
}
.laily {
  background: url('../images/teams/laily.jpg') no-repeat center center;
  background-size: 70px;
}
.indra {
  background: url('../images/teams/indra.jpg') no-repeat center center;
  background-size: 70px;
}
.abrori {
  background: url('../images/teams/abrori.jpg') no-repeat center center;
  background-size: 70px;
}
.faried {
  background: url('../images/teams/faried.jpg') no-repeat center center;
  background-size: 70px;
}
.adi {
  background: url('../images/teams/adi.jpg') no-repeat center center;
  background-size: 70px;
}
.yahya {
  background: url('../images/teams/yahya.jpg') no-repeat center center;
  background-size: 70px;
}
.rizal {
  background: url('../images/teams/rizal.jpg') no-repeat center center;
  background-size: 70px;
}
.syandu {
  background: url('../images/teams/syandu.jpg') no-repeat center center;
  background-size: 70px;
}
.irwin {
  background: url('../images/teams/irwin.jpg') no-repeat center center;
  background-size: 70px;
}
.rachmat {
  background: url('../images/teams/rachmat.jpg') no-repeat center center;
  background-size: 70px;
}
.wildhan {
  background: url('../images/teams/wildhan.jpg') no-repeat center center;
  background-size: 70px;
}
.aan {
  background: url('../images/teams/aan.jpg') no-repeat center center;
  background-size: 70px;
}
.ahmad {
  background: url('../images/teams/ahmad.jpg') no-repeat center center;
  background-size: 70px;
}
.farhan {
  background: url('../images/teams/farhan.jpg') no-repeat center center;
  background-size: 70px;
}
.ian {
  background: url('../images/teams/ian.jpg') no-repeat center center;
  background-size: 70px;
}
.enggar {
  background: url('../images/teams/enggar.jpg') no-repeat center center;
  background-size: 70px;
}
.darmaji {
  background: url('../images/teams/darmaji.jpg') no-repeat center center;
  background-size: 70px;
}
.noor {
  background: url('../images/teams/noor.jpg') no-repeat center center;
  background-size: 70px;
}
.basith {
  background: url('../images/teams/basith.jpg') no-repeat center center;
  background-size: 70px;
}
.yora {
  background: url('../images/teams/yora.jpg') no-repeat center center;
  background-size: 70px;
}
.hamzah {
  background: url('../images/teams/hamzah.jpg') no-repeat center center;
  background-size: 70px;
}
.suaeb {
  background: url('../images/teams/suaeb.jpg') no-repeat center center;
  background-size: 70px;
}
.hilman {
  background: url('../images/teams/hilman.jpg') no-repeat center center;
  background-size: 70px;
}
.rizqi {
  background: url('../images/teams/rizqi.jpg') no-repeat center center;
  background-size: 70px;
}
.alfian {
  background: url('../images/teams/alfian.jpg') no-repeat center center;
  background-size: 70px;
}
.agung { 
  background: url('../images/teams/agung.jpg') no-repeat center center;
  background-size: 70px;
}
.adam { 
  background: url('../images/teams/adam.jpg') no-repeat center center;
  background-size: 70px;
}
.satrio { 
  background: url('../images/teams/satrio.jpg') no-repeat center center;
  background-size: 70px;
}
.tito { 
  background: url('../images/teams/tito.jpg') no-repeat center center;
  background-size: 70px;
}
.amira { 
  background: url('../images/teams/amira.jpg') no-repeat center center;
  background-size: 70px;
}
.ramadhan { 
  background: url('../images/teams/ramadhan.jpg') no-repeat center center;
  background-size: 70px;
}
.agus { 
  background: url('../images/teams/agus.jpg') no-repeat center center;
  background-size: 70px;
}
.affandy { 
  background: url('../images/teams/affandy.jpg') no-repeat center center;
  background-size: 70px;
}
.abid { 
  background: url('../images/teams/abid.jpg') no-repeat center center;
  background-size: 70px;
}
.yuda { 
  background: url('../images/teams/yuda.jpg') no-repeat center center;
  background-size: 70px;
}
.novian { 
  background: url('../images/teams/novian.jpg') no-repeat center center;
  background-size: 70px;
}
.zainul { 
  background: url('../images/teams/zainul.jpg') no-repeat center center;
  background-size: 70px;
}
.renardi { 
  background: url('../images/teams/renardi.jpg') no-repeat center center;
  background-size: 70px;
}
.khalid { 
  background: url('../images/teams/khalid.jpg') no-repeat center center;
  background-size: 70px;
}

.btn-explore {
  margin-left: 5px;
}

.no-padding {
  padding: 0px;
}

.mi-dropdown li a:hover {
  background: #ebebeb;
}

.btn-more, .btn-more:hover, .btn-more:active {
  color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #fc5320, #fc8c20);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@keyframes ripplemarker {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 768px) {

  .mi-navbar.navbar {
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
  }

  .mi-brand.navbar-brand {
    position: static;
    opacity: 0;
  }

  .mi-brand-responsive.navbar-brand {
    position: fixed;
    left: 25px;
    top: 10px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li{
    display: block;
    text-shadow: none;
    text-align: left;
    padding-left: 10px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li:first-child {
    margin-left: 20px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid transparent;

    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li > a:hover,
  .nav-sidebar-container > ul.nav.navbar-nav > li > a:focus,
  .nav-sidebar-container > ul.nav.navbar-nav > li > a:active {
    border-bottom: 2px solid transparent;
    color: #fff;
    background-color: transparent;
    transition: all 400ms ease-in-out;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > .dropdown > a,
  .nav-sidebar-container > ul.nav.navbar-nav > .dropdown > a:hover,
  .nav-sidebar-container > ul.nav.navbar-nav > .dropdown > a:active,
  .nav-sidebar-container > ul.nav.navbar-nav > .dropdown > a:focus {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #fff;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li + li {
    margin-left: 20px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown a {
    color: #4e5560;
    font-size: 14px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown .caret {
    display: none;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown .dropdown-menu {
    position: static;
    display: block;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown ul,
  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown.open ul {
    background: none;
    box-shadow: none;
    border: none;
    display: block;
    float: none;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 15px;
    border-top: 1px dotted #4e5560;
    border-bottom: 1px dotted #4e5560;
    border-radius: 0px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown ul > li,
  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown.open ul > li {
    display: block;
    width: 100%;
    float: none;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-sidebar-container > ul.nav.navbar-nav > li.dropdown ul > li a {
    color: #fff;
    font-weight: 700;
  }

  .mi-container {
    width: 100%;
  }

  .mi-navbar-right {
    float: left;
  }

  .mi-header-title {
    font-size: 22px;
  }

  .mi-button-for-header {
    display: block;
    width: 100%;
  }

  .mi-header-container {
    margin-bottom: 30px;
  }

  .mi-content-container-map {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 450px;
    width: 100%;
    max-width: 700px;
    background-size: 100%;
  }

  .mi-content-contact p {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
  }

  .mi-content-contact  {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
  }
  .mi-content-contact {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }

  .mi-dropdown li a:hover {
    background: transparent;
  }

  .mi-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mi-footer .second-col {
    text-align: left;
    color: white;
    border-bottom: 1px solid #2b2c33;
    padding-bottom: 30px;
  }

  .mi-footer .third-col {
    text-align: left;
    color: white;
    border-bottom: 1px solid #2b2c33;
    padding-bottom: 30px;
  }

  .mi-content-featured-product-slogan {
    font-size: 20px;
  }

  .mi-content-featured-product-slogan p {
    font-size: 16px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
    margin: auto;
    display: block;
  }

  .mi-content-featured-product-feature {
    list-style: none;
    padding: 0;
    color: #222;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .mi-content-featured-product-feature li {
    display: inline-block;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .mi-content-product-logo-left {
    min-height: 40px;
    content: ' ';
    margin-bottom: 10px;
  }

  .mi-content-product-logo-left.ineom {
    background-position: center center;
    background-size: 150px;
  }

  .mi-content-product-logo-left.chrono {
    background-position: center center;
    background-size: 40px;
  }

  .mi-content-product-logo-left.optimo {
    background-position: center center;
    background-size: 40px;
  }

  .mi-content-product-logo-left.enggano {
    background-position: center center;
    background-size: 40px;
  }

  .mi-content-product-logo-right {
    color: #999;
    text-align: center;
    border-left: none;
  }

  .mi-content-product-base {
    background: transparent;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .mi-jobs-content {
    border-top: 1px solid #ff5522;
    padding-top: 25px;
    margin-top: 25px;
  } 

  .mi-content-product-base {
    padding-bottom: 50px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {

  .mi-navbar.navbar {
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
  }

  .mi-brand.navbar-brand {
    position: static;
    opacity: 1;
  }

  .mi-brand-responsive.navbar-brand {
    position: static;
  }

  .mi-container {
    width: 100%;
  }

  .mi-navbar-right {
    float: right;
  }

  .mi-header-container {
    margin-bottom: 50px;
  }

  .mi-content-container-map {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 350px;
    width: 450px;
    max-width: 500px;
    background-position: center center;
    background-size: 100%;
  }

  .mi-map-marker-contact {
    height: 9px;
    width: 9px;
    left: 263px;
    top: 296px;
  }

  .mi-map-marker-contact:before {
    height: 49px;
    width: 49px;
    margin-top: -15px;
    margin-left: -14px;
  }
  .mi-content-contact p {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
  }

  .mi-content-contact {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
  }
  .mi-content-contact {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .mi-navbar.navbar {
    background-color: transparent;
    box-shadow: none;
    padding: 30px;
  }

  .mi-brand.navbar-brand {
    position: static;
  }

  .mi-brand-responsive.navbar-brand {
    position: static;
  }

  .mi-container {
    width: 100%;
  }

  .mi-navbar-right {
    float: right;
  }

  .mi-header-container {
    margin-bottom: 50px;
  }

  .mi-content-container-map {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 450px;
    width: 600px;
    max-width: 800px;
    background-size: 100%;
  }

  .mi-map-marker-contact {
    height: 9px;
    width: 9px;
    left: 358px;
    top: 346px;
  }

  .mi-map-marker-contact:before {
    height: 49px;
    width: 49px;
    margin-top: -21px;
    margin-left: -20px;
  }
}

@media (min-width: 1200px) {

  .mi-navbar.navbar {
    background-color: transparent;
    box-shadow: none;
    padding: 30px;
  }

  .mi-brand.navbar-brand {
    position: static;
  }

  .mi-brand-responsive.navbar-brand {
    position: static;
  }

  .mi-container {
    width: 100%;
  }

  .mi-navbar-right {
    float: right;
  }

  .mi-header-container {
    margin-bottom: 50px;
  }

  .mi-content-container-map {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 450px;
    width: 700px;
    background-position: center center;
    max-width: 800px;
    background-size: 100%;
  }

  .mi-map-marker-contact {
    height: 9px;
    width: 9px;
    left: 423px;
    top: 337px;
  }

  .mi-map-marker-contact:before {
    height: 49px;
    width: 49px;
    margin-top: -20px;
    margin-left: -25px;
  }
}

/* CSS used for positioning the mi-footers at the bottom of the page. */

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

.mi-footer{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

/* Customize CSS Helper */
.mi-pull-left {
  color: #404040;
  text-align: left;
}
.mi-pull-right {
  color: #404040;
  text-align: right;
}
.mi-pull-center {
  color: #404040;
  text-align: center;
}
/* End Customize CSS Helper */

/* Customize Pills Nav */
.mi-nav-pills-container ul {
  text-align: left;
}
.mi-nav-pills-container .mi-nav-pills > li > a {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.mi-nav-pills-container .mi-nav-pills > li.active > a {
  color: #fff;
  background-color: #de401b;
}
.mi-nav-pills-container .mi-nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #de401b;
}
.mi-nav-pills-container .mi-nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #de401b;
}

.mi-pills-nav-xs ul {
  text-align: left;
  list-style-type: none;
}
.mi-pills-nav-xs li > a {
  color: #404040;
  text-decoration: none;
  padding: 0px 0px 2px 0px;
}
.mi-pills-nav-xs li.active > a {
  color: #de401b;
}
.mi-pills-nav-xs li.active > a:hover {
  color: #de401b;
  background-color: #fff;
}

.badge {
  background-color: #de401b;
}

