@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
a,a:hover,a:active,a:focus {
	outline: 0;
	transition: all ease 0.3s;
	text-decoration: none;
}
h2 {
    color: #232323;
    font-size: 32px;
    margin: 40px 0 10px 0;
}
h2.white {
    color: #fff;
}
h2.less-m-b {
    margin-bottom: 30px;
}
h3 {
    color: #000;
    font-size: 36px;
}
h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
}
p.white {
    color: #fff;
}
.spacer-30 {
    display: block;
    height: 30px;
}
.spacer-60 {
    display: block;
    height: 60px;
}
.spacer-100 {
    display: block;
    height: 100px;
}
a.cta-btn {
    background-color: #000;
    padding: 12px 50px;
    margin-top: 30px;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}
a.cta-btn.btn-small {
    padding: 5px 30px;
    font-size: 13px;
    float: right;
    margin-top: 11px;
    color: #fecb21;
}
a.cta-btn.blue {
    background-color: #007eff;
    color: #fff;
}
a.cta-btn.green {
    background-color: #88C22E;
    color: #fff;
}
a.cta-btn.orange {
    background-color: #FEAF47;
    color: #fff;
}
a.cta-btn:hover {
    color: #fecb21;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
input.cta-btn {
    background-color: #000;
    padding: 12px 50px;
    margin: 15px auto;
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all ease 0.3s;
    cursor: pointer;
    width: 300px;
    outline: 0;
}
input.cta-btn.btn-small {
    padding: 5px 30px;
    font-size: 13px;
    float: right;
    margin-top: 11px;
    color: #fecb21;
}
input.cta-btn.blue {
    background-color: #007eff;
    color: #fff;
}
input.cta-btn.green {
    background-color: #88C22E;
    color: #fff;
}
input.cta-btn.orange {
    background-color: #FEAF47;
    color: #fff;
}
input.cta-btn:hover {
    color: #fecb21;
    transition: all ease 0.3s;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=email]:focus {
     border-bottom: 1px solid #ec6c2d !important;
     -webkit-box-shadow: 0 1px 0 0 #ec6c2d !important;
     box-shadow: 0 1px 0 0 #ec6c2d !important;
}
.button {
    width: 100%;
    border: solid 3px #ec6c2d;
    border-radius: 5px;
    height: 55px;
    line-height: 44px;
    font-size: 21px;
    padding: 0;
    color: #ec6c2d;
    font-weight: 500;
    cursor: pointer;
    outline: 0;
}
[type="radio"].with-gap:checked+span:before {
    border: 2px solid #ec6c2d;
}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #ec6c2d;
}
.button.outline {
    border: solid 3px #ec6c2d;
    background-color: #f4f4f8;
}
.button.solid {
    background-color: #ec6c2d;
    color: #fff;
}
.textview {
    width: 100%;
    border: solid 2px #e4e4e4;
    border-radius: 5px;
    height: 55px;
    line-height: 44px;
    font-size: 19px;
    color: #616161;
    font-weight: 500;
    outline: 0;
    padding: 0 15px;
}
.sp-ver-10{
    width: 100%;
    height: 10px;
}
.alert-error {
    color: #ff0000;
    font-size: 13px;
    text-align: right;
}
.alert-success {
    color: #06b71c;
    font-size: 13px;
    text-align: right;
}
.alert-warning {
    color: #d68915;
    font-size: 13px;
    text-align: right;
}
.alert-info {
    color: #1260c1;
    font-size: 13px;
    text-align: right;
}

/*** Landing Page ***/
.main-landing {
    background-color: #f4f4f8;
    min-height: 500px;
}
.header {
	background-color: #fff;
    height: 70px;
    padding: 0 30px;
}
.brand {
    float: left;
}
a.logo {
    margin-top: 17px;
    display: inline-block;
}
.logo.small {

}
.landing-nav {
    float: right;
}
.landing-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.landing-nav ul li {
    display: inline-block;
}
.landing-nav ul li a {
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    line-height: 70px;
}
.landing-nav ul li a:last-child {
    padding-right: 0px;
}
.landing-nav ul li a:hover {
    color: #ec6c2d;
}
.content-wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.content-wrap .banner {
    float: left;
    width: 65%;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 60%;
    min-height: 500px;
    align-items: stretch;
    position: relative;
    height: 100%;
}
.content-wrap .dynamic_module {
    float: left;
    width: 35%;
    display: flex;
    align-items: center;
}
.content-wrap .banner h1 {
    margin: 50px 0 0 105px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    color: #00000042;
    line-height: 60px;
}
.frm-card {
    width: 80%;
    margin: 0 auto;
    /* vertical-align: middle; */
    /* align-items: stretch; */
}
.frm-card-header h3 {
    font-size: 26px;
    color: #474747;
    margin-bottom: 45px;
    position: relative;
}
.frm-card-header h3 span {
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #ec6c2d;
    top: -5px;
}
.button:focus,.button:hover,.button:active,.button:active {
    outline: 0;
}
.frm-card-body span {
    text-align: center;
    display: block;
    color: #ec6c2d;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}
.frm-card-body .social-login {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.frm-card-body .social-login a {
    margin: 0 5px;
}
.frm-card-body ul {
    padding: 0;
    margin: 50px auto 5px;
    list-style-type: none;
    text-align: center;
}
.frm-card-body ul li {
    display: inline-block;
    font-size: 12px;
}
.frm-card-body ul li a {
    color: #606060;
    font-size: 12px;
}
.frm-card-body ul li a:hover {
    color: #000;
}
.frm-card-body small {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #606060;
}
#toast-container {
    width: 25%;
    left: 50%;
    top: 90%;
    bottom: 50px;
    transform: translate(-50%, 0);
}
#toast-container .toast.rounded {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}
.actionMsg.error {
    border: solid 1px #eac8c8;
    padding: 4px 5px;
    color: #e26868;
    font-size: 14px;
    background-color: #fbefef;
}
.actionMsg.success {
    border: solid 1px #c8ead2;
    padding: 4px 5px;
    color: #61a744;
    font-size: 14px;
    background-color: #e5efe0;
}
.actionMsg.warning {
    border: solid 1px #f7e1b3;
    padding: 4px 5px;
    color: #bd9015;
    font-size: 14px;
    background-color: #fff6de;
}

/*****
Base Page
****/
.m-r-30 {
    margin-right: 30px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-t-30 {
    margin-top: 30px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-15 {
    padding: 15px;
}
.v-sp-30 {
    height: 30px;
}
.segment-sm {
    float: left;
    width: 23%;
}
.segment-md {
    float: left;
    width: 30%;
}
.segment-lg {
    float: left;
    width: 47%;
}
.segment-xl {
    float: left;
    width: 70%;
}
.btn {    
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
}
.btn.clr-primary {
    background-color: #ec6c2d;
}
.btn.clr-accent {
    background-color: #ecad2d;
}
.btn.clr-grey {
    background-color: #9e9e9e;
}
.btn.clr-dark {
    background-color: #5d5d5d;
}
.notification {
    margin-bottom: 15px;
    display: block;
    padding: 15px;
    border-radius: 10px;
}
.notification p {
    margin-top: 0;
    color: #000;
    font-weight: 500;
}
body.bg-shade {
    background-color: #f4f4f8;
}
._topbar {
    height: 70px;
    padding: 0 20px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.logo {
    float: left;
    width: 190px;
}
._top_nav {
    width: 510px;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
}
._top_nav ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
    display: flex;
}
._top_nav ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
._top_nav ul li a {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    position: relative;
}
._top_nav ul li.active a:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ec6c2d;
    position: absolute;
    top: -28px;
}
._onLoginWrap {
    float: right;
    position: relative;
    top: -55px;
}
.avatar_round {
    overflow: hidden;
}
.avatar_round img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    /*border: solid 2px #ec6c2d;*/
}
._content {
    display: block;
    width: 100%;
    height: 100vh;
}
._content h4 {
    color: #474747;
    font-size: 20px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}
._navgiation {
    /* float: left; */
    /* width: 92px; */
    width: 6.62%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 70px;
}
._navgiation ul {
    margin: 0;
}
._navgiation ul li {
    display: block;
    padding: 5px 0;
}
._navgiation ul li a {
    display: block;
    padding: 15px 0;
}
._navgiation ul li a:hover {
    background-color: #f7f7f7;
}
._navgiation ul li a span._navBtn {
    /*border: solid 1px #000;*/
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../images/left-nav-icons.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    /*transition: all ease 0.3s;*/
}
span._navBtn.nav_1 {
    background-position: 3px 2px;
}
span._navBtn.nav_2 {
    background-position: 1px -71px;
}
span._navBtn.nav_3 {
    background-position: 1px -144px;
}
span._navBtn.nav_4 {
    background-position: -1px -215px;
}
span._navBtn.nav_5 {
    background-position: -2px -286px;
}
span._navBtn.nav_6 {
    background-position: 0px -357px;
}
span._navBtn.nav_7 {
    background-position: 2px -430px;
}
span._navBtn.nav_8 {
    background-position: 0px -503px;
}
._navgiation ul li a:hover {
    background-color: #f9f9f9;
}
._navgiation ul li a:hover span._navBtn {
    /*transition: all ease 0.3s;*/
    filter: contrast(100%) invert(100%) sepia(100%) saturate(4000%) hue-rotate(370deg);
}
._base_content {
    margin-top: 100px;
    padding-right: 20px;
}
.card {
    border-radius: 12px;
}
._fcard {
    border-radius: 12px;
    background-color: #fff;
}
._fcard.create {
    background-color: transparent;
    border: dashed 2px #afafaf;
}
._pinfo_left {
    float: left;
    width: 36%;
    padding: 15px;
}
._pinfo_right {
    float: left;
    width: 64%;
    height: 306px;
}
.profile-thumb {
    float: left;
    width: 25%;
    position: relative;
    margin-right: 5px;
}
.profile-thumb img {
    width: 100%;
    /* height: 80px; */
}
.profile-data {
    float: left;
    width: 73%;
}
.profile-data ._un {
    font-size: 20px;
    font-weight: 600;
    color: #ec6c2d;
    line-height: 22px;
    margin-top: 5px;
    display: block;
}
.profile-data ._handle {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    display: block;
}
.profile-data ._reg_date {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    display: block;
}
.profile-info{
    margin-top: 15px;
}
.profile-info span._info_item {
    color: #626161;
    font-size: 13px;
    font-weight: 600;
    line-height: 29px;
    display: block;
}
.profile-info span._info_item span i {
    color: #c5c5c5;
}
.cover-resource {
    background-image: url(../images/slider-bg.png);
    background-repeat-x: repeat;
    height: 100%;
    overflow: hidden;
    /* display: flex; */
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    /*padding: 15px;*/
}
.cover-resource.has-cover:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
}
.cover-resource img {
    height: 100%;
}
.upload-info {
    position: absolute;
    bottom: 50px;
    text-align: right;
    right: 50px;
}
.update-cover {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.ff_holder {
    margin-top: 15px;
}
.ff_holder span._ff_item {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    color: #ec6c2d;
    font-weight: 600;
    width: 30%;
    margin-right: 9px;
}
span._btn_follow {
    border: solid 1px #ec6c2d;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.ff_holder span._ff_item:nth-child(3n) {
    margin-right: 0;
}
._ap_holder {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
._ap_holder span {
    width: 70px;
    height: 70px;
    background-color: #ececec;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-right: 15px;
    /*overflow: hidden;*/
}
._ap_holder span i {
    font-size: 30px;
    line-height: 70px;
    color: #a7a7a7;
}
._pthumb {
    height: 100%;
    width: 100%;
    border: solid 1px #eaeaea;
}
._ap_holder > div {
    float: left;
    position: relative;
    top: 7px;
}
._ap_holder > div h4 {
    font-size: 16px;
    margin-bottom: 0;
}
._ap_holder > div p {
    margin: 2px 0;
}
._ap_holder div.pet_actions {
    float: right;
    display: inline-block;
    top: 3px;
}
._ap_holder div.pet_actions span {
    width: 40px;
    height: 40px;
    background: transparent;
}
._ap_holder div.pet_actions span i {
    width: 40px;
}
._ap_holder div.pet_actions span:first-child i {
    color: #5d5d5d;
}
._ap_holder div.pet_actions span:last-child i {
    color: #ff230c;
}
.profile-info span._info_item button, .profile-data ._handle button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
._pinfo {
    text-align: center;
}
.profile-thumbs {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}
._uthumb {
    border: solid 2px #fff;
    box-shadow: 0px 0px 6px 1px #ddd;
    width: 100%;
}
._pinfo .profile-data {
    text-align: center;
    float: none;
    width: 100%;
}
._npost_box {
    cursor: pointer;
    background-color: #fbfbfb;
    padding: 0 15px;
    margin: 10px;
}
._npost_box p {
    color: #808080;
    font-size: 16px;
    line-height: 23px;
    float: left;
    /* margin: 25px 15px; */
}
._npost_box span {
    float: right;
    margin-top: 10px;
}
._npost_box span i {
    font-size: 35px;
    color: #b5b5b5;
}
._p_holder {

}
._p_holder ._p_head {
}
._p_holder ._p_head ._p_u_thumb {
    float: left;
}
._p_holder ._p_head ._p_u_thumb img {
    width: 60px;
    height: 60px;
}
._p_holder ._p_head ._p_u_info {
    float: left;
    margin-left: 15px;
}
._p_holder ._p_head ._p_opt {
    float: right;
}
._p_holder ._p_head ._p_u_info ._u_title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #ec6c2d;
    margin-top: 6px;
}
._p_holder ._p_head ._p_u_info ._p_time {
    color: #a3a3a3;
    font-size: 11px;
    line-height: 23px;
    font-weight: 500;
}
._p_holder ._p_head ._p_opt span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
._p_holder ._p_head ._p_opt span i {
    font-size: 27px;
    color: #a2a2a2;
    line-height: 40px;
}
._p_holder ._p_head ._p_opt span:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}
._p_body {
    margin: 20px 0;
}
._p_body ._p_content {
}
._p_body ._p_content p {
    color: #474747;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}
._p_foot {
    margin-top: 25px;
}
._p_foot ._f_actions {
    float: right;
}
._p_foot ._f_actions ._f_a_item {
    display: inline-block;
    margin-left: 20px;
}
._p_foot ._f_actions ._f_a_item span.ic_like {
    background-image: url(../images/post_actions.png);
    background-position: 0px 0px;
    width: 30px;
    height: 20px;
    display: inline-block;
}
._p_foot ._f_actions ._f_a_item span.ic_comment {
    background-image: url(../images/post_actions.png);
    background-position: -35px 0px;
    width: 30px;
    height: 20px;
    display: inline-block;
}
._p_foot ._f_actions ._f_a_item span.ic_share {
    background-image: url(../images/post_actions.png);
    background-position: -72px 0px;
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
._p_foot ._f_actions ._f_a_item p {
    display: inline-block;
    position: relative;
    top: -5px;
    color: #b0b0b0;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
._fstory {
    height: 333px;
    overflow: hidden;
    border-radius: 12px;
    width: 280px;
    position: relative;
}
._fstory ._s_img {
    /* overflow: hidden; */
}
._fstory ._s_img img {
    width: 100%;
}
._fstory ._u_img {
    position: absolute;
    bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
._fstory ._s_name a {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
._fstory::before {
    content: '';
    width: 100%;
    display: block;
    background-color: #0000007a;    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    position: absolute;
    top: 0;
}
._c_item {
    margin-bottom: 25px;
    width: 100%;
}
._c_item:last-child {
    margin-bottom: 0;
}
._c_item ._c_u_img {
    float: left;
}
._c_item ._c_u_img img {
    width: 38px;
    height: 38px;
}
._c_item ._c_u_info {
    float: left;
    margin-left: 10px;
}
._c_item ._c_u_info ._u_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #ec6c2d;
}
._c_item ._c_u_info ._u_loc {
    color: #a2a2a2;
    font-size: 12px;
    line-height: 16px;
}
._c_item span {
    float: right;
    width: 11px;
    height: 11px;
    background-color: #ddd;
    border-radius: 50%;
    margin-top: 5px;
}
._c_item span.online {
    background-color: #9be074;
}
._c_item span.away {
    background-color: #ffc574;
}
._onLogin_dd_holder {
    z-index: 100;
    width: 310px !important;
    top: 70px !important;
    padding: 15px;
    position: fixed;
    right: 0px;
    left: auto !important;
    height: auto !important;
}
._dd_item ._c_u_img {
    float: left;
    margin-right: 10px;
}
._dd_item ._c_u_img img {
    width: 50px;
    height: 50px;
}
._dd_item ._u_title {
    font-weight: 600;
    color: #ec6c2d;
    position: relative;
    top: 3px;
    margin-bottom: 3px;
}
._dd_item ._u_act {
    color: #585858;
    font-size: 13px;
}
._onLogin_dd_holder .divider {
    margin-top: 8px;
    margin-bottom: 0px;
}
._onLogin_dd_holder ul {

}
._onLogin_dd_holder ul li {

}
._onLogin_dd_holder ul li a {
    color: #000;
    padding: 11px 2px;
    font-size: 15px;
    font-weight: 500;
}
._onLogin_dd_holder ul li a small {
    color: #808080;
}
._onLogin_dd_holder li:hover, .dropdown-content li.active {
    background-color: #f7f7f7;
}
span.thumb_span {
    position: absolute;
    bottom: -10px;
    left: 25px;
}
span.thumb_span button {
    background-color: #ececec;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 0;
    display: block;
}
input#thumb_res,input#cover_res,input#input_story {
    display: none;
}
._stories_block {
    margin-top: 30px;
}
.story_item {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 11px;
    width: 170px;
}
.story_item img {
    width: 170px;
    border-radius: 10px;
    border: solid 3px #fff;
    box-shadow: 5px 5px 11px -3px #adadad;
}
.story_item.create {
    border: dashed 2px #afafaf;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    /*position: relative;*/
    /*top: -49px;*/
}
.story_item.create span {
    margin: 0 auto;
    float: none;
    display: block;
}
.story_item.create ._ap_holder > div {
    float: none;
}
._pymk {
    padding: 10px;
}
._pymk_thumb img {
    margin: 0px auto;
    display: block;
    width: 70px;
}
._pymk_profile {
    text-align: center;
}
._pymk_profile span._un {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
._pymk_profile span._handle {
    font-size: 13px;
    display: block;
}
._pymk_profile span._info_item {
    font-size: 12px;
    display: block;
    overflow: hidden;
}
._pymk_action a {
    display: block;
    margin-top: 10px;
}
._pymk_profile span._follow_cnt {
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #ec6c2d;
    font-weight: 600;
    margin-top: 15px;
}
.list-tab li {
    display: block;
    margin-bottom: 20px;
}
.list-tab li a {
    color: #ec6c2d;
    font-weight: 500;
    padding: 0 10px;
    display: block;
    line-height: 30px;
}
.inline-item {
    border-bottom: solid 1px #eee;
    padding: 15px 0px;
}
.item-head {
    display: inline-block;
    width: 25%;
    font-weight: 500;
}
.item-data {
    display: inline-block;
    width: 65%;
}
.item-action {
    display: inline-block;
    width: 8%;
}
.item-action a {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    display: block;
}
.post-filters {
    display: block;
    margin-bottom: 20px;
}
.post-filters .filter-col {
    display: inline-block;
    width: 31%;
    margin-right: 16px;
    background-color: #e7e7f5;
    border-radius: 50px;
    padding: 4px 25px;
}
.post-filters .filter-col:last-child {
    margin-right: 0;
}
.post-filters .filter-col span {
    font-size: 12px;
    font-weight: 600;
}
.post-filters .filter-col .select-wrapper input {
    height: 15px;
    width: 100%;
    font-size: 13px;
    border-bottom: solid 1px #c1c1e0;
    line-height: 66px;
    padding-bottom: 6px;
}
._fcard._m_holder {
    width: 30%;
    display: inline-block;
    margin-right: 27px;
}
._search_types {
    margin-top: 15px;
    margin-bottom: 25px;
}
._search_item {
    margin-bottom: 10px;
    padding: 15px;
}
._search_item .thumb {
    float: left;
    width: 90px;
    margin-top: 5px;
}
._search_item .profile_data {
    float: left;
    width: 80%;
}
._search_item ._sp_action {
    float: left;
    width: 70px;
}
._search_item .profile_data span {
    display: block;
    font-size: 12px;
}
._search_item .profile_data span._un {
    font-weight: 500;
    color: #ec6c2d;
    font-size: 15px;
}
._search_item .profile_data span._handle {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 10px;
}
._notify_item {
    margin-bottom: 10px;
    padding: 10px 15px;
}
._notify_item .thumb {
    float: left;
    width: 60px;
    margin-right: 20px;
}
._notify_item .thumb img {
    width: 100%;
}
._notify_item .notif_content {
    float: left;
    width: 88%;
    /*margin-top: 20px;*/
}
._notify_item .notif_content p {
    margin-top: 9px;
    margin-bottom: 3px;
}
._notify_item .notif_content span._timestamp {
    font-size: 12px;
    color: #929292;
}
._notify_item .notif_content span._un a {
    font-weight: 500;
    color: #ec6c2d;
    font-size: 15px;
}
.market-item img {
    width: 100%;
}
.market-item h5._m_item_title {
    color: #ec6c2d;
    font-size: 15px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}
.market-item span._m_item_price {
    color: #626161;
    font-size: 13px;
    font-weight: 600;
    display: block;
}
.market-item span._m_item_location {
    font-size: 13px;
    color: #969696;
}
.market-item h5._m_item_title span.ad-text {
    border: solid 1px #adadad;
    color: #585858;
    text-transform: uppercase;
    font-size: 9px;
    padding: 1px 3px;
    border-radius: 3px;
    margin-right: 5px;
}
.market-item span._m_item_location a {
    text-align: right;
    display: block;
    color: #ca120c;
    font-weight: 600;
}
._activity_item {
    margin-bottom: 10px;
}
._activity_item ._arow {
    padding: 15px;
}
._activity_item ._arow ._a_icon {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #f4f4f8;
    border-radius: 50%;
}
._activity_item ._arow ._a_content {
    float: left;
    margin-left: 15px;
    margin-top: 6px;
}
._activity_item ._a_content span._un a {
    font-weight: 500;
    color: #ec6c2d;
    font-size: 15px;
}
._activity_item ._arow ._a_content span._timestamp {
    display: block;
    font-size: 12px;
    color: #929292;
}
._activity_item ._arow ._a_icon.health {
    background-image: url(../images/pet-activity.png);
    background-position: 61px 267px;
}
._activity_item ._arow ._a_icon.park {
    background-image: url(../images/pet-activity.png);
    background-position: -9px -6px;
}
._activity_item ._arow ._a_icon.training {
    background-image: url(../images/pet-activity.png);
    background-position: 65px -1px;
}
._activity_item ._arow ._a_icon.event {
    background-image: url(../images/pet-activity.png);
    background-position: 169px 169px;
}

@media only screen and (max-width: 1366px) {
.profile-thumb {
    float: left;
    width: 35%; 
    position: relative;   
}
.profile-thumb img {
    width: 80px;
    height: 80px;
}
.profile-data {
    float: left;
    width: 63%;
}
}

/*****Overrides****/
.material-tooltip {
    font-size: 12px !important;
    border-radius: 5px;
    padding: 8px 10px;
    min-height: auto;
}
.chips .autocomplete-content li {
    min-height: auto;
}
.chips .autocomplete-content li > span {
    font-size: 13px;
    padding: 5px 5px;
    color: #858585;
}
.autocomplete-content li .highlight {
    color: #ec6c2d;
}
.chip:focus {
    outline: none;
    background-color: #ec6c2d;
    color: #fff;
}