body {
	padding-top: 50px;
	color: #474747;
}
.red a{
	color:#cc0000 !important;
	font-size:14px;}
	.red a:hover{
	color:#cc0000 !important;
	font-size:14px;}
	
.main-container {
	padding: 50px 0;
}
.location {
	line-height: 25px;
}
.location a {
	color: #585858 !important;
	text-decoration: none;
}
.location a:hover {
	color:#949494  !important;
	text-decoration: none;
}
p {
	line-height: 25px;
}
.navbar-brand {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 450px;
	background-position: center;
}
.logo-hidden {
	display: none;
}

@media (max-width:525px) {
.navbar-brand {
	background-image: url(../img/238-logo.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 300px;
	background-position: center;
}
}
/************homer banner override***********/
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%) !important;
}
.carousel-control.right {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,.0001) 100%) !important;
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=20);
	outline: 0;
	opacity: 0.5 !important;
}
.carousel-indicators {
	visibility: hidden;
}
/**********mouse over effect on sub page and detail pages***********/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	position: absolute;
	overflow: hidden;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
}
.hovereffect h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	background-color: transparent;
	color: #FFF;
	padding: 1em 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.hovereffect a, hovereffect p {
	color: #FFF;
	padding: 1em 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*******home********/

.category img {
	width: 100%;
	height: 100%;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.category img:hover {
	opacity: 0.5;
}
.category-border {
	position: relative;
	width: 100%;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.category-name {
	position: relative;
	padding-left: 10px;
	color: #474747;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.post {
	display: block;
	border: 1px solid #ffffff;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #dadfe3;
}
.section-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 40px;
}

.section-title-white {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 40px;
	color: white;
}
.space-out {
	margin: 30px 0;
}
.space-out-top {
	margin-top: 50px
}
.bg-gray {
	background-color: #f0f0f0;
}

.bg-red {
	background-color: #cc0000;
}
.quote {
	text-align: center;
	font-size: 24px;
	color: #474747;
	padding: 40px 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}
/*******sub page*********/
.subpage-title {
 style="height:100px; 
 line-height:80px; 
 background:#f0f0f0; 
 border-radius:10px; 
 padding:20px; 
 font-size:24px;
 
 text-align:center;"
}
/*******bootstrap override*****/ 
.navbar-inverse {
	background-color: #fff !important;
	border-color: #fff !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #474747 !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #cc0000 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #B5B1B1;
	
}
.navbar-inverse .navbar-toggle {
	border-color: #fff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #cc0000 !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #ECECEC !important;
}
.navbar-collapse {
	border-color: #d1d1d1 !important;
	background-color: white;
	text-align: center;
}
.header {
	-webkit-box-shadow: 0 8px 6px -6px #B9B9B9;
	-moz-box-shadow: 0 8px 6px -6px #B9B9B9;
	box-shadow: 0 8px 6px -6px #B9B9B9;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 3px solid #cc0000;
	
}
.social-icon img:last-child{display:none;}
.social-icon:hover img:first-child{display:none;}
.social-icon:hover img:last-child{display:inline-block;}
	

/********Rate*********/
.wedding-header {
	background-image: url(../img/price-ring.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	padding: 0;
	margin: 0;
}
.wedding-header h1 {
	color: white;
	padding-top: 180px;
	text-align: right;
	padding-right: 50px;
	font-family: 'Dancing Script', cursive;
	font-size: 4em;
}
.wedding-rate-header h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	background: #cc0000;
	color: white;
}
.rate-header h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
}
.wedding-rate-title h1 {
	font-size: 20px;
	background-color: #cc0000;
	color: white;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
}
.wedding-tax {
	font-size: 12px;
	line-height: 20px;
	color: #8E8E8E;
	text-align: center
}
.wedding-price {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}
.tax {
	font-size: 12px;
	line-height: 20px;
	color: #8E8E8E;
	padding: 10px 20px;
}
.rate-title h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
.rate-text li {
	line-height: 30px;
	color: #474747;
	list-style-type: none;
	list-style-position: outside;
	font-size: 16px;
	text-indent: -1em;
}
.rate-text li:before {
	content: '\2022';
	color: #cc0000;
	padding-right: 0.5em;
	list-style-position: outside;
}
.rate-text a {
	color: #cc0000;
}
.price {
	font-size: 20px;
	padding: 10px 20px;
}
.term {
	font-size: 14px;
	line-height: 20px;
	color: #8E8E8E;
}
.term-title {
	font-weight: bold;
}
.rate-info {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 50px 0;
	margin: 20px 0;
	border-bottom: 1px #f0f0f0 solid;
}
.rate-info a {
	color: #cc0000;
}
/********footer*********/
.panel {
	margin-bottom: 0 !important;
	border: 0 !important;
	color: #FFFFFF;
}
.panel-footer {
	background-color: #cc0000 !important;
	border-top: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	text-align: center;
}
.panel-footer a {
	color: #fff;
}
.panel-footer a:active, a:hover, a:focus {
	color: #fff !important;
	text-decoration: none !important;
}
