body.register-page {
    height: 100%;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.2) url('../bundles/socialfrontend/images/bk_people.jpg') repeat scroll center top;
    /* /bundles/socialfrontend/images/bk_people.jpg */
}

body.register-page:before {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative;
    width: 100%;
}

body.register-page:after {
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    z-index: 1;
}

.container {
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-header .navbar-brand {
    padding-top: 3px;
}

#content {
    padding: 0px !important;
}

.register-page #content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.my-details .navbar-fixed-top .container {
    position: relative;
}

.my-details .navbar-header .navbar-nav {
    position: absolute;
    right: 0px;
}

.navbar-nav .btn-invite-top i {
    font-size: 22px;
    font-weight: bold;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #ddd;
    background-color: #EDEDED;
    color: #febb08;
}

.navbar.navbar-default .navbar-collapse.collapse {
    max-height: inherit !important;
}

.register-page #content .padding-top-header {
    top: 150px;
    position: relative;
}

.register-page #content .padding-top-header .form-horizontal {
    margin-bottom: 100px;
}

.register-page #content .form-horizontal .c-header h3 {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
}

.register-page .form-horizontal {
    background-color: rgba(255, 255, 255, 1);
}

.col-align-center {
    margin: 0 auto !important;
    float: none;
}

#registerGender button {
    padding-bottom: 3px;
    padding-right: 12px;
    padding-top: 3px;
}

#registerGender button i {
    font-size: 24px;
}

.form-group .label-center {
    left: 0px;
    text-align: center;
    width: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
    color: #8d9fa0;
    font-weight: normal;
}

.form-group label {
    color: #8d9fa0;
    font-weight: normal;
    left: 15px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.gender-interested label {
    left: 0px !important;
    top: 8px;
}

.gender-interested .col-sm-8 .row .col-xs-4 {
    min-height: 30px;
}

abbr[title], abbr[data-original-title] {
    border: 0px;
}

.search-name .form-group label {
    top: 7px;
}

.search-name-imput {
    position: relative;
    /*overflow: hidden;*/
}

.tooltip.top .tooltip-arrow {
    border-top-color: transparent !important;
    border-width: 5px 5px 0;
    bottom: -15px !important;
    left: 50%;
    margin-left: -10px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
}

#success-panel ul {
    padding: 0px;
}

.no-friends ul.alert,
.filters ul.alert {
    margin-bottom: 0px !important;
}

#info-panel ul li {
    list-style: outside none none;
    padding-left: 5px;
}

#error-panel li {
    list-style: none;
}

#error-panel li, #success-panel li {
    list-style: none;
}

.info-panel-single ul {
    margin: 5px 0;

}

ul.alert li {
    font-size: 12px;
}

.alert li a {
    padding: 2px 5px;
}

.alert li a:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    background: #76b047;
    color: #fff;
}

.item-options span:hover {
    cursor: pointer;
}

/* istrate */
#top-members-indide .item-options span.members-switch {
    margin: 0 10px;
    padding: 5px;
    position: relative !important;
}

#search h5 {
    color: #febb08;
    font-weight: bold;
    font-size: 13px;
}

span.selected {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #febb08;
    bottom: 0px;
    content: "\E220";
    height: 0;
    margin: 0 0 0 -5px;
    padding: 0;
    position: absolute !important;
    width: 0 !important;
}

#login,
#activate-login,
#reset-login {
    position: relative;
    top: 150px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.links-login {
    padding-top: 20px;
}

.links-login a,
.links-login label {
    color: #8d9fa0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.thanks_signing {
    margin: 0 auto;
    text-align: center;
}

.header-logo {
    margin-bottom: 50px;
    overflow: hidden;
}

#login .lock-container {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #727272;
    overflow: hidden;
    padding: 20px;
}

#login .form-horizontal h1 {
    margin-top: 0;
}

#login .not-member-login {
    margin-top: 0px;
}

#login .not-member-login p {
    font-size: 12px;
    margin-bottom: 0;
}

.not-member-login-section {
    margin-top: 20px;
}

.agree-terms label {
    left: 0;
    padding-left: 35px;
    top: 10px;
}

a.password_forgot {
    text-align: left;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: bold;
}

a.password_forgot:hover {
    color: #76B047 !important;
    font-weight: bold;
    text-decoration: underline;
}

.logo-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.prev-img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.prev-header {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.prev-content {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prev-content {
    background-color: #febb08;
    padding: 5px;
}

.content-thanks .prev-content {
    padding: 2px !important;
}

.content-thanks .col-align-gender {
    margin: 0 auto;
    float: none !important;
    display: inline-block;
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}

.prev-content a,
.prev-content p {
    color: #fff;
}

.content-invite div[class*="col-xs-"],
.content-invite div[class*="col-sm-"],
.content-invite div[class*="col-md-"],
.content-invite div[class*="col-lg-"] {
    padding: 0 6px !important;
}

.content-invite div[class*="col-xs-"] .innerT,
.content-invite div[class*="col-sm-"] .innerT,
.content-invite div[class*="col-md-"] .innerT,
.content-invite div[class*="col-lg-"] .innerT {
    padding-top: 10px !important;
}

.prev-header {
    background: #79AA50;
}

.prev-header p {
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-thanks .col-sm-4 {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
}

.footer-thanks .btn-registration-step {
    float: none;
    margin: 0 auto;
}

.footer-thanks .btn-registration-continue {
    font-size: 20px;
    letter-spacing: 2px;
}

.comment-wrap ul {
    list-style: none;
    border: 1px solid #febb08;
    padding: 0px;
}

.comment-wrap ul::before {
    content: ".";
    display: inline-block;
    height: 8px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 15px;
    z-index: 9;
}

.container-comments {
    border: 1px solid #e2e9e6;
}

.panel-footer ul {
    padding-left: 0px;
}

.panel-footer a.btn {
    margin-left: 2px;
}

#section-terms {
    padding-bottom: 80px;
}

#section-terms .section {
    text-align: justify;
}

#section-terms .section h1 {
    font-size: 26px;
}

#section-terms .section h2 {
    font-size: 20px;
}

#section-terms .section h3 {
    font-size: 18px;
}

.search-section .panel {
    margin-bottom: 10px;
    /* min-height: 352px;*/
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

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

.weidget-search-section .pagination {
    margin: 10px 0 20px !important;
}

#tabNotification .item-notification p {
    line-height: 20px;
}

#tabNotification .item-notification p {
    margin-bottom: 0px;
}

#tabFeatures .active-pack-item {
    margin-top: 0px;
    width: 150px;
}

#tabFeatures .payment-made {
    height: 40px;
    line-height: 40px;
    opacity: 0.5;
    cursor: pointer;
}

#tabFeatures .active-pack {
    background: #fff;
}

#tabFeatures .widget .widget-head {
    padding: 0px;
}

#collapseProgress.widget-body {
    overflow: hidden;
    padding: 0px;
}

#collapseProgress.widget-body .complet-profile {
    padding: 10px;
}

.pack-inside h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.section-details .pack-inside {
    padding-left: 0;
    margin-top: 0;
}

.section-details .pack-inside h2 {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
}

.section-details .pack-inside h2 span.pack-inside-type {
    font-weight: bold;
    font-size: 15px;
}

.upgrade-pack .pack-inside {
    padding-left: 0px;
}

.upgrade-pack .upgrade-pack-item {
    padding: 0px 0px 0px 90px !important;
}

.upgrade-pack,
.active-pack {
    display: inline-block !important;
    width: 100%;
}

.upgrade-pack .pack-inside,
.active-pack .pack-inside {
    margin-top: 0px;
}

.upgrade-pack .pack-inside .upgrade-pack-item a,
.upgrade-pack .pack-inside .upgrade-pack-item a:hover,
.upgrade-pack .pack-inside .upgrade-pack-item a:focus {
    text-decoration: none;
}

.upgrade-pack-item .price {
    height: 39px !important;
}

.upgrade-pack-item.pack-oneDay:hover h2 {
    background: #febb08; /* Old browsers */
    background: -moz-linear-gradient(top, #febb08 0%, #febb08 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #febb08 0%, #febb08 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #febb08 0%, #febb08 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febb08', endColorstr='#febb08', GradientType=0); /* IE6-9 */
    color: #ffffff !important;
    text-decoration: none;
}

.upgrade-pack-item.pack-default:hover h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #ffffff 41%, #f6f6f6 100%) repeat scroll 0 0;
    border: 1px solid #dddcdc !important;
    color: #febb08 !important;
    text-decoration: none;
}

.upgrade-pack-item.pack-silver:hover h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #969698 0%, #969698 44%, #89898a 100%) repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}

.upgrade-pack-item.pack-gold:hover h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eea602 0%, #eea602 41%, #d89702 100%) repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}

.upgrade-pack-item.pack-platin:hover h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #737584 0%, #737584 41%, #676975 100%) repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}

.upgrade-pack-item.pack-diamond:hover h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9c8d50 0%, #a59552 41%, #b7a459 100%) repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}

.pack-inside .upgrade-pack-item {
    float: left;
    position: relative;
    min-width: 160px;
    z-index: 1;
}

.pack-inside .upgrade-pack-item:hover {
    cursor: pointer;
}

.container-comments ul.comment-area {
    padding: 0px;
    margin: 0px !important;
}

.container-comments ul li {
    list-style: none;
}

.first-comment-area {
    position: relative;
    top: 4px;
    padding-left: 10px;
}

.comments textarea {
    margin-bottom: 0px !important;
    border-width: 0;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
    padding: 5px 5px 40px;
    resize: none;
    word-wrap: break-word;
    box-shadow: 0px 0px 6px 0 #CCCCCC inset !important;
    border-radius: 0px;
    vertical-align: top;
    pozition: relative;
}

.content-comment {
    box-sizing: border-box;
    position: relative;
}

.content-comment .media-body {
    padding-right: 0px !important;
}

.widget-body ul#container-alerts-area {
    padding: 0px;
}

.container-comments-headliness {
    display: inline-block;
    width: 100%;
}

.view-all-comments span {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
}

.view-all-comments a.photo-toggle-like-btn,
.view-all-comments a.photo-toggle-like-btn i {
    font-size: 20px;
    text-decoration: none;
    color: #76b047;
}

.first-comment-area i.fa-comments-o {
    font-size: 20px;
    text-decoration: none;
}

.view-all-comments a.photo-toggle-like-btn:focus,
.view-all-comments a.photo-toggle-like-btn::selection,
.view-all-comments a.photo-toggle-like-btn:active {
    text-decoration: none;
    color: #76b047;
}

.bootbox-body ul.view-photo-like {
    overflow-x: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.view-photo-like {
    height: 400px;
    overflow: scroll;
}

ul.view-photo-like li {
    min-height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.view-photo-like li i.like-time {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

ul.view-photo-like li:hover {
    background: #F6F6F6;
}

ul.view-photo-like li a {
    color: #686868;
}

ul.comments li.media .media-body {
    width: 100%;
    overflow: visible;
}

.comments.comment-area li.comment-item {
    margin-top: 0px !important;
}

.comment-item .media-body .comment-text {
    display: block;
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    float: left;
    font-size: 12px;
}

.comments.comment-area li.comment-item .comment-author {
    font-size: 13px;
}

ul.comments li.media .media-body .comment-edit {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 30px;
    z-index: 9;
}

.comment-edit .dropdown-menu {
    position: absolute;
    left: -160px;
}

ul.comments li.media .media-body:hover .comment-edit {
    display: block !important;
}

ul.comments .comment-date {
    color: #c2c2c2;
    font-size: 12px;
}

ul.comments li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
    overflow: visible;
}

ul.comments li.new-comment-area {
    margin-top: 0 !important;
}

ul.comments li.content-comment {
    border-bottom-width: 0;
}

.widget-body .dropzone {
    min-height: 160px;
    padding: 5px;
}

.widget-body .user-map {
    width: 100%;
    height: 300px;
}

.alert-panel .alert li {
    list-style: none;
    padding-left: 5px;
}

#masonry-container .media .pull-right {
    text-align: right;
    display: block;
}

.animated {
    vertical-align: top;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.chat-window .room-area .no-recent-messaages {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #febb08;
    font-size: 15px;
    -webkit-box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.75);
}

.room-area .media {
    margin-top: 0px;
}

.room-area .media .panel-body .inactive-audio a {
    margin-left: 0px !important;
    overflow: hidden;
    width: 130px;
    text-align: center;
}

.publisher .OT_publisher,
.subscribers .OT_subscriber {
    width: 100% !important;
}

.post-btn {
    bottom: 11px;
    font-size: 12px !important;
    position: absolute;
    right: 11px;
    padding: 3px 10px !important;
    text-align: center;
    vertical-align: middle;
}

.explanation {
    background-color: #d6e9c6;
    border-color: #3c763d;
    color: #3c763d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.explanation-default {
    border: 1px solid #cccccc;
    box-shadow: 0 0 6px 0 #cccccc inset;
    background-color: #fff;
    color: #8d9fa0;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.explanation-default label {
    padding: 0 10px 0 30px;
}

.well ul {
    padding-left: 10px;
}

.well ul li {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 10px;
}

.well .frequently-text {
    color: #3c763d;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    text-transform: lowercase;
}

#section-suport .boxed-green,
#section-suport .support-policy,
#section-suport .support-form {
    padding-left: 20px;
    padding-right: 20px;
}
/* Banner Boost Profile start */
.layout-middle-boost-banner .panel {
    background-color: #E6F4F1;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.layout-middle-boost-banner .panel-image {
    display: flex;
    align-items: center;
    width: 100%;
}

.layout-middle-boost-banner .close {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
    opacity: 1;
    color: #fff !important;
}

.panel-image-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.panel-image-inner h3 {
    margin: 0 0 4px 0;
    color: #125C50;
    font-size: 18px;
}

.panel-image-inner span {
    color: #3A7067;
    font-size: 14px;
    display: block;
    max-width: 350px;
}

.panel-image-inner img {
    width: 60px;
    height: auto;
    opacity: 1;
    animation: floating 3s ease-in-out infinite;
}

.special-register-btn {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 18px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.special-register-btn:hover {
    background-color: #43A047;
}

/* Mică animație pe rocket */
@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
/* END Banner Boost Profile start */
.panel .panel-image a .tooltip,
.panel .panel-image a {
    z-index: 9999;
}

.btn.btn-danger {
    color: #fff !important;
}

.panel .panel-image .panel-image-bottom {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.panel .panel-image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel .panel-image .panel-image-bottom ul {
    padding: 0px;
    list-style: none;
}

.panel .panel-image .panel-image-bottom ul li {
    padding: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.panel .panel-image .panel-image-bottom img {
    border-radius: 0px;
}

.panel .panel-image .img-count-user {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 10px;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 8px;
    position: absolute;
    z-index: 1;
}

.approved-friends,
.pending-friends,
.waiting-friends {
    display: inline-block;
    width: 100%;
}

.approved-friends .panel .panel-footer a,
.pending-friends .panel .panel-footer a,
.waiting-friends .panel .panel-footer a {
    margin-left: 2px;
}

.approved-friends .panel .panel-footer a:last-child,
.pending-friends .panel .panel-footer a:last-child,
.waiting-friends .panel .panel-footer a:last-child {
    margin-left: 0px;
}

.approved-friends .panel .panel-body,
.pending-friends .panel .panel-body,
.waiting-friends .panel .panel-body {
    padding: 5px;
}

.approved-friends #info-panel,
.approved-friends .alert-panel,
.pending-friends #info-panel,
.pending-friends .alert-panel,
.waiting-friends #info-panel,
.waiting-friends .alert-panel {
    padding-bottom: 10px;
}

.approved-friends .friends-area ul {
    margin-bottom: 0;
}

.friends-area .user-box .panel {
    margin-bottom: 0px !important;
}

.friends-area .user-box {
    padding-bottom: 10px;
}

.status {
    padding-right: 0;
    top: 0;
    width: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 0;
    overflow: hidden;
}

.status.status-away i {
    color: #ffd048;
}

.status.status-online i {
    color: #febb08;
}

.status.status-offline i {
    color: #cccccc;
}

.status.status-notdisturbe i {
    color: #dd4b39;
}

.btn-load-more a {
    width: 100%;
    text-align: center;
}

.text-caption {
    font-size: 11px;
    font-weight: 400;
}

.text-muted {
    color: #c0c4c9;
}

.navbar-nav > li.notifications .dropdown-menu {
    width: 280px;
}

.navbar-nav > li.notifications .dropdown-menu li {
    width: 100%;
    padding: 5px;
}

.navbar-nav > li.notifications .dropdown-menu li .pull-right {
    position: absolute;
    float: right;
    right: 5px;
}

.notifications .btn-call-action-notification {
    overflow: hidden;
}

.notifications .btn-call-action-notification a {
    float: right;
    margin-left: 10px;
    color: #fff !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.notifications .btn-call-action-notification a.btn-danger:hover {
    background: #a42f29 !important;
    border-color: #a42f29 !important;

}

.notifications .btn-call-action-notification a.btn-success:hover {
    background: #76b047 !important;
    border-color: #76b047 !important;
}

.btn-call-action-notification a:last-of-type {
    margin-left: 20px;
}

.dropdown .dropdown-menu .media {
    margin: 0px;
    overflow: visible;
}

.dropdown .dropdown-menu .media .media-body {
    overflow: visible;
}

.dropdown .dropdown-menu .media .media-left img,
.dropdown .dropdown-menu .media .media-left .icon-block,
.dropdown .dropdown-menu .media .pull-right span {
    vertical-align: top;
    display: block;
    max-width: 35px;
    max-height: 35px;
    height: auto;
    width: auto;
}

.navbar-nav > li.notifications .dropdown-menu li.media:hover,
.navbar-nav > li.notifications .dropdown-menu li.media:nth-child(2n+2):hover {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}

.navbar-nav > li.notifications .dropdown-menu li.media:nth-child(2n+2) {
    background: rgba(139, 191, 97, 0.1);
}

.dropdown .dropdown-menu .media .media-body {
    line-height: 12px !important;
}

.navbar.top-nav .dropdown-menu {
    overflow: inherit !important;
    max-height: 600px;
}

.notifications ul.dropdown-menu {
    z-index: 9999 !important;
    background: #fff !important;
    overflow: hidden !important;
    max-height: none !important;
}

.navbar.top-nav .dropdown-menu li .media-body a {
    padding: 0px;
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
}

.navbar.top-nav.navbar-default li.open > a {
    background-color: rgba(231, 231, 231, 0.7) !important;
    border-color: #ddd;
}

.nav > li.dropdown.member-menu ul.dropdown-menu li a {
    text-align: left;
    padding: 10px;
}

.nav > li.dropdown.member-menu ul.dropdown-menu li a i {
    float: right;
    line-height: 20px;
    margin: 0;
    text-align: center;
    width: 20px;
    position: static;
}

.nav > li.dropdown.member-menu ul.dropdown-menu li:hover a i {
    color: #febb08;
}

.member-menu .dropdown-menu {
    min-width: 200px;
}

ul.chat-contacts {
    padding: 0px;
}

.chat-contacts li {
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    width: 100%;
}

.chat-contacts li .media .pull-left {
    padding: 14px 0;
}

.split-vertical .widget-head {
    height: 100%;
}

.split-vertical .split-vertical-body > .split-vertical-cell {
    height: 100%;
    position: relative;
    width: 100%;
}

.split-vertical .split-vertical-body {
    height: 594px;
    overflow-y: auto
}

.chat-search .widget-head {
    padding: 0px;
    border: 1px solid #efefef;
}

.chat-window .widget-head {
    overflow: visible;
    height: 100%;
    padding: 0px;
}

.chat-window .widget-head .media .media-right {
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}

.media-right .fa-phone-rotate {
    -ms-transform: rotate(100deg); /* IE 9 */
    -webkit-transform: rotate(100deg); /* Chrome, Safari, Opera */
    transform: rotate(100deg);
}

.chat-window .widget-head .media {
    padding: 5px;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 47%, #f3f3f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f7f7f7 47%, #f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%, #f7f7f7 47%, #f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f3f3f3', GradientType=0); /* IE6-9 */
}

.chat-window .widget-head .dropdown-toggle i {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.chat-window .widget-body {
    overflow: hidden;
}

.chat-window .widget-body .media.pull-left {
    width: 100%;
}

.impersonate-users-ul {
    padding: 0px;
}

.impersonate-users-ul .impersonate-search {
    width: 90% !important;
    align-content: center;
    margin: 0 auto;
    font-size: 12px !important;
    text-transform: lowercase;
}

.change-impersonation .item-avatar {
    float: left;
}

.change-impersonation .item-avatar i.fa-sign-in {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
}

.change-impersonation .item-avatar .status {
    position: absolute;
    top: 10px;
    left: 15px;
}

.impersonate-user-info .alert-section {
    overflow: hidden;
    display: inline;
    position: relative;
    margin-right: 10px;
    top: 5px;
}

.impersonate-user-info .alert-section span {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 11px;
}

.impersonate-user-info .alert-section i {
    font-size: 20px;
}

.status {
    display: block;
    left: 0;
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 0;
    overflow: visible;
}

.chat-window .media .status {
    display: inline-block;
    left: 0;
    margin-top: 0;
    position: static;
    right: 0;
    top: 0;
    overflow: visible;
}

.status i {
    font-size: 11px;
}

.chat-window .media .contact-name {
    color: #303030;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.chat-window .media .media-body small {
    left: 75px;
    position: absolute;
    top: 25px;
}

.pull-left .media-body.message .panel span {
    position: absolute;
    left: 10px;
    font-size: 10px;
    z-index: 999;
    top: 3px;
}

.pull-right .media-body.message .panel span {
    position: absolute;
    right: 10px;
    font-size: 10px;
    z-index: 999;
    top: 3px;
}

.media-body.message .panel span .timeago {
    color: #444;
    text-decoration: none;
}

.media .media-body {
    padding-left: 5px;
}

.media.border-dashed-bottom {
    border-bottom: dashed 1px;
}

.room-area .media .media-body {
    padding-left: 0px;
}

.media > .pull-left {
    margin-right: 0px !important;
}

.media > .pull-right {
    margin-left: 0px !important;
}

.chat-filter {
    margin: 10px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.chat-filter li {
    display: inline-block;
    list-style: none;
}

.chat-contacts li:hover {
    box-shadow: 0 0 6px 0 #cccccc inset !important;
    background: #F9F9F9;
}

.chat-contacts li:first-child {
    position: static;
}

.chat-contacts li .media .status {
    position: absolute;
    left: 35px;
    top: 10px;
    text-align: left;
    width: 10px;
}

.chat-contacts li .media span.badge {
    border: 0px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.chat-contacts li .contact-name {
    color: #303030;
    font-weight: 500;
    height: 34px;
    padding-top: 14px;
}

.chat-contacts li a small {
    color: #858585;
    font-size: 11px;
    position: relative;
    top: -5px;
}

.chat-contacts li.offline {
    opacity: 0.6 !important;
}

.widget-body .message {
    position: relative;
}

.message {
    overflow: visible !important;
}

.widget .widget-body .user-box:hover .friend .text-muted {
    color: #febb08;
}

.widget .widget-body .user-box a.text-inverse {
    margin: 0px;
}

.widget .widget-body .user-box .friend-name small {
    color: #797979;
}

.widget .widget-body .user-box .action-request-user {
    overflow: hidden;
}

.action-request-user a.btn {
    margin-left: 10px;
}

.widget .widget-body .form-invite-friend input[type="checkbox"] + label {
    padding-left: 0px;
}

.widget .widget-body .form-invite-friend .button-holder,
.widget .widget-body .form-invite-friend .button-holder .btn-invite-friend {
    width: 100%;
    text-align: center;
}

.widget .widget-body .form-invite-friend .btn-invite-friend.disable {
    background: #ddd !important;
}

.widget .widget-body .text-invite-friend p {
    font-weight: normal;
    font-size: 10px;
    color: #aaa !important;
    margin: 0px !important;
    padding: 10px 0px 0px 0px !important;
}

.widget .widget-body .text-invite-friend p b {
    color: #fa3443 !important;
}

.user-location a {
    color: #797979;
}

.user-location i {
    color: #febb08;
}

.user-location:hover i {
    color: #76b047;
}

.user-location span {
    color: rgba(121, 121, 121, 0.7);
    font-size: 12px;
}

.gender-female {
    margin-right: 30px;
}

.btn-gender {
    margin-top: 15px;
}

.btn-gender .user-gender {
    display: inline-block;
}

.user-gender input,
.package-list input {
    left: -9999px;
    position: absolute;
    display: none;
}

.user-gender label,
.package-list label {
    left: 0px;
    font-weight: normal;
    position: relative;
}

.user-gender label:hover i {
    color: #febb08;
}

.user-gender label i {
    margin-top: -13px;
    color: #D7DCDE;
    font-size: 30px;
}

.user-gender input:checked + label i {
    color: #febb08;
}

.user-gender label i {
    font-size: 40px;
    width: 30px;
}

ul.user-images,
.friends-images {
    list-style: none
}

ul.user-images li,
.friends-images li {
    display: inline-block;
    position: relative;
}

ul.user-images li span {
    color: #000;
    font-weight: bold;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    opacity: 0.5;
    padding-top: 45%;
    text-align: center;
}

ul.user-images li span:hover {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

.friends-images .user-name h2 {
    font-size: 13px;
}

.user-name h2.user-name i.name-display {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}

.friends-images .user-name span {
    font-size: 13px;
    left: 0;
}

.friend-profile-icon .innerAll {
    padding: 10px !important;
    position: relative !important;
}

.friend-profile-icon .profile-icons {
    margin-bottom: 20px;
}

.message .panel {
    position: relative;
    border-color: #F9F9F9;
    min-width: 120px;
}

.message .panel .panel-body {
    font-size: 15px;
    line-height: 20px;
}

.search-section .panel .panel-heading {
    padding: 5px 10px;
}

.search-section .panel .panel-heading span.status i {
    display: inline !important;
}

.search-section .panel .media-name-user h5 {
    padding: 0;
    min-height: 20px;
    margin-bottom: 0;
}

.search-section .panel .panel-body .user-location {
    margin-bottom: 0;
    line-height: 14px;
}

.search-section .panel .panel-body {
    padding: 5px 10px;
}

.pull-right .panel .panel-body {
    padding: 20px 10px 10px 20px;
}

.pull-left .panel .panel-body {
    padding: 20px 20px 10px 10px;
}

.panel .panel-body .user-friend-list {
    min-height: 35px;
}

.panel .panel-body .user-friend-list p {
    margin: 0px;
    min-height: 35px;
    line-height: 35px;
}

.panel-heading .media-heading {
    min-height: 33px;
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
}

.panel-heading .media-heading h5 {
    margin-bottom: 0;
    min-height: 32px;
}

.profile-icons {
    color: #797979;
    font-size: 13px;
}

.profile-icons span {
    margin-right: 5px;
}

.profile-icons span i {
    margin-right: 3px;
}

.panel .panel-footer,
.panel .panel-heading {
    padding: 5px;
}

.panel .panel-heading .profile-icons a {
    color: #dddcdc;
    font-size: 12px;
}

.panel:hover .panel-heading .profile-icons a {
    color: #febb08;
    font-size: 12px;
}

.panel .panel-heading .profile-icons a:hover {
    color: #febb08;
    font-size: 12px;
}

.panel .panel-footer {
    overflow: hidden;
}

#masonry-container .panel .panel-footer a.btn {
    margin-left: 10px;
}

.btn-sm, .btn-group-sm > .btn,
.btn {
    border-radius: 15px;
}

.btn-success.btn-stroke {
    color: #febb08 !important;
}

.btn-sm i,
.btn-group-sm > .btn i {
    font-size: 13px;
}

.pull-left .message .panel {
    background: #E6FCD4;
    -webkit-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    border: none;
}

.pull-right .message .panel {
    -webkit-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.pull-left .message .panel:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(174, 211, 145, 0) #E6FCD4 rgba(174, 211, 145, 0) rgba(174, 211, 145, 0);
    border-image: none;
    border-style: solid;
    content: " ";
    height: 0;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-width: 20px;
    left: -20px;
    top: 4px;
    transform: rotate(-90deg);
    width: 0;
    z-index: 0;
}

.pull-right .message .panel {
    width: 100%;
    background: rgba(174, 211, 145, 1); /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fbfbfb 47%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #fbfbfb 47%, #f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%, #fbfbfb 47%, #f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0); /* IE6-9 */
    border: 1px solid #E5E5E5;
}

.pull-right .message .panel:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(249, 249, 249, 0) #F9F9F9 rgba(249, 249, 249, 0) rgba(249, 249, 249, 0);
    border-image: none;
    border-style: solid;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-width: 20px;
    top: 0px;
    z-index: 1;
    right: -20px;
}

.media .pull-right .media-right a img {
    margin-top: 1px;
}

.media .media-body .panel-body {
    display: block;
    overflow: hidden;
    word-break: break-all;
}

.grid-contact-item .contact-list-item .media span.status {
    position: absolute;
    font-size: 12px;
    left: 30px;
    top: 10px;
}

.widget.chat-window {
    background: #E3E3E3 none repeat scroll 0 0;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 0 !important;
}

.chat-window .widget-body {
    height: 515px;
    overflow-y: scroll;
    position: relative;

}

.chat-window-open .widget-body {
    height: 300px !important;
    -webkit-transition: width 3s; /* For Safari 3.1 to 6.0 */
    transition: width 3s;
}

.chat-window .widget-body .media .media-left img {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.chat-window .widget-body .media .media-right img {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.chat-window .widget-body .history-media {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    overflow: visible !important;
}

.history-media .load-more-section {
    overflow: visible;
}

.chat-window .widget-footer {
    height: 100%;
    padding: 0px;
}

.chat-input > span.text-write-style {
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    width: 100%;
    color: #858585;
    opacity: 0.7;
}

.chat-window .widget-footer .media {
    overflow: visible;
}

.chat-window .widget-footer textarea {
    min-height: 80px;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0 0 6px 0 #cccccc inset !important;
    line-height: 15px;
    overflow-y: auto;
    resize: none;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
}

.chat-window .widget-footer .chat-input {
    position: relative;
}

.chat-window .widget-footer .chat-btns {
    text-align: right;
}

.chat-window .widget-footer .chat-btns a i {
    font-size: 20px;
}

#banner-date .form-horizontal .c-header h3 {
    margin-top: 0;
}

#login-container .navbar {
    margin-bottom: 0px;
}

#login-container {
    height: 100%;
}

.reset-pass ul {
    padding-left: 0;
}

.form-horizontal div[class*="col-xs-"],
.form-horizontal div[class*="col-sm-"],
.form-horizontal div[class*="col-md-"],
.form-horizontal div[class*="col-lg-"] {
    padding: 0px;
}

.crud-album-section .form-horizontal div[class*="col-xs-"],
.crud-album-section .form-horizontal div[class*="col-sm-"],
.crud-album-section .form-horizontal div[class*="col-md-"],
.crud-album-section .form-horizontal div[class*="col-lg-"] {
    padding: 0 6px;
}

.dropdown-menu li:last-child {
    border-bottom: 0px !important;
}

.dropdown .dropdown-menu {
    padding: 0px;
}

.badge.badge-primary {
    background: #febb08 none repeat scroll 0 0;
}

.navbar.top-nav .dropdown-menu li a {
    color: #febb08;
}

.content-load.my-details .navbar.top-nav.navbar-default ul.nav > li.member-menu > a {
    line-height: 55px;
    padding: 0px 10px 0px 10px;
}

.my-details .navbar.top-nav.navbar-default ul.nav > li > a.dropdown-toggle b.caret {
    position: absolute;
    top: 35px;
    right: 10px;
}

.my-details .navbar.top-nav.navbar-default ul.nav > li:last-child {
    padding-left: 0px;
}

.user-details-media ul li,
.user-details-media ul li a {
    white-space: normal;
    text-align: left;
    color: #febb08;
    background: #fff none repeat scroll 0 0 !important;
}

.user-details-media ul li a {
    padding: 10px 5px 10px 10px;
    font-size: 12px;
}

.user-details-media ul li:hover,
.user-details-media ul li:hover a {
    background: #f7f7f7 none repeat scroll 0 0 !important;
}

.user-details-media ul li a i {
    float: right;
    line-height: 20px;
    margin: 0;
    position: static;
    text-align: center;
    width: 20px;
}

.user-name {
    font-size: 20px;
    text-transform: lowercase;
    position: relative;
}

.user-name span {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 25px;
    right: 10px;
}

.user-name span.boost-profile-icon {
    color: #ff6f65;
    top: 0px;
}

.user-name .age {
    font-size: 20px;
    left: -5px;
    top: 0;
}

.user-name .oneDay,
.oneDay {
    color: rgba(139, 191, 97, 0.6) !important;
}

.user-name .default,
.default {
    color: #CBCBCB !important;
}

.user-name .silver,
.silver {
    color: #969698 !important;
}

.user-name .bronze,
.bronze {
    color: #cd7f32 !important;
}

.user-name .gold,
.gold {
    color: #eea602 !important;
}

.user-name .platin,
.platin {
    color: #737584 !important;
}

.user-name .diamond,
.diamond {
    color: #9c8d50 !important;
}

.user-details {
    color: #CBCBCB;
    font-size: 13px;
}

.widget-no-background .user-img img.my-avatar {
    padding: 0;
    margin: 0;
}

.user-img,
.timeline-cover {
    position: relative;
}

.user-img:hover .dropdown,
.timeline-cover:hover .dropdown {
    display: block;
}

.user-img .dropdown {
    left: 50%;
    top: 0px;
    margin-left: -12px;
    position: absolute;
}

.user-img a {
    color: #febb08;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    padding: 2px 4px;

}

.user-img .dropdown .dropdown-toggle {
    padding: 0px;
}

.user-img .dropdown .dropdown-menu {
    border: 0 none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.dropdown input {
    cursor: pointer;
    direction: ltr;
    font-size: 10px;
    margin: 0;
    opacity: 0;
}

.timeline-cover .dropdown {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.dropdown .dropdown-menu {
    min-width: 180px;
}

.user-img .dropdown ul.dropdown-menu {
    position: relative;
    top: 7px;
    right: 0px;
    margin-top: 0;
}

.cover .dropdown.dropdown-cover-top ul.dropdown-menu {
    position: relative !important;
    top: 30px;
    margin: 0px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: right;
    left: 115px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    width: 160px !important;

}

.user-img .dropdown a.dropdown-toggle {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    float: left;
    padding: 3px 6px;
    position: relative;
}

.cover .dropdown a.dropdown-toggle {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    float: right;
    padding: 3px 6px;
    line-height: normal;
}

.timeline-cover .cover:hover .dropdown a.dropdown-toggle,
.user-img:hover .dropdown a.dropdown-toggle {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.timeline-cover .cover .dropdown .dropdown-toggle,
.user-img .dropdown .dropdown-toggle {
    color: #424242
}

.timeline-cover .cover .dropdown .dropdown-toggle i,
.user-img .dropdown .dropdown-toggle i {
    color: #febb08;
    font-size: 12px;
    margin-right: 5px;
}

.user-img .dropdown .dropdown-toggle i {
    margin: 0px;
}

.timeline-cover .cover .dropdown-menu li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #efefef;
    padding: 0px 0px;
    border-radiu: 0px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    float: none;
    padding: 0px;
    height: 100%;
    line-height: inherit;
    z-index: 2;
}

.timeline-cover .cover .dropdown-menu li:hover {
    border-radius: 0px;
    background: none !important;
}

.timeline-cover .cover .dropdown-menu li:hover a {
    border-radius: 0px;
    color: #797979;
}

.timeline-cover .cover .dropdown-menu li a {
    height: auto;
    line-height: inherit;
}

.timeline-cover .cover .dropdown-menu li:hover a {

}

.timeline-cover .cover ul.dropdown-change-img li:hover,
.timeline-cover .cover ul.dropdown-change-img li:active {
    background-color: #f7f7f7;
}

.timeline-cover .cover ul.dropdown-change-img li:hover a,
.timeline-cover .cover ul.dropdown-change-img li:active a {
    color: #797979;
}

.timeline-cover .cover ul.dropdown-change-img li:hover a i,
.timeline-cover .cover ul.dropdown-change-img li:active a i {
    color: #febb08 !important;
}

.timeline-cover .cover .dropdown-menu li a,
.user-img .dropdown-menu li a {
    color: #febb08;
    padding: 5px 5px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
}

.timeline-cover .cover .dropdown-menu li a i,
.user-img .dropdown-menu li a i {
    position: absolute;
    right: 5px;
    left: auto;
}

.timeline-cover .cover ul.dropdown-change-img li,
.timeline-cover .cover ul.dropdown-change-img li a {
    height: auto;
    line-height: normal;
}

.dropdown .dropdown-menu li:hover a i {
    color: #febb08;
}

.uploader-inputs {
    width: 100%;
}

.friend {
    min-height: 45px;
    position: relative;
}

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

.friend .friend-name {
    float: left;
}

.friend .friend-right {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.friend .friend-right a {
    font-size: 12px;
    color: #dddcdc;
}

#profile-photo-file {
    position: relative;
}

/*.photo-profile-photo ul {*/
/*margin-bottom: 10px;*/
/*}*/

#profile-photo-file .btn.btn-danger {
    position: absolute;
    right: -5px;
    bottom: -2px;
}

#profile-photo-file p {
    margin: 0px;
}

#profile-photo-file p span {
    display: block;
    padding-top: 10px;
    font-size: 12px;
}

#profile-photo-file p canvas {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#progress-photo-file {
    margin-top: 5px;
    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
}

#progress-photo-file .progress-bar-success {
    background: #febb08 !important;
    min-height: 25px;
}

#add-cover-photo-btn input, #add-profile-photo-btn input {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.container h3.headline-page i {
    margin-right: 10px;
    margin-right: 10px;
}

.container h3.headline-page {
    margin-bottom: 20px;
    margin-top: 30px;
}

.tab-panel .container-image {
    text-align: center;
}

.tab-pane .well.explanation-support {
    margin-bottom: 0px;
}

.widget-pinterest .widget-body .thumb img {
    border-radius: 5px;
}

.widget p {
    font-size: 13px;
}

.widget .label {
    padding: 2px 3px;
}

.label-information .label {
    display: block;
    white-space: normal;
    width: auto;
    padding: 3px;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
}

.label-information p {
    margin: 0px;
    line-height: normal;
    padding: 3px;
    font-size: 12px;
}

.user-gender .radio i {
    font-size: 25px;
}

.user-gender .radio input:hover,
.user-gender .radio input:focus,
.user-gender .radio input:active {
    color: #febb08 !important;
}

.filter_online,
.filter_all,
.filter_new {
    position: relative;
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    left: -9999px;
    position: absolute;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    padding-left: 30px;
}

input[type="radio"] + label::before {
    content: "";
    height: 20px;
    position: absolute;
    left: 6px;
    top: 0;
    width: 20px;
}

/*.search-gender .user-gender label*/

input[type="radio"]:checked + label::before,
input[type="radio"]:checked:hover + label::before,
input[type="radio"]:hover + label::before {
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: "";
    height: 20px;
    width: 20px;
    left: 6px;
    position: absolute;
    top: 1px;
}

.remember-me input[type="checkbox"] + label::before {
    left: 20px;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked:hover + label::before,
input[type="checkbox"]:hover + label::before {
    cursor: pointer;
}

.remember-me {
    position: relative;
    text-align: right;
}

.remember-me label {
    padding-top: 0px !important;
}

#myCarousel .item a {
    display: block;
}

.carousel .private-item {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    min-height: 350px;
}

.private-item b {
    top: 40px;
    position: relative;
    text-align: center;
    color: #febb08;
    display: block;
}

.private-item span.private-lock {
    top: 60px;
    margin: 0 auto;
    background-color: #dff0d8;
    border: 2px solid #febb08;
    border-radius: 50%;
    display: block;
    font-size: 65px;
    height: 100px;
    width: 100px;
    color: rgba(121, 121, 121, 0.5);
    position: relative;
}

.private-item span.private-lock-text {
    display: block;
    font-size: 13px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    color: #fff;
}

.private-item span.private-lock-text .col-xs-7 {
    margin: 0 auto;
    float: none;
    line-height: 20px;
}

.private-item span.private-lock-text a.private-text {
    margin: 0 auto;
    width: 140px;
}

.private-item:hover span.private-lock-text a.private-text {
    background-color: #dff0d8;
    cursor: pointer;
    color: #febb08;
}

.private-item:hover {
    cursor: pointer;
}

.private-item span.private-lock i {
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42px;
    margin-top: -33px;
}

.private-item span.private-lock i.fa-camera {
    font-size: 45px;
    left: 50%;
    margin-left: -27px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
}

.add-comment-photo {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    text-align: center;
}

.own-profile {
    padding-left: 5px;
}

.common-friends.no-available-action-users {
    margin-bottom: 0;
    min-height: 28px;
    line-height: 28px;
    text-align: right;
    color: rgba(121, 121, 121, 0.6);
}

.media-image-headline .onnertb {
    margin-bottom: 0;
    margin-top: 8px;
}

.details-photo span {
    font-size: 12px;
    color: #424242;
}

.albums-area .alert {
    margin-bottom: 0;
    margin-top: 10px;
}

.albums-area .album-pictures {
    position: relative;
}

.albums-area .album-pictures a {
    display: block;
    position: relative;
}

.albums-area .album-pictures a:nth-child(1) {
    -ms-transform: rotate(-3deg) !important; /* IE 9 */
    -webkit-transform: rotate(-3deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(-3deg) !important;
}

.albums-area .album-pictures a:nth-child(2n+1) {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.albums-area .album-pictures a:nth-child(2) {
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
}

.crud-album-section .form-horizontal {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
    padding: 0px;

}

.crud-album-section .error {
    padding-top: 0px;
}

.crud-album-section .form-group {
    position: relative;
}

.create-album-area .form-horizontal {
    padding: 0 5px 0 0px;
    border-radius: 0px;
    background: none;
    box-shadow: none;
}

.btn-action-section a {
    margin-left: 10px;
}

.create-album-area .error,
.create-album-area .success {
    padding-top: 0;
    margin-bottom: 0;
}

.create-album-area .error ul,
.create-album-area .success ul {
    margin-top: 0px;
    padding: 6px 0;
}

.tab-content .form-group p,
.form-group .align-vertical p {
    height: 35px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
}

#tabFilter .upload-photos-area {
    margin-bottom: 0;
    margin-top: 10px;
}

#tabFilter .upload-photos-btn {
    text-align: right;
}

.tab-content .add_photo,
.tab-content .add_album {
    min-height: 30px;
}

.message .panel .point-time {
    font-size: 5px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    top: -2px;
}

/*Datepicker style*/

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #febb08 !important
}

.datepicker .switch:hover {
    cursor: pointer;
    color: #febb08 !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
    background: #febb08 !important
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td {

}

.datepicker table tr td span {
    height: auto !important;
    line-height: normal !important;
    padding: 7px;
    width: auto !important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block !important;
    float: none !important;
}

.datepicker table tr td.day {
    padding: 7px;
}

.datepicker table tr th.prev,
.datepicker table tr th.next {
    background: #febb08;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
}

.datepicker table tr th.prev:hover,
.datepicker table tr th.next:hover {
    background: #A7E276 !important;
    color: #ffffff !important;
    border-radius: 0px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #febb08 none repeat scroll 0 0;
    cursor: pointer;
}

.datepicker table tr td.day:hover,
.datepicker table tr td span.year:hover,
.datepicker table tr td span.month:hover {
    background: #febb08 !important;
    color: #fff;
    cursor: pointer;
}

.datepicker table tr td span.disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #FFF !important;
}

.datepicker table tr td span.disabled:hover,
.datepicker table tr td.disabled:hover {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}

.datepicker .table-condensed tr th {
    padding: 3px !important;
}

.datepicker.datepicker-dropdown {
    min-width: 210px !important;
}

.datepicker.datepicker-dropdown::after,
.datepicker.datepicker-dropdown::before {
    top: -6px;
    border-width: 0 6px 6px;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

.form-inline .section-search h5 {
    font-weight: bold;
}

.fade-loading-page {
    background: rgba(255, 255, 255, 0.8);
    display: block !important;
}

#fountainG {
    position: relative;
    width: 600px;
    height: 73px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(140, 191, 97);
    width: 73px;
    height: 73px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 48px;
    -o-border-radius: 48px;
    -ms-border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
}

#fountainG_2 {
    left: 75px;
    animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
}

#fountainG_3 {
    left: 150px;
    animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
}

#fountainG_4 {
    left: 225px;
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

#fountainG_5 {
    left: 300px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

#fountainG_6 {
    left: 375px;
    animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
}

#fountainG_7 {
    left: 450px;
    animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

#fountainG_8 {
    left: 525px;
    animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -moz-animation-delay: 1.43s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(140, 191, 97);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(140, 191, 97);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(140, 191, 97);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(140, 191, 97);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(140, 191, 97);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

span .tooltip {
    text-transform: capitalize !important;
}

.tooltip.fade {
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

.tooltip.top {
    margin-top: -15px !important;
    padding: 0px !important;
}

.tooltip.in {
    opacity: 1 !important;
}

.tooltip .tooltip-arrow {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent !important;;
    border-right: 10px solid transparent !important;;
    border-bottom: 10px solid #76b047 !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

.tooltip .tooltip-inner {
    background: #d6e9c6 none repeat scroll 0 0;
    border: 1px solid #76b047 !important;
    color: #3c763d;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: none;
}

.section-details .tooltip .tooltip-inner {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}

.section-search .btn-gender {
    display: inline-block;
    margin-bottom: 10px;
}

.header-search-friends {
    display: block;
    overflow: hidden;
    position: relative;
}

.main-search-friends {
    margin-top: 10px;
    border-top: 1px solid #F5F5F5;
}

.main-search-friends .location-search .tooltip .tooltip-arrow,
.main-search-friends .slider-age .tooltip .tooltip-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: -10px;
    top: -5px;
}

.search-friends > div {
    display: block !important;
}

#search-container .icon-spinner {
    top: -10px;
}

.icon-spinner i {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -20px;
    margin-top: 0px;
    font-size: 40px !important;
    color: #febb08;
}

.form-group .form-control:focus {
    border-color: #76b047 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(118, 176, 71, 0.6) !important;;
    outline: 0 none;
}

.autocomplete-ajax-loading {
    background: rgba(0, 0, 0, 0) url("/bundles/socialfrontend/images/img-loader.gif") no-repeat scroll right center !important;
}

.no-results-selected {
    position: absolute;
    color: red;
    font-size: 12px;
    right: 40px;
    top: 9px;
}

.least-characters {
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
    color: #8d9fa0;
}

.typeahead.dropdown-menu {
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    margin-top: 7px;
    background-color: #d6e9c6;
    color: #3c763d;
    box-shadow: 0 1px 4px rgba(37, 173, 159, 0.25);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #76b047 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(118, 176, 71, 0.6) !important;
}

.typeahead.dropdown-menu li {
    border-color: #D6E9C6;
}

.typeahead.dropdown-menu li a {
    color: #3c763d;
}

.typeahead.dropdown-menu li.active > a {
    background: #76B047;
    color: #ffffff;
}

.typeahead.dropdown-menu li.active > a:hover {
    background: #AED391;
    color: #3c763d;
}

.typeahead.dropdown-menu li:hover,
.typeahead.dropdown-menu li:hover a,
.typeahead.dropdown-menu li.active:hover a {
    background: #76B047 !important;
    color: #ffffff;
}

.location-search .section-search-city input {
    width: 100%;
}

.widget-body .pagination {
    margin: 20px 0;
}

.pagination {
    width: 100%;
}

.pagination ul {
    padding-left: 0;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}

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

.pagination ul li a {
    color: #febb08;
}

.pagination ul li:hover a i {
    color: #fff;
}

#frm-personalize .make-switch > div label {
    left: 0;
    position: relative;
}

.btn-group-vertical .btn.friend-request-btn {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn-group-vertical > .btn.cancel-request-btn.btn-action-remove {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn-group-vertical.user-box a {
    font-size: 13px;
    line-height: 20px;
}

.btn-group-vertical .btn i {
    font-size: 20px;
    margin-top: -2px;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: 0px !important;
}

/********************* START CAROUSEL **********************/

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 250px;
    overflow: hidden;
    visibility: hidden;
}

.slides .panel .panel-body{
    padding: 10px !important;
}

.slides .panel .panel-body .img-responsive{
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssor-slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 250px;
    overflow: hidden;
}

.jssorl-009-spin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-inner {
    height: 100%; /*can be anything*/
    width: 100%; /*can be anything*/
    display: inline-block;
    vertical-align: top;
    /*border: 1px solid blue; !*not required*!*/
    position: relative;
    background: #2d3238;
}

.carousel-inner > .item {
    /*display: inherit !important;*/
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    /*height: auto;*/
    margin: auto;
    height: 100vh;
}

.carousel-inner .item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    /*border: 1px solid red; !*not required*!*/
}

.carousel-inner > .item .private-item {
    width: 200px;
    height: 200px;
    top: 50%;
    display: inline;
    position: absolute;
    margin-top: -150px;
    left: 50%;
    margin-left: -100px;
}

.carousel-inner .item.active {
    left: inherit !important;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/********************* END CAROUSEL **********************/

.alert-item {
    cursor: pointer;
}

#container-alerts-area {
    margin-bottom: 0px;
}

#container-alerts-area .alert-item {
    margin-top: 0px;
}

#container-alerts-area .media {
    font-size: 12px;
}

#container-alerts-area .alert-item:nth-child(2n+2) {
    background: rgba(139, 191, 97, 0.1);
}

#container-alerts-area .media .media-body,
#container-alerts-area .media {
    list-style: outside none none;
    overflow: inherit;
}

.alert-item .media-body,
.alert-item .media-body a {
    font-size: 12px;
    /*line-height: 13px!important;*/
}

.navbar-nav .alert-item .media-body,
.navbar-nav .alert-item .media-body a {
    /*line-height: 13px!important;*/
}

#section-terms .nav-section-page-scroll {
    margin-bottom: 10px;
    text-align: center;
}

#section-terms .nav-section-page-scroll li {
    margin-top: 10px;
    text-align: center;
    height: 35px !important;
    line-height: 35px !important;
    padding-right: 10px !important;
}

#section-terms .nav-section-page-scroll .page-scroll {
    font-size: 14px !important;
    height: 35px !important;
    line-height: 28px !important;
    padding: 2px 10px !important;
}

#section-terms .nav-section-page-scroll .page-scroll:hover {
    background: #febb08;
    color: #fff;
}

.text-center .alert,
.text-center .alert ul {
    text-align: center;
}

.alert,
.alert ul {
    padding: 10px 5px;
}

.calendar {
    position: relative;
}

.calendar span.input-calendar {
    right: 10px;
    top: 7px;
    position: absolute;
}

.pack {
    color: #efefef;
    position: relative;
    color: #4d4d4d;
}

.pack {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
}

.pack .pack-details ul li img {
    margin-right: 10px;

}

.pack .pack-details ul {
    margin-bottom: 0;
    padding: 2px 0;
}

.pack .pack-details a.btn {
    text-transform: uppercase;
}

.pack .pack-details ul li:nth-child(2n+1) {
    background: rgba(139, 191, 97, 0.1) none repeat scroll 0 0;
}

.pack .pack-details ul li span {
    font-size: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: block;
    line-height: 40px;
    margin: 0 auto;
}

.pack .pack-details ul li span.pack-details-text {
    font-size: 11px;
    height: 40px;
    line-height: 11px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    opacity: 0.3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 50px;
}

.pack .pack-details ul li span.detail-value-infinity {
    position: absolute;
    right: 240px;
    top: 0px;
    width: 25px;
    height: 25px;
    left: 25px;
    line-height: 20px !important;
    font-size: 20px !important;
    text-align: center;
}

.pack .pack-details ul.payment-package-details li span.detail-value-infinity,
.pack .pack-details ul.payment-package-details li span.detail-value {
    right: inherit !important;
    left: 25px !important;
    top: -5px !important;
}

.upgrade-right-sidebar-widget .pack .pack-details ul li span.detail-value-infinity,
.upgrade-right-sidebar-widget .pack .pack-details ul li span.detail-value {
    right: inherit !important;
}

.pack .pack-details ul li span.detail-value-infinity,
.pack .pack-details ul li span.detail-value {
    background: #ffffff;
    border: 1px solid #B2B2B2;
    color: rgba(139, 191, 97, 0.8);
    font-weight: bold;
}

.pack .pack-details ul li span i.detail-value-check {
    color: rgba(139, 191, 97, 0.8);
    font-weight: bold;
}

.pack .pack-details ul li span.detail-value i {
    padding-top: 0;
}

.text-center.billing-logo-paysite-cash > img {
    width: 100% !important;
}

.pack .pack-details ul li span.detail-value {
    font-size: 14px !important;
    height: 25px;
    left: 25px;
    line-height: 23px !important;
    position: absolute;
    right: 240px;
    text-align: center;
    top: 0px;
    width: 25px;
}

.pack .pack-details ul li span.inifinite-value {
    display: block;
    font-size: 25px !important;
    line-height: 35px !important;
}

.pack.section-details {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}

.pack.section-details .pack-details ul li {
    position: relative;
    background: none;
    font-size: 13px;
    text-align: left;
    display: inline-block;
    padding-right: 15px;
}

.pack.section-details .pack-details ul li.logo-paysite {
    padding-right: 5px;
}

.pack.section-details .pack-details ul li img {
    float: left;
    width: 40px;
    text-align: center;
    opacity: 0.2;
}

.pack.section-details .pack-details ul li i.fa.fa-info-circle {
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.calculation-amount {
    bottom: 10px;
    font-size: 10px;
    padding-left: 1px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
}

.logo-details-pack {
    padding: 10px 0 5px 120px;
    color: #fff;
}

.logo-details-pack h4 {
    color: #febb08 !important;
    font-size: 20px !important;
    margin-bottom: 0;
    font-weight: bold;
}

.logo-details-pack span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.pack .pack-details ul li i {
    /*font-size: 20px;*/
    /*height: 25px;*/
    line-height: 20px;
    padding: 3px;
    /*width: 25px;*/
}

.pack .pack-details ul li i.item-success {
    color: #febb08;
}

.pack .pack-details ul li i.item-default {
    color: #cccccc;
}

.pack .pack-details ul li i.item-danger {
    color: #d9534f;
}

.detail-pack-choose {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    padding: 20px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.detail-pack-choose .pack {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0px 5px;
}

.detail-pack-choose .pack h2 {
    color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}

.detail-pack-choose .pack .pack-inside span.price {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 50px;
}

.detail-pack-choose .pack .pack-inside span.price .price-currency {
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 50px;
    opacity: 0.3;
}

.detail-pack-choose .pack .pack-inside span.price .price-decimal {
    font-size: 20px;
    position: absolute;
    top: 35px;
    opacity: 0.3;
}

.detail-pack-choose .pack .pack-inside span.price .price-month {
    bottom: 40px;
    color: rgba(0, 0, 0, 0.8);
    display: inline;
    font-size: 12px;
    position: absolute;
}

.detail-pack-choose .pack .pack-inside .pack-inside-duration {
    color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    text-align: center;
}

.detail-pack-choose h4 {
    margin-bottom: 20px;
}

.detail-pack-proceed .btn-group-vertical {
    padding: 30px 0 20px;
}

.btn-start-flirt .btn-group-vertical {
    padding: 20px;
}

.btn-start-flirt a {
    font-size: 20px;
    padding: 15px 12px;
}

.detail-pack-proceed a {
    padding: 10px 12px;
    font-size: 20px;
}

.detail-pack-proceed a i {
    font-size: 30px !important;
    margin-top: 0px !important;
}

.detail-pack-alert .alert-panel ul {
    padding: 5px;
}

.detail-pack-payment ul {
    margin: 0 0 30px;
    text-align: center;
}

.detail-pack-payment ul li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
}

.detail-pack-payment ul li:hover {
    curspor: pointer;
    background: rgba(139, 191, 97, 0.1);
}

.detail-pack-payment ul li.selected {
    background: rgba(139, 191, 97, 0.4);
    border: 1px solid rgba(139, 191, 97, 1);
}

.detail-pack-payment ul li i {
    color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
}

.package .modal-dialog {
    width: 768px;
}

.bootbox.modal {
    background: rgba(0, 0, 0, 0.7);
}

.col-modal-payment {
    padding-bottom: 30px;
}

.pack h2 {
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin: 0;
    line-height: 38px;
    font-weight: bold;
}

.pack-default {
    height: 40px;
}

.pack-default h2 {
    color: #febb08;
}

.list-unstyle {
    list-style: none;
    padding: 0px;
}

.list-unstyle.payment-package-details {
    overflow-y: auto;
    height: 370px;
}

.btn-details-package img {
    width: 20px;
    height: 10px;
}

.update-pack,
.downgrade-pack,
.active-pack {
    display: block;
}

.payment .btn-payment {
    margin-left: 20px;
}

.security-code-section {
    width: 100px !important;
}

input.security-code {
    padding-right: 30px;
}

.security-code-section {
    position: relative;
}

.security-code-section i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.carousel-control .fa {
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.carousel-control .fa-chevron-left {
    left: 20px;
}

.carousel-control .fa-chevron-right {
    right: 20px;
}

.textarea-70 textarea {
    min-height: 100px;
    color: #8d9fa0;
    resize: vertical;
}

.photo-cropping-area .section-btns {
    margin-top: 20px;
}

#social_userbundle_usertype_interested_in input {
    display: block;
    position: relative;
}

#social_userbundle_usertype_interested_in label {
    display: block;
    position: relative;
    float: right;
}

#footer {
    position: absolute;
    border-top: 1px solid #ccc;
    overflow: visible;
    background: #fff none repeat scroll 0 0 !important;
    z-index: 9;
}

#footer .right,
#footer .navbar-text {
    color: #686868;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
    min-height: 20px;
}

.navbar-footer-btn .btn-menu-size {
    height: 40px;
    line-height: normal;
    margin: 5px 0 0;
    padding-top: 10px;
    padding-left: 0;
    z-index: 999999;
}

.btn-finish-step3 {
    color: #febb08;
    font-weight: bold;
}

.album-details h5 {
    line-height: 30px;
    min-height: 30px;
}

.timeline-cover .cover ul li {
    position: relative;
}

.navbar-nav .navbar ul.nav > li.notifications {
    padding-right: 30px;
}

/*.navbar-header .navbar-nav li.dropdown a {*/
/*padding: 0px 5px 0px 5px !important;*/
/*}*/

.grid_item.item2_2 {
    width: 220px;
    height: 220px;
    overflow: hidden;
}

.grid_item.item1_1 {
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.grid_item {
    position: absolute;
}

.pulse {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(217, 83, 79, 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 66, 63, 0.6);
    animation: pulse 2s infinite;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.pulse-green {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(139, 191, 97, 1) !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(166, 224, 118, 0.6) !important;
    animation: pulse 2s infinite;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.pulse:hover,
.pulse-green:hover {
    animation: none;
}

.nopadding {
    padding: 0px !important;
}

.auto-renew {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #febb08;
    line-height: 40px;
}

.text-autorenew {
    line-height: 15px;
    height: 30px;
    position: absolute;
    text-align: center !important;
    width: 100%;
}

.green-headline {
    color: #76b047;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 66, 63, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 66, 63, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 66, 63, 0);
    }
}

@-webkit-keyframes pulse-green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(139, 191, 97, 0.6) !important;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(139, 191, 97, 0.4) !important;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(139, 191, 97, 0) !important;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0px rgba(255, 66, 63, 0.6);
        box-shadow: 0 0 0 0px rgba(255, 66, 63, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 8px rgba(255, 66, 63, 0.4);
        box-shadow: 0 0 0 8px rgba(255, 66, 63, 0.4);
    }
    100% {
        -moz-box-shadow: 0 0 0 0px rgba(255, 66, 63, 0);
        box-shadow: 0 0 0 0px rgba(255, 66, 63, 0);
    }
}

@keyframes pulse-green {
    0% {
        -moz-box-shadow: 0 0 0 0px rgba(139, 191, 97, 0.6) !important;
        box-shadow: 0 0 0 0px rgba(139, 191, 97, 0.6) !important;
    }
    70% {
        -moz-box-shadow: 0 0 0 8px rgba(139, 191, 97, 0.4) !important;
        box-shadow: 0 0 0 8px rgba(139, 191, 97, 0.4) !important;
    }
    100% {
        -moz-box-shadow: 0 0 0 0px rgba(139, 191, 97, 0) !important;
        box-shadow: 0 0 0 0px rgba(139, 191, 97, 0) !important;
    }
}

nav.navbar ul.navbar-nav li a.sibling {
    padding: 6px 12px 6px 40px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.navbar-nav li a.sibling.login {
    color: #fff !important;
}

ul.navbar-nav li a.sibling.login:hover {
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.register {
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.register:hover {
    color: #ffffff !important;
}

.billing-section-paysitecash,
.widget-padding-static {
    margin: 30px 0px;
}

.btn-collapse-down {
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: normal !important;
    text-transform: uppercase;
}

.btn-collapse-down i {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.billing-logo-paysite-cash {
    width: 100%;
    display: inline-block;
}

.dz-details > img {
    height: 100px !important;
    width: 100px !important;
}

/** HIDE EMAILS **/
.obfuscate {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.obfuscate span {
    display: none;
}

.cookie-bar {
    background: rgba(139, 191, 97, 0.75) none repeat scroll 0 0;
    bottom: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.cookie-bar p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

/* ISTRATE SIDEBAR */
.bs-sidebar.affix {
    width: 300px;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9999;
    overflow-y: auto;
    bottom: 60px;
    padding: 0 !important;
}

.bs-sidebar.affix.short {
    width: 45px !important;
    bottom: auto;
}

.bs-sidebar.affix.well ul li {
    padding-bottom: 0 !important;
    font-size: 11px;
    line-height: 20px;
    border-bottom: 0 !important;
    margin-bottom: 2px;
}

.bs-sidebar.affix .nav.nav-pills a {
    background-color: #fff !important;
    color: #000 !important;
}

.bs-sidebar.affix .dropdown-menu li a {
    font-weight: normal !important;
    padding: 3px 20px !important;
}

.bs-sidebar.affix .well ul {
    padding-left: 0 !important;
}

.bs-sidebar.affix button.btn {
    padding: 0 !important;
    font-size: 11px !important;
}

.bs-sidebar.affix a.change-impersonation.login {
    color: green !important;
}

.user-box .media-heading span.package-user {
    position: absolute;
    right: 6px;
    top: 5px;
}

#tabProfile .user-gender {
    display: inline-block;
}

.widget-body-regular .form-group .user-gender {
    margin-top: 20px;
}

.col-list-packages .package-list input[type="radio"] + label::before {
    left: 15px;
    top: 20px;
}

.col-list-packages .package-list {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.col-list-packages .package-list:last-child {
    margin-bottom: 0;
}

.col-list-packages .package-list:hover {
    border: 1px solid rgba(139, 191, 97, 1);
}

.col-list-packages .package-list:hover span.period-payment-price {
    color: rgba(139, 191, 97, 1);
}

.col-list-packages .package-list:hover span.most-popular {
    background: rgba(139, 191, 97, 1) none repeat scroll 0 0;
}

.col-list-packages .package-list:hover span.best-price {
    background: rgba(217, 83, 79, 1) none repeat scroll 0 0;
}

.col-list-packages .package-list label {
    padding: 10px 5px 5px 50px;
    margin-bottom: 0;
    width: 100%;
}

.col-list-packages .package-list label .list-payment {
    line-height: 18px;
}

.list-payment span.period-payment {
    display: table;
    color: rgba(0, 0, 0, 0.5) !important;
    padding-right: 20px;
}

.list-payment span.period-payment-price {
    color: rgba(139, 191, 97, 0.6);
    font-size: 20px;
    font-weight: bold;
}

.list-payment span.pariod-payment-price-day {
    float: right;
    color: #febb08;
    font-size: 14px;
}

.list-payment span.most-popular {
    background: rgba(139, 191, 97, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.list-payment span.best-price {
    background: rgba(217, 83, 79, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.list-payment span.credits-package-details {
    font-size: 10px;
    display: flex;
    color: #797979;
    height: 15px;
    position: relative;
    top: -5px;
}

.btn-details-package .btn-detail-pack {
    background: rgba(139, 191, 97, 0.8) none repeat scroll 0 0;
    color: #fff;
}

.btn-details-package {
    position: relative;
}

.btn-details-package ul {
    background: rgba(139, 191, 97, 0.8) none repeat scroll 0 0;
    color: #fff;
    border: 1px solid rgba(139, 191, 97, 1);
    padding: 5px;
    bottom: 18px;
    height: 200px;
    overflow-y: scroll;
    z-index: 99;
}

.btn-details-package ul li {
    font-size: 12px;
    font-weight: normal;
    list-style: none;
}

.btn-details-package button {
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
    width: 100%;
}

.modal.package .modal-header .modal-title {
    height: auto;
    line-height: normal;
}

.modal.unlocking-viewed-profile .modal-content {
    background: #fff !important;
    padding: 0px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 25px !important;
}

.modal.unlocking-viewed-profile .modal-content .modal-header {
    width: 100% !important;
}

.btn-details-package ul.dropdown-menu li .detail-value-infinity {
    font-size: 15px;
}

.pack.section-details .pack-details ul li {
    position: relative;
    background: none;
    font-size: 13px;
    text-align: center;
    display: block;
}

.pack.section-details .pack-details ul li img {
    width: 40px;
    text-align: center;
    opacity: 0.2;
}

.pack.section-details .pack-details ul li i {
    text-align: center;
    color: rgba(217, 83, 79, 0.7);
}

.pack.section-default .pack-details ul li span {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 41%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 41%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
    color: #febb08;
    border: 1px solid #DDDCDC !important;
}

.pack.section-silver .pack-details ul li span {
    background: #969698; /* Old browsers */
    background: -moz-linear-gradient(top, #969698 0%, #969698 44%, #89898a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #969698 0%, #969698 44%, #89898a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #969698 0%, #969698 44%, #89898a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969698', endColorstr='#89898a', GradientType=0); /* IE6-9 */
    color: #fff;
}

.pack.section-gold .pack-details ul li span {
    background: #eea602; /* Old browsers */
    background: -moz-linear-gradient(top, #eea602 0%, #eea602 41%, #d89702 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eea602 0%, #eea602 41%, #d89702 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eea602 0%, #eea602 41%, #d89702 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea602', endColorstr='#d89702', GradientType=0); /* IE6-9 */
    color: #fff;
}

.pack.section-platin .pack-details ul li span {
    background: #737584; /* Old browsers */
    background: -moz-linear-gradient(top, #737584 0%, #737584 41%, #676975 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #737584 0%, #737584 41%, #676975 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #737584 0%, #737584 41%, #676975 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737584', endColorstr='#676975', GradientType=0); /* IE6-9 */
    color: #fff;
}

.pack-oneDay h2,
.label-renew.pack-oneDay {
    color: #febb08;
}

.pack-default h2,
.label-renew.pack-default {
    color: #febb08 !important;
}

.pack-silver h2,
.label-renew.pack-silver {
    color: #969698 !important;
}

.pack-gold h2,
.label-renew.pack-gold {
    color: #eea602 !important;
}

.pack-platin h2,
.label-renew.pack-platin {
    color: #737584 !important;
}

.pack-diamond h2,
.label-renew.pack-diamond {
    color: #9C8D50 !important;
}

.pack .pack-details ul li i {
    /*font-size: 20px;*/
    /*height: 25px;*/
    line-height: 20px;
    padding: 3px;
    /*width: 25px;*/
}

.pack .pack-details ul li i.item-success {
    color: #febb08;
}

.pack .pack-details ul li i.item-default {
    color: #cccccc;
}

.pack .pack-details ul li i.item-danger {
    color: #d9534f;
}

.pack-inside .pack-default {
    border: 1px solid #dddcdc !important;
    border: 1px solid #dddcdc !important;
}

.pack-inside .pack-platin {
    border: 1px solid #676975 !important;
}

.pack-inside .pack-silver {
    border: 1px solid #89898a !important;
}

.pack-inside .pack-gold {
    border: 1px solid #d89702;
}

.pack-inside .pack-diamond {
    border: 1px solid #9C8D50;
}

.pack-inside .pack-oneDay {
    border: 1px solid #999999;
}

.pack-inside {
    margin-top: 15px;
    height: 40px;
    position: relative;
    padding-left: 60px;
}

.tab-pane .pack-inside .pack-default .price {
    line-height: 38px;
}

.pack-inside .price {
    display: block;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
}

.pack-inside .month-recurring {
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 90px;
}

.pack-inside .pack-inside {
    padding-left: 60px;
}

.pack-inside .pack-default .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #ffffff 41%, #f6f6f6 100%) repeat scroll 0 0;
    border: 1px solid #dddcdc !important;
    color: #febb08;
}

.pack-inside .pack-default .month-recurring {
    color: #febb08;
}

.pack-inside .pack-oneDay .price {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febb08+0,febb08+74 */
    background: #febb08; /* Old browsers */
    background: -moz-linear-gradient(top, #febb08 0%, #febb08 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #febb08 0%, #febb08 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #febb08 0%, #febb08 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febb08', endColorstr='#febb08', GradientType=0); /* IE6-9 */
    color: #fff;
}

.pack-inside .pack-silver .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #969698 0%, #969698 44%, #89898a 100%) repeat scroll 0 0;
    color: #fff;
}

.pack-inside .pack-gold .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eea602 0%, #eea602 41%, #d89702 100%) repeat scroll 0 0;
    color: #fff;
}

.pack-inside .pack-platin .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #737584 0%, #737584 41%, #676975 100%) repeat scroll 0 0;
    color: #fff;
}

.pack-inside .pack-diamond .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9c8d50 0%, #a59552 41%, #b7a459 100%) repeat scroll 0 0;
    color: #fff;
}

.list-friends-near {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 0;
}

.list-friends-near li {
    display: inline-block;
    padding-bottom: 5px;
}

.list-friends-near li a img {
    width: 90px !important;
}

.headline-text-details-near {
    margin: 10px 0 20px;
}

ul.details-intro li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) inset;
    color: #febb08;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

ul.details-intro li:nth-child(2n) {
    float: right;
}

.zopim {
    display: none !important;
    position: absolute !important;
    left: -999999999999px !important;
}

.user-section {

    z-index: 9;
}

.user-section .img-circle.my-avatar.sidebar,
.user-section .img-circle .sidebar,
.user-section .user-img .sidebar {
    border: 4px solid #febb08;
}

.user-section .dropdown {
    margin-left: 0;
    width: 82px;
    left: 0 !important;
}

.timeline-buttons {
    padding-top: 5px;
}

.widget-account {
    margin-top: 10px;
}

.widget-account h5.headline-widget-account {
    font-size: 20px;
    font-weight: 800 !important;
    line-height: 25px;
    padding-left: 10px;
}

.widget-account h5.headline-widget-account span {
    font-weight: 800 !important;
    line-height: 28px;
}

.widget-account h5.headline-widget-account span.age {
    font-weight: 300 !important;
}

.widget-account h5.headline-widget-account span.location {
    font-weight: 300 !important;
    color: #febb08;
}

.widget-account .widget {
    /*overflow: hidden;*/
}

.widget-account .account-photos-area,
.gallery-user .carousel,
.gallery-user .carousel .carousel-inner,
.gallery-user .carousel .carousel-inner .item {
    overflow: hidden;
}

.gallery-user .carousel {
    margin: 0px;
}

.suggest-user {
    text-align: center;
    border-right: 1px solid #efefef;
}

.suggest-user-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.suggest-user img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.suggest-user .status {
    left: 5px;
    position: absolute;
    top: 5px;
}

.border-radius-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-add-photo-chat {
    overflow: visible;
    position: relative;
}

.btn-add-photo-chat input {
    direction: ltr;
    display: block;
    font-size: 10px;
    height: 30px;
    left: 0px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
}

.btn-add-photo-chat input:hover {
    cursor: pointer;
}

.widget-friends-suggestion .suggest-user-section:nth-child(2n) .suggest-user {
    border-right: 0px;
}

.btn-next-friend {
    font-weight: normal;
}

.btn-next-friend span.btn-next-friend-text {
    color: #fff;
    font-weight: 600 !important;
    line-height: normal !important;
}

.gallery-image-section .gallery-image-prev,
.gallery-image-section .gallery-image-next,
.gallery-image-section ul {
    display: inline-block;
}

.gallery-image-section .gallery-image-prev {
    height: 20px;
    padding-left: 10px;
    width: 20px;
}

.gallery-image-section .gallery-image-next {
    height: 20px;
    padding-right: 10px;
    width: 20px;
}

.gallery-image-section > div {
    display: inline-block;
}

.gallery-image-section > div a i {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
}

.gallery-image-number {
    position: absolute;
    left: 30px;
    top: 30px;
}

.gallery-detail-name {
    position: relative;
    right: 30px;
    top: 30px;
}

.gallery-detail-name a {
    font-weight: normal;
    z-index: 999;
    pozition: relative;
}

.gallery-image-section .gallery-image-list,
.gallery-image-section:hover .gallery-image-number {
    display: none;
}

/*.gallery-image-section:hover .gallery-image-list,*/
.gallery-image-section:active .gallery-image-list {
    display: block;
    z-index: 9999;
    position: relative;
}

.gallery-image-list {
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden;
    transition: all 3s ease;
    background: rgba(66, 66, 66, 0.5);
    color: #FFFFFF;
    border: 1px solid rgba(66, 66, 66, 0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery-image-list ul li {
    display: inline-block;
}

.complet-profile ul li {
    color: #febb08;
    text-decoration: line-through;
    cursor: default;
}

.complet-profile ul li i {
    color: #febb08;
}

.complet-profile ul li a {
    color: #febb08;
    text-decoration: none;
}

.complet-profile ul li a:hover {
    text-decoration: underline;
}

.complet-profile ul li.to-made,
.complet-profile ul li.to-made a {
    color: #d9534f !important;
    text-decoration: none !important;
}

.complet-profile ul li.to-made:hover {
    cursor: default;
}

.complet-profile ul li.to-made i {
    color: #d9534f !important;
    text-decoration: none !important;
}

.complet-profile ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 4px;
    line-height: 20px;
}

.complet-profile ul li:last-child {
    padding-bottom: 0px !important;
    border: 0px;
    margin-bottom: 0 !important;
}

.progress {
    height: 35px;
    /*background: #dedede!important;*/
    background-size: 25px 25px;
    line-height: 35px;
    margin-bottom: 0;
}

.progress.collapsed {
    background-size: 25px 25px !important;
}

.collapsed .progress-100 .progress-bar span {
    display: inline-block;
    width: 100%;
    background-size: 25px 25px;
}

.progress-100 .progress-bar span {
    display: inline-block;
    width: 100%;
    background-size: 25px 25px !important;
}

.progress .progress-bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febb08+0,fe5129+100 */
    background: rgb(254, 187, 8); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 187, 8, 1) 0%, rgba(250, 52, 67, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 187, 8, 1) 0%, rgba(250, 52, 67, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 187, 8, 1) 0%, rgba(250, 52, 67, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febb08', endColorstr='#fe5129', GradientType=1); /* IE6-9 */
    border-color: #febb08;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    min-height: 35px;
}

.progress .fa-user-progressbar {
    color: #fff;
    font-size: 30px;
    left: 0;
    line-height: 35px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.progress .progress-0 i.fa-user-progressbar {
    color: #fa3443 !important;
}

.progress .progress-25 i.fa-user-progressbar {
    color: #ffffff !important;
}

.progress .progress-0 span {
    width: 100%;
    position: absolute;
    color: #fa3443;
}

.progress .progress-25 span {
    width: 75%;
    text-align: right;
    position: absolute;
    color: #fa3443;
}

.progress .progress-50 span {
    width: 100%;
    position: absolute;
    color: #fa3443;
}

.online-users-section {
    text-align: center;
    margin: 0 auto;
}

.online-users-section a {
    width: 85%;
    text-aling: center;
}

.footer-right-sidebar {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin: 20px 5px 0px 5px;
}

.footer-main-container {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin: 20px 0px 0px 0px;
}

.footer-right-sidebar #footer,
.footer-main-container #footer {
    background: none !important;
    border: 0px solid transparent;
    position: inherit;
    text-align: center;
}

.footer-right-sidebar #footer .col-xs-12.col-sm-6,
.footer-main-container #footer .col-xs-12.col-sm-6 {
    width: 100%;
}

.footer-right-sidebar #footer .navbar-nav > li a,
.footer-main-container #footer .navbar-nav > li a {
    font-size: 12px !important;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    top: 0px;
    bottom: 0px;
    color: #686868;
    height: inherit;
}

.footer-main-container #footer .navbar-nav {
    margin: 0px;
}

.footer-main-container #footer .navbar-nav > li {
    float: left;
}

.footer-right-sidebar #footer .navbar-nav > li a:hover,
.footer-right-sidebar #footer .navbar-nav > li a:focus,
.footer-right-sidebar #footer .navbar-nav > li a:active,
.footer-main-container #footer .navbar-nav > li a:hover,
.footer-main-container #footer .navbar-nav > li a:focus,
.footer-main-container #footer .navbar-nav > li a:active {
    background: none !important;
}

.footer-right-sidebar #footer .container,
.footer-main-container #footer .container {
    width: inherit !important;
    padding: 0px !important;
}

.profile-views-area span.not-display-profile-text {
    color: #dddddd;
    font-size: 13px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: inline-flex;
}

.profile-views-area .profile-views-listing-area .fa-spinner {
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 20px 0px 10px 0px;
}

#number-of-unread-alerts {
    position: absolute;
    top: 10px;
    right: -5px;
}

.user-map {
    -webkit-filter: grayscale(100%);
/ Safari 6.0 - 9.0 / filter: grayscale(100 %);
}

@-webkit-keyframes btn-pulse {
    25% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
    }
    75% {
        -webkit-transform: scale(0.975);
        transform: scale(0.975);
    }
}

@keyframes btn-pulse {
    25% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
    }
    75% {
        -webkit-transform: scale(0.975);
        transform: scale(0.975);
    }
}

.btn-pulse {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: btn-pulse;
    animation-name: btn-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.account-photos-summary-area {
    background: #ccc;
}

.account-info-summary-area .col-account-info-details {
    padding-right: 0px;
}

.search-friends .header-search-friends a.btn-search-narrow {
    display: block;
    height: 35px;
    padding: 8px 15px 0px 15px !important;
    text-transform: uppercase;
}

.search-friends .header-search-friends a.btn-search-narrow b {
    float: left;
}

.search-friends .header-search-friends a.btn-search-narrow i {
    float: right;
    font-size: 20px;
    margin-top: -2px;
    opacity: 1;
}

.search-friends .header-search-friends a.btn-search-narrow:hover i {
    opacity: 0.6;
}

.tour-tour .btn-end-tour {
    border: 0px;
    background: none;
    position: absolute;
    z-index: 9;
    right: 5px;
    font-size: 15px;
    color: #aaa;
}

#cloudsponge-address-book .cloudsponge-topbar,
#cloudsponge-address-book .cloudsponge-header {
    background: #8bbf61 !important;
}

#cloudsponge-address-book .cloudsponge-copyright {
    display: none !important;
}

#cloudsponge-address-book .cloudsponge-button.cloudsponge-export-button {
    position: inherit !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 0px;
    padding-top: 15px;
}

.invite-container .list-item-avatar {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
}

.container-activate-oneday a {
    vertical-align: middle;
}

.icon-oneday-pack {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.dezactivate-oneday-pack {
    color: #cccccc;
    display: block;
    font-weight: bold;
}

.container-activate-premium,
.container-activate-free {
    margin: 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px 0px 0px 0px;
}

.details-invite-container {
    padding-top: 30px;
    padding-bottom: 20px;
}

.details-invite-container .pack .pack-details ul li span.detail-value,
.details-invite-container .pack .pack-details ul li span.detail-value-infinity {
    right: inherit !important;
}

.details-invite-container .oneday-package-details button {
    width: 100%;
    border: 0px;
    background: none;
}

.details-invite-container .oneday-package-details button .pack-inside {
    height: inherit !important;
}

.details-invite-container .oneday-package-details .pack.section-details {
    border: 0px solid transparent !important;
    background: none !important;
}

.main-text-detele-account p {
    color: #888 !important;
}

.modal-text-explain-invite {
    padding-bottom: 20px;
    color: #aaa;
}

.invite-container .invite-container-btns .innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
}

.modal .modal-header .close {
    color: #ddd !important;
}

.btn-invite-sendemail {
    width: 100%;
}

.section-file-upload-csv .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.section-file-upload-csv .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "browse";
}

.section-file-upload-csv .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.5em + .75rem);
    padding: 15px;
    line-height: 15px;
    color: #495057;
    content: "browse";
    background-color: #e9ecef;
    border-left: inherit;
    font-size: 13px;
}

.section-file-upload-csv .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.section-file-upload-csv .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.section-file-upload-csv .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.section-file-upload-csv .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.section-file-upload-csv .input-group-prepend {
    margin-right: -1px;
}

.section-file-upload-csv .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.section-file-upload-csv .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.section-file-upload-csv .input-group-text {
    font-size: 30px
}

.section-file-upload-csv .custom-file-label {
    font-weight: 400;
    line-height: 30px;
    color: #ccc;
}

.main-section-file-upload-csv p,
.main-section-sendemail-text p {
    color: #aaa;
}

.main-section-file-upload-csv .col-margin-auto {
    float: none !important;
    margin: 0 auto !important;
}

.alert-item .media-left img {
    max-width: 35px;
    max-height: 35px;
    width: auto;
    height: auto;
}

.member-menu a.btn-report-member {
    background: #eee;
    border: 1px solid #ccc;
    padding: 3px 7px;
    border-radius: 5px;
}

.block-report-member-ul {
    left: -50%;
    transform: translateX(-50%);
}

.block-report-member-ul li a i {
    margin-right: 5px;
}

.block-report-member-ul a {
    text-transform: capitalize;
}

.panel .panel-image .section-boost-profile, .user-main-box .section-boost-profile {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.panel .panel-image .section-boost-profile .user-boost-profile i, .user-main-box .section-boost-profile .user-boost-profile i {
    font-size: 30px;
    border-radius: 5px;
}

.section-saved-card {
    display: none !important;
}

.messages-messages img.logo-cards,
.messages-messages .logo-cards,
.not-logged.account-account .logo-cards,
.not-logged.account-account img.logo-cards,
.logged-in.account-account .logo-cards,
.logged-in.account-account img.logo-cards,
.search-trafficpool .logo-cards,
.search-trafficpool img.logo-cards {
    display: none !important;
}

.user-box.custom-user-box .panel::after {
    display: none;
}

.user-box.custom-user-box .panel-image img {
    width: 100px;
    height: 100px;
}

.user-box.custom-user-box .panel-image h3,
.user-box.custom-user-box .panel-image span {
    color: #fff;
}

.user-box.custom-user-box .panel, .layout-middle-boost-banner .panel {
    background-color: #ff6f65;
    border-radius: 16px;
}

.panel-image-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px 10px 5px;
    cursor: pointer;
    text-align: center;
}

.layout-middle-boost-banner .panel-image-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    cursor: pointer;
    flex-direction: row;
}

.user-box.custom-user-box a.special-register-btn {
    height: auto;
    width: 80%;
    margin: 0 auto;
    color: #8bbf61;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    text-transform: lowercase;
    margin-bottom: 40px;
}

.boost-banner .panel.panel-default {
    background-color: #ff6f65;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
}

.boost-banner .panel .panel-image img {
    width: 80px;
    margin: 16px 0;
}

.layout-middle-boost-banner .panel .panel-image img {
    width: 60px;
    margin: 10px 0 0;
}

.layout-middle-boost-banner .panel .panel-image img .animation-up-down-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.boost-banner .special-register-btn {
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 80%;
    margin: 0 auto;
    color: #8bbf61;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 8px;
    line-height: normal;
}

.layout-middle-boost-banner .special-register-btn {
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 50%;
    margin-left: auto;
    color: #8bbf61;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    text-transform: lowercase !important;
}

.boost-banner .panel-image h3, .boost-banner .panel-image span {
    color: #ffffff;
}

.photo-item-unblock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-item-unblock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.private-media-icon {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 5px;
}

.private-media-icon span {
    background: #ff7268;
    padding: 8px;
    border-radius: 50px;
    color: #fff;
}

.blurred-video {
    filter: blur(30px);
}

.pagination ul li a.btn-arrow {
    line-height: normal;
    color: #fff !important;
    /*background-color: #ff7065;*/
    display: flex;
    font-size: 15px;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.pagination ul li a.btn-arrow:hover {
    background: #ff7065 !important;
    color: #fff !important;
}

.nav-item a .pulse {
    top: -5px;
    position: absolute;
    right: 0;
}

.swipe-profile-like-btn {
    background-color: #fff !important;
    color: #8bbf61 !important;
}

.swipe-profile-like-btn:hover {
    background-color: #8bbf61 !important;;
    color: #fff !important;
}

.swipe-profile-dislike-btn {
    background-color: #fff !important;
    color: #c2564f !important;
}

.swipe-profile-dislike-btn:hover {
    background-color: #c2564f !important;;
    color: #fff !important;
}

.swipe-profile-view-btn {
    background-color: #fff !important;
    color: #4d4d4d !important;
}

.swipe-profile-view-btn:hover {
    background-color: #4d4d4d !important;;
    color: #fff !important;
}

.swipe-icon-part {
    position: fixed;
    top: 70px;
    left: 0;
    background: #ff7065;
    font-size: 10px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 99;
}

.swipe-icon-part i {
    font-size: 20px;
}

.swipe-icon-part a {
    color: #fff !important;
}

.swipe-icon-part {
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .swipe-icon-part {
        visibility: visible;
    }
}

.account-confirmpackageusage .layout-middle-boost-banner {
    display: none !important;
}

#toast-container.toast-bottom-left {
    bottom: 0px !important;
    left: 5px !important;
}

#toast-container .toast-chat {
    background-color: #198754 !important;
}

#toast-container .toast-other {
    background-color: #ffc107 !important;
}

#toast-container .toast-2 {
    background-color: #ffc107 !important;
}

#toast-container .toast-5 {
    background-color: #ffc107 !important;
}

.blurry-text {
    color: transparent !important;
    text-shadow: 0 0 8px #ffffff;
}

#toast-container > .toast {
    background-image: inherit !important;
    opacity: 1 !important;
}

#toast-container > .toast {
    padding: 5px 10px 5px 70px !important;
    position: relative;
    z-index: 999;
}

#toast-container .toast-title {
    font-size: 14px;
    text-transform: capitalize;
}

#toast-container .toast-message {
    font-size: 12px;
}

#toast-container .toast-message .tost-img-part {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 50px;
    width: 50px;
}

#toast-container .toast-message .tost-img-part img {
    width: 100%;
    border-radius: 50px;
}

#toast-container .toast-message .text-timeago {
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

.image-description-part .description-footer-part .description-footer-location .action-swipe-profile i,
.image-description-part .description-footer-part .description-footer-location .swipe-profile-view-btn i {
    font-size: 25px !important;
}

.inactive-audio {
    position: relative;
    cursor: pointer;
    height: 40px;
}

.inactive-audio a {
    position: absolute;
    width: 50%;
    min-height: 32px;
    background: #ff6f65;
    left: 50%;
    z-index: 9;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.inactive-audio a:hover,
.inactive-audio a:focus {
    text-decoration: none;
}

.inactive-audio a i {
    color: #fff;
    top: 3px;
    position: absolute;
    font-size: 14px;
}

.inactive-audio audio {
    filter: blur(1.5px);
    position: relative;
    height: 40px;
}

.inactive-audio span.inactive-click-listen {
    color: #fff;
    top: 13px !important;
    font-weight: initial;
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    left: 0px !important;
}

.recordButton,
.videoRecordButton,
.stopButton,
.stopVideoRecordButton {
    position: relative;
}

.recording.stopButton p, .videoRecording.stopVideoRecordButton p {
    text-transform: unset;
    text-align: center;
    color: #333333;
    padding: 5px 10px;
    font-size: 15px;
}

.recording.stopButton p span, .videoRecording.stopVideoRecordButton p span {
    position: absolute;
    font-size: 10px;
    width: 105px;
    bottom: -20px;
    display: inline-block;
    right: -20px;
    letter-spacing: 1px;
    color: #fff !important;
    background: #333333;
    padding: 5px 4px;
}

.timer-div, .video-timer-div {
    font-size: 12px;
}

.timer-div i.fa-clock, .video-timer-div i.fa-clock {
    /*font-family: "Font Awesome 5 Pro";*/
    /*content: "\f017";*/
    padding: 4px 0px 0px 3px;
}

.video-message-timer {
    display: flex;
}

.jst-hours {
    display: none !important;
}

.timer > div,
.new-timer > div {
    display: inline-block;
}

.upload-audio-section .send-audio-modal-content p.fromUsername {
    text-transform: capitalize;
    margin: 0px;
    font-weight: bold;
}

.upload-audio-section .send-audio-modal-content p.toUsername {
    display: inline-flex;
    font-weight: bold;
    color: #ff6f65;
}

.upload-audio-section .panel-heading {
    padding: 0px !important;
}

.upload-audio-section .panel-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.valid-location {
    border-color: #8BBF61 !important
}

.form-group .form-control.valid-location:focus {
    border-color: #76b047 !important;
    box-shadow: inherit !important;
}

.invalid-location {
    border-color: #ff6f65 !important;
}

.blurred-video-message-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: inherit;
}

.inactive-chat-video {
    position: relative;
    cursor: pointer;
}

#subscription-div {
    z-index: 99;
    position: fixed;
}

.show-subscription-form-btn, .show-subscription-form-btn:focus {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    background-color: #ff6f65;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

.show-subscription-form-btn:hover {
    background-color: transparent;
    border: 1px solid #ff6f65;
    color: #ff6f65;
}

.image-upload-message img {
    max-height: 20rem;
    max-width: 100%
}

.d-none {
    display: none !important;
}

/* Chat picture modal */
.chat-pictures-modal > .modal-dialog {
    margin: 0;
    padding: 0;
    margin-left: auto;
    overflow: hidden;
}

.chat-pictures-modal .modal-content {
    border-radius: 0;
}

.chat-pictures-modal .modal-header {
    width: 100%;
    position: fixed;
    top: 0;
}

.chat-pictures-modal .modal-body {
    height: calc(100vh - 8rem) !important;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    overflow-x: auto;
}

.chat-pictures-modal .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.chat-pictures-modal .image-upload-text {
    padding: 8px;
}

.chat-pictures-modal .panel-body {
    padding: 0;
}

.chat-pictures-modal .image-upload-message a {
    position: relative;
}

.chat-pictures-modal .post-content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #e27392;
}

.chat-pictures-modal .image-upload-message img {
    max-height: unset !important;
}

.language-selector {
    margin: 0;
}

.language-selector:hover, .language-selector .list-group-item:hover {
    background-color: #f7f7f7;
    color: #797979;
}

.language-selector .panel-heading {
    padding: 10px;
}

.language-selector .panel-heading a, .language-selector .panel-body a {
    padding: 0 !important;
    display: block;
    width: 100%;
    text-decoration: none;
}

.language-selector .panel-heading a img, .language-selector .panel-body a img {
    float: right;
    opacity: 0.4;
}

.language-selector .language-item .fas {
    opacity: 0.4;
    color: #797979;
}

.language-selector .panel-body {
    margin: 0;
    padding: 5px 0 5px 5px !important;
}

.language-selector ul {
    margin-bottom: 0 !important;
}

.language-selector .panel-body li {
    padding: 10px;
    line-height: normal;
}

.friend-suggestion-slider-area .panel {
    height: 100%;
}

.friend-suggestion-slider-area .panel .section-boost-profile {
    position: absolute;
    margin: 5px;
}

.friend-suggestion-slider-area .panel .section-boost-profile .user-boost-profile {
    position: fixed;
    right: 25px;
}