

.font-10{font-size:10px;}
.font-12{font-size:12px;}
.font-14{font-size:14px;}
.font-16{font-size:16px;}
.font-18{font-size:18px;}
.font-20{font-size:20px;}
.font-25{font-size:25px;}
.font-30{font-size:30px;}
.font-35{font-size:35px;}
.font-40{font-size:40px;}
.font-45{font-size:45px;}
.font-50{font-size:50px;}

.fw-800 {font-weight:800;}
.fw-600 {font-weight:600;}
.fw-400 {font-weight:400;}


.universe {
	background:#151515 url('../images/universe-1.jpg') no-repeat center center fixed;
	background-size:cover;
}


.vastu-gyan {
	display:block;
	height:auto;
	min-height:300px;
	margin-top:20px;
	background:#FFF;
	overflow:hidden;	
	border-bottom:5px solid #CFCFCF;
}

.vastu-gyan .heading{
	color:#FFF;
	padding:5px 10px;
	background:#454545;	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	text-transform:uppercase;
	border-bottom:4px solid #A80000;
}

.vastu-gyan .content{
	color:#333;
	padding:10px;

}
.vastu-gyan .content ul{
	list-style:none;
	margin-left:0px;
}
.vastu-gyan .content ul li{
/*	background:url('../images/bullet-crystal.png') no-repeat 0 3px; */
	padding-left:0px;
	padding-bottom:5px;
	margin:5px auto;
	font-size:14px;
	line-height:160%;
	border-bottom:1px solid #E0E0E0;
}

.vastu-gyan .vastu-list{
	border-bottom:1px solid #E0E0E0;
	margin:10px 0px;
	font-size:16px;
	line-height:150%;
	}
.vastu-gyan .vastu-list span{font-size:14px; color:#0066CC;}

.home-videos {
	display:block;
	background:#101010;
	margin:50px 0;
	padding-top:30px;
	padding-bottom:50px;
}
.home-videos h3{
	margin:30px 0;
}

.home-videos iframe{
	width:100%;
	margin:10px;
}

.video-gallery iframe{
	width:100%;
	margin:10px;
}


.list ul{
	margin-left:10px;
}
.pyramid-list ul li{
	margin-left:15px;
	margin-bottom:10px;
}


.side-block {
	display:block;
	height:auto;
	overflow:hidden;	
	border:0px solid red;
	margin:20px auto;
	}


.ad-block  img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:1px solid #F0F0F0;
}

.read-more{
	margin-top:30px;
}

/*---  form   --*/

.form-btn{
	background: #f58025;
	color:#fff;
}

.form-btn:hover{
	background: #336699;
	color:#fff;
}