body{
	background: #762F8F;
	/*background: #0089c7;
	/* background-color: rgba(229,31,20,0.8); */
}


/* TOP */
	.top-banner-wrapper img{
		width: 100%;
	}
/* END of TOP */
.content-wrapper{
	overflow: hidden;
}
/* RIGHT */
	.right-content-wrapper{
		padding : 20px;
		background: #ECECEC;
	}
	.product-head h1, .product-head h2, .product-head h3, .product-head h4{
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	.product-form{
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	.product-testimonials{
		padding-top: 20px;
	}
	.product-testimonials blockquote p{
		font-size: 14px;
	}

	.paypal-button{
		margin-top: 50px;
    margin-left: 95px;
	}

	.paypal{
		margin-top: 30px;
	}
	.paypal label{
		    font-size: large;
    padding: 15px;
	}
/* END of RIGHT */

/* LEFT */
	.left-content-wrapper{
		padding : 20px;
		background: #FFF; 
	}
	.video-image-content{
		width: 100%;
	}
	.video-image-content img{
		width: 100%;
	}
	
	.video-image-content iframe{
		width: 100%;
	}
	
	.content-title h1, .content-title h2, .content-title h3, .content-title h4, .content-title h5{
		margin-top: 0px;
	}
/* END of LEFT */

/* Misc */
	.padding-top-20{
		padding-top: 20px;
	}
	.color-red{
		color: #B2171B;
	}
	.color{
		color:#A94A93;
	}
	hr { 
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
/* End of Misc */
@media screen and (min-width: 768px) {
	.padding-lg-left-0{
		padding-left: 0px;
	}
	.padding-lg-right-0{
		padding-right: 0px;
	}
	.product-image-content img{
		width: 100%;
	}
	.right-content-wrapper, .left-content-wrapper{
		padding-bottom: 99999px;
		margin-bottom: -99999px;
	}
}
@media screen and (max-width: 767px) {
	.product-image-content img{
		max-width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.product-image-content img{
		max-width: 100%;
	}
}
/* Media Queries */
	
/* End of Media Queries */

/*modify*/

.mod1 li{
text-decoration: none;
margin-bottom: 5px;
list-style: none;
margin-left: -30px;
}
/*end*/