@charset "utf-8";
/* CSS Document */

/* code reset */
body{ width:100%; color:white; background: #595142; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:inherit;
	outline:none;
	vertical-align: baseline;
}
ol, ul { list-style: none; }
img{ border:none; /*for ie */ }
*, *:active, *:hover{ outline:none; }
a:visited{
	color:inherit;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a{ text-decoration:none; }
@font-face {
    font-family: 'helveticaregular';
    src: url('http://www.sukrantemple.com/font/helvetica-webfont.eot');
    src: url('http://www.sukrantemple.com/font/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.sukrantemple.com/font/helvetica-webfont.woff') format('woff'),
         url('http://www.sukrantemple.com/font/helvetica-webfont.ttf') format('truetype'),
         url('http://www.sukrantemple.com/font/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Container Styles*/
#bg-wrapper img{
	position:fixed;
	width:100%;
}
#wrapper{
	position:relative;
	z-index:10;
	width:1000px;
	margin:auto;
	font:14px/20px Arial, Helvetica, sans-serif;
}
.content{
	float:left;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.container1, .container2, .container3{
	float:left;
	width:100%
}
.container2{
	margin:20px 0 0 0;
}
.container3{
	margin:10px 0;
}
/* Header Styles*/
#header{
	position:relative;
	height:475px;
	overflow:hidden;
	background:url(../images/header_bg1.png) center top no-repeat;  
}
#inner_header{
	position:relative;
	height:370px;
	overflow:hidden;
	background: url(../images/inner_header1.png) center top no-repeat;
}
.banner{
	position:absolute;
	top:152px;
	left:253px;
}
.bannerTxt{
	position:absolute;
	top:160px;
	right:245px;
	width:250px;
	text-align:center;
	color:white;
	font:20px/35px "Monotype Corsiva";
	text-shadow: 3px 5px 5px rgba(0,0,0,0.4);
}
.logo{
	position:absolute;
	width:335px;
	height:75px;
	top:7px;
	left:335px;
	z-index:15;
}
.god{
	position:absolute;
	z-index:5;
	top:60px;
	left:321px;
	width:355px;
	height:475px;
	background:url(../image/shivji1.png) no-repeat;
/*	background:url(../images/god.png) no-repeat;  */
}
.spinRays{
	position:absolute;
	z-index:1;
	top:5px;
	left:321px;
	width:342px;
	height:342px;
	background:url(../images/spin_rays.png) no-repeat;
	animation: spin 40s linear infinite;
	-webkit-animation: spin 40s linear infinite;
	-moz-animation: spin 40s linear infinite;
	-o-animation: spin 40s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg);	}
	to { transform: rotate(360deg);	}
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg);	}
	to { -webkit-transform: rotate(360deg);	}
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg);	}
}
@-o-keyframes spin {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(360deg); }
}
.grid1{
	float:left;
	width:273px;
}
.menuContainer{
	float:left;
	width:100%;
	text-align:center;
	padding:22px 0 0 0;
	min-height:550px;
	background:url(../images/roll_menu_top.png) top center no-repeat;	
}
.menuContainer a{
	color:white;
	font:20px/55px "Monotype Corsiva";
}
.menuContainer a.active, .menuContainer a:hover{
	color:#f5c600;
}
.roll_bot{
	float:left;
	width:228px;
	height:83px;
	margin-left:22px;
	background:url(../images/roll_menu_bottom.png) no-repeat;
}
.menuContainer ul{
	float:left;
	width:228px;
	margin-left:22px;
	min-height:420px;
	background:url(../images/roll_menu_bg.png) left top repeat-y;
}
.menuContainer ul li{
	width:100%;
	background:url(../images/roll_menu_sep.png) bottom center no-repeat;
}
.menuContainer ul li:last-child{
	background:none;
}
.grid2{
	float:right;
	width:710px;
	text-align:justify;
}
h1{
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size:22px;
	color:#f5c600;
	font-weight:normal;
	font-family: 'helveticaregular';
	background:url(../images/line.png) bottom left no-repeat;
}
.para{
	float:left;
	text-align:justify;
	margin:20px 0;
}
.carousel{
	float:left;
	width:640px;
	margin:15px 0 0 47px;
	position:relative;
}
.carousel .bx-wrapper{
	width:620px;
}
.carousel li{
	height:103px;
	width:160px;
	background:url(../images/gallery_bg.png) no-repeat;
}
.carousel li a{
	float:left;
	margin:11px 0 0 12px;
	width: 115px;
	height: 80px;
	overflow: hidden;
}
#prev, #next{
	position:absolute;
	top:45px;
	width:22px;
	height:22px;
}
#prev{
	left:-40px;
}
#next{
	right:-15px;
}
#prev a, #next a{
	float:left;
	width:22px;
	cursor:pointer;
	text-indent:999px;
	overflow:hidden;
	height:22px;	
}
#prev a{
	background:url(../images/prev.png) no-repeat;
}
#next a{
	background:url(../images/next.png) no-repeat;
}
.slogan{
	float:left;
	width:100%;
	margin-bottom:30px;
	background:url(../images/Bhimashankar.jpg) right bottom no-repeat;
}
.slogan h2{
	color:#f5c600;
}
.sloganTxt{
	float:left;
	text-align:left;
	line-height:25px;
	padding:15px 0 0 0px;
}
#footer{
	background:url(../images/footer.png) top center no-repeat;
}
.footerMenu{
	float:left;
	width:90%;
	height:85px;
	padding-top:50px;
	margin:0 5%;
	text-align:center;
}
.footerMenu, .fooTxt{
	font:13px/22px Tahoma, Geneva, sans-serif;
	color:#fffefe;
}
.footerMenu a{ color:#fffefe; }
#footer a:hover, #footer a.zuan{
	color:#f5c600;
}
#footer a.zuan:hover{
	text-decoration:underline;
}
.footerMenu span{
	color:#f5c600 !important;
	padding:0 5px 0 10px;
}
.fooTxt{
	float:left;
	width:100%;
	margin:13px 0;
}
.flt{
	float:left;
}
.frt{
	float:right;
}
.announcementPanel{
	margin:0 0 20px 0;
	height:112px;
	background:url(../images/announcement_bg.png) no-repeat;
}
.announcementPanel a{
	margin:11px 0 0 6px;
	text-align:center;
	color:white;
	font:14px/18px "Monotype Corsiva";
}
.announcementPanel a:hover{
	color:#f5c600;
}
.announcementPanel .bx-wrapper{
	float:left;
	margin:31px 0 0 139px;
	width:445px;
}
#announcement{
	float:left;
}
#announcement li{
	float:left;
	padding:0;
	width:198px;
	height:73px;
	background:url(../images/announcement_box.png) no-repeat;
}
.templecar span{
	width:139px;
	padding:8px 0;
}
.masimagam span{
	width:114px;
	padding:8px 0;
}
td, th{
	vertical-align:middle;
}
.txtbox, .txtarea{
	float:left;
	width:438px;
	padding:5px 10px;
	margin:0;
	height:18px;
	color:#090909;
	text-align:left;
	font:13px/18px Arial, Helvetica, sans-serif;
	border:1px solid #653d1a;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.txtarea{
	height:100px;
	resize:none;
}
.btn{
	float:right;
	padding:0px 20px;
	height:34px;
	color:#241f17;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	font:12px Tahoma, Geneva, sans-serif;
	border:1px solid #211d17;
	background:#f5c600;
}
.column1{
	width:220px;
	color:white;
	font:13px/20px Arial, Helvetica, sans-serif;
}
.column2{
	width:415px;	
}
.column3{
	width:460px;
	text-align:justify;
}
.column4{
	width:400px;
}
.font19{
	font-size:19px;
}
.orange{
	color:#f5c600 !important;
}
.bullet{
	float:left;
	margin-bottom:15px;
	padding-left:20px;
	background:url(../images/bullet.png) 0 6px no-repeat;
}
.reachMap{
	width:667px;
	height:270px;
	padding:20px 21px 19px 20px;
	background:url(../images/map_bg.png) no-repeat;
}
.map{
	float:right;
	width:385px;
	height:250px;
	border:3px solid #f5c600;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.map1{
	float:right;
	width:385px;
	height:250px;
	border:3px solid #f5c600;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.elephant{
	min-height:350px;
	background:url(../images/elephant.png) right 100px no-repeat;
}
.poojaDetail td{
	vertical-align:baseline;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	padding:10px 7px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE *//* IE 8 */
	background:rgba(36,31,23,0.5);
}
.poojaDetail td div{
	display:inline-block;
	font-size:13px;
}
/* jquery validation error class */
label.error{
	display:none !important;
}
.error{
	border:1px solid #ff0066;
	background:#fdca7d;
}
/* flame styles */
.leftflame1, .rightflame1{
	position:absolute;
	top:260px;
}
.leftflame1{
	left:196px;
}
.rightflame1{
	right:201px;
}
.leftflame2, .rightflame2{
	position:absolute;
	top:299px;
}
.leftflame2{
	left:37px;
}
.rightflame2{
	right:38px;
}
#inner_header .leftflame1, #inner_header .rightflame1{
	position:absolute;
	display:none;
	top:203px;
}
#inner_header .leftflame1{
	left:196px;
}
#inner_header .rightflame1{
	right:201px;
}
#inner_header .leftflame2, #inner_header .rightflame2{
	position:absolute;
	top:203px;
}
#inner_header .leftflame2{
	left:37px;
}
#inner_header .rightflame2{
	right:38px;
}
.galleryBox{
	float:left;
	width:204px;
	font-size:12px;
	margin:5px 48px 15px 0px;
}
.galleryBox1{
	float:left;
	width:120px;
	font-size:12px;
	margin:5px 48px 15px 0px;
}
.galleryBox .para{
	width:100%;
	text-align:center;
	margin:15px 0;
}
.galleryImg{
	float:left;
	width:180px;
	padding:14px;
	height:88px;
	background:url(../images/gallery_frame.png) no-repeat;
}
.galleryImg1{
	float:left;
	width:150px;
	padding:14px;
	height:200px;
	background:url(../images/gallery_frame1.png) no-repeat;
}
.galleryThumb{
	cursor:pointer;
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.galleryThumb1{
	cursor:pointer;
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.shade{
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:88px;
	z-index:10;
	background:url(../images/inner_shade.png) no-repeat;
}
.shade3{
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:88px;
	z-index:10;
	background:url(../images/inner_shade1.png) no-repeat;
}
.galleryThumb:hover .shade{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* IE 8 */
	filter: alpha(opacity=50);		/* IE 5-7 */
	background: rgb(0,0,0) url(../images/zoom.png) center no-repeat;
	background: rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat;
}
.galleryThumb1:hover .shade3{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* IE 8 */
	filter: alpha(opacity=50);		/* IE 5-7 */
	background: rgb(0,0,0) url(../images/zoom.png) center no-repeat;
	background: rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat;
}
/* page navigation */
.pageNav{
	margin-top:20px;
}
.pageNav a{
	float:left;
	margin-left:10px;
	width:24px;
	padding:2px 0;
	text-align:center;
	border:none;
	cursor:pointer;
	background:url(../images/page_nav.png) no-repeat;
	color:white;	
}
.pageNav a.active{
	color:#ffe43c;
}
.pageNav a.prev{
	text-indent:999px;
	overflow:hidden;
	background:url(../images/prev.png) center no-repeat;
}
.pageNav a.next{
	text-indent:999px;
	overflow:hidden;
	background:url(../images/next.png) center no-repeat;
}
.timingbg{
	padding:18px 21px 17px 20px;
	background:url(../images/timing_bg_frame.png) no-repeat;
}
/*timing tiles */
.tile{
	clear:both;
	float:left;
	width:339px;
	margin:2px 2px 0 0;
	padding:15px 7px;
	font:13px/26px Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE *//* IE 8 */
	background:rgba(36,31,23,0.5);
}
.tile .timeHead{
	float:left;
	color:#f5c600;
	width:100%;
}
.timeHead strong{
	float:left;
}
.timeHead strong:nth-of-type(1){
	margin-right:20px;
}
.program{
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
.program span:nth-of-type(odd){
	float:left;
}
.program span:nth-of-type(even){
	float:right;
}
.post_link{
	float:left;
	width:100%;
	margin-top:10px;
	padding:7px 0;
	font-size:12px;
	border-bottom:1px solid #75736d;
	border-top:1px solid #75736d;
}
.inthumb{
	float:right;
	margin-left:15px;
}
a.orange:hover{
	color:rgb(255, 235, 0) !important;
}
.img-left{
	float:left;
	margin:0 15px 0 0;
}
.img-right{
	float:right;
	margin:0 0 0 15px;
}
.language{
	float:right;
	margin:10px 120px 0 0;
	font-size:12px;
}
.language, .language a{
	color:#f5c600;
}
.language a:hover{
	color:white;
}
.language a.selected{
	color:white;
	padding-left:10px;
	background:url(../images/fire.png) left top no-repeat;
}
.video{
	float:left;
	width:340px;
	margin:0 10px 12px 5px;	
}








