/* CSS Document */

/* Autumn Mountain Color Palette 

	Primary 1 - P1 - rgb(142,39,52) - #0F0F0F
	Primary 2 - P2 - rgb(128, 119, 112) - #807770
	Primary 3 - P3 - rgb(51, 42, 35) - #332A23
	Primary 4 - P4 - rgb(0,0,0) - #000000
	
	Secondary 1 - S1 - rgb(50,17,31) - #32111F
	Secondary 2 - S2 - rgb(171, 131, 117) - #AB8375 *****NOT BEING USED
	Secondary 3 - S3 - rgb(27,9,17) - #1B0911
	
	Tertiary 1 - T1 - rgb(242, 228, 224) - #F2E4E0
	Tertiary 2 - T2 - rgb(232, 230, 207) - #E8E6CF *****DO NOT CHANGE
	Tertiary 3 - T3 - rgb(244, 243, 231) - #F4F3E7 *****NOT BEING USED
	
	Accent 1 - A1 - rgb(98,36,62) - #62243E
	Accent 2 - A2 - rgb(88,53,68) - #583544
	Accent 3 - A3 - rgb(24,6,14) - #24060E

End Autumn Mountain Color Palette */

.comp3.sterling .mainnav {
	background-color:#999; /* P1 */
}

/* Logo */
.sterling .brand-block { background-color: #003366; } 
.brand-block .logo { margin-top:10px; }
.brand-block .logo h1 { color:#fff; }
.brand-block .logo h2 { color:#ccc; } /* A2 */
/* .sterling div.ribbon { background:transparent url(http://www.fjelstul.com/assets/62/images/brand-ribbon-cherry.png) center bottom no-repeat; } */

/* Theme-specific buttons */
/* assumes use of bootstrap default btn styles */

.btn-theme { 
	color:rgb(255, 255, 255);
	background-color:rgb(180,217,198); /* P1 */
	border-color:rgb(180,217,198); /* P1 */
}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus { 
	color:rgb(255, 255, 255);
	background-color:rgb(51, 42, 35); /* P3 */
	border-color:rgb(51, 42, 35); /* P3 */
}
.btn-footer { 
	color:#fff;
	background-color:#4d7194; /* S1 */
	border-color:#4d7194; /* S1 */
}
.icons .btn-footer { 
	color:#000;
	background-color:#ccc; /* P1 */
	border-color:#ccc; /* P1 */
}

.btn-footer:hover, .btn-footer:active, .btn-footer:focus { 
	color:#fff;
	background-color:#6685a3; /* S3 */
	border-color:#6685a3; /* S3 */
}
.icons .btn-footer:hover, .icons .btn-footer:active, .icons .btn-footer:focus{ 
	color:#fff;
	background-color:#6685a3; /* S3 */
	border-color:#6685a3; /* S3 */
}
/* navigation drop down */

.mainnav .dropdown-menu {
	background-color: #4d7194 !important; /* P1 */
	border: 1px solid #26517d !important; /* P3 */
}
.mainnav ul.list-inline li ul.dropdown-menu li {
	background-color:transparent !important;
}
.mainnav ul.list-inline li ul.dropdown-menu li a {
	color: rgb(255, 255, 255) !important;
	background-color:transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
 	filter: none !important;
}
.mainnav ul.list-inline li ul.dropdown-menu li a:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgba(0,0,0, 0.2) !important; /* P4*/
	background: rgb(204,204,204)\0!important;   /* P3 Color - Conditional IE8 Hack */
	background-image:none !important;
}

/*P1*/

.sterling footer, .sterling .search {
	background-color: #003366;
}
.sterling .welcome-subtitle {
	color: #003366;
}
span.viewall {
	font-size: 16px;
	font-style: italic;
}
/*Transparency for main nav @ 90% */
.comp1.sterling .mainnav {
	/* bg gradient generated with colorzilla - http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104,104,104, 0.92)), color-stop(100%, rgba(142,142,142, 0.92))); /* P3 Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 IE10+ */
	background: linear-gradient(to bottom, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a526b', endColorstr='#eb28394b', GradientType=0 ); /* IE6-9 */
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);

	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	/* border */
	/*
	border-top: 1px solid rgb(73,60,50);
	border-bottom: 1px solid rgb(73,60,50);
	*/
}
.comp1.homepage.sterling .mainnav {
	/* Comp 1 .mainnav is transparent - colors defined in .faux-mainnav */
		/*
		border-top: 1px solid transparent;
		border-bottom:1px solid transparent;
		*/
	background-color: transparent;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.comp2.sterling .mainnav {
	background:rgb(104,104,104) url(http://www.fjelstul.com/assets/62/images/pattern-crosshatch-sterling.jpg) 0 0 repeat; /* P3 */
}
.comp1.sterling .faux-mainnav {
	/* bg gradient generated with colorzilla - http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104,104,104, 0.92)), color-stop(100%, rgba(142,142,142, 0.92))); /* P3 Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /* P3 IE10+ */
	background: linear-gradient(to bottom, rgba(104,104,104, 0.92) 0%, rgba(142,142,142, 0.92) 100%); /*  P3 W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a526b', endColorstr='#eb28394b', GradientType=0 ); /* IE6-9 */
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	/* border */
	/*
	border-top: 1px solid rgb(73,60,50);
	border-bottom: 1px solid rgb(73,60,50);
	*/
}

.comp4.sterling .mainnav {
	background-color:#888;
}
.comp4.homepage.sterling .mainnav {
	background-color: rgba(184,184,184, 0.75);
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	border: none;
}

.comp5.sterling .mainnav {
	background-color: #9c9c9c;
}
.comp5.homepage.sterling .mainnav {
	background-color: rgba(204,204,204, 0.75);
	/* box shadow - http://css3gen.com/box-shadow/ */ 
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	border: none;
}

/*P2*/

.comp3.sterling .mainnav nav ul {
	font-size:0;
	background-color: #036; /* P3 */
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.comp3.sterling .mainnav nav ul li a:hover {
	background-color: rgba(255,255,255, 0.15);
	color: rgb(255, 255, 255);
}
.comp3.sterling .mainnav nav ul li:first-child a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.comp3.sterling .mainnav nav ul li:last-child a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.comp3.sterling .mainnav nav ul li.active a {
	background-color: #26517d;
	color: #fff; /* P3 */
	text-shadow:none;
}

/*P3*/

/*P4*/
.sterling .utilitynav {
	background-color: rgb(0,0,0); /* P4 */
}
.comp1.sterling .mainnav ul.list-inline li.active a {
	background-color: rgba(0,0,0, 0.2); /* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp1.sterling .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(0,0,0, 0.2); /* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp4.sterling .mainnav ul.list-inline li.active a {
	background-color: rgba(0,0,0, 0.3);/* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp4.sterling .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(0,0,0, 0.3); /* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp5.sterling .mainnav ul.list-inline li.active a {
	background-color: rgba(0,0,0, 0.25); /* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.comp5.sterling .mainnav ul.list-inline li a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(0,0,0, 0.25); /* P4 */
	background: rgb(42,42,42)\0;   /* P3 Color - Conditional IE8 Hack */
}
.sterling .join {
	background-color: #a9a9a9;
}

/* S1 */
.comp2.sterling .mainnav ul.list-inline li a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: rgb(145,145,145); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(136,86,89 0.92) 0%, rgba(142,39,52 0.92) 100%); /* S3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,86,89 0.92)), color-stop(100%, rgba(142,39,52 0.92))); /* S3 Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(136,86,89 0.92) 0%, rgba(142,39,52 0.92) 100%); /* S3 Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(136,86,89 0.92) 0%, rgba(142,39,52 0.92) 100%); /* S3 Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(136,86,89 0.92) 0%, rgba(142,39,52 0.92) 100%); /* S3 IE10+ */
	background: linear-gradient(to bottom, rgba(136,86,89 0.92) 0%, rgba(142,39,52 0.92) 100%); /* S3 W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874d39', endColorstr='#512e22', GradientType=0 ); /* IE6-9 */
}
.comp2.sterling .mainnav ul.list-inline li.active a, .comp2.sterling .mainnav ul.list-inline li a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(http://www.fjelstul.com/assets/62/images/sterling-hatch-bg.jpg);
	text-shadow:none;
}
.comp2.sterling .horizontal-obits, .comp3.sterling .horizontal-obits {
	background-color: #e8e6cf; /* T1 */
}
/*T2*/

/* wlpp-301 more engaging hover */
.horizontal-obits a .obit:hover, a .vertobit:hover {background-color: #CFCDB8;}
.horizontal-obits a:hover .obit .ornames, a:hover .vertobit .ornames, .horizontal-obits a:focus .obit .ornames, a:focus .vertobit .ornames {text-decoration: underline;}

.sterling .associations {
	background-color: rgb(232, 230, 207); /* T2 */
}
.comp2 .horizontal-obits {
	background-color: #e8e6cf; /* T1 */
}
/*A1*/

.sterling .herobanner .action button {
	background-color: #eee; /* A1 */
/*	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5); */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 1px rgba(0,0,0,.6), 0px 4px 25px rgba(97,99,102,.6); /* A3 */
	-moz-box-shadow: 0px 4px 1px rgba(0,0,0,.6), 0px 4px 25px rgba(97,99,102,.6); /* A3 */
	box-shadow: 0px 4px 1px rgba(0,0,0,.6), 0px 4px 25px rgba(97,99,102,.6); /* A3 */
	border: 1px solid #eee; /* A2 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	padding: 10px;
	position: relative;
}
.sterling .herobanner .action button:hover {
	background-color: #036; /* A2 */
	border: 1px solid #036; /* A2 */
	color: #ccc;
}

.sterling .obit-searchbar .search-button button {
	background-color: #6685a3; /* A1 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #335c85; /* A1 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	padding: 6px 12px;
	position: relative;
}
.sterling .obit-searchbar .search-button button:hover {
	background-color: #335c85; /* A2 */
}

.fa-lock, .fa-search, .callout.join .fa {
	color: #036; /* A1 */
}
footer a .fa {
	color: #d1c59e; /* A1 */
}

/* Theme-Specific Imagery */

.comp4 #carousel-hero .carousel-inner {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-bg-photopile-sepia.jpg);
}
.comp5 #carousel-hero .carousel-inner {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-bg-wallpaper-sterling.jpg);
	background-repeat:repeat-x;
	background-size:auto 90%;
	background-color:#e8e6cf;
	overflow:hidden;
}
.comp5 .photoframe .frame {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-frame05.png);
}

@media (max-width: 1199px) {
	.comp5 .photoframe .frame {
	background-image:url(http://www.fjelstul.com/assets/62/images/herobanner/hero-frame05-437.png);
}
}