body {
    background: #fff;
    color: #282828;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    font-family: averta, "Camphor Pro", tahoma, arial, verdana, sans-serif, "Lucida Sans";
    font-size: 14px;
    line-height: 1.182;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}

section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
}

section.content {
    padding-top: 15px;
}

div {
    display: block;
    position: relative;
}

small {
    font-size: 80%;
}

img {
    border: 0;
    max-width: 100%;
}

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

a:hover {
    text-decoration: none;
    color: #f860a3;
}

a.dark {
    color: #222222;
}

.readmore + [data-readmore-toggle], .readmore[data-readmore] {
    font-size: 14px;
    overflow-y: hidden;
}

div.notifications a {
    display: block;
}

div.notifications a:hover, div.notifications a:active {
    background-color: #fafafa;
}

a.tag {
    text-transform: uppercase;
    color: inherit;
    font-size: 85%;
    border: 1px solid #727272;
    padding: 6px;
    border-radius: 3px;
    line-height: 100%;
    margin-right: 3px;
    margin-bottom: 7px;
    display: inline-block;
}

a.tag:hover {
    border-color: #f860a3;
    color: #f860a3;
}

nav {
    display: inline-block !important;
    vertical-align: top;
    position: absolute;
    left: 530px;
}

h2 {
    border-bottom: 0px solid #B9C4DA;
    padding: 0px 0 6px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: inherit;
    font-size: 210%;
    font-weight: bold;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    margin: 30px 0 20px 0;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px
}

th {
    text-align: left
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    padding: 8px 15px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px !important
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #e1e1e1
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #e1e1e1
}

table.footable>tfoot>tr.footable-paging>td>ul.pagination {
    float: left;
}

table.footable>tfoot>tr.footable-paging>td>ul li {
    font-size: 110%;
    margin-right: 5px;
    border-radius: 4px;
}

table.footable>tfoot>tr.footable-paging>td>ul li>a {
    padding: 4px 10px 1px;
    display: inline-block;
    background-color: #fff;
    color: #e1e1e1;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

table.footable>tfoot>tr.footable-paging>td>ul li.footable-page>a {
    background-color: #ccc;
    color: #fff;
    border-color: #ccc;
}

table.footable>tfoot>tr.footable-paging>td>ul li.active>a {
    background-color: #f860a3;
    color: #fff;
    border-color: #f860a3;
}

table.footable>tfoot>tr.footable-paging>td>span.label {
    float: right;
    font-size: 110%;
    padding: 4px 10px 1px !important;
    margin: 10px 0 0 !important;
    background-color: #fff;
    color: #e1e1e1;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

table>tfoot>tr>td {
    border-bottom: 0;
}

.error-page h1 {
    font-size: 800%;
    color: #fff;
    text-shadow: 5px 7px 5px rgba(0,0,0,0.04);
    letter-spacing: -6px;
}

.error-page h3 {
    font-size: 130%;
    margin: 40px 0 10px;
    font-weight: 700;
    color: #b2b2b2;
}

.error-page p {
    font-size: 95%;
    color: #7a7a7a;
}

.badge {
    padding: .6em .6em .3em;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

.color_gray {
    background: #eff1f3;
}

.color_yellow {
    background-color: #ffe168;
}

.clear {
    float: none;
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

section.top {
    padding-top: 65px;
}

.clearfix {
    display: block !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-default {
    color: #f860a3;
}

.btn-default, .btn-outline-default:hover {
    color: #fff;
    background-color: #f860a3;
    border-color: #f860a3;
}

.btn-outline-default {
    color: #f860a3;
    background-color: transparent;
    border-color: #f860a3;
}

.btn-default:hover {
    color: #fff;
    background-color: #e94062;
    border-color: #e94062;
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hide {
    display: none;
}

.strikeout {
    color: #666;
    text-decoration: line-through;
}

code {
    background: #feeae4;
    color: #c61717;
    padding: 3px 5px;
    border-radius: 0;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: inline-block;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11,
.col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#page-topbar {
    /*position: fixed;*/
    z-index: 120;
    width: 100%;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    color: #444;
    background: #fff;
}

.title-one {
    font-family: averta, "Camphor Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    font-size: 38px;
    color: #000000;
}

.title-base {
    font-family: averta, "Camphor Pro";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: #748B9D;
}

.btn {
    font-family: averta, "Camphor Pro";
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.btn.btn-lg {
    font-size: 16px;
    padding: 19px 35px 19px;
}

.btn-default {
    background: #F860A3;
}

.btn-default:hover, .btn-default:focus {
    background: #ff8cbd;
    border-color: #ff8cbd;
    color: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.btn-outline-white {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
}

.btn-outline-white:hover, .btn-outline-white:focus,
.btn-outline-white.hover {
    background-color: #ffffff;
    color: #748B9D;
    border-color: #ffffff;
    box-shadow: none;
}

.btn-sm {
    /*
    font-family: averta, "Camphor Pro";
    font-size: 11px;
    text-align: right;
    color: #F860A3;
    border: 0.5px solid #F860A3;
    box-sizing: border-box;*
    padding: .25rem .5rem !important;*/
}

.topbar {
    display: flex;
    overflow: visible;
    padding: 6px 0;
    border: 1px solid rgba(186, 197, 206, 0.5);
}

.topbar .text {
    font-family: averta, "Camphor Pro";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 13px;
    letter-spacing: -0.0382353px;
    vertical-align: middle;
    display: inline-block;
    color: #BAC5CE;
}

.topbar .btn {
    border: 1px solid #BAC5CE;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 13px;
    padding: 4px 18px 3px;
    color: #BAC5CE;
    font-weight: 600;
}

.topbar .btn:hover {
    color: #ffffff;
    background-color: #45C4FF;
    border-color: #45C4FF;
}

.topbar .btn.plain {
    border-color: #ffffff;
}

.topbar .btn.plain:hover {
    color: #45C4FF;
    background-color: #ffffff;
}

#page_info .close {
    background: url(../img/close.png) no-repeat 0 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px;
}

#page_info .close:hover {
    background: url(../img/close.png) no-repeat 0 -26px;
}

#page-topbar .navbar {
    /*width: 1160px;  775 */
    margin: 0px auto;
}

.navbar .container {
    font-weight: bold;
    height: 50px;
    color: #444;
}

.navbar .logo {
    position: absolute;
    top: 11px;
    width: 141px;
    height: 26px;
    background: url(../img/logo.svg) 0px 0px no-repeat;
    display: block;
}

.navbar .navbar_notifications {
    position: absolute;
    margin-left: 95px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(../img/topbar_like.png?2) 0px 0px no-repeat;
    background-size: cover;
    display: block;
    opacity: 0.3;
}

.navbar .navbar_answers {
    position: absolute;
    margin-left: 128px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(../img/topbar_answers.png?1) 0px 0px no-repeat;
    background-size: cover;
    display: block;
    opacity: 0.3;
}

.navbar .navbar_answers:hover, .navbar .navbar_notifications:hover {
    opacity: 0.6;
}

.navbar .menu-item {
    color: #525252;
    padding: 17px 0px 17px;
    margin-left: 9px;
    margin-right: 9px;
    display: inline-block;
    font-size: 110%;
    font-weight: 600;
    border-bottom: 0px solid transparent;
    position: relative;
    font-family: Arial;
}

.navbar .menu-item:last-child {
    margin-right: 0px;
}

.navbar .menu-item:hover {
    text-decoration: none;
    color: #f860a3;
    transition: border-color .218s;
    border-color: #f860a3 !important;
}

.navbar .menu-item.active {
    font-weight: 700;
}

.menu-item.notification {
    position: relative;
    vertical-align: sub;
}

.menu-item.notification > i {
    vertical-align: middle;
}

.menu-item .counter_container {
    display: inline-block;
}

.menu-item span.counter {
    display: inline-block;
    color: #ff0000;
    font-weight: bold;
}

.navbar .menu-item.notification {
    position: absolute;
    right: 150px;
    padding: 20px 0px 14px;
}

#page_info {
    position: relative;
    width: 100%;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 14px;
    font-size: 95%;
    text-align: center;
}

#page_info a {
    color: #627aad;
}

#page_layout {
	padding: 0px;
    padding-top: 52px;
	width: 100%;
	position: relative;
	z-index: 6;
}

.main_page {
    background-color: #ffffff;
}

.app-bg {
    background: url("../img/how-it-works.jpg");
    background-position: 50% -7.6px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.gray-bg {
    background-color: #fbfbfb; /*#f0f0f5*/
}

section#services-item {
    padding: 0;
    margin-top: -55px;
    z-index: 5;
}

.services-card {
    background: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
    text-align: center;
    height: 134px;
    padding: 0 30px;
    margin: 0 -7.5px;
}

.services-card ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.services-card li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 27px;
    padding: 30px 10px;
    border-bottom: 1px solid #fff;
}

.services-card li:hover {
    padding-bottom: 25px;
    border-bottom: 8px solid #f860a3;
}

.services-card li:hover > a > span {
    font-weight: 400;
}

.services-card ul > li > a > span {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

.services-card ul > li > a > i {
    width: 40px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: inline-block;
}

.ser-sms {
    background: url('../img/icons/sms.svg');
}

.ser-provider {
    background: url('../img/icons/chat.svg');
}

.ser-feed {
    background: url('../img/icons/feeds.svg');
}

.ser-book {
    background: url('../img/icons/book.svg');
}

.ser-learn {
    background: url('../img/icons/learn.svg');
}

.raised-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.ico-provider {
    background: url('../img/icons/providers.svg');
}

.ico-doctor {
    background: url('../img/icons/doctors.svg');
}

.qa-counted {
    font-weight: 100;
    font-size: 34px;
    line-height: 44px;
    color: #4A5E6D;
    padding: 15px 0 0 50px;
    display: inline-block;
    background-position: 0px 15px;
    background-repeat: no-repeat;
}

.qa-counted:first-child {
    margin-right: 35px;
}

.qa-counted.light {
    opacity: 0.51;
}

.qa-counted small {
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.qa-counted.qa {
    background-image: url('../img/icons/question.svg');
}

.qa-counted.ans {
    background-image: url('../img/icons/answer.svg');
}

.join {
    font-size: 110%;
    padding: 14px 26px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    background: #5890ff;
    border: 0;
    -webkit-border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: -webkit-transform 100ms cubic-bezier(0, .7, .5, 1);
}

.join:hover {
    background: #6ba2fc;
    text-decoration: none;
    color: #fff;
}

.profile_link {
    display: inline-block;
    padding: 10px;
    background-color: #e6e9ed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #93989e;
    font-weight: 600;
    cursor: text;
    font-size: 110%;
    line-height: 24px;

}

.profile_link_description {
    font-size: 120%;
    line-height: 160%;
    margin-bottom: 5px;
    color: #777777;
}

.wall_share_block {
    background: #F5F8FA;
    padding: 18px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .09);
}

.wall_share_block .profile_link {
    font-size: 100%;
    line-height: 20px;
    background-color: #EFEFEF;
    color: #777777;
}

.more_link, .loading_link {
    /*
    line-height: 40px;
    display: block;
    text-decoration: none;
    font-size: 100%;
    */
}

.more_link:hover {
    /*
    background: #f5f5f5;
    */
}

.loading_link {
    cursor: default;
    background: url(../img/spinner-rosetta-blue.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.google_play_link {

    opacity: 1;
    height: auto;
    display: inline-block
}

.google_play_link:hover {

    opacity: 0.7;
}

.google_play_link img {

    width: 153px;
    display: block;
}

/* Group Card */
.card.group {
    height: 96%;
    border: 0.5px solid rgba(116, 139, 157, 0.25);
}

.card.group .icon {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    display: inline-block;
    background-color: #f8f8f6;
}

.card.group .title {
    display: block;
    font-size: 120%;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #282828;
}

.card.group .sub-title {
    font-size: 12px;
    color: #BAC5CE;
    line-height: 30px;
}

.card.group img {
    width: 100%;
    height: inherit;
}

.card.group .join {
    color: #45C4FF;
    font-size: 14px;
    line-height: 13px;
    border: 1px solid #45C4FF;
    background-color: transparent;
    padding: 5px 10px;
    left: 50%;
    margin-left: -24.47px;
    bottom: 15px;
    border-radius: 13px;
    margin-bottom: 0px;
    position: absolute;
}

/* Service Sub Category */

.card.service {
    height: 96%;
    border: 0.5px solid rgba(116, 139, 157, 0.25);
    position: relative;
}

.card.service:hover, .card.group:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.card.service .bleed, .card.group .bleed {
    margin: -20px -20px 0;
}

.card.service .title {
    display: block;
    font-size: 120%;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 25px;
    color: #282828;
}

.card.service .sub-title {
    font-size: 12px;
    color: #BAC5CE;
    line-height: 30px;
}

.card.service img {
    width: 100%;
    height: inherit;
}

.explore {
    color: #45C4FF;
    font-size: 14px;
    line-height: 13px;
    position: absolute;
    bottom: 15px;
}

.card.provider {
    height: 100%;
    border: 0.5px solid rgba(116, 139, 157, 0.25);
}

.card.provider:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.card.provider .bleed {
    margin: -20px -20px 0;
}

.card.provider .title {
    display: block;
    font-size: 140%;
    font-weight: 700;
    margin-top: 12px;
    color: #282828;
}

.card.provider .sub-title {
    font-size: 12px;
    color: #BAC5CE;
    line-height: 16px;
    max-width: 250px;
    margin-top: 8px
}

.card.provider .rating {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 4px 8px;
    background: #58ce50;
    color: #fff;
    border-radius: 4px;
    font-size: 120%;
    font-weight: 600;
}

.card.provider img {
    width: 100%;
    height: inherit;
}

.card .call-to-action {
    color: #45C4FF;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    display: block;
    text-align: center;
    padding: 18px;
    margin: 20px -20px -20px;
    background-color: #fcfcfc;
    position: absolute;
    width: 100%;
    bottom: 21px;
}

.card .call-to-action > i {
    font-size: 120%;
    vertical-align: text-bottom;
}

.no-shadow {
    text-shadow: none !important;
    box-shadow: none !important;
}

.sms-rd {
    width: 100%;
    height: 360px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
}

.active-badge-sm {
    background-color: #75DC14;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 1px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 23px;
    height: 23px;
    padding: 3px 4px;
    font-size: 11px;
}

.session.topic.active {
    border-color: #f8f8f8 !important;
}

.service-topic-price {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
}

.service-topic-price.bg-success {
    background-color: #75DC14 !important
}

.service-topic-price.text-success {
    color: #75DC14 !important
}

.service-topic-price.oldprice {
    text-decoration: line-through;
    color: #a2a2a2 !important;
    font-weight: 400;
    font-size: 14px;
}

.service-topic-price.cd.oldprice {
    position: absolute;
    top: 42px;
    right: 20px;
}

.card.session.topic > .btn {
    position: absolute;
    top: 120px;
    right: 20px;
}

.card.session.topic h6.title {
    font-weight: 600;
}

.card.session.topic .duration {
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 12px;
}

.card.session.topic .duration > span {
    color: #acc4f0;
}

.card.session.topic .category {
    color: #ffffff;
    padding: 3px 6px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    position: absolute;
    top: 65px;
    right: 20px;
    font-weight: 600;
    font-size: 10px;
}

.page-link {
    color: #f860a3
}

.page-item.active .page-link {
    background-color: #f860a3;
    border-color: #f860a3
}

#page_body {
    background: #fff;
	  font-size: 100%;
	  margin: 0px auto;
	  width: 1160px;
	  padding: 0px 0px 0px 0px;
    margin-bottom: 12px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#page_body.main-banner {

    color: #4b5c66;
    margin-top: 70px;
    background: transparent;
}

#page_body.main-banner #content {

    line-height: 32px;
    padding: 15px;
    background: transparent;
}

#page_body.main-banner #content p {

    font-size: 115%;
    line-height: 24px;
    color: #23355b;
}

#page_body.main-banner #content h1 {

    font-weight: normal;
    font-size: 215%;
    color: #141823;
}

#page_body #content {
    background: #ffffff;
    padding: 15px;
}

#content .profile_form_wrap {

    padding: 0;
}

#page_body #support, #page_body #settings {
    /*background: #F7F7F7;*/
    background: #FFFFFF;
    padding: 15px;
}

#support .support_wrap, #settings .settings_wrap {
    margin: 0px 100px;
    padding: 25px;
}

.support_wrap .error, .settings_wrap .error, .settings_wrap .msg {
    margin-top: 10px;
    margin-bottom: 20px;
}

.support_wrap .ticket_title_label, .settings_wrap .ticket_title_label {
    margin-bottom: 21px;
    line-height: 160%;
}

.support_wrap input[type="text"], .support_wrap input[type="email"], .settings_wrap input[type="text"], .settings_wrap input[type="email"], .settings_wrap input[type="password"] {
    width: 352px;
    height: 20px;
    padding: 4px 7px 4px 7px;
    height: 20px;
    background: #FFFFFF;
}

.selectBox {
    width: 368px;
    padding: 4px 7px 4px 7px;
    background: #FFFFFF;
    border: 1px solid #C3CBD4;
    box-shadow: none;
}

.support_wrap label, .settings_wrap label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #525252;
}

.support_wrap .ticket_title, .support_wrap .ticket_email, .settings_wrap .ticket_title, .settings_wrap .ticket_email {
    margin-bottom: 15px;
}

.settings_wrap .options_cont {
    margin-bottom: 15px;
}

.settings_wrap .controls_cont {
    margin-top: 5px;
    text-align: left;
}

.support_wrap .ticket_detailed, .settings_wrap .ticket_detailed {
    padding-top: 0px;
}

.ticket_detailed textarea {
    width: 360px;
    height: 94px;
    margin: 0 0 10px;
    vertical-align: top;
    resize: none;
}

.ticket_detailed .ticket_controls {
    margin-top: 5px;
    text-align: left;
}

.settings_privacy {
    margin-bottom: 20px;
}

.settings_privacy .settings_privacy_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.settings_privacy .radio_privacy {
    color: #000 !important;
}

.settings_links {

}

.settings_links h1 {
    display: block;
    margin-top: 25px;
    color: #f860a3;
    font-size: 118%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #DAE1E8;
}

.settings_link {
    display: block;
    height: 60px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}

.settings_link:hover {
    background-color: #E6E9ED;
    text-decoration: none;
}

.settings_link .link_title {
    font-size: 109%;
    font-weight: bold;
    padding-top: 14px;
    color: #525252;
}

.settings_link .link_description {
    color: #798087;
    padding-top: 4px;
}

#side_bar {
    margin: 0 -15px;
}

#side_bar .more_div {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #E7EAED;
}

#side_bar ol {
    list-style: none;
    margin: 0px 0px 10px;
    padding: 0px;
}

#side_bar ol li {
     1.15em;
}

#side_bar ol li .left_row {
    border-top: 1px solid #f2f2f2;
    background: #FFF;
    display: block;
    padding: 7px 10px;
    white-space: nowrap;
    color: inherit;
}

#side_bar ol li .left_row:hover {
    text-decoration: none;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #f860a3;
}

#side_bar ol li:first-child .left_row {
    border: 0;
}

#side_bar .left_label {
    vertical-align: sub;
    line-height: 19px;
}

#wrap3 {
    float: right;
    width: 870px;
    margin-top: 10px;
}

#wrap2 {
    border: solid #F0F0F0;
    border-width: 0px 1px 1px;
    border-color: rgba(100, 100, 100, 0.08);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#wrap1 {
    border: solid #D9E0E7;
    border-width: 0px 1px 1px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#wrap2, #wrap1 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

#page_body .info {
    visibility: visible;
    text-align: center;
    color: #999;
    font-size: 150%;
    line-height: 160%;
    margin: 0;
    padding: 60px;
}

#page_footer {
  	line-height: 1.36em;
  	padding: 8px 0px 0px;
  	margin: 0px auto;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

.footer-menu-list h3 {
    color: #525252; /*#c2c2c2*/
    margin: 8px 0;
    /*text-transform: uppercase;*/
    font-size: 15px;
}

.footer-menu-list ul {
    list-style: none;
    padding: 0;
}

.footer-menu-list ul a, .footer-menu-list p {
    color: #727272;
    font-size: 95%;
    line-height: 20px;
}

.footer-menu-list ul a:hover {
    color: #f860a3;
}

.no_footer_border #page_footer {
    border: none;
}

#bottom_nav a {
	  padding: 2px 5px;
}

#page_footer .logo {
    background: url(../img/logo-footer.png) no-repeat;
    width: 135px;
    height: 25px;
    clear: both;
    margin: 0 auto 25px;
}

#page_footer #footer {
    color: #a2a2a2;
  	padding: 15px 15px 30px;
  	text-align: center;
  	margin: 0px;
    line-height: 160%;
}

#page_auth {
  	width: 450px;
  	padding: 16px;
  	margin: 0px auto 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#page_auth .header, #page_body .header {
    border-bottom: 1px solid #B9C4DA;
    padding: 0px 0 6px;
    margin-bottom: 10px;
}

#page_auth .header {
    margin-bottom: 30px;
}

.header {
    width: 100%;
    background: transparent;
    text-align: center;
    padding: 28px 0 10px;
}

.header .title {
    color: #525252;
    font-size: 150%;
    font-weight: 700;
    line-height: 30px;
    /*text-transform: uppercase;*/
}

.header .title > .small {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 70%;
    line-height: 20px;
}

.header a.btn {
    background-color: #45C4FF;
    border-color: #45C4FF;
    color: #fff;
}

.header a.btn:hover {
    color: #fff;
}

.header .active {
    color: #525252 !important;
}

.header .divider {
    margin-right: 10px;
    margin-left: 10px;
    color: #333;
    font-size: 110%;
}

.header a.title {
    text-decoration: none;
}

.header .sub_title {
    color: #333;
    font-size: 100%;
    line-height: 160%;
}

.header .links {
    position: relative;
    float: right;
    font-size: 95%;
    font-weight: normal;
    display: inline-block;
}

.header .tabs {
    padding: 6px 0 6px;
}

.tabs a {
    padding: 7px;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.tabs a:hover {
    background: #E1E7ED;
    color: #2B587A;
    text-decoration: none;
}

.tabs a.active {
    background: #597DA3;
    color: #FFFFFF;
}

#page_auth .frm {
	width: 158px;
	padding: 0px 135px;
	margin: 15px 10px 0px 10px;
	text-align: left;
}

#page_auth .frm_footer {
    margin-top: 15px;
    text-align: center;
}

.frm .frm_label {
	display: block;
	width: 160px;
	text-align: center;
	padding: 12px 0px 0px;
}

.frm .frm_header {
	color: #3b5998;
	padding: 18px 0px 8px;
	font-weight: bold;
	font-size: 100%;
}

.frm .frm_input {
	width: 150px;
	height: 19px;
}

.frm_input_error {
    border: 1px solid #dd3c10;
    background-color: #ffebe8;
}

.frm .frm_btn {
	margin-top: 20px;
	width: 160px;
}

input[type="checkbox"] {
    height: auto;
}

.frm input {
    height: 30px;
    border: 1px solid #C3CBD4;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="radio"] {
    height: auto;
    border: none;
}

input {
    padding: 4px;
    font-size: 100%;
    line-height: 1.5;
}

textarea {
    background: #FFF;
    color: #000;
    border: 1px solid #C3CBD4;
    padding: 3px;
    margin: 0px;
}

label {
    cursor: pointer;
}

.white_btn:active {
    background: #f3f3f3 !important;
    text-decoration: none;
    color: #515252;
}

.msg, .box_msg {
    background-color: #fefad7;
    border: 1px solid #e1c923;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 160%;
    padding: 8px 11px 5px;
    border-radius: 3px;
}

.connected, .box_connected {
    background: #f4f4f4;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 160%;
    padding: 8px 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.connected img {
    position: absolute;
    width: 50px;
}

.connected .connected_content {
    margin-left: 58px;
}

.error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.box_error {
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 160%;
    padding: 8px 11px;
}

.code, .box_code {
    background-color: #f6f7f8;
    border: 1px solid #e9eaed;
    color: #4e5665;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 8px 11px;
}

.note {
    padding: 2px 2px 3px 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 100%;
    line-height: 18px;
}

.note.orange {
    border-left: 5px solid orange;
}

.note.blue {
    border-left: 5px solid #179cde;
}

.note .title {
    color: #3b5998;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    font-size: 105%;
    margin-bottom: 6px;
}

.post {
    border-top: 0;
    border-bottom: 1px solid #DAE1E8;
    padding: 5px 0 3px;
}

.post:hover .action_remove {
    opacity: 1;
}

.post:hover .action_report {
    opacity: 1;
}

.post:last-child {
    /*border-bottom: 0px;*/
}

.post div.post_content {
    min-height: 65px;
    position: relative;
}

.post div.post_status {
    position: relative;
    text-align: center;
    min-height: 60px;
}

.post_status.restore {
    line-height: 60px;
}

.post_status.progress {
    background: url(../img/spinner-rosetta-blue.gif) no-repeat center center;
}

.post .post_title {
    width: 95%;
    font-weight: bold;
    line-height: 140%;
    word-wrap: break-word;
    font-size: 105%;
}

.post_title a {
    color: #292f33;
    text-decoration: none;
}

.post_title a:hover .post_fullname {
    text-decoration: underline;
}

.post_title s {
    color: #b1bbc3;
    text-decoration: none;
}

.post_title b {
    font-weight: normal;
}

.post_title .author {
    white-space: nowrap;
    font-size: 95%;
    line-height: 12px;
    padding: 0;
    font-weight: normal;
}

.post .likes_notification {
    line-height: 140%;
    word-wrap: break-word;
    font-size: 100%;
}

.post .post_data {
    color: #282828;
    font-size: 110%;
    padding-top: 7px;
    line-height: 145%;
    word-wrap: break-word;
}

.post .topic {
    font-size: 115%;
    font-weight: 600;
}

.post_data .post_object {
    display: block;
    float: none;
    margin-bottom: 7px;
    margin-top: 7px;
}

.post_object .media_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.post_object img.video_preview {
    border: 0 none;
    background: #eee;
    display: inline-block;
    width: 98%;
    max-height: 380px;
}

.post_object span.video_play {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0;
    background-image: url(../img/video_play.png?x=2);
}

.post .post_img {
    margin-top: 7px;
}

.post_img img {
    background-color: white;
    height: auto;
    width: 100%;
    padding: 2px 0;
    border: 0px solid #cccccc;
    cursor: pointer;
}

.post .post_time {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 120%;
}

.post_time a.time, .post_time span.time, .post_footer a.time, .post_footer span.time,
.comment_footer span.time, .likes_notification .time {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #999;
}

.post_footer a.username {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #3a6d99;
    font-size: 95%;
    margin-left: 5px;
}

.post .post_footer {
    border-top: 1px solid #f6f6f6;
    padding: 7px 15px 4px;
    line-height: 200%;
    margin: 10px -20px 0;
}

.post .post_links {
    padding-bottom: 7px;
    line-height: 120%;
}

.post .post-sub-data {
    margin-top: 10px;
    overflow: hidden;
}

.post .post_like_count {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
    word-wrap: break-word;
}

.post_links a {
    margin-right: 7px;
}

.post_time .post_like, .post_footer .post_like {
    color: #525252;
    font-size: 90%;
    display: inline;
    cursor: pointer;
    margin-right: 10px;
}

.post_like span.like_title {
    float: left;
}

.post_like i.like_icon {
    float: left;
    background: url(../img/like.gif?2) no-repeat 1px 0px;
    display: inline-block;
    height: 10px;
    margin: 2px 2px 0px;
    /*margin-top: 3px;*/
    padding-right: 1px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 11px;
}

.mylike {
    opacity: 0.8 !important;
}

.post_like span.like_count {
    font-weight: bold;
    color: #7295b2
}

.post_like:hover {
    background-color: transparent;
}

.post .action_remove {
    background: no-repeat url(../img/close.png) 0 0;
    cursor: pointer;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 11px;
    top: 12px;
    opacity: 0.25;
}

.post_content .action_report {
    background: no-repeat url(../img/report.png) -7px -3px;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 16px;
    opacity: 0.3;
}

.post_content .action_report:hover {
    background: no-repeat url(../img/report.png) -7px -3px;
    opacity: 1;
}

.post_content .action_remove:hover, .comment_item .comment_remove:hover {
    background: no-repeat url(../img/close.png) 0 -26px;
    opacity: 1;

}

.comment_content .comment_remove {
    background: no-repeat url(../img/close.png) 0 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 7px;
    width: 12px;
    opacity: 0.0;
    z-index: 1;
}

.comment_item .comment_remove:hover {
    background: no-repeat url(../img/close.png) 0 -26px;
    opacity: 1;
}

.comment_item:hover .comment_remove {
    opacity: 1;
}

.get_comments_header {
    display: block;
    cursor: pointer;
    color: #f860a3 !important;
    background-color: #fafafc;
    border-top: 0px solid #f5f5f5;
    line-height: 150%;
    height: 33px;
    padding: 6px 0px 6px;
    text-align: center;
    text-decoration: none;
}

.get_comments_header:hover {
    text-decoration: none;
    background-color: #f6f6f6;
}

.post_comments {
    margin: 0 -20px -10px;
    border-top: 0px solid #f6f6f6;
    position: relative;
    background-color: #fcfcfd;
}

.comment_content {
    min-height: 45px;
    margin-left: 37px;
    padding-top: 2px;
    position: relative;
}

.comment_title {
    color: #787887;
    width: 96%;
    padding-top: 0px;
    font-size: 100%;
    font-weight: 400;
    line-height: 130%;
    word-wrap: break-word;
}

.comment_footer {
    padding-bottom: 5px;
    line-height: 120%;
    min-height: 24px;
}

.comment_profile {
    border: 1px solid #f6f6f6;
    padding: 0px;
    float: left;
    position: relative;
    top: 2px;
    background-color: #f1f1f1;
    border-radius: 13px;
}

.comment_profile img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 13px;
}

.comment_profile.reply {
    position: relative;
    border-radius: 13px;
    margin-top: -1.9px;
}

.comment_profile.reply img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.comment_item {
    padding: 7px 15px 0 20px; /*5px 0 3px*/
    border-top: 1px solid #f6f6f6;
    background-color: #fcfcfd;
}

.comment_replies > .comment_item {
    padding-left: 0;
    padding-right: 0;
}

.comment_item > .title {
    text-transform: uppercase;
    color: #b4b4b4;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.comment_item.odd {
    /*background-color: #fafafc;*/
}

.comment_item.last {
    border-bottom: 0px solid #f6f6f6;
}

.comment_form {
    padding: 10px 15px 15px;
    border-top: 1px solid #f6f6f6;
    background-color: #ffffff;
}

.comment_form.learn {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px
}

.comment_form.learn > form {
    padding-top: 0;
    min-height: 90px;
}

.comment_form.learn > form > .comment_text {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    min-height: 90px;
}

.comment_form.learn > form > .comment_send {
    position: absolute;
    bottom: 8px;
    right: 6px;
    top: auto;
}

.comment_form_profile {
    float: left;
    cursor: pointer
}

.comment_switch {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #f6f6f6;
    border-radius: 20px;
}

.comment_form form {
    margin-left: 50px;
    min-height: 37px;
    padding-top: 7px;
    position: relative;
}

.comment_form .comment_prompt {
    padding: 10px;
    display: block;
    font-size: 120%;
    line-height: 18px;
    text-align: center
}

.comment_text {
    float: left;
    background: 0 0;
    border: none;
    outline: none;
    width: 100%;
    font-size: 110%;
    line-height: 20px;
}

.comment_text.reply {
    border: 1px solid #f7f7f7;
    font-size: 90%;
    line-height: 20px;
    border-radius: 3px;
    padding: 4px 10px 4px;
    background-color: #fafafa;
}

.comment_send {
    /*width: 65px;*/
    right: 0;
    top: 7px;
    position: absolute;
}

.profile-full-photo {
    max-width: 706px;
    max-height: 600px;
}

.action_separator {
    padding: 0 4px;
    color: #f2f2f2;
}

.action_comment {
    color: #525252;
}

.action_share {
    color: #525252;
    margin-left: 10px;
}

.profile_wrap {
    padding: 15px;
    position: relative;
    background-color: #F5F8FA;
    border-bottom: 1px solid #e1e8ed;
}

.profile_wrap .profile_img_wrap {
    display: block;
    width: 156px;
    margin-right: 18px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
}

.profile_avatar_section {
    display: block;
    position: relative;
    text-align: center;
    z-index: 15;
}

.profile_avatar_section .profile_img_wrap {
    display: inline-block;
    border-radius: 60px;
    position: relative;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
}

.profile_avatar_section .user_header {
    margin-top: 15px;
    color: white !important;
    text-align: center;
}

.profile_avatar_section .user_header a {
    font-size: 125%;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile_avatar_section .user_username {
    font-size: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.js_follow_block {
    display: inline-block;
}

.js_follow_block a {
    /*width: 122px;*/
}

.profile_img_wrap .user_image {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 60px;
    border: 0px solid #fff;
    background: #f2f2f2;
}

.profile_img_wrap .user_image_mobile {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 60px;
    border: 3px solid #fff;
    background: #f2f2f2;
}

.profile_img_wrap .change_image {
    background: rgba(248, 96, 163, .7);
    top: 6px;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    right: -7px;
    line-height: 160%;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    position: absolute;
}

.profile_img_wrap .change_image_mobile {
    background: rgba(248, 96, 163, .7);
    top: 6px;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    right: -7px;
    line-height: 160%;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    position: absolute;

}

.profile_wrap .profile_info_wrap {
    padding-left: 0px;
    min-height: 30px;
}

.profile_data_wrap {
    text-align: center;
    padding-top: 5px;
}

.profile_data_wrap div {
    /*margin-left: 54px;*/
}

.profile_data_wrap .badge {
    padding: 6px 7px;
    font-size: 90%;
    /* text-transform: uppercase; */
}

.profile_info_wrap .user_header {
    font-weight: bold;
    margin: 0px 0 7px;
    font-size: 140%;
    line-height: 120%;
}

.user_header a {
    color: #000;
    word-wrap: break-word;
}

.user_header .page_verified {
    background: url(../img/profile_icons.gif?10) no-repeat 0 0;
    width: 13px;
    height: 11px;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    zoom: 1;
    cursor: pointer;
    position: relative;
    top: -4px;
    margin: 0 3px 0 6px;
}

.profile_info_wrap .user_update_at {
    color: #999;
    margin-bottom: 15px;
}

.profile_info_wrap .user_username {
    color: #999;
    margin-bottom: 15px;
    font-size: 110%;
    word-wrap: break-word;
}

.profile_info_wrap .user_link {
    margin-bottom: 5px;
    font-size: 100%;
    word-wrap: break-word;
}

.profile_info_wrap .user_status {
    color: #888;
    font-size: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
}

.profile_info_wrap .user_active {
    color: #333333;
    margin-bottom: 5px;
    font-size: 100%;
    word-wrap: break-word;
}

.profile_info_wrap .user_location {
    color: #333333;
    margin: 10px 0;
    text-transform: capitalize;
    font-size: 100%;
    word-wrap: break-word;
}

.profile_info_wrap .user_actions {
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
    text-align: right;
}

.profile_form_wrap {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    position: relative;
}

.profile_form_wrap .profile_actions {
    background: #F1F1F1;
    line-height: 160%;
    text-align: center;
    padding: 11px 0px 12px;
    color: #777;
    font-weight: bold;
    margin-top: 15px;
}

.profile_question_form {
    background: transparent;
    margin: 5px -15px -10px;
    border: 0px solid #C3CBD4;
}

.profile_question_form textarea {
    width: 100%;
    min-height: 120px; /*42px*/
    resize: none;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 5px;
    margin: 0 15px;
}

.profile_question_form .form_actions {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e9e9e9;
}

.profile_question_form .image_container {
    margin-top: 8px;
    border-top: 1px solid #C3CBD4;
    padding-top: 8px;
}

#word_counter.popup {
    float: left;
    top: initial;
    left: 15px;
    bottom: initial;
    text-align: left;
    width: 50px;
}

form #word_counter {
    padding: 5px;
    text-align: right;
    color: #f860a3;
    font-size: 100%;
    line-height: 21.5px;
    position: absolute;
    bottom: 50px;
    right: 10px;
}

.form_actions .main_actions {
    display: inline-block;
    margin-right: 8px;
}

.main_actions label {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 2px;
    cursor: default;
}

#dev_page_content > ul:not(.nav) li {
    background: url(../img/bullet.png?2) no-repeat 0px 8px;
    padding-left: 20px;
}

.fb_connect {
    background: url(../img/facebook_32.png) no-repeat;
}

.vk_connect {
    background: url(../img/vkontakte_32.png) no-repeat;
}

.tw_connect {
    background: url(../img/twitter_32.png) no-repeat;
}

.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
}

.social_btn {
    background-size: 48px;
    margin-left: 2px;
    margin-right: 2px;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.icon-btn.btn-large {
    position: relative;
    padding-left: 51px;
}

.btn-large {
    padding: 9px 27px;
    font-size: 125%;
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

.navbar > .container > .btn {
    padding: 0.5rem 1rem;
}

.btn.follow-me {
    border: 1px solid #8899a6;
    position: absolute;
    right: 3px;
    top: 5px;
    padding: 5px 8px 5px 10px;
}

.btn.follow-me:hover {
    border-color: #8899a6;
    /*background-color: #f860a3;*/
}

.btn.follow-me i {
    color: #8899a6;
    font-size: 18px;
}

.btn.follow-me:hover i {
    /*color: #fff;*/
}

.btn-facebook {
    border-color: #3B5998;
    border-bottom-color: #263a63;
    background-color: #3B5998;
    color: #fff;
}

.btn-facebook:hover, .btn-facebook:focus {
    border-color: #4568b2;
    border-bottom-color: #2d4575;
    background-color: #4568b2;
    color: #fff;
    text-decoration: none;
}

.btn.answer-now {
    color: #27a894 !important;
    border-color: #27a894;
    margin-bottom: 4px;
    padding: .35em .5em .35em;
    font-size: 1em;
    box-shadow: none;
}

.btn.answer-now:hover {
    color: #fff !important;
    background-color: #27a894;
}

.icon-btn.btn-large .icon {
    position: absolute;
    font-size: 200%;
    top: 5px;
    left: 10px;
}

.btn-large .icon.icon-facebook {
    margin-right: 13px;
}

.icon-facebook {
    background-image: url(../img/facebook.png);
    width: 32px;
    height: 32px;
}

.ionicons {
    font-size: 140%;
    vertical-align: sub;
}

.box-menu-item {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #426a87;
    font-weight: bold;
    font-size: 95%;
    padding-left: 20px;
}

.box-menu-item:hover {
    background-color: #edf0f4;
    color: #426a87;
    text-decoration: none;
}

i.social_icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 3px;
}

.icon_fb {
    background: url(../img/i_facebook.png) no-repeat;
    background-size: 100%;
}

.icon_vk {
    background: url(../img/i_vk.png) no-repeat;
    background-size: 100%;
}

.icon_tw {
    background: url(../img/i_twitter.png) no-repeat;
    background-size: 100%;
}

.adv_728 {
    padding: 3px;
    padding-bottom: 1px
}

.adv_728 img {
    width: 630px;
}

.more_cont {
    /*margin-top: 10px !important;*/
    text-align: center !important;
    display: block;
    min-width: 100%;
}

.more_cont:hover {
    text-decoration: none;
}

.more_cont a {
    text-decoration: none;
    color: #415e6b;
}

.more_cont:hover a {
    text-decoration: none;
}

.remotivation_block {
    padding: 15px 0 0;
    text-align: center;
    margin: 4px auto;
    min-height: 89px;
}

.remotivation_block h1 {
    display: block;
    width: 100%;
    margin: 0 auto 13px;
    padding: 0;
    font-size: 110%;
    line-height: 18px;
    font-weight: bold;
}

.remotivation_block h2 {
    display: block;
    width: 100%;
    margin: 14px auto 0;
    padding: 0;
    font-size: 95%;
    line-height: 12px;
    font-weight: normal;
    color: #777;
    border: 0;
}

.remotivation_block .choice {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.remotivation_block .choice .button_register {
    display: block;
    float: left;
    clear: left;
    width: 298px;
}

.remotivation_block .choice .button_ask {
    display: block;
    float: right;
    clear: right;
    width: 298px;
}

.remotivation_block button {
    width: 280px;
}

.profile_av {
    position: relative;
    margin: 4px 6px 0 0;
    background-color: #e5e5e5;
    background-size: cover;
    background-position: 50%;
    border-radius: 12px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f6f6f6;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,.12);*/
}

.profile_av img {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin: 0;
    padding: 0;
    border: 0;
}

.profile_av.medium, .profile_av.medium img {
    width: 30px;
    height: auto;
    border-radius: 15px;
}

.profile_av.big, .profile_av.big img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.profile_av.huge, .profile_av.huge img {
    width: 135px;
    height: 135px;
    border-radius: 100px;
}

.post .post_cont {
    display: inline-block;
    min-height: 45px;
    margin-left: 5px;
    padding: 0;
}

.verified, .profile .verified {
    color: rgb(99, 195, 44);
    font-size: 17px;
    margin: 0 3px;
    vertical-align: text-bottom;
}

.fullname {
    font-size: 105%;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    color: #292F33;
    line-height: 20px;
}

.sessionfullname {
    font-size: 120%;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    color: #292F33;
    line-height: 18px;
}

.fullname.small {
    font-size: 100%;
    display: inline-block;
}

.username {
    font-weight: normal;
    font-size: 105%;
    color: #8899a6;
    line-height: 17px;
}

.post .addon_info {
    padding-top: 3px;
}

.post .time {
    color: #999999;
    font-size: 98%;
}

/*
.verified {
    background: url(../img/profile_icons.gif?10) no-repeat 0 0;
    width: 13px;
    height: 11px;
    width: auto;
    padding: 0 14px 0 0;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    zoom: 1;
}
*/
#search_form {
    background: #F5F8FA;
    padding: 15px;
    border: 1px solid #e1e8ed;
    margin-bottom: 15px;
    border-radius: 2px;
}

#search_form .search_submit {
    width: 110px;
}

#search_form .search_query {
    width: 433px;
    height: auto;
    float: left;
    line-height: normal;
    padding: 6px;
}

#report_form, #upload_photo_form, #upload_background_form, #upload_response_img_form {
    font-size: 110%;
}

#report_form .description, #upload_photo_form .description,
#upload_background_form .description, #upload_response_img_form .description {
    color: #777;
}

.options_section {
    margin: 8px 0 0;
    padding: 5px 0 8px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    position: relative;
}

.radio_item {
    display: block;
    padding: 3px 0 0;
}

.options_level {
    padding: 15px 0 0;
}

.box-body {
    background-color: #FFF;
    line-height: 140%;
    display: block;
    padding: 10px;
}

.box-body .prompt_header {
    padding: 20px;
    font-size: 110%;
    line-height: 18px;
    text-align: center;;
}

.box-body .choice {
    padding: 0 0 0px;
    height: 28px;
}

.box-body .button_register {
    width: 175px;
    float: left;
    display: block;
}

.box-body .button_login {
    width: 175px;
    float: right;
    display: block;
}

.box-footer {
    border-top: 0;
    display: block;
    text-align: right;
}

.box-footer .controls {
    padding: 8px 5px;
    background-color: #f2f2f2;
    border-top: 1px solid #dae1e8;
}

.box-footer .controls button {
    font-size: 95%;
    margin-right: 5px;
}

.box-menu-item {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #426a87;
    font-weight: bold;
    font-size: 95%;
    padding-left: 20px;
}

.box-menu-item:hover {
    background-color: #edf0f4;
    color: #426a87;
    text-decoration: none;
}

.lang_link {
    margin-left: 5px;
}

.username_link, .posted_link {
    display: inline;
    font-weight: normal;
}

#addon_block {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    margin: 0 -15px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    min-height: 30px;
    padding: 5px 12px 7px;
}

#addon_block a {
    padding: 5px 7px 1px;
    margin-top: 2px;
    margin-left: 3px;
}

.js_actions_block {
    text-align: right;
    position: relative;
    display: inline-block;
}

.js_actions_block a {
    margin-left: 5px;
}

#addon_block .js_follow_btn {
    min-width: 50px;
    padding: 9px 8px;
    border: 0;
}

#addon_block .js_report_btn, #addon_block .js_block_btn {
    opacity: 0.5;
    padding: 8px;
}

#addon_block .js_report_btn:hover {
    opacity: 1;
}

#stat a {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

#stat .digit {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    color: #000;
}

#stat .stat_label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 95%;
    color: #3081a3;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#stat .stat_separator {
    display: block;
    height: 33px;
    width: 0;
    margin: 0 7px;
    padding: 0;
    float: right;
    border-style: none;
    border-left: 1px solid #dfdfdf;
}

.services_block {
    min-height: 32px;;
}

.services_block img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

.services_block .services {
    display: block;
    float: left;
}

.tosHeader {
    border-bottom: 1px solid #e8e8e8;
    color: inherit;
    font-size: 110%;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.tosContent {
    line-height: 20px;
    font-size: 110%;
    padding-left: 10px;
    padding-right: 10px;
}

.tthm {
    list-style: square;
}

.tthm li {
    margin-top: 3px;
}

.bg_cont {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    cursor: pointer;;
}

.bg_img {
    width: 107px;
    height: 107px;
}

.account_img {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
}

.profile_cover {
    width: 100%;
    height: 265px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/cover/tmp.jpg);
    background-position: 0px 0px;
    border-bottom: 1px solid #EEE;
}

.profile_cover:hover .profile_cover_start {
    opacity: .9;
}

.profile_cover_actions, .profile_cover_start {
    display: none;
    cursor: default;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
}

.profile_cover_start {
    display: block;
    opacity: 0;
}

.cover_actions_content {
    background-color: rgba(84, 97, 133, .4);
    -webkit-border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    display: block;
    font-size: 105%;
    font-weight: bold;
    padding: 4px 9px 6px 9px;
}

.cover_actions_content a {
    color: white;
    margin-right: 5px;
}

.profile_add_cover {
    position: relative;
    top: 235px;
    float: left;
    text-align: right;
    width: 100%;
}

.cover_button, .cover_button_edit {
    background: rgba(0, 0, 0, 0.600);
    float: right;
    padding: 7px 13px 7px 13px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.506);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    margin: 8px;
    margin-left: 0px;
    opacity: 0.7;
}

.cover_button:hover, .cover_button_edit:hover {
    opacity: 1;
}

.file_loader_block {
    display: none;
    height: 40px;
    background-image: url(../img/spinner-rosetta-blue.gif);
    background-position-x: center;
    background-position-y: 7px;
    background-repeat: no-repeat;
}

.file_select_block {
    height: 30px
}

.file_select_btn {
    width: 175px;
    padding: 7px 10px 3px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #1eb4c7;
}

.profile_tab_container {
    margin: 0 -20px;
    list-style: none;
    padding: 0;
    display: table;
    text-align: center;
}

.profile_tab_container li {
    display: table-cell;
    width: 50%;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 0 7.5px;
}

.profile_tab_container_mobile li {
    display: table-cell;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 0 7.5px;
}

.profile_tab_container li:nth-child(even) {
    border-left: 0;
}

.profile_tab_container li:last-child {
    /*width: 100%*/
}

.profile_tab_container li:last-child, .profile_tab_container li:nth-child(3) {
    margin-bottom: -10px;
    padding-bottom: 4px;
}

.tab_button {
    border-bottom-width: 4px;
    border-color: #6383A8 !important;
    box-sizing: border-box;
    border-bottom: 0 solid;
    display: block;
    line-height: 1;
    padding: 13px 10px 13px;
    transition: all .15s ease-in-out;
    text-align: center !important;
    text-decoration: none;
}

.tab_button_active {
    color: #f860a3 !important;
    border-bottom: solid !important;
}

.tab_button:hover {
    text-decoration: none;
}

.tab_button .tab_title {
    color: #66757f;
    font-size: 75%;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color .15s ease-in-out;
}

.tab_button .tab_addon {
    color: #f860a3;
    font-size: 140%;
    font-weight: 500;
    line-height: 130%;
    transition: color .15s ease-in-out;
}

.post_img_preview {
    min-width: 100px;
    min-height: 100px;
    max-width: 100%;
    max-height: 400px;
}

.img_container {
    display: none;
    text-align: left;
    margin-top: 0px;
    padding-top: 5px;
    border-top: 0px solid #f1f1f1;
}

.post_img_delete {
    padding: 7px;
}

.add_image_to_post {
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 7px 2px;
}

.messages_counter {
    float: right;
    background: #00AFF0;
    border-radius: 3px;
    padding: 1px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
}

.profile-msg-btn {
    margin: 0px -20px -20px;
    padding: 18px 15px;
    font-size: 110%;
    display: block;
}

.scroll-to-top-btn {
    display: block;
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    z-index: 9700;
    right: 20px;
    bottom: -96px;
    font-size: 135%;
    color: #f860a3;
    background-color: transparent;
    border: 2px solid #f860a3;
    border-radius: 50%;
    padding-left: 1px;
    opacity: 0;
    -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s
}

.scroll-to-top-btn:before {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid #f860a3;
    border-radius: 50%;
    top: 2px;
    left: 2px
}

.scroll-to-top-btn:hover {
    color: #fff;
    background-color: #f860a3
}

.scroll-to-top-btn.visible {
    bottom: 14px;
    opacity: 1
}

.slide-menu-profile {
    background-color: #f860a3;
    height: 180px;
    margin: -20px -20px 20px;
    background-size: cover;
    /*box-shadow: 0px -2px 2px #999999 inset;*/
}

.slide-menu-profile .picture {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin-top: 25px;
    background-size: cover;
    display: inline-block;
}

.slide-menu-profile .picture::before {
    border: 2px solid #fff;
    padding: 3px;
}

.slide-menu-profile h2 {
    font-size: 135%;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
}

.profile-edit-btn {
    display: inline-table;
    position: absolute;
    font-size: 11px;
    right: 8px;
    top: 10px;
    text-transform: uppercase;
    box-shadow: none;
    z-index: 20;
}

.menu-profile {
    display: inline-block;
    /*position: absolute;
    top: 11px;
    right: 0;
    margin-left: 15px;
    vertical-align: top;*/
}

.menu-profile a {
    display: inline-block;
    color: #89959e;
}

.menu-avatar {
    height: 26px;
    width: 26px;
    margin: 0 2px 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 13px;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.menu-avatar.mobile {
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.menu-avatar img {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.menu-pname {
    vertical-align: middle;
    color: #89959e;
    font-weight: 500;
    font-size: 110%;
    display: inline-block;
}

.menu-drop {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #292b2c;
    white-space: nowrap
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    color: #f860a3;
    margin-left: .1em !important;
    margin-top: .02em;
}

.dropdown-toggle:focus {
    text-decoration: none;
}

#ts_input {
    border: 0px solid #d8d8d8;
    padding: 9px 12px 11px;
    outline: 0;
    background: url(../img/search.svg) #F0F0F0 no-repeat 238px 11px;
    width: 268px;
    height: 36px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #748B9D;
}

#ts_submit {
    background-color: #f860a3;
    color: #fff;
    font-size: 100%;
    padding: 7px 12px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.navbar form {
    display: inline-block;
    float: left;
    margin-left: 194px;
    margin-top: 8px;
}

.white-bg {
    background-color: #fff;
}

.body-container {
    padding-top: 145px;
}

.body-container.inactive {
    padding-top: 100px;
}

.home-banner {
    background: url(../img/banners/mother-and-child.jpg) scroll 50% -0px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    /* For browsers that do not support gradients *
    background: -webkit-linear-gradient(#283e4f 40%, #0a1721 80%); /* For Safari 5.1 to 6.0 - e940c0 *
    background: -o-linear-gradient(#283e4f 40%, #0a1721 80%); /* For Opera 11.1 to 12.0 *
    background: -moz-linear-gradient(#283e4f 40%, #0a1721 80%); /* For Firefox 3.6 to 15 *
    background: linear-gradient(#283e4f 40%, #0a1721 80%); /* Standard syntax */
    opacity: 0.3;
}

.top-banner {
    padding-left: 220px;
}

.top-banner h1 {
    margin-bottom: 0px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.top-banner p {
    margin-top: 20px;
}

.navbar-btn {
    background: transparent;
    color: #525252;
    text-transform: uppercase;
    font-weight: 500;
    margin: 11.2px 0 0 10px;
    text-transform: capitalize;
    padding: 4px 6px 4px;
    vertical-align: top;
    border: 1px solid #525252;
}

.navbar-btn:hover {
    background-color: #f860a3;
    border-color: #f860a3;
    color: #fff;
}

.fgrid3 h3 {
    margin: 0 0 5px;
    line-height: 1.3;
    font-size: 150%;
    font-weight: 700;
}

.fgrid3 img {
    height: 60px;
    width: auto;
    display: inline-block;
    margin-bottom: 15px
}

.grad-black {
    background: #5d5d5d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5d5d5d, #1e1e1e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5d5d5d, #1e1e1e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5d5d5d, #1e1e1e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5d5d5d, #1e1e1e); /* Standard syntax */
}

.grad-lblue {
    background: #00d7d2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#85efff, #00d7d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#85efff, #00d7d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#85efff, #00d7d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#85efff, #00d7d2); /* Standard syntax */
}

.grad-tbgray {
    background: #f6f6f6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f8f8f8, #ffffff, #ffffff, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #ffffff, #ffffff, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #ffffff, #ffffff, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #ffffff, #ffffff, #f8f8f8); /* Standard syntax */
}

.feed-header {
    margin: -2px -5px 0 -10px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0px 5px 5px 8px
}

.feeds-title {
    font-size: 155%;
    padding-left: 5px;
    line-height: 20px;
    display: inline-block;
    color: #999999;
    margin: 0px;
}

.feeds-icon {
    font-size: 140% !important;
    color: #999999;
    float: right;
    margin-right: 1px;
}

.more_cont a:first-child {
    color: #f860a3;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(248, 96, 163, 0.25);
    font-weight: 500;
}

.more_cont a:hover, .more_cont a:active, .more_cont a:visited, .more_cont a:focus {
    text-decoration: none;
}

.more_cont a.inactive:first-child {
    background-color: #cdcdcd;
    cursor: not-allowed
}

.notice.badge {
    position: absolute;
    top: -6px;
    left: 7px;
    padding: .4em .5em .2em;
    background-color: #f30;
}

.red-text {
    color: #ff7700;
}

.lr-input {
    padding: 11px 14px;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dee5e7;
}

.lr-input:focus {
    border-color: #00bcd4;
    /*-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #00bcd4;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #00bcd4;*/
}

.lr-btn {
    padding: 0.8rem 1rem;
}

.circle-border {
    width: 110px;
    height: inherit;
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 30px 0 13px;
}

.card-box {
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 3px #f2f2f2
}

.card-box.dark, .card-box.dark h3 {
    color: #ffffff;
    text-transform: none
}

.card-box.dark h3 {
    font-weight: normal;
    font-size: 150%;
    line-height: 135%;
    letter-spacing: -0.3px;
}

.user-box {
    border: 1px solid #f7f7f7;
    padding: 6px 8px 0px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.card-user {
    margin-bottom: 8px;
}

.card-user .avatar {
    display: inline-block;
    background-color: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 6px;
    vertical-align: middle;
    background-size: cover;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
}

.card .card-menu {
    background-color: transparent;
    padding: 2px 5px;
}

.card .card-menu::after {
    content: none;
}

.card .card-menu i:before {
    color: #c5c5c5;
}

.card .card-menu-box {
    border: 0;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.ans-wrapper {
    margin: 4px -14px 0;
    border-top: 1px dotted #ddd;
}

.ans-user {
    display: flex;
    padding: 9px 15px 8px 25px;
}

.ans-user.even {
    background-color: #f5f5f5;
}

.ans-user.odd.last {
    padding-bottom: 0;
}

.ans-user .avatar {
    display: inline-table;
    background-color: #ccc;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 8px;
    vertical-align: text-bottom;
    background-size: cover;
}

.ans-user .commenter {
    font-size: 115%
}

.ans-user .comment {
    font-size: 105%;
    line-height: 15px;
    padding: 2px 15px 0 0;
    float: left;
}

.comment-wrapper {
    display: inline-block
}

.no-content {
    margin: 45px 10px 30px;
}

.no-content i {
    font-size: 600%;
    color: #e5e5e5;
}

.no-content h3 {
    font-size: 110%;
    text-transform: uppercase;
    line-height: 18px;
    color: #6d6d6d;
    margin-top: 15px;
}

form > div.login {
    padding: 15px 22px 32px;
}

form > div.login h2 {
    font-size: 120%;
    font-weight: 600;
}

.card {
    background-color: #ffffff;
    padding: 20px 20px;
    border: 0.5px solid rgba(186, 197, 206, 0.5);
    border-radius: 5px;
    /*box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05);*/
    margin-bottom: 10px;
    overflow: hidden;
    display: inherit;
}

.card_desktop {
    padding: 0;
}

.card_mobile {
    background-color: #ffffff;
    /* padding: 20px 20px; */
    border: 0.5px solid rgba(186, 197, 206, 0.5);
    border-radius: 5px;
    /* box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05); */
    margin-bottom: 10px;
    overflow: hidden;
    display: inherit;
}

.card-link, .card-link:hover {
    color: #f860a3;
}

.card-topic-link {
    color: #252525;
}

.card-topic-link:hover {
    text-decoration: underline;
    color: #252525;
}

.card.active {
    border: 0.5px solid rgba(116, 139, 157, 0.25);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.card.post:hover {
    border: 0.5px solid rgba(116, 139, 157, 0.25);
    /*box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .32);*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06), 0px 18px 70px rgba(0, 0, 0, 0.1);
}

.card.zoomed {
    zoom: 85%;
}

.card.bleed {
    padding: 0 0 10px;
}

.card.blog {
    height: 100%;
    border-color: transparent;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.card > .post-title {
    padding: 15px;
    position: absolute;
    bottom: 52px;
}

.card > .post-title a {
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 120%;
    /*height: 100px;*/
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 12);
}

.card > .post-title2 {
    padding: 15px;
    padding-bottom: 45px;
}

.card > .post-title2 a {
    color: #525252;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 130%;
    line-height: 23px;
}

.card.blog > a > img {
    max-width: 100%;
    min-width: 100%;
}

.card > .blog-title {
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 5px 10px 5px;
    color: #444;
    text-shadow: none;
    font-size: 34px;
    font-weight: 700;
    width: inherit;
    padding: 15px;
}

.card > .blog-title a {

}

.card > .post-title-bg {
    height: 53.5px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    box-shadow: 0 -50px 120px rgba(0, 0, 0, 0.8);
}

.card > a.post-title:hover {
    /*color: #f860a3;*/
    text-decoration: underline !important;
}

.card > .post-counters {
    color: #888888;
    position: absolute;
    bottom: 12px;
    right: 15px;
}

.card > .post-counters span {
    margin-left: 20px;
}

div.widget.card:last-child {
    margin-bottom: 25px !important;
}

.social-icons {
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.social-icons li {
    display: inline-block;
    margin-right: 7px;
    background: #cbcbcb;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li > a {
    overflow: hidden;
}

.social-icons li > a > i {
    color: #ffffff;
}


.chat-follow {
    text-transform: uppercase;
    color: #EC3A63;
    background-color: transparent;
    border: 1px solid #EC3A63;
    margin: 0px 0;
    padding: 0px 6px;
    line-height: 25.5px;
    height: 25px;
    position: absolute;
    right: 15px;
    font-size: 90%;
    border-radius: 3px;
}

.chat-follow:hover, .chat-follow:focus, .chat-follow:active {
    color: #fff;
    border-color: #f860a3;
    background-color: #f860a3;
}

.chat-follow i::before {
    font-size: 100%;
    vertical-align: middle;
    margin-bottom: 2px
}

.chat-reply {
    line-height: 16px;
    margin: 10px 0 5px;
    border-top: 1px solid #d5d5d5;
    padding: 10px 0 0 25px;
}

.blog-content {
    padding: 25px 20px 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
}

.blog-content h3 {
    font-size: 20px;
    line-height: 30px;
}

.blog-content p, .blog-content div, .blog-content li {
    line-height: 28px;
    font-size: 18px;
}

.responsive-nav-icon::before,
.responsive-nav-close::before {
    color: #444;
    content: "\f20e";
    font-family: Ionicons;
    font-size: 190%;
    font-weight: 100;
    line-height: 90%;
    position: relative;
}

.responsive-nav-close::before {
    color: rgba(0, 0, 0, 0.3);;
    content: "\f128";
    font-size: 130%;
    line-height: 140%;
}

.responsive-nav-icon {
	background: #fff;
	line-height: normal;
	padding: 4px 8px 4px;
	top: 10px;
  left: 10px;
}

.responsive-nav-icon:hover,
.responsive-nav-close:hover {
	opacity: .7;
}

.responsive-nav-close {
	top: 7px;
  right: 13px;
}

.responsive-nav-icon,
.responsive-nav-close {
    cursor: pointer;
    display: none;
}

.text {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#overlay {
    background: 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 90;
}

.card-user-title {
    display: inline-block;
    vertical-align: middle;
}

section div.container {
    padding-bottom: 48px;
}

section div.container.title {
    padding-bottom: 0;
}

.special-list {
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.special-list span {
    color: #f860a3;
    padding-right: 10px;
}

.btn-send-msg, .comment_send {
    background-color: rgba(0,179,206,1);
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin-right: 2px;
    padding: 8px 15px;
    font-weight: 600;
}

.add_image_to_post img {
    width: 21px;
    margin-bottom: 2px;
}

.add_image_to_post img.small {
    width: 18px;
    margin: 0 3px 4px 0;
}

.widget-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    margin-bottom: 21px;
}

.post-sidebar {
    display: table;
    padding: 2px 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
}

.post-sidebar:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.footable-filtering {
	  display: none;
}

label.error {
    color: #ff0000;
    padding: 3px 4px 0;
    margin-bottom: 0;
    border: 0 !important;
    font-size: 11px;
    position: absolute;
    right: 10px;
    background-color: #ffffff;
    z-index: 99;
}

.error.bottom {
    display: block;
}

input.error:focus, select.error:focus {
    border: 1px solid #ff0000;
}

.serv-cat-round {
    color: #fff;
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 28px;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 10px;
}

.serv-cat-title {
    font-weight: 200;
}

.flex-control-thumbs li {
    float: none !important;
}

.service-sec-title {
    border-bottom: 1px solid #E5E5e5;
    margin-bottom: 10px !important;
    width: 100%;
    padding: 0 7.5px 0;
}

.blog-sec-title {
    margin-bottom: 10px !important;
    width: 100%;
    padding: 0 7.5px 0;
}

.blog-sec-title h3 {
    font-size: 23px;
    color: #73e3e4;
}

.provider-title {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.6); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 70%); /* For Safari 5.1 to 6.0 - e940c0 */
    background: -o-linear-gradient(rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 70%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 70%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 70%); /* Standard syntax */
    padding: 15px 15px 0;
    border-right: 40px solid #ffffff;
    min-height: 70%;
}

.provider-title .profile_av {
    position: relative;
    margin: 2px 6px 0 0;
    background-color: #e5e5e5;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,.12);*/
}

.provider-title .profile_title {
    display: inline-block;
}

.provider-title h3 {
    margin: 6px 0 0px;
    font-size: 130%;
}

#carousel.flexslider {
    /*
    border: 0 !important;
    position: absolute;
    bottom: 25px;
    right: 30px;
    */
}

.flex-direction-nav a {
    display: none !important;
}

.card.simple {
    background-color: #fff;
    padding: 10px 14px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.card.simple:hover {
    box-shadow: none;
}

#header-row-two {
    height: 55px;
    background-color: #fff;
}

#header-row-two #nav-list {
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #f0f0f0;
}

#header-row-two #nav-list .nav-list-item {
    display: inline-block;
    padding-right: 26px;
}

#header-row-two #nav-list .nav-list-item:last-child {
    padding-right: 0px;
}

#header-row-two #nav-list .nav-list-item a {
    font-size: 110%;
    font-style: normal;
    font-stretch: normal;
    line-height: 244%;
    text-align: left;
    color: #989898;
}

#header-row-two #nav-list .nav-list-item.active {
    font-weight: 600;
}

.card.quick-post.cute-baby {
    /*background-image: url('../img/cute-baby.jpg');*/
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.card.quick-post.cute {
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.hello {
    position: absolute;
    width: 325px;
    height: 54px;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;

    color: #000000;
}

.quick-post > h2 {
    font-size: 22px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.05);
    margin: 15px 15px 12px 10px;
    color: #555555;
    display: inline-block;
}

.quick-post > a.btn {
    background-color: rgba(0,179,206,1);
    color: #fff;
    font-weight: 600;
    right: 25px;
    top: 29px;
    position: absolute;
}

.contest-nav-btn {
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.contest-nav-btn span {
    color: #525252;
}

.user_header {}

.user_header h4 {
    font-size: 17px;
    font-weight: 700;
}

.btn-success-rounded {
    background-color: #32cd32;
    border-color: #32cd32;
    color: #ffffff;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 27px;
}

.subscribe-icon {
    position: absolute;
    top: 13px;
    right: 14px;
    color: #fff;
    background-color: #777;
    padding: 4px 6.5px;
    height: 34px;
    width: 34px;
    border-radius: 17px;
    font-size: 17px;
    line-height: 22px;
    border: 3px solid #fff;
    opacity: 0.5;
}

.subscribe-icon.active {
    background-color: #32cd32;
    opacity: 1;
}

.payment-box {
    text-align: center;
    border-radius: 5px;
}

.payment-box .box {
    display: table;
    border-spacing: 15px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    text-align: center;
}

.payment-box .box .ptype {
    display: table-cell;
    width: 50%
}

/* Simple file upload */

.sim-upload {

}

.sim-upload.block {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sim-upload .preview {
    display: none;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
    padding: .6em;
    margin: 10px 3px 3px;
    min-height: 100px;
    min-width: 100px;
    border-radius: .3rem;
}

.sim-upload .input {
    overflow: hidden;
    position: relative;
}

.sim-upload .input.center {
    text-align: center;
}

.sim-upload .input.simple {
    display: inline-block;
    background: transparent;
    border-radius: .3em;
    border: 1px solid #1eb4c7;
    color: #1eb4c7;
    padding: .5em;
}

.sim-upload .input.dropbox {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
    background-image: url(../img/icon-upload.svg);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    color: #d5d5d5;
    padding: 4rem .6em 2rem;
    margin: 1px 3px 3px;
    min-height: 100px;
    min-width: 100px;
    border-radius: .3rem;
}

.sim-upload .input [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    cursor: pointer;
}

.sim-upload .success.block {
    display: none;
    position: relative;
    clear: both;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
    padding: .6em;
    margin: 3px;
    height: 34px;
    text-align: left;
    cursor: default;
}

.sim-upload .success.block > .status {
    background-color: #e9e9e9;
    color: #ffffff;
    width: 15px;
    height: 15px;
    font-size: 10px;
    border-radius: 10px;
    padding-top: 3px;
    display: inline-block;
    text-align: center;
}

.sim-upload.done .success.block > .status {
    background-color: #32cd32;
}

.sim-upload .success.block > .filename {
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

.sim-upload .success.block > .progress-bar {
    background-color: #e9e9e9;
    height: 6px;
    width: 25%;
    position: absolute;
    top: 14px;
    right: 75px;
    border-radius: 3px;
    overflow: visible;
}

.sim-upload .success.block > .progress-bar > span {
    height: 100%;
    width: 0%;
    background-color: #32cd32;
    box-shadow: 0 0 3px greenyellow;
    border-radius: 3px;
}

.sim-upload .success.block > a {
    right: 10px;
    top: 10px;
    position: absolute;
    font-size: 12px;
}

.sim-upload .success.block > a:hover {
    color: #ff6000;
}

.profile_mobile_detect {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    position: relative;
    padding: 25px 10px;
    padding-top: 15px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #a09f9f;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #ffffff;
    cursor: pointer;
}

.counter_mobile {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #a09f9f;
    float: right;
}

.online-offline-btn {
    display: inline-table;
    position: absolute;
    font-size: 11px;
    top: 5px;
    text-transform: uppercase;
    box-shadow: none;
    z-index: 20;
}

.online-color {
    color: #5cb85c;
}

.offline-color {
    color: #a09f9f;
}

a.title {
    color: #343a40;
}

.header a.title {
    font-size: 14px;
    font-weight: 400;
}

a.title:hover, a.title.active {
    color: #f860a3 !important;
}

ul.left-menu {
    list-style: none;
    padding-left: 0
}

ul.left-menu > li {
    border-top: 1px solid #f6f6f6;
    position: relative;
}

ul.left-menu > li.active {
    border-radius: 4px;
}

ul.left-menu > li:first-child {
    border-bottom: 1px solid #f6f6f6;
}

ul.left-menu > li > a {
    padding: 6px 10px;
    display: block;
    color: #343a40;
}

ul.left-menu > li > span {
    display: none;
}

ul.left-menu > li.active > a {
    background-color: #73e3e4;
    color: #ffffff;
    border-radius: 4px;
}

ul.left-menu > li.active::after {
    content: '';
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #73e3e4;
    margin: 0;
    float: right;
    top: 33% !important;
    position: absolute;
    right: -10px;
    z-index: 30;
}

.tag-radio-wrap {
    position: relative;
    margin-top: 15px;
    margin-bottom: -5px;
}

.tag-radio-label {
    display: inline-block;
    padding: 7px 9px 6px;
    margin-right: 4px;
    cursor: pointer;
    color: #525252;
    border: 1px solid #525252;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tag-radio-label h1 {
    font-size: 12px;
    margin-bottom: 0;
}
.tag-radio-label.light {
    border-color: #a5a5a5;
    color: #a5a5a5;
}
.tag-radio-label h1.light {
    color: #a5a5a5
}
.tag-radio-label:hover {
    border-color: inherit;
    color: inherit;
}
.tag-radio-label:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.radio-label:checked + .tag-radio-label {
    background: #525252;
    color: #ffffff;
}

p.description {
    font-size: 13px;
    line-height: 18px;
}

@media (min-width: 1200px) {

    nav { left: 530px; }

    .container {
        width: 1283px;
        max-width: 95%;
    }

    .container.slim {
        width: 940px; /*1020*/
        max-width: 100%;
    }

}

@media (max-width: 1024px) {
    
    nav { left: 230px; }

}

@media (min-width: 992px) {

    #page-topbar .navbar {
        /*width: 970px;*/
        padding-left: 0;
        padding-right: 0;
    }

    .app-phone {
        margin: 0 0 -80px 0
    }

    .app-text {
        text-align: left;
    }

}

@media only screen and (max-width: 960px) {
    .responsive-nav-icon,
    .responsive-nav-close {
        display: block;
        position: absolute;
        z-index: 1;
    }

    nav {
        height: 100%;
        padding: 20px;
        position: fixed;
        top: 0;
        left: -400px;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        width: 0;
      background-color: #fff;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.7);
      float: none;
    }

    nav.slide-in {
        left: 0;
        overflow-y: scroll;
        width: 280px;
        z-index: 1001;
    }

    nav .menu-item {
        display: block !important;
      padding: 7px 0 !important;
      margin: 0 !important;
      font-size: 100% !important;
      text-align: left;
      font-weight: 400 !important;
    }

  .navbar .container {
      text-align: center !important;
      width: 100%;
  }

  .navbar .logo {
      position: relative;
      display: inline-block;
  }

  .menu-profile {
      top: 11px;
      right: 13px;
      position: absolute !important;
  }

  .menu-profile a::after {
      display: none;
  }

}

@media (min-width: 768px) {

    #page-topbar .navbar {
        /*width: 768px;*/
    }

    .app-phone {
        margin: 0 0 0 0;
        text-align: center;
    }

    .app-phone img {
        max-height: 450px !important;
    }

    .app-text {
        text-align: center;
    }

}

@media (max-width: 768px) {

    #page-topbar {
        box-shadow: none;
        position: relative;
        border-bottom: 0;
    }

    .navbar {
        padding: 0px;
    }

    .navbar .logo {
        top: 14.5px;
        width: 109px;
        height: 20px;
    }

    .navbar-btn {
        border-color: #ffffff;
        color: #ffffff;
        margin-left: -35px;
    }

    .navbar .menu-item.notification {
        padding: 19px 0px 14px;
        right: 190px;
        position: absolute;
    }

    .menu-avatar {
        border: 0px;
    }

    #page-topbar {
        background-color: #f860a3;
        color: #ffffff;
    }

    .responsive-nav-icon {
        background-color: #f860a3;
    }

    .responsive-nav-icon::before, .responsive-nav-close::before {
        color: #ffffff;
    }

    .menu-item.notification > i {
        color: #ffffff;
    }

    .card.service {
        /*height: 256px;*/
    }

    .notice.badge {
        top: 11px;
    }

    .menu-pname {
        color: #ffffff;
    }

    .card > .blog-title {
        font-size: 25px;
    }

    .top-banner {
        padding-left: 120px;
        padding-right: 120px;
    }

    .services-card {
        height: auto !important;
    }

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 480px) {
  
    #page-wrap {
        overflow-x: hidden;
    }

    .payment-box .box .ptype {
        display: block !important;
        width: 100% !important;
    }

    .payment-box .box .ptype.card-payment {
        padding-bottom: 25px;
    }

    .quick-post > h2 {
        margin-top: 3px !important;
        margin-bottom: 0;

    }

    .card.zoomed {
        zoom: 100%;
    }

    .login-title {
        font-size: 28px;
    }

    .breadcrumb {
        display: none;
    }

    .card.active {
        /*border: 0;*/
        box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
    }

    section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    section.content {
        padding-top: 5px;
    }

    section.top {
        padding-top: 2px; /* 53px */
    }

    section.fixed {
        padding-top: 0; /* 53px */
    }

    section.header {
        padding-top: 15px;
    }

    section div.container {
        padding-bottom: 5px;
    }

    .d-xs-block {
        display: block;
    }

    .d-xs-bleed {
        margin: 0 -7.5px 10px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .xs-img-bleed {
        margin: -20px -20px 0;
    }

    .xs-img-bleed img {
        min-width: 100%;
        height: inherit;
    }

    .btn-xs-success {
        background-color: #32cd32;
        border-color: #32cd32;
        color: #ffffff;
        font-size: 18px;
        padding: 16px 20px;
        border-radius: 27px;
    }

    .home-banner {
        height: 220px;
    }

    .body-container {
        padding-top: 45px;
    }

    .m-xs-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-xs-75 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .qa-counted {
        font-size: 22px;
        line-height: 25px;
        padding-left: 34px;
        background-size: 20%;
        text-align: left;
    }

    .qa-counted small {
        font-size: 13px;
    }

    .qa-counted:last-child {
        margin-bottom: 40px;
    }

    .qa-counted:first-child {
        margin-right: 18px;
    }

    #page-topbar {
        box-shadow: none;
        position: relative;
    }

    .top-banner h1 {
        font-size: 160%;
        line-height: 25px;
    }

    .top-banner p {
        font-size: 105%;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .card.service {
        /*height: 240px !important;*/
        padding: 15px 10px;
    }

    .card.service .title {
        font-size: 100%;
        margin-bottom: 15px;
    }

    .post.card.active {
        margin: 0 -15px 8px;
    }

    .post.card, .quick-post, .card.profile {
        margin: 0 -7.5px 8px;
        border-radius: 0 !important;
        border-left: 0;
        border-right: 0;
    }

    .post .post_img {
        margin: 15px -15px -10px;
    }

    .post_img img {
        border: 0;
        padding: 0;
        background-color: transparent;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
    }

    .btn.btn-lg {
        font-size: 14px;
        padding: 12px 20px 12px;
    }

    .post.card.blog {
        margin: 0 -7.5px 10px !important;
    }

    .card.blog {
        margin: 0 -15px 10px !important;
    }
    /*
    .quick-post, .card.profile {
        margin: 2px -7.5px 8px;
        border-radius: 0;
    }
    */
    .quick-post > h2 {
        font-size: 122% !important;
        line-height: 135%;
    }

    .app-story {
        text-align: center;
    }

    .app-phone {
        text-align: center;
    }

    .app-phone img {
        max-height: 380px !important;
    }

    .footer-menu-list {
        padding-bottom: 30px;
    }

    .footer-menu-list h3 {
        font-size: 103%
    }

    .navbar .menu-item.notification {
        right: 57px !important;
    }

    #header-row-two #nav-list .nav-list-item a {
        font-weight: 600;
    }

    #header-row-two #nav-list .nav-list-item.active a {
        color: #f860a3;
    }

    .mobile-fs > .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .mobile-fs .profile_question_form,
    .mobile-fs .profile_question_form > .modal-content {
        height: 100%;
        min-height: 100%;
        border-radius: 0;
        display: grid;
        margin: 0;
    }

    .mobile-fs .profile_question_form > .modal-content > .modal-header {
        max-height: 60px;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .mobile-fs .profile_question_form > .modal-content > .modal-body {
        margin-top: 60px;
        margin-bottom: 69px;
    }

    .mobile-fs .profile_question_form > .modal-content > .modal-body .quick-post {
        /*height: 100%;*/
        min-height: 50%;
    }

    .mobile-fs .profile_question_form > .modal-content > .modal-footer {
        max-height: 69px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .mobile-fs .profile_question_form .form_actions {
        position: absolute;
        bottom: -5px;
    }

    .card > .blog-title {
        font-size: 20px !important;
        padding-left: 5px;
    }

    .blog-content p, .blog-content div, .blog-content li {
        line-height: 22px;
        font-size: 15px;
    }

    /*For Contest*/
    #contest-table > tbody > tr > td {
        display: block;
    }

    #contest-table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px;
    }

    #contest-table > tbody > tr > td > h3 {
        margin-top: 1%;
    }

    #contest-table > tbody > tr > td > h3 {
        margin-top: 1%;
    }

    .cancel-top-margin {
        margin-top: 0px;
    }

    .top-banner {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .services-card {
        margin: 0 -15px;
        border-radius: 0;
        overflow-x: scroll;
        width: auto;
        height: auto;
        padding-left: 0;
        padding-right: 0;

    }

    .services-card ul {
        min-width: 530px;
        text-align: left;
    }

    .services-card li {
        margin: 0 15px;
        padding: 30px 6px;
    }

    .services-card li > a {
        display: inline-block;
    }

    .services-card ul > li > a > span {
        font-size: 14px;
        margin-top: 6px;
    }

    .quick-post > h2 {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-bottom: 0 !important;
    }

    .quick-post > a.btn {
        font-size: 12px;
        padding: 5px 10px;
        top: 15px !important;
        right: 18px !important;
    }

    .title-one {
        line-height: 32px;
        font-size: 26px;
    }

    .footer-menu-list ul {
        margin-bottom: 0;
    }

    .tag-radio-label {
        padding: 5px 6px;
        margin-right: 3px;
    }

    .tag-radio-label h1 {
        font-size: 11px;
    }

}

@media only screen and (max-width : 320px) {

    .card.service { /*height: 220px !important;*/ }

}
