@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
:root .obituaries-header {
  background-color: #fff; }

.tt-top-bar {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased; }

.tt-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tt-bar-left a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  line-height: 36px;
  color: #aeafb5;
  padding-left: 18px;
  margin-right: 10px;
  position: relative; }
  .tt-bar-left a:hover {
    color: #aeafb5;
    opacity: .7; }
  .tt-bar-left a svg {
    position: absolute;
    left: 0;
    top: 0px; }

.tt-bar-left p {
  display: inline-block;
  position: relative;
  color: #aeafb5;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  margin-left: 10px;
  padding-left: 22px; }
  .tt-bar-left p svg {
    position: absolute;
    left: 0;
    top: 8px; }

.tt-bar-right a {
  display: block;
  border-radius: 50%;
  background-color: rgba(163, 164, 170, 0.2);
  width: 26px;
  height: 26px; }
  .tt-bar-right a:hover svg .st1 {
    fill: #A595B2;
    stroke: #A595B2; }
  .tt-bar-right a:hover svg .st0 {
    fill: #fff;
    stroke: #fff; }
  .tt-bar-right a svg {
    width: 26px;
    height: 26px; }

.tt-header {
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  position: relative; }
  .tt-header .tt-header-logo {
    text-align: center; }
  .tt-header .tt-header-logo-mb {
    text-align: left; }
  .tt-header .tt-nav {
    text-align: center; }
    .tt-header .tt-nav ul {
      margin: 0;
      padding: 0; }
      .tt-header .tt-nav ul li {
        display: inline-block;
        position: relative;
        list-style: none; }
        .tt-header .tt-nav ul li:hover > ul {
          display: block; }
        .tt-header .tt-nav ul li a {
          display: block;
          text-decoration: none;
          color: #333333;
          font-size: 17px;
          font-weight: 500;
          line-height: 21px;
          padding: 4px;
          margin: 18px 14px; }
          .tt-header .tt-nav ul li a:after {
            position: absolute;
            top: 50%;
            margin-top: -5px;
            right: 0;
            width: 8px;
            height: 8px;
            content: ""; }
          .tt-header .tt-nav ul li a:hover {
            color: #958ca5;
            opacity: 1; }
            .tt-header .tt-nav ul li a:hover .tt-underline {
              width: 100%;
              opacity: 1; }
          .tt-header .tt-nav ul li a .tt-underline {
            bottom: -6px;
            background-color: #8a7a9b;
            background: #8a7a9b;
            background: -webkit-linear-gradient(135deg, #8a7a9b 30%, #736682 100%);
            background: linear-gradient(135deg, #8a7a9b 30%, #736682 100%);
            height: 2px;
            position: absolute;
            display: block;
            left: 1px;
            bottom: -5px;
            overflow: hidden;
            width: 0;
            pointer-events: none;
            background-color: transparent;
            opacity: .85;
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .tt-header .tt-nav ul li ul {
          display: none;
          position: absolute;
          background: #fff;
          z-index: 2222;
          width: 280px; }
          .tt-header .tt-nav ul li ul li {
            display: block;
            padding: 10px 10px 0 10px;
            box-sizing: border-box;
            text-align: left; }
            .tt-header .tt-nav ul li ul li a {
              padding: 10px;
              color: #333333;
              font-size: 13px;
              font-weight: 500;
              line-height: 17px;
              margin: 0; }
              .tt-header .tt-nav ul li ul li a:hover {
                color: #958ca5;
                background: rgba(149, 140, 165, 0.07); }

.tt-hamburger {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 40px;
  top: 20px; }

.tt-hamburger:after {
  display: block;
  content: '';
  position: absolute;
  height: 8px;
  width: 22px;
  border-top: 2px solid #4f4f4f;
  border-bottom: 2px solid #4f4f4f;
  right: 20px;
  top: 16px; }

.tt-hamburger:before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 22px;
  border-top: 2px solid #4f4f4f;
  right: 20px;
  top: 28px; }

.tt-header-logo-mb {
  display: none; }

.tt-side-panel {
  display: none;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  padding: 30px 30px 0 30px;
  height: 100%;
  z-index: 2222;
  background-color: #fff;
  box-sizing: border-box; }
  .tt-side-panel .tt-close-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6e5b75;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer; }
  .tt-side-panel nav {
    font-family: Roboto, Helvetica, Arial, Verdana, sans-serif; }
    .tt-side-panel nav ul {
      margin: 0;
      padding: 0; }
      .tt-side-panel nav ul li {
        display: block;
        list-style: none; }
        .tt-side-panel nav ul li a {
          display: block;
          padding: 16px 30px 16px 0;
          text-decoration: none;
          color: #333;
          font-size: 16px;
          font-weight: 700;
          line-height: 27px;
          text-align: left;
          position: relative; }
          .tt-side-panel nav ul li a:hover {
            color: #8d82a3;
            opacity: 1; }
          .tt-side-panel nav ul li a .tt-btn-plus {
            position: absolute;
            right: 0;
            top: 10px;
            font-family: Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-weight: 300;
            font-size: 26px;
            color: #C8C8C8; }
        .tt-side-panel nav ul li ul {
          display: none;
          margin-left: 20px;
          margin-bottom: 16px;
          padding: 0; }
          .tt-side-panel nav ul li ul li a {
            padding: 6.5px 30px 6.5px 0;
            font-size: 13px;
            font-weight: 500;
            line-height: 17px;
            text-align: left; }
            .tt-side-panel nav ul li ul li a:hover {
              color: #8d82a3;
              opacity: 1; }

.tt-js-open {
  right: 0; }

.tt-footer {
  background: #777777;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  height: 117px; }

.tt-footer-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.tt-footer-logo a {
  display: block;
  max-width: 100%; }

.tt-footer-logo img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-top: 10px; }

.tt-footer-logo p {
  display: inline-block;
  margin: 0;
  color: #fff;
  line-height: 117px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px; }

.tt-footer-contacts {
  text-align: right; }
  .tt-footer-contacts p {
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px; }
    .tt-footer-contacts p a {
      color: #ffffff;
      text-decoration: none;
      font-size: 13px;
      line-height: 23px; }
      .tt-footer-contacts p a:hover {
        opacity: 1;
        text-decoration: underline; }

@media only screen and (max-width: 991px) {
  .tt-top-bar {
    padding: 0 50px; }
  .tt-header {
    padding: 0 50px; }
  .tt-side-panel {
    display: block; }
  .tt-hamburger {
    display: block; }
  .tt-nav {
    display: none; }
  .tt-header-logo {
    display: none; }
  .tt-header-logo-mb {
    display: block; }
  .tt-footer {
    height: auto; }
  .tt-footer .tt-footer-container .tt-flex {
    display: block;
    text-align: center; }
    .tt-footer .tt-footer-container .tt-flex .tt-flex {
      display: block;
      text-align: center; }
      .tt-footer .tt-footer-container .tt-flex .tt-flex a {
        width: 100%; }
      .tt-footer .tt-footer-container .tt-flex .tt-flex p {
        line-height: 23px; }
    .tt-footer .tt-footer-container .tt-flex .tt-footer-logo {
      line-height: 70px; }
      .tt-footer .tt-footer-container .tt-flex .tt-footer-logo a img {
        padding-right: 0; }
    .tt-footer .tt-footer-container .tt-flex .tt-footer-contacts {
      text-align: center; } }

@media only screen and (max-width: 800px) {
  .tt-top-bar {
    display: none; }
  .tt-header {
    padding: 0 20px; }
  .tt-header-logo-mb {
    width: 80%; }
    .tt-header-logo-mb img {
      width: 300px;
      max-width: 100%;
      padding-top: 5px; }
  .tt-hamburger {
    top: 15px;
    right: 0; } }
