/* Move down content because we have a fixed navbar that is 50px tall */
.blue {
	color:#28ABE1
}
.orange {
	color:#F7921E
}
.green_tuyn {
	color:#99B70A
}
.grey {
	color:#666666
}
.dark_grey {
	color:#333333
}
.dark_purple{
	color:#4a205f;
}
.purple{
	color:#a48fae;
}
.yellow{
	color:#fecc00;
}
.white{
	color:#fff;
}
.nohover:hover{
	color:inherit !important;
}
.purple_bg{
	background-color:#4a205f;
}
.yellow_bg{
	background-color:#fecc00;
}
.plan_holder{
	background:#fff;
	color:#333;
	box-shadow: 0 0 8px #a48fae;
	border-radius:8px;
	text-align:center;
	padding:30px;
	margin:10px 0px;
}
.plan_holder:hover{
	box-shadow: 0 0 8px #4a205f;
}
.corner_all{
	
	border-radius:6px;
}
.size10{
	font-size:10px;
}
.size12{
	font-size:12px;
}
.size14{
	font-size:14px;
}
.size16{
	font-size:16px;
}
.size18{
	font-size:18px;
}
.size21{
	font-size:21px;
}
.size24{
	font-size:24px;
}
.size30{
	font-size:30px;
}
.size40{
	font-size:40px;
}
.size66{
	font-size:66px;
}
.sup{
	font-size:36px;
	vertical-align:text-top;
}
.ln1{
	line-height:1;
}
.ln1_1{
	line-height:1.1;
}
.ln2{
	line-height:2;
}
#plans_home .col-md-4{
	padding:5px;
}
.pad10{
	padding:10px
}
.pad_left10{
	padding-left:10px;
}
footer{
	background:#000;
	color:#666666;
	margin:0px;
	padding:10px;
}
body,html{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-indicators li {
  background-color: #a48fae;
}
.carousel-indicators .active {
  background-color: #4a205f;
}
/* Carousel base class */
.carousel {
  margin: 0px;
	background:none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
