@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,500,700';

@import url(//fonts.googleapis.com/css?family=Lato:100,300,300italic,400,400italic,700,900,900italic|Roboto:400,100,700,700italic,900,400italic,300);

body {

	font-size: 15px;

	/*font-family: roboto, sans-serif;*/

	font-family: "Lato", Helvetica, Arial, sans-serif;

	font-weight: 400;

	color: #777;

	margin: 0;

	line-height: 25px;

	background: #fff;

	-webkit-box-sizing: box-sizing;

	-moz-box-sizing: box-sizing;

	box-sizing: box-sizing
}

.mb0 {

	margin-bottom: 0px;

}

.mt15 {

	margin-top: 15px !important;

}

.padbot0 {

	padding-bottom: 0px !important;

}

.nopadding {

	padding: 0px !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-family: open sans, sans-serif;

	color: #2d2d2d;

	font-weight: 700
}

p {

	color: #777;

	font-size: 14px;

	font-family: roboto, sans-serif;

	font-weight: 400
}

a {

	color: #e91e63;

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear
}

a:hover {

	color: #e91e63;

	text-decoration: none
}

a:focus {

	outline: 0;

	text-decoration: none
}

ul {

	margin: 0;

	padding: 0
}

ul li {

	list-style: none;

	padding: 0;

	margin: 0
}

ol {

	list-style: none
}

.section {

	padding: 60px 0
}

.img-responsive {

	max-width: 100% !important;

	width: 100% !important;

}

.topbar {

	color: #fff;

	font-size: 14px;

	/* Gradient background */
	background: linear-gradient(135deg, #8c1f01, #ed8302, #c45a0e);
	background-size: 200% 200%;
	animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.topbar .topline {

	height: 17px;

	background: url(../images/top-pattern.png) repeat-x left top -20px;

}

.topbar .bottomline {

	height: 17px;

	background: url(../images/bottom-pattern.png) repeat-x left bottom -20px;

}

.topbar .info-bar-address {

	font-size: 14px;

	font-weight: 400;

	line-height: 40px;

}

.topbar .info-bar-address a {

	color: #ffffff;

}

.topbar .info-bar-address a:hover,
.topbar .info-bar-address a:focus {

	color: #ffffff;

	text-decoration: underline;

}

.topbar .quick-contacts {

	float: right;

}

.topbar .quick-contacts span {

	margin-right: 10px;

	line-height: 40px
}

.topbar .quick-contacts a {

	color: #fff
}

.topbar .quick-contacts i {

	margin-right: 5px;

	vertical-align: middle;

	font-size: 15px
}

.topbar i {

	font-size: 16px;

	line-height: 40px;

}

.header {

	background: url(../images/header-bg.jpg);

	background-repeat: no-repeat;

	background-position: 100%;

	background-size: 100% 223px;

	height: 223px;

}

.header-logo {

	height: 223px;

	width: 915px;

	margin: 0 auto;

	display: table;

}

.navbar-default .navbar-toggle .icon-bar {

	background: #e91e63
}

.navbar-default.affix {

	width: 100%;

	top: 0;

	background: #2d2d2d;

	z-index: 99999;

	-webkit-transition: all 400ms cubic-bezier(.345, .855, .565, 1) 10ms;

	-moz-transition: all 400ms cubic-bezier(.345, .855, .565, 1) 10ms;

	-o-transition: all 400ms cubic-bezier(.345, .855, .565, 1) 10ms;

	transition: all 400ms cubic-bezier(.345, .855, .565, 1) 10ms
}

.navbar-event.affix {

	background: rgba(0, 0, 0, 0.8) !important;

	box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.navbar {

	margin-bottom: 0
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {

	background: 0 0;

	color: #fff
}

.navbar-default {

	margin-bottom: 0 !important;

	background: 0 0 !important;

	border: 0 !important;

	border-radius: 0 !important;

}

.navbar-brand {

	position: relative;

	padding: 0 15px
}

.navbar-nav a {

	-moz-transition: color .3s linear, background .3s linear;

	-webkit-transition: color .3s linear, background .3s linear;

	-o-transition: color .3s linear, background .3s linear;

	transition: color .3s linear, background .3s linear
}

.navbar-default .navbar-nav {

	position: relative;

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear
}

.navbar-default .navbar-nav li a {

	color: rgba(255, 255, 255, .75);

	font-size: 14px;

	display: block;

	padding: 30px 0;

	text-decoration: none;

	text-transform: uppercase;

	margin-right: 24px;

	font-weight: 400;

	outline: 0
}

.navbar-default .navbar-nav li a:before {

	content: "";

	display: inline-block;

	height: 1px;

	width: 0;

	position: absolute;

	background: rgba(255, 255, 255, .75);

	left: 1px;

	bottom: 21px;

	-webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	-moz-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	-o-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active>a,
.navbar-default .navbar-nav li a:focus {

	color: #fff;

	background: 0 0 !important
}

.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before {

	color: #fff;

	width: 100%
}

.navbar-default .navbar-nav .active>a:before {

	width: 100%
}

.navbar-event {

	background: rgba(0, 0, 0, 0.8) !important;

	color: #fff
}

.navbar-event .navbar-nav li a {

	color: #c9a96e;

	padding: 0 14px;

	margin-right: 1px;

	margin-top: 20px;

	margin-bottom: 20px;

	line-height: 40px;

	border-radius: 50px
}

.navbar-event .navbar-nav li a:before {

	display: none
}

.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active>a,
.navbar-event .navbar-nav li a:focus {

	color: #fff !important;

	background: transparent !important;
}

.navbar-event .navbar-nav>.dropdown:hover>ul.dropdown-menu {

	display: block;

	-webkit-animation: fadeInUpMenu .3s;

	-moz-animation: fadeInUpMenu .3s;

	-ms-animation: fadeInUpMenu .3s;

	-o-animation: fadeInUpMenu .3s;

	animation: fadeInUpMenu .3s
}

.navbar-event .dropdown .dropdown-menu {

	padding: 0;

	border-style: solid;

	border-width: 3px 0 0;

	border-radius: 0;

	left: 20px;

	right: 0;

	top: 78px;

	width: 260px;

	border-color: #c9a96e;

	background-color: #1a1a1a;

	box-shadow: 0 4px 12px rgba(0, 0, 0, .5)
}

.navbar-event .dropdown .dropdown-menu>li>a {

	color: #fff;

	padding: 10px 20px;

	border-radius: 0;

	margin: 0;

	text-transform: none;

	border-bottom: 1px solid rgba(255, 255, 255, 0.08);

	-webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	-moz-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	-o-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;

	transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s
}

.navbar-event .dropdown .dropdown-menu>li>a:hover,
.navbar-event .dropdown .dropdown-menu>li>a .active {

	color: #c9a96e !important;

	background: rgba(255, 255, 255, 0.05) !important
}

.navbar-event .dropdown .dropdown-menu>li.active>a {

	background: rgba(201, 169, 110, 0.2) !important;

	color: #c9a96e !important
}

@-webkit-keyframes fadeInUpMenu {

	0% {

		opacity: 0;

		-webkit-transform: translateY(10px)
	}

	100% {

		opacity: 1;

		-webkit-transform: translateY(0)
	}

}

@keyframes fadeInUpMenu {

	0% {

		opacity: 0;

		transform: translateY(10px)
	}

	100% {

		opacity: 1;

		transform: translateY(0)
	}

}

.navbar-event .fadeInUpMenu {

	-webkit-animation-name: fadeInUpMenu;

	animation-name: fadeInUpMenu
}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:focus,
.navbar-event .navbar-nav>.active>a:hover {

	background: #C69C6D !important;

	color: #fff !important;

}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:hover {

	color: #fff
}

.navbar-event .navbar-nav>.open>a,
.navbar-event .navbar-nav>.open>a:focus,
.navbar-event .navbar-nav>.open>a:hover {

	background: 0 0
}

.navbar-event .navbar-nav>.donatenow>a,
.navbar-event .navbar-nav>.donatenow>a:focus,
.navbar-event .navbar-nav>.donatenow>a:hover {

	background: #ffffff !important;

	color: #777777 !important;

	border: 4px solid #DF4217;

}

.caret {

	border-top: 0;

	border-right: 0;

	position: relative
}

.caret:before {

	/*content: "\e604";*/

	font-family: simple-line-icons;

	left: -2px;

	top: -20px;

	font-size: 11px;

	float: right;

	position: absolute
}

.wpb-mobile-menu {

	display: none
}

.slicknav_menu {

	display: none;

	background: #ddd;

}

.fbfeed iframe {

	height: 300px;

}

/*   Multi level dropdown menu    */



.dropdown-submenu {

	position: relative;

}

.dropdown-submenu>.dropdown-menu {

	top: 4px !important;

	left: 100% !important;

	margin-top: -6px;

	margin-left: -1px;

	-webkit-border-radius: 0 6px 6px 6px;

	-moz-border-radius: 0 6px 6px 6px;

	border-radius: 0 6px 6px 6px;

}

.dropdown-submenu>.dropdown-menu a {

	word-break: break-word;

	white-space: normal;

	line-height: 20px !important;

	padding: 10px 20px !important;

}

.dropdown-submenu>a:after {

	display: block;

	content: " ";

	float: right;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid;

	border-width: 5px 0 5px 5px;

	border-left-color: #cccccc;

	margin-top: 5px;

	margin-right: -10px;

}

.dropdown-submenu:hover>a:after {

	border-left-color: #555;

}

.dropdown-submenu.pull-left {

	float: none;

}

.dropdown-submenu.pull-left>.dropdown-menu {

	left: -100%;

	margin-left: 10px;

	-webkit-border-radius: 6px 0 6px 6px;

	-moz-border-radius: 6px 0 6px 6px;

	border-radius: 6px 0 6px 6px;

}



/*   Multi level dropdown menu    */





@media screen and (max-width:767px) {

	#wpb-mobile-menu {

		display: none;

	}

	.slicknav_menu {

		display: block;

	}

	.slicknav_nav .active a {

		background: #b92e00;

		color: #fff;

	}

	.slicknav_nav .active .slicknav_arrow {

		color: #fff;

	}

	.slicknav_nav .active .dropdown .slicknav_arrow {

		color: #666;

	}

	.slicknav_nav .active .dropdown a,
	.slicknav_nav .active .dropdown a:hover,
	.slicknav_nav .active .dropdown a:focus {

		background: #fff;

		color: #000;

		outline: none;

	}

	.slicknav_nav a:hover,
	.slicknav_nav .active {

		color: #b92e00;

	}

	.slicknav_nav .dropdown li a.active {

		background: #b92e00;

		color: #fff;

	}

}

/*slicknav starts*/

.slicknav_btn {

	border-color: #b92e00 !important;

	border-radius: 2px
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar {

	background: #b92e00
}

.slicknav_menu .slicknav_btn:hover {

	background: #b92e00
}

.slicknav_nav .active a {

	background: #b92e00
}

.slicknav_nav a:hover,
.slicknav_nav .active {

	color: #b92e00;

	outline: none;

}

.slicknav_nav .dropdown li a.active {

	background: #b92e00
}

.slicknav_nav li.active a:hover {

	color: #fff
}

.navbar-default .navbar-toggle .icon-bar {

	background: #b92e00
}

.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active>a,
.navbar-event .navbar-nav li a:focus {

	color: #b92e00
}

.navbar-event .dropdown .dropdown-menu {

	border-color: #C69C6D
}

.navbar-event .dropdown .dropdown-menu>li>a:hover,
.navbar-event .dropdown .dropdown-menu>li>a .active {

	color: #C69C6D
}

.navbar-event .dropdown .dropdown-menu>li.active>a {

	background: rgba(198, 156, 109, 0.2) !important;

	color: #C69C6D
}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:focus,
.navbar-event .navbar-nav>.active>a:hover {

	background: #C69C6D !important;

	color: #fff
}

.navbar-event .navbar-nav>.open>a,
.navbar-event .navbar-nav>.open>a:focus,
.navbar-event .navbar-nav>.open>a:hover {

	color: #C69C6D
}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:hover {

	color: #fff;

}

/*slicknav ends*/

#carousel-area {

	background-color: #e9e9e9;

	overflow: hidden
}

#carousel-area .carousel-inner:before {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	bottom: 0;

	content: "";

	display: block;

	z-index: 9
}

#carousel-area .carousel-inner .item {

	background-attachment: fixed;

	background-size: 100%;

	background-size: cover;

	z-index: 10
}

#carousel-area .carousel-inner .item .carousel-caption {

	top: 22%;

	right: 10%;

	left: 10%
}

#carousel-area .carousel-inner .item .carousel-caption h2 {

	font-size: 45px;

	font-weight: 500;

	line-height: 60px;

	color: #fff;

	margin: 40px
}

#carousel-area .carousel-inner .item .carousel-caption .btn {

	margin: 0 15px
}

#carousel-area .carousel-control {

	z-index: 10;

	width: 35px;

	height: 55px;

	top: 45%;

	font-size: 40px;

	padding: 10px 5px;

	box-shadow: none;

	background-image: none;

	margin-top: -35px;

	text-shadow: none
}

#carousel-area .left.carousel-control {

	left: 5%
}

#carousel-area .right.carousel-control {

	right: 5%
}

#carousel-area:hover .carousel-control {

	display: block
}

.banner-shaddow {

	width: 100%;

	height: 25px;

}

.bannershadeimage {

	background: url(../images/banner_shadow.png);

	background-repeat: no-repeat;

	background-position: top center;

	height: 25px;

}

.scroll-announcement {

	width: 100%;

	height: 45px;

	overflow: hidden;

}

.scrolltitle {

	font-size: 16px;

	color: #000000;

}

.scrolltitle a,
.scrolltitle a:hover,
.scrolltitle a:focus,
.scrolltitle a:active {

	color: #222222;

	outline: none;

	text-decoration: none;

	font-family: opensans, sans-serif;

}

.scrolltitle a.download,
.scrolltitle a.download:hover,
.scrolltitle a.download:focus,
.scrolltitle a.download:active {

	color: #222222;

	outline: none;

	text-decoration: none;

	font-family: opensans, sans-serif;

}

.scroll-new {

	width: 42px;

	height: 24px;

	display: inline-block;

	margin-right: 100px;

}

.welcomecontainer {

	background: #ebebeb;

}

.welcomecontainergap {

	padding: 50px 0px 20px 0px;

}

.welcomecontainergap h2 {

	padding: 0px;

	margin: 0px;

	color: #333333;

	text-align: left;

	font-size: 28px;

	font-weight: 400;

	line-height: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.welcometxt {

	font-size: 13px;

	text-align: justify;

	font-weight: 300;

	line-height: 20px;

	color: #555;

	font-family: opensans, sans-serif;

}

.welcometxtgap {

	margin-bottom: 24px;

}

.welcomeimg {

	padding: 50px 0px 20px 0px;

}

.welcomelink {

	padding: 0px;

	margin: 0px;

	text-align: left;

}

.welcomelink a,
.welcomelink a:hover,
.welcomelink a:focus,
.welcomelink a:active {

	font-size: 16px;

	line-height: 24px;

	font-weight: 400;

	color: #fff;

	outline: none;

	text-decoration: none;

	background: #ff7800;

	padding: 10px 25px;

	border-radius: 20px;

	text-decoration: none;

}

.pagebotgap {

	height: 20px;

	width: 100%;

	display: table;

}

.pagecontainer {

	border-top: 2px solid #ebebeb;

	background: #FAAA4B url(../images/mainbg1.png);

	background-repeat: repeat;

}

.whitecontainer {

	background: #ffffff;

}

.pagecontainergap {

	padding: 50px 0px 20px 0px;

}

.pagecontainergap h2 {

	padding: 0px;

	margin: 0px;

	color: #333333;

	text-align: center;

	font-size: 28px;

	font-weight: 400;

	line-height: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.titleline {

	width: 100%;

	height: 40px;

	background: url(../images/titleline.png);

	background-size: contain;

	background-repeat: no-repeat;

	background-position: top center;

}

.pageendline {

	width: 100%;

	height: 20px;

	background: url(../images/pageendline.png);

	background-size: contain;

	background-repeat: no-repeat;

	background-position: top center;

	margin-top: 10px;

}

.pagesubtitle {

	padding: 0px 0px 10px 0px;

	margin: 0px;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.6em;

	color: #333333;

	text-transform: uppercase;

}

.donationsubtitle {

	padding: 0px 0px 10px 0px;

	margin: 0px;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.6em;

	color: #333333;

	text-transform: uppercase;

	text-align: center;

}

.donationsubtitle span {

	color: #e63804;

}

.donationtxt {

	font-size: 15px;

	text-align: center;

	font-weight: 300;

	line-height: 24px;

	color: #555;

	font-family: opensans, sans-serif;

	margin-bottom: 14px;

}

.pagesubtitle_gap {

	padding: 100px 0px 120px 0px;

	margin: 0px;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.6em;

	color: #333333;

	text-transform: uppercase;

	text-align: center;

}

.pagetxt {

	font-size: 15px;

	text-align: justify;

	font-weight: 300;

	line-height: 24px;

	color: #555;

	font-family: opensans, sans-serif;

}

.pull-left-image {

	display: inline-block;

	float: left;

	margin: 5px 15px 15px 0;

}

.pull-right-image {

	display: inline-block;

	float: right;

	margin: 5px 0 15px 15px;

}

.bordedimage {

	border-radius: 6px;

	padding: 4px;

	background-color: #fff;

	border: 1px solid #ccc;

}

.embed-container {

	position: relative;

	padding-bottom: 56.25%;

	height: 0;

	overflow: hidden;

	max-width: 100%;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.pooja-timings {

	background: url(../images/pooja-bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 50px 0px;

}

.pooja-wrapper {

	padding: 15px;

	border-radius: 0px;

	background: #FFFFFF;

}

.pooja-box {

	width: 100%;

	height: auto;

}

.pooja-box h3 {

	font-size: 18px;

	line-height: normal;

	font-weight: 500;

	color: #000000;

	padding: 0;

	margin: 15px 0 15px 0;

	text-align: center;

	text-transform: uppercase;

}

.poojadivs {

	height: 345px;

}

.pooja-list {

	padding-left: 0px !important;

	margin-bottom: 0px;

}

.pooja-list li,
.pooja-list a,
.pooja-list a:hover {

	font-size: 16px;

	font-weight: 400;

	padding-bottom: 5px;

	color: #666666;

	text-decoration: none;

	outline: none;

}

.pooja-list .lampicon {

	float: left;

	width: 13px;

	height: 20px;

	margin-right: 15px;

}

.pooja-list .lampicon img {

	vertical-align: text-bottom;

}

.download-list {

	padding-left: 0px !important;

	margin-bottom: 0px;

}

.download-list li,
.download-list a,
.download-list a:hover {

	font-size: 16px;

	font-weight: 400;

	padding-bottom: 5px;

	color: #666666;

	text-decoration: none;

	outline: none;

}

.download-list .downloadicon {

	float: left;

	width: 13px;

	height: 20px;

	margin-right: 15px;

}

.downloadlink {

	font-size: 16px;

	color: #ffffff;

	text-align: right;

}

.download-list .downloadicon img {

	vertical-align: text-bottom;

}

.downloadlink a,
.downloadlink a:hover {

	font-size: 16px;

	color: #ffffff;

	padding-right: 15px;

}

.marqueeheight {

	height: 290px;

	background: #fffbed;

	border: 1px solid #f2f2f2;

}

.marquee {

	width: 100%;

	overflow: hidden;

}

marquee {

	padding-top: 5px;

}

.event {

	width: 100%;

	text-align: center;

}

.event_time {

	width: 100%;

	color: #DF4217;

	font-size: 14px;

	font-weight: 400;

	padding: 20px 0px 0px 0px;

	font-style: italic;

}

.event_title {

	margin: 5px 0px 0px;

	font-size: 16px;

	font-weight: bold;

	color: #333333;

}

.event_detail {

	width: 100%;

	color: #333333;

	margin-top: 5px;

	padding: 0px 40px;

}

.event a,
.event a:hover {

	color: #f1c152;

	text-decoration: none;

	outline: none;

}

.activitytitle {

	text-align: center;

	width: 100%;

	margin: 10px 0px 30px 0px;

	text-transform: uppercase;

	font-size: 28px;

	font-weight: 400;

	line-height: normal;

	color: #ffffff;

}

.activities-wrapper {

	width: 100%;

	height: auto;

	padding: 50px 0px;

	/*background:#fffbee;*/

	background: url(../images/activity-bg.jpg);

}

.activitybox {

	background-color: #ffffff;

	padding: 10px;

	/*border: 1px solid rgba(204, 204, 204, 0.71);

    box-shadow: 0 2px 3px #E8E8E8;*/

	display: table;

	width: 100%;

}

.activityboxno {

	margin-bottom: 0px;

}

.activitybox a,
.activitybox a:hover,
.activitybox a:focus,
.activitybox a:active {

	text-decoration: none;

	outline: none;

}

.activitybox img {

	float: left;

	width: 100%;

	height: auto;

}

.activitybox .title {

	display: table;

	padding-top: 12px;

	color: #000;

	text-align: center;

	font-size: 18px;

	font-weight: 400;

	margin-bottom: 0px;

	text-transform: uppercase;

	width: 100%;

	height: 20px;

}

.activitybox .content {

	color: #666666;

	font-size: 14px;

	line-height: 20px;

	font-weight: 400;

	margin-bottom: 10px;

	display: table;

}

.activitybox .link {

	/*display: table;*/

	text-align: right;

	font-size: 14px;

	line-height: 20px;

	font-weight: 400;

	color: #7c5f4f;

}

.activitybox .link a,
.activitybox .link a:hover {

	color: #7c5f4f;

	text-decoration: none;

	outline: none;

	padding-right: 0px;

}

.deities-wrapper {

	width: 100%;

	height: auto;

	padding: 50px 0px;

	background: #ffffff;

}

.deitytitle {

	text-align: center;

	width: 100%;

	margin: 10px 0px 30px 0px;

	text-transform: uppercase;

	font-size: 28px;

	font-weight: 400;

	line-height: normal;

}

.deitybox {

	background-color: #ffffff;

	padding: 0px;

	border: 4px solid #ff7800;

	border-radius: 4px;

	display: table;

	width: 100%;

	margin-bottom: 30px;

}

.deityboxno {

	margin-bottom: 0px;

}

.deitybox a,
.deitybox a:hover,
.deitybox a:focus,
.deitybox a:active {

	text-decoration: none;

	outline: none;

}

.deitybox a:hover .title {

	text-decoration: none;

	outline: none;

	background: #ff7800;

}

.deitybox img {

	float: left;

	width: 100%;

	height: auto;

}

.deitybox .title {

	display: table;

	padding: 8px 0px;

	color: #ffffff;

	text-align: center;

	font-size: 12px;

	font-weight: 400;

	margin-bottom: 0px;

	text-transform: uppercase;

	width: 100%;

	height: 20px;

	background: #cd1a1a;

	border-bottom-left-radius: 1px;

	border-bottom-right-radius: 1px;

}

.deitylink {

	padding: 0px;

	margin: 0px;

	text-align: center;

}

.deitylink a,
.deitylink a:hover,
.deitylink a:focus,
.deitylink a:active {

	font-size: 16px;

	line-height: 24px;

	font-weight: 400;

	color: #fff;

	outline: none;

	text-decoration: none;

	background: #ff7800;

	padding: 10px 25px;

	border-radius: 20px;

	text-decoration: none;

}

footer {

	width: 100%;

	background: url(../images/footerbg.gif) 0 0 repeat;

	

}

.footer-top {

	/*margin-bottom:30px;*/

	padding-bottom: 40px;

}

.footer-flower {

	background-image: url(../images/footer-flower.png);

	background-position: bottom left;

	background-repeat: repeat-x;

}

footer h4 {

	font-size: 16px;

	line-height: 21px;

	font-weight: 500;

	font-style: normal;

	text-transform: uppercase;

	color: #DF4217;

	margin-bottom: 10px;

}

footer p {

	font-size: 14px;

	line-height: 22px;

	font-weight: 400;

	font-style: normal;

	color: #444444;

	margin-bottom: 6px;

}

footer p a,
footer p a:hover {

	font-size: 14px;

	line-height: 21px;

	font-weight: 400;

	font-style: normal;

	color: #72523f;

	margin-bottom: 6px;

	text-decoration: none;

	outline: none;

}

.footer_menu li {

	padding-bottom: 6px;

}

.footer_menu li a {

	color: #444444;

	text-decoration: none;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

}

.footer_menu li a:hover,
.footer_menu li.current a {

	text-decoration: none;

	color: #b72f04;

}

.footer_social-nets {

	overflow: hidden;

	padding-top: 0px;

	margin-bottom: 15px;

}

.footer_social-nets li {

	float: left;

	color: #72523f;

	font-size: 31px;

	line-height: 31px;

}

.footer_social-nets li {

	margin-right: 10px;

}

.footer_social-nets li a {

	color: #72523f;

	text-decoration: none;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

}

.footer_social-nets li a:hover {

	text-decoration: none;

	color: #b72f04;

}

.footer_app-icon {

	overflow: hidden;

	padding-top: 0px;

	margin-bottom: 25px;

}

.footer_app-icon li {

	float: left;

	color: #72523f;

	font-size: 31px;

	line-height: 31px;

}

.footer_app-icon li {

	margin-right: 20px;

}

.footer_app-icon li:last-child {

	margin-right: 0px;

}

.footer_app-icon li a {

	margin-bottom: 25px;

}

.payment-list {}

.payment-list li {

	display: inline-block;

	margin-right: 0px;

}

.payment-list li img {

	width: 50px;

	height: auto;

}

.footer_bottom {

	background: rgba(0, 0, 0, 0.8);

	padding-top: 30px;

	padding-bottom: 10px;

	text-align: center;

}

.copyright {

	font-size: 14px;

	line-height: 16px;

	font-weight: 400;

	color: #fff;

	text-align: left;

}

.copyright span {

	vertical-align: top;

}

.site-name {

	font-size: 14px;

	line-height: 16px;

	font-weight: 500;

	color: #DF4217;

	text-transform: uppercase;

}

.sitecount {

	text-align: center;

	width: 100%;

	padding: 0px 0px 20px 0px;

}

.sitecount span {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f4dc+0,eee4c3+50,f9f4dd+100 */

	background: rgb(248, 244, 220);
	/* Old browsers */

	background: -moz-linear-gradient(top, rgba(248, 244, 220, 1) 0%, rgba(238, 228, 195, 1) 50%, rgba(249, 244, 221, 1) 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(248, 244, 220, 1) 0%, rgba(238, 228, 195, 1) 50%, rgba(249, 244, 221, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(248, 244, 220, 1) 0%, rgba(238, 228, 195, 1) 50%, rgba(249, 244, 221, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4dc', endColorstr='#f9f4dd', GradientType=0);
	/* IE6-9 */

	height: 25px;

	width: 25px;

	line-height: 25px;

	display: inline-block;

	border-radius: 5px;

	border: 1px solid #8e6904;

	font-weight: 400;

	font-size: 14px;

	color: #8e6904;

	padding: 0px;

	margin: 0px 1px;

}

.poweredby {

	text-align: right;

	line-height: 31px;

	padding: 0;

	margin: 0;

	height: 31px;

	vertical-align: middle;

}

.poweredby a {

	padding: 0;

	margin: 0;

	width: 104px;

	height: 31px;

	vertical-align: middle;

}

/*.flogo {

	width:150px;

	height:auto;

}*/

.flogo {

	display: inline-block;

	float: left;

	margin: 5px 15px 15px 0;

	width: 100px;

}

.flogodivider {

	display: inline-block;

	float: left;

	width: calc(100% - 120px);

}

#calendar {

	max-width: 100%;

	margin: 0 auto;

	margin-top: 15px;

}

#calendar table {

	margin: 0px;

}

#calendar th a {

	color: #fff;

	text-decoration: none;

}

#calendar td a {

	text-decoration: none;

	outline: none;

	border: none;

}

#calendar button {

	text-decoration: none;

	outline: none;

	border: none;

}

#calendar button {

	background: #611400;

	color: #ffffff;

	text-shadow: none;

	text-transform: uppercase;

	font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, sans-serif;

	font-weight: normal;

	font-size: 14px;

	letter-spacing: 1px;

}

.fc .fc-button-group button {

	margin-left: 1px;

}

.fc-toolbar h2 {

	font-size: 20px;

	font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, sans-serif;

	font-weight: normal;

	text-transform: uppercase;

}

.fc-row.fc-widget-header th {

	font-size: 16px;

	font-weight: 400;

	background: #611400;

}

.fc-event {

	font-size: 14px;

	font-weight: 400;

	padding: 5px;

}

.fc-event,
.fc-event:hover {

	font-size: 12px !important;

	color: #ffffff !important;

	padding: 5px !important;

}

.fc-event,
.fc-event-dot {

	background-color: #ffca00;

	color: #ffffff !important;

}

.fc-unthemed td {

	border-color: #946b6b !important;

}

.fc-ltr .fc-basic-view .fc-day-top.fc-other-month .fc-day-number {}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {

	font-size: 18px;

	color: #000000;

}

.mapheight {

	height: 300px;

}

h4.contact-title {

	padding: 0px;

	margin: 0px 0px 10px 0px;

	color: #b72f04;

	text-align: left;

	font-size: 24px;

	font-weight: 400;

	line-height: normal;

}

h4.contact-title strong {

	font-weight: 400;

}

.addre {

	font-size: 16px;

	font-weight: 400;

	line-height: 24px;

	color: #72523f;

}

.phone-call .fa,
.phone-call a,
.phone-call a:hover,
.mail-id,
.mail-id .fa {

	font-size: 16px;

	font-weight: 400;

	line-height: 24px;

	color: #72523f;

	text-decoration: none;

	outline: none;

}

.contact-form .form-control {

	border-radius: 0px !important;

	border-color: #ddd;

}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {

	border-radius: 0px !important;

	font-size: 12px;

}

.contact-form .redbtn,
.contact-form .redbtn i,
.contact-form .redbtn:hover,
.contact-form .redbtn:focus {

	border-radius: 0px !important;

	color: #ffffff;

	background: #833618;

	border: none;

	outline: none;

}

.panel-contact {

	border-color: #82361d !important;

}

.panel-contact>.panel-heading {

	color: #ffffff;

	background-color: #82361d;

	border-color: #82361d;

}

.panel-contact>.panel-body {

	padding: 15px;

	min-height: 345px;

}

.contact-info {

	padding: 0;

}

.contact-info-list {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

}

.contact-info-list li {

	position: relative;

	color: #111111;

	font-size: 16px;

	font-weight: 400;

	padding: 23px 0;

	padding-left: 65px;

	padding-right: 70px;

	border-right: 1px solid #e5e5e5;

}

.contact-info-list li:last-child {

	padding-right: 0px;

	border-right: 0px;

}

.contact-info-list li .icon:before {

	position: absolute;

	left: 0px;

	top: 26px;

	color: #fb4e0a;

	font-size: 50px;

	line-height: 1em;

	margin: 0;

}

.contact-info-list li a,
.contact-info-list li a:hover,
.contact-info-list li a:focus {

	color: #111111;

	outline: none;

}

.imageHolder {

	position: relative;

	width: 100%;

	height: auto;

	margin-bottom: 15px;
	/*background: #FEC807;*/

}

.imageHolder .caption {

	position: absolute;

	width: 100%;

	height: 50px;

	bottom: -2px;

	left: 0px;

	color: #b72f04;

	background: url(../images/footerbg.gif) 0 0 repeat;

	text-align: center;

	font-weight: bold;

	line-height: 50px;

	border-radius: 20px;

}

.imageHolder img {

	object-fit: cover;

	height: 100%;

	width: 100%;

	border: 5px solid #E8E1D8;

	border-radius: 50%;

	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);

	-webkit-transition: all 0.35s ease-in-out;

	-moz-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

}

/*.imageHolder img:hover {

	opacity: 0.7;

}*/

.imageHolder:hover img {

	border: 5px solid #b72f04;

}

.imageHolder:hover .caption {

	color: #ffffff;

	background: #b72f04;

}

.gallerys .col-md-3 {

	margin-bottom: 50px;

}

.galleryitem {

	position: relative;

	width: 100%;

	height: 100%;

	border-radius: 50%;

}

.galleryitem .galleryimg {

	position: relative;

	width: 100%;

	height: 100%;

	border-radius: 50%;

	opacity: 1;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

	-webkit-transition: all 0.35s ease-in-out;

	-moz-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

}

.galleryitem .galleryimg img {

	border-radius: 50%;

}

.galleryitem .galleryimg:before {

	position: absolute;

	display: block;

	content: '';

	width: 100%;

	height: 100%;

	border-radius: 50%;

	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);

	-webkit-transition: all 0.35s ease-in-out;

	-moz-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

}

.galleryitem .gallerycaption {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	text-align: center;

	border-radius: 50%;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	background: #f57a00;

	background: rgba(245, 122, 0, 0.6);

	opacity: 0;

	pointer-events: none;

	-webkit-transition: all 0.35s ease-in-out;

	-moz-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

}

.galleryitem:hover a .gallerycaption {

	opacity: 1;

	-webkit-transform: translateX(0);

	-moz-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

}

.galleryitem .gallerycaption h3 {

	color: #fff;

	text-transform: uppercase;

	position: relative;

	letter-spacing: 2px;

	font-size: 16px;

	margin: 0 30px;

	padding: 48% 0 0 0;

	height: 110px;

	text-shadow: 0 0 1px white, 0 1px 2px rgba(245, 122, 0, 0.59);

}

.memberlist {

	padding: 0px !important;

}

.list-group-item {

	border: 0;

	padding-left: 0;

	border-top: 1px solid;

	border-color: rgba(37, 40, 43, 0.1);

}

.list-group .list-group-item.list-group-body:first-child {

	border-radius: 0px;

	border-bottom: 0px;

	background: url(../images/footerbg.gif) 0 0 repeat;

	color: #b72f04;

}

.list-group .list-group-item:first-child {

	border-radius: 0px;

	border-bottom: 0px;

}

.list-group .list-group-item:last-child {

	border-radius: 0px;

}

.list-group .list-group-item:hover {

	background: #fdf7f7;

}

.list-group .list-group-item a {

	color: #72523f;

	cursor: pointer;

	text-decoration: none;

}

.list-group.list-group-header {

	padding: 0;

	margin: 0;

}

.list-group.list-group-body .glyphicon {

	font-size: 25px;

	vertical-align: middle;

	color: #dcdcdc;

	padding-right: 20px;

}

.list-group-panel {

	border: 1px solid #ccdbeb;

	border-radius: 0;

}

iframe {

	width: 100%;

	height: 100%;

}

.embed-container {

	position: relative;

	padding-bottom: 56.25%;

	height: 247px;

	overflow: hidden;

	max-width: 100%;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

/* The controlsy */

#Carousel .carousel-control {

	height: 40px;

	width: 40px;

	background: none repeat scroll 0 0 #222222;

	border: 4px solid #FFFFFF;

	border-radius: 23px 23px 23px 23px;

	margin-top: 90px;

}

#Carousel .carousel-control.left {

	left: -20px;

}

#Carousel .carousel-control.right {

	right: -20px;

}

/* The indicators */

#Carousel .carousel-indicators {

	right: 50%;

	top: auto;

	bottom: -10px;

	margin-right: -19px;

	display: none;

}

/* The colour of the indicators */

#Carousel .carousel-indicators li {

	background: #cecece;

}

#Carousel .carousel-indicators .active {

	background: #428bca;

}

#Carousel .carousel-inner {

	overflow: visible;

}

#slideshow {

	margin: 0 auto;

	position: relative;

	width: 100%;

	box-sizing: border-box;

	margin-top: -8px;

}

#slideshow>div {

	position: absolute;

	top: 0px;

	left: 0px;

	right: 0px;

	bottom: 0px;

}

#slideshow>div>img {

	width: 100%;

	height: 100%;

}

.slideitem>div {

	margin: 0px;

	padding: 0px;

	left: 0px;

	width: 95%;

}

#slideshow:hover i,
#slideshow:hover .slider-dots {

	opacity: 0;

}

.slidebtn {

	z-index: 99;

	background: transparent;

	outline: none;

	border: none;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

	padding: 0 10px 0 10px;

	display: none;

}

.slidebtn:active,
.slidedtn:focus {

	outline: none;

}

.slidebtn i {

	color: #fff;

	font-size: 72px;

	opacity: 0.2;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}

.prev {

	position: absolute;

	top: 10px;

	left: 10px;

	bottom: 10px;

	display: none;

}

.next {

	position: absolute;

	top: 10px;

	right: 10px;

	bottom: 10px;

	display: none;

}

.slider-dots {

	opacity: 0;

	list-style: none;

	display: none;

	padding-left: 0;

	margin-bottom: 0;

	position: absolute;

	left: 50%;

	bottom: 3%;

	transform: translate(-50%, 0);

	z-index: 99;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}

.slider-dots li {

	color: #000;

	display: inline;

	font-size: 48px;

	margin-right: 5px;

	cursor: pointer;

}

.slider-dots li.active-dot {

	color: #fff;

}

#slideshow h3 {

	margin-bottom: 5px;

}

#slideshow table {

	margin-top: 5px;

	margin-bottom: 5px;

}

#slideshow table th {

	background-color: #ff7800;

	font-size: 14px;

	padding: 2px;

	width: 30px;

}

#slideshow table td {

	padding-left: 5px !important;

}

#slideshow table td,
#slideshow table th {

	padding: 2px;

	border: 1px solid #ddd;

}

.team-block-one {

	position: relative;

	margin-bottom: 30px;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}

.team-item {

	position: relative;

	padding: 20px 20px 12px 20px;

	background: #fcab3f;

}

.team-box {

	position: relative;

	overflow: hidden;

}

.team-image {

	position: relative;

	overflow: hidden;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}

.team-image .overlay {

	position: absolute;

	background: #000000c2;

	top: 0;

	bottom: 0;

	right: 0;

	left: 0;

	opacity: 0;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}

.team-image img {

	width: 100%;

}

.team-block-one .designation {

	position: relative;

	text-align: center;

}

.team-block-one .designation h4 {

	font-size: 18px;

	font-weight: 500;

	color: #ffffff;

	margin-top: 12px;

	font-family: open sans, sans-serif;

	text-transform: uppercase;

}

.team-block-one .designation h5 {

	font-size: 16px;

	color: #ffffff;

	font-weight: 500;

	font-family: open sans, sans-serif;

	margin-top: 5px;

}

.teamsubmembers {

	/*text-align: center;*/

}

.cm .pagecontainergap {
	padding: 18px 0px 18px 0px;
}

.teamsubmembers .team-block-one {

	display: inline-block;

	text-align: center;

	/*float: none;*/

}

.important-notes {

	color: #F00;

	text-align: right;

}

.prayer_service {

	border: 0px solid #611400;

	border-radius: 10px;

	border-collapse: separate;

	border-spacing: 8px;

}

.prayer_service th {

	font-size: 14px;

	font-weight: 600;

	border-top: 1px solid #611400 !important;

	padding: 8px 15px !important;

	background-color: #611400;

	text-align: center;

}

.prayer_service>thead>tr>th {

	border-bottom: 2px solid #611400 !important;

}

.prayer_service td {

	border: 1px solid #611400 !important;

	padding: 8px 15px !important;

	text-align: center;

}

.prayer_service td:first-child {

	color: #222;

	font-weight: 600;

}

.prayer_service th:first-child,
.prayer_service td:first-child {

	width: 250px;

}

.prayer_service td.subtitle {

	background: #F9C088 !important;

	text-align: center;

	color: #222;

}

.prayer_service tbody tr:hover td {

	background: #F9C088 !important;

	color: #b42e2c;

}

/*.prayer_service tbody tr:nth-child(2n+1) td {

	background: #ffffff;

}

.prayer_service tbody tr:nth-child(2n+1) td:first-child {

	background: #FAD5B0;

}*/

.prayer_service tbody tr:nth-child(odd) td,
.prayer_service tbody tr:nth-child(odd) td table td {

	background: #FAD5B0;

}

.prayer_service tbody tr:nth-child(even) td {

	background: #FDE9D7;

}

.prayer_service td table {

	margin: 0;

}

.prayer_service td table td {

	border: 0 !important;

	text-align: center;

}

.prayer_service td table td.pray_service_name_t,
.prayer_service td table td.outdoor_service_name_t,
.prayer_service td table td.ubayam_name_t,
.prayer_service td table td.homam_name_t,
.prayer_service td table td.abhishekam_special_name_t,
.prayer_service td table td.santhana_kappu_name_t,
.prayer_service td table td.special_pooja_name_t,
.prayer_service td table td.month_parihara_name_t,
.prayer_service td table td.vehicle_pooja_name_t {

	border-top: 1px solid #611400 !important;

}

.prasadam_service {

	border: 0px solid #611400;

	border-radius: 10px;

	border-collapse: separate;

	border-spacing: 8px;

}

.prasadam_service th {

	font-size: 14px;

	font-weight: 600;

	border-top: 1px solid #611400 !important;

	padding: 8px 15px !important;

	background: #611400;

}

.prasadam_service>thead>tr>th {

	border-bottom: 0px solid #611400 !important;

}

.prasadam_service td {

	border: 1px solid #611400 !important;

	padding: 8px 15px !important;

	text-align: center;

	color: #222;

	font-size: 12px;

	width: 33.333333%;

}

.prasadam_service td:first-child {

	font-weight: 600;

}

/*.prasadam_service th:first-child, .prasadam_service td:first-child {

	width: 450px;

}

.prasadam_service th:nth-child(2), .prasadam_service td:nth-child(2) {

	width: 200px;

}*/

.prasadam_service td.subtitle,
.prasadam_service tr:hover td.subtitle {

	background: #F9C088 !important;

	text-align: center;

	color: #222;

}

.prasadam_service td.subtitle1 {

	background: transparent !important;

	text-align: left;

	color: #565656;

	font-weight: 400;

	font-size: 14px;

}

.prasadam_service tbody tr:hover td {

	background: #F9C088 !important;

	color: #b42e2c;

}

/*.prasadam_service tbody tr.even {

	background: #ffffff;

}

.prasadam_service tbody tr.even table td:nth-child(1) {

	background: #FDF6D5;

}

.prasadam_service tbody tr.even table td:nth-child(2) {

	background: #ffffff;

	border-right: 1px solid #611400;

}

.prasadam_service tbody tr.odd {

	background: #ffffff;

}

.prasadam_service tbody tr.odd table td:nth-child(1) {

	background: #FDF6D5;

}

.prasadam_service tbody tr.odd table td:nth-child(2) {

	background: #ffffff;

	border-right: 1px solid #611400;

}*/

.prasadam_service tbody tr:nth-child(odd) td,
.prasadam_service tbody tr:nth-child(odd) td table td {

	background: #FAD5B0;

}

.prasadam_service tbody tr:nth-child(even) td {

	background: #FDE9D7;

}

.prasadam_service td table {

	margin: 0;

}

.prasadam_service td table td {

	border: 0 !important;

	text-align: center;

}

.prasadam_service th table,
.prasadam_service td table {

	padding: 0px;

	margin: 0px;

}

.prasadam_service td table tr:nth-child(1) td {

	border-bottom: 1px solid #611400 !important;

}

/*.prasadam_service td table tr td:nth-child(1) {

    border-right: 1px solid #611400 !important;

}*/

.pooja_time {

	/*border: 1px solid #611400;

	border-radius: 10px;*/

	border-collapse: separate;

	border-spacing: 0px 10px;

	border-color: transparent;

}

.pooja_time thead tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.pooja_time th {

	font-size: 14px;

	font-weight: 600;

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	background-color: #611400;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

}

.pooja_time>thead>tr>th {

	border-bottom: 0px solid #611400 !important;

}

.pooja_time th:first-child,
.pooja_time td:first-child {

	width: 350px;

}

.pooja_time tbody tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.pooja_time td {

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	border-bottom: 0px solid #fff;

	border-color: transparent;

	color: #666;

}

.pooja_time td:first-child {

	color: #222;

	font-weight: 600;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-color: transparent;

}

.pooja_time td:last-child {

	border-right-style: solid;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

}

.pooja_time tbody tr:nth-child(odd) td {

	background: #FAD5B0;

}

.pooja_time tbody tr:nth-child(even) td {

	background: #FDE9D7;

}

.pooja_time td.subtitle {

	background: #ffffff !important;

	text-align: left;

}

.pooja_time tbody tr:hover td {

	background: #F9C088 !important;

	color: #b42e2c;

	cursor: pointer;

}

.good_time {

	border: 1px solid #611400;

	border-radius: 10px;

}

.good_time th {

	font-size: 14px;

	font-weight: 600;

	border-top: 1px solid #611400 !important;

	padding: 8px 15px !important;

	background-color: #611400;

	text-transform: uppercase;

	letter-spacing: 1px;

	text-align: center;

}

.good_time>thead>tr>th {

	border-bottom: 0px solid #611400 !important;

}

.good_time td {

	border-top: 1px solid #611400 !important;

	padding: 8px 15px !important;

	text-transform: uppercase;

}

.good_time td.good {

	font-weight: 600;

	color: #008000;

	border-right: 1px solid #611400;

	letter-spacing: 1px;

	width: 150px;

}

.good_time td.bad {

	font-weight: 600;

	color: #e24100;

	border-right: 1px solid #611400;

	letter-spacing: 1px;

	width: 150px;

}

.aus_time {

	border-collapse: separate;

	border-spacing: 0px 10px;

	border-color: transparent;

}

.aus_time thead tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.aus_time th {

	font-size: 14px;

	font-weight: 600;

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	background-color: #611400;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

}

.aus_time>thead>tr>th {

	border-bottom: 0px solid #611400 !important;

}

.aus_time th:first-child,
.aus_time td:first-child {

	width: 150px;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.aus_time tbody tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.aus_time td {

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	border-bottom: 0px solid #fff;

	border-color: transparent;

	color: #666;

	border-right: 1px solid #666;

}

.aus_time td:first-child {

	color: #222;

	font-weight: 600;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-color: transparent;

	border-right: 1px solid #666;

}

.aus_time td:last-child {

	border-right-style: solid;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

}

.aus_time tbody tr:nth-child(odd) td {

	background: #FAD5B0;

}

.aus_time tbody tr:nth-child(even) td {

	background: #FDE9D7;

}

.aus_time td.subtitle {

	background: #ffffff !important;

	text-align: left;

}

.aus_time tbody tr:hover td {

	background: #F9C088 !important;

	color: #b42e2c;

	cursor: pointer;

}

.fast_time {

	border-collapse: separate;

	border-spacing: 0px 10px;

	border-color: transparent;

}

.fast_time thead tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.fast_time th {

	font-size: 13px;

	font-weight: 600;

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	background-color: #611400;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.fast_time>thead>tr>th {

	border-bottom: 0px solid #611400 !important;

}

.fast_time tbody tr {

	border-radius: 10px;

	border: solid 1px transparent;

	border-style: solid none;

}

.fast_time td {

	border-top: 0px solid #611400 !important;

	padding: 12px 15px !important;

	border-bottom: 0px solid #fff;

	border-color: transparent;

	color: #666;

	border-right: 1px solid #666;

}

.fast_time td:first-child {

	color: #222;

	font-weight: 600;

	border-left-style: solid;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-color: transparent;

	border-right: 1px solid #666;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.fast_time td:last-child {

	border-right-style: solid;

	border-bottom-right-radius: 10px;

	border-top-right-radius: 10px;

	border-color: transparent;

}

.fast_time tbody tr:nth-child(odd) td {

	background: #FAD5B0;

}

.fast_time tbody tr:nth-child(even) td {

	background: #FDE9D7;

}

.fast_time td.subtitle {

	background: #ffffff !important;

	text-align: left;

}

.fast_time tbody tr:hover td {

	background: #F9C088 !important;

	color: #b42e2c;

	cursor: pointer;

	font-weight: bold;

}

.fast_time tbody tr:nth-child(odd) td.subtitle {

	text-transform: uppercase;

	letter-spacing: 1px;

	text-align: center;

	background: #F9C088 !important;

}

.fast_time tbody tr:nth-child(even) td.subtitle {

	text-transform: uppercase;

	letter-spacing: 1px;

	text-align: center;

	background: #F9C088 !important;

}

.fast_time tbody tr:hover td.subtitle {

	background: #F9C088 !important;

	color: #222 !important;

}

.our_festival {

	border: 0px solid #611400;

	border-radius: 10px;

	border-collapse: separate;

	border-spacing: 8px 8px;

}

.our_festival th {

	font-size: 14px;

	font-weight: 600;

	border-top: 1px solid #611400 !important;

	padding: 8px 15px !important;

	background: #611400;

	text-align: center;

}

.our_festival>thead>tr>th {

	border-bottom: 2px solid #611400 !important;

}

.our_festival td {

	border: 1px solid #611400 !important;

	padding: 8px 15px !important;

	text-align: center;

}

.our_festival td:first-child {

	color: #611400;

	font-weight: 600;

}

.our_festival th:first-child,
.our_festival td:first-child {

	width: 140px;

	text-align: center;

}

.our_festival th:nth-child(2),
.our_festival td:nth-child(2) {

	width: 300px;

}

.our_festival td.subtitle {

	background: #ffffff !important;

	text-align: center;

}

.our_festival td.subtitle {

	background: #ffffff !important;

	text-align: center;

}

.our_festival td.subtitle1 {

	background: transparent !important;

	text-align: left;

	color: #565656;

	font-weight: 400;

	font-size: 14px;

}

.our_festival tbody tr:hover td {

	background: #FDF6D5 !important;

	color: #b42e2c;

}

.our_festival tbody tr.even {

	background: #FAD5B0;

}

.our_festival tbody tr.even table td:nth-child(1) {

	background: #FAD5B0;

}

.our_festival tbody tr.even table td:nth-child(2) {

	background: #FDE9D7;

	border-right: 1px solid #611400;

}

.our_festival tbody tr.odd {

	background: #FDE9D7;

}

.our_festival tbody tr.odd table td:nth-child(1) {

	background: #FDE9D7;

}

.our_festival tbody tr.odd table td:nth-child(2) {

	background: #FDE9D7;

	border-right: 1px solid #611400;

}

.our_festival th table,
.our_festival td table {

	padding: 0px;

	margin: 0px;

}

.form_color {

	color: #8a6d3b;

	background-color: #fcf8e3 !important;

	border-color: #faebcc !important;

	min-height: 20px;

	padding: 19px;

	border: 1px solid #e3e3e3;

	border-radius: 4px;

}

.form_color label {

	font-weight: 400;

	color: #444;

}

.form_color .form-control,
.form_color select.form-control {

	border-radius: 0px !important;

}

.form_color select.form-control {

	-webkit-appearance: none;

}

.form_color select:not([multiple]) {

	-webkit-appearance: none;

	-moz-appearance: none;

	background-position: right 50%;

	background-repeat: no-repeat;

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);

	padding: .5em;

	padding-right: 1.5em
}

.formaddbtn {

	padding: 6px 30px !important;

}

.ctrls .fa {

	font-size: 18px;

	cursor: pointer;

	padding: 12px 0px 0px 0px;

	border-radius: 25px;

	min-width: 25px;

	text-align: center;

	color: #b42e2c !important;

}

table th {

	font-weight: 700;

	font-size: 14px;

	font-size: 0.875rem;

	background-color: #b42e2c;

	color: #ffffff;

	padding: 8px !important;

}



@media only screen and (max-width:991px) {}

@media only screen and (max-width: 1024px) {

	.topaddresscut {

		display: none;

	}

	.header {

		background: url(../images/header-bg.jpg);

		background-repeat: no-repeat;

		background-position: 100%;

		background-size: 100% 178px;

		height: 178px;

		position: relative;

	}

	.header-logo {

		height: 90%;

		width: auto;

		margin: 0 auto;

		display: table;

		position: absolute;

		bottom: 0;

		left: 5%;

		right: 5%;

	}

	.navbar-default .navbar-nav li a {

		font-size: 12px;

	}

	.navbar-event .navbar-nav li a {

		padding: 0 12px;

		line-height: 30px;

	}

	.navbar-event .dropdown .dropdown-menu {

		top: 68px;

	}

	.donatebtn a {

		padding: 0;

	}

	.donatebtn a img {

		width: 90px !important;

		height: 36px;

	}

	.welcomecontainergap h2 {

		font-size: 34px;

	}

	.welcometxt {

		font-size: 13px;

		line-height: 21px;

	}

	.welcomelink a,
	.welcomelink a:hover {

		font-size: 14px;

		line-height: 20px;

	}

	.embed-container {

		height: 205px;

	}

	.pooja-wrapper {

		min-height: 350px;

	}

	.poojadivs {

		height: 322px;

	}

	.pooja-box h3 {

		font-size: 18px;

	}

	.pooja-box .item img {

		height: 270px !important;

	}

	#slideshow table td,
	#slideshow table th {

		font-size: 12px;

	}

	.pooja-list li,
	.pooja-list a,
	.pooja-list a:hover {

		font-size: 16px;

	}

	.pooja-list {

		padding-left: 5px !important;

	}

	.download-list li,
	.download-list a,
	.download-list a:hover {

		font-size: 16px;

		white-space: nowrap;

		overflow: hidden;

		padding-bottom: 5px;

	}

	.download-list {

		padding-left: 5px !important;

	}

	.marqueeheight {

		height: 268px;

	}

	.footer_app-icon li {

		margin-right: 10px;

		margin-bottom: 15px;

	}

	.payment-list li img {

		width: 48px;

		height: auto;

	}

	.imageHolder img {

		object-fit: cover;

		height: 100%;

		width: 100%;

	}

	.team-item {

		padding: 10px 10px 12px 10px;

	}

}

@media (max-width: 768px) {

	.topbar .info-bar-address {

		line-height: normal;

		padding-bottom: 13px;

	}

	.topaddresscut {

		display: inline-block;

	}

	.topbar .quick-contacts i {

		display: none;

	}

	.header {

		background: url(../images/header-bg.jpg);

		background-repeat: no-repeat;

		background-position: 100%;

		background-size: 100% 178px;

		height: 178px;

		position: relative;

	}

	.header-logo {

		height: auto;

		width: 80%;

		margin: 0 auto;

		display: table;

		position: absolute;

		bottom: 0;

		left: 10%;

		right: 10%;

	}

	.embed-container {

		margin-top: 20px;

	}

	.pooja-wrapper {

		margin-bottom: 30px
	}

	.activitybox {

		margin-bottom: 25px;

	}

}

@media (max-width: 767px) {

	.navbar-event .navbar-toggle {

		display: none;

	}

	.topbar .quick-contacts {

		float: left;

	}

	.topbar .quick-contacts i {

		display: inline-block;

	}

	.pooja-wrapper {

		min-height: 444px;

	}

	.contact-info-list li {

		border-right: 0px;

	}

}

@media only screen and (max-width: 480px) {

	.topbar .info-bar-address {

		text-align: left;

		line-height: 20px;

		padding-bottom: 0px;

	}

	.topbar .quick-contacts {

		float: none;

		text-align: left;

		line-height: 20px;

	}

	.topbar .info-bar-address i,
	.topbar .quick-contacts i {

		display: none;

	}

	.header {

		background: url(../images/header-bg.jpg);

		background-repeat: no-repeat;

		background-position: 100%;

		background-size: 100% 130px;

		height: 130px;

		position: relative;

	}

	.header-logo {

		height: auto;

		width: 80%;

		margin: 0 auto;

		display: table;

		position: absolute;

		bottom: 0;

		left: 10%;

		right: 10%;

	}

	.slicknav_nav li {

		width: 100%;

	}

	.navbar-event .navbar-toggle {

		display: none;

	}

	.welcomecontainergap {

		padding: 20px 0px;

	}

	.welcomecontainergap h2 {

		font-size: 24px;

	}

	.embed-container {

		margin-top: 20px;

	}

	.pooja-timings {

		padding: 20px 0px;

	}

	.pooja-wrapper {

		margin-bottom: 30px
	}

	.pooja-box h3 {

		font-size: 24px;

	}

	.pooja-list {

		padding-left: 20px !important;

	}

	.pooja-list li,
	.pooja-list a,
	.pooja-list a:hover {

		font-size: 16px;

	}

	.download-list {

		padding-left: 17px !important;

	}

	.download-list li,
	.download-list a,
	.download-list a:hover {

		font-size: 15px;

	}

	.downloadlink a,
	.downloadlink a:hover {

		font-size: 14px;

		padding-right: 15px;

		padding-bottom: 0px;

	}

	.download-list li:last-child {

		padding-bottom: 0px;

	}

	.activitybox img {

		margin-top: 30px;

	}

	.activities-wrapper .col-xs-12:last-child .activityboxno {

		margin-top: 30px;

	}

	.site-name {

		font-size: 13px;

	}

	.copyright {

		margin-bottom: 15px;

	}

	.poweredby {

		text-align: center;

	}

}