/*
    font-family: 'Raleway', sans-serif;
    font-family: 'Lora', serif;
*/
.ugp30 { margin-top: 30px; }
.ugp60 { margin-top: 60px; }
.ugp90 { margin-top: 90px; }
.ugp120 { margin-top: 120px; }

.ingap30 { padding: 30px 0px; }



.graveLeadOrange {
	backgroun-color: #F05523;
}

.graveYardRoundPreview {
	display: inline; float: left;
	margin-top: 10px;
}
.roundedGraveYardImage {
	width: 90px; height: 90px;
	border-radius: 50%;
	background-size: cover;
	display: inline; float: left;
	margin-right: 15px;
	background-color: #AFAFAF;
	margin-bottom: 30px;
}

body {
    font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #222222;
	
	background-image: url('../../../images/ci/background.png');
	background-attachment: fixed;
	background-position: top left;
}

p {
    font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #222222;
	
}


p.lead {
    font-family: 'Lora', sans-serif;
    font-style: italic;
	font-size: 16px;
	line-height: 1.7em;
	color: #F05523;
}

p.graveyardInfo { margin: 20px; }
div.readmoreText { height: 300px; 
	overflow: hidden; 
}
div.readmoreText.open { height: auto;  
	overflow: allow; 
  }
div.readmoreTextHider { height: 120px; margin-top: -100px; display: block; position: relative; width: 100%; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+93&0+1,1+87 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
z-index: 1001;
}
 
a, a:link, a:visited, a:hover { color: #F05523;  }

.btn-ghostBrand { background-color: #FFFFFF; border: 1px solid #F05523; color: #F05523;}

h3 {
	font-family: 'Lora', serif;
	font-size: 24px;
	color: #000000;
}

h3 small {
	display: block;
	color: #F05523;
	font-style: italic;
	font-size: 14px;
	margin-top: 14px;
}


.bgWhite { background-color: #FFFFFF; }
.shadowLight { box-shadow: 0px -2px 4px 2px #666666; }



.bgBlack { background-color: #323232;}
.bgBrand { background-color: #F05523;}
.bgBrand *, .bgBlack * { color: #FFFFFF; }

.ugp45 { padding-top: 45px;}


nav.navbar-white {
	border: none;
	display: block;
	position: relative;
	width: 100%;
	border-radius: 0px;
	background-color: #FFFFFF;
	background-image: none;
	box-shadow: 0px 2px 2px 1px #666666;
	margin-bottom: 2px;
	z-index: 1000;
}

p.navbarText {
	display: block;
	position: relative;
	width: 100%;
	background-image: none;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
}
p.navbarText small {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #F05523;
	display: block;
	margin-top: 0px;
	line-height: 1.1em;
	
}		


.graveLeadOrange {
	min-height: 200px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	width: 100%;
	display: block;
	margin-top: -60px;
	background-color: #F05523;
	padding-top: 120px;
}
.graveLeadOrange h3 { margin-top: 30px; }

.graveLeadOrange h3, .graveLeadOrange h3 small { color: #FFFFFF; text-align: center; }

.graveLeadImage {
	height: 520px;
	width: 100%;
	display: block;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
}


.graveYardCyclerImage { 
	height: 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-left: 1px solid #FFFFFF;	
}
.graveYardCyclerImage.inActive {  
	-webkit-filter: grayscale(75%);
	-moz-filter: grayscale(75%);
	-ms-filter: grayscale(75%);
	-o-filter: grayscale(75%);
	filter: grayscale(75%);
}

.graveYardCycler .graveYardCyclerImage:first-child { border-left: none; }	



.virtualGrave {
	margin-top: 60px;
	padding-bottom: 30px;
	cursor: pointer;
}

.virtualGrave.mapPopup {margin-top: 10px; padding-bottom: 0px;} 

.virtualGrave h3 {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	font-size: 18px;
}


.virtualGrave.mapPopup h3 { font-size: 15px;  line-height: 1.4em; width: 100%; margin: 0px; margin-top: 10px; padding-bottom: 10px; }
.virtualGrave.mapPopup h3 small { display: block; font-size: 13px; font-weight: normal; margin-top: 5px; }
.virtualGrave.mapPopup h3 small span { font-size: 13px; display: block; margin-top: 3px;  }

.graveImage {
	width: 100%;
	height: 270px; 
	display: block;
	text-align: center;
	background-color: #F2F2F2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


.gravePersonImage {
	width: 150px;
	height: 150px; 
	display: block;
	position: relative;
	margin: 0px auto;
	margin-top: -75px;
	border-radius: 150px;
	border: 6px solid #FFFFFF;
	background-color: #F2F2F2;
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: 50% 20%;

-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.graveImage.mapPopup { height: 120px; }

.gravePersonImage.mapPopup {
	width: 90px;
	height: 90px; 
	margin-top: -45px;
	border: 5px solid #FFFFFF;
}


#graveOverlay {
	z-index: 1010;
	overflow: scroll;
	position: fixed;
	display: block;
	top: 1000px; 
	left: 0px,
	min-height: 1px;
	width: 100%;
	display: none;	
	
	background-color: none;
	background-color: transparent;
}


#graveOverlay.open {

  background:rgba(255,255,255,0.75);
}


.closeGraveOverlay {cursor: pointer; display: none; float: right; font-size: 24px; margin: 30px; color: #F05523; } 






.graveYardPanel {
	margin: 20px;
}


.gravePrevImage {
	width: 240px;
	height: 180px;
	background-size: cover;
	display: inline;
	float: left;
	margin-right: 30px;
}


.cityGraveyardText {
	display: inline;
	float: left; 
	margin-left: 270px;
	position: relative;
	top: -200px;
	margin-bottom: -120px;
}







ul.footermenu { list-style: none; margin: 0px; padding: 0px; margin-top: 30px; }
ul.footermenu li { margin: 0px; padding: 0px; display: block; width: 100%; } 
ul.footermenu li a:link,
ul.footermenu li a:visited { display: block; width: 100%; padding-top: 5px;  padding-bottom: 5px;  border-top: 1px dotted #F2F2F2; color: rgba(255,255, 255, 0.75); } 

ul.footermenu li:first-child a:link, 
ul.footermenu li:first-child a:visited { border-top: none; }

ul.footermenu li a:hover { color: rgba(255,255, 255, 1.0); text-decoration: none; } 

