.section_comparison_audigyfxv2 {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 12px;
  display: none;
  background-color:#CDE6EA;  
}

/*grid css*/
.section_comparison_audigyfxv2 .col-xs-24 {
  width:100%;
}
.section_comparison_audigyfxv2 .col-xs-24 {
  width:50%;
}

@media screen and (min-width:768px) {
  .section_comparison_audigyfxv2 .col-sm-8 {
    width:33.33333333%;
  }
}

.section_comparison_audigyfxv2.display {
  display: block;
}

.section_comparison_audigyfxv2>.container-fluid>.row {
  display: flex;
  justify-content: center;
}

.section_comparison_audigyfxv2 .spec_container {
  width: 100%;
  max-width: 1350px;
}

.section_comparison_audigyfxv2 .spec_container .spec_row {
  background: #fff;
  overflow: hidden;
  width:100%;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type {
  border-top: 1px solid #dedede;
}

/*show first 2 pdt on mobile*/
@media screen and (max-width:767px) {
  .section_comparison_audigyfxv2 .spec_container .spec_row.spec_header {
    display:flex;
  }
	section#features .section_comparison_audigyfxv2 .spec_container .spec_row {
		padding-left:0;
		padding-right:0;
	}
	.section_comparison_audigyfxv2 .spec_container .spec_row>div {
		display:none !important;
	}
	.section_comparison_audigyfxv2 .spec_container .spec_row>div:nth-of-type(-n+3) {
	  display: flex !important;
	  justify-content:center;
	}
  .section_comparison_audigyfxv2 .spec_container .spec_row.spec_header>div.hidden-xs,
  .section_comparison_audigyfxv2 .spec_container .spec_row.wrapper_learnmore>div.spec_title {
    display:none !important;
  }
	.section_comparison_audigyfxv2 .spec_container .spec_row>div:nth-of-type(3):after {
		display:none;
	}
}

.section_comparison_audigyfxv2 .spec_header .col-xs-6 {
  padding: 10px 5px 10px 5px !important;
}
.section_comparison_audigyfxv2 .spec_header .col-xs-6 > div {
	position:relative;
	margin-bottom:0 !important;
  width:100%;
}
.section_comparison_audigyfxv2 .spec_header .col-xs-6:nth-of-type(n+1):before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	/*height:46%;*/
  height:100%;
	background-color:#3d5e7b;
}
.section_comparison_audigyfxv2 .spec_container .spec_row.spec_header {
  text-align: center;
  background-color:transparent;
}
.section_comparison_audigyfxv2 .spec_header span {
  margin: 1px 0 0;
  font-size: 15px;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  display: inline-block;
  line-height: 1em;
}

.section_comparison_audigyfxv2 .spec_header img {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:not(:first-of-type) > div {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
  flex-direction:column;  
}

.section_comparison_audigyfxv2 .spec_container .spec_row > div:first-of-type {
  text-align: center;
  justify-content: center;
}

.section_comparison_audigyfxv2 .spec_title {
  background-color: #3d5e7b;
  color: #fff;
  font-size: 15px;
  padding: 10px 10px !important;
  text-transform:uppercase;
}

.storepage_9 .section_comparison_audigyfxv2 .spec_title {
  font-size:12px;
}

.section_comparison_audigyfxv2 .spec_container .spec_row > div:nth-of-type(n+2) {
  padding: 10px 7px;
  font-weight:500;
  color:#000;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:not(:first-of-type) > div:nth-of-type(n+2):nth-of-type(-n+3):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000px;
  right: 0;
  top: 0;
  border-right: 1px solid #dedede;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type div:after,
.section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type .spec_title {
  display: none;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type div {
  background: none;
  justify-content: center;
}

.section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type div:nth-of-type(n+2) {
  padding:0 !important;
  align-items:stretch;
  justify-content: flex-start;
}
.section_comparison_audigyfxv2 a.button-medium {
  height: auto;
  line-height: 16px;
  padding: 10px;
  background: #dc753e;
  display:block;
  transition: .4s all ease;
  opacity: .93;
  filter: alpha(opacity=93);
  font-weight:bold;
  color:#fff !important;
}

.section_comparison_audigyfxv2 a.button-medium:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

section#features .section_comparison_audigyfxv2 p.footnote {
  color: #7688db !important;
}

@media screen and (min-width:425px) {
  .section_comparison_audigyfxv2 {
    font-size: 14px;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row > div:nth-of-type(n+2) {
    padding: 10px 15px;
  }
}

@media screen and (min-width:768px) {
  .section_comparison_audigyfxv2 {
    padding: 0;
    font-size: 16px;
  }
  .storepage_9 .section_comparison_audigyfxv2 {
    font-size:14px;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row,
  .section_comparison_audigyfxv2 .spec_container .spec_row:first-of-type {
    display: flex;
    background: none;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row > div {
    /*margin: 3px;*/
    border:2px solid #CDE6EA;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row > div:last-of-type,
  .section_comparison_audigyfxv2 .spec_container .spec_row:not(:first-of-type) > div:last-of-type {
    display: flex;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(n+2) {
    background: #f2f2f2;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row > div:nth-of-type(n+2):after {
    display: none;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type {
    border-top: none;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row:last-of-type .spec_title {
    display: flex;
  }

  .section_comparison_audigyfxv2 .spec_container .spec_row>div:first-of-type {
    text-align: left;
    justify-content: flex-start;
  }
}

@media screen and (min-width:1200px) {
  .section_comparison_audigyfxv2 {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
  }
  .storepage_9 .section_comparison_audigyfxv2 {
    font-size:14px;
  }
  /*.section_comparison_audigyfxv2 .spec_title {
    font-size: 18px;
  }*/
  .storepage_9 .section_comparison_audigyfxv2 .spec_title {
    font-size:12px;
  }
  .section_comparison_audigyfxv2 .spec_header span {
    font-size: 20px;
  }
  .section_comparison_audigyfxv2 a.button-medium {
    font-size: 14px;
    line-height: 18px;
  }
}