  
img {
  max-width: 100%;
}

a img {
  border: none;
  line-height: 0;
}


.compare {
  /*padding-top: 70px;*/
  padding-bottom: 70px;
}

.highlight {
  position: relative;
  text-align: center;
}

.highlight:before,
.highlight:after {
  background: #32c41a;
  position: absolute;
}

.highlight:before {
  content: "Best-selling";
  padding: 5px 0;
  left: 0;
  top: -60px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14pt;
  font-weight: 400;
}

.highlight:after {
  content: "";
  width: 22px;
  height: 22px;
  top: -40px;
  left: 50%; 
  z-index: -1;
  transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
       -webkit-transform: translateX(-50%) rotate(45deg);
  
}

h1.large-title {
  font-size: 30pt;
  font-weight: 100;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0;
}

h4.small-title {
  font-size: 15pt;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
  padding: 0;
  text-transform: uppercase;
}

div.box {
  text-align: center;
  margin-top: 80px;
}

.button-section {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-section a img {
  max-width: 90%;
}

.button-section p {
  margin: 5px 0;
}

.feature-list > .section:first-child {
  background: none;
}

.expanded > .section:first-child {
   cursor: pointer;
}

.feature-header,
.feature-item {
  padding: 20px 0;  
}

.feature-header,
.feature-item:first-child {
  border-top: 1px solid #efefef;  
}

.feature-item:nth-child(odd) {
  background: #f2fbf7;
}

.feature-item p {
  margin: 0; 
  font-weight:400;
}

p.small-desc {
  font-size: 10pt;
  margin: 0;
  margin-top: 5px;
  font-weight:400;
}

.feature-header .feature-name {
  padding-left: 40px;
}

.content-expand .feature-name {
  padding-left: 60px;  
}


.feature-check-yes {
  position: relative;
  padding: 0;
  margin: 0;
}

.feature-check-yes:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  width: 100%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  
}

.feature-header .feature-check-yes:after {
  font-size: 28pt;
  color: #20a50a;
  content: "\f058";
}

.feature-item .feature-check-yes:after {
  font-size: 18pt;
  color: #9ac993;
  content: "\f05d";
}

.link {
  font-size: 12pt;
  color: #1e389b !important;
 
  padding-left: 3px;
  padding-right: 3px;
}

.col-bottom {
  text-align: center;
}

.col-bottom .button-section {
  margin-top: 20px;
}

.add-border {
  border-bottom: 1px solid #efefef;
  transition: all 0.3s ease-out;
}

.content-expand {
  position: relative;
  border-bottom: 1px solid #efefef;  
  top: 1px;
  
  background: #fff;
  max-height: 1500px;
  transition: max-height 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out;
      -moz-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
  
}

.collapse {   
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out;
      -moz-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
}

.expanded .feature-header .feature-name {
  position: relative;
  
}

.expanded .feature-header .feature-name:before,
.expanded .feature-header .feature-name.btn-toggle:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 14pt;
  top: 0;
  left: 15px;  
}

.expanded .feature-header .feature-name:before {
  content: "\f147";
}

.expanded .feature-header .feature-name.btn-toggle:before {
  content: "\f196";
}

/*----------------- paypal button -------------*/
a.button-paypal {
  padding-top: 2px;
  padding-bottom: 0;
  border: 1px solid #dc911d;
  display: inline-block;
  width: 94%;
  text-align: center;
  border-radius: 100px;
  background: #ffc439;
   line-height:normal;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
}

a.button-paypal span {
  display: block;
  font-size: 9pt;
  color: #333333;
  font-weight: 500;
  margin: 0;
  text-shadow:0 1px 0 rgba(255,255,255,0.7);
  line-height: 100%;
}
  a.button-paypal span:hover {
	  text-decoration:none;
	 }
a.button-paypal img {
  width: 45%;
  max-width: 100%;
  -webkit-filter: drop-shadow(0 1px 0 rgba(255,255,255,1));
    filter: drop-shadow(0 1px 0 rgba(255,255,255,1));  
}

a.button-paypal:hover,
a.button-paypal:active {
  background: #ffe139;
  border-color: #ffaf00;
   text-decoration:none;
}

/*------------------- fix content --------------*/
.sticky-bar {
  position: fixed;
  padding: 15px 0;
  width: 100%;
  background: #fff;  
  top: 0;
  display: none;
  z-index: 99999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.sticky-bar p {
  font-size: 10pt;
  margin: 0;
}

.sticky-bar.fixed {
  display: block;
}

/*---------------- button ---------------*/

.button {
  display: inline-block;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  line-height: 100%;
  position: relative;
  margin-right: 2px;
  outline: none;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
}

.btn-full-width {
  width: 94%;
  text-align: center;
  font-size: 14pt;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-full-width.price-sale span {
  font-size: 11pt;
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 5px;
}

.btn-full-width.price-sale i {
  display: none;
}


.btn-buynow {
 background: red;
  /*color: white !important;*/
  text-decoration:none !important;
}

.btn-buynow,
.btn-buynow-inverse {
  font-weight: 500;
  line-height: 130%;
  border: 1px solid red;
}

.btn-buynow-inverse {
  background: none;
   color: red !important;
}

.btn-buynow:hover,
.btn-buynow:active{
  background: #ff8a2c;
  border: 1px solid #ff8a2c;
}

.btn-buynow-inverse:hover,
.btn-buynow-inverse:active{
  background: red;

  color: white !important;
  text-decoration:none !important;
}

.btn-buynow i,
.btn-buynow-inverse i {
  padding-right: 7px;
}

/*  COLUMN SETUP  */

.section {
	display: table;
  width: 100%;
}

div.col-compare {
  display: table-cell;
  vertical-align: middle;
}

/*  GRID OF TWELVE  */

.dt_6_of_12 {
  width: 40%;
}

.dt_2_of_12 {
  width: 20%;
  text-align: center;
}
a.btn-full-width-vcsd {
    width: 50%;
   
}
a.btn-full-width-vcsd-bottom {
    width: 30%;
   vertical-align:middle;
   
}
a.btn-full-width-vcsd-bottom{ width:30%;}
a.btn-full-width-vcsd-order { width:50%; height:30px;  }
a.btn-full-width-vcsd-order-bottom { width:30%; height:33px;  padding-top:11px; }
p.btn-width-coupon {
    max-width: 180px;
    height: 23px;
    padding-top: 13px;
}
a.btn-full-width-coupon { width:20%;     padding-top: 11px !important; height:30px;}
div.border-order {
	border-top: 1px solid #efefef;
}
div.border-order-end {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
p.batch {padding:12px 0; font-size:11pt;}
 input.coupon-btn {
  
    display: inline-block;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 2px;
    margin-bottom: 10px;
    outline: none;

}
input.coupon-btn  {
    background: red;
    color: white;
    font-weight: 500;
    line-height: 130%;
    border: 1px solid red;
}

p.us {margin-left:10px; margin-right:10px;}
input.text-box-coupon {
  
    width: 50%;
    height: 50px;
   
    border: none;
    line-height: 50px;
    font-size: 100%;
    padding: 0 15px;
    color: #000;
    margin-top: 10px;
    border: 1px solid;
}
p.coupon{
	text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
	}

h2.order {
    font-size: 14pt !important;
    font-weight: 300 !important;
    text-align: center;
     padding-top: 70px; 
    line-height: 130%;
	padding-bottom:20px !important; 
}
p.price { font-size:16pt; margin-bottom:20px;}
.price-off{color:#ababab;}
p.or { margin-bottom:7px;}
span.or { margin-right:3px;}
#couponform{margin-top: 20px;}
h2.order-buy {
    font-size: 30pt;
    font-weight: 100;
    text-align: center;
    
    line-height: 130%;
	padding-bottom:0px !important; 
}
h2.order-pay {
    font-size: 30pt;
    font-weight: 100;
    text-align: center;      
    line-height: 130%;
	padding-bottom:20px !important; 
}
ul.sales li {
    display: block;
    background: url(//www.audio4fun.com/template/images/bullet.gif)0px 9px no-repeat;
    padding: 2px 0;
    padding-left: 12px;
}
div.box-order {
width:49%; margin-top:20px; float:left;
	}
p.your { padding-top:10px; text-align:center;}	
div.why {float:left; width:49%;}	
div#buy-product-btn { float:left; width:100%; text-align:center;}

@media only screen and (max-width: 500px)  {
	a.btn-full-width-vcsd {
    width: 100% !important;
   
}
a.btn-full-width-vcsd-order-bottom {
    width: 100% !important;
    
}
a.btn-full-width-vcsd-order {
    width: 50%;
    height: 20px !important;
    padding-top: 10px !important;
}
a.btn-full-width-vcsd-order-bottom {
    width: 50% !important;
    padding-top: 7px !important;
    height: 20px !important;
}
}
@media (max-width: 800px) {
a.btn-full-width-vcsd-order-bottom {
    width: 30%;
    height: 30px;
    padding-top: 7px !important;
}
}
/*------------------ Responsive --------------*/
@media (max-width: 1024px) {
  .container {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  .sticky-bar p {
    display: none;
  }
  
  .sticky-bar {
    padding: 10px 0;
    top: 60px;
  }
  
  .sticky-bar h4.small-title {
    font-size: 13pt;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
		a.btn-full-width-vcsd {
    width: 50% !important; 

}
a.btn-full-width-coupon {
    width: 60% !important;
    height: 22px !important;
}

a.btn-full-width-vcsd-order-bottom {
    width: 30% !important;
	padding-top:7px !important;
	height:26px;
   
}
a.btn-full-width-vcsd-bottom {
    width: 30% !important;
}
	div.box-order { width:100% !important; }  
	div.why {float:left; width:100% !important;}	
  p {
    font-size: 13pt;
    
  }
  .nav ul li {display:none !important;}
  h1.large-title {
    font-size: 25pt;
  }
  
  .section {
    display: block;
    clear: both;
  }
  
  /*  GROUPING  */
  .group:before,
  .group:after { content:""; display:table; }
  .group:after { clear:both;}
  .group { zoom:1; /* For IE 6/7 */ }

  
  div.col-compare {
    display: block;
    float: left;
    padding: 0;
  }
  
  div.col-compare:first-child {
    padding-left: 0 !important;
  }
  
  .dt_6_of_12 {
    width: 100%;
    text-align: center;    
  }
  
  .dt_2_of_12 {
    width: 31.86%;
    margin: 0 0 0 2.2%;
  }
  
  div.col-compare:nth-child(2) {
    margin-left: 0;
  }
  
  .feature-header .feature-check-yes {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  
   .feature-item .feature-check-yes {
     font-size: 20pt;
     margin-top: 20px;    
  }
  
  .feature-header .feature-check-yes:after {
    font-size: 18pt;
  }
  
  .feature-item .feature-check-yes:after {
    font-size: 15pt;
  }
  
  .btn-full-width {    
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  
  .button-section a img {
    max-width: 100%;
  }
  
  a.button-paypal {
    width: 100%;
  }
  
  a.link {
    margin-top: 10px;
    display: inline-block;
  }
   a.link:hover {text-decoration:none !important;} 
}

@media (max-width: 480px) {
  h1.large-title {
    font-size: 18pt;
  }
    
  .btn-full-width {    
    font-size: 11pt;
    font-weight: 900;
  }
  
  .btn-full-width.price-sale span{    
    font-size: 9pt;    
  }
  
  a.button-paypal span{
    font-size: 8pt;
    padding: 0;
    margin: 0;
    padding-top: 4px;
    line-height: 100%;
  }
    a.button-paypal span:hover {
	  text-decoration:none;
	 }
  a.button-paypal img{
    padding: 0;
    margin: 0;
    
  }
  
  .highlight:before {
    font-size: 12pt;
  }
  
  .highlight:after {
    top: -46px;
  }
}

@media (max-width: 340px) {
  a.button-paypal span {
    padding-bottom: 2px;
    line-height: 40%;
  }  
   
}
