﻿body {
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    background-color: #f1f1f1;
    position: relative;
    /*padding-bottom: 797px;*/
}

body.stick-bottom {
    /*padding-bottom: 727px;*/
}

body.shown, html.shown {
    overflow: hidden;
    position: relative;
}

.main-wrapper {
    position: relative;
    min-height: calc(100vh - 90px);
}

.shown .main-wrapper {
    position: relative;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}

i.sprite {
    display: inline-block;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 800px;
}

i.iti-flag {
    display: inline-block;
}

a {
    text-decoration: none !important;
}

.text-orange {
    color: #ff422d;
}

.required:after {
    content: '*';
    color: #ff0000;
    font-size: inherit;
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.media-container {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.inline-block {
    display: inline-block;
}

.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #8f8e8e;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
}

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

[class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

span {
    word-break: break-word;
}

button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
}

.full-width {
    float: left;
    width: 100%;
    display: inline-block;
}

.half-width {
    float: left;
    width: 50% !important;
    display: inline-block;
}

.half-width.right-margin {
    width: calc(50% - 13px) !important;
    margin-right: 13px;
}

/*for center of screen*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog.align-top {
    vertical-align: top;
}

/*for center of screen*/
.error-block {
    text-align: left;
    margin-top: -16px;
    font-size: 12px;
    color: red !important;
    display: inline-block;
    clear: both;
    line-height: normal;
    width: 100%;
}

.dropdown-menu {
    border: 0px;
    border-radius: 2px;
}

.country-dropdown:after {
    content: '';
    position: absolute;
    /*top: -9px;
    left: 99px;
    width: 21px;
    height: 21px;
    transform: rotate(45deg);
    background: #ffffff;
    border-radius: 2px;*/
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    top: -14px;
    left: 88px;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    animation: ripple-animation 2s;
}

.mdl-radio.is-upgraded {
    padding-left: 20px;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #ff4437;
}

.mdl-switch__thumb {
    border: solid 2px #9a9898;
}

.mac-style .mdl-switch__thumb {
    border: 0px;
}

.mdl-switch.is-checked.mac-style .mdl-switch__track {
    background-color: #5dc676;
}

.mdl-switch.is-checked.mac-style .mdl-switch__thumb {
    border: solid 1px #5dc676;
    background: #fff;
}

.mac-style .mdl-switch__ripple-container .mdl-ripple {
    background: #5dc676;
}

.mdl-switch .mdl-switch__track {
    background-color: rgba(133, 133, 133, 0.32);
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(255, 68, 55, 0.5);
}

.mdl-switch__ripple-container .mdl-ripple {
    background: #ff4437;
}

.mdl-radio__inner-circle {
    background: #ff4437;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: #ff4437;
    border: 0px;
}

.align-right > .mdl-switch__label {
    left: -52px;
}

.align-right > .mdl-switch__track {
    right: 0px;
    left: auto !important;
}

.align-right > .mdl-switch__thumb {
    right: 16px;
    left: auto !important;
}

.align-right.mdl-switch.is-checked > .mdl-switch__thumb {
    right: 0px;
    left: auto !important;
}

.align-right.mdl-switch.is-checked .mdl-switch__ripple-container {
    right: 2px;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

button:focus, a:focus, input:focus, textarea:focus {
    outline: 0;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #ffffff;
    width: 100%;
}

.sticky-header.bring-back {
    z-index: -1;
}

.main-body {
    padding-top: 90px;
}

.header-menu {
    height: 34px;
    background: #ffffff;
    float: left;
    width: 100%;
}

.btn-language {
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    background: #ffffff;
    border: 0px;
    padding-left: 0px;
    line-height: normal;
    padding-top: 8px;
}

.top-menu {
    margin-bottom: 0px;
}

.top-menu > li {
    margin-left: 25px;
    line-height: 30px;
    padding-right: 0px;
    padding-left: 10px;
}

.top-menu > li > a {
    font-size: 12px;
    text-align: center;
    color: #1c1c1c;
}

.top-menu > li > a:hover {
    color: #23527c;
}

.main-header {
    height: 56px;
    line-height: 56px;
    padding: 0px 56px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #323d54;
    float: left;
    width: 100%;
}

.main-header.white {
    background-color: #ffffff;
}

.main-header > .container {
    position: relative;
}

.logo {
    padding-right: 30px;
    display: inline-block;
    border-right: solid 0.5px #a9a9a9;
    float: left;
    position: relative;
}

.logo.inverse {
    border-right: 0px;
}

.logo.inverse > .logo-name {
    color: #ffffff;
}

.logo.inverse > .logo-country {
    color: black;
    background: #ffffff;
}

.logo > .logo-name {
    font-size: 16px;
    /*font-weight: 700;*/
    letter-spacing: 2.6px;
    text-align: center;
    color: #1d1d1d;
    float: left;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}

.logo > .logo-country {
    font-family: AvenirLTStd-Roman;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background: #1d1d1d;
    padding: 1px 3px;
    margin-left: 16px;
}

.btn-country {
    background: transparent;
    border: 0px;
    line-height: normal;
    padding: 1px 6px;
}

.btn-country > .country, .btn-country > .country-flag, .btn-country > i {
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.btn-country > .caret {
    color: #798bb1;
    margin-top: -4px;
}

.logo > .country {
    width: 21px;
    height: 14px;
    margin-left: 10px;
}

.country-dropdown > li > a {
    font-size: 14px;
}

.country-dropdown > li > a > img, .country-dropdown > li > a > i {
    /*width: 21px;
        height: 14px;*/
    margin-top: -2px;
    margin-right: 8px;
    background-repeat: no-repeat;
    /*background-size: 550px;*/
    vertical-align: middle;
    /*background-image: var(--sprite);*/
}

.country-flag.globe {
    background-position: -107px -293px;
    background-size: 550px !important;
    background-image: var(--sprite) !important;
}

.main-header .search {
    width: 385px;
    height: 31px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-top: 12px;
    margin-bottom: 12px;
    display: inline-block;
    float: left;
    position: relative;
}

.main-header .search > input {
    width: calc(100% - 35px);
    height: 100%;
    border: 0px;
    line-height: 100%;
    padding-left: 15px;
    float: left;
    margin-left: 1px;
}

.main-header .search > input + .search-popup {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease .10s;
    -moz-transition: all .3s ease .10s;
    -o-transition: all .3s ease .10s;
    -ms-transition: all .3s ease .10s;
    transition: all .3s ease .10s;
    /*padding-bottom: 48px;*/
}

.main-header .search .bottom-fixed {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #fff;
}

.main-header .search > input:focus + .search-popup {
    visibility: visible;
    opacity: 1;
}

.main-header .search > button {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    padding: 2px;
    line-height: normal;
    border: 0px;
    background: transparent;
    overflow: hidden;
    line-height: normal;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 980px;
    background-position: -530px -14px;
    width: 23px;
    height: 23px;
}

/*.main-header .search > button > img {
            width: 18px;
            height: 18px;
        }*/


.main-menu {
    display: inline-block;
    padding-left: 20px;
    float: right;
    padding-top: 10px;
}

.main-menu.left {
    float: left;
    padding-top: 13px;
}

.main-menu li {
    margin-left: 10px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 10px;
    vertical-align: middle;
}

.main-menu li.user-name {
    padding-left: 0px;
}

.main-menu.left li {
    margin-left: 0px;
    padding-left: 5px;
}

.main-menu li > a {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    /*font-weight: 600;*/
}

.main-menu li > a i.bell {
    width: 24px;
    height: 24px;
    float: left;
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: -1323px -863px;
    position: relative;
}

.main-menu li > a i.bell.active:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #ff4437;
    border-radius: 50%;
    position: absolute;
    border: solid 2px #323d54;
    top: 0px;
    right: 2px;
}

.white .main-menu li > a {
    color: #1c1c1c;
    /*font-weight: 600;*/
}

.main-menu li > a:hover {
    color: rgba(112, 175, 230, 0.9);
}

.white .main-menu li > a:hover {
    color: #23527c;
}

.main-menu li.active {
    line-height: 0px;
}

.main-menu li.active > a {
    color: #ff6b1e;
    line-height: 0px;
    position: relative;
}

.main-menu li.active > a:after {
    content: '.';
    position: absolute;
    display: block;
    left: 0;
    font-size: 30px;
    top: 17px;
    width: 100%;
    text-align: center;
}

.lnk-memorial {
    font-family: AvenirLTStd-Book;
    font-size: 14px;
    text-align: center;
    color: #1c1c1c;
}

.button-circular {
    border-radius: 50%;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    width: 32px;
    padding: 0;
    overflow: hidden;
    line-height: normal;
    min-width: 32px;
    background: transparent;
}

.btn-login {
    border-radius: 2px;
    border: solid 1px #ff4437;
    padding: 2px 18px;
    background: #ff4437;
    margin-left: 21px;
    font-weight: 600;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

.btn-login:hover {
    border: solid 1px #ff4437;
    background-color: #ff4437;
    color: #ffffff;
}

.search-placeholder {
    width: 754px;
    height: 63px;
    border-radius: 4px;
    background-color: #ffffff;
    display: inline-block;
    overflow: hidden;
}

.search-placeholder > input {
    height: 100%;
    width: 566px;
    border: 0px;
    padding: 25px 35px;
    font-size: 16px;
    float: left;
}

.search-placeholder > a {
    height: 100%;
    float: right;
    line-height: 63px;
    padding-right: 20px;
}

.search-placeholder > a > img {
    height: 20px;
    width: 20px;
    border: 0px;
}

.search-placeholder > button {
    height: 100%;
    float: right;
    background-color: #ff6b1e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    border: 0px;
    font-family: AvenirLTStd-Book;
    padding: 21px 34px;
}


/*.stats {
    width: 754px;
    border-radius: 4px;
    border: solid 0.7px #9c9c9c;
    display: inline-block;
    clear: both;
    margin-top: 39px;
}

    .stats .box {
        border-right: solid 0.7px #9c9c9c;
        padding: 17px 0px 24px;
    }

        .stats .box:last-child {
            border-right: 0px;
        }

        .stats .box > span {
            display: block;
            text-align: center;
        }

        .stats .box > .icon > img {
            width: 20px;
            height: 20px;
        }

        .stats .box > .number {
            font-size: 22px;
            font-family: AvenirLTStd-Roman;
            font-weight: 700;
            color: #ffffff;
            padding-top: 20px;
        }

        .stats .box > .label {
            font-size: 16px;
            font-family: AvenirLTStd-Book;
            color: #ffffff;
            font-weight: normal;
            padding-top: 10px;
        }*/


.section-feeds > .tabs {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-radius: 1px;
    background-color: #f1f1f1;
    position: fixed;
    top: 90px;
    /*width: 440px;*/
    width: 504px;
    z-index: 100;
    padding-top: 18px;
}

.section-feeds.search-results > .tabs {
    width: 526px;
}

.search-header {
    position: relative;
}

.search-header > button {
    position: absolute;
    right: 32px;
    background: #fafafa;
    padding: 8px 25px;
    border: solid 1px #e0e0e0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #1d1d1d;
    border-radius: 2px;
    top: calc(50% - 19px);
}

.search-header > button.active {
    color: #ff4437;
}

.search-header + .feeds .section-feeds > .tabs {
    top: 0px;
    position: absolute;
    padding-top: 17px;
}

.search-header + .feeds .section-feeds > .tabs:after {
    height: 16px;
}

.section-feeds > .tabs:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -3px;
    width: 102%;
    height: 18px;
    background: #f1f1f1;
}

.section-feeds > .tabs > ul {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
    line-height: normal;
    margin-bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #d2d2d2;
}

.section-feeds > .tabs > ul > li {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    width: 33.3%;
}

.section-feeds > .tabs > ul > li > a > .feed {
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -43px -13px;
    padding-left: 24px;
}

.section-feeds > .tabs > ul > li.active > a > .feed {
    background-position: -15px -13px;
    background-size: 800px;
}

.section-feeds > .tabs > ul > li > a > .tribute {
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: -94px -11px;
    padding-left: 24px;
}

.section-feeds > .tabs > ul > li.active > a > .tribute {
    background-size: 750px;
    background-position: -68px -11px;
}

.section-feeds > .tabs > ul > li > a > .memorial {
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: -135px -8px;
    padding-left: 24px;
}

.section-feeds > .tabs > ul > li.active > a > .memorial {
    background-size: 600px;
    background-position: -108px -8px;
}

.section-feeds > .tabs > ul > li.active {
    border-bottom: solid 1px #ff4437;
}

.section-feeds:not(.search-results) > .tabs > ul > li:first-child {
    width: 30%;
}

.section-feeds:not(.search-results) > .tabs > ul > li:nth-child(2) {
    width: 30%;
}

.section-feeds:not(.search-results) > .tabs > ul > li:nth-child(3) {
    width: 40%;
}

.section-feeds > .tabs > ul > li > a {
    text-align: center;
    color: #323d54;
    font-size: 14px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.section-feeds > .tabs > ul > li.active > a {
    font-weight: 700;
    color: #ff4437;
}

.section-feeds > .tabs > ul > li > a > img {
    width: 16px;
    height: auto;
    margin-right: 5px;
    margin-top: -2px;
}

.feeds {
    float: left;
    width: 100%;
}

.feeds.center {
    float: none;
    margin: 0px auto;
    width: 686px;
}

.feeds > h1 {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    padding-bottom: 15px;
    margin: 0px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.flash-event {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #d2d2d2;
    /*height: 188px;*/
    height: 192px;
    position: relative;
    padding: 12px 0px 12px 12px;
    margin-bottom: 11px;
    float: left;
    width: 100%;
}

.flash-event:after {
    content: '';
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 920px;
    background-position: -659px -20px;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.flash-event > .flash {
    width: 10px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

.flash-event .event-image {
    width: 154px;
    height: 167px;
    float: left;
}

.flash-event > .event-details {
    display: inline-block;
    padding: 0px 8px 5px 14px;
    float: left;
    width: calc(100% - 154px);
}

.flash-event > .event-details > a.head {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: normal;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    display: block;
}

.flash-event > .event-details > a.head:hover {
    color: #23527c;
}

.flash-event > .event-details > .views {
    float: left;
    font-size: 13px;
    color: #8f8e8e;
    display: block;
    /*padding-left: 23px;*/
}

.flash-event > .event-details > .views > i.eye {
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 550px;
    background-position: -368px -7px;
    width: 22px;
    height: 17px;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.flash-event > .event-details > .views > img {
    width: 17px;
    height: auto;
    margin-right: 4px;
    margin-top: -2px;
}

.flash-event > .event-details > p {
    clear: both;
    font-size: 14px;
    line-height: 1.33;
    text-align: left;
    color: #4f4e4e;
    height: 68px;
    overflow: hidden;
    margin: 0px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 70px;
}

.event-footer {
    padding-top: 15px;
    position: relative;
}

.event-footer > button, .event-footer > a {
    margin-right: 5px;
    padding: 5px 17px;
    font-size: 14px;
    font-weight: 600;
}

.event-footer > a {
    padding: 6.2px 17px;
}

.event-footer > a:hover {
    color: #ffffff;
}

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

.button-primary {
    border: 0px;
    border-radius: 2px;
    background-color: #ff4437;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    /*padding: 13px 35px;*/
    padding: 9px 30px;
    overflow: hidden;
    position: relative;
}

.button-primary-outline {
    border: solid 1px rgba(161, 161, 161, 0.41);
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #4f4e4e;
    padding: 13px 35px;
    overflow: hidden;
    position: relative;
}

.button-primary-outline:hover {
    border: solid 1px #ff4437;
    background-color: #ff4437;
    color: #ffffff !important;
}

.btn-xs {
    padding: 5px 15px;
}

.btn-sm {
    padding: 10px 25px;
}

.btn-md {
    padding: 15px 40px;
    font-size: 16px;
}

.btn-lg {
    padding: 20px 60px;
    font-size: 18px;
}

.btn-full {
    width: 100%;
}

.btn-loader:before {
    content: '';
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.btn-loader.load-right:before {
    display: none;
}

.btn-loader.load-right:after {
    content: '';
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.btn-loader.load-top:before {
    display: block;
    margin: 0px auto 2px;
}

.btn-loader.load-bottom:before {
    display: none;
}

.btn-loader.load-bottom:after {
    content: '';
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: block;
    margin: 2px auto 0px;
}

.scrolling-section {
    padding-top: 17px;
    position: relative;
    width: 100%;
    height: auto;
}

.member-area .scrolling-section, .scrolling-section.no-top-padding {
    padding-top: 0px;
}

.scrolling-section > div {
    float: left;
}

.section-topics {
    /*width: 230px;*/
    width: 200px;
    /*width: 100%;*/
    position: absolute;
    top: 0px;
    /*min-height: 636px;*/
}

.section-tributes {
    /*width: 331px;*/
    width: 300px;
    /*width: 320px;*/
    float: left;
}

.section-feeds {
    /*width: calc(100% - 561px);*/
    /*width: 444px;*/
    /*width: 460px;*/
    width: 524px;
    min-height: 200px;
    padding: 0px 10px;
    margin: 0px auto;
    /*margin-left: 230px;*/
    margin-left: 200px;
    /*float: none !important;*/
    padding-top: 63px;
}

.section-feeds.no-tabs {
    padding-top: 0;
}

.section-feeds.search-results {
    /*margin-left: 276px;*/
    margin-left: 200px;
    width: 546px;
}

.section-feeds.search-results.incident {
    margin-left: 279px;
    width: 467px;
}

.section-feeds.no-tabs {
    padding-top: 0px;
}

.sidebar-container {
    position: relative;
    /*position: fixed;*/
    /*width: 246px;*/
    min-height: 200px;
    /*height: 500px;
    overflow-y: scroll;*/
}

.sidebar-container::-webkit-scrollbar {
    display: none;
}

.list-multiple-item, .list-single-item {
    /*height: 319px;*/
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #d2d2d2;
    position: relative;
    margin-bottom: 13px;
    float: left;
}

.list-single-item {
    /*height: 274px;*/
}

.list-multiple-item > .header, .list-single-item > .header {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 5px 10px;
    height: 44px;
    line-height: 44px;
}

.list-multiple-item.square {
    /*border-top: solid 1px #ff4437;*/
}

.list-multiple-item > .header.cover-tribute {
    background-image: var(--tribute-cover);
    width: 100%;
    height: 72px;
    background-size: 301px 72px;
    background-repeat: no-repeat;
    box-shadow: none;
    border-top: none;
    line-height: normal;
}

.list-multiple-item > .header.cover-tribute > h2, .list-multiple-item > .header.cover-tribute > a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #ff2524;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    /*padding-top: 16px;
        padding-bottom: 3px;*/
    padding: 8px;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    line-height: 23px;
}

.list-multiple-item.name-only > .list {
    padding-bottom: 5px;
}

.list-multiple-item.name-only > .header > a {
    font-weight: 600;
}

.list-multiple-item > .header.cover-tribute > a:hover {
    color: #23527c;
}

.list-multiple-item > .header.cover-tribute > span {
    font-size: 10px;
    text-align: left;
    color: #ff4437;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 8px;
    font-weight: 600;
}


/*.list-multiple-item.square > .header > a {
    font-size: 10px;
    line-height: 32px;
    padding-right: 10px;
}*/


.list-multiple-item > .header > img {
    float: left;
    width: 18px;
    height: 20px;
    margin-top: 7px;
    margin-left: 6px;
}

.list-multiple-item > .footer, .list-single-item > .footer {
    float: left;
    width: 100%;
    padding: 0px 18px 15px;
}

.list-multiple-item.square > .footer {
    float: left;
    width: 100%;
    padding: 12px 25px 12px;
    text-align: center;
    border-top: solid 0.5px #e0e0e0;
}

.lnk-primary {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #ff4437;
    cursor: pointer;
}

.lnk-primary:hover {
    color: #23527c;
}

.list-multiple-item > .header > h2, .list-single-item > .header > h2, .list-multiple-item > .header > a, .list-single-item > .header > a {
    font-size: 16px;
    text-align: center;
    color: #1d1d1d;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-left: 8px;
    /*font-weight: 700;*/
    margin: 0px;
    line-height: normal;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}

.list-multiple-item > .header > a:hover, .list-single-item > .header > a:hover {
    color: #23527c;
}

.list-multiple-item > .header > .lnk-custom {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #1d1d1d;
    float: right;
    margin-top: 2px;
    margin-right: -3px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 950px;
    background-position: -417px -10px;
    padding-left: 24px;
}

.list-multiple-item > .header > .lnk-custom > img {
    width: 15px;
    height: 15px;
}

.list-multiple-item > .list, .list-single-item > .list {
    padding: 10px 0px 0px;
    float: left;
}

.list-multiple-item > .list > ul, .list-single-item > .list > ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    float: left;
}

.list-multiple-item > .list > ul > li, .list-single-item > .list > ul > li {
    list-style: none;
    position: relative;
    /*padding-bottom: 14px;*/
    line-height: normal;
    float: left;
    width: 100%;
    /*padding-left: 25px;*/
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.list-multiple-item > .list > ul > li:hover, .list-single-item > .list > ul > li:hover {
    background-color: #f9f9f9;
}

.list-multiple-item > .list > ul > li > a, .list-single-item > .list > ul > li > a {
    float: left;
}

.list-multiple-item > .list > ul > li > button + .info {
    width: 138px;
}

.list-multiple-item.square > .list > ul > li {
    padding-left: 17px;
    border-bottom: solid 0.5px #e0e0e0;
    padding-bottom: 8px;
    padding-right: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    cursor: default;
}

.list-multiple-item.square > .list > ul > li:last-child {
    border-bottom: 0px;
}

.list-multiple-item > .list > ul > li.loadmore, .list-single-item > .list > ul > li.loadmore {
    list-style: none;
    padding: 8px 10px;
    text-align: center;
    border-bottom: solid 0.5px #e0e0e0;
    border-top: solid 0.5px #e0e0e0;
    margin-bottom: 12px;
}

.list-multiple-item > .list > ul > li.loadmore > a, .list-single-item > .list > ul > li.loadmore > a {
    /*padding: 8px 0px;
        text-align: center;
        border-top: solid 0.5px #e0e0e0;*/
    font-size: 10px;
    color: #ff6b1e;
}

.list-multiple-item > .list > ul > li .info {
    float: left;
    display: inline-block;
    /*width: 161px;*/
    width: 100%;
}

.list-multiple-item.square > .list > ul > li .info {
    /*width: 222px;*/
    width: 100%;
    position: relative;
}

.list-multiple-item.square > .list > ul > li .timeago {
    font-size: 11px;
    /* text-align: right; */
    color: #8f8e8e;
    /* float: right; */
    top: 0px;
    position: absolute;
    right: 0px;
}

.list-multiple-item > .list > ul > li .info > span, .list-single-item > .list > ul > li .info > span {
    display: block;
}

.list-multiple-item > .list > ul > li .info div {
    display: inline-block;
    width: 215px;
    float: right;
}

.list-multiple-item > .list > ul > li .info div.small {
    width: 134px;
}

.list-multiple-item > .list > ul > li .info .label-main {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    line-height: 19px;
}

.list-multiple-item.name-only > .list > ul > li .info .label-main {
    font-weight: normal;
}

.list-multiple-item.contact > .list > ul > li .info .label-main {
    font-size: 16px;
    font-weight: normal;
    color: #ff4437;
}

.list-multiple-item.square > .list > ul > li > .info .label-main {
    font-size: 14px;
    display: inline-block;
    /*width: 180px;*/
    margin-top: -4px;
}

.list-multiple-item > .list > ul > li .info .label-main:hover, .list-multiple-item.square > .list > ul > li > .info .label-main:hover {
    color: #23527c;
}

.list-multiple-item.name-only > .list > ul > li .info .label-main:hover {
    color: #ff4437;
}

.list-multiple-item > .list > ul > li .info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.list-multiple-item.square > .list > ul > li > .info img {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-top: 0px;
    border: 1px solid #f1f1f1;
}

.list-single-item > .list > ul > li .info > img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.list-single-item > .list > ul > li .info .label-main {
    font-size: 13px;
    text-align: left;
    color: #1d1d1d;
}

.list-multiple-item > .list > ul > li .info .label-secondary {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
    padding-top: 2px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

.list-multiple-item.square > .list > ul > li > .info .label-secondary {
    font-size: 12px;
    /*padding-top: 3px;*/
}

.list-multiple-item.square > .list > ul > li > .info .label-secondary > span {
    font-weight: 300;
    position: relative;
    padding-right: 15px;
}

.list-multiple-item.square > .list > ul > li > .info .label-secondary > span:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #8f8e8e;
    position: absolute;
    right: 0px;
    top: 7px;
    margin-right: 6px;
}

.list-multiple-item.square > .list > ul > li > .info .lnk-see-more {
    font-size: 10px;
    text-align: left;
    color: #ff4437;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 8px;
    float: left;
}

.list-multiple-item.square > .list > ul > li .info .lnk-see-more:hover {
    color: #23527c;
}

.list-multiple-item.square > .list > ul > li ul.more-list {
    list-style: none;
    padding-left: 48px;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li {
    border-left: solid 1px rgba(161, 161, 161, 0.41);
    position: relative;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li:after {
    content: '';
    position: absolute;
    bottom: 29px;
    left: -1px;
    width: 13px;
    height: 1px;
    background-color: rgba(161, 161, 161, 0.41);
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li:last-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 13px;
    height: 30px;
    background-color: #ffffff;
    border-top: 1px solid rgba(161, 161, 161, 0.41);
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li:first-child {
    padding-top: 15px;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li > .info {
    padding-bottom: 10px;
    display: inline-block;
    width: 180px;
    padding-left: 12px;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li > .info > img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-top: 0px;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li > .info > .label-main {
    font-size: 14px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 600;
    padding-left: 10px;
}

.list-multiple-item.square > .list > ul > li > ul.more-list > li > .timeago {
    font-size: 11px;
    text-align: right;
    color: #8f8e8e;
    float: right;
}

.list-multiple-item > .list > ul > li > .info > .badge {
    position: absolute;
    right: 6px;
    top: 2px;
    border-radius: 100px;
    padding: 5px 13px;
    font-size: 8px;
    color: #ffffff;
}

.list-multiple-item > .list > ul > li > .action {
    float: right;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 950px;
    background-position: -448px -10px;
}

.list-multiple-item > .list > ul > li > .action:hover {
    background-color: transparent;
}

.list-multiple-item > .list > ul > li > .action > img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

.badge.yellow {
    background-color: #ffac28;
}

.feed-card {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06), 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #d2d2d2;
    width: 100%;
    /*min-height: 188px;*/
    margin-bottom: 11px;
    clear: both;
    float: left;
}

.sample-card {
    /*background-color: #323d54;*/
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 4px;
}

.overview-card .feed-card {
    border-bottom: solid 0.5px #ebebeb;
    margin-bottom: 0px;
}

.overview-card .feed-card:last-of-type {
    border-bottom: 0px;
}

.feed-card.rip {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #ff4437;
}

/*.feed-card.event {
        min-height: auto;
    }*/

.feed-card.remembrance {
    /*border: solid 1px #ff4437;*/
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: 0px;
}

.feed-card.event > .feed-header > .actions {
    padding-top: 2px;
}

.feed-card.event > .feed-header > .actions > a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #ff4437;
}

.feed-card.event > .feed-header > .actions > a > i {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -445px -221px;
    vertical-align: middle;
}

.feed-card > .feed-header, .feed-card-admin > .feed-header {
    border-bottom: solid 0.5px #e0e0e0;
    height: 36px;
    line-height: 32px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    float: left;
    position: relative;
}

.feed-card > .feed-header.extra {
    height: 66px;
    line-height: normal;
}

.overview-card .feed-card > .feed-header.extra {
    border-bottom: 0;
}

.feed-card > .feed-header.extra img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.feed-card > .feed-header.extra .namecircle {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    line-height: 50px;
    font-size: 25px;
}

.feed-card .headgroup {
    width: 70%;
    display: inline-block;
    padding-top: 11px;
    float: left;
}

.feed-card .headgroup.full-width {
    width: 100%;
}

.feed-card .feed-header.extra .headgroup {
    padding-top: 17px;
    width: calc(70% - 60px);
}

.feed-card .feed-header.extra .headgroup.full-width {
    width: calc(100% - 60px);
}

.overview-card .feed-card .headgroup {
    padding-bottom: 5px;
}

.overview-card .feed-card .headgroup.full-width {
    width: 100%;
}

.overview-card .feed-card a + .headgroup.full-width {
    width: calc(100% - 60px);
}

.feed-card .headgroup > a, .feed-card .headgroup > .head {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
}

.feed-card .headgroup > a:hover {
    color: #23527c;
}

.feed-card .headgroup > span {
    font-size: 12px;
    color: #8f8e8e;
    display: block;
}

.feed-card .headgroup.full-width > span {
    display: inline-block;
}

.feed-card.rip > .feed-header {
    border-bottom: 0px;
}

.feed-card.remembrance > .feed-header {
    /*background: linear-gradient(to left, #ffb968, #ff675c);*/
    background-color: #fff4f3;
    border-bottom: solid 0.5px rgba(255, 68, 55, 0.39);
}

.feed-card > .feed-header > .head, .feed-card-admin > .feed-header > .head {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    float: left;
    width: 70%;
    display: inline-block;
}

.feed-card.member > .feed-header > .head {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.feed-card.sample-card > .feed-header {
    border-bottom: 0px;
    padding-top: 10px;
    height: auto;
}

.feed-card.sample-card > .feed-header > .head {
    width: 100%;
    display: inline-block;
    /*color: #fff;*/
    font-size: 16px;
    font-weight: 600;
}

.feed-card.sample-card > .card-body > .info > .head, .feed-card.sample-card > .card-body > .info > .subhead {
    /*color: #fff !important;*/
}

.feed-card.sample-card > .card-body > .proceed-buttons {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.feed-card.sample-card > .card-body > .proceed-buttons > button {
    border-radius: 2px;
    border: solid 1.5px #323d54;
    padding: 9px 37px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #323d54;
    margin-right: 10px;
}

.feed-card.sample-card > .card-body > .proceed-buttons > button.button-primary {
    background-color: #ff4437;
    border: solid 1.5px #ff4437;
    margin-right: 0px;
}

.feed-card > .feed-header > a:hover {
    color: #23527c;
}

.feed-card > .feed-header > .head > span:first-child {
    float: left;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.feed-card > .feed-header > .head > span:first-child > .highlight {
    color: #ff4437;
}

.feed-card > .feed-header > .head.live > span:first-child {
    max-width: calc(100% - 65px);
    width: auto;
}

.feed-card.remembrance > .feed-header > .head {
    /*color: #ffffff;*/
}

.feed-card > .feed-header > .actions {
    display: inline-block;
    width: 30%;
    float: right;
    text-align: right;
}

.feed-card > .feed-header > .actions > button {
    margin-top: 1px;
    float: right;
    margin-right: -16px;
}

.feed-card > .feed-header > .actions > button > i {
    background-size: 800px;
    background-position: -608px -7px;
    width: 9px;
    height: 23px;
}

.feed-card > .feed-header > .actions > button.black > i {
    background-position: -593px -7px;
}

.feed-card .feed-header.extra .actions {
    padding-top: 11px;
    float: right;
}

.overview-card .feed-card .actions {
    padding-top: 0px;
    float: right;
}

.feed-card .actions > .minago {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
}

.feed-card .feed-header.extra .actions > .minago, .overview-card .feed-card .actions > .minago {
    display: inline-block;
    padding-top: 9px;
}

.feed-card .feed-header.extra .actions > .minago {
    padding-top: 15px;
}

.feed-card.remembrance > .feed-header > .actions > .minago {
    color: #1d1d1d;
}

.feed-card > .feed-header > .actions > button > img {
    margin-top: -1px;
    width: 3px;
    height: 16px;
}

.feed-card > .card-body {
    padding: 10px 20px 10px;
    float: left;
    width: 100%;
    position: relative;
}

/*.feed-card.event > .card-body {
        padding-bottom: 15px;
    }*/

.feed-card.premium > .card-body {
    padding: 15px 00px 0px;
}

.feed-card > .card-body > div {
    float: left;
    display: inline-block;
}

/*.feed-card.event > .card-body > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }*/

.feed-card.premium > .card-body > .avatar {
    width: 100%;
    text-align: center;
    margin-top: -35px;
}

.feed-card.rip > .card-body > .avatar {
    margin-top: -27px;
}

.feed-card.premium > .card-body > .avatar > span {
    display: inline-table;
    height: 112px;
    line-height: 112px;
    vertical-align: middle;
    margin-top: -103px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 900;
    color: #8f8e8e;
}

.feed-card.premium > .card-body > .avatar > span.yearto {
    padding-left: 7px;
}

.feed-card.premium > .card-body > .avatar > div {
    width: 118px;
    height: 118px;
    background: linear-gradient(to bottom, #fff3be, #ff648d);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.feed-card.rip > .card-body > .avatar > div {
    width: 100px;
    height: 100px;
    background: transparent;
    display: inline-block;
    position: relative;
}

.feed-card.premium > .card-body > .avatar > div img.photo {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0;
}

.feed-card.rip > .card-body > .avatar > div img.photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}


/*.feed-card.premium > .card-body > .avatar > div img.floral {
        position: absolute;
        left: 2px;
        bottom: -15px;
        width: 110px;
        height: 37px;
    }*/

.feed-card.premium > .card-body > .avatar > div .floral {
    position: absolute;
    left: 2px;
    bottom: -15px;
    width: 110px;
    height: 37px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -10px -213px;
}

.feed-card > .card-body > .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    background-image: var(--avatar-empty);
    background-size: 50%;
    background-color: rgba(241, 241, 241, 0.30);
    background-repeat: no-repeat;
    background-position: center;
}


/*.feed-card.event > .card-body > .avatar img {
        width: 57px;
        height: 57px;
        border-radius: 50%;
    }*/


.feed-card > .card-body > .info {
    padding-left: 20px;
    width: calc(100% - 100px);
}

.feed-card.premium > .card-body > .info {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-top: 15px;
}

.feed-card.rip > .card-body > .info {
    padding-top: 0px;
}

.feed-card > .card-body > .info > span {
    display: block;
}

.feed-card > .card-body > .info > .head {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 23px;
}

/*.feed-card.event > .card-body > .info > .head {
        font-size: 15px;
        padding-bottom: 0px;
    }*/

.feed-card > .card-body:hover > .info > .head {
    color: #23527c;
}

.feed-card.sample-card > .card-body:hover > .info > .head {
    color: #1d1d1d;
}

/*.feed-card > .card-body > .info > .head > a {
        font-size: 18px;
        font-weight: 700;
        color: #1d1d1d;
    }

        .feed-card > .card-body > .info > .head > a:hover {
            color: #23527c;
        }*/
.feed-card.premium > .card-body > .info > .head {
    font-size: 18px;
}

.feed-card > .card-body > .info > .head > .live-alert {
    margin-left: 10px;
}

.feed-card > .card-body > .info > .subhead {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
    padding-top: 0px;
}

.feed-card.premium > .card-body > .info > .subhead {
    text-align: center;
}

/*.feed-card.event > .card-body > .info > .subhead {
        font-size: 12px;
        line-height: normal;
    }*/


.feed-card > .actions {
    float: left;
    width: 100%;
    padding: 3px 20px 10px;
}

.feed-card.premium > .actions {
    padding: 15px 20px 10px;
    /*border-top: solid 0.5px #e0e0e0;*/
    margin-top: 3px;
}

.feed-card.rip > .actions {
    border-top: 0px;
    margin-top: 0px;
}

.feed-card > .actions > button {
    border: 0px;
    background: transparent;
    color: #1d1d1d;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 0px;
}

.feed-card > .actions > button.active {
    color: #ff4437;
    font-weight: 700;
}

.feed-card > .actions > button:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.feed-card > .actions > button > img {
    width: 16px;
    height: auto;
    margin-right: 5px;
    margin-top: -3px;
}

.feed-card > .actions > button > i {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 4px;
}

.feed-card > .actions > button.btn-tribute > i {
    background-size: 850px;
    background-position: -299px -12px;
}

.feed-card > .actions > button.btn-share > i {
    background-size: 850px;
    background-position: -328px -14px;
}

.feed-card > .actions > button.btn-rip > i {
    background-size: 900px;
    background-position: -245px -14px;
}

.feed-card > .actions > button.btn-rip.active > i {
    background-size: 750px;
    background-position: -232px -10px;
}

.feed-card > .card-body .button-circular-empty {
    position: absolute;
    /*top: 23px;
            right: 25px;*/
    top: 15px;
    right: 12px;
}

.feed-card > .card-body > .button-circular-empty > img {
    width: 3px;
    height: 16px;
}

.feed-card > .card-footer {
    border-top: solid 0.5px #e0e0e0;
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.feed-card > .card-footer.no-padding {
    padding: 0;
}

.feed-card > .card-footer .center-link {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #ff4437;
    text-transform: uppercase;
    float: left;
    border-right: solid 0.5px #e0e0e0;
    padding: 10px 0;
}

.feed-card > .card-footer .center-link.blue {
    color: #323d54;
}

.feed-card > .card-footer .center-link:last-of-type {
    border-right: 0;
}

.feed-card > .card-footer .center-link:first-child:nth-last-child(2),
.feed-card > .card-footer .center-link:first-child:nth-last-child(2) ~ .center-link {
    width: 50%;
}

.feed-card > .card-footer .center-link:hover {
    color: #23527c;
}

.feed-card > .card-footer.fill {
    background: rgba(224, 224, 224, 0.25);
}

.feed-card > .card-footer > img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    /*float: left;*/
}

.feed-card > .card-footer > input {
    border: 0px;
    float: left;
    padding: 6px 15px;
    width: calc(100% - 140px);
}

.feed-card > .card-footer > span {
    border: 0px;
    /*float: left;*/
    padding: 0px 10px 0px 0px;
    width: calc(100% - 140px);
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    color: #b6b6b6;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feed-card > .card-footer > span.label-dark {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    /*color: #323d54;*/
    color: #ff4437;
    font-style: normal;
    width: 100%;
    overflow: visible;
    white-space: normal;
    padding-bottom: 2px;
    padding-left: 0px;
}

.feed-card > .card-footer:hover > span.label-dark {
    color: #323d54;
}

.feed-card > .card-footer > span.label-light {
    font-size: 14px;
    line-height: 1.43;
    color: #323d54;
    font-style: normal;
    width: 100%;
    overflow: visible;
    white-space: normal;
    padding-left: 0px;
}

.feed-card > .card-footer.fill > span.label-light {
    color: rgba(50, 61, 84, 0.67);
}

.feed-card > .card-footer > a.first {
    border: 0px;
    float: left;
    padding: 6px 15px 6px 0px;
    width: calc(100% - 143px);
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    color: #ff4437;
}

.feed-card > .card-footer > a.first > i {
    width: 23px;
    height: 30px;
    vertical-align: middle;
    margin-right: 6px;
    background-position: -706px -996px;
    background-size: 1400px;
    margin-top: -6px;
}

.feed-card > .card-footer > a.first.count {
    color: #2f3d56;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feed-card > .card-footer > a.first.orange {
    color: #ff4437;
}

.feed-card > .card-footer > a.first.count > .badge {
    margin-right: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.feed-card > .card-footer > .buttons {
    float: right;
    margin-top: 6px;
}

.feed-card > .card-footer > .buttons > button, .feed-card > .card-footer > .buttons > a {
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    background: #fff;
}

.feed-card > .card-footer > .buttons > .live {
    color: #ff3c3c;
    border: solid 1px #ff0c0c;
    margin-right: 5px;
}

.feed-card > .card-footer > .buttons > .live > i {
    width: 5px;
    height: 5px;
    background-color: #ff3c3c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
}

.feed-card > .card-footer > .buttons > .rip {
    color: #fff;
    border: solid 1px #5dc676;
    background-color: #5dc676;
}

.feed-card > .card-footer > .buttons > .rip > i {
    width: 13px;
    height: 11px;
    background-position: -632px -864px;
    background-size: 1200px;
    vertical-align: middle;
    margin-right: 2px;
}

.feed-card > .card-footer > button, .feed-card > .card-footer > a.button-primary-outline {
    float: right;
    padding: 4px 11px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    background-color: #ff4437;
    border: 0px;
    cursor: pointer;
}

.feed-card > .card-footer > .action {
    float: left;
    font-size: 14px;
    text-align: left;
    color: #1d1d1d;
    padding-left: 15px;
}

.feed-card > .card-footer > .action > img {
    width: 21px;
    height: 20px;
    margin-right: 10px;
}

.feed-card > .card-footer > .minago {
    float: right;
    font-size: 12px;
    text-align: left;
    color: #afafaf;
}

.feed-card-admin {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 0px #d2d2d2;
    width: 100%;
    /*min-height: 243px;*/
    margin-bottom: 11px;
    clear: both;
    float: left;
    position: relative;
}

.feed-card-admin.border {
    border: solid 0px #ff4437;
}

.feed-card-admin > .card-header {
    height: 36px;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    border-bottom: solid 0.5px #e0e0e0;
    line-height: normal;
}

.feed-card-admin .card-body {
    padding: 15px 20px;
    position: relative;
    float: left;
    width: 100%;
}

.feed-card-admin.rippon:after {
    content: '';
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -29px -161px;
    position: absolute;
    top: -2px;
    right: 20px;
    width: 15px;
    height: 20px;
}

.feed-card-admin > .card-body > .recent {
    width: 100%;
    text-align: center;
}

.feed-card-admin > .card-body > .recent > div, .group-mem-list {
    width: 100%;
    float: left;
    position: relative;
}

.feed-card-admin > .card-body > .recent > span {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
}

.feed-card-admin > .card-body > .recent > div > .list, .group-mem-list > .list {
    width: 100%;
    overflow-x: auto;
    float: left;
    padding: 24px 0px;
    position: relative;
}

.feed-card-admin > .card-body > .recent > div > .list::-webkit-scrollbar, .group-mem-list > .list::-webkit-scrollbar {
    width: 6px;
}

.feed-card-admin > .card-body > .recent > div > button, .group-mem-list > button {
    position: absolute;
    /*top: 40px;*/
    top: 24px;
    left: -20px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: 18px;
    z-index: 2;
    border-radius: 0px;
    height: 104px;
    background-color: #ffffff;
    width: 57px;
}

.feed-card-admin > .card-body > .recent > div > button.right, .group-mem-list > button.right {
    position: absolute;
    right: -20px;
    left: auto;
}

.feed-card-admin > .card-body > .recent > div > button > i, .group-mem-list > button > i {
    width: 28px;
    height: 28px;
}

.feed-card-admin > .card-body > .recent > div > button.btn-previous > i, .group-mem-list > button.btn-previous > i {
    background-position: -299px -56px;
}

.feed-card-admin > .card-body > .recent > div > button.btn-next > i, .group-mem-list > button.btn-next > i {
    background-position: -337px -56px;
}

.feed-card-admin > .card-body > .recent > div > button > img, .group-mem-list > button > img {
    width: 28px;
    height: 28px;
}

.feed-card-admin > .card-body > .recent > div > .list > ul, .group-mem-list > .list > ul {
    list-style: none;
    padding-left: 43px;
    padding-right: 43px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
}

.feed-card-admin > .card-body > .recent > div > .list > ul::-webkit-scrollbar, .group-mem-list > .list > ul::-webkit-scrollbar {
    width: 6px;
}

.feed-card-admin > .card-body > .recent > div > .list > ul > li, .group-mem-list > .list > ul > li {
    display: inline-table;
    width: 60px;
    margin-right: 20px;
    cursor: pointer;
}

.feed-card-admin > .card-body > .recent > div > .list > ul > li img, .group-mem-list > .list > ul > li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.feed-card-admin > .card-body > .recent > div > .list > ul > li span, .group-mem-list > .list > ul > li span {
    display: block;
    line-height: 16px;
    font-size: 14px;
    padding-top: 15px;
    color: #1d1d1d;
    white-space: normal;
}

.feed-card-admin > .card-body > .recent > div > .list > ul > li:hover span, .group-mem-list > .list > ul > li:hover span {
    color: #23527c;
}

.feed-card-admin > .card-body > button.close {
    position: absolute;
    right: 4px;
    top: 2px;
    opacity: 1;
}

.feed-card-admin > .card-body > button.close > i {
    width: 20px;
    height: 20px;
    background-size: 1000px;
    background-position: -768px -204px;
    margin-top: 5px;
}

.feed-card-admin > .card-body > .yt-video {
    /*padding-top: 30px;*/
}

.feed-card-admin > .card-body > .yt-video > img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.feed-card-admin > .card-body > .yt-video > a {
    font-size: 14px;
    text-align: left;
    color: #1d1d1d;
    height: 50px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
}

.feed-card-admin > .card-body > .yt-video > a > i {
    background-size: 800px;
    background-position: -67px -54px;
    width: 33px;
    height: 32px;
    margin-right: 12px;
    float: left;
    margin-top: -7px;
}

.feed-card-admin .card-body > .stats > div {
    display: inline-block;
    /* float: left; */
    width: 49%;
    background-repeat: no-repeat;
    background-size: 37px 37px;
    background-position: left;
}

.feed-card-admin .card-body > .stats.center > div {
    text-align: center;
    border-right: solid 1px #d9d9d9;
}

.feed-card-admin .card-body > .stats.center > div:last-of-type {
    border-right: 0;
}

.feed-card-admin .card-body > .stats > div > i {
    background-image: var(--sprite);
    margin-right: 13px;
    width: 37px;
    height: 48px;
    float: left;
}

.feed-card-admin .card-body > .stats.center > div > i {
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.feed-card-admin .card-body > .stats > div > .stat-memo {
    background-size: 750px;
    background-position: -185px -42px;
}

.feed-card-admin .card-body > .stats > div > .stat-user {
    background-size: 750px;
    background-position: -231px -42px;
}

.feed-card-admin .card-body > .stats > div > span {
    display: inline-block;
}

.feed-card-admin .card-body > .stats.center > div > span {
    vertical-align: middle;
}

.feed-card-admin .card-body > .stats > div > span > span {
    display: block;
}

.feed-card-admin .card-body > .stats > div > span > .head {
    font-size: 14px;
    text-align: left;
    color: #8f8e8e;
    padding-bottom: 5px;
}

.feed-card-admin .card-body > .stats > div > span > .count {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
}

.feed-card-admin > .card-body > .info {
    width: 100%;
    text-align: center;
}

.feed-card-admin > .card-body > .info > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.feed-card-admin > .card-body > .info > i.large {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-top: 15px;
}

.feed-card-admin > .card-body > .info > i.calender {
    background-image: var(--sprite);
    background-size: 1100px;
    background-position: -150px -79px;
}

.feed-card-admin > .card-body > .info > i.add-memo {
    background-image: var(--sprite);
    background-size: 950px;
    background-position: -13px -61px;
}

.feed-card-admin > .card-body > .info > i.ring {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 68, 55, 0.11);
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 12px;
    background-position: -1387px -847px;
    background-size: 1600px;
    margin-top: 10px;
}

.feed-card .comments {
    float: left;
    width: 100%;
    padding: 0 20px 10px;
    margin-bottom: 0;
    line-height: 1.43;
    font-size: 14px;
    color: #1d1d1d;
}

.feed-card .comments .label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #1d1d1d;
    text-align: left;
    padding-bottom: 6px;
}

.feed-card .names-list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.feed-card .names-list > li {
    float: left;
    width: 100%;
    border-top: solid 0.5px #e0e0e0;
    padding: 6px 20px;
}

.feed-card .names-list > li .names {
    float: left;
    width: 80%;
}

.feed-card .names-list > li .names span {
    display: inline-block;
    width: 100%;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.feed-card .names-list > li .names .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #1d1d1d;
}

.feed-card .names-list > li:hover .names .name {
    color: #23527c;
}

.feed-card .names-list > li .names .place {
    font-size: 12px;
    font-weight: normal;
    color: #8f8e8e;
}

.feed-card .names-list > li .time {
    float: right;
    font-size: 10px;
    line-height: normal;
    text-align: right;
    color: #8f8e8e;
    padding-top: 10px;
}

.feed-card .photo-content {
    float: left;
    width: 100%;
    padding: 0 20px 10px;
}

.feed-card .photo-content img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}

.stats-background {
    float: left;
    width: 100%;
    position: relative;
}

.stats-background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.23);
}

.stats-background .background {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    background-size: cover;
    text-align: center;
    position: relative;
}

.stats-background .background .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
}

.stats-background .background .icon {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: inline-block;
    /*border: 3px solid #fff;*/
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

.stats-background .background .icon:after {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
    left: calc(50% - 2.5px);
    position: absolute;
    top: calc(50% - 5px);
    display: inline-block;
}

i.postbox {
    background-image: var(--sprite);
    background-size: 700px;
    background-position: -128px -46px;
}

i.calendar-small {
    background-position: -73px -205px;
    background-size: 1000px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

i.calendar-small-black {
    background-position: -700px -408px;
    background-size: 1000px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

i.calendar-small-orange {
    background-position: -678px -407px;
    background-size: 1000px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

i.map-small {
    background-position: -495px -182px;
    background-size: 900px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.feed-card-admin > .card-body > .info > .head {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

.feed-card-admin > .card-body > .info > .subhead {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #8f8e8e;
}

.feed-card-admin > .card-body > .rippon {
    position: absolute;
    top: -2px;
    right: 20px;
    width: 15px;
    height: 20px;
}

.feed-card-admin > .card-body > .content {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px;
}

.feed-card-admin > .card-body > .content.left {
    text-align: left;
    padding-top: 0;
}

.feed-card-admin > .card-body > .content > .notify-group, .feed-card-admin > .card-body > .content > .buttononly {
    padding: 0px 10px 20px;
    overflow: hidden;
}

.feed-card-admin > .card-body > .content > .notify-group > input {
    width: calc(100% - 80px);
    height: 41px;
    border-radius: 2px;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border: 0px;
    float: left;
}

.feed-card-admin > .card-body > .content > .notify-group > button, .feed-card-admin > .card-body > .content > .buttononly > button {
    border-radius: 2px;
    background-color: #ff4437;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    height: 41px;
    padding: 0px 20px;
    margin-left: -8px;
    float: left;
    font-weight: 600;
}

.feed-card-admin > .card-body > .content > .notify-group > button {
    border-radius: 0px 2px 2px 0px;
}

.feed-card-admin > .card-body > .content > .buttononly > button {
    float: none;
    height: 30px;
    padding: 0px 35px;
}

.feed-card-admin > .card-body > .content > .chip {
    border-radius: 100px;
    border: solid 0.5px #e0e0e0;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.feed-card-admin > .card-body > .content > .chip:hover {
    background-color: rgba(224, 224, 224, 0.41);
}

.feed-card-admin > .card-body > .content > .chip > a {
    font-size: 14px;
    text-align: center;
    color: #1d1d1d;
    padding: 7px 16px;
    display: inline-block;
}

.feed-card-admin > .card-footer {
    border-top: solid 0.5px #e0e0e0;
    height: 50px;
}

.feed-card-admin > .card-footer > a {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    display: block;
    font-weight: 600;
}

.live-alert {
    border-radius: 2px;
    background-color: #5dc676;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 4px 12px;
    text-transform: uppercase;
    margin-left: 21px;
}

.main-footer {
    background-color: #323d54;
    width: 100%;
    margin-top: 50px;
    float: left;
    /*position: absolute;
    bottom: 0px;*/
}

.main-footer > .section-1 {
    border-bottom: 1px solid #47536d;
    position: relative;
}

.main-footer .section-logo {
    padding: 33px 0px;
    float: left;
    width: 100%;
}

.main-footer .section-logo .btn-language {
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    line-height: 2.14;
    text-align: right;
    text-transform: uppercase;
    /*line-height: 50px;*/
    width: 150px;
    text-align: left;
}

.main-footer .section-logo .subscribe {
    /*padding-left: 90px;*/
    float: left;
}

.main-footer .section-logo .subscribe > input {
    vertical-align: middle;
    width: 289px;
    height: 50px;
    border-radius: 4px;
    background-color: #232c3f;
    padding: 10px 20px;
    border: 0px;
    margin-right: 18px;
    color: #ffffff;
}

.main-footer .section-logo .subscribe > button, .main-footer .contactus {
    border-radius: 4px;
    border: solid 2px #4e5b76;
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    background: transparent;
    font-weight: 700;
}

.main-footer .contactus {
    float: right;
}

.main-footer .section-logo .subscribe > button:hover, .main-footer .contactus:hover {
    border: solid 2px #ffffff;
    color: black;
    background: #ffffff;
}

.main-footer .section-logo > .social-icons {
    padding-left: 80px;
    float: left;
    line-height: 50px;
}

.main-footer .section-logo > .social-icons > img {
    margin-right: 40px;
}

.main-footer .section-logo > .social-icons > a {
    margin-right: 40px;
    display: inline-block;
    background-image: var(--sprite);
    background-size: 800px;
    background-repeat: no-repeat;
}

.main-footer .section-logo > .social-icons > .twitter {
    width: 14px;
    height: 14px;
    background-position: -128px -223px;
}

.main-footer .section-logo > .social-icons > .facebook {
    width: 8px;
    height: 15px;
    background-position: -191px -222px;
}

.main-footer .section-logo > .social-icons > .instagram {
    width: 18px;
    height: 18px;
    background-position: -159px -220px;
}

.main-footer .section-logo > .logo {
    float: right;
    line-height: 50px;
}

.main-footer > .section-2 {
    padding-top: 34px;
    border-bottom: 1px solid #47536d;
}

.footer-box {
    margin-bottom: 25px;
}

.footer-box > span {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-box > i {
    display: none;
}

.footer-box > ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.footer-box > ul > li.icons {
    padding-bottom: 10px;
}

.footer-box > ul > li > img {
    width: 33px;
    height: 33px;
    margin-right: 15px;
}

.footer-box > ul > li > a {
    font-size: 14px;
    line-height: 2.86;
    text-align: left;
    color: #96a3bf;
}

.footer-box > ul > li > a:hover {
    color: #ffffff;
}

.footer-box > ul > li.icons > a {
    display: inline-block;
    background-size: 800px;
}

.footer-box > ul > li.icons > a > i {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: var(--sprite);
    background-size: 800px;
    margin-right: 15px;
    float: left;
    margin-top: 4px;
}

.footer-box > ul > li.playstore > a > i {
    background-position: -88px -154px;
}

.footer-box > ul > li.itunes > a > i {
    background-position: -122px -154px;
}

.section-countries {
    padding: 40px 0px 20px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #47536d;
    text-align: center;
    float: left;
}

.section-countries ul {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.section-countries ul > li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 20px;
}

.section-countries ul > li > a {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.section-countries ul > li > a > img {
    width: 26px;
    height: 17.5px;
    margin-right: 8px;
}

.section-countries ul > li > a > i {
    /*width: 26px;
                    height: 17.5px;*/
    margin-right: 8px;
    background-repeat: no-repeat;
    /*background-size: 550px;*/
    vertical-align: middle;
    /*background-image: var(--sprite);*/
}

.section-copyright {
    padding: 30px 0px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    float: left;
}

.sticky {
    position: fixed;
    top: 10px;
    right: 18px;
    margin: 0;
    width: calc(33.33% - 25px);
}

.abs {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: calc(33.33% - 20px);
}

/*.sidebar {
    top: 144px !important;
}*/

.modal-open .modal {
    padding-right: 0px !important;
}

#myModal .modal-dialog {
    width: 389px;
    /*height: 594px;*/
    height: auto;
}

#myModal .modal-content {
    background-color: #ffffff;
    box-shadow: 0 32px 54px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    border: 0px;
    height: 100%;
    overflow: hidden;
}

#myModal .modal-body {
    padding: 35px 54px;
    height: 100%;
}

.modal-rounded .modal-content {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.07);
    border: 0px;
    height: 100%;
    /*overflow: hidden;*/
}

.modal-rounded .modal-dialog {
    width: 749px;
    height: auto;
    max-width: 96%;
}

#LibraryModal .modal-dialog {
    width: 523px;
    height: auto;
}

.design-mem-modal .modal-dialog {
    width: 362px;
    height: auto;
}

.design-mem-modal .design-form-container {
    display: inline-block;
    width: 100%;
}

.design-form-container .inner-heading {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #1d1d1d;
    padding-top: 10px;
    padding-bottom: 11px;
    float: left;
    width: 100%;
    margin: 0;
}

.design-mem-modal .action {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
}

.design-mem-modal .action button {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin-left: 11px;
    margin-right: 0;
}

.design-mem-modal .action .button-primary-outline, .design-mem-modal .action .button-primary-outline:hover {
    background-color: #f8f8f8 !important;
    color: #323d54 !important;
    border: solid 1px rgba(161, 161, 161, 0.41) !important;
}

.modal-rounded .modal-title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #ff4437;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}

.modal-rounded .modal-title.text-medium-black {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

#LibraryModal.modal-rounded .modal-title {
    /*padding-left: 38px;*/
}

.design-mem-modal .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #1d1d1d;
    padding-top: 14px;
}

.design-mem-modal .modal-title .rounded-icon {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 68, 55, 0.11);
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 12px;
}

.design-mem-modal .modal-title .rounded-icon.photo {
    background-position: -20px -782px;
    background-size: 1000px;
}

.design-mem-modal .modal-title .rounded-icon.contact {
    background-position: -20px -823px;
    background-size: 1000px;
}

.modal-rounded .modal-header {
    padding: 11px 23px;
    border-bottom: solid 0.5px #e0e0e0;
}

.modal-rounded .modal-header.no-border {
    border-bottom: 0;
}

.section-tribute-success {
    /*transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    margin-top: -500px;*/
    /*display: none;*/
}

.modal-rounded .section-tribute-success > .modal-header {
    border-bottom: 0px;
    padding: 0px;
}

.modal-rounded .modal-header > .close, .modal-tribute-steps .modal-header > .close {
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 100;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -685px -177px;
}

.modal-rounded .modal-header > .close > img {
    width: 12px;
    height: 12px;
    margin-top: -5px;
}

.modal-rounded .section-tribute-success .modal-body {
    padding: 0px;
    overflow: hidden;
}

.modal-rounded .modal-body {
    padding: 18px 23px 0px;
}

.suggestion .modal-dialog {
    width: 475px;
    max-width: calc(100% - 20px);
}

.suggestion .modal-body {
    padding: 0px;
}

#LibraryModal .modal-body {
    padding: 0px 0px 15px;
    overflow-x: hidden;
}

.modal-rounded .modal-body .avatar {
    display: inline-block;
    float: left;
}

.modal-rounded .modal-body .avatar > img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.modal-rounded .modal-body .info {
    width: calc(100% - 180px);
    display: inline-block;
    padding-left: 10px;
}

.modal-rounded .modal-body .info > span {
    display: block;
}

.modal-rounded .modal-body .info > .head {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding-bottom: 6px;
}

.modal-rounded .modal-body .info > .subhead {
    font-size: 13px;
    text-align: left;
    color: #8f8e8e;
    padding-top: 0px;
}

.message-placeholder {
    width: 100%;
    /*min-height: 143px;*/
    border-radius: 4px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    float: left;
}

.message-placeholder.with-bottom-margin {
    margin-top: 0;
    margin-bottom: 16px;
}

.message-placeholder.small-margin {
    margin-bottom: 4px;
}

.control-group .message-placeholder {
    margin-top: 0;
    margin-bottom: 8px;
}

.message-placeholder > .textarea {
    width: 100%;
    /*min-height: 150px;*/
    min-height: 75px;
    display: block;
    position: relative;
}

.message-placeholder > .textarea > textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.message-placeholder > .textarea > textarea:-moz-placeholder {
    opacity: 0.5;
}

.message-placeholder > .textarea > textarea::-moz-placeholder {
    opacity: 0.5;
}

.message-placeholder > .textarea > textarea:-ms-input-placeholder {
    opacity: 0.5;
}

/*.modal-rounded .modal-body > .message-placeholder > .textarea > textarea:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .modal-rounded .modal-body > .message-placeholder > .textarea > textarea:focus:-moz-placeholder {
                color: transparent;
            }

            .modal-rounded .modal-body > .message-placeholder > .textarea > textarea:focus::-moz-placeholder {
                color: transparent;
            }

            .modal-rounded .modal-body > .message-placeholder > .textarea > textarea:focus:-ms-input-placeholder {
                color: transparent;
            }*/


.message-placeholder > .textarea > textarea {
    border: 0 !important;
    background: transparent;
    width: 100%;
    height: 80%;
    padding: 15px;
    resize: none;
    font-size: 16px;
    overflow: hidden;
    /*min-height: 150px;*/
    min-height: 100px;
}

.message-placeholder > .placeholderlabel {
    display: none;
    padding: 17px;
    color: #8f8e8e;
    height: 100px;
}

.message-placeholder .ourlibrary {
    /*position: absolute;
        right: 13px;
        bottom: 7px;*/
    font-size: 14px;
    font-weight: normal;
    color: #ff4437;
    float: right;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
}

.message-placeholder .ourlibrary.left {
    float: left;
    padding-right: 0;
    padding-left: 5px;
}

.message-placeholder .right {
    padding: 4px 25px;
    font-size: 14px;
    float: right;
    margin-top: 3px;
}

.message-placeholder .ourlibrary > img {
    width: 12px;
    height: auto;
    margin-right: 7px;
    margin-top: -2px;
}

.message-placeholder .ourlibrary > i {
    width: 12px;
    height: 20px;
    margin-top: -2px;
    background-size: 700px;
    background-position: -301px -188px;
    float: left;
    margin-right: 7px;
}

.message-placeholder > .action {
    border-top: solid 1px #dcdcdc;
    padding: 5px 10px;
    float: left;
    width: 100%;
}

.message-placeholder > .action > label {
    cursor: pointer;
    position: relative;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -452px -240px;
    width: 33px;
    height: 32px;
    vertical-align: top;
}

.message-placeholder > .action #attachimage, .message-placeholder > .action .tribute_image {
    display: none;
}

.message-placeholder > .action img.camera {
    height: auto;
    width: 21px;
}

.message-placeholder > .action .attachments {
    display: inline-block;
    padding: 5px 15px;
    width: calc(100% - 135px);
}

.message-placeholder > .action .attachments > span {
    position: relative;
    display: inline-flex;
}

.message-placeholder > .action .attachments > span > img {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    margin-right: 10px;
}

.message-placeholder > .action .attachments > span > button {
    position: absolute;
    top: -4px;
    right: 6px;
    background: transparent;
}

.message-placeholder > .action .attachments > span > button > img {
    width: 11px;
    height: 11px;
}

.message-placeholder > .action .attachments > span > button > i {
    width: 13px;
    height: 13px;
    background-size: 900px;
    background-position: -724px -187px;
}

.modal-rounded .modal-footer {
    position: relative;
    min-height: 67px;
    border-top: 0px;
}

.modal-rounded .modal-footer > button {
    padding: 7px 15px;
    /*color: #999999;*/
    /*margin-top: 18px;
        margin-right: 8px;*/
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #ff4437;
    background-color: #ff4437;
    color: #ffffff !important;
    position: absolute;
    right: 23px;
    top: calc(50% - 18px);
}

.modal-rounded .modal-footer > .tributecount {
    display: block;
    float: left;
    clear: both;
    color: #8f8e8e;
    font-size: 16px;
    padding: 10px;
}

.modal-rounded .modal-footer > .tributecount:hover {
    color: #23527c;
}

.design-mem-modal .modal-footer {
    min-height: 51px;
    border-top: solid 1px rgba(151, 151, 151, 0.25);
    padding: 0;
    clear: both;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden
}

.design-mem-modal .modal-footer button {
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #1d1d1d !important;
    position: relative;
    top: auto;
    right: auto;
    border: 0;
    border-right: solid 1px rgba(151, 151, 151, 0.25);
    line-height: 51px;
    padding: 0;
}

.design-mem-modal .modal-footer button:last-of-type {
    border-right: 0;
}

.design-mem-modal .modal-footer button.primary {
    color: #ff4437 !important;
}

/*.modal-rounded .modal-footer > button.active {
        border-color: #ff4437;
        color: #ff4437;
    }*/
/*.modal-backdrop {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}*/
.login-section {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    /*overflow:hidden;*/
}

.login-section > a {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-align: center;
}

.login-section > a.img-logo {
    margin: 0px auto;
    height: auto;
    border-radius: 0px;
    /*width: 100%;*/
    width: 113px;
    position: relative;
    /*margin-bottom: 44px;*/
    /*float: left;*/
    padding-bottom: 44px;
    display: inline-block;
}

.login-section > a.button-close {
    right: -31px;
    top: -13px;
    left: auto;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -690px -183px;
}

.login-section > a.button-back {
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -787px -183px;
}

.login-section > .header {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    color: #1d1d1d;
    margin: 0px;
    padding-bottom: 44px;
}

.login-section > div {
    display: block;
    margin-left: 0px;
    /*float: left;*/
    width: 100%;
    height: 100%;
}

.login-section .avatar {
    width: 61px;
    height: 61px;
}

.login-section .username {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #4f4e4e;
    padding-top: 13px;
    padding-bottom: 39px;
}

.mdl-textfield {
    width: 100%;
}

.mdl-textfield__label {
    margin-bottom: 0px;
    color: #9a9696 !important;
    font-weight: normal;
}

.mdl-textfield__label:after {
    background-color: #ff4437;
}

.mdl-textfield__input {
    font-family: Source Sans Pro, Mukta Malar, Catamaran !important;
}

.mdl-checkbox {
    text-align: left;
}

.mdl-checkbox__label {
    font-size: 14px;
    color: #1d1d1d;
    margin-top: -10px;
    display: inline-block;
    font-weight: normal;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #ff4437;
    height: 103%;
    width: 114%;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #ff4437;
}

.login-section .remember-me {
    padding-top: 2px;
}

.login-section .seperator {
    padding: 33px 0px 40px;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.login-section .switchlogin {
    float: right;
    color: #23527c;
    font-weight: 600;
}

.login-section .mdl-textfield > input {
    font-size: 16px;
    font-weight: 600;
    color: #ff4437;
    padding: 6px 0px;
}

.login-section .mdl-textfield > label {
    font-size: 14px !important;
    color: #4f4e4e !important;
    font-weight: normal;
}

.remember-me {
    width: 100%;
    float: left;
}

.remember-me > .lnk-forgot-pass {
    font-size: 14px;
    text-align: center;
    color: #ff4437;
}

.remember-me > .chk-remember {
    display: inline-block;
    width: auto;
}

.button-social {
    width: 100%;
    padding: 13px 23px;
    margin-bottom: 14px;
    border: 0px;
    border-radius: 2px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}

.button-social.fb {
    background-color: #425f9e;
}

.button-social.fb > i {
    width: 9px;
    height: 17px;
    margin-right: 19px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: var(--sprite);
    background-size: 900px;
    background-position: -215px -249px;
    margin-left: 4px;
}

.button-social.twitter {
    background-color: #00abf0;
}

.button-social.google {
    background-color: #d31818;
}

.button-social.twitter > i {
    width: 17px;
    height: 17px;
    margin-right: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: var(--sprite);
    background-size: 900px;
    background-position: -145px -249px;
}

.button-social.google > i {
    width: 17px;
    height: 17px;
    margin-right: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: var(--sprite);
    background-size: 1000px;
    background-position: -267px -280px;
}

i.facebook {
    background-image: var(--sprite);
    background-size: 900px;
    background-position: -273px -363px;
}

.login-section .action {
    width: 100%;
    /*float: left;*/
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
}

.login-section .action > button {
    float: right;
}

.button-primary-shadow {
    border-radius: 4px;
    background-color: #ff4437;
    box-shadow: 0 12px 24px 0 rgba(255, 68, 55, 0.29);
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 12px 44px;
    overflow: hidden;
    font-weight: 600;
}

.login-section .terms {
    font-size: 14px;
    text-align: center;
    color: #4f4e4e;
    /* padding: 64px 15px; */
    width: 100%;
    text-align: center;
    clear: both;
    /*position: absolute;
    bottom: 0px;*/
}

.login-section .terms > a {
    color: #ff4437;
}

.section-fixed {
    position: fixed !important;
    top: 0;
}

.search-popup {
    position: absolute;
    left: 0px;
    top: 32px;
    width: 385px;
    /*min-height: 100px;*/
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.07);
    line-height: normal;
    z-index: 100;
}

.search-popup .scroll-container {
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: 500px;
    float: left;
}

.search-popup .scroll-container::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.search-popup .scroll-container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.search-popup .scroll-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 61, 84, 0.1);
}

.small-thumb-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.small-thumb-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.small-thumb-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 61, 84, 0.1);
}

.search-group {
    padding: 0px;
    border-bottom: solid 0.5px #e0e0e0;
    float: left;
    width: 100%;
}

.search-group:last-of-type {
    border-bottom: 0;
}

.search-group.more {
    border-top: solid 0.5px #e0e0e0;
}

.search-group > .header {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: left;
    color: #1d1d1d;
    padding: 14px 13px;
}

.search-group > .detail {
    padding-bottom: 14px;
    float: left;
    width: 100%;
}

.search-group:last-of-type > .detail {
    padding-bottom: 0;
}

.search-group > a {
    text-align: center;
    padding: 15px;
    display: inline-block;
    color: black;
}

.search-group.more > a {
    color: #ff4437;
}

.search-group > a > span {
    font-weight: 700;
}

.search-group > .detail > .chip-group {
    padding: 0px 13px;
    float: left;
    width: 100%;
}

.search-group > .detail > ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.search-group > .detail > ul > li {
    padding: 7px 13px;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 13px;
}

.search-group > .detail > ul > li.active {
    background-color: #f6f6f6;
}

.search-group > .detail > ul > li:hover {
    background-color: #f6f6f6;
}

.search-group > .detail > ul > li > span {
    font-weight: 600;
}

.search-group > .detail > ul > li > img {
    width: 15px;
    height: 15px;
    margin-right: 16px;
    border-radius: 50%;
}

.search-group > .detail > ul > li > .search-icon {
    width: 23px;
    height: 23px;
    background-position: -530px -14px;
    background-size: 980px;
    float: left;
    margin-right: 9px;
}

.search-group > .detail > ul > li > .hash-icon {
    width: 23px;
    height: 23px;
    background-position: -418px -581px;
    background-size: 980px;
    float: left;
    margin-right: 9px;
}

.search-group > .detail > ul > li > .flag-icon {
    width: 23px;
    height: 23px;
    background-position: -404px -522px;
    background-size: 880px;
    float: left;
    margin-right: 9px;
}

.search-group > .detail > ul > li > .place-icon {
    width: 23px;
    height: 23px;
    background-position: -418px -616px;
    background-size: 980px;
    float: left;
    margin-right: 9px;
}

.search-group > .detail > ul > li > img.avatar {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 9px;
    float: left;
    margin-top: 2px;
}

.search-group > .detail > ul > li > .group {
    display: inline-block;
    width: calc(100% - 40px);
    line-height: 17px;
}

.search-group > .detail > ul > li > .group > span {
    display: block;
    font-weight: 600;
}

.search-group > .detail > ul > li > .group > span.sub {
    font-weight: 300;
}

.rect-chip {
    font-size: 12px;
    text-align: left;
    color: #4f4e4e;
    border-radius: 4px;
    background-color: rgba(234, 234, 234, 0.16);
    border: solid 1px rgba(161, 161, 161, 0.41);
    padding: 5px 10px;
    margin-bottom: 8px;
    margin-right: 8px;
    float: left;
}

.rect-chip > a {
    color: #4f4e4e;
}

.post-controls {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.post-controls > label {
    font-size: 12px;
    color: #8f8e8e;
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    font-weight: normal;
    /*min-width: 80px;*/
}

.post-controls > select {
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    float: left;
    padding: 5px;
}

.post-controls .selectize {
    display: inline-block;
}

.post-controls .selectize.small {
    width: 75px;
}

.post-controls > select:after {
    content: '';
    position: absolute;
}

.selectize-input {
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    padding: 6px 8px;
}

.selectize-control.single .selectize-input:after {
    right: 15px;
    border-width: 5px 4px 0 4px;
    border-color: #afafaf transparent transparent transparent;
}

.form-box .control-group .selectize > .selectize-input:after {
    right: 6px;
}

.form-box .control-group.large .selectize > .selectize-input:after {
    right: 15px;
}

.form-box .control-group .selectize.no-arrow > .selectize-input:after {
    display: none;
}

.selectize-input.full {
    background-color: #f9f9f9;
}

.post-controls > input {
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    float: left;
    padding: 5px;
}

.temp-list {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
    float: left;
    margin-left: 8px;
    width: calc(100vw - 160px);
    white-space: nowrap;
    overflow: auto;
    text-align: left;
    max-width: calc(100% - 160px);
}

.temp-list > li {
    display: inline-block;
    height: 69px;
    width: 54px;
    /*float: left;*/
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.temp-list > li.active:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 2px;
    background-image: var(--sprite);
    background-size: 800px;
    background-position: -375px -222px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.temp-list > li.default {
    padding: 22px 5px 5px;
    text-align: center;
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
}

.temp-list > li.default.active:after {
    top: 2px;
}

.temp-list > li > img {
    width: 100%;
    height: 100%;
    margin-top: -10px;
}

.temp-list > li.default > img {
    width: 16px;
    height: 19px;
}

.temp-list > li.default > i {
    width: 16px;
    height: 19px;
    background-size: 800px;
    background-position: -471px -162px;
}

.search-library-holder {
    padding: 0px 30px;
}

.search-library {
    height: 40px;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    width: 100%;
    float: left;
}

.search-library > input {
    border: 0px;
    background: transparent;
    height: 40px;
    line-height: 40px;
    padding: 2px 15px;
    width: 90%;
    float: left;
}

.search-library > button {
    float: right;
    background: transparent;
    height: 40px;
}

.search-library > button > img {
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-top: -3px;
}

.library-category-head {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #ff4437;
    padding: 14px 0px;
    padding: 14px 30px;
    display: block;
    border: solid 0.5px #e0e0e0;
}

.section-stats .library-category-head {
    font-size: 14px;
    color: #8f8e8e;
    font-weight: normal;
}

.section-stats .library-category-head > span {
    font-weight: 600;
    color: #ff4437;
}

.library-states {
    list-style: none;
    padding: 0px 30px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: solid 0.5px #e0e0e0;
}

.library-states > li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    border-right: solid 0.5px #e0e0e0;
    border-bottom: solid 0.5px #e0e0e0;
    padding: 13px;
    cursor: pointer;
}

.library-states > li:first-child:nth-last-child(3), .library-states > li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}

.library-states > li:first-child:nth-last-child(2), .library-states > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

.library-states > li:first-child:nth-last-child(1), .library-states > li:first-child:nth-last-child(1) ~ li {
    width: 100%;
}

.library-states > li:hover {
    background-color: #f9f9f9;
}

.library-states > li:last-child {
    border-right: 0px;
}

.library-states > li > span {
    font-size: 18px;
    color: #8f8e8e;
    display: block;
}

.library-states > li > span.strong {
    font-size: 42px;
    color: #1d1d1d;
    padding-top: 13px;
    padding-bottom: 13px;
}

.library-list {
    list-style: none;
    padding-left: 0px;
    /*padding-top: 20px;*/
    clear: both;
    max-height: 445px;
    overflow-y: auto;
}

.library-list::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
    border-radius: 10px;
}

.library-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.library-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 68, 55, 0.5);
}

.library-list > li {
    font-size: 14px;
    text-align: left;
    color: #1d1d1d;
    border-bottom: solid 0.5px #e0e0e0;
    padding: 10px 30px;
    height: 82px;
    display: table;
}

.library-list > li:last-child {
    border-bottom: 0px;
}

.library-list > li:hover {
    background-color: #fff2f1;
}

.library-list > li > div {
    line-height: 20px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.library-list > li:hover > div {
    width: 80%;
}

.library-list > li > span {
    border-radius: 100px;
    background-color: #ffe8e6;
    color: #ff4437;
    padding: 2px 9px;
    font-size: 12px;
    float: right;
    line-height: normal;
    margin-top: 23px;
}

.library-list > li > button {
    display: none;
    padding: 2px 14px;
    font-size: 12px;
    font-weight: 600;
    width: 71px;
    text-align: center;
    border: solid 1px #ff4437;
    float: right;
    margin-right: 4px;
    margin-top: 15px;
}

.library-list > li > button.button-primary-outline {
    color: #ff4437;
    background: transparent;
}

.library-list > li > button.button-primary-outline:hover {
    background-color: #ff4437;
}

.library-list > li > button.button-primary {
    text-transform: uppercase;
}

.library-list > li:hover > span {
    display: none;
}

.library-list > li:hover > button {
    display: inline-block;
}


/*.section-tribute-success {
    display: none;
}*/

.section-tribute-success .modal-body {
    /*height: 0px;
        transition: all .5s ease-in;*/
}

.section-tribute-success-left {
    display: inline-block;
    width: 331px;
    float: left;
    border-right: solid 0.5px #d9d9d9;
    height: 100%;
    padding: 96px 30px 10px 30px;
    text-align: center;
}

.section-tribute-success-left > .icon {
    width: 50px;
    height: 50px;
    background-size: 1500px;
    background-position: -566px -405px;
}

.section-tribute-success-left > span {
    display: block;
    text-align: center;
}

.section-tribute-success-left > .success-msg {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding-top: 24px;
}

.section-tribute-success-left > .share-msg {
    font-size: 14px;
    color: #4f4e4e;
    padding-top: 11px;
}

.section-tribute-success-left > .sharenow {
    font-size: 14px;
    color: #4f4e4e;
    font-weight: 600;
    padding-top: 34px;
    padding-bottom: 23px;
}

.section-tribute-success-left > .social {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
}

.section-tribute-success-right {
    display: inline-block;
    width: 413px;
    float: left;
    height: 100%;
    text-align: center;
    padding: 0px 30px;
}

.section-tribute-success-right > .preview {
    width: 193px;
    height: 247px;
    margin-top: 56px;
}

.section-tribute-success-right > span {
    font-size: 14px;
    color: #4f4e4e;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
}

.social-share {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #425f9e;
    margin-right: 24px;
    display: inline-block;
    overflow: hidden;
}

.social-share:hover {
    opacity: 0.5;
}

.social-share > img {
    margin-top: -2px;
}

.social-share.fb {
    background-color: #425f9e;
    margin-left: 27px;
}

.social-share.twitter {
    background-color: #00abf0;
}

.social-share.gplus {
    background-color: #dd4b39;
}

.social-share.messenger {
    background: #0084FF;
}

.social-share.wp {
    background: #25D366;
}

.social-share > i {
    background-image: var(--sprite);
    background-size: 800px;
    background-repeat: no-repeat;
}

.social-share.fb > i {
    width: 8px;
    height: 18px;
    background-position: -191px -219px;
}

.social-share.twitter > i {
    width: 16px;
    height: 19px;
    background-position: -127px -217px;
}

.social-share.gplus > i {
    width: 17px;
    height: 17px;
    background-position: -215px -219px;
}

.social-share.messenger > i {
    background-position: -605px -427px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 700px;
    margin-top: 3px;
}

.social-share.wp > i {
    background-position: -636px -427px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 700px;
    margin-top: 3px;
}

.namecircle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 31px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

.yellow {
    background: #eeb22b;
}

.popover {
    background: #4c4c4c;
    color: #ffffff;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    border-radius: 3px;
}

.popover.top > .arrow {
    border-top-color: #4c4c4c;
}

.popover.top > .arrow:after {
    border-top-color: #4c4c4c;
}

.button-back {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-align: center;
}

.button-back > img {
    width: 18px;
    height: auto;
}

#LibraryModal .button-back {
    left: 30px;
    top: 10px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -752px -181px;
}

#LibraryModal .section-listing {
    display: none;
}

.link-light {
    font-size: 14px;
    text-align: left;
    color: #8f8e8e;
}

.link-light:hover {
    color: #1d1d1d;
}

.no-horizontal-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#TributeModal .modal-header {
    padding-bottom: 0px;
    padding-top: 0px;
}

.sliding-tabs {
    position: relative;
    display: inline-block;
    /*background: #fff;*/
}

.sliding-tabs.large {
    width: 100%;
}

.sliding-tabs > a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8f8e8e;
    display: inline-block;
    width: 120px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.sliding-tabs.large > a {
    font-size: 24px;
    font-weight: 600;
    color: rgba(50, 61, 84, 0.34);
    width: 50%;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    float: left;
    line-height: normal;
}

.sliding-tabs > a.active {
    color: #ff4437;
}

.sliding-tabs.large > a.active {
    color: #323d54;
}

.sliding-tabs > .slide {
    background: #ff4437;
    width: calc(100% / 3);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: left .2s ease-out;
    transition: left .2s ease-out;
}

.sliding-tabs.large > .slide {
    background: #323d54;
    bottom: -1px;
}

.sliding-tabs.auto > a {
    width: auto !important;
    padding-right: 10px;
    padding-left: 10px;
}

.sliding-tabs.auto > a.active {
    border-bottom: 1px solid #ff4437;
}

.sliding-tabs.auto > .slide {
    display: none !important;
}

.sliding-tabs > a:first-of-type {
    width: 90px;
}

.sliding-tabs.large > a:first-of-type {
    width: 50%;
}

.sliding-tabs > a:nth-of-type(1).active ~ .slide {
    left: 0px;
    width: 120px;
}

.sliding-tabs.large > a:nth-of-type(1).active ~ .slide {
    left: 0px;
    width: 50%;
}

.sliding-tabs > a:nth-of-type(2).active ~ .slide {
    left: 94px;
    width: 120px;
}

.sliding-tabs.large > a:nth-of-type(2).active ~ .slide {
    left: 50%;
    width: 50%;
}

.sliding-tabs > a:nth-of-type(3).active ~ .slide {
    left: 215px;
    width: 120px;
}

.sliding-tabs > a:first-of-type.active ~ .slide {
    left: 0;
    width: 90px;
}

.strong {
    font-weight: 600;
}

.hide-item {
    display: none;
}

.header-mobile {
    width: 100%;
    height: 50px;
    background-color: #323d54;
    float: left;
    display: none;
}

.header-mobile > button.menu {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-left: 14px;
    margin-top: 11px;
}

.header-mobile > button.menu > span {
    display: inline-block;
    width: 18px;
    background: #fff;
    height: 1.6px;
    position: relative;
}

.header-mobile > button.menu.open > span {
    height: 0px;
}

.header-mobile > button.menu > span:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #fff;
    left: 0px;
    top: -5px;
    height: 1.6px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-mobile > button.menu.open > span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: -2px;
}

.header-mobile > button.menu > span:before {
    content: '';
    position: absolute;
    top: 5px;
    background: #fff;
    height: 1.6px;
    width: 18px;
    left: 0px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-mobile > button.menu.open > span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -2px;
}

.mobile-nav {
    float: left;
    /*width: 100%;*/
    background-color: #ffffff;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 66px;
    width: 0;
    -webkit-transition: 0.2s; /*cubic-bezier(0.6, -0.28, 0.74, 0.05)*/
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    /*max-width: 300px;*/
}

.mobile-nav.right {
    left: auto;
    right: 0;
}

.shown .mobile-nav, .shown-right .mobile-nav.right {
    width: 100%;
}

/*.shown .mobile-nav:after {
        content: '';
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.49);
        height: 100%;
        z-index: 999;
        top: 0px;
    }*/
.mobile-overlay {
    display: none;
}

.shown .mobile-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.49);
    height: 100%;
    z-index: 999;
}

.mobile-nav::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.mobile-nav::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 61, 84, 0.1);
}

.mobile-nav > .section {
    float: left;
    width: 100%;
    border-bottom: solid 0.5px #e0e0e0;
}

.mobile-nav > .section:last-child {
    border-bottom: 0px;
}

.mobile-nav > .section-dropdowns {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 26px;
}

.mobile-nav > .section-dropdowns .close {
    position: absolute;
    right: 15px;
    top: 4px;
    opacity: 1;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -685px -176px;
}

.mobile-nav > .section-dropdowns .close > img {
    width: 12px;
    height: 12px;
}

.mobile-nav > .section-dropdowns > .drop {
    position: relative;
}

.mobile-nav > .section-dropdowns .btn-language {
    padding-top: 0px;
    margin-right: 25px;
}

.mobile-nav > .section-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-nav > .section-menu > ul {
    padding-left: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.mobile-nav > .section-menu > ul > li {
    float: left;
    width: 100%;
}

.mobile-nav > .section-menu > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4f4e4e;
    float: left;
    width: 100%;
    padding: 10px 0px 10px 26px;
}

.mobile-nav > .section-menu > ul > li > a > i {
    float: right;
    margin-right: 30px;
    color: rgba(83, 82, 82, 0.34);
}

.mobile-nav > .section-menu > ul > li > ul {
    padding-left: 0px;
    float: left;
    width: 100%;
    background-color: rgba(216, 216, 216, 0.17);
    list-style: none;
    display: none;
}

.mobile-nav > .section-menu > ul > li > ul > li {
    float: left;
    width: 100%;
}

.mobile-nav > .section-menu > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4f4e4e;
    float: left;
    width: 100%;
    padding: 10px 0px 10px 52px;
}

.mobile-nav > .section-menu > ul > li > ul > li > a > img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.mobile-nav > .section-menu > ul > li > ul > li > a > i {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: var(--sprite);
    background-size: 700px;
    margin-right: 15px;
    float: left;
}

.mobile-nav > .section-menu > ul > li > ul > li.playstore > a > i {
    background-position: -78px -137px;
}

.mobile-nav > .section-menu > ul > li > ul > li.itunes > a > i {
    background-position: -108px -138px;
}

.mobile-nav > .section-menu.light > ul > li > a {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #4f4e4e;
}

.mobile-nav > .bottom-section {
    float: left;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 15px 17px;
    border-top: solid 0.5px #e0e0e0;
    /*max-width: 300px;*/
}

.mobile-nav > .bottom-section > .button-primary-outline {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #4f4e4e;
    border-radius: 2px;
    background-color: rgba(234, 234, 234, 0.16);
    border: solid 1px rgba(161, 161, 161, 0.41);
    padding: 7px 2px;
    width: 45%;
    margin-right: 13px;
}

.mobile-nav > .bottom-section > .button-primary {
    border-radius: 2px;
    background-color: #ff4437;
    width: 45%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 7px 2px;
}

.show-mobile {
    display: none !important;
}

.img-logo {
}

.img-logo > img {
    margin-top: -4px;
    width: 79px;
    /*height: 12px;*/
    height: auto;
}

a.stats {
    display: block;
}

.header-mobile .img-logo > img {
    width: 79px;
    /*height: 12px;*/
    height: auto;
    margin-left: 10px;
    margin-top: 5px;
}

.header-mobile .search-button {
    background: transparent;
    border: 0px;
    width: 19px;
    height: 18px;
    float: right;
    margin: 16px;
    z-index: 100;
    position: relative;
    padding: 0px;
}

.header-mobile .search-button:after {
    content: '';
    position: absolute;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -575px -18px;
    left: 0px;
    top: 0px;
    width: 19px;
    height: 18px;
    padding: 0px;
}

.header-mobile .search-button.active:after {
    background-position: -602px -18px;
}

.header-mobile .user-profile {
    background: transparent;
    border: 0px;
    width: 26px;
    height: 26px;
    float: right;
    margin: 12px 0;
    z-index: 0;
    position: relative;
    padding: 0px;
    border-radius: 50%;
}

.header-mobile .user-profile img {
    width: 100%;
    right: 100%;
    border-radius: 50%;
}

.modal-dialog {
    margin: 10px auto;
}

.contentarea {
    display: inline-block;
    width: 100%;
}

.contentarea .error-block {
    margin-top: 5px;
}

.contentarea.hide-item {
    display: none;
}

.login-container {
    width: 389px;
    min-height: 594px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
    margin-top: 20px;
}

.login-container > div {
    float: left;
    width: 100%;
    padding: 35px 54px;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.04);
}

.modal-rounded .modal-body .tribute-count, .modal-rounded .modal-body .info > .count {
    border-radius: 2px;
    background-color: rgba(216, 216, 216, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.2);
    padding: 7px 10px;
    display: inline-block;
    float: left;
}

.modal-rounded .modal-body .info > .count {
    background-color: transparent;
    border: 0px;
    display: inline-block;
    width: auto;
    margin-top: 0px;
    float: left;
    padding-top: 0px;
    /* padding-left: 110px; */
    text-align: left;
    display: none;
}

.modal-rounded .modal-body .tribute-count, .modal-rounded .modal-body .info > .count {
    float: right;
    margin-top: 10px;
}

.modal-rounded .modal-body .info > .count {
    margin-top: 0px;
    padding-left: 0px;
}

.modal-rounded .modal-body .tribute-count span, .modal-rounded .modal-body .info > .count span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    word-break: normal;
}

.modal-rounded .modal-body .tribute-count span.name, .modal-rounded .modal-body .info > .count span.name {
    font-size: 14px;
    color: #8f8e8e;
    font-weight: normal;
    word-break: normal;
}

.modal-rounded .modal-body .tribute-count span.mobileonly, .modal-rounded .modal-body .info > .count span.mobileonly {
    font-size: 14px;
    color: #8f8e8e;
    font-weight: normal;
    word-break: normal;
    display: none;
}

.main-header-label {
    float: left;
    width: 100%;
    /*font-size: 18px;
    font-weight: 900;*/
    font-size: 24px;
    font-weight: 600;
    /*background-color: #ffffff;*/
    text-align: center;
    padding: 20px 0px;
    /*margin-bottom: 36px;*/
}

.help-container-left {
    float: left;
    width: 717px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
    display: inline-block;
    padding: 40px 45px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-right: 20px;
}

.help-container-right {
    float: left;
    width: 287px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
    display: inline-block;
    padding: 25px;
    text-align: center;
}

.help-container-right > i {
    width: 40px;
    height: 40px;
    background-image: var(--sprite);
    background-size: 900px;
    background-position: -167px -59px;
    margin-bottom: 5px;
}

.help-container-right > span {
    display: block;
}

.help-container-right > .extradark {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 7px;
}

.help-container-right > .light {
    font-size: 14px;
    padding-bottom: 14px;
}

.help-container-right > .dark {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 24px;
}

.help-container-right > a.button-primary-shadow, .help-container-right > a.button-primary-shadow:hover {
    padding: 10px 34px;
    position: relative;
    color: #fff;
    width: auto;
}

.help-container-right > a {
    font-size: 14px;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    color: #8f8e8e;
}

.help-container-right > a:hover {
    color: #23527c;
}

.breadcrumb {
    background: #ffffff;
    padding: 0px;
}

.breadcrumb > li {
}

.breadcrumb > li + li:before {
    padding: 0px 0px 0px 4px;
}

.breadcrumb > li > a {
    font-size: 15px;
    font-style: italic;
    color: #787878;
}

.breadcrumb > li.active > a {
    color: #ff4437;
    font-weight: 600;
}

.breadcrumb > li > a:hover, .breadcrumb > li.active > a:hover {
    color: #23527c;
}

.help-pages-list {
    padding-left: 0px;
    list-style-position: inside;
}

.help-pages-list > li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.help-pages-list > li:last-of-type {
    margin-bottom: 0px;
}

.help-pages-list > li > ul {
    list-style: inside;
    padding-left: 15px;
    padding-top: 10px;
}

.help-pages-list > li > ul > li > a {
    font-size: 15px;
    line-height: 30px;
    color: #323d54;
}

.help-pages-list > li > ul > li > a:hover {
    color: #2d2d2d;
}

.help-hint {
    color: #323d54;
    padding-bottom: 17px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.help-search {
    float: left;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 33px;
}

.help-search > div {
    display: inline-block;
    width: 540px;
    height: 52px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
    max-width: 90%;
}

.help-search > div input {
    float: left;
    border: 0px;
    height: 52px;
    width: calc(100% - 70px);
    padding: 14px 0px 14px 26px;
    font-size: 16px;
}

.help-search > div button {
    border: 0px;
    background: transparent;
    overflow: hidden;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 1050px;
    background-position: -545px -1px;
    width: 70px;
    height: 52px;
}

.faq-container {
    float: left;
    width: 100%;
}

.faq-container > h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0px;
    line-height: normal;
    float: left;
    width: 100%;
}

.faq-container > p {
    font-size: 16px;
    line-height: 1.88;
    color: #787878;
    padding-bottom: 25px;
    margin: 0px;
    float: left;
    width: 100%;
}

/*.faq-container > ol {
        float: left;
        padding-left: 0px;
        width: 100%;
        list-style-position: inside;
    }*/

.faq-container > h6 {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.88;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 20px;
    margin: 0px;
    line-height: normal;
    float: left;
    width: 100%;
}

.control-group {
    display: inline-block;
    float: left;
}

.control-group .label-light.block {
    display: block;
    color: #787878;
    font-size: 13px;
    line-height: 1.46;
    font-weight: normal;
}

.control-group .label-light.normal {
    font-weight: normal;
}

.control-group .selectize {
    display: inline-block;
}

.contact-container {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.contact-container > .header {
    float: left;
    width: 100%;
    padding: 3px 10px 17px 10px;
    border-bottom: solid 0.5px rgba(79, 78, 78, 0.29);
}

.contact-container > .header label {
    float: left;
    font-size: 16px;
    color: #26282a;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 30px;
}

.contact-container > .header .selectize {
    float: left;
    min-width: 230px;
    min-height: 48px;
}

.contact-container > .header .selectize > .selectize-input {
    padding: 11px 20px;
    font-size: 16px;
    color: #26282a;
    font-weight: 600;
    background-color: #f9f9f9;
    border-radius: 2px;
    border: solid 1px #dcdbdb;
}

.contact-container > .header .selectize .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    font-size: 16px;
    color: #26282a;
    font-weight: 600;
}

.contact-container > .header > button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    float: right;
    padding: 10px 34px;
}

.contact-container > .body {
    float: left;
    width: 100%;
}

.form-container {
    float: left;
}

.partner-body .form-container {
    margin-top: -24px;
}

.contact-list {
    float: left;
    width: 100%;
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
}

.contact-list.half-width {
    width: 50%;
}

.contact-list > li {
    float: left;
    width: 100%;
    padding: 20px 10px;
}

.contact-list.list-inline > li {
    float: left;
    display: inline-block;
    padding: 20px 10px;
    margin-left: 0px;
    width: 25%;
    max-width: 100%;
}

.contact-list > li > i {
    float: left;
    width: 42px;
    height: 42px;
    background-color: rgba(216, 216, 216, 0.21);
    border: solid 1px rgba(151, 151, 151, 0.2);
    margin-right: 10px;
    border-radius: 5px;
}

.contact-list > li > i.rounded {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    border-radius: 50%;
}

.contact-list > li > div {
    float: left;
    width: calc(100% - 60px);
    display: inline-block;
    line-height: normal;
}

.contact-list > li > div > span {
    display: block;
    padding-bottom: 2px;
}

.contact-list > li > div > .head, .contact-list > li > div > span.head > a {
    font-size: 16px;
    font-weight: 600;
    color: #26282a;
    word-wrap: break-word;
    line-height: normal;
}

.contact-list > li > div > .head:hover, .contact-list > li > div > span.head > a:hover {
    color: #23527c;
}

.contact-list > li > div > a > span.subhead {
    color: #787878;
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.contact-list > li > div > a:hover > span.subhead {
    color: #23527c;
}

.user-headset {
    background-position: -167px -312px;
    background-size: 900px !important;
}

.comment {
    background-position: -483px -173px;
    background-size: 900px !important;
}

.fbm {
    background-position: -39px -239px;
    background-size: 700px !important;
}

.viber2 {
    background-position: -12px -276px;
    background-size: 800px !important;
}

.whatsapp2 {
    background-position: -94px -312px;
    background-size: 900px !important;
}

.mail2 {
    background-position: -98px -239px;
    background-size: 700px !important;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.filters {
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}

.filters > h2 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #ebebeb;
    padding: 14px 15px;
    margin: 0px;
    line-height: normal;
}

.filters > h2 > button {
    font-weight: 600;
    padding: 2px 8px;
    float: right;
    color: #ff4437;
    background: #fff;
    font-size: 14px;
}

.filters > h2 > a {
    float: right;
    font-size: 14px;
}

.filters > .filter-body {
    padding: 10px 15px;
    float: left;
}

.filters .buttons {
    width: 100%;
    float: left;
}

.filters .buttons > button {
    padding: 4px 11px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    background-color: #ff4437;
    width: 49%;
}

.filters .buttons > button.link-only {
    background-color: #fff;
    color: #47536d;
}

.form-box .control-group {
    width: 100%;
    padding-bottom: 10px;
    float: left;
}

.form-box .control-group.no-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-box .control-group .icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-box .control-group .icon-control {
    float: left;
    width: calc(100% - 22px);
}

.form-box .control-group .add-button {
    float: right;
    width: 21px;
    height: 21px;
    border: solid 1px rgba(143, 142, 142, 0.81);
    display: inline-block;
    min-width: 21px;
    color: rgba(143, 142, 142, 0.81);
    margin-top: 6px;
}

.form-box .control-group .icon-control input[type='text'] {
    float: left;
    width: calc(50% - 14px);
    margin-right: 14px;
}


.form-box .control-group.large {
    padding-bottom: 6px;
    /*padding-bottom: 15px;*/
}

.form-box .control-group.split-width {
    width: 48%;
}

.form-box .control-group .preview {
    width: 180px;
    height: auto;
    border-radius: 4px;
    margin-top: 10px;
}

.form-box.no-control-space .control-group {
    padding-bottom: 0px;
}

.form-box .control-group.white-bg {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    padding: 9px 15px;
    margin-bottom: 7px;
}

.form-box .control-group.white {
    background-color: #ffffff;
}

.form-box .mdl-textfield__label {
    color: #333 !important;
    font-weight: 600;
}

.form-box.light .mdl-textfield__label {
    color: #9a9696 !important;
    font-weight: normal;
}

.control-group .error-block {
    margin-top: -6px;
    display: block;
}

.form-box .control-group .help-block, .form-box .mdl-textfield .help-block {
    font-size: 10px;
    color: #838383;
    display: block;
    display: inline-block;
    float: left;
    clear: both;
    line-height: normal;
    margin-top: -4px;
    width: 100%;
    margin-bottom: 0px;
}

.form-box .control-group .mdl-switch + .help-block {
    padding-left: 44px;
}

.modal-tribute-steps .form-box .control-group .help-block {
    margin-top: -7px;
}

.modal-tribute-steps .form-box .control-group .help-block {
    font-size: 14px;
    font-weight: 300;
}

.modal-tribute-steps input::-webkit-input-placeholder, .modal-tribute-steps textarea::-webkit-input-placeholder {
    font-weight: 300;
}

.modal-tribute-steps input:-moz-placeholder, .modal-tribute-steps textarea:-moz-placeholder {
    font-weight: 300;
}

.modal-tribute-steps input::-moz-placeholder, .modal-tribute-steps textarea::-moz-placeholder {
    font-weight: 300;
}

.modal-tribute-steps input:-ms-input-placeholder, .modal-tribute-steps textarea:-ms-input-placeholder {
    font-weight: 300;
}

.form-box .control-group .error-block + .help-block, .form-box .mdl-textfield .error-block + .help-block {
    margin-top: 0;
}

.form-box .mdl-textfield .help-block {
    position: absolute;
    bottom: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.form-box .mdl-textfield .error-block {
    position: absolute;
    bottom: 0px;
}

.form-box .mdl-textfield .help-block + .error-block {
    bottom: -12px;
}

.form-box .control-group input[type='text'], .form-box .control-group input[type='password'], .form-box .control-group textarea, .form-box .control-group select {
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    padding: 6px 8px;
    margin-bottom: 8px;
    width: 100%;
}

.form-box .control-group .icon input[type='text'] {
    padding-right: 35px;
}

.form-box .control-group .icon i.sprite {
    position: absolute;
    right: 6px;
    top: 8px;
}

.form-box .control-group .icon .calendar {
    background-position: -700px -408px;
    background-size: 1000px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
}


.form-box .control-group .icon .search {
    background-size: 980px;
    background-position: -530px -14px;
    width: 23px;
    height: 23px;
    opacity: 0.4;
    z-index: 1;
}


.bordered-controls.form-box .control-group input[type='text'], .bordered-controls.form-box .control-group input[type='password'], .bordered-controls.form-box .control-group textarea, .bordered-controls.form-box .control-group select {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #4f4e4e;
    padding: 8px;
}

.form-box .control-group.white input, .form-box .control-group.white select, .form-box .control-group.white textarea {
    background: #fff;
}

.payment-item .form-box .control-group input[type='text'], .payment-item .form-box .control-group input[type='password'], .payment-item .form-box .control-group textarea, .payment-item .form-box .control-group select {
    background-color: rgba(249, 249, 249, 0.39);
    padding: 9px 10px;
}

.form-box .control-group.large input[type='text'], .form-box .control-group.large input[type='password'], .form-box .control-group.large textarea, .form-box .control-group.large select {
    padding: 13px 11px;
    font-size: 16px;
    margin-bottom: 5px;
}

.modal-tribute-steps .modal-body .section-form .control-group.large input[type='text'], .modal-tribute-steps .modal-body .section-form .control-group.large input[type='password'], .modal-tribute-steps .modal-body .section-form .control-group.large textarea, .modal-tribute-steps .modal-body .section-form .control-group.large select {
    margin-bottom: 8px;
}

.modal-tribute-steps input[type='text'], .modal-tribute-steps select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-tribute-steps select:not(.selectize) {
    text-indent: 3px;
}

.modal-tribute-steps select:not(.selectize) {
    background-image: linear-gradient(45deg, transparent 50%, rgba(128, 128, 128, 0.619) 50%), linear-gradient(135deg, rgba(128, 128, 128, 0.619) 50%, transparent 50%), linear-gradient(to right, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0));
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.modal-tribute-steps select:not(.selectize):focus {
    background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.619) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, rgba(128, 128, 128, 0.619) 50%), linear-gradient(to right, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0));
    background-position: calc(100% - 15px) 20px, calc(100% - 20px) 20px, 100% 0px;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    /* border-color: grey; */
    outline: 0;
}

.form-box .control-group.large select {
    height: 52px;
}

.form-box .control-group.large input[type='text']::-webkit-input-placeholder, .form-box .control-group.large input[type='password']::-webkit-input-placeholder, .form-box .control-group.large textarea::-webkit-input-placeholder, .form-box .control-group.large select::-webkit-input-placeholder {
    opacity: 0.5;
}

.form-box .control-group.large input[type='text']::-moz-placeholder, .form-box .control-group.large input[type='password']::-moz-placeholder, .form-box .control-group.large textarea::-moz-placeholder, .form-box .control-group.large select::-moz-placeholder {
    opacity: 0.5;
}

.form-box .control-group.large input[type='text']:-ms-input-placeholder, .form-box .control-group.large input[type='password']:-ms-input-placeholder, .form-box .control-group.large textarea:-ms-input-placeholder, .form-box .control-group.large select:-ms-input-placeholder {
    opacity: 0.5;
}

.light-placeholder input[type='text']::-webkit-input-placeholder, .light-placeholder input[type='password']::-webkit-input-placeholder, .light-placeholder textarea::-webkit-input-placeholder, .light-placeholder select::-webkit-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
}

.light-placeholder input[type='text']::-moz-placeholder, .light-placeholder input[type='password']::-moz-placeholder, .light-placeholder textarea::-moz-placeholder, .light-placeholder select::-moz-placeholder {
    opacity: 0.5;
    font-weight: 300;
}

.light-placeholder input[type='text']:-ms-input-placeholder, .light-placeholder input[type='password']:-ms-input-placeholder, .light-placeholder textarea:-ms-input-placeholder, .light-placeholder select:-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
}

.form-box .control-group.large.half-width input {
    width: 50%;
    float: left;
}

.form-box .control-group.large.half-width input:first-child {
    width: calc(50% - 13px);
    margin-right: 13px;
}

.form-box .control-group select {
    height: 34px;
}

.modal-message .form-box .control-group input[type='text']::-webkit-input-placeholder, .modal-message .form-box .control-group input[type='tel']::-webkit-input-placeholder, .modal-message .form-box .control-group input[type='password']::-webkit-input-placeholder, .modal-message .form-box .control-group textarea::-webkit-input-placeholder, .light-placeholder::-webkit-input-placeholder {
    opacity: 0.5;
    font-weight: normal;
}

.modal-message .form-box .control-group input[type='text']::-moz-placeholder, .modal-message .form-box .control-group input[type='tel']::-moz-placeholder, .modal-message .form-box .control-group input[type='password']::-moz-placeholder, .modal-message .form-box .control-group textarea::-moz-placeholder, .light-placeholder::-moz-placeholder {
    opacity: 0.5;
    font-weight: normal;
}

.modal-message .form-box .control-group input[type='text']:-ms-input-placeholder, .modal-message .form-box .control-group input[type='tel']::-moz-placeholder, .modal-message .form-box .control-group input[type='password']:-ms-input-placeholder, .modal-message .form-box .control-group textarea:-ms-input-placeholder, .light-placeholder:-ms-input-placeholder {
    opacity: 0.5;
    font-weight: normal;
}

.modal-message .form-box .control-group input[type='text']:-moz-placeholder, .modal-message .form-box .control-group input[type='tel']:-moz-placeholder, .modal-message .form-box .control-group input[type='password']:-moz-placeholder, .modal-message .form-box .control-group textarea:-moz-placeholder, .light-placeholder:-moz-placeholder {
    opacity: 0.5;
    font-weight: normal;
}

.form-box .mdl-textfield__input {
    font-size: 16px;
    font-weight: 600;
}

.form-box .control-group .intl-tel-input {
    /*margin-bottom: 5px;*/
    margin-bottom: 8px;
}

.form-box .control-group label.block {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.bordered-controls .control-group label.block {
    font-size: 11px;
    font-weight: 600;
    color: #4f4e4e;
    line-height: normal;
    margin-bottom: 7px;
}

.bordered-controls .control-group label.block.large {
    font-size: 16px;
    color: #333;
}

.form-box .control-group label.normal {
    font-weight: normal;
    font-size: 14px;
}

.form-box.light .control-group label.block {
    color: #9a9696 !important;
    font-weight: normal;
}

.form-box .control-group.white-bg label {
    font-size: 12px;
    font-weight: normal;
    color: #8f8e8e;
}

.payment-item .form-box .control-group .block {
    font-size: 14px;
    font-weight: normal;
    color: #8f8e8e;
}

.form-box .control-group .control-left, .form-box .control-group .control-right {
    display: inline-block;
    float: left;
}

.form-box .control-group .selectize {
    float: left;
    width: 100%;
}

.form-box .control-group .selectize-dropdown .create {
    color: #ff4437 !important;
}

.form-box .control-group .selectize > .selectize-input {
    padding: 6px;
    font-size: 16px;
    color: #26282a;
    font-weight: 600;
    background-color: #f9f9f9;
    border-radius: 2px;
    border: solid 1px #dcdbdb;
}


.bordered-controls.form-box .control-group .selectize > .selectize-input {
    padding: 9px 8px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d2d2d2;
}

.payment-item .form-box .control-group .selectize > .selectize-input {
    background-color: rgba(249, 249, 249, 0.39);
    padding: 10px;
}

.form-box .control-group.large .selectize > .selectize-input {
    padding: 16px 14px;
    font-size: 16px;
}

.form-box .control-group.white-bg .selectize > .selectize-input {
    background: #fff;
    border: 0px;
    padding: 0px;
    font-size: 16px;
}

.form-box .control-group.white .selectize > .selectize-input {
    background: #fff;
}

.form-box .control-group.white-bg .selectize > .selectize-input.focus {
    box-shadow: none;
}

.form-box .control-group .selectize.auto > .selectize-input {
    padding-right: 30px;
}

.form-box .control-group .material-select .selectize-input {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    padding: 0px 5px 4px 0px;
    width: 100%;
}

.form-box .control-group .material-select .selectize-input > input, .form-box .control-group .material-select .selectize-input > * {
    color: #26282a !important;
}

.form-box .control-group .selectize > .selectize-input .selectize-input:after {
    right: 12px;
}

.form-box .control-group .selectize .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    font-size: 16px;
    color: #26282a;
    font-weight: 600;
}

.bordered-controls.form-box .control-group .selectize .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    font-size: 14px;
    font-weight: normal;
}

.form-box .control-group.large .selectize .selectize-dropdown [data-selectable] {
    font-size: 16px;
    padding: 10px;
}

.form-box .control-group.white-bg .selectize .selectize-dropdown [data-selectable] {
    font-size: 16px;
}

.form-box .control-group .selectize.auto .selectize-dropdown [data-selectable] {
    white-space: nowrap;
}

.selectize .selectize-dropdown .dark, .selectize .selectize-dropdown .extra-light, .selectize .selectize-dropdown .light {
    display: block;
}

.selectize .selectize-dropdown .dark {
    color: rgba(48, 48, 48, 1);
    font-weight: 600;
}

.selectize .selectize-dropdown .extra-light {
    color: rgba(48, 48, 48, 0.5);
    font-weight: normal;
}

.selectize .selectize-dropdown .light {
    color: rgba(48, 48, 48, 0.7);
    font-weight: normal;
}

.selectize-control.loading::before {
    animation: spin 1s linear infinite;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 22px;
    right: 9px;
    width: 16px;
    height: 16px;
    margin: -14px 0 0 0;
    border: 2px solid rgba(0, 0, 0, 0.43137254901960786);
    border-top: 2px solid transparent;
    border-radius: 50%;
}

.form-box .control-group .mdl-radio, .form-box .control-group .mdl-checkbox {
    padding-right: 10px;
    margin-bottom: 10px;
    float: left;
    /*width: 50%;*/
    font-weight: 600;
    font-size: 14px;
    width: auto;
}

.form-box .control-group.no-bottom .mdl-radio, .form-box .control-group.no-bottom .mdl-checkbox {
    margin-bottom: 0;
}

.form-box .control-group .mdl-checkbox .mdl-checkbox__label {
    font-weight: 600;
}

.form-box .control-group .mdl-checkbox.label-light .mdl-checkbox__label {
    font-weight: normal;
}

.obituary-notice {
    background-position: -633px -197px;
    width: 127px;
    height: 121px;
}

.about-container {
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
    padding: 36px 62px;
}

.about-container > p {
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
    color: #787878;
    padding-bottom: 30px;
    margin: 0px;
}

.about-container > span {
    display: block;
    font-size: 16px;
    line-height: 1.88;
}

.about-container > .salutation {
    color: #26282a;
}

.about-container > .lastupdated {
    font-weight: 600;
    display: inline-block;
    color: #787878;
    margin-top: 20px;
    border-radius: 4px;
    background-color: rgba(45, 45, 45, 0.07);
    padding: 7px 16px;
}

.afterdeath-container {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 39px 51px;
}

.afterdeath-container .panel-group {
    /*margin-left: 10px;*/
}

.afterdeath-container .panel-heading {
    padding: 0px;
    background-color: rgba(245, 245, 245, 0.56);
}

.afterdeath-container .panel-heading > a {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    display: block;
    padding: 15px;
}

.afterdeath-container .panel-heading > a > span {
    width: calc(100% - 20px);
    display: inline-block;
    text-align: left;
    line-height: 22px;
}

.afterdeath-container .panel-heading > a > span.number {
    /*margin-left: -40px;
                padding-right: 20px;*/
    width: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.afterdeath-container .panel-body {
    padding-left: 35px;
}

.afterdeath-container .panel-body > p {
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    font-size: 16px;
    line-height: 1.88;
    color: #787878;
    margin-bottom: 25px;
    float: left;
}

.afterdeath-container .panel-body > p > a {
    font-size: 16px;
}

.afterdeath-container .panel-body > button, .afterdeath-container .panel-body > a.mdl-js-button {
    border-radius: 4px;
    border: solid 1px #ff4437;
    color: #ff4437;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    float: left;
    margin-bottom: 10px;
}

.filter-container {
    float: left;
    width: 100%;
    position: relative;
    min-height: 500px;
    margin-top: 26px;
}

.section-filter {
    float: left;
    /*width: 276px;*/
    width: 200px;
    position: absolute;
    top: 0px;
}

.form-box .control-group .selectize.day {
    width: 46px;
    margin-right: 5px;
}

.form-box .control-group .selectize.month {
    width: 48%;
    margin-right: 5px;
}

.form-box .control-group .selectize.year {
    width: 49%;
}

.form-box .control-group .selectize.year:first-of-type {
    width: 56px;
    margin-right: 5px;
}

.form-box .control-group .selectize.day + .selectize + .selectize.month, .form-box .control-group .selectize.year + .selectize + .selectize.month {
    width: 56px;
    margin-right: 5px;
}

.form-box .control-group .selectize.day + .selectize + .selectize.month + .selectize + .selectize.year {
    width: 58px;
}

.form-box .control-group .selectize.year + .selectize + .selectize.month + .selectize + .selectize.day {
    width: 46px;
    margin-right: 0px;
}

.section-topics-suggestion {
    width: 278px;
    float: left;
}

.report-container {
    float: left;
    width: 100%;
    padding: 45px 90px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}

.report-container > div {
    float: left;
    display: inline-block;
    width: 50%;
}

.report-container > .section-desc {
    padding-right: 70px;
    width: 55%;
}

.report-container > .section-form {
    width: 45%;
}

.report-container > .section-desc > h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    color: #2d2d2d;
    padding-bottom: 5px;
}

.report-container > .section-desc > p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.68;
    color: #787878;
}

.form-container > .section-form .mdl-textfield__label {
    font-size: 14px;
    font-weight: normal;
    color: #4f4e4e !important;
}

.form-container > .section-form .mdl-textfield__input {
    font-size: 16px;
    font-weight: 600;
    color: #ff4437;
    border-bottom: solid 0.5px #4f4e4e;
}

.form-container > .section-form .action > button {
    width: 100%;
    font-size: 16px;
    padding: 12px 44px;
    overflow: hidden;
    font-weight: 600;
}

.form-container > .section-form .action > button:first-of-type {
    margin-bottom: 10px;
}

.report-container > .section-form .terms {
    padding-top: 30px;
    text-align: center;
    width: 225px;
    margin: 0px auto;
}

.report-container > .section-form .terms > a {
    color: #ff4437;
}

.incident-card, .topic-card {
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 11px;
    padding: 14px;
    position: relative;
}

.topic-card {
    padding: 14px 24px;
}

.incident-card img {
    float: left;
    width: 74px;
    height: 74px;
    border-radius: 6px;
}

.incident-card img.rounded {
    border-radius: 50%;
}

.incident-card .incident-body {
    float: left;
    width: calc(100% - 74px);
    padding-left: 15px;
}

.incident-card .incident-body > span, .topic-card .topic-body > span {
    display: block;
}

.incident-card .incident-body > .name, .topic-card .topic-body > .name {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    padding-bottom: 2px;
}

.incident-card > a:hover > .incident-body > .name, .topic-card > a:hover > .topic-body > .name {
    color: #23527c;
}

.incident-card .incident-body > .place {
    font-size: 14px;
    font-weight: 600;
    color: #8f8e8e;
    padding-bottom: 12px;
}

.incident-card .incident-body > .date > span {
    font-size: 14px;
    float: left;
    color: rgba(143, 142, 142, 0.72);
}

.incident-card .incident-body > .date > span.dark {
    color: #1d1d1d;
}

.incident-card .incident-body > .date > span.dark > i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: -954px -638px;
    vertical-align: middle;
    background-size: 1400px;
}

.incident-card .incident-body > .date > span.dark > i.female {
    background-position: -980px -638px;
}

.incident-card .incident-body > .date > .profilecount {
    font-size: 14px;
    font-weight: 600;
    float: right;
    color: #ff4437;
}

.incident-card > button {
    position: absolute;
    right: 4px;
    top: 4px;
}

.incident-card > button > i {
    background-size: 800px;
    background-position: -608px -7px;
    width: 9px;
    height: 23px;
}

.topic-card .topic-body > .subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #8f8e8e;
    padding-bottom: 2px;
}

.topic-card .topic-body > .profile-count {
    padding-bottom: 12px;
}

.topic-card .topic-body > .profile-count > span {
    font-size: 14px;
    color: #8f8e8e;
    padding-right: 5px;
}

.topic-card .topic-body > .profile-count > span > .label-dark {
    font-weight: 600;
    color: #1d1d1d;
}

.topic-card .topic-body > .profile-count > span > .label-green {
    font-weight: 600;
    color: #5dc676;
}

.topic-card .topic-body > .date {
    font-size: 12px;
    color: #8f8e8e;
    float: left;
}

.create-section {
    padding-bottom: 10px;
}

.create-section > span {
    font-size: 14px;
    line-height: 1.79;
    text-align: center;
    color: #323d54;
    /*padding-right: 20px;*/
    float: left;
    padding-top: 0px;
    /*padding-left: 15px;*/
    display: inline-block;
    /*width: calc(100% - 230px);*/
    width: 100%;
}

.create-section > span > a {
    font-size: 14px;
}

.create-section > button {
    /*border-radius: 2px;
        border: solid 1px #ff4437;
        padding: 8px 18px;
        background: #ff4437;
        margin-left: 21px;
        font-weight: 600;
        overflow: hidden;
        font-size: 14px;
        color: #ffffff;
        float: right;*/
    border-radius: 0px;
    padding: 4px 18px;
    background: transparent;
    margin-left: 0px;
    font-weight: 600;
    overflow: hidden;
    font-size: 14px;
    color: #ff4437;
    /*float: right;*/
    display: none;
}

.create-section > button.rightborder {
    border-right: 0px;
}

.create-section > button.filter-button {
    background: white;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 3px;
    color: #1d1d1d;
    font-weight: normal;
}

.email-gray {
    width: 24px;
    height: 24px;
    background-position: -797px -246px;
    background-size: 900px !important;
    float: left;
    margin-right: 10px;
}

.phone-gray {
    width: 24px;
    height: 24px;
    background-position: -825px -246px;
    background-size: 900px !important;
    float: left;
    margin-right: 10px;
}

.feed-card > .feed-header.extra > a {
    /*display: none;*/
}

.multi-tags {
    font-size: 16px;
    color: #1d1d1d;
}

.multi-tags h1, .multi-tags h2, .multi-tags h3, .multi-tags h4, .multi-tags h5, .multi-tags h6 {
    margin: 0px;
    padding-bottom: 16px;
    font-weight: 600;
}

.multi-tags h1 {
    font-size: 35px;
    line-height: 46px;
}

.multi-tags h2 {
    font-size: 28px;
    line-height: 40px;
}

.multi-tags h3 {
    font-size: 20px;
    line-height: 27px;
}

.multi-tags h4 {
    font-size: 16px;
    line-height: 20px;
}

.multi-tags h5 {
    font-size: 14px;
    line-height: 18px;
}

.multi-tags h6 {
    font-size: 10px;
    line-height: 14px;
}

.multi-tags p {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 16px;
}

.multi-tags a {
    font-size: 16px;
    /*font-weight: 600;*/
    text-align: left;
    color: #ff4437;
    cursor: pointer;
}

.multi-tags a:hover {
    color: #23527c;
}

.multi-tags ul, .multi-tags ol {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding-left: 35px;
}

.multi-tags ul > li, .multi-tags ol > li {
    float: left;
    width: 100%;
}

.multi-tags img {
    /* display: block; */
    max-width: 100%;
    /* margin: auto 15px 15px; */
    /* text-align: left; */
    margin-right: 10px;
}

.multi-tags .image-holder {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.multi-tags table th, .multi-tags table td {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}

.multi-tags blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 26px;
    margin: 0 0 16px;
    position: relative;
    font-family: Source Sans Pro, Mukta Malar, Catamaran !important;
    font-size: 15px;
    line-height: normal;
    color: #666;
    text-align: justify;
    font-weight: normal;
    letter-spacing: normal;
}

.multi-tags blockquote::before {
    content: "\201C";
    font-size: 45px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 7px;
    top: -1px;
    display: none;
}

.multi-tags blockquote::after {
    content: "";
}

.multi-tags blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.multi-tags blockquote a:hover {
    color: #666;
}

.multi-tags blockquote em {
    font-style: italic;
}


/*.multi-tags h1 {
    }

    .multi-tags h2 {
    }

    .multi-tags h3 {
    }

    .multi-tags h4 {
    }

    .multi-tags h5 {
    }

    .multi-tags h6 {
    }*/

.ios-toggle {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ios-toggle i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    /*width: 46px;
        height: 26px;*/
    width: 32px;
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
    margin-bottom: -1px;
}

.ios-toggle i::before {
    content: "";
    position: absolute;
    left: 0;
    /*width: 42px;
            height: 22px;*/
    width: 28px;
    height: 16px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.ios-toggle i::after {
    content: "";
    position: absolute;
    /*left: 0;
            width: 22px;
            height: 22px;*/
    /*left: -8px;*/
    left: 0;
    width: 17px;
    height: 17px;
    top: -1px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.ios-toggle input:checked + ::after {
    left: -8px;
}

.ios-toggle:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.ios-toggle:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}

.ios-toggle input {
    display: none;
}

.ios-toggle input:checked + i {
    background-color: #4BD763;
}

.ios-toggle input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.ios-toggle input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}

.material-select .selectize-input {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    padding: 0px 5px 4px 0px;
    width: 100%;
}

.material-select.selectize-control.multi .selectize-input.has-items {
    padding-left: 0px;
}

.material-select .selectize-input.focus {
    box-shadow: none;
}

.material-select .selectize-input > input, .material-select .selectize-input > * {
    color: #ff4437 !important;
    font-size: 16px;
}

.material-select.selectize-control.single .selectize-input:after {
    border-color: #4f4e4e transparent transparent transparent;
    right: 5px;
}

.material-select.searchdropdown.selectize-control.single .selectize-input:after {
    display: none;
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 2px !important;
}

.selectize-control.multi.plugin-remove_button [data-value] {
    padding-right: 24px !important;
}

.full-width.control-group .selectize {
    width: 100%;
    /*padding-bottom: 17px;*/
    padding-bottom: 0px;
}

.full-width.control-group .selectize.auto {
    width: auto !important;
}

.full-width.control-group .selectize.auto .selectize-dropdown-content {
    overflow-x: auto;
}

.login-section .control-group .label-light.block {
    text-align: left;
}

.login-section .control-group {
    padding-top: 20px;
    text-align: left;
    float: none;
}

.block-loader {
    position: relative;
}

.block-loader:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.block-loader:before {
    content: '';
    border: 3px solid #f3f3f3;
    border-top: 3px solid transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    animation: spin 1s linear infinite;
    top: calc(50% - 15px);
    position: absolute;
    z-index: 101;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.phonecontrol.material .mdl-textfield__label {
    top: 3px;
}

.phonecontrol .intl-tel-input {
    width: 100%;
}

.phonecontrol .intl-tel-input input {
    border-radius: 2px;
    background-color: #f9f9f9;
    border: solid 1px #dcdcdc;
    box-shadow: none;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    padding: 6px 8px;
    width: 100%;
    font-size: 16px;
    padding-left: 52px !important;
}

.bordered-controls.form-box .phonecontrol .intl-tel-input input {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d2d2d2;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #4f4e4e;
    padding: 8px;
}

.phonecontrol.material .intl-tel-input input {
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.phonecontrol.material .intl-tel-input .selected-flag {
    padding-left: 0px;
}

.phonecontrol .intl-tel-input.allow-dropdown .flag-container, .phonecontrol .intl-tel-input.separate-dial-code .flag-container {
    width: 100%;
}

.phonecontrol .intl-tel-input .country-list {
    width: 100%;
    white-space: normal;
}

.phonecontrol .intl-tel-input .country-list::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.phonecontrol .intl-tel-input .country-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.phonecontrol .intl-tel-input .country-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 61, 84, 0.1);
}

.phonecontrol.material .error-block {
    margin-top: 0;
}

.mdl-textfield .error-block {
    margin-top: 0;
}

.box-container {
    float: left;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
    padding: 30px;
}

.box-container button {
    margin-bottom: 15px;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.selectize-dropdown-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 61, 84, 0.1);
}

.alert {
    border-radius: 0px;
}

.alert-holder {
    float: left;
    width: 100%;
    padding: 0px 25px;
}

.selectize-input > input {
    float: none !important;
}

.c-card {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 322px;
}

.c-card.full-width {
    width: 100%;
}

.c-card:last-of-type {
    padding-right: 0px;
}

.c-card > label {
    border: dashed 1px rgba(143, 142, 142, 0.76);
    width: 100%;
    height: 174px;
    float: left;
    border-radius: 6px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.c-card > input[type='radio']:checked + label {
    border: dashed 1px #ff4437;
}

.c-card > label > .addnew {
    position: absolute;
    width: 52px;
    height: 52px;
    border: solid 1px rgba(143, 142, 142, 0.46);
    border-radius: 50%;
    left: calc(50% - 26px);
    top: calc(50% - 40px);
}

.c-card > input[type='radio']:checked + label > .addnew {
    border: solid 1px #ff4437;
}

.c-card > label > .addnew > span {
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 90px;
    text-align: center;
    left: -16px;
    font-size: 16px;
    color: #8f8e8e;
}

.c-card > input[type='radio']:checked + label > .addnew > span {
    color: #ff4437;
}

.c-card > label > .addnew:after {
    content: '+';
    color: #8f8e8e;
    font-size: 37px;
    left: 16.5px;
    position: absolute;
    top: 15px;
    font-weight: 300;
}

.c-card > input[type='radio']:checked + label > .addnew:after {
    color: #ff4437;
}

.c-card.filled > label {
    float: left;
    width: 100%;
    height: 174px;
    border-radius: 6px;
    background-color: #323d54;
    border: solid 1px #323d54;
    padding: 62px 15px 15px;
    position: relative;
}

.c-card.medium > label, .c-card.small > label {
    height: 156px;
}

.c-card.filled > label > i {
    width: 38px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 19px;
}

.c-card.filled > label > i.cc-visa {
    width: 38px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 4px;
    background-image: var(--visa);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.c-card.filled > label > i.cc-master {
    width: 38px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 4px;
    background-image: var(--master);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.c-card.filled > label > span {
    display: block;
}

.c-card.filled > label .small-label {
    font-size: 7px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    line-height: normal;
    padding-bottom: 4px;
}

.c-card.filled > label .medium-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    display: block;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-card.filled > label > .card-number {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 14px;
}

.c-card.filled.medium > label > .card-number {
    font-size: 18px;
}

.c-card.filled.small > label > .card-number {
    font-size: 17px;
    font-weight: 600;
}

.c-card.filled > label > .card-number > span:after {
    content: '-';
    padding-left: 8px;
    padding-right: 8px;
}

.c-card.filled.small > label > .card-number > span:after {
    padding-left: 5px;
    padding-right: 5px;
}

.c-card.filled > label > .card-number > span:last-of-type:after {
    content: '';
}

.c-card.filled > label > .footer {
    display: inline-block;
    width: 50%;
    float: left;
}

.c-card.filled > label > .footer.right {
    text-align: right;
}

.c-card.filled > input[type='radio']:checked + label {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19);
    border: 0px;
    position: relative;
}

.c-card.filled > input[type='radio']:checked + label:after {
    content: '';
    display: inline-block;
    width: 10.5px;
    height: 6.5px;
    border: solid 1.5px #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 0px;
    border-right: 0px;
    right: 25px;
    position: absolute;
    top: 25px;
}

.c-card.filled > input[type='radio']:checked + label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #5dc676;
    right: 19px;
    position: absolute;
    top: 19px;
    border-radius: 50%;
}

.c-card.filled label button {
    display: none;
    border-radius: 15px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.37);
    padding: 6px 29px;
    position: absolute;
    left: calc(50% - 41px);
    top: calc(50% - 16px);
}

.c-card.filled label:hover button {
    display: inline-block;
}

.mdl-textfield--floating-label.normal-weight-on-focus.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.normal-weight-on-focus.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.normal-weight-on-focus.has-placeholder .mdl-textfield__label {
    font-weight: normal;
}

.mdl-switch {
    padding-left: 44px;
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1d;
    padding-top: 2px;
}

.mdl-switch.auto-width {
    width: auto;
    clear: both;
    float: left;
}

.mdl-switch.label-light {
    font-weight: normal;
    font-size: 14px;
}

.mdl-switch.is-upgraded {
    padding-left: 44px;
}

.salutation {
    position: relative;
}

.salutation > div {
    width: calc(100% - 80px);
    float: left;
}

.salutation > div:first-of-type {
    width: 100px !important;
    /*width: auto;*/
    /*margin-right: 15px;*/
    margin-right: 5px;
}

.salutation > div:first-of-type .selectize-input {
    height: 34px;
}

.salutation > div:first-of-type .selectize-input > * {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    line-height: 21px;
    margin-top: -2px;
}

.salutation > div:first-of-type .selectize-dropdown {
    width: auto !important;
}

.salutation > div:first-of-type .selectize-dropdown .option {
    width: auto;
    white-space: nowrap;
}

.salutation > input[type='text'] {
    width: calc(100% - 115px) !important;
}

.salutation > input[type='text']:first-of-type:nth-last-of-type(2), .salutation > input[type='text']:first-of-type:nth-last-of-type(2) ~ input[type='text'] {
    width: calc(calc(100% - 115px) / 2) !important;
    margin-left: 2px;
}

.salutation .control-group .selectize {
    padding: 17px 0px;
}

i.invoice-download {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 1800px;
    background-position: -1541px -975px;
}

.error-container {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 10px 150px;
}

.error-container .round-container {
    width: 306px;
    height: 190px;
    position: relative;
    display: inline-block;
}

.error-container .round-container .big-round {
    width: 306px;
    height: 306px;
    opacity: 0.16;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: -115px;
    border-radius: 50%;
}

.error-container .round-container .small-round {
    width: 31px;
    height: 31px;
    opacity: 0.24;
    background-color: #d8d8d8;
    position: absolute;
    border-radius: 50%;
}

.error-container .round-container .small-round.left {
    left: -40px;
    top: 0px;
}

.error-container .round-container .small-round.right {
    right: -38px;
    top: -58px;
}

.error-container .round-container .text {
    font-size: 184px;
    font-weight: 900;
    color: #cbcbcb;
    position: absolute;
    width: 100%;
    left: 0;
    top: 32px;
}

.error-container .error-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.64;
    color: #373a3c;
    padding-bottom: 30px;
    margin: 0;
}

.error-container img {
    width: 338px;
    height: 136px;
    margin-bottom: 39px;
}

.error-container .desc {
    display: block;
    width: 506px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #373a3c;
    margin: auto;
}

.error-container .desc a {
    color: #ff4437;
    font-weight: 600;
}

.error-container .desc a:hover {
    color: #23527c;
}

.paging {
    float: left;
    width: 100%;
    padding: 35px 0px;
    text-align: center;
}

.paging ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

.paging ul > li {
    float: left;
    display: inline-block;
    /*width: 30px;
            height: 30px;*/
    text-align: center;
    padding-right: 5px;
}

.paging ul > li:last-of-type {
    padding-right: 0;
}

.paging ul > li a {
    display: block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    /*width: 80%;
                height: 80%;*/
    margin: auto;
    color: #1d1d1d;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    line-height: 12px;
    padding: 13px 16px;
}

.paging ul > li a.nobox {
    background: transparent;
    box-shadow: none;
}

.paging ul > li a:hover, .paging ul > li a.active {
    background: #ff4437;
    color: #fff;
}

.paging ul > li a.nobox:hover {
    color: #23527c;
    background: transparent;
}

.audio-controls {
    float: left;
    width: 100%;
    text-align: center;
    /*padding: 10px;*/
    margin-bottom: 16px;
}

.audio-controls button {
    padding: 6px 16px;
    margin-right: 5px;
}

.audio-controls button:last-of-type {
    margin-right: 0;
}

.audio-controls button i {
    float: left;
    font-size: 20px;
}

.emptysection {
    padding: 70px 20px;
    text-align: center;
    margin-bottom: 15px;
}

.emptysection.fill {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 0px #d2d2d2;
}

.emptysection.full {
    float: left;
    width: 100%;
}

.emptysection > span {
    font-size: 16px;
    color: #8f8e8e;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}

.emptysection > button {
    border-radius: 2px;
    background-color: #ff4437;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 6px 14px;
    margin-top: 10px;
}

.group-mem-card {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.modal-body .group-mem-card {
    width: calc(100% - 90px);
}

.group-mem-card .group-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.group-mem-card .group-container .single-profile {
    /*width: 150px;*/
    width: 33.3%;
    min-height: 178px;
    display: inline-block;
    float: left;
    margin: 0 0 8px 0;
}

.group-mem-card .group-container .single-profile > div {
    /*width: 100%;*/
    width: 90%;
    margin: 0px auto;
}

.group-mem-card .group-container .single-profile > div img {
    width: 100px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 2px;
    border: 1px solid #f1f1f1;
    background-image: var(--avatar-empty);
}

.group-mem-card .single-profile > div .name {
    font-size: 15px;
    text-align: center;
    color: #1d1d1d;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px;
    word-break: break-word;
}

.group-mem-card .single-profile > div a:hover .name {
    color: #23527c;
}

.group-mem-card .place {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #1d1d1d;
    background: #f9f9f9;
    padding: 4px;
    border-radius: 2px;
}

.datefeed {
    padding: 20px;
    float: left;
    width: 100%;
    display: inline-block;
    border-bottom: solid 0.5px #e0e0e0;
}

.datefeed button {
    margin-left: 10px;
    padding: 6px 20px;
}

.modal-tribute-steps .modal-header {
    padding: 17px 23px;
}

.modal-tribute-steps .modal-header h2, .modal-rounded .modal-header h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ff4437;
    margin: 0;
}

.modal-tribute-steps .modal-header > .close {
    background-size: 1200px;
    background-position: -919px -242px;
    right: 23px;
    top: 15px;
}

.modal-tribute-steps .modal-body {
    padding: 0;
}

.tribute-step-header {
    float: left;
    width: 100%;
    padding: 16px 23px;
    box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.07);
    background-color: #323d54;
}

.tribute-step-header img {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    margin-right: 14px;
}

.modal-tribute-steps .modal-body .info {
    float: left;
    width: calc(100% - 200px);
    padding-left: 10px;
}

.modal-tribute-steps .modal-body .info > span {
    display: block;
}

.modal-tribute-steps .modal-body .info > .head {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 3px;
}

.modal-tribute-steps .modal-body .info > .subhead {
    font-size: 14px;
    color: #ffffff;
}

.modal-tribute-steps .modal-body .tribute-count {
    float: right;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.13);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 6px 10px;
    border: 0;
}

.modal-tribute-steps .modal-body .body-content {
    display: inline-block;
    width: 100%;
}

.tribute-action-list {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.tribute-action-list li {
    padding: 14px 35px;
    border-bottom: solid 0.5px #e0e0e0;
    float: left;
    width: 100%;
    position: relative;
}

.tribute-action-list li:hover {
    box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.07);
}

.tribute-action-list li .icon {
    float: left;
    width: 69px;
    height: 69px;
    border-radius: 10px;
    /*box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.07);*/
    background-color: rgba(50, 61, 84, 0.08);
    margin-right: 18px;
}

.tribute-action-list.new-icons li .icon {
    background-image: var(--sprite2);
    background-size: 350px;
    background-color: transparent;
    border-radius: 0;
}

.tribute-action-list li .moment-share {
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position: -56px -681px;
}

.tribute-action-list.new-icons li .moment-share {
    background-position: -25px -11px;
}

.tribute-action-list li .song {
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position: -110px -681px;
}

.tribute-action-list.new-icons li .song {
    background-position: -49px -328px;
    background-size: 400px;
}

.tribute-action-list li .letter {
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position: -164px -681px;
}

.tribute-action-list.new-icons li .letter {
    background-position: -160px -29px;
    background-size: 400px;
}

.tribute-action-list li .detail {
    float: left;
    width: calc(100% - 180px);
}

.tribute-action-list li .detail > span {
    display: block;
}

.tribute-action-list li .detail > .badge {
    display: inline-block;
    border-radius: 2px;
    background-color: #ff4437;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    padding: 1px 3px;
}

.tribute-action-list li .detail > .head {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1d;
    padding-bottom: 1px;
}

.tribute-action-list li .detail > .subhead {
    font-size: 14px;
    font-weight: normal;
    color: #1d1d1d;
    line-height: 20px;
    padding-bottom: 3px;
}

.tribute-action-list li .detail > .highlight {
    font-size: 18px;
    font-weight: 600;
    color: #ff4437;
}

.tribute-action-list li .label-action {
    font-size: 18px;
    font-weight: 600;
    color: #ff4437;
    position: absolute;
    right: 35px;
    top: calc(50% - 12px);
}

.tribute-action-list li .label-action > .arrow {
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position: -34px -701px;
    width: 25px;
    height: 25px;
}

.modal-tribute-steps .modal-body .section-heading {
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #1d1d1d;
    padding: 13px 27px;
    margin: 0;
    background-color: rgba(50, 61, 84, 0.04);
    width: 100%;
}

.modal-tribute-steps .modal-body .body-content .inner-padding {
    display: inline-block;
    width: 100%;
    padding: 20px 27px;
}

.modal-tribute-steps .modal-body .button-actions {
    float: left;
    width: 100%;
    text-align: right;
}

.modal-tribute-steps .modal-body .button-actions .terms {
    padding-top: 10px;
    display: inline-block;
}

.modal-tribute-steps .modal-body .button-actions > .inner-buttons {
    float: left;
    display: inline-block;
}

.modal-tribute-steps .modal-body .button-actions button {
    padding: 9px 25px;
    font-size: 14px;
}

.modal-tribute-steps .modal-body .button-actions > .inner-buttons > button {
    float: left;
    margin-right: 11px;
    background-color: #fafafa;
}

.modal-tribute-steps .modal-body .button-actions > .inner-buttons > button:hover {
    background-color: #ff4437;
    color: #fff;
}

.modal-tribute-steps .modal-body .button-actions button.no-border {
    border: 1px solid #fff;
}

.modal-tribute-steps .modal-body .button-actions button.no-border:hover {
    background-color: #fff !important;
    color: #4f4e4e !important;
}

.modal-tribute-steps .modal-body .charlimit {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: #8f8e8e;
    float: left;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    /*padding-left: 8px;*/
}

.modal-tribute-steps .modal-body .section-form {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.modal-tribute-steps .modal-body .section-form.no-padding-bottom {
    padding-bottom: 0;
}

.modal-tribute-steps .modal-body .section-form h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    color: #1d1d1d;
}

.modal-tribute-steps .modal-body .section-form h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    /*padding: 15px 0;*/
    padding-bottom: 4px;
    font-weight: 400;
    color: #545454;
}

.modal-tribute-steps .modal-body .section-form .subhead {
    font-size: 14px;
    padding-bottom: 10px;
    float: left;
    display: inline-block;
    width: 100%;
    color: #8f8e8e;
}

.modal-tribute-steps .modal-body .section-form h2.bottom-padding {
    padding-bottom: 4px;
}

.modal-tribute-steps .modal-body .section-form h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #1d1d1d;
    margin: 0px;
    padding: 0 0 15px;
}

.modal-tribute-steps .modal-body .large-preview-1 {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: solid 1px rgba(50, 61, 84, 0.18);
    margin-bottom: 2px;
}

.modal-tribute-steps .modal-body .tribute-list-scroll-container {
    width: 100%;
    overflow-x: auto;
    float: left;
    padding-top: 7px;
}

.modal-tribute-steps .modal-body .tribute-model-list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    overflow-x: auto;
    white-space: nowrap;
}

.modal-tribute-steps .modal-body .tribute-model-list > li {
    /*float: left;*/
    display: inline-block;
    width: 21%;
    padding-top: 10px;
}

.modal-tribute-steps .modal-body .tribute-model-list > li > label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.modal-tribute-steps .modal-body .tribute-model-list > li input {
    display: none;
}

.modal-tribute-steps .modal-body .tribute-model-list > li img {
    display: block;
    width: 97%;
    height: auto;
    margin-right: auto;
    border-radius: 4px;
    border: solid 1px rgba(50, 61, 84, 0.08);
    max-height: 92px;
}

.modal-tribute-steps .modal-body .tribute-model-list > li input[type='radio']:checked + label img {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #ff4437;
}

.modal-tribute-steps .modal-body .tribute-model-list > li input[type='radio']:checked + label:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -1px;
    background-image: var(--sprite);
    background-size: 1200px;
    background-position: -562px -334px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.fancy-text {
    width: 323px;
    height: auto;
    transform: rotate(-9deg);
}

.tribute-upload-placeholder {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    position: relative;
}

.tribute-upload-placeholder .fancy-text {
    position: absolute;
    left: calc(50% - 161px);
    top: -30px;
}

.tribute-upload-placeholder.image {
    background-color: #fff;
    position: relative;
    height: auto;
}

.tribute-upload-placeholder.image img:not(.fancy-text) {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: solid 1px rgba(50, 61, 84, 0.18);
}

.tribute-upload-placeholder.image .button-primary {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.tribute-upload-placeholder.image .button-primary:hover {
    color: #fff;
}

.tribute-upload-placeholder .content {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: calc(50% - 65px);
}

.tribute-upload-placeholder .content i {
    width: 89px;
    height: 80px;
    background-size: 1000px;
    background-position: -31px -693px;
    display: inline-block;
}

.tribute-upload-placeholder span {
    display: block;
    color: #8f8e8e;
    text-align: center;
}

.tribute-upload-placeholder .head {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 3px;
}

.tribute-upload-placeholder .subhead {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
}

.modal-tribute-steps .modal-body .inner-header {
    float: left;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    /*padding-bottom: 15px;*/
    margin-bottom: 10px;
}

.modal-tribute-steps .modal-body .inner-header.no-border {
    border-bottom: 0;
}

.modal-tribute-steps .modal-body .inner-header h1 {
    padding-bottom: 3px;
}

.modal-tribute-steps .modal-body .inner-header .subhead {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 12px;
    color: #8f8e8e;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder {
    float: left;
    width: 100%;
    padding: 0px 60px;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .button-actions button {
    font-size: 16px;
    padding: 10px 30px;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages {
    float: left;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 20px;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info > .detail {
    float: left;
    width: calc(100% - 80px);
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info > .detail > span {
    display: block;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info > .detail > .main {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #1d1d1d;
    padding-bottom: 2px;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info > .detail > .sub {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 2px;
    color: #8f8e8e;
}

.modal-tribute-steps .modal-body .body-content .payment-placeholder .packages .package-info > .price {
    position: absolute;
    right: 0;
    text-align: right;
    top: calc(50% - 18px);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #ff4437;
}

.tribute-payment-list {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

/*.tribute-payment-list + button {
    }*/

.tribute-payment-list > li {
    float: left;
    width: 100%;
}

.tribute-payment-list > li .payment-item {
    float: left;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px #b7b6b6;
    background-color: #ffffff;
    padding: 0;
    border-bottom: 0;
    cursor: pointer;
}

.tribute-payment-list > li:first-of-type .payment-item {
    border-radius: 2px 2px 0 0;
}

.tribute-payment-list > li:last-of-type .payment-item {
    border-radius: 0 0 2px 2px;
}

.tribute-payment-list > li > input[type='radio']:checked + .payment-item {
    margin-bottom: 12px;
    border-bottom: solid 0.5px #b7b6b6;
    border-radius: 0 0 2px 2px;
}

.tribute-payment-list > li:last-of-type .payment-item {
    border-bottom: solid 0.5px #b7b6b6;
}

.tribute-payment-list > li > input[type='radio'] {
    display: none;
}

.tribute-payment-list > li .main-info {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
    font-weight: normal;
    cursor: pointer;
}

.tribute-payment-list > li .main-info .header {
    float: left;
    width: 100%;
    padding: 14px 30px;
}

.tribute-payment-list > li .main-info .label {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #252525;
    text-align: left;
    padding: 0;
}

.tribute-payment-list > li .main-info .circle {
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #c7c7cd;
    border-radius: 50%;
    margin-bottom: 0;
    text-align: left;
}

.tribute-payment-list > li .main-info .sprite {
    width: 22px;
    height: 22px;
    margin-right: 30px;
    float: left;
    background-size: 1400px;
}

.tribute-payment-list > li .main-info .sprite.cc {
    /*background-position: -128px -690px;*/
    background-position: -718px -390px;
    background-size: 800px;
}

.tribute-payment-list > li .main-info .sprite.paypal {
    /*background-position: -241px -688px;*/
    background-position: -1133px -589px;
    background-size: 1200px;
}

.tribute-payment-list > li .main-info .sprite.bank {
    background-position: -189px -691px;
}

.tribute-payment-list > li .main-info .sprite.apple {
    /*background-position: -186px -691px;*/
    background-position: -732px -351px;
    background-size: 800px;
    width: 46px;
    margin-left: -13px;
    margin-right: 20px;
}

.tribute-payment-list > li .main-info .sprite.android {
    /*background-position: -186px -691px;*/
    background-position: -442px -330px;
    background-size: 500px;
    width: 35px;
    height: 35px;
    margin-top: -9px;
    margin-left: -6px;
    margin-right: 24px;
}

.tribute-payment-list > li > input[type='radio']:checked + .payment-item .main-info .circle {
    background: #ff4437;
    border: 1px solid #ff4437;
    position: relative;
}

.tribute-payment-list > li > input[type='radio']:checked + .payment-item .main-info .header {
    border-bottom: solid 1px #e0e0e0;
}

.tribute-payment-list > li > input[type='radio']:checked + .payment-item .main-info .circle:after {
    content: '';
    width: 9.6px;
    height: 5.3px;
    border: solid 1.5px #ffffff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 0px;
    border-right: 0px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
}

.tribute-payment-list > li .secondary-info {
    display: none;
    float: left;
    width: 100%;
    padding: 14px 30px;
}

.tribute-payment-list > li > input[type='radio']:checked + .payment-item .main-info .secondary-info {
    display: inline-block;
}

.columns {
    float: left;
    width: 100%;
}

.columns .column {
    float: left;
    width: 100%;
}

.columns .column.right-padding {
    padding-right: 23px;
}

.columns .column:first-child:nth-last-child(n + 2), .columns .column:first-child:nth-last-child(n + 2) ~ .column {
    width: 50%;
}

.columns .column:first-child:nth-last-child(n + 3), .columns .column:first-child:nth-last-child(n + 3) ~ .column {
    width: 33.3%;
}

.post-success {
    float: left;
    width: 100%;
    padding-bottom: 21px;
}

.post-success .circle-tick {
    float: left;
    width: 28px;
    height: 28px;
    border: solid 1px #69c44b;
    background: #69c44b;
    border-radius: 50%;
    margin-right: 12px;
}

.post-success .circle-tick:after {
    content: '';
    width: 12px;
    height: 7px;
    border: solid 1.5px #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 0px;
    border-right: 0px;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 7px;
}

.post-success span {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #1d1d1d;
    padding-top: 4px;
}

.tribute-success-card {
    float: left;
    width: 100%;
    border-bottom: solid 0.5px #d0d0d0;
    margin-bottom: 23px;
}

.tribute-success-card .card-header {
    float: left;
    width: 100%;
    padding-bottom: 18px;
}

.tribute-success-card .card-header .headgroup {
    float: left;
    width: 400px;
}

.tribute-success-card .card-header .headgroup .head {
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    color: #1d1d1d;
    /*padding-bottom: 2px;*/
}

.tribute-success-card .card-header .headgroup span {
    font-size: 12px;
    color: #8f8e8e;
    display: inline-block;
}

.tribute-success-card .card-header .actions {
    float: right;
    width: calc(100% - 400px);
    text-align: right;
}

.tribute-success-card .card-header .actions .social {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    background: transparent;
    padding: 0;
    vertical-align: middle;
}

.tribute-success-card .card-header .actions .social > i {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.tribute-success-card .card-header .actions .social .fb {
    background-size: 1100px;
    background-position: -365px -535px;
}

.tribute-success-card .card-header .actions .social .tw {
    background-size: 1100px;
    background-position: -877px -631px;
}

.tribute-success-card .card-header .actions .social .gp {
    background-size: 1100px;
    background-position: -388px -535px;
}

.tribute-success-card .card-header .actions span {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #1d1d1d;
    padding-right: 8px;
}

.tribute-success-card .card-header .actions .button-primary-outline {
    padding: 7px 21px;
    margin-right: 10px;
}

.tribute-success-card .card-header .actions .button-primary-outline:last-of-type {
    margin-right: 0;
}

.tribute-success-card .card-body {
    float: left;
    width: 100%;
}

.tribute-success-card .card-body p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #1d1d1d;
    padding-bottom: 18px;
    margin: 0;
}

.tribute-image-holder {
    float: left;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: solid 0.5px #d0d0d0;
    margin-bottom: 23px;
}

.tribute-image-holder h1 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: #1d1d1d;
    padding-bottom: 18px;
    padding-top: 7px;
    letter-spacing: normal;
}

.tribute-image-holder .tribute-image {
    float: left;
    width: 100%;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.13);
    /*border: solid 0.5px rgba(50, 61, 84, 0.27);*/
    background-color: #ffffff;
}

.tribute-image-holder .tribute-image img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.tribute-image-holder .tribute-image .tribute-content {
    float: left;
    width: 100%;
    padding: 0 29px;
}

.tribute-image-holder .tribute-image .tribute-content button {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
}

.tribute-image-holder .tribute-image .tribute-content p {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
}

.tribute-flowers {
    float: left;
    width: 100%;
}

.tribute-flowers h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
    margin: 0;
    padding-bottom: 25px;
}

.tribute-flowers ul {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.tribute-flowers ul > li {
    float: left;
    max-width: 120px;
    text-align: center;
    padding-bottom: 10px;
    width: 33.3%;
}

.tribute-flowers ul > li img {
    width: 80px;
    height: 80px;
    border: solid 1px rgba(151, 151, 151, 0.48);
    border-radius: 50%;
    margin-bottom: 12px;
}

.tribute-flowers ul > li span {
    display: inline-block;
    width: 80px;
    line-height: normal;
    font-size: 14px;
    color: #1d1d1d;
}

.tribute-flowers ul > li .name {
    font-weight: 600;
    padding-bottom: 2px;
}

.tribute-flowers ul > li .price {
    font-weight: normal;
    padding-bottom: 2px;
}

.tribute-success {
    float: left;
    width: 100%;
    text-align: center;
}

.tribute-success .circle-tick {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: solid 1px #69c44b;
    border-radius: 50%;
    margin-bottom: 18px;
    background: #69c44b;
}

.tribute-success .circle-tick:after {
    content: '';
    width: 20px;
    height: 11px;
    border: solid 2.5px #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top: 0px;
    border-right: 0px;
    display: inline-block;
    margin-bottom: -11px;
    margin-left: 2px;
}

.tribute-success span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #1d1d1d;
    padding-bottom: 32px;
}

.tribute-success span > a {
    color: #ff422d;
    font-weight: 600;
}

.tribute-success span > a:hover {
    color: #23527c;
}

.tribute-share {
    float: left;
    width: calc(100% + 54px);
    background-color: rgba(50, 61, 84, 0.05);
    padding: 15px 15px 28px;
    text-align: center;
    margin-left: -27px;
    margin-bottom: 25px;
}

.tribute-share .sharenow {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #1d1d1d;
    padding-bottom: 15px;
}

.tribute-options {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: solid 0.5px #d0d0d0;
    margin-bottom: 28px;
}

.tribute-options h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: normal;
    color: #1d1d1d;
    margin: 0;
    padding-bottom: 34px;
}

.tribute-options ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.tribute-options ul > li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 0 15px 15px;
}

.tribute-options ul > li i.sprite {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: var(--sprite2);
    background-size: 500px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 10px;
}

.tribute-options ul > li i.message {
    /*background-size: 1250px;
                background-position: -248px -773px;*/
    background-position: -35px -12px;
}

.tribute-options ul > li i.tribute {
    /*background-size: 1250px;
                background-position: -308px -773px;*/
    background-position: -245px -41px;
    background-size: 600px;
}

.tribute-options ul > li i.lamp {
    /*background-size: 1250px;
                background-position: -372px -773px;*/
    background-position: -415px -36px;
    background-size: 600px;
}

.tribute-options ul > li span {
    display: block;
    text-align: center;
    line-height: normal;
    color: #1d1d1d;
}

.tribute-options ul > li .head {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.tribute-options ul > li .subhead {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
    margin-bottom: 18px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tribute-options ul > li button {
    border-radius: 2px;
    border: solid 1px #ff4437;
    color: #ff4437;
    padding: 5px 25px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.tribute-options ul > li button:hover {
    color: #fff;
    background: #ff4437;
}

.empty-content {
    float: left;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 0 26px;
}

.empty-content.no-bg {
    background-color: transparent;
    box-shadow: none;
}

.empty-content .header {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    color: #1d1d1d;
    padding: 16px 0;
    border-bottom: solid 1px rgba(151, 151, 151, 0.18);
}

.empty-content .content {
    float: left;
    width: 100%;
    padding: 57px;
    text-align: center;
}

.empty-content .content > .icon {
    width: 100px;
    height: 100px;
    /*background-color: rgba(216, 216, 216, 0.24);*/
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 19px;
}

.empty-content .content > .icon.memories {
    background-position: -1003px -1108px;
    background-size: 1600px;
}

.empty-content .content > .icon.topics {
    background-position: -894px -1108px;
    background-size: 1600px;
}

.empty-content .content > .icon.tributes {
    background-position: -1115px -1108px;
    background-size: 1600px;
}

.empty-content .content > .icon.search {
    background-position: -679px -1108px;
    background-size: 1600px;
}

.empty-content .content > h3 {
    /*float: left;
            width: 100%;*/
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 0.89;
    color: #1d1d1d;
    padding-bottom: 14px;
}

.empty-content .content > p {
    width: 400px;
    margin: auto;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.45;
    color: #1d1d1d;
    padding-bottom: 15px;
}

.location-suggestion {
    float: left;
    width: 100%;
    border-top: solid 0.5px #e0e0e0;
    padding: 10px 20px 10px;
}

.location-suggestion .heading {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #1d1d1d;
    padding-bottom: 14px;
}

.location-suggestion ul {
    float: left;
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}

.location-suggestion ul > li {
    display: none;
    /*width: 88px;*/
    width: 25%;
    cursor: pointer;
    float: left;
    position: relative;
    padding-bottom: 15px;
}

.location-suggestion ul > li.more:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.53);
    left: calc(50% - 30px);
    top: 0;
}

.location-suggestion ul > li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.location-suggestion ul > li span {
    display: block;
    line-height: 16px;
    font-size: 14px;
    padding-top: 5px;
    color: #1d1d1d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    width: 90%;
    margin: auto;
}

.location-suggestion ul > li.more span {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    /*width: 60px;*/
    width: 100%;
    /*left: 14px;*/
    top: 20px;
    z-index: 2;
    position: absolute;
    padding-top: 0;
    text-align: center;
}

.location-suggestion .tribute-label {
    float: left;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: normal;
    color: #938d8d;
    margin-bottom: 12px;
}

.breadcrumb-2 {
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.breadcrumb-2 > li {
    float: left;
    display: inline-block;
    line-height: normal;
    position: relative;
    padding: 5px 0;
}

.breadcrumb-2 > li.active {
    /*background: #D8DBE1;
            border-radius: 15px;
            font-weight: 600;
            padding: 5px 18px;*/
}

.breadcrumb-2 > li:after {
    content: '-';
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb-2 > li:last-child:after {
    display: none;
}

.breadcrumb-2 > li a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #B5B4B4;
}

.breadcrumb-2 > li.active a {
    background: #D8DBE1;
    border-radius: 15px;
    padding: 5px 18px;
    color: #333E56;
    font-weight: 600;
}

.breadcrumb-2 > li.finished a {
    color: #767E8E;
    font-weight: 600;
}

.breadscrumb-3 {
    float: left;
    /*display: block;*/
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.breadscrumb-3 > .lines {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(151, 151, 151, 0.38);
    position: relative;
}

.breadscrumb-3 > .lines {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(151, 151, 151, 0.38);
    position: relative;
}

.breadscrumb-3 > .steps {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0px;
}

.breadscrumb-3 > .steps .current, .breadscrumb-3 > .steps .upcoming, .breadscrumb-3 > .steps .past {
    display: inline-block;
    text-align: center;
    float: left;
}

.breadscrumb-3 > .steps a:nth-last-child(2) .current, .breadscrumb-3 > .steps a:nth-last-child(2) ~ a .current,
.breadscrumb-3 > .steps a:nth-last-child(2) .upcoming, .breadscrumb-3 > .steps a:nth-last-child(2) ~ a .upcoming,
.breadscrumb-3 > .steps a:nth-last-child(2) .past, .breadscrumb-3 > .steps a:nth-last-child(2) ~ a .past {
    width: 50%;
}

.breadscrumb-3 > .steps a:nth-last-child(3) .current, .breadscrumb-3 > .steps a:nth-last-child(3) ~ a .current,
.breadscrumb-3 > .steps a:nth-last-child(3) .upcoming, .breadscrumb-3 > .steps a:nth-last-child(3) ~ a .upcoming,
.breadscrumb-3 > .steps a:nth-last-child(3) .past, .breadscrumb-3 > .steps a:nth-last-child(3) ~ a .past {
    width: 33.3%;
}

.breadscrumb-3 > .steps a:nth-last-child(4) .current, .breadscrumb-3 > .steps a:nth-last-child(4) ~ a .current,
.breadscrumb-3 > .steps a:nth-last-child(4) .upcoming, .breadscrumb-3 > .steps a:nth-last-child(4) ~ a .upcoming,
.breadscrumb-3 > .steps a:nth-last-child(4) .past, .breadscrumb-3 > .steps a:nth-last-child(4) ~ a .past {
    width: 25%;
}

.breadscrumb-3 > .steps .past > .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px #69c44b;
    border-radius: 50%;
    background-color: #69c44b;
    text-align: center;
}

.breadscrumb-3 > .steps .past > .icon > i {
    font-style: normal;
    color: #fff;
    line-height: 22px;
}

.breadscrumb-3 > .steps .current > .text, .breadscrumb-3 > .steps .upcoming > .text, .breadscrumb-3 > .steps .past > .text {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #848282;
    padding-top: 6px;
    line-height: normal;
}

.breadscrumb-3 > .steps .current > .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1.5px #69c44b;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.breadscrumb-3 > .steps .current > .icon > i {
    font-style: normal;
    color: #46972b;
    line-height: 22px;
}

.breadscrumb-3 > .steps .upcoming > .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px #979797;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.breadscrumb-3 > .steps .upcoming > .icon > i {
    font-style: normal;
    line-height: 22px;
    color: #333;
}

.breadscrumb-3 > .steps .upcoming > .text {
    color: #8f8e8e;
}

.breadscrumb-3 > .lines > .highlight {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #69c44b;
}

.breadscrumb-3 > .lines > .hide-right, .breadscrumb-3 > .lines > .hide-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #fff;
    width: 12.5%;
}

.breadscrumb-3 > .lines.three > .hide-right, .breadscrumb-3 > .lines.three > .hide-left {
    width: 16.65%;
}

.breadscrumb-3 > .lines.two > .hide-right, .breadscrumb-3 > .lines.two > .hide-left {
    width: 25%;
}

.breadscrumb-3 > .lines > .hide-right {
    right: 0;
    top: 0;
    left: auto;
}

.photo-card {
    position: relative;
}

.photo-card .background {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    background-size: cover;
    text-align: center;
    position: relative;
}

.photo-card .background .content {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: calc(50% - 41px);
    z-index: 1;
}

.photo-card .background .content span {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
}

.photo-card .background .content .large-text {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.photo-card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.23);
}

.right-switch {
    display: inline-block;
    float: right;
    width: auto;
    font-weight: normal;
    font-size: 14px;
}

.manage-contact-list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.manage-contact-list > li {
    float: left;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 6px;
    vertical-align: middle;
}

.manage-contact-list > li img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 11px;
}

.manage-contact-list > li .namecircle {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    margin-right: 11px;
}

.manage-contact-list > li span {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #1d1d1d;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 80px);
}

.manage-contact-list > li button {
    vertical-align: middle;
    display: none;
}

.manage-contact-list > li:hover {
    background-color: #f7f7f7;
}

.manage-contact-list > li:hover button {
    display: inline-block;
}

.tribute-new-container {
    display: block;
    width: 749px;
    margin: auto;
    margin-top: 50px;
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
}

.page-overlay {
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.tribute-new-container .modal-header {
    position: relative;
}


.radio-flat {
    float: left;
    width: auto;
    display: inline-block;
}

.radio-flat label {
    float: left;
    margin-bottom: 0;
    line-height: normal;
}

.radio-flat label span {
    float: left;
    padding: 8px 17px;
    text-align: center;
    font-size: 14px;
    color: #4f4e4e;
    font-weight: normal;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    margin-bottom: 8px;
    border-right: 0;
}

.radio-flat label:last-of-type span {
    border-right: 1px solid #d2d2d2;
}

.radio-flat label input[type=radio] {
    display: none;
}

.radio-flat label input[type=radio]:checked + span {
    background-color: #323d54;
    color: #fff;
    font-weight: 600;
    border-right: solid 1px #323d54;
}

.key-value-control {
    float: left;
    width: 100%;
    padding-bottom: 11px;
}

.key-value-control .key {
    float: left;
    width: 115px;
    margin-right: 14px;
}


.key-value-control .value {
    float: left;
    width: calc(100% - 129px);
}

@media (max-width: 1023px) {
    /*767px*/
    body {
        /*padding-bottom: 1467px;*/
    }

    .main-header .search.shown > input + .search-popup {
        visibility: visible;
        opacity: 1;
    }

    .header-menu {
        display: none;
    }

    .main-header {
        height: 50px;
        line-height: normal;
        padding: 0px;
    }

    .main-header > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-header > .container > .logo, .main-menu {
        display: none;
    }

    .search > button {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .sidebar-container {
        display: none;
    }

    .section-feeds, .section-feeds.search-results, .section-feeds.search-results.incident {
        margin-left: 0px;
        width: 100%;
        padding: 0px;
    }

    .main-body {
        padding-top: 50px;
        margin-bottom: 15px;
    }

    /*.container {
        padding-left: 0px;
        padding-right: 0px;
    }*/

    .feed-card, .incident-card, .topic-card {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .footer-box {
        margin-bottom: 10px;
        padding-left: 5px;
        float: left;
        width: 100%;
    }

    /*.footer-box > ul {
            display: none;
        }*/

    .footer-box > span {
        padding-top: 10px;
        display: inline-block;
        float: left;
    }

    /*.footer-box > i {
            display: inline-block;
            float: right;
            color: #ffffff;
        }*/

    .main-footer > .section-2 {
        padding-top: 20px;
    }

    .footer-box > ul {
        float: left;
        width: 100%;
        /*padding-left: 20px;*/
    }

    .footer-box > ul.split {
        width: 50%;
    }

    .footer-box > ul.split:first-of-type {
        clear: both;
    }

    .footer-box > ul > li.icons > a > i {
        margin-top: 6px;
    }

    .main-body > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .help-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .help-container-left {
        margin-right: 0px;
        width: 100%;
        padding: 15px;
    }

    .help-container-right {
        width: 100%;
        margin-bottom: 15px;
    }

    .flash-event {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
        padding: 12px 12px 12px 12px;
        min-height: 192px;
        height: auto;
    }

    .flash-event > a {
        width: 100%;
        float: left;
        text-align: center;
    }

    .flash-event .event-image {
        float: none;
    }

    .flash-event > .event-details {
        width: 100%;
        text-align: center;
    }

    .flash-event > .event-details > a.head {
        text-align: center;
        margin-top: 10px;
    }

    .flash-event > .event-details > .views {
        display: inline-block;
        margin: 0px auto;
        float: none;
    }

    .feed-card-admin {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .section-countries {
        padding: 20px 0px 8px;
    }

    .section-countries ul > li {
        display: inline-block;
        margin-right: 10px;
        width: 46%;
        text-align: left;
        padding-left: 5px;
        padding-bottom: 12px;
        float: left;
    }

    .main-footer .section-logo {
        padding: 20px 0px 20px;
    }

    .main-footer .section-logo > .logo {
        display: none;
    }

    .main-footer .section-logo > .dropdown {
        margin-bottom: -128px;
        margin-top: 72px;
        width: 100px;
    }

    .main-footer .section-logo .subscribe {
        padding-left: 0px;
        width: 100%;
        padding-bottom: 15px;
    }

    .main-footer .section-logo .subscribe > input {
        width: calc(100% - 113px);
        margin-right: 5px;
    }

    .main-footer .section-logo .subscribe > button {
        padding: 12px 13px;
    }

    .main-footer .section-logo .btn-language {
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .main-footer .section-logo > .logo {
        position: absolute;
        right: 0px;
        top: 11px;
        padding-right: 20px;
    }

    .main-footer .section-logo > .social-icons {
        width: auto;
        text-align: left;
        padding-left: 0px;
        margin-left: 100px;
    }

    .main-footer .section-logo > .social-icons > .facebook {
        margin-right: 0px;
    }

    .main-footer .contactus {
        padding: 12px 10px;
    }

    /*.scrolling-section {
        padding-top: 0px;
    }*/

    .section-feeds > .tabs, .section-feeds.search-results > .tabs {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        border-radius: 1px;
        background-color: #f1f1f1;
        position: relative !important;
        top: 0px;
        padding-top: 0px;
    }

    .section-feeds > .tabs:after {
        display: none;
    }

    .section-feeds > .tabs > ul {
        border: 0px;
    }

    .header-mobile > .btn-country > .country, .header-mobile > .btn-country > .country-flag, .header-mobile > .btn-country > i {
        margin-top: 7px;
    }

    .header-mobile > .btn-country > .caret {
        margin-top: 3px;
    }

    .header-mobile .country-dropdown {
        left: 18px;
    }

    .header-mobile .country-dropdown:after {
        left: 114px;
    }

    .main-header .search {
        width: 100%;
        border-radius: 0px;
        background-color: #323d54;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 50px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: none;
        padding: 5px;
    }

    .main-header .search.shown {
        display: block;
    }

    .main-header .search > input {
        width: 100%;
        height: 100%;
        border: 0px;
        line-height: 100%;
        padding-left: 15px;
        float: left;
        margin-left: 1px;
        /*background: transparent;*/
        /*color: #ffffff;*/
        display: none;
        border-radius: 3px;
        width: calc(100% - 40px);
    }

    .main-header .search.shown > input {
        display: inline-block;
    }

    /*.main-header .search > input::-webkit-input-placeholder {
            color: #fff;
            opacity: 0.5;
        }

        .main-header .search > input:-moz-placeholder {
            color: #fff;
            opacity: 0.5;
        }

        .main-header .search > input::-moz-placeholder {
            color: #fff;
            opacity: 0.5;
        }

        .main-header .search > input:-ms-input-placeholder {
            color: #fff;
            opacity: 0.5;
        }*/

    .search-popup {
        top: 50px;
        width: 100%;
    }

    .main-footer > .section-2 .row > div {
        width: 100%;
    }

    .footer-box > ul > li > a {
        font-size: 16px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: inline-block !important;
    }

    .contact-list.list-inline > li {
        width: 100%;
    }

    .about-container {
        padding: 36px 30px;
    }


    /* font size increases for more reachablity*/
    .dropdown-menu > li > a {
        padding: 7px 20px;
        font-size: 16px;
    }

    .country-dropdown > li > a {
        font-size: 16px;
    }

    .rect-chip {
        font-size: 16px;
        margin-bottom: 12px;
        margin-right: 12px;
    }

    .search-group > .detail > ul > li {
        font-size: 16px;
    }

    /* font size increases for more reachablity*/
    .search-header + .feeds .section-feeds > .tabs {
        padding-top: 0px;
    }

    .feeds > h1 {
        padding-left: 15px;
    }

    .create-section > button.rightborder {
        border-right: solid 1px #ff4437;
    }

    .main-header-label {
        /*margin-bottom: 15px;*/
    }

    .report-container {
        padding: 20px;
    }

    .report-container > .section-desc {
        width: 100%;
        padding-right: 0px;
    }

    .report-container > .section-form {
        width: 100%;
    }

    .create-section > span {
        display: none;
    }

    .create-section > button {
        display: inline-block;
    }

    .c-card {
        width: 100%;
    }

    .group-mem-card .group-container .single-profile {
        /*width: 128px;*/
        width: 20%;
    }

    .search-popup .scroll-container {
        max-height: 400px;
    }

    .location-suggestion ul > li {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .c-card {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .afterdeath-container {
        border-radius: 0px;
    }
}

@media (max-width: 625px) {
    /*.modal-tribute-steps .modal-body .button-actions {
        text-align: center;
    }

        .modal-tribute-steps .modal-body .button-actions > .inner-buttons {
            width: 100%;
            text-align: center;
            padding-bottom: 10px;
        }

            .modal-tribute-steps .modal-body .button-actions > .inner-buttons > button {
                float: none !important;
                margin-bottom: 10px;
            }

        .modal-tribute-steps .modal-body .button-actions > button {
            float: none !important;
        }*/
    .modal-tribute-steps .modal-body .button-actions .hide-responsive {
        display: none;
    }

    .modal-tribute-steps .modal-body .body-content .payment-placeholder {
        padding: 0px 30px;
    }

    .tribute-options ul > li {
        width: 100%;
    }

    .modal-tribute-steps .modal-body .button-actions .terms {
        text-align: center;
    }

    .tribute-success-card .card-header .headgroup {
        width: 100%;
    }

    .tribute-success-card .card-header .actions {
        float: none;
        width: 100%;
        text-align: left;
        display: inline-block;
        padding-top: 10px;
    }

    .tribute-success-card .card-header .actions .hide-responsive {
        display: none;
    }

    .tribute-options ul > li i.sprite {
        margin-bottom: 0px;
    }

    .tribute-options ul > li .subhead {
        margin-bottom: 15px;
        height: auto;
    }

    .tribute-options ul > li button {
        margin-bottom: 10px;
    }

    .tribute-options ul > li {
        padding: 15px;
        border-bottom: solid 0.5px #d0d0d0;
    }

    .tribute-options ul > li:last-child {
        border-bottom: 0;
    }

    .modal-tribute-steps .modal-body .button-actions {
        padding-top: 10px;
    }

    .modal-tribute-steps .message-placeholder > .textarea > textarea {
        min-height: 160px;
    }
}

@media (max-width: 426px) {
    /*commented for video popup shrink issue*/
    #myModal .modal-dialog, /*.modal-rounded .modal-dialog,*/
    #LibraryModal .modal-dialog {
        width: auto !important;
        margin: 10px auto;
    }

    .login-container {
        width: auto;
    }

    .sliding-tabs > a {
        width: 90px;
    }

    .sliding-tabs > a:first-of-type {
        width: 90px;
    }

    .sliding-tabs > a:nth-of-type(1).active ~ .slide {
        left: 0px;
        width: 90px;
    }

    .sliding-tabs > a:nth-of-type(2).active ~ .slide {
        left: 94px;
        width: 90px;
    }

    .sliding-tabs > a:nth-of-type(3).active ~ .slide {
        left: 188px;
        width: 90px;
    }

    .sliding-tabs > a:first-of-type.active ~ .slide {
        left: 0;
        width: 90px;
    }

    #TributeModal .modal-header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .modal-rounded .modal-body {
        padding: 15px 15px 0px;
    }

    .modal-tribute-steps.modal-rounded .modal-body {
        padding: 0;
    }

    .temp-list {
        margin-left: 0px;
        width: calc(100vw - 50px);
        max-width: calc(100vw - 50px);
    }

    .library-states {
        padding: 0px;
    }

    .library-states > li {
        width: 50%;
    }

    .library-states > li:nth-of-type(2) {
        border-right: 0px;
    }

    .sliding-tabs.large > a {
        font-size: 18px;
    }

    .message-placeholder {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .message-placeholder, .message-placeholder > .textarea {
        min-height: 50px;
    }

    .modal-rounded .modal-footer > button:not(.hide-item) {
        margin: 0px auto;
        float: none;
        display: block;
    }

    .design-mem-modal .modal-footer button {
        float: left !important;
    }

    .box-container {
        padding: 15px;
    }

    .main-footer .section-logo > .dropdown {
        display: none;
    }

    .main-footer .section-logo > .social-icons {
        width: 60%;
        text-align: left;
        margin-left: 0;
    }

    .group-mem-card .group-container .single-profile {
        width: 125px;
    }

    .modal-tribute-steps .message-placeholder {
        border-left: solid 1px #dcdcdc;
        border-right: solid 1px #dcdcdc;
        width: 100%;
        margin-left: 0;
        margin-bottom: 6px;
    }

    .modal-tribute-steps .modal-body .body-content .inner-padding {
        padding: 15px;
    }

    .modal-tribute-steps .modal-body .body-content .payment-placeholder {
        padding: 0;
    }

    .columns .column:first-child:nth-last-child(n + 2), .columns .column:first-child:nth-last-child(n + 2) ~ .column {
        width: 100%;
    }

    .columns .column:first-child:nth-last-child(n + 3), .columns .column:first-child:nth-last-child(n + 3) ~ .column {
        width: 100%;
    }

    .columns .column.right-padding {
        padding-right: 0;
    }

    .modal-tribute-steps .modal-body .section-form h3 {
        padding-bottom: 4px;
    }

    .modal-tribute-steps .modal-body .section-form {
        padding-bottom: 0px;
    }

    .modal-tribute-steps .modal-body .inner-header {
        padding-bottom: 0;
    }

    .post-success .circle-tick {
        display: block;
        float: none;
        margin: auto;
    }

    .post-success span {
        text-align: center;
        width: 100%;
    }

    .tribute-image-holder .tribute-image img {
        margin-bottom: 10px;
    }

    .tribute-image-holder .tribute-image .tribute-content {
        padding: 0 10px;
    }

    .tribute-image-holder .tribute-image .tribute-content button, .tribute-image-holder .tribute-image .tribute-content p {
        margin-bottom: 10px;
    }

    .modal-tribute-steps .modal-body .tribute-model-list > li {
        width: 28%;
    }

    .empty-content .content {
        padding: 30px 20px;
    }

    .location-suggestion ul > li {
        width: 33.3%;
    }

    .group-mem-card .group-container .single-profile {
        display: none;
    }

    .group-mem-card .group-container .single-profile:first-child,
    .group-mem-card .group-container .single-profile:nth-child(2),
    .group-mem-card .group-container .single-profile:nth-child(3),
    .group-mem-card .group-container .single-profile:nth-child(4) {
        display: inline-block;
    }
}

@media (max-width: 433px) {

    .modal-rounded .modal-footer > button {
        position: relative;
        right: auto;
        top: 0px;
        margin-top: 10px;
    }

    .modal-rounded .modal-footer > button.hide-item {
        margin-top: 0px;
    }

    .contact-container > .header .selectize {
        width: 100%;
    }
}

@media (max-width: 500px) {

    .feed-card.premium > .card-body > .avatar {
        margin-top: 0px;
    }

    .feed-card.rip > .card-body > .avatar {
        margin-top: -27px;
    }

    .modal-rounded .modal-body .tribute-count, .modal-rounded .modal-body .info > .count {
        width: 100%;
    }

    .modal-rounded .modal-body .info > .count {
        display: inline-block;
    }

    .modal-rounded .modal-body .tribute-count {
        display: none;
    }

    .modal-rounded .modal-body .tribute-count .count, .modal-rounded .modal-body .info > .count .count {
        text-align: center;
    }

    .modal-rounded .modal-body .info > .count .count {
        text-align: left;
    }

    .modal-rounded .modal-body .tribute-count span, .modal-rounded .modal-body .info > .count span {
        display: inline-block;
        font-size: 14px;
    }

    .modal-rounded .modal-body .tribute-count span.name, .modal-rounded .modal-body .info > .count span.name {
        /*padding-right: 5px;*/
        padding-left: 5px;
        display: none;
    }

    .modal-rounded .modal-body .tribute-count span.mobileonly, .modal-rounded .modal-body .info > .count span.mobileonly {
        padding-left: 5px;
        display: inline-block;
    }

    .contact-container {
        padding: 15px;
    }

    .feed-card > .feed-header.extra > a {
        display: inline-block;
        float: left;
    }

    .feed-card .headgroup {
        width: calc(70% - 40px);
    }

    .feed-card .headgroup.full-width {
        width: calc(100% - 40px);
    }

    .overview-card .feed-card a + .headgroup.full-width {
        width: calc(100% - 40px);
        /*padding-top: 0px;*/
    }

    .modal-rounded .modal-body .info {
        width: calc(100% - 100px);
    }

    .modal-body .group-mem-card {
        width: 100%;
    }

    .tribute-action-list li {
        padding: 14px;
    }

    .form-box .control-group.large.half-width input, .form-box .control-group.large.half-width input:first-child {
        width: 100%;
        margin-right: 0;
    }

    .form-box .control-group.large.half-width input:first-child {
        margin-bottom: 20px;
    }

    .modal-tribute-steps .half-width {
        width: 100%;
        margin-right: 0;
    }

    .modal-tribute-steps .modal-body .body-content .payment-placeholder {
        padding: 0;
    }

    .tribute-payment-list > li .main-info .header, .tribute-payment-list > li .secondary-info {
        padding: 14px 22px;
    }

    .tribute-upload-placeholder.image .button-primary {
        right: calc(50% - 71px);
        bottom: calc(50% - 19px);
    }

    .tribute-image-holder h1 {
        text-align: center;
    }

    /*.modal-tribute-steps .modal-body .section-form h1 {
        text-align: center;
    }*/
    .tribute-upload-placeholder {
        height: 200px;
    }

    .tribute-upload-placeholder.has-stamp {
        margin-top: 15px;
    }

    .breadscrumb-3 {
        margin-bottom: 65px;
    }

    .tribute-step-header {
        padding: 16px 14px;
    }

    .tribute-step-header img {
        margin-right: 0;
    }

    .modal-tribute-steps .modal-header {
        padding: 17px 14px;
    }

    .modal-tribute-steps .modal-header > .close {
        right: 14px;
    }

    .modal-rounded .modal-body .info {
        width: calc(100% - 63px);
    }

    .fancy-text {
        width: 200px;
    }

    .tribute-upload-placeholder .fancy-text {
        left: calc(50% - 100px);
    }

    .location-suggestion ul > li {
        width: 25%;
    }
}

@media (max-width: 630px) {
    .contact-container > .header {
        text-align: center;
    }

    .contact-container > .header > button {
        float: none;
        margin-top: 15px;
    }

    .contact-container > .header > .control-group {
        width: 100%;
    }

    .afterdeath-container {
        padding: 10px;
    }

    .partner-body .half-width {
        width: 100%;
    }

    .partner-body .form-container {
        margin-top: 0px;
    }

    .sliding-tabs.large > a {
        width: 35%;
    }

    .sliding-tabs.large > a:first-of-type {
        width: 65%;
    }

    .sliding-tabs.large > a:nth-of-type(1).active ~ .slide {
        width: 65%;
    }

    .sliding-tabs.large > a:nth-of-type(2).active ~ .slide {
        width: 35%;
        left: 65%;
    }
}

@media (min-width: 320px) {

    #myModal .modal-body {
        padding: 35px 20px;
    }

    .login-section > a.button-close {
        right: -5px;
        top: -22px;
        left: auto;
    }

    .login-container > div {
        padding: 35px 20px;
    }
}

@media (min-width: 1024px) {
    .location-suggestion ul > li {
        display: none;
        width: 25%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li:nth-child(3),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .location-suggestion ul > li {
        display: none;
        width: 14.28%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li:nth-child(3),
    .location-suggestion ul > li:nth-child(4),
    .location-suggestion ul > li:nth-child(5),
    .location-suggestion ul > li:nth-child(6),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .location-suggestion ul > li {
        display: none;
        width: 16.6%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li:nth-child(3),
    .location-suggestion ul > li:nth-child(4),
    .location-suggestion ul > li:nth-child(5),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (min-width: 475px) and (max-width: 550px) {
    .location-suggestion ul > li {
        display: none;
        width: 20%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li:nth-child(3),
    .location-suggestion ul > li:nth-child(4),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (min-width: 375px) and (max-width: 475px) {
    .location-suggestion ul > li {
        display: none;
        width: 25%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li:nth-child(3),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (max-width: 375px) {
    .location-suggestion ul > li {
        display: none;
        width: 33.3%;
    }

    .location-suggestion ul > li:first-child,
    .location-suggestion ul > li:nth-child(2),
    .location-suggestion ul > li.more {
        display: inline-block;
    }
}

@media (max-width: 415px) {
    .group-mem-card .group-container .single-profile {
        /*width: 166px;*/
        /*width: 140px;*/
        width: 50%;
    }

    .modal-tribute-steps .modal-body .tribute-model-list > li {
        width: 38%;
    }
}

@media (max-width: 350px) {
    .sliding-tabs > a.hide-mobile-xs {
        display: none;
    }
}

@media (max-width: 400px) {
    .feed-card.event > .feed-header > .actions {
        width: 40%;
    }

    .feed-card.event > .feed-header > .head {
        width: 60%;
    }

    .tribute-action-list li .label-action {
        display: none;
    }

    .tribute-action-list li .detail {
        width: calc(100% - 87px);
    }
}

@media (min-width: 375px) {
    #myModal .modal-body {
        padding: 35px 30px;
    }

    .login-container > div {
        padding: 35px 30px;
    }

    .login-section > a.button-close {
        right: -10px;
        top: -20px;
        left: auto;
    }
}

@media (min-width: 425px) {
    #myModal .modal-dialog {
        margin: 10px;
    }

    #myModal .modal-body {
        padding: 35px 54px;
    }

    .login-container > div {
        padding: 35px 54px;
    }

    .login-section > a.button-close {
        right: -31px;
        top: -13px;
        left: auto;
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .section-countries ul > li {
        width: 30%;
    }

    .main-footer > .section-2 .row > div {
        width: 33.3%;
        float: left;
    }

    .main-footer > .section-2 .row > div:last-of-type {
        width: 100%;
    }

    .main-footer > .section-2 .row > div:last-of-type > .footer-box {
        width: 33.3%;
    }

    body {
        /*padding-bottom: 1360px;*/
    }

    .footer-box > ul.split {
        width: 100%;
    }

    .footer-box > ul.split:first-of-type {
        clear: none;
    }
}

@media (min-width: 426px) and (max-width: 749px) {
    .modal-rounded .modal-dialog {
        width: auto !important;
        margin: 10px;
    }

    #LibraryModal .modal-dialog {
        width: auto;
    }

    .tribute-outer-container {
        padding: 10px;
    }

    .tribute-new-container {
        margin-top: -50px;
    }
}

@media (min-width: 425px) and (max-width: 530px) {
    .group-mem-card .group-container .single-profile {
        width: 33.3%;
        /*width: 50%;*/
    }
}

@media (min-width: 530px) and (max-width: 600px) {
    .group-mem-card .group-container .single-profile {
        width: 25%;
    }
}

@media (min-width: 750px) and (max-width: 1023px) {
    .container {
        width: 750px;
    }

    .contact-list.list-inline > li {
        width: 50%;
    }

    .profile-header {
        border-radius: 2px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        width: 1010px;
    }

    .help-container-left {
        width: calc(100% - 307px);
    }

    .main-header {
        padding: 0px;
    }

    .section-feeds {
        width: 470px;
    }

    .section-feeds > .tabs {
        width: 450px;
    }

    .group-mem-card .group-container .single-profile {
        /*width: 130px;*/
        width: 33.3%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .login-container {
        width: 389px;
    }
}