.btn.active {
  display:none;
}

.product {
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.product-heading {
  color: #fff;
  background-color: #01384c;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
  text-align: center;
}

.product-highlight {
  padding: 10px 15px;
  color: #322626;
  background-color: #caf5ff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.product-pricing {
  padding: 10px 15px;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.product-pricing .value {
  font-size: 34px;
}

.product-pricing .currency {
  font-size: 32px;
  margin-left: 10px;
}

.product-pricing .interval {
  font-size: 20px;
  margin-left: 12px;
}
.product-pricing .interval:before {
  font-size: 20px;
  content: "/";
}

.product-pricing .info {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  margin-top: 10px;
  display: block;
}

.product-notes {
  padding: 15px;
}

.product-notes ul {
  margin: 0 15px 15px 15px;
  padding: 0;
}

.product-notes .nav-tabs-custom {
  box-shadow: 0 0 0 rgb(0,0,0)!important;
  margin-bottom: 0;
}

.product-notes .nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #ddd;
}

.product-no-padding {
  padding: 0px;
}

.code-snippet {
  white-space: pre-line;;
  word-wrap: normal;
  overflow-x: scroll;
}
.small-box .icon {
    top: 0px;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout.callout-info-white {
    border-left-color: #1b809e;
	background-color: #FFF;
	color: #333;
}
.callout.callout-info-gray {
  border-left-color: #494949;
  background-color: #e2e2e2;
  color: #1d1d1d;
}
.label-info {
	line-height: 1.5;
	font-weight: normal;
}
/* ---------------------- Font-Sizes / LineHeight / Padding / Margin -------------------- */

.text-9	{ font-size: 9px !important; }
.text-10	{ font-size: 10px !important; }
.text-11	{ font-size: 11px !important; }
.text-12	{ font-size: 12px !important;  }
.text-13	{ font-size: 13px !important;  }
.text-14	{ font-size: 14px !important;  }
.text-16	{ font-size: 16px !important;  }
.text-18	{ font-size: 18px !important;  }
.text-20	{ font-size: 20px !important;  }
.text-22	{ font-size: 22px !important;  }
.text-24	{ font-size: 24px !important;  }
.text-26	{ font-size: 26px !important;  }
.text-28	{ font-size: 28px !important;  }
.text-30	{ font-size: 30px !important;  }
.text-32	{ font-size: 32px !important;  }
.text-34	{ font-size: 34px !important;  }
.text-36	{ font-size: 36px !important;  }
.text-40	{ font-size: 40px !important;  }
.text-42	{ font-size: 42px !important;  }
.text-46	{ font-size: 46px !important;  }
.text-48	{ font-size: 48px !important;  }
.text-52	{ font-size: 52px !important;  }

.lh16	{ line-height: 16px !important; }
.lh18	{ line-height: 18px !important; }
.lh20	{ line-height: 20px !important; }
.lh22	{ line-height: 22px !important; }
.lh24	{ line-height: 24px !important; }
.lh26	{ line-height: 26px !important; }
.lh28	{ line-height: 28px !important; }
.lh30	{ line-height: 30px !important; }
.lh32	{ line-height: 32px !important; }
.lh34	{ line-height: 34px !important; }
.lh36	{ line-height: 36px !important; }
.lh38	{ line-height: 38px !important; }
.lh40 	{ line-height: 40px !important; }
.lh42 	{ line-height: 42px !important; }
.lh44 	{ line-height: 44px !important; }
.lh46 	{ line-height: 46px !important; }
.lh48 	{ line-height: 48px !important; }
.lh50 	{ line-height: 50px !important; }
.lh52 	{ line-height: 52px !important; }
.lh54 	{ line-height: 54px !important; }
.lh56 	{ line-height: 56px !important; }
.lh58 	{ line-height: 58px !important; }
.lh60 	{ line-height: 60px !important; }

.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }

.mb0	{ margin-bottom: 0px !important; }
.mb5	{ margin-bottom: 5px !important; }
.mb10	{ margin-bottom: 10px !important; }
.mb15	{ margin-bottom: 15px !important; }
.mb20	{ margin-bottom: 20px !important; }
.mb30	{ margin-bottom: 30px !important; }
.mb45	{ margin-bottom: 45px !important; }
.mb60	{ margin-bottom: 60px !important; }
.mb75	{ margin-bottom: 75px !important; }
.mb90	{ margin-bottom: 90px !important; }

.mt0	{ margin-top: 0px !important; }
.mt5	{ margin-top: 5px !important; }
.mt10	{ margin-top: 10px !important; }
.mt15	{ margin-top: 15px !important; }
.mt20	{ margin-top: 20px !important; }
.mt30	{ margin-top: 30px !important; }
.mt40	{ margin-top: 40px !important; }
.mt45	{ margin-top: 45px !important; }
.mt60	{ margin-top: 60px !important; }
.mt75	{ margin-top: 75px !important; }
.mt90	{ margin-top: 90px !important; }

.pb0	{ padding-bottom: 0px !important; } 
.pb10	{ padding-bottom: 10px !important; } 
.pb15	{ padding-bottom: 15px !important; } 
.pb30	{ padding-bottom: 30px !important; }
.pb45	{ padding-bottom: 45px !important; }
.pb60	{ padding-bottom: 60px !important; }
.pb75	{ padding-bottom: 75px !important; }

.pt0	{ padding-top: 0px !important; }
.pt10	{ padding-top: 10px !important; }
.pt15	{ padding-top: 15px !important; }
.pt30	{ padding-top: 30px !important; }
.pt45	{ padding-top: 45px !important; }
.pt60	{ padding-top: 60px !important; }
.pt75	{ padding-top: 75px !important; }

/* ------------------ Coupon ------------------------- */
.couponpanel 	{ background: #FBFBFB; border: dashed 2px #e6e6e6; margin: 0 0 22px 0; padding: 20px 15px 15px; min-height:100px;}
.couponpanel > :first-child { margin-top: 0; }
.couponpanel > :last-child { margin-bottom: 0; }
.couponname 		{ margin-bottom: 10px;}
.coupon 			{ background: rgb(255, 255, 255); border: none; margin: 0 0 22px 0; padding: 20px 20px 10px; background: -moz-linear-gradient(center top , #FFFFFF 80%, #F4F4F4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
.coupon-value	{ background: #F2940E; text-transform: uppercase; color: #FFF; bottom: 1px; display: inline; font-size: 14px; font-weight: bold; padding: 5px 10px; position: relative; text-align: center; text-decoration: none; white-space: nowrap; }
.coupon-end		{ font-size:11px; margin:10px 0 0; padding: 0; border-top: 1px dotted #e6e6e6; padding-top: 2px;} 
.coupon-text	{ color: #4A4A4A; }
.rule			{ background: none repeat scroll 0 0 #FFFFFF; color: #5C5C5C; bottom: 1px; display: inline-block; font-size: 12px; font-weight: normal; line-height: 1; padding: 6px 8px; position: relative; text-align: center; text-decoration: none; white-space: nowrap; margin-right: 2px; margin-bottom: 5px; border-radius: 3px; border: 1px solid #CFCFD0; }
.redarrow		{ color: #C21707; }
.text-11.red	{ color: #C21707; font-weight: normal;}
#couponContent h3 { margin-top: 0; font-weight: bold; color: #4A4A4A;}
.coupon-note	{ background: -moz-linear-gradient(center top , #FFFFFF 80%, #F4F4F4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #CCCCCC; margin-bottom: 15px; padding-top: 5px;}
.coupon-votehead { padding: 0; font-size: 20px; letter-spacing: -1px; margin: 0; padding-bottom: 5px; }
.coupon-note .wortnote { padding-top: 7px; }
.coupon-note .wertung { padding: 5px 0 5px; font-weight: normal; font-size: 1.4em; }
.coupon-note .votecounter { margin:0; padding: 5px 0 10px; font-size: 1em; }
.coupon-mobile-rating { background-color: #F1F1F1; margin-bottom: 5px !important; padding: 10px; line-height: 1.3em; border-radius: 5px;}
.coupon-mobile-rating-value-word { font-weight:bold; font-size: 1em; }
.coupon-mobile-rating-stars { background: url("/images/symbols-sprite.png") no-repeat scroll 0 -15px rgba(0, 0, 0, 0); display: inline-block; height: 12px; position: relative; top: 1px; width: 60px; }
.coupon-mobile-rating-stars-filled { background: url("/images/symbols-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: inline-block; height: 12px; left: 0; position: absolute; top: 0; width: 60px; }
@media (max-width: 767px) { 
	.couponname h1 	{ font-size: 22px; font-weight: bold; letter-spacing: -1px; margin-bottom: 10px; margin-top: 5px; text-align: center; background-color:#009DC9; color: #FFFFFF; padding-top: 5px; padding-bottom: 5px; border-radius: 5px;}
	.coupon-value 	{ font-size: 32px; }
	.coupon-end	 	{ margin-top: 15px; }
	.svlogo-mobile	{ text-align: center; margin-top: 5px; }
	#subnav			{ border-top: 1px solid #DCDCDC; }
	#topnav img		{ margin-bottom: 5px; }
}
@media (min-width: 768px) { 
	.couponname h1 { font-size: 24px; font-weight: bold; letter-spacing: -1px;}
}
div.alert-box.warning {
    background-color: #FFCC00;
    color: #000000;
    text-shadow: 0 -1px rgba(255, 255, 255, 0.3);
}
div.alert-box.tiny {
	font-weight: normal;
	font-size: 11px;
}
.value-xs-for-large { font-size: 24px; padding-bottom:30px; padding-left: 25px; padding-right: 25px; } /* <= 2 */
.value-s-for-large { font-size: 24px; padding-bottom:30px; } /* 3 - 4 */
.value-l-for-large { font-size: 18px; padding-bottom:30px; } /* 5 - 7 */
.value-xl-for-large { font-size: 14px; padding-bottom:30px; } /* 8 - 10 */
.value-xxl-for-large { font-size: 11px; padding-bottom:30px; } /* > 10 */
.description  { font-size: 11px; }
.description p { font-size: 11px; margin-bottom: 10px; text-align: left;}
.couponcode { font-weight: normal; padding: 2px 20px; margin-left: 5px; background-color: #F1F1F1; border: 1px solid #B4B4B4; color: #111111;}
.couponcode.small { font-size: 22px; }
.couponcode.medium { font-size: 18px; }
.couponcode.large { font-size: 14px; padding: 2px 16px;}
.login-info { text-align:center; }

.label-1 { background-color:#C21707; }
.label-2 { background-color:#fd8b20; color:#111111; }
.label-3 { background-color:#ffd650; color:#111111; }
.label-4 { background-color:#9adf5a; color:#2c2c2c; }
.label-5 { background-color:rgb(52, 168, 52); }