﻿/* Global Styles */
html {
	width: 100%;
	height: 100%;
}
body {
  overflow-x: hidden;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
  width: 100%;
  height:100%;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #b8495a;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}
a {
  color: #b8495a;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #930D16;
}
a.thumbnail:hover {
	border-color: #b8495a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-dark-gray {
	background-color: #222222;
}
.bg-dark-red {
	background-color: #930D16;
}
.bg-tex-one {
	background: url('../img/halftone.png') repeat 0 0;
}
/* Button Styles */
.btn-primary {
	background-color: #930D16;
  border-color: #930D16;
  color: #fff;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
  background-color: #b8495a;
  border-color: #930D16;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	border-color: #b8495a;
  background-color: #b8495a;
}
.btn-primary .badge {
  color: #b8495a;
  background-color: #fff;
}
.btn-xl,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
	padding: 20px 40px;
  border-color: #930D16;
  border-radius: 3px;
	color: #fff;
	background-color: #930D16;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
	border-color: #b8495a;
  color: #fff;
  background-color: #b8495a;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
	border-color: #8d5b76;
  background-color: #8d5b76;
}
.btn-xl .badge {
  color: #8d5b76;
  background-color: #fff;
}
.btn-xl-alt,
.btn-xl-alt:active,
.btn-xl-alt:focus {
	margin-top: 30px;
	background-color: transparent;
	border: 3px #fff solid;
}
.btn-xl-alt:hover {
	border: 3px #fff solid;
	background-color: #b8495a;
}
@media(min-width:768px) {
	.btn-xl-alt {
		margin-top: 0;
	}
}
/* Navigation Styles */
.navbar-default {
  border-bottom: 2px #930D16 solid;
  background-color: rgba(184,73,90,1.0);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.70);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.70);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.70);
}
.navbar-default .navbar-collapse {
  border-color: rgba(255,255,255,.02);
  border-top: 1px #930D16 solid;
}
.navbar-default .navbar-toggle {
  border-color: #930D16;
  background-color: #930D16;
}
.navbar-default .navbar-toggle:focus {
	border-color: #930D16;
	background-color: #930D16;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
  border-color: #d91b38;
  background-color: #d91b38;
}
.navbar-default .nav li a {
  text-transform: uppercase;
  font-family: 'Playfair Display SC', serif;
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #fff;
  border-bottom:1px #930D16 solid;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #fba5b2;
}
.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
  color: #fff;
  background-color: #930D16;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #930D16;
}
@media(min-width:768px) {
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.navbar-nav>li {
		display: inline-block;
		float: none;
	}
	.navbar-default .nav li a {
		border-bottom:none;
		font-size:1.6em;
	}
  .navbar-nav > li > a {
  	line-height: 2.8em;
   	padding-top: 4px;
   	padding-bottom: 4px;
	}
  .navbar-default .navbar-collapse {
		border-top :none;
	}
}
/* Header Styles */
header {
	text-align: center;
  color: #fff;
  background-attachment: scroll;
  background: url(../img/main-header-bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-heading {
  margin-bottom: 30px;
}
.logo {
	max-width: 80%;
}
.flourish-margin {
	margin: 20px auto 0 auto;
	max-width: 80%;
}
header .intro-text .intro-lead-in {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  font-style: italic;
  line-height: 34px;
}
@media(min-width:768px) {
  header .intro-text {
  	padding-top: 120px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
  	margin-top: 10px;
    margin-bottom: 35px;
    font-size: 56px;
    line-height: 56px;
  }
}
/* Page Section Styles */
section {
  padding: 100px 0;
}
section h2.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}
section h2.section-heading-dvd {
	margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
section h2.section-heading-dvd span {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
@media(min-width:768px) {
	section {
  	padding: 150px 0;
  }
}
/* About Section Styles */
#about img {
	margin-bottom: 20px;
}
section#about h3.section-subheading {
	margin-bottom: 40px;
}
.board-list {
	font-size: 17px;
	font-weight: 700;
}
@media(min-width:992px) {
	#about img {
		margin-bottom: 0px;
		margin-right: 30px;
	}
	.about-top-margin {
		margin-top: 0px;
	}
	section#about h3.section-subheading {
		margin-bottom: 75px;
	}
}
hr {
	height: 1px;
  background-color:#666;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
}
section#dvd {
	padding: 90px 0;
}
/* DVD Section Styles */
#dvd {
	background: url('../img/dvd-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#dvd .fa-lg {
	font-size: 1.5em;
	line-height: 0.6em;
}
#dvd p {
	color: #fff;
}
#dvd img {
	border: 5px #fff solid;
	border-radius: 3px;
	margin-bottom: 20px;
	max-width:60%;
 }
@media(min-width:496px) {
	#dvd img {
		max-width: 50%;
	}
}
@media(min-width:768px) {
  section#dvd {
  	padding: 60px 0;
  }
  #dvd img {
		max-width: 40%;
	}
}
@media(min-width:992px) {
	.parent-dvd {
  	display: table;
   	table-layout: fixed;
	}
	.child-dvd {
  	display: table-cell;
    vertical-align: middle;
    text-align: center;
    float:  none;
	}
	#dvd img {
		max-width: 100%;
		margin-bottom: 0;
	}
}
/* Find-A-Grave Section Styles */
#find-grave {
	background-color: #930D16;
}
#find-grave h4 {
	color: #fff;
	font-size: 32px;
}
#find-grave p {
	color: #fff;
	font-size: 16px;
}
section#find-grave {
	padding: 80px 0;
}
@media(min-width:768px) {
	.parent {
  	display: table;
   	table-layout: fixed;
	}
	.child {
  	display: table-cell;
    vertical-align: middle;
    text-align: center;
    float:  none;
	}
	#find-grave h4 {
		font-size: 40px;
	}
}
/* Google Maps Address Card Styles */
#google-address-widget {
    	width: 180px;
    	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    	background-color: white;
    	padding: 8px;
    	font-family: Roboto, Arial;
    	margin: 10px 15px 15px 15px;
	}
#google-address-widget strong {
		font-size: 13px;
	}
	#google-address-widget p {
		font-size: 11px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
@media(min-width:768px) {
	#google-address-widget {
  	width: 240px;
    padding: 10px;
    font-family: Roboto, Arial;
	}
	#google-address-widget strong {
		font-size: 15px;
	}
	#google-address-widget p {
		font-size: 13px;
		line-height: 1.3;
	}
}
/* Volunteer & Donations Section Styles */
#donate {
	background-color: #930D16;
}
#donate h4 {
	color: #fff;
	font-size: 32px;
}
#donate p {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
section#donate {
	padding: 80px 0;
}
@media(min-width:620px) {
	.btn-margin-right {
		margin-right: 20px;
	}
	#donate h4 {
		font-size: 40px;
	}
}
/* Contact Section Styles */
section#contact {
	background: url('../img/contact-bg.jpg') no-repeat center center;
}
section#contact .section-heading {
	color: #fff;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px;
}
section#contact .form-group input.form-control {
	height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #8d5b76;
  box-shadow: none;
}
section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact::-moz-placeholder {
	text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact .text-danger {
  color: #e74c3c;
}
/* Other Sites Section Styles */
section#other-sites {
	padding-top: 30px;
	padding-bottom: 30px;
}
#other-sites img {
	margin-bottom: 20px;
}
@media(min-width:768px) {
	#other-sites img {
		margin-bottom: 5px;
	}
}
/* Shrink Animation*/
.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Footer Section Styles */
footer {
	padding: 25px 0;
  text-align: center;
  color:#ffffff;
}
footer ul {
	padding-left:0;
}
footer ul li {
	list-style-type:none;
}
footer h4 {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer span {
	color: #b8495a;
	font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
footer .bottom-nav {
	margin-bottom: 20px;
}
footer .bottom-nav a {
	color: #ffffff;
}
footer .bottom-nav li {
	padding-right: 20px;
	padding-bottom: 10px;
}
footer .bottom-nav ul li {
	text-align:left;
}
footer .copyright ul {
	padding-top:0;
}
footer .copyright ul a {
	color: #fff;
}
footer .copyright ul a:hover {
	color: #930D16;
	text-decoration: none;
}
footer .copyright ul li {
	text-align:left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
}
.social-buttons {
	margin-bottom: 0;
}
.social-buttons {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #b8495a;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.social-buttons:hover,
.social-buttons:focus,
.social-buttons:active {
  background-color: #fff;
  color: #930D16;
}
@media(min-width:768px) {
	footer .bottom-nav ul li {
  	text-align: center;
    display: inline;
  }
	footer .copyright ul {
		padding-top: 40px;
	}
	footer .copyright ul li {
		text-align: right;
  }
  .social-buttons {
		float: right;
	}
}
/* Browser Selection Styles */
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #b8495a;
}
::selection {
  text-shadow: none;
  background: #b8495a;
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
body {
  webkit-tap-highlight-color: #8d5b76;
}
/* Scroll to Top Arrow */
#toTop{
	position: fixed;
	right:0.5%;
	bottom: 45px;
	cursor: pointer;
	display: none;
	font-size:20px;
	opacity:0.75;
}
/* Global Styles - Other Pages */
.alt-page-head {
	text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
section.alt-page-head {
	padding-bottom: 40px;
}
section.alt-page-head h2.section-heading {
  font-size: 54px;
}
section.alt-page-head h3.section-subheading {
	color: #fff;
}
.alt-page-body {
	background: url('../img/halftone.png') repeat 0 0;
}
section.alt-page-body {
	padding: 60px 0;
}
section.alt-page-body .row {
	margin-bottom: 20px;
}
section.alt-page-body h4 {
	margin-top: 30px;
	text-transform: none;
	font-size: 26px;
}
section.alt-page h4 > span {
	font-size: 22px;
	font-style:italic;
}
section.alt-page-body h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
/* Pricing Page */
#pricing  {
	background-image: url('../img/header-bg/pricing-bg.jpg');
}
#pricing-body {
	background: url('../img/halftone.png') repeat 0 0;
}
section#pricing-body {
	padding: 50px 0;
}
#pricing-body table {
	margin-bottom: 30px;
}
/* Services Page */
#services {
	background-image: url('../img/header-bg/services-bg.jpg') ;
}
/* Preplanning Page */
#preplanning {
	background-image: url('../img/header-bg/preplanning-bg.jpg');
}
/* FAQ Page */
#faq {
	background-image: url('../img/header-bg/faq-bg.jpg');
}
/* Rules & Regs Page */
#rules {
	background-image: url('../img/header-bg/rules-bg.jpg');
}
#rules-list p {
	font-size: 17px;
	margin-bottom: 20px;
}
#rules-list ul {
	margin-bottom: 20px;
}
#rules-list li {
	font-size: 16px;
	padding-bottom: 5px;
}
.grave-dec {
	font-size: 15px !important;
	margin-bottom: 10px !important;
}
/* Galleries Page */
#galleries {
	background-image: url('../img/header-bg/galleries-bg.jpg');
}
/* River View Angels Page */
#angels {
	background-image: url('../img/header-bg/angels-bg.jpg');
}
#angels-body h2 {
	margin-bottom: 10px;
}
#angels-body p {
	text-align: left;
	margin-bottom: 30px;
}
/* Colorbox Lightbox Gallery CSS */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* Colorbox User Styles */
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
/* IE7 & IE8 Alpha Fix */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
