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

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

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

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

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

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

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

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

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

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


/** When text on the page is highlighted **/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/** Shows for browsers less than ie 7 **/
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/** Global Styles **/
body {
    font-size: 1em;
    line-height: 1.4;
    padding: 2em 1em 4em;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

p a {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 25px 0 .5em;
}

h1, .text-seperator h5 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
    margin-top: 15px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

.content .spacer-block hr {
    display: block;
    height: 1px;
    border: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0;
    margin: 0;
    border-width: 30px;
}

/** Header **/
.content .header-block {
    min-height: 90px;
}

/** Logo **/
.content .header-block #main-logo {
    position: relative;
    margin: 0 auto;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.content .header-block #main-logo .logo {
    padding: 5px;
    display: block;
}

.content .header-block #main-logo .logo p {
    margin: 0px;
    padding: 0px;
    padding-left:60px;
    font-weight:bold;
}

.content .header-block #main-logo .logo img {
    max-width: 100%;
    vertical-align: middle;
}

/** Navigation **/

#nav-wrap ul {
    list-style: none;
}

#nav-wrap ul li {
    display: inline-block;
}

#nav-wrap ul li a {
    padding: 0 1.5em;
    font-family: maven;
    color: #5f5f5f;
}

#nav-wrap ul li div ul li {
    display: block;
}

header {
    padding: 15px 0;
    position: relative;
    left: -15px;
}

.content .header-block #nav-wrap #menu-icon {
    display: none;
    font-family: 'RobotoCondensed';
    font-size: 20px;
    background-image: url(../images/nav-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.content .header-block #nav-wrap {
    display: inline-block;
    vertical-align: top;
    /* float: right; */
}

.content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: left;
    position: relative;
    /*margin: 0 .07em;*/
}

.content .header-block #nav-wrap .dropdownNavigation > ul > li > a {
    padding-top: .5em;
    display: inline-block;
}

.content .header-block #nav-wrap .dropdownNavigation > ul {
    padding: 0;
    margin: 0;
}

.content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 10000;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    padding-left: 10px;
    padding: 0.4em;
    position: relative;
}

.content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a {
    padding-left: .9em;
    padding-top: .2em;
    font-size: 17px;
}

.content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block;
    margin: 0;
    padding: 0;
}

.content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li:last-child {
    padding-bottom: 1em;
}

.content .header-block #nav-wrap .dropdownNavigation a {
    white-space: nowrap;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    /*font: 18px 'RobotoCondensed';*/
    padding: 0.3em 1em 0.5em;
    /*color: #FFF;*/
}

/** Inner Page - Secondary Navigation **/
.content .main-content-block .content-secondary-nav ul {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.content .main-content-block .content-secondary-nav ul > li:before {
    display: none;
}

.content .main-content-block .content-secondary-nav ul > li {
    border-top: 1px solid #ededed;
    padding: .7em 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    list-style-type: none;
    line-height: 20px;
}

/** Main Banner **/
.content .fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden !important;
    border: none !important;
    max-height: 700px;
}

.content .fullwidthbanner-container img {
    max-height: none;
}


/** Main Content **/
.content .main-content-block h1.title,
.content .main-content-block .main-content .content-row h1,
.content .call-to-actions-block h3.title,
.content .call-to-actions-block h1.title,
.content .widget-footer-block .widget h3.title {
    font-family: 'maven';
    /*text-transform: uppercase;*/
}

/** Offers **/
.content .offers .title {
    color: #9e9e9e;
}

.content .offers .subtitle {
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}

/** Services List **/
.arrangement-thumbs .arrangement .tribute-list .tribute a.deceased-image-missing {
    height: 50px;
    width: 50px;
    background-size: 100%;
}




.content .arrangement {
    font-size: 16px;
    /** To match the body **/
}

.arrangement .tribute-list .tribute a img {
    max-width: 50px;
    max-height: 50px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .date {
    font-size: 14px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute {
    border-top: 1px solid #ededed;
    padding: .7em 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    list-style-type: none;
    line-height: 20px;
    height: auto;
}

.current-services, .past-services, .content .arrangement .search-container {
    display: none;
    position: relative;
}

.content .arrangement .search-container .search-deceased {
    height: 45px;
    width: 30px;
    background: none;
    position: absolute;
    top: 10px;
    right: 5px;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 14px 1%;
    font-family: 'RobotoCondensed';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    margin-bottom: 1em;
    resize: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width: 100%;
    float: none;
}

.content .arrangement .search-container .search-deceased:before {
    content: "C";
    font-family: 'bulletsregular';
    font-size: 38px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .tribute-detail {
    display: inline;
    padding-left: 0;
}

.arrangement-thumbs .arrangement .tribute-list .tribute .tribute-detail a {
    color: #666;
    font-size: 18px;
    display: inline;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing,
.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom: -7px;
    position: static;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel {
    border-top: 1px solid #ededed;
    text-align: center !important;
}

.content .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 14px;
    padding: .4em 1.2em;
    border: none;
    font-family: 'robotomedium';
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: .5em;
    text-decoration: none;
    float: none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover {
    color: #fff;
    background-color: #af023b;
}

/** Paralax video block **/
.content .video-block {
    background: url(../../images/paralax-img.png) repeat 0 0 #352923;
}

.content .video-block .wrapper {
    max-width: 850px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.content .video-block .video-wrapper {
    border: 2px solid #000;
    margin: 2.5em 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.content .video-block h4 {
    font-size: 28px;
}

.content .video-block h5 {
    font-size: 22px;
}

/** Call to Actions **/
.content .call-to-actions-block {
    /* margin-bottom: 1em; */
}

/** Certifications **/
.content .certifications-title-block {
    font-size: 28px;
    margin-bottom: -30px;
}

.content .certifications-block {
    top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}

.content .certifications-block .thumb:before {
    display: none;
}

.content .certifications-block .thumb {
    display: inline-block;
    padding: .3em;
    opacity: 1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.content .certifications-block .thumb:hover {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/** Widget Footer **/
.content .widget-footer-block {
    padding-bottom: 2.5em;
    padding-top: 1em;
    font: 14px 'robotoregular';
}

.content .widget-footer-block img {
    max-width: 100%;
}

.content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"] {
    margin-bottom: 0;
}

/** Quick-links **/
.content .widget-footer-block .widget ul {
    margin: 0;
    padding: 0;
}

.content .widget-footer-block .widget ul li {
    list-style-type: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.content .widget-footer-block .widget ul li:before {
    content: "s";
    font-family: 'bulletsregular';
    font-size: 14px;
    left: 4px;
    top: 5px;
    position: absolute;
}

/** Page Footer **/
.content .page-footer-block {
    font-size: 14px;
    font-family: 'robotoregular';
    padding-top: 1em;
    padding-bottom: 1em;
}

.content .page-footer-block .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}

.content .page-footer-block .copyright .ft-logo {
    background: url(../images/ft-logo-new.png) no-repeat;
    background-position:center center;
    background-size: 75%;
    width: 250px;
    height: 50px;
    display: block;
    margin:0 auto;
}

.widget-page .content .main-content-block {
    margin-top: 20px;
}

.widget-page .content .main-content-block .wrapper {
    padding: 0;
    max-width: 1024px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/** Look and Feel Defaults - Can be overridden in the theme style **/
body {
    background-color: #FFF;
}

body,
.content .main-content-block a,
.content .video-block a,
.content .page-footer-block .copyright a {
    color: #5d534b;
}

/* White */

.content .video-block h4,
.content .video-block h5,
.content .certifications-title-block h4,
.content .certifications-title-block h5,
.content .header-block #nav-wrap .dropdownNavigation a,
.content .header-block #nav-wrap #menu-icon,
.content .arrangement .tribute-list .tribute-button-panel a,
.content #scrollUp {
    /*color: #fff;*/
}

/* Orange */
.content .widget-footer-block .widget a:hover,
.content .widget-footer-block .widget ul li:before,
.content .arrangement-vertical .arrangement .tribute-list .tribute .tribute-detail a,
.content .video-block a:hover,
.content .main-content-block .content-secondary-nav ul li.selected > a,
.content .main-content-block .content-secondary-nav ul li a:hover,
.content .main-content-block a:hover,
.content #scrollUp:hover,
.content .page-footer-block .copyright a:hover {
    color: #d27805;
    text-decoration: underline;
}

.content .header-block #nav-wrap li.selected > a,
.content .header-block #nav-wrap .dropdownNavigation > ul a:hover {
    text-decoration: underline;
    color: #000;
}
/* Light Brown **/
.content .widget-footer-block h3 {
    color: #a9987a;
}

/* Light Grey **/
.content .widget-footer-block,
.content .widget-footer-block a {
    color: #ebebeb;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    background-color: #EBEBEB;
}

.content .spacer-block hr {
    border-color: #EBEBEB;
}

/* Near Black */

.content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/* Dark Brown */
.content .widget-footer-block,
.content .arrangement .tribute-list .tribute-button-panel a,
.content .call-to-actions-block h3 .content .main-content-block h1 {
    background-color: #413732;
}

/* Royal Cherry */
.content .header-block #nav-wrap #menu-icon,
.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover {
    background-color: #af023b;
}

/* Mid Grey */
.content .certifications-title-block {
    background-color: #a09893;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    color: #A09893;
}

/** secondary nav on inner page **/
.content .main-content-block .content-secondary-nav ul li a,
.content .main-content-block .content-secondary-nav ul li {
    color: #A09893;
}

/* Dark Grey */
.content .page-footer-block {
    background-color: #fff;
}

/* Dark Brown */
.content .video-block {
    background: url(../images/paralax-img.png) repeat 0 0 #352923;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute {
    width: 14%;
    background: none;
    min-width: 100px;
    vertical-align: top;
    display: inline-block;
    float: none;
    height: auto;
}

.content .arrangement-thumbs .arrangement {
    background: none;
    /* display: inline-block; */
    border-radius: 20px;
    width: auto;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute .tribute-detail {
    line-height: 1.5em;
    height: 100%;
    text-align: center;
    margin-top: 20px;
}

.bdr {
    border: 1px solid red;
}

.death-r {
    -webkit-box-shadow: inset 0px 26px 21px -29px rgba(163,161,163,1);
    -moz-box-shadow: inset 0px 26px 21px -29px rgba(163,161,163,1);
    box-shadow: inset 0px 26px 21px -29px rgba(163,161,163,1);
    font-family: maven;
}

.death-r h1 {
    font-family: maven;
    margin: 0;
}

.home-content {
    padding: 0 6%;
    line-height: 2.2;
    font-family: maven;
}

.footer {
    background: #fff;
}

.footer a {
    text-decoration: none;
    color: #9f9e9e;
}

.footer * {
    font-family: maven;
}

.footer ul {
    list-style: none;
    display: inline-block;
}

.footer ul li {
    float: left;
    list-style: none;
    padding: 0 20px;
    font-size: 22px;
}

.inside-page .base-template .content .main-content-block {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.content .main-content-block {
    padding-top: 0;
}

.content .main-content-block p:first-child {
    margin-top: 0;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute a {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

.advanced-slide-show-container #next-slide-button, .advanced-slide-show-container #prev-slide-button{
    max-height:100%;
}

.advanced-slide-show-container{
    max-height:700px;
}

.content .footer-logo {
    width:46%;
    margin:0 auto;
}

.inside-page .tribute2 .picture-frame .inner-frame img.inner-image {
    height: 250px;
    top: -5px;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-wrapper {
    max-width: 100%;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-outter {
    top: 0 !important;
}

.inside-page .tribute2 .picture-frame .inner-frame {
    background-color: transparent;
    top: 40px;
}

.inside-page .tribute2 .picture-frame .inner-frame .empty-image {
    margin-top: 0;
}

.content .arrangement .tribute-list .tribute .deceased-image img {
    display:none;
}

.content .arrangement .tribute-list .tribute .deceased-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 60px;
    height: 75px;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0 #000;
}

.base-template .content .arrangement .tribute-list .tribute .deceased-image-missing {
    width: 60px;
    height: 75px;
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
    background-size:cover;
    margin-bottom:12px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
  border: 2px solid #aaa;
  background-position: top center;
  box-shadow: 2px 3px 2px 0 #000;
  height: 130px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing img {
  border: 2px solid #aaa;
  box-shadow: 2px 3px 2px 0 #000;
  height:130px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
    height:130px;
}

.base-template .content .arrangement .tribute-list .tribute .tribute-detail a {
    vertical-align:top;
}

.base-template .content .tribute .tribute-detail {
    position: relative;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing {
    height: 130px;
}

#nav-wrap ul li a {
    padding: 0 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #5f5f5f;
}

.content .header-block #nav-wrap li.selected > a, 
.content .header-block #nav-wrap .dropdownNavigation > ul a:hover {
    text-decoration: none;
    color: #595a5c;
}

html, 
body, 
base-template, 
content {
    height: 100%;
}

.live-chat-area {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    top: 15px;
}

.callus-area {
    display: inline-block;
    margin-right: 8%;
    font-size: 18px;
}

.top-footer {
    display: inline-block;
    width: 65%;
    margin-top: 15px;
}

.bottom-top-footer {
    float: right;
}

.content .footer-details {
    display: inline-block;
    vertical-align: top;
}

.content .footer-details .fd-num,
.content .footer-details .accr_bus {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.content .footer-details .trademark-info {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.content .footer-details .fd-num > p,
.content .footer-details .trademark-info > p {
    margin-top: 0;
    line-height: 1;
}

.content .social-media-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}

.content .social-media-links .social-icon {
    max-width: 70px;
    max-height: 70px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.content .social-media-links .social-icon:hover {
    opacity: 0.81;
    cursor: pointer;
}

.content .striked {
    border: 1px solid #d5d5d6;
    width: 315px;
    position: relative;
    top: 30px;
    z-index: 0;
}

.middle-drop {
    position: relative;
    top: 12px;
}

.content .footer-menu > p > a {
    text-decoration: none;
    color: #5d534b;
}

.content .footer-menu > p > a:hover {
    text-decoration: underline;
}



.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width:100%;
    float:none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding-left: 5px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 18px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing,
.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom: -7px;
    position: static;
    float: none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel {
    border-top: 1px solid #ededed;
    text-align: center!important;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 70px;
    max-height: 70px;
    display: none;
    float: left;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .tribute-detail {
    padding-left: 10px;
    display: inline-block;
    max-width: 85px;
    vertical-align: top;
    clear: both;
    text-align: left;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing {
  width: 60px;
  height: 75px;
  float: none;
  background-size: cover;
  display: inline-block;
  box-shadow: 2px 3px 2px 0 #000;
  border: 2px solid #FFF;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}