#contact-map .kc_column,
.no-padding .kc_column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section { 
	margin: 0px !important;
}
section#altis-slideshow .kc-col-container {
	margin-left: -15px;
	margin-right: -15px;
}
.content-button {
}
/*icon adjusment*/
.icon-wrap {
  width:70px;
  height:70px;
  margin-bottom: 25px;
}

.icon-wrap.small {
  width:40px;
  height:40px;
  margin-bottom: 25px;
}

.icon-wrap.large {
  width:92px;
  height:92px;
  margin-bottom: 25px;
}

.icon-wrap [class^="smico-"] {
  width: 70px;
  height: 70px;
  background-size: 70px 70px !important;
  display: inline-block;  
}

.icon-wrap.small [class^="smico-"] {
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;  
}

.icon-wrap.large [class^="smico-"] {
  width: 92px;
  height: 92px;
  background-size: 92px 92px !important;  
}

.icon-wrap.center,
.icon-wrap.small.center,
.icon-wrap.large.center {
  width: 100%;
  text-align: center;
  margin: 0 auto 15px auto;
}
.content-icon.center {
	margin: 0 auto;
	text-align: center;
}

.icon-wrap.left,
.icon-wrap.small.left,
.icon-wrap.large.left {
  margin-right: 25px;
  float: left;
  text-align: left;
}

.icon-wrap.right,
.icon-wrap.small.right,
.icon-wrap.large.right {
  margin-left: 25px;
  float: right;
}

.idz-features-tabs {
    max-width: 100%;
}

.web-app-list li {
  padding-left: 30px;
}
.web-app-list li img {
  float: left;
  width: 44px;
}
.web-app-list li .idz-text-block {
  margin-top: 15px;
  float: left;
}

.kc_accordion_header > span.ui-accordion-header-icon {
  float: left !important;
}

.idz-text-block {
    display: inline-block;
    background-color: #4d5152;
    color: #ffffff;
    padding: 5px 7px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-left: 6px;
}
.idz-text-block.red {
    background-color: #dc5980;
}
.idz-text-block.blue {
    background-color: #4994cd;
}