.main_wrapper {
	max-width: 1200px;
	border-radius: 15px;
	margin-top: 40px;
}
.border-radius-bottom {
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
@media (max-width:639px) {
	.main_wrapper {
		margin-top: 0;
	}
}
.bg-header {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.text-light {
	font-weight: 200;
}
 
.supply_amount {
	color: white;
	padding: 8px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-family: 'Oswald', sans-serif;
}
.app_purchase_option_col .uk-panel {
	border-bottom: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}
.one-month-container {
	border-top: 1px solid #CBCBCB;
}
.popularity {
	padding: 15px 0;
	color: white;
	letter-spacing: 2px;
}
.popularity:not(.popularity-blank) {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #CBCBCB;
}
.savings_text {
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	color: #ba2340;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shipping_img {
	margin: 10px auto;
}
.order-total-area {
	border-top: dotted 2px #eaeaea;
	padding: 15px 0;
	text-align: center;
	background-color: #f4f4f4;
}
.pricing-info {
	background-color: white;
}
 


.paypal_button {
	padding: 0 15px;
}
/* CUSTOM ITEMS ON PURCHASE BUTTONS */

.popularity.most-popular {
	background-color: #c43226;
}
.popularity.best-value {
	background-color: #fff;
	color: #444;
}
.download_label {
	padding: 5px 25px;
	border-radius: 50px;
}
.doctor_formulated:hover {
	cursor: pointer;
}
.dr_ryan_bio sub {
	position: relative;
	bottom: 0;
}
.dr_ryan_bio {
	font-size: 16px;
	line-height: 24px;
}
@media (min-width:1099px) {
	.dr_ryan_modal {
		min-width: 440px;
		left: -40px;
	}
}
@media (min-width:960px) and (max-width:1099px) {
	.dr_ryan_modal {
		min-width: 400px;
		left: -70px;
	}
}
@media (min-width:400px) and (max-width:639px){
	.bottle {
		max-width:280px;
	}
}
.doctor_formulated {
	position: relative;
	left: -10px;
}
.man_pointing {
	min-width: 280px;
	position: relative;
	left: -65px;
}
.guarantee_badge {
	margin-top: -120px;
	max-width: 320px;
	position: relative;
}
@media (max-width:639px) {
	.guarantee_container {
		margin-top: 80px !important;
	}
}
.formulated_container {
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}
/*JUAN CODE*/

.bg-header {
	background: url(../img/bg-header.jpg) no-repeat center center;
	background-size: cover;
}
.guarantee-180-day-image {
	max-width: 200px !important;
	transform: rotate(10deg);
	right: -50px;
	top: -30px;
}
.dots {
	border-top: dashed thin #ccc;
	padding-top: 25px;
}
.doctor_formulated {
	width: 230px;
}
 ite-text {
	color: #fff;
}
.background_orange {
	background: #be6c23;
}
.background_beige {
	background: #faebd7;
}
.bg-header .uk-button:hover {
	background-color: #dedfe3;
	color: #3e3d79;
}
.icons-benefits {
	position: relative;
	border-radius: 100%;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	padding: 10px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
	box-sizing: border-box;
}
.icons-benefits img {
	max-width: 45px;
}
.small_bottles {
	padding: 20px 10px;
}
.image_bottle_count {
	bottom: -8px;
	right: -8px;
	height: 26px;
	width: 26px;
	z-index: 2;
	vertical-align: middle;
	background: #f0f1f3;
	font-weight: bold;
	font-size: 16px;
	border: 3px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
}
.list_numbers {
	position: relative;
	top: -6px;
}
.bg_blue {
	background-color: #28648E;
}
.ingredients-images {
	width: 220px;
}
.dr-ryan-shelton {
	max-width: 295px;
	margin-top: -70px;
	margin-left: -40px;
}
.caps {
	max-width: 300px;
	margin-top: -50px;
}
.one_capsule {
	border: #ccc solid 2px;
}
.lady_capsule {
	min-width: 330px;
	right: -15px;
	bottom: 0;
}
.orange-arrow {
    width: 0; 
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 13px;
    border-top: 30px solid #be6c23;
}
@media (min-width: 960px){
	
	.oil{
		background-image: url(../img/s06-top.jpg), url(../img/s06-bottom.jpg), url(../img/s06-fill.jpg);
	}
	
	.oil {
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: -3vw top,-3vw bottom,-3vw 40%;
    background-size: 30vw auto;
	}
	
}
@media (min-width: 1200px){
	.oil {
    	background-position: -9vw top,-9vw bottom,-9vw 20%;
    	background-size: 30vw auto;
	}
}

	.book-small{
		max-width: 230px;
	}		
@media (min-width:960px) and (max-width:1099px) {
	.lady_capsule {
		right: -45px;
	}
}
/* ============================================
TESTIMONIALS 
============================================ */

.testimonial_container {
	padding: 25px;
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0 10px;
}
@media (max-width:639px) {
	.testimonial_container .uk-padding {
		padding:15px;
	}
}
.testimonial-pic {
	width: 150px;
	border-radius: 100%;
	position: relative;
	top: -10px;
}
.testimonial_rotator_star {
	margin: 0 3px 0 0;
	float: left;
	width: 20px;
	height: 20px;
	color: #d8b767;
	font-size: 20px;
	line-height: 20px;
	fill: #d8b767
}
@media (max-width:959px) {
	.testimonial-stars {
		text-align: center;
	}
}
 
/* ============================================
ABOUT SECTION 
============================================ */

.icons-about {
	position: relative;
	border-radius: 100%;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	padding: 10px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-top: -16px;
}
.background_blue {
	background-color: #0f3a5d;
}
.text_blue {
	color: #0f3a5d;
}
.dr-ryan-shelton-about {
	margin-top: -100px;
}
.bg-header .uk-icon svg {min-width:30px}

.vitamin-angels-container {
	display: none !important;}