/*
 * Based on twitter Bootstrap v3.0
 *
 * Copyright
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

/*
Custom Variables
*/

/* ---------------------Colors-------------------------*/

/*---------- Dont hard Code the colors in this section please -----------------*/

/* ---------------------Typography-------------------------*/

@font-face {
    font-family: 'marcellus_scregular';
    src: url('../fonts/marcellussc-regular-webfont.eot');
    src: url('../fonts/marcellussc-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/marcellussc-regular-webfont.woff') format('woff'), url('../fonts/marcellussc-regular-webfont.ttf') format('truetype'), url('../fonts/marcellussc-regular-webfont.svg#marcellus_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------Bootstrap Components-------------------------*/

/*
Global Styles for entire website.
_________________________________________________
*/

/* -------------------------------------------------- */

/*                                                    */

/*           General CSS declarations                 */

/*                                                    */

/* -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
legend,
label {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #444444;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
legend,
label,
address {
    margin: 0;
    padding: 0;
}

h1 {
    color: #2a2f82;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-size: 32px;
    font-style: normal;
    margin-bottom: 30px;
    margin-top: 0px;
    text-shadow: 1px 1px 1px #ffffff;
}

h2 {
    color: #7c82cf;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 27px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #ffffff;
}

h3 {
    color: #000000;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
}

h4 {
    color: #7c82cf;
    font-size: 20px;
}

h5 {
    color: #7c82cf;
    font-size: 18px;
}

h6 {
    color: #7c82cf;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2a2f82;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #111335;
    text-decoration: none;
    cursor: pointer;
}

hr {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #444444;
}

legend {
    color: #7c82cf;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    font-style: italic;
    border-bottom: 1px solid #444444;
}

label {
    color: #000000;
    font-size: 18px;
}

body {
    overflow-x: hidden;
    line-height: 25px;
    background: #aba9af;
    background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#aba9af), color-stop(50%, #e9e8ea), to(#aba9af));
    background-image: -webkit-linear-gradient(left, #aba9af, #e9e8ea 50%, #aba9af);
    background-image: -moz-linear-gradient(left, #aba9af, #e9e8ea 50%, #aba9af);
    background-image: linear-gradient(to right, #aba9af, #e9e8ea 50%, #aba9af);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaba9af', endColorstr='#ffaba9af', GradientType=1);
}

/* -------------------------------------------------- */

/*                                                    */

/*           Bootstrap Doodad Styles                  */

/*                                                    */

/* -------------------------------------------------- */

/* Disable Responsive
-------------------------------------------------- */

/* Custom Well
-------------------------------------------------- */

.well {
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Panel Heading Clickable
-------------------------------------------------- */

.panel-heading {
    padding: 0;
}

.panel-heading a {
    display: block;
    padding: 10px 15px;
}

/* -------------------------------------------------- */

/*                                                    */

/*           Display Style Utilities                  */

/*                                                    */

/* -------------------------------------------------- */

.show-print {
    display: none;
}

.clearBoth {
    clear: both;
    height: 0px;
    overflow: hidden;
    display: block;
    font-size: 0px;
    line-height: 0px;
}

.center-objects {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Css Triangle Arrow for timeline
-------------------------------------------------- */

.callout {
    position: relative;
}

.callout .border-notch-left {
    position: absolute;
    top: 10%;
    left: -10px;
    margin: 0;
    border-top: 10px solid transparent;
    border-left: 0;
    border-right: 10px solid rgba(255, 255, 255, 0.8);
    border-bottom: 10px solid transparent;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
    /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=#ffc0cb);
}

.callout .border-notch-right {
    position: absolute;
    top: 10%;
    right: -10px;
    margin: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.8);
    border-right: 0;
    border-bottom: 10px solid transparent;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
    /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=#ffc0cb);
}

.callout .notch-left {
    border-right-color: #e3e3e3;
    left: -11px;
}

.callout .notch-right {
    border-left-color: #e3e3e3;
    right: -11px;
}

/* Shadows
-------------------------------------------------- */

.slide-shadow {
    background: transparent url("../img/slideshow-shadow.png") no-repeat 0px -31px;
    height: 70px;
    width: 1150px;
    margin-top: -20px;
}

/* ajax
-------------------------------------------------- */

.wdpajax-error {
    color: red;
}

/* Candle
-------------------------------------------------- */

.lit-candle {
    background: transparent url(../img/obituary/bg-obit-action-links.png) no-repeat top left;
    background-position: 0px -250px;
    width: 85px;
    height: 85px;
    display: block;
    float: right;
}

/* Removes Gutter
-------------------------------------------------- */

.container,
.row {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter {
    padding: 0;
}

.no-gutter-left {
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}

/* Social Icons
-------------------------------------------------- */

.social a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin-right: 15px;
    text-align: right;
    background: transparent url(/wp-content/themes/farenga.1.0/assets/img/social.png) no-repeat;
    width: 36px;
    height: 33px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
}

.social a.facebook {
    width: 16px;
    background-position: 0px 0px;
}

.social a.google {
    width: 36px;
    background-position: -113px 0px;
}

.social a.twitter {
    width: 40px;
    background-position: -45px 0px;
}

.gform_body li {
    list-style-type: none;
}

.gform_wrapper .gform_fields .ginput_container input.medium {
    width: 63%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Custom button
-------------------------------------------------- */

.btn {
    background-color: #f2f2f2;
    color: #363636;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2f2f2), to(#d3d3d3));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd3d3d3', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #cecece;
    border: 1px solid #aaaaaa;
}

.btn:hover,
.btn:focus {
    background-color: #d3d3d3;
    background-position: 0 -15px;
}

.btn:active,
.btn.active {
    background-color: #d3d3d3;
    border-color: #cecece;
}

.btn:hover {
    color: #1c1c1c;
}

.btn-main {
    background-color: #2a2f82;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2a2f82), to(#1b1e54));
    background-image: -webkit-linear-gradient(top, #2a2f82 0%, #1b1e54 100%);
    background-image: -moz-linear-gradient(top, #2a2f82 0%, #1b1e54 100%);
    background-image: linear-gradient(to bottom, #2a2f82 0%, #1b1e54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2f82', endColorstr='#ff1b1e54', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #191b4c;
    border: 1px solid #2a2f82;
    -webkit-box-shadow: inset 0 1px 1px 0 #1e215b;
    box-shadow: inset 0 1px 1px 0 #1e215b;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}

.btn-main:hover,
.btn-main:focus {
    background-color: #1b1e54;
    background-position: 0 -15px;
}

.btn-main:active,
.btn-main.active {
    background-color: #1b1e54;
    border-color: #191b4c;
}

.btn-main:hover {
    color: #fafafa;
}

.btn-sm,
.btn-mkj-sm {
    background-color: #ccc;
    color: #999999;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefefe), to(#dfdfdf));
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffdfdfdf', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dadada;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    padding: 2px 5px;
}

.btn-sm:hover,
.btn-mkj-sm:hover,
.btn-sm:focus,
.btn-mkj-sm:focus {
    background-color: #dfdfdf;
    background-position: 0 -15px;
}

.btn-sm:active,
.btn-mkj-sm:active,
.btn-sm.active,
.btn-mkj-sm.active {
    background-color: #dfdfdf;
    border-color: #dadada;
}

.btn-sm:hover,
.btn-mkj-sm:hover {
    color: #808080;
}

.death {
    background-color: #ccc;
    color: #2a2f82;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefefe), to(#dfdfdf));
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffdfdfdf', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dadada;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.death:hover,
.death:focus {
    background-color: #dfdfdf;
    background-position: 0 -15px;
}

.death:active,
.death.active {
    background-color: #dfdfdf;
    border-color: #dadada;
}

.death:hover {
    color: #1e215b;
}

.btn-sm-blue {
    background-color: #2a2f82;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2a2f82), to(#1b1e54));
    background-image: -webkit-linear-gradient(top, #2a2f82 0%, #1b1e54 100%);
    background-image: -moz-linear-gradient(top, #2a2f82 0%, #1b1e54 100%);
    background-image: linear-gradient(to bottom, #2a2f82 0%, #1b1e54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2f82', endColorstr='#ff1b1e54', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #191b4c;
    border: 1px solid #1e215b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    padding: 2px 5px;
}

.btn-sm-blue:hover,
.btn-sm-blue:focus {
    background-color: #1b1e54;
    background-position: 0 -15px;
}

.btn-sm-blue:active,
.btn-sm-blue.active {
    background-color: #1b1e54;
    border-color: #191b4c;
}

.btn-sm-blue:hover {
    color: #808080;
}

/********* Media Queries *********/

@media (min-width: 768px) and (max-width: 991px) {
    .gform_wrapper .gform_fields .ginput_container input.medium {
        width: 35%;
    }
    .no-gutter-sm {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .gform_wrapper .gform_fields .ginput_container input.medium {
        width: 35%;
    }
    .no-gutter-md {
        padding: 0;
    }
}

a.guidingGrief {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

a.guidingGrief img {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.page_nav {
    padding: 5px;
}

.page_nav .page-numbers {
    background-color: #f2f2f2;
    color: #363636;
    border: 1px solid #aaaaaa;
    font-size: 15px;
    padding: 1px 8px;
    margin: 2px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.page_nav .page-numbers:hover {
    color: #1c1c1c;
}

.page_nav .page-numbers.current {
    color: #1c1c1c;
    background: transparent;
}

.page_nav .page-numbers.dots {
    background: transparent;
    border: none;
}

.sim_address_row span {
    padding-right: 5px;
}

.sub-page #content-area {
    margin-top: 10px;
}

.sub-page #content-area .featured-image {
    margin-bottom: 50px;
}

.sub-page #content-area img {
    background-color: #ffffff;
    padding: 0px;
    border: 0px solid #f5f4f0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.sub-page #content-area .main-content ul,
.sub-page #content-area .main-content ol {
    margin-top: 10px;
}

.sub-page #content-area .main-content p {
    color: #444444;
    margin-bottom: 10px;
}

.sub-page #content-area .main-content p a {
    color: #2a2f82;
}

.sub-page #content-area .main-content p a:hover {
    color: #111335;
}

.sub-page #content-area.location-archive-page .location {
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-page #content-area.location-archive-page .location .number {
    font-size: 18px;
}

.sub-page #content-area.location-archive-page .location .view {
    margin-top: 10px;
}

.sub-page #content-area.location-archive-page .location .view a {
    font-size: 14px;
}

.sub-page #content-area.location-archive-page .location .view a:hover {
    text-decoration: none;
}

.sub-page #content-area.location-page a.btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-page #content-area.calendar-page,
.sub-page #content-area.events-page {
    font-size: 13px;
    line-height: 20px;
}

.sub-page #content-area.calendar-page .time,
.sub-page #content-area.events-page .time {
    font-weight: bold;
}

.sub-page #content-area.calendar-page .calendar,
.sub-page #content-area.events-page .calendar {
    width: 100px;
    height: 108px;
    display: block;
    background: transparent url(../img/date-icon.png) no-repeat;
}

.sub-page #content-area.calendar-page .calendar .month,
.sub-page #content-area.events-page .calendar .month {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 25px;
}

.sub-page #content-area.calendar-page .calendar .day,
.sub-page #content-area.events-page .calendar .day {
    color: #2a2f82;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    display: block;
    padding-top: 16px;
}

.sub-page #content-area.faqs-page .panel {
    background: transparent;
}

.sub-page #content-area.faqs-page .panel-heading {
    background: #2a2f82;
    border-bottom: 1px solid #444444;
}

.sub-page #content-area.faqs-page .panel-heading a.accordion-toggle {
    color: #ffffff;
}

.sub-page #content-area.faqs-page .accordion-inner {
    background: transparent;
    border: 1px solid #444444;
}

.sub-page #content-area.faqs-page .accordion-inner p {
    margin: 10px;
}

.sub-page #content-area.archive-page h2 a {
    font-family: inherit;
    font-size: inherit;
}

.sub-page #content-area.condolences-page .comment-meta .author {
    color: #2a2f82;
}

.sub-page #content-area.condolences-page .comment-meta .date {
    color: #363636;
}

/********* Media Queries *********/

@media (min-width: 768px) and (max-width: 991px) {
    .sub-page #content-area .main-content {
        float: right;
    }
}

@media (min-width: 992px) {
    .sub-page #content-area .main-content {
        float: right;
    }
}

#bg-wrapper.home-bg-wrapper {
    background: transparent;
}

#home-slideshow {
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #ffffff;
}

#home-slideshow .carousel-inner {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#home-slideshow .item {
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
    left: 0 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    position: absolute;
    display: block !important;
    z-index: 1;
    width: 100%;
}

#home-slideshow .item:first-child {
    top: auto;
    position: relative;
}

#home-slideshow .item.active {
    text-align: center;
    opacity: 100;
    filter: alpha(opacity=10000);
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
    z-index: 2;
}

#home-slideshow .item.active .c-caption {
    opacity: 100;
    filter: alpha(opacity=10000);
    -webkit-transition: opacity ease-in 2s;
    transition: opacity ease-in 2s;
    -webkit-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
    z-index: 100;
}

#home-slideshow .item.active img {
    margin: 0 auto;
}

#home-slideshow .item img {
    margin: 0 auto;
}

#home-slideshow h2 {
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    color: #c7c5c4;
    text-shadow: 2px 2px 2px #333;
    font-style: normal;
    font-size: 95px;
}

#home-slideshow h3 {
    color: #ffffff;
    text-shadow: none;
    font-style: italic;
    font-size: 55px;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: 1px 1px 1px #333;
}

#home-slideshow .c-caption {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity ease-out 2s;
    transition: opacity ease-out 2s;
    position: absolute;
    bottom: 25%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#featured-content {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
}

#featured-content .border-box {
    position: relative;
}

#featured-content .image-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#featured-content .box-wrap {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#featured-content .box-wrap .inner-wrap {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 300px;
}

#featured-content .box-wrap .inner-wrap .links-box {
    display: none;
}

#featured-content .box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 10px;
}

#featured-content ul {
    margin: 0;
    padding: 0;
}

#featured-content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#featured-content a {
    color: #ffffff;
    font-size: 20px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

#featured-content a:hover {
    color: #e6e6e6;
}

#featured-content h2 a {
    color: #ffffff;
    font-size: 30px;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}

#featured-content h2 a:hover {
    color: #e6e6e6;
}

/********* Media Queries ***********/

@media (min-width: 992px) {
    #featured-content .box {
        float: left;
    }
    #featured-content .row-stretch {
        margin-right: -30px;
        position: relative;
    }
}

@media (min-width: 768px) {
    #featured-content .box-wrap .inner-wrap .links-box {
        display: block;
    }
}

/****************************************************************************************
  Layout for aligning images etc.
****************************************************************************************/

.aligncenter,
dl.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.wp-caption {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption p {
    margin: 10px;
    text-align: center;
    font-size: 14px;
}

.mceIEcenter {
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/*

Obits Styles

*/

#content-area.obituary-archive-page {
    color: #444444;
    font-size: 14px;
}

#content-area.obituary-archive-page #fixedBlockOff {
    width: 100%;
}

#content-area.obituary-archive-page .dates {
    font-size: 14px;
}

#content-area.obituary-page img {
    margin: 5px;
}

#content-area.obituary-page div.full-content {
    display: none;
}

#content-area.obituary-page .carousel {
    margin-bottom: 20px;
}

#content-area.obituary-page .carousel-control .glyphicon-chevron-left,
#content-area.obituary-page .carousel-control .glyphicon-chevron-right {
    left: 30%;
}

#content-area.obituary-page .item img {
    margin: 0 auto;
    width: 100%;
}

#content-area.obituary-page .comment-meta {
    margin-bottom: 10px;
}

#content-area.obituary-page .comment-meta .author {
    color: #000000;
}

#content-area.obituary-page .comment-meta .date {
    color: #000000;
}

#content-area.obituary-page .dob-dod {
    margin-bottom: 10px;
    color: #363636;
}

#content-area.obituary-page .nav.nav-tabs>li>a {
    padding: 6px 5px;
}

#content-area.obituary-page .tab-content {
    padding-top: 15px;
}

#content-area.obituary-page .tab-content .tab-pane p {
    margin: 0;
}

#content-area.obituary-page .tab-content .tab-pane .service-time {
    padding-bottom: 10px;
}

#content-area.obituary-page .tab-content .tab-pane .address-name {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #2b2b2b;
    text-decoration: underline;
}

#content-area.obituary-page .tab-content .tab-pane .address_row span {
    color: #444444;
}

#content-area.obituary-page .tab-content .tab-pane .service-text {
    padding-top: 15px;
    padding-bottom: 10px;
}

#content-area.obituary-page #obitCarousel {
    margin: 20px auto;
}

#content-area.obituary-page .lit-candle {
    background: transparent url(../img/obituary/light-a-candle.png) no-repeat top left;
    width: 150px;
    height: 198px;
    display: block;
    float: right;
}

#content-area.obituary-page #timelineCarousel .c-control-tl {
    position: absolute;
    font-size: 20px;
    top: 80%;
    border-radius: 50%;
    text-shadow: none;
    color: #2a2f82;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#content-area.obituary-page #timelineCarousel .c-control-tl:hover {
    color: #111335;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#content-area.obituary-page #timelineCarousel .c-control-tl.left {
    left: 15px;
}

#content-area.obituary-page #timelineCarousel .c-control-tl.right {
    right: 15px;
}

#content-area.obituary-page #timelineCarousel .c-caption {
    min-height: 50px;
}

#content-area.obituary-page #timelineCarousel h3 {
    color: #000000;
    font-size: 14px;
}

#content-area.obituary-page #timelineCarousel p {
    font-size: 14px;
    margin: 0;
}

#content-area.obituary-page #condolenceCarousel .lit-candle {
    margin-right: 10%;
}

#content-area.obituary-page #condolenceCarousel .carousel-control {
    color: inherit;
    background: none;
    text-shadow: none;
    color: #2a2f82;
}

#content-area.obituary-page #condolenceCarousel .carousel-control:hover {
    color: #111335;
}

#content-area.obituary-page #condolenceCarousel .item {
    min-height: 100px;
}

#content-area.obituary-page #condolenceCarousel .comment-holder {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

@media (min-width: 992px) {
    #content-area.obituary-page .pull-right-action-link {
        float: right;
    }
}

#content-area.obituary-page .obit-action-links a {
    border: 1px solid #f5f4f0;
    background: rgba(255, 255, 255, 0.4) url(../img/obituary/bg-obit-action-links.png) no-repeat top left;
    width: 100%;
    height: 85px;
    display: block;
    text-align: left;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 10px;
}

#content-area.obituary-page .obit-action-links a span.big {
    font-size: 28px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
}

#content-area.obituary-page .obit-action-links a.tribute-video {
    background-position: 10px 16px;
}

#content-area.obituary-page .obit-action-links a.tribute-video .small {
    position: absolute;
    left: 70px;
    top: 8px;
}

#content-area.obituary-page .obit-action-links a.tribute-video .big {
    position: absolute;
    left: 70px;
    top: 32px;
}

#content-area.obituary-page .obit-action-links a.upload-photo {
    background-position: 10px -70px;
}

#content-area.obituary-page .obit-action-links a.upload-photo .small {
    position: absolute;
    left: 74px;
    top: 16px;
}

#content-area.obituary-page .obit-action-links a.upload-photo .big {
    position: absolute;
    left: 74px;
    top: 42px;
}

#content-area.obituary-page .obit-action-links a.send-flowers {
    background-position: 174px -165px;
}

#content-area.obituary-page .obit-action-links a.send-flowers .small {
    position: absolute;
    left: 14px;
    top: 20px;
}

#content-area.obituary-page .obit-action-links a.send-flowers .big {
    position: absolute;
    left: 14px;
    top: 46px;
}

#content-area.obituary-page .obit-action-links a.light-candle {
    background-position: 204px -250px;
}

#content-area.obituary-page .obit-action-links a.light-candle .small {
    position: absolute;
    left: 14px;
    top: 20px;
}

#content-area.obituary-page .obit-action-links a.light-candle .big {
    position: absolute;
    left: 14px;
    top: 46px;
}

/*
-overrides-timeline.less
Timeline Styles



*/

#content-area.timeline-page .title {
    margin: 0px 0px 40px 0px;
}

#content-area.timeline-page .title h1 {
    margin-top: 20px;
    font-size: 48px;
}

#content-area.timeline-page .datebox {
    width: 286px;
    display: block;
    margin: 0px auto 20px;
    text-align: center;
    border: 1px solid #f5f4f0;
    background: #ffffff;
    padding: 20px;
    color: #7c82cf;
    font-family: Georgia, Times, serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
}

#content-area.timeline-page .bg-line {
    background: transparent url(../img/obituary/bg-obit-line.png) repeat-y center;
}

#content-area.timeline-page .col-xs-6 {
    position: relative;
}

#content-area.timeline-page .col-xs-6 .event-date {
    font-size: 12px;
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

#content-area.timeline-page .col-xs-6 .event-title {
    font-size: 18px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    color: #7c82cf;
}

#content-area.timeline-page .col-xs-6 .comment-author {
    font-weight: bold;
    font-size: 14px;
    color: #2a2f82;
}

#content-area.timeline-page .col-xs-6 .comment-content {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    display: block;
    margin: 20px auto;
    color: #444444;
}

#content-area.timeline-page .col-xs-6.right {
    margin-left: 0;
}

#content-area.timeline-page .comments {
    margin-top: 10px;
    margin-bottom: 5px;
}

#content-area.timeline-page .comments .comment {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#content-area.timeline-page .comments .comment .comment-author {
    font-weight: bold;
}

#content-area.timeline-page .well {
    width: 80%;
    background: rgba(255, 255, 255, 0.8);
}

#content-area.timeline-page .well.right {
    margin-left: 15%;
}

#content-area.staff-page .staff-phone {
    color: #444444;
    margin-top: 5px;
    margin-bottom: 5px;
}

#shopp {
    color: #444444;
    /* cart */
}

#shopp .breadcrumb {
    background-color: transparent;
}

#shopp img {
    background-color: #ffffff;
    border: 1px solid #f5f4f0;
    padding: 5px;
}

#shopp span.original.price {
    font-weight: bold;
    margin: 20px 0 0;
    display: block;
}

#shopp span.sale.price {
    font-weight: bold;
    margin: 0 0 20px;
    display: block;
}

#shopp #cartpage #hidden-update {
    display: none;
}

#shop-sidebar ul.shopp-categories-menu {
    display: block;
    padding: 20px;
    padding-top: 0;
    margin: 0;
    list-style-type: none;
}

#shop-sidebar ul.shopp-categories-menu>li {
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
}

#shop-sidebar ul.shopp-categories-menu>li:first-child {
    padding-top: 10px;
    border-top: none;
}

#shop-sidebar ul.shopp-categories-menu>li:last-child {
    border-bottom: none;
}

#shop-sidebar ul.shopp-categories-menu li {
    display: block;
    text-align: center;
    list-style: none;
}

#shop-sidebar ul.shopp-categories-menu li a {
    color: #999999;
    font-size: 18px;
}

#shop-sidebar ul.shopp-categories-menu li a:hover {
    color: #808080;
}

#shop-sidebar ul.children {
    padding: 0;
    margin: 0;
}

#shop-sidebar ul.children li a {
    font-size: 14px;
}

/**
 * Catalog/Category
 **/

/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

/* Generic Shopp Styles */

#shopp .submit {
    text-align: right;
}

#shopp form {
    text-align: left;
}

#shopp form input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    width: 100%;
}

#shopp form.product ul.options {
    list-style: none;
}

#shopp form ul {
    line-height: 1;
}

#shopp form label {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}

/**
 * Catalog/Category
 **/

.categories ul li a.current {
    font-weight: bold;
}

#shopp .category {
    position: relative;
}

#shopp .views {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}

#shopp .views button {
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    padding: 2px;
    margin-bottom: -3px;
}

#shopp .views button.hover {
    background-color: #ebebeb;
    border: 1px solid #777;
}

#shopp .views li {
    display: inline;
}

#shopp .orderby {
    float: right;
}

#shopp .category .subcategories {
    padding: 10px 0;
    margin-bottom: 10px;
}

#shopp .category .subcategories ul {
    padding: 10px 0 0 20px;
    margin-bottom: 10px;
}

#shopp .category .subcategories li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

#shopp .slideshow,
#shopp .carousel {
    margin: 20px 0;
    overflow: hidden;
}

/* Each product in a category has a containing frame */

#shopp ul.products li.product div.frame {
    padding: 10px;
}

#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price {
    margin-top: 0;
    margin-bottom: 0;
}

#shopp ul.products li .details {
    float: none;
}

/* Hide the product summary in the grid view */

#shopp ul.products li .summary {
    display: none;
}

#shopp ul.products li .listview {
    display: none;
}

#shopp ul.products img {
    display: block;
}

#shopp .gallery {
    position: relative;
}

#shopp .gallery ul.previews {
    min-height: 300px;
}

#shopp .gallery ul.previews li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#shopp .gallery ul.previews li.active {
    display: block;
}

#shopp .gallery ul.thumbnails li {
    width: 80px;
}

#shopp .gallery ul.previews li.thumbnails ul {
    margin: 10px 0 10px 0;
}

#shopp .gallery ul.previews li.thumbnails li {
    margin: 0 5px 0 0;
}

#shopp .price {
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

#shopp .original {
    text-decoration: line-through;
}

#shopp .sale {
    font-size: 150%;
}

/* Faceted menu cancel filter link styles */

.filters a.cancel:before {
    content: "[";
}

.filters a.cancel {
    font-weight: bold;
}

.filters a.cancel:after {
    content: "]";
}

.filters a.cancel:hover {
    text-decoration: none;
}

/* Product List View */

#shopp.list ul.products li {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

#shopp.list ul.products li.product {
    border-bottom: 1px solid #ddd;
}

#shopp.list ul.products li div.frame {
    width: 100%;
    text-align: left;
}

#shopp.list ul.products li img {
    float: left;
    margin-right: 10px;
}

#shopp.list ul.products li .details {
    float: left;
    width: 65%;
}

#shopp.list ul.products li .listview {
    display: block;
}

#shopp ul.breadcrumb {
    margin: 10px 0;
}

#shopp ul.breadcrumb li {
    background: none;
    padding: 0;
    display: inline;
    margin-left: 0;
    text-indent: 0;
}

#shopp ul.categories {
    float: left;
    margin-right: 20px;
}

/* Category Pagination */

#shopp ul.paging {
    /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */
}

#shopp ul.paging li {
    /* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */
}

#shopp ul.paging li a {
    /* page links default styling */
}

#shopp ul.paging li a:hover {
    /* page links hover styling */
}

#shopp ul.paging li.active {
    /* currrent page style */
}

#shopp ul.paging li.disabled {
    /* style for disabled previous/next links */
}

#shopp ul.paging li.previous a,
#shopp ul.paging li.next a {
    /* previous/next link style */
}

/**
 * Product Pages
 **/

#shopp .column {
    float: left;
}

#shopp .column.first {
    width: 65%;
}

#shopp .column.second {
    float: right;
    width: 35%;
}

#shopp .original {
    text-decoration: line-through;
}

#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label {
    clear: none;
}

#shopp form.product ul {
    width: auto;
}

#shopp ul.variations label {
    display: block;
}

#shopp dl {
    overflow: hidden;
}

#shopp dt {
    clear: left;
    float: left;
    text-align: right;
    width: 50%;
    margin-right: 1em;
}

#shopp dd {
    clear: right;
    width: 50%;
    padding-left: 50%;
}

#shopp .gallery {
    margin: 5px 10px 5px 0;
}

#shopp .gallery ul.previews li.thumbnails ul {
    margin: 10px 0 10px 0;
}

#shopp .gallery ul.previews li.thumbnails li {
    margin: 0 5px 0 0;
}

/**
 * Category List Widget
 **/

ul.shopp_categories {
    /* category list container */
}

ul.shopp_categories li {
    /* category listing containers */
}

ul.shopp_categories li a {
    /* category link default styles */
}

ul.shopp_categories li a:hover {
    /* category link hover styles */
}

ul.shopp_categories li span {
    /* categpry product count styles */
}

ul.shopp_categories li.current {
    /* currently viewed category container */
}

ul.shopp_categories li.current a {
    /* currently viewed category link style */
}

ul.shopp_categories li.current a:hover {
    /* currently viewed category link hover style */
}

ul.shopp_categories li ul.children {
    /* sub-category list container */
}

ul.shopp_categories li ul.children li {
    /* sub-category listing container */
}

ul.shopp_categories li ul.active {
    /* active sub-category container */
}

/* Collapsed sub-category menus example
ul.shopp_categories li ul.children { display: none; }
ul.shopp_categories li ul.active { display: block; }
*/

/**
 * Side Products Widget
 **/

.sideproduct {
    margin-top: 20px;
}

.sideproduct h3 {
    margin-top: 0;
}

/**
 * Shopping Cart
 **/

#shopp #cart {
    width: 100%;
}

#shopp #cart table {
    padding: 10px 0;
    width: 100%;
}

#shopp #cart th {
    text-align: left;
    font-weight: bold;
}

#shopp #cart th,
#shopp #cart td {
    padding: 3px;
}

#shopp #cart .item {
    width: 50%;
}

#shopp #cart .money,
#shopp #cart .totals th,
#shopp #cart .buttons td {
    text-align: right;
    white-space: nowrap;
}

#shopp #cart .totals.total th,
#shopp #cart .totals.total td {
    font-size: 130%;
}

#shopp #cart .remove {
    font-size: 9px;
}

#shopp #cart address {
    font-style: normal;
}

#shopp #cart big {
    display: block;
    margin: 10px 0;
}

#shopp #cart big a.right {
    float: right;
}

/**
 * Shopping Cart Widget
 **/

#shopp-cart.widget p.status {
    margin-bottom: 10px;
}

#shopp ul.account li {
    display: inline-block;
    width: 200px;
    padding-top: 18px;
}

/**
 * Checkout
 **/

#shopp #shipping-methods {
    padding-left: 30px;
}

#shopp #shipping-methods li {
    margin-top: 5px;
}

#shopp #shipping-methods input {
    margin-left: -16px;
}

#shopp .shopp-errors {
    color: #990000;
}

#shopp input.error {
    background: #ffdddd;
}

#shopp label.error {
    color: #990000;
    font-weight: bold;
}

.clickwrap-terms {
    overflow: auto;
    height: 200px;
    border: 1px solid #333;
    padding: 0.5em;
    margin-bottom: 1em;
}

/**
 * Order Receipt
 **/

#shopp #receipt {
    position: relative;
    margin: 20px 0;
}

#shopp #receipt address {
    font-style: normal;
}

#shopp #receipt fieldset {
    padding: 10px;
    border: 1px solid #dadada;
    margin: 20px 0 30px;
}

#shopp #receipt fieldset legend {
    display: block;
}

#shopp #receipt table {
    overflow: hidden;
}

#shopp #receipt table.transaction th {
    text-align: left;
}

#shopp #receipt .labels {
    width: 100%;
}

#shopp #receipt table.labels td {
    vertical-align: top;
}

#shopp #receipt .order {
    width: 100%;
    overflow: hidden;
    border: none;
}

#shopp #receipt td {
    border: none;
}

#shopp #receipt th {
    font-weight: bold;
    text-align: left;
    border: none;
}

#shopp #receipt th,
#shopp #receipt td {
    padding: 3px 0;
}

#shopp #receipt .order .item {
    width: 50%;
}

#shopp #receipt .order td.qty {
    text-align: center;
}

#shopp #receipt .order .money,
#shopp #receipt .order .total,
#shopp #receipt .order .buttons td {
    text-align: right;
}

#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td {
    font-size: 130%;
}

.categories ul li a.current {
    font-weight: bold;
}

#shopp .category {
    position: relative;
}

#shopp .views {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}

#shopp .views button {
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    padding: 2px;
    margin-bottom: -3px;
}

#shopp .views button.hover {
    background-color: #ebebeb;
    border: 1px solid #777;
}

#shopp .views li {
    display: inline;
}

#shopp .orderby {
    float: right;
}

#shopp .category .subcategories {
    padding: 10px 0;
    margin-bottom: 10px;
}

#shopp .category .subcategories ul {
    padding: 10px 0 0 20px;
    margin-bottom: 10px;
}

#shopp .category .subcategories li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

#shopp .slideshow,
#shopp .carousel {
    margin: 20px 0;
    overflow: hidden;
}

/* Each product in a category has a containing frame */

#shopp ul.products li.product div.frame {
    padding: 10px;
}

#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price {
    margin-top: 0;
    margin-bottom: 0;
}

#shopp ul.products li .details {
    float: none;
}

/* Hide the product summary in the grid view */

#shopp ul.products li .summary {
    display: none;
}

#shopp ul.products li .listview {
    display: none;
}

#shopp ul.products img {
    display: block;
}

#shopp .price {
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

#shopp .original {
    text-decoration: line-through;
}

#shopp .sale {
    font-size: 150%;
}

/* Faceted menu cancel filter link styles */

.filters a.cancel:before {
    content: "[";
}

.filters a.cancel {
    font-weight: bold;
}

.filters a.cancel:after {
    content: "]";
}

.filters a.cancel:hover {
    text-decoration: none;
}

/* Product List View */

#shopp.list ul.products li {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

#shopp.list ul.products li.product {
    border-bottom: 1px solid #ddd;
}

#shopp.list ul.products li div.frame {
    width: 100%;
    text-align: left;
}

#shopp.list ul.products li img {
    float: left;
    margin-right: 10px;
}

#shopp.list ul.products li .details {
    float: left;
    width: 65%;
}

#shopp.list ul.products li .listview {
    display: block;
}

#shopp ul.breadcrumb {
    margin: 10px 0;
}

#shopp ul.breadcrumb li {
    background: none;
    padding: 0;
    display: inline;
    margin-left: 0;
    text-indent: 0;
}

#shopp ul.categories {
    float: left;
    margin-right: 20px;
}

/* Category Pagination */

#shopp ul.paging {
    /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */
}

#shopp ul.paging li {
    /* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */
}

#shopp ul.paging li a {
    /* page links default styling */
}

#shopp ul.paging li a:hover {
    /* page links hover styling */
}

#shopp ul.paging li.active {
    /* currrent page style */
}

#shopp ul.paging li.disabled {
    /* style for disabled previous/next links */
}

#shopp ul.paging li.previous a,
#shopp ul.paging li.next a {
    /* previous/next link style */
}

/**
 * Product Pages
 **/

#shopp .column {
    float: left;
}

#shopp .column.first {
    width: 65%;
}

#shopp .column.second {
    float: right;
    width: 35%;
}

#shopp .original {
    text-decoration: line-through;
}

#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label {
    clear: none;
}

#shopp form.product ul {
    width: auto;
}

#shopp ul.variations label {
    display: block;
}

#shopp dl {
    overflow: hidden;
    margin: 0 0 6px;
}

#shopp dt {
    clear: left;
    float: left;
    text-align: left;
    width: 20%;
    margin-right: 1em;
}

h3.name {
    line-height: 25px;
}

#shopp dd {
    clear: right;
    width: 80%;
    padding-left: 20%;
    text-align: left;
    margin-bottom: 6px;
}

#shopp p.price {
    text-align: right;
}

#shopp .gallery {
    margin: 5px 10px 5px 0;
}

#shopp .gallery ul.previews li.thumbnails ul {
    margin: 10px 0 10px 0;
}

#shopp .gallery ul.previews li.thumbnails li {
    margin: 0 5px 0 0;
}

/**
 * Category List Widget
 **/

ul.shopp_categories {
    /* category list container */
}

ul.shopp_categories li {
    /* category listing containers */
}

ul.shopp_categories li a {
    /* category link default styles */
}

ul.shopp_categories li a:hover {
    /* category link hover styles */
}

ul.shopp_categories li span {
    /* categpry product count styles */
}

ul.shopp_categories li.current {
    /* currently viewed category container */
}

ul.shopp_categories li.current a {
    /* currently viewed category link style */
}

ul.shopp_categories li.current a:hover {
    /* currently viewed category link hover style */
}

ul.shopp_categories li ul.children {
    /* sub-category list container */
}

ul.shopp_categories li ul.children li {
    /* sub-category listing container */
}

ul.shopp_categories li ul.active {
    /* active sub-category container */
}

/* Collapsed sub-category menus example
ul.shopp_categories li ul.children { display: none; }
ul.shopp_categories li ul.active { display: block; }
*/

/**
 * Side Products Widget
 **/

.sideproduct {
    margin-top: 20px;
}

.sideproduct h3 {
    margin-top: 0;
}

/**
 * Shopping Cart
 **/

#shopp #cart {
    width: 100%;
}

#shopp #cart table {
    padding: 10px 0;
    width: 100%;
}

#shopp #cart th {
    text-align: left;
    font-weight: bold;
}

#shopp #cart th,
#shopp #cart td {
    padding: 3px;
}

#shopp #cart .item {
    width: 50%;
}

#shopp #cart .money,
#shopp #cart .totals th,
#shopp #cart .buttons td {
    text-align: right;
    white-space: nowrap;
}

#shopp #cart .totals.total th,
#shopp #cart .totals.total td {
    font-size: 130%;
}

#shopp #cart .remove {
    font-size: 9px;
}

#shopp #cart address {
    font-style: normal;
}

#shopp #cart big {
    display: block;
    margin: 10px 0;
}

#shopp #cart big a.right {
    float: right;
}

/**
 * Shopping Cart Widget
 **/

#shopp-cart.widget p.status {
    margin-bottom: 10px;
}

#shopp ul.account li {
    display: inline-block;
    width: 200px;
    padding-top: 18px;
}

/**
 * Checkout
 **/

#shopp #shipping-methods {
    padding-left: 30px;
}

#shopp #shipping-methods li {
    margin-top: 5px;
}

#shopp #shipping-methods input {
    margin-left: -16px;
}

#shopp .shopp-errors {
    color: #990000;
}

#shopp input.error {
    background: #ffdddd;
}

#shopp label.error {
    color: #990000;
    font-weight: bold;
}

.clickwrap-terms {
    overflow: auto;
    height: 200px;
    border: 1px solid #333;
    padding: 0.5em;
    margin-bottom: 1em;
}

/**
 * Order Receipt
 **/

#shopp #receipt {
    position: relative;
    margin: 20px 0;
}

#shopp #receipt address {
    font-style: normal;
}

#shopp #receipt fieldset {
    padding: 10px;
    border: 1px solid #dadada;
    margin: 20px 0 30px;
}

#shopp #receipt fieldset legend {
    display: block;
}

#shopp #receipt table {
    overflow: hidden;
}

#shopp #receipt table.transaction th {
    text-align: left;
}

#shopp #receipt .labels {
    width: 100%;
}

#shopp #receipt table.labels td {
    vertical-align: top;
}

#shopp #receipt .order {
    width: 100%;
    overflow: hidden;
    border: none;
}

#shopp #receipt td {
    border: none;
}

#shopp #receipt th {
    font-weight: bold;
    text-align: left;
    border: none;
}

#shopp #receipt th,
#shopp #receipt td {
    padding: 3px 0;
}

#shopp #receipt .order .item {
    width: 50%;
}

#shopp #receipt .order td.qty {
    text-align: center;
}

#shopp #receipt .order .money,
#shopp #receipt .order .total,
#shopp #receipt .order .buttons td {
    text-align: right;
}

#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td {
    font-size: 130%;
}

#shopp {
    color: #444444;
}

#shopp .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

#shopp li {
    list-style-type: none;
}

#shopp ul {
    margin: 0 0 0 0;
}

#shopp ul li span {
    display: inline-block;
}

#shopp input.cart-item-quantity {
    width: 20%;
}

#shopp input.small-width {
    width: 40px;
}

#shopp input.checkbox-width {
    width: 20px;
}

#shopp .btn-login {
    margin-bottom: 20px;
}

#shopp .btn-promo {
    margin-left: 10px;
    margin-bottom: 20px;
}

#shopp .proceed-to-checkout-btn {
    margin-top: 10px;
}

#shopp .heading {
    font-size: 15px;
    color: #2a2f82;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#shopp .breadcrumb {
    background-color: transparent;
}

#shopp .sidebar {
    margin-top: 0px;
}

#shopp .sidebar li.current a {
    color: #008776;
    font-weight: bold;
}

#shopp .padding {
    margin-left: 20px;
    margin-bottom: 20px;
}

#shopp .product-row p.price {
    text-align: left;
    margin: 10px 0px;
}

#shopp .product-row a {
    margin: 0 auto;
    display: block;
}

#shopp .product-single {
    margin-top: 20px;
    padding-bottom: 20px;
}

#shopp .category-single {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

#shopp .cart-margin {
    margin-top: 20px;
}

#shopp .cart-item-wrap {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

#shopp .cart-item-wrap img {
    margin: 0px 0px 0px 0px;
}

#shopp label {
    display: block;
}

#shopp .billing-inputs {
    margin-top: 40px;
}

#shopp label span.req {
    color: red;
}

#shopp .cart-total {
    display: inline-block;
    margin-right: 10px;
    margin-top: 23px;
}

#shopp .paging li {
    display: inline-block;
}

#shopp .promo-wrap input {
    width: 100px;
}

.logged-in #header.header-wrap {
    top: 32px;
}

.header-wrap {
    top: 0;
    left: 0;
    width: 100%;
}

/* Navbar Before
  -------------------------------------------------- */

/* Navbar After
  -------------------------------------------------- */

#navbar-after p {
    color: #363636;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

#navbar-after img.logo {
    position: relative;
    z-index: 10;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navbar-after .tagline {
    margin-top: 30px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #aba9af;
}

#navbar-after .tagline h2 {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2a2f82;
    font-size: 35px;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: -1px -1px -1px #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #aba9af;
}

#navbar-after .social {
    margin-top: 10px;
    text-align: center;
}

#navbar-after .social p {
    text-align: center;
}

#navbar-after .phone {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

#navbar-after .phone a {
    color: #2a2f82;
    font-size: 30px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px #ffffff;
}

#navbar-after .phone a:hover {
    color: #1e215b;
}

#navbar-after .phone a:active {
    color: #2a2f82;
}

#navbar-after .phone p.assistance {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    font-size: 18px;
}

/* Navbar
  -------------------------------------------------- */

.navbar-wrap {
    background: #232776;
}

.navbar-wrap .death {
    margin-top: 7px;
    margin-left: 2px;
    padding: 6px 1px;
}

.navbar-wrap .icon {
    margin-top: 7px;
}

.navbar-wrap .navbar-toggle {
    text-align: center;
    padding: 3px 5px 5px;
    width: 78px;
}

.navbar-wrap .navbar-toggle .menu-collapse {
    color: #ffffff;
    float: left;
    padding-right: 6px;
    display: block;
}

.navbar-wrap .navbar-toggle .hamburger {
    display: block;
    float: right;
    margin-top: 3px;
}

.navbar-wrap .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 3px auto;
}

.navbar-wrap .navbar.navbar-default {
    background: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.navbar-wrap .navbar.navbar-default a {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

@media (max-width: 992px) {
    .navbar-wrap .navbar.navbar-default a b.caret.hidden-lg.hidden-md {
        display: inline-block !important;
    }
}

.navbar-wrap .navbar.navbar-default .navbar-nav>li a:hover,
.navbar-wrap .navbar.navbar-default .navbar-nav>li a:active {
    color: #e3e3e3;
}

.navbar-wrap .navbar.navbar-default .navbar-nav>li:last-child a {
    padding-right: 0;
}

.navbar-wrap .navbar.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
}

.navbar-wrap .navbar.navbar-default .navbar-nav .dropdown-menu {
    background: #3a41c5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    border-radius: 0;
}

.navbar-wrap .navbar.navbar-default .navbar-nav .dropdown-menu>li>a {
    color: #ffffff;
}

.navbar-wrap .navbar.navbar-default .navbar-nav .dropdown-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.navbar-wrap .navbar.navbar-default .navbar-nav .dropdown-menu>.active>a {
    background-color: rgba(255, 255, 255, 0.7);
}

/********* Media Queries *********/

@media (min-width: 768px) and (max-width: 991px) {
    #navbar-after img.logo {
        margin-top: -20px;
    }
    .navbar-wrap .navbar-nav>li>a {
        padding: 12px 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
    }
}

@media (min-width: 992px) {
    #navbar-after .phone {
        text-align: right;
    }
    #navbar-after .phone p.assistance {
        text-align: right;
    }
    .home #navbar-after img.logo {
        margin-top: -142px;
    }
    .navbar-wrap .death {
        margin-left: 25px;
        padding: 6px 10px;
        display: inline-block !important;
    }
    .navbar-wrap .navbar.navbar-default .navbar-nav>li {
        float: left;
    }
    .navbar-wrap .navbar.navbar-default .navbar-nav .dropdown-menu {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a41c5), to(#232776));
        background-image: -webkit-linear-gradient(top, #3a41c5 0%, #232776 100%);
        background-image: -moz-linear-gradient(top, #3a41c5 0%, #232776 100%);
        background-image: linear-gradient(to bottom, #3a41c5 0%, #232776 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a41c5', endColorstr='#ff232776', GradientType=0);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .navbar-wrap .navbar.navbar-default .navbar-nav>li>a {
        padding: 12px 6px;
    }
}

@media (min-width: 1200px) {
    #navbar-after .social {
        margin-top: -83px;
    }
    #navbar-after .phone {
        margin-top: -83px;
    }
}

@media (max-width: 992px) {
    ul.dropdown-menu {
        width: 100% !important;
        position: relative;
    }
}

.sub-page #content-area #sub-page-carousel {
    margin-bottom: 20px;
}

.sub-page #content-area .carousel-inner {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.sub-page #content-area .carousel-control {
    z-index: 10;
}

.sub-page #content-area .c-control {
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.sub-page #content-area .c-control.left {
    background: transparent url("../img/slideshow-left.png") no-repeat center;
    left: 15px;
}

.sub-page #content-area .c-control.right {
    background: transparent url("../img/slideshow-right.png") no-repeat center;
    right: 15px;
}

.sub-page #content-area .c-caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    min-height: 76px;
    margin-top: 20px;
    text-align: center;
    padding: 5px;
}

.sub-page #content-area .c-caption h3 {
    color: #cccccc;
    margin-top: 15px;
}

.sub-page #content-area .c-caption p {
    color: #ffffff;
    text-align: center;
}

.sub-page #content-area .img-carousel {
    border: 0px solid #f5f4f0;
    background-color: transparent;
    padding: 0px;
    margin: 0;
}

.sub-page #content-area .carousel-fade .item {
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
    left: 0 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.sub-page #content-area .carousel-fade .item:first-child {
    top: auto;
    position: relative;
}

.sub-page #content-area .carousel-fade .item.active {
    opacity: 100;
    filter: alpha(opacity=10000);
    -moz-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    -webkit-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
    z-index: 2;
}

/*
Sidebar Navigation Styles
_________________________________________________
*/

.sidebar {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .sidebar-nav {
    margin-top: 40px;
    padding: 0;
    padding-top: 5px;
    border: 1px solid transparent;
    background: #eeeeee;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .sidebar-nav:first-child {
    margin-top: 0px;
}

.sidebar .sidebar-nav a {
    text-shadow: 1px 1px #ffffff;
}

.sidebar .sidebar-nav h2 {
    text-align: center;
}

.sidebar .sidebar-nav h2 a {
    color: #2b3082;
    font-size: 26px;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
}

.sidebar .sidebar-nav ul.nav {
    padding: 0 20px;
    margin-bottom: 10px;
}

.sidebar .sidebar-nav ul.nav li {
    padding: 0;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #aba9af;
}

.sidebar .sidebar-nav ul.nav li:first-child {
    border-top: none;
}

.sidebar .sidebar-nav ul.nav li.active a {
    background: transparent;
    color: #2a2f82;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}

.sidebar .sidebar-nav ul.nav li.active a:hover {
    color: #2a2f82;
}

.sidebar .sidebar-nav ul.nav li a {
    display: block;
    text-align: center;
    color: #444444;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

.sidebar .sidebar-nav ul.nav li a:hover {
    background: transparent;
    color: #2a2f82;
    text-decoration: none;
}

.sidebar .sidebar-nav ul.nav li:last-child {
    border-bottom: none;
}

.sidebar .sidebar-nav.last {
    background: none;
}

.sidebar h2.learn {
    font-size: 24px;
    color: #2b3082;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
}

.sidebar .video-popups {
    text-align: center;
}

.sidebar .video-popups h3 {
    margin-bottom: 10px;
}

.sidebar .video-popups a img {
    max-width: 100%;
    margin-bottom: 20px;
}

.sidebar .preplan-online {
    display: block;
    width: 193px;
    height: 235px;
    background: transparent url(../img/preplan-online.png) no-repeat;
    text-indent: -99999px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 50px;
}

.sidebar .ppo-es {
    background-image: url(../img/preplanning-button-es.png);
}

.sidebar .send-flowers {
    display: block;
    width: 250px;
    height: 219px;
    background: transparent url(../img/send-flowers.png) no-repeat;
    text-indent: -99999px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.sidebar .sf-es {
    background-image: url(../img/send-flowers-button-es.png);
}

.sidebar .testimonial {
    position: relative;
    padding: 1px 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
}

.sidebar .testimonial .top-quote {
    position: absolute;
    background: transparent url(../img/bg-quotes.png) no-repeat 0 0;
    width: 46px;
    height: 37px;
    display: block;
    overflow: hidden;
    top: 6px;
    left: 2px;
}

.sidebar .testimonial .bottom-quote {
    position: absolute;
    background: transparent url(../img/bg-quotes.png) no-repeat -47px 0;
    width: 46px;
    height: 37px;
    display: block;
    overflow: hidden;
    bottom: -14px;
    right: 2px;
}

.sidebar .testimonial .quote-content {
    margin-top: 20px;
    background: #eeeeee;
    border: 1px solid transparent;
    padding: 35px 25px;
    color: #444444;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    text-shadow: 1px 1px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.sidebar .testimonial .quote-content .name {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/********* Media Queries *********/

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .sidebar {
        padding-left: 0;
    }
}

/* ----------------------------------- Home Obituary Feed ----------------------------------- */

#obit-feed {
    text-align: center;
    padding: 16px;
}

#obit-feed .col-xs-12:last-child,
#obit-feed .col-sm-6:last-child,
#obit-feed .col-md-3:last-child {
    margin-right: 0;
}

#obit-feed ul {
    margin: 0;
    padding: 0;
}

#obit-feed ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#obit-feed .obit-list {
    margin-left: -15px;
    margin-right: -27px;
}

#obit-feed .carousel-control {
    background: transparent url("../img/home-obits-left-1.png") no-repeat 0px 0px;
    position: absolute;
    top: 45%;
    left: -5px;
    width: 76px;
    height: 79px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: transparent;
    text-indent: -9999px;
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#obit-feed .carousel-control.right {
    background: transparent url("../img/home-obits-right-1.png") no-repeat 0px 0px;
    left: auto;
    right: -25px;
}

#obit-feed .obit-wrap {
    background-color: #ffffff;
    background-size: 80px 60px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    position: relative;
    height: 260px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#obit-feed .thumbnail {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 5px;
}

#obit-feed .thumbnail .img-link {
    display: inline-block;
}

#obit-feed .thumbnail .caption {
    bottom: -165px;
    position: relative;
    padding: 0;
}

#obit-feed .thumbnail .caption p {
    font-size: 14px;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
}

#obit-feed img {
    height: 140px;
    background-color: #ffffff;
    padding: 9px;
    margin-left: -70px;
    margin-top: -60px;
    top: 50%;
    left: 50%;
    position: absolute;
    border: 1px solid #aba9af;
}

#obit-feed h2 {
    font-size: 36px;
    text-shadow: 1px 1px 1px #ffffff;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    color: #2a2f82;
    font-style: normal;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#obit-feed .name {
    color: #2a2f82;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, Times, serif;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #ffffff;
}

#obit-feed .service,
#obit-feed .visitation {
    width: 100%;
    display: block;
    padding-top: 0px;
    color: #000000;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
}

#obit-feed .button-row {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#obit-feed .button-row img {
    background-color: transparent;
    border: none;
    bottom: -5px;
    z-index: 0;
    padding: 0;
}

#obit-feed .button-row img.background {
    z-index: 1;
    left: 53px;
}

#obit-feed .button-row img#card {
    top: 60px;
    left: 90px;
    z-index: 2;
}

#obit-feed .button-row img#fore {
    z-index: 3;
    left: 53px;
}

#obit-feed .button-row a.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-right: 4px;
}

#obit-feed a.send-flowers {
    text-indent: -9999px;
    width: 264px;
    height: 93px;
    position: absolute;
    bottom: -57px;
    left: 13px;
    z-index: 10;
    overflow: hidden;
}

/******* Media Queries *******/

@media (min-width: 992px) {
    #obit-feed {
        background: url("../img/obits-bg.jpg") no-repeat center;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}

/* Styles for the sitemap
_________________________________________________ */

#sitemap {
    background: #000000;
    position: relative;
    padding-bottom: 40px;
    padding-top: 50px;
    border-bottom: 1px solid #555555;
    border-top: 1px solid #ffffff;
}

#sitemap img.logo {
    margin-bottom: 20px;
}

#sitemap ul,
#sitemap li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sitemap .menu-links {
    border-top: 1px solid #444444;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sitemap .main-menu {
    background: #333333;
}

#sitemap .main-menu ul {
    margin-left: 10px;
}

#sitemap .main-menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#sitemap .main-menu a {
    color: #7997e3;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000000;
}

#sitemap .main-menu a:hover {
    color: #a3b8ec;
}

#sitemap .main-menu a:active {
    color: #7997e3;
}

#sitemap .title {
    font-size: 30px;
    color: #ffffff;
    font-family: marcellus_scregular, Georgia, Times, serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: normal;
    border-bottom: 1px solid #000000;
    background: #222222;
    text-shadow: none;
}

#sitemap .everything {
    background: #333333;
}

#sitemap .everything li {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 4px;
}

#sitemap .everything a {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

#sitemap .everything a:hover {
    color: #7997e3;
}

#sitemap .everything a:active {
    color: #ffffff;
}

#sitemap .everything li:first-child a {
    color: #7997e3;
    font-size: 18px;
}

#sitemap .everything li:first-child a:hover {
    color: #a3b8ec;
}

#sitemap .everything li:first-child a:active {
    color: #7997e3;
}

/*
-overrides-footer.less
Footer Styles
*/

#footer {
    position: relative;
    padding: 0;
    border-top: 1px solid #000000;
}

#footer #map {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
}

#footer .footer-container {
    padding-top: 50px;
}

#footer .logo-well {
    background: rgba(255, 255, 255, 0.85);
    padding: 4px 0 30px 0;
}

#footer p,
#footer a {
    color: #000000;
    text-shadow: 0px 0px 15px #ffffff;
}

#footer p.view,
#footer p.directions {
    display: inline-block;
}

#footer p.view a,
#footer p.directions a {
    color: #ffffff;
}

#footer p.view {
    padding-right: 10px;
}

#footer p.title,
#footer p.supervisor {
    color: #000000;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

#footer p.supervisor {
    font-size: 14px;
}

#footer p.phone a {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    color: #2a2f82;
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
}

#footer p.phone a:hover {
    color: #1e215b;
}

#footer p.phone a:active {
    color: #24286f;
}

#footer img.logo {
    margin-bottom: 15px;
}

#footer .copyright p {
    color: #000000;
    margin-top: 20px;
    font-size: 10px;
}

#footer .copyright p a {
    color: #000000;
    font-size: 10px;
}

#footer .copyright p a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    #footer p {
        font-size: 13px;
        line-height: 18px;
    }
    #footer p.phone a {
        font-size: 20px;
    }
}

/** ColorBox Core Style **/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: visible;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

/** Custom Style **/

#cboxOverlay {
    background: #000;
}

#cboxLoadedContent body {
    overflow: hidden;
}

#colorbox:focus {
    outline: none;
}

#cboxContent {
    margin-top: 32px;
}

#cboxLoadedContent {
    background: #fff;
    padding: 1px;
    border: 3px solid #000;
}

#cboxLoadingGraphic {
    background: url(../img/cbox/loading.gif) center center no-repeat;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #fff;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(../img/cbox/colorbox.png) 0 0 no-repeat;
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px;
}

#cboxPrevious.hover {
    background-position: 0px -25px;
}

#cboxNext {
    background-position: -25px 0px;
    right: 22px;
}

#cboxNext.hover {
    background-position: -25px -25px;
}

#cboxClose {
    background-position: -50px 0px;
    right: 0;
    border: none;
}

#cboxClose.hover {
    background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -75px -25px;
}

.home .social-feeds {
    border-top: 1px solid #6478d0;
}

.social-feeds {
    background-color: #fdfdfd;
    padding: 48px;
    border-bottom: 1px solid #c5c4c5;
}

.social-feeds .twitter-feed .title {
    padding: 10px 10px 10px 20px;
}

.social-feeds .twitter-feed .title a {
    display: block;
    height: 36px;
}

.social-feeds .twitter-feed .twitter-content {
    border: 1px solid #cbcacb;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.social-feeds .facebook-feed {
    min-height: 300px;
}

.social-feeds .facebook-feed .title {
    padding: 10px 10px 10px 20px;
}

.social-feeds .facebook-feed .title a {
    display: block;
    height: 36px;
}

.social-feeds .facebook-feed .facebook-content {
    border: 1px solid #cbcacb;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.social-feeds .testimonial {
    position: relative;
}

.social-feeds .testimonial .top-quote {
    position: absolute;
    background: transparent url(../img/left-quote.png) no-repeat 0 0;
    width: 66px;
    height: 53px;
    display: block;
    overflow: hidden;
    top: -20px;
    left: 10px;
}

.social-feeds .testimonial .bottom-quote {
    position: absolute;
    background: transparent url(../img/right-quote.png) no-repeat 0px 0;
    width: 66px;
    height: 53px;
    display: block;
    overflow: hidden;
    bottom: -20px;
    right: 10px;
}

.social-feeds .testimonial .quote-content {
    border: 1px solid #cbcacb;
    background: #eeeeee;
    padding: 25px 30px;
    text-align: center;
    min-height: 437px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.social-feeds .testimonial .quote-content p {
    color: #444444;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 29px;
    font-style: italic;
    line-height: 35px;
}

.social-feeds .testimonial .quote-content .name {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}