@charset "utf-8";/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
.uber-cliens {
  padding-top: 15px;
  padding-bottom: 15px;
}
.uber-cliens.multi-row .row {
  border-bottom: 1px solid #eeeeee;
}
.uber-cliens.multi-row .row .client-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-right: 1px solid #eeeeee;
  min-height: 100px;
  line-height: 100px;
  text-align: center;
}
.uber-cliens.multi-row .row .client-item img {
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.uber-cliens.multi-row .row .client-item:last-child {
  border-right: 0;
}
.uber-cliens.multi-row .row .client-item:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.uber-cliens.multi-row .row:last-child {
  border-bottom: 0;
}
.uber-cliens.multi-row.style-dark .row {
  border-color: #2c353b;
}
.uber-cliens.multi-row.style-dark .row .client-item {
  border-color: #2c353b;
}
.uber-cliens.img-grayscale .client-item span {
  position: relative;
}
@media (max-width: 1199px) {
  .uber-cliens.img-grayscale .client-item span {
    width: 100% !important;
  }
}
.uber-cliens.img-grayscale .client-img {
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1199px) {
  .uber-cliens.img-grayscale .client-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .uber-cliens .client-item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100% !important;
    text-align: center;
  }
  .uber-cliens .client-item img {
    display: inline-block;
  }
}
.uber-cliens .client-item:hover .client-img img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.acm-teams .team-items:before,
.acm-teams .team-items:after {
  content: " ";
  display: table;
}
.acm-teams .team-items:after {
  clear: both;
}
.acm-teams .team-items .item {
  float: left;
}
@media screen and (max-width: 767px) {
  .acm-teams .team-items .item {
    width: 100% !important;
  }
}
.acm-teams .team-items .item .img-intro {
  position: relative;
  overflow: hidden;
}
.acm-teams .team-items .item .img-intro p {
  bottom: 0;
  background-color: rgba(33, 91, 166, 0.7);
  color: #ffffff;
  font-size: 16px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  padding: 24px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
@media screen and (max-width: 1199px) {
  .acm-teams .team-items .item .img-intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .acm-teams .team-items .item .img-intro p {
    display: none;
  }
}
.acm-teams .team-items .item:hover .img-intro p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.acm-teams .team-items img {
  height: auto;
  width: 100%;
}
.acm-teams .team-items .info {
  color: #ffffff;
  padding: 0px;
  text-align: center;
}
.acm-teams .team-items .info h4 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
}
@media screen and (min-width: 480px) {
  .acm-teams .team-items .info h4 {
    font-size: 14px;
  }
}
.acm-teams .team-items .info p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.ie8 .team-items .item .img-intro p {
  display: none;
}
.ie8 .team-items .item:hover .img-intro p {
  display: block;
}
.ie8 .team-items .item:hover .img-intro p:after {
  background: #00b0f0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acm-teams .style-2 {
  overflow: hidden;
}
.acm-teams .style-2 .item {
  margin-bottom: 48px;
}
.acm-teams .style-2 .item .member-image {
  margin-bottom: 24px;
  overflow: hidden;
}
.acm-teams .style-2 .item .member-image img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-2 .item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.acm-teams .style-2 .item .member-title {
  color: #878686;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.acm-teams .style-2 .item .member-desc {
  text-align: center;
}
.acm-teams .style-2 .item:hover .member-image img {
  transform: scale(1.1);
}
.acm-teams .style-2 .item:hover h4 {
  color: #00b0f0;
}

.acm-teams .style-3 .item {
  margin-bottom: 48px;
}
.acm-teams .style-3 .item .item-inner {
  position: relative;
  overflow: hidden;
}
.acm-teams .style-3 .item .item-inner .member-image img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-3 .item .item-inner .member-info {
  background: #333333;
  box-sizing: border-box;
  color: #f7f7f7;
  position: absolute;
  bottom: -34px;
  width: 100%;
  -webkit-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.acm-teams .style-3 .item .item-inner .member-info h4 {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.acm-teams .style-3 .item .item-inner .member-info .member-title {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0 24px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-teams .style-3 .item:hover .member-image img {
  transform: scale(1.1);
}
.acm-teams .style-3 .item:hover .member-info {
  background: #00b0f0;
  color: #ffffff;
  bottom: 0;
}

.acm-teams .style-4 {
  overflow: hidden;
}
.acm-teams .style-4 .item {
  margin-bottom: 48px;
}
.acm-teams .style-4 .item .item-inner {
  position: relative;
  overflow: hidden;
}
.acm-teams .style-4 .item .item-inner .member-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.acm-teams .style-4 .item .item-inner .member-image img {
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-4 .item .item-inner h4 {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .member-title {
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .social-links li {
  display: inline-block;
  margin: 0 2px;
}
.acm-teams .style-4 .item .item-inner .social-links li a {
  background: #eeeeee;
  border-radius: 16px;
  color: #555555;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.acm-teams .style-4 .item .item-inner .social-links li a:hover,
.acm-teams .style-4 .item .item-inner .social-links li a:focus,
.acm-teams .style-4 .item .item-inner .social-links li a:active {
  background: #00b0f0;
  color: #ffffff;
}
.acm-teams .style-4 .item:hover .member-image img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.acm-teams.style-5 .team-title {
  margin-top: 0;
}
.acm-teams.style-5 .section-intro {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .acm-teams.style-5 .section-intro {
    margin-right: 60px;
    width: auto;
  }
}
.acm-teams.style-5 .carousel-control {
  z-index: 999;
  background: none;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 1;
  color: #555555;
  top: -60px;
  right: 0;
  left: auto;
  border: 2px solid #eeeeee;
  padding: 8px;
}
.acm-teams.style-5 .carousel-control.left {
  right: 36px;
}
.acm-teams.style-5 .carousel-inner .item {
  margin-left: 0;
  margin-right: 0;
}
.acm-teams.style-5 .team-list-items .member-item .member-image img {
  width: 100%;
}
.acm-teams.style-5 .team-list-items .member-item h4 {
  font-size: 14px;
}
.acm-teams.style-5 .team-list-items .member-item h4 small {
  font-weight: 400;
}
.acm-teams.style-5 .team-list-items .member-item .member-desc {
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}
.acm-teams.style-5 .team-list-items .member-item .social-links {
  margin: 24px 0;
  padding: 0;
  width: 0%;
  -webkit-transition: all 0.35s ease-in 0.1s;
  -o-transition: all 0.35s ease-in 0.1s;
  transition: all 0.35s ease-in 0.1s;
  height: 40px;
  overflow: hidden;
  float: left;
}
.acm-teams.style-5 .team-list-items .member-item .social-links:before,
.acm-teams.style-5 .team-list-items .member-item .social-links:after {
  content: " ";
  display: table;
}
.acm-teams.style-5 .team-list-items .member-item .social-links:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .acm-teams.style-5 .team-list-items .member-item .social-links {
    float: none;
    width: 100%;
  }
}
.acm-teams.style-5 .team-list-items .member-item .social-links li {
  display: inline-block;
}
.acm-teams.style-5 .team-list-items .member-item .social-links li a {
  width: 40px;
  height: 40px;
  background: #eeeeee;
  color: #555555;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.acm-teams.style-5 .team-list-items .member-item .social-links li a:hover {
  background: #222222;
  color: #ffffff;
}
.acm-teams.style-5 .team-list-items .member-item .view-social-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border: 1px solid #eeeeee;
  line-height: 1;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  color: #555555;
  -webkit-transition: all 0.25s ease-in 0.1s;
  -o-transition: all 0.25s ease-in 0.1s;
  transition: all 0.25s ease-in 0.1s;
  left: 24px;
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .acm-teams.style-5 .team-list-items .member-item .view-social-btn {
    display: none;
  }
}
.acm-teams.style-5 .team-list-items .member-item:hover .social-links {
  width: 100%;
}
.acm-teams.style-5 .team-list-items .member-item:hover .view-social-btn {
  left: 100%;
  margin-left: -51.6px;
}
.acm-cta {
  padding: 0px;
}
.acm-features .font-icon {
  color: #00b0f0;
  font-size: 55px;
  margin-bottom: 24px;
  line-height: 1;
}
.acm-features .img-icon {
  display: block;
  margin-bottom: 36px;
}
.acm-features .img-icon > img {
  max-width: 100%;
}
.acm-features .features-description {
  font-weight: 400;
  color: #222222;
  font-size: 19px;
  margin: 0 0 72px 0;
}
@media screen and (min-width: 768px) {
  .acm-features .features-description {
    width: 65%;
  }
}
.acm-features h3 {
  color: #333333;
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 700;
}
.acm-features h4 {
  color: #333333;
}
.acm-features.style-dark h3,
.acm-features.style-dark h4 {
  color: #ffffff;
}
.acm-features.style-dark p,
.acm-features.style-dark .description,
.acm-features.style-dark .lead {
  color: #eeeeee;
  color: rgba(225, 225, 225, 0.5);
}
.acm-features.style-dark .features-description {
  color: #ffffff;
}
.acm-features.style-1 .row > .features-item {
  margin-bottom: 48px;
}
.acm-features.style-1 .row > .features-item.col-sm-3,
.acm-features.style-1 .row > .features-item.col-sm-4 {
  margin-bottom: 48px;
}
.acm-features.style-1 .row > .features-item:last-child {
  margin-bottom: 0;
}
.acm-features.style-1 .row > .features-item.col-sm-2:nth-child(6n+1),
.acm-features.style-1 .row > .features-item.col-sm-3:nth-child(4n+1),
.acm-features.style-1 .row > .features-item.col-sm-4:nth-child(3n+1),
.acm-features.style-1 .row > .features-item.col-sm-6:nth-child(2n+1) {
  clear: both;
}

.acm-features.style-2 .features-description {
  margin: 0 auto 72px;
  text-align: center;
}
.acm-features.style-2 .row + .row {
  margin-top: 24px;
}

.acm-features.style-3 .font-icon {
  float: left;
  font-size: 36px;
  margin-right: 24px;
  width: 80px;
  height: 80px;
}
.acm-features.style-3 .img-icon {
  float: left;
  margin-right: 24px;
  max-width: 80px;
}
.acm-features.style-3 .row + .row {
  margin-top: 24px;
}

.acm-features.style-4 {
  text-align: center;
}
.acm-features.style-4 .features-description {
  margin: 0 auto 72px;
  text-align: center;
}
.acm-features.style-4 .features-item {
  float: none;
  margin: 0 auto 48px;
  padding: 0 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .acm-features.style-4 .features-item {
    width: 550px;
  }
}
.acm-features.style-4 .features-item .font-icon {
  float: right;
  font-size: 120px;
  margin-left: 36px;
  width: 128px;
  height: 128px;
}
.acm-features.style-4 .features-item .img-icon {
  float: right;
  margin-left: 36px;
  max-width: 130px;
}
.acm-features.style-4 .features-item.odd .font-icon,
.acm-features.style-4 .features-item.odd .img-icon {
  float: left;
  margin-right: 36px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .acm-features.style-5 {
    background-image: none !important;
  }
}
.acm-features.style-5 .features-title {
  color: #333333;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 48px;
  margin-top: 0;
  text-align: left;
}
.acm-features.style-5 .features-title:before,
.acm-features.style-5 .features-title:after {
  content: " ";
  display: table;
}
.acm-features.style-5 .features-title:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .acm-features.style-5 .features-title {
    font-size: 28px;
  }
}
.acm-features.style-5 .features-title .small-head {
  display: block;
  line-height: 1;
}
.acm-features.style-5 .features-title .rw-words-text {
  float: left;
}
.acm-features.style-5 .features-title .rw-words {
  color: #00b0f0;
  display: block;
  float: left;
  margin-left: 15px;
}
.acm-features.style-5 .features-title .rw-words .carousel-inner {
  overflow: visible;
}
.acm-features.style-5 .features-title .rw-words .carousel-inner .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.acm-features.style-5 .features-title .rw-words .carousel-inner .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.acm-features.style-5 .features-content {
  margin-left: 0;
}
@media (min-width: 992px) {
  .acm-features.style-5 .features-content {
    margin-left: -86px;
  }
}
@media (max-width: 1342px) and (min-width: 998px) {
  .acm-features.style-5 .features-content {
    margin-left: 0;
  }
}
.acm-features.style-5 .features-content .col {
  clear: both;
  overflow: hidden;
  padding-bottom: 48px;
  padding-left: 90px;
  position: relative;
  text-align: left;
  width: 40%;
}
.acm-features.style-5 .features-content .col:last-child {
  padding-bottom: 0;
}
.acm-features.style-5 .features-content .icon-line {
  background: #000000;
  height: 100%;
  left: 25px;
  position: absolute;
  top: 50px;
  width: 1px;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.acm-features.style-5 .features-content .icon-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 0;
  line-height: 54px;
  margin: 0 0 24px;
  position: absolute;
  text-align: center;
  width: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 700ms ease 0.3s;
  -o-transition: all 700ms ease 0.3s;
  transition: all 700ms ease 0.3s;
}
.acm-features.style-5 .features-content .icon-wrapper .fa {
  color: #ffffff;
  font-size: 21px;
}
.acm-features.style-5 .features-content .intro-content {
  position: relative;
}
.acm-features.style-5 .features-content .intro-content h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 0;
}
.acm-features.style-5 .features-content .intro-content p {
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 991px) {
  .section-introducing {
    background-image: none !important;
  }
  .section-introducing .style-5 .features-content .col {
    width: 50%;
    clear: none;
    float: left;
    padding-left: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-introducing .style-5 .features-content .icon-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-introducing {
    background-image: none !important;
  }
  .section-introducing .style-5 .features-content .col {
    width: 100%;
    clear: none;
    float: none;
    padding-left: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .section-introducing .style-5 .features-content .col {
    width: 100%;
    float: none;
  }
}

.acm-features.style-6 {
  margin-right: 0;
  margin-left: 0;
}
.acm-features.style-6 .col-md-6 {
  padding: 0;
}
.acm-features.style-6 .features-image {
  overflow: hidden;
}
.acm-features.style-6 .features-content {
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .acm-features.style-6 .features-content {
    padding: 60px;
  }
}
.acm-features.style-6 .features-content .ft-top h3 {
  font-size: 19px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acm-features.style-6 .features-content .ft-top h3 {
    font-size: 30px;
  }
}
.acm-features.style-6 .features-content .ft-top .lead {
  line-height: 2;
  font-size: 21px;
}
.acm-features.style-6 .features-content .ft-bottom .col-sm-4 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .acm-features.style-6 .features-content .ft-bottom .col-sm-4 {
    margin-bottom: 24px;
  }
  .acm-features.style-6 .features-content .ft-bottom .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
.acm-features.style-6 .features-content .ft-bottom h4 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}

.acm-features.style-7 .row {
  position: relative;
  overflow: hidden;
}
.acm-features.style-7 .features-image {
  text-align: center;
  position: absolute;
  top: 0;
}
.acm-features.style-7 .features-description {
  margin: 0 auto 72px;
  text-align: center;
}
.acm-features.style-7 .features-content .odd {
  text-align: right;
  clear: both;
}
.acm-features.style-7 .features-content .features-item {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acm-features.style-7 .features-content .features-item {
    margin-bottom: 48px;
  }
}

.acm-features.style-8 .features-image {
  text-align: center;
}
.acm-features.style-8 .features-description {
  margin: 0 auto 72px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .acm-features.style-8 .features-content {
    padding-top: 48px;
  }
}
.acm-features.style-8 .features-content .features-item {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acm-features.style-8 .features-content .features-item {
    margin-bottom: 48px;
  }
}

.acm-features.style-9 .font-icon {
  float: left;
  font-size: 75px;
  margin-right: 24px;
  width: 80px;
  height: 80px;
}
.acm-features.style-9 .img-icon {
  float: left;
  margin-right: 24px;
  max-width: 80px;
}
.acm-features.style-9 .features-description {
  width: 100%;
}
.acm-features.style-9 .features-item {
  margin-bottom: 48px;
}
.acm-features.style-9 .features-item p {
  width: 90%;
}

.acm-features.style-10 {
  text-align: center;
}
.acm-features.style-10 .features-description {
  margin-left: auto;
  margin-right: auto;
}
.acm-features.style-10 .features-content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .acm-features.style-10 .features-content {
    width: 65%;
  }
  .acm-features.style-10 .features-content.features-content-right,
  .acm-features.style-10 .features-content.features-content-left {
    width: 100%;
  }
}
.acm-features.style-10 .features-content.features-content-left {
  text-align: right;
}
.acm-features.style-10 .features-content.features-content-left p {
  padding-right: 0;
}
.acm-features.style-10 .features-content.features-content-left .features-image {
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  .acm-features.style-10 .features-content.features-content-left .features-image {
    margin-bottom: 0;
  }
}
.acm-features.style-10 .features-content.features-content-right {
  text-align: left;
}
.acm-features.style-10 .features-content.features-content-right p {
  padding-left: 0;
}
.acm-features.style-10 .features-content.features-content-right .features-image {
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  .acm-features.style-10 .features-content.features-content-right .features-image {
    margin-bottom: 0;
  }
}
.acm-features.style-10 .features-image {
  margin-bottom: 48px;
}
.acm-features.style-10 .features-image > img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .acm-features.style-10 .features-item > p {
    padding: 0 10%;
  }
}

.acm-features {
  position: relative;
  z-index: 20;
}
.acm-features.style-11 .features-description {
  margin-left: auto;
  margin-right: auto;
}
.acm-features.style-11 .features-content {
  margin: 0 auto;
}
.acm-features.style-11 .features-image {
  margin-bottom: 48px;
}
.acm-features.style-11 .features-image > img {
  max-width: 100%;
}
.acm-features.style-11 .features-item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .acm-features.style-11 .features-item {
    text-align: center;
  }
}
.acm-features.style-11 .features-item .font-icon {
  font-size: 19px;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -40px;
}
.acm-features.style-11 .features-item .font-icon .fa {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 3px;
}
.acm-features.style-11 .features-item h3 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.acm-features.style-11 .features-item .box-background-dark .table {
  margin-bottom: 0;
}
.acm-features.style-11 .features-item .box-background-dark .table td {
  border-color: rgba(255, 255, 255, 0.1);
}
